.class {
background: url("https://cdn.jsdelivr.net/npm/@twemoji/svg@latest/1f310.svg");
}
<img src="https://cdn.jsdelivr.net/npm/@twemoji/svg@latest/1f310.svg" />
npm i @twemoji/svg
import src from '@twemoji/svg/1f310.svg'
export function App() {
return <img src={src} />
}
- Major Updates (X.y.z) for adding/revising SVG files according to the Unicode specification.
- Minor Updates (x.y.z) for revising SVG files.
- Patch updates (x.y.Z) for updating the library (readme, license, etc.).