@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.12 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconOpenSession24 = 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: "M9.5 6H7c-.55229 0-1 .44771-1 1v11c0 .5523.44771 1 1 1h10c.5523 0 1-.4477 1-1V7c0-.55229-.4477-1-1-1H9.5m5-1H17c1.1046 0 2 .89543 2 2v11c0 1.1046-.8954 2-2 2H7c-1.10457 0-2-.8954-2-2V7c0-1.10457.89543-2 2-2h2.5v-.5c0-.82843.6716-1.5 1.5-1.5h2c.8284 0 1.5.67157 1.5 1.5zm-1 0v-.5c0-.27614-.2239-.5-.5-.5h-2c-.2761 0-.5.22386-.5.5V5h3M12 12c.8284 0 1.5-.6716 1.5-1.5 0-.82843-.6716-1.5-1.5-1.5s-1.5.67157-1.5 1.5c0 .8284.6716 1.5 1.5 1.5m1.2122.687c.768-.4266 1.2878-1.2461 1.2878-2.187C14.5 9.11929 13.3807 8 12 8s-2.5 1.11929-2.5 2.5c0 .9409.5198 1.7604 1.2878 2.187C9.17126 13.2004 8 14.7134 8 16.5c0 .2761.22386.5.5.5s.5-.2239.5-.5c0-1.6569 1.3431-3 3-3s3 1.3431 3 3c0 .2761.2239.5.5.5s.5-.2239.5-.5c0-1.7866-1.1713-3.2996-2.7878-3.813", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-open-session-24.js.map