@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.03 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 Garage48 = (_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: "M22.94 4.94a1.5 1.5 0 0 1 2.12 0l18 18a1.5 1.5 0 0 1-2.12 2.12l-1.44-1.439V40.5H42a1.5 1.5 0 0 1 0 3H6a1.5 1.5 0 0 1 0-3h2.5V23.621l-1.44 1.44a1.5 1.5 0 0 1-2.12-2.122l18-18ZM36.5 40.5V20.621L24 8.121 11.461 20.66c.026.11.039.223.039.34v19.5H14V23a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v17.5h2.5ZM22 17a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm2-4a4 4 0 1 0 0 8 4 4 0 0 0 0-8Zm8 11v4H16v-4h16Zm0 10v-4H16v4h16Zm0 2v4.5H16V36h16Z" })));
};
exports.default = Garage48;