@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 972 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var LocationArrowRight = /*#__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.02H37ZM25.12 16.88l2.86 2.87H17a1.25 1.25 0 1 0 0 2.5h10.98l-2.86 2.87a1.25 1.25 0 0 0 1.76 1.76l5-5c.5-.48.5-1.28 0-1.76l-5-5a1.25 1.25 0 0 0-1.76 1.76Z"
}));
});
LocationArrowRight.displayName = 'LocationArrowRight';
export var LocationArrowRightDimensions = {
height: 48,
width: 48
};