@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.26 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 Garden48 = (_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: "M10.629 9.012a1.5 1.5 0 0 0-2.258 0l-3.5 4A1.5 1.5 0 0 0 4.5 14v24A1.5 1.5 0 0 0 6 39.5h7a1.5 1.5 0 0 0 1.5-1.5v-5H19v5a1.5 1.5 0 0 0 1.5 1.5h7A1.5 1.5 0 0 0 29 38v-5h4.5v5a1.5 1.5 0 0 0 1.5 1.5h7a1.5 1.5 0 0 0 1.5-1.5V14a1.5 1.5 0 0 0-.371-.988l-3.5-4a1.5 1.5 0 0 0-2.258 0l-3.5 4A1.5 1.5 0 0 0 33.5 14v5H29v-5a1.5 1.5 0 0 0-.371-.988l-3.5-4a1.5 1.5 0 0 0-2.258 0l-3.5 4A1.5 1.5 0 0 0 19 14v5h-4.5v-5a1.5 1.5 0 0 0-.371-.988l-3.5-4ZM14.5 21v4H19v-4h-4.5Zm4.5 6h-4.5v4H19v-4Zm10-6v4h4.5v-4H29Zm4.5 6H29v4h4.5v-4Zm-26 9.5V14.564l2-2.286 2 2.286V36.5h-4Zm14.5 0V14.564l2-2.286 2 2.286V36.5h-4Zm14.5-21.936V36.5h4V14.564l-2-2.286-2 2.286Z" })));
};
exports.default = Garden48;