1.0.13 • Published 8 years ago

svg-icons v1.0.13

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

Svg Icons

Install

bower install svg-icons --save

Example usage

<main ng-app="exampleApp">
	<!-- use svg symbol/icon -->
	<icon icon="apps" class="my custom classes here"></icon>
	<icon icon="grid-on"></icon>
</main>

<script src="build/lib/angular/angular.min.js"></script>
<script src="dist/svg-icons.js"></script>
<script>
	//include module in app
	angular.module('exampleApp', [
		'svg-icons'
	])
	//if you want to configure options:
	.run(function(svgIconProvider) {
		svgIconProvider.setOpts({
			baseClass: 'icon-ex'
		});
	});
</script>

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.13

8 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago