diff --git a/ReadMe.md b/ReadMe.md index 1d35bfc40..3bd14984b 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -100,7 +100,7 @@ Once added, the svg attributes should be tweaked so as to integrate with the ico - Add `class="icon-light"` to paths that are light, generally the fills - Remove the `width` and `height` attributes of the SVG -To verify that the icon is properly hooked up, run `yarn start` and navigate to the `icons` page. Search for your icon and tweak the colors. If you need to adjust the attributes you can run `yarn build:icons` and storybook will update with the latest changes. +To verify that the icon is properly hooked up, run `yarn && yarn start` and navigate to the `icons` page. Search for your icon and tweak the colors. When an icon is added or updated, the changeset for both the '@cypress-design/react-icon' and '@cypress-design/vue-icon' packages should include a minor version bump. diff --git a/icon-registry/icons/object-bug_x16.svg b/icon-registry/icons/object-bug_x16.svg new file mode 100644 index 000000000..5d2db615e --- /dev/null +++ b/icon-registry/icons/object-bug_x16.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/icon-registry/icons/technology-debugger_x24.svg b/icon-registry/icons/technology-debugger_x24.svg deleted file mode 100644 index 1ae170af0..000000000 --- a/icon-registry/icons/technology-debugger_x24.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file