UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.14 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconSendToBackSmall24 = 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.8536 17.8536c-.1953.1952-.5119.1952-.7072 0l-1.99995-2c-.19527-.1953-.19527-.5119 0-.7072.19526-.1952.51184-.1952.7071 0L11 16.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 9H12v7.2929l1.1464-1.1465c.1953-.1952.5119-.1952.7072 0 .1952.1953.1952.5119 0 .7072zM15.5 8c.2761 0 .5-.22386.5-.5s-.2239-.5-.5-.5h-8c-.27614 0-.5.22386-.5.5s.22386.5.5.5zm.5 3.5c0 .2761-.2239.5-.5.5h-2c-.2761 0-.5.2239-.5.5s.2239.5.5.5h2c.8284 0 1.5-.6716 1.5-1.5s-.6716-1.5-1.5-1.5h-2c-.2761 0-.5.2239-.5.5s.2239.5.5.5h2c.2761 0 .5.2239.5.5M7.5 13h2c.27614 0 .5-.2239.5-.5s-.22386-.5-.5-.5h-2c-.27614 0-.5-.2239-.5-.5s.22386-.5.5-.5h2c.27614 0 .5-.2239.5-.5s-.22386-.5-.5-.5h-2c-.82843 0-1.5.6716-1.5 1.5S6.67157 13 7.5 13", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-send-to-back-small-24.js.map