UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.85 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconRemoveBackgroundSmall24 = 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: "M17.0149 4.44026 16.7 5.69997l-1.2597.31493c-.505.12624-.505.8439 0 .97014l1.2597.31493.3149 1.25972c.1263.50497.8439.50497.9702 0L18.3 7.29997l1.2597-.31493c.505-.12624.505-.8439 0-.97014L18.3 5.69997l-.3149-1.25971c-.1263-.50498-.8439-.50498-.9702 0m-6.6613 6.70614c-.1953-.1952-.51189-.1952-.70715 0L7 13.7929V12.5c0-.2761-.22386-.5-.5-.5s-.5.2239-.5.5v4c0 .8284.67157 1.5 1.5 1.5h9c.8284 0 1.5-.6716 1.5-1.5 0-.2761-.2239-.5-.5-.5s-.5.2239-.5.5-.2239.5-.5.5h-.2929zM7 16.5v-1.2929l3-3L14.7929 17H7.5c-.27614 0-.5-.2239-.5-.5M7.5 7c-.27614 0-.5.22386-.5.5s-.22386.5-.5.5-.5-.22386-.5-.5C6 6.67157 6.67157 6 7.5 6c.27614 0 .5.22386.5.5s-.22386.5-.5.5M9 6.5c0-.27614.22386-.5.5-.5h1c.2761 0 .5.22386.5.5s-.2239.5-.5.5h-1c-.27614 0-.5-.22386-.5-.5m3 0c0-.27614.2239-.5.5-.5h1c.2761 0 .5.22386.5.5s-.2239.5-.5.5h-1c-.2761 0-.5-.22386-.5-.5M6.5 9c.27614 0 .5.22386.5.5v1c0 .2761-.22386.5-.5.5s-.5-.2239-.5-.5v-1c0-.27614.22386-.5.5-.5m11 1c.2761 0 .5.2239.5.5v1c0 .2761-.2239.5-.5.5s-.5-.2239-.5-.5v-1c0-.2761.2239-.5.5-.5m0 3c.2761 0 .5.2239.5.5v1c0 .2761-.2239.5-.5.5s-.5-.2239-.5-.5v-1c0-.2761.2239-.5.5-.5m-4.1464-4.35355c-.1953-.19527-.5119-.19527-.7072 0-.1952.19526-.1952.51184 0 .7071L13.2929 10l-.6465.6464c-.1952.1953-.1952.5119 0 .7072.1953.1952.5119.1952.7072 0L14 10.7071l.6464.6465c.1953.1952.5119.1952.7072 0 .1952-.1953.1952-.5119 0-.7072L14.7071 10l.6465-.64645c.1952-.19526.1952-.51184 0-.7071-.1953-.19527-.5119-.19527-.7072 0L14 9.29289z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-remove-background-small-24.js.map