├── anime ├── index.html └── js │ └── index.js ├── assets ├── css │ ├── main │ │ ├── app-dark.css │ │ └── app.css │ ├── pages │ │ ├── auth.css │ │ ├── chat.css │ │ ├── datatables.css │ │ ├── dripicons.css │ │ ├── email.css │ │ ├── error.css │ │ ├── form-element-select.css │ │ ├── simple-datatables.css │ │ └── summernote.css │ ├── shared │ │ └── iconly.css │ └── widgets │ │ ├── chat.css │ │ └── todo.css ├── extensions │ ├── @fortawesome │ │ └── fontawesome-free │ │ │ ├── LICENSE.txt │ │ │ ├── attribution.js │ │ │ ├── css │ │ │ ├── all.css │ │ │ ├── all.min.css │ │ │ ├── brands.css │ │ │ ├── brands.min.css │ │ │ ├── fontawesome.css │ │ │ ├── fontawesome.min.css │ │ │ ├── regular.css │ │ │ ├── regular.min.css │ │ │ ├── solid.css │ │ │ ├── solid.min.css │ │ │ ├── svg-with-js.css │ │ │ ├── svg-with-js.min.css │ │ │ ├── v4-shims.css │ │ │ └── v4-shims.min.css │ │ │ ├── js │ │ │ ├── all.js │ │ │ ├── all.min.js │ │ │ ├── brands.js │ │ │ ├── brands.min.js │ │ │ ├── conflict-detection.js │ │ │ ├── conflict-detection.min.js │ │ │ ├── fontawesome.js │ │ │ ├── fontawesome.min.js │ │ │ ├── regular.js │ │ │ ├── regular.min.js │ │ │ ├── solid.js │ │ │ ├── solid.min.js │ │ │ ├── v4-shims.js │ │ │ └── v4-shims.min.js │ │ │ ├── less │ │ │ ├── _animated.less │ │ │ ├── _bordered-pulled.less │ │ │ ├── _core.less │ │ │ ├── _fixed-width.less │ │ │ ├── _icons.less │ │ │ ├── _larger.less │ │ │ ├── _list.less │ │ │ ├── _mixins.less │ │ │ ├── _rotated-flipped.less │ │ │ ├── _screen-reader.less │ │ │ ├── _shims.less │ │ │ ├── _stacked.less │ │ │ ├── _variables.less │ │ │ ├── brands.less │ │ │ ├── fontawesome.less │ │ │ ├── regular.less │ │ │ ├── solid.less │ │ │ └── v4-shims.less │ │ │ ├── metadata │ │ │ ├── categories.yml │ │ │ ├── icons.yml │ │ │ ├── shims.yml │ │ │ └── sponsors.yml │ │ │ ├── package.json │ │ │ ├── scss │ │ │ ├── _animated.scss │ │ │ ├── _bordered-pulled.scss │ │ │ ├── _core.scss │ │ │ ├── _fixed-width.scss │ │ │ ├── _icons.scss │ │ │ ├── _larger.scss │ │ │ ├── _list.scss │ │ │ ├── _mixins.scss │ │ │ ├── _rotated-flipped.scss │ │ │ ├── _screen-reader.scss │ │ │ ├── _shims.scss │ │ │ ├── _stacked.scss │ │ │ ├── _variables.scss │ │ │ ├── brands.scss │ │ │ ├── fontawesome.scss │ │ │ ├── regular.scss │ │ │ ├── solid.scss │ │ │ └── v4-shims.scss │ │ │ ├── sprites │ │ │ ├── brands.svg │ │ │ ├── regular.svg │ │ │ └── solid.svg │ │ │ ├── svgs │ │ │ ├── brands │ │ │ │ ├── 500px.svg │ │ │ │ ├── accessible-icon.svg │ │ │ │ ├── accusoft.svg │ │ │ │ ├── acquisitions-incorporated.svg │ │ │ │ ├── adn.svg │ │ │ │ ├── adversal.svg │ │ │ │ ├── affiliatetheme.svg │ │ │ │ ├── airbnb.svg │ │ │ │ ├── algolia.svg │ │ │ │ ├── alipay.svg │ │ │ │ ├── amazon-pay.svg │ │ │ │ ├── amazon.svg │ │ │ │ ├── amilia.svg │ │ │ │ ├── android.svg │ │ │ │ ├── angellist.svg │ │ │ │ ├── angrycreative.svg │ │ │ │ ├── angular.svg │ │ │ │ ├── app-store-ios.svg │ │ │ │ ├── app-store.svg │ │ │ │ ├── apper.svg │ │ │ │ ├── apple-pay.svg │ │ │ │ ├── apple.svg │ │ │ │ ├── artstation.svg │ │ │ │ ├── asymmetrik.svg │ │ │ │ ├── atlassian.svg │ │ │ │ ├── audible.svg │ │ │ │ ├── autoprefixer.svg │ │ │ │ ├── avianex.svg │ │ │ │ ├── aviato.svg │ │ │ │ ├── aws.svg │ │ │ │ ├── bandcamp.svg │ │ │ │ ├── battle-net.svg │ │ │ │ ├── behance-square.svg │ │ │ │ ├── behance.svg │ │ │ │ ├── bimobject.svg │ │ │ │ ├── bitbucket.svg │ │ │ │ ├── bitcoin.svg │ │ │ │ ├── bity.svg │ │ │ │ ├── black-tie.svg │ │ │ │ ├── blackberry.svg │ │ │ │ ├── blogger-b.svg │ │ │ │ ├── blogger.svg │ │ │ │ ├── bluetooth-b.svg │ │ │ │ ├── bluetooth.svg │ │ │ │ ├── bootstrap.svg │ │ │ │ ├── btc.svg │ │ │ │ ├── buffer.svg │ │ │ │ ├── buromobelexperte.svg │ │ │ │ ├── buy-n-large.svg │ │ │ │ ├── buysellads.svg │ │ │ │ ├── canadian-maple-leaf.svg │ │ │ │ ├── cc-amazon-pay.svg │ │ │ │ ├── cc-amex.svg │ │ │ │ ├── cc-apple-pay.svg │ │ │ │ ├── cc-diners-club.svg │ │ │ │ ├── cc-discover.svg │ │ │ │ ├── cc-jcb.svg │ │ │ │ ├── cc-mastercard.svg │ │ │ │ ├── cc-paypal.svg │ │ │ │ ├── cc-stripe.svg │ │ │ │ ├── cc-visa.svg │ │ │ │ ├── centercode.svg │ │ │ │ ├── centos.svg │ │ │ │ ├── chrome.svg │ │ │ │ ├── chromecast.svg │ │ │ │ ├── cloudflare.svg │ │ │ │ ├── cloudscale.svg │ │ │ │ ├── cloudsmith.svg │ │ │ │ ├── cloudversify.svg │ │ │ │ ├── codepen.svg │ │ │ │ ├── codiepie.svg │ │ │ │ ├── confluence.svg │ │ │ │ ├── connectdevelop.svg │ │ │ │ ├── contao.svg │ │ │ │ ├── cotton-bureau.svg │ │ │ │ ├── cpanel.svg │ │ │ │ ├── creative-commons-by.svg │ │ │ │ ├── creative-commons-nc-eu.svg │ │ │ │ ├── creative-commons-nc-jp.svg │ │ │ │ ├── creative-commons-nc.svg │ │ │ │ ├── creative-commons-nd.svg │ │ │ │ ├── creative-commons-pd-alt.svg │ │ │ │ ├── creative-commons-pd.svg │ │ │ │ ├── creative-commons-remix.svg │ │ │ │ ├── creative-commons-sa.svg │ │ │ │ ├── creative-commons-sampling-plus.svg │ │ │ │ ├── creative-commons-sampling.svg │ │ │ │ ├── creative-commons-share.svg │ │ │ │ ├── creative-commons-zero.svg │ │ │ │ ├── creative-commons.svg │ │ │ │ ├── critical-role.svg │ │ │ │ ├── css3-alt.svg │ │ │ │ ├── css3.svg │ │ │ │ ├── cuttlefish.svg │ │ │ │ ├── d-and-d-beyond.svg │ │ │ │ ├── d-and-d.svg │ │ │ │ ├── dailymotion.svg │ │ │ │ ├── dashcube.svg │ │ │ │ ├── deezer.svg │ │ │ │ ├── delicious.svg │ │ │ │ ├── deploydog.svg │ │ │ │ ├── deskpro.svg │ │ │ │ ├── dev.svg │ │ │ │ ├── deviantart.svg │ │ │ │ ├── dhl.svg │ │ │ │ ├── diaspora.svg │ │ │ │ ├── digg.svg │ │ │ │ ├── digital-ocean.svg │ │ │ │ ├── discord.svg │ │ │ │ ├── discourse.svg │ │ │ │ ├── dochub.svg │ │ │ │ ├── docker.svg │ │ │ │ ├── draft2digital.svg │ │ │ │ ├── dribbble-square.svg │ │ │ │ ├── dribbble.svg │ │ │ │ ├── dropbox.svg │ │ │ │ ├── drupal.svg │ │ │ │ ├── dyalog.svg │ │ │ │ ├── earlybirds.svg │ │ │ │ ├── ebay.svg │ │ │ │ ├── edge-legacy.svg │ │ │ │ ├── edge.svg │ │ │ │ ├── elementor.svg │ │ │ │ ├── ello.svg │ │ │ │ ├── ember.svg │ │ │ │ ├── empire.svg │ │ │ │ ├── envira.svg │ │ │ │ ├── erlang.svg │ │ │ │ ├── ethereum.svg │ │ │ │ ├── etsy.svg │ │ │ │ ├── evernote.svg │ │ │ │ ├── expeditedssl.svg │ │ │ │ ├── facebook-f.svg │ │ │ │ ├── facebook-messenger.svg │ │ │ │ ├── facebook-square.svg │ │ │ │ ├── facebook.svg │ │ │ │ ├── fantasy-flight-games.svg │ │ │ │ ├── fedex.svg │ │ │ │ ├── fedora.svg │ │ │ │ ├── figma.svg │ │ │ │ ├── firefox-browser.svg │ │ │ │ ├── firefox.svg │ │ │ │ ├── first-order-alt.svg │ │ │ │ ├── first-order.svg │ │ │ │ ├── firstdraft.svg │ │ │ │ ├── flickr.svg │ │ │ │ ├── flipboard.svg │ │ │ │ ├── fly.svg │ │ │ │ ├── font-awesome-alt.svg │ │ │ │ ├── font-awesome-flag.svg │ │ │ │ ├── font-awesome-logo-full.svg │ │ │ │ ├── font-awesome.svg │ │ │ │ ├── fonticons-fi.svg │ │ │ │ ├── fonticons.svg │ │ │ │ ├── fort-awesome-alt.svg │ │ │ │ ├── fort-awesome.svg │ │ │ │ ├── forumbee.svg │ │ │ │ ├── foursquare.svg │ │ │ │ ├── free-code-camp.svg │ │ │ │ ├── freebsd.svg │ │ │ │ ├── fulcrum.svg │ │ │ │ ├── galactic-republic.svg │ │ │ │ ├── galactic-senate.svg │ │ │ │ ├── get-pocket.svg │ │ │ │ ├── gg-circle.svg │ │ │ │ ├── gg.svg │ │ │ │ ├── git-alt.svg │ │ │ │ ├── git-square.svg │ │ │ │ ├── git.svg │ │ │ │ ├── github-alt.svg │ │ │ │ ├── github-square.svg │ │ │ │ ├── github.svg │ │ │ │ ├── gitkraken.svg │ │ │ │ ├── gitlab.svg │ │ │ │ ├── gitter.svg │ │ │ │ ├── glide-g.svg │ │ │ │ ├── glide.svg │ │ │ │ ├── gofore.svg │ │ │ │ ├── goodreads-g.svg │ │ │ │ ├── goodreads.svg │ │ │ │ ├── google-drive.svg │ │ │ │ ├── google-pay.svg │ │ │ │ ├── google-play.svg │ │ │ │ ├── google-plus-g.svg │ │ │ │ ├── google-plus-square.svg │ │ │ │ ├── google-plus.svg │ │ │ │ ├── google-wallet.svg │ │ │ │ ├── google.svg │ │ │ │ ├── gratipay.svg │ │ │ │ ├── grav.svg │ │ │ │ ├── gripfire.svg │ │ │ │ ├── grunt.svg │ │ │ │ ├── guilded.svg │ │ │ │ ├── gulp.svg │ │ │ │ ├── hacker-news-square.svg │ │ │ │ ├── hacker-news.svg │ │ │ │ ├── hackerrank.svg │ │ │ │ ├── hips.svg │ │ │ │ ├── hire-a-helper.svg │ │ │ │ ├── hive.svg │ │ │ │ ├── hooli.svg │ │ │ │ ├── hornbill.svg │ │ │ │ ├── hotjar.svg │ │ │ │ ├── houzz.svg │ │ │ │ ├── html5.svg │ │ │ │ ├── hubspot.svg │ │ │ │ ├── ideal.svg │ │ │ │ ├── imdb.svg │ │ │ │ ├── innosoft.svg │ │ │ │ ├── instagram-square.svg │ │ │ │ ├── instagram.svg │ │ │ │ ├── instalod.svg │ │ │ │ ├── intercom.svg │ │ │ │ ├── internet-explorer.svg │ │ │ │ ├── invision.svg │ │ │ │ ├── ioxhost.svg │ │ │ │ ├── itch-io.svg │ │ │ │ ├── itunes-note.svg │ │ │ │ ├── itunes.svg │ │ │ │ ├── java.svg │ │ │ │ ├── jedi-order.svg │ │ │ │ ├── jenkins.svg │ │ │ │ ├── jira.svg │ │ │ │ ├── joget.svg │ │ │ │ ├── joomla.svg │ │ │ │ ├── js-square.svg │ │ │ │ ├── js.svg │ │ │ │ ├── jsfiddle.svg │ │ │ │ ├── kaggle.svg │ │ │ │ ├── keybase.svg │ │ │ │ ├── keycdn.svg │ │ │ │ ├── kickstarter-k.svg │ │ │ │ ├── kickstarter.svg │ │ │ │ ├── korvue.svg │ │ │ │ ├── laravel.svg │ │ │ │ ├── lastfm-square.svg │ │ │ │ ├── lastfm.svg │ │ │ │ ├── leanpub.svg │ │ │ │ ├── less.svg │ │ │ │ ├── line.svg │ │ │ │ ├── linkedin-in.svg │ │ │ │ ├── linkedin.svg │ │ │ │ ├── linode.svg │ │ │ │ ├── linux.svg │ │ │ │ ├── lyft.svg │ │ │ │ ├── magento.svg │ │ │ │ ├── mailchimp.svg │ │ │ │ ├── mandalorian.svg │ │ │ │ ├── markdown.svg │ │ │ │ ├── mastodon.svg │ │ │ │ ├── maxcdn.svg │ │ │ │ ├── mdb.svg │ │ │ │ ├── medapps.svg │ │ │ │ ├── medium-m.svg │ │ │ │ ├── medium.svg │ │ │ │ ├── medrt.svg │ │ │ │ ├── meetup.svg │ │ │ │ ├── megaport.svg │ │ │ │ ├── mendeley.svg │ │ │ │ ├── microblog.svg │ │ │ │ ├── microsoft.svg │ │ │ │ ├── mix.svg │ │ │ │ ├── mixcloud.svg │ │ │ │ ├── mixer.svg │ │ │ │ ├── mizuni.svg │ │ │ │ ├── modx.svg │ │ │ │ ├── monero.svg │ │ │ │ ├── napster.svg │ │ │ │ ├── neos.svg │ │ │ │ ├── nimblr.svg │ │ │ │ ├── node-js.svg │ │ │ │ ├── node.svg │ │ │ │ ├── npm.svg │ │ │ │ ├── ns8.svg │ │ │ │ ├── nutritionix.svg │ │ │ │ ├── octopus-deploy.svg │ │ │ │ ├── odnoklassniki-square.svg │ │ │ │ ├── odnoklassniki.svg │ │ │ │ ├── old-republic.svg │ │ │ │ ├── opencart.svg │ │ │ │ ├── openid.svg │ │ │ │ ├── opera.svg │ │ │ │ ├── optin-monster.svg │ │ │ │ ├── orcid.svg │ │ │ │ ├── osi.svg │ │ │ │ ├── page4.svg │ │ │ │ ├── pagelines.svg │ │ │ │ ├── palfed.svg │ │ │ │ ├── patreon.svg │ │ │ │ ├── paypal.svg │ │ │ │ ├── penny-arcade.svg │ │ │ │ ├── perbyte.svg │ │ │ │ ├── periscope.svg │ │ │ │ ├── phabricator.svg │ │ │ │ ├── phoenix-framework.svg │ │ │ │ ├── phoenix-squadron.svg │ │ │ │ ├── php.svg │ │ │ │ ├── pied-piper-alt.svg │ │ │ │ ├── pied-piper-hat.svg │ │ │ │ ├── pied-piper-pp.svg │ │ │ │ ├── pied-piper-square.svg │ │ │ │ ├── pied-piper.svg │ │ │ │ ├── pinterest-p.svg │ │ │ │ ├── pinterest-square.svg │ │ │ │ ├── pinterest.svg │ │ │ │ ├── playstation.svg │ │ │ │ ├── product-hunt.svg │ │ │ │ ├── pushed.svg │ │ │ │ ├── python.svg │ │ │ │ ├── qq.svg │ │ │ │ ├── quinscape.svg │ │ │ │ ├── quora.svg │ │ │ │ ├── r-project.svg │ │ │ │ ├── raspberry-pi.svg │ │ │ │ ├── ravelry.svg │ │ │ │ ├── react.svg │ │ │ │ ├── reacteurope.svg │ │ │ │ ├── readme.svg │ │ │ │ ├── rebel.svg │ │ │ │ ├── red-river.svg │ │ │ │ ├── reddit-alien.svg │ │ │ │ ├── reddit-square.svg │ │ │ │ ├── reddit.svg │ │ │ │ ├── redhat.svg │ │ │ │ ├── renren.svg │ │ │ │ ├── replyd.svg │ │ │ │ ├── researchgate.svg │ │ │ │ ├── resolving.svg │ │ │ │ ├── rev.svg │ │ │ │ ├── rocketchat.svg │ │ │ │ ├── rockrms.svg │ │ │ │ ├── rust.svg │ │ │ │ ├── safari.svg │ │ │ │ ├── salesforce.svg │ │ │ │ ├── sass.svg │ │ │ │ ├── schlix.svg │ │ │ │ ├── scribd.svg │ │ │ │ ├── searchengin.svg │ │ │ │ ├── sellcast.svg │ │ │ │ ├── sellsy.svg │ │ │ │ ├── servicestack.svg │ │ │ │ ├── shirtsinbulk.svg │ │ │ │ ├── shopify.svg │ │ │ │ ├── shopware.svg │ │ │ │ ├── simplybuilt.svg │ │ │ │ ├── sistrix.svg │ │ │ │ ├── sith.svg │ │ │ │ ├── sketch.svg │ │ │ │ ├── skyatlas.svg │ │ │ │ ├── skype.svg │ │ │ │ ├── slack-hash.svg │ │ │ │ ├── slack.svg │ │ │ │ ├── slideshare.svg │ │ │ │ ├── snapchat-ghost.svg │ │ │ │ ├── snapchat-square.svg │ │ │ │ ├── snapchat.svg │ │ │ │ ├── soundcloud.svg │ │ │ │ ├── sourcetree.svg │ │ │ │ ├── speakap.svg │ │ │ │ ├── speaker-deck.svg │ │ │ │ ├── spotify.svg │ │ │ │ ├── squarespace.svg │ │ │ │ ├── stack-exchange.svg │ │ │ │ ├── stack-overflow.svg │ │ │ │ ├── stackpath.svg │ │ │ │ ├── staylinked.svg │ │ │ │ ├── steam-square.svg │ │ │ │ ├── steam-symbol.svg │ │ │ │ ├── steam.svg │ │ │ │ ├── sticker-mule.svg │ │ │ │ ├── strava.svg │ │ │ │ ├── stripe-s.svg │ │ │ │ ├── stripe.svg │ │ │ │ ├── studiovinari.svg │ │ │ │ ├── stumbleupon-circle.svg │ │ │ │ ├── stumbleupon.svg │ │ │ │ ├── superpowers.svg │ │ │ │ ├── supple.svg │ │ │ │ ├── suse.svg │ │ │ │ ├── swift.svg │ │ │ │ ├── symfony.svg │ │ │ │ ├── teamspeak.svg │ │ │ │ ├── telegram-plane.svg │ │ │ │ ├── telegram.svg │ │ │ │ ├── tencent-weibo.svg │ │ │ │ ├── the-red-yeti.svg │ │ │ │ ├── themeco.svg │ │ │ │ ├── themeisle.svg │ │ │ │ ├── think-peaks.svg │ │ │ │ ├── tiktok.svg │ │ │ │ ├── trade-federation.svg │ │ │ │ ├── trello.svg │ │ │ │ ├── tumblr-square.svg │ │ │ │ ├── tumblr.svg │ │ │ │ ├── twitch.svg │ │ │ │ ├── twitter-square.svg │ │ │ │ ├── twitter.svg │ │ │ │ ├── typo3.svg │ │ │ │ ├── uber.svg │ │ │ │ ├── ubuntu.svg │ │ │ │ ├── uikit.svg │ │ │ │ ├── umbraco.svg │ │ │ │ ├── uncharted.svg │ │ │ │ ├── uniregistry.svg │ │ │ │ ├── unity.svg │ │ │ │ ├── unsplash.svg │ │ │ │ ├── untappd.svg │ │ │ │ ├── ups.svg │ │ │ │ ├── usb.svg │ │ │ │ ├── usps.svg │ │ │ │ ├── ussunnah.svg │ │ │ │ ├── vaadin.svg │ │ │ │ ├── viacoin.svg │ │ │ │ ├── viadeo-square.svg │ │ │ │ ├── viadeo.svg │ │ │ │ ├── viber.svg │ │ │ │ ├── vimeo-square.svg │ │ │ │ ├── vimeo-v.svg │ │ │ │ ├── vimeo.svg │ │ │ │ ├── vine.svg │ │ │ │ ├── vk.svg │ │ │ │ ├── vnv.svg │ │ │ │ ├── vuejs.svg │ │ │ │ ├── watchman-monitoring.svg │ │ │ │ ├── waze.svg │ │ │ │ ├── weebly.svg │ │ │ │ ├── weibo.svg │ │ │ │ ├── weixin.svg │ │ │ │ ├── whatsapp-square.svg │ │ │ │ ├── whatsapp.svg │ │ │ │ ├── whmcs.svg │ │ │ │ ├── wikipedia-w.svg │ │ │ │ ├── windows.svg │ │ │ │ ├── wix.svg │ │ │ │ ├── wizards-of-the-coast.svg │ │ │ │ ├── wodu.svg │ │ │ │ ├── wolf-pack-battalion.svg │ │ │ │ ├── wordpress-simple.svg │ │ │ │ ├── wordpress.svg │ │ │ │ ├── wpbeginner.svg │ │ │ │ ├── wpexplorer.svg │ │ │ │ ├── wpforms.svg │ │ │ │ ├── wpressr.svg │ │ │ │ ├── xbox.svg │ │ │ │ ├── xing-square.svg │ │ │ │ ├── xing.svg │ │ │ │ ├── y-combinator.svg │ │ │ │ ├── yahoo.svg │ │ │ │ ├── yammer.svg │ │ │ │ ├── yandex-international.svg │ │ │ │ ├── yandex.svg │ │ │ │ ├── yarn.svg │ │ │ │ ├── yelp.svg │ │ │ │ ├── yoast.svg │ │ │ │ ├── youtube-square.svg │ │ │ │ ├── youtube.svg │ │ │ │ └── zhihu.svg │ │ │ ├── regular │ │ │ │ ├── address-book.svg │ │ │ │ ├── address-card.svg │ │ │ │ ├── angry.svg │ │ │ │ ├── arrow-alt-circle-down.svg │ │ │ │ ├── arrow-alt-circle-left.svg │ │ │ │ ├── arrow-alt-circle-right.svg │ │ │ │ ├── arrow-alt-circle-up.svg │ │ │ │ ├── bell-slash.svg │ │ │ │ ├── bell.svg │ │ │ │ ├── bookmark.svg │ │ │ │ ├── building.svg │ │ │ │ ├── calendar-alt.svg │ │ │ │ ├── calendar-check.svg │ │ │ │ ├── calendar-minus.svg │ │ │ │ ├── calendar-plus.svg │ │ │ │ ├── calendar-times.svg │ │ │ │ ├── calendar.svg │ │ │ │ ├── caret-square-down.svg │ │ │ │ ├── caret-square-left.svg │ │ │ │ ├── caret-square-right.svg │ │ │ │ ├── caret-square-up.svg │ │ │ │ ├── chart-bar.svg │ │ │ │ ├── check-circle.svg │ │ │ │ ├── check-square.svg │ │ │ │ ├── circle.svg │ │ │ │ ├── clipboard.svg │ │ │ │ ├── clock.svg │ │ │ │ ├── clone.svg │ │ │ │ ├── closed-captioning.svg │ │ │ │ ├── comment-alt.svg │ │ │ │ ├── comment-dots.svg │ │ │ │ ├── comment.svg │ │ │ │ ├── comments.svg │ │ │ │ ├── compass.svg │ │ │ │ ├── copy.svg │ │ │ │ ├── copyright.svg │ │ │ │ ├── credit-card.svg │ │ │ │ ├── dizzy.svg │ │ │ │ ├── dot-circle.svg │ │ │ │ ├── edit.svg │ │ │ │ ├── envelope-open.svg │ │ │ │ ├── envelope.svg │ │ │ │ ├── eye-slash.svg │ │ │ │ ├── eye.svg │ │ │ │ ├── file-alt.svg │ │ │ │ ├── file-archive.svg │ │ │ │ ├── file-audio.svg │ │ │ │ ├── file-code.svg │ │ │ │ ├── file-excel.svg │ │ │ │ ├── file-image.svg │ │ │ │ ├── file-pdf.svg │ │ │ │ ├── file-powerpoint.svg │ │ │ │ ├── file-video.svg │ │ │ │ ├── file-word.svg │ │ │ │ ├── file.svg │ │ │ │ ├── flag.svg │ │ │ │ ├── flushed.svg │ │ │ │ ├── folder-open.svg │ │ │ │ ├── folder.svg │ │ │ │ ├── font-awesome-logo-full.svg │ │ │ │ ├── frown-open.svg │ │ │ │ ├── frown.svg │ │ │ │ ├── futbol.svg │ │ │ │ ├── gem.svg │ │ │ │ ├── grimace.svg │ │ │ │ ├── grin-alt.svg │ │ │ │ ├── grin-beam-sweat.svg │ │ │ │ ├── grin-beam.svg │ │ │ │ ├── grin-hearts.svg │ │ │ │ ├── grin-squint-tears.svg │ │ │ │ ├── grin-squint.svg │ │ │ │ ├── grin-stars.svg │ │ │ │ ├── grin-tears.svg │ │ │ │ ├── grin-tongue-squint.svg │ │ │ │ ├── grin-tongue-wink.svg │ │ │ │ ├── grin-tongue.svg │ │ │ │ ├── grin-wink.svg │ │ │ │ ├── grin.svg │ │ │ │ ├── hand-lizard.svg │ │ │ │ ├── hand-paper.svg │ │ │ │ ├── hand-peace.svg │ │ │ │ ├── hand-point-down.svg │ │ │ │ ├── hand-point-left.svg │ │ │ │ ├── hand-point-right.svg │ │ │ │ ├── hand-point-up.svg │ │ │ │ ├── hand-pointer.svg │ │ │ │ ├── hand-rock.svg │ │ │ │ ├── hand-scissors.svg │ │ │ │ ├── hand-spock.svg │ │ │ │ ├── handshake.svg │ │ │ │ ├── hdd.svg │ │ │ │ ├── heart.svg │ │ │ │ ├── hospital.svg │ │ │ │ ├── hourglass.svg │ │ │ │ ├── id-badge.svg │ │ │ │ ├── id-card.svg │ │ │ │ ├── image.svg │ │ │ │ ├── images.svg │ │ │ │ ├── keyboard.svg │ │ │ │ ├── kiss-beam.svg │ │ │ │ ├── kiss-wink-heart.svg │ │ │ │ ├── kiss.svg │ │ │ │ ├── laugh-beam.svg │ │ │ │ ├── laugh-squint.svg │ │ │ │ ├── laugh-wink.svg │ │ │ │ ├── laugh.svg │ │ │ │ ├── lemon.svg │ │ │ │ ├── life-ring.svg │ │ │ │ ├── lightbulb.svg │ │ │ │ ├── list-alt.svg │ │ │ │ ├── map.svg │ │ │ │ ├── meh-blank.svg │ │ │ │ ├── meh-rolling-eyes.svg │ │ │ │ ├── meh.svg │ │ │ │ ├── minus-square.svg │ │ │ │ ├── money-bill-alt.svg │ │ │ │ ├── moon.svg │ │ │ │ ├── newspaper.svg │ │ │ │ ├── object-group.svg │ │ │ │ ├── object-ungroup.svg │ │ │ │ ├── paper-plane.svg │ │ │ │ ├── pause-circle.svg │ │ │ │ ├── play-circle.svg │ │ │ │ ├── plus-square.svg │ │ │ │ ├── question-circle.svg │ │ │ │ ├── registered.svg │ │ │ │ ├── sad-cry.svg │ │ │ │ ├── sad-tear.svg │ │ │ │ ├── save.svg │ │ │ │ ├── share-square.svg │ │ │ │ ├── smile-beam.svg │ │ │ │ ├── smile-wink.svg │ │ │ │ ├── smile.svg │ │ │ │ ├── snowflake.svg │ │ │ │ ├── square.svg │ │ │ │ ├── star-half.svg │ │ │ │ ├── star.svg │ │ │ │ ├── sticky-note.svg │ │ │ │ ├── stop-circle.svg │ │ │ │ ├── sun.svg │ │ │ │ ├── surprise.svg │ │ │ │ ├── thumbs-down.svg │ │ │ │ ├── thumbs-up.svg │ │ │ │ ├── times-circle.svg │ │ │ │ ├── tired.svg │ │ │ │ ├── trash-alt.svg │ │ │ │ ├── user-circle.svg │ │ │ │ ├── user.svg │ │ │ │ ├── window-close.svg │ │ │ │ ├── window-maximize.svg │ │ │ │ ├── window-minimize.svg │ │ │ │ └── window-restore.svg │ │ │ └── solid │ │ │ │ ├── ad.svg │ │ │ │ ├── address-book.svg │ │ │ │ ├── address-card.svg │ │ │ │ ├── adjust.svg │ │ │ │ ├── air-freshener.svg │ │ │ │ ├── align-center.svg │ │ │ │ ├── align-justify.svg │ │ │ │ ├── align-left.svg │ │ │ │ ├── align-right.svg │ │ │ │ ├── allergies.svg │ │ │ │ ├── ambulance.svg │ │ │ │ ├── american-sign-language-interpreting.svg │ │ │ │ ├── anchor.svg │ │ │ │ ├── angle-double-down.svg │ │ │ │ ├── angle-double-left.svg │ │ │ │ ├── angle-double-right.svg │ │ │ │ ├── angle-double-up.svg │ │ │ │ ├── angle-down.svg │ │ │ │ ├── angle-left.svg │ │ │ │ ├── angle-right.svg │ │ │ │ ├── angle-up.svg │ │ │ │ ├── angry.svg │ │ │ │ ├── ankh.svg │ │ │ │ ├── apple-alt.svg │ │ │ │ ├── archive.svg │ │ │ │ ├── archway.svg │ │ │ │ ├── arrow-alt-circle-down.svg │ │ │ │ ├── arrow-alt-circle-left.svg │ │ │ │ ├── arrow-alt-circle-right.svg │ │ │ │ ├── arrow-alt-circle-up.svg │ │ │ │ ├── arrow-circle-down.svg │ │ │ │ ├── arrow-circle-left.svg │ │ │ │ ├── arrow-circle-right.svg │ │ │ │ ├── arrow-circle-up.svg │ │ │ │ ├── arrow-down.svg │ │ │ │ ├── arrow-left.svg │ │ │ │ ├── arrow-right.svg │ │ │ │ ├── arrow-up.svg │ │ │ │ ├── arrows-alt-h.svg │ │ │ │ ├── arrows-alt-v.svg │ │ │ │ ├── arrows-alt.svg │ │ │ │ ├── assistive-listening-systems.svg │ │ │ │ ├── asterisk.svg │ │ │ │ ├── at.svg │ │ │ │ ├── atlas.svg │ │ │ │ ├── atom.svg │ │ │ │ ├── audio-description.svg │ │ │ │ ├── award.svg │ │ │ │ ├── baby-carriage.svg │ │ │ │ ├── baby.svg │ │ │ │ ├── backspace.svg │ │ │ │ ├── backward.svg │ │ │ │ ├── bacon.svg │ │ │ │ ├── bacteria.svg │ │ │ │ ├── bacterium.svg │ │ │ │ ├── bahai.svg │ │ │ │ ├── balance-scale-left.svg │ │ │ │ ├── balance-scale-right.svg │ │ │ │ ├── balance-scale.svg │ │ │ │ ├── ban.svg │ │ │ │ ├── band-aid.svg │ │ │ │ ├── barcode.svg │ │ │ │ ├── bars.svg │ │ │ │ ├── baseball-ball.svg │ │ │ │ ├── basketball-ball.svg │ │ │ │ ├── bath.svg │ │ │ │ ├── battery-empty.svg │ │ │ │ ├── battery-full.svg │ │ │ │ ├── battery-half.svg │ │ │ │ ├── battery-quarter.svg │ │ │ │ ├── battery-three-quarters.svg │ │ │ │ ├── bed.svg │ │ │ │ ├── beer.svg │ │ │ │ ├── bell-slash.svg │ │ │ │ ├── bell.svg │ │ │ │ ├── bezier-curve.svg │ │ │ │ ├── bible.svg │ │ │ │ ├── bicycle.svg │ │ │ │ ├── biking.svg │ │ │ │ ├── binoculars.svg │ │ │ │ ├── biohazard.svg │ │ │ │ ├── birthday-cake.svg │ │ │ │ ├── blender-phone.svg │ │ │ │ ├── blender.svg │ │ │ │ ├── blind.svg │ │ │ │ ├── blog.svg │ │ │ │ ├── bold.svg │ │ │ │ ├── bolt.svg │ │ │ │ ├── bomb.svg │ │ │ │ ├── bone.svg │ │ │ │ ├── bong.svg │ │ │ │ ├── book-dead.svg │ │ │ │ ├── book-medical.svg │ │ │ │ ├── book-open.svg │ │ │ │ ├── book-reader.svg │ │ │ │ ├── book.svg │ │ │ │ ├── bookmark.svg │ │ │ │ ├── border-all.svg │ │ │ │ ├── border-none.svg │ │ │ │ ├── border-style.svg │ │ │ │ ├── bowling-ball.svg │ │ │ │ ├── box-open.svg │ │ │ │ ├── box-tissue.svg │ │ │ │ ├── box.svg │ │ │ │ ├── boxes.svg │ │ │ │ ├── braille.svg │ │ │ │ ├── brain.svg │ │ │ │ ├── bread-slice.svg │ │ │ │ ├── briefcase-medical.svg │ │ │ │ ├── briefcase.svg │ │ │ │ ├── broadcast-tower.svg │ │ │ │ ├── broom.svg │ │ │ │ ├── brush.svg │ │ │ │ ├── bug.svg │ │ │ │ ├── building.svg │ │ │ │ ├── bullhorn.svg │ │ │ │ ├── bullseye.svg │ │ │ │ ├── burn.svg │ │ │ │ ├── bus-alt.svg │ │ │ │ ├── bus.svg │ │ │ │ ├── business-time.svg │ │ │ │ ├── calculator.svg │ │ │ │ ├── calendar-alt.svg │ │ │ │ ├── calendar-check.svg │ │ │ │ ├── calendar-day.svg │ │ │ │ ├── calendar-minus.svg │ │ │ │ ├── calendar-plus.svg │ │ │ │ ├── calendar-times.svg │ │ │ │ ├── calendar-week.svg │ │ │ │ ├── calendar.svg │ │ │ │ ├── camera-retro.svg │ │ │ │ ├── camera.svg │ │ │ │ ├── campground.svg │ │ │ │ ├── candy-cane.svg │ │ │ │ ├── cannabis.svg │ │ │ │ ├── capsules.svg │ │ │ │ ├── car-alt.svg │ │ │ │ ├── car-battery.svg │ │ │ │ ├── car-crash.svg │ │ │ │ ├── car-side.svg │ │ │ │ ├── car.svg │ │ │ │ ├── caravan.svg │ │ │ │ ├── caret-down.svg │ │ │ │ ├── caret-left.svg │ │ │ │ ├── caret-right.svg │ │ │ │ ├── caret-square-down.svg │ │ │ │ ├── caret-square-left.svg │ │ │ │ ├── caret-square-right.svg │ │ │ │ ├── caret-square-up.svg │ │ │ │ ├── caret-up.svg │ │ │ │ ├── carrot.svg │ │ │ │ ├── cart-arrow-down.svg │ │ │ │ ├── cart-plus.svg │ │ │ │ ├── cash-register.svg │ │ │ │ ├── cat.svg │ │ │ │ ├── certificate.svg │ │ │ │ ├── chair.svg │ │ │ │ ├── chalkboard-teacher.svg │ │ │ │ ├── chalkboard.svg │ │ │ │ ├── charging-station.svg │ │ │ │ ├── chart-area.svg │ │ │ │ ├── chart-bar.svg │ │ │ │ ├── chart-line.svg │ │ │ │ ├── chart-pie.svg │ │ │ │ ├── check-circle.svg │ │ │ │ ├── check-double.svg │ │ │ │ ├── check-square.svg │ │ │ │ ├── check.svg │ │ │ │ ├── cheese.svg │ │ │ │ ├── chess-bishop.svg │ │ │ │ ├── chess-board.svg │ │ │ │ ├── chess-king.svg │ │ │ │ ├── chess-knight.svg │ │ │ │ ├── chess-pawn.svg │ │ │ │ ├── chess-queen.svg │ │ │ │ ├── chess-rook.svg │ │ │ │ ├── chess.svg │ │ │ │ ├── chevron-circle-down.svg │ │ │ │ ├── chevron-circle-left.svg │ │ │ │ ├── chevron-circle-right.svg │ │ │ │ ├── chevron-circle-up.svg │ │ │ │ ├── chevron-down.svg │ │ │ │ ├── chevron-left.svg │ │ │ │ ├── chevron-right.svg │ │ │ │ ├── chevron-up.svg │ │ │ │ ├── child.svg │ │ │ │ ├── church.svg │ │ │ │ ├── circle-notch.svg │ │ │ │ ├── circle.svg │ │ │ │ ├── city.svg │ │ │ │ ├── clinic-medical.svg │ │ │ │ ├── clipboard-check.svg │ │ │ │ ├── clipboard-list.svg │ │ │ │ ├── clipboard.svg │ │ │ │ ├── clock.svg │ │ │ │ ├── clone.svg │ │ │ │ ├── closed-captioning.svg │ │ │ │ ├── cloud-download-alt.svg │ │ │ │ ├── cloud-meatball.svg │ │ │ │ ├── cloud-moon-rain.svg │ │ │ │ ├── cloud-moon.svg │ │ │ │ ├── cloud-rain.svg │ │ │ │ ├── cloud-showers-heavy.svg │ │ │ │ ├── cloud-sun-rain.svg │ │ │ │ ├── cloud-sun.svg │ │ │ │ ├── cloud-upload-alt.svg │ │ │ │ ├── cloud.svg │ │ │ │ ├── cocktail.svg │ │ │ │ ├── code-branch.svg │ │ │ │ ├── code.svg │ │ │ │ ├── coffee.svg │ │ │ │ ├── cog.svg │ │ │ │ ├── cogs.svg │ │ │ │ ├── coins.svg │ │ │ │ ├── columns.svg │ │ │ │ ├── comment-alt.svg │ │ │ │ ├── comment-dollar.svg │ │ │ │ ├── comment-dots.svg │ │ │ │ ├── comment-medical.svg │ │ │ │ ├── comment-slash.svg │ │ │ │ ├── comment.svg │ │ │ │ ├── comments-dollar.svg │ │ │ │ ├── comments.svg │ │ │ │ ├── compact-disc.svg │ │ │ │ ├── compass.svg │ │ │ │ ├── compress-alt.svg │ │ │ │ ├── compress-arrows-alt.svg │ │ │ │ ├── compress.svg │ │ │ │ ├── concierge-bell.svg │ │ │ │ ├── cookie-bite.svg │ │ │ │ ├── cookie.svg │ │ │ │ ├── copy.svg │ │ │ │ ├── copyright.svg │ │ │ │ ├── couch.svg │ │ │ │ ├── credit-card.svg │ │ │ │ ├── crop-alt.svg │ │ │ │ ├── crop.svg │ │ │ │ ├── cross.svg │ │ │ │ ├── crosshairs.svg │ │ │ │ ├── crow.svg │ │ │ │ ├── crown.svg │ │ │ │ ├── crutch.svg │ │ │ │ ├── cube.svg │ │ │ │ ├── cubes.svg │ │ │ │ ├── cut.svg │ │ │ │ ├── database.svg │ │ │ │ ├── deaf.svg │ │ │ │ ├── democrat.svg │ │ │ │ ├── desktop.svg │ │ │ │ ├── dharmachakra.svg │ │ │ │ ├── diagnoses.svg │ │ │ │ ├── dice-d20.svg │ │ │ │ ├── dice-d6.svg │ │ │ │ ├── dice-five.svg │ │ │ │ ├── dice-four.svg │ │ │ │ ├── dice-one.svg │ │ │ │ ├── dice-six.svg │ │ │ │ ├── dice-three.svg │ │ │ │ ├── dice-two.svg │ │ │ │ ├── dice.svg │ │ │ │ ├── digital-tachograph.svg │ │ │ │ ├── directions.svg │ │ │ │ ├── disease.svg │ │ │ │ ├── divide.svg │ │ │ │ ├── dizzy.svg │ │ │ │ ├── dna.svg │ │ │ │ ├── dog.svg │ │ │ │ ├── dollar-sign.svg │ │ │ │ ├── dolly-flatbed.svg │ │ │ │ ├── dolly.svg │ │ │ │ ├── donate.svg │ │ │ │ ├── door-closed.svg │ │ │ │ ├── door-open.svg │ │ │ │ ├── dot-circle.svg │ │ │ │ ├── dove.svg │ │ │ │ ├── download.svg │ │ │ │ ├── drafting-compass.svg │ │ │ │ ├── dragon.svg │ │ │ │ ├── draw-polygon.svg │ │ │ │ ├── drum-steelpan.svg │ │ │ │ ├── drum.svg │ │ │ │ ├── drumstick-bite.svg │ │ │ │ ├── dumbbell.svg │ │ │ │ ├── dumpster-fire.svg │ │ │ │ ├── dumpster.svg │ │ │ │ ├── dungeon.svg │ │ │ │ ├── edit.svg │ │ │ │ ├── egg.svg │ │ │ │ ├── eject.svg │ │ │ │ ├── ellipsis-h.svg │ │ │ │ ├── ellipsis-v.svg │ │ │ │ ├── envelope-open-text.svg │ │ │ │ ├── envelope-open.svg │ │ │ │ ├── envelope-square.svg │ │ │ │ ├── envelope.svg │ │ │ │ ├── equals.svg │ │ │ │ ├── eraser.svg │ │ │ │ ├── ethernet.svg │ │ │ │ ├── euro-sign.svg │ │ │ │ ├── exchange-alt.svg │ │ │ │ ├── exclamation-circle.svg │ │ │ │ ├── exclamation-triangle.svg │ │ │ │ ├── exclamation.svg │ │ │ │ ├── expand-alt.svg │ │ │ │ ├── expand-arrows-alt.svg │ │ │ │ ├── expand.svg │ │ │ │ ├── external-link-alt.svg │ │ │ │ ├── external-link-square-alt.svg │ │ │ │ ├── eye-dropper.svg │ │ │ │ ├── eye-slash.svg │ │ │ │ ├── eye.svg │ │ │ │ ├── fan.svg │ │ │ │ ├── fast-backward.svg │ │ │ │ ├── fast-forward.svg │ │ │ │ ├── faucet.svg │ │ │ │ ├── fax.svg │ │ │ │ ├── feather-alt.svg │ │ │ │ ├── feather.svg │ │ │ │ ├── female.svg │ │ │ │ ├── fighter-jet.svg │ │ │ │ ├── file-alt.svg │ │ │ │ ├── file-archive.svg │ │ │ │ ├── file-audio.svg │ │ │ │ ├── file-code.svg │ │ │ │ ├── file-contract.svg │ │ │ │ ├── file-csv.svg │ │ │ │ ├── file-download.svg │ │ │ │ ├── file-excel.svg │ │ │ │ ├── file-export.svg │ │ │ │ ├── file-image.svg │ │ │ │ ├── file-import.svg │ │ │ │ ├── file-invoice-dollar.svg │ │ │ │ ├── file-invoice.svg │ │ │ │ ├── file-medical-alt.svg │ │ │ │ ├── file-medical.svg │ │ │ │ ├── file-pdf.svg │ │ │ │ ├── file-powerpoint.svg │ │ │ │ ├── file-prescription.svg │ │ │ │ ├── file-signature.svg │ │ │ │ ├── file-upload.svg │ │ │ │ ├── file-video.svg │ │ │ │ ├── file-word.svg │ │ │ │ ├── file.svg │ │ │ │ ├── fill-drip.svg │ │ │ │ ├── fill.svg │ │ │ │ ├── film.svg │ │ │ │ ├── filter.svg │ │ │ │ ├── fingerprint.svg │ │ │ │ ├── fire-alt.svg │ │ │ │ ├── fire-extinguisher.svg │ │ │ │ ├── fire.svg │ │ │ │ ├── first-aid.svg │ │ │ │ ├── fish.svg │ │ │ │ ├── fist-raised.svg │ │ │ │ ├── flag-checkered.svg │ │ │ │ ├── flag-usa.svg │ │ │ │ ├── flag.svg │ │ │ │ ├── flask.svg │ │ │ │ ├── flushed.svg │ │ │ │ ├── folder-minus.svg │ │ │ │ ├── folder-open.svg │ │ │ │ ├── folder-plus.svg │ │ │ │ ├── folder.svg │ │ │ │ ├── font-awesome-logo-full.svg │ │ │ │ ├── font.svg │ │ │ │ ├── football-ball.svg │ │ │ │ ├── forward.svg │ │ │ │ ├── frog.svg │ │ │ │ ├── frown-open.svg │ │ │ │ ├── frown.svg │ │ │ │ ├── funnel-dollar.svg │ │ │ │ ├── futbol.svg │ │ │ │ ├── gamepad.svg │ │ │ │ ├── gas-pump.svg │ │ │ │ ├── gavel.svg │ │ │ │ ├── gem.svg │ │ │ │ ├── genderless.svg │ │ │ │ ├── ghost.svg │ │ │ │ ├── gift.svg │ │ │ │ ├── gifts.svg │ │ │ │ ├── glass-cheers.svg │ │ │ │ ├── glass-martini-alt.svg │ │ │ │ ├── glass-martini.svg │ │ │ │ ├── glass-whiskey.svg │ │ │ │ ├── glasses.svg │ │ │ │ ├── globe-africa.svg │ │ │ │ ├── globe-americas.svg │ │ │ │ ├── globe-asia.svg │ │ │ │ ├── globe-europe.svg │ │ │ │ ├── globe.svg │ │ │ │ ├── golf-ball.svg │ │ │ │ ├── gopuram.svg │ │ │ │ ├── graduation-cap.svg │ │ │ │ ├── greater-than-equal.svg │ │ │ │ ├── greater-than.svg │ │ │ │ ├── grimace.svg │ │ │ │ ├── grin-alt.svg │ │ │ │ ├── grin-beam-sweat.svg │ │ │ │ ├── grin-beam.svg │ │ │ │ ├── grin-hearts.svg │ │ │ │ ├── grin-squint-tears.svg │ │ │ │ ├── grin-squint.svg │ │ │ │ ├── grin-stars.svg │ │ │ │ ├── grin-tears.svg │ │ │ │ ├── grin-tongue-squint.svg │ │ │ │ ├── grin-tongue-wink.svg │ │ │ │ ├── grin-tongue.svg │ │ │ │ ├── grin-wink.svg │ │ │ │ ├── grin.svg │ │ │ │ ├── grip-horizontal.svg │ │ │ │ ├── grip-lines-vertical.svg │ │ │ │ ├── grip-lines.svg │ │ │ │ ├── grip-vertical.svg │ │ │ │ ├── guitar.svg │ │ │ │ ├── h-square.svg │ │ │ │ ├── hamburger.svg │ │ │ │ ├── hammer.svg │ │ │ │ ├── hamsa.svg │ │ │ │ ├── hand-holding-heart.svg │ │ │ │ ├── hand-holding-medical.svg │ │ │ │ ├── hand-holding-usd.svg │ │ │ │ ├── hand-holding-water.svg │ │ │ │ ├── hand-holding.svg │ │ │ │ ├── hand-lizard.svg │ │ │ │ ├── hand-middle-finger.svg │ │ │ │ ├── hand-paper.svg │ │ │ │ ├── hand-peace.svg │ │ │ │ ├── hand-point-down.svg │ │ │ │ ├── hand-point-left.svg │ │ │ │ ├── hand-point-right.svg │ │ │ │ ├── hand-point-up.svg │ │ │ │ ├── hand-pointer.svg │ │ │ │ ├── hand-rock.svg │ │ │ │ ├── hand-scissors.svg │ │ │ │ ├── hand-sparkles.svg │ │ │ │ ├── hand-spock.svg │ │ │ │ ├── hands-helping.svg │ │ │ │ ├── hands-wash.svg │ │ │ │ ├── hands.svg │ │ │ │ ├── handshake-alt-slash.svg │ │ │ │ ├── handshake-slash.svg │ │ │ │ ├── handshake.svg │ │ │ │ ├── hanukiah.svg │ │ │ │ ├── hard-hat.svg │ │ │ │ ├── hashtag.svg │ │ │ │ ├── hat-cowboy-side.svg │ │ │ │ ├── hat-cowboy.svg │ │ │ │ ├── hat-wizard.svg │ │ │ │ ├── hdd.svg │ │ │ │ ├── head-side-cough-slash.svg │ │ │ │ ├── head-side-cough.svg │ │ │ │ ├── head-side-mask.svg │ │ │ │ ├── head-side-virus.svg │ │ │ │ ├── heading.svg │ │ │ │ ├── headphones-alt.svg │ │ │ │ ├── headphones.svg │ │ │ │ ├── headset.svg │ │ │ │ ├── heart-broken.svg │ │ │ │ ├── heart.svg │ │ │ │ ├── heartbeat.svg │ │ │ │ ├── helicopter.svg │ │ │ │ ├── highlighter.svg │ │ │ │ ├── hiking.svg │ │ │ │ ├── hippo.svg │ │ │ │ ├── history.svg │ │ │ │ ├── hockey-puck.svg │ │ │ │ ├── holly-berry.svg │ │ │ │ ├── home.svg │ │ │ │ ├── horse-head.svg │ │ │ │ ├── horse.svg │ │ │ │ ├── hospital-alt.svg │ │ │ │ ├── hospital-symbol.svg │ │ │ │ ├── hospital-user.svg │ │ │ │ ├── hospital.svg │ │ │ │ ├── hot-tub.svg │ │ │ │ ├── hotdog.svg │ │ │ │ ├── hotel.svg │ │ │ │ ├── hourglass-end.svg │ │ │ │ ├── hourglass-half.svg │ │ │ │ ├── hourglass-start.svg │ │ │ │ ├── hourglass.svg │ │ │ │ ├── house-damage.svg │ │ │ │ ├── house-user.svg │ │ │ │ ├── hryvnia.svg │ │ │ │ ├── i-cursor.svg │ │ │ │ ├── ice-cream.svg │ │ │ │ ├── icicles.svg │ │ │ │ ├── icons.svg │ │ │ │ ├── id-badge.svg │ │ │ │ ├── id-card-alt.svg │ │ │ │ ├── id-card.svg │ │ │ │ ├── igloo.svg │ │ │ │ ├── image.svg │ │ │ │ ├── images.svg │ │ │ │ ├── inbox.svg │ │ │ │ ├── indent.svg │ │ │ │ ├── industry.svg │ │ │ │ ├── infinity.svg │ │ │ │ ├── info-circle.svg │ │ │ │ ├── info.svg │ │ │ │ ├── italic.svg │ │ │ │ ├── jedi.svg │ │ │ │ ├── joint.svg │ │ │ │ ├── journal-whills.svg │ │ │ │ ├── kaaba.svg │ │ │ │ ├── key.svg │ │ │ │ ├── keyboard.svg │ │ │ │ ├── khanda.svg │ │ │ │ ├── kiss-beam.svg │ │ │ │ ├── kiss-wink-heart.svg │ │ │ │ ├── kiss.svg │ │ │ │ ├── kiwi-bird.svg │ │ │ │ ├── landmark.svg │ │ │ │ ├── language.svg │ │ │ │ ├── laptop-code.svg │ │ │ │ ├── laptop-house.svg │ │ │ │ ├── laptop-medical.svg │ │ │ │ ├── laptop.svg │ │ │ │ ├── laugh-beam.svg │ │ │ │ ├── laugh-squint.svg │ │ │ │ ├── laugh-wink.svg │ │ │ │ ├── laugh.svg │ │ │ │ ├── layer-group.svg │ │ │ │ ├── leaf.svg │ │ │ │ ├── lemon.svg │ │ │ │ ├── less-than-equal.svg │ │ │ │ ├── less-than.svg │ │ │ │ ├── level-down-alt.svg │ │ │ │ ├── level-up-alt.svg │ │ │ │ ├── life-ring.svg │ │ │ │ ├── lightbulb.svg │ │ │ │ ├── link.svg │ │ │ │ ├── lira-sign.svg │ │ │ │ ├── list-alt.svg │ │ │ │ ├── list-ol.svg │ │ │ │ ├── list-ul.svg │ │ │ │ ├── list.svg │ │ │ │ ├── location-arrow.svg │ │ │ │ ├── lock-open.svg │ │ │ │ ├── lock.svg │ │ │ │ ├── long-arrow-alt-down.svg │ │ │ │ ├── long-arrow-alt-left.svg │ │ │ │ ├── long-arrow-alt-right.svg │ │ │ │ ├── long-arrow-alt-up.svg │ │ │ │ ├── low-vision.svg │ │ │ │ ├── luggage-cart.svg │ │ │ │ ├── lungs-virus.svg │ │ │ │ ├── lungs.svg │ │ │ │ ├── magic.svg │ │ │ │ ├── magnet.svg │ │ │ │ ├── mail-bulk.svg │ │ │ │ ├── male.svg │ │ │ │ ├── map-marked-alt.svg │ │ │ │ ├── map-marked.svg │ │ │ │ ├── map-marker-alt.svg │ │ │ │ ├── map-marker.svg │ │ │ │ ├── map-pin.svg │ │ │ │ ├── map-signs.svg │ │ │ │ ├── map.svg │ │ │ │ ├── marker.svg │ │ │ │ ├── mars-double.svg │ │ │ │ ├── mars-stroke-h.svg │ │ │ │ ├── mars-stroke-v.svg │ │ │ │ ├── mars-stroke.svg │ │ │ │ ├── mars.svg │ │ │ │ ├── mask.svg │ │ │ │ ├── medal.svg │ │ │ │ ├── medkit.svg │ │ │ │ ├── meh-blank.svg │ │ │ │ ├── meh-rolling-eyes.svg │ │ │ │ ├── meh.svg │ │ │ │ ├── memory.svg │ │ │ │ ├── menorah.svg │ │ │ │ ├── mercury.svg │ │ │ │ ├── meteor.svg │ │ │ │ ├── microchip.svg │ │ │ │ ├── microphone-alt-slash.svg │ │ │ │ ├── microphone-alt.svg │ │ │ │ ├── microphone-slash.svg │ │ │ │ ├── microphone.svg │ │ │ │ ├── microscope.svg │ │ │ │ ├── minus-circle.svg │ │ │ │ ├── minus-square.svg │ │ │ │ ├── minus.svg │ │ │ │ ├── mitten.svg │ │ │ │ ├── mobile-alt.svg │ │ │ │ ├── mobile.svg │ │ │ │ ├── money-bill-alt.svg │ │ │ │ ├── money-bill-wave-alt.svg │ │ │ │ ├── money-bill-wave.svg │ │ │ │ ├── money-bill.svg │ │ │ │ ├── money-check-alt.svg │ │ │ │ ├── money-check.svg │ │ │ │ ├── monument.svg │ │ │ │ ├── moon.svg │ │ │ │ ├── mortar-pestle.svg │ │ │ │ ├── mosque.svg │ │ │ │ ├── motorcycle.svg │ │ │ │ ├── mountain.svg │ │ │ │ ├── mouse-pointer.svg │ │ │ │ ├── mouse.svg │ │ │ │ ├── mug-hot.svg │ │ │ │ ├── music.svg │ │ │ │ ├── network-wired.svg │ │ │ │ ├── neuter.svg │ │ │ │ ├── newspaper.svg │ │ │ │ ├── not-equal.svg │ │ │ │ ├── notes-medical.svg │ │ │ │ ├── object-group.svg │ │ │ │ ├── object-ungroup.svg │ │ │ │ ├── oil-can.svg │ │ │ │ ├── om.svg │ │ │ │ ├── otter.svg │ │ │ │ ├── outdent.svg │ │ │ │ ├── pager.svg │ │ │ │ ├── paint-brush.svg │ │ │ │ ├── paint-roller.svg │ │ │ │ ├── palette.svg │ │ │ │ ├── pallet.svg │ │ │ │ ├── paper-plane.svg │ │ │ │ ├── paperclip.svg │ │ │ │ ├── parachute-box.svg │ │ │ │ ├── paragraph.svg │ │ │ │ ├── parking.svg │ │ │ │ ├── passport.svg │ │ │ │ ├── pastafarianism.svg │ │ │ │ ├── paste.svg │ │ │ │ ├── pause-circle.svg │ │ │ │ ├── pause.svg │ │ │ │ ├── paw.svg │ │ │ │ ├── peace.svg │ │ │ │ ├── pen-alt.svg │ │ │ │ ├── pen-fancy.svg │ │ │ │ ├── pen-nib.svg │ │ │ │ ├── pen-square.svg │ │ │ │ ├── pen.svg │ │ │ │ ├── pencil-alt.svg │ │ │ │ ├── pencil-ruler.svg │ │ │ │ ├── people-arrows.svg │ │ │ │ ├── people-carry.svg │ │ │ │ ├── pepper-hot.svg │ │ │ │ ├── percent.svg │ │ │ │ ├── percentage.svg │ │ │ │ ├── person-booth.svg │ │ │ │ ├── phone-alt.svg │ │ │ │ ├── phone-slash.svg │ │ │ │ ├── phone-square-alt.svg │ │ │ │ ├── phone-square.svg │ │ │ │ ├── phone-volume.svg │ │ │ │ ├── phone.svg │ │ │ │ ├── photo-video.svg │ │ │ │ ├── piggy-bank.svg │ │ │ │ ├── pills.svg │ │ │ │ ├── pizza-slice.svg │ │ │ │ ├── place-of-worship.svg │ │ │ │ ├── plane-arrival.svg │ │ │ │ ├── plane-departure.svg │ │ │ │ ├── plane-slash.svg │ │ │ │ ├── plane.svg │ │ │ │ ├── play-circle.svg │ │ │ │ ├── play.svg │ │ │ │ ├── plug.svg │ │ │ │ ├── plus-circle.svg │ │ │ │ ├── plus-square.svg │ │ │ │ ├── plus.svg │ │ │ │ ├── podcast.svg │ │ │ │ ├── poll-h.svg │ │ │ │ ├── poll.svg │ │ │ │ ├── poo-storm.svg │ │ │ │ ├── poo.svg │ │ │ │ ├── poop.svg │ │ │ │ ├── portrait.svg │ │ │ │ ├── pound-sign.svg │ │ │ │ ├── power-off.svg │ │ │ │ ├── pray.svg │ │ │ │ ├── praying-hands.svg │ │ │ │ ├── prescription-bottle-alt.svg │ │ │ │ ├── prescription-bottle.svg │ │ │ │ ├── prescription.svg │ │ │ │ ├── print.svg │ │ │ │ ├── procedures.svg │ │ │ │ ├── project-diagram.svg │ │ │ │ ├── pump-medical.svg │ │ │ │ ├── pump-soap.svg │ │ │ │ ├── puzzle-piece.svg │ │ │ │ ├── qrcode.svg │ │ │ │ ├── question-circle.svg │ │ │ │ ├── question.svg │ │ │ │ ├── quidditch.svg │ │ │ │ ├── quote-left.svg │ │ │ │ ├── quote-right.svg │ │ │ │ ├── quran.svg │ │ │ │ ├── radiation-alt.svg │ │ │ │ ├── radiation.svg │ │ │ │ ├── rainbow.svg │ │ │ │ ├── random.svg │ │ │ │ ├── receipt.svg │ │ │ │ ├── record-vinyl.svg │ │ │ │ ├── recycle.svg │ │ │ │ ├── redo-alt.svg │ │ │ │ ├── redo.svg │ │ │ │ ├── registered.svg │ │ │ │ ├── remove-format.svg │ │ │ │ ├── reply-all.svg │ │ │ │ ├── reply.svg │ │ │ │ ├── republican.svg │ │ │ │ ├── restroom.svg │ │ │ │ ├── retweet.svg │ │ │ │ ├── ribbon.svg │ │ │ │ ├── ring.svg │ │ │ │ ├── road.svg │ │ │ │ ├── robot.svg │ │ │ │ ├── rocket.svg │ │ │ │ ├── route.svg │ │ │ │ ├── rss-square.svg │ │ │ │ ├── rss.svg │ │ │ │ ├── ruble-sign.svg │ │ │ │ ├── ruler-combined.svg │ │ │ │ ├── ruler-horizontal.svg │ │ │ │ ├── ruler-vertical.svg │ │ │ │ ├── ruler.svg │ │ │ │ ├── running.svg │ │ │ │ ├── rupee-sign.svg │ │ │ │ ├── sad-cry.svg │ │ │ │ ├── sad-tear.svg │ │ │ │ ├── satellite-dish.svg │ │ │ │ ├── satellite.svg │ │ │ │ ├── save.svg │ │ │ │ ├── school.svg │ │ │ │ ├── screwdriver.svg │ │ │ │ ├── scroll.svg │ │ │ │ ├── sd-card.svg │ │ │ │ ├── search-dollar.svg │ │ │ │ ├── search-location.svg │ │ │ │ ├── search-minus.svg │ │ │ │ ├── search-plus.svg │ │ │ │ ├── search.svg │ │ │ │ ├── seedling.svg │ │ │ │ ├── server.svg │ │ │ │ ├── shapes.svg │ │ │ │ ├── share-alt-square.svg │ │ │ │ ├── share-alt.svg │ │ │ │ ├── share-square.svg │ │ │ │ ├── share.svg │ │ │ │ ├── shekel-sign.svg │ │ │ │ ├── shield-alt.svg │ │ │ │ ├── shield-virus.svg │ │ │ │ ├── ship.svg │ │ │ │ ├── shipping-fast.svg │ │ │ │ ├── shoe-prints.svg │ │ │ │ ├── shopping-bag.svg │ │ │ │ ├── shopping-basket.svg │ │ │ │ ├── shopping-cart.svg │ │ │ │ ├── shower.svg │ │ │ │ ├── shuttle-van.svg │ │ │ │ ├── sign-in-alt.svg │ │ │ │ ├── sign-language.svg │ │ │ │ ├── sign-out-alt.svg │ │ │ │ ├── sign.svg │ │ │ │ ├── signal.svg │ │ │ │ ├── signature.svg │ │ │ │ ├── sim-card.svg │ │ │ │ ├── sink.svg │ │ │ │ ├── sitemap.svg │ │ │ │ ├── skating.svg │ │ │ │ ├── skiing-nordic.svg │ │ │ │ ├── skiing.svg │ │ │ │ ├── skull-crossbones.svg │ │ │ │ ├── skull.svg │ │ │ │ ├── slash.svg │ │ │ │ ├── sleigh.svg │ │ │ │ ├── sliders-h.svg │ │ │ │ ├── smile-beam.svg │ │ │ │ ├── smile-wink.svg │ │ │ │ ├── smile.svg │ │ │ │ ├── smog.svg │ │ │ │ ├── smoking-ban.svg │ │ │ │ ├── smoking.svg │ │ │ │ ├── sms.svg │ │ │ │ ├── snowboarding.svg │ │ │ │ ├── snowflake.svg │ │ │ │ ├── snowman.svg │ │ │ │ ├── snowplow.svg │ │ │ │ ├── soap.svg │ │ │ │ ├── socks.svg │ │ │ │ ├── solar-panel.svg │ │ │ │ ├── sort-alpha-down-alt.svg │ │ │ │ ├── sort-alpha-down.svg │ │ │ │ ├── sort-alpha-up-alt.svg │ │ │ │ ├── sort-alpha-up.svg │ │ │ │ ├── sort-amount-down-alt.svg │ │ │ │ ├── sort-amount-down.svg │ │ │ │ ├── sort-amount-up-alt.svg │ │ │ │ ├── sort-amount-up.svg │ │ │ │ ├── sort-down.svg │ │ │ │ ├── sort-numeric-down-alt.svg │ │ │ │ ├── sort-numeric-down.svg │ │ │ │ ├── sort-numeric-up-alt.svg │ │ │ │ ├── sort-numeric-up.svg │ │ │ │ ├── sort-up.svg │ │ │ │ ├── sort.svg │ │ │ │ ├── spa.svg │ │ │ │ ├── space-shuttle.svg │ │ │ │ ├── spell-check.svg │ │ │ │ ├── spider.svg │ │ │ │ ├── spinner.svg │ │ │ │ ├── splotch.svg │ │ │ │ ├── spray-can.svg │ │ │ │ ├── square-full.svg │ │ │ │ ├── square-root-alt.svg │ │ │ │ ├── square.svg │ │ │ │ ├── stamp.svg │ │ │ │ ├── star-and-crescent.svg │ │ │ │ ├── star-half-alt.svg │ │ │ │ ├── star-half.svg │ │ │ │ ├── star-of-david.svg │ │ │ │ ├── star-of-life.svg │ │ │ │ ├── star.svg │ │ │ │ ├── step-backward.svg │ │ │ │ ├── step-forward.svg │ │ │ │ ├── stethoscope.svg │ │ │ │ ├── sticky-note.svg │ │ │ │ ├── stop-circle.svg │ │ │ │ ├── stop.svg │ │ │ │ ├── stopwatch-20.svg │ │ │ │ ├── stopwatch.svg │ │ │ │ ├── store-alt-slash.svg │ │ │ │ ├── store-alt.svg │ │ │ │ ├── store-slash.svg │ │ │ │ ├── store.svg │ │ │ │ ├── stream.svg │ │ │ │ ├── street-view.svg │ │ │ │ ├── strikethrough.svg │ │ │ │ ├── stroopwafel.svg │ │ │ │ ├── subscript.svg │ │ │ │ ├── subway.svg │ │ │ │ ├── suitcase-rolling.svg │ │ │ │ ├── suitcase.svg │ │ │ │ ├── sun.svg │ │ │ │ ├── superscript.svg │ │ │ │ ├── surprise.svg │ │ │ │ ├── swatchbook.svg │ │ │ │ ├── swimmer.svg │ │ │ │ ├── swimming-pool.svg │ │ │ │ ├── synagogue.svg │ │ │ │ ├── sync-alt.svg │ │ │ │ ├── sync.svg │ │ │ │ ├── syringe.svg │ │ │ │ ├── table-tennis.svg │ │ │ │ ├── table.svg │ │ │ │ ├── tablet-alt.svg │ │ │ │ ├── tablet.svg │ │ │ │ ├── tablets.svg │ │ │ │ ├── tachometer-alt.svg │ │ │ │ ├── tag.svg │ │ │ │ ├── tags.svg │ │ │ │ ├── tape.svg │ │ │ │ ├── tasks.svg │ │ │ │ ├── taxi.svg │ │ │ │ ├── teeth-open.svg │ │ │ │ ├── teeth.svg │ │ │ │ ├── temperature-high.svg │ │ │ │ ├── temperature-low.svg │ │ │ │ ├── tenge.svg │ │ │ │ ├── terminal.svg │ │ │ │ ├── text-height.svg │ │ │ │ ├── text-width.svg │ │ │ │ ├── th-large.svg │ │ │ │ ├── th-list.svg │ │ │ │ ├── th.svg │ │ │ │ ├── theater-masks.svg │ │ │ │ ├── thermometer-empty.svg │ │ │ │ ├── thermometer-full.svg │ │ │ │ ├── thermometer-half.svg │ │ │ │ ├── thermometer-quarter.svg │ │ │ │ ├── thermometer-three-quarters.svg │ │ │ │ ├── thermometer.svg │ │ │ │ ├── thumbs-down.svg │ │ │ │ ├── thumbs-up.svg │ │ │ │ ├── thumbtack.svg │ │ │ │ ├── ticket-alt.svg │ │ │ │ ├── times-circle.svg │ │ │ │ ├── times.svg │ │ │ │ ├── tint-slash.svg │ │ │ │ ├── tint.svg │ │ │ │ ├── tired.svg │ │ │ │ ├── toggle-off.svg │ │ │ │ ├── toggle-on.svg │ │ │ │ ├── toilet-paper-slash.svg │ │ │ │ ├── toilet-paper.svg │ │ │ │ ├── toilet.svg │ │ │ │ ├── toolbox.svg │ │ │ │ ├── tools.svg │ │ │ │ ├── tooth.svg │ │ │ │ ├── torah.svg │ │ │ │ ├── torii-gate.svg │ │ │ │ ├── tractor.svg │ │ │ │ ├── trademark.svg │ │ │ │ ├── traffic-light.svg │ │ │ │ ├── trailer.svg │ │ │ │ ├── train.svg │ │ │ │ ├── tram.svg │ │ │ │ ├── transgender-alt.svg │ │ │ │ ├── transgender.svg │ │ │ │ ├── trash-alt.svg │ │ │ │ ├── trash-restore-alt.svg │ │ │ │ ├── trash-restore.svg │ │ │ │ ├── trash.svg │ │ │ │ ├── tree.svg │ │ │ │ ├── trophy.svg │ │ │ │ ├── truck-loading.svg │ │ │ │ ├── truck-monster.svg │ │ │ │ ├── truck-moving.svg │ │ │ │ ├── truck-pickup.svg │ │ │ │ ├── truck.svg │ │ │ │ ├── tshirt.svg │ │ │ │ ├── tty.svg │ │ │ │ ├── tv.svg │ │ │ │ ├── umbrella-beach.svg │ │ │ │ ├── umbrella.svg │ │ │ │ ├── underline.svg │ │ │ │ ├── undo-alt.svg │ │ │ │ ├── undo.svg │ │ │ │ ├── universal-access.svg │ │ │ │ ├── university.svg │ │ │ │ ├── unlink.svg │ │ │ │ ├── unlock-alt.svg │ │ │ │ ├── unlock.svg │ │ │ │ ├── upload.svg │ │ │ │ ├── user-alt-slash.svg │ │ │ │ ├── user-alt.svg │ │ │ │ ├── user-astronaut.svg │ │ │ │ ├── user-check.svg │ │ │ │ ├── user-circle.svg │ │ │ │ ├── user-clock.svg │ │ │ │ ├── user-cog.svg │ │ │ │ ├── user-edit.svg │ │ │ │ ├── user-friends.svg │ │ │ │ ├── user-graduate.svg │ │ │ │ ├── user-injured.svg │ │ │ │ ├── user-lock.svg │ │ │ │ ├── user-md.svg │ │ │ │ ├── user-minus.svg │ │ │ │ ├── user-ninja.svg │ │ │ │ ├── user-nurse.svg │ │ │ │ ├── user-plus.svg │ │ │ │ ├── user-secret.svg │ │ │ │ ├── user-shield.svg │ │ │ │ ├── user-slash.svg │ │ │ │ ├── user-tag.svg │ │ │ │ ├── user-tie.svg │ │ │ │ ├── user-times.svg │ │ │ │ ├── user.svg │ │ │ │ ├── users-cog.svg │ │ │ │ ├── users-slash.svg │ │ │ │ ├── users.svg │ │ │ │ ├── utensil-spoon.svg │ │ │ │ ├── utensils.svg │ │ │ │ ├── vector-square.svg │ │ │ │ ├── venus-double.svg │ │ │ │ ├── venus-mars.svg │ │ │ │ ├── venus.svg │ │ │ │ ├── vest-patches.svg │ │ │ │ ├── vest.svg │ │ │ │ ├── vial.svg │ │ │ │ ├── vials.svg │ │ │ │ ├── video-slash.svg │ │ │ │ ├── video.svg │ │ │ │ ├── vihara.svg │ │ │ │ ├── virus-slash.svg │ │ │ │ ├── virus.svg │ │ │ │ ├── viruses.svg │ │ │ │ ├── voicemail.svg │ │ │ │ ├── volleyball-ball.svg │ │ │ │ ├── volume-down.svg │ │ │ │ ├── volume-mute.svg │ │ │ │ ├── volume-off.svg │ │ │ │ ├── volume-up.svg │ │ │ │ ├── vote-yea.svg │ │ │ │ ├── vr-cardboard.svg │ │ │ │ ├── walking.svg │ │ │ │ ├── wallet.svg │ │ │ │ ├── warehouse.svg │ │ │ │ ├── water.svg │ │ │ │ ├── wave-square.svg │ │ │ │ ├── weight-hanging.svg │ │ │ │ ├── weight.svg │ │ │ │ ├── wheelchair.svg │ │ │ │ ├── wifi.svg │ │ │ │ ├── wind.svg │ │ │ │ ├── window-close.svg │ │ │ │ ├── window-maximize.svg │ │ │ │ ├── window-minimize.svg │ │ │ │ ├── window-restore.svg │ │ │ │ ├── wine-bottle.svg │ │ │ │ ├── wine-glass-alt.svg │ │ │ │ ├── wine-glass.svg │ │ │ │ ├── won-sign.svg │ │ │ │ ├── wrench.svg │ │ │ │ ├── x-ray.svg │ │ │ │ ├── yen-sign.svg │ │ │ │ └── yin-yang.svg │ │ │ └── webfonts │ │ │ ├── fa-brands-400.eot │ │ │ ├── fa-brands-400.svg │ │ │ ├── fa-brands-400.ttf │ │ │ ├── fa-brands-400.woff │ │ │ ├── fa-brands-400.woff2 │ │ │ ├── fa-regular-400.eot │ │ │ ├── fa-regular-400.svg │ │ │ ├── fa-regular-400.ttf │ │ │ ├── fa-regular-400.woff │ │ │ ├── fa-regular-400.woff2 │ │ │ ├── fa-solid-900.eot │ │ │ ├── fa-solid-900.svg │ │ │ ├── fa-solid-900.ttf │ │ │ ├── fa-solid-900.woff │ │ │ └── fa-solid-900.woff2 │ ├── @icon │ │ └── dripicons │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── dripicons.css │ │ │ ├── dripicons.eot │ │ │ ├── dripicons.svg │ │ │ ├── dripicons.ttf │ │ │ ├── dripicons.woff │ │ │ ├── icons │ │ │ ├── alarm.svg │ │ │ ├── align-center.svg │ │ │ ├── align-justify.svg │ │ │ ├── align-left.svg │ │ │ ├── align-right.svg │ │ │ ├── anchor.svg │ │ │ ├── archive.svg │ │ │ ├── arrow-down.svg │ │ │ ├── arrow-left.svg │ │ │ ├── arrow-right.svg │ │ │ ├── arrow-thin-down.svg │ │ │ ├── arrow-thin-left.svg │ │ │ ├── arrow-thin-right.svg │ │ │ ├── arrow-thin-up.svg │ │ │ ├── arrow-up.svg │ │ │ ├── article.svg │ │ │ ├── backspace.svg │ │ │ ├── basket.svg │ │ │ ├── basketball.svg │ │ │ ├── battery-empty.svg │ │ │ ├── battery-full.svg │ │ │ ├── battery-low.svg │ │ │ ├── battery-medium.svg │ │ │ ├── bell.svg │ │ │ ├── blog.svg │ │ │ ├── bluetooth.svg │ │ │ ├── bold.svg │ │ │ ├── bookmark.svg │ │ │ ├── bookmarks.svg │ │ │ ├── box.svg │ │ │ ├── briefcase.svg │ │ │ ├── brightness-low.svg │ │ │ ├── brightness-max.svg │ │ │ ├── brightness-medium.svg │ │ │ ├── broadcast.svg │ │ │ ├── browser-upload.svg │ │ │ ├── browser.svg │ │ │ ├── brush.svg │ │ │ ├── calendar.svg │ │ │ ├── camcorder.svg │ │ │ ├── camera.svg │ │ │ ├── card.svg │ │ │ ├── cart.svg │ │ │ ├── checklist.svg │ │ │ ├── checkmark.svg │ │ │ ├── chevron-down.svg │ │ │ ├── chevron-left.svg │ │ │ ├── chevron-right.svg │ │ │ ├── chevron-up.svg │ │ │ ├── clipboard.svg │ │ │ ├── clock.svg │ │ │ ├── clockwise.svg │ │ │ ├── cloud-download.svg │ │ │ ├── cloud-upload.svg │ │ │ ├── cloud.svg │ │ │ ├── code.svg │ │ │ ├── contract-2.svg │ │ │ ├── contract.svg │ │ │ ├── conversation.svg │ │ │ ├── copy.svg │ │ │ ├── crop.svg │ │ │ ├── cross.svg │ │ │ ├── crosshair.svg │ │ │ ├── cutlery.svg │ │ │ ├── device-desktop.svg │ │ │ ├── device-mobile.svg │ │ │ ├── device-tablet.svg │ │ │ ├── direction.svg │ │ │ ├── disc.svg │ │ │ ├── document-delete.svg │ │ │ ├── document-edit.svg │ │ │ ├── document-new.svg │ │ │ ├── document-remove.svg │ │ │ ├── document.svg │ │ │ ├── dot.svg │ │ │ ├── dots-2.svg │ │ │ ├── dots-3.svg │ │ │ ├── download.svg │ │ │ ├── duplicate.svg │ │ │ ├── enter.svg │ │ │ ├── exit.svg │ │ │ ├── expand-2.svg │ │ │ ├── expand.svg │ │ │ ├── experiment.svg │ │ │ ├── export.svg │ │ │ ├── feed.svg │ │ │ ├── flag.svg │ │ │ ├── flashlight.svg │ │ │ ├── folder-open.svg │ │ │ ├── folder.svg │ │ │ ├── forward.svg │ │ │ ├── gaming.svg │ │ │ ├── gear.svg │ │ │ ├── graduation.svg │ │ │ ├── graph-bar.svg │ │ │ ├── graph-line.svg │ │ │ ├── graph-pie.svg │ │ │ ├── headset.svg │ │ │ ├── heart.svg │ │ │ ├── help.svg │ │ │ ├── home.svg │ │ │ ├── hourglass.svg │ │ │ ├── inbox.svg │ │ │ ├── information.svg │ │ │ ├── italic.svg │ │ │ ├── jewel.svg │ │ │ ├── lifting.svg │ │ │ ├── lightbulb.svg │ │ │ ├── link-broken.svg │ │ │ ├── link.svg │ │ │ ├── list.svg │ │ │ ├── loading.svg │ │ │ ├── location.svg │ │ │ ├── lock-open.svg │ │ │ ├── lock.svg │ │ │ ├── mail.svg │ │ │ ├── map.svg │ │ │ ├── media-loop.svg │ │ │ ├── media-next.svg │ │ │ ├── media-pause.svg │ │ │ ├── media-play.svg │ │ │ ├── media-previous.svg │ │ │ ├── media-record.svg │ │ │ ├── media-shuffle.svg │ │ │ ├── media-stop.svg │ │ │ ├── medical.svg │ │ │ ├── menu.svg │ │ │ ├── message.svg │ │ │ ├── meter.svg │ │ │ ├── microphone.svg │ │ │ ├── minus.svg │ │ │ ├── monitor.svg │ │ │ ├── move.svg │ │ │ ├── music.svg │ │ │ ├── network-1.svg │ │ │ ├── network-2.svg │ │ │ ├── network-3.svg │ │ │ ├── network-4.svg │ │ │ ├── network-5.svg │ │ │ ├── pamphlet.svg │ │ │ ├── paperclip.svg │ │ │ ├── pencil.svg │ │ │ ├── phone.svg │ │ │ ├── photo-group.svg │ │ │ ├── photo.svg │ │ │ ├── pill.svg │ │ │ ├── pin.svg │ │ │ ├── plus.svg │ │ │ ├── power.svg │ │ │ ├── preview.svg │ │ │ ├── print.svg │ │ │ ├── pulse.svg │ │ │ ├── question.svg │ │ │ ├── reply-all.svg │ │ │ ├── reply.svg │ │ │ ├── return.svg │ │ │ ├── retweet.svg │ │ │ ├── rocket.svg │ │ │ ├── scale.svg │ │ │ ├── search.svg │ │ │ ├── shopping-bag.svg │ │ │ ├── skip.svg │ │ │ ├── stack.svg │ │ │ ├── star.svg │ │ │ ├── stopwatch.svg │ │ │ ├── store.svg │ │ │ ├── suitcase.svg │ │ │ ├── swap.svg │ │ │ ├── tag-delete.svg │ │ │ ├── tag.svg │ │ │ ├── tags.svg │ │ │ ├── thumbs-down.svg │ │ │ ├── thumbs-up.svg │ │ │ ├── ticket.svg │ │ │ ├── time-reverse.svg │ │ │ ├── to-do.svg │ │ │ ├── toggles.svg │ │ │ ├── trash.svg │ │ │ ├── trophy.svg │ │ │ ├── upload.svg │ │ │ ├── user-group.svg │ │ │ ├── user-id.svg │ │ │ ├── user.svg │ │ │ ├── vibrate.svg │ │ │ ├── view-apps.svg │ │ │ ├── view-list-large.svg │ │ │ ├── view-list.svg │ │ │ ├── view-thumb.svg │ │ │ ├── volume-full.svg │ │ │ ├── volume-low.svg │ │ │ ├── volume-medium.svg │ │ │ ├── volume-off.svg │ │ │ ├── wallet.svg │ │ │ ├── warning.svg │ │ │ ├── web.svg │ │ │ ├── weight.svg │ │ │ ├── wifi.svg │ │ │ ├── wrong.svg │ │ │ ├── zoom-in.svg │ │ │ └── zoom-out.svg │ │ │ ├── manifest.json │ │ │ └── package.json │ ├── apexcharts │ │ ├── apexcharts.amd.js │ │ ├── apexcharts.common.js │ │ ├── apexcharts.css │ │ ├── apexcharts.esm.js │ │ ├── apexcharts.js │ │ ├── apexcharts.min.js │ │ └── locales │ │ │ ├── ar.json │ │ │ ├── ca.json │ │ │ ├── cs.json │ │ │ ├── de.json │ │ │ ├── el.json │ │ │ ├── en.json │ │ │ ├── es.json │ │ │ ├── et.json │ │ │ ├── fa.json │ │ │ ├── fi.json │ │ │ ├── fr.json │ │ │ ├── he.json │ │ │ ├── hi.json │ │ │ ├── hr.json │ │ │ ├── hu.json │ │ │ ├── hy.json │ │ │ ├── id.json │ │ │ ├── it.json │ │ │ ├── ja.json │ │ │ ├── ka.json │ │ │ ├── ko.json │ │ │ ├── lt.json │ │ │ ├── lv.json │ │ │ ├── nb.json │ │ │ ├── nl.json │ │ │ ├── pl.json │ │ │ ├── pt-br.json │ │ │ ├── pt.json │ │ │ ├── rs.json │ │ │ ├── ru.json │ │ │ ├── se.json │ │ │ ├── sk.json │ │ │ ├── sl.json │ │ │ ├── sq.json │ │ │ ├── th.json │ │ │ ├── tr.json │ │ │ ├── ua.json │ │ │ ├── zh-cn.json │ │ │ └── zh-tw.json │ ├── bootstrap-icons │ │ ├── LICENSE.md │ │ ├── README.md │ │ ├── bootstrap-icons.svg │ │ ├── font │ │ │ ├── bootstrap-icons.css │ │ │ ├── bootstrap-icons.json │ │ │ ├── bootstrap-icons.scss │ │ │ ├── fonts │ │ │ │ ├── bootstrap-icons.woff │ │ │ │ └── bootstrap-icons.woff2 │ │ │ └── index.html │ │ ├── icons │ │ │ ├── 1-circle-fill.svg │ │ │ ├── 1-circle.svg │ │ │ ├── 1-square-fill.svg │ │ │ ├── 1-square.svg │ │ │ ├── 123.svg │ │ │ ├── 2-circle-fill.svg │ │ │ ├── 2-circle.svg │ │ │ ├── 2-square-fill.svg │ │ │ ├── 2-square.svg │ │ │ ├── 3-circle-fill.svg │ │ │ ├── 3-circle.svg │ │ │ ├── 3-square-fill.svg │ │ │ ├── 3-square.svg │ │ │ ├── 4-circle-fill.svg │ │ │ ├── 4-circle.svg │ │ │ ├── 4-square-fill.svg │ │ │ ├── 4-square.svg │ │ │ ├── 5-circle-fill.svg │ │ │ ├── 5-circle.svg │ │ │ ├── 5-square-fill.svg │ │ │ ├── 5-square.svg │ │ │ ├── 6-circle-fill.svg │ │ │ ├── 6-circle.svg │ │ │ ├── 6-square-fill.svg │ │ │ ├── 6-square.svg │ │ │ ├── 7-circle-fill.svg │ │ │ ├── 7-circle.svg │ │ │ ├── 7-square-fill.svg │ │ │ ├── 7-square.svg │ │ │ ├── 8-circle-fill.svg │ │ │ ├── 8-circle.svg │ │ │ ├── 8-square-fill.svg │ │ │ ├── 8-square.svg │ │ │ ├── 9-circle-fill.svg │ │ │ ├── 9-circle.svg │ │ │ ├── 9-square-fill.svg │ │ │ ├── 9-square.svg │ │ │ ├── activity.svg │ │ │ ├── airplane-engines-fill.svg │ │ │ ├── airplane-engines.svg │ │ │ ├── airplane-fill.svg │ │ │ ├── airplane.svg │ │ │ ├── alarm-fill.svg │ │ │ ├── alarm.svg │ │ │ ├── alexa.svg │ │ │ ├── align-bottom.svg │ │ │ ├── align-center.svg │ │ │ ├── align-end.svg │ │ │ ├── align-middle.svg │ │ │ ├── align-start.svg │ │ │ ├── align-top.svg │ │ │ ├── alipay.svg │ │ │ ├── alt.svg │ │ │ ├── android.svg │ │ │ ├── android2.svg │ │ │ ├── app-indicator.svg │ │ │ ├── app.svg │ │ │ ├── apple.svg │ │ │ ├── archive-fill.svg │ │ │ ├── archive.svg │ │ │ ├── arrow-90deg-down.svg │ │ │ ├── arrow-90deg-left.svg │ │ │ ├── arrow-90deg-right.svg │ │ │ ├── arrow-90deg-up.svg │ │ │ ├── arrow-bar-down.svg │ │ │ ├── arrow-bar-left.svg │ │ │ ├── arrow-bar-right.svg │ │ │ ├── arrow-bar-up.svg │ │ │ ├── arrow-clockwise.svg │ │ │ ├── arrow-counterclockwise.svg │ │ │ ├── arrow-down-circle-fill.svg │ │ │ ├── arrow-down-circle.svg │ │ │ ├── arrow-down-left-circle-fill.svg │ │ │ ├── arrow-down-left-circle.svg │ │ │ ├── arrow-down-left-square-fill.svg │ │ │ ├── arrow-down-left-square.svg │ │ │ ├── arrow-down-left.svg │ │ │ ├── arrow-down-right-circle-fill.svg │ │ │ ├── arrow-down-right-circle.svg │ │ │ ├── arrow-down-right-square-fill.svg │ │ │ ├── arrow-down-right-square.svg │ │ │ ├── arrow-down-right.svg │ │ │ ├── arrow-down-short.svg │ │ │ ├── arrow-down-square-fill.svg │ │ │ ├── arrow-down-square.svg │ │ │ ├── arrow-down-up.svg │ │ │ ├── arrow-down.svg │ │ │ ├── arrow-left-circle-fill.svg │ │ │ ├── arrow-left-circle.svg │ │ │ ├── arrow-left-right.svg │ │ │ ├── arrow-left-short.svg │ │ │ ├── arrow-left-square-fill.svg │ │ │ ├── arrow-left-square.svg │ │ │ ├── arrow-left.svg │ │ │ ├── arrow-repeat.svg │ │ │ ├── arrow-return-left.svg │ │ │ ├── arrow-return-right.svg │ │ │ ├── arrow-right-circle-fill.svg │ │ │ ├── arrow-right-circle.svg │ │ │ ├── arrow-right-short.svg │ │ │ ├── arrow-right-square-fill.svg │ │ │ ├── arrow-right-square.svg │ │ │ ├── arrow-right.svg │ │ │ ├── arrow-through-heart-fill.svg │ │ │ ├── arrow-through-heart.svg │ │ │ ├── arrow-up-circle-fill.svg │ │ │ ├── arrow-up-circle.svg │ │ │ ├── arrow-up-left-circle-fill.svg │ │ │ ├── arrow-up-left-circle.svg │ │ │ ├── arrow-up-left-square-fill.svg │ │ │ ├── arrow-up-left-square.svg │ │ │ ├── arrow-up-left.svg │ │ │ ├── arrow-up-right-circle-fill.svg │ │ │ ├── arrow-up-right-circle.svg │ │ │ ├── arrow-up-right-square-fill.svg │ │ │ ├── arrow-up-right-square.svg │ │ │ ├── arrow-up-right.svg │ │ │ ├── arrow-up-short.svg │ │ │ ├── arrow-up-square-fill.svg │ │ │ ├── arrow-up-square.svg │ │ │ ├── arrow-up.svg │ │ │ ├── arrows-angle-contract.svg │ │ │ ├── arrows-angle-expand.svg │ │ │ ├── arrows-collapse.svg │ │ │ ├── arrows-expand.svg │ │ │ ├── arrows-fullscreen.svg │ │ │ ├── arrows-move.svg │ │ │ ├── aspect-ratio-fill.svg │ │ │ ├── aspect-ratio.svg │ │ │ ├── asterisk.svg │ │ │ ├── at.svg │ │ │ ├── award-fill.svg │ │ │ ├── award.svg │ │ │ ├── back.svg │ │ │ ├── backspace-fill.svg │ │ │ ├── backspace-reverse-fill.svg │ │ │ ├── backspace-reverse.svg │ │ │ ├── backspace.svg │ │ │ ├── badge-3d-fill.svg │ │ │ ├── badge-3d.svg │ │ │ ├── badge-4k-fill.svg │ │ │ ├── badge-4k.svg │ │ │ ├── badge-8k-fill.svg │ │ │ ├── badge-8k.svg │ │ │ ├── badge-ad-fill.svg │ │ │ ├── badge-ad.svg │ │ │ ├── badge-ar-fill.svg │ │ │ ├── badge-ar.svg │ │ │ ├── badge-cc-fill.svg │ │ │ ├── badge-cc.svg │ │ │ ├── badge-hd-fill.svg │ │ │ ├── badge-hd.svg │ │ │ ├── badge-sd-fill.svg │ │ │ ├── badge-sd.svg │ │ │ ├── badge-tm-fill.svg │ │ │ ├── badge-tm.svg │ │ │ ├── badge-vo-fill.svg │ │ │ ├── badge-vo.svg │ │ │ ├── badge-vr-fill.svg │ │ │ ├── badge-vr.svg │ │ │ ├── badge-wc-fill.svg │ │ │ ├── badge-wc.svg │ │ │ ├── bag-check-fill.svg │ │ │ ├── bag-check.svg │ │ │ ├── bag-dash-fill.svg │ │ │ ├── bag-dash.svg │ │ │ ├── bag-fill.svg │ │ │ ├── bag-heart-fill.svg │ │ │ ├── bag-heart.svg │ │ │ ├── bag-plus-fill.svg │ │ │ ├── bag-plus.svg │ │ │ ├── bag-x-fill.svg │ │ │ ├── bag-x.svg │ │ │ ├── bag.svg │ │ │ ├── balloon-fill.svg │ │ │ ├── balloon-heart-fill.svg │ │ │ ├── balloon-heart.svg │ │ │ ├── balloon.svg │ │ │ ├── bandaid-fill.svg │ │ │ ├── bandaid.svg │ │ │ ├── bank.svg │ │ │ ├── bank2.svg │ │ │ ├── bar-chart-fill.svg │ │ │ ├── bar-chart-line-fill.svg │ │ │ ├── bar-chart-line.svg │ │ │ ├── bar-chart-steps.svg │ │ │ ├── bar-chart.svg │ │ │ ├── basket-fill.svg │ │ │ ├── basket.svg │ │ │ ├── basket2-fill.svg │ │ │ ├── basket2.svg │ │ │ ├── basket3-fill.svg │ │ │ ├── basket3.svg │ │ │ ├── battery-charging.svg │ │ │ ├── battery-full.svg │ │ │ ├── battery-half.svg │ │ │ ├── battery.svg │ │ │ ├── behance.svg │ │ │ ├── bell-fill.svg │ │ │ ├── bell-slash-fill.svg │ │ │ ├── bell-slash.svg │ │ │ ├── bell.svg │ │ │ ├── bezier.svg │ │ │ ├── bezier2.svg │ │ │ ├── bicycle.svg │ │ │ ├── binoculars-fill.svg │ │ │ ├── binoculars.svg │ │ │ ├── blockquote-left.svg │ │ │ ├── blockquote-right.svg │ │ │ ├── bluetooth.svg │ │ │ ├── body-text.svg │ │ │ ├── book-fill.svg │ │ │ ├── book-half.svg │ │ │ ├── book.svg │ │ │ ├── bookmark-check-fill.svg │ │ │ ├── bookmark-check.svg │ │ │ ├── bookmark-dash-fill.svg │ │ │ ├── bookmark-dash.svg │ │ │ ├── bookmark-fill.svg │ │ │ ├── bookmark-heart-fill.svg │ │ │ ├── bookmark-heart.svg │ │ │ ├── bookmark-plus-fill.svg │ │ │ ├── bookmark-plus.svg │ │ │ ├── bookmark-star-fill.svg │ │ │ ├── bookmark-star.svg │ │ │ ├── bookmark-x-fill.svg │ │ │ ├── bookmark-x.svg │ │ │ ├── bookmark.svg │ │ │ ├── bookmarks-fill.svg │ │ │ ├── bookmarks.svg │ │ │ ├── bookshelf.svg │ │ │ ├── boombox-fill.svg │ │ │ ├── boombox.svg │ │ │ ├── bootstrap-fill.svg │ │ │ ├── bootstrap-reboot.svg │ │ │ ├── bootstrap.svg │ │ │ ├── border-all.svg │ │ │ ├── border-bottom.svg │ │ │ ├── border-center.svg │ │ │ ├── border-inner.svg │ │ │ ├── border-left.svg │ │ │ ├── border-middle.svg │ │ │ ├── border-outer.svg │ │ │ ├── border-right.svg │ │ │ ├── border-style.svg │ │ │ ├── border-top.svg │ │ │ ├── border-width.svg │ │ │ ├── border.svg │ │ │ ├── bounding-box-circles.svg │ │ │ ├── bounding-box.svg │ │ │ ├── box-arrow-down-left.svg │ │ │ ├── box-arrow-down-right.svg │ │ │ ├── box-arrow-down.svg │ │ │ ├── box-arrow-in-down-left.svg │ │ │ ├── box-arrow-in-down-right.svg │ │ │ ├── box-arrow-in-down.svg │ │ │ ├── box-arrow-in-left.svg │ │ │ ├── box-arrow-in-right.svg │ │ │ ├── box-arrow-in-up-left.svg │ │ │ ├── box-arrow-in-up-right.svg │ │ │ ├── box-arrow-in-up.svg │ │ │ ├── box-arrow-left.svg │ │ │ ├── box-arrow-right.svg │ │ │ ├── box-arrow-up-left.svg │ │ │ ├── box-arrow-up-right.svg │ │ │ ├── box-arrow-up.svg │ │ │ ├── box-fill.svg │ │ │ ├── box-seam-fill.svg │ │ │ ├── box-seam.svg │ │ │ ├── box.svg │ │ │ ├── box2-fill.svg │ │ │ ├── box2-heart-fill.svg │ │ │ ├── box2-heart.svg │ │ │ ├── box2.svg │ │ │ ├── boxes.svg │ │ │ ├── braces-asterisk.svg │ │ │ ├── braces.svg │ │ │ ├── bricks.svg │ │ │ ├── briefcase-fill.svg │ │ │ ├── briefcase.svg │ │ │ ├── brightness-alt-high-fill.svg │ │ │ ├── brightness-alt-high.svg │ │ │ ├── brightness-alt-low-fill.svg │ │ │ ├── brightness-alt-low.svg │ │ │ ├── brightness-high-fill.svg │ │ │ ├── brightness-high.svg │ │ │ ├── brightness-low-fill.svg │ │ │ ├── brightness-low.svg │ │ │ ├── broadcast-pin.svg │ │ │ ├── broadcast.svg │ │ │ ├── browser-chrome.svg │ │ │ ├── browser-edge.svg │ │ │ ├── browser-firefox.svg │ │ │ ├── browser-safari.svg │ │ │ ├── brush-fill.svg │ │ │ ├── brush.svg │ │ │ ├── bucket-fill.svg │ │ │ ├── bucket.svg │ │ │ ├── bug-fill.svg │ │ │ ├── bug.svg │ │ │ ├── building.svg │ │ │ ├── bullseye.svg │ │ │ ├── c-circle-fill.svg │ │ │ ├── c-circle.svg │ │ │ ├── c-square-fill.svg │ │ │ ├── c-square.svg │ │ │ ├── calculator-fill.svg │ │ │ ├── calculator.svg │ │ │ ├── calendar-check-fill.svg │ │ │ ├── calendar-check.svg │ │ │ ├── calendar-date-fill.svg │ │ │ ├── calendar-date.svg │ │ │ ├── calendar-day-fill.svg │ │ │ ├── calendar-day.svg │ │ │ ├── calendar-event-fill.svg │ │ │ ├── calendar-event.svg │ │ │ ├── calendar-fill.svg │ │ │ ├── calendar-heart-fill.svg │ │ │ ├── calendar-heart.svg │ │ │ ├── calendar-minus-fill.svg │ │ │ ├── calendar-minus.svg │ │ │ ├── calendar-month-fill.svg │ │ │ ├── calendar-month.svg │ │ │ ├── calendar-plus-fill.svg │ │ │ ├── calendar-plus.svg │ │ │ ├── calendar-range-fill.svg │ │ │ ├── calendar-range.svg │ │ │ ├── calendar-week-fill.svg │ │ │ ├── calendar-week.svg │ │ │ ├── calendar-x-fill.svg │ │ │ ├── calendar-x.svg │ │ │ ├── calendar.svg │ │ │ ├── calendar2-check-fill.svg │ │ │ ├── calendar2-check.svg │ │ │ ├── calendar2-date-fill.svg │ │ │ ├── calendar2-date.svg │ │ │ ├── calendar2-day-fill.svg │ │ │ ├── calendar2-day.svg │ │ │ ├── calendar2-event-fill.svg │ │ │ ├── calendar2-event.svg │ │ │ ├── calendar2-fill.svg │ │ │ ├── calendar2-heart-fill.svg │ │ │ ├── calendar2-heart.svg │ │ │ ├── calendar2-minus-fill.svg │ │ │ ├── calendar2-minus.svg │ │ │ ├── calendar2-month-fill.svg │ │ │ ├── calendar2-month.svg │ │ │ ├── calendar2-plus-fill.svg │ │ │ ├── calendar2-plus.svg │ │ │ ├── calendar2-range-fill.svg │ │ │ ├── calendar2-range.svg │ │ │ ├── calendar2-week-fill.svg │ │ │ ├── calendar2-week.svg │ │ │ ├── calendar2-x-fill.svg │ │ │ ├── calendar2-x.svg │ │ │ ├── calendar2.svg │ │ │ ├── calendar3-event-fill.svg │ │ │ ├── calendar3-event.svg │ │ │ ├── calendar3-fill.svg │ │ │ ├── calendar3-range-fill.svg │ │ │ ├── calendar3-range.svg │ │ │ ├── calendar3-week-fill.svg │ │ │ ├── calendar3-week.svg │ │ │ ├── calendar3.svg │ │ │ ├── calendar4-event.svg │ │ │ ├── calendar4-range.svg │ │ │ ├── calendar4-week.svg │ │ │ ├── calendar4.svg │ │ │ ├── camera-fill.svg │ │ │ ├── camera-reels-fill.svg │ │ │ ├── camera-reels.svg │ │ │ ├── camera-video-fill.svg │ │ │ ├── camera-video-off-fill.svg │ │ │ ├── camera-video-off.svg │ │ │ ├── camera-video.svg │ │ │ ├── camera.svg │ │ │ ├── camera2.svg │ │ │ ├── capslock-fill.svg │ │ │ ├── capslock.svg │ │ │ ├── capsule-pill.svg │ │ │ ├── capsule.svg │ │ │ ├── car-front-fill.svg │ │ │ ├── car-front.svg │ │ │ ├── card-checklist.svg │ │ │ ├── card-heading.svg │ │ │ ├── card-image.svg │ │ │ ├── card-list.svg │ │ │ ├── card-text.svg │ │ │ ├── caret-down-fill.svg │ │ │ ├── caret-down-square-fill.svg │ │ │ ├── caret-down-square.svg │ │ │ ├── caret-down.svg │ │ │ ├── caret-left-fill.svg │ │ │ ├── caret-left-square-fill.svg │ │ │ ├── caret-left-square.svg │ │ │ ├── caret-left.svg │ │ │ ├── caret-right-fill.svg │ │ │ ├── caret-right-square-fill.svg │ │ │ ├── caret-right-square.svg │ │ │ ├── caret-right.svg │ │ │ ├── caret-up-fill.svg │ │ │ ├── caret-up-square-fill.svg │ │ │ ├── caret-up-square.svg │ │ │ ├── caret-up.svg │ │ │ ├── cart-check-fill.svg │ │ │ ├── cart-check.svg │ │ │ ├── cart-dash-fill.svg │ │ │ ├── cart-dash.svg │ │ │ ├── cart-fill.svg │ │ │ ├── cart-plus-fill.svg │ │ │ ├── cart-plus.svg │ │ │ ├── cart-x-fill.svg │ │ │ ├── cart-x.svg │ │ │ ├── cart.svg │ │ │ ├── cart2.svg │ │ │ ├── cart3.svg │ │ │ ├── cart4.svg │ │ │ ├── cash-coin.svg │ │ │ ├── cash-stack.svg │ │ │ ├── cash.svg │ │ │ ├── cassette-fill.svg │ │ │ ├── cassette.svg │ │ │ ├── cast.svg │ │ │ ├── cc-circle-fill.svg │ │ │ ├── cc-circle.svg │ │ │ ├── cc-square-fill.svg │ │ │ ├── cc-square.svg │ │ │ ├── chat-dots-fill.svg │ │ │ ├── chat-dots.svg │ │ │ ├── chat-fill.svg │ │ │ ├── chat-heart-fill.svg │ │ │ ├── chat-heart.svg │ │ │ ├── chat-left-dots-fill.svg │ │ │ ├── chat-left-dots.svg │ │ │ ├── chat-left-fill.svg │ │ │ ├── chat-left-heart-fill.svg │ │ │ ├── chat-left-heart.svg │ │ │ ├── chat-left-quote-fill.svg │ │ │ ├── chat-left-quote.svg │ │ │ ├── chat-left-text-fill.svg │ │ │ ├── chat-left-text.svg │ │ │ ├── chat-left.svg │ │ │ ├── chat-quote-fill.svg │ │ │ ├── chat-quote.svg │ │ │ ├── chat-right-dots-fill.svg │ │ │ ├── chat-right-dots.svg │ │ │ ├── chat-right-fill.svg │ │ │ ├── chat-right-heart-fill.svg │ │ │ ├── chat-right-heart.svg │ │ │ ├── chat-right-quote-fill.svg │ │ │ ├── chat-right-quote.svg │ │ │ ├── chat-right-text-fill.svg │ │ │ ├── chat-right-text.svg │ │ │ ├── chat-right.svg │ │ │ ├── chat-square-dots-fill.svg │ │ │ ├── chat-square-dots.svg │ │ │ ├── chat-square-fill.svg │ │ │ ├── chat-square-heart-fill.svg │ │ │ ├── chat-square-heart.svg │ │ │ ├── chat-square-quote-fill.svg │ │ │ ├── chat-square-quote.svg │ │ │ ├── chat-square-text-fill.svg │ │ │ ├── chat-square-text.svg │ │ │ ├── chat-square.svg │ │ │ ├── chat-text-fill.svg │ │ │ ├── chat-text.svg │ │ │ ├── chat.svg │ │ │ ├── check-all.svg │ │ │ ├── check-circle-fill.svg │ │ │ ├── check-circle.svg │ │ │ ├── check-lg.svg │ │ │ ├── check-square-fill.svg │ │ │ ├── check-square.svg │ │ │ ├── check.svg │ │ │ ├── check2-all.svg │ │ │ ├── check2-circle.svg │ │ │ ├── check2-square.svg │ │ │ ├── check2.svg │ │ │ ├── chevron-bar-contract.svg │ │ │ ├── chevron-bar-down.svg │ │ │ ├── chevron-bar-expand.svg │ │ │ ├── chevron-bar-left.svg │ │ │ ├── chevron-bar-right.svg │ │ │ ├── chevron-bar-up.svg │ │ │ ├── chevron-compact-down.svg │ │ │ ├── chevron-compact-left.svg │ │ │ ├── chevron-compact-right.svg │ │ │ ├── chevron-compact-up.svg │ │ │ ├── chevron-contract.svg │ │ │ ├── chevron-double-down.svg │ │ │ ├── chevron-double-left.svg │ │ │ ├── chevron-double-right.svg │ │ │ ├── chevron-double-up.svg │ │ │ ├── chevron-down.svg │ │ │ ├── chevron-expand.svg │ │ │ ├── chevron-left.svg │ │ │ ├── chevron-right.svg │ │ │ ├── chevron-up.svg │ │ │ ├── circle-fill.svg │ │ │ ├── circle-half.svg │ │ │ ├── circle-square.svg │ │ │ ├── circle.svg │ │ │ ├── clipboard-check-fill.svg │ │ │ ├── clipboard-check.svg │ │ │ ├── clipboard-data-fill.svg │ │ │ ├── clipboard-data.svg │ │ │ ├── clipboard-fill.svg │ │ │ ├── clipboard-heart-fill.svg │ │ │ ├── clipboard-heart.svg │ │ │ ├── clipboard-minus-fill.svg │ │ │ ├── clipboard-minus.svg │ │ │ ├── clipboard-plus-fill.svg │ │ │ ├── clipboard-plus.svg │ │ │ ├── clipboard-pulse.svg │ │ │ ├── clipboard-x-fill.svg │ │ │ ├── clipboard-x.svg │ │ │ ├── clipboard.svg │ │ │ ├── clipboard2-check-fill.svg │ │ │ ├── clipboard2-check.svg │ │ │ ├── clipboard2-data-fill.svg │ │ │ ├── clipboard2-data.svg │ │ │ ├── clipboard2-fill.svg │ │ │ ├── clipboard2-heart-fill.svg │ │ │ ├── clipboard2-heart.svg │ │ │ ├── clipboard2-minus-fill.svg │ │ │ ├── clipboard2-minus.svg │ │ │ ├── clipboard2-plus-fill.svg │ │ │ ├── clipboard2-plus.svg │ │ │ ├── clipboard2-pulse-fill.svg │ │ │ ├── clipboard2-pulse.svg │ │ │ ├── clipboard2-x-fill.svg │ │ │ ├── clipboard2-x.svg │ │ │ ├── clipboard2.svg │ │ │ ├── clock-fill.svg │ │ │ ├── clock-history.svg │ │ │ ├── clock.svg │ │ │ ├── cloud-arrow-down-fill.svg │ │ │ ├── cloud-arrow-down.svg │ │ │ ├── cloud-arrow-up-fill.svg │ │ │ ├── cloud-arrow-up.svg │ │ │ ├── cloud-check-fill.svg │ │ │ ├── cloud-check.svg │ │ │ ├── cloud-download-fill.svg │ │ │ ├── cloud-download.svg │ │ │ ├── cloud-drizzle-fill.svg │ │ │ ├── cloud-drizzle.svg │ │ │ ├── cloud-fill.svg │ │ │ ├── cloud-fog-fill.svg │ │ │ ├── cloud-fog.svg │ │ │ ├── cloud-fog2-fill.svg │ │ │ ├── cloud-fog2.svg │ │ │ ├── cloud-hail-fill.svg │ │ │ ├── cloud-hail.svg │ │ │ ├── cloud-haze-fill.svg │ │ │ ├── cloud-haze.svg │ │ │ ├── cloud-haze2-fill.svg │ │ │ ├── cloud-haze2.svg │ │ │ ├── cloud-lightning-fill.svg │ │ │ ├── cloud-lightning-rain-fill.svg │ │ │ ├── cloud-lightning-rain.svg │ │ │ ├── cloud-lightning.svg │ │ │ ├── cloud-minus-fill.svg │ │ │ ├── cloud-minus.svg │ │ │ ├── cloud-moon-fill.svg │ │ │ ├── cloud-moon.svg │ │ │ ├── cloud-plus-fill.svg │ │ │ ├── cloud-plus.svg │ │ │ ├── cloud-rain-fill.svg │ │ │ ├── cloud-rain-heavy-fill.svg │ │ │ ├── cloud-rain-heavy.svg │ │ │ ├── cloud-rain.svg │ │ │ ├── cloud-slash-fill.svg │ │ │ ├── cloud-slash.svg │ │ │ ├── cloud-sleet-fill.svg │ │ │ ├── cloud-sleet.svg │ │ │ ├── cloud-snow-fill.svg │ │ │ ├── cloud-snow.svg │ │ │ ├── cloud-sun-fill.svg │ │ │ ├── cloud-sun.svg │ │ │ ├── cloud-upload-fill.svg │ │ │ ├── cloud-upload.svg │ │ │ ├── cloud.svg │ │ │ ├── clouds-fill.svg │ │ │ ├── clouds.svg │ │ │ ├── cloudy-fill.svg │ │ │ ├── cloudy.svg │ │ │ ├── code-slash.svg │ │ │ ├── code-square.svg │ │ │ ├── code.svg │ │ │ ├── coin.svg │ │ │ ├── collection-fill.svg │ │ │ ├── collection-play-fill.svg │ │ │ ├── collection-play.svg │ │ │ ├── collection.svg │ │ │ ├── columns-gap.svg │ │ │ ├── columns.svg │ │ │ ├── command.svg │ │ │ ├── compass-fill.svg │ │ │ ├── compass.svg │ │ │ ├── cone-striped.svg │ │ │ ├── cone.svg │ │ │ ├── controller.svg │ │ │ ├── cpu-fill.svg │ │ │ ├── cpu.svg │ │ │ ├── credit-card-2-back-fill.svg │ │ │ ├── credit-card-2-back.svg │ │ │ ├── credit-card-2-front-fill.svg │ │ │ ├── credit-card-2-front.svg │ │ │ ├── credit-card-fill.svg │ │ │ ├── credit-card.svg │ │ │ ├── crop.svg │ │ │ ├── cup-fill.svg │ │ │ ├── cup-hot-fill.svg │ │ │ ├── cup-hot.svg │ │ │ ├── cup-straw.svg │ │ │ ├── cup.svg │ │ │ ├── currency-bitcoin.svg │ │ │ ├── currency-dollar.svg │ │ │ ├── currency-euro.svg │ │ │ ├── currency-exchange.svg │ │ │ ├── currency-pound.svg │ │ │ ├── currency-rupee.svg │ │ │ ├── currency-yen.svg │ │ │ ├── cursor-fill.svg │ │ │ ├── cursor-text.svg │ │ │ ├── cursor.svg │ │ │ ├── dash-circle-dotted.svg │ │ │ ├── dash-circle-fill.svg │ │ │ ├── dash-circle.svg │ │ │ ├── dash-lg.svg │ │ │ ├── dash-square-dotted.svg │ │ │ ├── dash-square-fill.svg │ │ │ ├── dash-square.svg │ │ │ ├── dash.svg │ │ │ ├── device-hdd-fill.svg │ │ │ ├── device-hdd.svg │ │ │ ├── device-ssd-fill.svg │ │ │ ├── device-ssd.svg │ │ │ ├── diagram-2-fill.svg │ │ │ ├── diagram-2.svg │ │ │ ├── diagram-3-fill.svg │ │ │ ├── diagram-3.svg │ │ │ ├── diamond-fill.svg │ │ │ ├── diamond-half.svg │ │ │ ├── diamond.svg │ │ │ ├── dice-1-fill.svg │ │ │ ├── dice-1.svg │ │ │ ├── dice-2-fill.svg │ │ │ ├── dice-2.svg │ │ │ ├── dice-3-fill.svg │ │ │ ├── dice-3.svg │ │ │ ├── dice-4-fill.svg │ │ │ ├── dice-4.svg │ │ │ ├── dice-5-fill.svg │ │ │ ├── dice-5.svg │ │ │ ├── dice-6-fill.svg │ │ │ ├── dice-6.svg │ │ │ ├── disc-fill.svg │ │ │ ├── disc.svg │ │ │ ├── discord.svg │ │ │ ├── display-fill.svg │ │ │ ├── display.svg │ │ │ ├── displayport-fill.svg │ │ │ ├── displayport.svg │ │ │ ├── distribute-horizontal.svg │ │ │ ├── distribute-vertical.svg │ │ │ ├── door-closed-fill.svg │ │ │ ├── door-closed.svg │ │ │ ├── door-open-fill.svg │ │ │ ├── door-open.svg │ │ │ ├── dot.svg │ │ │ ├── download.svg │ │ │ ├── dpad-fill.svg │ │ │ ├── dpad.svg │ │ │ ├── dribbble.svg │ │ │ ├── dropbox.svg │ │ │ ├── droplet-fill.svg │ │ │ ├── droplet-half.svg │ │ │ ├── droplet.svg │ │ │ ├── ear-fill.svg │ │ │ ├── ear.svg │ │ │ ├── earbuds.svg │ │ │ ├── easel-fill.svg │ │ │ ├── easel.svg │ │ │ ├── easel2-fill.svg │ │ │ ├── easel2.svg │ │ │ ├── easel3-fill.svg │ │ │ ├── easel3.svg │ │ │ ├── egg-fill.svg │ │ │ ├── egg-fried.svg │ │ │ ├── egg.svg │ │ │ ├── eject-fill.svg │ │ │ ├── eject.svg │ │ │ ├── emoji-angry-fill.svg │ │ │ ├── emoji-angry.svg │ │ │ ├── emoji-dizzy-fill.svg │ │ │ ├── emoji-dizzy.svg │ │ │ ├── emoji-expressionless-fill.svg │ │ │ ├── emoji-expressionless.svg │ │ │ ├── emoji-frown-fill.svg │ │ │ ├── emoji-frown.svg │ │ │ ├── emoji-heart-eyes-fill.svg │ │ │ ├── emoji-heart-eyes.svg │ │ │ ├── emoji-kiss-fill.svg │ │ │ ├── emoji-kiss.svg │ │ │ ├── emoji-laughing-fill.svg │ │ │ ├── emoji-laughing.svg │ │ │ ├── emoji-neutral-fill.svg │ │ │ ├── emoji-neutral.svg │ │ │ ├── emoji-smile-fill.svg │ │ │ ├── emoji-smile-upside-down-fill.svg │ │ │ ├── emoji-smile-upside-down.svg │ │ │ ├── emoji-smile.svg │ │ │ ├── emoji-sunglasses-fill.svg │ │ │ ├── emoji-sunglasses.svg │ │ │ ├── emoji-wink-fill.svg │ │ │ ├── emoji-wink.svg │ │ │ ├── envelope-check-fill.svg │ │ │ ├── envelope-check.svg │ │ │ ├── envelope-dash-fill.svg │ │ │ ├── envelope-dash.svg │ │ │ ├── envelope-exclamation-fill.svg │ │ │ ├── envelope-exclamation.svg │ │ │ ├── envelope-fill.svg │ │ │ ├── envelope-heart-fill.svg │ │ │ ├── envelope-heart.svg │ │ │ ├── envelope-open-fill.svg │ │ │ ├── envelope-open-heart-fill.svg │ │ │ ├── envelope-open-heart.svg │ │ │ ├── envelope-open.svg │ │ │ ├── envelope-paper-fill.svg │ │ │ ├── envelope-paper-heart-fill.svg │ │ │ ├── envelope-paper-heart.svg │ │ │ ├── envelope-paper.svg │ │ │ ├── envelope-plus-fill.svg │ │ │ ├── envelope-plus.svg │ │ │ ├── envelope-slash-fill.svg │ │ │ ├── envelope-slash.svg │ │ │ ├── envelope-x-fill.svg │ │ │ ├── envelope-x.svg │ │ │ ├── envelope.svg │ │ │ ├── eraser-fill.svg │ │ │ ├── eraser.svg │ │ │ ├── escape.svg │ │ │ ├── ethernet.svg │ │ │ ├── ev-station-fill.svg │ │ │ ├── ev-station.svg │ │ │ ├── exclamation-circle-fill.svg │ │ │ ├── exclamation-circle.svg │ │ │ ├── exclamation-diamond-fill.svg │ │ │ ├── exclamation-diamond.svg │ │ │ ├── exclamation-lg.svg │ │ │ ├── exclamation-octagon-fill.svg │ │ │ ├── exclamation-octagon.svg │ │ │ ├── exclamation-square-fill.svg │ │ │ ├── exclamation-square.svg │ │ │ ├── exclamation-triangle-fill.svg │ │ │ ├── exclamation-triangle.svg │ │ │ ├── exclamation.svg │ │ │ ├── exclude.svg │ │ │ ├── explicit-fill.svg │ │ │ ├── explicit.svg │ │ │ ├── eye-fill.svg │ │ │ ├── eye-slash-fill.svg │ │ │ ├── eye-slash.svg │ │ │ ├── eye.svg │ │ │ ├── eyedropper.svg │ │ │ ├── eyeglasses.svg │ │ │ ├── facebook.svg │ │ │ ├── fan.svg │ │ │ ├── fast-forward-btn-fill.svg │ │ │ ├── fast-forward-btn.svg │ │ │ ├── fast-forward-circle-fill.svg │ │ │ ├── fast-forward-circle.svg │ │ │ ├── fast-forward-fill.svg │ │ │ ├── fast-forward.svg │ │ │ ├── file-arrow-down-fill.svg │ │ │ ├── file-arrow-down.svg │ │ │ ├── file-arrow-up-fill.svg │ │ │ ├── file-arrow-up.svg │ │ │ ├── file-bar-graph-fill.svg │ │ │ ├── file-bar-graph.svg │ │ │ ├── file-binary-fill.svg │ │ │ ├── file-binary.svg │ │ │ ├── file-break-fill.svg │ │ │ ├── file-break.svg │ │ │ ├── file-check-fill.svg │ │ │ ├── file-check.svg │ │ │ ├── file-code-fill.svg │ │ │ ├── file-code.svg │ │ │ ├── file-diff-fill.svg │ │ │ ├── file-diff.svg │ │ │ ├── file-earmark-arrow-down-fill.svg │ │ │ ├── file-earmark-arrow-down.svg │ │ │ ├── file-earmark-arrow-up-fill.svg │ │ │ ├── file-earmark-arrow-up.svg │ │ │ ├── file-earmark-bar-graph-fill.svg │ │ │ ├── file-earmark-bar-graph.svg │ │ │ ├── file-earmark-binary-fill.svg │ │ │ ├── file-earmark-binary.svg │ │ │ ├── file-earmark-break-fill.svg │ │ │ ├── file-earmark-break.svg │ │ │ ├── file-earmark-check-fill.svg │ │ │ ├── file-earmark-check.svg │ │ │ ├── file-earmark-code-fill.svg │ │ │ ├── file-earmark-code.svg │ │ │ ├── file-earmark-diff-fill.svg │ │ │ ├── file-earmark-diff.svg │ │ │ ├── file-earmark-easel-fill.svg │ │ │ ├── file-earmark-easel.svg │ │ │ ├── file-earmark-excel-fill.svg │ │ │ ├── file-earmark-excel.svg │ │ │ ├── file-earmark-fill.svg │ │ │ ├── file-earmark-font-fill.svg │ │ │ ├── file-earmark-font.svg │ │ │ ├── file-earmark-image-fill.svg │ │ │ ├── file-earmark-image.svg │ │ │ ├── file-earmark-lock-fill.svg │ │ │ ├── file-earmark-lock.svg │ │ │ ├── file-earmark-lock2-fill.svg │ │ │ ├── file-earmark-lock2.svg │ │ │ ├── file-earmark-medical-fill.svg │ │ │ ├── file-earmark-medical.svg │ │ │ ├── file-earmark-minus-fill.svg │ │ │ ├── file-earmark-minus.svg │ │ │ ├── file-earmark-music-fill.svg │ │ │ ├── file-earmark-music.svg │ │ │ ├── file-earmark-pdf-fill.svg │ │ │ ├── file-earmark-pdf.svg │ │ │ ├── file-earmark-person-fill.svg │ │ │ ├── file-earmark-person.svg │ │ │ ├── file-earmark-play-fill.svg │ │ │ ├── file-earmark-play.svg │ │ │ ├── file-earmark-plus-fill.svg │ │ │ ├── file-earmark-plus.svg │ │ │ ├── file-earmark-post-fill.svg │ │ │ ├── file-earmark-post.svg │ │ │ ├── file-earmark-ppt-fill.svg │ │ │ ├── file-earmark-ppt.svg │ │ │ ├── file-earmark-richtext-fill.svg │ │ │ ├── file-earmark-richtext.svg │ │ │ ├── file-earmark-ruled-fill.svg │ │ │ ├── file-earmark-ruled.svg │ │ │ ├── file-earmark-slides-fill.svg │ │ │ ├── file-earmark-slides.svg │ │ │ ├── file-earmark-spreadsheet-fill.svg │ │ │ ├── file-earmark-spreadsheet.svg │ │ │ ├── file-earmark-text-fill.svg │ │ │ ├── file-earmark-text.svg │ │ │ ├── file-earmark-word-fill.svg │ │ │ ├── file-earmark-word.svg │ │ │ ├── file-earmark-x-fill.svg │ │ │ ├── file-earmark-x.svg │ │ │ ├── file-earmark-zip-fill.svg │ │ │ ├── file-earmark-zip.svg │ │ │ ├── file-earmark.svg │ │ │ ├── file-easel-fill.svg │ │ │ ├── file-easel.svg │ │ │ ├── file-excel-fill.svg │ │ │ ├── file-excel.svg │ │ │ ├── file-fill.svg │ │ │ ├── file-font-fill.svg │ │ │ ├── file-font.svg │ │ │ ├── file-image-fill.svg │ │ │ ├── file-image.svg │ │ │ ├── file-lock-fill.svg │ │ │ ├── file-lock.svg │ │ │ ├── file-lock2-fill.svg │ │ │ ├── file-lock2.svg │ │ │ ├── file-medical-fill.svg │ │ │ ├── file-medical.svg │ │ │ ├── file-minus-fill.svg │ │ │ ├── file-minus.svg │ │ │ ├── file-music-fill.svg │ │ │ ├── file-music.svg │ │ │ ├── file-pdf-fill.svg │ │ │ ├── file-pdf.svg │ │ │ ├── file-person-fill.svg │ │ │ ├── file-person.svg │ │ │ ├── file-play-fill.svg │ │ │ ├── file-play.svg │ │ │ ├── file-plus-fill.svg │ │ │ ├── file-plus.svg │ │ │ ├── file-post-fill.svg │ │ │ ├── file-post.svg │ │ │ ├── file-ppt-fill.svg │ │ │ ├── file-ppt.svg │ │ │ ├── file-richtext-fill.svg │ │ │ ├── file-richtext.svg │ │ │ ├── file-ruled-fill.svg │ │ │ ├── file-ruled.svg │ │ │ ├── file-slides-fill.svg │ │ │ ├── file-slides.svg │ │ │ ├── file-spreadsheet-fill.svg │ │ │ ├── file-spreadsheet.svg │ │ │ ├── file-text-fill.svg │ │ │ ├── file-text.svg │ │ │ ├── file-word-fill.svg │ │ │ ├── file-word.svg │ │ │ ├── file-x-fill.svg │ │ │ ├── file-x.svg │ │ │ ├── file-zip-fill.svg │ │ │ ├── file-zip.svg │ │ │ ├── file.svg │ │ │ ├── files-alt.svg │ │ │ ├── files.svg │ │ │ ├── filetype-aac.svg │ │ │ ├── filetype-ai.svg │ │ │ ├── filetype-bmp.svg │ │ │ ├── filetype-cs.svg │ │ │ ├── filetype-css.svg │ │ │ ├── filetype-csv.svg │ │ │ ├── filetype-doc.svg │ │ │ ├── filetype-docx.svg │ │ │ ├── filetype-exe.svg │ │ │ ├── filetype-gif.svg │ │ │ ├── filetype-heic.svg │ │ │ ├── filetype-html.svg │ │ │ ├── filetype-java.svg │ │ │ ├── filetype-jpg.svg │ │ │ ├── filetype-js.svg │ │ │ ├── filetype-json.svg │ │ │ ├── filetype-jsx.svg │ │ │ ├── filetype-key.svg │ │ │ ├── filetype-m4p.svg │ │ │ ├── filetype-md.svg │ │ │ ├── filetype-mdx.svg │ │ │ ├── filetype-mov.svg │ │ │ ├── filetype-mp3.svg │ │ │ ├── filetype-mp4.svg │ │ │ ├── filetype-otf.svg │ │ │ ├── filetype-pdf.svg │ │ │ ├── filetype-php.svg │ │ │ ├── filetype-png.svg │ │ │ ├── filetype-ppt.svg │ │ │ ├── filetype-pptx.svg │ │ │ ├── filetype-psd.svg │ │ │ ├── filetype-py.svg │ │ │ ├── filetype-raw.svg │ │ │ ├── filetype-rb.svg │ │ │ ├── filetype-sass.svg │ │ │ ├── filetype-scss.svg │ │ │ ├── filetype-sh.svg │ │ │ ├── filetype-sql.svg │ │ │ ├── filetype-svg.svg │ │ │ ├── filetype-tiff.svg │ │ │ ├── filetype-tsx.svg │ │ │ ├── filetype-ttf.svg │ │ │ ├── filetype-txt.svg │ │ │ ├── filetype-wav.svg │ │ │ ├── filetype-woff.svg │ │ │ ├── filetype-xls.svg │ │ │ ├── filetype-xlsx.svg │ │ │ ├── filetype-xml.svg │ │ │ ├── filetype-yml.svg │ │ │ ├── film.svg │ │ │ ├── filter-circle-fill.svg │ │ │ ├── filter-circle.svg │ │ │ ├── filter-left.svg │ │ │ ├── filter-right.svg │ │ │ ├── filter-square-fill.svg │ │ │ ├── filter-square.svg │ │ │ ├── filter.svg │ │ │ ├── fingerprint.svg │ │ │ ├── fire.svg │ │ │ ├── flag-fill.svg │ │ │ ├── flag.svg │ │ │ ├── flower1.svg │ │ │ ├── flower2.svg │ │ │ ├── flower3.svg │ │ │ ├── folder-check.svg │ │ │ ├── folder-fill.svg │ │ │ ├── folder-minus.svg │ │ │ ├── folder-plus.svg │ │ │ ├── folder-symlink-fill.svg │ │ │ ├── folder-symlink.svg │ │ │ ├── folder-x.svg │ │ │ ├── folder.svg │ │ │ ├── folder2-open.svg │ │ │ ├── folder2.svg │ │ │ ├── fonts.svg │ │ │ ├── forward-fill.svg │ │ │ ├── forward.svg │ │ │ ├── front.svg │ │ │ ├── fuel-pump-diesel-fill.svg │ │ │ ├── fuel-pump-diesel.svg │ │ │ ├── fuel-pump-fill.svg │ │ │ ├── fuel-pump.svg │ │ │ ├── fullscreen-exit.svg │ │ │ ├── fullscreen.svg │ │ │ ├── funnel-fill.svg │ │ │ ├── funnel.svg │ │ │ ├── gear-fill.svg │ │ │ ├── gear-wide-connected.svg │ │ │ ├── gear-wide.svg │ │ │ ├── gear.svg │ │ │ ├── gem.svg │ │ │ ├── gender-ambiguous.svg │ │ │ ├── gender-female.svg │ │ │ ├── gender-male.svg │ │ │ ├── gender-trans.svg │ │ │ ├── geo-alt-fill.svg │ │ │ ├── geo-alt.svg │ │ │ ├── geo-fill.svg │ │ │ ├── geo.svg │ │ │ ├── gift-fill.svg │ │ │ ├── gift.svg │ │ │ ├── git.svg │ │ │ ├── github.svg │ │ │ ├── globe.svg │ │ │ ├── globe2.svg │ │ │ ├── google-play.svg │ │ │ ├── google.svg │ │ │ ├── gpu-card.svg │ │ │ ├── graph-down-arrow.svg │ │ │ ├── graph-down.svg │ │ │ ├── graph-up-arrow.svg │ │ │ ├── graph-up.svg │ │ │ ├── grid-1x2-fill.svg │ │ │ ├── grid-1x2.svg │ │ │ ├── grid-3x2-gap-fill.svg │ │ │ ├── grid-3x2-gap.svg │ │ │ ├── grid-3x2.svg │ │ │ ├── grid-3x3-gap-fill.svg │ │ │ ├── grid-3x3-gap.svg │ │ │ ├── grid-3x3.svg │ │ │ ├── grid-fill.svg │ │ │ ├── grid.svg │ │ │ ├── grip-horizontal.svg │ │ │ ├── grip-vertical.svg │ │ │ ├── h-circle-fill.svg │ │ │ ├── h-circle.svg │ │ │ ├── h-square-fill.svg │ │ │ ├── h-square.svg │ │ │ ├── hammer.svg │ │ │ ├── hand-index-fill.svg │ │ │ ├── hand-index-thumb-fill.svg │ │ │ ├── hand-index-thumb.svg │ │ │ ├── hand-index.svg │ │ │ ├── hand-thumbs-down-fill.svg │ │ │ ├── hand-thumbs-down.svg │ │ │ ├── hand-thumbs-up-fill.svg │ │ │ ├── hand-thumbs-up.svg │ │ │ ├── handbag-fill.svg │ │ │ ├── handbag.svg │ │ │ ├── hash.svg │ │ │ ├── hdd-fill.svg │ │ │ ├── hdd-network-fill.svg │ │ │ ├── hdd-network.svg │ │ │ ├── hdd-rack-fill.svg │ │ │ ├── hdd-rack.svg │ │ │ ├── hdd-stack-fill.svg │ │ │ ├── hdd-stack.svg │ │ │ ├── hdd.svg │ │ │ ├── hdmi-fill.svg │ │ │ ├── hdmi.svg │ │ │ ├── headphones.svg │ │ │ ├── headset-vr.svg │ │ │ ├── headset.svg │ │ │ ├── heart-arrow.svg │ │ │ ├── heart-fill.svg │ │ │ ├── heart-half.svg │ │ │ ├── heart-pulse-fill.svg │ │ │ ├── heart-pulse.svg │ │ │ ├── heart.svg │ │ │ ├── heartbreak-fill.svg │ │ │ ├── heartbreak.svg │ │ │ ├── hearts.svg │ │ │ ├── heptagon-fill.svg │ │ │ ├── heptagon-half.svg │ │ │ ├── heptagon.svg │ │ │ ├── hexagon-fill.svg │ │ │ ├── hexagon-half.svg │ │ │ ├── hexagon.svg │ │ │ ├── hospital-fill.svg │ │ │ ├── hospital.svg │ │ │ ├── hourglass-bottom.svg │ │ │ ├── hourglass-split.svg │ │ │ ├── hourglass-top.svg │ │ │ ├── hourglass.svg │ │ │ ├── house-door-fill.svg │ │ │ ├── house-door.svg │ │ │ ├── house-fill.svg │ │ │ ├── house-heart-fill.svg │ │ │ ├── house-heart.svg │ │ │ ├── house.svg │ │ │ ├── hr.svg │ │ │ ├── hurricane.svg │ │ │ ├── hypnotize.svg │ │ │ ├── image-alt.svg │ │ │ ├── image-fill.svg │ │ │ ├── image.svg │ │ │ ├── images.svg │ │ │ ├── inbox-fill.svg │ │ │ ├── inbox.svg │ │ │ ├── inboxes-fill.svg │ │ │ ├── inboxes.svg │ │ │ ├── incognito.svg │ │ │ ├── indent.svg │ │ │ ├── infinity.svg │ │ │ ├── info-circle-fill.svg │ │ │ ├── info-circle.svg │ │ │ ├── info-lg.svg │ │ │ ├── info-square-fill.svg │ │ │ ├── info-square.svg │ │ │ ├── info.svg │ │ │ ├── input-cursor-text.svg │ │ │ ├── input-cursor.svg │ │ │ ├── instagram.svg │ │ │ ├── intersect.svg │ │ │ ├── journal-album.svg │ │ │ ├── journal-arrow-down.svg │ │ │ ├── journal-arrow-up.svg │ │ │ ├── journal-bookmark-fill.svg │ │ │ ├── journal-bookmark.svg │ │ │ ├── journal-check.svg │ │ │ ├── journal-code.svg │ │ │ ├── journal-medical.svg │ │ │ ├── journal-minus.svg │ │ │ ├── journal-plus.svg │ │ │ ├── journal-richtext.svg │ │ │ ├── journal-text.svg │ │ │ ├── journal-x.svg │ │ │ ├── journal.svg │ │ │ ├── journals.svg │ │ │ ├── joystick.svg │ │ │ ├── justify-left.svg │ │ │ ├── justify-right.svg │ │ │ ├── justify.svg │ │ │ ├── kanban-fill.svg │ │ │ ├── kanban.svg │ │ │ ├── key-fill.svg │ │ │ ├── key.svg │ │ │ ├── keyboard-fill.svg │ │ │ ├── keyboard.svg │ │ │ ├── ladder.svg │ │ │ ├── lamp-fill.svg │ │ │ ├── lamp.svg │ │ │ ├── laptop-fill.svg │ │ │ ├── laptop.svg │ │ │ ├── layer-backward.svg │ │ │ ├── layer-forward.svg │ │ │ ├── layers-fill.svg │ │ │ ├── layers-half.svg │ │ │ ├── layers.svg │ │ │ ├── layout-sidebar-inset-reverse.svg │ │ │ ├── layout-sidebar-inset.svg │ │ │ ├── layout-sidebar-reverse.svg │ │ │ ├── layout-sidebar.svg │ │ │ ├── layout-split.svg │ │ │ ├── layout-text-sidebar-reverse.svg │ │ │ ├── layout-text-sidebar.svg │ │ │ ├── layout-text-window-reverse.svg │ │ │ ├── layout-text-window.svg │ │ │ ├── layout-three-columns.svg │ │ │ ├── layout-wtf.svg │ │ │ ├── life-preserver.svg │ │ │ ├── lightbulb-fill.svg │ │ │ ├── lightbulb-off-fill.svg │ │ │ ├── lightbulb-off.svg │ │ │ ├── lightbulb.svg │ │ │ ├── lightning-charge-fill.svg │ │ │ ├── lightning-charge.svg │ │ │ ├── lightning-fill.svg │ │ │ ├── lightning.svg │ │ │ ├── line.svg │ │ │ ├── link-45deg.svg │ │ │ ├── link.svg │ │ │ ├── linkedin.svg │ │ │ ├── list-check.svg │ │ │ ├── list-columns-reverse.svg │ │ │ ├── list-columns.svg │ │ │ ├── list-nested.svg │ │ │ ├── list-ol.svg │ │ │ ├── list-stars.svg │ │ │ ├── list-task.svg │ │ │ ├── list-ul.svg │ │ │ ├── list.svg │ │ │ ├── lock-fill.svg │ │ │ ├── lock.svg │ │ │ ├── lungs-fill.svg │ │ │ ├── lungs.svg │ │ │ ├── magic.svg │ │ │ ├── magnet-fill.svg │ │ │ ├── magnet.svg │ │ │ ├── mailbox.svg │ │ │ ├── mailbox2.svg │ │ │ ├── map-fill.svg │ │ │ ├── map.svg │ │ │ ├── markdown-fill.svg │ │ │ ├── markdown.svg │ │ │ ├── mask.svg │ │ │ ├── mastodon.svg │ │ │ ├── medium.svg │ │ │ ├── megaphone-fill.svg │ │ │ ├── megaphone.svg │ │ │ ├── memory.svg │ │ │ ├── menu-app-fill.svg │ │ │ ├── menu-app.svg │ │ │ ├── menu-button-fill.svg │ │ │ ├── menu-button-wide-fill.svg │ │ │ ├── menu-button-wide.svg │ │ │ ├── menu-button.svg │ │ │ ├── menu-down.svg │ │ │ ├── menu-up.svg │ │ │ ├── messenger.svg │ │ │ ├── meta.svg │ │ │ ├── mic-fill.svg │ │ │ ├── mic-mute-fill.svg │ │ │ ├── mic-mute.svg │ │ │ ├── mic.svg │ │ │ ├── microsoft-teams.svg │ │ │ ├── microsoft.svg │ │ │ ├── minecart-loaded.svg │ │ │ ├── minecart.svg │ │ │ ├── modem-fill.svg │ │ │ ├── modem.svg │ │ │ ├── moisture.svg │ │ │ ├── moon-fill.svg │ │ │ ├── moon-stars-fill.svg │ │ │ ├── moon-stars.svg │ │ │ ├── moon.svg │ │ │ ├── mortarboard-fill.svg │ │ │ ├── mortarboard.svg │ │ │ ├── motherboard-fill.svg │ │ │ ├── motherboard.svg │ │ │ ├── mouse-fill.svg │ │ │ ├── mouse.svg │ │ │ ├── mouse2-fill.svg │ │ │ ├── mouse2.svg │ │ │ ├── mouse3-fill.svg │ │ │ ├── mouse3.svg │ │ │ ├── music-note-beamed.svg │ │ │ ├── music-note-list.svg │ │ │ ├── music-note.svg │ │ │ ├── music-player-fill.svg │ │ │ ├── music-player.svg │ │ │ ├── newspaper.svg │ │ │ ├── nintendo-switch.svg │ │ │ ├── node-minus-fill.svg │ │ │ ├── node-minus.svg │ │ │ ├── node-plus-fill.svg │ │ │ ├── node-plus.svg │ │ │ ├── nut-fill.svg │ │ │ ├── nut.svg │ │ │ ├── octagon-fill.svg │ │ │ ├── octagon-half.svg │ │ │ ├── octagon.svg │ │ │ ├── optical-audio-fill.svg │ │ │ ├── optical-audio.svg │ │ │ ├── option.svg │ │ │ ├── outlet.svg │ │ │ ├── p-circle-fill.svg │ │ │ ├── p-circle.svg │ │ │ ├── p-square-fill.svg │ │ │ ├── p-square.svg │ │ │ ├── paint-bucket.svg │ │ │ ├── palette-fill.svg │ │ │ ├── palette.svg │ │ │ ├── palette2.svg │ │ │ ├── paperclip.svg │ │ │ ├── paragraph.svg │ │ │ ├── pass-fill.svg │ │ │ ├── pass.svg │ │ │ ├── patch-check-fill.svg │ │ │ ├── patch-check.svg │ │ │ ├── patch-exclamation-fill.svg │ │ │ ├── patch-exclamation.svg │ │ │ ├── patch-minus-fill.svg │ │ │ ├── patch-minus.svg │ │ │ ├── patch-plus-fill.svg │ │ │ ├── patch-plus.svg │ │ │ ├── patch-question-fill.svg │ │ │ ├── patch-question.svg │ │ │ ├── pause-btn-fill.svg │ │ │ ├── pause-btn.svg │ │ │ ├── pause-circle-fill.svg │ │ │ ├── pause-circle.svg │ │ │ ├── pause-fill.svg │ │ │ ├── pause.svg │ │ │ ├── paypal.svg │ │ │ ├── pc-display-horizontal.svg │ │ │ ├── pc-display.svg │ │ │ ├── pc-horizontal.svg │ │ │ ├── pc.svg │ │ │ ├── pci-card.svg │ │ │ ├── peace-fill.svg │ │ │ ├── peace.svg │ │ │ ├── pen-fill.svg │ │ │ ├── pen.svg │ │ │ ├── pencil-fill.svg │ │ │ ├── pencil-square.svg │ │ │ ├── pencil.svg │ │ │ ├── pentagon-fill.svg │ │ │ ├── pentagon-half.svg │ │ │ ├── pentagon.svg │ │ │ ├── people-fill.svg │ │ │ ├── people.svg │ │ │ ├── percent.svg │ │ │ ├── person-badge-fill.svg │ │ │ ├── person-badge.svg │ │ │ ├── person-bounding-box.svg │ │ │ ├── person-check-fill.svg │ │ │ ├── person-check.svg │ │ │ ├── person-circle.svg │ │ │ ├── person-dash-fill.svg │ │ │ ├── person-dash.svg │ │ │ ├── person-fill.svg │ │ │ ├── person-heart.svg │ │ │ ├── person-hearts.svg │ │ │ ├── person-lines-fill.svg │ │ │ ├── person-plus-fill.svg │ │ │ ├── person-plus.svg │ │ │ ├── person-rolodex.svg │ │ │ ├── person-square.svg │ │ │ ├── person-video.svg │ │ │ ├── person-video2.svg │ │ │ ├── person-video3.svg │ │ │ ├── person-workspace.svg │ │ │ ├── person-x-fill.svg │ │ │ ├── person-x.svg │ │ │ ├── person.svg │ │ │ ├── phone-fill.svg │ │ │ ├── phone-flip.svg │ │ │ ├── phone-landscape-fill.svg │ │ │ ├── phone-landscape.svg │ │ │ ├── phone-vibrate-fill.svg │ │ │ ├── phone-vibrate.svg │ │ │ ├── phone.svg │ │ │ ├── pie-chart-fill.svg │ │ │ ├── pie-chart.svg │ │ │ ├── piggy-bank-fill.svg │ │ │ ├── piggy-bank.svg │ │ │ ├── pin-angle-fill.svg │ │ │ ├── pin-angle.svg │ │ │ ├── pin-fill.svg │ │ │ ├── pin-map-fill.svg │ │ │ ├── pin-map.svg │ │ │ ├── pin.svg │ │ │ ├── pinterest.svg │ │ │ ├── pip-fill.svg │ │ │ ├── pip.svg │ │ │ ├── play-btn-fill.svg │ │ │ ├── play-btn.svg │ │ │ ├── play-circle-fill.svg │ │ │ ├── play-circle.svg │ │ │ ├── play-fill.svg │ │ │ ├── play.svg │ │ │ ├── playstation.svg │ │ │ ├── plug-fill.svg │ │ │ ├── plug.svg │ │ │ ├── plugin.svg │ │ │ ├── plus-circle-dotted.svg │ │ │ ├── plus-circle-fill.svg │ │ │ ├── plus-circle.svg │ │ │ ├── plus-lg.svg │ │ │ ├── plus-slash-minus.svg │ │ │ ├── plus-square-dotted.svg │ │ │ ├── plus-square-fill.svg │ │ │ ├── plus-square.svg │ │ │ ├── plus.svg │ │ │ ├── postage-fill.svg │ │ │ ├── postage-heart-fill.svg │ │ │ ├── postage-heart.svg │ │ │ ├── postage.svg │ │ │ ├── postcard-fill.svg │ │ │ ├── postcard-heart-fill.svg │ │ │ ├── postcard-heart.svg │ │ │ ├── postcard.svg │ │ │ ├── power.svg │ │ │ ├── prescription.svg │ │ │ ├── prescription2.svg │ │ │ ├── printer-fill.svg │ │ │ ├── printer.svg │ │ │ ├── projector-fill.svg │ │ │ ├── projector.svg │ │ │ ├── puzzle-fill.svg │ │ │ ├── puzzle.svg │ │ │ ├── qr-code-scan.svg │ │ │ ├── qr-code.svg │ │ │ ├── question-circle-fill.svg │ │ │ ├── question-circle.svg │ │ │ ├── question-diamond-fill.svg │ │ │ ├── question-diamond.svg │ │ │ ├── question-lg.svg │ │ │ ├── question-octagon-fill.svg │ │ │ ├── question-octagon.svg │ │ │ ├── question-square-fill.svg │ │ │ ├── question-square.svg │ │ │ ├── question.svg │ │ │ ├── quora.svg │ │ │ ├── quote.svg │ │ │ ├── r-circle-fill.svg │ │ │ ├── r-circle.svg │ │ │ ├── r-square-fill.svg │ │ │ ├── r-square.svg │ │ │ ├── radioactive.svg │ │ │ ├── rainbow.svg │ │ │ ├── receipt-cutoff.svg │ │ │ ├── receipt.svg │ │ │ ├── reception-0.svg │ │ │ ├── reception-1.svg │ │ │ ├── reception-2.svg │ │ │ ├── reception-3.svg │ │ │ ├── reception-4.svg │ │ │ ├── record-btn-fill.svg │ │ │ ├── record-btn.svg │ │ │ ├── record-circle-fill.svg │ │ │ ├── record-circle.svg │ │ │ ├── record-fill.svg │ │ │ ├── record.svg │ │ │ ├── record2-fill.svg │ │ │ ├── record2.svg │ │ │ ├── recycle.svg │ │ │ ├── reddit.svg │ │ │ ├── repeat-1.svg │ │ │ ├── repeat.svg │ │ │ ├── reply-all-fill.svg │ │ │ ├── reply-all.svg │ │ │ ├── reply-fill.svg │ │ │ ├── reply.svg │ │ │ ├── rewind-btn-fill.svg │ │ │ ├── rewind-btn.svg │ │ │ ├── rewind-circle-fill.svg │ │ │ ├── rewind-circle.svg │ │ │ ├── rewind-fill.svg │ │ │ ├── rewind.svg │ │ │ ├── robot.svg │ │ │ ├── router-fill.svg │ │ │ ├── router.svg │ │ │ ├── rss-fill.svg │ │ │ ├── rss.svg │ │ │ ├── rulers.svg │ │ │ ├── safe-fill.svg │ │ │ ├── safe.svg │ │ │ ├── safe2-fill.svg │ │ │ ├── safe2.svg │ │ │ ├── save-fill.svg │ │ │ ├── save.svg │ │ │ ├── save2-fill.svg │ │ │ ├── save2.svg │ │ │ ├── scissors.svg │ │ │ ├── screwdriver.svg │ │ │ ├── sd-card-fill.svg │ │ │ ├── sd-card.svg │ │ │ ├── search-heart-fill.svg │ │ │ ├── search-heart.svg │ │ │ ├── search.svg │ │ │ ├── segmented-nav.svg │ │ │ ├── send-check-fill.svg │ │ │ ├── send-check.svg │ │ │ ├── send-dash-fill.svg │ │ │ ├── send-dash.svg │ │ │ ├── send-exclamation-fill.svg │ │ │ ├── send-exclamation.svg │ │ │ ├── send-fill.svg │ │ │ ├── send-plus-fill.svg │ │ │ ├── send-plus.svg │ │ │ ├── send-slash-fill.svg │ │ │ ├── send-slash.svg │ │ │ ├── send-x-fill.svg │ │ │ ├── send-x.svg │ │ │ ├── send.svg │ │ │ ├── server.svg │ │ │ ├── share-fill.svg │ │ │ ├── share.svg │ │ │ ├── shield-check.svg │ │ │ ├── shield-exclamation.svg │ │ │ ├── shield-fill-check.svg │ │ │ ├── shield-fill-exclamation.svg │ │ │ ├── shield-fill-minus.svg │ │ │ ├── shield-fill-plus.svg │ │ │ ├── shield-fill-x.svg │ │ │ ├── shield-fill.svg │ │ │ ├── shield-lock-fill.svg │ │ │ ├── shield-lock.svg │ │ │ ├── shield-minus.svg │ │ │ ├── shield-plus.svg │ │ │ ├── shield-shaded.svg │ │ │ ├── shield-slash-fill.svg │ │ │ ├── shield-slash.svg │ │ │ ├── shield-x.svg │ │ │ ├── shield.svg │ │ │ ├── shift-fill.svg │ │ │ ├── shift.svg │ │ │ ├── shop-window.svg │ │ │ ├── shop.svg │ │ │ ├── shuffle.svg │ │ │ ├── sign-stop-fill.svg │ │ │ ├── sign-stop-lights-fill.svg │ │ │ ├── sign-stop-lights.svg │ │ │ ├── sign-stop.svg │ │ │ ├── sign-turn-left-fill.svg │ │ │ ├── sign-turn-left.svg │ │ │ ├── sign-turn-right-fill.svg │ │ │ ├── sign-turn-right.svg │ │ │ ├── sign-turn-slight-left-fill.svg │ │ │ ├── sign-turn-slight-left.svg │ │ │ ├── sign-turn-slight-right-fill.svg │ │ │ ├── sign-turn-slight-right.svg │ │ │ ├── sign-yield-fill.svg │ │ │ ├── sign-yield.svg │ │ │ ├── signal.svg │ │ │ ├── signpost-2-fill.svg │ │ │ ├── signpost-2.svg │ │ │ ├── signpost-fill.svg │ │ │ ├── signpost-split-fill.svg │ │ │ ├── signpost-split.svg │ │ │ ├── signpost.svg │ │ │ ├── sim-fill.svg │ │ │ ├── sim.svg │ │ │ ├── skip-backward-btn-fill.svg │ │ │ ├── skip-backward-btn.svg │ │ │ ├── skip-backward-circle-fill.svg │ │ │ ├── skip-backward-circle.svg │ │ │ ├── skip-backward-fill.svg │ │ │ ├── skip-backward.svg │ │ │ ├── skip-end-btn-fill.svg │ │ │ ├── skip-end-btn.svg │ │ │ ├── skip-end-circle-fill.svg │ │ │ ├── skip-end-circle.svg │ │ │ ├── skip-end-fill.svg │ │ │ ├── skip-end.svg │ │ │ ├── skip-forward-btn-fill.svg │ │ │ ├── skip-forward-btn.svg │ │ │ ├── skip-forward-circle-fill.svg │ │ │ ├── skip-forward-circle.svg │ │ │ ├── skip-forward-fill.svg │ │ │ ├── skip-forward.svg │ │ │ ├── skip-start-btn-fill.svg │ │ │ ├── skip-start-btn.svg │ │ │ ├── skip-start-circle-fill.svg │ │ │ ├── skip-start-circle.svg │ │ │ ├── skip-start-fill.svg │ │ │ ├── skip-start.svg │ │ │ ├── skype.svg │ │ │ ├── slack.svg │ │ │ ├── slash-circle-fill.svg │ │ │ ├── slash-circle.svg │ │ │ ├── slash-lg.svg │ │ │ ├── slash-square-fill.svg │ │ │ ├── slash-square.svg │ │ │ ├── slash.svg │ │ │ ├── sliders.svg │ │ │ ├── sliders2-vertical.svg │ │ │ ├── sliders2.svg │ │ │ ├── smartwatch.svg │ │ │ ├── snapchat.svg │ │ │ ├── snow.svg │ │ │ ├── snow2.svg │ │ │ ├── snow3.svg │ │ │ ├── sort-alpha-down-alt.svg │ │ │ ├── sort-alpha-down.svg │ │ │ ├── sort-alpha-up-alt.svg │ │ │ ├── sort-alpha-up.svg │ │ │ ├── sort-down-alt.svg │ │ │ ├── sort-down.svg │ │ │ ├── sort-numeric-down-alt.svg │ │ │ ├── sort-numeric-down.svg │ │ │ ├── sort-numeric-up-alt.svg │ │ │ ├── sort-numeric-up.svg │ │ │ ├── sort-up-alt.svg │ │ │ ├── sort-up.svg │ │ │ ├── soundwave.svg │ │ │ ├── speaker-fill.svg │ │ │ ├── speaker.svg │ │ │ ├── speedometer.svg │ │ │ ├── speedometer2.svg │ │ │ ├── spellcheck.svg │ │ │ ├── spotify.svg │ │ │ ├── square-fill.svg │ │ │ ├── square-half.svg │ │ │ ├── square.svg │ │ │ ├── stack-overflow.svg │ │ │ ├── stack.svg │ │ │ ├── star-fill.svg │ │ │ ├── star-half.svg │ │ │ ├── star.svg │ │ │ ├── stars.svg │ │ │ ├── steam.svg │ │ │ ├── stickies-fill.svg │ │ │ ├── stickies.svg │ │ │ ├── sticky-fill.svg │ │ │ ├── sticky.svg │ │ │ ├── stop-btn-fill.svg │ │ │ ├── stop-btn.svg │ │ │ ├── stop-circle-fill.svg │ │ │ ├── stop-circle.svg │ │ │ ├── stop-fill.svg │ │ │ ├── stop.svg │ │ │ ├── stoplights-fill.svg │ │ │ ├── stoplights.svg │ │ │ ├── stopwatch-fill.svg │ │ │ ├── stopwatch.svg │ │ │ ├── strava.svg │ │ │ ├── subtract.svg │ │ │ ├── suit-club-fill.svg │ │ │ ├── suit-club.svg │ │ │ ├── suit-diamond-fill.svg │ │ │ ├── suit-diamond.svg │ │ │ ├── suit-heart-fill.svg │ │ │ ├── suit-heart.svg │ │ │ ├── suit-spade-fill.svg │ │ │ ├── suit-spade.svg │ │ │ ├── sun-fill.svg │ │ │ ├── sun.svg │ │ │ ├── sunglasses.svg │ │ │ ├── sunrise-fill.svg │ │ │ ├── sunrise.svg │ │ │ ├── sunset-fill.svg │ │ │ ├── sunset.svg │ │ │ ├── symmetry-horizontal.svg │ │ │ ├── symmetry-vertical.svg │ │ │ ├── table.svg │ │ │ ├── tablet-fill.svg │ │ │ ├── tablet-landscape-fill.svg │ │ │ ├── tablet-landscape.svg │ │ │ ├── tablet.svg │ │ │ ├── tag-fill.svg │ │ │ ├── tag.svg │ │ │ ├── tags-fill.svg │ │ │ ├── tags.svg │ │ │ ├── telegram.svg │ │ │ ├── telephone-fill.svg │ │ │ ├── telephone-forward-fill.svg │ │ │ ├── telephone-forward.svg │ │ │ ├── telephone-inbound-fill.svg │ │ │ ├── telephone-inbound.svg │ │ │ ├── telephone-minus-fill.svg │ │ │ ├── telephone-minus.svg │ │ │ ├── telephone-outbound-fill.svg │ │ │ ├── telephone-outbound.svg │ │ │ ├── telephone-plus-fill.svg │ │ │ ├── telephone-plus.svg │ │ │ ├── telephone-x-fill.svg │ │ │ ├── telephone-x.svg │ │ │ ├── telephone.svg │ │ │ ├── terminal-dash.svg │ │ │ ├── terminal-fill.svg │ │ │ ├── terminal-plus.svg │ │ │ ├── terminal-split.svg │ │ │ ├── terminal-x.svg │ │ │ ├── terminal.svg │ │ │ ├── text-center.svg │ │ │ ├── text-indent-left.svg │ │ │ ├── text-indent-right.svg │ │ │ ├── text-left.svg │ │ │ ├── text-paragraph.svg │ │ │ ├── text-right.svg │ │ │ ├── textarea-resize.svg │ │ │ ├── textarea-t.svg │ │ │ ├── textarea.svg │ │ │ ├── thermometer-half.svg │ │ │ ├── thermometer-high.svg │ │ │ ├── thermometer-low.svg │ │ │ ├── thermometer-snow.svg │ │ │ ├── thermometer-sun.svg │ │ │ ├── thermometer.svg │ │ │ ├── three-dots-vertical.svg │ │ │ ├── three-dots.svg │ │ │ ├── thunderbolt-fill.svg │ │ │ ├── thunderbolt.svg │ │ │ ├── ticket-detailed-fill.svg │ │ │ ├── ticket-detailed.svg │ │ │ ├── ticket-fill.svg │ │ │ ├── ticket-perforated-fill.svg │ │ │ ├── ticket-perforated.svg │ │ │ ├── ticket.svg │ │ │ ├── tiktok.svg │ │ │ ├── toggle-off.svg │ │ │ ├── toggle-on.svg │ │ │ ├── toggle2-off.svg │ │ │ ├── toggle2-on.svg │ │ │ ├── toggles.svg │ │ │ ├── toggles2.svg │ │ │ ├── tools.svg │ │ │ ├── tornado.svg │ │ │ ├── train-freight-front-fill.svg │ │ │ ├── train-freight-front.svg │ │ │ ├── train-front-fill.svg │ │ │ ├── train-front.svg │ │ │ ├── train-lightrail-front-fill.svg │ │ │ ├── train-lightrail-front.svg │ │ │ ├── translate.svg │ │ │ ├── trash-fill.svg │ │ │ ├── trash.svg │ │ │ ├── trash2-fill.svg │ │ │ ├── trash2.svg │ │ │ ├── trash3-fill.svg │ │ │ ├── trash3.svg │ │ │ ├── tree-fill.svg │ │ │ ├── tree.svg │ │ │ ├── triangle-fill.svg │ │ │ ├── triangle-half.svg │ │ │ ├── triangle.svg │ │ │ ├── trophy-fill.svg │ │ │ ├── trophy.svg │ │ │ ├── tropical-storm.svg │ │ │ ├── truck-flatbed.svg │ │ │ ├── truck-front-fill.svg │ │ │ ├── truck-front.svg │ │ │ ├── truck.svg │ │ │ ├── tsunami.svg │ │ │ ├── tv-fill.svg │ │ │ ├── tv.svg │ │ │ ├── twitch.svg │ │ │ ├── twitter.svg │ │ │ ├── type-bold.svg │ │ │ ├── type-h1.svg │ │ │ ├── type-h2.svg │ │ │ ├── type-h3.svg │ │ │ ├── type-italic.svg │ │ │ ├── type-strikethrough.svg │ │ │ ├── type-underline.svg │ │ │ ├── type.svg │ │ │ ├── ubuntu.svg │ │ │ ├── ui-checks-grid.svg │ │ │ ├── ui-checks.svg │ │ │ ├── ui-radios-grid.svg │ │ │ ├── ui-radios.svg │ │ │ ├── umbrella-fill.svg │ │ │ ├── umbrella.svg │ │ │ ├── unindent.svg │ │ │ ├── union.svg │ │ │ ├── unity.svg │ │ │ ├── universal-access-circle.svg │ │ │ ├── universal-access.svg │ │ │ ├── unlock-fill.svg │ │ │ ├── unlock.svg │ │ │ ├── upc-scan.svg │ │ │ ├── upc.svg │ │ │ ├── upload.svg │ │ │ ├── usb-c-fill.svg │ │ │ ├── usb-c.svg │ │ │ ├── usb-drive-fill.svg │ │ │ ├── usb-drive.svg │ │ │ ├── usb-fill.svg │ │ │ ├── usb-micro-fill.svg │ │ │ ├── usb-micro.svg │ │ │ ├── usb-mini-fill.svg │ │ │ ├── usb-mini.svg │ │ │ ├── usb-plug-fill.svg │ │ │ ├── usb-plug.svg │ │ │ ├── usb-symbol.svg │ │ │ ├── usb.svg │ │ │ ├── valentine.svg │ │ │ ├── valentine2.svg │ │ │ ├── vector-pen.svg │ │ │ ├── view-list.svg │ │ │ ├── view-stacked.svg │ │ │ ├── vimeo.svg │ │ │ ├── vinyl-fill.svg │ │ │ ├── vinyl.svg │ │ │ ├── virus.svg │ │ │ ├── virus2.svg │ │ │ ├── voicemail.svg │ │ │ ├── volume-down-fill.svg │ │ │ ├── volume-down.svg │ │ │ ├── volume-mute-fill.svg │ │ │ ├── volume-mute.svg │ │ │ ├── volume-off-fill.svg │ │ │ ├── volume-off.svg │ │ │ ├── volume-up-fill.svg │ │ │ ├── volume-up.svg │ │ │ ├── vr.svg │ │ │ ├── wallet-fill.svg │ │ │ ├── wallet.svg │ │ │ ├── wallet2.svg │ │ │ ├── watch.svg │ │ │ ├── water.svg │ │ │ ├── webcam-fill.svg │ │ │ ├── webcam.svg │ │ │ ├── wechat.svg │ │ │ ├── whatsapp.svg │ │ │ ├── wifi-1.svg │ │ │ ├── wifi-2.svg │ │ │ ├── wifi-off.svg │ │ │ ├── wifi.svg │ │ │ ├── wind.svg │ │ │ ├── window-dash.svg │ │ │ ├── window-desktop.svg │ │ │ ├── window-dock.svg │ │ │ ├── window-fullscreen.svg │ │ │ ├── window-plus.svg │ │ │ ├── window-sidebar.svg │ │ │ ├── window-split.svg │ │ │ ├── window-stack.svg │ │ │ ├── window-x.svg │ │ │ ├── window.svg │ │ │ ├── windows.svg │ │ │ ├── wordpress.svg │ │ │ ├── wrench-adjustable-circle-fill.svg │ │ │ ├── wrench-adjustable-circle.svg │ │ │ ├── wrench-adjustable.svg │ │ │ ├── wrench.svg │ │ │ ├── x-circle-fill.svg │ │ │ ├── x-circle.svg │ │ │ ├── x-diamond-fill.svg │ │ │ ├── x-diamond.svg │ │ │ ├── x-lg.svg │ │ │ ├── x-octagon-fill.svg │ │ │ ├── x-octagon.svg │ │ │ ├── x-square-fill.svg │ │ │ ├── x-square.svg │ │ │ ├── x.svg │ │ │ ├── xbox.svg │ │ │ ├── yelp.svg │ │ │ ├── yin-yang.svg │ │ │ ├── youtube.svg │ │ │ ├── zoom-in.svg │ │ │ └── zoom-out.svg │ │ └── package.json │ ├── chart.js │ │ ├── Chart.bundle.js │ │ ├── Chart.bundle.min.js │ │ ├── Chart.css │ │ ├── Chart.min.css │ │ ├── chart.esm.js │ │ ├── chart.js │ │ ├── chart.min.js │ │ ├── chart.mjs │ │ ├── chunks │ │ │ ├── helpers.segment.js │ │ │ └── helpers.segment.mjs │ │ ├── docs │ │ │ ├── 404.html │ │ │ ├── api │ │ │ │ ├── classes │ │ │ │ │ ├── Animation.html │ │ │ │ │ ├── Animations.html │ │ │ │ │ ├── Animator.html │ │ │ │ │ ├── BasePlatform.html │ │ │ │ │ ├── BasicPlatform.html │ │ │ │ │ ├── Chart.html │ │ │ │ │ ├── DatasetController.html │ │ │ │ │ ├── DomPlatform.html │ │ │ │ │ └── Scale.html │ │ │ │ ├── enums │ │ │ │ │ ├── DecimationAlgorithm.html │ │ │ │ │ └── UpdateModeEnum.html │ │ │ │ ├── index.html │ │ │ │ └── interfaces │ │ │ │ │ ├── ActiveDataPoint.html │ │ │ │ │ ├── ActiveElement.html │ │ │ │ │ ├── AnimationEvent.html │ │ │ │ │ ├── ArcBorderRadius.html │ │ │ │ │ ├── ArcElement.html │ │ │ │ │ ├── ArcHoverOptions.html │ │ │ │ │ ├── ArcOptions.html │ │ │ │ │ ├── ArcProps.html │ │ │ │ │ ├── BarControllerChartOptions.html │ │ │ │ │ ├── BarControllerDatasetOptions.html │ │ │ │ │ ├── BarElement.html │ │ │ │ │ ├── BarHoverOptions.html │ │ │ │ │ ├── BarOptions.html │ │ │ │ │ ├── BarProps.html │ │ │ │ │ ├── BorderRadius.html │ │ │ │ │ ├── BubbleControllerDatasetOptions.html │ │ │ │ │ ├── BubbleDataPoint.html │ │ │ │ │ ├── CartesianScaleOptions.html │ │ │ │ │ ├── CartesianScaleTypeRegistry.html │ │ │ │ │ ├── ChartArea.html │ │ │ │ │ ├── ChartComponent.html │ │ │ │ │ ├── ChartConfiguration.html │ │ │ │ │ ├── ChartConfigurationCustomTypesPerDataset.html │ │ │ │ │ ├── ChartData.html │ │ │ │ │ ├── ChartDataCustomTypesPerDataset.html │ │ │ │ │ ├── ChartDatasetProperties.html │ │ │ │ │ ├── ChartDatasetPropertiesCustomTypesPerDataset.html │ │ │ │ │ ├── ChartEvent.html │ │ │ │ │ ├── ChartTypeRegistry.html │ │ │ │ │ ├── CommonElementOptions.html │ │ │ │ │ ├── CommonHoverOptions.html │ │ │ │ │ ├── ComplexFillTarget.html │ │ │ │ │ ├── ControllerDatasetOptions.html │ │ │ │ │ ├── CoreChartOptions.html │ │ │ │ │ ├── CoreInteractionOptions.html │ │ │ │ │ ├── CoreScaleOptions.html │ │ │ │ │ ├── DatasetControllerChartComponent.html │ │ │ │ │ ├── DateAdapter.html │ │ │ │ │ ├── Defaults.html │ │ │ │ │ ├── DoughnutAnimationOptions.html │ │ │ │ │ ├── DoughnutController.html │ │ │ │ │ ├── DoughnutControllerChartOptions.html │ │ │ │ │ ├── DoughnutControllerDatasetOptions.html │ │ │ │ │ ├── DoughnutMetaExtensions.html │ │ │ │ │ ├── Element.html │ │ │ │ │ ├── ElementOptionsByType.html │ │ │ │ │ ├── ExtendedPlugin.html │ │ │ │ │ ├── FillerControllerDatasetOptions.html │ │ │ │ │ ├── FillerOptions.html │ │ │ │ │ ├── FontSpec.html │ │ │ │ │ ├── GridLineOptions.html │ │ │ │ │ ├── InteractionItem.html │ │ │ │ │ ├── InteractionModeMap.html │ │ │ │ │ ├── InteractionOptions.html │ │ │ │ │ ├── LayoutItem.html │ │ │ │ │ ├── LegendElement.html │ │ │ │ │ ├── LegendItem.html │ │ │ │ │ ├── LegendOptions.html │ │ │ │ │ ├── LineControllerChartOptions.html │ │ │ │ │ ├── LineControllerDatasetOptions.html │ │ │ │ │ ├── LineElement.html │ │ │ │ │ ├── LineHoverOptions.html │ │ │ │ │ ├── LineOptions.html │ │ │ │ │ ├── LineProps.html │ │ │ │ │ ├── ParsingOptions.html │ │ │ │ │ ├── Plugin.html │ │ │ │ │ ├── PluginChartOptions.html │ │ │ │ │ ├── PluginOptionsByType.html │ │ │ │ │ ├── Point.html │ │ │ │ │ ├── PointElement.html │ │ │ │ │ ├── PointHoverOptions.html │ │ │ │ │ ├── PointOptions.html │ │ │ │ │ ├── PointPrefixedHoverOptions.html │ │ │ │ │ ├── PointPrefixedOptions.html │ │ │ │ │ ├── PointProps.html │ │ │ │ │ ├── PolarAreaController.html │ │ │ │ │ ├── PolarAreaControllerChartOptions.html │ │ │ │ │ ├── PolarAreaControllerDatasetOptions.html │ │ │ │ │ ├── RadarControllerDatasetOptions.html │ │ │ │ │ ├── RadialLinearScale.html │ │ │ │ │ ├── RadialScaleTypeRegistry.html │ │ │ │ │ ├── Registry.html │ │ │ │ │ ├── ScaleTypeRegistry.html │ │ │ │ │ ├── ScatterDataPoint.html │ │ │ │ │ ├── ScriptableCartesianScaleContext.html │ │ │ │ │ ├── ScriptableChartContext.html │ │ │ │ │ ├── ScriptableContext.html │ │ │ │ │ ├── ScriptableLineSegmentContext.html │ │ │ │ │ ├── ScriptableScaleContext.html │ │ │ │ │ ├── ScriptableScalePointLabelContext.html │ │ │ │ │ ├── ScriptableTooltipContext.html │ │ │ │ │ ├── Segment.html │ │ │ │ │ ├── Tick.html │ │ │ │ │ ├── TickOptions.html │ │ │ │ │ ├── TimeScale.html │ │ │ │ │ ├── TitleOptions.html │ │ │ │ │ ├── Tooltip.html │ │ │ │ │ ├── TooltipCallbacks.html │ │ │ │ │ ├── TooltipItem.html │ │ │ │ │ ├── TooltipLabelStyle.html │ │ │ │ │ ├── TooltipModel.html │ │ │ │ │ ├── TooltipOptions.html │ │ │ │ │ ├── TooltipPosition.html │ │ │ │ │ ├── TooltipPositionerMap.html │ │ │ │ │ ├── TypedRegistry.html │ │ │ │ │ └── VisualElement.html │ │ │ ├── assets │ │ │ │ ├── css │ │ │ │ │ └── 0.styles.7d07a4d1.css │ │ │ │ ├── img │ │ │ │ │ ├── destroy_flowchart.10814816.png │ │ │ │ │ ├── event_flowchart.83015c7a.png │ │ │ │ │ ├── init_flowchart.ee5be600.png │ │ │ │ │ ├── render_flowchart.41a98316.png │ │ │ │ │ ├── scale_flowchart.fa1ab63e.png │ │ │ │ │ ├── search.83621669.svg │ │ │ │ │ └── update_flowchart.0556691d.png │ │ │ │ └── js │ │ │ │ │ ├── 10.edbecfa9.js │ │ │ │ │ ├── 100.f7a12d8b.js │ │ │ │ │ ├── 101.15c56dbb.js │ │ │ │ │ ├── 102.33b746ea.js │ │ │ │ │ ├── 103.850a4486.js │ │ │ │ │ ├── 104.8b4f368b.js │ │ │ │ │ ├── 105.1a3d6c41.js │ │ │ │ │ ├── 106.d8f8b4c1.js │ │ │ │ │ ├── 107.38cf9b4f.js │ │ │ │ │ ├── 108.a30da8c9.js │ │ │ │ │ ├── 109.6d56b7d1.js │ │ │ │ │ ├── 11.b98e8151.js │ │ │ │ │ ├── 110.c44e533c.js │ │ │ │ │ ├── 111.ccb9a835.js │ │ │ │ │ ├── 112.2d2a2890.js │ │ │ │ │ ├── 113.5ac0921f.js │ │ │ │ │ ├── 114.90ef8814.js │ │ │ │ │ ├── 115.12a72d27.js │ │ │ │ │ ├── 116.6b780970.js │ │ │ │ │ ├── 117.79604442.js │ │ │ │ │ ├── 118.7752bc89.js │ │ │ │ │ ├── 119.d8e76ef0.js │ │ │ │ │ ├── 12.433f0c7e.js │ │ │ │ │ ├── 120.ed76595e.js │ │ │ │ │ ├── 121.cc3d56f2.js │ │ │ │ │ ├── 122.c8651871.js │ │ │ │ │ ├── 123.f7d5f223.js │ │ │ │ │ ├── 124.88ce07a4.js │ │ │ │ │ ├── 125.a9572036.js │ │ │ │ │ ├── 126.879447b3.js │ │ │ │ │ ├── 127.3b8478f3.js │ │ │ │ │ ├── 128.87d67ad7.js │ │ │ │ │ ├── 129.f6241700.js │ │ │ │ │ ├── 13.b6743084.js │ │ │ │ │ ├── 130.a9cb856a.js │ │ │ │ │ ├── 131.45e904c9.js │ │ │ │ │ ├── 132.abd9e4c2.js │ │ │ │ │ ├── 133.d5aa1db6.js │ │ │ │ │ ├── 134.4bfa3b5a.js │ │ │ │ │ ├── 135.8c7630ad.js │ │ │ │ │ ├── 136.f813e062.js │ │ │ │ │ ├── 137.6cab2863.js │ │ │ │ │ ├── 138.03ec5265.js │ │ │ │ │ ├── 139.924812c0.js │ │ │ │ │ ├── 14.422fec10.js │ │ │ │ │ ├── 140.a7967a5d.js │ │ │ │ │ ├── 141.34a018bb.js │ │ │ │ │ ├── 142.c5bfcdd4.js │ │ │ │ │ ├── 143.05e388ba.js │ │ │ │ │ ├── 144.a98bdbcc.js │ │ │ │ │ ├── 145.826b73e0.js │ │ │ │ │ ├── 146.001afadf.js │ │ │ │ │ ├── 147.fcadaef3.js │ │ │ │ │ ├── 148.604863a4.js │ │ │ │ │ ├── 149.6509ed9f.js │ │ │ │ │ ├── 15.09a69fc3.js │ │ │ │ │ ├── 150.fd8575ca.js │ │ │ │ │ ├── 151.67ecd4a3.js │ │ │ │ │ ├── 152.481a7bd4.js │ │ │ │ │ ├── 153.dbf3f3aa.js │ │ │ │ │ ├── 154.2aa9c67d.js │ │ │ │ │ ├── 155.e3367ebc.js │ │ │ │ │ ├── 156.a5bb942d.js │ │ │ │ │ ├── 157.09caef4e.js │ │ │ │ │ ├── 158.1f82587f.js │ │ │ │ │ ├── 159.4cebd9d3.js │ │ │ │ │ ├── 16.0414f390.js │ │ │ │ │ ├── 160.47df8215.js │ │ │ │ │ ├── 161.fac79692.js │ │ │ │ │ ├── 162.9f2f870f.js │ │ │ │ │ ├── 163.4f1604f9.js │ │ │ │ │ ├── 164.7f8d8643.js │ │ │ │ │ ├── 165.fe2baa69.js │ │ │ │ │ ├── 166.c82b3c76.js │ │ │ │ │ ├── 167.3c3f2ff1.js │ │ │ │ │ ├── 168.8d2e8e83.js │ │ │ │ │ ├── 169.b10c84bd.js │ │ │ │ │ ├── 17.8dfcb176.js │ │ │ │ │ ├── 170.b9db8312.js │ │ │ │ │ ├── 171.2480fc36.js │ │ │ │ │ ├── 172.81c5206a.js │ │ │ │ │ ├── 173.477dcbae.js │ │ │ │ │ ├── 174.05398ca3.js │ │ │ │ │ ├── 175.84ab69d0.js │ │ │ │ │ ├── 176.f48183c3.js │ │ │ │ │ ├── 177.d0d35403.js │ │ │ │ │ ├── 178.55d433fd.js │ │ │ │ │ ├── 179.9442c138.js │ │ │ │ │ ├── 18.c331029e.js │ │ │ │ │ ├── 180.5c15d5d4.js │ │ │ │ │ ├── 181.911f367b.js │ │ │ │ │ ├── 182.72f663e8.js │ │ │ │ │ ├── 183.22b2258c.js │ │ │ │ │ ├── 184.15b21065.js │ │ │ │ │ ├── 185.894ea40b.js │ │ │ │ │ ├── 186.f6394459.js │ │ │ │ │ ├── 187.7bd9b3fe.js │ │ │ │ │ ├── 188.3baa9bcd.js │ │ │ │ │ ├── 189.18e63b11.js │ │ │ │ │ ├── 19.13bdd658.js │ │ │ │ │ ├── 190.b7ffb54a.js │ │ │ │ │ ├── 191.13061aba.js │ │ │ │ │ ├── 192.1bf9bd61.js │ │ │ │ │ ├── 193.8fa44455.js │ │ │ │ │ ├── 194.49c9a3c0.js │ │ │ │ │ ├── 195.eb1e8802.js │ │ │ │ │ ├── 196.9b925823.js │ │ │ │ │ ├── 197.adca6c8c.js │ │ │ │ │ ├── 198.2ae0961a.js │ │ │ │ │ ├── 199.cd9dca80.js │ │ │ │ │ ├── 2.3e2307f3.js │ │ │ │ │ ├── 20.5d11c294.js │ │ │ │ │ ├── 200.2eb9437f.js │ │ │ │ │ ├── 201.6dba10c3.js │ │ │ │ │ ├── 202.9c5057c6.js │ │ │ │ │ ├── 203.98a3c2b8.js │ │ │ │ │ ├── 204.50d5cf2e.js │ │ │ │ │ ├── 205.e56e820b.js │ │ │ │ │ ├── 206.6ce5c41e.js │ │ │ │ │ ├── 207.8aa83d91.js │ │ │ │ │ ├── 208.296ee160.js │ │ │ │ │ ├── 209.13279349.js │ │ │ │ │ ├── 21.7b54d7d8.js │ │ │ │ │ ├── 210.63e30420.js │ │ │ │ │ ├── 211.0b325f23.js │ │ │ │ │ ├── 212.be671e2e.js │ │ │ │ │ ├── 213.81d2e607.js │ │ │ │ │ ├── 214.ba403b5c.js │ │ │ │ │ ├── 215.2efcec5f.js │ │ │ │ │ ├── 216.e01d3100.js │ │ │ │ │ ├── 217.906c8d54.js │ │ │ │ │ ├── 218.94e33827.js │ │ │ │ │ ├── 219.21c5e01f.js │ │ │ │ │ ├── 22.c2daedd0.js │ │ │ │ │ ├── 220.3ba160e4.js │ │ │ │ │ ├── 221.5c17138c.js │ │ │ │ │ ├── 222.aea004ce.js │ │ │ │ │ ├── 223.cbb7b883.js │ │ │ │ │ ├── 224.b130b37f.js │ │ │ │ │ ├── 225.32f90319.js │ │ │ │ │ ├── 226.8c102c21.js │ │ │ │ │ ├── 227.b3d60339.js │ │ │ │ │ ├── 228.72f0ad18.js │ │ │ │ │ ├── 229.3daa3b7e.js │ │ │ │ │ ├── 23.2c668e20.js │ │ │ │ │ ├── 230.7e5a85b1.js │ │ │ │ │ ├── 231.b83d12f1.js │ │ │ │ │ ├── 232.e902f42d.js │ │ │ │ │ ├── 233.b4f254c0.js │ │ │ │ │ ├── 234.d975df48.js │ │ │ │ │ ├── 235.71a7be7d.js │ │ │ │ │ ├── 236.05d87a5e.js │ │ │ │ │ ├── 237.d518e28b.js │ │ │ │ │ ├── 238.eb60e397.js │ │ │ │ │ ├── 239.81fecfed.js │ │ │ │ │ ├── 24.af200d5b.js │ │ │ │ │ ├── 240.c0869bc2.js │ │ │ │ │ ├── 241.59dc896f.js │ │ │ │ │ ├── 242.6d423d39.js │ │ │ │ │ ├── 243.a355eaa8.js │ │ │ │ │ ├── 244.ad729cf8.js │ │ │ │ │ ├── 245.c3cd6bbe.js │ │ │ │ │ ├── 246.d0708528.js │ │ │ │ │ ├── 247.13d65d78.js │ │ │ │ │ ├── 248.1d222543.js │ │ │ │ │ ├── 249.2d7a9bf1.js │ │ │ │ │ ├── 25.4f97f63f.js │ │ │ │ │ ├── 250.09ef38e2.js │ │ │ │ │ ├── 251.0cb90e8a.js │ │ │ │ │ ├── 252.2ff0def4.js │ │ │ │ │ ├── 253.61c7c505.js │ │ │ │ │ ├── 254.20137eeb.js │ │ │ │ │ ├── 255.49c937e9.js │ │ │ │ │ ├── 256.8d709dae.js │ │ │ │ │ ├── 257.b3ebdce7.js │ │ │ │ │ ├── 258.792f66d1.js │ │ │ │ │ ├── 259.98c809e9.js │ │ │ │ │ ├── 26.d1bb645c.js │ │ │ │ │ ├── 260.54ff10d2.js │ │ │ │ │ ├── 261.928afea4.js │ │ │ │ │ ├── 27.2d5c4a6b.js │ │ │ │ │ ├── 28.72dee0f1.js │ │ │ │ │ ├── 29.8820be26.js │ │ │ │ │ ├── 3.947b8d98.js │ │ │ │ │ ├── 30.343676b8.js │ │ │ │ │ ├── 31.cff089f1.js │ │ │ │ │ ├── 32.56d8546e.js │ │ │ │ │ ├── 33.6b642a06.js │ │ │ │ │ ├── 34.360a9ea9.js │ │ │ │ │ ├── 35.205d7fac.js │ │ │ │ │ ├── 36.f2765bae.js │ │ │ │ │ ├── 37.6c33435e.js │ │ │ │ │ ├── 38.a778a6a2.js │ │ │ │ │ ├── 39.7dda160f.js │ │ │ │ │ ├── 4.ee88d25a.js │ │ │ │ │ ├── 40.bd778eac.js │ │ │ │ │ ├── 41.b79220f6.js │ │ │ │ │ ├── 42.c3157beb.js │ │ │ │ │ ├── 43.097368d1.js │ │ │ │ │ ├── 44.2515f16e.js │ │ │ │ │ ├── 45.d5b4b7c3.js │ │ │ │ │ ├── 46.bbab8d6e.js │ │ │ │ │ ├── 47.79aa575e.js │ │ │ │ │ ├── 48.45785af9.js │ │ │ │ │ ├── 49.0569a6eb.js │ │ │ │ │ ├── 5.00f814ac.js │ │ │ │ │ ├── 50.14bd3ba2.js │ │ │ │ │ ├── 51.e0968711.js │ │ │ │ │ ├── 52.fe65ddf8.js │ │ │ │ │ ├── 53.faa1ff3f.js │ │ │ │ │ ├── 54.fcfed2c5.js │ │ │ │ │ ├── 55.7db1d28a.js │ │ │ │ │ ├── 56.8b0e82b7.js │ │ │ │ │ ├── 57.9de2d983.js │ │ │ │ │ ├── 58.b0f8ad0c.js │ │ │ │ │ ├── 59.f1ff4935.js │ │ │ │ │ ├── 6.2bc86161.js │ │ │ │ │ ├── 60.ac08de9a.js │ │ │ │ │ ├── 61.ea4fad75.js │ │ │ │ │ ├── 62.5c85853b.js │ │ │ │ │ ├── 63.5ac99656.js │ │ │ │ │ ├── 64.c6838e95.js │ │ │ │ │ ├── 65.4c1b089e.js │ │ │ │ │ ├── 66.379a6b45.js │ │ │ │ │ ├── 67.15703e17.js │ │ │ │ │ ├── 68.ffdefd7d.js │ │ │ │ │ ├── 69.bdeb7b9b.js │ │ │ │ │ ├── 7.74f2ce90.js │ │ │ │ │ ├── 70.3dadb5ed.js │ │ │ │ │ ├── 71.2c97fe38.js │ │ │ │ │ ├── 72.dc778e17.js │ │ │ │ │ ├── 73.d88fcb57.js │ │ │ │ │ ├── 74.bba2165e.js │ │ │ │ │ ├── 75.15562a81.js │ │ │ │ │ ├── 76.21f5a94e.js │ │ │ │ │ ├── 77.0725268e.js │ │ │ │ │ ├── 78.d6f610d1.js │ │ │ │ │ ├── 79.60d67faa.js │ │ │ │ │ ├── 8.8928eb8b.js │ │ │ │ │ ├── 80.99d71ee0.js │ │ │ │ │ ├── 81.f1500469.js │ │ │ │ │ ├── 82.69f363a6.js │ │ │ │ │ ├── 83.f1fbcb2c.js │ │ │ │ │ ├── 84.b76e3156.js │ │ │ │ │ ├── 85.efc4bd54.js │ │ │ │ │ ├── 86.85011b24.js │ │ │ │ │ ├── 87.6a88d571.js │ │ │ │ │ ├── 88.0f45cfe0.js │ │ │ │ │ ├── 89.e67ddb59.js │ │ │ │ │ ├── 9.63ebb16b.js │ │ │ │ │ ├── 90.96ebfa9b.js │ │ │ │ │ ├── 91.cdde4d3f.js │ │ │ │ │ ├── 92.dc3f06d2.js │ │ │ │ │ ├── 93.aaa04d52.js │ │ │ │ │ ├── 94.2af5650c.js │ │ │ │ │ ├── 95.1d44ec16.js │ │ │ │ │ ├── 96.9545127d.js │ │ │ │ │ ├── 97.8b18f487.js │ │ │ │ │ ├── 98.cb259cd0.js │ │ │ │ │ ├── 99.6251650a.js │ │ │ │ │ └── app.7e0dc8c8.js │ │ │ ├── axes │ │ │ │ ├── _common.html │ │ │ │ ├── _common_ticks.html │ │ │ │ ├── cartesian │ │ │ │ │ ├── _common.html │ │ │ │ │ ├── _common_ticks.html │ │ │ │ │ ├── category.html │ │ │ │ │ ├── index.html │ │ │ │ │ ├── linear.html │ │ │ │ │ ├── logarithmic.html │ │ │ │ │ ├── time.html │ │ │ │ │ └── timeseries.html │ │ │ │ ├── index.html │ │ │ │ ├── labelling.html │ │ │ │ ├── radial │ │ │ │ │ ├── index.html │ │ │ │ │ └── linear.html │ │ │ │ └── styling.html │ │ │ ├── charts │ │ │ │ ├── area.html │ │ │ │ ├── bar.html │ │ │ │ ├── bubble.html │ │ │ │ ├── doughnut.html │ │ │ │ ├── index.html │ │ │ │ ├── line.html │ │ │ │ ├── mixed.html │ │ │ │ ├── polar.html │ │ │ │ ├── radar.html │ │ │ │ └── scatter.html │ │ │ ├── configuration │ │ │ │ ├── animations.html │ │ │ │ ├── canvas-background.html │ │ │ │ ├── decimation.html │ │ │ │ ├── device-pixel-ratio.html │ │ │ │ ├── elements.html │ │ │ │ ├── index.html │ │ │ │ ├── interactions.html │ │ │ │ ├── layout.html │ │ │ │ ├── legend.html │ │ │ │ ├── locale.html │ │ │ │ ├── responsive.html │ │ │ │ ├── subtitle.html │ │ │ │ ├── title.html │ │ │ │ └── tooltip.html │ │ │ ├── developers │ │ │ │ ├── api.html │ │ │ │ ├── axes.html │ │ │ │ ├── charts.html │ │ │ │ ├── contributing.html │ │ │ │ ├── index.html │ │ │ │ ├── plugins.html │ │ │ │ ├── publishing.html │ │ │ │ └── updates.html │ │ │ ├── favicon.ico │ │ │ ├── general │ │ │ │ ├── accessibility.html │ │ │ │ ├── colors.html │ │ │ │ ├── data-structures.html │ │ │ │ ├── fonts.html │ │ │ │ ├── index.html │ │ │ │ ├── options.html │ │ │ │ ├── padding.html │ │ │ │ └── performance.html │ │ │ ├── getting-started │ │ │ │ ├── index.html │ │ │ │ ├── installation.html │ │ │ │ ├── integration.html │ │ │ │ ├── usage.html │ │ │ │ └── v3-migration.html │ │ │ ├── index.html │ │ │ ├── logo.png │ │ │ ├── logo.svg │ │ │ └── samples │ │ │ │ ├── advanced │ │ │ │ ├── data-decimation.html │ │ │ │ ├── derived-axis-type.html │ │ │ │ ├── derived-chart-type.html │ │ │ │ ├── linear-gradient.html │ │ │ │ ├── programmatic-events.html │ │ │ │ ├── progress-bar.html │ │ │ │ └── radial-gradient.html │ │ │ │ ├── animations │ │ │ │ ├── delay.html │ │ │ │ ├── drop.html │ │ │ │ ├── loop.html │ │ │ │ ├── progressive-line-easing.html │ │ │ │ └── progressive-line.html │ │ │ │ ├── area │ │ │ │ ├── line-boundaries.html │ │ │ │ ├── line-datasets.html │ │ │ │ ├── line-drawtime.html │ │ │ │ ├── line-stacked.html │ │ │ │ └── radar.html │ │ │ │ ├── bar │ │ │ │ ├── border-radius.html │ │ │ │ ├── floating.html │ │ │ │ ├── horizontal.html │ │ │ │ ├── stacked-groups.html │ │ │ │ ├── stacked.html │ │ │ │ └── vertical.html │ │ │ │ ├── index.html │ │ │ │ ├── information.html │ │ │ │ ├── legend │ │ │ │ ├── events.html │ │ │ │ ├── html.html │ │ │ │ ├── point-style.html │ │ │ │ ├── position.html │ │ │ │ └── title.html │ │ │ │ ├── line │ │ │ │ ├── interpolation.html │ │ │ │ ├── line.html │ │ │ │ ├── multi-axis.html │ │ │ │ ├── point-styling.html │ │ │ │ ├── segments.html │ │ │ │ ├── stepped.html │ │ │ │ └── styling.html │ │ │ │ ├── other-charts │ │ │ │ ├── bubble.html │ │ │ │ ├── combo-bar-line.html │ │ │ │ ├── doughnut.html │ │ │ │ ├── multi-series-pie.html │ │ │ │ ├── pie.html │ │ │ │ ├── polar-area-center-labels.html │ │ │ │ ├── polar-area.html │ │ │ │ ├── radar-skip-points.html │ │ │ │ ├── radar.html │ │ │ │ ├── scatter-multi-axis.html │ │ │ │ ├── scatter.html │ │ │ │ └── stacked-bar-line.html │ │ │ │ ├── plugins │ │ │ │ ├── chart-area-border.html │ │ │ │ ├── doughnut-empty-state.html │ │ │ │ └── quadrants.html │ │ │ │ ├── scale-options │ │ │ │ ├── center.html │ │ │ │ ├── grid.html │ │ │ │ ├── ticks.html │ │ │ │ └── titles.html │ │ │ │ ├── scales │ │ │ │ ├── linear-min-max-suggested.html │ │ │ │ ├── linear-min-max.html │ │ │ │ ├── linear-step-size.html │ │ │ │ ├── log.html │ │ │ │ ├── stacked.html │ │ │ │ ├── time-combo.html │ │ │ │ ├── time-line.html │ │ │ │ └── time-max-span.html │ │ │ │ ├── scriptable │ │ │ │ ├── bar.html │ │ │ │ ├── bubble.html │ │ │ │ ├── line.html │ │ │ │ ├── pie.html │ │ │ │ ├── polar.html │ │ │ │ └── radar.html │ │ │ │ ├── subtitle │ │ │ │ └── basic.html │ │ │ │ ├── title │ │ │ │ └── alignment.html │ │ │ │ ├── tooltip │ │ │ │ ├── content.html │ │ │ │ ├── html.html │ │ │ │ ├── interactions.html │ │ │ │ ├── point-style.html │ │ │ │ └── position.html │ │ │ │ └── utils.html │ │ ├── helpers.esm.js │ │ └── helpers.mjs │ ├── choices.js │ │ ├── LICENSE │ │ ├── README.md │ │ ├── package.json │ │ ├── public │ │ │ └── assets │ │ │ │ ├── scripts │ │ │ │ ├── .eslintrc.js │ │ │ │ ├── choices.js │ │ │ │ ├── choices.min.js │ │ │ │ └── choices.min.js.LICENSE.txt │ │ │ │ └── styles │ │ │ │ ├── base.css │ │ │ │ ├── base.css.map │ │ │ │ ├── base.min.css │ │ │ │ ├── choices.css │ │ │ │ ├── choices.css.map │ │ │ │ └── choices.min.css │ │ └── src │ │ │ ├── icons │ │ │ ├── cross-inverse.svg │ │ │ └── cross.svg │ │ │ ├── scripts │ │ │ ├── actions │ │ │ │ ├── choices.test.ts │ │ │ │ ├── choices.ts │ │ │ │ ├── groups.test.ts │ │ │ │ ├── groups.ts │ │ │ │ ├── items.test.ts │ │ │ │ ├── items.ts │ │ │ │ ├── misc.test.ts │ │ │ │ └── misc.ts │ │ │ ├── choices.test.ts │ │ │ ├── choices.ts │ │ │ ├── components │ │ │ │ ├── container.test.ts │ │ │ │ ├── container.ts │ │ │ │ ├── dropdown.test.ts │ │ │ │ ├── dropdown.ts │ │ │ │ ├── index.ts │ │ │ │ ├── input.test.ts │ │ │ │ ├── input.ts │ │ │ │ ├── list.test.ts │ │ │ │ ├── list.ts │ │ │ │ ├── wrapped-element.test.ts │ │ │ │ ├── wrapped-element.ts │ │ │ │ ├── wrapped-input.test.ts │ │ │ │ ├── wrapped-input.ts │ │ │ │ ├── wrapped-select.test.ts │ │ │ │ └── wrapped-select.ts │ │ │ ├── constants.test.ts │ │ │ ├── constants.ts │ │ │ ├── defaults.ts │ │ │ ├── interfaces │ │ │ │ ├── action-type.ts │ │ │ │ ├── choice.ts │ │ │ │ ├── choices.ts │ │ │ │ ├── class-names.ts │ │ │ │ ├── event-type.ts │ │ │ │ ├── group.ts │ │ │ │ ├── item.ts │ │ │ │ ├── keycode-map.ts │ │ │ │ ├── notice.ts │ │ │ │ ├── options.ts │ │ │ │ ├── passed-element-type.ts │ │ │ │ ├── passed-element.ts │ │ │ │ ├── position-options-type.ts │ │ │ │ ├── state.ts │ │ │ │ └── types.ts │ │ │ ├── lib │ │ │ │ ├── utils.test.ts │ │ │ │ └── utils.ts │ │ │ ├── reducers │ │ │ │ ├── choices.test.ts │ │ │ │ ├── choices.ts │ │ │ │ ├── groups.test.ts │ │ │ │ ├── groups.ts │ │ │ │ ├── index.test.ts │ │ │ │ ├── index.ts │ │ │ │ ├── items.test.ts │ │ │ │ ├── items.ts │ │ │ │ ├── loading.test.ts │ │ │ │ └── loading.ts │ │ │ ├── store │ │ │ │ ├── store.test.ts │ │ │ │ └── store.ts │ │ │ ├── templates.test.ts │ │ │ └── templates.ts │ │ │ └── styles │ │ │ ├── base.scss │ │ │ └── choices.scss │ ├── datatables.net-bs5 │ │ ├── License.txt │ │ ├── Readme.md │ │ ├── css │ │ │ ├── dataTables.bootstrap5.css │ │ │ └── dataTables.bootstrap5.min.css │ │ ├── images │ │ │ ├── favicon.ico │ │ │ ├── sort_asc.png │ │ │ ├── sort_asc_disabled.png │ │ │ ├── sort_both.png │ │ │ ├── sort_desc.png │ │ │ └── sort_desc_disabled.png │ │ ├── js │ │ │ ├── dataTables.bootstrap5.js │ │ │ └── dataTables.bootstrap5.min.js │ │ ├── package.json │ │ └── types │ │ │ └── dataTables.bootstrap5.d.ts │ ├── dayjs │ │ ├── .editorconfig │ │ ├── CHANGELOG.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── dayjs.min.js │ │ ├── esm │ │ │ ├── constant.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ ├── locale │ │ │ │ ├── af.js │ │ │ │ ├── am.js │ │ │ │ ├── ar-dz.js │ │ │ │ ├── ar-iq.js │ │ │ │ ├── ar-kw.js │ │ │ │ ├── ar-ly.js │ │ │ │ ├── ar-ma.js │ │ │ │ ├── ar-sa.js │ │ │ │ ├── ar-tn.js │ │ │ │ ├── ar.js │ │ │ │ ├── az.js │ │ │ │ ├── be.js │ │ │ │ ├── bg.js │ │ │ │ ├── bi.js │ │ │ │ ├── bm.js │ │ │ │ ├── bn-bd.js │ │ │ │ ├── bn.js │ │ │ │ ├── bo.js │ │ │ │ ├── br.js │ │ │ │ ├── bs.js │ │ │ │ ├── ca.js │ │ │ │ ├── cs.js │ │ │ │ ├── cv.js │ │ │ │ ├── cy.js │ │ │ │ ├── da.js │ │ │ │ ├── de-at.js │ │ │ │ ├── de-ch.js │ │ │ │ ├── de.js │ │ │ │ ├── dv.js │ │ │ │ ├── el.js │ │ │ │ ├── en-au.js │ │ │ │ ├── en-ca.js │ │ │ │ ├── en-gb.js │ │ │ │ ├── en-ie.js │ │ │ │ ├── en-il.js │ │ │ │ ├── en-in.js │ │ │ │ ├── en-nz.js │ │ │ │ ├── en-sg.js │ │ │ │ ├── en-tt.js │ │ │ │ ├── en.js │ │ │ │ ├── eo.js │ │ │ │ ├── es-do.js │ │ │ │ ├── es-mx.js │ │ │ │ ├── es-pr.js │ │ │ │ ├── es-us.js │ │ │ │ ├── es.js │ │ │ │ ├── et.js │ │ │ │ ├── eu.js │ │ │ │ ├── fa.js │ │ │ │ ├── fi.js │ │ │ │ ├── fo.js │ │ │ │ ├── fr-ca.js │ │ │ │ ├── fr-ch.js │ │ │ │ ├── fr.js │ │ │ │ ├── fy.js │ │ │ │ ├── ga.js │ │ │ │ ├── gd.js │ │ │ │ ├── gl.js │ │ │ │ ├── gom-latn.js │ │ │ │ ├── gu.js │ │ │ │ ├── he.js │ │ │ │ ├── hi.js │ │ │ │ ├── hr.js │ │ │ │ ├── ht.js │ │ │ │ ├── hu.js │ │ │ │ ├── hy-am.js │ │ │ │ ├── id.js │ │ │ │ ├── index.d.ts │ │ │ │ ├── is.js │ │ │ │ ├── it-ch.js │ │ │ │ ├── it.js │ │ │ │ ├── ja.js │ │ │ │ ├── jv.js │ │ │ │ ├── ka.js │ │ │ │ ├── kk.js │ │ │ │ ├── km.js │ │ │ │ ├── kn.js │ │ │ │ ├── ko.js │ │ │ │ ├── ku.js │ │ │ │ ├── ky.js │ │ │ │ ├── lb.js │ │ │ │ ├── lo.js │ │ │ │ ├── lt.js │ │ │ │ ├── lv.js │ │ │ │ ├── me.js │ │ │ │ ├── mi.js │ │ │ │ ├── mk.js │ │ │ │ ├── ml.js │ │ │ │ ├── mn.js │ │ │ │ ├── mr.js │ │ │ │ ├── ms-my.js │ │ │ │ ├── ms.js │ │ │ │ ├── mt.js │ │ │ │ ├── my.js │ │ │ │ ├── nb.js │ │ │ │ ├── ne.js │ │ │ │ ├── nl-be.js │ │ │ │ ├── nl.js │ │ │ │ ├── nn.js │ │ │ │ ├── oc-lnc.js │ │ │ │ ├── pa-in.js │ │ │ │ ├── pl.js │ │ │ │ ├── pt-br.js │ │ │ │ ├── pt.js │ │ │ │ ├── rn.js │ │ │ │ ├── ro.js │ │ │ │ ├── ru.js │ │ │ │ ├── rw.js │ │ │ │ ├── sd.js │ │ │ │ ├── se.js │ │ │ │ ├── si.js │ │ │ │ ├── sk.js │ │ │ │ ├── sl.js │ │ │ │ ├── sq.js │ │ │ │ ├── sr-cyrl.js │ │ │ │ ├── sr.js │ │ │ │ ├── ss.js │ │ │ │ ├── sv-fi.js │ │ │ │ ├── sv.js │ │ │ │ ├── sw.js │ │ │ │ ├── ta.js │ │ │ │ ├── te.js │ │ │ │ ├── tet.js │ │ │ │ ├── tg.js │ │ │ │ ├── th.js │ │ │ │ ├── tk.js │ │ │ │ ├── tl-ph.js │ │ │ │ ├── tlh.js │ │ │ │ ├── tr.js │ │ │ │ ├── types.d.ts │ │ │ │ ├── tzl.js │ │ │ │ ├── tzm-latn.js │ │ │ │ ├── tzm.js │ │ │ │ ├── ug-cn.js │ │ │ │ ├── uk.js │ │ │ │ ├── ur.js │ │ │ │ ├── uz-latn.js │ │ │ │ ├── uz.js │ │ │ │ ├── vi.js │ │ │ │ ├── x-pseudo.js │ │ │ │ ├── yo.js │ │ │ │ ├── zh-cn.js │ │ │ │ ├── zh-hk.js │ │ │ │ ├── zh-tw.js │ │ │ │ └── zh.js │ │ │ ├── plugin │ │ │ │ ├── advancedFormat │ │ │ │ │ ├── index.d.ts │ │ │ │ │ └── index.js │ │ │ │ ├── arraySupport │ │ │ │ │ ├── index.d.ts │ │ │ │ │ └── index.js │ │ │ │ ├── badMutable │ │ │ │ │ ├── index.d.ts │ │ │ │ │ └── index.js │ │ │ │ ├── buddhistEra │ │ │ │ │ ├── index.d.ts │ │ │ │ │ └── index.js │ │ │ │ ├── calendar │ │ │ │ │ ├── index.d.ts │ │ │ │ │ └── index.js │ │ │ │ ├── customParseFormat │ │ │ │ │ ├── index.d.ts │ │ │ │ │ └── index.js │ │ │ │ ├── dayOfYear │ │ │ │ │ ├── index.d.ts │ │ │ │ │ └── index.js │ │ │ │ ├── devHelper │ │ │ │ │ ├── index.d.ts │ │ │ │ │ └── index.js │ │ │ │ ├── duration │ │ │ │ │ ├── index.d.ts │ │ │ │ │ └── index.js │ │ │ │ ├── isBetween │ │ │ │ │ ├── index.d.ts │ │ │ │ │ └── index.js │ │ │ │ ├── isLeapYear │ │ │ │ │ ├── index.d.ts │ │ │ │ │ └── index.js │ │ │ │ ├── isMoment │ │ │ │ │ ├── index.d.ts │ │ │ │ │ └── index.js │ │ │ │ ├── isSameOrAfter │ │ │ │ │ ├── index.d.ts │ │ │ │ │ └── index.js │ │ │ │ ├── isSameOrBefore │ │ │ │ │ ├── index.d.ts │ │ │ │ │ └── index.js │ │ │ │ ├── isToday │ │ │ │ │ ├── index.d.ts │ │ │ │ │ └── index.js │ │ │ │ ├── isTomorrow │ │ │ │ │ ├── index.d.ts │ │ │ │ │ └── index.js │ │ │ │ ├── isYesterday │ │ │ │ │ ├── index.d.ts │ │ │ │ │ └── index.js │ │ │ │ ├── isoWeek │ │ │ │ │ ├── index.d.ts │ │ │ │ │ └── index.js │ │ │ │ ├── isoWeeksInYear │ │ │ │ │ ├── index.d.ts │ │ │ │ │ └── index.js │ │ │ │ ├── localeData │ │ │ │ │ ├── index.d.ts │ │ │ │ │ └── index.js │ │ │ │ ├── localizedFormat │ │ │ │ │ ├── index.d.ts │ │ │ │ │ ├── index.js │ │ │ │ │ └── utils.js │ │ │ │ ├── minMax │ │ │ │ │ ├── index.d.ts │ │ │ │ │ └── index.js │ │ │ │ ├── objectSupport │ │ │ │ │ ├── index.d.ts │ │ │ │ │ └── index.js │ │ │ │ ├── pluralGetSet │ │ │ │ │ ├── index.d.ts │ │ │ │ │ └── index.js │ │ │ │ ├── preParsePostFormat │ │ │ │ │ ├── index.d.ts │ │ │ │ │ └── index.js │ │ │ │ ├── quarterOfYear │ │ │ │ │ ├── index.d.ts │ │ │ │ │ └── index.js │ │ │ │ ├── relativeTime │ │ │ │ │ ├── index.d.ts │ │ │ │ │ └── index.js │ │ │ │ ├── timezone │ │ │ │ │ ├── index.d.ts │ │ │ │ │ └── index.js │ │ │ │ ├── toArray │ │ │ │ │ ├── index.d.ts │ │ │ │ │ └── index.js │ │ │ │ ├── toObject │ │ │ │ │ ├── index.d.ts │ │ │ │ │ └── index.js │ │ │ │ ├── updateLocale │ │ │ │ │ ├── index.d.ts │ │ │ │ │ └── index.js │ │ │ │ ├── utc │ │ │ │ │ ├── index.d.ts │ │ │ │ │ └── index.js │ │ │ │ ├── weekOfYear │ │ │ │ │ ├── index.d.ts │ │ │ │ │ └── index.js │ │ │ │ ├── weekYear │ │ │ │ │ ├── index.d.ts │ │ │ │ │ └── index.js │ │ │ │ └── weekday │ │ │ │ │ ├── index.d.ts │ │ │ │ │ └── index.js │ │ │ └── utils.js │ │ ├── index.d.ts │ │ ├── locale.json │ │ ├── locale │ │ │ ├── af.js │ │ │ ├── am.js │ │ │ ├── ar-dz.js │ │ │ ├── ar-iq.js │ │ │ ├── ar-kw.js │ │ │ ├── ar-ly.js │ │ │ ├── ar-ma.js │ │ │ ├── ar-sa.js │ │ │ ├── ar-tn.js │ │ │ ├── ar.js │ │ │ ├── az.js │ │ │ ├── be.js │ │ │ ├── bg.js │ │ │ ├── bi.js │ │ │ ├── bm.js │ │ │ ├── bn-bd.js │ │ │ ├── bn.js │ │ │ ├── bo.js │ │ │ ├── br.js │ │ │ ├── bs.js │ │ │ ├── ca.js │ │ │ ├── cs.js │ │ │ ├── cv.js │ │ │ ├── cy.js │ │ │ ├── da.js │ │ │ ├── de-at.js │ │ │ ├── de-ch.js │ │ │ ├── de.js │ │ │ ├── dv.js │ │ │ ├── el.js │ │ │ ├── en-au.js │ │ │ ├── en-ca.js │ │ │ ├── en-gb.js │ │ │ ├── en-ie.js │ │ │ ├── en-il.js │ │ │ ├── en-in.js │ │ │ ├── en-nz.js │ │ │ ├── en-sg.js │ │ │ ├── en-tt.js │ │ │ ├── en.js │ │ │ ├── eo.js │ │ │ ├── es-do.js │ │ │ ├── es-mx.js │ │ │ ├── es-pr.js │ │ │ ├── es-us.js │ │ │ ├── es.js │ │ │ ├── et.js │ │ │ ├── eu.js │ │ │ ├── fa.js │ │ │ ├── fi.js │ │ │ ├── fo.js │ │ │ ├── fr-ca.js │ │ │ ├── fr-ch.js │ │ │ ├── fr.js │ │ │ ├── fy.js │ │ │ ├── ga.js │ │ │ ├── gd.js │ │ │ ├── gl.js │ │ │ ├── gom-latn.js │ │ │ ├── gu.js │ │ │ ├── he.js │ │ │ ├── hi.js │ │ │ ├── hr.js │ │ │ ├── ht.js │ │ │ ├── hu.js │ │ │ ├── hy-am.js │ │ │ ├── id.js │ │ │ ├── index.d.ts │ │ │ ├── is.js │ │ │ ├── it-ch.js │ │ │ ├── it.js │ │ │ ├── ja.js │ │ │ ├── jv.js │ │ │ ├── ka.js │ │ │ ├── kk.js │ │ │ ├── km.js │ │ │ ├── kn.js │ │ │ ├── ko.js │ │ │ ├── ku.js │ │ │ ├── ky.js │ │ │ ├── lb.js │ │ │ ├── lo.js │ │ │ ├── lt.js │ │ │ ├── lv.js │ │ │ ├── me.js │ │ │ ├── mi.js │ │ │ ├── mk.js │ │ │ ├── ml.js │ │ │ ├── mn.js │ │ │ ├── mr.js │ │ │ ├── ms-my.js │ │ │ ├── ms.js │ │ │ ├── mt.js │ │ │ ├── my.js │ │ │ ├── nb.js │ │ │ ├── ne.js │ │ │ ├── nl-be.js │ │ │ ├── nl.js │ │ │ ├── nn.js │ │ │ ├── oc-lnc.js │ │ │ ├── pa-in.js │ │ │ ├── pl.js │ │ │ ├── pt-br.js │ │ │ ├── pt.js │ │ │ ├── rn.js │ │ │ ├── ro.js │ │ │ ├── ru.js │ │ │ ├── rw.js │ │ │ ├── sd.js │ │ │ ├── se.js │ │ │ ├── si.js │ │ │ ├── sk.js │ │ │ ├── sl.js │ │ │ ├── sq.js │ │ │ ├── sr-cyrl.js │ │ │ ├── sr.js │ │ │ ├── ss.js │ │ │ ├── sv-fi.js │ │ │ ├── sv.js │ │ │ ├── sw.js │ │ │ ├── ta.js │ │ │ ├── te.js │ │ │ ├── tet.js │ │ │ ├── tg.js │ │ │ ├── th.js │ │ │ ├── tk.js │ │ │ ├── tl-ph.js │ │ │ ├── tlh.js │ │ │ ├── tr.js │ │ │ ├── types.d.ts │ │ │ ├── tzl.js │ │ │ ├── tzm-latn.js │ │ │ ├── tzm.js │ │ │ ├── ug-cn.js │ │ │ ├── uk.js │ │ │ ├── ur.js │ │ │ ├── uz-latn.js │ │ │ ├── uz.js │ │ │ ├── vi.js │ │ │ ├── x-pseudo.js │ │ │ ├── yo.js │ │ │ ├── zh-cn.js │ │ │ ├── zh-hk.js │ │ │ ├── zh-tw.js │ │ │ └── zh.js │ │ ├── package.json │ │ └── plugin │ │ │ ├── advancedFormat.d.ts │ │ │ ├── advancedFormat.js │ │ │ ├── arraySupport.d.ts │ │ │ ├── arraySupport.js │ │ │ ├── badMutable.d.ts │ │ │ ├── badMutable.js │ │ │ ├── buddhistEra.d.ts │ │ │ ├── buddhistEra.js │ │ │ ├── calendar.d.ts │ │ │ ├── calendar.js │ │ │ ├── customParseFormat.d.ts │ │ │ ├── customParseFormat.js │ │ │ ├── dayOfYear.d.ts │ │ │ ├── dayOfYear.js │ │ │ ├── devHelper.d.ts │ │ │ ├── devHelper.js │ │ │ ├── duration.d.ts │ │ │ ├── duration.js │ │ │ ├── isBetween.d.ts │ │ │ ├── isBetween.js │ │ │ ├── isLeapYear.d.ts │ │ │ ├── isLeapYear.js │ │ │ ├── isMoment.d.ts │ │ │ ├── isMoment.js │ │ │ ├── isSameOrAfter.d.ts │ │ │ ├── isSameOrAfter.js │ │ │ ├── isSameOrBefore.d.ts │ │ │ ├── isSameOrBefore.js │ │ │ ├── isToday.d.ts │ │ │ ├── isToday.js │ │ │ ├── isTomorrow.d.ts │ │ │ ├── isTomorrow.js │ │ │ ├── isYesterday.d.ts │ │ │ ├── isYesterday.js │ │ │ ├── isoWeek.d.ts │ │ │ ├── isoWeek.js │ │ │ ├── isoWeeksInYear.d.ts │ │ │ ├── isoWeeksInYear.js │ │ │ ├── localeData.d.ts │ │ │ ├── localeData.js │ │ │ ├── localizedFormat.d.ts │ │ │ ├── localizedFormat.js │ │ │ ├── minMax.d.ts │ │ │ ├── minMax.js │ │ │ ├── objectSupport.d.ts │ │ │ ├── objectSupport.js │ │ │ ├── pluralGetSet.d.ts │ │ │ ├── pluralGetSet.js │ │ │ ├── preParsePostFormat.d.ts │ │ │ ├── preParsePostFormat.js │ │ │ ├── quarterOfYear.d.ts │ │ │ ├── quarterOfYear.js │ │ │ ├── relativeTime.d.ts │ │ │ ├── relativeTime.js │ │ │ ├── timezone.d.ts │ │ │ ├── timezone.js │ │ │ ├── toArray.d.ts │ │ │ ├── toArray.js │ │ │ ├── toObject.d.ts │ │ │ ├── toObject.js │ │ │ ├── updateLocale.d.ts │ │ │ ├── updateLocale.js │ │ │ ├── utc.d.ts │ │ │ ├── utc.js │ │ │ ├── weekOfYear.d.ts │ │ │ ├── weekOfYear.js │ │ │ ├── weekYear.d.ts │ │ │ ├── weekYear.js │ │ │ ├── weekday.d.ts │ │ │ └── weekday.js │ ├── dragula │ │ ├── dragula.css │ │ ├── dragula.js │ │ ├── dragula.min.css │ │ └── dragula.min.js │ ├── feather-icons │ │ ├── feather-sprite.svg │ │ ├── feather.js │ │ ├── feather.js.map │ │ ├── feather.min.js │ │ ├── feather.min.js.map │ │ ├── icons.json │ │ └── icons │ │ │ ├── activity.svg │ │ │ ├── airplay.svg │ │ │ ├── alert-circle.svg │ │ │ ├── alert-octagon.svg │ │ │ ├── alert-triangle.svg │ │ │ ├── align-center.svg │ │ │ ├── align-justify.svg │ │ │ ├── align-left.svg │ │ │ ├── align-right.svg │ │ │ ├── anchor.svg │ │ │ ├── aperture.svg │ │ │ ├── archive.svg │ │ │ ├── arrow-down-circle.svg │ │ │ ├── arrow-down-left.svg │ │ │ ├── arrow-down-right.svg │ │ │ ├── arrow-down.svg │ │ │ ├── arrow-left-circle.svg │ │ │ ├── arrow-left.svg │ │ │ ├── arrow-right-circle.svg │ │ │ ├── arrow-right.svg │ │ │ ├── arrow-up-circle.svg │ │ │ ├── arrow-up-left.svg │ │ │ ├── arrow-up-right.svg │ │ │ ├── arrow-up.svg │ │ │ ├── at-sign.svg │ │ │ ├── award.svg │ │ │ ├── bar-chart-2.svg │ │ │ ├── bar-chart.svg │ │ │ ├── battery-charging.svg │ │ │ ├── battery.svg │ │ │ ├── bell-off.svg │ │ │ ├── bell.svg │ │ │ ├── bluetooth.svg │ │ │ ├── bold.svg │ │ │ ├── book-open.svg │ │ │ ├── book.svg │ │ │ ├── bookmark.svg │ │ │ ├── box.svg │ │ │ ├── briefcase.svg │ │ │ ├── calendar.svg │ │ │ ├── camera-off.svg │ │ │ ├── camera.svg │ │ │ ├── cast.svg │ │ │ ├── check-circle.svg │ │ │ ├── check-square.svg │ │ │ ├── check.svg │ │ │ ├── chevron-down.svg │ │ │ ├── chevron-left.svg │ │ │ ├── chevron-right.svg │ │ │ ├── chevron-up.svg │ │ │ ├── chevrons-down.svg │ │ │ ├── chevrons-left.svg │ │ │ ├── chevrons-right.svg │ │ │ ├── chevrons-up.svg │ │ │ ├── chrome.svg │ │ │ ├── circle.svg │ │ │ ├── clipboard.svg │ │ │ ├── clock.svg │ │ │ ├── cloud-drizzle.svg │ │ │ ├── cloud-lightning.svg │ │ │ ├── cloud-off.svg │ │ │ ├── cloud-rain.svg │ │ │ ├── cloud-snow.svg │ │ │ ├── cloud.svg │ │ │ ├── code.svg │ │ │ ├── codepen.svg │ │ │ ├── codesandbox.svg │ │ │ ├── coffee.svg │ │ │ ├── columns.svg │ │ │ ├── command.svg │ │ │ ├── compass.svg │ │ │ ├── copy.svg │ │ │ ├── corner-down-left.svg │ │ │ ├── corner-down-right.svg │ │ │ ├── corner-left-down.svg │ │ │ ├── corner-left-up.svg │ │ │ ├── corner-right-down.svg │ │ │ ├── corner-right-up.svg │ │ │ ├── corner-up-left.svg │ │ │ ├── corner-up-right.svg │ │ │ ├── cpu.svg │ │ │ ├── credit-card.svg │ │ │ ├── crop.svg │ │ │ ├── crosshair.svg │ │ │ ├── database.svg │ │ │ ├── delete.svg │ │ │ ├── disc.svg │ │ │ ├── divide-circle.svg │ │ │ ├── divide-square.svg │ │ │ ├── divide.svg │ │ │ ├── dollar-sign.svg │ │ │ ├── download-cloud.svg │ │ │ ├── download.svg │ │ │ ├── dribbble.svg │ │ │ ├── droplet.svg │ │ │ ├── edit-2.svg │ │ │ ├── edit-3.svg │ │ │ ├── edit.svg │ │ │ ├── external-link.svg │ │ │ ├── eye-off.svg │ │ │ ├── eye.svg │ │ │ ├── facebook.svg │ │ │ ├── fast-forward.svg │ │ │ ├── feather.svg │ │ │ ├── figma.svg │ │ │ ├── file-minus.svg │ │ │ ├── file-plus.svg │ │ │ ├── file-text.svg │ │ │ ├── file.svg │ │ │ ├── film.svg │ │ │ ├── filter.svg │ │ │ ├── flag.svg │ │ │ ├── folder-minus.svg │ │ │ ├── folder-plus.svg │ │ │ ├── folder.svg │ │ │ ├── framer.svg │ │ │ ├── frown.svg │ │ │ ├── gift.svg │ │ │ ├── git-branch.svg │ │ │ ├── git-commit.svg │ │ │ ├── git-merge.svg │ │ │ ├── git-pull-request.svg │ │ │ ├── github.svg │ │ │ ├── gitlab.svg │ │ │ ├── globe.svg │ │ │ ├── grid.svg │ │ │ ├── hard-drive.svg │ │ │ ├── hash.svg │ │ │ ├── headphones.svg │ │ │ ├── heart.svg │ │ │ ├── help-circle.svg │ │ │ ├── hexagon.svg │ │ │ ├── home.svg │ │ │ ├── image.svg │ │ │ ├── inbox.svg │ │ │ ├── info.svg │ │ │ ├── instagram.svg │ │ │ ├── italic.svg │ │ │ ├── key.svg │ │ │ ├── layers.svg │ │ │ ├── layout.svg │ │ │ ├── life-buoy.svg │ │ │ ├── link-2.svg │ │ │ ├── link.svg │ │ │ ├── linkedin.svg │ │ │ ├── list.svg │ │ │ ├── loader.svg │ │ │ ├── lock.svg │ │ │ ├── log-in.svg │ │ │ ├── log-out.svg │ │ │ ├── mail.svg │ │ │ ├── map-pin.svg │ │ │ ├── map.svg │ │ │ ├── maximize-2.svg │ │ │ ├── maximize.svg │ │ │ ├── meh.svg │ │ │ ├── menu.svg │ │ │ ├── message-circle.svg │ │ │ ├── message-square.svg │ │ │ ├── mic-off.svg │ │ │ ├── mic.svg │ │ │ ├── minimize-2.svg │ │ │ ├── minimize.svg │ │ │ ├── minus-circle.svg │ │ │ ├── minus-square.svg │ │ │ ├── minus.svg │ │ │ ├── monitor.svg │ │ │ ├── moon.svg │ │ │ ├── more-horizontal.svg │ │ │ ├── more-vertical.svg │ │ │ ├── mouse-pointer.svg │ │ │ ├── move.svg │ │ │ ├── music.svg │ │ │ ├── navigation-2.svg │ │ │ ├── navigation.svg │ │ │ ├── octagon.svg │ │ │ ├── package.svg │ │ │ ├── paperclip.svg │ │ │ ├── pause-circle.svg │ │ │ ├── pause.svg │ │ │ ├── pen-tool.svg │ │ │ ├── percent.svg │ │ │ ├── phone-call.svg │ │ │ ├── phone-forwarded.svg │ │ │ ├── phone-incoming.svg │ │ │ ├── phone-missed.svg │ │ │ ├── phone-off.svg │ │ │ ├── phone-outgoing.svg │ │ │ ├── phone.svg │ │ │ ├── pie-chart.svg │ │ │ ├── play-circle.svg │ │ │ ├── play.svg │ │ │ ├── plus-circle.svg │ │ │ ├── plus-square.svg │ │ │ ├── plus.svg │ │ │ ├── pocket.svg │ │ │ ├── power.svg │ │ │ ├── printer.svg │ │ │ ├── radio.svg │ │ │ ├── refresh-ccw.svg │ │ │ ├── refresh-cw.svg │ │ │ ├── repeat.svg │ │ │ ├── rewind.svg │ │ │ ├── rotate-ccw.svg │ │ │ ├── rotate-cw.svg │ │ │ ├── rss.svg │ │ │ ├── save.svg │ │ │ ├── scissors.svg │ │ │ ├── search.svg │ │ │ ├── send.svg │ │ │ ├── server.svg │ │ │ ├── settings.svg │ │ │ ├── share-2.svg │ │ │ ├── share.svg │ │ │ ├── shield-off.svg │ │ │ ├── shield.svg │ │ │ ├── shopping-bag.svg │ │ │ ├── shopping-cart.svg │ │ │ ├── shuffle.svg │ │ │ ├── sidebar.svg │ │ │ ├── skip-back.svg │ │ │ ├── skip-forward.svg │ │ │ ├── slack.svg │ │ │ ├── slash.svg │ │ │ ├── sliders.svg │ │ │ ├── smartphone.svg │ │ │ ├── smile.svg │ │ │ ├── speaker.svg │ │ │ ├── square.svg │ │ │ ├── star.svg │ │ │ ├── stop-circle.svg │ │ │ ├── sun.svg │ │ │ ├── sunrise.svg │ │ │ ├── sunset.svg │ │ │ ├── table.svg │ │ │ ├── tablet.svg │ │ │ ├── tag.svg │ │ │ ├── target.svg │ │ │ ├── terminal.svg │ │ │ ├── thermometer.svg │ │ │ ├── thumbs-down.svg │ │ │ ├── thumbs-up.svg │ │ │ ├── toggle-left.svg │ │ │ ├── toggle-right.svg │ │ │ ├── tool.svg │ │ │ ├── trash-2.svg │ │ │ ├── trash.svg │ │ │ ├── trello.svg │ │ │ ├── trending-down.svg │ │ │ ├── trending-up.svg │ │ │ ├── triangle.svg │ │ │ ├── truck.svg │ │ │ ├── tv.svg │ │ │ ├── twitch.svg │ │ │ ├── twitter.svg │ │ │ ├── type.svg │ │ │ ├── umbrella.svg │ │ │ ├── underline.svg │ │ │ ├── unlock.svg │ │ │ ├── upload-cloud.svg │ │ │ ├── upload.svg │ │ │ ├── user-check.svg │ │ │ ├── user-minus.svg │ │ │ ├── user-plus.svg │ │ │ ├── user-x.svg │ │ │ ├── user.svg │ │ │ ├── users.svg │ │ │ ├── video-off.svg │ │ │ ├── video.svg │ │ │ ├── voicemail.svg │ │ │ ├── volume-1.svg │ │ │ ├── volume-2.svg │ │ │ ├── volume-x.svg │ │ │ ├── volume.svg │ │ │ ├── watch.svg │ │ │ ├── wifi-off.svg │ │ │ ├── wifi.svg │ │ │ ├── wind.svg │ │ │ ├── x-circle.svg │ │ │ ├── x-octagon.svg │ │ │ ├── x-square.svg │ │ │ ├── x.svg │ │ │ ├── youtube.svg │ │ │ ├── zap-off.svg │ │ │ ├── zap.svg │ │ │ ├── zoom-in.svg │ │ │ └── zoom-out.svg │ ├── filepond-plugin-image-preview │ │ ├── filepond-plugin-image-preview.css │ │ ├── filepond-plugin-image-preview.esm.js │ │ ├── filepond-plugin-image-preview.esm.min.js │ │ ├── filepond-plugin-image-preview.js │ │ ├── filepond-plugin-image-preview.min.css │ │ └── filepond-plugin-image-preview.min.js │ ├── filepond │ │ ├── filepond.css │ │ ├── filepond.esm.js │ │ ├── filepond.esm.min.js │ │ ├── filepond.js │ │ ├── filepond.min.css │ │ └── filepond.min.js │ ├── jquery │ │ ├── jquery.js │ │ ├── jquery.min.js │ │ ├── jquery.min.map │ │ ├── jquery.slim.js │ │ ├── jquery.slim.min.js │ │ └── jquery.slim.min.map │ ├── parsleyjs │ │ ├── i18n │ │ │ ├── al.js │ │ │ ├── ar.js │ │ │ ├── bg.js │ │ │ ├── ca.js │ │ │ ├── cs.extra.js │ │ │ ├── cs.js │ │ │ ├── da.js │ │ │ ├── de.extra.js │ │ │ ├── de.js │ │ │ ├── el.extra.js │ │ │ ├── el.js │ │ │ ├── en.extra.js │ │ │ ├── en.js │ │ │ ├── es.js │ │ │ ├── et.js │ │ │ ├── eu.js │ │ │ ├── fa.js │ │ │ ├── fi.extra.js │ │ │ ├── fi.js │ │ │ ├── fr.extra.js │ │ │ ├── fr.js │ │ │ ├── he.extra.js │ │ │ ├── he.js │ │ │ ├── hr.extra.js │ │ │ ├── hr.js │ │ │ ├── hu.extra.js │ │ │ ├── hu.js │ │ │ ├── id.extra.js │ │ │ ├── id.js │ │ │ ├── it.extra.js │ │ │ ├── it.js │ │ │ ├── ja.extra.js │ │ │ ├── ja.js │ │ │ ├── ko.js │ │ │ ├── lt.extra.js │ │ │ ├── lt.js │ │ │ ├── lv.extra.js │ │ │ ├── lv.js │ │ │ ├── ms.extra.js │ │ │ ├── ms.js │ │ │ ├── nl.extra.js │ │ │ ├── nl.js │ │ │ ├── no.js │ │ │ ├── pl.js │ │ │ ├── pt-br.js │ │ │ ├── pt-pt.js │ │ │ ├── ro.extra.js │ │ │ ├── ro.js │ │ │ ├── ru.extra.js │ │ │ ├── ru.js │ │ │ ├── sk.extra.js │ │ │ ├── sk.js │ │ │ ├── sl.extra.js │ │ │ ├── sl.js │ │ │ ├── sq.js │ │ │ ├── sr.extra.js │ │ │ ├── sr.js │ │ │ ├── sv.extra.js │ │ │ ├── sv.js │ │ │ ├── th.extra.js │ │ │ ├── th.js │ │ │ ├── tk.js │ │ │ ├── tr.js │ │ │ ├── ua.extra.js │ │ │ ├── ua.js │ │ │ ├── uk.extra.js │ │ │ ├── uk.js │ │ │ ├── ur.js │ │ │ ├── zh_cn.extra.js │ │ │ ├── zh_cn.js │ │ │ └── zh_tw.js │ │ ├── parsley.js │ │ ├── parsley.js.map │ │ ├── parsley.min.js │ │ └── parsley.min.js.map │ ├── perfect-scrollbar │ │ ├── perfect-scrollbar.common.js │ │ ├── perfect-scrollbar.common.js.map │ │ ├── perfect-scrollbar.esm.js │ │ ├── perfect-scrollbar.esm.js.map │ │ ├── perfect-scrollbar.js │ │ ├── perfect-scrollbar.js.map │ │ ├── perfect-scrollbar.min.js │ │ └── perfect-scrollbar.min.js.map │ ├── quill │ │ ├── quill.bubble.css │ │ ├── quill.core.css │ │ ├── quill.core.js │ │ ├── quill.js │ │ ├── quill.min.js │ │ ├── quill.min.js.map │ │ └── quill.snow.css │ ├── rater-js │ │ ├── .npmignore │ │ ├── .travis.yml │ │ ├── LICENSE │ │ ├── README.md │ │ ├── _config.yml │ │ ├── bower.json │ │ ├── example │ │ │ ├── index.html │ │ │ └── index.js │ │ ├── index.d.ts │ │ ├── index.js │ │ ├── lib │ │ │ ├── rater-js.js │ │ │ ├── star_0.svg │ │ │ ├── star_1.svg │ │ │ └── style.css │ │ ├── package-lock.json │ │ ├── package.json │ │ ├── ratings.png │ │ └── test │ │ │ └── test.js │ ├── simple-datatables │ │ ├── date-4abbfef1.js │ │ ├── date-4abbfef1.js.map │ │ ├── date-cd1c23ce.js │ │ ├── date-cd1c23ce.js.map │ │ ├── index.js │ │ ├── index.js.map │ │ ├── module │ │ │ ├── date-cd80f82d.js │ │ │ ├── date-cd80f82d.js.map │ │ │ ├── date-cf640fe1.js │ │ │ ├── date-cf640fe1.js.map │ │ │ ├── index.js │ │ │ └── index.js.map │ │ ├── nomodule │ │ │ ├── date-88c20685.js │ │ │ ├── date-88c20685.js.map │ │ │ ├── date-c0142339.js │ │ │ ├── date-c0142339.js.map │ │ │ ├── index.js │ │ │ └── index.js.map │ │ ├── style.css │ │ └── umd │ │ │ └── simple-datatables.js │ ├── summernote │ │ ├── font │ │ │ ├── summernote.eot │ │ │ ├── summernote.hash │ │ │ ├── summernote.ttf │ │ │ ├── summernote.woff │ │ │ └── summernote.woff2 │ │ ├── lang │ │ │ ├── summernote-ar-AR.js │ │ │ ├── summernote-ar-AR.js.map │ │ │ ├── summernote-ar-AR.min.js │ │ │ ├── summernote-ar-AR.min.js.LICENSE.txt │ │ │ ├── summernote-az-AZ.js │ │ │ ├── summernote-az-AZ.js.map │ │ │ ├── summernote-az-AZ.min.js │ │ │ ├── summernote-az-AZ.min.js.LICENSE.txt │ │ │ ├── summernote-bg-BG.js │ │ │ ├── summernote-bg-BG.js.map │ │ │ ├── summernote-bg-BG.min.js │ │ │ ├── summernote-bg-BG.min.js.LICENSE.txt │ │ │ ├── summernote-bn-BD.js │ │ │ ├── summernote-bn-BD.js.map │ │ │ ├── summernote-bn-BD.min.js │ │ │ ├── summernote-ca-ES.js │ │ │ ├── summernote-ca-ES.js.map │ │ │ ├── summernote-ca-ES.min.js │ │ │ ├── summernote-ca-ES.min.js.LICENSE.txt │ │ │ ├── summernote-cs-CZ.js │ │ │ ├── summernote-cs-CZ.js.map │ │ │ ├── summernote-cs-CZ.min.js │ │ │ ├── summernote-cs-CZ.min.js.LICENSE.txt │ │ │ ├── summernote-da-DK.js │ │ │ ├── summernote-da-DK.js.map │ │ │ ├── summernote-da-DK.min.js │ │ │ ├── summernote-da-DK.min.js.LICENSE.txt │ │ │ ├── summernote-de-CH.js │ │ │ ├── summernote-de-CH.js.map │ │ │ ├── summernote-de-CH.min.js │ │ │ ├── summernote-de-DE.js │ │ │ ├── summernote-de-DE.js.map │ │ │ ├── summernote-de-DE.min.js │ │ │ ├── summernote-de-DE.min.js.LICENSE.txt │ │ │ ├── summernote-el-GR.js │ │ │ ├── summernote-el-GR.js.map │ │ │ ├── summernote-el-GR.min.js │ │ │ ├── summernote-el-GR.min.js.LICENSE.txt │ │ │ ├── summernote-en-US.js │ │ │ ├── summernote-en-US.js.map │ │ │ ├── summernote-en-US.min.js │ │ │ ├── summernote-es-ES.js │ │ │ ├── summernote-es-ES.js.map │ │ │ ├── summernote-es-ES.min.js │ │ │ ├── summernote-es-ES.min.js.LICENSE.txt │ │ │ ├── summernote-es-EU.js │ │ │ ├── summernote-es-EU.js.map │ │ │ ├── summernote-es-EU.min.js │ │ │ ├── summernote-es-EU.min.js.LICENSE.txt │ │ │ ├── summernote-fa-IR.js │ │ │ ├── summernote-fa-IR.js.map │ │ │ ├── summernote-fa-IR.min.js │ │ │ ├── summernote-fa-IR.min.js.LICENSE.txt │ │ │ ├── summernote-fi-FI.js │ │ │ ├── summernote-fi-FI.js.map │ │ │ ├── summernote-fi-FI.min.js │ │ │ ├── summernote-fi-FI.min.js.LICENSE.txt │ │ │ ├── summernote-fr-FR.js │ │ │ ├── summernote-fr-FR.js.map │ │ │ ├── summernote-fr-FR.min.js │ │ │ ├── summernote-fr-FR.min.js.LICENSE.txt │ │ │ ├── summernote-gl-ES.js │ │ │ ├── summernote-gl-ES.js.map │ │ │ ├── summernote-gl-ES.min.js │ │ │ ├── summernote-gl-ES.min.js.LICENSE.txt │ │ │ ├── summernote-he-IL.js │ │ │ ├── summernote-he-IL.js.map │ │ │ ├── summernote-he-IL.min.js │ │ │ ├── summernote-he-IL.min.js.LICENSE.txt │ │ │ ├── summernote-hr-HR.js │ │ │ ├── summernote-hr-HR.js.map │ │ │ ├── summernote-hr-HR.min.js │ │ │ ├── summernote-hr-HR.min.js.LICENSE.txt │ │ │ ├── summernote-hu-HU.js │ │ │ ├── summernote-hu-HU.js.map │ │ │ ├── summernote-hu-HU.min.js │ │ │ ├── summernote-hu-HU.min.js.LICENSE.txt │ │ │ ├── summernote-id-ID.js │ │ │ ├── summernote-id-ID.js.map │ │ │ ├── summernote-id-ID.min.js │ │ │ ├── summernote-id-ID.min.js.LICENSE.txt │ │ │ ├── summernote-it-IT.js │ │ │ ├── summernote-it-IT.js.map │ │ │ ├── summernote-it-IT.min.js │ │ │ ├── summernote-it-IT.min.js.LICENSE.txt │ │ │ ├── summernote-ja-JP.js │ │ │ ├── summernote-ja-JP.js.map │ │ │ ├── summernote-ja-JP.min.js │ │ │ ├── summernote-ja-JP.min.js.LICENSE.txt │ │ │ ├── summernote-ko-KR.js │ │ │ ├── summernote-ko-KR.js.map │ │ │ ├── summernote-ko-KR.min.js │ │ │ ├── summernote-ko-KR.min.js.LICENSE.txt │ │ │ ├── summernote-lt-LT.js │ │ │ ├── summernote-lt-LT.js.map │ │ │ ├── summernote-lt-LT.min.js │ │ │ ├── summernote-lt-LT.min.js.LICENSE.txt │ │ │ ├── summernote-lt-LV.js │ │ │ ├── summernote-lt-LV.js.map │ │ │ ├── summernote-lt-LV.min.js │ │ │ ├── summernote-lt-LV.min.js.LICENSE.txt │ │ │ ├── summernote-mn-MN.js │ │ │ ├── summernote-mn-MN.js.map │ │ │ ├── summernote-mn-MN.min.js │ │ │ ├── summernote-mn-MN.min.js.LICENSE.txt │ │ │ ├── summernote-nb-NO.js │ │ │ ├── summernote-nb-NO.js.map │ │ │ ├── summernote-nb-NO.min.js │ │ │ ├── summernote-nb-NO.min.js.LICENSE.txt │ │ │ ├── summernote-nl-NL.js │ │ │ ├── summernote-nl-NL.js.map │ │ │ ├── summernote-nl-NL.min.js │ │ │ ├── summernote-nl-NL.min.js.LICENSE.txt │ │ │ ├── summernote-pl-PL.js │ │ │ ├── summernote-pl-PL.js.map │ │ │ ├── summernote-pl-PL.min.js │ │ │ ├── summernote-pl-PL.min.js.LICENSE.txt │ │ │ ├── summernote-pt-BR.js │ │ │ ├── summernote-pt-BR.js.map │ │ │ ├── summernote-pt-BR.min.js │ │ │ ├── summernote-pt-BR.min.js.LICENSE.txt │ │ │ ├── summernote-pt-PT.js │ │ │ ├── summernote-pt-PT.js.map │ │ │ ├── summernote-pt-PT.min.js │ │ │ ├── summernote-pt-PT.min.js.LICENSE.txt │ │ │ ├── summernote-ro-RO.js │ │ │ ├── summernote-ro-RO.js.map │ │ │ ├── summernote-ro-RO.min.js │ │ │ ├── summernote-ro-RO.min.js.LICENSE.txt │ │ │ ├── summernote-ru-RU.js │ │ │ ├── summernote-ru-RU.js.map │ │ │ ├── summernote-ru-RU.min.js │ │ │ ├── summernote-ru-RU.min.js.LICENSE.txt │ │ │ ├── summernote-sk-SK.js │ │ │ ├── summernote-sk-SK.js.map │ │ │ ├── summernote-sk-SK.min.js │ │ │ ├── summernote-sk-SK.min.js.LICENSE.txt │ │ │ ├── summernote-sl-SI.js │ │ │ ├── summernote-sl-SI.js.map │ │ │ ├── summernote-sl-SI.min.js │ │ │ ├── summernote-sl-SI.min.js.LICENSE.txt │ │ │ ├── summernote-sr-RS-Latin.js │ │ │ ├── summernote-sr-RS-Latin.js.map │ │ │ ├── summernote-sr-RS-Latin.min.js │ │ │ ├── summernote-sr-RS-Latin.min.js.LICENSE.txt │ │ │ ├── summernote-sr-RS.js │ │ │ ├── summernote-sr-RS.js.map │ │ │ ├── summernote-sr-RS.min.js │ │ │ ├── summernote-sr-RS.min.js.LICENSE.txt │ │ │ ├── summernote-sv-SE.js │ │ │ ├── summernote-sv-SE.js.map │ │ │ ├── summernote-sv-SE.min.js │ │ │ ├── summernote-sv-SE.min.js.LICENSE.txt │ │ │ ├── summernote-ta-IN.js │ │ │ ├── summernote-ta-IN.js.map │ │ │ ├── summernote-ta-IN.min.js │ │ │ ├── summernote-ta-IN.min.js.LICENSE.txt │ │ │ ├── summernote-th-TH.js │ │ │ ├── summernote-th-TH.js.map │ │ │ ├── summernote-th-TH.min.js │ │ │ ├── summernote-th-TH.min.js.LICENSE.txt │ │ │ ├── summernote-tr-TR.js │ │ │ ├── summernote-tr-TR.js.map │ │ │ ├── summernote-tr-TR.min.js │ │ │ ├── summernote-tr-TR.min.js.LICENSE.txt │ │ │ ├── summernote-uk-UA.js │ │ │ ├── summernote-uk-UA.js.map │ │ │ ├── summernote-uk-UA.min.js │ │ │ ├── summernote-uk-UA.min.js.LICENSE.txt │ │ │ ├── summernote-uz-UZ.js │ │ │ ├── summernote-uz-UZ.js.map │ │ │ ├── summernote-uz-UZ.min.js │ │ │ ├── summernote-uz-UZ.min.js.LICENSE.txt │ │ │ ├── summernote-vi-VN.js │ │ │ ├── summernote-vi-VN.js.map │ │ │ ├── summernote-vi-VN.min.js │ │ │ ├── summernote-vi-VN.min.js.LICENSE.txt │ │ │ ├── summernote-zh-CN.js │ │ │ ├── summernote-zh-CN.js.map │ │ │ ├── summernote-zh-CN.min.js │ │ │ ├── summernote-zh-CN.min.js.LICENSE.txt │ │ │ ├── summernote-zh-TW.js │ │ │ ├── summernote-zh-TW.js.map │ │ │ ├── summernote-zh-TW.min.js │ │ │ └── summernote-zh-TW.min.js.LICENSE.txt │ │ ├── plugin │ │ │ ├── databasic │ │ │ │ ├── summernote-ext-databasic.css │ │ │ │ └── summernote-ext-databasic.js │ │ │ ├── hello │ │ │ │ └── summernote-ext-hello.js │ │ │ └── specialchars │ │ │ │ └── summernote-ext-specialchars.js │ │ ├── summernote-0.8.18-dist.zip │ │ ├── summernote-0.8.20-dist.zip │ │ ├── summernote-bs4.css │ │ ├── summernote-bs4.css.map │ │ ├── summernote-bs4.js │ │ ├── summernote-bs4.js.map │ │ ├── summernote-bs4.min.css │ │ ├── summernote-bs4.min.js │ │ ├── summernote-bs4.min.js.LICENSE.txt │ │ ├── summernote-bs4.min.js.map │ │ ├── summernote-bs5.css │ │ ├── summernote-bs5.css.map │ │ ├── summernote-bs5.js │ │ ├── summernote-bs5.js.map │ │ ├── summernote-bs5.min.css │ │ ├── summernote-bs5.min.js │ │ ├── summernote-lite.css │ │ ├── summernote-lite.css.map │ │ ├── summernote-lite.js │ │ ├── summernote-lite.js.map │ │ ├── summernote-lite.min.css │ │ ├── summernote-lite.min.js │ │ ├── summernote-lite.min.js.LICENSE.txt │ │ ├── summernote-lite.min.js.map │ │ ├── summernote.css │ │ ├── summernote.css.map │ │ ├── summernote.js │ │ ├── summernote.js.map │ │ ├── summernote.min.css │ │ ├── summernote.min.js │ │ ├── summernote.min.js.LICENSE.txt │ │ └── summernote.min.js.map │ ├── sweetalert2 │ │ ├── sweetalert2.all.js │ │ ├── sweetalert2.all.min.js │ │ ├── sweetalert2.css │ │ ├── sweetalert2.js │ │ ├── sweetalert2.min.css │ │ └── sweetalert2.min.js │ ├── tinymce │ │ ├── CHANGELOG.md │ │ ├── README.md │ │ ├── bower.json │ │ ├── composer.json │ │ ├── icons │ │ │ └── default │ │ │ │ ├── icons.js │ │ │ │ ├── icons.min.js │ │ │ │ └── index.js │ │ ├── jquery.tinymce.js │ │ ├── jquery.tinymce.min.js │ │ ├── license.txt │ │ ├── package.json │ │ ├── plugins │ │ │ ├── advlist │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── anchor │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── autolink │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── autoresize │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── autosave │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── bbcode │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── charmap │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── code │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── codesample │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── colorpicker │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── contextmenu │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── directionality │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── emoticons │ │ │ │ ├── index.js │ │ │ │ ├── js │ │ │ │ │ ├── emojiimages.js │ │ │ │ │ ├── emojiimages.min.js │ │ │ │ │ ├── emojis.js │ │ │ │ │ └── emojis.min.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── fullpage │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── fullscreen │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── help │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── hr │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── image │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── imagetools │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── importcss │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── insertdatetime │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── legacyoutput │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── link │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── lists │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── media │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── nonbreaking │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── noneditable │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── pagebreak │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── paste │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── preview │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── print │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── quickbars │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── save │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── searchreplace │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── spellchecker │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── tabfocus │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── table │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── template │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── textcolor │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── textpattern │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── toc │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── visualblocks │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ ├── visualchars │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ │ └── wordcount │ │ │ │ ├── index.js │ │ │ │ ├── plugin.js │ │ │ │ └── plugin.min.js │ │ ├── skins │ │ │ ├── content │ │ │ │ ├── dark │ │ │ │ │ ├── content.css │ │ │ │ │ └── content.min.css │ │ │ │ ├── default │ │ │ │ │ ├── content.css │ │ │ │ │ └── content.min.css │ │ │ │ ├── document │ │ │ │ │ ├── content.css │ │ │ │ │ └── content.min.css │ │ │ │ └── writer │ │ │ │ │ ├── content.css │ │ │ │ │ └── content.min.css │ │ │ └── ui │ │ │ │ ├── oxide-dark │ │ │ │ ├── content.css │ │ │ │ ├── content.inline.css │ │ │ │ ├── content.inline.min.css │ │ │ │ ├── content.min.css │ │ │ │ ├── content.mobile.css │ │ │ │ ├── content.mobile.min.css │ │ │ │ ├── fonts │ │ │ │ │ └── tinymce-mobile.woff │ │ │ │ ├── skin.css │ │ │ │ ├── skin.min.css │ │ │ │ ├── skin.mobile.css │ │ │ │ ├── skin.mobile.min.css │ │ │ │ ├── skin.shadowdom.css │ │ │ │ └── skin.shadowdom.min.css │ │ │ │ └── oxide │ │ │ │ ├── content.css │ │ │ │ ├── content.inline.css │ │ │ │ ├── content.inline.min.css │ │ │ │ ├── content.min.css │ │ │ │ ├── content.mobile.css │ │ │ │ ├── content.mobile.min.css │ │ │ │ ├── fonts │ │ │ │ └── tinymce-mobile.woff │ │ │ │ ├── skin.css │ │ │ │ ├── skin.min.css │ │ │ │ ├── skin.mobile.css │ │ │ │ ├── skin.mobile.min.css │ │ │ │ ├── skin.shadowdom.css │ │ │ │ └── skin.shadowdom.min.css │ │ ├── themes │ │ │ ├── mobile │ │ │ │ ├── index.js │ │ │ │ ├── theme.js │ │ │ │ └── theme.min.js │ │ │ └── silver │ │ │ │ ├── index.js │ │ │ │ ├── theme.js │ │ │ │ └── theme.min.js │ │ ├── tinymce.d.ts │ │ ├── tinymce.js │ │ └── tinymce.min.js │ └── toastify-js │ │ ├── .gitattributes │ │ ├── .prettierrc │ │ ├── .travis.yml │ │ ├── CHANGELOG.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── example │ │ ├── pattern.png │ │ ├── script.css │ │ └── script.js │ │ ├── index.html │ │ ├── package.json │ │ └── src │ │ ├── toastify-es.js │ │ ├── toastify.css │ │ └── toastify.js ├── fonts │ ├── Iconly---Bold.eot │ ├── Iconly---Bold.svg │ ├── Iconly---Bold.ttf │ ├── Iconly---Bold.woff │ └── vendor │ │ ├── @fontsource │ │ └── nunito │ │ │ └── files │ │ │ ├── nunito-all-300-normal.woff │ │ │ ├── nunito-all-400-normal.woff │ │ │ ├── nunito-all-600-normal.woff │ │ │ ├── nunito-all-700-normal.woff │ │ │ ├── nunito-all-800-normal.woff │ │ │ ├── nunito-cyrillic-300-normal.woff2 │ │ │ ├── nunito-cyrillic-400-normal.woff2 │ │ │ ├── nunito-cyrillic-600-normal.woff2 │ │ │ ├── nunito-cyrillic-700-normal.woff2 │ │ │ ├── nunito-cyrillic-800-normal.woff2 │ │ │ ├── nunito-cyrillic-ext-300-normal.woff2 │ │ │ ├── nunito-cyrillic-ext-400-normal.woff2 │ │ │ ├── nunito-cyrillic-ext-600-normal.woff2 │ │ │ ├── nunito-cyrillic-ext-700-normal.woff2 │ │ │ ├── nunito-cyrillic-ext-800-normal.woff2 │ │ │ ├── nunito-latin-300-normal.woff2 │ │ │ ├── nunito-latin-400-normal.woff2 │ │ │ ├── nunito-latin-600-normal.woff2 │ │ │ ├── nunito-latin-700-normal.woff2 │ │ │ ├── nunito-latin-800-normal.woff2 │ │ │ ├── nunito-latin-ext-300-normal.woff2 │ │ │ ├── nunito-latin-ext-400-normal.woff2 │ │ │ ├── nunito-latin-ext-600-normal.woff2 │ │ │ ├── nunito-latin-ext-700-normal.woff2 │ │ │ ├── nunito-latin-ext-800-normal.woff2 │ │ │ ├── nunito-vietnamese-300-normal.woff2 │ │ │ ├── nunito-vietnamese-400-normal.woff2 │ │ │ ├── nunito-vietnamese-600-normal.woff2 │ │ │ ├── nunito-vietnamese-700-normal.woff2 │ │ │ └── nunito-vietnamese-800-normal.woff2 │ │ └── bootstrap-icons │ │ ├── bootstrap-icons.woff │ │ └── bootstrap-icons.woff2 ├── images │ ├── 4853433.png │ ├── bg │ │ └── 4853433.png │ ├── bootstrap-icons.svg │ ├── faces │ │ ├── 1.jpg │ │ ├── 2.jpg │ │ ├── 3.jpg │ │ ├── 4.jpg │ │ ├── 5.jpg │ │ ├── 6.jpg │ │ ├── 7.jpg │ │ └── 8.jpg │ ├── logo │ │ ├── favicon.png │ │ ├── favicon.svg │ │ └── logo.svg │ ├── samples │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── architecture1.jpg │ │ ├── banana.jpg │ │ ├── bg-mountain.jpg │ │ ├── building.jpg │ │ ├── error-403.svg │ │ ├── error-404.svg │ │ ├── error-500.svg │ │ ├── jump.jpg │ │ ├── motorcycle.jpg │ │ ├── origami.jpg │ │ └── water.jpg │ └── svg-loaders │ │ ├── audio.svg │ │ ├── ball-triangle.svg │ │ ├── bars.svg │ │ ├── circles.svg │ │ ├── grid.svg │ │ ├── hearts.svg │ │ ├── oval.svg │ │ ├── puff.svg │ │ ├── rings.svg │ │ ├── spinning-circles.svg │ │ ├── tail-spin.svg │ │ └── three-dots.svg └── js │ ├── app.js │ ├── bootstrap.js │ ├── initTheme.js │ ├── mazer.js │ └── pages │ ├── ckeditor.js │ ├── component-toasts.js │ ├── dashboard.js │ ├── datatables.js │ ├── filepond.js │ ├── form-editor.js │ ├── form-element-select.js │ ├── horizontal-layout.js │ ├── jquery.js │ ├── parsley.js │ ├── quill.js │ ├── rater-js.js │ ├── simple-datatables.js │ ├── summernote.js │ ├── sweetalert2.js │ ├── tinymce.js │ ├── toastify.js │ ├── ui-apexchart.js │ ├── ui-chartjs.js │ └── ui-todolist.js ├── index.html ├── mix-manifest.json ├── module ├── errorHandling.js ├── query.js ├── utilities.js └── validate.js ├── movie ├── index.html └── js │ └── index.js └── package.json /anime/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/anime/index.html -------------------------------------------------------------------------------- /anime/js/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/anime/js/index.js -------------------------------------------------------------------------------- /assets/css/main/app-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/css/main/app-dark.css -------------------------------------------------------------------------------- /assets/css/main/app.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/css/main/app.css -------------------------------------------------------------------------------- /assets/css/pages/auth.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/css/pages/auth.css -------------------------------------------------------------------------------- /assets/css/pages/chat.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/css/pages/chat.css -------------------------------------------------------------------------------- /assets/css/pages/datatables.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/css/pages/datatables.css -------------------------------------------------------------------------------- /assets/css/pages/dripicons.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/css/pages/dripicons.css -------------------------------------------------------------------------------- /assets/css/pages/email.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/css/pages/email.css -------------------------------------------------------------------------------- /assets/css/pages/error.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/css/pages/error.css -------------------------------------------------------------------------------- /assets/css/pages/form-element-select.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/css/pages/form-element-select.css -------------------------------------------------------------------------------- /assets/css/pages/simple-datatables.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/css/pages/simple-datatables.css -------------------------------------------------------------------------------- /assets/css/pages/summernote.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/css/pages/summernote.css -------------------------------------------------------------------------------- /assets/css/shared/iconly.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/css/shared/iconly.css -------------------------------------------------------------------------------- /assets/css/widgets/chat.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/css/widgets/chat.css -------------------------------------------------------------------------------- /assets/css/widgets/todo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/css/widgets/todo.css -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/LICENSE -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/README.md -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/dripicons.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/dripicons.css -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/dripicons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/dripicons.eot -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/dripicons.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/dripicons.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/dripicons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/dripicons.ttf -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/dripicons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/dripicons.woff -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/alarm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/alarm.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/bell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/bell.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/blog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/blog.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/bold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/bold.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/box.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/box.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/brush.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/brush.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/card.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/card.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/cart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/cart.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/clock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/clock.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/cloud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/cloud.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/code.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/code.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/copy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/copy.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/crop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/crop.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/cross.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/cross.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/disc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/disc.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/dot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/dot.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/enter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/enter.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/exit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/exit.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/feed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/feed.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/flag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/flag.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/gear.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/gear.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/heart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/heart.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/help.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/help.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/home.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/inbox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/inbox.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/jewel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/jewel.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/link.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/list.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/list.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/lock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/lock.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/mail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/mail.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/map.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/map.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/menu.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/meter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/meter.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/minus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/minus.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/move.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/move.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/music.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/music.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/phone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/phone.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/photo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/photo.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/pill.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/pill.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/pin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/pin.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/plus.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/power.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/power.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/print.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/print.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/pulse.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/pulse.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/reply.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/reply.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/scale.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/scale.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/skip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/skip.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/stack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/stack.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/star.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/star.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/store.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/store.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/swap.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/swap.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/tag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/tag.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/tags.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/tags.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/to-do.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/to-do.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/trash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/trash.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/user.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/user.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/web.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/web.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/wifi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/wifi.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/icons/wrong.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/icons/wrong.svg -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/manifest.json -------------------------------------------------------------------------------- /assets/extensions/@icon/dripicons/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/@icon/dripicons/package.json -------------------------------------------------------------------------------- /assets/extensions/apexcharts/apexcharts.amd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/apexcharts.amd.js -------------------------------------------------------------------------------- /assets/extensions/apexcharts/apexcharts.common.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/apexcharts.common.js -------------------------------------------------------------------------------- /assets/extensions/apexcharts/apexcharts.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/apexcharts.css -------------------------------------------------------------------------------- /assets/extensions/apexcharts/apexcharts.esm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/apexcharts.esm.js -------------------------------------------------------------------------------- /assets/extensions/apexcharts/apexcharts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/apexcharts.js -------------------------------------------------------------------------------- /assets/extensions/apexcharts/apexcharts.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/apexcharts.min.js -------------------------------------------------------------------------------- /assets/extensions/apexcharts/locales/ar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/locales/ar.json -------------------------------------------------------------------------------- /assets/extensions/apexcharts/locales/ca.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/locales/ca.json -------------------------------------------------------------------------------- /assets/extensions/apexcharts/locales/cs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/locales/cs.json -------------------------------------------------------------------------------- /assets/extensions/apexcharts/locales/de.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/locales/de.json -------------------------------------------------------------------------------- /assets/extensions/apexcharts/locales/el.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/locales/el.json -------------------------------------------------------------------------------- /assets/extensions/apexcharts/locales/en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/locales/en.json -------------------------------------------------------------------------------- /assets/extensions/apexcharts/locales/es.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/locales/es.json -------------------------------------------------------------------------------- /assets/extensions/apexcharts/locales/et.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/locales/et.json -------------------------------------------------------------------------------- /assets/extensions/apexcharts/locales/fa.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/locales/fa.json -------------------------------------------------------------------------------- /assets/extensions/apexcharts/locales/fi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/locales/fi.json -------------------------------------------------------------------------------- /assets/extensions/apexcharts/locales/fr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/locales/fr.json -------------------------------------------------------------------------------- /assets/extensions/apexcharts/locales/he.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/locales/he.json -------------------------------------------------------------------------------- /assets/extensions/apexcharts/locales/hi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/locales/hi.json -------------------------------------------------------------------------------- /assets/extensions/apexcharts/locales/hr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/locales/hr.json -------------------------------------------------------------------------------- /assets/extensions/apexcharts/locales/hu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/locales/hu.json -------------------------------------------------------------------------------- /assets/extensions/apexcharts/locales/hy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/locales/hy.json -------------------------------------------------------------------------------- /assets/extensions/apexcharts/locales/id.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/locales/id.json -------------------------------------------------------------------------------- /assets/extensions/apexcharts/locales/it.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/locales/it.json -------------------------------------------------------------------------------- /assets/extensions/apexcharts/locales/ja.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/locales/ja.json -------------------------------------------------------------------------------- /assets/extensions/apexcharts/locales/ka.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/locales/ka.json -------------------------------------------------------------------------------- /assets/extensions/apexcharts/locales/ko.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/locales/ko.json -------------------------------------------------------------------------------- /assets/extensions/apexcharts/locales/lt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/locales/lt.json -------------------------------------------------------------------------------- /assets/extensions/apexcharts/locales/lv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/locales/lv.json -------------------------------------------------------------------------------- /assets/extensions/apexcharts/locales/nb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/locales/nb.json -------------------------------------------------------------------------------- /assets/extensions/apexcharts/locales/nl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/locales/nl.json -------------------------------------------------------------------------------- /assets/extensions/apexcharts/locales/pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/locales/pl.json -------------------------------------------------------------------------------- /assets/extensions/apexcharts/locales/pt-br.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/locales/pt-br.json -------------------------------------------------------------------------------- /assets/extensions/apexcharts/locales/pt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/locales/pt.json -------------------------------------------------------------------------------- /assets/extensions/apexcharts/locales/rs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/locales/rs.json -------------------------------------------------------------------------------- /assets/extensions/apexcharts/locales/ru.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/locales/ru.json -------------------------------------------------------------------------------- /assets/extensions/apexcharts/locales/se.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/locales/se.json -------------------------------------------------------------------------------- /assets/extensions/apexcharts/locales/sk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/locales/sk.json -------------------------------------------------------------------------------- /assets/extensions/apexcharts/locales/sl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/locales/sl.json -------------------------------------------------------------------------------- /assets/extensions/apexcharts/locales/sq.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/locales/sq.json -------------------------------------------------------------------------------- /assets/extensions/apexcharts/locales/th.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/locales/th.json -------------------------------------------------------------------------------- /assets/extensions/apexcharts/locales/tr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/locales/tr.json -------------------------------------------------------------------------------- /assets/extensions/apexcharts/locales/ua.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/locales/ua.json -------------------------------------------------------------------------------- /assets/extensions/apexcharts/locales/zh-cn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/locales/zh-cn.json -------------------------------------------------------------------------------- /assets/extensions/apexcharts/locales/zh-tw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/apexcharts/locales/zh-tw.json -------------------------------------------------------------------------------- /assets/extensions/bootstrap-icons/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/bootstrap-icons/LICENSE.md -------------------------------------------------------------------------------- /assets/extensions/bootstrap-icons/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/bootstrap-icons/README.md -------------------------------------------------------------------------------- /assets/extensions/bootstrap-icons/font/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/bootstrap-icons/font/index.html -------------------------------------------------------------------------------- /assets/extensions/bootstrap-icons/icons/123.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/bootstrap-icons/icons/123.svg -------------------------------------------------------------------------------- /assets/extensions/bootstrap-icons/icons/alarm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/bootstrap-icons/icons/alarm.svg -------------------------------------------------------------------------------- /assets/extensions/bootstrap-icons/icons/alexa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/bootstrap-icons/icons/alexa.svg -------------------------------------------------------------------------------- /assets/extensions/bootstrap-icons/icons/alt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/bootstrap-icons/icons/alt.svg -------------------------------------------------------------------------------- /assets/extensions/bootstrap-icons/icons/app.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/bootstrap-icons/icons/app.svg -------------------------------------------------------------------------------- /assets/extensions/bootstrap-icons/icons/apple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/bootstrap-icons/icons/apple.svg -------------------------------------------------------------------------------- /assets/extensions/bootstrap-icons/icons/at.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/bootstrap-icons/icons/at.svg -------------------------------------------------------------------------------- /assets/extensions/bootstrap-icons/icons/award.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/bootstrap-icons/icons/award.svg -------------------------------------------------------------------------------- /assets/extensions/bootstrap-icons/icons/back.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/bootstrap-icons/icons/back.svg -------------------------------------------------------------------------------- /assets/extensions/bootstrap-icons/icons/bag-x.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/bootstrap-icons/icons/bag-x.svg -------------------------------------------------------------------------------- /assets/extensions/bootstrap-icons/icons/bag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/bootstrap-icons/icons/bag.svg -------------------------------------------------------------------------------- /assets/extensions/bootstrap-icons/icons/bank.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/bootstrap-icons/icons/bank.svg -------------------------------------------------------------------------------- /assets/extensions/bootstrap-icons/icons/bank2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/bootstrap-icons/icons/bank2.svg -------------------------------------------------------------------------------- /assets/extensions/bootstrap-icons/icons/bell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/bootstrap-icons/icons/bell.svg -------------------------------------------------------------------------------- /assets/extensions/bootstrap-icons/icons/book.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/bootstrap-icons/icons/book.svg -------------------------------------------------------------------------------- /assets/extensions/bootstrap-icons/icons/box.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/bootstrap-icons/icons/box.svg -------------------------------------------------------------------------------- /assets/extensions/bootstrap-icons/icons/box2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/bootstrap-icons/icons/box2.svg -------------------------------------------------------------------------------- /assets/extensions/bootstrap-icons/icons/boxes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/bootstrap-icons/icons/boxes.svg -------------------------------------------------------------------------------- /assets/extensions/bootstrap-icons/icons/brush.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/bootstrap-icons/icons/brush.svg -------------------------------------------------------------------------------- /assets/extensions/bootstrap-icons/icons/bug.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/bootstrap-icons/icons/bug.svg -------------------------------------------------------------------------------- /assets/extensions/bootstrap-icons/icons/cart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/bootstrap-icons/icons/cart.svg -------------------------------------------------------------------------------- /assets/extensions/bootstrap-icons/icons/cart2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/bootstrap-icons/icons/cart2.svg -------------------------------------------------------------------------------- /assets/extensions/bootstrap-icons/icons/cart3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/bootstrap-icons/icons/cart3.svg -------------------------------------------------------------------------------- /assets/extensions/bootstrap-icons/icons/hr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/bootstrap-icons/icons/hr.svg -------------------------------------------------------------------------------- /assets/extensions/bootstrap-icons/icons/pc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/bootstrap-icons/icons/pc.svg -------------------------------------------------------------------------------- /assets/extensions/bootstrap-icons/icons/tv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/bootstrap-icons/icons/tv.svg -------------------------------------------------------------------------------- /assets/extensions/bootstrap-icons/icons/vr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/bootstrap-icons/icons/vr.svg -------------------------------------------------------------------------------- /assets/extensions/bootstrap-icons/icons/x.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/bootstrap-icons/icons/x.svg -------------------------------------------------------------------------------- /assets/extensions/bootstrap-icons/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/bootstrap-icons/package.json -------------------------------------------------------------------------------- /assets/extensions/chart.js/Chart.bundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/chart.js/Chart.bundle.js -------------------------------------------------------------------------------- /assets/extensions/chart.js/Chart.bundle.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/chart.js/Chart.bundle.min.js -------------------------------------------------------------------------------- /assets/extensions/chart.js/Chart.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/chart.js/Chart.css -------------------------------------------------------------------------------- /assets/extensions/chart.js/Chart.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/chart.js/Chart.min.css -------------------------------------------------------------------------------- /assets/extensions/chart.js/chart.esm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/chart.js/chart.esm.js -------------------------------------------------------------------------------- /assets/extensions/chart.js/chart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/chart.js/chart.js -------------------------------------------------------------------------------- /assets/extensions/chart.js/chart.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/chart.js/chart.min.js -------------------------------------------------------------------------------- /assets/extensions/chart.js/chart.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/chart.js/chart.mjs -------------------------------------------------------------------------------- /assets/extensions/chart.js/docs/404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/chart.js/docs/404.html -------------------------------------------------------------------------------- /assets/extensions/chart.js/docs/api/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/chart.js/docs/api/index.html -------------------------------------------------------------------------------- /assets/extensions/chart.js/docs/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/chart.js/docs/favicon.ico -------------------------------------------------------------------------------- /assets/extensions/chart.js/docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/chart.js/docs/index.html -------------------------------------------------------------------------------- /assets/extensions/chart.js/docs/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/chart.js/docs/logo.png -------------------------------------------------------------------------------- /assets/extensions/chart.js/docs/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/chart.js/docs/logo.svg -------------------------------------------------------------------------------- /assets/extensions/chart.js/helpers.esm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/chart.js/helpers.esm.js -------------------------------------------------------------------------------- /assets/extensions/chart.js/helpers.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/chart.js/helpers.mjs -------------------------------------------------------------------------------- /assets/extensions/choices.js/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/choices.js/LICENSE -------------------------------------------------------------------------------- /assets/extensions/choices.js/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/choices.js/README.md -------------------------------------------------------------------------------- /assets/extensions/choices.js/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/choices.js/package.json -------------------------------------------------------------------------------- /assets/extensions/datatables.net-bs5/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/datatables.net-bs5/Readme.md -------------------------------------------------------------------------------- /assets/extensions/datatables.net-bs5/types/dataTables.bootstrap5.d.ts: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/extensions/dayjs/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/.editorconfig -------------------------------------------------------------------------------- /assets/extensions/dayjs/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/CHANGELOG.md -------------------------------------------------------------------------------- /assets/extensions/dayjs/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/LICENSE -------------------------------------------------------------------------------- /assets/extensions/dayjs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/README.md -------------------------------------------------------------------------------- /assets/extensions/dayjs/dayjs.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/dayjs.min.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/constant.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/constant.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/index.d.ts -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/index.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/af.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/af.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/am.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/am.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/ar-dz.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/ar-dz.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/ar-iq.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/ar-iq.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/ar-kw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/ar-kw.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/ar-ly.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/ar-ly.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/ar-ma.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/ar-ma.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/ar-sa.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/ar-sa.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/ar-tn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/ar-tn.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/ar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/ar.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/az.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/az.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/be.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/be.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/bg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/bg.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/bi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/bi.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/bm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/bm.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/bn-bd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/bn-bd.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/bn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/bn.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/bo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/bo.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/br.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/br.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/bs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/bs.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/ca.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/ca.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/cs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/cs.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/cv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/cv.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/cy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/cy.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/da.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/da.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/de-at.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/de-at.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/de-ch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/de-ch.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/de.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/de.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/dv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/dv.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/el.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/el.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/en-au.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/en-au.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/en-ca.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/en-ca.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/en-gb.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/en-gb.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/en-ie.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/en-ie.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/en-il.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/en-il.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/en-in.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/en-in.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/en-nz.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/en-nz.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/en-sg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/en-sg.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/en-tt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/en-tt.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/en.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/en.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/eo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/eo.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/es-do.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/es-do.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/es-mx.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/es-mx.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/es-pr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/es-pr.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/es-us.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/es-us.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/es.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/es.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/et.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/et.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/eu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/eu.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/fa.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/fa.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/fi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/fi.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/fo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/fo.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/fr-ca.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/fr-ca.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/fr-ch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/fr-ch.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/fr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/fr.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/fy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/fy.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/ga.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/ga.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/gd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/gd.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/gl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/gl.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/gom-latn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/gom-latn.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/gu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/gu.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/he.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/he.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/hi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/hi.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/hr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/hr.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/ht.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/ht.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/hu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/hu.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/hy-am.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/hy-am.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/id.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/id.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/index.d.ts -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/is.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/is.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/it-ch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/it-ch.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/it.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/it.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/ja.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/ja.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/jv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/jv.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/ka.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/ka.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/kk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/kk.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/km.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/km.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/kn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/kn.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/ko.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/ko.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/ku.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/ku.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/ky.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/ky.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/lb.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/lb.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/lo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/lo.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/lt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/lt.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/lv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/lv.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/me.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/me.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/mi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/mi.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/mk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/mk.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/ml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/ml.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/mn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/mn.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/mr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/mr.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/ms-my.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/ms-my.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/ms.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/ms.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/mt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/mt.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/my.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/my.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/nb.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/nb.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/ne.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/ne.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/nl-be.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/nl-be.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/nl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/nl.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/nn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/nn.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/oc-lnc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/oc-lnc.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/pa-in.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/pa-in.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/pl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/pl.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/pt-br.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/pt-br.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/pt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/pt.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/rn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/rn.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/ro.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/ro.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/ru.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/ru.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/rw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/rw.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/sd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/sd.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/se.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/se.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/si.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/si.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/sk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/sk.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/sl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/sl.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/sq.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/sq.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/sr-cyrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/sr-cyrl.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/sr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/sr.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/ss.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/ss.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/sv-fi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/sv-fi.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/sv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/sv.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/sw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/sw.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/ta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/ta.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/te.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/te.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/tet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/tet.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/tg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/tg.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/th.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/th.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/tk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/tk.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/tl-ph.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/tl-ph.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/tlh.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/tlh.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/tr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/tr.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/types.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/types.d.ts -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/tzl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/tzl.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/tzm-latn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/tzm-latn.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/tzm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/tzm.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/ug-cn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/ug-cn.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/uk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/uk.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/ur.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/ur.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/uz-latn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/uz-latn.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/uz.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/uz.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/vi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/vi.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/x-pseudo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/x-pseudo.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/yo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/yo.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/zh-cn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/zh-cn.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/zh-hk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/zh-hk.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/zh-tw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/zh-tw.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/locale/zh.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/locale/zh.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/esm/utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/esm/utils.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/index.d.ts -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale.json -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/af.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/af.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/am.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/am.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/ar-dz.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/ar-dz.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/ar-iq.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/ar-iq.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/ar-kw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/ar-kw.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/ar-ly.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/ar-ly.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/ar-ma.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/ar-ma.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/ar-sa.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/ar-sa.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/ar-tn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/ar-tn.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/ar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/ar.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/az.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/az.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/be.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/be.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/bg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/bg.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/bi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/bi.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/bm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/bm.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/bn-bd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/bn-bd.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/bn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/bn.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/bo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/bo.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/br.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/br.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/bs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/bs.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/ca.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/ca.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/cs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/cs.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/cv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/cv.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/cy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/cy.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/da.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/da.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/de-at.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/de-at.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/de-ch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/de-ch.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/de.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/de.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/dv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/dv.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/el.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/el.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/en-au.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/en-au.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/en-ca.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/en-ca.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/en-gb.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/en-gb.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/en-ie.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/en-ie.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/en-il.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/en-il.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/en-in.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/en-in.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/en-nz.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/en-nz.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/en-sg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/en-sg.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/en-tt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/en-tt.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/en.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/en.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/eo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/eo.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/es-do.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/es-do.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/es-mx.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/es-mx.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/es-pr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/es-pr.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/es-us.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/es-us.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/es.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/es.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/et.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/et.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/eu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/eu.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/fa.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/fa.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/fi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/fi.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/fo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/fo.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/fr-ca.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/fr-ca.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/fr-ch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/fr-ch.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/fr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/fr.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/fy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/fy.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/ga.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/ga.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/gd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/gd.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/gl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/gl.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/gom-latn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/gom-latn.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/gu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/gu.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/he.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/he.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/hi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/hi.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/hr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/hr.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/ht.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/ht.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/hu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/hu.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/hy-am.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/hy-am.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/id.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/id.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/index.d.ts -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/is.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/is.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/it-ch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/it-ch.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/it.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/it.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/ja.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/ja.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/jv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/jv.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/ka.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/ka.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/kk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/kk.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/km.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/km.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/kn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/kn.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/ko.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/ko.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/ku.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/ku.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/ky.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/ky.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/lb.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/lb.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/lo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/lo.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/lt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/lt.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/lv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/lv.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/me.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/me.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/mi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/mi.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/mk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/mk.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/ml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/ml.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/mn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/mn.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/mr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/mr.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/ms-my.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/ms-my.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/ms.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/ms.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/mt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/mt.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/my.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/my.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/nb.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/nb.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/ne.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/ne.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/nl-be.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/nl-be.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/nl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/nl.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/nn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/nn.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/oc-lnc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/oc-lnc.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/pa-in.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/pa-in.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/pl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/pl.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/pt-br.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/pt-br.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/pt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/pt.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/rn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/rn.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/ro.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/ro.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/ru.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/ru.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/rw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/rw.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/sd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/sd.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/se.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/se.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/si.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/si.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/sk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/sk.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/sl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/sl.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/sq.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/sq.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/sr-cyrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/sr-cyrl.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/sr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/sr.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/ss.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/ss.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/sv-fi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/sv-fi.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/sv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/sv.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/sw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/sw.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/ta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/ta.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/te.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/te.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/tet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/tet.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/tg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/tg.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/th.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/th.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/tk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/tk.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/tl-ph.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/tl-ph.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/tlh.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/tlh.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/tr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/tr.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/types.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/types.d.ts -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/tzl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/tzl.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/tzm-latn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/tzm-latn.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/tzm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/tzm.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/ug-cn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/ug-cn.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/uk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/uk.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/ur.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/ur.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/uz-latn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/uz-latn.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/uz.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/uz.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/vi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/vi.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/x-pseudo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/x-pseudo.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/yo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/yo.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/zh-cn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/zh-cn.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/zh-hk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/zh-hk.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/zh-tw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/zh-tw.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/locale/zh.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/locale/zh.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/package.json -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/arraySupport.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/arraySupport.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/badMutable.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/badMutable.d.ts -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/badMutable.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/badMutable.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/buddhistEra.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/buddhistEra.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/calendar.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/calendar.d.ts -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/calendar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/calendar.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/dayOfYear.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/dayOfYear.d.ts -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/dayOfYear.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/dayOfYear.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/devHelper.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/devHelper.d.ts -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/devHelper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/devHelper.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/duration.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/duration.d.ts -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/duration.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/duration.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/isBetween.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/isBetween.d.ts -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/isBetween.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/isBetween.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/isLeapYear.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/isLeapYear.d.ts -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/isLeapYear.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/isLeapYear.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/isMoment.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/isMoment.d.ts -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/isMoment.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/isMoment.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/isToday.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/isToday.d.ts -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/isToday.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/isToday.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/isTomorrow.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/isTomorrow.d.ts -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/isTomorrow.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/isTomorrow.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/isYesterday.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/isYesterday.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/isoWeek.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/isoWeek.d.ts -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/isoWeek.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/isoWeek.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/localeData.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/localeData.d.ts -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/localeData.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/localeData.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/minMax.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/minMax.d.ts -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/minMax.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/minMax.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/pluralGetSet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/pluralGetSet.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/relativeTime.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/relativeTime.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/timezone.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/timezone.d.ts -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/timezone.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/timezone.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/toArray.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/toArray.d.ts -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/toArray.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/toArray.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/toObject.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/toObject.d.ts -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/toObject.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/toObject.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/updateLocale.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/updateLocale.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/utc.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/utc.d.ts -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/utc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/utc.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/weekOfYear.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/weekOfYear.d.ts -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/weekOfYear.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/weekOfYear.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/weekYear.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/weekYear.d.ts -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/weekYear.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/weekYear.js -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/weekday.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/weekday.d.ts -------------------------------------------------------------------------------- /assets/extensions/dayjs/plugin/weekday.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dayjs/plugin/weekday.js -------------------------------------------------------------------------------- /assets/extensions/dragula/dragula.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dragula/dragula.css -------------------------------------------------------------------------------- /assets/extensions/dragula/dragula.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dragula/dragula.js -------------------------------------------------------------------------------- /assets/extensions/dragula/dragula.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dragula/dragula.min.css -------------------------------------------------------------------------------- /assets/extensions/dragula/dragula.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/dragula/dragula.min.js -------------------------------------------------------------------------------- /assets/extensions/feather-icons/feather.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/feather.js -------------------------------------------------------------------------------- /assets/extensions/feather-icons/feather.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/feather.js.map -------------------------------------------------------------------------------- /assets/extensions/feather-icons/feather.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/feather.min.js -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons.json -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/bell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/bell.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/bold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/bold.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/book.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/book.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/box.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/box.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/cast.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/cast.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/code.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/code.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/copy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/copy.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/cpu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/cpu.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/crop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/crop.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/disc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/disc.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/edit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/edit.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/eye.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/eye.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/file.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/file.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/film.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/film.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/flag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/flag.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/gift.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/gift.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/grid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/grid.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/hash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/hash.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/home.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/info.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/info.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/key.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/key.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/link.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/list.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/list.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/lock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/lock.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/mail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/mail.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/map.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/map.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/meh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/meh.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/menu.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/mic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/mic.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/moon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/moon.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/move.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/move.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/play.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/play.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/plus.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/rss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/rss.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/save.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/save.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/send.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/send.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/star.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/star.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/sun.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/sun.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/tag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/tag.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/tool.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/tool.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/tv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/tv.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/type.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/type.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/user.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/user.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/wifi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/wifi.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/wind.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/wind.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/x.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/x.svg -------------------------------------------------------------------------------- /assets/extensions/feather-icons/icons/zap.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/feather-icons/icons/zap.svg -------------------------------------------------------------------------------- /assets/extensions/filepond/filepond.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/filepond/filepond.css -------------------------------------------------------------------------------- /assets/extensions/filepond/filepond.esm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/filepond/filepond.esm.js -------------------------------------------------------------------------------- /assets/extensions/filepond/filepond.esm.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/filepond/filepond.esm.min.js -------------------------------------------------------------------------------- /assets/extensions/filepond/filepond.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/filepond/filepond.js -------------------------------------------------------------------------------- /assets/extensions/filepond/filepond.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/filepond/filepond.min.css -------------------------------------------------------------------------------- /assets/extensions/filepond/filepond.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/filepond/filepond.min.js -------------------------------------------------------------------------------- /assets/extensions/jquery/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/jquery/jquery.js -------------------------------------------------------------------------------- /assets/extensions/jquery/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/jquery/jquery.min.js -------------------------------------------------------------------------------- /assets/extensions/jquery/jquery.min.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/jquery/jquery.min.map -------------------------------------------------------------------------------- /assets/extensions/jquery/jquery.slim.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/jquery/jquery.slim.js -------------------------------------------------------------------------------- /assets/extensions/jquery/jquery.slim.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/jquery/jquery.slim.min.js -------------------------------------------------------------------------------- /assets/extensions/jquery/jquery.slim.min.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/jquery/jquery.slim.min.map -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/al.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/al.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/ar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/ar.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/bg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/bg.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/ca.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/ca.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/cs.extra.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/cs.extra.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/cs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/cs.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/da.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/da.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/de.extra.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/de.extra.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/de.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/de.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/el.extra.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/el.extra.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/el.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/el.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/en.extra.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/en.extra.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/en.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/en.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/es.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/es.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/et.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/et.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/eu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/eu.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/fa.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/fa.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/fi.extra.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/fi.extra.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/fi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/fi.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/fr.extra.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/fr.extra.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/fr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/fr.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/he.extra.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/he.extra.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/he.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/he.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/hr.extra.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/hr.extra.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/hr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/hr.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/hu.extra.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/hu.extra.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/hu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/hu.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/id.extra.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/id.extra.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/id.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/id.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/it.extra.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/it.extra.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/it.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/it.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/ja.extra.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/ja.extra.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/ja.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/ja.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/ko.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/ko.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/lt.extra.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/lt.extra.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/lt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/lt.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/lv.extra.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/lv.extra.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/lv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/lv.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/ms.extra.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/ms.extra.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/ms.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/ms.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/nl.extra.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/nl.extra.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/nl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/nl.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/no.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/no.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/pl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/pl.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/pt-br.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/pt-br.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/pt-pt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/pt-pt.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/ro.extra.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/ro.extra.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/ro.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/ro.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/ru.extra.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/ru.extra.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/ru.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/ru.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/sk.extra.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/sk.extra.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/sk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/sk.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/sl.extra.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/sl.extra.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/sl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/sl.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/sq.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/sq.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/sr.extra.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/sr.extra.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/sr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/sr.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/sv.extra.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/sv.extra.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/sv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/sv.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/th.extra.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/th.extra.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/th.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/th.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/tk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/tk.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/tr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/tr.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/ua.extra.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/ua.extra.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/ua.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/ua.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/uk.extra.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/uk.extra.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/uk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/uk.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/ur.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/ur.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/zh_cn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/zh_cn.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/i18n/zh_tw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/i18n/zh_tw.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/parsley.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/parsley.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/parsley.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/parsley.js.map -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/parsley.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/parsley.min.js -------------------------------------------------------------------------------- /assets/extensions/parsleyjs/parsley.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/parsleyjs/parsley.min.js.map -------------------------------------------------------------------------------- /assets/extensions/quill/quill.bubble.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/quill/quill.bubble.css -------------------------------------------------------------------------------- /assets/extensions/quill/quill.core.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/quill/quill.core.css -------------------------------------------------------------------------------- /assets/extensions/quill/quill.core.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/quill/quill.core.js -------------------------------------------------------------------------------- /assets/extensions/quill/quill.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/quill/quill.js -------------------------------------------------------------------------------- /assets/extensions/quill/quill.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/quill/quill.min.js -------------------------------------------------------------------------------- /assets/extensions/quill/quill.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/quill/quill.min.js.map -------------------------------------------------------------------------------- /assets/extensions/quill/quill.snow.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/quill/quill.snow.css -------------------------------------------------------------------------------- /assets/extensions/rater-js/.npmignore: -------------------------------------------------------------------------------- 1 | # Dependency directories 2 | node_modules/ 3 | .vscode/ -------------------------------------------------------------------------------- /assets/extensions/rater-js/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/rater-js/.travis.yml -------------------------------------------------------------------------------- /assets/extensions/rater-js/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/rater-js/LICENSE -------------------------------------------------------------------------------- /assets/extensions/rater-js/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/rater-js/README.md -------------------------------------------------------------------------------- /assets/extensions/rater-js/_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/rater-js/_config.yml -------------------------------------------------------------------------------- /assets/extensions/rater-js/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/rater-js/bower.json -------------------------------------------------------------------------------- /assets/extensions/rater-js/example/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/rater-js/example/index.html -------------------------------------------------------------------------------- /assets/extensions/rater-js/example/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/rater-js/example/index.js -------------------------------------------------------------------------------- /assets/extensions/rater-js/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/rater-js/index.d.ts -------------------------------------------------------------------------------- /assets/extensions/rater-js/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/rater-js/index.js -------------------------------------------------------------------------------- /assets/extensions/rater-js/lib/rater-js.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/rater-js/lib/rater-js.js -------------------------------------------------------------------------------- /assets/extensions/rater-js/lib/star_0.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/rater-js/lib/star_0.svg -------------------------------------------------------------------------------- /assets/extensions/rater-js/lib/star_1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/rater-js/lib/star_1.svg -------------------------------------------------------------------------------- /assets/extensions/rater-js/lib/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/rater-js/lib/style.css -------------------------------------------------------------------------------- /assets/extensions/rater-js/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/rater-js/package-lock.json -------------------------------------------------------------------------------- /assets/extensions/rater-js/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/rater-js/package.json -------------------------------------------------------------------------------- /assets/extensions/rater-js/ratings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/rater-js/ratings.png -------------------------------------------------------------------------------- /assets/extensions/rater-js/test/test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/rater-js/test/test.js -------------------------------------------------------------------------------- /assets/extensions/simple-datatables/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/simple-datatables/index.js -------------------------------------------------------------------------------- /assets/extensions/simple-datatables/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/simple-datatables/style.css -------------------------------------------------------------------------------- /assets/extensions/summernote/font/summernote.hash: -------------------------------------------------------------------------------- 1 | 9fe8a4284ea6542e5b857380d2288fbd -------------------------------------------------------------------------------- /assets/extensions/summernote/summernote-bs4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/summernote/summernote-bs4.js -------------------------------------------------------------------------------- /assets/extensions/summernote/summernote-bs5.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/summernote/summernote-bs5.js -------------------------------------------------------------------------------- /assets/extensions/summernote/summernote.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/summernote/summernote.css -------------------------------------------------------------------------------- /assets/extensions/summernote/summernote.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/summernote/summernote.js -------------------------------------------------------------------------------- /assets/extensions/summernote/summernote.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/summernote/summernote.js.map -------------------------------------------------------------------------------- /assets/extensions/summernote/summernote.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/summernote/summernote.min.js -------------------------------------------------------------------------------- /assets/extensions/summernote/summernote.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /assets/extensions/sweetalert2/sweetalert2.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/sweetalert2/sweetalert2.css -------------------------------------------------------------------------------- /assets/extensions/sweetalert2/sweetalert2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/sweetalert2/sweetalert2.js -------------------------------------------------------------------------------- /assets/extensions/tinymce/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/tinymce/CHANGELOG.md -------------------------------------------------------------------------------- /assets/extensions/tinymce/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/tinymce/README.md -------------------------------------------------------------------------------- /assets/extensions/tinymce/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/tinymce/bower.json -------------------------------------------------------------------------------- /assets/extensions/tinymce/composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/tinymce/composer.json -------------------------------------------------------------------------------- /assets/extensions/tinymce/jquery.tinymce.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/tinymce/jquery.tinymce.js -------------------------------------------------------------------------------- /assets/extensions/tinymce/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/tinymce/license.txt -------------------------------------------------------------------------------- /assets/extensions/tinymce/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/tinymce/package.json -------------------------------------------------------------------------------- /assets/extensions/tinymce/plugins/hr/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/tinymce/plugins/hr/index.js -------------------------------------------------------------------------------- /assets/extensions/tinymce/plugins/hr/plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/tinymce/plugins/hr/plugin.js -------------------------------------------------------------------------------- /assets/extensions/tinymce/plugins/toc/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/tinymce/plugins/toc/index.js -------------------------------------------------------------------------------- /assets/extensions/tinymce/tinymce.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/tinymce/tinymce.d.ts -------------------------------------------------------------------------------- /assets/extensions/tinymce/tinymce.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/tinymce/tinymce.js -------------------------------------------------------------------------------- /assets/extensions/tinymce/tinymce.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/tinymce/tinymce.min.js -------------------------------------------------------------------------------- /assets/extensions/toastify-js/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/toastify-js/.gitattributes -------------------------------------------------------------------------------- /assets/extensions/toastify-js/.prettierrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/toastify-js/.prettierrc -------------------------------------------------------------------------------- /assets/extensions/toastify-js/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/toastify-js/.travis.yml -------------------------------------------------------------------------------- /assets/extensions/toastify-js/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/toastify-js/CHANGELOG.md -------------------------------------------------------------------------------- /assets/extensions/toastify-js/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/toastify-js/LICENSE -------------------------------------------------------------------------------- /assets/extensions/toastify-js/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/toastify-js/README.md -------------------------------------------------------------------------------- /assets/extensions/toastify-js/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/toastify-js/index.html -------------------------------------------------------------------------------- /assets/extensions/toastify-js/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/toastify-js/package.json -------------------------------------------------------------------------------- /assets/extensions/toastify-js/src/toastify.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/toastify-js/src/toastify.css -------------------------------------------------------------------------------- /assets/extensions/toastify-js/src/toastify.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/extensions/toastify-js/src/toastify.js -------------------------------------------------------------------------------- /assets/fonts/Iconly---Bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/fonts/Iconly---Bold.eot -------------------------------------------------------------------------------- /assets/fonts/Iconly---Bold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/fonts/Iconly---Bold.svg -------------------------------------------------------------------------------- /assets/fonts/Iconly---Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/fonts/Iconly---Bold.ttf -------------------------------------------------------------------------------- /assets/fonts/Iconly---Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/fonts/Iconly---Bold.woff -------------------------------------------------------------------------------- /assets/images/4853433.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/images/4853433.png -------------------------------------------------------------------------------- /assets/images/bg/4853433.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/images/bg/4853433.png -------------------------------------------------------------------------------- /assets/images/bootstrap-icons.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/images/bootstrap-icons.svg -------------------------------------------------------------------------------- /assets/images/faces/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/images/faces/1.jpg -------------------------------------------------------------------------------- /assets/images/faces/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/images/faces/2.jpg -------------------------------------------------------------------------------- /assets/images/faces/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/images/faces/3.jpg -------------------------------------------------------------------------------- /assets/images/faces/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/images/faces/4.jpg -------------------------------------------------------------------------------- /assets/images/faces/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/images/faces/5.jpg -------------------------------------------------------------------------------- /assets/images/faces/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/images/faces/6.jpg -------------------------------------------------------------------------------- /assets/images/faces/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/images/faces/7.jpg -------------------------------------------------------------------------------- /assets/images/faces/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/images/faces/8.jpg -------------------------------------------------------------------------------- /assets/images/logo/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/images/logo/favicon.png -------------------------------------------------------------------------------- /assets/images/logo/favicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/images/logo/favicon.svg -------------------------------------------------------------------------------- /assets/images/logo/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/images/logo/logo.svg -------------------------------------------------------------------------------- /assets/images/samples/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/images/samples/1.png -------------------------------------------------------------------------------- /assets/images/samples/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/images/samples/2.png -------------------------------------------------------------------------------- /assets/images/samples/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/images/samples/3.png -------------------------------------------------------------------------------- /assets/images/samples/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/images/samples/4.png -------------------------------------------------------------------------------- /assets/images/samples/architecture1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/images/samples/architecture1.jpg -------------------------------------------------------------------------------- /assets/images/samples/banana.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/images/samples/banana.jpg -------------------------------------------------------------------------------- /assets/images/samples/bg-mountain.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/images/samples/bg-mountain.jpg -------------------------------------------------------------------------------- /assets/images/samples/building.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/images/samples/building.jpg -------------------------------------------------------------------------------- /assets/images/samples/error-403.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/images/samples/error-403.svg -------------------------------------------------------------------------------- /assets/images/samples/error-404.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/images/samples/error-404.svg -------------------------------------------------------------------------------- /assets/images/samples/error-500.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/images/samples/error-500.svg -------------------------------------------------------------------------------- /assets/images/samples/jump.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/images/samples/jump.jpg -------------------------------------------------------------------------------- /assets/images/samples/motorcycle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/images/samples/motorcycle.jpg -------------------------------------------------------------------------------- /assets/images/samples/origami.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/images/samples/origami.jpg -------------------------------------------------------------------------------- /assets/images/samples/water.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/images/samples/water.jpg -------------------------------------------------------------------------------- /assets/images/svg-loaders/audio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/images/svg-loaders/audio.svg -------------------------------------------------------------------------------- /assets/images/svg-loaders/ball-triangle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/images/svg-loaders/ball-triangle.svg -------------------------------------------------------------------------------- /assets/images/svg-loaders/bars.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/images/svg-loaders/bars.svg -------------------------------------------------------------------------------- /assets/images/svg-loaders/circles.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/images/svg-loaders/circles.svg -------------------------------------------------------------------------------- /assets/images/svg-loaders/grid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/images/svg-loaders/grid.svg -------------------------------------------------------------------------------- /assets/images/svg-loaders/hearts.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/images/svg-loaders/hearts.svg -------------------------------------------------------------------------------- /assets/images/svg-loaders/oval.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/images/svg-loaders/oval.svg -------------------------------------------------------------------------------- /assets/images/svg-loaders/puff.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/images/svg-loaders/puff.svg -------------------------------------------------------------------------------- /assets/images/svg-loaders/rings.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/images/svg-loaders/rings.svg -------------------------------------------------------------------------------- /assets/images/svg-loaders/spinning-circles.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/images/svg-loaders/spinning-circles.svg -------------------------------------------------------------------------------- /assets/images/svg-loaders/tail-spin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/images/svg-loaders/tail-spin.svg -------------------------------------------------------------------------------- /assets/images/svg-loaders/three-dots.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/images/svg-loaders/three-dots.svg -------------------------------------------------------------------------------- /assets/js/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/js/app.js -------------------------------------------------------------------------------- /assets/js/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/js/bootstrap.js -------------------------------------------------------------------------------- /assets/js/initTheme.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/js/initTheme.js -------------------------------------------------------------------------------- /assets/js/mazer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/js/mazer.js -------------------------------------------------------------------------------- /assets/js/pages/ckeditor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/js/pages/ckeditor.js -------------------------------------------------------------------------------- /assets/js/pages/component-toasts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/js/pages/component-toasts.js -------------------------------------------------------------------------------- /assets/js/pages/dashboard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/js/pages/dashboard.js -------------------------------------------------------------------------------- /assets/js/pages/datatables.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/js/pages/datatables.js -------------------------------------------------------------------------------- /assets/js/pages/filepond.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/js/pages/filepond.js -------------------------------------------------------------------------------- /assets/js/pages/form-editor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/js/pages/form-editor.js -------------------------------------------------------------------------------- /assets/js/pages/form-element-select.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/js/pages/form-element-select.js -------------------------------------------------------------------------------- /assets/js/pages/horizontal-layout.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/js/pages/horizontal-layout.js -------------------------------------------------------------------------------- /assets/js/pages/jquery.js: -------------------------------------------------------------------------------- 1 | let $ = require("jquery") 2 | -------------------------------------------------------------------------------- /assets/js/pages/parsley.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/js/pages/parsley.js -------------------------------------------------------------------------------- /assets/js/pages/quill.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/js/pages/quill.js -------------------------------------------------------------------------------- /assets/js/pages/rater-js.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/js/pages/rater-js.js -------------------------------------------------------------------------------- /assets/js/pages/simple-datatables.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/js/pages/simple-datatables.js -------------------------------------------------------------------------------- /assets/js/pages/summernote.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/js/pages/summernote.js -------------------------------------------------------------------------------- /assets/js/pages/sweetalert2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/js/pages/sweetalert2.js -------------------------------------------------------------------------------- /assets/js/pages/tinymce.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/js/pages/tinymce.js -------------------------------------------------------------------------------- /assets/js/pages/toastify.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/js/pages/toastify.js -------------------------------------------------------------------------------- /assets/js/pages/ui-apexchart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/js/pages/ui-apexchart.js -------------------------------------------------------------------------------- /assets/js/pages/ui-chartjs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/js/pages/ui-chartjs.js -------------------------------------------------------------------------------- /assets/js/pages/ui-todolist.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/assets/js/pages/ui-todolist.js -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/index.html -------------------------------------------------------------------------------- /mix-manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/mix-manifest.json -------------------------------------------------------------------------------- /module/errorHandling.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/module/errorHandling.js -------------------------------------------------------------------------------- /module/query.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/module/query.js -------------------------------------------------------------------------------- /module/utilities.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/module/utilities.js -------------------------------------------------------------------------------- /module/validate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/module/validate.js -------------------------------------------------------------------------------- /movie/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/movie/index.html -------------------------------------------------------------------------------- /movie/js/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/movie/js/index.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfianchii/rest-api/HEAD/package.json --------------------------------------------------------------------------------