UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.09 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var FolderBriefcase = /*#__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 20 20" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "m8.07 3.3 1.32.99-1.96 2.05a.5.5 0 0 1-.36.16H2v-1A2.5 2.5 0 0 1 4.5 3h2.67c.32 0 .64.1.9.3Zm.09 3.73 2.4-2.53h4.94A2.5 2.5 0 0 1 18 6.84v4.33a3 3 0 0 0-1-.17v-1a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v1a3 3 0 0 0-3 3v3H4.5A2.5 2.5 0 0 1 2 14.5v-7h5.07c.41 0 .8-.17 1.09-.47ZM11 12a2 2 0 0 0-2 2v3c0 1.1.9 2 2 2h6a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2h-1v-1.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5V12h-1Zm2 0v-1h2v1h-2Z" })); }); FolderBriefcase.displayName = 'FolderBriefcase'; export var FolderBriefcaseDimensions = { height: 20, width: 20 };