iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 720 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 Roundcube = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12.002.072a8.302 8.302 0 00-8.266 7.512L.498 9.454l4.682 2.704A7.8 7.8 0 0112.002.572a7.802 7.802 0 016.824 11.582l4.676-2.7-3.236-1.87A8.302 8.302 0 0012.002.072zM0 9.742v7.399l11.75 6.787v-7.399L0 9.742zm24 0l-5.777 3.338-5.248 3.031h-.002l-.108.063-.615.355v7.399L24 17.14V9.744z" }));
exports.default = Roundcube;