@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.69 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ImageGlobe = /*#__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: "M5 6c.05-1.41.25-2.67.56-3.58.17-.52.36-.9.55-1.14.2-.25.33-.28.39-.28s.2.03.39.28c.19.24.38.62.55 1.14.3.91.51 2.17.55 3.58H5.01zm-.39-3.9c.1-.32.23-.62.37-.89A5.5 5.5 0 0 0 1.02 6h2.99c.04-1.5.26-2.87.6-3.9zm3.78 0c-.1-.32-.23-.62-.37-.89A5.5 5.5 0 0 1 11.98 6H8.99c-.04-1.5-.26-2.87-.6-3.9zm.6 4.9h2.99a5.5 5.5 0 0 1-3.96 4.79c.14-.27.26-.57.37-.89.34-1.03.56-2.4.6-3.9zm-2.1 4.72c-.2.25-.33.28-.39.28s-.2-.03-.39-.28a3.84 3.84 0 0 1-.55-1.14c-.3-.91-.51-2.17-.55-3.58h2.98a12.92 12.92 0 0 1-.55 3.58c-.17.52-.36.9-.55 1.14zM1.02 7a5.5 5.5 0 0 0 3.96 4.79 6.13 6.13 0 0 1-.37-.89c-.34-1.03-.56-2.4-.6-3.9H1.02zm14.73.5a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5zM6.5 13a6.5 6.5 0 0 0 5.48-10h5.77C19.55 3 21 4.46 21 6.25v11.5c0 .63-.18 1.21-.49 1.7l-6.93-6.8-.13-.12c-.83-.7-2.06-.7-2.9 0l-.13.12-6.93 6.8c-.31-.49-.49-1.07-.49-1.7v-5.77A6.47 6.47 0 0 0 6.5 13zm9.25-7a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5zm-4.28 7.72.09-.07c.26-.2.61-.2.87-.01l.1.08 6.92 6.8c-.5.3-1.08.48-1.7.48H6.25c-.62 0-1.2-.18-1.7-.48l6.92-6.8z"
}));
});
ImageGlobe.displayName = 'ImageGlobe';
export var ImageGlobeDimensions = {
height: 24,
width: 24
};