iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 812 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 Botblecms = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12 9.371c-1.613 0-3.09.54-4.3 1.426V0S5.624.434 4.686 1.313l.036 15.742C4.918 20.918 8.086 24 12 24c.547 0 1.074-.07 1.59-.184v-3.105a4.318 4.318 0 01-1.59.312 4.336 4.336 0 010-8.671 4.321 4.321 0 014.313 4.109l.09 6.031c1.757-1.332 2.91-3.426 2.91-5.805A7.315 7.315 0 0012 9.372zm1.523 7.512c0 .84-.683 1.523-1.523 1.523a1.525 1.525 0 010-3.05c.84 0 1.523.683 1.523 1.527z" }));
exports.default = Botblecms;