UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.17 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconWarning16 = createIcon(h("svg", { fill: "none", height: "16", viewBox: "0 0 16 16", width: "16", xmlns: "http://www.w3.org/2000/svg" }, h("path", { "clip-rule": "evenodd", d: "M6.28463 2.91461 2.0508 9.97096C1.25097 11.304 2.2112 13 3.76578 13h8.46762c1.5546 0 2.5148-1.696 1.715-3.02903L9.7146 2.91462c-.7768-1.29468-2.65316-1.29469-3.42997-.00001M2.90829 10.4855l4.23383-7.05639c.38841-.64734 1.32659-.64734 1.71499 0l4.23379 7.05639c.3999.6665-.0802 1.5145-.8575 1.5145H3.76578c-.77729 0-1.2574-.848-.85749-1.5145M8.5381 5.54976C8.54498 5.24819 8.3024 5 8.00074 5c-.30151 0-.54404.24796-.53737.54939L7.532 8.65052c.00563.25426.21335.45743.46767.45743.25419 0 .46186-.20298.46766-.4571zm-.98177 5.14914q.18466.1818.44318.1818c.11364 0 .21686-.0275.30966-.0824.0947-.0568.17046-.1326.22727-.2273q.08807-.14205.08807-.3153c0-.1705-.0625-.31631-.1875-.43752q-.18466-.18182-.4375-.18182-.25852 0-.44318.18182c-.12121.12121-.18182.26702-.18182.43752 0 .1742.06061.322.18182.4432", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-warning-16.js.map