UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 2.09 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconCorners24 = 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.90012 6h-.02147c-.40212 0-.73403 0-1.00444.02209-.28106.02297-.5394.07226-.78206.1959a2 2 0 0 0-.87404.87404c-.12364.24266-.17293.501-.19589.78205-.0221.27042-.0221.60233-.0221 1.00444V9.5c0 .27614.22386.5.5.5s.5-.22386.5-.5v-.60001c0-.42828.00038-.71943.01877-.94447.01791-.21921.05038-.33131.09023-.40951a1 1 0 0 1 .43701-.43702c.0782-.03984.1903-.07231.40951-.09022C8.18068 7.00038 8.47183 7 8.90012 7h.6c.27614 0 .49998-.22386.49998-.5S9.77626 6 9.50012 6zM15.1 6h.0215c.4021 0 .734 0 1.0044.02209.2811.02297.5394.07226.7821.1959.3763.19174.6823.49771.874.87404.1237.24266.1729.501.1959.78205C18 8.1445 18 8.47641 18 8.87852V9.5c0 .27614-.2239.5-.5.5s-.5-.22386-.5-.5v-.60001c0-.42828-.0004-.71943-.0188-.94447-.0179-.21921-.0504-.33131-.0902-.40951a1 1 0 0 0-.437-.43702c-.0782-.03984-.1903-.07231-.4095-.09022C15.8194 7.00038 15.5283 7 15.1 7h-.6c-.2761 0-.5-.22386-.5-.5s.2239-.5.5-.5zm.0207 12H14.5c-.2761 0-.5-.2239-.5-.5s.2239-.5.5-.5h.6c.4283 0 .7194-.0004.9445-.0188.2192-.0179.3313-.0504.4095-.0902a1 1 0 0 0 .437-.437c.0398-.0782.0723-.1903.0902-.4095.0184-.2251.0188-.5162.0188-.9445v-.6c0-.2761.2239-.5.5-.5s.5.2239.5.5v.6215c0 .4021 0 .734-.0221 1.0044-.023.2811-.0722.5394-.1959.7821a1.9996 1.9996 0 0 1-.874.874c-.2427.1237-.501.1729-.7821.1959C15.8555 18 15.5236 18 15.1215 18zm-6.22071 0h-.02147c-.40211 0-.73402 0-1.00444-.0221-.28105-.023-.53939-.0722-.78205-.1959a1.9998 1.9998 0 0 1-.87404-.874c-.12364-.2427-.17293-.501-.1959-.7821C6 15.8555 6 15.5236 6 15.1215V14.5c0-.2761.22386-.5.5-.5s.5.2239.5.5v.6c0 .4283.00038.7194.01877.9445.01791.2192.05038.3313.09022.4095a1 1 0 0 0 .43702.437c.0782.0398.1903.0723.40951.0902.22504.0184.51619.0188.94447.0188H9.5c.27614 0 .5.2239.5.5s-.22386.5-.5.5z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-corners-24.js.map