iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 841 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 Qwiklabs = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M14.346 18.205A6.464 6.464 0 0012 5.72a6.462 6.462 0 00-2.346 12.485.69.69 0 00.961-.623v-5.4a1.385 1.385 0 112.77 0v5.4a.692.692 0 00.961.623zm.809 5.558C20.252 22.378 24 17.718 24 12.182c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.536 3.748 10.196 8.845 11.581a.7.7 0 00.049.013l.059.016.001-.002a1.385 1.385 0 00.635-2.695 9.231 9.231 0 114.824-.001 1.385 1.385 0 00.635 2.695l.001.002.059-.016.049-.013z" }));
exports.default = Qwiklabs;