@astraicons/react
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
30 lines • 1.51 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const Ammo1Icon = ({
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: "M8.983 6.45a.945.945 0 0 1 1.335-.047l1.378 1.285a.945.945 0 0 1 .043 1.34l-4.256 4.51a.38.38 0 0 1-.533.018l-.082-.076-1.781-1.661-.318-.296a.38.38 0 0 1-.018-.534zM14.684 11.766a.945.945 0 0 1 1.335-.047l1.378 1.285a.945.945 0 0 1 .043 1.34l-4.256 4.511a.38.38 0 0 1-.533.017l-.081-.076-1.782-1.66-.318-.297a.38.38 0 0 1-.018-.534z"
}), /*#__PURE__*/React.createElement("path", {
strokeLinecap: "square",
d: "M12.297 7.681 13.585 6.3c.59-.632.88-1.92.992-2.544a.258.258 0 0 0-.3-.302c-.651.112-2.019.415-2.614 1.053l-1.29 1.383M17.998 12.997l1.288-1.382c.59-.632.88-1.92.992-2.544a.258.258 0 0 0-.3-.302c-.651.112-2.019.415-2.614 1.053l-1.289 1.383",
opacity: 0.4
}), /*#__PURE__*/React.createElement("path", {
strokeLinecap: "round",
d: "m6.632 13.259-1.994 2.138m-1.425-1.33 1.993-2.137M2.5 13.403l2.764 2.578M12.333 18.575l-1.994 2.138m-1.425-1.33 1.993-2.137m-2.706 1.473 2.765 2.578",
opacity: 0.4
}));
const ForwardRef = forwardRef(Ammo1Icon);
export default ForwardRef;