iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 989 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 Apachesolr = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M20.741 3.8L8.926 16.573l14.849-6.851A11.979 11.979 0 0020.741 3.8M11.975 0c-1.637 0-3.197.328-4.619.921l-1.585 13.36L13.693.124A12.168 12.168 0 0011.975 0m11.918 10.459l-14.07 7.874 13.201-1.566a11.976 11.976 0 00.869-6.308m-5.188 11.527a12.084 12.084 0 003.8-4.16l-12.374 2.457 8.574 1.703zM14.417.249L7.53 15.177 20.306 3.36A11.978 11.978 0 0014.417.249M12.98 24a11.938 11.938 0 003.774-.945l-6.931-.822L12.98 24zM1.016 7.08a11.944 11.944 0 00-1.013 3.864l1.867 3.337-.854-7.201zm5.298-5.665a12.076 12.076 0 00-4.236 3.784l1.743 8.773L6.314 1.415z" }));
exports.default = Apachesolr;