UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.15 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconSendToFrontSmall24 = 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.1464 6.14645c.1953-.19527.5119-.19527.7072 0l2 2c.1952.19526.1952.51184 0 .7071-.1953.19527-.5119.19527-.7072 0L12 7.70711V15h3.5c.8284 0 1.5.6716 1.5 1.5s-.6716 1.5-1.5 1.5h-8c-.82843 0-1.5-.6716-1.5-1.5S6.67157 15 7.5 15H11V7.70711L9.85355 8.85355c-.19526.19527-.51184.19527-.7071 0-.19527-.19526-.19527-.51184 0-.7071zM7.5 16c-.27614 0-.5.2239-.5.5s.22386.5.5.5h8c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5zM7 12.5c0-.2761.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 14 7.5 14h2c.27614 0 .5-.2239.5-.5s-.22386-.5-.5-.5h-2c-.27614 0-.5-.2239-.5-.5m8.5-1.5h-2c-.2761 0-.5.2239-.5.5s.2239.5.5.5h2c.2761 0 .5.2239.5.5s-.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.5", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-send-to-front-small-24.js.map