@mozaic-ds/icons-react
Version:
ADS icons for React usage
19 lines (14 loc) • 1.55 kB
JavaScript
'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 Garden32 = (_a) => {
var { fill, size = '2rem' } = _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 32 32" }),
index.default.createElement("g", { "clip-path": "url(#a)" },
index.default.createElement("path", { "fill-rule": "evenodd", d: "M7.086 6.008a1 1 0 0 0-1.505 0L3.247 8.675A1 1 0 0 0 3 9.333v16a1 1 0 0 0 1 1h4.667a1 1 0 0 0 1-1v-3.5h3v3.5a1 1 0 0 0 1 1h4.666a1 1 0 0 0 1-1v-3.5h3v3.5a1 1 0 0 0 1 1H28a1 1 0 0 0 1-1v-16a1 1 0 0 0-.247-.658l-2.334-2.667a1 1 0 0 0-1.505 0l-2.333 2.667a1 1 0 0 0-.248.658v3.5h-3v-3.5a1 1 0 0 0-.247-.658l-2.333-2.667a1 1 0 0 0-1.506 0l-2.333 2.667a1 1 0 0 0-.247.658v3.5h-3v-3.5a1 1 0 0 0-.248-.658L7.086 6.008Zm2.58 7.825v3h3v-3h-3Zm3 4h-3v3h3v-3Zm6.667-4v3h3v-3h-3Zm3 4h-3v3h3v-3ZM5 24.333V9.71l1.333-1.524L7.667 9.71v14.624H5Zm9.667 0V9.71L16 8.185l1.333 1.524v14.624h-2.666ZM24.333 9.71v14.624H27V9.71l-1.333-1.524-1.334 1.524Z" })),
index.default.createElement("defs", null,
index.default.createElement("clipPath", { id: "a" },
index.default.createElement("rect", { width: "32", height: "32", fill: "#fff" })))));
};
exports.default = Garden32;