iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.07 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 Turborepo = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M11.992 5.502A6.506 6.506 0 005.494 12a6.506 6.506 0 006.498 6.499A6.506 6.506 0 0018.49 12a6.506 6.506 0 00-6.498-6.498zm0 9.861a3.363 3.363 0 110-6.725 3.363 3.363 0 010 6.725z", fill: "#323544" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.537 4.434V2.008C17.81 2.29 22 6.656 22 12c0 5.344-4.19 9.709-9.463 9.992v-2.426C16.467 19.285 19.58 16 19.58 12c0-4-3.113-7.285-7.043-7.566zM6.26 16.962a7.556 7.556 0 01-1.833-4.418H2a9.965 9.965 0 002.543 6.135l1.717-1.717zm5.187 5.03v-2.426a7.549 7.549 0 01-4.419-1.834L5.312 19.45a9.964 9.964 0 006.134 2.542h.002z", fill: "#323544" }));
exports.default = Turborepo;