UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

25 lines 1.56 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var GlobeLocation = /*#__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: "M8.9 16.5h3.62l-.02.5c0 1.2.46 2.36 1.27 3.49-.54.96-1.15 1.5-1.77 1.5-1.2 0-2.4-2.08-3.04-5.2l-.06-.29zM8.67 15h4.2a5.52 5.52 0 0 1 2.63-2.9V12c0-.69-.03-1.35-.08-2H8.58l-.04.49A25.99 25.99 0 0 0 8.67 15zM18 11.5c1.54 0 2.94.63 3.94 1.66A10.1 10.1 0 0 0 21.8 10h-4.87l.04.66.03.93c.32-.06.66-.09 1-.09zM3.07 16.5h4.3c.37 2.08.98 3.85 1.8 5.1a10.03 10.03 0 0 1-5.96-4.82l-.14-.28zM2.2 10h4.87a28.21 28.21 0 0 0 .03 4.42l.06.58h-4.7a10 10 0 0 1-.26-5zM14.94 2.58l-.1-.17c3.01.89 5.44 3.16 6.53 6.09h-4.59c-.31-2.42-.96-4.5-1.84-5.92zM9.04 2.44l.12-.03a14.57 14.57 0 0 0-1.88 5.65l-.06.44h-4.6a10.03 10.03 0 0 1 6.42-6.06zM12 2c1.32 0 2.65 2.54 3.21 6.19l.05.31H8.74C9.28 4.7 10.64 2 12 2z" }), /*#__PURE__*/React.createElement("path", { d: "M22.5 17a4.5 4.5 0 0 0-9 0c0 1.86 1.42 3.81 4.2 5.9a.5.5 0 0 0 .6 0c2.78-2.09 4.2-4.04 4.2-5.9zm-6 0a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0z" })); }); GlobeLocation.displayName = 'GlobeLocation'; export var GlobeLocationDimensions = { height: 24, width: 24 };