Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 239 Bytes

svg.md

File metadata and controls

17 lines (15 loc) · 239 Bytes

import IconReact from 'assets/svg/react.svg'
...
    render() {
        return (
            <div>
                <IconReact width={180} height={180} color="purple" />
            </div>
        );
    }
...