UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

25 lines 1.11 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var LocationLive = /*#__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 2.73a.75.75 0 0 1 .8-.7A12 12 0 0 1 20.97 13.2a.75.75 0 0 1-1.5.1A10.5 10.5 0 0 0 9.7 3.52a.75.75 0 0 1-.7-.8zM7.59 21.39l.39.38c.29.3.76.3 1.05 0l1.35-1.33 2.01-2a5.5 5.5 0 1 0-7.77 0 1162.27 1162.27 0 0 0 2.97 2.95zm.91-5.64a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5z" }), /*#__PURE__*/React.createElement("path", { d: "M9.82 5.5A.75.75 0 1 0 9.68 7 6.99 6.99 0 0 1 16 13.3a.75.75 0 1 0 1.5-.13A8.49 8.49 0 0 0 9.82 5.5z" })); }); LocationLive.displayName = 'LocationLive'; export var LocationLiveDimensions = { height: 24, width: 24 };