@andrilla/react-sf-large
v3.27.1
Published
Large SF Symbols for React
Readme
React SF Symbols Large
A complete library of large SF Symbols 27 for React.
What's included
This package includes 6,577 large symbols. Every symbol supports nine weights.
Installation
npm add @andrilla/react-sf-largepnpm add @andrilla/react-sf-largebun add @andrilla/react-sf-largeyarn add @andrilla/react-sf-largedeno add npm:@andrilla/react-sf-largeUsage
Each symbol is a default export. Import it using its SF Symbols name:
import SquareAndPencil from '@andrilla/react-sf-large/square.and.pencil'
export function MyComponent() {
return <SquareAndPencil weight='semibold' />
}Weights
ultralightthinlightregularmediumsemiboldboldheavyblack
Each symbol renders a standard <svg> element.
Recommended CSS
svg {
fill: currentcolor;
stroke: currentcolor;
stroke-width: 0;
}For use alongside buttons and links:
a,
button {
&:has(> svg) {
display: flex;
align-items: center;
justify-content: center;
gap: calc(var(--spacing) * 2);
}
}Ownership
All symbols are created and owned by Apple Inc. and are subject to their terms of use. Only symbols that Apple allows for SVG template export are included.
Related packages
Frequently Asked Questions
See the FAQ.
