@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.08 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconScale24 = 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 6.5C5 5.67157 5.67157 5 6.5 5h11c.8284 0 1.5.67157 1.5 1.5v11c0 .8284-.6716 1.5-1.5 1.5h-2c-.2761 0-.5.2239-.5.5s.2239.5.5.5h2c1.3807 0 2.5-1.1193 2.5-2.5v-11C20 5.11929 18.8807 4 17.5 4h-11C5.11929 4 4 5.11929 4 6.5v2c0 .27614.22386.5.5.5s.5-.22386.5-.5zm6 2c0-.27614.2239-.5.5-.5h4c.2761 0 .5.22386.5.5v4c0 .2761-.2239.5-.5.5s-.5-.2239-.5-.5V9.70711L8.85355 15.8535c-.19526.1953-.51184.1953-.7071 0-.19526-.1952-.19526-.5118 0-.707L14.2929 9H11.5c-.2761 0-.5-.22386-.5-.5m-7 3c0-.8284.67157-1.5 1.5-1.5h5c.2761 0 .5.2239.5.5s-.2239.5-.5.5h-5c-.27614 0-.5.2239-.5.5v7c0 .2761.22386.5.5.5h7c.2761 0 .5-.2239.5-.5v-5c0-.2761.2239-.5.5-.5s.5.2239.5.5v5c0 .8284-.6716 1.5-1.5 1.5h-7c-.82843 0-1.5-.6716-1.5-1.5z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-scale-24.js.map