@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.49 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CrownFilledSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.CrownFilledSIcon = (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.45393 2.72268C8.40291 2.65367 8.335 2.5973 8.25597 2.55839C8.17694 2.51947 8.08913 2.49915 8 2.49915C7.91087 2.49915 7.82306 2.51947 7.74403 2.55839C7.665 2.5973 7.59709 2.65367 7.54607 2.72268L4.04971 7.43977L1.1955 4.74355C1.11808 4.67025 1.01935 4.62032 0.91184 4.60007C0.804328 4.57982 0.692869 4.59018 0.591595 4.62982C0.490321 4.66946 0.403792 4.7366 0.342978 4.82274C0.282165 4.90887 0.249805 5.01012 0.250001 5.11364V11.9091C0.250001 12.4636 0.483291 12.9955 0.89855 13.3876C1.31381 13.7797 1.87702 14 2.46429 14H13.5357C14.123 14 14.6862 13.7797 15.1014 13.3876C15.5167 12.9955 15.75 12.4636 15.75 11.9091V5.11364C15.7502 5.01012 15.7178 4.90887 15.657 4.82274C15.5962 4.7366 15.5097 4.66946 15.4084 4.62982C15.3071 4.59018 15.1957 4.57982 15.0882 4.60007C14.9806 4.62032 14.8819 4.67025 14.8045 4.74355L11.9503 7.43977L8.45393 2.72268Z", fill: "currentColor" }))); });
exports.CrownFilledSIcon.displayName = 'CrownFilledSIcon';