UNPKG

@astraicons/react

Version:

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

34 lines 1.64 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", fill: "none", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "currentColor", "aria-hidden": "true", ref: ref, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { d: "m14.789 17.618-2.627-2.272m5.455-.556-2.273-2.626m-7.121-.228L6.909 10.8 4.675 8.866a1.3 1.3 0 0 1-.442-.855L3.98 5.397A1.296 1.296 0 0 1 5.395 3.98l2.614.253c.332.033.638.19.856.442l1.933 2.235 1.137 1.313" }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", d: "m13.022 18.68 5.656-5.658" }), /*#__PURE__*/React.createElement("path", { d: "m15.143 16.558 2.121 2.121m-.707-3.535 2.121 2.121m0 0-1.414 1.414m1.414-1.414a.828.828 0 0 1 1.415.586v1.242a1 1 0 0 1-1 1H17.85a.828.828 0 0 1-.586-1.414" }), /*#__PURE__*/React.createElement("path", { d: "m6.305 14.789 8.752-10.114c.218-.251.524-.41.856-.442l2.614-.253a1.296 1.296 0 0 1 1.415 1.416L19.69 8.01c-.032.331-.19.638-.442.855L9.134 17.617" }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", d: "m5.244 13.021 5.657 5.657" }), /*#__PURE__*/React.createElement("path", { d: "m7.365 15.142-2.12 2.122m3.535-.707-2.122 2.12m0 0-1.414-1.413m1.414 1.414a.828.828 0 0 1-.586 1.414H4.83a1 1 0 0 1-1-1v-1.243a.828.828 0 0 1 1.414-.585" })); const ForwardRef = forwardRef(BattleIcon); module.exports = ForwardRef;