iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 678 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 Cloudera = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm.344 20.251a8.25 8.25 0 110-16.502 8.21 8.21 0 015.633 2.234L15.519 8.53a4.686 4.686 0 00-3.175-1.239 4.709 4.709 0 103.284 8.081l2.657 2.346a8.224 8.224 0 01-5.941 2.533z" }));
exports.default = Cloudera;