@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 999 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowHookUpLeft = /*#__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: "M21.22 19.98A7.06 7.06 0 0 1 16 22H9a1 1 0 1 1 0-2h7c1.76 0 2.99-.6 3.78-1.41A4.42 4.42 0 0 0 21 15.5c0-1.14-.41-2.26-1.22-3.09A5.07 5.07 0 0 0 16 11H8.41l3.3 3.3a1 1 0 1 1-1.42 1.4l-5-5a1 1 0 0 1 0-1.4l5-5a1 1 0 1 1 1.42 1.4L8.4 9H16c2.24 0 4.01.78 5.22 2.02A6.42 6.42 0 0 1 23 15.5c0 1.61-.59 3.24-1.78 4.48Z"
}));
});
ArrowHookUpLeft.displayName = 'ArrowHookUpLeft';
export var ArrowHookUpLeftDimensions = {
height: 28,
width: 28
};