Skip to content

Commit

Permalink
asuikit-material-icons v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webAndonA committed Oct 27, 2019
1 parent 579aa07 commit f4f376e
Show file tree
Hide file tree
Showing 36 changed files with 2,672 additions and 0 deletions.
25 changes: 25 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Copyright (c) 2019, asUIkit (https://asuikit.com/), MIT license
Copyright (c) 2016, Google (http://www.google.com/design/)
uses the license at https://github.com/google/material-design-icons/blob/master/LICENSE, Apache License 2.0

MIT License

Copyright (c) 2019 asUIkit, asuikit.com

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
47 changes: 47 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[![asUIkit Material Icons](https://user-images.githubusercontent.com/57046414/67628731-b3a34b80-f87b-11e9-8673-b79b4850c485.png)](https://asuikit.com/material-design-icons/)

# asUIkit Material Icons 1000+

A lightweight JavaScript asUIkit Materiall Design Icons Library for UIkit 3 Framework.

Material design icons is the official [icon set](https://www.google.com/design/spec/style/icons.html#icons-system-icons) from Google. The icons are designed under the [material design guidelines](https://material.io/guidelines/).

Get vector icons on your website with asUIkit Material Icons 1000+. This component injects SVGs into the site, so that they adopt color and can be styled with CSS.

* [UIkit](https://github.com/uikit/uikit) - A lightweight and modular front-end framework for developing fast and powerful web interfaces.
* [asUIkit](https://asuikit.com/) - Learn more about UIkit (Russian Documentation)


* [Homepage](https://asuikit.com/material-design-icons) - asUIkit Material Icons 1000+
* [Docs](https://asuikit.com/material-design-icons) - asUIkit Material Icons Guide
* [Icons](https://asuikit.com/material-design-icons/all-icons) - asUIkit Material Icons Library

## Getting Started

Read the [developer guide](https://asuikit.com/material-design-icons/get-started) on how to use the asUIkit Material Icons in your project.

### Usage

```html
<span uk-icon="m-alarm"></span>

<a href="" uk-icon="icon: m-image"></a>
```

### Icons

View at [asUIkit Material Icons 1000+](https://asuikit.com/material-design-icons/all-icons).

### Symbols

[SVG Sprites](https://github.com/asuikit/symbols-asuikit-material-icons).

Learn about using [symbols](https://asuikit.com/v3/svg#symbol) in UIkit 3.

---

## License

asUIkit Material Icons 1000+ - [MIT license](LICENSE.md)

Google Material Design Icons - [Apache License 2.0](https://github.com/google/material-design-icons/blob/master/LICENSE)
255 changes: 255 additions & 0 deletions js/asuikit-icons-material-action.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions js/asuikit-icons-material-action.min.js

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions js/asuikit-icons-material-alert.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
/*! asUIkit Material Icons 1000+ 3.2.0 | https://asuikit.com | (c) 2019 asUIkit | MIT License */
/*! Icons | https://material.io/resources/icons/ | Apache license 2.0 */

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define('asuikitmaterialalert', factory) :
(global = global || self, global.asUIkitMaterialAlert = factory());
}(this, function () { 'use strict';

function plugin(UIkit) {

if (plugin.installed) {
return;
}

UIkit.icon.add({
"m-add-alert": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.01 21.01c0 1.1.89 1.99 1.99 1.99s1.99-.89 1.99-1.99h-3.98zm8.87-4.19V11c0-3.25-2.25-5.97-5.29-6.69v-.72C13.59 2.71 12.88 2 12 2s-1.59.71-1.59 1.59v.72C7.37 5.03 5.12 7.75 5.12 11v5.82L3 18.94V20h18v-1.06l-2.12-2.12zM16 13.01h-3v3h-2v-3H8V11h3V8h2v3h3v2.01z\"/></svg>",
"m-error-outline": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z\"/></svg>",
"m-error": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z\"/></svg>",
"m-notification-important": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 16v-5c0-3.07-1.64-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.63 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2zm-5 0h-2v-2h2v2zm0-4h-2V8h2v4zm-1 10c1.1 0 2-.9 2-2h-4c0 1.1.89 2 2 2z\"/><path fill=\"none\" d=\"M0 0h24v24H0V0z\"/></svg>",
"m-warning": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z\"/></svg>"
});

}

if (typeof window !== 'undefined' && window.UIkit) {
window.UIkit.use(plugin);
}

return plugin;

}));
4 changes: 4 additions & 0 deletions js/asuikit-icons-material-alert.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f4f376e

Please sign in to comment.