UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 905 B
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var LocationAdd = /*#__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: "m16.97 18.06 1.19-1.18a8.7 8.7 0 1 0-12.32 0l1.1 1.1 3.5 3.39c.87.84 2.25.84 3.12 0l3.41-3.31ZM12 7c.41 0 .75.34.75.75V10h2.5a.75.75 0 0 1 0 1.5h-2.5v2.25a.75.75 0 0 1-1.5 0V11.5h-2.5a.75.75 0 0 1 0-1.5h2.5V7.75c0-.41.34-.75.75-.75Z" })); }); LocationAdd.displayName = 'LocationAdd'; export var LocationAddDimensions = { height: 24, width: 24 };