@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.34 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 GardenAlt64 = (_a) => {
var { fill, size = '4rem' } = _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 64 64" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M29.333 9.5a9.167 9.167 0 0 0-9.153 8.664 1.5 1.5 0 0 1-.94 2.242 9.167 9.167 0 1 0 11.26 8.927v-2.666a1.5 1.5 0 1 1 3 0v8.324a10.47 10.47 0 0 0 7.833 3.508c5.8 0 10.5-4.701 10.5-10.5 0-2.93-1.185-5.879-3.228-7.926-1.908-1.912-4.575-3.056-7.827-2.67a1.5 1.5 0 0 1-2.501-.755A9.17 9.17 0 0 0 29.333 9.5ZM30.5 37.334a12.138 12.138 0 0 1-9.167 4.166c-6.72 0-12.166-5.447-12.166-12.167 0-5.266 3.344-9.748 8.024-11.442.4-6.358 5.684-11.391 12.142-11.391 5.216 0 9.663 3.281 11.394 7.891 4.082-.395 7.54 1.096 10.002 3.563 2.623 2.63 4.104 6.348 4.104 10.045 0 7.456-6.044 13.5-13.5 13.5-.456 0-.906-.023-1.35-.067L33.5 47.914V56a1.5 1.5 0 0 1-3 0V37.334Zm3 7.752v-6.091a13.451 13.451 0 0 0 4.108 1.983L33.5 45.086Z" })));
};
exports.default = GardenAlt64;