0.4.18 • Published 6 years ago

@admui/icons v0.4.18

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

6 years ago

0.4.17

6 years ago

0.4.16

6 years ago

0.4.15

6 years ago

0.4.14

6 years ago

0.4.13

6 years ago

0.4.12

6 years ago

0.4.10

6 years ago

0.4.9

6 years ago

0.4.8

6 years ago

0.4.7

6 years ago

0.4.5

6 years ago

0.4.4

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.1.20

7 years ago

0.1.19

7 years ago

0.1.18

7 years ago

0.1.17

7 years ago

0.1.16

7 years ago

0.1.15

7 years ago

0.1.14

7 years ago

0.1.13

7 years ago

0.1.12

7 years ago

0.1.11

7 years ago

0.1.10

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago