@icongo/gy
Version:
Glyph Iconset Icons
39 lines (38 loc) • 2.01 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphForklift = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphForklift = function GYSiGlyphForklift(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-forklift",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
transform: "translate(0 2)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 7.953,
cy: 8.953,
r: 1.953,
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 13.477,
cy: 9.477,
r: 1.477,
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M13.477 6.925c1.23 0 2.252.882 2.475 2.044h.002l.047-7.024c.002-1.017-.91-1.917-1.943-1.919L9.656.015C8.625.013 8.142.734 7.779 1.852L6.674 4.476c0 .144-.719.25-.913.39-.451.318-.743.78-.745 1.447-.001.525.002 1.658.002 1.658l.168-.004a2.992 2.992 0 0 1 2.816-1.993c1.656 0 3 1.342 3 2.995l-.001.012H11a2.523 2.523 0 0 1 2.477-2.056Zm-1.49-5.091c.007-.931.146-.855.98-.853l1.042.002c.717.002.975.09.973.859l-.009 2.137-2.991-.008.006-2.137ZM10.95 4l-2.989-.006.653-2.08S8.887 1 9.716 1c.616 0 1.245.004 1.245.004L10.951 4ZM3.033 2.375l-.018 6.656L.3 9.032c-.366-.001-.369.964-.002.965H3.35c.367.001.602-.297.604-.666l.019-6.954c.001-.367-.939-.37-.939-.002Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphForklift = GYSiGlyphForklift;