@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 670 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconUnderline24 = 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: "M9 6.50049c0-.27614-.22386-.5-.5-.5s-.5.22386-.5.5v4.50001c0 2.2091 1.79086 4 4 4 2.2091 0 4-1.7909 4-4V6.50049c0-.27614-.2239-.5-.5-.5s-.5.22386-.5.5v4.50001c0 1.6568-1.3431 3-3 3s-3-1.3432-3-3zM17.5 18c.2761 0 .5-.2238.5-.5 0-.2761-.2239-.5-.5-.5h-11c-.27614 0-.5.2239-.5.5 0 .2762.22386.5.5.5z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-underline-24.js.map