UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 947 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 ChristmasBall = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-christmas-ball", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M4 13a8 8 0 1016 0 8 8 0 10-16 0" }), React.createElement("path", { d: "M11 5l1-2 1 2M4.512 10.161C7.008 9.056 9.504 9.336 12 11c2.627 1.752 5.255 1.97 7.882.653M4.315 15.252c2.561-1.21 5.123-.96 7.685.748 2.293 1.528 4.585 1.889 6.878 1.081" })); exports.default = ChristmasBall;