@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.34 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 WoodSaw32 = (_a) => {
var { fill, size = '2rem' } = _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 32 32" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M4.036 21.693a1 1 0 0 0 0 1.414l5.657 5.657a1 1 0 0 0 1.415 0l3.104-3.104a1 1 0 0 0 1.4-.66l.8-3.2 2.594-.692a1 1 0 0 0 .741-.943l.062-2.62 1.924-.592a1 1 0 0 0 .705-.995l-.105-2.71 2-.416a1 1 0 0 0 .797-.998l-.046-2.414 2.085-.774A1 1 0 0 0 27.528 7l-3.693-3.693a1 1 0 0 0-1.414 0L7.808 17.922l-3.772 3.77Zm8.721 2.593-4.243-4.243L6.158 22.4l4.242 4.242 2.357-2.356Zm1.858-3.542-.514 2.057-2.168-2.168 4.95-4.95a.5.5 0 0 0-.707-.708l-4.95 4.95-1.297-1.296 13.199-13.2 1.884 1.884-1.29.48a1 1 0 0 0-.651.955l.043 2.295-2.017.42a1 1 0 0 0-.795 1.018l.108 2.787-1.878.579a1 1 0 0 0-.705.932l-.061 2.59-2.439.651a1 1 0 0 0-.712.724Zm-5.511 1.538a.5.5 0 0 0-.707.707l1.414 1.414a.5.5 0 1 0 .707-.707l-1.414-1.414Z" })));
};
exports.default = WoodSaw32;