@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.14 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconAdjust24 = 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 4.5c0-.27614.22386-.5.5-.5s.5.22386.5.5V12a.5.5 0 0 1-.00242.0495C9.1399 12.2802 10 13.2897 10 14.5s-.8601 2.2198-2.00242 2.4505A.5.5 0 0 1 8 17v2.5c0 .2761-.22386.5-.5.5s-.5-.2239-.5-.5V17a.5.5 0 0 1 .00242-.0495C5.86009 16.7198 5 15.7103 5 14.5s.86009-2.2198 2.00242-2.4505A.5.5 0 0 1 7 12zm2 10c0 .8284-.67157 1.5-1.5 1.5S6 15.3284 6 14.5 6.67157 13 7.5 13s1.5.6716 1.5 1.5m7 5c0 .2761.2239.5.5.5s.5-.2239.5-.5V12a.5.5 0 0 0-.0024-.0495C18.1399 11.7198 19 10.7103 19 9.5c0-1.21033-.8601-2.21978-2.0024-2.45048A.5.5 0 0 0 17 7V4.5c0-.27614-.2239-.5-.5-.5s-.5.22386-.5.5V7q0 .02507.0024.04952C14.8601 7.28022 14 8.28967 14 9.5c0 1.2103.8601 2.2198 2.0024 2.4505A.5.5 0 0 0 16 12zm2-10c0-.82843-.6716-1.5-1.5-1.5S15 8.67157 15 9.5c0 .8284.6716 1.5 1.5 1.5s1.5-.6716 1.5-1.5", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-adjust-24.js.map