@astraicons/react
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
33 lines • 1.57 kB
JavaScript
import * as React from "react";
import { forwardRef } from "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", {
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: "m8.223 11.937-3.547-3.07a1.3 1.3 0 0 1-.442-.856L3.98 5.397a1.296 1.296 0 0 1 1.415-1.415l2.614.253c.332.032.638.19.856.442l3.07 3.547m2.853 9.395-2.626-2.273m3.182-3.182 2.273 2.626M6.305 14.79l8.752-10.114c.218-.251.524-.41.856-.442l2.614-.253a1.296 1.296 0 0 1 1.415 1.415L19.69 8.01c-.032.331-.19.637-.442.855L9.134 17.617",
opacity: 0.4
}), /*#__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);
export default ForwardRef;