3.0.10 • Published 4 years ago
modern-icons-library v3.0.10
modern-icons-library
Include modern icons in your React projects easily with modern-icons-library, which utilizes ES6 imports that allows you to include only the icons that your project is using.
Installation (for standard modern project)
yarn add modern-icons-library
# or
npm install modern-icons-library --saveexample usage
import { AppBinDeleteSvgrepoCom } from 'modern-icons-library';
class Question extends React.Component {
render() {
return (
<div> Delete
<AppBinDeleteSvgrepoCom
title="Bin"
style = {{ fontSize: '10rem', color: '#0000' }}
/>
</div>
)
}
}NOTE: each Icon has it's own component under modern-icons-library you import from.
example usage
import { SvgCameraHipsterOnTrendSvgrepoCom } from 'modern-icons-library';
class Question extends React.Component {
render() {
return (
<div>
To take a picture
<SvgCameraHipsterOnTrendSvgrepoCom
title = 'Camera'
style = {{ fontSize: '10rem' }}/>
</div>
)
}
}3.0.10
4 years ago
3.0.9
4 years ago
3.0.8
4 years ago
3.0.7
4 years ago
3.0.6
4 years ago
3.0.5
4 years ago
3.0.4
4 years ago
3.0.3
4 years ago
3.0.2
4 years ago
3.0.1
4 years ago
3.0.0
4 years ago
1.0.13
4 years ago
2.0.2
4 years ago
2.0.1
4 years ago
2.0.0
4 years ago
1.0.12
4 years ago
1.0.11
4 years ago
1.0.10
4 years ago
1.0.9
4 years ago
1.0.8
4 years ago
1.0.7
4 years ago
1.0.6
4 years ago
1.0.5
4 years ago
1.0.3
4 years ago