@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.78 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var GlobeSurface = /*#__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: "M9.68 7.5c.16-1.26.41-2.39.73-3.3.28-.78.6-1.37.9-1.74.32-.38.55-.46.69-.46.14 0 .37.08.69.46.3.37.62.96.9 1.75.32.9.57 2.03.73 3.29H9.68zm-.69-3.79c.18-.5.38-.96.6-1.36A8.52 8.52 0 0 0 4.04 7.5h4.13c.17-1.43.45-2.72.82-3.79zm6.02 0c-.18-.5-.38-.96-.6-1.36a8.52 8.52 0 0 1 5.55 5.15h-4.13a17.85 17.85 0 0 0-.82-3.79zM15.96 9h4.4a8.55 8.55 0 0 1 0 3h-4.4a27.08 27.08 0 0 0 0-3zm-.13 4.5h4.13a8.5 8.5 0 0 1-1.48 2.5l-.02.02a8.55 8.55 0 0 1-4.05 2.63c.22-.4.42-.86.6-1.36.37-1.07.65-2.36.82-3.79zm-3.14 5.04c-.32.38-.55.46-.69.46-.14 0-.37-.08-.69-.46a5.82 5.82 0 0 1-.9-1.75c-.32-.9-.57-2.03-.73-3.29h4.64a16.13 16.13 0 0 1-.73 3.3c-.28.78-.6 1.37-.9 1.74zm-5.54-1.06c.74.52 1.56.91 2.44 1.17A9.2 9.2 0 0 1 9 17.3a17.85 17.85 0 0 1-.82-3.79H4.04A8.5 8.5 0 0 0 5.52 16l.02.02a8.55 8.55 0 0 0 1.61 1.46zm.9-5.48H3.62a8.55 8.55 0 0 1 0-3h4.41a27.02 27.02 0 0 0 0 3zm1.5-3a25.47 25.47 0 0 0 0 3h4.9a25.5 25.5 0 0 0 0-3h-4.9zM4 16h.25c.4.55.84 1.05 1.33 1.5H4.57l-.83 3h16.52l-.83-3h-1c.48-.45.93-.95 1.32-1.5H20c.34 0 .63.22.72.55l1.25 4.5a.75.75 0 0 1-.72.95H2.75a.75.75 0 0 1-.72-.95l1.25-4.5A.75.75 0 0 1 4 16z"
}));
});
GlobeSurface.displayName = 'GlobeSurface';
export var GlobeSurfaceDimensions = {
height: 24,
width: 24
};