UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 863 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 Rabbit = (props) => React.createElement("svg", { className: "lucide lucide-rabbit", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props }, React.createElement("path", { d: "M13 16a3 3 0 012.24 5M18 12h.01" }), React.createElement("path", { d: "M18 21h-8a4 4 0 01-4-4 7 7 0 017-7h.2L9.6 6.4a1 1 0 112.8-2.8L15.8 7h.2c3.3 0 6 2.7 6 6v1a2 2 0 01-2 2h-1a3 3 0 00-3 3" }), React.createElement("path", { d: "M20 8.54V4a2 2 0 10-4 0v3M7.612 12.524a3 3 0 10-1.6 4.3" })); exports.default = Rabbit;