UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.4 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconActionOverlaySwapSmall24 = 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: "M6 6.5c0-.27614.22386-.5.5-.5H9c1.1046 0 2 .89543 2 2v1.5c0 .27614-.2239.5-.5.5s-.5-.22386-.5-.5V8c0-.55229-.44771-1-1-1H6.5c-.27614 0-.5-.22386-.5-.5m4.5 7.5c.2761 0 .5.2239.5.5V16c0 1.1046-.8954 2-2 2H6.5c-.27614 0-.5-.2239-.5-.5s.22386-.5.5-.5H9c.55229 0 1-.4477 1-1v-1.5c0-.2761.2239-.5.5-.5M18 6.5c0-.27614-.2239-.5-.5-.5H15c-1.1046 0-2 .89543-2 2v1.5c0 .27614.2239.5.5.5s.5-.22386.5-.5V8c0-.55229.4477-1 1-1h2.5c.2761 0 .5-.22386.5-.5M13.5 14c-.2761 0-.5.2239-.5.5V16c0 1.1046.8954 2 2 2h2.5c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5H15c-.5523 0-1-.4477-1-1v-1.5c0-.2761-.2239-.5-.5-.5m-5.14645-3.1465c.19526-.1952.19526-.5118 0-.707-.19526-.19531-.51184-.19531-.7071 0l-1.5 1.5c-.19526.1952-.19526.5118 0 .707l1.5 1.5c.19526.1953.51184.1953.7071 0 .19526-.1952.19526-.5118 0-.707L7.70711 12.5h8.58579l-.6464.6465c-.1953.1952-.1953.5118 0 .707.1952.1953.5118.1953.707 0l1.5-1.5c.1953-.1952.1953-.5118 0-.707l-1.5-1.5c-.1952-.19531-.5118-.19531-.707 0-.1953.1952-.1953.5118 0 .707l.6464.6465H7.70711z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-action-overlay-swap-small-24.js.map