iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 941 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 Medal = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M16.218 12.66a6.106 6.106 0 0 1-6.109 6.104A6.106 6.106 0 0 1 4 12.66a6.07 6.07 0 0 1 1.91-4.416L5.103 1h10.02l-.808 7.25a6.071 6.071 0 0 1 1.903 4.41zM8.44 2.11H6.216l.764 5.333A6.306 6.306 0 0 1 8.441 6.8V2.111zm1.114 0v4.486c.184-.018.366-.04.554-.04.18 0 .353.022.528.038V2.111H9.555zm2.195 0v4.68c.53.155 1.031.377 1.495.657l.765-5.337h-2.26zm-1.641 5.56a4.997 4.997 0 0 0-4.993 4.99c0 2.75 2.24 4.988 4.993 4.988a4.996 4.996 0 0 0 4.992-4.988c0-2.75-2.24-4.99-4.992-4.99z", fill: "#000", fillRule: "evenodd" }));
exports.default = Medal;