UNPKG

@astraicons/react

Version:

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

30 lines 1.53 kB
const React = require("react"); const { forwardRef } = require("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.985 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-.019-.534zM14.686 11.765a.945.945 0 0 1 1.335-.046l1.378 1.285a.945.945 0 0 1 .043 1.34l-4.256 4.51a.38.38 0 0 1-.533.018l-.081-.076-1.782-1.661-.318-.296a.38.38 0 0 1-.018-.535z" }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", d: "m2.5 13.403 2.764 2.577M8.203 18.72l2.765 2.577" }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "square", d: "M12.299 7.68 13.587 6.3c.59-.633.88-1.92.992-2.544a.258.258 0 0 0-.301-.302c-.65.112-2.018.414-2.613 1.053l-1.29 1.382M18 12.997l1.288-1.382c.59-.633.88-1.92.992-2.544a.258.258 0 0 0-.3-.302c-.651.112-2.019.414-2.614 1.053l-1.289 1.382" }), /*#__PURE__*/React.createElement("path", { d: "m5.207 11.93-1.993 2.138m3.418-.81L4.64 15.398M10.908 17.246l-1.993 2.138m3.419-.81-1.994 2.139" })); const ForwardRef = forwardRef(Ammo1Icon); module.exports = ForwardRef;