@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.46 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CrownFilledMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.CrownFilledMIcon = (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.5857 4.447C12.5199 4.35269 12.4323 4.27567 12.3303 4.22249C12.2283 4.16931 12.115 4.14154 12 4.14154C11.885 4.14154 11.7717 4.16931 11.6697 4.22249C11.5677 4.27567 11.4801 4.35269 11.4143 4.447L6.90286 10.8927L3.22 7.20842C3.1201 7.10827 2.99271 7.04004 2.85399 7.01237C2.71526 6.9847 2.57144 6.99885 2.44077 7.05302C2.31009 7.10718 2.19844 7.19893 2.11997 7.31663C2.0415 7.43433 1.99975 7.57268 2 7.71414V16.9998C2 17.7576 2.30102 18.4843 2.83684 19.0202C3.37266 19.556 4.09938 19.857 4.85714 19.857H19.1429C19.9006 19.857 20.6273 19.556 21.1632 19.0202C21.699 18.4843 22 17.7576 22 16.9998V7.71414C22.0002 7.57268 21.9585 7.43433 21.88 7.31663C21.8016 7.19893 21.6899 7.10718 21.5592 7.05302C21.4286 6.99885 21.2847 6.9847 21.146 7.01237C21.0073 7.04004 20.8799 7.10827 20.78 7.20842L17.0971 10.8927L12.5857 4.447Z", fill: "currentColor" }))); });
exports.CrownFilledMIcon.displayName = 'CrownFilledMIcon';