iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.72 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 Quasar = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M13.743 12a1.742 1.742 0 11-3.484 0 1.742 1.742 0 013.484 0zm5.585-1.65l1.267-.732a8.929 8.929 0 00-.861-2.084 8.93 8.93 0 00-1.369-1.789l-2.014 1.163a6.708 6.708 0 00-2.103-1.219 8.268 8.268 0 00-1.627 2.322c2.242-.152 4.557.66 6.707 2.339zm-9.562 8.82v1.464a8.931 8.931 0 002.235.295 8.934 8.934 0 002.234-.29v-2.326a6.708 6.708 0 002.106-1.211 8.267 8.267 0 00-1.197-2.57c-.989 2.017-2.85 3.616-5.378 4.638zm-4.354-5.962c.947.247 1.894.33 2.825.248C6.982 11.591 6.527 9.18 6.907 6.48L5.64 5.747a8.924 8.924 0 00-1.373 1.788 8.93 8.93 0 00-.865 2.08l2.014 1.163a6.707 6.707 0 00-.004 2.43zm13.173.013a6.708 6.708 0 00.004-2.43 8.26 8.26 0 00-2.824-.248c1.253 1.865 1.708 4.276 1.328 6.977l1.267.732a8.928 8.928 0 001.374-1.788 8.929 8.929 0 00.865-2.08l-2.014-1.163zm-13.912.429l-1.267.731c.198.728.487 1.429.861 2.084a8.932 8.932 0 001.369 1.789L7.65 17.09a6.71 6.71 0 002.102 1.219 8.26 8.26 0 001.628-2.322c-2.242.152-4.557-.659-6.707-2.338zm9.562-8.821V3.366A8.934 8.934 0 0012 3.07a8.934 8.934 0 00-2.234.29v2.326A6.708 6.708 0 007.66 6.898c.26.944.66 1.806 1.197 2.57.989-2.018 2.85-3.617 5.378-4.639zM24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12zm-1.535 0C22.465 6.23 17.77 1.535 12 1.535S1.535 6.23 1.535 12 6.23 22.465 12 22.465 22.465 17.77 22.465 12z" }));
exports.default = Quasar;