UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.25 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconUnderlineWave24 = 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.6986 11.00881c.143-.1399.3014-.2949.3014-.4878v-.1073c0-.2761-.2299-.5079-.4909-.4178-.2081.0719-.4036.191-.5698.3572l-.5857.5857c-.1953.1953-.5119.1953-.7072 0l-.5857-.5857c-.5858-.5858-1.5356-.5858-2.1214 0l-.5857.5857c-.1953.1953-.5119.1953-.7072 0l-.5857-.5857c-.58583-.5858-1.53557-.5858-2.12136 0l-.58579.5857a5 5 0 0 1-.05216.0514C7.15843 17.6306 7 17.7856 7 17.9785v.1073c0 .2761.22986.5079.49087.4178.20814-.0719.40361-.191.56979-.3572l.58579-.5857c.19526-.1953.51184-.1953.7071 0l.58579.5857c.58576.5858 1.53556.5858 2.12136 0l.5857-.5857c.1953-.1953.5119-.1953.7072 0l.5857.5857c.5858.5858 1.5356.5858 2.1214 0l.5857-.5857c.017-.017.0345-.0341.0522-.0514", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-underline-wave-24.js.map