iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.04 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const FidgetSpinner = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-fidget-spinner", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M18 16v.01M6 16v.01M12 5v.01M12 12v.01M12 1a4 4 0 012.001 7.464l.001.072a3.998 3.998 0 011.987 3.758l.22.128a3.978 3.978 0 011.591-.417L18 12a4 4 0 11-3.994 3.77l-.28-.16c-.522.25-1.108.39-1.726.39-.619 0-1.205-.14-1.728-.391l-.279.16L10 16a4 4 0 11-2.212-3.579l.222-.129a3.998 3.998 0 011.988-3.756L10 8.465A4 4 0 018.005 5.2L8 5a4 4 0 014-4z" }));
exports.default = FidgetSpinner;