@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.2 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconResetInstanceSmall24 = 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: "M5.49992 11.5432c-.39052.3905-.39052 1.0237 0 1.4142l3.2097 3.2097a.4.4 0 0 0 .0166.0159l1.70688 1.7068c1.4826 1.4827 3.9347 1.3084 5.1928-.369.1654-.2206.3035-.461.4107-.7148.9615-2.2757-.7048-4.8062-3.1794-4.8062h-1.6493l1.3964-1.3964c.1953-.1953.1953-.5119 0-.70713-.1952-.19526-.5118-.19526-.7071 0L9.64722 12.1463c-.19526.1952-.19526.5118 0 .7071l2.24998 2.25c.1953.1952.5119.1952.7071 0 .1953-.1953.1953-.5119 0-.7071l-1.3964-1.3965h1.6493c1.7548 0 2.9428 1.7968 2.2583 3.4171-.0757.179-.1731.3486-.2896.5039-.8929 1.1906-2.6334 1.3143-3.6857.2619l-3.22349-3.2234a.43.43 0 0 0-.01661-.0159l-1.69307-1.6931 6.04327-6.04327 6.0433 6.04327-.8155.8155c-.1953.1952-.1953.5118 0 .7071s.5118.1953.7071 0l.8155-.8155c.3905-.3905.3905-1.0237 0-1.4142l-6.0433-6.04328c-.3905-.39052-1.0237-.39052-1.4142 0z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-reset-instance-small-24.js.map