@icongo/gy
Version:
Glyph Iconset Icons
31 lines • 1.55 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GYSiGlyphSyringe = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-syringe",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "none",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
fill: "#434343",
d: "m.032 4.258.647.648L4.892.693 4.245.046.032 4.258Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
fill: "#434343",
d: "M1.844 3.207 3.45 4.813l1.4-1.4-1.606-1.605-1.4 1.4Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M5.931 5.487h1.104v6.062H5.931zm1.917-2.366h1.105v6.062H7.848z"
}), /*#__PURE__*/_jsx("path", {
fill: "#434343",
d: "m13.548 15.369 1.749-.928-2.629-2.731-1.391 1.39 2.271 2.269ZM6.79 1.974 1.633 7.13c-.131.131-.154.452-.02.585.131.133.494.283.626.152l.513-.514 5.672 5.671-.014.014.671.673.68-.68.741.742 2.799-2.8-.741-.741.722-.721-.672-.672-.016.015-5.671-5.672.47-.47c.131-.132-.029-.504-.162-.637-.131-.132-.309-.229-.441-.101ZM5.493 4.581l.781-.78 4.287 4.286-.781.781-4.287-4.287ZM3.372 6.703l.781-.781 4.286 4.287-.78.78-4.287-4.286Zm5.687 5.687-.75-.751 2.888-2.888.751.751-2.889 2.888Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphSyringe };