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