UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

27 lines 1.81 kB
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.01ZM4.61 2.1c.1-.32.23-.62.37-.89A5.5 5.5 0 0 0 1.02 6h2.99c.04-1.5.26-2.87.6-3.9ZM8.39 2.1c-.1-.32-.23-.62-.37-.89A5.5 5.5 0 0 1 11.98 6H8.99c-.04-1.5-.26-2.87-.6-3.9ZM9 7h2.98a5.5 5.5 0 0 1-3.96 4.79c.14-.27.26-.57.37-.89.34-1.03.56-2.4.6-3.9ZM6.89 11.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.02ZM15.75 7.5a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5Z" }), /*#__PURE__*/React.createElement("path", { d: "M6.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.5Z" }), /*#__PURE__*/React.createElement("path", { d: "m11.47 13.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 };