@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 970 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var LocationArrowLeft = /*#__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.02H37zM22.88 16.88a1.25 1.25 0 0 0-1.76-1.76l-5 5a1.25 1.25 0 0 0 0 1.76l5 5a1.25 1.25 0 0 0 1.76-1.76l-2.86-2.87H31a1.25 1.25 0 1 0 0-2.5H20.02l2.86-2.87z"
}));
});
LocationArrowLeft.displayName = 'LocationArrowLeft';
export var LocationArrowLeftDimensions = {
height: 48,
width: 48
};