@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 852 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Wrench = /*#__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: "M16.75 2a5.25 5.25 0 0 0-5 6.84l-9.07 9.38a2.34 2.34 0 1 0 3.37 3.26L15 12.2a5.24 5.24 0 0 0 6.8-6.4.75.75 0 0 0-1.25-.32l-3.19 3.18L15.3 6.6l3.16-3.16a.75.75 0 0 0-.33-1.26c-.44-.12-.9-.18-1.38-.18Z"
}));
});
Wrench.displayName = 'Wrench';
export var WrenchDimensions = {
height: 24,
width: 24
};