UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 2.18 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 ChristmasTree20 = (_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: "M10.6 2.05a.75.75 0 0 0-1.2 0L6.9 5.383a.75.75 0 0 0 .07.98c.186.186.418.329.666.438L5.269 9.506a.75.75 0 0 0 .034 1.024c.318.318.711.574 1.143.777l-2.84 3.195a.75.75 0 0 0 .145 1.122c.738.492 1.73.83 2.791 1.048.847.174 1.772.278 2.708.314v.514a.75.75 0 0 0 1.5 0v-.514c.937-.036 1.861-.14 2.708-.314 1.062-.218 2.053-.556 2.791-1.048a.75.75 0 0 0 .145-1.122l-2.84-3.195a4.025 4.025 0 0 0 1.143-.777.75.75 0 0 0 .034-1.024l-2.367-2.705c.248-.11.48-.252.666-.437a.75.75 0 0 0 .07-.98L10.6 2.05Zm1.392 9.757c-.64.13-1.32.193-1.992.193-.673 0-1.352-.063-1.992-.193l-.27.304c.36.8 1.217 1.531 2.414 2.068a9.517 9.517 0 0 0 3.895.8 6.84 6.84 0 0 0 .584-.202l-2.64-2.97Zm-1.218 3.676a9.69 9.69 0 0 1-1.03-.391c-1.132-.508-2.146-1.246-2.715-2.183l-1.66 1.868a8.77 8.77 0 0 0 1.474.426c.96.196 2.054.297 3.157.297.26 0 .518-.005.774-.017ZM6.938 9.876l2.36-2.697a8.357 8.357 0 0 0 1.404 0l.627.716c-.53.86-1.644 1.984-3.484 2.331l-.035-.01a4.586 4.586 0 0 1-.872-.34Zm6.124 0-1.051-1.2A6.149 6.149 0 0 1 9.995 10.5H10c.775 0 1.538-.097 2.19-.284.336-.096.628-.21.872-.34ZM8.687 5.572a3.643 3.643 0 0 1-.045-.011l.377-.503a5.986 5.986 0 0 0 .61.64 5.46 5.46 0 0 1-.942-.126ZM9.64 4.23a5.2 5.2 0 0 0 .644.713c.3.272.63.497.98.64a3.958 3.958 0 0 0 .094-.022L10 3.75l-.36.48Zm.777 4.103a.417.417 0 1 1-.834 0 .417.417 0 0 1 .834 0ZM8.75 9.583a.417.417 0 1 0 0-.833.417.417 0 0 0 0 .833Zm2.083 3.334a.417.417 0 1 1-.833 0 .417.417 0 0 1 .833 0ZM7.083 15a.417.417 0 1 0 0-.833.417.417 0 0 0 0 .833Zm5.417-1.25a.417.417 0 1 1-.833 0 .417.417 0 0 1 .833 0Z" }))); }; exports.default = ChristmasTree20;