@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.81 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconMissingFontSmall24 = 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: "M18 7H6c-.55228 0-1 .44772-1 1v8c0 .5523.44772 1 1 1h12c.5523 0 1-.4477 1-1V8c0-.55228-.4477-1-1-1M6 6c-1.10457 0-2 .89543-2 2v8c0 1.1046.89543 2 2 2h12c1.1046 0 2-.8954 2-2V8c0-1.10457-.8954-2-2-2zm8.1204 7.2898v-.0739c.0019-.3428.0341-.6155.0966-.8182.0644-.2026.1553-.3655.2727-.4886q.17625-.1875.429-.3438c.1156-.0719.2188-.1505.3097-.2358.0928-.0871.1657-.1837.2187-.2897.0531-.108.0796-.2282.0796-.3608 0-.1496-.0351-.2794-.1051-.3892-.0701-.1099-.1648-.1951-.2841-.2557-.1175-.06062-.2491-.09092-.3949-.09092-.1345 0-.2623.02936-.3835.08802-.1194.0569-.2188.144-.2983.2614-.0777.1155-.1212.2623-.1307.4404h-1.0114c.0095-.3599.0966-.661.2614-.90345.1667-.24243.3863-.42425.6591-.54546.2746-.12121.5776-.18182.9091-.18182.3617 0 .6799.06345.9545.19034.2765.1269.4915.30777.6449.54262.1553.23297.233.50947.233.82957 0 .2159-.0351.4091-.1052.5795-.0681.1705-.1657.322-.2926.4546-.1269.1325-.2774.2509-.4517.3551-.1534.0947-.2793.1932-.3778.2954-.0966.1023-.1686.2226-.2159.3608-.0455.1364-.0692.305-.0711.5057v.0739zm.4943 1.7727c-.1704 0-.3172-.0606-.4403-.1818s-.1847-.269-.1847-.4432c0-.1705.0616-.3163.1847-.4375s.2699-.1818.4403-.1818c.1686 0 .3144.0606.4375.1818.125.1212.1875.267.1875.4375 0 .1155-.0293.2206-.088.3153-.0568.0947-.1326.1705-.2273.2273-.0928.0549-.196.0824-.3097.0824M7.19602 15h1.125l.48116-1.4347h2.18742L11.4716 15h1.125l-2.0511-5.81818H9.24432zm2.72159-4.625.78749 2.3438H9.08611l.78605-2.3438z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-missing-font-small-24.js.map