# react-i-cli **Repository Path**: mirrors_leecade/react-i-cli ## Basic Information - **Project Name**: react-i-cli - **Description**: Transform svg to react-i - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # reaact-i-cli Transform svg to react-i > see: https://github.com/leecade/react-i install ```sh $ npm i react-i-cli -g ``` usage ```sh $ react-i simple.svg ``` output ```jsx export const Simple = () => ```