@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.35 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconLoopOffSmall24 = 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: "M17.8536 6.85355c.1952-.19526.1952-.51184 0-.7071-.1953-.19527-.5119-.19527-.7072 0L6.14645 17.1464c-.19527.1953-.19527.5119 0 .7072.19526.1952.51184.1952.7071 0zm-8.70715-.7071c.19526-.19527.51184-.19527.7071 0l2.00005 2c.1952.19526.1952.51184 0 .7071L9.85355 10.8536c-.19526.1952-.51184.1952-.7071 0-.19527-.1953-.19527-.5119 0-.7072L10.2929 9H9c-1.65685 0-3 1.3431-3 3 0 .8176.3264 1.5579.85712 2.0995.19327.1973.19006.5138-.00717.7071s-.5138.1901-.70707-.0072C5.43642 14.0785 5 13.0897 5 12c0-2.20914 1.79086-4 4-4h1.2929L9.14645 6.85355c-.19527-.19526-.19527-.51184 0-.7071m8.00365 3.04694c.1972-.19327.5137-.19006.707.00717C18.5636 9.9215 19 10.9103 19 12c0 2.2091-1.7909 4-4 4h-1.2929l1.1465 1.1464c.1952.1953.1952.5119 0 .7072-.1953.1952-.5119.1952-.7072 0l-2-2c-.1952-.1953-.1952-.5119 0-.7072l2-2c.1953-.1952.5119-.1952.7072 0 .1952.1953.1952.5119 0 .7072L13.7071 15H15c1.6569 0 3-1.3431 3-3 0-.8176-.3264-1.5579-.8571-2.09954-.1933-.19723-.1901-.5138.0072-.70707", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-loop-off-small-24.js.map