UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 2.11 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconInteractiveSmall24 = 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: "M12.5 6c-2.76142 0-5 2.23858-5 5 0 .6194.11239 1.2114.31744 1.7574.09708.2585-.0338.5468-.29231.6439-.25852.0971-.54679-.0338-.64386-.2923C6.63465 12.4522 6.5 11.7413 6.5 11c0-3.31371 2.68629-6 6-6 3.3137 0 6 2.68629 6 6 0 .2761-.2239.5-.5.5s-.5-.2239-.5-.5c0-2.76142-2.2386-5-5-5m0 2c-1.6569 0-3 1.34315-3 3 0 .093.00422.185.01246.2756.025.275-.17768.5182-.45269.5432s-.51821-.1776-.5432-.4527A4.04 4.04 0 0 1 8.5 11c0-2.20914 1.7909-4 4-4 1.7187 0 3.183 1.08368 3.7493 2.60334.0964.25876-.0352.54666-.294.64316-.2587.0964-.5467-.0352-.6431-.29397C14.887 8.81144 13.7876 8 12.5 8m-3.90873 6.8389c-.54481.5869-.51067 1.5043.07625 2.0492l.64631-.6963-.64631.6963c.506.4696 1.85918 1.721 2.31408 2.1084.9354.7966 2.0407.9961 2.9578.966.9082-.0298 1.7143-.2847 2.1837-.506.9036-.426 1.3944-1.0871 1.6313-1.7672.2148-.6166.2076-1.2192.2038-1.5429l-.0004-.0279a13 13 0 0 1-.0009-.1115.98.98 0 0 0-.0069-.1136V14.5c0-.8008-.6492-1.45-1.45-1.45-.2089 0-.4075.0442-.5869.1237-.148-.6437-.7245-1.1237-1.4131-1.1237-.2089 0-.4074.0442-.5868.1237-.1481-.6437-.7246-1.1237-1.4132-1.1237-.8008 0-1.45.6492-1.45 1.45v2.6324l-.4155-.3753c-.5872-.5391-1.50026-.5032-2.04323.0818m.72256 1.3529c-.20239-.1879-.21416-.5042-.02629-.7066s.50423-.2142.70662-.0263l1.09674.9904c.3013.3014.9091-.1264.9091-.5509V12.5c0-.2761.2239-.5.5-.5.2762 0 .5.2239.5.5v3.0002c0 .2761.2239.5.5.5s.5-.2239.5-.5V13.5c0-.2761.2238-.5.5-.5.2761 0 .5.2239.5.5v2.0002c0 .2761.2238.5.5.5.2761 0 .5-.2239.5-.5V14.5c0-.2761.2238-.5.5-.5.2761 0 .5.2239.5.5v1.4918c0 .0032.0012.0062.0034.0084a.0114.0114 0 0 1 .0035.0083c.0001.0377.0005.0781.001.1207v.0001c.0074.654.0209 1.85-1.2899 2.4679-.7345.3463-2.718.8705-4.1204-.324-.4353-.3706-1.7691-1.6037-2.28377-2.0814", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-interactive-small-24.js.map