/*! UIkit 3.1.2 | http://www.getuikit.com | (c) 2014 - 2018 YOOtheme | MIT License */
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define('uikiticons', factory) :
(global = global || self, global.UIkitIcons = factory());
}(this, function () { 'use strict';
function plugin(UIkit) {
if (plugin.installed) {
return;
}
UIkit.icon.add({
"500px": "",
"album": "",
"arrow-down": "",
"arrow-left": "",
"arrow-right": "",
"arrow-up": "",
"ban": "",
"behance": "",
"bell": "",
"bold": "",
"bolt": "",
"bookmark": "",
"calendar": "",
"camera": "",
"cart": "",
"check": "",
"chevron-double-left": "",
"chevron-double-right": "",
"chevron-down": "",
"chevron-left": "",
"chevron-right": "",
"chevron-up": "",
"clock": "",
"close": "",
"cloud-download": "",
"cloud-upload": "",
"code": "",
"cog": "",
"comment": "",
"commenting": "",
"comments": "",
"copy": "",
"credit-card": "",
"database": "",
"desktop": "",
"download": "",
"dribbble": "",
"expand": "",
"facebook": "",
"file-edit": "",
"file-pdf": "",
"file-text": "",
"file": "",
"flickr": "",
"folder": "",
"forward": "",
"foursquare": "",
"future": "",
"git-branch": "",
"git-fork": "",
"github-alt": "",
"github": "",
"gitter": "",
"google-plus": "",
"google": "",
"grid": "",
"happy": "",
"hashtag": "",
"heart": "",
"history": "",
"home": "",
"image": "",
"info": "",
"instagram": "",
"italic": "",
"joomla": "",
"laptop": "",
"lifesaver": "",
"link": "",
"linkedin": "",
"list": "",
"location": "",
"lock": "",
"mail": "",
"menu": "",
"microphone": "",
"minus-circle": "",
"minus": "",
"more-vertical": "",
"more": "",
"move": "",
"nut": "",
"pagekit": "",
"paint-bucket": "",
"pencil": "",
"phone-landscape": "",
"phone": "",
"pinterest": "",
"play-circle": "",
"play": "",
"plus-circle": "",
"plus": "",
"print": "",
"pull": "",
"push": "",
"question": "",
"quote-right": "",
"receiver": "",
"reddit": "",
"refresh": "",
"reply": "",
"rss": "",
"search": "",
"server": "",
"settings": "",
"shrink": "",
"sign-in": "",
"sign-out": "",
"social": "",
"soundcloud": "",
"star": "",
"strikethrough": "",
"table": "",
"tablet-landscape": "",
"tablet": "",
"tag": "",
"thumbnails": "",
"trash": "",
"triangle-down": "",
"triangle-left": "",
"triangle-right": "",
"triangle-up": "",
"tripadvisor": "",
"tumblr": "",
"tv": "",
"twitter": "",
"uikit": "",
"unlock": "",
"upload": "",
"user": "",
"users": "",
"video-camera": "",
"vimeo": "",
"warning": "",
"whatsapp": "",
"wordpress": "",
"world": "",
"xing": "",
"yelp": "",
"youtube": ""
});
}
if (typeof window !== 'undefined' && window.UIkit) {
window.UIkit.use(plugin);
}
return plugin;
}));