UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 809 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var CrownMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 4.25a.75.75 0 0 1 .614.32l4.388 6.268L20.57 7.27a.75.75 0 0 1 1.28.53v9.1A2.85 2.85 0 0 1 19 19.75H5a2.85 2.85 0 0 1-2.85-2.85V7.8a.75.75 0 0 1 1.28-.53l3.568 3.568 4.388-6.268c.14-.2.37-.32.614-.32m0 2.058L7.715 12.43a.75.75 0 0 1-1.145.1L3.65 9.61v7.29A1.35 1.35 0 0 0 5 18.25h14a1.35 1.35 0 0 0 1.35-1.35V9.61l-2.92 2.92a.75.75 0 0 1-1.144-.1z", clipRule: "evenodd" }))); }); CrownMIcon.displayName = 'CrownMIcon';