UNPKG

@astraicons/react

Version:

A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.

21 lines 945 B
import * as React from "react"; function CrownIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { d: "m4.453 16.667-2.384-6.233c-.401-1.63 1.012-3.075 2.384-2.439l2.064.959c.926.43 1.98-.097 2.334-1.165L11 3c.5-1.5 2.5-1.5 3 0l1.723 4.947c.438.993 1.493 1.399 2.368.912l1.348-.751c1.27-.708 2.715.478 2.548 2.071a1 1 0 0 1-.013.082c-.1.489-1.106 5.45-1.224 6.406-.124 1.005-.423 1.333-1.31 1.333H5.75c-.797 0-1.081-.456-1.297-1.333M9 19.25a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5z" })); } const ForwardRef = React.forwardRef(CrownIcon); export default ForwardRef;