@mozaic-ds/icons-react
Version:
ADS icons for React usage
19 lines (14 loc) • 1.41 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 GardenAlt32 = (_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: "M14.667 5a4.334 4.334 0 0 0-4.323 4.025 1.002 1.002 0 0 1-.667 1.422A4.333 4.333 0 1 0 15 14.667v-1.334a1 1 0 1 1 2 0V17.4a5 5 0 0 0 8.667-3.4c0-1.401-.569-2.81-1.542-3.786-.888-.89-2.12-1.429-3.63-1.272a1 1 0 0 1-1.6-.562A4.335 4.335 0 0 0 14.667 5ZM15 19.285A6.333 6.333 0 1 1 8.358 8.767a6.334 6.334 0 0 1 12.17-1.836 6.335 6.335 0 0 1 5.013 1.87c1.36 1.363 2.126 3.286 2.126 5.198a7 7 0 0 1-7.902 6.943L17 23.707V28a1 1 0 1 1-2 0v-8.715Zm2 3.008v-2.33a6.97 6.97 0 0 0 1.603.727L17 22.293Z" })),
index.default.createElement("defs", null,
index.default.createElement("clipPath", { id: "a" },
index.default.createElement("rect", { width: "32", height: "32", fill: "#fff" })))));
};
exports.default = GardenAlt32;