UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.83 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconMissingFont24 = 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: "M5 6h14c.5523 0 1 .44772 1 1v10c0 .5523-.4477 1-1 1H5c-.55228 0-1-.4477-1-1V7c0-.55228.44772-1 1-1M3 7c0-1.10457.89543-2 2-2h14c1.1046 0 2 .89543 2 2v10c0 1.1046-.8954 2-2 2H5c-1.10457 0-2-.8954-2-2zm3.61767 8.2821H7.8833l.5413-1.614h2.4608l.5423 1.614h1.2656l-2.3075-6.54542H8.92201zm3.94773-2.5664-.88594-2.6367h-.05113l-.88431 2.6367zm3.8422.5593v.0831h1.0643v-.0831c.0021-.2258.0288-.4154.0799-.5689.0533-.1555.1342-.2908.2429-.4059.1108-.115.2525-.2258.4251-.3323.196-.1172.3654-.2504.5081-.3995.1428-.1492.2525-.3196.3292-.5114.0789-.1918.1183-.4091.1183-.652 0-.3601-.0874-.67116-.2621-.93323-.1726-.26421-.4144-.46769-.7255-.61044-.3089-.14276-.6669-.21414-1.0739-.21414q-.5592 0-1.0227.20455c-.3068.13636-.554.34091-.7415.61364-.1853.27272-.2833.61152-.294 1.01632h1.1378c.0106-.2003.0597-.3654.147-.49537.0895-.1321.2014-.23012.3356-.29404.1364-.06605.2802-.09907.4315-.09907.164 0 .3121.03409.4442.10227.1342.06818.2408.16406.3196.28764s.1183.26957.1183.43787c0 .1491-.0299.2844-.0895.4059-.0597.1193-.1417.228-.2461.326-.1023.0959-.2184.1843-.3484.2652-.1896.1172-.3505.2461-.4826.3868-.1321.1385-.2344.3217-.3068.5497-.0703.228-.1065.5348-.1087.9204m.0608 1.8729c.1384.1364.3036.2046.4953.2046.1279 0 .244-.0309.3484-.0927.1065-.064.1918-.1492.2557-.2557.066-.1066.0991-.2248.0991-.3548 0-.1917-.0704-.3558-.211-.4922-.1385-.1363-.3025-.2045-.4922-.2045-.1917 0-.3569.0682-.4953.2045-.1385.1364-.2078.3005-.2078.4922 0 .196.0693.3622.2078.4986", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-missing-font-24.js.map