react-toolbox/docs/app/components/layout/main/modules/examples/font_icon_example_1.txt

10 lines
178 B
Plaintext
Raw Normal View History

2015-11-01 00:43:54 +03:00
const FontIcons = () => (
<span>
<FontIcon value='add' />
<FontIcon value='favorite' />
2015-11-11 12:48:33 +03:00
<FontIcon value='add-circle-outline' />
2015-11-01 00:43:54 +03:00
</span>
);
return <FontIcons />;