iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 672 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 Babelio = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M15.283 0a13.994 13.994 0 01-6.566 7.588v4.691a20.538 20.538 0 006.566-3.676zm3.283 7.7a22.121 22.121 0 01-13.132 7.03v4.213a35.545 35.545 0 003.836-.564 35.118 35.118 0 009.296-3.322zm3.282 7.331a36.747 36.747 0 01-19.696 5.686V24h19.696z" }));
exports.default = Babelio;