@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.47 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var FolderGlobe = /*#__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: "M9.39 4.29 8.07 3.3a1.5 1.5 0 0 0-.9-.3H4.5A2.5 2.5 0 0 0 2 5.5v1h5.07a.5.5 0 0 0 .36-.16L9.4 4.3Zm1.17.21-2.4 2.53c-.29.3-.68.47-1.09.47H2v7A2.5 2.5 0 0 0 4.5 17h5.1a5.5 5.5 0 0 1 8.4-6.74V6.84a2.5 2.5 0 0 0-2.5-2.34h-4.94Zm2.45 9.5a8.9 8.9 0 0 1 .54-2.85c.17-.42.35-.72.53-.91.19-.2.33-.24.42-.24.1 0 .23.05.42.24.18.19.36.5.53.91.3.73.5 1.72.54 2.85h-2.98Zm-.39-3.22.2-.46a4.5 4.5 0 0 0-2.8 3.68h1.99c.05-1.23.27-2.36.61-3.22Zm3.76 0a5.29 5.29 0 0 0-.21-.46c1.51.6 2.62 2 2.8 3.68H17a9.92 9.92 0 0 0-.61-3.22Zm.61 4.22h1.98a4.5 4.5 0 0 1-2.8 3.68 9.92 9.92 0 0 0 .82-3.68Zm-2.07 3.76c-.19.2-.33.24-.42.24-.1 0-.23-.05-.42-.24-.18-.19-.36-.5-.53-.91a8.9 8.9 0 0 1-.54-2.85h2.98a8.9 8.9 0 0 1-.54 2.85c-.17.42-.35.72-.53.91ZM10.02 15a4.5 4.5 0 0 0 2.8 3.68l-.2-.46a9.92 9.92 0 0 1-.61-3.22h-1.98Z"
}));
});
FolderGlobe.displayName = 'FolderGlobe';
export var FolderGlobeDimensions = {
height: 20,
width: 20
};