0.11.0 • Published 10 months ago

@atlaskit/legacy-custom-icons v0.11.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
10 months ago

LegacyCustomIcons

A centralized place to store legacy custom icons.

Usage

import MyCustomIcon from '@atlaskit/legacy-custom-icons/my-custom-icon';

Creating a new icon

  • Run yarn generate-icon from the package root
  • Follow the prompts, provide a hyphen-case name for your icon
  • A new icon will be generated in src/ui/<your-icon-name>/index.tsx. Open the file and edit the SVG as needed
  • Run yarn from platform root
  • Update the VR test from platform root: yarn test:vr packages/design-system/legacy-custom-icons -u
  • Add the dependency to the package you need the icon in: cd <package-you-are-updating> && yarn add @atlaskit/legacy-custom-icons
  • Your icon will now be available as: import MyCustomIcon from '@atlaskit/legacy-custom-icons/my-custom-icon'
0.10.0

10 months ago

0.11.0

10 months ago

0.9.0

10 months ago

0.8.0

10 months ago

0.3.0

10 months ago

0.2.0

10 months ago

0.5.0

10 months ago

0.4.0

10 months ago

0.7.0

10 months ago

0.6.0

10 months ago

0.1.0

10 months ago

0.0.1

10 months ago