@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.09 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconOpenSessionSmall24 = 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: "M10 8H8.5c-.27614 0-.5.22386-.5.5v8c0 .2761.22386.5.5.5h7c.2761 0 .5-.2239.5-.5v-8c0-.27614-.2239-.5-.5-.5H10m4-1h1.5c.8284 0 1.5.67157 1.5 1.5v8c0 .8284-.6716 1.5-1.5 1.5h-7c-.82843 0-1.5-.6716-1.5-1.5v-8C7 7.67157 7.67157 7 8.5 7H10v-.5c0-.82843.6716-1.5 1.5-1.5h1c.8284 0 1.5.67157 1.5 1.5zm-1 0v-.5c0-.27614-.2239-.5-.5-.5h-1c-.2761 0-.5.22386-.5.5V7h2m-1 5c.5523 0 1-.4477 1-1s-.4477-1-1-1-1 .4477-1 1 .4477 1 1 1m1.0636.694C13.6262 12.3401 14 11.7137 14 11c0-1.10457-.8954-2-2-2s-2 .89543-2 2c0 .7137.3738 1.3401.9364 1.694C9.80453 13.1233 9 14.2177 9 15.5c0 .2761.22385.5.5.5.27614 0 .5-.2239.5-.5 0-1.1046.8954-2 2-2s2 .8954 2 2c0 .2761.2239.5.5.5s.5-.2239.5-.5c0-1.2823-.8045-2.3767-1.9364-2.806", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-open-session-small-24.js.map