@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.24 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconResizeToFitSmall24 = 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: "M6.85355 6.14645c-.19526-.19527-.51184-.19527-.7071 0-.19527.19526-.19527.51184 0 .7071L8.29289 9H6.5c-.27614 0-.5.22386-.5.5s.22386.5.5.5h3c.27614 0 .5-.22386.5-.5v-3c0-.27614-.22386-.5-.5-.5s-.5.22386-.5.5v1.79289zM9 15.7071l-2.14645 2.1465c-.19526.1952-.51184.1952-.7071 0-.19527-.1953-.19527-.5119 0-.7072L8.29289 15H6.5c-.27614 0-.5-.2239-.5-.5s.22386-.5.5-.5h3c.27614 0 .5.2239.5.5v3c0 .2761-.22386.5-.5.5s-.5-.2239-.5-.5zm8.8536-9.56065c-.1953-.19527-.5119-.19527-.7072 0L15 8.29289V6.5c0-.27614-.2239-.5-.5-.5s-.5.22386-.5.5v3c0 .27614.2239.5.5.5h3c.2761 0 .5-.22386.5-.5s-.2239-.5-.5-.5h-1.7929l2.1465-2.14645c.1952-.19526.1952-.51184 0-.7071M15 15.7071l2.1464 2.1465c.1953.1952.5119.1952.7072 0 .1952-.1953.1952-.5119 0-.7072L15.7071 15H17.5c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5h-3c-.2761 0-.5.2239-.5.5v3c0 .2761.2239.5.5.5s.5-.2239.5-.5z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-resize-to-fit-small-24.js.map