UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.08 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var Luggage = /*#__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 48 48" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M16 3.75c0-.69.56-1.25 1.25-1.25h13.5a1.25 1.25 0 1 1 0 2.5H29.5v2h4.25C37.2 7 40 9.8 40 13.25v22.5C40 39.2 37.2 42 33.75 42h-.27l.02.25v1.5a1.25 1.25 0 1 1-2.5 0v-1.5c0-.09 0-.17.02-.25H16.48l.02.25v1.5a1.25 1.25 0 1 1-2.5 0v-1.5c0-.09 0-.17.03-.25A6.25 6.25 0 0 1 8 35.75v-22.5C8 9.8 10.8 7 14.25 7H18V5h-.75C16.56 5 16 4.44 16 3.75ZM20.5 5v2H27V5h-6.5Zm-4.25 13a1.25 1.25 0 1 0 0 2.5h15.5a1.25 1.25 0 1 0 0-2.5h-15.5Z" })); }); Luggage.displayName = 'Luggage'; export var LuggageDimensions = { height: 48, width: 48 };