@astraicons/react
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
22 lines • 1.96 kB
JavaScript
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",
viewBox: "0 0 24 24",
fill: "currentColor",
"aria-hidden": "true",
ref: ref,
"aria-labelledby": titleId
}, props), title ? /*#__PURE__*/React.createElement("title", {
id: titleId
}, title) : null, /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
d: "M15.373 3.583a1.01 1.01 0 0 1 1.491.056l.077.104.152.243c.165.27.362.619.535.998q.056.127.111.266h.636a2.875 2.875 0 0 1 2.875 2.875v4.75a2.87 2.87 0 0 1-2.704 2.866l-.002.409c-.003.51-.346.94-.814 1.075v1.47h.106a.75.75 0 1 1 0 1.5h-3.78a.75.75 0 0 1 0-1.5h.225v-1.437a1.13 1.13 0 0 1-.974-1.115v-.393h-2.318l-.002.4c-.003.51-.346.94-.813 1.075v1.47h.105a.75.75 0 1 1 0 1.5H6.5a.75.75 0 0 1 0-1.5h.225v-1.436a1.13 1.13 0 0 1-.975-1.116v-.393h-.125a2.875 2.875 0 0 1-2.875-2.875v-4.75A2.875 2.875 0 0 1 5.625 5.25h1.134q.08-.17.162-.324a10 10 0 0 1 .81-1.245l.084-.098a1.01 1.01 0 0 1 1.492.056l.077.104.151.243c.165.27.363.619.535.998q.057.127.113.266h4.133a7 7 0 0 1 .162-.324 10 10 0 0 1 .811-1.245zM8.225 18.695h.449V17.27h-.45zm7.556 0h.45V17.27h-.45zM10.514 6.75v1.976c.317.31.513.743.51 1.221L11 14.25h2.308V9.938c0-.535.248-1.01.634-1.322l.001-1.866zm-4.889 0c-.76 0-1.375.616-1.375 1.375v4.75c0 .76.616 1.375 1.375 1.375h.125V9.938c0-.535.248-1.012.635-1.323V6.75zM18.07 8.726c.317.31.514.743.511 1.221l-.026 4.29a1.374 1.374 0 0 0 1.195-1.362v-4.75c0-.76-.616-1.375-1.375-1.375h-.304zM8.501 5.198a7 7 0 0 0-.259.437c-.234.437-.357.808-.357 1.053v1.554h1.129V6.688c0-.269-.113-.651-.309-1.082a7 7 0 0 0-.204-.408m7.558 0a7 7 0 0 0-.26.437c-.234.437-.356.808-.357 1.053v1.554h1.128l.001-1.554c0-.269-.112-.651-.308-1.082a7 7 0 0 0-.204-.408",
clipRule: "evenodd"
}));
const ForwardRef = forwardRef(Ammo1Icon);
module.exports = ForwardRef;