UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 714 B
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconSpacingHorizontalSmall24 = 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: "M12 6c.2761 0 .5.22386.5.5v11c0 .2761-.2239.5-.5.5s-.5-.2239-.5-.5v-11c0-.27614.2239-.5.5-.5M9 8c.55229 0 1 .44771 1 1v6c0 .5523-.44771 1-1 1H7c-.55229 0-1-.4477-1-1V9c0-.55229.44771-1 1-1zm0 2V9H7v6h2v-5m9-1c0-.55229-.4477-1-1-1h-2c-.5523 0-1 .44771-1 1v6c0 .5523.4477 1 1 1h2c.5523 0 1-.4477 1-1zm-1 0v6h-2V9h2", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-spacing-horizontal-small-24.js.map