UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.04 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 Carpentry64 = (_a) => { var { fill, size = '4rem' } = _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 64 64" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M24 14.5a1.5 1.5 0 0 0-1.5 1.5v9.167H16a1.5 1.5 0 0 0-1.5 1.5v9.166H8a1.5 1.5 0 0 0-1.5 1.5V48A1.5 1.5 0 0 0 8 49.5h48a1.5 1.5 0 0 0 1.5-1.5V37.333a1.5 1.5 0 0 0-1.5-1.5h-6.5v-9.166a1.5 1.5 0 0 0-1.5-1.5h-6.5V16a1.5 1.5 0 0 0-1.5-1.5H24Zm22.5 21.333v-7.666h-13v7.666h13Zm-8 3h-13V46.5h13v-7.667Zm3 7.667h13v-7.667h-13V46.5Zm-19-7.667V46.5h-13v-7.667h13Zm8-3h-13v-7.666h13v7.666ZM32 25.167h-6.5V17.5h13v7.667H32Z" }))); }; exports.default = Carpentry64;