4.0.0 • Published 3 years ago

@zlab-de/zel-react-icons v4.0.0

Weekly downloads
157
License
SEE LICENSE
Repository
github
Last release
3 years ago

Zeppelin Element Library React Component Icons: @zlab-de/zel-react-icons

yarn add @zlab-de/zel-react-icons

How to use these icons

import React from 'react'
import CloseIcon from '@zlab-de/zel-react-icons/EssentialClose'

function MyComponent(){
    return(
        <div>
            <CloseIcon />
        </div>
    )
}

export default MyComponent

These components use the MUI SvgIcon component to render the SVG path for each icon.

If you are not already using MUI in your project, you can add it with:

// with npm
npm install @mui/material

// with yarn
yarn add @mui/material

Documentation

How to add an icon

  1. Clone the MUI @next repo
  2. add your svgs to the folder /packages/material-ui-icons/material-icons
  3. rename all svgs using the following conventions; -replace all "-" with "_" -add suffix "_24px.svg"
  4. run yarn src:icons
  5. run yarn build
4.0.0

3 years ago

3.0.7

3 years ago

3.0.4

3 years ago

3.0.6

3 years ago

3.0.5

3 years ago

3.0.3

3 years ago

3.0.2

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

2.0.0

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.12

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago