0.4.18 • Published 4 years ago

@admui/icons v0.4.18

Weekly downloads
520
License
MIT
Repository
-
Last release
4 years ago
import icons from '@admui/icons'

const IconExample = ({ children }) => (
  <div style={{
    width: 80,
    height: 96,
    border: '1px solid #ffffff',
    margin: '10px',
    display: 'flex',
    alignItems: 'center',
    flexDirection: 'column',
    justifyContent: 'center',
  }}>
    {children}
  </div>
)

const iconElements = Object.keys(icons).map(name => {
  const Icon = icons[name]

  return (
    <IconExample key={name}>
      <Icon width={40} height={40} />
      <span style={{ color: '#ffffff', fontSize: 12 }}>
        {name}
      </span>
    </IconExample>
  )
})

;<div>{iconElements}</div>
0.4.18

4 years ago

0.4.17

4 years ago

0.4.16

4 years ago

0.4.15

4 years ago

0.4.14

4 years ago

0.4.13

4 years ago

0.4.12

4 years ago

0.4.10

4 years ago

0.4.9

4 years ago

0.4.8

4 years ago

0.4.7

4 years ago

0.4.5

4 years ago

0.4.4

4 years ago

0.4.2

4 years ago

0.4.1

4 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.1.20

5 years ago

0.1.19

5 years ago

0.1.18

5 years ago

0.1.17

5 years ago

0.1.16

5 years ago

0.1.15

5 years ago

0.1.14

5 years ago

0.1.13

5 years ago

0.1.12

5 years ago

0.1.11

5 years ago

0.1.10

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago