@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.02 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconAttentionSmall24 = createIcon(h("svg", { fill: "none", height: "24", viewBox: "0 0 24 24", width: "24", xmlns: "http://www.w3.org/2000/svg" },
h("path", { "clip-rule": "evenodd", d: "M18 12c0 3.3137-2.6863 6-6 6-3.31371 0-6-2.6863-6-6 0-3.31371 2.68629-6 6-6 3.3137 0 6 2.68629 6 6m1 0c0 3.866-3.134 7-7 7-3.86599 0-7-3.134-7-7 0-3.86599 3.13401-7 7-7 3.866 0 7 3.13401 7 7m-6.3501-2.63993c.0077-.33927-.2652-.61848-.6046-.61848-.3392 0-.612.27895-.6045.61806l.0772 3.48875c.0063.2861.24.5146.5261.5146.286 0 .5196-.2283.5262-.5142zm-1.1045 5.79273q.20775.2046.4986.2046.1917 0 .3483-.0927c.1066-.0639.1918-.1492.2557-.2557.0661-.1065.0991-.2248.0991-.3548 0-.1917-.0703-.3558-.211-.4922-.1385-.1363-.3025-.2045-.4921-.2045-.1939 0-.3601.0682-.4986.2045-.1364.1364-.2046.3005-.2046.4922 0 .1961.0682.3622.2046.4986", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-attention-small-24.js.map