- Complete React app with 7 developer tools - JSON Tool with visual structured editor - Serialize Tool with visual structured editor - URL, Base64, CSV/JSON, Beautifier, Diff tools - Responsive navigation with dropdown menu - Dark/light mode toggle - Mobile-responsive design with sticky header - All tools working with copy/paste functionality
18 lines
534 B
JavaScript
18 lines
534 B
JavaScript
/**
|
|
* lucide-react v0.0.1 - ISC
|
|
*/
|
|
|
|
import createLucideIcon from '../createLucideIcon.mjs';
|
|
|
|
const FlipHorizontal2 = createLucideIcon("FlipHorizontal2", [
|
|
["path", { d: "m3 7 5 5-5 5V7", key: "couhi7" }],
|
|
["path", { d: "m21 7-5 5 5 5V7", key: "6ouia7" }],
|
|
["path", { d: "M12 20v2", key: "1lh1kg" }],
|
|
["path", { d: "M12 14v2", key: "8jcxud" }],
|
|
["path", { d: "M12 8v2", key: "1woqiv" }],
|
|
["path", { d: "M12 2v2", key: "tus03m" }]
|
|
]);
|
|
|
|
export { FlipHorizontal2 as default };
|
|
//# sourceMappingURL=flip-horizontal-2.mjs.map
|