UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 925 B
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconAdjust16 = createIcon(h("svg", { fill: "none", height: "16", viewBox: "0 0 16 16", width: "16", xmlns: "http://www.w3.org/2000/svg" }, h("path", { "clip-rule": "evenodd", d: "M5 3.5c0-.27614.22386-.5.5-.5s.5.22386.5.5v4.58535c.5826.20592 1 .76154 1 1.41465s-.4174 1.2087-1 1.4146V12.5c0 .2761-.22386.5-.5.5s-.5-.2239-.5-.5v-1.5854c-.5826-.2059-1-.7615-1-1.4146s.4174-1.20873 1-1.41465zm0 6c0-.27614.22386-.5.5-.5s.5.22386.5.5-.22386.5-.5.5-.5-.22386-.5-.5m5 3c0 .2761.2239.5.5.5s.5-.2239.5-.5V7.91465c.5826-.20592 1-.76154 1-1.41465s-.4174-1.20873-1-1.41465V3.5c0-.27614-.2239-.5-.5-.5s-.5.22386-.5.5v1.58535C9.4174 5.29127 9 5.84689 9 6.5s.4174 1.20873 1 1.41465zm0-6c0 .27614.2239.5.5.5s.5-.22386.5-.5-.2239-.5-.5-.5-.5.22386-.5.5", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-adjust-16.js.map