@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 962 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowEnterUp = /*#__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: "M20 21a1 1 0 0 1-.88 1H12.5A3.5 3.5 0 0 1 9 18.7V5.4L5.7 8.7a1 1 0 0 1-1.31.08l-.1-.08a1 1 0 0 1-.08-1.32l.08-.1 5-5a1 1 0 0 1 .11-.1l.12-.07.1-.05.11-.03.12-.03H10.08l.12.02.11.03.11.04.1.06.1.06.09.08 5 5a1 1 0 0 1-1.32 1.5l-.1-.08L11 5.4v13.1c0 .78.6 1.42 1.36 1.5H19a1 1 0 0 1 1 1z"
}));
});
ArrowEnterUp.displayName = 'ArrowEnterUp';
export var ArrowEnterUpDimensions = {
height: 24,
width: 24
};