@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.38 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Earth = /*#__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: "m23.2 6.52.8-.02c3.45 0 6.67 1 9.38 2.73-2 3.06-4.4 5.46-5.63 6.6-.97.9-.97 2.39-.15 3.31a10.61 10.61 0 0 1 2.73 7.35c-.02.85.62 1.31.95 1.47.35.16 1.04.33 1.66-.12.93-.67 1.9-.36 2.14-.06.07.09.17.26.02.65-.17.46-.66 1.18-1.85 2.07a5.43 5.43 0 0 0-2.13 2.84c-.3 1.07-.1 2.07.3 2.91a7.16 7.16 0 0 0 2.08 2.45 17.44 17.44 0 0 1-21.75-2.2v-.1c-.25-2.82-.04-4.44.3-5.38.32-.84.74-1.12 1.19-1.28a4.71 4.71 0 0 1 1.31-.26c.28-.03.6-.07.88-.12.89-.15 2.05-.51 2.69-1.8.55-1.1.5-2.25.36-3.22-.07-.49-.18-.97-.29-1.41l-.04-.18c-.09-.38-.17-.73-.23-1.07-.15-.8-.13-1.27.01-1.58.1-.23.38-.6 1.42-.9 2.33-.66 3.98-1.65 5-2.95a5.66 5.66 0 0 0 1.11-4.27c-.16-1.41-.74-2.79-1.38-4-.28-.5-.57-1-.87-1.46ZM24 4a20 20 0 1 0 0 40 20 20 0 0 0 0-40Z"
}));
});
Earth.displayName = 'Earth';
export var EarthDimensions = {
height: 48,
width: 48
};