@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.47 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 CuttingWoodGlass48 = (_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: "M4.5 6A1.5 1.5 0 0 1 6 4.5h18c4.845 0 9.277 1.767 12.687 4.691L38.44 7.44a1.5 1.5 0 0 1 2.122 2.122l-1.752 1.752A19.424 19.424 0 0 1 43.5 24a1.5 1.5 0 0 1-1.5 1.5h-.507a17.453 17.453 0 0 1-1.24 7H42a1.5 1.5 0 0 1 0 3h-3.3c-3.118 4.814-8.537 8-14.7 8-6.163 0-11.582-3.186-14.7-8H6a1.5 1.5 0 0 1 0-3h1.747a17.452 17.452 0 0 1-1.24-7H6A1.5 1.5 0 0 1 4.5 24V6Zm3.644 16.5h-.577c.758-8.41 7.826-15 16.433-15s15.675 6.59 16.433 15h-5.03c-.735-5.642-5.56-10-11.403-10-5.843 0-10.668 4.358-11.403 10H8.144Zm1.364 3a16.62 16.62 0 0 0-.008.5c0 8.008 6.492 14.5 14.5 14.5 4.374 0 8.296-1.937 10.955-5H17.5v-3h19.465a14.44 14.44 0 0 0 1.527-7H34a1.5 1.5 0 0 1-1.5-1.5 8.5 8.5 0 0 0-17 0 1.5 1.5 0 0 1-1.5 1.5H9.508Zm4.095-18A19.604 19.604 0 0 0 7.5 13.603V7.5h6.103ZM24 25a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-3 1a3 3 0 1 1 6 0 3 3 0 0 1-6 0Z" })));
};
exports.default = CuttingWoodGlass48;