@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.07 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 GardenAlt24 = (_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: "M11 4a3 3 0 0 0-2.988 2.725 1 1 0 0 1-.698 1.354A3.002 3.002 0 0 0 8 14a3 3 0 0 0 3-3v-1a1 1 0 1 1 2 0v2.95a3.5 3.5 0 0 0 6-2.45c0-.988-.402-1.98-1.083-2.663a3.006 3.006 0 0 0-2.454-.889 1 1 0 0 1-1.536-.61A3.001 3.001 0 0 0 11 4Zm0 11a5 5 0 1 1-4.964-8.6 5 5 0 0 1 9.52-1.46 4.995 4.995 0 0 1 3.777 1.484C20.402 7.494 21 9.002 21 10.5a5.5 5.5 0 0 1-6.243 5.45L13 17.707V21a1 1 0 1 1-2 0v-6Zm2 1.293V15.4c.2.102.408.193.622.27l-.622.623Z" })));
};
exports.default = GardenAlt24;