@icongo/gy
Version:
Glyph Iconset Icons
43 lines (42 loc) • 2.97 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphTrolleyArrowDown = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphTrolleyArrowDown = function GYSiGlyphTrolleyArrowDown(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-trolley-arrow-down",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "none",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M3.17 9.994h1.873V7.959H2.861l.309 2.035ZM6 8h2.062v2.078H6zm-.969-3.029H2.52l.314 2.066h2.197V4.971ZM12 7.109h1.746l.332-2.14H12v2.14ZM9 8h2.062v2.094H9zm2.969 2.031h1.617l.289-2.047h-1.906v2.047Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
d: "M4.039 13.484a1.437 1.437 0 1 0 2.768-.542H4.148c-.07.167-.109.351-.109.542Zm6.022.016c0 .821.65 1.485 1.453 1.485s1.451-.664 1.451-1.485c0-.197-.039-.385-.107-.557h-2.689c-.069.172-.108.36-.108.557Zm1.453-1.484c-.101 0-.199.011-.293.03h.586a1.42 1.42 0 0 0-.293-.03Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
d: "M11.221 12.046H3.564c-.319 0-.501.056-.501.423s.182.474.501.474h.583a1.435 1.435 0 0 1 2.659 0l3.362.001a1.46 1.46 0 0 1 1.053-.898Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
d: "M15.684 1.337c-.717 0-1.297.599-1.297 1.338l-.172 1.343h-3.172v.951h-.027v2.047H8.969v-.974h-.938v1.005H5.953V4.953h.005v-.936H1.557c-.318 0-.541.287-.541.654 0 .139.01.27.072.375L2.299 10.5c.04.172.168.299.331.369a.508.508 0 0 0 .265.083H13.36l-.174 1.093h-1.379c.48.101.871.443 1.051.897h1.496l1.16-8.948c.057.007.111.018.17.018.715 0 1.295-.6 1.295-1.338 0-.738-.581-1.337-1.295-1.337ZM2.52 4.971h2.512v2.066H2.835L2.52 4.971Zm2.523 5.023H3.17l-.309-2.035h2.182v2.035Zm2.988.053H5.969V7.969h2.062v2.078Zm3 0H8.969V7.953h2.062v2.094Zm2.555-.016h-1.617V7.984h1.906l-.289 2.047Zm.16-2.922H12V4.968h2.078l-.332 2.141Zm-8.269 4.938c-.603 0-1.116.371-1.33.896h2.659a1.435 1.435 0 0 0-1.329-.896Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
d: "M11.807 12.046h-.586c-.48.101-.872.443-1.053.897h2.689a1.455 1.455 0 0 0-1.05-.897ZM9 3V1h-.979v2h-1l1.5 1.938L9.979 3H9Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphTrolleyArrowDown = GYSiGlyphTrolleyArrowDown;