UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var BriefcaseOff = /*#__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: "m37.87 39.63 4 4a1.25 1.25 0 0 0 1.76-1.76L6.13 4.37a1.25 1.25 0 1 0-1.76 1.76L12.23 14A6.25 6.25 0 0 0 6 20.25v13.5C6 37.2 8.8 40 12.25 40h23.5c.74 0 1.45-.13 2.12-.37zM42 33.75c0 .87-.18 1.7-.5 2.45L19.3 14H29V8.5H19v5.2l-2.5-2.5V7.25c0-.69.56-1.25 1.25-1.25h12.5c.69 0 1.25.56 1.25 1.25V14h4.25C39.2 14 42 16.8 42 20.25v13.5z" })); }); BriefcaseOff.displayName = 'BriefcaseOff'; export var BriefcaseOffDimensions = { height: 48, width: 48 };