0.4.18 • Published 5 years ago

@admui/icons v0.4.18

Weekly downloads
520
License
MIT
Repository
-
Last release
5 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

5 years ago

0.4.17

5 years ago

0.4.16

5 years ago

0.4.15

5 years ago

0.4.14

5 years ago

0.4.13

5 years ago

0.4.12

5 years ago

0.4.10

5 years ago

0.4.9

5 years ago

0.4.8

5 years ago

0.4.7

5 years ago

0.4.5

5 years ago

0.4.4

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.1.20

6 years ago

0.1.19

6 years ago

0.1.18

6 years ago

0.1.17

6 years ago

0.1.16

6 years ago

0.1.15

6 years ago

0.1.14

6 years ago

0.1.13

6 years ago

0.1.12

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago