UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.48 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconPrototyping24 = 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: "M13.4176 18.6282C12.6548 18.8697 11.8426 19 11 19c-4.41827 0-8-3.5817-8-8 0-4.41827 3.58173-8 8-8 4.4183 0 8 3.58173 8 8 0 .8426-.1303 1.6548-.3718 2.4176l1.7229.6461c.4099.1537.6722.5561.6473.9932-.0249.437-.3312.8071-.7559.9132l-3.4179.8545-.8545 3.4179c-.1061.4247-.4762.731-.9132.7559-.4371.0249-.8395-.2374-.9932-.6473zm-.3518-.938C12.4128 17.8916 11.7191 18 11 18c-3.866 0-7-3.134-7-7s3.134-7 7-7 7 3.134 7 7c0 .7191-.1084 1.4128-.3098 2.0658l-1.8778-.7042C15.9346 11.9287 16 11.472 16 11c0-2.76143-2.2386-5-5-5-2.76143 0-5 2.23857-5 5 0 2.7614 2.23857 5 5 5 .472 0 .9287-.0654 1.3616-.1876zm-1.0569-2.8185C11.6866 14.9554 11.3485 15 11 15c-2.20914 0-4-1.7909-4-4 0-2.20914 1.79086-4 4-4 2.2091 0 4 1.79086 4 4 0 .3485-.0446.6866-.1283 1.0089l-1.8939-.7102C12.9924 11.2012 13 11.1015 13 11c0-1.10457-.8954-2-2-2-1.10457 0-2 .89543-2 2 0 1.1046.89543 2 2 2 .1015 0 .2012-.0076.2987-.0222zM12 11c-.2606 0-.5162.102-.7071.2929A.9997.9997 0 0 0 11 12c-.5523 0-1-.4477-1-1s.4477-1 1-1 1 .4477 1 1m6.2912 4.4272L16 16l-.5728 2.2912L15 20l-.6185-1.6492-1.9155-5.108L12 12l1.2428.466 5.108 1.9155L20 15z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-prototyping-24.js.map