UNPKG

@imperatrona/heroicons-svelte

Version:

<p align="center"> <a href="https://heroicons.com" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/tailwindlabs/heroicons/HEAD/.github/logo-dark.svg"> <source media="(pref

19 lines (18 loc) 436 B
export const defaultAttributes = { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 24 24", }; export const defaultSolidAttributes = { ...defaultAttributes, fill: "currentColor", }; export const defaultOutlineAttributes = { ...defaultAttributes, fill: "none", stroke: "currentColor", "stroke-width": 1.5, "stroke-linecap": "round", "stroke-linejoin": "round", };