@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 921 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconInteractionDelay24 = 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 3c-.2761 0-.5.22386-.5.5s.2239.5.5.5c4.4183 0 8 3.58172 8 8 0 4.4183-3.5817 8-8 8-4.41828 0-8-3.5817-8-8 0-.2761-.22386-.5-.5-.5s-.5.2239-.5.5c0 4.9706 4.02944 9 9 9 4.9706 0 9-4.0294 9-9 0-4.97056-4.0294-9-9-9M7.0665 5.67615c-.39725-.27307-.93276-.22387-1.27361.117s-.39.87639-.1169 1.27362l4.49821 6.54283c.8752 1.273 2.691 1.4395 3.7832.347 1.092-1.0924.9252-2.9077-.3477-3.7827zm5.9767 5.32185L8.80096 8.08188 6.50003 6.50023l1.58183 2.30081L10.9983 13.043c.5209.7578 1.6017.8569 2.2519.2066.65-.6502.5507-1.7308-.207-2.2516", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-interaction-delay-24.js.map