UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 3.36 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconPlaceholder24 = 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.67408 4.23943c.12696.2199.39721.30921.63635.22387a7.94 7.94 0 0 1 1.25007-.33418c.2499-.04541.4395-.25792.4395-.51193 0-.30002-.2611-.53464-.5567-.48311a8.936 8.936 0 0 0-1.52833.40852c-.28204.10291-.391.43683-.24089.69683M6.8193 5.90379c.19318-.16433.2507-.44271.12389-.66235-.15021-.26017-.4942-.33257-.72435-.13949a9.056 9.056 0 0 0-1.11688 1.11689c-.19308.23014-.12068.57414.13948.72435.21964.1268.49802.06929.66235-.12389a8.05 8.05 0 0 1 .91551-.91551m-2.356 3.40664c.08535-.23914-.00397-.50939-.22387-.63635-.25999-.15011-.59392-.04115-.69682.24088a8.935 8.935 0 0 0-.40853 1.52834c-.05153.2956.18309.5567.48311.5567.25401 0 .46652-.1896.51193-.4395a7.94 7.94 0 0 1 .33418-1.25007m-.34218-1.66405.16073-.27838a9 9 0 0 0-.16073.27838M18.0962 17.1806c.1643-.1932.4427-.2507.6623-.1239.2602.1502.3326.4942.1395.7243-.339.4041-.7129.778-1.117 1.117-.2301.1931-.5741.1207-.7243-.1395-.1268-.2196-.0693-.498.1239-.6623.3292-.2801.6355-.5864.9156-.9156m1.6182-.5425c.0577-.0958.1137-.1928.1679-.2908zm.7429-1.5532c-.1029.282-.4368.391-.6968.2409-.2199-.127-.3092-.3972-.2239-.6364.1438-.4027.2561-.8203.3342-1.2499.0454-.25.2579-.4395.5119-.4395.3001 0 .5347.261.4831.5566a8.934 8.934 0 0 1-.4085 1.5283M7.36785 4.28194l.27868-.1609a9 9 0 0 0-.27868.1609M14.6894 19.5366c.2392-.0853.5094.004.6364.2239.1501.26.0411.5939-.2409.6968a8.934 8.934 0 0 1-1.5283.4085c-.2956.0516-.5566-.183-.5566-.4831 0-.254.1895-.4665.4395-.5119a7.937 7.937 0 0 0 1.2499-.3342m1.658.3456c.098-.0542.1948-.1101.2905-.1677zM4.12912 13.4395C4.08371 13.1895 3.8712 13 3.61719 13c-.30002 0-.53464.261-.48311.5566a8.936 8.936 0 0 0 .40853 1.5284c.10291.282.43683.391.69683.2409.2199-.127.30921-.3972.22387-.6364a7.94 7.94 0 0 1-.33419-1.25m-.00947 2.9114c.05291.0956.10751.1902.16377.2836zM11 20.3827c0 .3001-.2611.5347-.5567.4831a8.934 8.934 0 0 1-1.52828-.4085c-.28204-.1029-.391-.4368-.24089-.6968.12696-.2199.3972-.3092.63635-.2239a7.94 7.94 0 0 0 1.25002.3342c.2499.0454.4395.2579.4395.5119m-3.35214-.5031a9 9 0 0 1-.28132-.1624zm-2.4064-2.8228c-.26017.1502-.33257.4942-.13948.7243a9.05 9.05 0 0 0 1.1169 1.1169c.23015.1931.57414.1207.72435-.1395.12681-.2196.06929-.498-.12389-.6623a8.046 8.046 0 0 1-.91553-.9156c-.16433-.1931-.44271-.2507-.66235-.1238M18.7585 6.94326c-.2196.12681-.498.06929-.6623-.12389a8.047 8.047 0 0 0-.9156-.91559c-.1932-.16433-.2507-.44271-.1239-.66235.1502-.26016.4942-.33257.7244-.13948a9.05 9.05 0 0 1 1.1169 1.11697c.1931.23014.1207.57414-.1395.72434m-2.4098-2.82483.288.16628a9 9 0 0 0-.288-.16628M13 3.61719c0-.30002.261-.53464.5566-.48311a8.935 8.935 0 0 1 1.5283.40852c.2821.1029.391.43683.2409.69683-.1269.21989-.3972.30921-.6363.22386a7.94 7.94 0 0 0-1.25-.33417C13.1895 4.08371 13 3.8712 13 3.61719M20.3827 11c-.254 0-.4665-.1896-.5119-.4395a7.95 7.95 0 0 0-.3341-1.24998c-.0854-.23915.0039-.50939.2238-.63635.26-.15011.594-.04115.6969.24089a8.943 8.943 0 0 1 .4084 1.52824c.0516.2956-.183.5567-.4831.5567m-.5018-3.34991a9 9 0 0 0-.165-.28572z", fill: "currentColor", "fill-rule": "evenodd", fillOpacity: "0.3" }))); //# sourceMappingURL=icon-placeholder-24.js.map