UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 2.25 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconComponentSetSmall24 = 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: "M7.5 6c.27614 0 .5.22386.5.5s-.22386.5-.5.5-.5.22386-.5.5-.22386.5-.5.5-.5-.22386-.5-.5C6 6.67157 6.67157 6 7.5 6m1.5.5c0 .27614.22386.5.5.5H11c.2761 0 .5-.22386.5-.5S11.2761 6 11 6H9.5c-.27614 0-.5.22386-.5.5m5.5.5c.2761 0 .5-.22386.5-.5s-.2239-.5-.5-.5H13c-.2761 0-.5.22386-.5.5s.2239.5.5.5zm2.5.5c0 .27614.2239.5.5.5s.5-.22386.5-.5c0-.82843-.6716-1.5-1.5-1.5-.2761 0-.5.22386-.5.5s.2239.5.5.5.5.22386.5.5m0 3.5c0 .2761.2239.5.5.5s.5-.2239.5-.5V9.5c0-.27614-.2239-.5-.5-.5s-.5.22386-.5.5zm0 3.5c0 .2761.2239.5.5.5s.5-.2239.5-.5V13c0-.2761-.2239-.5-.5-.5s-.5.2239-.5.5zm-.5 2.5c-.2761 0-.5.2239-.5.5s.2239.5.5.5c.8284 0 1.5-.6716 1.5-1.5 0-.2761-.2239-.5-.5-.5s-.5.2239-.5.5-.2239.5-.5.5M13 17c-.2761 0-.5.2239-.5.5s.2239.5.5.5h1.5c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5zm-3.5 0c-.27614 0-.5.2239-.5.5s.22386.5.5.5H11c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5zM7 16.5c0-.2761-.22386-.5-.5-.5s-.5.2239-.5.5c0 .8284.67157 1.5 1.5 1.5.27614 0 .5-.2239.5-.5s-.22386-.5-.5-.5-.5-.2239-.5-.5M7 13c0-.2761-.22386-.5-.5-.5s-.5.2239-.5.5v1.5c0 .2761.22386.5.5.5s.5-.2239.5-.5zm0-3.5c0-.27614-.22386-.5-.5-.5s-.5.22386-.5.5V11c0 .2761.22386.5.5.5s.5-.2239.5-.5zm2.66789 1.5821c.19527-.1953.51181-.1953.70711 0l.5643.5643c.1953.1953.1953.5119 0 .7072l-.5643.5643c-.1953.1953-.51184.1953-.70711 0l-.56434-.5643c-.19526-.1953-.19526-.5119 0-.7072zm1.41421-.7071c-.1953-.1953-.1953-.51184 0-.70711l.5643-.56434c.1953-.19526.5119-.19526.7072 0l.5643.56434c.1953.19526.1953.51181 0 .70711l-.5643.5643c-.1953.1953-.5119.1953-.7072 0zm2.5429.7071c.1953-.1953.5118-.1953.7071 0l.5643.5643c.1953.1953.1953.5119 0 .7072l-.5643.5643c-.1953.1953-.5118.1953-.7071 0l-.5643-.5643c-.1953-.1953-.1953-.5119 0-.7072zm-.7071 2.5429c.1953.1953.1953.5118 0 .7071l-.5643.5643c-.1953.1953-.5119.1953-.7072 0l-.5643-.5643c-.1953-.1953-.1953-.5118 0-.7071l.5643-.5643c.1953-.1953.5119-.1953.7072 0z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-component-set-small-24.js.map