@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 994 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconSendBackwardSmall24 = 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: "M15.5 17c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5h-8c-.27614 0-.5.2239-.5.5s.22386.5.5.5zm1.5-.5c0 .8284-.6716 1.5-1.5 1.5h-8c-.82843 0-1.5-.6716-1.5-1.5S6.67157 15 7.5 15h8c.8284 0 1.5.6716 1.5 1.5m-5.1464-2.6464c-.1953.1952-.5119.1952-.7072 0l-1.99995-2c-.19527-.1953-.19527-.5119 0-.7072.19526-.1952.51184-.1952.7071 0L11 12.2929V9H7.5C6.67157 9 6 8.32843 6 7.5S6.67157 6 7.5 6h8c.8284 0 1.5.67157 1.5 1.5S16.3284 9 15.5 9H12v3.2929l1.1464-1.1465c.1953-.1952.5119-.1952.7072 0 .1952.1953.1952.5119 0 .7072zM16 7.5c0 .27614-.2239.5-.5.5h-8c-.27614 0-.5-.22386-.5-.5s.22386-.5.5-.5h8c.2761 0 .5.22386.5.5", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-send-backward-small-24.js.map