UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 754 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 Citrus = (props) => React.createElement("svg", { className: "lucide lucide-citrus", 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: "M21.66 17.67a1.08 1.08 0 01-.04 1.6A12 12 0 014.73 2.38a1.1 1.1 0 011.61-.04zM19.65 15.66A8 8 0 018.35 4.34M14 10l-5.5 5.5" }), React.createElement("path", { d: "M14 17.85V10H6.15" })); exports.default = Citrus;