@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.17 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconMeasure24 = 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: "M3.29289 7.79289c-.39052.39053-.39052 1.02369 0 1.41422L14.7929 20.7071c.3905.3905 1.0237.3905 1.4142 0l4.5-4.5c.3905-.3905.3905-1.0237 0-1.4142L9.20711 3.29289c-.39053-.39052-1.02369-.39052-1.41422 0zM4 8.5l.70711.70711.68934.68934.75-.75c.19526-.19527.51184-.19527.7071 0 .19527.19526.19527.51184 0 .7071l-.75.75005 1.2929 1.2928 2.25-2.24995c.19526-.19527.51185-.19527.70715 0 .1952.19526.1952.51185 0 .70715l-2.25005 2.25 1.2929 1.2928.74995-.75c.1953-.1952.5119-.1952.7072 0 .1952.1953.1952.5119 0 .7072l-.75.75 1.2928 1.2928 2.25-2.25c.1953-.1952.5119-.1952.7072 0 .1952.1953.1952.5119 0 .7072l-2.25 2.25 2.6893 2.6893L15.5 20l.7071-.7071 3.0858-3.0858L20 15.5l-.7071-.7071L9.20711 4.70711 8.5 4l-.70711.70711-3.08578 3.08578zM16 17c.5523 0 1-.4477 1-1s-.4477-1-1-1-1 .4477-1 1 .4477 1 1 1", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-measure-24.js.map