summaryrefslogtreecommitdiffstats
path: root/afm-client/bower_components/foundation-icon-fonts/svgs/fi-arrows-in.svg
blob: 819c99ea2a913ae3036a51b538cd1f83b065c071 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
	 width="100px" height="100px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve">
<g>
	<g>
		<path d="M35.995,89.365l4.69-28.272c0.085-0.512-0.082-1.034-0.449-1.401c-0.002-0.002-0.002-0.002-0.002-0.002
			c-0.37-0.368-0.893-0.535-1.406-0.447L10.63,64.007c-0.594,0.1-1.081,0.525-1.264,1.1c-0.185,0.572-0.031,1.202,0.395,1.628
			l5.513,5.513L0.473,87.05c-0.63,0.629-0.63,1.647,0,2.277l10.2,10.201c0.63,0.629,1.648,0.629,2.278,0l14.802-14.802l5.515,5.515
			c0.425,0.425,1.055,0.577,1.63,0.394C35.473,90.452,35.896,89.961,35.995,89.365z"/>
	</g>
	<g>
		<path d="M64.006,10.635l-4.69,28.273c-0.085,0.512,0.083,1.033,0.449,1.4c0.002,0.003,0.002,0.003,0.002,0.003
			c0.37,0.367,0.893,0.534,1.406,0.447l28.196-4.766c0.594-0.1,1.081-0.525,1.265-1.1c0.185-0.572,0.031-1.202-0.396-1.628
			l-5.513-5.513l14.802-14.802c0.629-0.629,0.629-1.648,0-2.278l-10.2-10.2c-0.63-0.63-1.648-0.63-2.278,0L72.248,15.274
			l-5.515-5.515c-0.425-0.425-1.056-0.578-1.63-0.395C64.528,9.549,64.104,10.039,64.006,10.635z"/>
	</g>
	<g>
		<path d="M89.365,64.006l-28.271-4.69c-0.512-0.085-1.035,0.082-1.401,0.449c-0.003,0.003-0.003,0.003-0.003,0.003
			c-0.368,0.369-0.535,0.892-0.447,1.406l4.765,28.196c0.1,0.594,0.525,1.082,1.099,1.264c0.572,0.185,1.202,0.032,1.629-0.395
			l5.513-5.513l14.803,14.803c0.629,0.628,1.647,0.628,2.277-0.002l10.201-10.2c0.629-0.629,0.629-1.648,0-2.278L84.727,72.248
			l5.516-5.515c0.424-0.426,0.577-1.055,0.394-1.63C90.452,64.528,89.961,64.104,89.365,64.006z"/>
	</g>
	<g>
		<path d="M10.635,35.995l28.272,4.69c0.513,0.086,1.034-0.082,1.401-0.449c0.002-0.003,0.002-0.003,0.002-0.003
			c0.368-0.37,0.535-0.892,0.448-1.406L35.993,10.63c-0.1-0.593-0.525-1.081-1.099-1.264c-0.573-0.186-1.202-0.032-1.629,0.395
			l-5.513,5.513L12.951,0.473c-0.63-0.63-1.649-0.63-2.278-0.001L0.472,10.673c-0.63,0.63-0.63,1.648,0,2.278l14.801,14.802
			l-5.515,5.515c-0.424,0.425-0.577,1.056-0.394,1.63C9.549,35.473,10.04,35.897,10.635,35.995z"/>
	</g>
</g>
</svg>
ar-ui-router). If you determine that is an actual issue, please explain why. If your issue gets labeled with purple label, no further action will be taken until you respond to the label appropriately. # Contribute **(1)** See the **[Developing](#developing)** section below, to get the development version of UI-Router up and running on your local machine. **(2)** Check out the [roadmap](https://github.com/angular-ui/ui-router/milestones) to see where the project is headed, and if your feature idea fits with where we're headed. **(3)** If you're not sure, [open an RFC](https://github.com/angular-ui/ui-router/issues/new?title=RFC:%20My%20idea) to get some feedback on your idea. **(4)** Finally, commit some code and open a pull request. Code & commits should abide by the following rules: - *Always* have test coverage for new features (or regression tests for bug fixes), and *never* break existing tests - Commits should represent one logical change each; if a feature goes through multiple iterations, squash your commits down to one - Make sure to follow the [Angular commit message format](https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#commit-message-format) so your change will appear in the changelog of the next release. - Changes should always respect the coding style of the project # Developing UI-Router uses <code>grunt >= 0.4.x</code>. Make sure to upgrade your environment and read the [Migration Guide](http://gruntjs.com/upgrading-from-0.3-to-0.4). Dependencies for building from source and running tests: * [grunt-cli](https://github.com/gruntjs/grunt-cli) - run: `$ npm install -g grunt-cli` * Then, install the development dependencies by running `$ npm install` from the project directory There are a number of targets in the gruntfile that are used to generating different builds: * `grunt`: Perform a normal build, runs jshint and karma tests * `grunt build`: Perform a normal build * `grunt dist`: Perform a clean build and generate documentation * `grunt dev`: Run dev server (sample app) and watch for changes, builds and runs karma tests on changes.