UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.05 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconPropsSmall24 = 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: "M8.20692 10a.5.5 0 0 0 .35355-.14645L11.8232 6.5908c.0977-.09763.2559-.09763.3536 0l5.2322 5.2322c.0976.0977.0976.256 0 .3536l-5.2322 5.2322c-.0977.0977-.2559.0977-.3536 0l-3.26235-3.2624A.5003.5003 0 0 0 8.20729 14c-.44545 0-.66853.5386-.35355.8536l3.26236 3.2623c.4882.4882 1.2796.4882 1.7678 0l5.2322-5.2322c.4882-.4882.4882-1.2796 0-1.7678l-5.2322-5.23221c-.4882-.48815-1.2796-.48815-1.7678.00001L7.85337 9.14645c-.31499.31498-.0919.85355.35355.85355M14 12c0 1.1046-.8954 2-2 2-.9319 0-1.715-.6374-1.937-1.5H6c-.27614 0-.5-.2239-.5-.5s.22386-.5.5-.5h4.063c.222-.8626 1.0051-1.5 1.937-1.5 1.1046 0 2 .8954 2 2m-3 0c0 .5523.4477 1 1 1s1-.4477 1-1-.4477-1-1-1-1 .4477-1 1", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-props-small-24.js.map