@icongo/gy
Version:
Glyph Iconset Icons
39 lines • 1.54 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 GYSiGlyphTruck = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-truck",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsxs("g", {
className: "prefix__si-glyph-fill",
transform: "translate(4 3)",
children: [/*#__PURE__*/_jsx("ellipse", {
cx: 1.438,
cy: 8.491,
className: "prefix__si-glyph-fill",
rx: 1.438,
ry: 1.491
}), /*#__PURE__*/_jsx("ellipse", {
cx: 9.463,
cy: 8.48,
className: "prefix__si-glyph-fill",
rx: 1.463,
ry: 1.48
}), /*#__PURE__*/_jsx("path", {
d: "M4.031.062v6.885h3.464c.47-.61 1.2-1.01 2.03-1.01.831 0 1.562.399 2.031 1.01h1.398V.062H4.031Z",
className: "prefix__si-glyph-fill"
})]
}), /*#__PURE__*/_jsx("path", {
d: "M8 11h2.916v.875H8zm8 0h.979v1H16zm-13.064.521a2.585 2.585 0 0 1 4.042-2.132V5.98c0-.527-.403-.954-.901-.954H2.946c-.499 0-1.056.846-1.056.846s-.841 1.505-.841 2.145v3.013c0 .542.396.943.901.943h1.032a2.614 2.614 0 0 1-.046-.452Zm.063-5.592 3.057.021-.022 2.112H2.253c-.068-1.276.746-2.133.746-2.133Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphTruck };