@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.64 kB
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({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.0001 4.25003C12.2448 4.25003 12.4741 4.36944 12.6145 4.56993L17.0018 10.8376L20.5697 7.26969C20.7842 7.05519 21.1068 6.99103 21.3871 7.10711C21.6673 7.2232 21.85 7.49668 21.85 7.80002V16.9C21.85 17.6559 21.5498 18.3808 21.0153 18.9153C20.4808 19.4497 19.7559 19.75 19 19.75H5.00008C4.24421 19.75 3.51931 19.4497 2.98483 18.9153C2.45035 18.3808 2.15009 17.6559 2.15009 16.9V7.80002C2.15009 7.49668 2.33282 7.2232 2.61307 7.10711C2.89333 6.99103 3.21592 7.05519 3.43042 7.26969L6.99829 10.8376L11.3856 4.56993C11.526 4.36944 11.7553 4.25003 12.0001 4.25003ZM12.0001 6.30788L7.7145 12.4301C7.58736 12.6117 7.38636 12.7278 7.16549 12.7472C6.94463 12.7665 6.72652 12.6871 6.56975 12.5303L3.65009 9.61068V16.9C3.65009 17.258 3.79232 17.6014 4.04549 17.8546C4.29866 18.1078 4.64204 18.25 5.00008 18.25H19C19.3581 18.25 19.7015 18.1078 19.9546 17.8546C20.2078 17.6014 20.35 17.258 20.35 16.9V9.61068L17.4304 12.5303C17.2736 12.6871 17.0555 12.7665 16.8346 12.7472C16.6138 12.7278 16.4128 12.6117 16.2856 12.4301L12.0001 6.30788Z", fill: "currentColor" }))); });
exports.CrownMIcon.displayName = 'CrownMIcon';