@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 962 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var LocationArrowUp = /*#__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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M37 32 26.91 42.7a4 4 0 0 1-5.82 0L11 32h.04l-.02-.02-.02-.03A17.05 17.05 0 0 1 7 21a17 17 0 1 1 30 10.95l-.02.03-.02.02H37zm-8.88-12.12a1.25 1.25 0 0 0 1.76-1.76l-5-5a1.25 1.25 0 0 0-1.76 0l-5 5a1.25 1.25 0 0 0 1.76 1.76l2.87-2.86V28a1.25 1.25 0 1 0 2.5 0V17.02l2.87 2.86z"
}));
});
LocationArrowUp.displayName = 'LocationArrowUp';
export var LocationArrowUpDimensions = {
height: 48,
width: 48
};