1.0.9 • Published 8 years ago

tute-icons v1.0.9

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

Tute Icons

Install

bower install tute-icons
npm install tute-icons

Example usage

// ANGULAR
// include module in app
angular.module('exampleApp', [
	require('tute-icons')
])
// if you want to configure options:
.run(function(tuteIconProvider) {
	tuteIconProvider.setOpts({
		baseClass: 'icon-ex'
	});
});

// html usage: <icon icon="grid-on"></icon>

// REACT
// import the react component from package
import TuteIcon from 'tute-icons/dist/react';

// JSX usage: <TuteIcon icon="star" />

See icons-manifest.json to quickly see all available icons.

Only needed SVGs are included in the build. The google-svgs folder is all of Google's icons. The ones included in the Tute icon build process are in the svg folder.

1.0.9

8 years ago

1.0.8

8 years ago

1.0.6

8 years ago

1.0.0

9 years ago