@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowHookUpRight = /*#__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: "M6.78 19.98A7.06 7.06 0 0 0 12 22h7a1 1 0 1 0 0-2h-7c-1.76 0-2.99-.6-3.78-1.41A4.42 4.42 0 0 1 7 15.5c0-1.14.41-2.26 1.22-3.09A5.07 5.07 0 0 1 12 11h7.59l-3.3 3.3a1 1 0 1 0 1.42 1.4l5-5a1 1 0 0 0 0-1.4l-5-5a1 1 0 1 0-1.42 1.4L19.6 9H12c-2.24 0-4.01.78-5.22 2.02A6.42 6.42 0 0 0 5 15.5c0 1.61.59 3.24 1.78 4.48z"
}));
});
ArrowHookUpRight.displayName = 'ArrowHookUpRight';
export var ArrowHookUpRightDimensions = {
height: 28,
width: 28
};