iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 799 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 Medusa = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M20.325 3.896L14.891.769a5.728 5.728 0 00-5.734 0L3.698 3.896A5.775 5.775 0 00.844 8.848v6.279a5.745 5.745 0 002.854 4.952l5.434 3.152a5.728 5.728 0 005.734 0l5.434-3.152a5.692 5.692 0 002.855-4.952V8.848c.05-2.026-1.052-3.927-2.83-4.952zm-8.313 13.682A5.586 5.586 0 016.428 12a5.586 5.586 0 015.584-5.578c3.08 0 5.609 2.501 5.609 5.578 0 3.077-2.504 5.578-5.61 5.578z" }));
exports.default = Medusa;