2.0.0-beta.6 • Published 3 years ago

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

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

3 years ago

2.0.0-beta.1

3 years ago

2.0.0-beta.6

3 years ago

2.0.0-beta.5

3 years ago

2.0.0-beta.4

3 years ago

2.0.0-beta.3

3 years ago

1.0.0

3 years ago

1.0.0-beta.6

3 years ago

1.0.0-beta.5

3 years ago

1.0.0-beta.4

3 years ago

1.0.0-beta.3

3 years ago

1.0.0-beta.2

3 years ago

1.0.0-beta.1

3 years ago

1.0.0-beta.0

3 years ago