@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 882 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Briefcase = /*#__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: "M17.75 6c-.69 0-1.25.56-1.25 1.25V14h-4.25A6.25 6.25 0 0 0 6 20.25v13.5C6 37.2 8.8 40 12.25 40h23.5C39.2 40 42 37.2 42 33.75v-13.5C42 16.8 39.2 14 35.75 14H31.5V7.25c0-.69-.56-1.25-1.25-1.25h-12.5ZM29 14H19V8.5h10V14Z"
}));
});
Briefcase.displayName = 'Briefcase';
export var BriefcaseDimensions = {
height: 48,
width: 48
};