@bradleyhodges/sfsymbols-types
v7.0.4
Published
Types for @bradleyhodges/sfsymbols-* packages.
Downloads
1,075
Readme
SF Symbols 7
SF Symbols is a library of over 6,900 symbols that are designed to integrate seamlessly with San Francisco, the system font for Apple platforms.
[!WARNING] SF Symbols is licensed by Apple for use only on Apple platforms. Use of this package, or any of the other @bradleyhodges/sfsymbols- packages, outside of Apple platforms is NOT permitted.*
Version
This package has been built using the latest icons from Version 7.0 (beta) – SF Font Version 20.0d10e1.
Usage
You will need to install the following packages to use the icons in your project:
@bradleyhodges/sfsymbols– Contains the actual icons.@bradleyhodges/sfsymbols-react– Contains the React components for the using the icons.
pnpm add @bradleyhodges/sfsymbols@latest @bradleyhodges/sfsymbols-react@latestYou can then import the icons in your project like so:
import { SFIcon } from '@bradleyhodges/sfsymbols-react';
import { arrowUpCircleFill } from '@bradleyhodges/sfsymbols';
...
<SFIcon icon={arrowUpCircleFill} />