UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.67 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconComponent24 = 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: "M7.47861 8.43572 4.09105 11.8233c-.09764.0976-.09764.2559 0 .3535l3.38756 3.3876c.17813.1781.28722.3992.32725.6298.23068.0401.45172.1492.62986.3273l3.38758 3.3876c.0976.0976.2559.0976.3535 0l3.3876-3.3876c.1781-.1781.3992-.2872.6298-.3273.0401-.2306.1492-.4517.3273-.6298l3.3876-3.3876c.0976-.0976.0976-.2559 0-.3535l-3.3876-3.38758c-.1781-.17814-.2872-.39917-.3273-.62985-.2306-.04004-.4517-.14913-.6298-.32726l-3.3876-3.38756c-.0976-.09764-.2559-.09764-.3535 0L8.43572 7.47861c-.17814.17813-.39918.28722-.62985.32726-.04004.23068-.14913.45171-.32726.62985m-.70711-.95711c.06904.06903.06904.18096 0 .25L3.38394 11.1162c-.48816.4881-.48816 1.2796 0 1.7677l3.38756 3.3876c.06904.069.06904.181 0 .25-.06903.069-.06903.181 0 .25l.45711.4571c.06903.069.18096.069.25 0s.18096-.069.25 0l3.38759 3.3876c.4881.4881 1.2796.4881 1.7677 0l3.3876-3.3876c.069-.069.181-.069.25 0s.181.069.25 0l.4571-.4571c.069-.069.069-.181 0-.25s-.069-.181 0-.25l3.3876-3.3876c.4881-.4881.4881-1.2796 0-1.7677l-3.3876-3.38759c-.069-.06904-.069-.18097 0-.25s.069-.18097 0-.25l-.4571-.45711c-.069-.06903-.181-.06903-.25 0-.069.06904-.181.06904-.25 0l-3.3876-3.38756c-.4881-.48816-1.2796-.48816-1.7677 0L7.72861 6.7715c-.06904.06904-.18097.06904-.25 0-.06904-.06903-.18097-.06903-.25 0l-.45711.45711c-.06903.06903-.06903.18096 0 .25", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-component-24.js.map