iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 578 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 Hedera = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12 0a12 12 0 100 24 12 12 0 000-24zm4.957 17.396h-1.581V14.01H8.622v3.378H7.05V6.604H8.63v3.384h6.753V6.604h1.582zm-1.581-6.259H8.622v1.724h6.754z" }));
exports.default = Hedera;