iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 941 B
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 Spinner2Sacle = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M13.75 3.748a1.75 1.75 0 10-3.5 0 1.75 1.75 0 003.5 0zM18.366 6.694a.75.75 0 10-1.06-1.06.75.75 0 001.06 1.06zM21.148 12a.895.895 0 11-1.79 0 .895.895 0 011.79 0zM17.1 18.571a1.04 1.04 0 101.471-1.47 1.04 1.04 0 00-1.47 1.47zM12 19.067a1.185 1.185 0 110 2.37 1.185 1.185 0 010-2.37zM7.106 18.776a1.33 1.33 0 10-1.88-1.88 1.33 1.33 0 001.88 1.88zM5.224 12a1.475 1.475 0 11-2.95 0 1.475 1.475 0 012.95 0zM5.02 7.31a1.62 1.62 0 102.291-2.292 1.62 1.62 0 00-2.29 2.292z", fill: "#323544" }));
exports.default = Spinner2Sacle;