Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 715 Bytes

ADDING_ICONS.md

File metadata and controls

6 lines (5 loc) · 715 Bytes

Adding icons

  1. Receive the approval for the new icon from one of the library's UXs wuwa or milkyfruit
  2. Go to wix-ui-icons-common package and follow the guidelines.
  3. After a new wix-ui-icons-common version is published, update wix-ui-icons-common's version to the new one in package.json (if you are using new icon in wix-style-react project).
  4. The new icon will be available to be consumed from wix-ui-icons-common library import MyAwesomeIcon from 'wix-ui-icons-common/MyAwesomeIcon' or import MyAwesomeIcon from 'wix-ui-icons-common/system/MyAwesomeIcon'