@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 970 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CrownMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.CrownMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 4.25a.75.75 0 0 1 .614.32l4.388 6.268L20.57 7.27a.75.75 0 0 1 1.28.53v9.1A2.85 2.85 0 0 1 19 19.75H5a2.85 2.85 0 0 1-2.85-2.85V7.8a.75.75 0 0 1 1.28-.53l3.568 3.568 4.388-6.268c.14-.2.37-.32.614-.32m0 2.058L7.715 12.43a.75.75 0 0 1-1.145.1L3.65 9.61v7.29A1.35 1.35 0 0 0 5 18.25h14a1.35 1.35 0 0 0 1.35-1.35V9.61l-2.92 2.92a.75.75 0 0 1-1.144-.1z", clipRule: "evenodd" }))); });
exports.CrownMIcon.displayName = 'CrownMIcon';