Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@crave/farmblocks-icon

Package Overview
Dependencies
Maintainers
4
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@crave/farmblocks-icon

A SVG icon library for React

  • 0.6.2-alpha-dropdown-button-props-5805.1.15
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-92.86%
Maintainers
4
Weekly downloads
 
Created
Source

Farmblocks Icon

A SVG icon library for React

Installation

npm install @crave/farmblocks-icon

Usage

import { SmPlaceholder } from "@crave/farmblocks-icon";

export default () => <SmPlaceholder />;

You can see a list of all available icons in https://cravefood.github.io/farmblocks/iframe.html?id=assets-icons--all-icons

For more examples and details on the available props, read the docs.

Contributing

To add new icons, add the files to the src/svg/{group name}/ folder and run yarn buildJSX. Be sure to follow the naming rules:

  • It should starts with Sm, Md, or Lg. This indicates the designed size (24px, 40px, or 110px, respectively). Albeit the vector files can be rendered at any size, they can vary in the level of details.
  • Don't use special characters in the name and follow the CamelCase convention. The filenames will be used to create the React components.
  • Variations (e.g. Filled versions) can be added to the end of the filename.

License

MIT

Keywords

FAQs

Package last updated on 07 Jul 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc