UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 988 B
"use strict"; 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({ 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.454 2.723a.55.55 0 0 0-.198-.165.58.58 0 0 0-.71.165L4.05 7.44 1.196 4.744a.584.584 0 0 0-.604-.114.55.55 0 0 0-.249.193.5.5 0 0 0-.093.29v6.796c0 .555.233 1.086.649 1.479.415.392.978.612 1.565.612h11.072c.587 0 1.15-.22 1.565-.612.416-.393.649-.924.649-1.479V5.114a.5.5 0 0 0-.093-.291.55.55 0 0 0-.249-.193.58.58 0 0 0-.603.114L11.95 7.44z", clipRule: "evenodd" }))); }); exports.CrownFilledSIcon.displayName = 'CrownFilledSIcon';