UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.46 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var DocumentTableTruck = /*#__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 24" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M15.11 17.25V16h-2.46l.1.2c.16.33.25.69.25 1.06v.24h1.86c.14 0 .25-.11.25-.25Zm0-2.75h-3.2l-.19-.35c-.15-.3-.36-.57-.6-.77V13h3.74c.14 0 .25.11.25.25v1.25ZM13 20.25V19h1.86c.97 0 1.75-.78 1.75-1.75v-4c0-.97-.78-1.75-1.75-1.75H9.18a2.6 2.6 0 0 0-1.53-.5H3.6V4c0-1.1.9-2 2-2h6v6c0 1.1.9 2 2 2h6v10a2 2 0 0 1-2 2h-5.38c.47-.43.77-1.06.77-1.75ZM13.11 8V2.5l6 6h-5.5a.5.5 0 0 1-.5-.5ZM1 13.6c0-.88.72-1.6 1.6-1.6h5.05c.88 0 1.6.72 1.6 1.6v.23h.35c.52 0 1 .3 1.23.76l1.02 2.05c.1.2.15.4.15.62v2.99c0 .76-.62 1.38-1.38 1.38h-.51a1.83 1.83 0 0 1-3.55 0H5.53a1.83 1.83 0 0 1-3.59-.15A1.6 1.6 0 0 1 1 20.02V13.6Zm8.25 1.15v1.83h1.55L10.01 15a.46.46 0 0 0-.41-.25h-.35Zm-5.5 5.5a.92.92 0 1 0 0 1.83.92.92 0 0 0 0-1.83Zm3.67.92a.92.92 0 1 0 1.83 0 .92.92 0 0 0-1.83 0Z" })); }); DocumentTableTruck.displayName = 'DocumentTableTruck'; export var DocumentTableTruckDimensions = { height: 24, width: 24 };