Created
May 28, 2016 02:18
-
-
Save davidgilbertson/0ae4227e34fd4f16496b78770b9f6f3a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react'; | |
export default () => ( | |
<svg width="22" height="22" viewBox="0 0 1024 1024"> | |
<path d="M192 1024h640l64-704h-768zM640 128v-128h-256v128h-320v192l64-64h768l64 64v-192h-320zM576 128h-128v-64h128v64z"></path> | |
</svg> | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment