@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.42 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var VehicleTruckBag = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 24 25"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M1.75 5a.75.75 0 0 0-.75.75v6C1 12.99 2 14 3.25 14h5c1.24 0 2.25-1 2.25-2.25v-6A.75.75 0 0 0 9.75 5H9.5V4a2.5 2.5 0 0 0-3.75-2.17A2.5 2.5 0 0 0 2 4v1h-.25ZM7 5V4c0-.35-.07-.68-.2-.98A1 1 0 0 1 8 4v1H7ZM5.5 4v1h-2V4a1 1 0 0 1 2 0ZM2 17.75v-3c.38.16.8.25 1.25.25h5c1.8 0 3.25-1.46 3.25-3.25v-6c0-.7-.4-1.3-1-1.58V4c0-.17-.01-.34-.04-.5h3.79c1.24 0 2.25 1 2.25 2.25v.75h1.55c.87 0 1.66.5 2.03 1.29l1.7 3.58c.15.3.22.63.22.97v5.41c0 1.24-1 2.25-2.25 2.25h-1.8a3 3 0 0 1-5.9 0h-2.1a3 3 0 0 1-5.91-.01A2.25 2.25 0 0 1 2 17.75ZM20.5 16h-1.25a.75.75 0 1 0 0 1.5h1.25V16Zm-.32-4.5-1.45-3.07a.75.75 0 0 0-.68-.43H16.5v3.5h3.68ZM7 21a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm9.5-1.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0ZM3.5 4a1 1 0 0 1 .08-.4L3.5 4Z"
}));
});
VehicleTruckBag.displayName = 'VehicleTruckBag';
export var VehicleTruckBagDimensions = {
height: 25,
width: 24
};