@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.21 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 Garden24 = (_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: "M5.503 4.341a1 1 0 0 0-1.506 0l-1.75 2A1 1 0 0 0 2 7v12a1 1 0 0 0 1 1h3.5a1 1 0 0 0 1-1v-2.5h1.75V19a1 1 0 0 0 1 1h3.5a1 1 0 0 0 1-1v-2.5h1.75V19a1 1 0 0 0 1 1H21a1 1 0 0 0 1-1V7a1 1 0 0 0-.247-.659l-1.75-2a1 1 0 0 0-1.506 0l-1.75 2A1 1 0 0 0 16.5 7v2.5h-1.75V7a1 1 0 0 0-.247-.659l-1.75-2a1 1 0 0 0-1.506 0l-1.75 2A1 1 0 0 0 9.25 7v2.5H7.5V7a1 1 0 0 0-.247-.659l-1.75-2ZM7.5 10.5v2h1.75v-2H7.5Zm1.75 3H7.5v2h1.75v-2Zm5.5-3v2h1.75v-2h-1.75Zm1.75 3h-1.75v2h1.75v-2ZM4 18V7.376l.75-.857.75.857V18H4Zm7.25 0V7.376l.75-.857.75.857V18h-1.5ZM18.5 7.376V18H20V7.376l-.75-.857-.75.857Z" })));
};
exports.default = Garden24;