@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.06 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CrownSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.CrownSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 2.25a.75.75 0 0 1 .599.299l3.269 4.336L14.49 4.45a.75.75 0 0 1 1.26.55v6.5c0 .615-.264 1.193-.713 1.61a2.43 2.43 0 0 1-1.652.64H2.615a2.43 2.43 0 0 1-1.652-.64A2.2 2.2 0 0 1 .25 11.5V5a.75.75 0 0 1 1.26-.55l2.622 2.435 3.27-4.336A.75.75 0 0 1 8 2.25m0 1.996L4.83 8.45a.75.75 0 0 1-1.11.099L1.75 6.72v4.78c0 .18.077.365.233.511a.93.93 0 0 0 .632.239h10.77a.93.93 0 0 0 .632-.239.7.7 0 0 0 .233-.511V6.72l-1.97 1.83a.75.75 0 0 1-1.11-.099z", clipRule: "evenodd" }))); });
exports.CrownSIcon.displayName = 'CrownSIcon';