0.0.10 • Published 1 year ago

solid-fluent-icons v0.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Solid Fluent Icons NPM Version

An unofficial port of the collection of familiar, friendly and modern icons from Microsoft.

Usage

import { AlertIcon, MoreHorizontalIcon, OptionsIcon } from 'solid-fluent-icons'

function MyComponent() {
  return (
    <div>
      <AlertIcon />
      <MoreHorizontalIcon />
      <OptionsIcon />
    </div>
  )
}

You may use a version optimized for a particular pixel size:

import { AlertIcon, MoreHorizontalIcon, OptionsIcon } from 'solid-fluent-icons/20'

function MyComponent() {
  return (
    <div>
      <AlertIcon />
      <MoreHorizontalIcon />
      <OptionsIcon />
    </div>
  )
}

The available sizes are 10, 12, 16, 20, 24, 28, 32, 48. The default size is 24.

Not all icons are available at every size.

Documentation

For full documentation, visit trents.computer/fluent-icons.

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago