UNPKG

@astraicons/react

Version:

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

28 lines 1.7 kB
const React = require("react"); const { forwardRef } = require("react"); const BattleIcon = ({ title, titleId, ...props }, ref) => /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", ref: ref, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M18.434 12.507a.75.75 0 0 1 1.06.056.74.74 0 0 1 .188.457.75.75 0 0 1-.244.603l-1.746 1.572 1.169 1.298c.912-.264 1.94.428 1.884 1.503l-.064 1.24a1.65 1.65 0 0 1-1.734 1.563l-1.24-.066c-1.075-.056-1.657-1.151-1.3-2.03l-1.168-1.298-1.744 1.572a.75.75 0 1 1-1.004-1.116l.845-.762-.068-.064-.599-.558 4.367-3.932.493.647.058.078zm-2.228 4.027 1.07 1.189.52-.468-1.07-1.189z", clipRule: "evenodd" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M18.455 3.233a2.047 2.047 0 0 1 2.234 2.235l-.253 2.614c-.05.523-.3 1.007-.697 1.35l-9.126 7.897.818.818a.75.75 0 1 1-1.06 1.061L8.71 17.546 7.475 18.78c.312.897-.327 1.961-1.403 1.961H4.83c-.911 0-1.65-.74-1.65-1.65V17.85c0-1.077 1.063-1.714 1.96-1.403l1.236-1.235-1.662-1.661a.75.75 0 0 1 1.061-1.06l.818.819 7.898-9.125a2.05 2.05 0 0 1 1.35-.698zM6.164 17.263l.495.495 1.13-1.132-.493-.494z", clipRule: "evenodd" }), /*#__PURE__*/React.createElement("path", { d: "M7.808 3.304c.495.007.97.193 1.338.524l2.698 2.426-2.4 2.71-.002.003-2.092 2.347-.505.566-2.69-2.452a2.05 2.05 0 0 1-.65-1.229l-.364-2.603a2.047 2.047 0 0 1 2.057-2.33z" })); const ForwardRef = forwardRef(BattleIcon); module.exports = ForwardRef;