@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.07 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconPreviewPrototype24 = 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: "M16 5H8v2h8zm1 0v2h2V5.5c0-.27614-.2239-.5-.5-.5zM5.5 5H7v2H5V5.5c0-.27614.22386-.5.5-.5M19 8H5v10.5c0 .2761.22386.5.5.5h13c.2761 0 .5-.2239.5-.5zM5.5 4C4.67157 4 4 4.67157 4 5.5v13c0 .8284.67157 1.5 1.5 1.5h13c.8284 0 1.5-.6716 1.5-1.5v-13c0-.82843-.6716-1.5-1.5-1.5zm8.061 10.0869.1649-.1031.4349-.2718c.1567-.0979.1567-.3261 0-.424l-.4349-.2718-.1649-.1031-.0044-.0027L11.5 11.625l-.0173-.0108-.261-.1631-.3392-.212c-.1665-.1041-.3825.0156-.3825.212v4.0978c0 .1964.216.3161.3825.212l.3392-.212.261-.1631.0173-.0108 2.0566-1.2854zm1.1298-1.6469-3.2783-2.0489c-.8326-.52039-1.9125.0782-1.9125 1.06v4.0978c0 .9818 1.0799 1.5804 1.9125 1.06l3.2783-2.0489c.7833-.4896.7833-1.6304 0-2.12", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-preview-prototype-24.js.map