Skip to content

Instantly share code, notes, and snippets.

@davidgilbertson
Created May 28, 2016 02:18
Show Gist options
  • Save davidgilbertson/0ae4227e34fd4f16496b78770b9f6f3a to your computer and use it in GitHub Desktop.
Save davidgilbertson/0ae4227e34fd4f16496b78770b9f6f3a to your computer and use it in GitHub Desktop.
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