iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.09 kB
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 Trophy1 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M16.45 13.29c.74-.29 4.3-1.96 4.3-7.13 0-.41-.34-.75-.75-.75h-2.28V4c0-.41-.34-.75-.75-.75H7.03c-.41 0-.75.34-.75.75v1.41H4c-.41 0-.75.34-.75.75 0 5.17 3.56 6.84 4.3 7.13.9 1.12 2.21 1.88 3.7 2.08v1.29H8.5c-.32 0-.61.21-.71.51l-.86 2.59a.75.75 0 00.1.68c.14.2.37.31.61.31h8.72c.24 0 .47-.12.61-.31s.18-.45.1-.68l-.86-2.59a.741.741 0 00-.71-.51h-2.75v-1.29c1.49-.2 2.8-.96 3.7-2.08zm-1.13 5.96H8.68l.36-1.09h5.91l.37 1.09zm3.9-12.34c-.15 1.81-.86 3-1.59 3.77.06-.32.09-.64.09-.98V6.91h1.5zm-14.44 0h1.5V9.7c0 .33.03.66.09.98-.73-.77-1.43-1.96-1.58-3.77h-.01zm3 2.79V4.75h8.45V9.7a4.22 4.22 0 01-4.22 4.22A4.23 4.23 0 017.78 9.7z", fill: "#323544" }));
exports.default = Trophy1;