@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 888 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowCurveDownLeft = /*#__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 28 28"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M19.87 3.5a1 1 0 0 1-.37 1.37C15.14 7.36 15 11.47 15 15v7.09l4.3-4.3a1 1 0 1 1 1.4 1.42l-6 6a1 1 0 0 1-1.4 0l-6-6a1 1 0 1 1 1.4-1.42l4.3 4.3V15c0-3.48.06-8.76 5.5-11.87a1 1 0 0 1 1.37.37Z"
}));
});
ArrowCurveDownLeft.displayName = 'ArrowCurveDownLeft';
export var ArrowCurveDownLeftDimensions = {
height: 28,
width: 28
};