1.0.13 • Published 9 years ago

svg-icons v1.0.13

Weekly downloads
130
License
MIT
Repository
github
Last release
9 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

9 years ago

1.0.12

9 years ago

1.0.11

10 years ago

1.0.10

10 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago