UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 3.02 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconPlaceholder16 = createIcon(h("svg", { fill: "none", height: "16", viewBox: "0 0 16 16", width: "16", xmlns: "http://www.w3.org/2000/svg" }, h("path", { "clip-rule": "evenodd", d: "M8.4997 2.56811c0-.29482.25248-.52864.54287-.47774a5.956 5.956 0 0 1 1.00883.26964c.2772.10086.3791.42976.2316.68522-.1296.22441-.40737.31136-.65233.22687a4.96 4.96 0 0 0-.67926-.18158c-.25449-.04904-.45171-.26323-.45171-.52241M3.54626 11.1485c.22413-.1294.50783-.0661.67756.1293.15417.1774.32065.3439.49811.4981.19535.1697.25862.4534.12922.6775-.14761.2557-.48378.3317-.70978.1417a6.027 6.027 0 0 1-.73682-.7368c-.18996-.226-.11396-.5621.14171-.7098m2.82242 1.5795c-.24497-.0845-.52276.0024-.65232.2269-.14749.2554-.04561.5843.23159.6852a5.96 5.96 0 0 0 1.00888.2696c.29039.0509.54287-.1829.54287-.4777 0-.2592-.19722-.4734-.45171-.5224a4.97 4.97 0 0 1-.67931-.1816M11.858 3.40491c-.226-.18995-.5622-.11396-.7098.14172-.1294.22412-.0661.50782.1292.67755a5.02 5.02 0 0 1 .4981.49809c.1698.19535.4535.25862.6776.12922.2557-.14761.3316-.48379.1417-.70978a6.04 6.04 0 0 0-.7368-.7368m1.0965 6.87839c.2555.1475.5844.0456.6853-.2316a5.96 5.96 0 0 0 .2696-1.00887c.0509-.29039-.1829-.54286-.4777-.54286-.2592 0-.4734.19722-.5224.45172a4.98 4.98 0 0 1-.1816.67932c-.0845.24497.0024.52279.2268.65229m-.3596 1.575c.1899-.226.1139-.5621-.1418-.7098-.2241-.1294-.5078-.0661-.6775.1293a5.05 5.05 0 0 1-.4981.4981c-.1954.1697-.2586.4534-.1292.6775.1476.2557.4837.3317.7097.1417.2664-.2238.513-.4704.7369-.7368m-2.5434 1.7818c.2772-.1009.379-.4298.2315-.6852-.1295-.2245-.40731-.3114-.65228-.2269a4.97 4.97 0 0 1-.67931.1816c-.25449.049-.45171.2632-.45171.5224 0 .2948.25248.5286.54287.4777a5.963 5.963 0 0 0 1.00893-.2696M5.71642 3.04523c.12957.22441.40735.31136.65232.22687a4.96 4.96 0 0 1 .67925-.18158c.25449-.04904.45171-.26323.45171-.52241 0-.29481-.25248-.52864-.54287-.47774A5.956 5.956 0 0 0 5.94801 2.36c-.2772.10087-.37908.42977-.23159.68523m-1.575.35968c.226-.18995.56217-.11396.70978.14172.1294.22412.06613.50782-.12923.67755a5.03 5.03 0 0 0-.4981.49809c-.16973.19536-.45342.25862-.67754.12922-.25568-.14761-.33167-.48378-.14171-.70978a6.037 6.037 0 0 1 .7368-.7368M3.0449 5.7167c-.25546-.14749-.58435-.04561-.68522.23158a5.956 5.956 0 0 0-.26965 1.00881c-.0509.2904.18293.54288.47775.54288.25917 0 .47336-.19722.5224-.45171a4.96 4.96 0 0 1 .18159-.67924c.08449-.24497-.00245-.52276-.22687-.65232m-.47715 2.78327c-.29482 0-.52864.25247-.47775.54286.0609.34751.1517.68472.26965 1.00887.10086.2772.42976.3791.68522.2316.22441-.1295.31136-.40733.22687-.6523a4.96 4.96 0 0 1-.18159-.67931c-.04904-.2545-.26323-.45172-.5224-.45172m10.86385-1c-.2591 0-.4733-.19721-.5224-.4517a4.95 4.95 0 0 0-.1816-.67925c-.0845-.24497.0025-.52276.2269-.65232.2555-.14749.5844-.04562.6852.23158.118.32415.2088.66134.2697 1.00881.0509.2904-.1829.54288-.4778.54288", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-placeholder-16.js.map