UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 899 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var CrownSIcon = 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 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" }))); }); CrownSIcon.displayName = 'CrownSIcon';