@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 ArrowHookDownLeft = /*#__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 8.02A7.06 7.06 0 0 0 16 6H9a1 1 0 1 0 0 2h7c1.76 0 2.99.6 3.78 1.41.8.83 1.22 1.95 1.22 3.09s-.41 2.26-1.22 3.09A5.07 5.07 0 0 1 16 17H8.41l3.3-3.3a1 1 0 1 0-1.42-1.4l-5 5a1 1 0 0 0 0 1.4l5 5a1 1 0 0 0 1.42-1.4L8.4 19H16c2.24 0 4.01-.78 5.22-2.02A6.42 6.42 0 0 0 23 12.5c0-1.61-.59-3.24-1.78-4.48z"
}));
});
ArrowHookDownLeft.displayName = 'ArrowHookDownLeft';
export var ArrowHookDownLeftDimensions = {
height: 28,
width: 28
};