@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 920 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowUpLeft = /*#__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: "M11.5 3H3.94l-.12.02-.08.02-.1.03-.1.04-.06.04-.06.04-.07.05-.06.06-.1.1-.07.12-.05.11-.04.1-.01.07-.01.05L3 4v7.5a1 1 0 0 0 2 .12V6.41l14.3 14.3a1 1 0 0 0 1.31.08l.1-.08a1 1 0 0 0 .08-1.32l-.08-.1L6.4 5h5.1a1 1 0 0 0 .98-.88L12.5 4a1 1 0 0 0-1-1z"
}));
});
ArrowUpLeft.displayName = 'ArrowUpLeft';
export var ArrowUpLeftDimensions = {
height: 24,
width: 24
};