UNPKG

@astraicons/react

Version:

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

26 lines 1.55 kB
import * as React from "react"; import { forwardRef } from "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: "M16.98 16.52v2.924m-1.949 0V16.52m-.974 2.924h3.78M9.423 16.52v2.924m-1.949 0V16.52M6.5 19.444h3.78M17.32 8.915V6.688c0-.217-.041-.45-.109-.688m-2.52 2.578v-1.89c0-.874.795-2.027 1.194-2.553a.258.258 0 0 1 .426.016c.258.399.697 1.14.9 1.849M9.764 8.915V6.688c0-.217-.042-.45-.11-.688m-2.52 2.578v-1.89c0-.217.05-.45.13-.688m3.236 8.995H14m-7.5 0L5.625 15A2.125 2.125 0 0 1 3.5 12.875v-4.75C3.5 6.951 4.451 6 5.625 6h1.638m7.557 0H9.654m8.721 9a2.125 2.125 0 0 0 2.125-2.125v-4.75A2.125 2.125 0 0 0 18.375 6h-1.164M7.263 6c.241-.72.765-1.47 1.065-1.865a.258.258 0 0 1 .426.016c.258.399.697 1.14.9 1.849", opacity: 0.4 })); const ForwardRef = forwardRef(Ammo2Icon); export default ForwardRef;