UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 834 B
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconUnderlineDashed24 = 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-3zM7 17c-.27614 0-.5.2239-.5.5s.22386.5.5.5h2c.27614 0 .5-.2239.5-.5S9.27614 17 9 17zm4 0c-.2761 0-.5.2239-.5.5s.2239.5.5.5h2c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5zm3.5.5c0-.2761.2239-.5.5-.5h2c.2761 0 .5.2239.5.5s-.2239.5-.5.5h-2c-.2761 0-.5-.2239-.5-.5", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-underline-dashed-24.js.map