UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 2.25 kB
'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 ChristmasTree48 = (_a) => { var { fill, size = '3rem' } = _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 48 48" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M25.2 5.1a1.5 1.5 0 0 0-2.4 0l-6 8a1.5 1.5 0 0 0 .14 1.96c.505.507 1.175.875 1.888 1.145l-5.957 6.807a1.5 1.5 0 0 0 .068 2.049c.822.821 1.87 1.469 3.027 1.97L8.88 35.003a1.5 1.5 0 0 0 .289 2.244c1.727 1.151 4.064 1.953 6.593 2.471 2.102.431 4.407.682 6.739.757V42a1.5 1.5 0 0 0 3 0v-1.524c2.332-.075 4.637-.325 6.739-.757 2.53-.519 4.866-1.32 6.593-2.47a1.5 1.5 0 0 0 .29-2.245l-7.088-7.974c1.157-.5 2.205-1.148 3.027-1.97a1.5 1.5 0 0 0 .068-2.048l-5.957-6.807c.713-.27 1.383-.638 1.889-1.144A1.5 1.5 0 0 0 31.2 13.1l-6-8Zm3.689 22.908A23.81 23.81 0 0 1 24 28.5c-1.656 0-3.328-.161-4.889-.492l-.816.918c.83 2.073 2.99 3.942 5.99 5.287 2.939 1.317 6.488 2.033 9.82 1.93.545-.174 1.05-.362 1.514-.564l-6.73-7.571Zm-1.56 9.364a23.808 23.808 0 0 1-3.863-1.334c-2.834-1.271-5.324-3.134-6.614-5.488l-4.47 5.029c1.104.48 2.45.888 3.982 1.202 2.323.476 4.97.719 7.636.719 1.12 0 2.237-.043 3.328-.128Zm-5.2-20.384.058-.07a19.67 19.67 0 0 0 3.626 0l.058.07 1.618 1.849c-1.264 2.17-4.098 5.14-8.895 5.951-.944-.275-1.755-.615-2.413-1.003l5.948-6.797Zm9.69 6.797-2.955-3.377a14.54 14.54 0 0 1-5.845 5.07c.326.015.653.022.981.022 1.883 0 3.742-.236 5.338-.692.973-.278 1.807-.626 2.48-1.023ZM20.78 13.665a8.6 8.6 0 0 1-.544-.147l1.34-1.786c.465.594 1.01 1.198 1.625 1.758.19.173.39.344.597.509-1.09-.013-2.144-.129-3.018-.334Zm2.045-3.599a12.64 12.64 0 0 0 1.722 1.944c.794.722 1.682 1.316 2.64 1.662l.03-.007c.2-.047.381-.097.545-.147L24 8.5l-1.174 1.566ZM25 20a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-4 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm5 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-9 5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm13-3a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" }))); }; exports.default = ChristmasTree48;