UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 940 B
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconWarningSmall24 = 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: "M10.2568 6.05903 5.21667 15.0193c-.74993 1.3332.21349 2.9805 1.74315 2.9805H17.0401c1.5296 0 2.493-1.6473 1.7431-2.9805l-5.0401-8.96026c-.7646-1.35931-2.7217-1.35932-3.4863-.00001m.8716.49026L6.08824 15.5096c-.37496.6666.10675 1.4902.87158 1.4902H17.0401c.7648 0 1.2465-.8236.8715-1.4902l-5.0401-8.96031c-.3823-.67965-1.3608-.67965-1.7431 0m.8715 1.95047c.2762 0 .5.22385.5.5v3.50004c0 .2761-.2238.5-.5.5-.2761 0-.5-.2239-.5-.5V8.99976c0-.27615.2239-.5.5-.5m.75 6.25344c0 .4142-.3357.75-.75.75-.4142 0-.75-.3358-.75-.75s.3358-.75.75-.75c.4143 0 .75.3358.75.75", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-warning-small-24.js.map