3.0.10 • Published 2 years ago

modern-icons-library v3.0.10

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

modern-icons-library

npm

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 --save

example 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

2 years ago

3.0.9

2 years ago

3.0.8

2 years ago

3.0.7

2 years ago

3.0.6

2 years ago

3.0.5

2 years ago

3.0.4

2 years ago

3.0.3

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

1.0.13

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.3

2 years ago