@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.01 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowHookDownRight = /*#__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 8.02A7.06 7.06 0 0 1 12 6h7a1 1 0 1 1 0 2h-7c-1.76 0-2.99.6-3.78 1.41A4.42 4.42 0 0 0 7 12.5c0 1.14.41 2.26 1.22 3.09.8.81 2.02 1.41 3.78 1.41h7.59l-3.3-3.3a1 1 0 1 1 1.42-1.4l5 5a1 1 0 0 1 0 1.4l-5 5a1 1 0 0 1-1.42-1.4l3.3-3.3H12a7.06 7.06 0 0 1-5.22-2.02A6.42 6.42 0 0 1 5 12.5c0-1.61.59-3.24 1.78-4.48Z"
}));
});
ArrowHookDownRight.displayName = 'ArrowHookDownRight';
export var ArrowHookDownRightDimensions = {
height: 28,
width: 28
};