New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

react-geomicons

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-geomicons

React icon component for Geomicons Open

latest
Source
npmnpm
Version
3.0.0-0
Version published
Weekly downloads
123
70.83%
Maintainers
1
Weekly downloads
 
Created
Source

react-geomicons

Build Status

React icon component for Geomicons Open

View Demo

Getting Started

npm install --save react-geomicons
var React = require('react');
var Icon = require('react-geomicons');

module.exports = React.createClass({
  render: function() {
    <MyComponent>
      <Icon name="bookmark" />
    </MyComponent>
  }
});

Props

React-geomicons passes all props to the SVG element, in addition to the following:

  • name - camel cased icon name
  • size - sets width and height attributes. default 1em (inherits size from parent element)
  • fill - default currentColor (inherits color from parent element)

See Geomicons Open for the list of available icons.

MIT License

Keywords

react

FAQs

Package last updated on 28 Oct 2018

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