UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.59 kB
"use strict"; 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 Quantconnect = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M23.067 16.663a12.108 12.108 0 01-6.404 6.405A12.018 12.018 0 0112 24v-2.797a8.63 8.63 0 003.546-.747 9.457 9.457 0 002.983-1.927 11.366 11.366 0 001.927-2.922A9.147 9.147 0 0021.203 12a8.63 8.63 0 00-.747-3.545 8.928 8.928 0 00-4.91-4.912 9.528 9.528 0 00-7.091 0 9.48 9.48 0 00-4.911 4.912A9.758 9.758 0 002.798 12H0a12.011 12.011 0 01.932-4.662A12.093 12.093 0 017.336.933a12.121 12.121 0 019.326 0 11.507 11.507 0 013.792 2.609 11.499 11.499 0 012.613 3.796 12.123 12.123 0 010 9.326zM11.998 9.887V7.089a4.788 4.788 0 00-3.483 1.43A4.709 4.709 0 007.025 12a4.609 4.609 0 001.49 3.478 4.809 4.809 0 006.799.165 4.763 4.763 0 00.165-.165A4.34 4.34 0 0016.91 12H14.11a2.058 2.058 0 01-.621 1.492 2.019 2.019 0 01-1.492.622A2.123 2.123 0 019.884 12a2.02 2.02 0 01.622-1.492 2.064 2.064 0 011.492-.621zm5.972 8.08a7.044 7.044 0 001.806-2.676 7.471 7.471 0 00.684-3.296 7.655 7.655 0 00-.684-3.295A8.453 8.453 0 0015.3 4.223a7.468 7.468 0 00-3.295-.683v2.797a5.307 5.307 0 013.98 1.679 5.403 5.403 0 011.677 3.979 5.658 5.658 0 01-11.315 0H3.548a8.4 8.4 0 00.616 3.298 9.291 9.291 0 004.54 4.538 9.041 9.041 0 006.59 0 7.996 7.996 0 002.676-1.864z" })); exports.default = Quantconnect;