@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 962 B
JavaScript
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 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M8.75 3.5H9V5H7.25A3.25 3.25 0 0 0 4 8.25v9a3.25 3.25 0 0 0 3 3.24v.76a.75.75 0 0 0 1.5 0v-.75h7v.75a.75.75 0 0 0 1.5 0v-.76c1.68-.13 3-1.53 3-3.24v-9C20 6.45 18.54 5 16.75 5H15V3.5h.25a.75.75 0 0 0 0-1.5h-6.5a.75.75 0 0 0 0 1.5zM10.5 5V3.5h3V5h-3zM7.75 9.5h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1 0-1.5z"
}));
});
Luggage.displayName = 'Luggage';
export var LuggageDimensions = {
height: 24,
width: 24
};