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