UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 900 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 Beef = (props) => React.createElement("svg", { className: "lucide lucide-beef", 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("circle", { cx: "12.5", cy: "8.5", r: "2.5" }), React.createElement("path", { d: "M12.5 2a6.5 6.5 0 00-6.22 4.6c-1.1 3.13-.78 3.9-3.18 6.08A3 3 0 005 18c4 0 8.4-1.8 11.4-4.3A6.5 6.5 0 0012.5 2z" }), React.createElement("path", { d: "M18.5 6l2.19 4.5a6.48 6.48 0 01.31 2 6.49 6.49 0 01-2.6 5.2C15.4 20.2 11 22 7 22a3 3 0 01-2.68-1.66L2.4 16.5" })); exports.default = Beef;