google-signin-icon

Render a virtual dom google sign in svg icon

Usage no npm install needed!

<script type="module">
  import googleSigninIcon from 'https://cdn.skypack.dev/google-signin-icon';
</script>

README

google-signin-icon Build Status

Render a virtual dom google sign in svg icon

Install

$ npm install --save google-signin-icon

Usage

var Icon = require('google-signin-icon')

var vtree = Icon.render()
// Use virtual-dom/create-element to turn it into an element

// also takes height, default 20px
Icon.render({height: '20px')

Development

Run npm run open to test in browser

License

MIT © Andrew Joslin