react-colored-svg-icons

1.0.48 • Public • Published

react-colored-svg-icons

colored svg icons for react NPM JavaScript Style Guide

Install

npm install --save react-colored-svg-icons

Usage

import React, { Component } from 'react'
import {View} from 'react-native'
import Icon from 'react-colored-svg-icons'
 
class Example extends Component {
  render () {
    let temp=[
              'AIAnalytics',
              'VoiceMessage',
              'Activity',
              'Attachments', 
              'Bids',
              'Budget',
              'BunkerManagement',
              'Calendar',
              'Camera',
              'Chair',
              'Chat',
              'ChatBot',
              'CheckList',
              'CloseTicket',
              'CollaborationSuite',
              'Cubeic',
              'Design',
              'Doctor',
              'EMS',
              'Event',
              'Eventdata',
              'Expenses',
              'Fb',
              'FixTicket',
              'Groups',
              'HexaBee',
              'Hospital',
              'Instagram',
              'Link',
              'LinkedIn',
              'Location',
              'Meetings',
              'Notes',
              'Nurse',
              'Patient',
              'Planning',
              'Po',
              'Polls',
              'PrintMedia',
              'Projects',
              'Promotion',
              'Proposal',
              'Publishing',
              'PurchasenBid',
              'Pyramid',
              'Questions',
              'Quotation',
              'Remainder',
              'Sales',
              'Shapes',
              'Status',
              'Tags',
              'Target',
              'Tasks',
              'Ticket',
              'Twitter',
              'VideoCalling',
              'Wheel',
              'Workflow',
              'Workspace',
              'Youtube',
              ]
    return (
      <View>
        {temp.map((item,index)=> (
          <Icon name={account} size='24px' color='grey' />
        ))}
         
      </View>
    )
  }
}
 

License

MIT © https://github.com/aparnaCilusnai/react-colored-svg-icons

Readme

Keywords

none

Package Sidebar

Install

npm i react-colored-svg-icons

Weekly Downloads

3

Version

1.0.48

License

MIT

Unpacked Size

1.26 MB

Total Files

8

Last publish

Collaborators

  • aparnacilusani