@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.16 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 GardenAlt20 = (_a) => {
var { fill, size = '1.25rem' } = _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 20 20" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M9.167 3.25a2.584 2.584 0 0 0-2.575 2.367.75.75 0 0 1-.516 1.033 2.585 2.585 0 0 0 .59 5.1A2.583 2.583 0 0 0 9.25 9.167v-.834a.75.75 0 0 1 1.5 0v2.492a3 3 0 0 0 5.167-2.075c0-.844-.343-1.693-.927-2.278a2.59 2.59 0 0 0-2.134-.763.75.75 0 0 1-1.17-.445 2.585 2.585 0 0 0-2.52-2.014Zm.083 9.08a4.083 4.083 0 1 1-4.143-6.937 4.084 4.084 0 0 1 7.804-1.191 4.08 4.08 0 0 1 3.14 1.21 4.777 4.777 0 0 1 1.366 3.338 4.5 4.5 0 0 1-4.939 4.479l-1.728 1.728V17.5a.75.75 0 0 1-1.5 0v-5.17Zm1.5 1.213v-.848c.186.102.38.191.58.267l-.58.58Z" })));
};
exports.default = GardenAlt20;