@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 821 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var CrownFilledSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.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" }))); });
CrownFilledSIcon.displayName = 'CrownFilledSIcon';