@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 3.02 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconPlaceholderSmall24 = 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: "M12.75 4.58718c0-.29643.2553-.53006.5478-.48233a7.942 7.942 0 0 1 1.526.40789c.2775.10471.3819.43486.2336.69173-.1286.22284-.404.31089-.6456.22223a6.95 6.95 0 0 0-1.2136-.32444c-.2536-.04375-.4482-.25769-.4482-.51508M5.9561 16.3556c.22257-.1285.50471-.0674.66949.1298.2692.3223.56685.6199.88907.8891.19722.1648.25835.4469.12985.6695-.14842.2571-.48691.3315-.71637.1432A8.055 8.055 0 0 1 5.8129 17.072c-.18832-.2295-.11386-.568.1432-.7164m3.63202 2.2179c-.24156-.0887-.51692-.0006-.64558.2222-.1483.2569-.0439.5871.2336.6918.48775.184.99816.3218 1.52606.4079.2925.0477.5478-.1859.5478-.4824 0-.2574-.1946-.4713-.4483-.515a6.95 6.95 0 0 1-1.21358-.3245M17.0718 5.813c-.2294-.18831-.5679-.11386-.7164.14321-.1284.22256-.0673.50471.1299.66948.3222.26922.6199.56687.8891.8891.1648.19723.4469.25836.6695.12986.2571-.14842.3315-.48692.1432-.71637A8.05 8.05 0 0 0 17.0718 5.813m-2.2479 13.6745c.2775-.1048.3819-.4349.2336-.6918-.1287-.2228-.4041-.3109-.6456-.2222-.3895.143-.7952.2523-1.2137.3245-.2536.0437-.4482.2576-.4482.515 0 .2965.2553.5301.5478.4824a7.95 7.95 0 0 0 1.5261-.4079m3.9717-4.43c-.2228-.1287-.3108-.4041-.2222-.6456.143-.3895.2523-.7952.3244-1.2136.0438-.2536.2577-.4482.5151-.4482.2964 0 .5301.2553.4824.5478a7.947 7.947 0 0 1-.4079 1.526c-.1047.2775-.4349.3819-.6918.2336M5.95615 7.64457c.22256.1285.50471.06737.66948-.12985a7.044 7.044 0 0 1 .88906-.88905c.19723-.16477.25836-.44692.12986-.66948-.14842-.25707-.48691-.33152-.71637-.14321A8.05 8.05 0 0 0 5.81295 6.9282c-.18832.22945-.11387.56795.1432.71637M4.51266 9.17619c.10471-.27751.43486-.3819.69173-.2336.22284.12866.31089.40402.22222.64559a6.95 6.95 0 0 0-.32446 1.21372c-.04375.2536-.2577.4482-.51508.4482-.29643 0-.53007-.2553-.48234-.5478a7.94 7.94 0 0 1 .40793-1.52611M18.0439 16.3555c-.2225-.1285-.5047-.0674-.6695.1299a7.04 7.04 0 0 1-.8891.8891c-.1972.1648-.2583.4469-.1298.6695.1484.257.4869.3315.7164.1432.4073-.3343.781-.708 1.1152-1.1153.1884-.2295.1139-.568-.1432-.7164M9.58817 5.42669c-.24156.08866-.51692.00061-.64558-.22223-.1483-.25687-.04391-.58702.2336-.69173a7.943 7.943 0 0 1 1.52601-.40788c.2925-.04773.5478.1859.5478.48233 0 .25739-.1946.47133-.4483.51508a6.95 6.95 0 0 0-1.21353.32443M4.58706 12.7501c-.29643 0-.53006.2553-.48234.5478a7.945 7.945 0 0 0 .40791 1.5261c.10471.2775.43486.3819.69173.2336.22284-.1287.31089-.4041.22223-.6456a6.95 6.95 0 0 1-.32445-1.2137c-.04375-.2536-.2577-.4482-.51508-.4482m14.82584-1.5c-.2574 0-.4713-.1946-.5151-.4482a6.946 6.946 0 0 0-.3244-1.21364c-.0887-.24156-.0006-.51692.2222-.64557.2569-.14831.587-.04391.6918.2336a7.946 7.946 0 0 1 .4078 1.52601c.0478.2925-.1859.5478-.4823.5478", fill: "currentColor", "fill-rule": "evenodd", fillOpacity: "0.3" })));
//# sourceMappingURL=icon-placeholder-small-24.js.map