UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 945 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const ChristmasTree = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-christmas-tree", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M15 19v1a2 2 0 01-2 2h-2a2 2 0 01-2-2v-1zM5 18c-.89 0-1.337-1.077-.707-1.707l2.855-2.857-1.464-.487a1 1 0 01-.472-1.565l.08-.091 3.019-3.02-.758-.379a1 1 0 01-.343-1.507l.083-.094 4-4a1 1 0 011.414 0l4 4a1 1 0 01-.26 1.601l-.759.379 3.02 3.02a1 1 0 01-.279 1.61l-.113.046-1.465.487 2.856 2.857c.603.602.22 1.614-.593 1.701L19 18z" })); exports.default = ChristmasTree;