2.0.0-beta.6 • Published 4 years ago

react-f7-icons v2.0.0-beta.6

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

> npm install react-f7-icons
import F7Icon from 'react-f7-icons'

export default function Component() {
  return (
    <div>
      <F7Icon name="airplane" size="1.2em" fill="sky" />
    </div>
  )
}

Props

name: IconName

Name of the icon.

📚 See the full list of icons

size?: string

Height of the icon.

fill?: string

Color of the icon. Any CSS color value is

2.0.0-beta.2

4 years ago

2.0.0-beta.1

4 years ago

2.0.0-beta.6

4 years ago

2.0.0-beta.5

4 years ago

2.0.0-beta.4

4 years ago

2.0.0-beta.3

4 years ago

1.0.0

4 years ago

1.0.0-beta.6

4 years ago

1.0.0-beta.5

4 years ago

1.0.0-beta.4

4 years ago

1.0.0-beta.3

4 years ago

1.0.0-beta.2

4 years ago

1.0.0-beta.1

4 years ago

1.0.0-beta.0

4 years ago