@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.05 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowTrendingWrench = /*#__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: "M21 4a1 1 0 0 0-1-1h-5a1 1 0 1 0 0 2h2.59l-5.09 5.09-1.8-1.8a1 1 0 0 0-1.4 0l-6 6a1 1 0 1 0 1.4 1.42l5.3-5.3 1.8 1.8a1 1 0 0 0 1.4 0L19 6.4V9a1 1 0 1 0 2 0V4Zm-.52 7.83c.25-.25.17-.67-.18-.75a4 4 0 0 0-4.54 5.47l-3.74 3.75a1.5 1.5 0 0 0 2.12 2.12l3.74-3.74a4 4 0 0 0 5.47-4.54c-.08-.35-.5-.44-.75-.19l-1.74 1.75a1.5 1.5 0 0 1-2.12-2.12l1.74-1.75Z"
}));
});
ArrowTrendingWrench.displayName = 'ArrowTrendingWrench';
export var ArrowTrendingWrenchDimensions = {
height: 24,
width: 24
};