@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 985 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowEnterLeft = /*#__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: "M21 4a1 1 0 0 1 1 .88v6.62a3.5 3.5 0 0 1-3.3 3.5H5.4l3.3 3.3a1 1 0 0 1 .08 1.31l-.08.1a1 1 0 0 1-1.32.08l-.1-.08-5-5a1.01 1.01 0 0 1-.1-.11l-.07-.12-.05-.1-.03-.11-.03-.12V13.92l.02-.12.03-.11.04-.11.06-.1.06-.1.08-.09 5-5a1 1 0 0 1 1.5 1.32l-.08.1L5.4 13h13.1c.78 0 1.42-.6 1.5-1.36V5a1 1 0 0 1 1-1z"
}));
});
ArrowEnterLeft.displayName = 'ArrowEnterLeft';
export var ArrowEnterLeftDimensions = {
height: 24,
width: 24
};