UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.74 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconMultipleComponentsSmall24 = 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: "M10.1464 6.14645c.1953-.19527.5119-.19527.7072 0l2 2c.1952.19526.1952.51184 0 .7071l-2 2.00005c-.1953.1952-.5119.1952-.7072 0L8.14645 8.85355c-.19527-.19526-.19527-.51184 0-.7071zm3 0c.1953-.19527.5119-.19527.7072 0l2 2c.1952.19526.1952.51184 0 .7071-.1953.19527-.5119.19527-.7072 0l-2-2c-.1952-.19526-.1952-.51184 0-.7071M9.20711 8.5 10.5 9.79289 11.7929 8.5 10.5 7.20711zM6.64645 9.64645c.19526-.19527.51184-.19527.7071 0l2 1.99995c.19527.1953.19527.5119 0 .7072l-2 2c-.19526.1952-.51184.1952-.7071 0l-2-2c-.19527-.1953-.19527-.5119 0-.7072zm6.99995 0c.1953-.19527.5119-.19527.7072 0l2 1.99995c.1952.1953.1952.5119 0 .7072l-2 2c-.1953.1952-.5119.1952-.7072 0l-2-2c-.1952-.1953-.1952-.5119 0-.7072zm3 0c.1953-.19527.5119-.19527.7072 0l2 1.99995c.1952.1953.1952.5119 0 .7072l-2 2c-.1953.1952-.5119.1952-.7072 0-.1952-.1953-.1952-.5119 0-.7072L18.2929 12l-1.6465-1.6464c-.1952-.1953-.1952-.51189 0-.70715M5.70711 12 7 13.2929 8.29289 12 7 10.7071zm6.99999 0L14 13.2929 15.2929 12 14 10.7071zm-3.49999 3.5L10.5 16.7929 11.7929 15.5 10.5 14.2071zm.93929-2.3536c.1953-.1952.5119-.1952.7072 0l2 2c.1952.1953.1952.5119 0 .7072l-2 2c-.1953.1952-.5119.1952-.7072 0l-1.99995-2c-.19527-.1953-.19527-.5119 0-.7072zm5 2c.1953-.1952.5119-.1952.7072 0 .1952.1953.1952.5119 0 .7072l-2 2c-.1953.1952-.5119.1952-.7072 0-.1952-.1953-.1952-.5119 0-.7072z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-multiple-components-small-24.js.map