iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 779 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 Qlik = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M23.752 20.137l-3.13-2.633a11.195 11.195 0 001.73-5.965C22.352 5.37 17.344.362 11.176.362S0 5.37 0 11.54c0 6.168 5.008 11.176 11.176 11.176 2.393 0 4.622-.756 6.444-2.044l3.333 2.799s.497.423.92-.074l1.989-2.357c-.019 0 .386-.497-.11-.902zm-5.708-8.598a6.867 6.867 0 11-13.735 0 6.867 6.867 0 0113.735 0zm-11.287 0a4.4 4.4 0 118.8 0 4.4 4.4 0 01-8.8 0z" }));
exports.default = Qlik;