UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.26 kB
'use strict'; 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 CuttingWoodGlass24 = (_a) => { var { fill, size = '1.5rem' } = _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 24 24" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M2 3a1 1 0 0 1 1-1h9c2.401 0 4.605.846 6.329 2.257l.714-.714a1 1 0 1 1 1.414 1.414l-.714.714A9.959 9.959 0 0 1 22 12a1 1 0 0 1-1 1c0 1.052-.18 2.062-.512 3H21a1 1 0 1 1 0 2h-1.515A8.991 8.991 0 0 1 12 22a8.991 8.991 0 0 1-7.484-4H3a1 1 0 1 1 0-2h.512A8.985 8.985 0 0 1 3 13a1 1 0 0 1-1-1V3Zm2.075 8h-.013a8.001 8.001 0 0 1 15.876 0h-2.021a6.002 6.002 0 0 0-11.834 0H4.075ZM5 13a7 7 0 0 0 11.899 5H8.5v-2h9.826c.432-.91.674-1.926.674-3h-2a1 1 0 0 1-1-1 4 4 0 0 0-8 0 1 1 0 0 1-1 1H5Zm.999-9A10.059 10.059 0 0 0 4 5.999V4h1.999ZM12 12.5a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm-1.5.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Z" }))); }; exports.default = CuttingWoodGlass24;