Closed Vittly closed 7 years ago
example with svg:
// importing import Icon from './Component.inline.svg'; // straightforward inlining content() { return <span dangerouslySetInnerHTML={{__html: Icon}}/>; }
@awinogradov check it plz
example with svg: