diff --git a/.changeset/mighty-waves-doubt.md b/.changeset/mighty-waves-doubt.md new file mode 100644 index 000000000..bdb2560bb --- /dev/null +++ b/.changeset/mighty-waves-doubt.md @@ -0,0 +1,21 @@ +--- +'@launchpad-ui/icons': minor +--- + +[Icons] Use sprites for icons instead of individual components + +**Before** + +```js +import { Add } from '@launchpad-ui/icons'; + +const MyIcon = () => ; +``` + +**After** + +```js +import { Icon } from '@launchpad-ui/icons'; + +const MyIcon = () =>