@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.59 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({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 2.25C8.23542 2.25 8.45718 2.36054 8.59889 2.54853L11.8679 6.88493L14.4897 4.4504C14.7083 4.24743 15.0264 4.19329 15.2998 4.31252C15.5732 4.43176 15.75 4.7017 15.75 5V11.5C15.75 12.1154 15.4862 12.6933 15.0372 13.1103C14.5901 13.5255 13.9948 13.75 13.3846 13.75H2.61538C2.00524 13.75 1.40993 13.5255 0.962797 13.1103C0.513789 12.6933 0.25 12.1154 0.25 11.5V5C0.25 4.7017 0.426778 4.43176 0.700212 4.31252C0.973645 4.19329 1.29175 4.24743 1.51034 4.4504L4.13213 6.88493L7.40111 2.54853C7.54282 2.36054 7.76458 2.25 8 2.25ZM8 4.24592L4.82966 8.45147C4.70189 8.62096 4.50829 8.72838 4.29686 8.74708C4.08543 8.76579 3.87597 8.69403 3.72043 8.5496L1.75 6.71991V11.5C1.75 11.6802 1.82659 11.8654 1.98347 12.0111C2.14223 12.1585 2.36867 12.25 2.61538 12.25H13.3846C13.6313 12.25 13.8578 12.1585 14.0165 12.0111C14.1734 11.8654 14.25 11.6802 14.25 11.5V6.71991L12.2796 8.5496C12.124 8.69403 11.9146 8.76579 11.7031 8.74708C11.4917 8.72838 11.2981 8.62096 11.1703 8.45147L8 4.24592Z", fill: "currentColor" }))); });
exports.CrownSIcon.displayName = 'CrownSIcon';