Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/ui / src / components / atoms / MaterialIcon
  ..
  MaterialIcon.tsx
  README.md
  index.ts
  paths.tsx
  renderProps.tsx
  styled.tsx
  typings.ts
  wording.ts
Size: Mime:

Official Material Design Icon vectors

  • 24x24 icons
  • must include a non-rendered bounding path ie. <path d="M0 0h24v24H0z" fill="none" />
  • viewBox must be "0 0 24 24"
  • must not include any fill definitions on the rendered path
  • fill color should always be specified using styled-components
  • vector paths should be run thru SVGOMG before including here
  • use the following eslint override to allow for the long path line // eslint-disable-next-line max-len
  • default wrapper supports 24x24 icon with click and isDisabled support
  • if noWrap is true, you must put the icon in a bounding div to size it