UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 931 B
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconInteractionDelaySmall24 = 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 5c-.2761 0-.5.22386-.5.5s.2239.5.5.5c3.3137 0 6 2.68629 6 6 0 3.3137-2.6863 6-6 6-3.31371 0-6-2.6863-6-6 0-.2761-.22386-.5-.5-.5s-.5.2239-.5.5c0 3.866 3.13401 7 7 7 3.866 0 7-3.134 7-7 0-3.86599-3.134-7-7-7M8.3005 6.91783c-.3959-.25616-.91694-.20095-1.25036.13248s-.38861.85448-.13244 1.25036l3.07432 4.75103c.76528 1.1826 2.42618 1.3586 3.42218.3625.9961-.9961.8201-2.657-.3626-3.42221zm4.2079 3.91377L9.80624 9.08317 7.75726 7.75741l1.32583 2.04893 1.74851 2.70206c.4194.6482 1.3296.7446 1.8755.1987s.4495-1.4561-.1987-1.8755", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-interaction-delay-small-24.js.map