UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 960 B
'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 Carpentry48 = (_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: "M18 10.5a1.5 1.5 0 0 0-1.5 1.5v6.5H12a1.5 1.5 0 0 0-1.5 1.5v6.5H6A1.5 1.5 0 0 0 4.5 28v8A1.5 1.5 0 0 0 6 37.5h36a1.5 1.5 0 0 0 1.5-1.5v-8a1.5 1.5 0 0 0-1.5-1.5h-4.5V20a1.5 1.5 0 0 0-1.5-1.5h-4.5V12a1.5 1.5 0 0 0-1.5-1.5H18Zm16.5 16v-5h-9v5h9Zm-6 3h-9v5h9v-5Zm3 5h9v-5h-9v5Zm-15-5v5h-9v-5h9Zm6-3h-9v-5h9v5Zm1.5-8h-4.5v-5h9v5H24Z" }))); }; exports.default = Carpentry48;