@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 892 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var LocationAddUp = /*#__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 20 20"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M14.95 13.96a7 7 0 1 0-9.9 0l1.52 1.5 2.04 1.98.14.12a2 2 0 0 0 2.64-.12l2.43-2.37 1.13-1.12Zm-2.8-5.6L10.5 6.7v4.79a.5.5 0 0 1-1 0V6.7L7.85 8.36a.5.5 0 1 1-.7-.7l2.5-2.5a.5.5 0 0 1 .7 0l2.5 2.5a.5.5 0 0 1-.7.7Z"
}));
});
LocationAddUp.displayName = 'LocationAddUp';
export var LocationAddUpDimensions = {
height: 20,
width: 20
};