@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 964 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowDownLeft = /*#__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 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "m5 17.59 14.3-14.3a1 1 0 0 1 1.49 1.32l-.08.1L6.4 19h5.1a1 1 0 0 1 .98.88l.01.12a1 1 0 0 1-.88 1H3.94l-.1-.01-.07-.02-.08-.02-.07-.02-.09-.05-.09-.05-.09-.07.03.03a1 1 0 0 1-.16-.17l-.06-.07-.03-.06-.04-.07-.03-.08-.03-.08-.02-.1v-.07L3 20v-7.5a1 1 0 0 1 2-.12v5.21l14.3-14.3L5 17.6z"
}));
});
ArrowDownLeft.displayName = 'ArrowDownLeft';
export var ArrowDownLeftDimensions = {
height: 24,
width: 24
};