@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.26 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js');
var index = require('../../node_modules/react/index.js');
const Wrench48 = (_a) => {
var { fill, size = '3rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]);
return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 48 48" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M38.036 7.977a1.5 1.5 0 0 0-.414-2.414C33.72 3.7 28.904 4.381 25.67 7.615a10.49 10.49 0 0 0-2.895 9.367L6.684 33.324a5.997 5.997 0 0 0 8.533 8.428L31.41 25.404c3.214.52 6.628-.458 9.11-2.94 3.235-3.234 3.916-8.05 2.052-11.951a1.5 1.5 0 0 0-2.414-.414l-4.234 4.234-2.121-2.122 4.234-4.234ZM27.79 9.737a7.49 7.49 0 0 1 6.365-2.123l-3.536 3.537a1.5 1.5 0 0 0 0 2.121l4.242 4.243a1.5 1.5 0 0 0 2.122 0l3.536-3.537a7.49 7.49 0 0 1-2.122 6.365 7.495 7.495 0 0 1-7.122 1.974 1.5 1.5 0 0 0-1.428.4L13.086 39.641a2.997 2.997 0 0 1-4.265-4.212L25.49 18.5a1.5 1.5 0 0 0 .377-1.453 7.497 7.497 0 0 1 1.924-7.311ZM11.5 38a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z" })));
};
exports.default = Wrench48;