@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 815 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconReplaceTextStyleSmall24 = 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: "M5.5 7c-.27614 0-.5.22386-.5.5v.85715c0 .27614.22386.5.5.5s.5-.22386.5-.5V8h2v5h-.35715c-.27614 0-.5.2239-.5.5s.22386.5.5.5h1.7143c.27614 0 .5-.2239.5-.5s-.22386-.5-.5-.5H9V8h2v.35715c0 .27614.2239.5.5.5s.5-.22386.5-.5V7.5c0-.27614-.2239-.5-.5-.5h-6m7.5 3c-.5523 0-1 .4477-1 1v1c0 .5523.4477 1 1 1h1v3c0 .5523.4477 1 1 1h1c.5523 0 1-.4477 1-1v-3h1c.5523 0 1-.4477 1-1v-1c0-.5523-.4477-1-1-1zm0 1h5v1h-2v4h-1v-4h-2z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-replace-text-style-small-24.js.map