@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.15 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconAutoRenameSmall24 = 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: "M11 5.5c0-.27614.2239-.5.5-.5h4c.2761 0 .5.22386.5.5s-.2239.5-.5.5H14v12h1.5c.2761 0 .5.2239.5.5s-.2239.5-.5.5h-4c-.2761 0-.5-.2239-.5-.5s.2239-.5.5-.5H13V6h-1.5c-.2761 0-.5-.22386-.5-.5m7 4c0-.27614-.2239-.5-.5-.5h-2c-.2761 0-.5-.22386-.5-.5s.2239-.5.5-.5h2c.8284 0 1.5.67157 1.5 1.5v5c0 .8284-.6716 1.5-1.5 1.5h-2c-.2761 0-.5-.2239-.5-.5s.2239-.5.5-.5h2c.2761 0 .5-.2239.5-.5zM6 11c0-.2761-.22386-.5-.5-.5s-.5.2239-.5.5v3.5c0 .8284.67157 1.5 1.5 1.5h5c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5h-5c-.27614 0-.5-.2239-.5-.5zm2.01493-4.55972L7.7 7.7l-1.25972.31493c-.50497.12624-.50497.8439 0 .97014L7.7 9.3l.31493 1.2597c.12624.505.8439.505.97014 0L9.3 9.3l1.2597-.31493c.505-.12624.505-.8439 0-.97014L9.3 7.7l-.31493-1.25972c-.12624-.50497-.8439-.50497-.97014 0", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-auto-rename-small-24.js.map