react-edp-icons
v1.5.4
Published
React EDP icons
Downloads
20
Readme
REACT EPD ICONS
How to use it
instal npm i react-edp-icons
import import Icon from 'react-edp-icons';
use <Icon icon='UP' color={'#EE162D'} size={10} />
Adding Icons
Update src/lib/components/iconConstants
exemple:
RELOAD: {
path: 'M16.7 18.5c-.3-.5-.9-.7-1.4-.5l-11 5.5v-11l4.9 3.2c.5.3 1.1.2 1.5-.3l.1-.1a18 18 0 0 1 7.5-6.2 17 17 0 0 1 22.4 9.1c.2.4.6.6 1 .6l.4-.1c.5-.2.8-.9.6-1.4-1-2.3-2.4-4.3-4.1-6.1a19.5 19.5 0 0 0-27.2 0l-1.8 2.1-5.9-3.6c-.3-.2-.7-.2-1.1-.1-.3.2-.6.5-.6.9v14.7c0 .4.2.7.5.9l.6.2.5-.1 12.6-6.3c.5-.2.7-.9.5-1.4zM47.4 25.4a1 1 0 0 0-1 0l-12.6 6.3c-.5.3-.7.9-.5 1.4.3.5.9.7 1.4.5l11-5.5v11l-6-4c-.5-.3-1.1-.2-1.5.3l-.1.3-1.3 1.5A17 17 0 0 1 9 31.8c-.2-.5-.9-.8-1.4-.6-.5.2-.8.9-.6 1.4 1 2.3 2.4 4.3 4.1 6.1a19.3 19.3 0 0 0 27.2 0l1.1-1.3 6.7 4.5.6.2.5-.1c.3-.2.6-.5.6-.9V26.4c.1-.5-.1-.8-.4-1z',
viewBox: '0 0 50 50'
},