iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 919 B
JavaScript
;
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 Croissant = (props) => React.createElement("svg", { className: "lucide lucide-croissant", 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: "M4.6 13.11l5.79-3.21c1.89-1.05 4.79 1.78 3.71 3.71l-3.22 5.81C8.8 23.16.79 15.23 4.6 13.11zM10.5 9.5l-1-2.29C9.2 6.48 8.8 6 8 6H4.5C2.79 6 2 6.5 2 8.5a7.71 7.71 0 002 4.83M8 6c0-1.55.24-4-2-4-2 0-2.5 2.17-2.5 4M14.5 13.5l2.29 1c.73.3 1.21.7 1.21 1.5v3.5c0 1.71-.5 2.5-2.5 2.5a7.71 7.71 0 01-4.83-2M18 16c1.55 0 4-.24 4 2 0 2-2.17 2.5-4 2.5" }));
exports.default = Croissant;