UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 796 B
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconVariantSmall24 = 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: "M11.8233 6.5908 6.59105 11.823c-.09764.0977-.09764.256 0 .3536l5.23225 5.2322c.0976.0977.2559.0977.3535 0l5.2323-5.2322c.0976-.0976.0976-.2559 0-.3536l-5.2323-5.2322c-.0976-.09763-.2559-.09763-.3535 0m-.7071-.7071-5.23226 5.2322c-.48816.4882-.48816 1.2796 0 1.7678l5.23226 5.2322c.4881.4882 1.2796.4882 1.7677 0l5.2323-5.2322c.4881-.4882.4881-1.2796 0-1.7678l-5.2323-5.23221c-.4881-.48815-1.2796-.48815-1.7677.00001", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-variant-small-24.js.map