UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.24 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconRewriteSmall24 = 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: "m6.95338 5.90949-.31493 1.25972-1.25972.31493c-.50497.12624-.50497.8439 0 .97014l1.25972.31493.31493 1.25969c.12624.505.84389.505.97014 0l.31493-1.25969 1.25971-.31493c.50494-.12624.50494-.8439 0-.97014l-1.25971-.31493-.31493-1.25972c-.12625-.50497-.8439-.50497-.97014 0m7.83962.08999c.3905-.39052 1.0236-.39052 1.4142 0l1.7929 1.7929c.3905.39052.3905 1.02369 0 1.41421L16.3536 10.853l-6.85354 6.8536a1.0002 1.0002 0 0 1-.70711.2929H7.00006c-.55229 0-1-.4477-1-1v-1.7929c0-.2652.10536-.5196.29289-.7071l6.85355-6.85357zm-.5858 2 1.7929 1.7929 1.2929-1.2929-1.7929-1.79289zm1.0858 2.50002-1.7929-1.79291-6.50004 6.50001v1.7929h1.79289zm.5455 5.3698.2799-1.1195c.0833-.3332.557-.3332.6403 0l.2798 1.1195 1.1194.2798c.3333.0833.3333.557 0 .6403l-1.1194.2799-.2798 1.1194c-.0833.3333-.557.3333-.6403 0l-.2799-1.1194-1.1194-.2799c-.3333-.0833-.3333-.557 0-.6403z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-rewrite-small-24.js.map