@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 2.33 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 ChristmasTree32 = (_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("path", { "fill-rule": "evenodd", d: "M16.8 3.4a1 1 0 0 0-1.6 0l-4 5.333a1 1 0 0 0 .093 1.307c.337.338.784.583 1.259.763l-3.971 4.538a1 1 0 0 0 .045 1.366c.548.548 1.246.98 2.018 1.313L5.92 23.336a1 1 0 0 0 .193 1.496c1.151.768 2.71 1.302 4.396 1.648 1.4.287 2.938.454 4.492.504V28a1 1 0 1 0 2 0v-1.016a26.958 26.958 0 0 0 4.493-.504c1.686-.346 3.244-.88 4.395-1.648a1 1 0 0 0 .193-1.496l-4.725-5.316c.772-.333 1.47-.765 2.018-1.313a1 1 0 0 0 .045-1.366l-3.97-4.538c.474-.18.92-.425 1.258-.763a1 1 0 0 0 .093-1.307l-4-5.333Zm2.46 15.272c-1.042.22-2.156.328-3.26.328-1.104 0-2.218-.108-3.26-.328l-.667.75c.598 1.41 2.07 2.652 4.048 3.538 1.81.812 3.962 1.285 6.033 1.308.59-.16 1.123-.345 1.592-.549l-4.487-5.047Zm-.516 6.197a15.906 15.906 0 0 1-3.032-.996c-1.897-.85-3.533-2.09-4.36-3.64L8.255 23.72c.737.32 1.635.592 2.655.801 1.55.318 3.314.48 5.091.48.928 0 1.852-.044 2.744-.131Zm-3.991-13.544a.599.599 0 0 0 .038-.047 13.1 13.1 0 0 0 2.418 0l.038.047 1.195 1.365c-.847 1.426-2.663 3.314-5.675 3.935a7.704 7.704 0 0 1-.325-.087 7.14 7.14 0 0 1-1.655-.681l3.966-4.532Zm6.46 4.532-2.084-2.382a9.527 9.527 0 0 1-4.14 3.49c.334.023.672.035 1.011.035 1.256 0 2.495-.158 3.559-.462a7.14 7.14 0 0 0 1.654-.681ZM13.854 9.11a5.368 5.368 0 0 1-.363-.098l.997-1.329c.31.4.677.81 1.092 1.187.176.16.362.315.558.463H16a9.697 9.697 0 0 1-2.146-.223Zm1.258-2.26c.31.425.694.874 1.141 1.28.474.43 1.003.8 1.576 1.046a5.371 5.371 0 0 0 .68-.165L16 5.668l-.888 1.183Zm1.555 6.483a.667.667 0 1 1-1.334 0 .667.667 0 0 1 1.334 0Zm-2.667 2A.667.667 0 1 0 14 14a.667.667 0 0 0 0 1.333Zm3.333 5.334a.667.667 0 1 1-1.333 0 .667.667 0 0 1 1.333 0Zm-6 3.333a.667.667 0 1 0 0-1.333.667.667 0 0 0 0 1.333ZM20 22a.667.667 0 1 1-1.333 0A.667.667 0 0 1 20 22Z" })));
};
exports.default = ChristmasTree32;