@pureprofile/icons

npm install --save @pureprofile/icons

Usage no npm install needed!

<script type="module">
  import pureprofileIcons from 'https://cdn.skypack.dev/@pureprofile/icons';
</script>

README

@pureprofile/icons

NPM JavaScript Style Guide

Install

npm install --save @pureprofile/icons

Usage

import React, { Component } from 'react'

import { Settings as SettingsIcon } from '@pureprofile/icons'

class Example extends Component {
  render() {
    return <SettingsIcon fontSize='small' />
  }
}

License

MIT