@astraicons/react
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
30 lines • 1.59 kB
JavaScript
const React = require("react");
const { forwardRef } = require("react");
const Ammo2Icon = ({
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.057 9.937c0-.522.423-.945.944-.945h1.885c.524 0 .948.426.945.95l-.037 6.203a.38.38 0 0 1-.378.375h-2.981a.38.38 0 0 1-.378-.378zM6.5 9.937c0-.522.423-.945.945-.945h1.884c.524 0 .948.426.945.95l-.036 6.203a.38.38 0 0 1-.378.375H6.878a.38.38 0 0 1-.378-.378z"
}), /*#__PURE__*/React.createElement("path", {
strokeLinecap: "round",
d: "M14.057 19.444h3.78M6.5 19.444h3.78"
}), /*#__PURE__*/React.createElement("path", {
strokeLinecap: "square",
d: "M17.32 8.578v-1.89c0-.865-.665-2.005-1.01-2.537a.258.258 0 0 0-.425-.016c-.4.526-1.194 1.68-1.194 2.553v1.89M9.764 8.578v-1.89c0-.865-.666-2.005-1.01-2.537a.258.258 0 0 0-.426-.016c-.4.526-1.193 1.68-1.193 2.553v1.89"
}), /*#__PURE__*/React.createElement("path", {
d: "M15.031 16.52v2.924m1.95-2.924v2.924M7.475 16.52v2.924m1.948-2.924v2.924M9.875 15h4.25m-7.437 0H5.625A2.125 2.125 0 0 1 3.5 12.875v-4.75C3.5 6.951 4.451 6 5.625 6H7.75m10.625 9a2.125 2.125 0 0 0 2.125-2.125v-4.75A2.125 2.125 0 0 0 18.375 6h-1.062M9.875 6h5.313"
}));
const ForwardRef = forwardRef(Ammo2Icon);
module.exports = ForwardRef;