2.0.0-beta.6 • Published 5 years ago

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

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

5 years ago

2.0.0-beta.1

5 years ago

2.0.0-beta.6

5 years ago

2.0.0-beta.5

5 years ago

2.0.0-beta.4

5 years ago

2.0.0-beta.3

5 years ago

1.0.0

5 years ago

1.0.0-beta.6

5 years ago

1.0.0-beta.5

5 years ago

1.0.0-beta.4

5 years ago

1.0.0-beta.3

5 years ago

1.0.0-beta.2

5 years ago

1.0.0-beta.1

5 years ago

1.0.0-beta.0

5 years ago