iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 933 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 Crown3 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 3.75a.75.75 0 01.565.256l4.147 4.741 4.063-3.326a.75.75 0 011.22.668L20.65 17.513a2.25 2.25 0 01-2.235 1.987H5.584a2.25 2.25 0 01-2.235-1.987L2.005 6.089a.75.75 0 011.22-.668l4.063 3.326 4.147-4.74A.75.75 0 0112 3.75zm0 1.89L7.94 10.28a.75.75 0 01-1.04.087l-3.188-2.61.75 6.374h15.076l.75-6.374-3.188 2.61a.75.75 0 01-1.04-.087L12 5.64zm7.362 9.992H4.638l.201 1.706a.75.75 0 00.745.662h12.832c.38 0 .7-.285.745-.662l.2-1.706z", fill: "#323544" }));
exports.default = Crown3;