From 7e2ca6ff0f50e5e97fb2da9552542185c91619dc Mon Sep 17 00:00:00 2001 From: Maksim Ivanov Date: Tue, 13 Aug 2024 18:28:45 +0300 Subject: [PATCH] refactor: correct resolve path to icons (#8510) Co-authored-by: taiga-family-bot --- projects/cdk/constants/used-icons.ts | 2 - projects/core/tokens/icon-resolver.ts | 25 +- projects/demo/project.json | 4 +- projects/demo/src/modules/app/app.routes.ts | 2 +- .../fontawesome/{examples => }/assets.md | 2 +- .../src/modules/icons/fontawesome/index.ts | 2 +- .../demo/src/modules/icons/icons/assets.md | 19 + .../modules/icons/icons/examples/1/index.html | 15 + .../modules/icons/icons/examples/1/index.less | 4 + .../modules/icons/icons/examples/1/index.ts | 14 + .../icons/{lucide => icons}/icons.tokens.ts | 0 .../demo/src/modules/icons/icons/index.html | 47 + .../icons/{lucide => icons}/index.less | 0 .../modules/icons/{lucide => icons}/index.ts | 2 + .../demo/src/modules/icons/lucide/index.html | 59 - .../icons/material/{examples => }/assets.md | 2 +- .../demo/src/modules/icons/material/index.ts | 2 +- projects/demo/used-icons.ts | 5 + .../scripts/prepare-icons.ts | 7 +- projects/icons-fontawesome/src/ali-pay.svg | 41 +- projects/icons-fontawesome/src/amazon-pay.svg | 35 +- projects/icons-fontawesome/src/amex.svg | 14 +- .../icons-fontawesome/src/android-pay.svg | 36 +- projects/icons-fontawesome/src/apple-pay.svg | 24 +- projects/icons-fontawesome/src/cirrus.svg | 42 +- .../icons-fontawesome/src/diners-club.svg | 19 +- projects/icons-fontawesome/src/discover.svg | 18 +- .../icons-fontawesome/src/electron-mono.svg | 33 +- projects/icons-fontawesome/src/electron.svg | 33 +- .../src/{ => fa}/brands/42-group.svg | 0 .../src/{ => fa}/brands/500px.svg | 0 .../src/{ => fa}/brands/accessible-icon.svg | 0 .../src/{ => fa}/brands/accusoft.svg | 0 .../src/{ => fa}/brands/adn.svg | 0 .../src/{ => fa}/brands/adversal.svg | 0 .../src/{ => fa}/brands/affiliatetheme.svg | 0 .../src/{ => fa}/brands/airbnb.svg | 0 .../src/{ => fa}/brands/algolia.svg | 0 .../src/{ => fa}/brands/alipay.svg | 0 .../src/{ => fa}/brands/amazon-pay.svg | 0 .../src/{ => fa}/brands/amazon.svg | 0 .../src/{ => fa}/brands/amilia.svg | 0 .../src/{ => fa}/brands/android.svg | 0 .../src/{ => fa}/brands/angellist.svg | 0 .../src/{ => fa}/brands/angrycreative.svg | 0 .../src/{ => fa}/brands/angular.svg | 0 .../src/{ => fa}/brands/app-store-ios.svg | 0 .../src/{ => fa}/brands/app-store.svg | 0 .../src/{ => fa}/brands/apper.svg | 0 .../src/{ => fa}/brands/apple-pay.svg | 0 .../src/{ => fa}/brands/apple.svg | 0 .../src/{ => fa}/brands/artstation.svg | 0 .../src/{ => fa}/brands/asymmetrik.svg | 0 .../src/{ => fa}/brands/atlassian.svg | 0 .../src/{ => fa}/brands/audible.svg | 0 .../src/{ => fa}/brands/autoprefixer.svg | 0 .../src/{ => fa}/brands/avianex.svg | 0 .../src/{ => fa}/brands/aviato.svg | 0 .../src/{ => fa}/brands/aws.svg | 0 .../src/{ => fa}/brands/bandcamp.svg | 0 .../src/{ => fa}/brands/battle-net.svg | 0 .../src/{ => fa}/brands/behance.svg | 0 .../src/{ => fa}/brands/bilibili.svg | 0 .../src/{ => fa}/brands/bimobject.svg | 0 .../src/{ => fa}/brands/bitbucket.svg | 0 .../src/{ => fa}/brands/bitcoin.svg | 0 .../src/{ => fa}/brands/bity.svg | 0 .../src/{ => fa}/brands/black-tie.svg | 0 .../src/{ => fa}/brands/blackberry.svg | 0 .../src/{ => fa}/brands/blogger-b.svg | 0 .../src/{ => fa}/brands/blogger.svg | 0 .../src/{ => fa}/brands/bluesky.svg | 0 .../src/{ => fa}/brands/bluetooth-b.svg | 0 .../src/{ => fa}/brands/bluetooth.svg | 0 .../src/{ => fa}/brands/bootstrap.svg | 0 .../src/{ => fa}/brands/bots.svg | 0 .../src/{ => fa}/brands/brave-reverse.svg | 0 .../src/{ => fa}/brands/brave.svg | 0 .../src/{ => fa}/brands/btc.svg | 0 .../src/{ => fa}/brands/buffer.svg | 0 .../src/{ => fa}/brands/buromobelexperte.svg | 0 .../src/{ => fa}/brands/buy-n-large.svg | 0 .../src/{ => fa}/brands/buysellads.svg | 0 .../{ => fa}/brands/canadian-maple-leaf.svg | 0 .../src/{ => fa}/brands/cc-amazon-pay.svg | 0 .../src/{ => fa}/brands/cc-amex.svg | 0 .../src/{ => fa}/brands/cc-apple-pay.svg | 0 .../src/{ => fa}/brands/cc-diners-club.svg | 0 .../src/{ => fa}/brands/cc-discover.svg | 0 .../src/{ => fa}/brands/cc-jcb.svg | 0 .../src/{ => fa}/brands/cc-mastercard.svg | 0 .../src/{ => fa}/brands/cc-paypal.svg | 0 .../src/{ => fa}/brands/cc-stripe.svg | 0 .../src/{ => fa}/brands/cc-visa.svg | 0 .../src/{ => fa}/brands/centercode.svg | 0 .../src/{ => fa}/brands/centos.svg | 0 .../src/{ => fa}/brands/chrome.svg | 0 .../src/{ => fa}/brands/chromecast.svg | 0 .../src/{ => fa}/brands/cloudflare.svg | 0 .../src/{ => fa}/brands/cloudscale.svg | 0 .../src/{ => fa}/brands/cloudsmith.svg | 0 .../src/{ => fa}/brands/cloudversify.svg | 0 .../src/{ => fa}/brands/cmplid.svg | 0 .../src/{ => fa}/brands/codepen.svg | 0 .../src/{ => fa}/brands/codiepie.svg | 0 .../src/{ => fa}/brands/confluence.svg | 0 .../src/{ => fa}/brands/connectdevelop.svg | 0 .../src/{ => fa}/brands/contao.svg | 0 .../src/{ => fa}/brands/cotton-bureau.svg | 0 .../src/{ => fa}/brands/cpanel.svg | 0 .../{ => fa}/brands/creative-commons-by.svg | 0 .../brands/creative-commons-nc-eu.svg | 0 .../brands/creative-commons-nc-jp.svg | 0 .../{ => fa}/brands/creative-commons-nc.svg | 0 .../{ => fa}/brands/creative-commons-nd.svg | 0 .../brands/creative-commons-pd-alt.svg | 0 .../{ => fa}/brands/creative-commons-pd.svg | 0 .../brands/creative-commons-remix.svg | 0 .../{ => fa}/brands/creative-commons-sa.svg | 0 .../brands/creative-commons-sampling-plus.svg | 0 .../brands/creative-commons-sampling.svg | 0 .../brands/creative-commons-share.svg | 0 .../{ => fa}/brands/creative-commons-zero.svg | 0 .../src/{ => fa}/brands/creative-commons.svg | 0 .../src/{ => fa}/brands/critical-role.svg | 0 .../src/{ => fa}/brands/css3-alt.svg | 0 .../src/{ => fa}/brands/css3.svg | 0 .../src/{ => fa}/brands/cuttlefish.svg | 0 .../src/{ => fa}/brands/d-and-d-beyond.svg | 0 .../src/{ => fa}/brands/d-and-d.svg | 0 .../src/{ => fa}/brands/dailymotion.svg | 0 .../src/{ => fa}/brands/dart-lang.svg | 0 .../src/{ => fa}/brands/dashcube.svg | 0 .../src/{ => fa}/brands/debian.svg | 0 .../src/{ => fa}/brands/deezer.svg | 0 .../src/{ => fa}/brands/delicious.svg | 0 .../src/{ => fa}/brands/deploydog.svg | 0 .../src/{ => fa}/brands/deskpro.svg | 0 .../src/{ => fa}/brands/dev.svg | 0 .../src/{ => fa}/brands/deviantart.svg | 0 .../src/{ => fa}/brands/dhl.svg | 0 .../src/{ => fa}/brands/diaspora.svg | 0 .../src/{ => fa}/brands/digg.svg | 0 .../src/{ => fa}/brands/digital-ocean.svg | 0 .../src/{ => fa}/brands/discord.svg | 0 .../src/{ => fa}/brands/discourse.svg | 0 .../src/{ => fa}/brands/dochub.svg | 0 .../src/{ => fa}/brands/docker.svg | 0 .../src/{ => fa}/brands/draft2digital.svg | 0 .../src/{ => fa}/brands/dribbble.svg | 0 .../src/{ => fa}/brands/dropbox.svg | 0 .../src/{ => fa}/brands/drupal.svg | 0 .../src/{ => fa}/brands/dyalog.svg | 0 .../src/{ => fa}/brands/earlybirds.svg | 0 .../src/{ => fa}/brands/ebay.svg | 0 .../src/{ => fa}/brands/edge-legacy.svg | 0 .../src/{ => fa}/brands/edge.svg | 0 .../src/{ => fa}/brands/elementor.svg | 0 .../src/{ => fa}/brands/ello.svg | 0 .../src/{ => fa}/brands/ember.svg | 0 .../src/{ => fa}/brands/empire.svg | 0 .../src/{ => fa}/brands/envira.svg | 0 .../src/{ => fa}/brands/erlang.svg | 0 .../src/{ => fa}/brands/ethereum.svg | 0 .../src/{ => fa}/brands/etsy.svg | 0 .../src/{ => fa}/brands/evernote.svg | 0 .../src/{ => fa}/brands/expeditedssl.svg | 0 .../src/{ => fa}/brands/facebook-f.svg | 0 .../{ => fa}/brands/facebook-messenger.svg | 0 .../src/{ => fa}/brands/facebook.svg | 0 .../{ => fa}/brands/fantasy-flight-games.svg | 0 .../src/{ => fa}/brands/fedex.svg | 0 .../src/{ => fa}/brands/fedora.svg | 0 .../src/{ => fa}/brands/figma.svg | 0 .../src/{ => fa}/brands/firefox-browser.svg | 0 .../src/{ => fa}/brands/firefox.svg | 0 .../src/{ => fa}/brands/first-order-alt.svg | 0 .../src/{ => fa}/brands/first-order.svg | 0 .../src/{ => fa}/brands/firstdraft.svg | 0 .../src/{ => fa}/brands/flickr.svg | 0 .../src/{ => fa}/brands/flipboard.svg | 0 .../src/{ => fa}/brands/flutter.svg | 0 .../src/{ => fa}/brands/fly.svg | 0 .../src/{ => fa}/brands/font-awesome.svg | 0 .../src/{ => fa}/brands/fonticons-fi.svg | 0 .../src/{ => fa}/brands/fonticons.svg | 0 .../src/{ => fa}/brands/fort-awesome-alt.svg | 0 .../src/{ => fa}/brands/fort-awesome.svg | 0 .../src/{ => fa}/brands/forumbee.svg | 0 .../src/{ => fa}/brands/foursquare.svg | 0 .../src/{ => fa}/brands/free-code-camp.svg | 0 .../src/{ => fa}/brands/freebsd.svg | 0 .../src/{ => fa}/brands/fulcrum.svg | 0 .../src/{ => fa}/brands/galactic-republic.svg | 0 .../src/{ => fa}/brands/galactic-senate.svg | 0 .../src/{ => fa}/brands/get-pocket.svg | 0 .../src/{ => fa}/brands/gg-circle.svg | 0 .../src/{ => fa}/brands/gg.svg | 0 .../src/{ => fa}/brands/git-alt.svg | 0 .../src/{ => fa}/brands/git.svg | 0 .../src/{ => fa}/brands/github-alt.svg | 0 .../src/{ => fa}/brands/github.svg | 0 .../src/{ => fa}/brands/gitkraken.svg | 0 .../src/{ => fa}/brands/gitlab.svg | 0 .../src/{ => fa}/brands/gitter.svg | 0 .../src/{ => fa}/brands/glide-g.svg | 0 .../src/{ => fa}/brands/glide.svg | 0 .../src/{ => fa}/brands/gofore.svg | 0 .../src/{ => fa}/brands/golang.svg | 0 .../src/{ => fa}/brands/goodreads-g.svg | 0 .../src/{ => fa}/brands/goodreads.svg | 0 .../src/{ => fa}/brands/google-drive.svg | 0 .../src/{ => fa}/brands/google-pay.svg | 0 .../src/{ => fa}/brands/google-play.svg | 0 .../src/{ => fa}/brands/google-plus-g.svg | 0 .../src/{ => fa}/brands/google-plus.svg | 0 .../src/{ => fa}/brands/google-scholar.svg | 0 .../src/{ => fa}/brands/google-wallet.svg | 0 .../src/{ => fa}/brands/google.svg | 0 .../src/{ => fa}/brands/gratipay.svg | 0 .../src/{ => fa}/brands/grav.svg | 0 .../src/{ => fa}/brands/gripfire.svg | 0 .../src/{ => fa}/brands/grunt.svg | 0 .../src/{ => fa}/brands/guilded.svg | 0 .../src/{ => fa}/brands/gulp.svg | 0 .../src/{ => fa}/brands/hacker-news.svg | 0 .../src/{ => fa}/brands/hackerrank.svg | 0 .../src/{ => fa}/brands/hashnode.svg | 0 .../src/{ => fa}/brands/hips.svg | 0 .../src/{ => fa}/brands/hire-a-helper.svg | 0 .../src/{ => fa}/brands/hive.svg | 0 .../src/{ => fa}/brands/hooli.svg | 0 .../src/{ => fa}/brands/hornbill.svg | 0 .../src/{ => fa}/brands/hotjar.svg | 0 .../src/{ => fa}/brands/houzz.svg | 0 .../src/{ => fa}/brands/html5.svg | 0 .../src/{ => fa}/brands/hubspot.svg | 0 .../src/{ => fa}/brands/ideal.svg | 0 .../src/{ => fa}/brands/imdb.svg | 0 .../src/{ => fa}/brands/instagram.svg | 0 .../src/{ => fa}/brands/instalod.svg | 0 .../src/{ => fa}/brands/intercom.svg | 0 .../src/{ => fa}/brands/internet-explorer.svg | 0 .../src/{ => fa}/brands/invision.svg | 0 .../src/{ => fa}/brands/ioxhost.svg | 0 .../src/{ => fa}/brands/itch-io.svg | 0 .../src/{ => fa}/brands/itunes-note.svg | 0 .../src/{ => fa}/brands/itunes.svg | 0 .../src/{ => fa}/brands/java.svg | 0 .../src/{ => fa}/brands/jedi-order.svg | 0 .../src/{ => fa}/brands/jenkins.svg | 0 .../src/{ => fa}/brands/jira.svg | 0 .../src/{ => fa}/brands/joget.svg | 0 .../src/{ => fa}/brands/joomla.svg | 0 .../src/{ => fa}/brands/js.svg | 0 .../src/{ => fa}/brands/jsfiddle.svg | 0 .../src/{ => fa}/brands/jxl.svg | 0 .../src/{ => fa}/brands/kaggle.svg | 0 .../src/{ => fa}/brands/keybase.svg | 0 .../src/{ => fa}/brands/keycdn.svg | 0 .../src/{ => fa}/brands/kickstarter-k.svg | 0 .../src/{ => fa}/brands/kickstarter.svg | 0 .../src/{ => fa}/brands/korvue.svg | 0 .../src/{ => fa}/brands/laravel.svg | 0 .../src/{ => fa}/brands/lastfm.svg | 0 .../src/{ => fa}/brands/leanpub.svg | 0 .../src/{ => fa}/brands/less.svg | 0 .../src/{ => fa}/brands/letterboxd.svg | 0 .../src/{ => fa}/brands/line.svg | 0 .../src/{ => fa}/brands/linkedin-in.svg | 0 .../src/{ => fa}/brands/linkedin.svg | 0 .../src/{ => fa}/brands/linode.svg | 0 .../src/{ => fa}/brands/linux.svg | 0 .../src/{ => fa}/brands/lyft.svg | 0 .../src/{ => fa}/brands/magento.svg | 0 .../src/{ => fa}/brands/mailchimp.svg | 0 .../src/{ => fa}/brands/mandalorian.svg | 0 .../src/{ => fa}/brands/markdown.svg | 0 .../src/{ => fa}/brands/mastodon.svg | 0 .../src/{ => fa}/brands/maxcdn.svg | 0 .../src/{ => fa}/brands/mdb.svg | 0 .../src/{ => fa}/brands/medapps.svg | 0 .../src/{ => fa}/brands/medium.svg | 0 .../src/{ => fa}/brands/medrt.svg | 0 .../src/{ => fa}/brands/meetup.svg | 0 .../src/{ => fa}/brands/megaport.svg | 0 .../src/{ => fa}/brands/mendeley.svg | 0 .../src/{ => fa}/brands/meta.svg | 0 .../src/{ => fa}/brands/microblog.svg | 0 .../src/{ => fa}/brands/microsoft.svg | 0 .../src/{ => fa}/brands/mintbit.svg | 0 .../src/{ => fa}/brands/mix.svg | 0 .../src/{ => fa}/brands/mixcloud.svg | 0 .../src/{ => fa}/brands/mixer.svg | 0 .../src/{ => fa}/brands/mizuni.svg | 0 .../src/{ => fa}/brands/modx.svg | 0 .../src/{ => fa}/brands/monero.svg | 0 .../src/{ => fa}/brands/napster.svg | 0 .../src/{ => fa}/brands/neos.svg | 0 .../src/{ => fa}/brands/nfc-directional.svg | 0 .../src/{ => fa}/brands/nfc-symbol.svg | 0 .../src/{ => fa}/brands/nimblr.svg | 0 .../src/{ => fa}/brands/node-js.svg | 0 .../src/{ => fa}/brands/node.svg | 0 .../src/{ => fa}/brands/npm.svg | 0 .../src/{ => fa}/brands/ns8.svg | 0 .../src/{ => fa}/brands/nutritionix.svg | 0 .../src/{ => fa}/brands/octopus-deploy.svg | 0 .../src/{ => fa}/brands/odnoklassniki.svg | 0 .../src/{ => fa}/brands/odysee.svg | 0 .../src/{ => fa}/brands/old-republic.svg | 0 .../src/{ => fa}/brands/opencart.svg | 0 .../src/{ => fa}/brands/openid.svg | 0 .../src/{ => fa}/brands/opensuse.svg | 0 .../src/{ => fa}/brands/opera.svg | 0 .../src/{ => fa}/brands/optin-monster.svg | 0 .../src/{ => fa}/brands/orcid.svg | 0 .../src/{ => fa}/brands/osi.svg | 0 .../src/{ => fa}/brands/padlet.svg | 0 .../src/{ => fa}/brands/page4.svg | 0 .../src/{ => fa}/brands/pagelines.svg | 0 .../src/{ => fa}/brands/palfed.svg | 0 .../src/{ => fa}/brands/patreon.svg | 0 .../src/{ => fa}/brands/paypal.svg | 0 .../src/{ => fa}/brands/perbyte.svg | 0 .../src/{ => fa}/brands/periscope.svg | 0 .../src/{ => fa}/brands/phabricator.svg | 0 .../src/{ => fa}/brands/phoenix-framework.svg | 0 .../src/{ => fa}/brands/phoenix-squadron.svg | 0 .../src/{ => fa}/brands/php.svg | 0 .../src/{ => fa}/brands/pied-piper-alt.svg | 0 .../src/{ => fa}/brands/pied-piper-hat.svg | 0 .../src/{ => fa}/brands/pied-piper-pp.svg | 0 .../src/{ => fa}/brands/pied-piper.svg | 0 .../src/{ => fa}/brands/pinterest-p.svg | 0 .../src/{ => fa}/brands/pinterest.svg | 0 .../src/{ => fa}/brands/pix.svg | 0 .../src/{ => fa}/brands/pixiv.svg | 0 .../src/{ => fa}/brands/playstation.svg | 0 .../src/{ => fa}/brands/product-hunt.svg | 0 .../src/{ => fa}/brands/pushed.svg | 0 .../src/{ => fa}/brands/python.svg | 0 .../src/{ => fa}/brands/qq.svg | 0 .../src/{ => fa}/brands/quinscape.svg | 0 .../src/{ => fa}/brands/quora.svg | 0 .../src/{ => fa}/brands/r-project.svg | 0 .../src/{ => fa}/brands/raspberry-pi.svg | 0 .../src/{ => fa}/brands/ravelry.svg | 0 .../src/{ => fa}/brands/react.svg | 0 .../src/{ => fa}/brands/reacteurope.svg | 0 .../src/{ => fa}/brands/readme.svg | 0 .../src/{ => fa}/brands/rebel.svg | 0 .../src/{ => fa}/brands/red-river.svg | 0 .../src/{ => fa}/brands/reddit-alien.svg | 0 .../src/{ => fa}/brands/reddit.svg | 0 .../src/{ => fa}/brands/redhat.svg | 0 .../src/{ => fa}/brands/renren.svg | 0 .../src/{ => fa}/brands/replyd.svg | 0 .../src/{ => fa}/brands/researchgate.svg | 0 .../src/{ => fa}/brands/resolving.svg | 0 .../src/{ => fa}/brands/rev.svg | 0 .../src/{ => fa}/brands/rocketchat.svg | 0 .../src/{ => fa}/brands/rockrms.svg | 0 .../src/{ => fa}/brands/rust.svg | 0 .../src/{ => fa}/brands/safari.svg | 0 .../src/{ => fa}/brands/salesforce.svg | 0 .../src/{ => fa}/brands/sass.svg | 0 .../src/{ => fa}/brands/schlix.svg | 0 .../src/{ => fa}/brands/screenpal.svg | 0 .../src/{ => fa}/brands/scribd.svg | 0 .../src/{ => fa}/brands/searchengin.svg | 0 .../src/{ => fa}/brands/sellcast.svg | 0 .../src/{ => fa}/brands/sellsy.svg | 0 .../src/{ => fa}/brands/servicestack.svg | 0 .../src/{ => fa}/brands/shirtsinbulk.svg | 0 .../src/{ => fa}/brands/shoelace.svg | 0 .../src/{ => fa}/brands/shopify.svg | 0 .../src/{ => fa}/brands/shopware.svg | 0 .../src/{ => fa}/brands/signal-messenger.svg | 0 .../src/{ => fa}/brands/simplybuilt.svg | 0 .../src/{ => fa}/brands/sistrix.svg | 0 .../src/{ => fa}/brands/sith.svg | 0 .../src/{ => fa}/brands/sitrox.svg | 0 .../src/{ => fa}/brands/sketch.svg | 0 .../src/{ => fa}/brands/skyatlas.svg | 0 .../src/{ => fa}/brands/skype.svg | 0 .../src/{ => fa}/brands/slack.svg | 0 .../src/{ => fa}/brands/slideshare.svg | 0 .../src/{ => fa}/brands/snapchat.svg | 0 .../src/{ => fa}/brands/soundcloud.svg | 0 .../src/{ => fa}/brands/sourcetree.svg | 0 .../src/{ => fa}/brands/space-awesome.svg | 0 .../src/{ => fa}/brands/speakap.svg | 0 .../src/{ => fa}/brands/speaker-deck.svg | 0 .../src/{ => fa}/brands/spotify.svg | 0 .../src/{ => fa}/brands/square-behance.svg | 0 .../src/{ => fa}/brands/square-dribbble.svg | 0 .../src/{ => fa}/brands/square-facebook.svg | 0 .../brands/square-font-awesome-stroke.svg | 0 .../{ => fa}/brands/square-font-awesome.svg | 0 .../src/{ => fa}/brands/square-git.svg | 0 .../src/{ => fa}/brands/square-github.svg | 0 .../src/{ => fa}/brands/square-gitlab.svg | 0 .../{ => fa}/brands/square-google-plus.svg | 0 .../{ => fa}/brands/square-hacker-news.svg | 0 .../src/{ => fa}/brands/square-instagram.svg | 0 .../src/{ => fa}/brands/square-js.svg | 0 .../src/{ => fa}/brands/square-lastfm.svg | 0 .../src/{ => fa}/brands/square-letterboxd.svg | 0 .../{ => fa}/brands/square-odnoklassniki.svg | 0 .../src/{ => fa}/brands/square-pied-piper.svg | 0 .../src/{ => fa}/brands/square-pinterest.svg | 0 .../src/{ => fa}/brands/square-reddit.svg | 0 .../src/{ => fa}/brands/square-snapchat.svg | 0 .../src/{ => fa}/brands/square-steam.svg | 0 .../src/{ => fa}/brands/square-threads.svg | 0 .../src/{ => fa}/brands/square-tumblr.svg | 0 .../src/{ => fa}/brands/square-twitter.svg | 0 .../src/{ => fa}/brands/square-upwork.svg | 0 .../src/{ => fa}/brands/square-viadeo.svg | 0 .../src/{ => fa}/brands/square-vimeo.svg | 0 .../brands/square-web-awesome-stroke.svg | 0 .../{ => fa}/brands/square-web-awesome.svg | 0 .../src/{ => fa}/brands/square-whatsapp.svg | 0 .../src/{ => fa}/brands/square-x-twitter.svg | 0 .../src/{ => fa}/brands/square-xing.svg | 0 .../src/{ => fa}/brands/square-youtube.svg | 0 .../src/{ => fa}/brands/squarespace.svg | 0 .../src/{ => fa}/brands/stack-exchange.svg | 0 .../src/{ => fa}/brands/stack-overflow.svg | 0 .../src/{ => fa}/brands/stackpath.svg | 0 .../src/{ => fa}/brands/staylinked.svg | 0 .../src/{ => fa}/brands/steam-symbol.svg | 0 .../src/{ => fa}/brands/steam.svg | 0 .../src/{ => fa}/brands/sticker-mule.svg | 0 .../src/{ => fa}/brands/strava.svg | 0 .../src/{ => fa}/brands/stripe-s.svg | 0 .../src/{ => fa}/brands/stripe.svg | 0 .../src/{ => fa}/brands/stubber.svg | 0 .../src/{ => fa}/brands/studiovinari.svg | 0 .../{ => fa}/brands/stumbleupon-circle.svg | 0 .../src/{ => fa}/brands/stumbleupon.svg | 0 .../src/{ => fa}/brands/superpowers.svg | 0 .../src/{ => fa}/brands/supple.svg | 0 .../src/{ => fa}/brands/suse.svg | 0 .../src/{ => fa}/brands/swift.svg | 0 .../src/{ => fa}/brands/symfony.svg | 0 .../src/{ => fa}/brands/teamspeak.svg | 0 .../src/{ => fa}/brands/telegram.svg | 0 .../src/{ => fa}/brands/tencent-weibo.svg | 0 .../src/{ => fa}/brands/the-red-yeti.svg | 0 .../src/{ => fa}/brands/themeco.svg | 0 .../src/{ => fa}/brands/themeisle.svg | 0 .../src/{ => fa}/brands/think-peaks.svg | 0 .../src/{ => fa}/brands/threads.svg | 0 .../src/{ => fa}/brands/tiktok.svg | 0 .../src/{ => fa}/brands/trade-federation.svg | 0 .../src/{ => fa}/brands/trello.svg | 0 .../src/{ => fa}/brands/tumblr.svg | 0 .../src/{ => fa}/brands/twitch.svg | 0 .../src/{ => fa}/brands/twitter.svg | 0 .../src/{ => fa}/brands/typo3.svg | 0 .../src/{ => fa}/brands/uber.svg | 0 .../src/{ => fa}/brands/ubuntu.svg | 0 .../src/{ => fa}/brands/uikit.svg | 0 .../src/{ => fa}/brands/umbraco.svg | 0 .../src/{ => fa}/brands/uncharted.svg | 0 .../src/{ => fa}/brands/uniregistry.svg | 0 .../src/{ => fa}/brands/unity.svg | 0 .../src/{ => fa}/brands/unsplash.svg | 0 .../src/{ => fa}/brands/untappd.svg | 0 .../src/{ => fa}/brands/ups.svg | 0 .../src/{ => fa}/brands/upwork.svg | 0 .../src/{ => fa}/brands/usb.svg | 0 .../src/{ => fa}/brands/usps.svg | 0 .../src/{ => fa}/brands/ussunnah.svg | 0 .../src/{ => fa}/brands/vaadin.svg | 0 .../src/{ => fa}/brands/viacoin.svg | 0 .../src/{ => fa}/brands/viadeo.svg | 0 .../src/{ => fa}/brands/viber.svg | 0 .../src/{ => fa}/brands/vimeo-v.svg | 0 .../src/{ => fa}/brands/vimeo.svg | 0 .../src/{ => fa}/brands/vine.svg | 0 .../src/{ => fa}/brands/vk.svg | 0 .../src/{ => fa}/brands/vnv.svg | 0 .../src/{ => fa}/brands/vuejs.svg | 0 .../{ => fa}/brands/watchman-monitoring.svg | 0 .../src/{ => fa}/brands/waze.svg | 0 .../src/{ => fa}/brands/web-awesome.svg | 0 .../src/{ => fa}/brands/webflow.svg | 0 .../src/{ => fa}/brands/weebly.svg | 0 .../src/{ => fa}/brands/weibo.svg | 0 .../src/{ => fa}/brands/weixin.svg | 0 .../src/{ => fa}/brands/whatsapp.svg | 0 .../src/{ => fa}/brands/whmcs.svg | 0 .../src/{ => fa}/brands/wikipedia-w.svg | 0 .../src/{ => fa}/brands/windows.svg | 0 .../src/{ => fa}/brands/wirsindhandwerk.svg | 0 .../src/{ => fa}/brands/wix.svg | 0 .../{ => fa}/brands/wizards-of-the-coast.svg | 0 .../src/{ => fa}/brands/wodu.svg | 0 .../{ => fa}/brands/wolf-pack-battalion.svg | 0 .../src/{ => fa}/brands/wordpress-simple.svg | 0 .../src/{ => fa}/brands/wordpress.svg | 0 .../src/{ => fa}/brands/wpbeginner.svg | 0 .../src/{ => fa}/brands/wpexplorer.svg | 0 .../src/{ => fa}/brands/wpforms.svg | 0 .../src/{ => fa}/brands/wpressr.svg | 0 .../src/{ => fa}/brands/x-twitter.svg | 0 .../src/{ => fa}/brands/xbox.svg | 0 .../src/{ => fa}/brands/xing.svg | 0 .../src/{ => fa}/brands/y-combinator.svg | 0 .../src/{ => fa}/brands/yahoo.svg | 0 .../src/{ => fa}/brands/yammer.svg | 0 .../{ => fa}/brands/yandex-international.svg | 0 .../src/{ => fa}/brands/yandex.svg | 0 .../src/{ => fa}/brands/yarn.svg | 0 .../src/{ => fa}/brands/yelp.svg | 0 .../src/{ => fa}/brands/yoast.svg | 0 .../src/{ => fa}/brands/youtube.svg | 0 .../src/{ => fa}/brands/zhihu.svg | 0 .../src/{ => fa}/regular/address-book.svg | 0 .../src/{ => fa}/regular/address-card.svg | 0 .../src/{ => fa}/regular/bell-slash.svg | 0 .../src/{ => fa}/regular/bell.svg | 0 .../src/{ => fa}/regular/bookmark.svg | 0 .../src/{ => fa}/regular/building.svg | 0 .../src/{ => fa}/regular/calendar-check.svg | 0 .../src/{ => fa}/regular/calendar-days.svg | 0 .../src/{ => fa}/regular/calendar-minus.svg | 0 .../src/{ => fa}/regular/calendar-plus.svg | 0 .../src/{ => fa}/regular/calendar-xmark.svg | 0 .../src/{ => fa}/regular/calendar.svg | 0 .../src/{ => fa}/regular/chart-bar.svg | 0 .../src/{ => fa}/regular/chess-bishop.svg | 0 .../src/{ => fa}/regular/chess-king.svg | 0 .../src/{ => fa}/regular/chess-knight.svg | 0 .../src/{ => fa}/regular/chess-pawn.svg | 0 .../src/{ => fa}/regular/chess-queen.svg | 0 .../src/{ => fa}/regular/chess-rook.svg | 0 .../src/{ => fa}/regular/circle-check.svg | 0 .../src/{ => fa}/regular/circle-dot.svg | 0 .../src/{ => fa}/regular/circle-down.svg | 0 .../src/{ => fa}/regular/circle-left.svg | 0 .../src/{ => fa}/regular/circle-pause.svg | 0 .../src/{ => fa}/regular/circle-play.svg | 0 .../src/{ => fa}/regular/circle-question.svg | 0 .../src/{ => fa}/regular/circle-right.svg | 0 .../src/{ => fa}/regular/circle-stop.svg | 0 .../src/{ => fa}/regular/circle-up.svg | 0 .../src/{ => fa}/regular/circle-user.svg | 0 .../src/{ => fa}/regular/circle-xmark.svg | 0 .../src/{ => fa}/regular/circle.svg | 0 .../src/{ => fa}/regular/clipboard.svg | 0 .../src/{ => fa}/regular/clock.svg | 0 .../src/{ => fa}/regular/clone.svg | 0 .../{ => fa}/regular/closed-captioning.svg | 0 .../src/{ => fa}/regular/comment-dots.svg | 0 .../src/{ => fa}/regular/comment.svg | 0 .../src/{ => fa}/regular/comments.svg | 0 .../src/{ => fa}/regular/compass.svg | 0 .../src/{ => fa}/regular/copy.svg | 0 .../src/{ => fa}/regular/copyright.svg | 0 .../src/{ => fa}/regular/credit-card.svg | 0 .../src/{ => fa}/regular/envelope-open.svg | 0 .../src/{ => fa}/regular/envelope.svg | 0 .../src/{ => fa}/regular/eye-slash.svg | 0 .../src/{ => fa}/regular/eye.svg | 0 .../src/{ => fa}/regular/face-angry.svg | 0 .../src/{ => fa}/regular/face-dizzy.svg | 0 .../src/{ => fa}/regular/face-flushed.svg | 0 .../src/{ => fa}/regular/face-frown-open.svg | 0 .../src/{ => fa}/regular/face-frown.svg | 0 .../src/{ => fa}/regular/face-grimace.svg | 0 .../{ => fa}/regular/face-grin-beam-sweat.svg | 0 .../src/{ => fa}/regular/face-grin-beam.svg | 0 .../src/{ => fa}/regular/face-grin-hearts.svg | 0 .../regular/face-grin-squint-tears.svg | 0 .../src/{ => fa}/regular/face-grin-squint.svg | 0 .../src/{ => fa}/regular/face-grin-stars.svg | 0 .../src/{ => fa}/regular/face-grin-tears.svg | 0 .../regular/face-grin-tongue-squint.svg | 0 .../regular/face-grin-tongue-wink.svg | 0 .../src/{ => fa}/regular/face-grin-tongue.svg | 0 .../src/{ => fa}/regular/face-grin-wide.svg | 0 .../src/{ => fa}/regular/face-grin-wink.svg | 0 .../src/{ => fa}/regular/face-grin.svg | 0 .../src/{ => fa}/regular/face-kiss-beam.svg | 0 .../{ => fa}/regular/face-kiss-wink-heart.svg | 0 .../src/{ => fa}/regular/face-kiss.svg | 0 .../src/{ => fa}/regular/face-laugh-beam.svg | 0 .../{ => fa}/regular/face-laugh-squint.svg | 0 .../src/{ => fa}/regular/face-laugh-wink.svg | 0 .../src/{ => fa}/regular/face-laugh.svg | 0 .../src/{ => fa}/regular/face-meh-blank.svg | 0 .../src/{ => fa}/regular/face-meh.svg | 0 .../{ => fa}/regular/face-rolling-eyes.svg | 0 .../src/{ => fa}/regular/face-sad-cry.svg | 0 .../src/{ => fa}/regular/face-sad-tear.svg | 0 .../src/{ => fa}/regular/face-smile-beam.svg | 0 .../src/{ => fa}/regular/face-smile-wink.svg | 0 .../src/{ => fa}/regular/face-smile.svg | 0 .../src/{ => fa}/regular/face-surprise.svg | 0 .../src/{ => fa}/regular/face-tired.svg | 0 .../src/{ => fa}/regular/file-audio.svg | 0 .../src/{ => fa}/regular/file-code.svg | 0 .../src/{ => fa}/regular/file-excel.svg | 0 .../src/{ => fa}/regular/file-image.svg | 0 .../src/{ => fa}/regular/file-lines.svg | 0 .../src/{ => fa}/regular/file-pdf.svg | 0 .../src/{ => fa}/regular/file-powerpoint.svg | 0 .../src/{ => fa}/regular/file-video.svg | 0 .../src/{ => fa}/regular/file-word.svg | 0 .../src/{ => fa}/regular/file-zipper.svg | 0 .../src/{ => fa}/regular/file.svg | 0 .../src/{ => fa}/regular/flag.svg | 0 .../src/{ => fa}/regular/floppy-disk.svg | 0 .../src/{ => fa}/regular/folder-closed.svg | 0 .../src/{ => fa}/regular/folder-open.svg | 0 .../src/{ => fa}/regular/folder.svg | 0 .../src/{ => fa}/regular/font-awesome.svg | 0 .../src/{ => fa}/regular/futbol.svg | 0 .../src/{ => fa}/regular/gem.svg | 0 .../src/{ => fa}/regular/hand-back-fist.svg | 0 .../src/{ => fa}/regular/hand-lizard.svg | 0 .../src/{ => fa}/regular/hand-peace.svg | 0 .../src/{ => fa}/regular/hand-point-down.svg | 0 .../src/{ => fa}/regular/hand-point-left.svg | 0 .../src/{ => fa}/regular/hand-point-right.svg | 0 .../src/{ => fa}/regular/hand-point-up.svg | 0 .../src/{ => fa}/regular/hand-pointer.svg | 0 .../src/{ => fa}/regular/hand-scissors.svg | 0 .../src/{ => fa}/regular/hand-spock.svg | 0 .../src/{ => fa}/regular/hand.svg | 0 .../src/{ => fa}/regular/handshake.svg | 0 .../src/{ => fa}/regular/hard-drive.svg | 0 .../src/{ => fa}/regular/heart.svg | 0 .../src/{ => fa}/regular/hospital.svg | 0 .../src/{ => fa}/regular/hourglass-half.svg | 0 .../src/{ => fa}/regular/hourglass.svg | 0 .../src/{ => fa}/regular/id-badge.svg | 0 .../src/{ => fa}/regular/id-card.svg | 0 .../src/{ => fa}/regular/image.svg | 0 .../src/{ => fa}/regular/images.svg | 0 .../src/{ => fa}/regular/keyboard.svg | 0 .../src/{ => fa}/regular/lemon.svg | 0 .../src/{ => fa}/regular/life-ring.svg | 0 .../src/{ => fa}/regular/lightbulb.svg | 0 .../src/{ => fa}/regular/map.svg | 0 .../src/{ => fa}/regular/message.svg | 0 .../src/{ => fa}/regular/money-bill-1.svg | 0 .../src/{ => fa}/regular/moon.svg | 0 .../src/{ => fa}/regular/newspaper.svg | 0 .../src/{ => fa}/regular/note-sticky.svg | 0 .../src/{ => fa}/regular/object-group.svg | 0 .../src/{ => fa}/regular/object-ungroup.svg | 0 .../src/{ => fa}/regular/paper-plane.svg | 0 .../src/{ => fa}/regular/paste.svg | 0 .../src/{ => fa}/regular/pen-to-square.svg | 0 .../src/{ => fa}/regular/rectangle-list.svg | 0 .../src/{ => fa}/regular/rectangle-xmark.svg | 0 .../src/{ => fa}/regular/registered.svg | 0 .../{ => fa}/regular/share-from-square.svg | 0 .../src/{ => fa}/regular/snowflake.svg | 0 .../{ => fa}/regular/square-caret-down.svg | 0 .../{ => fa}/regular/square-caret-left.svg | 0 .../{ => fa}/regular/square-caret-right.svg | 0 .../src/{ => fa}/regular/square-caret-up.svg | 0 .../src/{ => fa}/regular/square-check.svg | 0 .../src/{ => fa}/regular/square-full.svg | 0 .../src/{ => fa}/regular/square-minus.svg | 0 .../src/{ => fa}/regular/square-plus.svg | 0 .../src/{ => fa}/regular/square.svg | 0 .../src/{ => fa}/regular/star-half-stroke.svg | 0 .../src/{ => fa}/regular/star-half.svg | 0 .../src/{ => fa}/regular/star.svg | 0 .../src/{ => fa}/regular/sun.svg | 0 .../src/{ => fa}/regular/thumbs-down.svg | 0 .../src/{ => fa}/regular/thumbs-up.svg | 0 .../src/{ => fa}/regular/trash-can.svg | 0 .../src/{ => fa}/regular/user.svg | 0 .../src/{ => fa}/regular/window-maximize.svg | 0 .../src/{ => fa}/regular/window-minimize.svg | 0 .../src/{ => fa}/regular/window-restore.svg | 0 .../src/{ => fa}/solid/0.svg | 0 .../src/{ => fa}/solid/1.svg | 0 .../src/{ => fa}/solid/2.svg | 0 .../src/{ => fa}/solid/3.svg | 0 .../src/{ => fa}/solid/4.svg | 0 .../src/{ => fa}/solid/5.svg | 0 .../src/{ => fa}/solid/6.svg | 0 .../src/{ => fa}/solid/7.svg | 0 .../src/{ => fa}/solid/8.svg | 0 .../src/{ => fa}/solid/9.svg | 0 .../src/{ => fa}/solid/a.svg | 0 .../src/{ => fa}/solid/address-book.svg | 0 .../src/{ => fa}/solid/address-card.svg | 0 .../src/{ => fa}/solid/align-center.svg | 0 .../src/{ => fa}/solid/align-justify.svg | 0 .../src/{ => fa}/solid/align-left.svg | 0 .../src/{ => fa}/solid/align-right.svg | 0 .../{ => fa}/solid/anchor-circle-check.svg | 0 .../solid/anchor-circle-exclamation.svg | 0 .../{ => fa}/solid/anchor-circle-xmark.svg | 0 .../src/{ => fa}/solid/anchor-lock.svg | 0 .../src/{ => fa}/solid/anchor.svg | 0 .../src/{ => fa}/solid/angle-down.svg | 0 .../src/{ => fa}/solid/angle-left.svg | 0 .../src/{ => fa}/solid/angle-right.svg | 0 .../src/{ => fa}/solid/angle-up.svg | 0 .../src/{ => fa}/solid/angles-down.svg | 0 .../src/{ => fa}/solid/angles-left.svg | 0 .../src/{ => fa}/solid/angles-right.svg | 0 .../src/{ => fa}/solid/angles-up.svg | 0 .../src/{ => fa}/solid/ankh.svg | 0 .../src/{ => fa}/solid/apple-whole.svg | 0 .../src/{ => fa}/solid/archway.svg | 0 .../src/{ => fa}/solid/arrow-down-1-9.svg | 0 .../src/{ => fa}/solid/arrow-down-9-1.svg | 0 .../src/{ => fa}/solid/arrow-down-a-z.svg | 0 .../src/{ => fa}/solid/arrow-down-long.svg | 0 .../{ => fa}/solid/arrow-down-short-wide.svg | 0 .../solid/arrow-down-up-across-line.svg | 0 .../src/{ => fa}/solid/arrow-down-up-lock.svg | 0 .../{ => fa}/solid/arrow-down-wide-short.svg | 0 .../src/{ => fa}/solid/arrow-down-z-a.svg | 0 .../src/{ => fa}/solid/arrow-down.svg | 0 .../src/{ => fa}/solid/arrow-left-long.svg | 0 .../src/{ => fa}/solid/arrow-left.svg | 0 .../src/{ => fa}/solid/arrow-pointer.svg | 0 .../{ => fa}/solid/arrow-right-arrow-left.svg | 0 .../solid/arrow-right-from-bracket.svg | 0 .../src/{ => fa}/solid/arrow-right-long.svg | 0 .../{ => fa}/solid/arrow-right-to-bracket.svg | 0 .../{ => fa}/solid/arrow-right-to-city.svg | 0 .../src/{ => fa}/solid/arrow-right.svg | 0 .../src/{ => fa}/solid/arrow-rotate-left.svg | 0 .../src/{ => fa}/solid/arrow-rotate-right.svg | 0 .../src/{ => fa}/solid/arrow-trend-down.svg | 0 .../src/{ => fa}/solid/arrow-trend-up.svg | 0 .../src/{ => fa}/solid/arrow-turn-down.svg | 0 .../src/{ => fa}/solid/arrow-turn-up.svg | 0 .../src/{ => fa}/solid/arrow-up-1-9.svg | 0 .../src/{ => fa}/solid/arrow-up-9-1.svg | 0 .../src/{ => fa}/solid/arrow-up-a-z.svg | 0 .../{ => fa}/solid/arrow-up-from-bracket.svg | 0 .../solid/arrow-up-from-ground-water.svg | 0 .../solid/arrow-up-from-water-pump.svg | 0 .../src/{ => fa}/solid/arrow-up-long.svg | 0 .../{ => fa}/solid/arrow-up-right-dots.svg | 0 .../solid/arrow-up-right-from-square.svg | 0 .../{ => fa}/solid/arrow-up-short-wide.svg | 0 .../{ => fa}/solid/arrow-up-wide-short.svg | 0 .../src/{ => fa}/solid/arrow-up-z-a.svg | 0 .../src/{ => fa}/solid/arrow-up.svg | 0 .../{ => fa}/solid/arrows-down-to-line.svg | 0 .../{ => fa}/solid/arrows-down-to-people.svg | 0 .../solid/arrows-left-right-to-line.svg | 0 .../src/{ => fa}/solid/arrows-left-right.svg | 0 .../src/{ => fa}/solid/arrows-rotate.svg | 0 .../src/{ => fa}/solid/arrows-spin.svg | 0 .../solid/arrows-split-up-and-left.svg | 0 .../src/{ => fa}/solid/arrows-to-circle.svg | 0 .../src/{ => fa}/solid/arrows-to-dot.svg | 0 .../src/{ => fa}/solid/arrows-to-eye.svg | 0 .../src/{ => fa}/solid/arrows-turn-right.svg | 0 .../{ => fa}/solid/arrows-turn-to-dots.svg | 0 .../solid/arrows-up-down-left-right.svg | 0 .../src/{ => fa}/solid/arrows-up-down.svg | 0 .../src/{ => fa}/solid/arrows-up-to-line.svg | 0 .../src/{ => fa}/solid/asterisk.svg | 0 .../src/{ => fa}/solid/at.svg | 0 .../src/{ => fa}/solid/atom.svg | 0 .../src/{ => fa}/solid/audio-description.svg | 0 .../src/{ => fa}/solid/austral-sign.svg | 0 .../src/{ => fa}/solid/award.svg | 0 .../src/{ => fa}/solid/b.svg | 0 .../src/{ => fa}/solid/baby-carriage.svg | 0 .../src/{ => fa}/solid/baby.svg | 0 .../src/{ => fa}/solid/backward-fast.svg | 0 .../src/{ => fa}/solid/backward-step.svg | 0 .../src/{ => fa}/solid/backward.svg | 0 .../src/{ => fa}/solid/bacon.svg | 0 .../src/{ => fa}/solid/bacteria.svg | 0 .../src/{ => fa}/solid/bacterium.svg | 0 .../src/{ => fa}/solid/bag-shopping.svg | 0 .../src/{ => fa}/solid/bahai.svg | 0 .../src/{ => fa}/solid/baht-sign.svg | 0 .../src/{ => fa}/solid/ban-smoking.svg | 0 .../src/{ => fa}/solid/ban.svg | 0 .../src/{ => fa}/solid/bandage.svg | 0 .../{ => fa}/solid/bangladeshi-taka-sign.svg | 0 .../src/{ => fa}/solid/barcode.svg | 0 .../src/{ => fa}/solid/bars-progress.svg | 0 .../src/{ => fa}/solid/bars-staggered.svg | 0 .../src/{ => fa}/solid/bars.svg | 0 .../src/{ => fa}/solid/baseball-bat-ball.svg | 0 .../src/{ => fa}/solid/baseball.svg | 0 .../src/{ => fa}/solid/basket-shopping.svg | 0 .../src/{ => fa}/solid/basketball.svg | 0 .../src/{ => fa}/solid/bath.svg | 0 .../src/{ => fa}/solid/battery-empty.svg | 0 .../src/{ => fa}/solid/battery-full.svg | 0 .../src/{ => fa}/solid/battery-half.svg | 0 .../src/{ => fa}/solid/battery-quarter.svg | 0 .../{ => fa}/solid/battery-three-quarters.svg | 0 .../src/{ => fa}/solid/bed-pulse.svg | 0 .../src/{ => fa}/solid/bed.svg | 0 .../src/{ => fa}/solid/beer-mug-empty.svg | 0 .../src/{ => fa}/solid/bell-concierge.svg | 0 .../src/{ => fa}/solid/bell-slash.svg | 0 .../src/{ => fa}/solid/bell.svg | 0 .../src/{ => fa}/solid/bezier-curve.svg | 0 .../src/{ => fa}/solid/bicycle.svg | 0 .../src/{ => fa}/solid/binoculars.svg | 0 .../src/{ => fa}/solid/biohazard.svg | 0 .../src/{ => fa}/solid/bitcoin-sign.svg | 0 .../src/{ => fa}/solid/blender-phone.svg | 0 .../src/{ => fa}/solid/blender.svg | 0 .../src/{ => fa}/solid/blog.svg | 0 .../src/{ => fa}/solid/bold.svg | 0 .../src/{ => fa}/solid/bolt-lightning.svg | 0 .../src/{ => fa}/solid/bolt.svg | 0 .../src/{ => fa}/solid/bomb.svg | 0 .../src/{ => fa}/solid/bone.svg | 0 .../src/{ => fa}/solid/bong.svg | 0 .../src/{ => fa}/solid/book-atlas.svg | 0 .../src/{ => fa}/solid/book-bible.svg | 0 .../src/{ => fa}/solid/book-bookmark.svg | 0 .../{ => fa}/solid/book-journal-whills.svg | 0 .../src/{ => fa}/solid/book-medical.svg | 0 .../src/{ => fa}/solid/book-open-reader.svg | 0 .../src/{ => fa}/solid/book-open.svg | 0 .../src/{ => fa}/solid/book-quran.svg | 0 .../src/{ => fa}/solid/book-skull.svg | 0 .../src/{ => fa}/solid/book-tanakh.svg | 0 .../src/{ => fa}/solid/book.svg | 0 .../src/{ => fa}/solid/bookmark.svg | 0 .../src/{ => fa}/solid/border-all.svg | 0 .../src/{ => fa}/solid/border-none.svg | 0 .../src/{ => fa}/solid/border-top-left.svg | 0 .../src/{ => fa}/solid/bore-hole.svg | 0 .../src/{ => fa}/solid/bottle-droplet.svg | 0 .../src/{ => fa}/solid/bottle-water.svg | 0 .../src/{ => fa}/solid/bowl-food.svg | 0 .../src/{ => fa}/solid/bowl-rice.svg | 0 .../src/{ => fa}/solid/bowling-ball.svg | 0 .../src/{ => fa}/solid/box-archive.svg | 0 .../src/{ => fa}/solid/box-open.svg | 0 .../src/{ => fa}/solid/box-tissue.svg | 0 .../src/{ => fa}/solid/box.svg | 0 .../src/{ => fa}/solid/boxes-packing.svg | 0 .../src/{ => fa}/solid/boxes-stacked.svg | 0 .../src/{ => fa}/solid/braille.svg | 0 .../src/{ => fa}/solid/brain.svg | 0 .../{ => fa}/solid/brazilian-real-sign.svg | 0 .../src/{ => fa}/solid/bread-slice.svg | 0 .../{ => fa}/solid/bridge-circle-check.svg | 0 .../solid/bridge-circle-exclamation.svg | 0 .../{ => fa}/solid/bridge-circle-xmark.svg | 0 .../src/{ => fa}/solid/bridge-lock.svg | 0 .../src/{ => fa}/solid/bridge-water.svg | 0 .../src/{ => fa}/solid/bridge.svg | 0 .../src/{ => fa}/solid/briefcase-medical.svg | 0 .../src/{ => fa}/solid/briefcase.svg | 0 .../src/{ => fa}/solid/broom-ball.svg | 0 .../src/{ => fa}/solid/broom.svg | 0 .../src/{ => fa}/solid/brush.svg | 0 .../src/{ => fa}/solid/bucket.svg | 0 .../src/{ => fa}/solid/bug-slash.svg | 0 .../src/{ => fa}/solid/bug.svg | 0 .../src/{ => fa}/solid/bugs.svg | 0 .../solid/building-circle-arrow-right.svg | 0 .../{ => fa}/solid/building-circle-check.svg | 0 .../solid/building-circle-exclamation.svg | 0 .../{ => fa}/solid/building-circle-xmark.svg | 0 .../src/{ => fa}/solid/building-columns.svg | 0 .../src/{ => fa}/solid/building-flag.svg | 0 .../src/{ => fa}/solid/building-lock.svg | 0 .../src/{ => fa}/solid/building-ngo.svg | 0 .../src/{ => fa}/solid/building-shield.svg | 0 .../src/{ => fa}/solid/building-un.svg | 0 .../src/{ => fa}/solid/building-user.svg | 0 .../src/{ => fa}/solid/building-wheat.svg | 0 .../src/{ => fa}/solid/building.svg | 0 .../src/{ => fa}/solid/bullhorn.svg | 0 .../src/{ => fa}/solid/bullseye.svg | 0 .../src/{ => fa}/solid/burger.svg | 0 .../src/{ => fa}/solid/burst.svg | 0 .../src/{ => fa}/solid/bus-simple.svg | 0 .../src/{ => fa}/solid/bus.svg | 0 .../src/{ => fa}/solid/business-time.svg | 0 .../src/{ => fa}/solid/c.svg | 0 .../src/{ => fa}/solid/cable-car.svg | 0 .../src/{ => fa}/solid/cake-candles.svg | 0 .../src/{ => fa}/solid/calculator.svg | 0 .../src/{ => fa}/solid/calendar-check.svg | 0 .../src/{ => fa}/solid/calendar-day.svg | 0 .../src/{ => fa}/solid/calendar-days.svg | 0 .../src/{ => fa}/solid/calendar-minus.svg | 0 .../src/{ => fa}/solid/calendar-plus.svg | 0 .../src/{ => fa}/solid/calendar-week.svg | 0 .../src/{ => fa}/solid/calendar-xmark.svg | 0 .../src/{ => fa}/solid/calendar.svg | 0 .../src/{ => fa}/solid/camera-retro.svg | 0 .../src/{ => fa}/solid/camera-rotate.svg | 0 .../src/{ => fa}/solid/camera.svg | 0 .../src/{ => fa}/solid/campground.svg | 0 .../src/{ => fa}/solid/candy-cane.svg | 0 .../src/{ => fa}/solid/cannabis.svg | 0 .../src/{ => fa}/solid/capsules.svg | 0 .../src/{ => fa}/solid/car-battery.svg | 0 .../src/{ => fa}/solid/car-burst.svg | 0 .../src/{ => fa}/solid/car-on.svg | 0 .../src/{ => fa}/solid/car-rear.svg | 0 .../src/{ => fa}/solid/car-side.svg | 0 .../src/{ => fa}/solid/car-tunnel.svg | 0 .../src/{ => fa}/solid/car.svg | 0 .../src/{ => fa}/solid/caravan.svg | 0 .../src/{ => fa}/solid/caret-down.svg | 0 .../src/{ => fa}/solid/caret-left.svg | 0 .../src/{ => fa}/solid/caret-right.svg | 0 .../src/{ => fa}/solid/caret-up.svg | 0 .../src/{ => fa}/solid/carrot.svg | 0 .../src/{ => fa}/solid/cart-arrow-down.svg | 0 .../{ => fa}/solid/cart-flatbed-suitcase.svg | 0 .../src/{ => fa}/solid/cart-flatbed.svg | 0 .../src/{ => fa}/solid/cart-plus.svg | 0 .../src/{ => fa}/solid/cart-shopping.svg | 0 .../src/{ => fa}/solid/cash-register.svg | 0 .../src/{ => fa}/solid/cat.svg | 0 .../src/{ => fa}/solid/cedi-sign.svg | 0 .../src/{ => fa}/solid/cent-sign.svg | 0 .../src/{ => fa}/solid/certificate.svg | 0 .../src/{ => fa}/solid/chair.svg | 0 .../src/{ => fa}/solid/chalkboard-user.svg | 0 .../src/{ => fa}/solid/chalkboard.svg | 0 .../src/{ => fa}/solid/champagne-glasses.svg | 0 .../src/{ => fa}/solid/charging-station.svg | 0 .../src/{ => fa}/solid/chart-area.svg | 0 .../src/{ => fa}/solid/chart-bar.svg | 0 .../src/{ => fa}/solid/chart-column.svg | 0 .../src/{ => fa}/solid/chart-gantt.svg | 0 .../src/{ => fa}/solid/chart-line.svg | 0 .../src/{ => fa}/solid/chart-pie.svg | 0 .../src/{ => fa}/solid/chart-simple.svg | 0 .../src/{ => fa}/solid/check-double.svg | 0 .../src/{ => fa}/solid/check-to-slot.svg | 0 .../src/{ => fa}/solid/check.svg | 0 .../src/{ => fa}/solid/cheese.svg | 0 .../src/{ => fa}/solid/chess-bishop.svg | 0 .../src/{ => fa}/solid/chess-board.svg | 0 .../src/{ => fa}/solid/chess-king.svg | 0 .../src/{ => fa}/solid/chess-knight.svg | 0 .../src/{ => fa}/solid/chess-pawn.svg | 0 .../src/{ => fa}/solid/chess-queen.svg | 0 .../src/{ => fa}/solid/chess-rook.svg | 0 .../src/{ => fa}/solid/chess.svg | 0 .../src/{ => fa}/solid/chevron-down.svg | 0 .../src/{ => fa}/solid/chevron-left.svg | 0 .../src/{ => fa}/solid/chevron-right.svg | 0 .../src/{ => fa}/solid/chevron-up.svg | 0 .../src/{ => fa}/solid/child-combatant.svg | 0 .../src/{ => fa}/solid/child-dress.svg | 0 .../src/{ => fa}/solid/child-reaching.svg | 0 .../src/{ => fa}/solid/child.svg | 0 .../src/{ => fa}/solid/children.svg | 0 .../src/{ => fa}/solid/church.svg | 0 .../src/{ => fa}/solid/circle-arrow-down.svg | 0 .../src/{ => fa}/solid/circle-arrow-left.svg | 0 .../src/{ => fa}/solid/circle-arrow-right.svg | 0 .../src/{ => fa}/solid/circle-arrow-up.svg | 0 .../src/{ => fa}/solid/circle-check.svg | 0 .../{ => fa}/solid/circle-chevron-down.svg | 0 .../{ => fa}/solid/circle-chevron-left.svg | 0 .../{ => fa}/solid/circle-chevron-right.svg | 0 .../src/{ => fa}/solid/circle-chevron-up.svg | 0 .../{ => fa}/solid/circle-dollar-to-slot.svg | 0 .../src/{ => fa}/solid/circle-dot.svg | 0 .../src/{ => fa}/solid/circle-down.svg | 0 .../src/{ => fa}/solid/circle-exclamation.svg | 0 .../src/{ => fa}/solid/circle-h.svg | 0 .../src/{ => fa}/solid/circle-half-stroke.svg | 0 .../src/{ => fa}/solid/circle-info.svg | 0 .../src/{ => fa}/solid/circle-left.svg | 0 .../src/{ => fa}/solid/circle-minus.svg | 0 .../src/{ => fa}/solid/circle-nodes.svg | 0 .../src/{ => fa}/solid/circle-notch.svg | 0 .../src/{ => fa}/solid/circle-pause.svg | 0 .../src/{ => fa}/solid/circle-play.svg | 0 .../src/{ => fa}/solid/circle-plus.svg | 0 .../src/{ => fa}/solid/circle-question.svg | 0 .../src/{ => fa}/solid/circle-radiation.svg | 0 .../src/{ => fa}/solid/circle-right.svg | 0 .../src/{ => fa}/solid/circle-stop.svg | 0 .../src/{ => fa}/solid/circle-up.svg | 0 .../src/{ => fa}/solid/circle-user.svg | 0 .../src/{ => fa}/solid/circle-xmark.svg | 0 .../src/{ => fa}/solid/circle.svg | 0 .../src/{ => fa}/solid/city.svg | 0 .../src/{ => fa}/solid/clapperboard.svg | 0 .../src/{ => fa}/solid/clipboard-check.svg | 0 .../src/{ => fa}/solid/clipboard-list.svg | 0 .../src/{ => fa}/solid/clipboard-question.svg | 0 .../src/{ => fa}/solid/clipboard-user.svg | 0 .../src/{ => fa}/solid/clipboard.svg | 0 .../src/{ => fa}/solid/clock-rotate-left.svg | 0 .../src/{ => fa}/solid/clock.svg | 0 .../src/{ => fa}/solid/clone.svg | 0 .../src/{ => fa}/solid/closed-captioning.svg | 0 .../src/{ => fa}/solid/cloud-arrow-down.svg | 0 .../src/{ => fa}/solid/cloud-arrow-up.svg | 0 .../src/{ => fa}/solid/cloud-bolt.svg | 0 .../src/{ => fa}/solid/cloud-meatball.svg | 0 .../src/{ => fa}/solid/cloud-moon-rain.svg | 0 .../src/{ => fa}/solid/cloud-moon.svg | 0 .../src/{ => fa}/solid/cloud-rain.svg | 0 .../{ => fa}/solid/cloud-showers-heavy.svg | 0 .../{ => fa}/solid/cloud-showers-water.svg | 0 .../src/{ => fa}/solid/cloud-sun-rain.svg | 0 .../src/{ => fa}/solid/cloud-sun.svg | 0 .../src/{ => fa}/solid/cloud.svg | 0 .../src/{ => fa}/solid/clover.svg | 0 .../src/{ => fa}/solid/code-branch.svg | 0 .../src/{ => fa}/solid/code-commit.svg | 0 .../src/{ => fa}/solid/code-compare.svg | 0 .../src/{ => fa}/solid/code-fork.svg | 0 .../src/{ => fa}/solid/code-merge.svg | 0 .../src/{ => fa}/solid/code-pull-request.svg | 0 .../src/{ => fa}/solid/code.svg | 0 .../src/{ => fa}/solid/coins.svg | 0 .../src/{ => fa}/solid/colon-sign.svg | 0 .../src/{ => fa}/solid/comment-dollar.svg | 0 .../src/{ => fa}/solid/comment-dots.svg | 0 .../src/{ => fa}/solid/comment-medical.svg | 0 .../src/{ => fa}/solid/comment-slash.svg | 0 .../src/{ => fa}/solid/comment-sms.svg | 0 .../src/{ => fa}/solid/comment.svg | 0 .../src/{ => fa}/solid/comments-dollar.svg | 0 .../src/{ => fa}/solid/comments.svg | 0 .../src/{ => fa}/solid/compact-disc.svg | 0 .../src/{ => fa}/solid/compass-drafting.svg | 0 .../src/{ => fa}/solid/compass.svg | 0 .../src/{ => fa}/solid/compress.svg | 0 .../src/{ => fa}/solid/computer-mouse.svg | 0 .../src/{ => fa}/solid/computer.svg | 0 .../src/{ => fa}/solid/cookie-bite.svg | 0 .../src/{ => fa}/solid/cookie.svg | 0 .../src/{ => fa}/solid/copy.svg | 0 .../src/{ => fa}/solid/copyright.svg | 0 .../src/{ => fa}/solid/couch.svg | 0 .../src/{ => fa}/solid/cow.svg | 0 .../src/{ => fa}/solid/credit-card.svg | 0 .../src/{ => fa}/solid/crop-simple.svg | 0 .../src/{ => fa}/solid/crop.svg | 0 .../src/{ => fa}/solid/cross.svg | 0 .../src/{ => fa}/solid/crosshairs.svg | 0 .../src/{ => fa}/solid/crow.svg | 0 .../src/{ => fa}/solid/crown.svg | 0 .../src/{ => fa}/solid/crutch.svg | 0 .../src/{ => fa}/solid/cruzeiro-sign.svg | 0 .../src/{ => fa}/solid/cube.svg | 0 .../src/{ => fa}/solid/cubes-stacked.svg | 0 .../src/{ => fa}/solid/cubes.svg | 0 .../src/{ => fa}/solid/d.svg | 0 .../src/{ => fa}/solid/database.svg | 0 .../src/{ => fa}/solid/delete-left.svg | 0 .../src/{ => fa}/solid/democrat.svg | 0 .../src/{ => fa}/solid/desktop.svg | 0 .../src/{ => fa}/solid/dharmachakra.svg | 0 .../src/{ => fa}/solid/diagram-next.svg | 0 .../{ => fa}/solid/diagram-predecessor.svg | 0 .../src/{ => fa}/solid/diagram-project.svg | 0 .../src/{ => fa}/solid/diagram-successor.svg | 0 .../src/{ => fa}/solid/diamond-turn-right.svg | 0 .../src/{ => fa}/solid/diamond.svg | 0 .../src/{ => fa}/solid/dice-d20.svg | 0 .../src/{ => fa}/solid/dice-d6.svg | 0 .../src/{ => fa}/solid/dice-five.svg | 0 .../src/{ => fa}/solid/dice-four.svg | 0 .../src/{ => fa}/solid/dice-one.svg | 0 .../src/{ => fa}/solid/dice-six.svg | 0 .../src/{ => fa}/solid/dice-three.svg | 0 .../src/{ => fa}/solid/dice-two.svg | 0 .../src/{ => fa}/solid/dice.svg | 0 .../src/{ => fa}/solid/disease.svg | 0 .../src/{ => fa}/solid/display.svg | 0 .../src/{ => fa}/solid/divide.svg | 0 .../src/{ => fa}/solid/dna.svg | 0 .../src/{ => fa}/solid/dog.svg | 0 .../src/{ => fa}/solid/dollar-sign.svg | 0 .../src/{ => fa}/solid/dolly.svg | 0 .../src/{ => fa}/solid/dong-sign.svg | 0 .../src/{ => fa}/solid/door-closed.svg | 0 .../src/{ => fa}/solid/door-open.svg | 0 .../src/{ => fa}/solid/dove.svg | 0 .../down-left-and-up-right-to-center.svg | 0 .../src/{ => fa}/solid/down-long.svg | 0 .../src/{ => fa}/solid/download.svg | 0 .../src/{ => fa}/solid/dragon.svg | 0 .../src/{ => fa}/solid/draw-polygon.svg | 0 .../src/{ => fa}/solid/droplet-slash.svg | 0 .../src/{ => fa}/solid/droplet.svg | 0 .../src/{ => fa}/solid/drum-steelpan.svg | 0 .../src/{ => fa}/solid/drum.svg | 0 .../src/{ => fa}/solid/drumstick-bite.svg | 0 .../src/{ => fa}/solid/dumbbell.svg | 0 .../src/{ => fa}/solid/dumpster-fire.svg | 0 .../src/{ => fa}/solid/dumpster.svg | 0 .../src/{ => fa}/solid/dungeon.svg | 0 .../src/{ => fa}/solid/e.svg | 0 .../src/{ => fa}/solid/ear-deaf.svg | 0 .../src/{ => fa}/solid/ear-listen.svg | 0 .../src/{ => fa}/solid/earth-africa.svg | 0 .../src/{ => fa}/solid/earth-americas.svg | 0 .../src/{ => fa}/solid/earth-asia.svg | 0 .../src/{ => fa}/solid/earth-europe.svg | 0 .../src/{ => fa}/solid/earth-oceania.svg | 0 .../src/{ => fa}/solid/egg.svg | 0 .../src/{ => fa}/solid/eject.svg | 0 .../src/{ => fa}/solid/elevator.svg | 0 .../src/{ => fa}/solid/ellipsis-vertical.svg | 0 .../src/{ => fa}/solid/ellipsis.svg | 0 .../{ => fa}/solid/envelope-circle-check.svg | 0 .../src/{ => fa}/solid/envelope-open-text.svg | 0 .../src/{ => fa}/solid/envelope-open.svg | 0 .../src/{ => fa}/solid/envelope.svg | 0 .../src/{ => fa}/solid/envelopes-bulk.svg | 0 .../src/{ => fa}/solid/equals.svg | 0 .../src/{ => fa}/solid/eraser.svg | 0 .../src/{ => fa}/solid/ethernet.svg | 0 .../src/{ => fa}/solid/euro-sign.svg | 0 .../src/{ => fa}/solid/exclamation.svg | 0 .../src/{ => fa}/solid/expand.svg | 0 .../src/{ => fa}/solid/explosion.svg | 0 .../src/{ => fa}/solid/eye-dropper.svg | 0 .../src/{ => fa}/solid/eye-low-vision.svg | 0 .../src/{ => fa}/solid/eye-slash.svg | 0 .../src/{ => fa}/solid/eye.svg | 0 .../src/{ => fa}/solid/f.svg | 0 .../src/{ => fa}/solid/face-angry.svg | 0 .../src/{ => fa}/solid/face-dizzy.svg | 0 .../src/{ => fa}/solid/face-flushed.svg | 0 .../src/{ => fa}/solid/face-frown-open.svg | 0 .../src/{ => fa}/solid/face-frown.svg | 0 .../src/{ => fa}/solid/face-grimace.svg | 0 .../{ => fa}/solid/face-grin-beam-sweat.svg | 0 .../src/{ => fa}/solid/face-grin-beam.svg | 0 .../src/{ => fa}/solid/face-grin-hearts.svg | 0 .../{ => fa}/solid/face-grin-squint-tears.svg | 0 .../src/{ => fa}/solid/face-grin-squint.svg | 0 .../src/{ => fa}/solid/face-grin-stars.svg | 0 .../src/{ => fa}/solid/face-grin-tears.svg | 0 .../solid/face-grin-tongue-squint.svg | 0 .../{ => fa}/solid/face-grin-tongue-wink.svg | 0 .../src/{ => fa}/solid/face-grin-tongue.svg | 0 .../src/{ => fa}/solid/face-grin-wide.svg | 0 .../src/{ => fa}/solid/face-grin-wink.svg | 0 .../src/{ => fa}/solid/face-grin.svg | 0 .../src/{ => fa}/solid/face-kiss-beam.svg | 0 .../{ => fa}/solid/face-kiss-wink-heart.svg | 0 .../src/{ => fa}/solid/face-kiss.svg | 0 .../src/{ => fa}/solid/face-laugh-beam.svg | 0 .../src/{ => fa}/solid/face-laugh-squint.svg | 0 .../src/{ => fa}/solid/face-laugh-wink.svg | 0 .../src/{ => fa}/solid/face-laugh.svg | 0 .../src/{ => fa}/solid/face-meh-blank.svg | 0 .../src/{ => fa}/solid/face-meh.svg | 0 .../src/{ => fa}/solid/face-rolling-eyes.svg | 0 .../src/{ => fa}/solid/face-sad-cry.svg | 0 .../src/{ => fa}/solid/face-sad-tear.svg | 0 .../src/{ => fa}/solid/face-smile-beam.svg | 0 .../src/{ => fa}/solid/face-smile-wink.svg | 0 .../src/{ => fa}/solid/face-smile.svg | 0 .../src/{ => fa}/solid/face-surprise.svg | 0 .../src/{ => fa}/solid/face-tired.svg | 0 .../src/{ => fa}/solid/fan.svg | 0 .../src/{ => fa}/solid/faucet-drip.svg | 0 .../src/{ => fa}/solid/faucet.svg | 0 .../src/{ => fa}/solid/fax.svg | 0 .../src/{ => fa}/solid/feather-pointed.svg | 0 .../src/{ => fa}/solid/feather.svg | 0 .../src/{ => fa}/solid/ferry.svg | 0 .../src/{ => fa}/solid/file-arrow-down.svg | 0 .../src/{ => fa}/solid/file-arrow-up.svg | 0 .../src/{ => fa}/solid/file-audio.svg | 0 .../src/{ => fa}/solid/file-circle-check.svg | 0 .../solid/file-circle-exclamation.svg | 0 .../src/{ => fa}/solid/file-circle-minus.svg | 0 .../src/{ => fa}/solid/file-circle-plus.svg | 0 .../{ => fa}/solid/file-circle-question.svg | 0 .../src/{ => fa}/solid/file-circle-xmark.svg | 0 .../src/{ => fa}/solid/file-code.svg | 0 .../src/{ => fa}/solid/file-contract.svg | 0 .../src/{ => fa}/solid/file-csv.svg | 0 .../src/{ => fa}/solid/file-excel.svg | 0 .../src/{ => fa}/solid/file-export.svg | 0 .../src/{ => fa}/solid/file-image.svg | 0 .../src/{ => fa}/solid/file-import.svg | 0 .../{ => fa}/solid/file-invoice-dollar.svg | 0 .../src/{ => fa}/solid/file-invoice.svg | 0 .../src/{ => fa}/solid/file-lines.svg | 0 .../src/{ => fa}/solid/file-medical.svg | 0 .../src/{ => fa}/solid/file-pdf.svg | 0 .../src/{ => fa}/solid/file-pen.svg | 0 .../src/{ => fa}/solid/file-powerpoint.svg | 0 .../src/{ => fa}/solid/file-prescription.svg | 0 .../src/{ => fa}/solid/file-shield.svg | 0 .../src/{ => fa}/solid/file-signature.svg | 0 .../src/{ => fa}/solid/file-video.svg | 0 .../src/{ => fa}/solid/file-waveform.svg | 0 .../src/{ => fa}/solid/file-word.svg | 0 .../src/{ => fa}/solid/file-zipper.svg | 0 .../src/{ => fa}/solid/file.svg | 0 .../src/{ => fa}/solid/fill-drip.svg | 0 .../src/{ => fa}/solid/fill.svg | 0 .../src/{ => fa}/solid/film.svg | 0 .../{ => fa}/solid/filter-circle-dollar.svg | 0 .../{ => fa}/solid/filter-circle-xmark.svg | 0 .../src/{ => fa}/solid/filter.svg | 0 .../src/{ => fa}/solid/fingerprint.svg | 0 .../src/{ => fa}/solid/fire-burner.svg | 0 .../src/{ => fa}/solid/fire-extinguisher.svg | 0 .../src/{ => fa}/solid/fire-flame-curved.svg | 0 .../src/{ => fa}/solid/fire-flame-simple.svg | 0 .../src/{ => fa}/solid/fire.svg | 0 .../src/{ => fa}/solid/fish-fins.svg | 0 .../src/{ => fa}/solid/fish.svg | 0 .../src/{ => fa}/solid/flag-checkered.svg | 0 .../src/{ => fa}/solid/flag-usa.svg | 0 .../src/{ => fa}/solid/flag.svg | 0 .../src/{ => fa}/solid/flask-vial.svg | 0 .../src/{ => fa}/solid/flask.svg | 0 .../src/{ => fa}/solid/floppy-disk.svg | 0 .../src/{ => fa}/solid/florin-sign.svg | 0 .../src/{ => fa}/solid/folder-closed.svg | 0 .../src/{ => fa}/solid/folder-minus.svg | 0 .../src/{ => fa}/solid/folder-open.svg | 0 .../src/{ => fa}/solid/folder-plus.svg | 0 .../src/{ => fa}/solid/folder-tree.svg | 0 .../src/{ => fa}/solid/folder.svg | 0 .../src/{ => fa}/solid/font-awesome.svg | 0 .../src/{ => fa}/solid/font.svg | 0 .../src/{ => fa}/solid/football.svg | 0 .../src/{ => fa}/solid/forward-fast.svg | 0 .../src/{ => fa}/solid/forward-step.svg | 0 .../src/{ => fa}/solid/forward.svg | 0 .../src/{ => fa}/solid/franc-sign.svg | 0 .../src/{ => fa}/solid/frog.svg | 0 .../src/{ => fa}/solid/futbol.svg | 0 .../src/{ => fa}/solid/g.svg | 0 .../src/{ => fa}/solid/gamepad.svg | 0 .../src/{ => fa}/solid/gas-pump.svg | 0 .../src/{ => fa}/solid/gauge-high.svg | 0 .../src/{ => fa}/solid/gauge-simple-high.svg | 0 .../src/{ => fa}/solid/gauge-simple.svg | 0 .../src/{ => fa}/solid/gauge.svg | 0 .../src/{ => fa}/solid/gavel.svg | 0 .../src/{ => fa}/solid/gear.svg | 0 .../src/{ => fa}/solid/gears.svg | 0 .../src/{ => fa}/solid/gem.svg | 0 .../src/{ => fa}/solid/genderless.svg | 0 .../src/{ => fa}/solid/ghost.svg | 0 .../src/{ => fa}/solid/gift.svg | 0 .../src/{ => fa}/solid/gifts.svg | 0 .../{ => fa}/solid/glass-water-droplet.svg | 0 .../src/{ => fa}/solid/glass-water.svg | 0 .../src/{ => fa}/solid/glasses.svg | 0 .../src/{ => fa}/solid/globe.svg | 0 .../src/{ => fa}/solid/golf-ball-tee.svg | 0 .../src/{ => fa}/solid/gopuram.svg | 0 .../src/{ => fa}/solid/graduation-cap.svg | 0 .../src/{ => fa}/solid/greater-than-equal.svg | 0 .../src/{ => fa}/solid/greater-than.svg | 0 .../{ => fa}/solid/grip-lines-vertical.svg | 0 .../src/{ => fa}/solid/grip-lines.svg | 0 .../src/{ => fa}/solid/grip-vertical.svg | 0 .../src/{ => fa}/solid/grip.svg | 0 .../{ => fa}/solid/group-arrows-rotate.svg | 0 .../src/{ => fa}/solid/guarani-sign.svg | 0 .../src/{ => fa}/solid/guitar.svg | 0 .../src/{ => fa}/solid/gun.svg | 0 .../src/{ => fa}/solid/h.svg | 0 .../src/{ => fa}/solid/hammer.svg | 0 .../src/{ => fa}/solid/hamsa.svg | 0 .../src/{ => fa}/solid/hand-back-fist.svg | 0 .../src/{ => fa}/solid/hand-dots.svg | 0 .../src/{ => fa}/solid/hand-fist.svg | 0 .../{ => fa}/solid/hand-holding-dollar.svg | 0 .../{ => fa}/solid/hand-holding-droplet.svg | 0 .../src/{ => fa}/solid/hand-holding-hand.svg | 0 .../src/{ => fa}/solid/hand-holding-heart.svg | 0 .../{ => fa}/solid/hand-holding-medical.svg | 0 .../src/{ => fa}/solid/hand-holding.svg | 0 .../src/{ => fa}/solid/hand-lizard.svg | 0 .../src/{ => fa}/solid/hand-middle-finger.svg | 0 .../src/{ => fa}/solid/hand-peace.svg | 0 .../src/{ => fa}/solid/hand-point-down.svg | 0 .../src/{ => fa}/solid/hand-point-left.svg | 0 .../src/{ => fa}/solid/hand-point-right.svg | 0 .../src/{ => fa}/solid/hand-point-up.svg | 0 .../src/{ => fa}/solid/hand-pointer.svg | 0 .../src/{ => fa}/solid/hand-scissors.svg | 0 .../src/{ => fa}/solid/hand-sparkles.svg | 0 .../src/{ => fa}/solid/hand-spock.svg | 0 .../src/{ => fa}/solid/hand.svg | 0 .../src/{ => fa}/solid/handcuffs.svg | 0 .../{ => fa}/solid/hands-asl-interpreting.svg | 0 .../src/{ => fa}/solid/hands-bound.svg | 0 .../src/{ => fa}/solid/hands-bubbles.svg | 0 .../src/{ => fa}/solid/hands-clapping.svg | 0 .../{ => fa}/solid/hands-holding-child.svg | 0 .../{ => fa}/solid/hands-holding-circle.svg | 0 .../src/{ => fa}/solid/hands-holding.svg | 0 .../src/{ => fa}/solid/hands-praying.svg | 0 .../src/{ => fa}/solid/hands.svg | 0 .../src/{ => fa}/solid/handshake-angle.svg | 0 .../{ => fa}/solid/handshake-simple-slash.svg | 0 .../src/{ => fa}/solid/handshake-simple.svg | 0 .../src/{ => fa}/solid/handshake-slash.svg | 0 .../src/{ => fa}/solid/handshake.svg | 0 .../src/{ => fa}/solid/hanukiah.svg | 0 .../src/{ => fa}/solid/hard-drive.svg | 0 .../src/{ => fa}/solid/hashtag.svg | 0 .../src/{ => fa}/solid/hat-cowboy-side.svg | 0 .../src/{ => fa}/solid/hat-cowboy.svg | 0 .../src/{ => fa}/solid/hat-wizard.svg | 0 .../{ => fa}/solid/head-side-cough-slash.svg | 0 .../src/{ => fa}/solid/head-side-cough.svg | 0 .../src/{ => fa}/solid/head-side-mask.svg | 0 .../src/{ => fa}/solid/head-side-virus.svg | 0 .../src/{ => fa}/solid/heading.svg | 0 .../src/{ => fa}/solid/headphones-simple.svg | 0 .../src/{ => fa}/solid/headphones.svg | 0 .../src/{ => fa}/solid/headset.svg | 0 .../src/{ => fa}/solid/heart-circle-bolt.svg | 0 .../src/{ => fa}/solid/heart-circle-check.svg | 0 .../solid/heart-circle-exclamation.svg | 0 .../src/{ => fa}/solid/heart-circle-minus.svg | 0 .../src/{ => fa}/solid/heart-circle-plus.svg | 0 .../src/{ => fa}/solid/heart-circle-xmark.svg | 0 .../src/{ => fa}/solid/heart-crack.svg | 0 .../src/{ => fa}/solid/heart-pulse.svg | 0 .../src/{ => fa}/solid/heart.svg | 0 .../src/{ => fa}/solid/helicopter-symbol.svg | 0 .../src/{ => fa}/solid/helicopter.svg | 0 .../src/{ => fa}/solid/helmet-safety.svg | 0 .../src/{ => fa}/solid/helmet-un.svg | 0 .../src/{ => fa}/solid/highlighter.svg | 0 .../src/{ => fa}/solid/hill-avalanche.svg | 0 .../src/{ => fa}/solid/hill-rockslide.svg | 0 .../src/{ => fa}/solid/hippo.svg | 0 .../src/{ => fa}/solid/hockey-puck.svg | 0 .../src/{ => fa}/solid/holly-berry.svg | 0 .../src/{ => fa}/solid/horse-head.svg | 0 .../src/{ => fa}/solid/horse.svg | 0 .../src/{ => fa}/solid/hospital-user.svg | 0 .../src/{ => fa}/solid/hospital.svg | 0 .../src/{ => fa}/solid/hot-tub-person.svg | 0 .../src/{ => fa}/solid/hotdog.svg | 0 .../src/{ => fa}/solid/hotel.svg | 0 .../src/{ => fa}/solid/hourglass-end.svg | 0 .../src/{ => fa}/solid/hourglass-half.svg | 0 .../src/{ => fa}/solid/hourglass-start.svg | 0 .../src/{ => fa}/solid/hourglass.svg | 0 .../{ => fa}/solid/house-chimney-crack.svg | 0 .../{ => fa}/solid/house-chimney-medical.svg | 0 .../src/{ => fa}/solid/house-chimney-user.svg | 0 .../{ => fa}/solid/house-chimney-window.svg | 0 .../src/{ => fa}/solid/house-chimney.svg | 0 .../src/{ => fa}/solid/house-circle-check.svg | 0 .../solid/house-circle-exclamation.svg | 0 .../src/{ => fa}/solid/house-circle-xmark.svg | 0 .../src/{ => fa}/solid/house-crack.svg | 0 .../src/{ => fa}/solid/house-fire.svg | 0 .../src/{ => fa}/solid/house-flag.svg | 0 .../house-flood-water-circle-arrow-right.svg | 0 .../src/{ => fa}/solid/house-flood-water.svg | 0 .../src/{ => fa}/solid/house-laptop.svg | 0 .../src/{ => fa}/solid/house-lock.svg | 0 .../solid/house-medical-circle-check.svg | 0 .../house-medical-circle-exclamation.svg | 0 .../solid/house-medical-circle-xmark.svg | 0 .../src/{ => fa}/solid/house-medical-flag.svg | 0 .../src/{ => fa}/solid/house-medical.svg | 0 .../src/{ => fa}/solid/house-signal.svg | 0 .../src/{ => fa}/solid/house-tsunami.svg | 0 .../src/{ => fa}/solid/house-user.svg | 0 .../src/{ => fa}/solid/house.svg | 0 .../src/{ => fa}/solid/hryvnia-sign.svg | 0 .../src/{ => fa}/solid/hurricane.svg | 0 .../src/{ => fa}/solid/i-cursor.svg | 0 .../src/{ => fa}/solid/i.svg | 0 .../src/{ => fa}/solid/ice-cream.svg | 0 .../src/{ => fa}/solid/icicles.svg | 0 .../src/{ => fa}/solid/icons.svg | 0 .../src/{ => fa}/solid/id-badge.svg | 0 .../src/{ => fa}/solid/id-card-clip.svg | 0 .../src/{ => fa}/solid/id-card.svg | 0 .../src/{ => fa}/solid/igloo.svg | 0 .../src/{ => fa}/solid/image-portrait.svg | 0 .../src/{ => fa}/solid/image.svg | 0 .../src/{ => fa}/solid/images.svg | 0 .../src/{ => fa}/solid/inbox.svg | 0 .../src/{ => fa}/solid/indent.svg | 0 .../src/{ => fa}/solid/indian-rupee-sign.svg | 0 .../src/{ => fa}/solid/industry.svg | 0 .../src/{ => fa}/solid/infinity.svg | 0 .../src/{ => fa}/solid/info.svg | 0 .../src/{ => fa}/solid/italic.svg | 0 .../src/{ => fa}/solid/j.svg | 0 .../src/{ => fa}/solid/jar-wheat.svg | 0 .../src/{ => fa}/solid/jar.svg | 0 .../src/{ => fa}/solid/jedi.svg | 0 .../src/{ => fa}/solid/jet-fighter-up.svg | 0 .../src/{ => fa}/solid/jet-fighter.svg | 0 .../src/{ => fa}/solid/joint.svg | 0 .../src/{ => fa}/solid/jug-detergent.svg | 0 .../src/{ => fa}/solid/k.svg | 0 .../src/{ => fa}/solid/kaaba.svg | 0 .../src/{ => fa}/solid/key.svg | 0 .../src/{ => fa}/solid/keyboard.svg | 0 .../src/{ => fa}/solid/khanda.svg | 0 .../src/{ => fa}/solid/kip-sign.svg | 0 .../src/{ => fa}/solid/kit-medical.svg | 0 .../src/{ => fa}/solid/kitchen-set.svg | 0 .../src/{ => fa}/solid/kiwi-bird.svg | 0 .../src/{ => fa}/solid/l.svg | 0 .../src/{ => fa}/solid/land-mine-on.svg | 0 .../src/{ => fa}/solid/landmark-dome.svg | 0 .../src/{ => fa}/solid/landmark-flag.svg | 0 .../src/{ => fa}/solid/landmark.svg | 0 .../src/{ => fa}/solid/language.svg | 0 .../src/{ => fa}/solid/laptop-code.svg | 0 .../src/{ => fa}/solid/laptop-file.svg | 0 .../src/{ => fa}/solid/laptop-medical.svg | 0 .../src/{ => fa}/solid/laptop.svg | 0 .../src/{ => fa}/solid/lari-sign.svg | 0 .../src/{ => fa}/solid/layer-group.svg | 0 .../src/{ => fa}/solid/leaf.svg | 0 .../src/{ => fa}/solid/left-long.svg | 0 .../src/{ => fa}/solid/left-right.svg | 0 .../src/{ => fa}/solid/lemon.svg | 0 .../src/{ => fa}/solid/less-than-equal.svg | 0 .../src/{ => fa}/solid/less-than.svg | 0 .../src/{ => fa}/solid/life-ring.svg | 0 .../src/{ => fa}/solid/lightbulb.svg | 0 .../src/{ => fa}/solid/lines-leaning.svg | 0 .../src/{ => fa}/solid/link-slash.svg | 0 .../src/{ => fa}/solid/link.svg | 0 .../src/{ => fa}/solid/lira-sign.svg | 0 .../src/{ => fa}/solid/list-check.svg | 0 .../src/{ => fa}/solid/list-ol.svg | 0 .../src/{ => fa}/solid/list-ul.svg | 0 .../src/{ => fa}/solid/list.svg | 0 .../src/{ => fa}/solid/litecoin-sign.svg | 0 .../src/{ => fa}/solid/location-arrow.svg | 0 .../{ => fa}/solid/location-crosshairs.svg | 0 .../src/{ => fa}/solid/location-dot.svg | 0 .../src/{ => fa}/solid/location-pin-lock.svg | 0 .../src/{ => fa}/solid/location-pin.svg | 0 .../src/{ => fa}/solid/lock-open.svg | 0 .../src/{ => fa}/solid/lock.svg | 0 .../src/{ => fa}/solid/locust.svg | 0 .../src/{ => fa}/solid/lungs-virus.svg | 0 .../src/{ => fa}/solid/lungs.svg | 0 .../src/{ => fa}/solid/m.svg | 0 .../src/{ => fa}/solid/magnet.svg | 0 .../solid/magnifying-glass-arrow-right.svg | 0 .../{ => fa}/solid/magnifying-glass-chart.svg | 0 .../solid/magnifying-glass-dollar.svg | 0 .../solid/magnifying-glass-location.svg | 0 .../{ => fa}/solid/magnifying-glass-minus.svg | 0 .../{ => fa}/solid/magnifying-glass-plus.svg | 0 .../src/{ => fa}/solid/magnifying-glass.svg | 0 .../src/{ => fa}/solid/manat-sign.svg | 0 .../src/{ => fa}/solid/map-location-dot.svg | 0 .../src/{ => fa}/solid/map-location.svg | 0 .../src/{ => fa}/solid/map-pin.svg | 0 .../src/{ => fa}/solid/map.svg | 0 .../src/{ => fa}/solid/marker.svg | 0 .../{ => fa}/solid/mars-and-venus-burst.svg | 0 .../src/{ => fa}/solid/mars-and-venus.svg | 0 .../src/{ => fa}/solid/mars-double.svg | 0 .../src/{ => fa}/solid/mars-stroke-right.svg | 0 .../src/{ => fa}/solid/mars-stroke-up.svg | 0 .../src/{ => fa}/solid/mars-stroke.svg | 0 .../src/{ => fa}/solid/mars.svg | 0 .../{ => fa}/solid/martini-glass-citrus.svg | 0 .../{ => fa}/solid/martini-glass-empty.svg | 0 .../src/{ => fa}/solid/martini-glass.svg | 0 .../src/{ => fa}/solid/mask-face.svg | 0 .../src/{ => fa}/solid/mask-ventilator.svg | 0 .../src/{ => fa}/solid/mask.svg | 0 .../src/{ => fa}/solid/masks-theater.svg | 0 .../src/{ => fa}/solid/mattress-pillow.svg | 0 .../src/{ => fa}/solid/maximize.svg | 0 .../src/{ => fa}/solid/medal.svg | 0 .../src/{ => fa}/solid/memory.svg | 0 .../src/{ => fa}/solid/menorah.svg | 0 .../src/{ => fa}/solid/mercury.svg | 0 .../src/{ => fa}/solid/message.svg | 0 .../src/{ => fa}/solid/meteor.svg | 0 .../src/{ => fa}/solid/microchip.svg | 0 .../{ => fa}/solid/microphone-lines-slash.svg | 0 .../src/{ => fa}/solid/microphone-lines.svg | 0 .../src/{ => fa}/solid/microphone-slash.svg | 0 .../src/{ => fa}/solid/microphone.svg | 0 .../src/{ => fa}/solid/microscope.svg | 0 .../src/{ => fa}/solid/mill-sign.svg | 0 .../src/{ => fa}/solid/minimize.svg | 0 .../src/{ => fa}/solid/minus.svg | 0 .../src/{ => fa}/solid/mitten.svg | 0 .../src/{ => fa}/solid/mobile-button.svg | 0 .../src/{ => fa}/solid/mobile-retro.svg | 0 .../{ => fa}/solid/mobile-screen-button.svg | 0 .../src/{ => fa}/solid/mobile-screen.svg | 0 .../src/{ => fa}/solid/mobile.svg | 0 .../src/{ => fa}/solid/money-bill-1-wave.svg | 0 .../src/{ => fa}/solid/money-bill-1.svg | 0 .../{ => fa}/solid/money-bill-transfer.svg | 0 .../{ => fa}/solid/money-bill-trend-up.svg | 0 .../src/{ => fa}/solid/money-bill-wave.svg | 0 .../src/{ => fa}/solid/money-bill-wheat.svg | 0 .../src/{ => fa}/solid/money-bill.svg | 0 .../src/{ => fa}/solid/money-bills.svg | 0 .../src/{ => fa}/solid/money-check-dollar.svg | 0 .../src/{ => fa}/solid/money-check.svg | 0 .../src/{ => fa}/solid/monument.svg | 0 .../src/{ => fa}/solid/moon.svg | 0 .../src/{ => fa}/solid/mortar-pestle.svg | 0 .../src/{ => fa}/solid/mosque.svg | 0 .../src/{ => fa}/solid/mosquito-net.svg | 0 .../src/{ => fa}/solid/mosquito.svg | 0 .../src/{ => fa}/solid/motorcycle.svg | 0 .../src/{ => fa}/solid/mound.svg | 0 .../src/{ => fa}/solid/mountain-city.svg | 0 .../src/{ => fa}/solid/mountain-sun.svg | 0 .../src/{ => fa}/solid/mountain.svg | 0 .../src/{ => fa}/solid/mug-hot.svg | 0 .../src/{ => fa}/solid/mug-saucer.svg | 0 .../src/{ => fa}/solid/music.svg | 0 .../src/{ => fa}/solid/n.svg | 0 .../src/{ => fa}/solid/naira-sign.svg | 0 .../src/{ => fa}/solid/network-wired.svg | 0 .../src/{ => fa}/solid/neuter.svg | 0 .../src/{ => fa}/solid/newspaper.svg | 0 .../src/{ => fa}/solid/not-equal.svg | 0 .../src/{ => fa}/solid/notdef.svg | 0 .../src/{ => fa}/solid/note-sticky.svg | 0 .../src/{ => fa}/solid/notes-medical.svg | 0 .../src/{ => fa}/solid/o.svg | 0 .../src/{ => fa}/solid/object-group.svg | 0 .../src/{ => fa}/solid/object-ungroup.svg | 0 .../src/{ => fa}/solid/oil-can.svg | 0 .../src/{ => fa}/solid/oil-well.svg | 0 .../src/{ => fa}/solid/om.svg | 0 .../src/{ => fa}/solid/otter.svg | 0 .../src/{ => fa}/solid/outdent.svg | 0 .../src/{ => fa}/solid/p.svg | 0 .../src/{ => fa}/solid/pager.svg | 0 .../src/{ => fa}/solid/paint-roller.svg | 0 .../src/{ => fa}/solid/paintbrush.svg | 0 .../src/{ => fa}/solid/palette.svg | 0 .../src/{ => fa}/solid/pallet.svg | 0 .../src/{ => fa}/solid/panorama.svg | 0 .../src/{ => fa}/solid/paper-plane.svg | 0 .../src/{ => fa}/solid/paperclip.svg | 0 .../src/{ => fa}/solid/parachute-box.svg | 0 .../src/{ => fa}/solid/paragraph.svg | 0 .../src/{ => fa}/solid/passport.svg | 0 .../src/{ => fa}/solid/paste.svg | 0 .../src/{ => fa}/solid/pause.svg | 0 .../src/{ => fa}/solid/paw.svg | 0 .../src/{ => fa}/solid/peace.svg | 0 .../src/{ => fa}/solid/pen-clip.svg | 0 .../src/{ => fa}/solid/pen-fancy.svg | 0 .../src/{ => fa}/solid/pen-nib.svg | 0 .../src/{ => fa}/solid/pen-ruler.svg | 0 .../src/{ => fa}/solid/pen-to-square.svg | 0 .../src/{ => fa}/solid/pen.svg | 0 .../src/{ => fa}/solid/pencil.svg | 0 .../src/{ => fa}/solid/people-arrows.svg | 0 .../src/{ => fa}/solid/people-carry-box.svg | 0 .../src/{ => fa}/solid/people-group.svg | 0 .../src/{ => fa}/solid/people-line.svg | 0 .../src/{ => fa}/solid/people-pulling.svg | 0 .../src/{ => fa}/solid/people-robbery.svg | 0 .../src/{ => fa}/solid/people-roof.svg | 0 .../src/{ => fa}/solid/pepper-hot.svg | 0 .../src/{ => fa}/solid/percent.svg | 0 .../solid/person-arrow-down-to-line.svg | 0 .../solid/person-arrow-up-from-line.svg | 0 .../src/{ => fa}/solid/person-biking.svg | 0 .../src/{ => fa}/solid/person-booth.svg | 0 .../{ => fa}/solid/person-breastfeeding.svg | 0 .../src/{ => fa}/solid/person-burst.svg | 0 .../src/{ => fa}/solid/person-cane.svg | 0 .../src/{ => fa}/solid/person-chalkboard.svg | 0 .../{ => fa}/solid/person-circle-check.svg | 0 .../solid/person-circle-exclamation.svg | 0 .../{ => fa}/solid/person-circle-minus.svg | 0 .../src/{ => fa}/solid/person-circle-plus.svg | 0 .../{ => fa}/solid/person-circle-question.svg | 0 .../{ => fa}/solid/person-circle-xmark.svg | 0 .../src/{ => fa}/solid/person-digging.svg | 0 .../{ => fa}/solid/person-dots-from-line.svg | 0 .../src/{ => fa}/solid/person-dress-burst.svg | 0 .../src/{ => fa}/solid/person-dress.svg | 0 .../src/{ => fa}/solid/person-drowning.svg | 0 .../{ => fa}/solid/person-falling-burst.svg | 0 .../src/{ => fa}/solid/person-falling.svg | 0 .../src/{ => fa}/solid/person-half-dress.svg | 0 .../src/{ => fa}/solid/person-harassing.svg | 0 .../src/{ => fa}/solid/person-hiking.svg | 0 .../solid/person-military-pointing.svg | 0 .../{ => fa}/solid/person-military-rifle.svg | 0 .../solid/person-military-to-person.svg | 0 .../src/{ => fa}/solid/person-praying.svg | 0 .../src/{ => fa}/solid/person-pregnant.svg | 0 .../src/{ => fa}/solid/person-rays.svg | 0 .../src/{ => fa}/solid/person-rifle.svg | 0 .../src/{ => fa}/solid/person-running.svg | 0 .../src/{ => fa}/solid/person-shelter.svg | 0 .../src/{ => fa}/solid/person-skating.svg | 0 .../{ => fa}/solid/person-skiing-nordic.svg | 0 .../src/{ => fa}/solid/person-skiing.svg | 0 .../{ => fa}/solid/person-snowboarding.svg | 0 .../src/{ => fa}/solid/person-swimming.svg | 0 .../{ => fa}/solid/person-through-window.svg | 0 .../solid/person-walking-arrow-loop-left.svg | 0 .../solid/person-walking-arrow-right.svg | 0 ...person-walking-dashed-line-arrow-right.svg | 0 .../{ => fa}/solid/person-walking-luggage.svg | 0 .../solid/person-walking-with-cane.svg | 0 .../src/{ => fa}/solid/person-walking.svg | 0 .../src/{ => fa}/solid/person.svg | 0 .../src/{ => fa}/solid/peseta-sign.svg | 0 .../src/{ => fa}/solid/peso-sign.svg | 0 .../src/{ => fa}/solid/phone-flip.svg | 0 .../src/{ => fa}/solid/phone-slash.svg | 0 .../src/{ => fa}/solid/phone-volume.svg | 0 .../src/{ => fa}/solid/phone.svg | 0 .../src/{ => fa}/solid/photo-film.svg | 0 .../src/{ => fa}/solid/piggy-bank.svg | 0 .../src/{ => fa}/solid/pills.svg | 0 .../src/{ => fa}/solid/pizza-slice.svg | 0 .../src/{ => fa}/solid/place-of-worship.svg | 0 .../src/{ => fa}/solid/plane-arrival.svg | 0 .../src/{ => fa}/solid/plane-circle-check.svg | 0 .../solid/plane-circle-exclamation.svg | 0 .../src/{ => fa}/solid/plane-circle-xmark.svg | 0 .../src/{ => fa}/solid/plane-departure.svg | 0 .../src/{ => fa}/solid/plane-lock.svg | 0 .../src/{ => fa}/solid/plane-slash.svg | 0 .../src/{ => fa}/solid/plane-up.svg | 0 .../src/{ => fa}/solid/plane.svg | 0 .../src/{ => fa}/solid/plant-wilt.svg | 0 .../src/{ => fa}/solid/plate-wheat.svg | 0 .../src/{ => fa}/solid/play.svg | 0 .../src/{ => fa}/solid/plug-circle-bolt.svg | 0 .../src/{ => fa}/solid/plug-circle-check.svg | 0 .../solid/plug-circle-exclamation.svg | 0 .../src/{ => fa}/solid/plug-circle-minus.svg | 0 .../src/{ => fa}/solid/plug-circle-plus.svg | 0 .../src/{ => fa}/solid/plug-circle-xmark.svg | 0 .../src/{ => fa}/solid/plug.svg | 0 .../src/{ => fa}/solid/plus-minus.svg | 0 .../src/{ => fa}/solid/plus.svg | 0 .../src/{ => fa}/solid/podcast.svg | 0 .../src/{ => fa}/solid/poo-storm.svg | 0 .../src/{ => fa}/solid/poo.svg | 0 .../src/{ => fa}/solid/poop.svg | 0 .../src/{ => fa}/solid/power-off.svg | 0 .../solid/prescription-bottle-medical.svg | 0 .../{ => fa}/solid/prescription-bottle.svg | 0 .../src/{ => fa}/solid/prescription.svg | 0 .../src/{ => fa}/solid/print.svg | 0 .../src/{ => fa}/solid/pump-medical.svg | 0 .../src/{ => fa}/solid/pump-soap.svg | 0 .../src/{ => fa}/solid/puzzle-piece.svg | 0 .../src/{ => fa}/solid/q.svg | 0 .../src/{ => fa}/solid/qrcode.svg | 0 .../src/{ => fa}/solid/question.svg | 0 .../src/{ => fa}/solid/quote-left.svg | 0 .../src/{ => fa}/solid/quote-right.svg | 0 .../src/{ => fa}/solid/r.svg | 0 .../src/{ => fa}/solid/radiation.svg | 0 .../src/{ => fa}/solid/radio.svg | 0 .../src/{ => fa}/solid/rainbow.svg | 0 .../src/{ => fa}/solid/ranking-star.svg | 0 .../src/{ => fa}/solid/receipt.svg | 0 .../src/{ => fa}/solid/record-vinyl.svg | 0 .../src/{ => fa}/solid/rectangle-ad.svg | 0 .../src/{ => fa}/solid/rectangle-list.svg | 0 .../src/{ => fa}/solid/rectangle-xmark.svg | 0 .../src/{ => fa}/solid/recycle.svg | 0 .../src/{ => fa}/solid/registered.svg | 0 .../src/{ => fa}/solid/repeat.svg | 0 .../src/{ => fa}/solid/reply-all.svg | 0 .../src/{ => fa}/solid/reply.svg | 0 .../src/{ => fa}/solid/republican.svg | 0 .../src/{ => fa}/solid/restroom.svg | 0 .../src/{ => fa}/solid/retweet.svg | 0 .../src/{ => fa}/solid/ribbon.svg | 0 .../src/{ => fa}/solid/right-from-bracket.svg | 0 .../src/{ => fa}/solid/right-left.svg | 0 .../src/{ => fa}/solid/right-long.svg | 0 .../src/{ => fa}/solid/right-to-bracket.svg | 0 .../src/{ => fa}/solid/ring.svg | 0 .../src/{ => fa}/solid/road-barrier.svg | 0 .../src/{ => fa}/solid/road-bridge.svg | 0 .../src/{ => fa}/solid/road-circle-check.svg | 0 .../solid/road-circle-exclamation.svg | 0 .../src/{ => fa}/solid/road-circle-xmark.svg | 0 .../src/{ => fa}/solid/road-lock.svg | 0 .../src/{ => fa}/solid/road-spikes.svg | 0 .../src/{ => fa}/solid/road.svg | 0 .../src/{ => fa}/solid/robot.svg | 0 .../src/{ => fa}/solid/rocket.svg | 0 .../src/{ => fa}/solid/rotate-left.svg | 0 .../src/{ => fa}/solid/rotate-right.svg | 0 .../src/{ => fa}/solid/rotate.svg | 0 .../src/{ => fa}/solid/route.svg | 0 .../src/{ => fa}/solid/rss.svg | 0 .../src/{ => fa}/solid/ruble-sign.svg | 0 .../src/{ => fa}/solid/rug.svg | 0 .../src/{ => fa}/solid/ruler-combined.svg | 0 .../src/{ => fa}/solid/ruler-horizontal.svg | 0 .../src/{ => fa}/solid/ruler-vertical.svg | 0 .../src/{ => fa}/solid/ruler.svg | 0 .../src/{ => fa}/solid/rupee-sign.svg | 0 .../src/{ => fa}/solid/rupiah-sign.svg | 0 .../src/{ => fa}/solid/s.svg | 0 .../src/{ => fa}/solid/sack-dollar.svg | 0 .../src/{ => fa}/solid/sack-xmark.svg | 0 .../src/{ => fa}/solid/sailboat.svg | 0 .../src/{ => fa}/solid/satellite-dish.svg | 0 .../src/{ => fa}/solid/satellite.svg | 0 .../src/{ => fa}/solid/scale-balanced.svg | 0 .../{ => fa}/solid/scale-unbalanced-flip.svg | 0 .../src/{ => fa}/solid/scale-unbalanced.svg | 0 .../{ => fa}/solid/school-circle-check.svg | 0 .../solid/school-circle-exclamation.svg | 0 .../{ => fa}/solid/school-circle-xmark.svg | 0 .../src/{ => fa}/solid/school-flag.svg | 0 .../src/{ => fa}/solid/school-lock.svg | 0 .../src/{ => fa}/solid/school.svg | 0 .../src/{ => fa}/solid/scissors.svg | 0 .../src/{ => fa}/solid/screwdriver-wrench.svg | 0 .../src/{ => fa}/solid/screwdriver.svg | 0 .../src/{ => fa}/solid/scroll-torah.svg | 0 .../src/{ => fa}/solid/scroll.svg | 0 .../src/{ => fa}/solid/sd-card.svg | 0 .../src/{ => fa}/solid/section.svg | 0 .../src/{ => fa}/solid/seedling.svg | 0 .../src/{ => fa}/solid/server.svg | 0 .../src/{ => fa}/solid/shapes.svg | 0 .../src/{ => fa}/solid/share-from-square.svg | 0 .../src/{ => fa}/solid/share-nodes.svg | 0 .../src/{ => fa}/solid/share.svg | 0 .../src/{ => fa}/solid/sheet-plastic.svg | 0 .../src/{ => fa}/solid/shekel-sign.svg | 0 .../src/{ => fa}/solid/shield-cat.svg | 0 .../src/{ => fa}/solid/shield-dog.svg | 0 .../src/{ => fa}/solid/shield-halved.svg | 0 .../src/{ => fa}/solid/shield-heart.svg | 0 .../src/{ => fa}/solid/shield-virus.svg | 0 .../src/{ => fa}/solid/shield.svg | 0 .../src/{ => fa}/solid/ship.svg | 0 .../src/{ => fa}/solid/shirt.svg | 0 .../src/{ => fa}/solid/shoe-prints.svg | 0 .../src/{ => fa}/solid/shop-lock.svg | 0 .../src/{ => fa}/solid/shop-slash.svg | 0 .../src/{ => fa}/solid/shop.svg | 0 .../src/{ => fa}/solid/shower.svg | 0 .../src/{ => fa}/solid/shrimp.svg | 0 .../src/{ => fa}/solid/shuffle.svg | 0 .../src/{ => fa}/solid/shuttle-space.svg | 0 .../src/{ => fa}/solid/sign-hanging.svg | 0 .../src/{ => fa}/solid/signal.svg | 0 .../src/{ => fa}/solid/signature.svg | 0 .../src/{ => fa}/solid/signs-post.svg | 0 .../src/{ => fa}/solid/sim-card.svg | 0 .../src/{ => fa}/solid/sink.svg | 0 .../src/{ => fa}/solid/sitemap.svg | 0 .../src/{ => fa}/solid/skull-crossbones.svg | 0 .../src/{ => fa}/solid/skull.svg | 0 .../src/{ => fa}/solid/slash.svg | 0 .../src/{ => fa}/solid/sleigh.svg | 0 .../src/{ => fa}/solid/sliders.svg | 0 .../src/{ => fa}/solid/smog.svg | 0 .../src/{ => fa}/solid/smoking.svg | 0 .../src/{ => fa}/solid/snowflake.svg | 0 .../src/{ => fa}/solid/snowman.svg | 0 .../src/{ => fa}/solid/snowplow.svg | 0 .../src/{ => fa}/solid/soap.svg | 0 .../src/{ => fa}/solid/socks.svg | 0 .../src/{ => fa}/solid/solar-panel.svg | 0 .../src/{ => fa}/solid/sort-down.svg | 0 .../src/{ => fa}/solid/sort-up.svg | 0 .../src/{ => fa}/solid/sort.svg | 0 .../src/{ => fa}/solid/spa.svg | 0 .../solid/spaghetti-monster-flying.svg | 0 .../src/{ => fa}/solid/spell-check.svg | 0 .../src/{ => fa}/solid/spider.svg | 0 .../src/{ => fa}/solid/spinner.svg | 0 .../src/{ => fa}/solid/splotch.svg | 0 .../src/{ => fa}/solid/spoon.svg | 0 .../src/{ => fa}/solid/spray-can-sparkles.svg | 0 .../src/{ => fa}/solid/spray-can.svg | 0 .../{ => fa}/solid/square-arrow-up-right.svg | 0 .../src/{ => fa}/solid/square-caret-down.svg | 0 .../src/{ => fa}/solid/square-caret-left.svg | 0 .../src/{ => fa}/solid/square-caret-right.svg | 0 .../src/{ => fa}/solid/square-caret-up.svg | 0 .../src/{ => fa}/solid/square-check.svg | 0 .../src/{ => fa}/solid/square-envelope.svg | 0 .../src/{ => fa}/solid/square-full.svg | 0 .../src/{ => fa}/solid/square-h.svg | 0 .../src/{ => fa}/solid/square-minus.svg | 0 .../src/{ => fa}/solid/square-nfi.svg | 0 .../src/{ => fa}/solid/square-parking.svg | 0 .../src/{ => fa}/solid/square-pen.svg | 0 .../{ => fa}/solid/square-person-confined.svg | 0 .../src/{ => fa}/solid/square-phone-flip.svg | 0 .../src/{ => fa}/solid/square-phone.svg | 0 .../src/{ => fa}/solid/square-plus.svg | 0 .../{ => fa}/solid/square-poll-horizontal.svg | 0 .../{ => fa}/solid/square-poll-vertical.svg | 0 .../{ => fa}/solid/square-root-variable.svg | 0 .../src/{ => fa}/solid/square-rss.svg | 0 .../src/{ => fa}/solid/square-share-nodes.svg | 0 .../src/{ => fa}/solid/square-up-right.svg | 0 .../src/{ => fa}/solid/square-virus.svg | 0 .../src/{ => fa}/solid/square-xmark.svg | 0 .../src/{ => fa}/solid/square.svg | 0 .../src/{ => fa}/solid/staff-snake.svg | 0 .../src/{ => fa}/solid/stairs.svg | 0 .../src/{ => fa}/solid/stamp.svg | 0 .../src/{ => fa}/solid/stapler.svg | 0 .../src/{ => fa}/solid/star-and-crescent.svg | 0 .../src/{ => fa}/solid/star-half-stroke.svg | 0 .../src/{ => fa}/solid/star-half.svg | 0 .../src/{ => fa}/solid/star-of-david.svg | 0 .../src/{ => fa}/solid/star-of-life.svg | 0 .../src/{ => fa}/solid/star.svg | 0 .../src/{ => fa}/solid/sterling-sign.svg | 0 .../src/{ => fa}/solid/stethoscope.svg | 0 .../src/{ => fa}/solid/stop.svg | 0 .../src/{ => fa}/solid/stopwatch-20.svg | 0 .../src/{ => fa}/solid/stopwatch.svg | 0 .../src/{ => fa}/solid/store-slash.svg | 0 .../src/{ => fa}/solid/store.svg | 0 .../src/{ => fa}/solid/street-view.svg | 0 .../src/{ => fa}/solid/strikethrough.svg | 0 .../src/{ => fa}/solid/stroopwafel.svg | 0 .../src/{ => fa}/solid/subscript.svg | 0 .../src/{ => fa}/solid/suitcase-medical.svg | 0 .../src/{ => fa}/solid/suitcase-rolling.svg | 0 .../src/{ => fa}/solid/suitcase.svg | 0 .../src/{ => fa}/solid/sun-plant-wilt.svg | 0 .../src/{ => fa}/solid/sun.svg | 0 .../src/{ => fa}/solid/superscript.svg | 0 .../src/{ => fa}/solid/swatchbook.svg | 0 .../src/{ => fa}/solid/synagogue.svg | 0 .../src/{ => fa}/solid/syringe.svg | 0 .../src/{ => fa}/solid/t.svg | 0 .../solid/table-cells-column-lock.svg | 0 .../src/{ => fa}/solid/table-cells-large.svg | 0 .../{ => fa}/solid/table-cells-row-lock.svg | 0 .../{ => fa}/solid/table-cells-row-unlock.svg | 0 .../src/{ => fa}/solid/table-cells.svg | 0 .../src/{ => fa}/solid/table-columns.svg | 0 .../src/{ => fa}/solid/table-list.svg | 0 .../solid/table-tennis-paddle-ball.svg | 0 .../src/{ => fa}/solid/table.svg | 0 .../src/{ => fa}/solid/tablet-button.svg | 0 .../{ => fa}/solid/tablet-screen-button.svg | 0 .../src/{ => fa}/solid/tablet.svg | 0 .../src/{ => fa}/solid/tablets.svg | 0 .../src/{ => fa}/solid/tachograph-digital.svg | 0 .../src/{ => fa}/solid/tag.svg | 0 .../src/{ => fa}/solid/tags.svg | 0 .../src/{ => fa}/solid/tape.svg | 0 .../src/{ => fa}/solid/tarp-droplet.svg | 0 .../src/{ => fa}/solid/tarp.svg | 0 .../src/{ => fa}/solid/taxi.svg | 0 .../src/{ => fa}/solid/teeth-open.svg | 0 .../src/{ => fa}/solid/teeth.svg | 0 .../{ => fa}/solid/temperature-arrow-down.svg | 0 .../{ => fa}/solid/temperature-arrow-up.svg | 0 .../src/{ => fa}/solid/temperature-empty.svg | 0 .../src/{ => fa}/solid/temperature-full.svg | 0 .../src/{ => fa}/solid/temperature-half.svg | 0 .../src/{ => fa}/solid/temperature-high.svg | 0 .../src/{ => fa}/solid/temperature-low.svg | 0 .../{ => fa}/solid/temperature-quarter.svg | 0 .../solid/temperature-three-quarters.svg | 0 .../src/{ => fa}/solid/tenge-sign.svg | 0 .../solid/tent-arrow-down-to-line.svg | 0 .../{ => fa}/solid/tent-arrow-left-right.svg | 0 .../{ => fa}/solid/tent-arrow-turn-left.svg | 0 .../src/{ => fa}/solid/tent-arrows-down.svg | 0 .../src/{ => fa}/solid/tent.svg | 0 .../src/{ => fa}/solid/tents.svg | 0 .../src/{ => fa}/solid/terminal.svg | 0 .../src/{ => fa}/solid/text-height.svg | 0 .../src/{ => fa}/solid/text-slash.svg | 0 .../src/{ => fa}/solid/text-width.svg | 0 .../src/{ => fa}/solid/thermometer.svg | 0 .../src/{ => fa}/solid/thumbs-down.svg | 0 .../src/{ => fa}/solid/thumbs-up.svg | 0 .../src/{ => fa}/solid/thumbtack-slash.svg | 0 .../src/{ => fa}/solid/thumbtack.svg | 0 .../src/{ => fa}/solid/ticket-simple.svg | 0 .../src/{ => fa}/solid/ticket.svg | 0 .../src/{ => fa}/solid/timeline.svg | 0 .../src/{ => fa}/solid/toggle-off.svg | 0 .../src/{ => fa}/solid/toggle-on.svg | 0 .../src/{ => fa}/solid/toilet-paper-slash.svg | 0 .../src/{ => fa}/solid/toilet-paper.svg | 0 .../src/{ => fa}/solid/toilet-portable.svg | 0 .../src/{ => fa}/solid/toilet.svg | 0 .../src/{ => fa}/solid/toilets-portable.svg | 0 .../src/{ => fa}/solid/toolbox.svg | 0 .../src/{ => fa}/solid/tooth.svg | 0 .../src/{ => fa}/solid/torii-gate.svg | 0 .../src/{ => fa}/solid/tornado.svg | 0 .../src/{ => fa}/solid/tower-broadcast.svg | 0 .../src/{ => fa}/solid/tower-cell.svg | 0 .../src/{ => fa}/solid/tower-observation.svg | 0 .../src/{ => fa}/solid/tractor.svg | 0 .../src/{ => fa}/solid/trademark.svg | 0 .../src/{ => fa}/solid/traffic-light.svg | 0 .../src/{ => fa}/solid/trailer.svg | 0 .../src/{ => fa}/solid/train-subway.svg | 0 .../src/{ => fa}/solid/train-tram.svg | 0 .../src/{ => fa}/solid/train.svg | 0 .../src/{ => fa}/solid/transgender.svg | 0 .../src/{ => fa}/solid/trash-arrow-up.svg | 0 .../src/{ => fa}/solid/trash-can-arrow-up.svg | 0 .../src/{ => fa}/solid/trash-can.svg | 0 .../src/{ => fa}/solid/trash.svg | 0 .../src/{ => fa}/solid/tree-city.svg | 0 .../src/{ => fa}/solid/tree.svg | 0 .../{ => fa}/solid/triangle-exclamation.svg | 0 .../src/{ => fa}/solid/trophy.svg | 0 .../src/{ => fa}/solid/trowel-bricks.svg | 0 .../src/{ => fa}/solid/trowel.svg | 0 .../src/{ => fa}/solid/truck-arrow-right.svg | 0 .../src/{ => fa}/solid/truck-droplet.svg | 0 .../src/{ => fa}/solid/truck-fast.svg | 0 .../src/{ => fa}/solid/truck-field-un.svg | 0 .../src/{ => fa}/solid/truck-field.svg | 0 .../src/{ => fa}/solid/truck-front.svg | 0 .../src/{ => fa}/solid/truck-medical.svg | 0 .../src/{ => fa}/solid/truck-monster.svg | 0 .../src/{ => fa}/solid/truck-moving.svg | 0 .../src/{ => fa}/solid/truck-pickup.svg | 0 .../src/{ => fa}/solid/truck-plane.svg | 0 .../src/{ => fa}/solid/truck-ramp-box.svg | 0 .../src/{ => fa}/solid/truck.svg | 0 .../src/{ => fa}/solid/tty.svg | 0 .../src/{ => fa}/solid/turkish-lira-sign.svg | 0 .../src/{ => fa}/solid/turn-down.svg | 0 .../src/{ => fa}/solid/turn-up.svg | 0 .../src/{ => fa}/solid/tv.svg | 0 .../src/{ => fa}/solid/u.svg | 0 .../src/{ => fa}/solid/umbrella-beach.svg | 0 .../src/{ => fa}/solid/umbrella.svg | 0 .../src/{ => fa}/solid/underline.svg | 0 .../src/{ => fa}/solid/universal-access.svg | 0 .../src/{ => fa}/solid/unlock-keyhole.svg | 0 .../src/{ => fa}/solid/unlock.svg | 0 .../src/{ => fa}/solid/up-down-left-right.svg | 0 .../src/{ => fa}/solid/up-down.svg | 0 .../src/{ => fa}/solid/up-long.svg | 0 .../up-right-and-down-left-from-center.svg | 0 .../{ => fa}/solid/up-right-from-square.svg | 0 .../src/{ => fa}/solid/upload.svg | 0 .../src/{ => fa}/solid/user-astronaut.svg | 0 .../src/{ => fa}/solid/user-check.svg | 0 .../src/{ => fa}/solid/user-clock.svg | 0 .../src/{ => fa}/solid/user-doctor.svg | 0 .../src/{ => fa}/solid/user-gear.svg | 0 .../src/{ => fa}/solid/user-graduate.svg | 0 .../src/{ => fa}/solid/user-group.svg | 0 .../src/{ => fa}/solid/user-injured.svg | 0 .../src/{ => fa}/solid/user-large-slash.svg | 0 .../src/{ => fa}/solid/user-large.svg | 0 .../src/{ => fa}/solid/user-lock.svg | 0 .../src/{ => fa}/solid/user-minus.svg | 0 .../src/{ => fa}/solid/user-ninja.svg | 0 .../src/{ => fa}/solid/user-nurse.svg | 0 .../src/{ => fa}/solid/user-pen.svg | 0 .../src/{ => fa}/solid/user-plus.svg | 0 .../src/{ => fa}/solid/user-secret.svg | 0 .../src/{ => fa}/solid/user-shield.svg | 0 .../src/{ => fa}/solid/user-slash.svg | 0 .../src/{ => fa}/solid/user-tag.svg | 0 .../src/{ => fa}/solid/user-tie.svg | 0 .../src/{ => fa}/solid/user-xmark.svg | 0 .../src/{ => fa}/solid/user.svg | 0 .../{ => fa}/solid/users-between-lines.svg | 0 .../src/{ => fa}/solid/users-gear.svg | 0 .../src/{ => fa}/solid/users-line.svg | 0 .../src/{ => fa}/solid/users-rays.svg | 0 .../src/{ => fa}/solid/users-rectangle.svg | 0 .../src/{ => fa}/solid/users-slash.svg | 0 .../src/{ => fa}/solid/users-viewfinder.svg | 0 .../src/{ => fa}/solid/users.svg | 0 .../src/{ => fa}/solid/utensils.svg | 0 .../src/{ => fa}/solid/v.svg | 0 .../src/{ => fa}/solid/van-shuttle.svg | 0 .../src/{ => fa}/solid/vault.svg | 0 .../src/{ => fa}/solid/vector-square.svg | 0 .../src/{ => fa}/solid/venus-double.svg | 0 .../src/{ => fa}/solid/venus-mars.svg | 0 .../src/{ => fa}/solid/venus.svg | 0 .../src/{ => fa}/solid/vest-patches.svg | 0 .../src/{ => fa}/solid/vest.svg | 0 .../src/{ => fa}/solid/vial-circle-check.svg | 0 .../src/{ => fa}/solid/vial-virus.svg | 0 .../src/{ => fa}/solid/vial.svg | 0 .../src/{ => fa}/solid/vials.svg | 0 .../src/{ => fa}/solid/video-slash.svg | 0 .../src/{ => fa}/solid/video.svg | 0 .../src/{ => fa}/solid/vihara.svg | 0 .../src/{ => fa}/solid/virus-covid-slash.svg | 0 .../src/{ => fa}/solid/virus-covid.svg | 0 .../src/{ => fa}/solid/virus-slash.svg | 0 .../src/{ => fa}/solid/virus.svg | 0 .../src/{ => fa}/solid/viruses.svg | 0 .../src/{ => fa}/solid/voicemail.svg | 0 .../src/{ => fa}/solid/volcano.svg | 0 .../src/{ => fa}/solid/volleyball.svg | 0 .../src/{ => fa}/solid/volume-high.svg | 0 .../src/{ => fa}/solid/volume-low.svg | 0 .../src/{ => fa}/solid/volume-off.svg | 0 .../src/{ => fa}/solid/volume-xmark.svg | 0 .../src/{ => fa}/solid/vr-cardboard.svg | 0 .../src/{ => fa}/solid/w.svg | 0 .../src/{ => fa}/solid/walkie-talkie.svg | 0 .../src/{ => fa}/solid/wallet.svg | 0 .../{ => fa}/solid/wand-magic-sparkles.svg | 0 .../src/{ => fa}/solid/wand-magic.svg | 0 .../src/{ => fa}/solid/wand-sparkles.svg | 0 .../src/{ => fa}/solid/warehouse.svg | 0 .../src/{ => fa}/solid/water-ladder.svg | 0 .../src/{ => fa}/solid/water.svg | 0 .../src/{ => fa}/solid/wave-square.svg | 0 .../src/{ => fa}/solid/web-awesome.svg | 0 .../src/{ => fa}/solid/weight-hanging.svg | 0 .../src/{ => fa}/solid/weight-scale.svg | 0 .../solid/wheat-awn-circle-exclamation.svg | 0 .../src/{ => fa}/solid/wheat-awn.svg | 0 .../src/{ => fa}/solid/wheelchair-move.svg | 0 .../src/{ => fa}/solid/wheelchair.svg | 0 .../src/{ => fa}/solid/whiskey-glass.svg | 0 .../src/{ => fa}/solid/wifi.svg | 0 .../src/{ => fa}/solid/wind.svg | 0 .../src/{ => fa}/solid/window-maximize.svg | 0 .../src/{ => fa}/solid/window-minimize.svg | 0 .../src/{ => fa}/solid/window-restore.svg | 0 .../src/{ => fa}/solid/wine-bottle.svg | 0 .../src/{ => fa}/solid/wine-glass-empty.svg | 0 .../src/{ => fa}/solid/wine-glass.svg | 0 .../src/{ => fa}/solid/won-sign.svg | 0 .../src/{ => fa}/solid/worm.svg | 0 .../src/{ => fa}/solid/wrench.svg | 0 .../src/{ => fa}/solid/x-ray.svg | 0 .../src/{ => fa}/solid/x.svg | 0 .../src/{ => fa}/solid/xmark.svg | 0 .../src/{ => fa}/solid/xmarks-lines.svg | 0 .../src/{ => fa}/solid/y.svg | 0 .../src/{ => fa}/solid/yen-sign.svg | 0 .../src/{ => fa}/solid/yin-yang.svg | 0 .../src/{ => fa}/solid/z.svg | 0 projects/icons-fontawesome/src/google-pay.svg | 44 +- projects/icons-fontawesome/src/humo.svg | 1115 ++++++++++++++++- projects/icons-fontawesome/src/jcb.svg | 25 +- .../icons-fontawesome/src/maestro-mono.svg | 29 +- projects/icons-fontawesome/src/maestro.svg | 20 +- .../icons-fontawesome/src/mastercard-mono.svg | 28 +- projects/icons-fontawesome/src/mastercard.svg | 23 +- projects/icons-fontawesome/src/mir-mono.svg | 8 +- projects/icons-fontawesome/src/mir.svg | 31 +- projects/icons-fontawesome/src/pay-pal.svg | 59 +- projects/icons-fontawesome/src/ru-pay.svg | 46 +- .../icons-fontawesome/src/samsung-pay.svg | 24 +- projects/icons-fontawesome/src/union-pay.svg | 38 +- projects/icons-fontawesome/src/uzcard.svg | 35 +- projects/icons-fontawesome/src/verve.svg | 30 +- projects/icons-fontawesome/src/visa-mono.svg | 9 +- projects/icons-fontawesome/src/visa.svg | 9 +- projects/icons-fontawesome/src/world-pay.svg | 49 +- .../icons-material/scripts/prepare-icons.ts | 7 +- projects/icons-material/src/ali-pay.svg | 41 +- projects/icons-material/src/amazon-pay.svg | 35 +- projects/icons-material/src/amex.svg | 14 +- projects/icons-material/src/android-pay.svg | 36 +- projects/icons-material/src/apple-pay.svg | 24 +- projects/icons-material/src/cirrus.svg | 42 +- projects/icons-material/src/diners-club.svg | 19 +- projects/icons-material/src/discover.svg | 18 +- projects/icons-material/src/electron-mono.svg | 33 +- projects/icons-material/src/electron.svg | 33 +- projects/icons-material/src/google-pay.svg | 44 +- projects/icons-material/src/humo.svg | 1115 ++++++++++++++++- projects/icons-material/src/jcb.svg | 25 +- projects/icons-material/src/maestro-mono.svg | 29 +- projects/icons-material/src/maestro.svg | 20 +- .../icons-material/src/mastercard-mono.svg | 28 +- projects/icons-material/src/mastercard.svg | 23 +- .../src/{ => material}/filled/10k.svg | 0 .../src/{ => material}/filled/10mp.svg | 0 .../src/{ => material}/filled/11mp.svg | 0 .../src/{ => material}/filled/123.svg | 0 .../src/{ => material}/filled/12mp.svg | 0 .../src/{ => material}/filled/13mp.svg | 0 .../src/{ => material}/filled/14mp.svg | 0 .../src/{ => material}/filled/15mp.svg | 0 .../src/{ => material}/filled/16mp.svg | 0 .../src/{ => material}/filled/17mp.svg | 0 .../{ => material}/filled/18_up_rating.svg | 0 .../src/{ => material}/filled/18mp.svg | 0 .../src/{ => material}/filled/19mp.svg | 0 .../src/{ => material}/filled/1k.svg | 0 .../src/{ => material}/filled/1k_plus.svg | 0 .../{ => material}/filled/1x_mobiledata.svg | 0 .../src/{ => material}/filled/20mp.svg | 0 .../src/{ => material}/filled/21mp.svg | 0 .../src/{ => material}/filled/22mp.svg | 0 .../src/{ => material}/filled/23mp.svg | 0 .../src/{ => material}/filled/24mp.svg | 0 .../src/{ => material}/filled/2k.svg | 0 .../src/{ => material}/filled/2k_plus.svg | 0 .../src/{ => material}/filled/2mp.svg | 0 .../src/{ => material}/filled/30fps.svg | 0 .../{ => material}/filled/30fps_select.svg | 0 .../src/{ => material}/filled/360.svg | 0 .../src/{ => material}/filled/3d_rotation.svg | 0 .../{ => material}/filled/3g_mobiledata.svg | 0 .../src/{ => material}/filled/3k.svg | 0 .../src/{ => material}/filled/3k_plus.svg | 0 .../src/{ => material}/filled/3mp.svg | 0 .../src/{ => material}/filled/3p.svg | 0 .../{ => material}/filled/4g_mobiledata.svg | 0 .../filled/4g_plus_mobiledata.svg | 0 .../src/{ => material}/filled/4k.svg | 0 .../src/{ => material}/filled/4k_plus.svg | 0 .../src/{ => material}/filled/4mp.svg | 0 .../src/{ => material}/filled/5g.svg | 0 .../src/{ => material}/filled/5k.svg | 0 .../src/{ => material}/filled/5k_plus.svg | 0 .../src/{ => material}/filled/5mp.svg | 0 .../src/{ => material}/filled/60fps.svg | 0 .../{ => material}/filled/60fps_select.svg | 0 .../src/{ => material}/filled/6_ft_apart.svg | 0 .../src/{ => material}/filled/6k.svg | 0 .../src/{ => material}/filled/6k_plus.svg | 0 .../src/{ => material}/filled/6mp.svg | 0 .../src/{ => material}/filled/7k.svg | 0 .../src/{ => material}/filled/7k_plus.svg | 0 .../src/{ => material}/filled/7mp.svg | 0 .../src/{ => material}/filled/8k.svg | 0 .../src/{ => material}/filled/8k_plus.svg | 0 .../src/{ => material}/filled/8mp.svg | 0 .../src/{ => material}/filled/9k.svg | 0 .../src/{ => material}/filled/9k_plus.svg | 0 .../src/{ => material}/filled/9mp.svg | 0 .../src/{ => material}/filled/abc.svg | 0 .../src/{ => material}/filled/ac_unit.svg | 0 .../{ => material}/filled/access_alarm.svg | 0 .../{ => material}/filled/access_alarms.svg | 0 .../src/{ => material}/filled/access_time.svg | 0 .../filled/access_time_filled.svg | 0 .../{ => material}/filled/accessibility.svg | 0 .../filled/accessibility_new.svg | 0 .../src/{ => material}/filled/accessible.svg | 0 .../filled/accessible_forward.svg | 0 .../{ => material}/filled/account_balance.svg | 0 .../filled/account_balance_wallet.svg | 0 .../src/{ => material}/filled/account_box.svg | 0 .../{ => material}/filled/account_circle.svg | 0 .../{ => material}/filled/account_tree.svg | 0 .../src/{ => material}/filled/ad_units.svg | 0 .../src/{ => material}/filled/adb.svg | 0 .../src/{ => material}/filled/add.svg | 0 .../src/{ => material}/filled/add_a_photo.svg | 0 .../src/{ => material}/filled/add_alarm.svg | 0 .../src/{ => material}/filled/add_alert.svg | 0 .../src/{ => material}/filled/add_box.svg | 0 .../{ => material}/filled/add_business.svg | 0 .../src/{ => material}/filled/add_card.svg | 0 .../src/{ => material}/filled/add_chart.svg | 0 .../src/{ => material}/filled/add_circle.svg | 0 .../filled/add_circle_outline.svg | 0 .../src/{ => material}/filled/add_comment.svg | 0 .../src/{ => material}/filled/add_home.svg | 0 .../{ => material}/filled/add_home_work.svg | 0 .../src/{ => material}/filled/add_ic_call.svg | 0 .../src/{ => material}/filled/add_link.svg | 0 .../{ => material}/filled/add_location.svg | 0 .../filled/add_location_alt.svg | 0 .../{ => material}/filled/add_moderator.svg | 0 .../filled/add_photo_alternate.svg | 0 .../{ => material}/filled/add_reaction.svg | 0 .../src/{ => material}/filled/add_road.svg | 0 .../filled/add_shopping_cart.svg | 0 .../src/{ => material}/filled/add_task.svg | 0 .../{ => material}/filled/add_to_drive.svg | 0 .../filled/add_to_home_screen.svg | 0 .../{ => material}/filled/add_to_photos.svg | 0 .../{ => material}/filled/add_to_queue.svg | 0 .../src/{ => material}/filled/addchart.svg | 0 .../src/{ => material}/filled/adf_scanner.svg | 0 .../src/{ => material}/filled/adjust.svg | 0 .../filled/admin_panel_settings.svg | 0 .../src/{ => material}/filled/ads_click.svg | 0 .../src/{ => material}/filled/agriculture.svg | 0 .../src/{ => material}/filled/air.svg | 0 .../filled/airline_seat_flat.svg | 0 .../filled/airline_seat_flat_angled.svg | 0 .../filled/airline_seat_individual_suite.svg | 0 .../filled/airline_seat_legroom_extra.svg | 0 .../filled/airline_seat_legroom_normal.svg | 0 .../filled/airline_seat_legroom_reduced.svg | 0 .../filled/airline_seat_recline_extra.svg | 0 .../filled/airline_seat_recline_normal.svg | 0 .../{ => material}/filled/airline_stops.svg | 0 .../src/{ => material}/filled/airlines.svg | 0 .../{ => material}/filled/airplane_ticket.svg | 0 .../filled/airplanemode_active.svg | 0 .../filled/airplanemode_inactive.svg | 0 .../src/{ => material}/filled/airplay.svg | 0 .../{ => material}/filled/airport_shuttle.svg | 0 .../src/{ => material}/filled/alarm.svg | 0 .../src/{ => material}/filled/alarm_add.svg | 0 .../src/{ => material}/filled/alarm_off.svg | 0 .../src/{ => material}/filled/alarm_on.svg | 0 .../src/{ => material}/filled/album.svg | 0 .../filled/align_horizontal_center.svg | 0 .../filled/align_horizontal_left.svg | 0 .../filled/align_horizontal_right.svg | 0 .../filled/align_vertical_bottom.svg | 0 .../filled/align_vertical_center.svg | 0 .../filled/align_vertical_top.svg | 0 .../src/{ => material}/filled/all_inbox.svg | 0 .../{ => material}/filled/all_inclusive.svg | 0 .../src/{ => material}/filled/all_out.svg | 0 .../src/{ => material}/filled/alt_route.svg | 0 .../{ => material}/filled/alternate_email.svg | 0 .../src/{ => material}/filled/analytics.svg | 0 .../src/{ => material}/filled/anchor.svg | 0 .../src/{ => material}/filled/android.svg | 0 .../src/{ => material}/filled/animation.svg | 0 .../{ => material}/filled/announcement.svg | 0 .../src/{ => material}/filled/aod.svg | 0 .../src/{ => material}/filled/apartment.svg | 0 .../src/{ => material}/filled/api.svg | 0 .../{ => material}/filled/app_blocking.svg | 0 .../filled/app_registration.svg | 0 .../filled/app_settings_alt.svg | 0 .../{ => material}/filled/app_shortcut.svg | 0 .../src/{ => material}/filled/approval.svg | 0 .../src/{ => material}/filled/apps.svg | 0 .../src/{ => material}/filled/apps_outage.svg | 0 .../{ => material}/filled/architecture.svg | 0 .../src/{ => material}/filled/archive.svg | 0 .../src/{ => material}/filled/area_chart.svg | 0 .../src/{ => material}/filled/arrow_back.svg | 0 .../{ => material}/filled/arrow_back_ios.svg | 0 .../filled/arrow_back_ios_new.svg | 0 .../filled/arrow_circle_down.svg | 0 .../filled/arrow_circle_left.svg | 0 .../filled/arrow_circle_right.svg | 0 .../{ => material}/filled/arrow_circle_up.svg | 0 .../{ => material}/filled/arrow_downward.svg | 0 .../{ => material}/filled/arrow_drop_down.svg | 0 .../filled/arrow_drop_down_circle.svg | 0 .../{ => material}/filled/arrow_drop_up.svg | 0 .../{ => material}/filled/arrow_forward.svg | 0 .../filled/arrow_forward_ios.svg | 0 .../src/{ => material}/filled/arrow_left.svg | 0 .../{ => material}/filled/arrow_outward.svg | 0 .../src/{ => material}/filled/arrow_right.svg | 0 .../{ => material}/filled/arrow_right_alt.svg | 0 .../{ => material}/filled/arrow_upward.svg | 0 .../src/{ => material}/filled/art_track.svg | 0 .../src/{ => material}/filled/article.svg | 0 .../{ => material}/filled/aspect_ratio.svg | 0 .../src/{ => material}/filled/assessment.svg | 0 .../src/{ => material}/filled/assignment.svg | 0 .../{ => material}/filled/assignment_ind.svg | 0 .../{ => material}/filled/assignment_late.svg | 0 .../filled/assignment_return.svg | 0 .../filled/assignment_returned.svg | 0 .../filled/assignment_turned_in.svg | 0 .../{ => material}/filled/assist_walker.svg | 0 .../src/{ => material}/filled/assistant.svg | 0 .../filled/assistant_direction.svg | 0 .../{ => material}/filled/assistant_photo.svg | 0 .../filled/assured_workload.svg | 0 .../src/{ => material}/filled/atm.svg | 0 .../{ => material}/filled/attach_email.svg | 0 .../src/{ => material}/filled/attach_file.svg | 0 .../{ => material}/filled/attach_money.svg | 0 .../src/{ => material}/filled/attachment.svg | 0 .../src/{ => material}/filled/attractions.svg | 0 .../src/{ => material}/filled/attribution.svg | 0 .../src/{ => material}/filled/audio_file.svg | 0 .../src/{ => material}/filled/audiotrack.svg | 0 .../{ => material}/filled/auto_awesome.svg | 0 .../filled/auto_awesome_mosaic.svg | 0 .../filled/auto_awesome_motion.svg | 0 .../src/{ => material}/filled/auto_delete.svg | 0 .../{ => material}/filled/auto_fix_high.svg | 0 .../{ => material}/filled/auto_fix_normal.svg | 0 .../{ => material}/filled/auto_fix_off.svg | 0 .../src/{ => material}/filled/auto_graph.svg | 0 .../src/{ => material}/filled/auto_mode.svg | 0 .../{ => material}/filled/auto_stories.svg | 0 .../{ => material}/filled/autofps_select.svg | 0 .../src/{ => material}/filled/autorenew.svg | 0 .../src/{ => material}/filled/av_timer.svg | 0 .../filled/baby_changing_station.svg | 0 .../src/{ => material}/filled/back_hand.svg | 0 .../src/{ => material}/filled/backpack.svg | 0 .../src/{ => material}/filled/backspace.svg | 0 .../src/{ => material}/filled/backup.svg | 0 .../{ => material}/filled/backup_table.svg | 0 .../src/{ => material}/filled/badge.svg | 0 .../{ => material}/filled/bakery_dining.svg | 0 .../src/{ => material}/filled/balance.svg | 0 .../src/{ => material}/filled/balcony.svg | 0 .../src/{ => material}/filled/ballot.svg | 0 .../src/{ => material}/filled/bar_chart.svg | 0 .../filled/batch_prediction.svg | 0 .../src/{ => material}/filled/bathroom.svg | 0 .../src/{ => material}/filled/bathtub.svg | 0 .../{ => material}/filled/battery_0_bar.svg | 0 .../{ => material}/filled/battery_1_bar.svg | 0 .../{ => material}/filled/battery_2_bar.svg | 0 .../{ => material}/filled/battery_3_bar.svg | 0 .../{ => material}/filled/battery_4_bar.svg | 0 .../{ => material}/filled/battery_5_bar.svg | 0 .../{ => material}/filled/battery_6_bar.svg | 0 .../{ => material}/filled/battery_alert.svg | 0 .../filled/battery_charging_full.svg | 0 .../{ => material}/filled/battery_full.svg | 0 .../{ => material}/filled/battery_saver.svg | 0 .../src/{ => material}/filled/battery_std.svg | 0 .../{ => material}/filled/battery_unknown.svg | 0 .../{ => material}/filled/beach_access.svg | 0 .../src/{ => material}/filled/bed.svg | 0 .../{ => material}/filled/bedroom_baby.svg | 0 .../{ => material}/filled/bedroom_child.svg | 0 .../{ => material}/filled/bedroom_parent.svg | 0 .../src/{ => material}/filled/bedtime.svg | 0 .../src/{ => material}/filled/bedtime_off.svg | 0 .../src/{ => material}/filled/beenhere.svg | 0 .../src/{ => material}/filled/bento.svg | 0 .../{ => material}/filled/bike_scooter.svg | 0 .../src/{ => material}/filled/biotech.svg | 0 .../src/{ => material}/filled/blender.svg | 0 .../src/{ => material}/filled/blind.svg | 0 .../src/{ => material}/filled/blinds.svg | 0 .../{ => material}/filled/blinds_closed.svg | 0 .../src/{ => material}/filled/block.svg | 0 .../src/{ => material}/filled/bloodtype.svg | 0 .../src/{ => material}/filled/bluetooth.svg | 0 .../{ => material}/filled/bluetooth_audio.svg | 0 .../filled/bluetooth_connected.svg | 0 .../filled/bluetooth_disabled.svg | 0 .../{ => material}/filled/bluetooth_drive.svg | 0 .../filled/bluetooth_searching.svg | 0 .../{ => material}/filled/blur_circular.svg | 0 .../src/{ => material}/filled/blur_linear.svg | 0 .../src/{ => material}/filled/blur_off.svg | 0 .../src/{ => material}/filled/blur_on.svg | 0 .../src/{ => material}/filled/bolt.svg | 0 .../src/{ => material}/filled/book.svg | 0 .../src/{ => material}/filled/book_online.svg | 0 .../src/{ => material}/filled/bookmark.svg | 0 .../{ => material}/filled/bookmark_add.svg | 0 .../{ => material}/filled/bookmark_added.svg | 0 .../{ => material}/filled/bookmark_border.svg | 0 .../{ => material}/filled/bookmark_remove.svg | 0 .../src/{ => material}/filled/bookmarks.svg | 0 .../src/{ => material}/filled/border_all.svg | 0 .../{ => material}/filled/border_bottom.svg | 0 .../{ => material}/filled/border_clear.svg | 0 .../{ => material}/filled/border_color.svg | 0 .../filled/border_horizontal.svg | 0 .../{ => material}/filled/border_inner.svg | 0 .../src/{ => material}/filled/border_left.svg | 0 .../{ => material}/filled/border_outer.svg | 0 .../{ => material}/filled/border_right.svg | 0 .../{ => material}/filled/border_style.svg | 0 .../src/{ => material}/filled/border_top.svg | 0 .../{ => material}/filled/border_vertical.svg | 0 .../src/{ => material}/filled/boy.svg | 0 .../filled/branding_watermark.svg | 0 .../filled/breakfast_dining.svg | 0 .../{ => material}/filled/brightness_1.svg | 0 .../{ => material}/filled/brightness_2.svg | 0 .../{ => material}/filled/brightness_3.svg | 0 .../{ => material}/filled/brightness_4.svg | 0 .../{ => material}/filled/brightness_5.svg | 0 .../{ => material}/filled/brightness_6.svg | 0 .../{ => material}/filled/brightness_7.svg | 0 .../{ => material}/filled/brightness_auto.svg | 0 .../{ => material}/filled/brightness_high.svg | 0 .../{ => material}/filled/brightness_low.svg | 0 .../filled/brightness_medium.svg | 0 .../filled/broadcast_on_home.svg | 0 .../filled/broadcast_on_personal.svg | 0 .../{ => material}/filled/broken_image.svg | 0 .../{ => material}/filled/browse_gallery.svg | 0 .../filled/browser_not_supported.svg | 0 .../{ => material}/filled/browser_updated.svg | 0 .../{ => material}/filled/brunch_dining.svg | 0 .../src/{ => material}/filled/brush.svg | 0 .../{ => material}/filled/bubble_chart.svg | 0 .../src/{ => material}/filled/bug_report.svg | 0 .../src/{ => material}/filled/build.svg | 0 .../{ => material}/filled/build_circle.svg | 0 .../src/{ => material}/filled/bungalow.svg | 0 .../src/{ => material}/filled/burst_mode.svg | 0 .../src/{ => material}/filled/bus_alert.svg | 0 .../src/{ => material}/filled/business.svg | 0 .../{ => material}/filled/business_center.svg | 0 .../src/{ => material}/filled/cabin.svg | 0 .../src/{ => material}/filled/cable.svg | 0 .../src/{ => material}/filled/cached.svg | 0 .../src/{ => material}/filled/cake.svg | 0 .../src/{ => material}/filled/calculate.svg | 0 .../{ => material}/filled/calendar_month.svg | 0 .../{ => material}/filled/calendar_today.svg | 0 .../filled/calendar_view_day.svg | 0 .../filled/calendar_view_month.svg | 0 .../filled/calendar_view_week.svg | 0 .../src/{ => material}/filled/call.svg | 0 .../src/{ => material}/filled/call_end.svg | 0 .../src/{ => material}/filled/call_made.svg | 0 .../src/{ => material}/filled/call_merge.svg | 0 .../src/{ => material}/filled/call_missed.svg | 0 .../filled/call_missed_outgoing.svg | 0 .../{ => material}/filled/call_received.svg | 0 .../src/{ => material}/filled/call_split.svg | 0 .../{ => material}/filled/call_to_action.svg | 0 .../src/{ => material}/filled/camera.svg | 0 .../src/{ => material}/filled/camera_alt.svg | 0 .../{ => material}/filled/camera_enhance.svg | 0 .../{ => material}/filled/camera_front.svg | 0 .../{ => material}/filled/camera_indoor.svg | 0 .../{ => material}/filled/camera_outdoor.svg | 0 .../src/{ => material}/filled/camera_rear.svg | 0 .../src/{ => material}/filled/camera_roll.svg | 0 .../{ => material}/filled/cameraswitch.svg | 0 .../src/{ => material}/filled/campaign.svg | 0 .../src/{ => material}/filled/cancel.svg | 0 .../filled/cancel_presentation.svg | 0 .../filled/cancel_schedule_send.svg | 0 .../filled/candlestick_chart.svg | 0 .../src/{ => material}/filled/car_crash.svg | 0 .../src/{ => material}/filled/car_rental.svg | 0 .../src/{ => material}/filled/car_repair.svg | 0 .../{ => material}/filled/card_giftcard.svg | 0 .../{ => material}/filled/card_membership.svg | 0 .../src/{ => material}/filled/card_travel.svg | 0 .../src/{ => material}/filled/carpenter.svg | 0 .../src/{ => material}/filled/cases.svg | 0 .../src/{ => material}/filled/casino.svg | 0 .../src/{ => material}/filled/cast.svg | 0 .../{ => material}/filled/cast_connected.svg | 0 .../filled/cast_for_education.svg | 0 .../src/{ => material}/filled/castle.svg | 0 .../filled/catching_pokemon.svg | 0 .../src/{ => material}/filled/category.svg | 0 .../src/{ => material}/filled/celebration.svg | 0 .../src/{ => material}/filled/cell_tower.svg | 0 .../src/{ => material}/filled/cell_wifi.svg | 0 .../filled/center_focus_strong.svg | 0 .../filled/center_focus_weak.svg | 0 .../src/{ => material}/filled/chair.svg | 0 .../src/{ => material}/filled/chair_alt.svg | 0 .../src/{ => material}/filled/chalet.svg | 0 .../{ => material}/filled/change_circle.svg | 0 .../{ => material}/filled/change_history.svg | 0 .../filled/charging_station.svg | 0 .../src/{ => material}/filled/chat.svg | 0 .../src/{ => material}/filled/chat_bubble.svg | 0 .../filled/chat_bubble_outline.svg | 0 .../src/{ => material}/filled/check.svg | 0 .../src/{ => material}/filled/check_box.svg | 0 .../filled/check_box_outline_blank.svg | 0 .../{ => material}/filled/check_circle.svg | 0 .../filled/check_circle_outline.svg | 0 .../src/{ => material}/filled/checklist.svg | 0 .../{ => material}/filled/checklist_rtl.svg | 0 .../src/{ => material}/filled/checkroom.svg | 0 .../{ => material}/filled/chevron_left.svg | 0 .../{ => material}/filled/chevron_right.svg | 0 .../src/{ => material}/filled/child_care.svg | 0 .../{ => material}/filled/child_friendly.svg | 0 .../filled/chrome_reader_mode.svg | 0 .../src/{ => material}/filled/church.svg | 0 .../src/{ => material}/filled/circle.svg | 0 .../filled/circle_notifications.svg | 0 .../src/{ => material}/filled/class.svg | 0 .../src/{ => material}/filled/clean_hands.svg | 0 .../filled/cleaning_services.svg | 0 .../src/{ => material}/filled/clear.svg | 0 .../src/{ => material}/filled/clear_all.svg | 0 .../src/{ => material}/filled/close.svg | 0 .../filled/close_fullscreen.svg | 0 .../{ => material}/filled/closed_caption.svg | 0 .../filled/closed_caption_disabled.svg | 0 .../filled/closed_caption_off.svg | 0 .../src/{ => material}/filled/cloud.svg | 0 .../{ => material}/filled/cloud_circle.svg | 0 .../src/{ => material}/filled/cloud_done.svg | 0 .../{ => material}/filled/cloud_download.svg | 0 .../src/{ => material}/filled/cloud_off.svg | 0 .../src/{ => material}/filled/cloud_queue.svg | 0 .../src/{ => material}/filled/cloud_sync.svg | 0 .../{ => material}/filled/cloud_upload.svg | 0 .../src/{ => material}/filled/co2.svg | 0 .../src/{ => material}/filled/co_present.svg | 0 .../src/{ => material}/filled/code.svg | 0 .../src/{ => material}/filled/code_off.svg | 0 .../src/{ => material}/filled/coffee.svg | 0 .../{ => material}/filled/coffee_maker.svg | 0 .../src/{ => material}/filled/collections.svg | 0 .../filled/collections_bookmark.svg | 0 .../src/{ => material}/filled/color_lens.svg | 0 .../src/{ => material}/filled/colorize.svg | 0 .../src/{ => material}/filled/comment.svg | 0 .../{ => material}/filled/comment_bank.svg | 0 .../filled/comments_disabled.svg | 0 .../src/{ => material}/filled/commit.svg | 0 .../src/{ => material}/filled/commute.svg | 0 .../src/{ => material}/filled/compare.svg | 0 .../{ => material}/filled/compare_arrows.svg | 0 .../filled/compass_calibration.svg | 0 .../src/{ => material}/filled/compost.svg | 0 .../src/{ => material}/filled/compress.svg | 0 .../src/{ => material}/filled/computer.svg | 0 .../filled/confirmation_number.svg | 0 .../filled/connect_without_contact.svg | 0 .../{ => material}/filled/connected_tv.svg | 0 .../filled/connecting_airports.svg | 0 .../{ => material}/filled/construction.svg | 0 .../filled/contact_emergency.svg | 0 .../{ => material}/filled/contact_mail.svg | 0 .../{ => material}/filled/contact_page.svg | 0 .../{ => material}/filled/contact_phone.svg | 0 .../{ => material}/filled/contact_support.svg | 0 .../src/{ => material}/filled/contactless.svg | 0 .../src/{ => material}/filled/contacts.svg | 0 .../{ => material}/filled/content_copy.svg | 0 .../src/{ => material}/filled/content_cut.svg | 0 .../{ => material}/filled/content_paste.svg | 0 .../filled/content_paste_go.svg | 0 .../filled/content_paste_off.svg | 0 .../filled/content_paste_search.svg | 0 .../src/{ => material}/filled/contrast.svg | 0 .../{ => material}/filled/control_camera.svg | 0 .../{ => material}/filled/control_point.svg | 0 .../filled/control_point_duplicate.svg | 0 .../src/{ => material}/filled/cookie.svg | 0 .../src/{ => material}/filled/copy_all.svg | 0 .../src/{ => material}/filled/copyright.svg | 0 .../src/{ => material}/filled/coronavirus.svg | 0 .../{ => material}/filled/corporate_fare.svg | 0 .../src/{ => material}/filled/cottage.svg | 0 .../src/{ => material}/filled/countertops.svg | 0 .../src/{ => material}/filled/create.svg | 0 .../filled/create_new_folder.svg | 0 .../src/{ => material}/filled/credit_card.svg | 0 .../{ => material}/filled/credit_card_off.svg | 0 .../{ => material}/filled/credit_score.svg | 0 .../src/{ => material}/filled/crib.svg | 0 .../{ => material}/filled/crisis_alert.svg | 0 .../src/{ => material}/filled/crop.svg | 0 .../src/{ => material}/filled/crop_16_9.svg | 0 .../src/{ => material}/filled/crop_3_2.svg | 0 .../src/{ => material}/filled/crop_5_4.svg | 0 .../src/{ => material}/filled/crop_7_5.svg | 0 .../src/{ => material}/filled/crop_din.svg | 0 .../src/{ => material}/filled/crop_free.svg | 0 .../{ => material}/filled/crop_landscape.svg | 0 .../{ => material}/filled/crop_original.svg | 0 .../{ => material}/filled/crop_portrait.svg | 0 .../src/{ => material}/filled/crop_rotate.svg | 0 .../src/{ => material}/filled/crop_square.svg | 0 .../{ => material}/filled/cruelty_free.svg | 0 .../src/{ => material}/filled/css.svg | 0 .../filled/currency_bitcoin.svg | 0 .../filled/currency_exchange.svg | 0 .../{ => material}/filled/currency_franc.svg | 0 .../{ => material}/filled/currency_lira.svg | 0 .../{ => material}/filled/currency_pound.svg | 0 .../{ => material}/filled/currency_ruble.svg | 0 .../{ => material}/filled/currency_rupee.svg | 0 .../{ => material}/filled/currency_yen.svg | 0 .../{ => material}/filled/currency_yuan.svg | 0 .../src/{ => material}/filled/curtains.svg | 0 .../{ => material}/filled/curtains_closed.svg | 0 .../src/{ => material}/filled/cyclone.svg | 0 .../src/{ => material}/filled/dangerous.svg | 0 .../src/{ => material}/filled/dark_mode.svg | 0 .../src/{ => material}/filled/dashboard.svg | 0 .../filled/dashboard_customize.svg | 0 .../src/{ => material}/filled/data_array.svg | 0 .../filled/data_exploration.svg | 0 .../src/{ => material}/filled/data_object.svg | 0 .../{ => material}/filled/data_saver_off.svg | 0 .../{ => material}/filled/data_saver_on.svg | 0 .../filled/data_thresholding.svg | 0 .../src/{ => material}/filled/data_usage.svg | 0 .../src/{ => material}/filled/dataset.svg | 0 .../{ => material}/filled/dataset_linked.svg | 0 .../src/{ => material}/filled/date_range.svg | 0 .../src/{ => material}/filled/deblur.svg | 0 .../src/{ => material}/filled/deck.svg | 0 .../src/{ => material}/filled/dehaze.svg | 0 .../src/{ => material}/filled/delete.svg | 0 .../{ => material}/filled/delete_forever.svg | 0 .../{ => material}/filled/delete_outline.svg | 0 .../{ => material}/filled/delete_sweep.svg | 0 .../{ => material}/filled/delivery_dining.svg | 0 .../{ => material}/filled/density_large.svg | 0 .../{ => material}/filled/density_medium.svg | 0 .../{ => material}/filled/density_small.svg | 0 .../{ => material}/filled/departure_board.svg | 0 .../src/{ => material}/filled/description.svg | 0 .../src/{ => material}/filled/deselect.svg | 0 .../{ => material}/filled/design_services.svg | 0 .../src/{ => material}/filled/desk.svg | 0 .../filled/desktop_access_disabled.svg | 0 .../src/{ => material}/filled/desktop_mac.svg | 0 .../{ => material}/filled/desktop_windows.svg | 0 .../src/{ => material}/filled/details.svg | 0 .../{ => material}/filled/developer_board.svg | 0 .../filled/developer_board_off.svg | 0 .../{ => material}/filled/developer_mode.svg | 0 .../src/{ => material}/filled/device_hub.svg | 0 .../filled/device_thermostat.svg | 0 .../{ => material}/filled/device_unknown.svg | 0 .../src/{ => material}/filled/devices.svg | 0 .../{ => material}/filled/devices_fold.svg | 0 .../{ => material}/filled/devices_other.svg | 0 .../src/{ => material}/filled/dialer_sip.svg | 0 .../src/{ => material}/filled/dialpad.svg | 0 .../src/{ => material}/filled/diamond.svg | 0 .../src/{ => material}/filled/difference.svg | 0 .../src/{ => material}/filled/dining.svg | 0 .../{ => material}/filled/dinner_dining.svg | 0 .../src/{ => material}/filled/directions.svg | 0 .../{ => material}/filled/directions_bike.svg | 0 .../{ => material}/filled/directions_boat.svg | 0 .../filled/directions_boat_filled.svg | 0 .../{ => material}/filled/directions_bus.svg | 0 .../filled/directions_bus_filled.svg | 0 .../{ => material}/filled/directions_car.svg | 0 .../filled/directions_car_filled.svg | 0 .../{ => material}/filled/directions_off.svg | 0 .../filled/directions_railway.svg | 0 .../filled/directions_railway_filled.svg | 0 .../{ => material}/filled/directions_run.svg | 0 .../filled/directions_subway.svg | 0 .../filled/directions_subway_filled.svg | 0 .../filled/directions_transit.svg | 0 .../filled/directions_transit_filled.svg | 0 .../{ => material}/filled/directions_walk.svg | 0 .../src/{ => material}/filled/dirty_lens.svg | 0 .../filled/disabled_by_default.svg | 0 .../filled/disabled_visible.svg | 0 .../src/{ => material}/filled/disc_full.svg | 0 .../src/{ => material}/filled/discount.svg | 0 .../filled/display_settings.svg | 0 .../src/{ => material}/filled/diversity_1.svg | 0 .../src/{ => material}/filled/diversity_2.svg | 0 .../src/{ => material}/filled/diversity_3.svg | 0 .../src/{ => material}/filled/dns.svg | 0 .../src/{ => material}/filled/do_disturb.svg | 0 .../{ => material}/filled/do_disturb_alt.svg | 0 .../{ => material}/filled/do_disturb_off.svg | 0 .../{ => material}/filled/do_disturb_on.svg | 0 .../{ => material}/filled/do_not_disturb.svg | 0 .../filled/do_not_disturb_alt.svg | 0 .../filled/do_not_disturb_off.svg | 0 .../filled/do_not_disturb_on.svg | 0 .../do_not_disturb_on_total_silence.svg | 0 .../src/{ => material}/filled/do_not_step.svg | 0 .../{ => material}/filled/do_not_touch.svg | 0 .../src/{ => material}/filled/dock.svg | 0 .../filled/document_scanner.svg | 0 .../src/{ => material}/filled/domain.svg | 0 .../src/{ => material}/filled/domain_add.svg | 0 .../{ => material}/filled/domain_disabled.svg | 0 .../filled/domain_verification.svg | 0 .../src/{ => material}/filled/done.svg | 0 .../src/{ => material}/filled/done_all.svg | 0 .../{ => material}/filled/done_outline.svg | 0 .../src/{ => material}/filled/donut_large.svg | 0 .../src/{ => material}/filled/donut_small.svg | 0 .../src/{ => material}/filled/door_back.svg | 0 .../src/{ => material}/filled/door_front.svg | 0 .../{ => material}/filled/door_sliding.svg | 0 .../src/{ => material}/filled/doorbell.svg | 0 .../{ => material}/filled/double_arrow.svg | 0 .../{ => material}/filled/downhill_skiing.svg | 0 .../src/{ => material}/filled/download.svg | 0 .../{ => material}/filled/download_done.svg | 0 .../filled/download_for_offline.svg | 0 .../src/{ => material}/filled/downloading.svg | 0 .../src/{ => material}/filled/drafts.svg | 0 .../src/{ => material}/filled/drag_handle.svg | 0 .../{ => material}/filled/drag_indicator.svg | 0 .../src/{ => material}/filled/draw.svg | 0 .../src/{ => material}/filled/drive_eta.svg | 0 .../{ => material}/filled/drive_file_move.svg | 0 .../filled/drive_file_move_rtl.svg | 0 .../filled/drive_file_rename_outline.svg | 0 .../filled/drive_folder_upload.svg | 0 .../src/{ => material}/filled/dry.svg | 0 .../{ => material}/filled/dry_cleaning.svg | 0 .../src/{ => material}/filled/duo.svg | 0 .../src/{ => material}/filled/dvr.svg | 0 .../{ => material}/filled/dynamic_feed.svg | 0 .../{ => material}/filled/dynamic_form.svg | 0 .../{ => material}/filled/e_mobiledata.svg | 0 .../src/{ => material}/filled/earbuds.svg | 0 .../{ => material}/filled/earbuds_battery.svg | 0 .../src/{ => material}/filled/east.svg | 0 .../{ => material}/filled/edgesensor_high.svg | 0 .../{ => material}/filled/edgesensor_low.svg | 0 .../src/{ => material}/filled/edit.svg | 0 .../{ => material}/filled/edit_attributes.svg | 0 .../{ => material}/filled/edit_calendar.svg | 0 .../{ => material}/filled/edit_location.svg | 0 .../filled/edit_location_alt.svg | 0 .../src/{ => material}/filled/edit_note.svg | 0 .../filled/edit_notifications.svg | 0 .../src/{ => material}/filled/edit_off.svg | 0 .../src/{ => material}/filled/edit_road.svg | 0 .../src/{ => material}/filled/egg.svg | 0 .../src/{ => material}/filled/egg_alt.svg | 0 .../src/{ => material}/filled/eject.svg | 0 .../src/{ => material}/filled/elderly.svg | 0 .../{ => material}/filled/elderly_woman.svg | 0 .../{ => material}/filled/electric_bike.svg | 0 .../{ => material}/filled/electric_bolt.svg | 0 .../{ => material}/filled/electric_car.svg | 0 .../{ => material}/filled/electric_meter.svg | 0 .../{ => material}/filled/electric_moped.svg | 0 .../filled/electric_rickshaw.svg | 0 .../filled/electric_scooter.svg | 0 .../filled/electrical_services.svg | 0 .../src/{ => material}/filled/elevator.svg | 0 .../src/{ => material}/filled/email.svg | 0 .../src/{ => material}/filled/emergency.svg | 0 .../filled/emergency_recording.svg | 0 .../{ => material}/filled/emergency_share.svg | 0 .../{ => material}/filled/emoji_emotions.svg | 0 .../{ => material}/filled/emoji_events.svg | 0 .../filled/emoji_food_beverage.svg | 0 .../{ => material}/filled/emoji_nature.svg | 0 .../{ => material}/filled/emoji_objects.svg | 0 .../{ => material}/filled/emoji_people.svg | 0 .../{ => material}/filled/emoji_symbols.svg | 0 .../filled/emoji_transportation.svg | 0 .../filled/energy_savings_leaf.svg | 0 .../src/{ => material}/filled/engineering.svg | 0 .../filled/enhanced_encryption.svg | 0 .../src/{ => material}/filled/equalizer.svg | 0 .../src/{ => material}/filled/error.svg | 0 .../{ => material}/filled/error_outline.svg | 0 .../src/{ => material}/filled/escalator.svg | 0 .../filled/escalator_warning.svg | 0 .../src/{ => material}/filled/euro.svg | 0 .../src/{ => material}/filled/euro_symbol.svg | 0 .../src/{ => material}/filled/ev_station.svg | 0 .../src/{ => material}/filled/event.svg | 0 .../{ => material}/filled/event_available.svg | 0 .../src/{ => material}/filled/event_busy.svg | 0 .../src/{ => material}/filled/event_note.svg | 0 .../{ => material}/filled/event_repeat.svg | 0 .../src/{ => material}/filled/event_seat.svg | 0 .../src/{ => material}/filled/exit_to_app.svg | 0 .../src/{ => material}/filled/expand.svg | 0 .../filled/expand_circle_down.svg | 0 .../src/{ => material}/filled/expand_less.svg | 0 .../src/{ => material}/filled/expand_more.svg | 0 .../src/{ => material}/filled/explicit.svg | 0 .../src/{ => material}/filled/explore.svg | 0 .../src/{ => material}/filled/explore_off.svg | 0 .../src/{ => material}/filled/exposure.svg | 0 .../{ => material}/filled/exposure_neg_1.svg | 0 .../{ => material}/filled/exposure_neg_2.svg | 0 .../{ => material}/filled/exposure_plus_1.svg | 0 .../{ => material}/filled/exposure_plus_2.svg | 0 .../{ => material}/filled/exposure_zero.svg | 0 .../src/{ => material}/filled/extension.svg | 0 .../{ => material}/filled/extension_off.svg | 0 .../src/{ => material}/filled/face.svg | 0 .../src/{ => material}/filled/face_2.svg | 0 .../src/{ => material}/filled/face_3.svg | 0 .../src/{ => material}/filled/face_4.svg | 0 .../src/{ => material}/filled/face_5.svg | 0 .../src/{ => material}/filled/face_6.svg | 0 .../filled/face_retouching_natural.svg | 0 .../filled/face_retouching_off.svg | 0 .../src/{ => material}/filled/fact_check.svg | 0 .../src/{ => material}/filled/factory.svg | 0 .../{ => material}/filled/family_restroom.svg | 0 .../{ => material}/filled/fast_forward.svg | 0 .../src/{ => material}/filled/fast_rewind.svg | 0 .../src/{ => material}/filled/fastfood.svg | 0 .../src/{ => material}/filled/favorite.svg | 0 .../{ => material}/filled/favorite_border.svg | 0 .../src/{ => material}/filled/fax.svg | 0 .../filled/featured_play_list.svg | 0 .../{ => material}/filled/featured_video.svg | 0 .../src/{ => material}/filled/feed.svg | 0 .../src/{ => material}/filled/feedback.svg | 0 .../src/{ => material}/filled/female.svg | 0 .../src/{ => material}/filled/fence.svg | 0 .../src/{ => material}/filled/festival.svg | 0 .../src/{ => material}/filled/fiber_dvr.svg | 0 .../filled/fiber_manual_record.svg | 0 .../src/{ => material}/filled/fiber_new.svg | 0 .../src/{ => material}/filled/fiber_pin.svg | 0 .../filled/fiber_smart_record.svg | 0 .../src/{ => material}/filled/file_copy.svg | 0 .../{ => material}/filled/file_download.svg | 0 .../filled/file_download_done.svg | 0 .../filled/file_download_off.svg | 0 .../src/{ => material}/filled/file_open.svg | 0 .../{ => material}/filled/file_present.svg | 0 .../src/{ => material}/filled/file_upload.svg | 0 .../src/{ => material}/filled/filter.svg | 0 .../src/{ => material}/filled/filter_1.svg | 0 .../src/{ => material}/filled/filter_2.svg | 0 .../src/{ => material}/filled/filter_3.svg | 0 .../src/{ => material}/filled/filter_4.svg | 0 .../src/{ => material}/filled/filter_5.svg | 0 .../src/{ => material}/filled/filter_6.svg | 0 .../src/{ => material}/filled/filter_7.svg | 0 .../src/{ => material}/filled/filter_8.svg | 0 .../src/{ => material}/filled/filter_9.svg | 0 .../{ => material}/filled/filter_9_plus.svg | 0 .../src/{ => material}/filled/filter_alt.svg | 0 .../{ => material}/filled/filter_alt_off.svg | 0 .../{ => material}/filled/filter_b_and_w.svg | 0 .../filled/filter_center_focus.svg | 0 .../{ => material}/filled/filter_drama.svg | 0 .../{ => material}/filled/filter_frames.svg | 0 .../src/{ => material}/filled/filter_hdr.svg | 0 .../src/{ => material}/filled/filter_list.svg | 0 .../{ => material}/filled/filter_list_off.svg | 0 .../src/{ => material}/filled/filter_none.svg | 0 .../filled/filter_tilt_shift.svg | 0 .../{ => material}/filled/filter_vintage.svg | 0 .../{ => material}/filled/find_in_page.svg | 0 .../{ => material}/filled/find_replace.svg | 0 .../src/{ => material}/filled/fingerprint.svg | 0 .../filled/fire_extinguisher.svg | 0 .../filled/fire_hydrant_alt.svg | 0 .../src/{ => material}/filled/fire_truck.svg | 0 .../src/{ => material}/filled/fireplace.svg | 0 .../src/{ => material}/filled/first_page.svg | 0 .../src/{ => material}/filled/fit_screen.svg | 0 .../src/{ => material}/filled/fitbit.svg | 0 .../{ => material}/filled/fitness_center.svg | 0 .../src/{ => material}/filled/flag.svg | 0 .../src/{ => material}/filled/flag_circle.svg | 0 .../src/{ => material}/filled/flaky.svg | 0 .../src/{ => material}/filled/flare.svg | 0 .../src/{ => material}/filled/flash_auto.svg | 0 .../src/{ => material}/filled/flash_off.svg | 0 .../src/{ => material}/filled/flash_on.svg | 0 .../{ => material}/filled/flashlight_off.svg | 0 .../{ => material}/filled/flashlight_on.svg | 0 .../src/{ => material}/filled/flatware.svg | 0 .../src/{ => material}/filled/flight.svg | 0 .../{ => material}/filled/flight_class.svg | 0 .../src/{ => material}/filled/flight_land.svg | 0 .../{ => material}/filled/flight_takeoff.svg | 0 .../src/{ => material}/filled/flip.svg | 0 .../filled/flip_camera_android.svg | 0 .../{ => material}/filled/flip_camera_ios.svg | 0 .../{ => material}/filled/flip_to_back.svg | 0 .../{ => material}/filled/flip_to_front.svg | 0 .../src/{ => material}/filled/flood.svg | 0 .../src/{ => material}/filled/fluorescent.svg | 0 .../{ => material}/filled/flutter_dash.svg | 0 .../src/{ => material}/filled/fmd_bad.svg | 0 .../src/{ => material}/filled/fmd_good.svg | 0 .../src/{ => material}/filled/folder.svg | 0 .../src/{ => material}/filled/folder_copy.svg | 0 .../{ => material}/filled/folder_delete.svg | 0 .../src/{ => material}/filled/folder_off.svg | 0 .../src/{ => material}/filled/folder_open.svg | 0 .../{ => material}/filled/folder_shared.svg | 0 .../{ => material}/filled/folder_special.svg | 0 .../src/{ => material}/filled/folder_zip.svg | 0 .../filled/follow_the_signs.svg | 0 .../{ => material}/filled/font_download.svg | 0 .../filled/font_download_off.svg | 0 .../src/{ => material}/filled/food_bank.svg | 0 .../src/{ => material}/filled/forest.svg | 0 .../src/{ => material}/filled/fork_left.svg | 0 .../src/{ => material}/filled/fork_right.svg | 0 .../filled/format_align_center.svg | 0 .../filled/format_align_justify.svg | 0 .../filled/format_align_left.svg | 0 .../filled/format_align_right.svg | 0 .../src/{ => material}/filled/format_bold.svg | 0 .../{ => material}/filled/format_clear.svg | 0 .../filled/format_color_fill.svg | 0 .../filled/format_color_reset.svg | 0 .../filled/format_color_text.svg | 0 .../filled/format_indent_decrease.svg | 0 .../filled/format_indent_increase.svg | 0 .../{ => material}/filled/format_italic.svg | 0 .../filled/format_line_spacing.svg | 0 .../filled/format_list_bulleted.svg | 0 .../filled/format_list_numbered.svg | 0 .../filled/format_list_numbered_rtl.svg | 0 .../{ => material}/filled/format_overline.svg | 0 .../{ => material}/filled/format_paint.svg | 0 .../{ => material}/filled/format_quote.svg | 0 .../{ => material}/filled/format_shapes.svg | 0 .../src/{ => material}/filled/format_size.svg | 0 .../filled/format_strikethrough.svg | 0 .../filled/format_textdirection_l_to_r.svg | 0 .../filled/format_textdirection_r_to_l.svg | 0 .../filled/format_underlined.svg | 0 .../src/{ => material}/filled/fort.svg | 0 .../src/{ => material}/filled/forum.svg | 0 .../src/{ => material}/filled/forward.svg | 0 .../src/{ => material}/filled/forward_10.svg | 0 .../src/{ => material}/filled/forward_30.svg | 0 .../src/{ => material}/filled/forward_5.svg | 0 .../filled/forward_to_inbox.svg | 0 .../src/{ => material}/filled/foundation.svg | 0 .../{ => material}/filled/free_breakfast.svg | 0 .../filled/free_cancellation.svg | 0 .../src/{ => material}/filled/front_hand.svg | 0 .../src/{ => material}/filled/fullscreen.svg | 0 .../{ => material}/filled/fullscreen_exit.svg | 0 .../src/{ => material}/filled/functions.svg | 0 .../{ => material}/filled/g_mobiledata.svg | 0 .../src/{ => material}/filled/g_translate.svg | 0 .../src/{ => material}/filled/gamepad.svg | 0 .../src/{ => material}/filled/games.svg | 0 .../src/{ => material}/filled/garage.svg | 0 .../src/{ => material}/filled/gas_meter.svg | 0 .../src/{ => material}/filled/gavel.svg | 0 .../filled/generating_tokens.svg | 0 .../src/{ => material}/filled/gesture.svg | 0 .../src/{ => material}/filled/get_app.svg | 0 .../src/{ => material}/filled/gif.svg | 0 .../src/{ => material}/filled/gif_box.svg | 0 .../src/{ => material}/filled/girl.svg | 0 .../src/{ => material}/filled/gite.svg | 0 .../src/{ => material}/filled/golf_course.svg | 0 .../src/{ => material}/filled/gpp_bad.svg | 0 .../src/{ => material}/filled/gpp_good.svg | 0 .../src/{ => material}/filled/gpp_maybe.svg | 0 .../src/{ => material}/filled/gps_fixed.svg | 0 .../{ => material}/filled/gps_not_fixed.svg | 0 .../src/{ => material}/filled/gps_off.svg | 0 .../src/{ => material}/filled/grade.svg | 0 .../src/{ => material}/filled/gradient.svg | 0 .../src/{ => material}/filled/grading.svg | 0 .../src/{ => material}/filled/grain.svg | 0 .../src/{ => material}/filled/graphic_eq.svg | 0 .../src/{ => material}/filled/grass.svg | 0 .../src/{ => material}/filled/grid_3x3.svg | 0 .../src/{ => material}/filled/grid_4x4.svg | 0 .../filled/grid_goldenratio.svg | 0 .../src/{ => material}/filled/grid_off.svg | 0 .../src/{ => material}/filled/grid_on.svg | 0 .../src/{ => material}/filled/grid_view.svg | 0 .../src/{ => material}/filled/group.svg | 0 .../src/{ => material}/filled/group_add.svg | 0 .../src/{ => material}/filled/group_off.svg | 0 .../{ => material}/filled/group_remove.svg | 0 .../src/{ => material}/filled/group_work.svg | 0 .../src/{ => material}/filled/groups.svg | 0 .../src/{ => material}/filled/groups_2.svg | 0 .../src/{ => material}/filled/groups_3.svg | 0 .../{ => material}/filled/h_mobiledata.svg | 0 .../filled/h_plus_mobiledata.svg | 0 .../src/{ => material}/filled/hail.svg | 0 .../src/{ => material}/filled/handshake.svg | 0 .../src/{ => material}/filled/handyman.svg | 0 .../src/{ => material}/filled/hardware.svg | 0 .../src/{ => material}/filled/hd.svg | 0 .../src/{ => material}/filled/hdr_auto.svg | 0 .../{ => material}/filled/hdr_auto_select.svg | 0 .../filled/hdr_enhanced_select.svg | 0 .../src/{ => material}/filled/hdr_off.svg | 0 .../{ => material}/filled/hdr_off_select.svg | 0 .../src/{ => material}/filled/hdr_on.svg | 0 .../{ => material}/filled/hdr_on_select.svg | 0 .../src/{ => material}/filled/hdr_plus.svg | 0 .../src/{ => material}/filled/hdr_strong.svg | 0 .../src/{ => material}/filled/hdr_weak.svg | 0 .../src/{ => material}/filled/headphones.svg | 0 .../filled/headphones_battery.svg | 0 .../src/{ => material}/filled/headset.svg | 0 .../src/{ => material}/filled/headset_mic.svg | 0 .../src/{ => material}/filled/headset_off.svg | 0 .../src/{ => material}/filled/healing.svg | 0 .../filled/health_and_safety.svg | 0 .../src/{ => material}/filled/hearing.svg | 0 .../filled/hearing_disabled.svg | 0 .../{ => material}/filled/heart_broken.svg | 0 .../src/{ => material}/filled/heat_pump.svg | 0 .../src/{ => material}/filled/height.svg | 0 .../src/{ => material}/filled/help.svg | 0 .../src/{ => material}/filled/help_center.svg | 0 .../{ => material}/filled/help_outline.svg | 0 .../src/{ => material}/filled/hevc.svg | 0 .../src/{ => material}/filled/hexagon.svg | 0 .../src/{ => material}/filled/hide_image.svg | 0 .../src/{ => material}/filled/hide_source.svg | 0 .../{ => material}/filled/high_quality.svg | 0 .../src/{ => material}/filled/highlight.svg | 0 .../{ => material}/filled/highlight_alt.svg | 0 .../{ => material}/filled/highlight_off.svg | 0 .../src/{ => material}/filled/hiking.svg | 0 .../src/{ => material}/filled/history.svg | 0 .../src/{ => material}/filled/history_edu.svg | 0 .../filled/history_toggle_off.svg | 0 .../src/{ => material}/filled/hive.svg | 0 .../src/{ => material}/filled/hls.svg | 0 .../src/{ => material}/filled/hls_off.svg | 0 .../{ => material}/filled/holiday_village.svg | 0 .../src/{ => material}/filled/home.svg | 0 .../src/{ => material}/filled/home_max.svg | 0 .../src/{ => material}/filled/home_mini.svg | 0 .../filled/home_repair_service.svg | 0 .../src/{ => material}/filled/home_work.svg | 0 .../filled/horizontal_distribute.svg | 0 .../{ => material}/filled/horizontal_rule.svg | 0 .../filled/horizontal_split.svg | 0 .../src/{ => material}/filled/hot_tub.svg | 0 .../src/{ => material}/filled/hotel.svg | 0 .../src/{ => material}/filled/hotel_class.svg | 0 .../filled/hourglass_bottom.svg | 0 .../filled/hourglass_disabled.svg | 0 .../{ => material}/filled/hourglass_empty.svg | 0 .../{ => material}/filled/hourglass_full.svg | 0 .../{ => material}/filled/hourglass_top.svg | 0 .../src/{ => material}/filled/house.svg | 0 .../{ => material}/filled/house_siding.svg | 0 .../src/{ => material}/filled/houseboat.svg | 0 .../src/{ => material}/filled/how_to_reg.svg | 0 .../src/{ => material}/filled/how_to_vote.svg | 0 .../src/{ => material}/filled/html.svg | 0 .../src/{ => material}/filled/http.svg | 0 .../src/{ => material}/filled/https.svg | 0 .../src/{ => material}/filled/hub.svg | 0 .../src/{ => material}/filled/hvac.svg | 0 .../src/{ => material}/filled/ice_skating.svg | 0 .../src/{ => material}/filled/icecream.svg | 0 .../src/{ => material}/filled/image.svg | 0 .../filled/image_aspect_ratio.svg | 0 .../filled/image_not_supported.svg | 0 .../{ => material}/filled/image_search.svg | 0 .../filled/imagesearch_roller.svg | 0 .../{ => material}/filled/import_contacts.svg | 0 .../{ => material}/filled/import_export.svg | 0 .../filled/important_devices.svg | 0 .../src/{ => material}/filled/inbox.svg | 0 .../filled/incomplete_circle.svg | 0 .../filled/indeterminate_check_box.svg | 0 .../src/{ => material}/filled/info.svg | 0 .../src/{ => material}/filled/input.svg | 0 .../{ => material}/filled/insert_chart.svg | 0 .../filled/insert_chart_outlined.svg | 0 .../{ => material}/filled/insert_comment.svg | 0 .../filled/insert_drive_file.svg | 0 .../{ => material}/filled/insert_emoticon.svg | 0 .../filled/insert_invitation.svg | 0 .../src/{ => material}/filled/insert_link.svg | 0 .../filled/insert_page_break.svg | 0 .../{ => material}/filled/insert_photo.svg | 0 .../src/{ => material}/filled/insights.svg | 0 .../{ => material}/filled/install_desktop.svg | 0 .../{ => material}/filled/install_mobile.svg | 0 .../filled/integration_instructions.svg | 0 .../src/{ => material}/filled/interests.svg | 0 .../filled/interpreter_mode.svg | 0 .../src/{ => material}/filled/inventory.svg | 0 .../src/{ => material}/filled/inventory_2.svg | 0 .../{ => material}/filled/invert_colors.svg | 0 .../filled/invert_colors_off.svg | 0 .../src/{ => material}/filled/ios_share.svg | 0 .../src/{ => material}/filled/iron.svg | 0 .../src/{ => material}/filled/iso.svg | 0 .../src/{ => material}/filled/javascript.svg | 0 .../src/{ => material}/filled/join_full.svg | 0 .../src/{ => material}/filled/join_inner.svg | 0 .../src/{ => material}/filled/join_left.svg | 0 .../src/{ => material}/filled/join_right.svg | 0 .../src/{ => material}/filled/kayaking.svg | 0 .../{ => material}/filled/kebab_dining.svg | 0 .../src/{ => material}/filled/key.svg | 0 .../src/{ => material}/filled/key_off.svg | 0 .../src/{ => material}/filled/keyboard.svg | 0 .../{ => material}/filled/keyboard_alt.svg | 0 .../filled/keyboard_arrow_down.svg | 0 .../filled/keyboard_arrow_left.svg | 0 .../filled/keyboard_arrow_right.svg | 0 .../filled/keyboard_arrow_up.svg | 0 .../filled/keyboard_backspace.svg | 0 .../filled/keyboard_capslock.svg | 0 .../filled/keyboard_command_key.svg | 0 .../filled/keyboard_control_key.svg | 0 .../filled/keyboard_double_arrow_down.svg | 0 .../filled/keyboard_double_arrow_left.svg | 0 .../filled/keyboard_double_arrow_right.svg | 0 .../filled/keyboard_double_arrow_up.svg | 0 .../{ => material}/filled/keyboard_hide.svg | 0 .../filled/keyboard_option_key.svg | 0 .../{ => material}/filled/keyboard_return.svg | 0 .../{ => material}/filled/keyboard_tab.svg | 0 .../{ => material}/filled/keyboard_voice.svg | 0 .../src/{ => material}/filled/king_bed.svg | 0 .../src/{ => material}/filled/kitchen.svg | 0 .../src/{ => material}/filled/kitesurfing.svg | 0 .../src/{ => material}/filled/label.svg | 0 .../{ => material}/filled/label_important.svg | 0 .../src/{ => material}/filled/label_off.svg | 0 .../src/{ => material}/filled/lan.svg | 0 .../src/{ => material}/filled/landscape.svg | 0 .../src/{ => material}/filled/landslide.svg | 0 .../src/{ => material}/filled/language.svg | 0 .../src/{ => material}/filled/laptop.svg | 0 .../filled/laptop_chromebook.svg | 0 .../src/{ => material}/filled/laptop_mac.svg | 0 .../{ => material}/filled/laptop_windows.svg | 0 .../src/{ => material}/filled/last_page.svg | 0 .../src/{ => material}/filled/launch.svg | 0 .../src/{ => material}/filled/layers.svg | 0 .../{ => material}/filled/layers_clear.svg | 0 .../src/{ => material}/filled/leaderboard.svg | 0 .../src/{ => material}/filled/leak_add.svg | 0 .../src/{ => material}/filled/leak_remove.svg | 0 .../{ => material}/filled/legend_toggle.svg | 0 .../src/{ => material}/filled/lens.svg | 0 .../src/{ => material}/filled/lens_blur.svg | 0 .../src/{ => material}/filled/library_add.svg | 0 .../filled/library_add_check.svg | 0 .../{ => material}/filled/library_books.svg | 0 .../{ => material}/filled/library_music.svg | 0 .../src/{ => material}/filled/light.svg | 0 .../src/{ => material}/filled/light_mode.svg | 0 .../src/{ => material}/filled/lightbulb.svg | 0 .../filled/lightbulb_circle.svg | 0 .../src/{ => material}/filled/line_axis.svg | 0 .../src/{ => material}/filled/line_style.svg | 0 .../src/{ => material}/filled/line_weight.svg | 0 .../{ => material}/filled/linear_scale.svg | 0 .../src/{ => material}/filled/link.svg | 0 .../src/{ => material}/filled/link_off.svg | 0 .../{ => material}/filled/linked_camera.svg | 0 .../src/{ => material}/filled/liquor.svg | 0 .../src/{ => material}/filled/list.svg | 0 .../src/{ => material}/filled/list_alt.svg | 0 .../src/{ => material}/filled/live_help.svg | 0 .../src/{ => material}/filled/live_tv.svg | 0 .../src/{ => material}/filled/living.svg | 0 .../{ => material}/filled/local_activity.svg | 0 .../{ => material}/filled/local_airport.svg | 0 .../src/{ => material}/filled/local_atm.svg | 0 .../src/{ => material}/filled/local_bar.svg | 0 .../src/{ => material}/filled/local_cafe.svg | 0 .../{ => material}/filled/local_car_wash.svg | 0 .../filled/local_convenience_store.svg | 0 .../{ => material}/filled/local_dining.svg | 0 .../src/{ => material}/filled/local_drink.svg | 0 .../filled/local_fire_department.svg | 0 .../{ => material}/filled/local_florist.svg | 0 .../filled/local_gas_station.svg | 0 .../filled/local_grocery_store.svg | 0 .../{ => material}/filled/local_hospital.svg | 0 .../src/{ => material}/filled/local_hotel.svg | 0 .../filled/local_laundry_service.svg | 0 .../{ => material}/filled/local_library.svg | 0 .../src/{ => material}/filled/local_mall.svg | 0 .../{ => material}/filled/local_movies.svg | 0 .../src/{ => material}/filled/local_offer.svg | 0 .../{ => material}/filled/local_parking.svg | 0 .../{ => material}/filled/local_pharmacy.svg | 0 .../src/{ => material}/filled/local_phone.svg | 0 .../src/{ => material}/filled/local_pizza.svg | 0 .../src/{ => material}/filled/local_play.svg | 0 .../{ => material}/filled/local_police.svg | 0 .../filled/local_post_office.svg | 0 .../{ => material}/filled/local_printshop.svg | 0 .../src/{ => material}/filled/local_see.svg | 0 .../{ => material}/filled/local_shipping.svg | 0 .../src/{ => material}/filled/local_taxi.svg | 0 .../{ => material}/filled/location_city.svg | 0 .../filled/location_disabled.svg | 0 .../{ => material}/filled/location_off.svg | 0 .../src/{ => material}/filled/location_on.svg | 0 .../filled/location_searching.svg | 0 .../src/{ => material}/filled/lock.svg | 0 .../src/{ => material}/filled/lock_clock.svg | 0 .../src/{ => material}/filled/lock_open.svg | 0 .../src/{ => material}/filled/lock_person.svg | 0 .../src/{ => material}/filled/lock_reset.svg | 0 .../src/{ => material}/filled/login.svg | 0 .../src/{ => material}/filled/logo_dev.svg | 0 .../src/{ => material}/filled/logout.svg | 0 .../src/{ => material}/filled/looks.svg | 0 .../src/{ => material}/filled/looks_3.svg | 0 .../src/{ => material}/filled/looks_4.svg | 0 .../src/{ => material}/filled/looks_5.svg | 0 .../src/{ => material}/filled/looks_6.svg | 0 .../src/{ => material}/filled/looks_one.svg | 0 .../src/{ => material}/filled/looks_two.svg | 0 .../src/{ => material}/filled/loop.svg | 0 .../src/{ => material}/filled/loupe.svg | 0 .../{ => material}/filled/low_priority.svg | 0 .../src/{ => material}/filled/loyalty.svg | 0 .../{ => material}/filled/lte_mobiledata.svg | 0 .../filled/lte_plus_mobiledata.svg | 0 .../src/{ => material}/filled/luggage.svg | 0 .../{ => material}/filled/lunch_dining.svg | 0 .../src/{ => material}/filled/lyrics.svg | 0 .../src/{ => material}/filled/macro_off.svg | 0 .../src/{ => material}/filled/mail.svg | 0 .../src/{ => material}/filled/mail_lock.svg | 0 .../{ => material}/filled/mail_outline.svg | 0 .../src/{ => material}/filled/male.svg | 0 .../src/{ => material}/filled/man.svg | 0 .../src/{ => material}/filled/man_2.svg | 0 .../src/{ => material}/filled/man_3.svg | 0 .../src/{ => material}/filled/man_4.svg | 0 .../{ => material}/filled/manage_accounts.svg | 0 .../{ => material}/filled/manage_history.svg | 0 .../{ => material}/filled/manage_search.svg | 0 .../src/{ => material}/filled/map.svg | 0 .../{ => material}/filled/maps_home_work.svg | 0 .../src/{ => material}/filled/maps_ugc.svg | 0 .../src/{ => material}/filled/margin.svg | 0 .../{ => material}/filled/mark_as_unread.svg | 0 .../{ => material}/filled/mark_chat_read.svg | 0 .../filled/mark_chat_unread.svg | 0 .../{ => material}/filled/mark_email_read.svg | 0 .../filled/mark_email_unread.svg | 0 .../filled/mark_unread_chat_alt.svg | 0 .../src/{ => material}/filled/markunread.svg | 0 .../filled/markunread_mailbox.svg | 0 .../src/{ => material}/filled/masks.svg | 0 .../src/{ => material}/filled/maximize.svg | 0 .../filled/media_bluetooth_off.svg | 0 .../filled/media_bluetooth_on.svg | 0 .../src/{ => material}/filled/mediation.svg | 0 .../filled/medical_information.svg | 0 .../filled/medical_services.svg | 0 .../src/{ => material}/filled/medication.svg | 0 .../filled/medication_liquid.svg | 0 .../{ => material}/filled/meeting_room.svg | 0 .../src/{ => material}/filled/memory.svg | 0 .../src/{ => material}/filled/menu.svg | 0 .../src/{ => material}/filled/menu_book.svg | 0 .../src/{ => material}/filled/menu_open.svg | 0 .../src/{ => material}/filled/merge.svg | 0 .../src/{ => material}/filled/merge_type.svg | 0 .../src/{ => material}/filled/message.svg | 0 .../src/{ => material}/filled/mic.svg | 0 .../filled/mic_external_off.svg | 0 .../{ => material}/filled/mic_external_on.svg | 0 .../src/{ => material}/filled/mic_none.svg | 0 .../src/{ => material}/filled/mic_off.svg | 0 .../src/{ => material}/filled/microwave.svg | 0 .../{ => material}/filled/military_tech.svg | 0 .../src/{ => material}/filled/minimize.svg | 0 .../src/{ => material}/filled/minor_crash.svg | 0 .../filled/miscellaneous_services.svg | 0 .../filled/missed_video_call.svg | 0 .../src/{ => material}/filled/mms.svg | 0 .../{ => material}/filled/mobile_friendly.svg | 0 .../src/{ => material}/filled/mobile_off.svg | 0 .../filled/mobile_screen_share.svg | 0 .../{ => material}/filled/mobiledata_off.svg | 0 .../src/{ => material}/filled/mode.svg | 0 .../{ => material}/filled/mode_comment.svg | 0 .../src/{ => material}/filled/mode_edit.svg | 0 .../filled/mode_edit_outline.svg | 0 .../{ => material}/filled/mode_fan_off.svg | 0 .../src/{ => material}/filled/mode_night.svg | 0 .../{ => material}/filled/mode_of_travel.svg | 0 .../{ => material}/filled/mode_standby.svg | 0 .../{ => material}/filled/model_training.svg | 0 .../{ => material}/filled/monetization_on.svg | 0 .../src/{ => material}/filled/money.svg | 0 .../src/{ => material}/filled/money_off.svg | 0 .../{ => material}/filled/money_off_csred.svg | 0 .../src/{ => material}/filled/monitor.svg | 0 .../{ => material}/filled/monitor_heart.svg | 0 .../{ => material}/filled/monitor_weight.svg | 0 .../filled/monochrome_photos.svg | 0 .../src/{ => material}/filled/mood.svg | 0 .../src/{ => material}/filled/mood_bad.svg | 0 .../src/{ => material}/filled/moped.svg | 0 .../src/{ => material}/filled/more.svg | 0 .../src/{ => material}/filled/more_horiz.svg | 0 .../src/{ => material}/filled/more_time.svg | 0 .../src/{ => material}/filled/more_vert.svg | 0 .../src/{ => material}/filled/mosque.svg | 0 .../filled/motion_photos_auto.svg | 0 .../filled/motion_photos_off.svg | 0 .../filled/motion_photos_on.svg | 0 .../filled/motion_photos_pause.svg | 0 .../filled/motion_photos_paused.svg | 0 .../src/{ => material}/filled/mouse.svg | 0 .../src/{ => material}/filled/move_down.svg | 0 .../{ => material}/filled/move_to_inbox.svg | 0 .../src/{ => material}/filled/move_up.svg | 0 .../src/{ => material}/filled/movie.svg | 0 .../{ => material}/filled/movie_creation.svg | 0 .../{ => material}/filled/movie_filter.svg | 0 .../src/{ => material}/filled/moving.svg | 0 .../src/{ => material}/filled/mp.svg | 0 .../{ => material}/filled/multiline_chart.svg | 0 .../{ => material}/filled/multiple_stop.svg | 0 .../src/{ => material}/filled/museum.svg | 0 .../src/{ => material}/filled/music_note.svg | 0 .../src/{ => material}/filled/music_off.svg | 0 .../src/{ => material}/filled/music_video.svg | 0 .../src/{ => material}/filled/my_location.svg | 0 .../src/{ => material}/filled/nat.svg | 0 .../src/{ => material}/filled/nature.svg | 0 .../{ => material}/filled/nature_people.svg | 0 .../{ => material}/filled/navigate_before.svg | 0 .../{ => material}/filled/navigate_next.svg | 0 .../src/{ => material}/filled/navigation.svg | 0 .../src/{ => material}/filled/near_me.svg | 0 .../filled/near_me_disabled.svg | 0 .../{ => material}/filled/nearby_error.svg | 0 .../src/{ => material}/filled/nearby_off.svg | 0 .../filled/nest_cam_wired_stand.svg | 0 .../{ => material}/filled/network_cell.svg | 0 .../{ => material}/filled/network_check.svg | 0 .../{ => material}/filled/network_locked.svg | 0 .../{ => material}/filled/network_ping.svg | 0 .../{ => material}/filled/network_wifi.svg | 0 .../filled/network_wifi_1_bar.svg | 0 .../filled/network_wifi_2_bar.svg | 0 .../filled/network_wifi_3_bar.svg | 0 .../src/{ => material}/filled/new_label.svg | 0 .../{ => material}/filled/new_releases.svg | 0 .../src/{ => material}/filled/newspaper.svg | 0 .../src/{ => material}/filled/next_plan.svg | 0 .../src/{ => material}/filled/next_week.svg | 0 .../src/{ => material}/filled/nfc.svg | 0 .../{ => material}/filled/night_shelter.svg | 0 .../src/{ => material}/filled/nightlife.svg | 0 .../src/{ => material}/filled/nightlight.svg | 0 .../filled/nightlight_round.svg | 0 .../src/{ => material}/filled/nights_stay.svg | 0 .../src/{ => material}/filled/no_accounts.svg | 0 .../filled/no_adult_content.svg | 0 .../src/{ => material}/filled/no_backpack.svg | 0 .../src/{ => material}/filled/no_cell.svg | 0 .../src/{ => material}/filled/no_crash.svg | 0 .../src/{ => material}/filled/no_drinks.svg | 0 .../{ => material}/filled/no_encryption.svg | 0 .../filled/no_encryption_gmailerrorred.svg | 0 .../src/{ => material}/filled/no_flash.svg | 0 .../src/{ => material}/filled/no_food.svg | 0 .../src/{ => material}/filled/no_luggage.svg | 0 .../src/{ => material}/filled/no_meals.svg | 0 .../{ => material}/filled/no_meeting_room.svg | 0 .../{ => material}/filled/no_photography.svg | 0 .../src/{ => material}/filled/no_sim.svg | 0 .../src/{ => material}/filled/no_stroller.svg | 0 .../src/{ => material}/filled/no_transfer.svg | 0 .../src/{ => material}/filled/noise_aware.svg | 0 .../filled/noise_control_off.svg | 0 .../{ => material}/filled/nordic_walking.svg | 0 .../src/{ => material}/filled/north.svg | 0 .../src/{ => material}/filled/north_east.svg | 0 .../src/{ => material}/filled/north_west.svg | 0 .../{ => material}/filled/not_accessible.svg | 0 .../{ => material}/filled/not_interested.svg | 0 .../filled/not_listed_location.svg | 0 .../src/{ => material}/filled/not_started.svg | 0 .../src/{ => material}/filled/note.svg | 0 .../src/{ => material}/filled/note_add.svg | 0 .../src/{ => material}/filled/note_alt.svg | 0 .../src/{ => material}/filled/notes.svg | 0 .../filled/notification_add.svg | 0 .../filled/notification_important.svg | 0 .../{ => material}/filled/notifications.svg | 0 .../filled/notifications_active.svg | 0 .../filled/notifications_none.svg | 0 .../filled/notifications_off.svg | 0 .../filled/notifications_paused.svg | 0 .../src/{ => material}/filled/numbers.svg | 0 .../{ => material}/filled/offline_bolt.svg | 0 .../src/{ => material}/filled/offline_pin.svg | 0 .../{ => material}/filled/offline_share.svg | 0 .../src/{ => material}/filled/oil_barrel.svg | 0 .../filled/on_device_training.svg | 0 .../{ => material}/filled/ondemand_video.svg | 0 .../filled/online_prediction.svg | 0 .../src/{ => material}/filled/opacity.svg | 0 .../{ => material}/filled/open_in_browser.svg | 0 .../{ => material}/filled/open_in_full.svg | 0 .../src/{ => material}/filled/open_in_new.svg | 0 .../{ => material}/filled/open_in_new_off.svg | 0 .../src/{ => material}/filled/open_with.svg | 0 .../{ => material}/filled/other_houses.svg | 0 .../src/{ => material}/filled/outbound.svg | 0 .../src/{ => material}/filled/outbox.svg | 0 .../{ => material}/filled/outdoor_grill.svg | 0 .../src/{ => material}/filled/outlet.svg | 0 .../{ => material}/filled/outlined_flag.svg | 0 .../src/{ => material}/filled/output.svg | 0 .../src/{ => material}/filled/padding.svg | 0 .../src/{ => material}/filled/pages.svg | 0 .../src/{ => material}/filled/pageview.svg | 0 .../src/{ => material}/filled/paid.svg | 0 .../src/{ => material}/filled/palette.svg | 0 .../src/{ => material}/filled/pan_tool.svg | 0 .../{ => material}/filled/pan_tool_alt.svg | 0 .../src/{ => material}/filled/panorama.svg | 0 .../filled/panorama_fish_eye.svg | 0 .../filled/panorama_horizontal.svg | 0 .../filled/panorama_horizontal_select.svg | 0 .../filled/panorama_photosphere.svg | 0 .../filled/panorama_photosphere_select.svg | 0 .../filled/panorama_vertical.svg | 0 .../filled/panorama_vertical_select.svg | 0 .../filled/panorama_wide_angle.svg | 0 .../filled/panorama_wide_angle_select.svg | 0 .../src/{ => material}/filled/paragliding.svg | 0 .../src/{ => material}/filled/park.svg | 0 .../src/{ => material}/filled/party_mode.svg | 0 .../src/{ => material}/filled/password.svg | 0 .../src/{ => material}/filled/pattern.svg | 0 .../src/{ => material}/filled/pause.svg | 0 .../{ => material}/filled/pause_circle.svg | 0 .../filled/pause_circle_filled.svg | 0 .../filled/pause_circle_outline.svg | 0 .../filled/pause_presentation.svg | 0 .../src/{ => material}/filled/payment.svg | 0 .../src/{ => material}/filled/payments.svg | 0 .../src/{ => material}/filled/pedal_bike.svg | 0 .../src/{ => material}/filled/pending.svg | 0 .../{ => material}/filled/pending_actions.svg | 0 .../src/{ => material}/filled/pentagon.svg | 0 .../src/{ => material}/filled/people.svg | 0 .../src/{ => material}/filled/people_alt.svg | 0 .../{ => material}/filled/people_outline.svg | 0 .../src/{ => material}/filled/percent.svg | 0 .../{ => material}/filled/perm_camera_mic.svg | 0 .../filled/perm_contact_calendar.svg | 0 .../filled/perm_data_setting.svg | 0 .../filled/perm_device_information.svg | 0 .../{ => material}/filled/perm_identity.svg | 0 .../src/{ => material}/filled/perm_media.svg | 0 .../{ => material}/filled/perm_phone_msg.svg | 0 .../{ => material}/filled/perm_scan_wifi.svg | 0 .../src/{ => material}/filled/person.svg | 0 .../src/{ => material}/filled/person_2.svg | 0 .../src/{ => material}/filled/person_3.svg | 0 .../src/{ => material}/filled/person_4.svg | 0 .../src/{ => material}/filled/person_add.svg | 0 .../{ => material}/filled/person_add_alt.svg | 0 .../filled/person_add_alt_1.svg | 0 .../filled/person_add_disabled.svg | 0 .../src/{ => material}/filled/person_off.svg | 0 .../{ => material}/filled/person_outline.svg | 0 .../src/{ => material}/filled/person_pin.svg | 0 .../filled/person_pin_circle.svg | 0 .../{ => material}/filled/person_remove.svg | 0 .../filled/person_remove_alt_1.svg | 0 .../{ => material}/filled/person_search.svg | 0 .../{ => material}/filled/personal_injury.svg | 0 .../{ => material}/filled/personal_video.svg | 0 .../{ => material}/filled/pest_control.svg | 0 .../filled/pest_control_rodent.svg | 0 .../src/{ => material}/filled/pets.svg | 0 .../src/{ => material}/filled/phishing.svg | 0 .../src/{ => material}/filled/phone.svg | 0 .../{ => material}/filled/phone_android.svg | 0 .../filled/phone_bluetooth_speaker.svg | 0 .../{ => material}/filled/phone_callback.svg | 0 .../{ => material}/filled/phone_disabled.svg | 0 .../{ => material}/filled/phone_enabled.svg | 0 .../{ => material}/filled/phone_forwarded.svg | 0 .../{ => material}/filled/phone_iphone.svg | 0 .../{ => material}/filled/phone_locked.svg | 0 .../{ => material}/filled/phone_missed.svg | 0 .../{ => material}/filled/phone_paused.svg | 0 .../src/{ => material}/filled/phonelink.svg | 0 .../{ => material}/filled/phonelink_erase.svg | 0 .../{ => material}/filled/phonelink_lock.svg | 0 .../{ => material}/filled/phonelink_off.svg | 0 .../{ => material}/filled/phonelink_ring.svg | 0 .../{ => material}/filled/phonelink_setup.svg | 0 .../src/{ => material}/filled/photo.svg | 0 .../src/{ => material}/filled/photo_album.svg | 0 .../{ => material}/filled/photo_camera.svg | 0 .../filled/photo_camera_back.svg | 0 .../filled/photo_camera_front.svg | 0 .../{ => material}/filled/photo_filter.svg | 0 .../{ => material}/filled/photo_library.svg | 0 .../filled/photo_size_select_actual.svg | 0 .../filled/photo_size_select_large.svg | 0 .../filled/photo_size_select_small.svg | 0 .../src/{ => material}/filled/php.svg | 0 .../src/{ => material}/filled/piano.svg | 0 .../src/{ => material}/filled/piano_off.svg | 0 .../{ => material}/filled/picture_as_pdf.svg | 0 .../filled/picture_in_picture.svg | 0 .../filled/picture_in_picture_alt.svg | 0 .../src/{ => material}/filled/pie_chart.svg | 0 .../filled/pie_chart_outline.svg | 0 .../src/{ => material}/filled/pin.svg | 0 .../src/{ => material}/filled/pin_drop.svg | 0 .../src/{ => material}/filled/pin_end.svg | 0 .../src/{ => material}/filled/pin_invoke.svg | 0 .../src/{ => material}/filled/pinch.svg | 0 .../filled/pivot_table_chart.svg | 0 .../src/{ => material}/filled/pix.svg | 0 .../src/{ => material}/filled/place.svg | 0 .../src/{ => material}/filled/plagiarism.svg | 0 .../src/{ => material}/filled/play_arrow.svg | 0 .../src/{ => material}/filled/play_circle.svg | 0 .../filled/play_circle_filled.svg | 0 .../filled/play_circle_outline.svg | 0 .../{ => material}/filled/play_disabled.svg | 0 .../{ => material}/filled/play_for_work.svg | 0 .../src/{ => material}/filled/play_lesson.svg | 0 .../{ => material}/filled/playlist_add.svg | 0 .../filled/playlist_add_check.svg | 0 .../filled/playlist_add_check_circle.svg | 0 .../filled/playlist_add_circle.svg | 0 .../{ => material}/filled/playlist_play.svg | 0 .../{ => material}/filled/playlist_remove.svg | 0 .../src/{ => material}/filled/plumbing.svg | 0 .../src/{ => material}/filled/plus_one.svg | 0 .../src/{ => material}/filled/podcasts.svg | 0 .../{ => material}/filled/point_of_sale.svg | 0 .../src/{ => material}/filled/policy.svg | 0 .../src/{ => material}/filled/poll.svg | 0 .../src/{ => material}/filled/polyline.svg | 0 .../src/{ => material}/filled/polymer.svg | 0 .../src/{ => material}/filled/pool.svg | 0 .../filled/portable_wifi_off.svg | 0 .../src/{ => material}/filled/portrait.svg | 0 .../src/{ => material}/filled/post_add.svg | 0 .../src/{ => material}/filled/power.svg | 0 .../src/{ => material}/filled/power_input.svg | 0 .../src/{ => material}/filled/power_off.svg | 0 .../filled/power_settings_new.svg | 0 .../filled/precision_manufacturing.svg | 0 .../{ => material}/filled/pregnant_woman.svg | 0 .../{ => material}/filled/present_to_all.svg | 0 .../src/{ => material}/filled/preview.svg | 0 .../{ => material}/filled/price_change.svg | 0 .../src/{ => material}/filled/price_check.svg | 0 .../src/{ => material}/filled/print.svg | 0 .../{ => material}/filled/print_disabled.svg | 0 .../{ => material}/filled/priority_high.svg | 0 .../src/{ => material}/filled/privacy_tip.svg | 0 .../filled/private_connectivity.svg | 0 .../filled/production_quantity_limits.svg | 0 .../src/{ => material}/filled/propane.svg | 0 .../{ => material}/filled/propane_tank.svg | 0 .../src/{ => material}/filled/psychology.svg | 0 .../{ => material}/filled/psychology_alt.svg | 0 .../src/{ => material}/filled/public.svg | 0 .../src/{ => material}/filled/public_off.svg | 0 .../src/{ => material}/filled/publish.svg | 0 .../filled/published_with_changes.svg | 0 .../src/{ => material}/filled/punch_clock.svg | 0 .../src/{ => material}/filled/push_pin.svg | 0 .../src/{ => material}/filled/qr_code.svg | 0 .../src/{ => material}/filled/qr_code_2.svg | 0 .../{ => material}/filled/qr_code_scanner.svg | 0 .../{ => material}/filled/query_builder.svg | 0 .../src/{ => material}/filled/query_stats.svg | 0 .../{ => material}/filled/question_answer.svg | 0 .../{ => material}/filled/question_mark.svg | 0 .../src/{ => material}/filled/queue.svg | 0 .../src/{ => material}/filled/queue_music.svg | 0 .../{ => material}/filled/queue_play_next.svg | 0 .../src/{ => material}/filled/quickreply.svg | 0 .../src/{ => material}/filled/quiz.svg | 0 .../{ => material}/filled/r_mobiledata.svg | 0 .../src/{ => material}/filled/radar.svg | 0 .../src/{ => material}/filled/radio.svg | 0 .../filled/radio_button_checked.svg | 0 .../filled/radio_button_unchecked.svg | 0 .../{ => material}/filled/railway_alert.svg | 0 .../{ => material}/filled/ramen_dining.svg | 0 .../src/{ => material}/filled/ramp_left.svg | 0 .../src/{ => material}/filled/ramp_right.svg | 0 .../src/{ => material}/filled/rate_review.svg | 0 .../src/{ => material}/filled/raw_off.svg | 0 .../src/{ => material}/filled/raw_on.svg | 0 .../src/{ => material}/filled/read_more.svg | 0 .../filled/real_estate_agent.svg | 0 .../src/{ => material}/filled/receipt.svg | 0 .../{ => material}/filled/receipt_long.svg | 0 .../{ => material}/filled/recent_actors.svg | 0 .../src/{ => material}/filled/recommend.svg | 0 .../filled/record_voice_over.svg | 0 .../src/{ => material}/filled/rectangle.svg | 0 .../src/{ => material}/filled/recycling.svg | 0 .../src/{ => material}/filled/redeem.svg | 0 .../src/{ => material}/filled/redo.svg | 0 .../{ => material}/filled/reduce_capacity.svg | 0 .../src/{ => material}/filled/refresh.svg | 0 .../src/{ => material}/filled/remember_me.svg | 0 .../src/{ => material}/filled/remove.svg | 0 .../{ => material}/filled/remove_circle.svg | 0 .../filled/remove_circle_outline.svg | 0 .../src/{ => material}/filled/remove_done.svg | 0 .../filled/remove_from_queue.svg | 0 .../filled/remove_moderator.svg | 0 .../{ => material}/filled/remove_red_eye.svg | 0 .../src/{ => material}/filled/remove_road.svg | 0 .../filled/remove_shopping_cart.svg | 0 .../src/{ => material}/filled/reorder.svg | 0 .../src/{ => material}/filled/repartition.svg | 0 .../src/{ => material}/filled/repeat.svg | 0 .../src/{ => material}/filled/repeat_on.svg | 0 .../src/{ => material}/filled/repeat_one.svg | 0 .../{ => material}/filled/repeat_one_on.svg | 0 .../src/{ => material}/filled/replay.svg | 0 .../src/{ => material}/filled/replay_10.svg | 0 .../src/{ => material}/filled/replay_30.svg | 0 .../src/{ => material}/filled/replay_5.svg | 0 .../filled/replay_circle_filled.svg | 0 .../src/{ => material}/filled/reply.svg | 0 .../src/{ => material}/filled/reply_all.svg | 0 .../src/{ => material}/filled/report.svg | 0 .../filled/report_gmailerrorred.svg | 0 .../src/{ => material}/filled/report_off.svg | 0 .../{ => material}/filled/report_problem.svg | 0 .../{ => material}/filled/request_page.svg | 0 .../{ => material}/filled/request_quote.svg | 0 .../src/{ => material}/filled/reset_tv.svg | 0 .../src/{ => material}/filled/restart_alt.svg | 0 .../src/{ => material}/filled/restaurant.svg | 0 .../{ => material}/filled/restaurant_menu.svg | 0 .../src/{ => material}/filled/restore.svg | 0 .../filled/restore_from_trash.svg | 0 .../{ => material}/filled/restore_page.svg | 0 .../src/{ => material}/filled/reviews.svg | 0 .../src/{ => material}/filled/rice_bowl.svg | 0 .../src/{ => material}/filled/ring_volume.svg | 0 .../src/{ => material}/filled/rocket.svg | 0 .../{ => material}/filled/rocket_launch.svg | 0 .../{ => material}/filled/roller_shades.svg | 0 .../filled/roller_shades_closed.svg | 0 .../{ => material}/filled/roller_skating.svg | 0 .../src/{ => material}/filled/roofing.svg | 0 .../src/{ => material}/filled/room.svg | 0 .../filled/room_preferences.svg | 0 .../{ => material}/filled/room_service.svg | 0 .../filled/rotate_90_degrees_ccw.svg | 0 .../filled/rotate_90_degrees_cw.svg | 0 .../src/{ => material}/filled/rotate_left.svg | 0 .../{ => material}/filled/rotate_right.svg | 0 .../{ => material}/filled/roundabout_left.svg | 0 .../filled/roundabout_right.svg | 0 .../{ => material}/filled/rounded_corner.svg | 0 .../src/{ => material}/filled/route.svg | 0 .../src/{ => material}/filled/router.svg | 0 .../src/{ => material}/filled/rowing.svg | 0 .../src/{ => material}/filled/rss_feed.svg | 0 .../src/{ => material}/filled/rsvp.svg | 0 .../src/{ => material}/filled/rtt.svg | 0 .../src/{ => material}/filled/rule.svg | 0 .../src/{ => material}/filled/rule_folder.svg | 0 .../src/{ => material}/filled/run_circle.svg | 0 .../filled/running_with_errors.svg | 0 .../src/{ => material}/filled/rv_hookup.svg | 0 .../{ => material}/filled/safety_check.svg | 0 .../{ => material}/filled/safety_divider.svg | 0 .../src/{ => material}/filled/sailing.svg | 0 .../src/{ => material}/filled/sanitizer.svg | 0 .../src/{ => material}/filled/satellite.svg | 0 .../{ => material}/filled/satellite_alt.svg | 0 .../src/{ => material}/filled/save.svg | 0 .../src/{ => material}/filled/save_alt.svg | 0 .../src/{ => material}/filled/save_as.svg | 0 .../{ => material}/filled/saved_search.svg | 0 .../src/{ => material}/filled/savings.svg | 0 .../src/{ => material}/filled/scale.svg | 0 .../src/{ => material}/filled/scanner.svg | 0 .../{ => material}/filled/scatter_plot.svg | 0 .../src/{ => material}/filled/schedule.svg | 0 .../{ => material}/filled/schedule_send.svg | 0 .../src/{ => material}/filled/schema.svg | 0 .../src/{ => material}/filled/school.svg | 0 .../src/{ => material}/filled/science.svg | 0 .../src/{ => material}/filled/score.svg | 0 .../src/{ => material}/filled/scoreboard.svg | 0 .../filled/screen_lock_landscape.svg | 0 .../filled/screen_lock_portrait.svg | 0 .../filled/screen_lock_rotation.svg | 0 .../{ => material}/filled/screen_rotation.svg | 0 .../filled/screen_rotation_alt.svg | 0 .../filled/screen_search_desktop.svg | 0 .../{ => material}/filled/screen_share.svg | 0 .../src/{ => material}/filled/screenshot.svg | 0 .../filled/screenshot_monitor.svg | 0 .../{ => material}/filled/scuba_diving.svg | 0 .../src/{ => material}/filled/sd.svg | 0 .../src/{ => material}/filled/sd_card.svg | 0 .../{ => material}/filled/sd_card_alert.svg | 0 .../src/{ => material}/filled/sd_storage.svg | 0 .../src/{ => material}/filled/search.svg | 0 .../src/{ => material}/filled/search_off.svg | 0 .../src/{ => material}/filled/security.svg | 0 .../{ => material}/filled/security_update.svg | 0 .../filled/security_update_good.svg | 0 .../filled/security_update_warning.svg | 0 .../src/{ => material}/filled/segment.svg | 0 .../src/{ => material}/filled/select_all.svg | 0 .../filled/self_improvement.svg | 0 .../src/{ => material}/filled/sell.svg | 0 .../src/{ => material}/filled/send.svg | 0 .../filled/send_and_archive.svg | 0 .../filled/send_time_extension.svg | 0 .../{ => material}/filled/send_to_mobile.svg | 0 .../src/{ => material}/filled/sensor_door.svg | 0 .../{ => material}/filled/sensor_occupied.svg | 0 .../{ => material}/filled/sensor_window.svg | 0 .../src/{ => material}/filled/sensors.svg | 0 .../src/{ => material}/filled/sensors_off.svg | 0 .../filled/sentiment_dissatisfied.svg | 0 .../filled/sentiment_neutral.svg | 0 .../filled/sentiment_satisfied.svg | 0 .../filled/sentiment_satisfied_alt.svg | 0 .../filled/sentiment_very_dissatisfied.svg | 0 .../filled/sentiment_very_satisfied.svg | 0 .../src/{ => material}/filled/set_meal.svg | 0 .../src/{ => material}/filled/settings.svg | 0 .../filled/settings_accessibility.svg | 0 .../filled/settings_applications.svg | 0 .../filled/settings_backup_restore.svg | 0 .../filled/settings_bluetooth.svg | 0 .../filled/settings_brightness.svg | 0 .../{ => material}/filled/settings_cell.svg | 0 .../filled/settings_ethernet.svg | 0 .../filled/settings_input_antenna.svg | 0 .../filled/settings_input_component.svg | 0 .../filled/settings_input_composite.svg | 0 .../filled/settings_input_hdmi.svg | 0 .../filled/settings_input_svideo.svg | 0 .../filled/settings_overscan.svg | 0 .../{ => material}/filled/settings_phone.svg | 0 .../{ => material}/filled/settings_power.svg | 0 .../{ => material}/filled/settings_remote.svg | 0 .../filled/settings_suggest.svg | 0 .../filled/settings_system_daydream.svg | 0 .../{ => material}/filled/settings_voice.svg | 0 .../src/{ => material}/filled/severe_cold.svg | 0 .../src/{ => material}/filled/shape_line.svg | 0 .../src/{ => material}/filled/share.svg | 0 .../{ => material}/filled/share_location.svg | 0 .../src/{ => material}/filled/shield.svg | 0 .../src/{ => material}/filled/shield_moon.svg | 0 .../src/{ => material}/filled/shop.svg | 0 .../src/{ => material}/filled/shop_2.svg | 0 .../src/{ => material}/filled/shop_two.svg | 0 .../{ => material}/filled/shopping_bag.svg | 0 .../{ => material}/filled/shopping_basket.svg | 0 .../{ => material}/filled/shopping_cart.svg | 0 .../filled/shopping_cart_checkout.svg | 0 .../src/{ => material}/filled/short_text.svg | 0 .../src/{ => material}/filled/shortcut.svg | 0 .../src/{ => material}/filled/show_chart.svg | 0 .../src/{ => material}/filled/shower.svg | 0 .../src/{ => material}/filled/shuffle.svg | 0 .../src/{ => material}/filled/shuffle_on.svg | 0 .../{ => material}/filled/shutter_speed.svg | 0 .../src/{ => material}/filled/sick.svg | 0 .../{ => material}/filled/sign_language.svg | 0 .../filled/signal_cellular_0_bar.svg | 0 .../filled/signal_cellular_4_bar.svg | 0 .../filled/signal_cellular_alt.svg | 0 .../filled/signal_cellular_alt_1_bar.svg | 0 .../filled/signal_cellular_alt_2_bar.svg | 0 ...l_cellular_connected_no_internet_0_bar.svg | 0 ...l_cellular_connected_no_internet_4_bar.svg | 0 .../filled/signal_cellular_no_sim.svg | 0 .../filled/signal_cellular_nodata.svg | 0 .../filled/signal_cellular_null.svg | 0 .../filled/signal_cellular_off.svg | 0 .../filled/signal_wifi_0_bar.svg | 0 .../filled/signal_wifi_4_bar.svg | 0 .../filled/signal_wifi_4_bar_lock.svg | 0 .../{ => material}/filled/signal_wifi_bad.svg | 0 .../signal_wifi_connected_no_internet_4.svg | 0 .../{ => material}/filled/signal_wifi_off.svg | 0 .../filled/signal_wifi_statusbar_4_bar.svg | 0 ...wifi_statusbar_connected_no_internet_4.svg | 0 .../filled/signal_wifi_statusbar_null.svg | 0 .../src/{ => material}/filled/signpost.svg | 0 .../src/{ => material}/filled/sim_card.svg | 0 .../{ => material}/filled/sim_card_alert.svg | 0 .../filled/sim_card_download.svg | 0 .../src/{ => material}/filled/single_bed.svg | 0 .../src/{ => material}/filled/sip.svg | 0 .../{ => material}/filled/skateboarding.svg | 0 .../src/{ => material}/filled/skip_next.svg | 0 .../{ => material}/filled/skip_previous.svg | 0 .../src/{ => material}/filled/sledding.svg | 0 .../src/{ => material}/filled/slideshow.svg | 0 .../filled/slow_motion_video.svg | 0 .../{ => material}/filled/smart_button.svg | 0 .../{ => material}/filled/smart_display.svg | 0 .../{ => material}/filled/smart_screen.svg | 0 .../src/{ => material}/filled/smart_toy.svg | 0 .../src/{ => material}/filled/smartphone.svg | 0 .../src/{ => material}/filled/smoke_free.svg | 0 .../{ => material}/filled/smoking_rooms.svg | 0 .../src/{ => material}/filled/sms.svg | 0 .../src/{ => material}/filled/sms_failed.svg | 0 .../{ => material}/filled/snippet_folder.svg | 0 .../src/{ => material}/filled/snooze.svg | 0 .../{ => material}/filled/snowboarding.svg | 0 .../src/{ => material}/filled/snowmobile.svg | 0 .../src/{ => material}/filled/snowshoeing.svg | 0 .../src/{ => material}/filled/soap.svg | 0 .../{ => material}/filled/social_distance.svg | 0 .../src/{ => material}/filled/solar_power.svg | 0 .../src/{ => material}/filled/sort.svg | 0 .../{ => material}/filled/sort_by_alpha.svg | 0 .../src/{ => material}/filled/sos.svg | 0 .../{ => material}/filled/soup_kitchen.svg | 0 .../src/{ => material}/filled/source.svg | 0 .../src/{ => material}/filled/south.svg | 0 .../{ => material}/filled/south_america.svg | 0 .../src/{ => material}/filled/south_east.svg | 0 .../src/{ => material}/filled/south_west.svg | 0 .../src/{ => material}/filled/spa.svg | 0 .../src/{ => material}/filled/space_bar.svg | 0 .../{ => material}/filled/space_dashboard.svg | 0 .../{ => material}/filled/spatial_audio.svg | 0 .../filled/spatial_audio_off.svg | 0 .../filled/spatial_tracking.svg | 0 .../src/{ => material}/filled/speaker.svg | 0 .../{ => material}/filled/speaker_group.svg | 0 .../{ => material}/filled/speaker_notes.svg | 0 .../filled/speaker_notes_off.svg | 0 .../{ => material}/filled/speaker_phone.svg | 0 .../src/{ => material}/filled/speed.svg | 0 .../src/{ => material}/filled/spellcheck.svg | 0 .../src/{ => material}/filled/splitscreen.svg | 0 .../src/{ => material}/filled/spoke.svg | 0 .../src/{ => material}/filled/sports.svg | 0 .../src/{ => material}/filled/sports_bar.svg | 0 .../{ => material}/filled/sports_baseball.svg | 0 .../filled/sports_basketball.svg | 0 .../{ => material}/filled/sports_cricket.svg | 0 .../{ => material}/filled/sports_esports.svg | 0 .../{ => material}/filled/sports_football.svg | 0 .../src/{ => material}/filled/sports_golf.svg | 0 .../filled/sports_gymnastics.svg | 0 .../{ => material}/filled/sports_handball.svg | 0 .../{ => material}/filled/sports_hockey.svg | 0 .../{ => material}/filled/sports_kabaddi.svg | 0 .../filled/sports_martial_arts.svg | 0 .../src/{ => material}/filled/sports_mma.svg | 0 .../filled/sports_motorsports.svg | 0 .../{ => material}/filled/sports_rugby.svg | 0 .../{ => material}/filled/sports_score.svg | 0 .../{ => material}/filled/sports_soccer.svg | 0 .../{ => material}/filled/sports_tennis.svg | 0 .../filled/sports_volleyball.svg | 0 .../src/{ => material}/filled/square.svg | 0 .../src/{ => material}/filled/square_foot.svg | 0 .../src/{ => material}/filled/ssid_chart.svg | 0 .../filled/stacked_bar_chart.svg | 0 .../filled/stacked_line_chart.svg | 0 .../src/{ => material}/filled/stadium.svg | 0 .../src/{ => material}/filled/stairs.svg | 0 .../src/{ => material}/filled/star.svg | 0 .../src/{ => material}/filled/star_border.svg | 0 .../filled/star_border_purple500.svg | 0 .../src/{ => material}/filled/star_half.svg | 0 .../{ => material}/filled/star_outline.svg | 0 .../{ => material}/filled/star_purple500.svg | 0 .../src/{ => material}/filled/star_rate.svg | 0 .../src/{ => material}/filled/stars.svg | 0 .../src/{ => material}/filled/start.svg | 0 .../filled/stay_current_landscape.svg | 0 .../filled/stay_current_portrait.svg | 0 .../filled/stay_primary_landscape.svg | 0 .../filled/stay_primary_portrait.svg | 0 .../{ => material}/filled/sticky_note_2.svg | 0 .../src/{ => material}/filled/stop.svg | 0 .../src/{ => material}/filled/stop_circle.svg | 0 .../filled/stop_screen_share.svg | 0 .../src/{ => material}/filled/storage.svg | 0 .../src/{ => material}/filled/store.svg | 0 .../filled/store_mall_directory.svg | 0 .../src/{ => material}/filled/storefront.svg | 0 .../src/{ => material}/filled/storm.svg | 0 .../src/{ => material}/filled/straight.svg | 0 .../src/{ => material}/filled/straighten.svg | 0 .../src/{ => material}/filled/stream.svg | 0 .../src/{ => material}/filled/streetview.svg | 0 .../{ => material}/filled/strikethrough_s.svg | 0 .../src/{ => material}/filled/stroller.svg | 0 .../src/{ => material}/filled/style.svg | 0 .../filled/subdirectory_arrow_left.svg | 0 .../filled/subdirectory_arrow_right.svg | 0 .../src/{ => material}/filled/subject.svg | 0 .../src/{ => material}/filled/subscript.svg | 0 .../{ => material}/filled/subscriptions.svg | 0 .../src/{ => material}/filled/subtitles.svg | 0 .../{ => material}/filled/subtitles_off.svg | 0 .../src/{ => material}/filled/subway.svg | 0 .../src/{ => material}/filled/summarize.svg | 0 .../src/{ => material}/filled/superscript.svg | 0 .../filled/supervised_user_circle.svg | 0 .../filled/supervisor_account.svg | 0 .../src/{ => material}/filled/support.svg | 0 .../{ => material}/filled/support_agent.svg | 0 .../src/{ => material}/filled/surfing.svg | 0 .../{ => material}/filled/surround_sound.svg | 0 .../src/{ => material}/filled/swap_calls.svg | 0 .../src/{ => material}/filled/swap_horiz.svg | 0 .../filled/swap_horizontal_circle.svg | 0 .../src/{ => material}/filled/swap_vert.svg | 0 .../filled/swap_vertical_circle.svg | 0 .../src/{ => material}/filled/swipe.svg | 0 .../src/{ => material}/filled/swipe_down.svg | 0 .../{ => material}/filled/swipe_down_alt.svg | 0 .../src/{ => material}/filled/swipe_left.svg | 0 .../{ => material}/filled/swipe_left_alt.svg | 0 .../src/{ => material}/filled/swipe_right.svg | 0 .../{ => material}/filled/swipe_right_alt.svg | 0 .../src/{ => material}/filled/swipe_up.svg | 0 .../{ => material}/filled/swipe_up_alt.svg | 0 .../{ => material}/filled/swipe_vertical.svg | 0 .../filled/switch_access_shortcut.svg | 0 .../filled/switch_access_shortcut_add.svg | 0 .../{ => material}/filled/switch_account.svg | 0 .../{ => material}/filled/switch_camera.svg | 0 .../src/{ => material}/filled/switch_left.svg | 0 .../{ => material}/filled/switch_right.svg | 0 .../{ => material}/filled/switch_video.svg | 0 .../src/{ => material}/filled/synagogue.svg | 0 .../src/{ => material}/filled/sync.svg | 0 .../src/{ => material}/filled/sync_alt.svg | 0 .../{ => material}/filled/sync_disabled.svg | 0 .../src/{ => material}/filled/sync_lock.svg | 0 .../{ => material}/filled/sync_problem.svg | 0 .../filled/system_security_update.svg | 0 .../filled/system_security_update_good.svg | 0 .../filled/system_security_update_warning.svg | 0 .../{ => material}/filled/system_update.svg | 0 .../filled/system_update_alt.svg | 0 .../src/{ => material}/filled/tab.svg | 0 .../{ => material}/filled/tab_unselected.svg | 0 .../src/{ => material}/filled/table_bar.svg | 0 .../src/{ => material}/filled/table_chart.svg | 0 .../filled/table_restaurant.svg | 0 .../src/{ => material}/filled/table_rows.svg | 0 .../src/{ => material}/filled/table_view.svg | 0 .../src/{ => material}/filled/tablet.svg | 0 .../{ => material}/filled/tablet_android.svg | 0 .../src/{ => material}/filled/tablet_mac.svg | 0 .../src/{ => material}/filled/tag.svg | 0 .../src/{ => material}/filled/tag_faces.svg | 0 .../{ => material}/filled/takeout_dining.svg | 0 .../{ => material}/filled/tap_and_play.svg | 0 .../src/{ => material}/filled/tapas.svg | 0 .../src/{ => material}/filled/task.svg | 0 .../src/{ => material}/filled/task_alt.svg | 0 .../src/{ => material}/filled/taxi_alert.svg | 0 .../{ => material}/filled/temple_buddhist.svg | 0 .../{ => material}/filled/temple_hindu.svg | 0 .../src/{ => material}/filled/terminal.svg | 0 .../src/{ => material}/filled/terrain.svg | 0 .../{ => material}/filled/text_decrease.svg | 0 .../src/{ => material}/filled/text_fields.svg | 0 .../src/{ => material}/filled/text_format.svg | 0 .../{ => material}/filled/text_increase.svg | 0 .../{ => material}/filled/text_rotate_up.svg | 0 .../filled/text_rotate_vertical.svg | 0 .../filled/text_rotation_angledown.svg | 0 .../filled/text_rotation_angleup.svg | 0 .../filled/text_rotation_down.svg | 0 .../filled/text_rotation_none.svg | 0 .../{ => material}/filled/text_snippet.svg | 0 .../src/{ => material}/filled/textsms.svg | 0 .../src/{ => material}/filled/texture.svg | 0 .../{ => material}/filled/theater_comedy.svg | 0 .../src/{ => material}/filled/theaters.svg | 0 .../src/{ => material}/filled/thermostat.svg | 0 .../{ => material}/filled/thermostat_auto.svg | 0 .../src/{ => material}/filled/thumb_down.svg | 0 .../{ => material}/filled/thumb_down_alt.svg | 0 .../filled/thumb_down_off_alt.svg | 0 .../src/{ => material}/filled/thumb_up.svg | 0 .../{ => material}/filled/thumb_up_alt.svg | 0 .../filled/thumb_up_off_alt.svg | 0 .../{ => material}/filled/thumbs_up_down.svg | 0 .../{ => material}/filled/thunderstorm.svg | 0 .../{ => material}/filled/time_to_leave.svg | 0 .../src/{ => material}/filled/timelapse.svg | 0 .../src/{ => material}/filled/timeline.svg | 0 .../src/{ => material}/filled/timer.svg | 0 .../src/{ => material}/filled/timer_10.svg | 0 .../{ => material}/filled/timer_10_select.svg | 0 .../src/{ => material}/filled/timer_3.svg | 0 .../{ => material}/filled/timer_3_select.svg | 0 .../src/{ => material}/filled/timer_off.svg | 0 .../filled/tips_and_updates.svg | 0 .../src/{ => material}/filled/tire_repair.svg | 0 .../src/{ => material}/filled/title.svg | 0 .../src/{ => material}/filled/toc.svg | 0 .../src/{ => material}/filled/today.svg | 0 .../src/{ => material}/filled/toggle_off.svg | 0 .../src/{ => material}/filled/toggle_on.svg | 0 .../src/{ => material}/filled/token.svg | 0 .../src/{ => material}/filled/toll.svg | 0 .../src/{ => material}/filled/tonality.svg | 0 .../src/{ => material}/filled/topic.svg | 0 .../src/{ => material}/filled/tornado.svg | 0 .../src/{ => material}/filled/touch_app.svg | 0 .../src/{ => material}/filled/tour.svg | 0 .../src/{ => material}/filled/toys.svg | 0 .../{ => material}/filled/track_changes.svg | 0 .../src/{ => material}/filled/traffic.svg | 0 .../src/{ => material}/filled/train.svg | 0 .../src/{ => material}/filled/tram.svg | 0 .../src/{ => material}/filled/transcribe.svg | 0 .../filled/transfer_within_a_station.svg | 0 .../src/{ => material}/filled/transform.svg | 0 .../src/{ => material}/filled/transgender.svg | 0 .../filled/transit_enterexit.svg | 0 .../src/{ => material}/filled/translate.svg | 0 .../{ => material}/filled/travel_explore.svg | 0 .../{ => material}/filled/trending_down.svg | 0 .../{ => material}/filled/trending_flat.svg | 0 .../src/{ => material}/filled/trending_up.svg | 0 .../src/{ => material}/filled/trip_origin.svg | 0 .../{ => material}/filled/troubleshoot.svg | 0 .../src/{ => material}/filled/try.svg | 0 .../src/{ => material}/filled/tsunami.svg | 0 .../src/{ => material}/filled/tty.svg | 0 .../src/{ => material}/filled/tune.svg | 0 .../src/{ => material}/filled/tungsten.svg | 0 .../src/{ => material}/filled/turn_left.svg | 0 .../src/{ => material}/filled/turn_right.svg | 0 .../{ => material}/filled/turn_sharp_left.svg | 0 .../filled/turn_sharp_right.svg | 0 .../filled/turn_slight_left.svg | 0 .../filled/turn_slight_right.svg | 0 .../src/{ => material}/filled/turned_in.svg | 0 .../{ => material}/filled/turned_in_not.svg | 0 .../src/{ => material}/filled/tv.svg | 0 .../src/{ => material}/filled/tv_off.svg | 0 .../src/{ => material}/filled/two_wheeler.svg | 0 .../{ => material}/filled/type_specimen.svg | 0 .../src/{ => material}/filled/u_turn_left.svg | 0 .../{ => material}/filled/u_turn_right.svg | 0 .../src/{ => material}/filled/umbrella.svg | 0 .../src/{ => material}/filled/unarchive.svg | 0 .../src/{ => material}/filled/undo.svg | 0 .../src/{ => material}/filled/unfold_less.svg | 0 .../filled/unfold_less_double.svg | 0 .../src/{ => material}/filled/unfold_more.svg | 0 .../filled/unfold_more_double.svg | 0 .../src/{ => material}/filled/unpublished.svg | 0 .../src/{ => material}/filled/unsubscribe.svg | 0 .../src/{ => material}/filled/upcoming.svg | 0 .../src/{ => material}/filled/update.svg | 0 .../{ => material}/filled/update_disabled.svg | 0 .../src/{ => material}/filled/upgrade.svg | 0 .../src/{ => material}/filled/upload.svg | 0 .../src/{ => material}/filled/upload_file.svg | 0 .../src/{ => material}/filled/usb.svg | 0 .../src/{ => material}/filled/usb_off.svg | 0 .../src/{ => material}/filled/vaccines.svg | 0 .../src/{ => material}/filled/vape_free.svg | 0 .../{ => material}/filled/vaping_rooms.svg | 0 .../src/{ => material}/filled/verified.svg | 0 .../{ => material}/filled/verified_user.svg | 0 .../filled/vertical_align_bottom.svg | 0 .../filled/vertical_align_center.svg | 0 .../filled/vertical_align_top.svg | 0 .../filled/vertical_distribute.svg | 0 .../{ => material}/filled/vertical_shades.svg | 0 .../filled/vertical_shades_closed.svg | 0 .../{ => material}/filled/vertical_split.svg | 0 .../src/{ => material}/filled/vibration.svg | 0 .../src/{ => material}/filled/video_call.svg | 0 .../filled/video_camera_back.svg | 0 .../filled/video_camera_front.svg | 0 .../src/{ => material}/filled/video_chat.svg | 0 .../src/{ => material}/filled/video_file.svg | 0 .../src/{ => material}/filled/video_label.svg | 0 .../{ => material}/filled/video_library.svg | 0 .../{ => material}/filled/video_settings.svg | 0 .../{ => material}/filled/video_stable.svg | 0 .../src/{ => material}/filled/videocam.svg | 0 .../{ => material}/filled/videocam_off.svg | 0 .../{ => material}/filled/videogame_asset.svg | 0 .../filled/videogame_asset_off.svg | 0 .../src/{ => material}/filled/view_agenda.svg | 0 .../src/{ => material}/filled/view_array.svg | 0 .../{ => material}/filled/view_carousel.svg | 0 .../src/{ => material}/filled/view_column.svg | 0 .../src/{ => material}/filled/view_comfy.svg | 0 .../{ => material}/filled/view_comfy_alt.svg | 0 .../{ => material}/filled/view_compact.svg | 0 .../filled/view_compact_alt.svg | 0 .../src/{ => material}/filled/view_cozy.svg | 0 .../src/{ => material}/filled/view_day.svg | 0 .../{ => material}/filled/view_headline.svg | 0 .../src/{ => material}/filled/view_in_ar.svg | 0 .../src/{ => material}/filled/view_kanban.svg | 0 .../src/{ => material}/filled/view_list.svg | 0 .../src/{ => material}/filled/view_module.svg | 0 .../src/{ => material}/filled/view_quilt.svg | 0 .../{ => material}/filled/view_sidebar.svg | 0 .../src/{ => material}/filled/view_stream.svg | 0 .../{ => material}/filled/view_timeline.svg | 0 .../src/{ => material}/filled/view_week.svg | 0 .../src/{ => material}/filled/vignette.svg | 0 .../src/{ => material}/filled/villa.svg | 0 .../src/{ => material}/filled/visibility.svg | 0 .../{ => material}/filled/visibility_off.svg | 0 .../src/{ => material}/filled/voice_chat.svg | 0 .../{ => material}/filled/voice_over_off.svg | 0 .../src/{ => material}/filled/voicemail.svg | 0 .../src/{ => material}/filled/volcano.svg | 0 .../src/{ => material}/filled/volume_down.svg | 0 .../src/{ => material}/filled/volume_mute.svg | 0 .../src/{ => material}/filled/volume_off.svg | 0 .../src/{ => material}/filled/volume_up.svg | 0 .../filled/volunteer_activism.svg | 0 .../src/{ => material}/filled/vpn_key.svg | 0 .../src/{ => material}/filled/vpn_key_off.svg | 0 .../src/{ => material}/filled/vpn_lock.svg | 0 .../src/{ => material}/filled/vrpano.svg | 0 .../src/{ => material}/filled/wallet.svg | 0 .../src/{ => material}/filled/wallpaper.svg | 0 .../src/{ => material}/filled/warehouse.svg | 0 .../src/{ => material}/filled/warning.svg | 0 .../{ => material}/filled/warning_amber.svg | 0 .../src/{ => material}/filled/wash.svg | 0 .../src/{ => material}/filled/watch.svg | 0 .../src/{ => material}/filled/watch_later.svg | 0 .../src/{ => material}/filled/watch_off.svg | 0 .../src/{ => material}/filled/water.svg | 0 .../{ => material}/filled/water_damage.svg | 0 .../src/{ => material}/filled/water_drop.svg | 0 .../{ => material}/filled/waterfall_chart.svg | 0 .../src/{ => material}/filled/waves.svg | 0 .../src/{ => material}/filled/waving_hand.svg | 0 .../src/{ => material}/filled/wb_auto.svg | 0 .../src/{ => material}/filled/wb_cloudy.svg | 0 .../{ => material}/filled/wb_incandescent.svg | 0 .../{ => material}/filled/wb_iridescent.svg | 0 .../src/{ => material}/filled/wb_shade.svg | 0 .../src/{ => material}/filled/wb_sunny.svg | 0 .../src/{ => material}/filled/wb_twilight.svg | 0 .../src/{ => material}/filled/wc.svg | 0 .../src/{ => material}/filled/web.svg | 0 .../src/{ => material}/filled/web_asset.svg | 0 .../{ => material}/filled/web_asset_off.svg | 0 .../src/{ => material}/filled/web_stories.svg | 0 .../src/{ => material}/filled/webhook.svg | 0 .../src/{ => material}/filled/weekend.svg | 0 .../src/{ => material}/filled/west.svg | 0 .../src/{ => material}/filled/whatshot.svg | 0 .../filled/wheelchair_pickup.svg | 0 .../{ => material}/filled/where_to_vote.svg | 0 .../src/{ => material}/filled/widgets.svg | 0 .../src/{ => material}/filled/width_full.svg | 0 .../{ => material}/filled/width_normal.svg | 0 .../src/{ => material}/filled/width_wide.svg | 0 .../src/{ => material}/filled/wifi.svg | 0 .../src/{ => material}/filled/wifi_1_bar.svg | 0 .../src/{ => material}/filled/wifi_2_bar.svg | 0 .../{ => material}/filled/wifi_calling.svg | 0 .../{ => material}/filled/wifi_calling_3.svg | 0 .../{ => material}/filled/wifi_channel.svg | 0 .../src/{ => material}/filled/wifi_find.svg | 0 .../src/{ => material}/filled/wifi_lock.svg | 0 .../src/{ => material}/filled/wifi_off.svg | 0 .../{ => material}/filled/wifi_password.svg | 0 .../filled/wifi_protected_setup.svg | 0 .../{ => material}/filled/wifi_tethering.svg | 0 .../filled/wifi_tethering_error.svg | 0 .../filled/wifi_tethering_off.svg | 0 .../src/{ => material}/filled/wind_power.svg | 0 .../src/{ => material}/filled/window.svg | 0 .../src/{ => material}/filled/wine_bar.svg | 0 .../src/{ => material}/filled/woman.svg | 0 .../src/{ => material}/filled/woman_2.svg | 0 .../src/{ => material}/filled/work.svg | 0 .../{ => material}/filled/work_history.svg | 0 .../src/{ => material}/filled/work_off.svg | 0 .../{ => material}/filled/work_outline.svg | 0 .../filled/workspace_premium.svg | 0 .../src/{ => material}/filled/workspaces.svg | 0 .../src/{ => material}/filled/wrap_text.svg | 0 .../{ => material}/filled/wrong_location.svg | 0 .../src/{ => material}/filled/wysiwyg.svg | 0 .../src/{ => material}/filled/yard.svg | 0 .../filled/youtube_searched_for.svg | 0 .../src/{ => material}/filled/zoom_in.svg | 0 .../src/{ => material}/filled/zoom_in_map.svg | 0 .../src/{ => material}/filled/zoom_out.svg | 0 .../{ => material}/filled/zoom_out_map.svg | 0 .../src/{ => material}/outlined/10k.svg | 0 .../src/{ => material}/outlined/10mp.svg | 0 .../src/{ => material}/outlined/11mp.svg | 0 .../src/{ => material}/outlined/123.svg | 0 .../src/{ => material}/outlined/12mp.svg | 0 .../src/{ => material}/outlined/13mp.svg | 0 .../src/{ => material}/outlined/14mp.svg | 0 .../src/{ => material}/outlined/15mp.svg | 0 .../src/{ => material}/outlined/16mp.svg | 0 .../src/{ => material}/outlined/17mp.svg | 0 .../{ => material}/outlined/18_up_rating.svg | 0 .../src/{ => material}/outlined/18mp.svg | 0 .../src/{ => material}/outlined/19mp.svg | 0 .../src/{ => material}/outlined/1k.svg | 0 .../src/{ => material}/outlined/1k_plus.svg | 0 .../{ => material}/outlined/1x_mobiledata.svg | 0 .../src/{ => material}/outlined/20mp.svg | 0 .../src/{ => material}/outlined/21mp.svg | 0 .../src/{ => material}/outlined/22mp.svg | 0 .../src/{ => material}/outlined/23mp.svg | 0 .../src/{ => material}/outlined/24mp.svg | 0 .../src/{ => material}/outlined/2k.svg | 0 .../src/{ => material}/outlined/2k_plus.svg | 0 .../src/{ => material}/outlined/2mp.svg | 0 .../src/{ => material}/outlined/30fps.svg | 0 .../{ => material}/outlined/30fps_select.svg | 0 .../src/{ => material}/outlined/360.svg | 0 .../{ => material}/outlined/3d_rotation.svg | 0 .../{ => material}/outlined/3g_mobiledata.svg | 0 .../src/{ => material}/outlined/3k.svg | 0 .../src/{ => material}/outlined/3k_plus.svg | 0 .../src/{ => material}/outlined/3mp.svg | 0 .../src/{ => material}/outlined/3p.svg | 0 .../{ => material}/outlined/4g_mobiledata.svg | 0 .../outlined/4g_plus_mobiledata.svg | 0 .../src/{ => material}/outlined/4k.svg | 0 .../src/{ => material}/outlined/4k_plus.svg | 0 .../src/{ => material}/outlined/4mp.svg | 0 .../src/{ => material}/outlined/5g.svg | 0 .../src/{ => material}/outlined/5k.svg | 0 .../src/{ => material}/outlined/5k_plus.svg | 0 .../src/{ => material}/outlined/5mp.svg | 0 .../src/{ => material}/outlined/60fps.svg | 0 .../{ => material}/outlined/60fps_select.svg | 0 .../{ => material}/outlined/6_ft_apart.svg | 0 .../src/{ => material}/outlined/6k.svg | 0 .../src/{ => material}/outlined/6k_plus.svg | 0 .../src/{ => material}/outlined/6mp.svg | 0 .../src/{ => material}/outlined/7k.svg | 0 .../src/{ => material}/outlined/7k_plus.svg | 0 .../src/{ => material}/outlined/7mp.svg | 0 .../src/{ => material}/outlined/8k.svg | 0 .../src/{ => material}/outlined/8k_plus.svg | 0 .../src/{ => material}/outlined/8mp.svg | 0 .../src/{ => material}/outlined/9k.svg | 0 .../src/{ => material}/outlined/9k_plus.svg | 0 .../src/{ => material}/outlined/9mp.svg | 0 .../src/{ => material}/outlined/abc.svg | 0 .../src/{ => material}/outlined/ac_unit.svg | 0 .../{ => material}/outlined/access_alarm.svg | 0 .../{ => material}/outlined/access_alarms.svg | 0 .../{ => material}/outlined/access_time.svg | 0 .../outlined/access_time_filled.svg | 0 .../{ => material}/outlined/accessibility.svg | 0 .../outlined/accessibility_new.svg | 0 .../{ => material}/outlined/accessible.svg | 0 .../outlined/accessible_forward.svg | 0 .../outlined/account_balance.svg | 0 .../outlined/account_balance_wallet.svg | 0 .../{ => material}/outlined/account_box.svg | 0 .../outlined/account_circle.svg | 0 .../{ => material}/outlined/account_tree.svg | 0 .../src/{ => material}/outlined/ad_units.svg | 0 .../src/{ => material}/outlined/adb.svg | 0 .../src/{ => material}/outlined/add.svg | 0 .../{ => material}/outlined/add_a_photo.svg | 0 .../src/{ => material}/outlined/add_alarm.svg | 0 .../src/{ => material}/outlined/add_alert.svg | 0 .../src/{ => material}/outlined/add_box.svg | 0 .../{ => material}/outlined/add_business.svg | 0 .../src/{ => material}/outlined/add_card.svg | 0 .../src/{ => material}/outlined/add_chart.svg | 0 .../{ => material}/outlined/add_circle.svg | 0 .../outlined/add_circle_outline.svg | 0 .../{ => material}/outlined/add_comment.svg | 0 .../src/{ => material}/outlined/add_home.svg | 0 .../{ => material}/outlined/add_home_work.svg | 0 .../{ => material}/outlined/add_ic_call.svg | 0 .../src/{ => material}/outlined/add_link.svg | 0 .../{ => material}/outlined/add_location.svg | 0 .../outlined/add_location_alt.svg | 0 .../{ => material}/outlined/add_moderator.svg | 0 .../outlined/add_photo_alternate.svg | 0 .../{ => material}/outlined/add_reaction.svg | 0 .../src/{ => material}/outlined/add_road.svg | 0 .../outlined/add_shopping_cart.svg | 0 .../src/{ => material}/outlined/add_task.svg | 0 .../{ => material}/outlined/add_to_drive.svg | 0 .../outlined/add_to_home_screen.svg | 0 .../{ => material}/outlined/add_to_photos.svg | 0 .../{ => material}/outlined/add_to_queue.svg | 0 .../src/{ => material}/outlined/addchart.svg | 0 .../{ => material}/outlined/adf_scanner.svg | 0 .../src/{ => material}/outlined/adjust.svg | 0 .../outlined/admin_panel_settings.svg | 0 .../src/{ => material}/outlined/ads_click.svg | 0 .../{ => material}/outlined/agriculture.svg | 0 .../src/{ => material}/outlined/air.svg | 0 .../outlined/airline_seat_flat.svg | 0 .../outlined/airline_seat_flat_angled.svg | 0 .../airline_seat_individual_suite.svg | 0 .../outlined/airline_seat_legroom_extra.svg | 0 .../outlined/airline_seat_legroom_normal.svg | 0 .../outlined/airline_seat_legroom_reduced.svg | 0 .../outlined/airline_seat_recline_extra.svg | 0 .../outlined/airline_seat_recline_normal.svg | 0 .../{ => material}/outlined/airline_stops.svg | 0 .../src/{ => material}/outlined/airlines.svg | 0 .../outlined/airplane_ticket.svg | 0 .../outlined/airplanemode_active.svg | 0 .../outlined/airplanemode_inactive.svg | 0 .../src/{ => material}/outlined/airplay.svg | 0 .../outlined/airport_shuttle.svg | 0 .../src/{ => material}/outlined/alarm.svg | 0 .../src/{ => material}/outlined/alarm_add.svg | 0 .../src/{ => material}/outlined/alarm_off.svg | 0 .../src/{ => material}/outlined/alarm_on.svg | 0 .../src/{ => material}/outlined/album.svg | 0 .../outlined/align_horizontal_center.svg | 0 .../outlined/align_horizontal_left.svg | 0 .../outlined/align_horizontal_right.svg | 0 .../outlined/align_vertical_bottom.svg | 0 .../outlined/align_vertical_center.svg | 0 .../outlined/align_vertical_top.svg | 0 .../src/{ => material}/outlined/all_inbox.svg | 0 .../{ => material}/outlined/all_inclusive.svg | 0 .../src/{ => material}/outlined/all_out.svg | 0 .../src/{ => material}/outlined/alt_route.svg | 0 .../outlined/alternate_email.svg | 0 .../src/{ => material}/outlined/analytics.svg | 0 .../src/{ => material}/outlined/anchor.svg | 0 .../src/{ => material}/outlined/android.svg | 0 .../src/{ => material}/outlined/animation.svg | 0 .../{ => material}/outlined/announcement.svg | 0 .../src/{ => material}/outlined/aod.svg | 0 .../src/{ => material}/outlined/apartment.svg | 0 .../src/{ => material}/outlined/api.svg | 0 .../{ => material}/outlined/app_blocking.svg | 0 .../outlined/app_registration.svg | 0 .../outlined/app_settings_alt.svg | 0 .../{ => material}/outlined/app_shortcut.svg | 0 .../src/{ => material}/outlined/approval.svg | 0 .../src/{ => material}/outlined/apps.svg | 0 .../{ => material}/outlined/apps_outage.svg | 0 .../{ => material}/outlined/architecture.svg | 0 .../src/{ => material}/outlined/archive.svg | 0 .../{ => material}/outlined/area_chart.svg | 0 .../{ => material}/outlined/arrow_back.svg | 0 .../outlined/arrow_back_ios.svg | 0 .../outlined/arrow_back_ios_new.svg | 0 .../outlined/arrow_circle_down.svg | 0 .../outlined/arrow_circle_left.svg | 0 .../outlined/arrow_circle_right.svg | 0 .../outlined/arrow_circle_up.svg | 0 .../outlined/arrow_downward.svg | 0 .../outlined/arrow_drop_down.svg | 0 .../outlined/arrow_drop_down_circle.svg | 0 .../{ => material}/outlined/arrow_drop_up.svg | 0 .../{ => material}/outlined/arrow_forward.svg | 0 .../outlined/arrow_forward_ios.svg | 0 .../{ => material}/outlined/arrow_left.svg | 0 .../{ => material}/outlined/arrow_outward.svg | 0 .../{ => material}/outlined/arrow_right.svg | 0 .../outlined/arrow_right_alt.svg | 0 .../{ => material}/outlined/arrow_upward.svg | 0 .../src/{ => material}/outlined/art_track.svg | 0 .../src/{ => material}/outlined/article.svg | 0 .../{ => material}/outlined/aspect_ratio.svg | 0 .../{ => material}/outlined/assessment.svg | 0 .../{ => material}/outlined/assignment.svg | 0 .../outlined/assignment_ind.svg | 0 .../outlined/assignment_late.svg | 0 .../outlined/assignment_return.svg | 0 .../outlined/assignment_returned.svg | 0 .../outlined/assignment_turned_in.svg | 0 .../{ => material}/outlined/assist_walker.svg | 0 .../src/{ => material}/outlined/assistant.svg | 0 .../outlined/assistant_direction.svg | 0 .../outlined/assistant_photo.svg | 0 .../outlined/assured_workload.svg | 0 .../src/{ => material}/outlined/atm.svg | 0 .../{ => material}/outlined/attach_email.svg | 0 .../{ => material}/outlined/attach_file.svg | 0 .../{ => material}/outlined/attach_money.svg | 0 .../{ => material}/outlined/attachment.svg | 0 .../{ => material}/outlined/attractions.svg | 0 .../{ => material}/outlined/attribution.svg | 0 .../{ => material}/outlined/audio_file.svg | 0 .../{ => material}/outlined/audiotrack.svg | 0 .../{ => material}/outlined/auto_awesome.svg | 0 .../outlined/auto_awesome_mosaic.svg | 0 .../outlined/auto_awesome_motion.svg | 0 .../{ => material}/outlined/auto_delete.svg | 0 .../{ => material}/outlined/auto_fix_high.svg | 0 .../outlined/auto_fix_normal.svg | 0 .../{ => material}/outlined/auto_fix_off.svg | 0 .../{ => material}/outlined/auto_graph.svg | 0 .../src/{ => material}/outlined/auto_mode.svg | 0 .../{ => material}/outlined/auto_stories.svg | 0 .../outlined/autofps_select.svg | 0 .../src/{ => material}/outlined/autorenew.svg | 0 .../src/{ => material}/outlined/av_timer.svg | 0 .../outlined/baby_changing_station.svg | 0 .../src/{ => material}/outlined/back_hand.svg | 0 .../src/{ => material}/outlined/backpack.svg | 0 .../src/{ => material}/outlined/backspace.svg | 0 .../src/{ => material}/outlined/backup.svg | 0 .../{ => material}/outlined/backup_table.svg | 0 .../src/{ => material}/outlined/badge.svg | 0 .../{ => material}/outlined/bakery_dining.svg | 0 .../src/{ => material}/outlined/balance.svg | 0 .../src/{ => material}/outlined/balcony.svg | 0 .../src/{ => material}/outlined/ballot.svg | 0 .../src/{ => material}/outlined/bar_chart.svg | 0 .../outlined/batch_prediction.svg | 0 .../src/{ => material}/outlined/bathroom.svg | 0 .../src/{ => material}/outlined/bathtub.svg | 0 .../{ => material}/outlined/battery_0_bar.svg | 0 .../{ => material}/outlined/battery_1_bar.svg | 0 .../{ => material}/outlined/battery_2_bar.svg | 0 .../{ => material}/outlined/battery_3_bar.svg | 0 .../{ => material}/outlined/battery_4_bar.svg | 0 .../{ => material}/outlined/battery_5_bar.svg | 0 .../{ => material}/outlined/battery_6_bar.svg | 0 .../{ => material}/outlined/battery_alert.svg | 0 .../outlined/battery_charging_full.svg | 0 .../{ => material}/outlined/battery_full.svg | 0 .../{ => material}/outlined/battery_saver.svg | 0 .../{ => material}/outlined/battery_std.svg | 0 .../outlined/battery_unknown.svg | 0 .../{ => material}/outlined/beach_access.svg | 0 .../src/{ => material}/outlined/bed.svg | 0 .../{ => material}/outlined/bedroom_baby.svg | 0 .../{ => material}/outlined/bedroom_child.svg | 0 .../outlined/bedroom_parent.svg | 0 .../src/{ => material}/outlined/bedtime.svg | 0 .../{ => material}/outlined/bedtime_off.svg | 0 .../src/{ => material}/outlined/beenhere.svg | 0 .../src/{ => material}/outlined/bento.svg | 0 .../{ => material}/outlined/bike_scooter.svg | 0 .../src/{ => material}/outlined/biotech.svg | 0 .../src/{ => material}/outlined/blender.svg | 0 .../src/{ => material}/outlined/blind.svg | 0 .../src/{ => material}/outlined/blinds.svg | 0 .../{ => material}/outlined/blinds_closed.svg | 0 .../src/{ => material}/outlined/block.svg | 0 .../src/{ => material}/outlined/bloodtype.svg | 0 .../src/{ => material}/outlined/bluetooth.svg | 0 .../outlined/bluetooth_audio.svg | 0 .../outlined/bluetooth_connected.svg | 0 .../outlined/bluetooth_disabled.svg | 0 .../outlined/bluetooth_drive.svg | 0 .../outlined/bluetooth_searching.svg | 0 .../{ => material}/outlined/blur_circular.svg | 0 .../{ => material}/outlined/blur_linear.svg | 0 .../src/{ => material}/outlined/blur_off.svg | 0 .../src/{ => material}/outlined/blur_on.svg | 0 .../src/{ => material}/outlined/bolt.svg | 0 .../src/{ => material}/outlined/book.svg | 0 .../{ => material}/outlined/book_online.svg | 0 .../src/{ => material}/outlined/bookmark.svg | 0 .../{ => material}/outlined/bookmark_add.svg | 0 .../outlined/bookmark_added.svg | 0 .../outlined/bookmark_border.svg | 0 .../outlined/bookmark_remove.svg | 0 .../src/{ => material}/outlined/bookmarks.svg | 0 .../{ => material}/outlined/border_all.svg | 0 .../{ => material}/outlined/border_bottom.svg | 0 .../{ => material}/outlined/border_clear.svg | 0 .../{ => material}/outlined/border_color.svg | 0 .../outlined/border_horizontal.svg | 0 .../{ => material}/outlined/border_inner.svg | 0 .../{ => material}/outlined/border_left.svg | 0 .../{ => material}/outlined/border_outer.svg | 0 .../{ => material}/outlined/border_right.svg | 0 .../{ => material}/outlined/border_style.svg | 0 .../{ => material}/outlined/border_top.svg | 0 .../outlined/border_vertical.svg | 0 .../src/{ => material}/outlined/boy.svg | 0 .../outlined/branding_watermark.svg | 0 .../outlined/breakfast_dining.svg | 0 .../{ => material}/outlined/brightness_1.svg | 0 .../{ => material}/outlined/brightness_2.svg | 0 .../{ => material}/outlined/brightness_3.svg | 0 .../{ => material}/outlined/brightness_4.svg | 0 .../{ => material}/outlined/brightness_5.svg | 0 .../{ => material}/outlined/brightness_6.svg | 0 .../{ => material}/outlined/brightness_7.svg | 0 .../outlined/brightness_auto.svg | 0 .../outlined/brightness_high.svg | 0 .../outlined/brightness_low.svg | 0 .../outlined/brightness_medium.svg | 0 .../outlined/broadcast_on_home.svg | 0 .../outlined/broadcast_on_personal.svg | 0 .../{ => material}/outlined/broken_image.svg | 0 .../outlined/browse_gallery.svg | 0 .../outlined/browser_not_supported.svg | 0 .../outlined/browser_updated.svg | 0 .../{ => material}/outlined/brunch_dining.svg | 0 .../src/{ => material}/outlined/brush.svg | 0 .../{ => material}/outlined/bubble_chart.svg | 0 .../{ => material}/outlined/bug_report.svg | 0 .../src/{ => material}/outlined/build.svg | 0 .../{ => material}/outlined/build_circle.svg | 0 .../src/{ => material}/outlined/bungalow.svg | 0 .../{ => material}/outlined/burst_mode.svg | 0 .../src/{ => material}/outlined/bus_alert.svg | 0 .../src/{ => material}/outlined/business.svg | 0 .../outlined/business_center.svg | 0 .../src/{ => material}/outlined/cabin.svg | 0 .../src/{ => material}/outlined/cable.svg | 0 .../src/{ => material}/outlined/cached.svg | 0 .../src/{ => material}/outlined/cake.svg | 0 .../src/{ => material}/outlined/calculate.svg | 0 .../outlined/calendar_month.svg | 0 .../outlined/calendar_today.svg | 0 .../outlined/calendar_view_day.svg | 0 .../outlined/calendar_view_month.svg | 0 .../outlined/calendar_view_week.svg | 0 .../src/{ => material}/outlined/call.svg | 0 .../src/{ => material}/outlined/call_end.svg | 0 .../src/{ => material}/outlined/call_made.svg | 0 .../{ => material}/outlined/call_merge.svg | 0 .../{ => material}/outlined/call_missed.svg | 0 .../outlined/call_missed_outgoing.svg | 0 .../{ => material}/outlined/call_received.svg | 0 .../{ => material}/outlined/call_split.svg | 0 .../outlined/call_to_action.svg | 0 .../src/{ => material}/outlined/camera.svg | 0 .../{ => material}/outlined/camera_alt.svg | 0 .../outlined/camera_enhance.svg | 0 .../{ => material}/outlined/camera_front.svg | 0 .../{ => material}/outlined/camera_indoor.svg | 0 .../outlined/camera_outdoor.svg | 0 .../{ => material}/outlined/camera_rear.svg | 0 .../{ => material}/outlined/camera_roll.svg | 0 .../{ => material}/outlined/cameraswitch.svg | 0 .../src/{ => material}/outlined/campaign.svg | 0 .../src/{ => material}/outlined/cancel.svg | 0 .../outlined/cancel_presentation.svg | 0 .../outlined/cancel_schedule_send.svg | 0 .../outlined/candlestick_chart.svg | 0 .../src/{ => material}/outlined/car_crash.svg | 0 .../{ => material}/outlined/car_rental.svg | 0 .../{ => material}/outlined/car_repair.svg | 0 .../{ => material}/outlined/card_giftcard.svg | 0 .../outlined/card_membership.svg | 0 .../{ => material}/outlined/card_travel.svg | 0 .../src/{ => material}/outlined/carpenter.svg | 0 .../src/{ => material}/outlined/cases.svg | 0 .../src/{ => material}/outlined/casino.svg | 0 .../src/{ => material}/outlined/cast.svg | 0 .../outlined/cast_connected.svg | 0 .../outlined/cast_for_education.svg | 0 .../src/{ => material}/outlined/castle.svg | 0 .../outlined/catching_pokemon.svg | 0 .../src/{ => material}/outlined/category.svg | 0 .../{ => material}/outlined/celebration.svg | 0 .../{ => material}/outlined/cell_tower.svg | 0 .../src/{ => material}/outlined/cell_wifi.svg | 0 .../outlined/center_focus_strong.svg | 0 .../outlined/center_focus_weak.svg | 0 .../src/{ => material}/outlined/chair.svg | 0 .../src/{ => material}/outlined/chair_alt.svg | 0 .../src/{ => material}/outlined/chalet.svg | 0 .../{ => material}/outlined/change_circle.svg | 0 .../outlined/change_history.svg | 0 .../outlined/charging_station.svg | 0 .../src/{ => material}/outlined/chat.svg | 0 .../{ => material}/outlined/chat_bubble.svg | 0 .../outlined/chat_bubble_outline.svg | 0 .../src/{ => material}/outlined/check.svg | 0 .../src/{ => material}/outlined/check_box.svg | 0 .../outlined/check_box_outline_blank.svg | 0 .../{ => material}/outlined/check_circle.svg | 0 .../outlined/check_circle_outline.svg | 0 .../src/{ => material}/outlined/checklist.svg | 0 .../{ => material}/outlined/checklist_rtl.svg | 0 .../src/{ => material}/outlined/checkroom.svg | 0 .../{ => material}/outlined/chevron_left.svg | 0 .../{ => material}/outlined/chevron_right.svg | 0 .../{ => material}/outlined/child_care.svg | 0 .../outlined/child_friendly.svg | 0 .../outlined/chrome_reader_mode.svg | 0 .../src/{ => material}/outlined/church.svg | 0 .../src/{ => material}/outlined/circle.svg | 0 .../outlined/circle_notifications.svg | 0 .../src/{ => material}/outlined/class.svg | 0 .../{ => material}/outlined/clean_hands.svg | 0 .../outlined/cleaning_services.svg | 0 .../src/{ => material}/outlined/clear.svg | 0 .../src/{ => material}/outlined/clear_all.svg | 0 .../src/{ => material}/outlined/close.svg | 0 .../outlined/close_fullscreen.svg | 0 .../outlined/closed_caption.svg | 0 .../outlined/closed_caption_disabled.svg | 0 .../outlined/closed_caption_off.svg | 0 .../src/{ => material}/outlined/cloud.svg | 0 .../{ => material}/outlined/cloud_circle.svg | 0 .../{ => material}/outlined/cloud_done.svg | 0 .../outlined/cloud_download.svg | 0 .../src/{ => material}/outlined/cloud_off.svg | 0 .../{ => material}/outlined/cloud_queue.svg | 0 .../{ => material}/outlined/cloud_sync.svg | 0 .../{ => material}/outlined/cloud_upload.svg | 0 .../src/{ => material}/outlined/co2.svg | 0 .../{ => material}/outlined/co_present.svg | 0 .../src/{ => material}/outlined/code.svg | 0 .../src/{ => material}/outlined/code_off.svg | 0 .../src/{ => material}/outlined/coffee.svg | 0 .../{ => material}/outlined/coffee_maker.svg | 0 .../{ => material}/outlined/collections.svg | 0 .../outlined/collections_bookmark.svg | 0 .../{ => material}/outlined/color_lens.svg | 0 .../src/{ => material}/outlined/colorize.svg | 0 .../src/{ => material}/outlined/comment.svg | 0 .../{ => material}/outlined/comment_bank.svg | 0 .../outlined/comments_disabled.svg | 0 .../src/{ => material}/outlined/commit.svg | 0 .../src/{ => material}/outlined/commute.svg | 0 .../src/{ => material}/outlined/compare.svg | 0 .../outlined/compare_arrows.svg | 0 .../outlined/compass_calibration.svg | 0 .../src/{ => material}/outlined/compost.svg | 0 .../src/{ => material}/outlined/compress.svg | 0 .../src/{ => material}/outlined/computer.svg | 0 .../outlined/confirmation_number.svg | 0 .../outlined/connect_without_contact.svg | 0 .../{ => material}/outlined/connected_tv.svg | 0 .../outlined/connecting_airports.svg | 0 .../{ => material}/outlined/construction.svg | 0 .../outlined/contact_emergency.svg | 0 .../{ => material}/outlined/contact_mail.svg | 0 .../{ => material}/outlined/contact_page.svg | 0 .../{ => material}/outlined/contact_phone.svg | 0 .../outlined/contact_support.svg | 0 .../{ => material}/outlined/contactless.svg | 0 .../src/{ => material}/outlined/contacts.svg | 0 .../{ => material}/outlined/content_copy.svg | 0 .../{ => material}/outlined/content_cut.svg | 0 .../{ => material}/outlined/content_paste.svg | 0 .../outlined/content_paste_go.svg | 0 .../outlined/content_paste_off.svg | 0 .../outlined/content_paste_search.svg | 0 .../src/{ => material}/outlined/contrast.svg | 0 .../outlined/control_camera.svg | 0 .../{ => material}/outlined/control_point.svg | 0 .../outlined/control_point_duplicate.svg | 0 .../src/{ => material}/outlined/cookie.svg | 0 .../src/{ => material}/outlined/copy_all.svg | 0 .../src/{ => material}/outlined/copyright.svg | 0 .../{ => material}/outlined/coronavirus.svg | 0 .../outlined/corporate_fare.svg | 0 .../src/{ => material}/outlined/cottage.svg | 0 .../{ => material}/outlined/countertops.svg | 0 .../src/{ => material}/outlined/create.svg | 0 .../outlined/create_new_folder.svg | 0 .../{ => material}/outlined/credit_card.svg | 0 .../outlined/credit_card_off.svg | 0 .../{ => material}/outlined/credit_score.svg | 0 .../src/{ => material}/outlined/crib.svg | 0 .../{ => material}/outlined/crisis_alert.svg | 0 .../src/{ => material}/outlined/crop.svg | 0 .../src/{ => material}/outlined/crop_16_9.svg | 0 .../src/{ => material}/outlined/crop_3_2.svg | 0 .../src/{ => material}/outlined/crop_5_4.svg | 0 .../src/{ => material}/outlined/crop_7_5.svg | 0 .../src/{ => material}/outlined/crop_din.svg | 0 .../src/{ => material}/outlined/crop_free.svg | 0 .../outlined/crop_landscape.svg | 0 .../{ => material}/outlined/crop_original.svg | 0 .../{ => material}/outlined/crop_portrait.svg | 0 .../{ => material}/outlined/crop_rotate.svg | 0 .../{ => material}/outlined/crop_square.svg | 0 .../{ => material}/outlined/cruelty_free.svg | 0 .../src/{ => material}/outlined/css.svg | 0 .../outlined/currency_bitcoin.svg | 0 .../outlined/currency_exchange.svg | 0 .../outlined/currency_franc.svg | 0 .../{ => material}/outlined/currency_lira.svg | 0 .../outlined/currency_pound.svg | 0 .../outlined/currency_ruble.svg | 0 .../outlined/currency_rupee.svg | 0 .../{ => material}/outlined/currency_yen.svg | 0 .../{ => material}/outlined/currency_yuan.svg | 0 .../src/{ => material}/outlined/curtains.svg | 0 .../outlined/curtains_closed.svg | 0 .../src/{ => material}/outlined/cyclone.svg | 0 .../src/{ => material}/outlined/dangerous.svg | 0 .../src/{ => material}/outlined/dark_mode.svg | 0 .../src/{ => material}/outlined/dashboard.svg | 0 .../outlined/dashboard_customize.svg | 0 .../{ => material}/outlined/data_array.svg | 0 .../outlined/data_exploration.svg | 0 .../{ => material}/outlined/data_object.svg | 0 .../outlined/data_saver_off.svg | 0 .../{ => material}/outlined/data_saver_on.svg | 0 .../outlined/data_thresholding.svg | 0 .../{ => material}/outlined/data_usage.svg | 0 .../src/{ => material}/outlined/dataset.svg | 0 .../outlined/dataset_linked.svg | 0 .../{ => material}/outlined/date_range.svg | 0 .../src/{ => material}/outlined/deblur.svg | 0 .../src/{ => material}/outlined/deck.svg | 0 .../src/{ => material}/outlined/dehaze.svg | 0 .../src/{ => material}/outlined/delete.svg | 0 .../outlined/delete_forever.svg | 0 .../outlined/delete_outline.svg | 0 .../{ => material}/outlined/delete_sweep.svg | 0 .../outlined/delivery_dining.svg | 0 .../{ => material}/outlined/density_large.svg | 0 .../outlined/density_medium.svg | 0 .../{ => material}/outlined/density_small.svg | 0 .../outlined/departure_board.svg | 0 .../{ => material}/outlined/description.svg | 0 .../src/{ => material}/outlined/deselect.svg | 0 .../outlined/design_services.svg | 0 .../src/{ => material}/outlined/desk.svg | 0 .../outlined/desktop_access_disabled.svg | 0 .../{ => material}/outlined/desktop_mac.svg | 0 .../outlined/desktop_windows.svg | 0 .../src/{ => material}/outlined/details.svg | 0 .../outlined/developer_board.svg | 0 .../outlined/developer_board_off.svg | 0 .../outlined/developer_mode.svg | 0 .../{ => material}/outlined/device_hub.svg | 0 .../outlined/device_thermostat.svg | 0 .../outlined/device_unknown.svg | 0 .../src/{ => material}/outlined/devices.svg | 0 .../{ => material}/outlined/devices_fold.svg | 0 .../{ => material}/outlined/devices_other.svg | 0 .../{ => material}/outlined/dialer_sip.svg | 0 .../src/{ => material}/outlined/dialpad.svg | 0 .../src/{ => material}/outlined/diamond.svg | 0 .../{ => material}/outlined/difference.svg | 0 .../src/{ => material}/outlined/dining.svg | 0 .../{ => material}/outlined/dinner_dining.svg | 0 .../{ => material}/outlined/directions.svg | 0 .../outlined/directions_bike.svg | 0 .../outlined/directions_boat.svg | 0 .../outlined/directions_boat_filled.svg | 0 .../outlined/directions_bus.svg | 0 .../outlined/directions_bus_filled.svg | 0 .../outlined/directions_car.svg | 0 .../outlined/directions_car_filled.svg | 0 .../outlined/directions_off.svg | 0 .../outlined/directions_railway.svg | 0 .../outlined/directions_railway_filled.svg | 0 .../outlined/directions_run.svg | 0 .../outlined/directions_subway.svg | 0 .../outlined/directions_subway_filled.svg | 0 .../outlined/directions_transit.svg | 0 .../outlined/directions_transit_filled.svg | 0 .../outlined/directions_walk.svg | 0 .../{ => material}/outlined/dirty_lens.svg | 0 .../outlined/disabled_by_default.svg | 0 .../outlined/disabled_visible.svg | 0 .../src/{ => material}/outlined/disc_full.svg | 0 .../src/{ => material}/outlined/discount.svg | 0 .../outlined/display_settings.svg | 0 .../{ => material}/outlined/diversity_1.svg | 0 .../{ => material}/outlined/diversity_2.svg | 0 .../{ => material}/outlined/diversity_3.svg | 0 .../src/{ => material}/outlined/dns.svg | 0 .../{ => material}/outlined/do_disturb.svg | 0 .../outlined/do_disturb_alt.svg | 0 .../outlined/do_disturb_off.svg | 0 .../{ => material}/outlined/do_disturb_on.svg | 0 .../outlined/do_not_disturb.svg | 0 .../outlined/do_not_disturb_alt.svg | 0 .../outlined/do_not_disturb_off.svg | 0 .../outlined/do_not_disturb_on.svg | 0 .../do_not_disturb_on_total_silence.svg | 0 .../{ => material}/outlined/do_not_step.svg | 0 .../{ => material}/outlined/do_not_touch.svg | 0 .../src/{ => material}/outlined/dock.svg | 0 .../outlined/document_scanner.svg | 0 .../src/{ => material}/outlined/domain.svg | 0 .../{ => material}/outlined/domain_add.svg | 0 .../outlined/domain_disabled.svg | 0 .../outlined/domain_verification.svg | 0 .../src/{ => material}/outlined/done.svg | 0 .../src/{ => material}/outlined/done_all.svg | 0 .../{ => material}/outlined/done_outline.svg | 0 .../{ => material}/outlined/donut_large.svg | 0 .../{ => material}/outlined/donut_small.svg | 0 .../src/{ => material}/outlined/door_back.svg | 0 .../{ => material}/outlined/door_front.svg | 0 .../{ => material}/outlined/door_sliding.svg | 0 .../src/{ => material}/outlined/doorbell.svg | 0 .../{ => material}/outlined/double_arrow.svg | 0 .../outlined/downhill_skiing.svg | 0 .../src/{ => material}/outlined/download.svg | 0 .../{ => material}/outlined/download_done.svg | 0 .../outlined/download_for_offline.svg | 0 .../{ => material}/outlined/downloading.svg | 0 .../src/{ => material}/outlined/drafts.svg | 0 .../{ => material}/outlined/drag_handle.svg | 0 .../outlined/drag_indicator.svg | 0 .../src/{ => material}/outlined/draw.svg | 0 .../src/{ => material}/outlined/drive_eta.svg | 0 .../outlined/drive_file_move.svg | 0 .../outlined/drive_file_move_rtl.svg | 0 .../outlined/drive_file_rename_outline.svg | 0 .../outlined/drive_folder_upload.svg | 0 .../src/{ => material}/outlined/dry.svg | 0 .../{ => material}/outlined/dry_cleaning.svg | 0 .../src/{ => material}/outlined/duo.svg | 0 .../src/{ => material}/outlined/dvr.svg | 0 .../{ => material}/outlined/dynamic_feed.svg | 0 .../{ => material}/outlined/dynamic_form.svg | 0 .../{ => material}/outlined/e_mobiledata.svg | 0 .../src/{ => material}/outlined/earbuds.svg | 0 .../outlined/earbuds_battery.svg | 0 .../src/{ => material}/outlined/east.svg | 0 .../outlined/edgesensor_high.svg | 0 .../outlined/edgesensor_low.svg | 0 .../src/{ => material}/outlined/edit.svg | 0 .../outlined/edit_attributes.svg | 0 .../{ => material}/outlined/edit_calendar.svg | 0 .../{ => material}/outlined/edit_location.svg | 0 .../outlined/edit_location_alt.svg | 0 .../src/{ => material}/outlined/edit_note.svg | 0 .../outlined/edit_notifications.svg | 0 .../src/{ => material}/outlined/edit_off.svg | 0 .../src/{ => material}/outlined/edit_road.svg | 0 .../src/{ => material}/outlined/egg.svg | 0 .../src/{ => material}/outlined/egg_alt.svg | 0 .../src/{ => material}/outlined/eject.svg | 0 .../src/{ => material}/outlined/elderly.svg | 0 .../{ => material}/outlined/elderly_woman.svg | 0 .../{ => material}/outlined/electric_bike.svg | 0 .../{ => material}/outlined/electric_bolt.svg | 0 .../{ => material}/outlined/electric_car.svg | 0 .../outlined/electric_meter.svg | 0 .../outlined/electric_moped.svg | 0 .../outlined/electric_rickshaw.svg | 0 .../outlined/electric_scooter.svg | 0 .../outlined/electrical_services.svg | 0 .../src/{ => material}/outlined/elevator.svg | 0 .../src/{ => material}/outlined/email.svg | 0 .../src/{ => material}/outlined/emergency.svg | 0 .../outlined/emergency_recording.svg | 0 .../outlined/emergency_share.svg | 0 .../outlined/emoji_emotions.svg | 0 .../{ => material}/outlined/emoji_events.svg | 0 .../outlined/emoji_food_beverage.svg | 0 .../{ => material}/outlined/emoji_nature.svg | 0 .../{ => material}/outlined/emoji_objects.svg | 0 .../{ => material}/outlined/emoji_people.svg | 0 .../{ => material}/outlined/emoji_symbols.svg | 0 .../outlined/emoji_transportation.svg | 0 .../outlined/energy_savings_leaf.svg | 0 .../{ => material}/outlined/engineering.svg | 0 .../outlined/enhanced_encryption.svg | 0 .../src/{ => material}/outlined/equalizer.svg | 0 .../src/{ => material}/outlined/error.svg | 0 .../{ => material}/outlined/error_outline.svg | 0 .../src/{ => material}/outlined/escalator.svg | 0 .../outlined/escalator_warning.svg | 0 .../src/{ => material}/outlined/euro.svg | 0 .../{ => material}/outlined/euro_symbol.svg | 0 .../{ => material}/outlined/ev_station.svg | 0 .../src/{ => material}/outlined/event.svg | 0 .../outlined/event_available.svg | 0 .../{ => material}/outlined/event_busy.svg | 0 .../{ => material}/outlined/event_note.svg | 0 .../{ => material}/outlined/event_repeat.svg | 0 .../{ => material}/outlined/event_seat.svg | 0 .../{ => material}/outlined/exit_to_app.svg | 0 .../src/{ => material}/outlined/expand.svg | 0 .../outlined/expand_circle_down.svg | 0 .../{ => material}/outlined/expand_less.svg | 0 .../{ => material}/outlined/expand_more.svg | 0 .../src/{ => material}/outlined/explicit.svg | 0 .../src/{ => material}/outlined/explore.svg | 0 .../{ => material}/outlined/explore_off.svg | 0 .../src/{ => material}/outlined/exposure.svg | 0 .../outlined/exposure_neg_1.svg | 0 .../outlined/exposure_neg_2.svg | 0 .../outlined/exposure_plus_1.svg | 0 .../outlined/exposure_plus_2.svg | 0 .../{ => material}/outlined/exposure_zero.svg | 0 .../src/{ => material}/outlined/extension.svg | 0 .../{ => material}/outlined/extension_off.svg | 0 .../src/{ => material}/outlined/face.svg | 0 .../src/{ => material}/outlined/face_2.svg | 0 .../src/{ => material}/outlined/face_3.svg | 0 .../src/{ => material}/outlined/face_4.svg | 0 .../src/{ => material}/outlined/face_5.svg | 0 .../src/{ => material}/outlined/face_6.svg | 0 .../outlined/face_retouching_natural.svg | 0 .../outlined/face_retouching_off.svg | 0 .../{ => material}/outlined/fact_check.svg | 0 .../src/{ => material}/outlined/factory.svg | 0 .../outlined/family_restroom.svg | 0 .../{ => material}/outlined/fast_forward.svg | 0 .../{ => material}/outlined/fast_rewind.svg | 0 .../src/{ => material}/outlined/fastfood.svg | 0 .../src/{ => material}/outlined/favorite.svg | 0 .../outlined/favorite_border.svg | 0 .../src/{ => material}/outlined/fax.svg | 0 .../outlined/featured_play_list.svg | 0 .../outlined/featured_video.svg | 0 .../src/{ => material}/outlined/feed.svg | 0 .../src/{ => material}/outlined/feedback.svg | 0 .../src/{ => material}/outlined/female.svg | 0 .../src/{ => material}/outlined/fence.svg | 0 .../src/{ => material}/outlined/festival.svg | 0 .../src/{ => material}/outlined/fiber_dvr.svg | 0 .../outlined/fiber_manual_record.svg | 0 .../src/{ => material}/outlined/fiber_new.svg | 0 .../src/{ => material}/outlined/fiber_pin.svg | 0 .../outlined/fiber_smart_record.svg | 0 .../src/{ => material}/outlined/file_copy.svg | 0 .../{ => material}/outlined/file_download.svg | 0 .../outlined/file_download_done.svg | 0 .../outlined/file_download_off.svg | 0 .../src/{ => material}/outlined/file_open.svg | 0 .../{ => material}/outlined/file_present.svg | 0 .../{ => material}/outlined/file_upload.svg | 0 .../src/{ => material}/outlined/filter.svg | 0 .../src/{ => material}/outlined/filter_1.svg | 0 .../src/{ => material}/outlined/filter_2.svg | 0 .../src/{ => material}/outlined/filter_3.svg | 0 .../src/{ => material}/outlined/filter_4.svg | 0 .../src/{ => material}/outlined/filter_5.svg | 0 .../src/{ => material}/outlined/filter_6.svg | 0 .../src/{ => material}/outlined/filter_7.svg | 0 .../src/{ => material}/outlined/filter_8.svg | 0 .../src/{ => material}/outlined/filter_9.svg | 0 .../{ => material}/outlined/filter_9_plus.svg | 0 .../{ => material}/outlined/filter_alt.svg | 0 .../outlined/filter_alt_off.svg | 0 .../outlined/filter_b_and_w.svg | 0 .../outlined/filter_center_focus.svg | 0 .../{ => material}/outlined/filter_drama.svg | 0 .../{ => material}/outlined/filter_frames.svg | 0 .../{ => material}/outlined/filter_hdr.svg | 0 .../{ => material}/outlined/filter_list.svg | 0 .../outlined/filter_list_off.svg | 0 .../{ => material}/outlined/filter_none.svg | 0 .../outlined/filter_tilt_shift.svg | 0 .../outlined/filter_vintage.svg | 0 .../{ => material}/outlined/find_in_page.svg | 0 .../{ => material}/outlined/find_replace.svg | 0 .../{ => material}/outlined/fingerprint.svg | 0 .../outlined/fire_extinguisher.svg | 0 .../outlined/fire_hydrant_alt.svg | 0 .../{ => material}/outlined/fire_truck.svg | 0 .../src/{ => material}/outlined/fireplace.svg | 0 .../{ => material}/outlined/first_page.svg | 0 .../{ => material}/outlined/fit_screen.svg | 0 .../src/{ => material}/outlined/fitbit.svg | 0 .../outlined/fitness_center.svg | 0 .../src/{ => material}/outlined/flag.svg | 0 .../{ => material}/outlined/flag_circle.svg | 0 .../src/{ => material}/outlined/flaky.svg | 0 .../src/{ => material}/outlined/flare.svg | 0 .../{ => material}/outlined/flash_auto.svg | 0 .../src/{ => material}/outlined/flash_off.svg | 0 .../src/{ => material}/outlined/flash_on.svg | 0 .../outlined/flashlight_off.svg | 0 .../{ => material}/outlined/flashlight_on.svg | 0 .../src/{ => material}/outlined/flatware.svg | 0 .../src/{ => material}/outlined/flight.svg | 0 .../{ => material}/outlined/flight_class.svg | 0 .../{ => material}/outlined/flight_land.svg | 0 .../outlined/flight_takeoff.svg | 0 .../src/{ => material}/outlined/flip.svg | 0 .../outlined/flip_camera_android.svg | 0 .../outlined/flip_camera_ios.svg | 0 .../{ => material}/outlined/flip_to_back.svg | 0 .../{ => material}/outlined/flip_to_front.svg | 0 .../src/{ => material}/outlined/flood.svg | 0 .../{ => material}/outlined/fluorescent.svg | 0 .../{ => material}/outlined/flutter_dash.svg | 0 .../src/{ => material}/outlined/fmd_bad.svg | 0 .../src/{ => material}/outlined/fmd_good.svg | 0 .../src/{ => material}/outlined/folder.svg | 0 .../{ => material}/outlined/folder_copy.svg | 0 .../{ => material}/outlined/folder_delete.svg | 0 .../{ => material}/outlined/folder_off.svg | 0 .../{ => material}/outlined/folder_open.svg | 0 .../{ => material}/outlined/folder_shared.svg | 0 .../outlined/folder_special.svg | 0 .../{ => material}/outlined/folder_zip.svg | 0 .../outlined/follow_the_signs.svg | 0 .../{ => material}/outlined/font_download.svg | 0 .../outlined/font_download_off.svg | 0 .../src/{ => material}/outlined/food_bank.svg | 0 .../src/{ => material}/outlined/forest.svg | 0 .../src/{ => material}/outlined/fork_left.svg | 0 .../{ => material}/outlined/fork_right.svg | 0 .../outlined/format_align_center.svg | 0 .../outlined/format_align_justify.svg | 0 .../outlined/format_align_left.svg | 0 .../outlined/format_align_right.svg | 0 .../{ => material}/outlined/format_bold.svg | 0 .../{ => material}/outlined/format_clear.svg | 0 .../outlined/format_color_fill.svg | 0 .../outlined/format_color_reset.svg | 0 .../outlined/format_color_text.svg | 0 .../outlined/format_indent_decrease.svg | 0 .../outlined/format_indent_increase.svg | 0 .../{ => material}/outlined/format_italic.svg | 0 .../outlined/format_line_spacing.svg | 0 .../outlined/format_list_bulleted.svg | 0 .../outlined/format_list_numbered.svg | 0 .../outlined/format_list_numbered_rtl.svg | 0 .../outlined/format_overline.svg | 0 .../{ => material}/outlined/format_paint.svg | 0 .../{ => material}/outlined/format_quote.svg | 0 .../{ => material}/outlined/format_shapes.svg | 0 .../{ => material}/outlined/format_size.svg | 0 .../outlined/format_strikethrough.svg | 0 .../outlined/format_textdirection_l_to_r.svg | 0 .../outlined/format_textdirection_r_to_l.svg | 0 .../outlined/format_underlined.svg | 0 .../src/{ => material}/outlined/fort.svg | 0 .../src/{ => material}/outlined/forum.svg | 0 .../src/{ => material}/outlined/forward.svg | 0 .../{ => material}/outlined/forward_10.svg | 0 .../{ => material}/outlined/forward_30.svg | 0 .../src/{ => material}/outlined/forward_5.svg | 0 .../outlined/forward_to_inbox.svg | 0 .../{ => material}/outlined/foundation.svg | 0 .../outlined/free_breakfast.svg | 0 .../outlined/free_cancellation.svg | 0 .../{ => material}/outlined/front_hand.svg | 0 .../{ => material}/outlined/fullscreen.svg | 0 .../outlined/fullscreen_exit.svg | 0 .../src/{ => material}/outlined/functions.svg | 0 .../{ => material}/outlined/g_mobiledata.svg | 0 .../{ => material}/outlined/g_translate.svg | 0 .../src/{ => material}/outlined/gamepad.svg | 0 .../src/{ => material}/outlined/games.svg | 0 .../src/{ => material}/outlined/garage.svg | 0 .../src/{ => material}/outlined/gas_meter.svg | 0 .../src/{ => material}/outlined/gavel.svg | 0 .../outlined/generating_tokens.svg | 0 .../src/{ => material}/outlined/gesture.svg | 0 .../src/{ => material}/outlined/get_app.svg | 0 .../src/{ => material}/outlined/gif.svg | 0 .../src/{ => material}/outlined/gif_box.svg | 0 .../src/{ => material}/outlined/girl.svg | 0 .../src/{ => material}/outlined/gite.svg | 0 .../{ => material}/outlined/golf_course.svg | 0 .../src/{ => material}/outlined/gpp_bad.svg | 0 .../src/{ => material}/outlined/gpp_good.svg | 0 .../src/{ => material}/outlined/gpp_maybe.svg | 0 .../src/{ => material}/outlined/gps_fixed.svg | 0 .../{ => material}/outlined/gps_not_fixed.svg | 0 .../src/{ => material}/outlined/gps_off.svg | 0 .../src/{ => material}/outlined/grade.svg | 0 .../src/{ => material}/outlined/gradient.svg | 0 .../src/{ => material}/outlined/grading.svg | 0 .../src/{ => material}/outlined/grain.svg | 0 .../{ => material}/outlined/graphic_eq.svg | 0 .../src/{ => material}/outlined/grass.svg | 0 .../src/{ => material}/outlined/grid_3x3.svg | 0 .../src/{ => material}/outlined/grid_4x4.svg | 0 .../outlined/grid_goldenratio.svg | 0 .../src/{ => material}/outlined/grid_off.svg | 0 .../src/{ => material}/outlined/grid_on.svg | 0 .../src/{ => material}/outlined/grid_view.svg | 0 .../src/{ => material}/outlined/group.svg | 0 .../src/{ => material}/outlined/group_add.svg | 0 .../src/{ => material}/outlined/group_off.svg | 0 .../{ => material}/outlined/group_remove.svg | 0 .../{ => material}/outlined/group_work.svg | 0 .../src/{ => material}/outlined/groups.svg | 0 .../src/{ => material}/outlined/groups_2.svg | 0 .../src/{ => material}/outlined/groups_3.svg | 0 .../{ => material}/outlined/h_mobiledata.svg | 0 .../outlined/h_plus_mobiledata.svg | 0 .../src/{ => material}/outlined/hail.svg | 0 .../src/{ => material}/outlined/handshake.svg | 0 .../src/{ => material}/outlined/handyman.svg | 0 .../src/{ => material}/outlined/hardware.svg | 0 .../src/{ => material}/outlined/hd.svg | 0 .../src/{ => material}/outlined/hdr_auto.svg | 0 .../outlined/hdr_auto_select.svg | 0 .../outlined/hdr_enhanced_select.svg | 0 .../src/{ => material}/outlined/hdr_off.svg | 0 .../outlined/hdr_off_select.svg | 0 .../src/{ => material}/outlined/hdr_on.svg | 0 .../{ => material}/outlined/hdr_on_select.svg | 0 .../src/{ => material}/outlined/hdr_plus.svg | 0 .../{ => material}/outlined/hdr_strong.svg | 0 .../src/{ => material}/outlined/hdr_weak.svg | 0 .../{ => material}/outlined/headphones.svg | 0 .../outlined/headphones_battery.svg | 0 .../src/{ => material}/outlined/headset.svg | 0 .../{ => material}/outlined/headset_mic.svg | 0 .../{ => material}/outlined/headset_off.svg | 0 .../src/{ => material}/outlined/healing.svg | 0 .../outlined/health_and_safety.svg | 0 .../src/{ => material}/outlined/hearing.svg | 0 .../outlined/hearing_disabled.svg | 0 .../{ => material}/outlined/heart_broken.svg | 0 .../src/{ => material}/outlined/heat_pump.svg | 0 .../src/{ => material}/outlined/height.svg | 0 .../src/{ => material}/outlined/help.svg | 0 .../{ => material}/outlined/help_center.svg | 0 .../{ => material}/outlined/help_outline.svg | 0 .../src/{ => material}/outlined/hevc.svg | 0 .../src/{ => material}/outlined/hexagon.svg | 0 .../{ => material}/outlined/hide_image.svg | 0 .../{ => material}/outlined/hide_source.svg | 0 .../{ => material}/outlined/high_quality.svg | 0 .../src/{ => material}/outlined/highlight.svg | 0 .../{ => material}/outlined/highlight_alt.svg | 0 .../{ => material}/outlined/highlight_off.svg | 0 .../src/{ => material}/outlined/hiking.svg | 0 .../src/{ => material}/outlined/history.svg | 0 .../{ => material}/outlined/history_edu.svg | 0 .../outlined/history_toggle_off.svg | 0 .../src/{ => material}/outlined/hive.svg | 0 .../src/{ => material}/outlined/hls.svg | 0 .../src/{ => material}/outlined/hls_off.svg | 0 .../outlined/holiday_village.svg | 0 .../src/{ => material}/outlined/home.svg | 0 .../src/{ => material}/outlined/home_max.svg | 0 .../src/{ => material}/outlined/home_mini.svg | 0 .../outlined/home_repair_service.svg | 0 .../src/{ => material}/outlined/home_work.svg | 0 .../outlined/horizontal_distribute.svg | 0 .../outlined/horizontal_rule.svg | 0 .../outlined/horizontal_split.svg | 0 .../src/{ => material}/outlined/hot_tub.svg | 0 .../src/{ => material}/outlined/hotel.svg | 0 .../{ => material}/outlined/hotel_class.svg | 0 .../outlined/hourglass_bottom.svg | 0 .../outlined/hourglass_disabled.svg | 0 .../outlined/hourglass_empty.svg | 0 .../outlined/hourglass_full.svg | 0 .../{ => material}/outlined/hourglass_top.svg | 0 .../src/{ => material}/outlined/house.svg | 0 .../{ => material}/outlined/house_siding.svg | 0 .../src/{ => material}/outlined/houseboat.svg | 0 .../{ => material}/outlined/how_to_reg.svg | 0 .../{ => material}/outlined/how_to_vote.svg | 0 .../src/{ => material}/outlined/html.svg | 0 .../src/{ => material}/outlined/http.svg | 0 .../src/{ => material}/outlined/https.svg | 0 .../src/{ => material}/outlined/hub.svg | 0 .../src/{ => material}/outlined/hvac.svg | 0 .../{ => material}/outlined/ice_skating.svg | 0 .../src/{ => material}/outlined/icecream.svg | 0 .../src/{ => material}/outlined/image.svg | 0 .../outlined/image_aspect_ratio.svg | 0 .../outlined/image_not_supported.svg | 0 .../{ => material}/outlined/image_search.svg | 0 .../outlined/imagesearch_roller.svg | 0 .../outlined/import_contacts.svg | 0 .../{ => material}/outlined/import_export.svg | 0 .../outlined/important_devices.svg | 0 .../src/{ => material}/outlined/inbox.svg | 0 .../outlined/incomplete_circle.svg | 0 .../outlined/indeterminate_check_box.svg | 0 .../src/{ => material}/outlined/info.svg | 0 .../src/{ => material}/outlined/input.svg | 0 .../{ => material}/outlined/insert_chart.svg | 0 .../outlined/insert_chart_outlined.svg | 0 .../outlined/insert_comment.svg | 0 .../outlined/insert_drive_file.svg | 0 .../outlined/insert_emoticon.svg | 0 .../outlined/insert_invitation.svg | 0 .../{ => material}/outlined/insert_link.svg | 0 .../outlined/insert_page_break.svg | 0 .../{ => material}/outlined/insert_photo.svg | 0 .../src/{ => material}/outlined/insights.svg | 0 .../outlined/install_desktop.svg | 0 .../outlined/install_mobile.svg | 0 .../outlined/integration_instructions.svg | 0 .../src/{ => material}/outlined/interests.svg | 0 .../outlined/interpreter_mode.svg | 0 .../src/{ => material}/outlined/inventory.svg | 0 .../{ => material}/outlined/inventory_2.svg | 0 .../{ => material}/outlined/invert_colors.svg | 0 .../outlined/invert_colors_off.svg | 0 .../src/{ => material}/outlined/ios_share.svg | 0 .../src/{ => material}/outlined/iron.svg | 0 .../src/{ => material}/outlined/iso.svg | 0 .../{ => material}/outlined/javascript.svg | 0 .../src/{ => material}/outlined/join_full.svg | 0 .../{ => material}/outlined/join_inner.svg | 0 .../src/{ => material}/outlined/join_left.svg | 0 .../{ => material}/outlined/join_right.svg | 0 .../src/{ => material}/outlined/kayaking.svg | 0 .../{ => material}/outlined/kebab_dining.svg | 0 .../src/{ => material}/outlined/key.svg | 0 .../src/{ => material}/outlined/key_off.svg | 0 .../src/{ => material}/outlined/keyboard.svg | 0 .../{ => material}/outlined/keyboard_alt.svg | 0 .../outlined/keyboard_arrow_down.svg | 0 .../outlined/keyboard_arrow_left.svg | 0 .../outlined/keyboard_arrow_right.svg | 0 .../outlined/keyboard_arrow_up.svg | 0 .../outlined/keyboard_backspace.svg | 0 .../outlined/keyboard_capslock.svg | 0 .../outlined/keyboard_command_key.svg | 0 .../outlined/keyboard_control_key.svg | 0 .../outlined/keyboard_double_arrow_down.svg | 0 .../outlined/keyboard_double_arrow_left.svg | 0 .../outlined/keyboard_double_arrow_right.svg | 0 .../outlined/keyboard_double_arrow_up.svg | 0 .../{ => material}/outlined/keyboard_hide.svg | 0 .../outlined/keyboard_option_key.svg | 0 .../outlined/keyboard_return.svg | 0 .../{ => material}/outlined/keyboard_tab.svg | 0 .../outlined/keyboard_voice.svg | 0 .../src/{ => material}/outlined/king_bed.svg | 0 .../src/{ => material}/outlined/kitchen.svg | 0 .../{ => material}/outlined/kitesurfing.svg | 0 .../src/{ => material}/outlined/label.svg | 0 .../outlined/label_important.svg | 0 .../src/{ => material}/outlined/label_off.svg | 0 .../src/{ => material}/outlined/lan.svg | 0 .../src/{ => material}/outlined/landscape.svg | 0 .../src/{ => material}/outlined/landslide.svg | 0 .../src/{ => material}/outlined/language.svg | 0 .../src/{ => material}/outlined/laptop.svg | 0 .../outlined/laptop_chromebook.svg | 0 .../{ => material}/outlined/laptop_mac.svg | 0 .../outlined/laptop_windows.svg | 0 .../src/{ => material}/outlined/last_page.svg | 0 .../src/{ => material}/outlined/launch.svg | 0 .../src/{ => material}/outlined/layers.svg | 0 .../{ => material}/outlined/layers_clear.svg | 0 .../{ => material}/outlined/leaderboard.svg | 0 .../src/{ => material}/outlined/leak_add.svg | 0 .../{ => material}/outlined/leak_remove.svg | 0 .../{ => material}/outlined/legend_toggle.svg | 0 .../src/{ => material}/outlined/lens.svg | 0 .../src/{ => material}/outlined/lens_blur.svg | 0 .../{ => material}/outlined/library_add.svg | 0 .../outlined/library_add_check.svg | 0 .../{ => material}/outlined/library_books.svg | 0 .../{ => material}/outlined/library_music.svg | 0 .../src/{ => material}/outlined/light.svg | 0 .../{ => material}/outlined/light_mode.svg | 0 .../src/{ => material}/outlined/lightbulb.svg | 0 .../outlined/lightbulb_circle.svg | 0 .../src/{ => material}/outlined/line_axis.svg | 0 .../{ => material}/outlined/line_style.svg | 0 .../{ => material}/outlined/line_weight.svg | 0 .../{ => material}/outlined/linear_scale.svg | 0 .../src/{ => material}/outlined/link.svg | 0 .../src/{ => material}/outlined/link_off.svg | 0 .../{ => material}/outlined/linked_camera.svg | 0 .../src/{ => material}/outlined/liquor.svg | 0 .../src/{ => material}/outlined/list.svg | 0 .../src/{ => material}/outlined/list_alt.svg | 0 .../src/{ => material}/outlined/live_help.svg | 0 .../src/{ => material}/outlined/live_tv.svg | 0 .../src/{ => material}/outlined/living.svg | 0 .../outlined/local_activity.svg | 0 .../{ => material}/outlined/local_airport.svg | 0 .../src/{ => material}/outlined/local_atm.svg | 0 .../src/{ => material}/outlined/local_bar.svg | 0 .../{ => material}/outlined/local_cafe.svg | 0 .../outlined/local_car_wash.svg | 0 .../outlined/local_convenience_store.svg | 0 .../{ => material}/outlined/local_dining.svg | 0 .../{ => material}/outlined/local_drink.svg | 0 .../outlined/local_fire_department.svg | 0 .../{ => material}/outlined/local_florist.svg | 0 .../outlined/local_gas_station.svg | 0 .../outlined/local_grocery_store.svg | 0 .../outlined/local_hospital.svg | 0 .../{ => material}/outlined/local_hotel.svg | 0 .../outlined/local_laundry_service.svg | 0 .../{ => material}/outlined/local_library.svg | 0 .../{ => material}/outlined/local_mall.svg | 0 .../{ => material}/outlined/local_movies.svg | 0 .../{ => material}/outlined/local_offer.svg | 0 .../{ => material}/outlined/local_parking.svg | 0 .../outlined/local_pharmacy.svg | 0 .../{ => material}/outlined/local_phone.svg | 0 .../{ => material}/outlined/local_pizza.svg | 0 .../{ => material}/outlined/local_play.svg | 0 .../{ => material}/outlined/local_police.svg | 0 .../outlined/local_post_office.svg | 0 .../outlined/local_printshop.svg | 0 .../src/{ => material}/outlined/local_see.svg | 0 .../outlined/local_shipping.svg | 0 .../{ => material}/outlined/local_taxi.svg | 0 .../{ => material}/outlined/location_city.svg | 0 .../outlined/location_disabled.svg | 0 .../{ => material}/outlined/location_off.svg | 0 .../{ => material}/outlined/location_on.svg | 0 .../outlined/location_searching.svg | 0 .../src/{ => material}/outlined/lock.svg | 0 .../{ => material}/outlined/lock_clock.svg | 0 .../src/{ => material}/outlined/lock_open.svg | 0 .../{ => material}/outlined/lock_person.svg | 0 .../{ => material}/outlined/lock_reset.svg | 0 .../src/{ => material}/outlined/login.svg | 0 .../src/{ => material}/outlined/logo_dev.svg | 0 .../src/{ => material}/outlined/logout.svg | 0 .../src/{ => material}/outlined/looks.svg | 0 .../src/{ => material}/outlined/looks_3.svg | 0 .../src/{ => material}/outlined/looks_4.svg | 0 .../src/{ => material}/outlined/looks_5.svg | 0 .../src/{ => material}/outlined/looks_6.svg | 0 .../src/{ => material}/outlined/looks_one.svg | 0 .../src/{ => material}/outlined/looks_two.svg | 0 .../src/{ => material}/outlined/loop.svg | 0 .../src/{ => material}/outlined/loupe.svg | 0 .../{ => material}/outlined/low_priority.svg | 0 .../src/{ => material}/outlined/loyalty.svg | 0 .../outlined/lte_mobiledata.svg | 0 .../outlined/lte_plus_mobiledata.svg | 0 .../src/{ => material}/outlined/luggage.svg | 0 .../{ => material}/outlined/lunch_dining.svg | 0 .../src/{ => material}/outlined/lyrics.svg | 0 .../src/{ => material}/outlined/macro_off.svg | 0 .../src/{ => material}/outlined/mail.svg | 0 .../src/{ => material}/outlined/mail_lock.svg | 0 .../{ => material}/outlined/mail_outline.svg | 0 .../src/{ => material}/outlined/male.svg | 0 .../src/{ => material}/outlined/man.svg | 0 .../src/{ => material}/outlined/man_2.svg | 0 .../src/{ => material}/outlined/man_3.svg | 0 .../src/{ => material}/outlined/man_4.svg | 0 .../outlined/manage_accounts.svg | 0 .../outlined/manage_history.svg | 0 .../{ => material}/outlined/manage_search.svg | 0 .../src/{ => material}/outlined/map.svg | 0 .../outlined/maps_home_work.svg | 0 .../src/{ => material}/outlined/maps_ugc.svg | 0 .../src/{ => material}/outlined/margin.svg | 0 .../outlined/mark_as_unread.svg | 0 .../outlined/mark_chat_read.svg | 0 .../outlined/mark_chat_unread.svg | 0 .../outlined/mark_email_read.svg | 0 .../outlined/mark_email_unread.svg | 0 .../outlined/mark_unread_chat_alt.svg | 0 .../{ => material}/outlined/markunread.svg | 0 .../outlined/markunread_mailbox.svg | 0 .../src/{ => material}/outlined/masks.svg | 0 .../src/{ => material}/outlined/maximize.svg | 0 .../outlined/media_bluetooth_off.svg | 0 .../outlined/media_bluetooth_on.svg | 0 .../src/{ => material}/outlined/mediation.svg | 0 .../outlined/medical_information.svg | 0 .../outlined/medical_services.svg | 0 .../{ => material}/outlined/medication.svg | 0 .../outlined/medication_liquid.svg | 0 .../{ => material}/outlined/meeting_room.svg | 0 .../src/{ => material}/outlined/memory.svg | 0 .../src/{ => material}/outlined/menu.svg | 0 .../src/{ => material}/outlined/menu_book.svg | 0 .../src/{ => material}/outlined/menu_open.svg | 0 .../src/{ => material}/outlined/merge.svg | 0 .../{ => material}/outlined/merge_type.svg | 0 .../src/{ => material}/outlined/message.svg | 0 .../src/{ => material}/outlined/mic.svg | 0 .../outlined/mic_external_off.svg | 0 .../outlined/mic_external_on.svg | 0 .../src/{ => material}/outlined/mic_none.svg | 0 .../src/{ => material}/outlined/mic_off.svg | 0 .../src/{ => material}/outlined/microwave.svg | 0 .../{ => material}/outlined/military_tech.svg | 0 .../src/{ => material}/outlined/minimize.svg | 0 .../{ => material}/outlined/minor_crash.svg | 0 .../outlined/miscellaneous_services.svg | 0 .../outlined/missed_video_call.svg | 0 .../src/{ => material}/outlined/mms.svg | 0 .../outlined/mobile_friendly.svg | 0 .../{ => material}/outlined/mobile_off.svg | 0 .../outlined/mobile_screen_share.svg | 0 .../outlined/mobiledata_off.svg | 0 .../src/{ => material}/outlined/mode.svg | 0 .../{ => material}/outlined/mode_comment.svg | 0 .../src/{ => material}/outlined/mode_edit.svg | 0 .../outlined/mode_edit_outline.svg | 0 .../{ => material}/outlined/mode_fan_off.svg | 0 .../{ => material}/outlined/mode_night.svg | 0 .../outlined/mode_of_travel.svg | 0 .../{ => material}/outlined/mode_standby.svg | 0 .../outlined/model_training.svg | 0 .../outlined/monetization_on.svg | 0 .../src/{ => material}/outlined/money.svg | 0 .../src/{ => material}/outlined/money_off.svg | 0 .../outlined/money_off_csred.svg | 0 .../src/{ => material}/outlined/monitor.svg | 0 .../{ => material}/outlined/monitor_heart.svg | 0 .../outlined/monitor_weight.svg | 0 .../outlined/monochrome_photos.svg | 0 .../src/{ => material}/outlined/mood.svg | 0 .../src/{ => material}/outlined/mood_bad.svg | 0 .../src/{ => material}/outlined/moped.svg | 0 .../src/{ => material}/outlined/more.svg | 0 .../{ => material}/outlined/more_horiz.svg | 0 .../src/{ => material}/outlined/more_time.svg | 0 .../src/{ => material}/outlined/more_vert.svg | 0 .../src/{ => material}/outlined/mosque.svg | 0 .../outlined/motion_photos_auto.svg | 0 .../outlined/motion_photos_off.svg | 0 .../outlined/motion_photos_on.svg | 0 .../outlined/motion_photos_pause.svg | 0 .../outlined/motion_photos_paused.svg | 0 .../src/{ => material}/outlined/mouse.svg | 0 .../src/{ => material}/outlined/move_down.svg | 0 .../{ => material}/outlined/move_to_inbox.svg | 0 .../src/{ => material}/outlined/move_up.svg | 0 .../src/{ => material}/outlined/movie.svg | 0 .../outlined/movie_creation.svg | 0 .../{ => material}/outlined/movie_filter.svg | 0 .../src/{ => material}/outlined/moving.svg | 0 .../src/{ => material}/outlined/mp.svg | 0 .../outlined/multiline_chart.svg | 0 .../{ => material}/outlined/multiple_stop.svg | 0 .../src/{ => material}/outlined/museum.svg | 0 .../{ => material}/outlined/music_note.svg | 0 .../src/{ => material}/outlined/music_off.svg | 0 .../{ => material}/outlined/music_video.svg | 0 .../{ => material}/outlined/my_location.svg | 0 .../src/{ => material}/outlined/nat.svg | 0 .../src/{ => material}/outlined/nature.svg | 0 .../{ => material}/outlined/nature_people.svg | 0 .../outlined/navigate_before.svg | 0 .../{ => material}/outlined/navigate_next.svg | 0 .../{ => material}/outlined/navigation.svg | 0 .../src/{ => material}/outlined/near_me.svg | 0 .../outlined/near_me_disabled.svg | 0 .../{ => material}/outlined/nearby_error.svg | 0 .../{ => material}/outlined/nearby_off.svg | 0 .../outlined/nest_cam_wired_stand.svg | 0 .../{ => material}/outlined/network_cell.svg | 0 .../{ => material}/outlined/network_check.svg | 0 .../outlined/network_locked.svg | 0 .../{ => material}/outlined/network_ping.svg | 0 .../{ => material}/outlined/network_wifi.svg | 0 .../outlined/network_wifi_1_bar.svg | 0 .../outlined/network_wifi_2_bar.svg | 0 .../outlined/network_wifi_3_bar.svg | 0 .../src/{ => material}/outlined/new_label.svg | 0 .../{ => material}/outlined/new_releases.svg | 0 .../src/{ => material}/outlined/newspaper.svg | 0 .../src/{ => material}/outlined/next_plan.svg | 0 .../src/{ => material}/outlined/next_week.svg | 0 .../src/{ => material}/outlined/nfc.svg | 0 .../{ => material}/outlined/night_shelter.svg | 0 .../src/{ => material}/outlined/nightlife.svg | 0 .../{ => material}/outlined/nightlight.svg | 0 .../outlined/nightlight_round.svg | 0 .../{ => material}/outlined/nights_stay.svg | 0 .../{ => material}/outlined/no_accounts.svg | 0 .../outlined/no_adult_content.svg | 0 .../{ => material}/outlined/no_backpack.svg | 0 .../src/{ => material}/outlined/no_cell.svg | 0 .../src/{ => material}/outlined/no_crash.svg | 0 .../src/{ => material}/outlined/no_drinks.svg | 0 .../{ => material}/outlined/no_encryption.svg | 0 .../outlined/no_encryption_gmailerrorred.svg | 0 .../src/{ => material}/outlined/no_flash.svg | 0 .../src/{ => material}/outlined/no_food.svg | 0 .../{ => material}/outlined/no_luggage.svg | 0 .../src/{ => material}/outlined/no_meals.svg | 0 .../outlined/no_meeting_room.svg | 0 .../outlined/no_photography.svg | 0 .../src/{ => material}/outlined/no_sim.svg | 0 .../{ => material}/outlined/no_stroller.svg | 0 .../{ => material}/outlined/no_transfer.svg | 0 .../{ => material}/outlined/noise_aware.svg | 0 .../outlined/noise_control_off.svg | 0 .../outlined/nordic_walking.svg | 0 .../src/{ => material}/outlined/north.svg | 0 .../{ => material}/outlined/north_east.svg | 0 .../{ => material}/outlined/north_west.svg | 0 .../outlined/not_accessible.svg | 0 .../outlined/not_interested.svg | 0 .../outlined/not_listed_location.svg | 0 .../{ => material}/outlined/not_started.svg | 0 .../src/{ => material}/outlined/note.svg | 0 .../src/{ => material}/outlined/note_add.svg | 0 .../src/{ => material}/outlined/note_alt.svg | 0 .../src/{ => material}/outlined/notes.svg | 0 .../outlined/notification_add.svg | 0 .../outlined/notification_important.svg | 0 .../{ => material}/outlined/notifications.svg | 0 .../outlined/notifications_active.svg | 0 .../outlined/notifications_none.svg | 0 .../outlined/notifications_off.svg | 0 .../outlined/notifications_paused.svg | 0 .../src/{ => material}/outlined/numbers.svg | 0 .../{ => material}/outlined/offline_bolt.svg | 0 .../{ => material}/outlined/offline_pin.svg | 0 .../{ => material}/outlined/offline_share.svg | 0 .../{ => material}/outlined/oil_barrel.svg | 0 .../outlined/on_device_training.svg | 0 .../outlined/ondemand_video.svg | 0 .../outlined/online_prediction.svg | 0 .../src/{ => material}/outlined/opacity.svg | 0 .../outlined/open_in_browser.svg | 0 .../{ => material}/outlined/open_in_full.svg | 0 .../{ => material}/outlined/open_in_new.svg | 0 .../outlined/open_in_new_off.svg | 0 .../src/{ => material}/outlined/open_with.svg | 0 .../{ => material}/outlined/other_houses.svg | 0 .../src/{ => material}/outlined/outbound.svg | 0 .../src/{ => material}/outlined/outbox.svg | 0 .../{ => material}/outlined/outdoor_grill.svg | 0 .../src/{ => material}/outlined/outlet.svg | 0 .../{ => material}/outlined/outlined_flag.svg | 0 .../src/{ => material}/outlined/output.svg | 0 .../src/{ => material}/outlined/padding.svg | 0 .../src/{ => material}/outlined/pages.svg | 0 .../src/{ => material}/outlined/pageview.svg | 0 .../src/{ => material}/outlined/paid.svg | 0 .../src/{ => material}/outlined/palette.svg | 0 .../src/{ => material}/outlined/pan_tool.svg | 0 .../{ => material}/outlined/pan_tool_alt.svg | 0 .../src/{ => material}/outlined/panorama.svg | 0 .../outlined/panorama_fish_eye.svg | 0 .../outlined/panorama_horizontal.svg | 0 .../outlined/panorama_horizontal_select.svg | 0 .../outlined/panorama_photosphere.svg | 0 .../outlined/panorama_photosphere_select.svg | 0 .../outlined/panorama_vertical.svg | 0 .../outlined/panorama_vertical_select.svg | 0 .../outlined/panorama_wide_angle.svg | 0 .../outlined/panorama_wide_angle_select.svg | 0 .../{ => material}/outlined/paragliding.svg | 0 .../src/{ => material}/outlined/park.svg | 0 .../{ => material}/outlined/party_mode.svg | 0 .../src/{ => material}/outlined/password.svg | 0 .../src/{ => material}/outlined/pattern.svg | 0 .../src/{ => material}/outlined/pause.svg | 0 .../{ => material}/outlined/pause_circle.svg | 0 .../outlined/pause_circle_filled.svg | 0 .../outlined/pause_circle_outline.svg | 0 .../outlined/pause_presentation.svg | 0 .../src/{ => material}/outlined/payment.svg | 0 .../src/{ => material}/outlined/payments.svg | 0 .../{ => material}/outlined/pedal_bike.svg | 0 .../src/{ => material}/outlined/pending.svg | 0 .../outlined/pending_actions.svg | 0 .../src/{ => material}/outlined/pentagon.svg | 0 .../src/{ => material}/outlined/people.svg | 0 .../{ => material}/outlined/people_alt.svg | 0 .../outlined/people_outline.svg | 0 .../src/{ => material}/outlined/percent.svg | 0 .../outlined/perm_camera_mic.svg | 0 .../outlined/perm_contact_calendar.svg | 0 .../outlined/perm_data_setting.svg | 0 .../outlined/perm_device_information.svg | 0 .../{ => material}/outlined/perm_identity.svg | 0 .../{ => material}/outlined/perm_media.svg | 0 .../outlined/perm_phone_msg.svg | 0 .../outlined/perm_scan_wifi.svg | 0 .../src/{ => material}/outlined/person.svg | 0 .../src/{ => material}/outlined/person_2.svg | 0 .../src/{ => material}/outlined/person_3.svg | 0 .../src/{ => material}/outlined/person_4.svg | 0 .../{ => material}/outlined/person_add.svg | 0 .../outlined/person_add_alt.svg | 0 .../outlined/person_add_alt_1.svg | 0 .../outlined/person_add_disabled.svg | 0 .../{ => material}/outlined/person_off.svg | 0 .../outlined/person_outline.svg | 0 .../{ => material}/outlined/person_pin.svg | 0 .../outlined/person_pin_circle.svg | 0 .../{ => material}/outlined/person_remove.svg | 0 .../outlined/person_remove_alt_1.svg | 0 .../{ => material}/outlined/person_search.svg | 0 .../outlined/personal_injury.svg | 0 .../outlined/personal_video.svg | 0 .../{ => material}/outlined/pest_control.svg | 0 .../outlined/pest_control_rodent.svg | 0 .../src/{ => material}/outlined/pets.svg | 0 .../src/{ => material}/outlined/phishing.svg | 0 .../src/{ => material}/outlined/phone.svg | 0 .../{ => material}/outlined/phone_android.svg | 0 .../outlined/phone_bluetooth_speaker.svg | 0 .../outlined/phone_callback.svg | 0 .../outlined/phone_disabled.svg | 0 .../{ => material}/outlined/phone_enabled.svg | 0 .../outlined/phone_forwarded.svg | 0 .../{ => material}/outlined/phone_iphone.svg | 0 .../{ => material}/outlined/phone_locked.svg | 0 .../{ => material}/outlined/phone_missed.svg | 0 .../{ => material}/outlined/phone_paused.svg | 0 .../src/{ => material}/outlined/phonelink.svg | 0 .../outlined/phonelink_erase.svg | 0 .../outlined/phonelink_lock.svg | 0 .../{ => material}/outlined/phonelink_off.svg | 0 .../outlined/phonelink_ring.svg | 0 .../outlined/phonelink_setup.svg | 0 .../src/{ => material}/outlined/photo.svg | 0 .../{ => material}/outlined/photo_album.svg | 0 .../{ => material}/outlined/photo_camera.svg | 0 .../outlined/photo_camera_back.svg | 0 .../outlined/photo_camera_front.svg | 0 .../{ => material}/outlined/photo_filter.svg | 0 .../{ => material}/outlined/photo_library.svg | 0 .../outlined/photo_size_select_actual.svg | 0 .../outlined/photo_size_select_large.svg | 0 .../outlined/photo_size_select_small.svg | 0 .../src/{ => material}/outlined/php.svg | 0 .../src/{ => material}/outlined/piano.svg | 0 .../src/{ => material}/outlined/piano_off.svg | 0 .../outlined/picture_as_pdf.svg | 0 .../outlined/picture_in_picture.svg | 0 .../outlined/picture_in_picture_alt.svg | 0 .../src/{ => material}/outlined/pie_chart.svg | 0 .../outlined/pie_chart_outline.svg | 0 .../src/{ => material}/outlined/pin.svg | 0 .../src/{ => material}/outlined/pin_drop.svg | 0 .../src/{ => material}/outlined/pin_end.svg | 0 .../{ => material}/outlined/pin_invoke.svg | 0 .../src/{ => material}/outlined/pinch.svg | 0 .../outlined/pivot_table_chart.svg | 0 .../src/{ => material}/outlined/pix.svg | 0 .../src/{ => material}/outlined/place.svg | 0 .../{ => material}/outlined/plagiarism.svg | 0 .../{ => material}/outlined/play_arrow.svg | 0 .../{ => material}/outlined/play_circle.svg | 0 .../outlined/play_circle_filled.svg | 0 .../outlined/play_circle_outline.svg | 0 .../{ => material}/outlined/play_disabled.svg | 0 .../{ => material}/outlined/play_for_work.svg | 0 .../{ => material}/outlined/play_lesson.svg | 0 .../{ => material}/outlined/playlist_add.svg | 0 .../outlined/playlist_add_check.svg | 0 .../outlined/playlist_add_check_circle.svg | 0 .../outlined/playlist_add_circle.svg | 0 .../{ => material}/outlined/playlist_play.svg | 0 .../outlined/playlist_remove.svg | 0 .../src/{ => material}/outlined/plumbing.svg | 0 .../src/{ => material}/outlined/plus_one.svg | 0 .../src/{ => material}/outlined/podcasts.svg | 0 .../{ => material}/outlined/point_of_sale.svg | 0 .../src/{ => material}/outlined/policy.svg | 0 .../src/{ => material}/outlined/poll.svg | 0 .../src/{ => material}/outlined/polyline.svg | 0 .../src/{ => material}/outlined/polymer.svg | 0 .../src/{ => material}/outlined/pool.svg | 0 .../outlined/portable_wifi_off.svg | 0 .../src/{ => material}/outlined/portrait.svg | 0 .../src/{ => material}/outlined/post_add.svg | 0 .../src/{ => material}/outlined/power.svg | 0 .../{ => material}/outlined/power_input.svg | 0 .../src/{ => material}/outlined/power_off.svg | 0 .../outlined/power_settings_new.svg | 0 .../outlined/precision_manufacturing.svg | 0 .../outlined/pregnant_woman.svg | 0 .../outlined/present_to_all.svg | 0 .../src/{ => material}/outlined/preview.svg | 0 .../{ => material}/outlined/price_change.svg | 0 .../{ => material}/outlined/price_check.svg | 0 .../src/{ => material}/outlined/print.svg | 0 .../outlined/print_disabled.svg | 0 .../{ => material}/outlined/priority_high.svg | 0 .../{ => material}/outlined/privacy_tip.svg | 0 .../outlined/private_connectivity.svg | 0 .../outlined/production_quantity_limits.svg | 0 .../src/{ => material}/outlined/propane.svg | 0 .../{ => material}/outlined/propane_tank.svg | 0 .../{ => material}/outlined/psychology.svg | 0 .../outlined/psychology_alt.svg | 0 .../src/{ => material}/outlined/public.svg | 0 .../{ => material}/outlined/public_off.svg | 0 .../src/{ => material}/outlined/publish.svg | 0 .../outlined/published_with_changes.svg | 0 .../{ => material}/outlined/punch_clock.svg | 0 .../src/{ => material}/outlined/push_pin.svg | 0 .../src/{ => material}/outlined/qr_code.svg | 0 .../src/{ => material}/outlined/qr_code_2.svg | 0 .../outlined/qr_code_scanner.svg | 0 .../{ => material}/outlined/query_builder.svg | 0 .../{ => material}/outlined/query_stats.svg | 0 .../outlined/question_answer.svg | 0 .../{ => material}/outlined/question_mark.svg | 0 .../src/{ => material}/outlined/queue.svg | 0 .../{ => material}/outlined/queue_music.svg | 0 .../outlined/queue_play_next.svg | 0 .../{ => material}/outlined/quickreply.svg | 0 .../src/{ => material}/outlined/quiz.svg | 0 .../{ => material}/outlined/r_mobiledata.svg | 0 .../src/{ => material}/outlined/radar.svg | 0 .../src/{ => material}/outlined/radio.svg | 0 .../outlined/radio_button_checked.svg | 0 .../outlined/radio_button_unchecked.svg | 0 .../{ => material}/outlined/railway_alert.svg | 0 .../{ => material}/outlined/ramen_dining.svg | 0 .../src/{ => material}/outlined/ramp_left.svg | 0 .../{ => material}/outlined/ramp_right.svg | 0 .../{ => material}/outlined/rate_review.svg | 0 .../src/{ => material}/outlined/raw_off.svg | 0 .../src/{ => material}/outlined/raw_on.svg | 0 .../src/{ => material}/outlined/read_more.svg | 0 .../outlined/real_estate_agent.svg | 0 .../src/{ => material}/outlined/receipt.svg | 0 .../{ => material}/outlined/receipt_long.svg | 0 .../{ => material}/outlined/recent_actors.svg | 0 .../src/{ => material}/outlined/recommend.svg | 0 .../outlined/record_voice_over.svg | 0 .../src/{ => material}/outlined/rectangle.svg | 0 .../src/{ => material}/outlined/recycling.svg | 0 .../src/{ => material}/outlined/redeem.svg | 0 .../src/{ => material}/outlined/redo.svg | 0 .../outlined/reduce_capacity.svg | 0 .../src/{ => material}/outlined/refresh.svg | 0 .../{ => material}/outlined/remember_me.svg | 0 .../src/{ => material}/outlined/remove.svg | 0 .../{ => material}/outlined/remove_circle.svg | 0 .../outlined/remove_circle_outline.svg | 0 .../{ => material}/outlined/remove_done.svg | 0 .../outlined/remove_from_queue.svg | 0 .../outlined/remove_moderator.svg | 0 .../outlined/remove_red_eye.svg | 0 .../{ => material}/outlined/remove_road.svg | 0 .../outlined/remove_shopping_cart.svg | 0 .../src/{ => material}/outlined/reorder.svg | 0 .../{ => material}/outlined/repartition.svg | 0 .../src/{ => material}/outlined/repeat.svg | 0 .../src/{ => material}/outlined/repeat_on.svg | 0 .../{ => material}/outlined/repeat_one.svg | 0 .../{ => material}/outlined/repeat_one_on.svg | 0 .../src/{ => material}/outlined/replay.svg | 0 .../src/{ => material}/outlined/replay_10.svg | 0 .../src/{ => material}/outlined/replay_30.svg | 0 .../src/{ => material}/outlined/replay_5.svg | 0 .../outlined/replay_circle_filled.svg | 0 .../src/{ => material}/outlined/reply.svg | 0 .../src/{ => material}/outlined/reply_all.svg | 0 .../src/{ => material}/outlined/report.svg | 0 .../outlined/report_gmailerrorred.svg | 0 .../{ => material}/outlined/report_off.svg | 0 .../outlined/report_problem.svg | 0 .../{ => material}/outlined/request_page.svg | 0 .../{ => material}/outlined/request_quote.svg | 0 .../src/{ => material}/outlined/reset_tv.svg | 0 .../{ => material}/outlined/restart_alt.svg | 0 .../{ => material}/outlined/restaurant.svg | 0 .../outlined/restaurant_menu.svg | 0 .../src/{ => material}/outlined/restore.svg | 0 .../outlined/restore_from_trash.svg | 0 .../{ => material}/outlined/restore_page.svg | 0 .../src/{ => material}/outlined/reviews.svg | 0 .../src/{ => material}/outlined/rice_bowl.svg | 0 .../{ => material}/outlined/ring_volume.svg | 0 .../src/{ => material}/outlined/rocket.svg | 0 .../{ => material}/outlined/rocket_launch.svg | 0 .../{ => material}/outlined/roller_shades.svg | 0 .../outlined/roller_shades_closed.svg | 0 .../outlined/roller_skating.svg | 0 .../src/{ => material}/outlined/roofing.svg | 0 .../src/{ => material}/outlined/room.svg | 0 .../outlined/room_preferences.svg | 0 .../{ => material}/outlined/room_service.svg | 0 .../outlined/rotate_90_degrees_ccw.svg | 0 .../outlined/rotate_90_degrees_cw.svg | 0 .../{ => material}/outlined/rotate_left.svg | 0 .../{ => material}/outlined/rotate_right.svg | 0 .../outlined/roundabout_left.svg | 0 .../outlined/roundabout_right.svg | 0 .../outlined/rounded_corner.svg | 0 .../src/{ => material}/outlined/route.svg | 0 .../src/{ => material}/outlined/router.svg | 0 .../src/{ => material}/outlined/rowing.svg | 0 .../src/{ => material}/outlined/rss_feed.svg | 0 .../src/{ => material}/outlined/rsvp.svg | 0 .../src/{ => material}/outlined/rtt.svg | 0 .../src/{ => material}/outlined/rule.svg | 0 .../{ => material}/outlined/rule_folder.svg | 0 .../{ => material}/outlined/run_circle.svg | 0 .../outlined/running_with_errors.svg | 0 .../src/{ => material}/outlined/rv_hookup.svg | 0 .../{ => material}/outlined/safety_check.svg | 0 .../outlined/safety_divider.svg | 0 .../src/{ => material}/outlined/sailing.svg | 0 .../src/{ => material}/outlined/sanitizer.svg | 0 .../src/{ => material}/outlined/satellite.svg | 0 .../{ => material}/outlined/satellite_alt.svg | 0 .../src/{ => material}/outlined/save.svg | 0 .../src/{ => material}/outlined/save_alt.svg | 0 .../src/{ => material}/outlined/save_as.svg | 0 .../{ => material}/outlined/saved_search.svg | 0 .../src/{ => material}/outlined/savings.svg | 0 .../src/{ => material}/outlined/scale.svg | 0 .../src/{ => material}/outlined/scanner.svg | 0 .../{ => material}/outlined/scatter_plot.svg | 0 .../src/{ => material}/outlined/schedule.svg | 0 .../{ => material}/outlined/schedule_send.svg | 0 .../src/{ => material}/outlined/schema.svg | 0 .../src/{ => material}/outlined/school.svg | 0 .../src/{ => material}/outlined/science.svg | 0 .../src/{ => material}/outlined/score.svg | 0 .../{ => material}/outlined/scoreboard.svg | 0 .../outlined/screen_lock_landscape.svg | 0 .../outlined/screen_lock_portrait.svg | 0 .../outlined/screen_lock_rotation.svg | 0 .../outlined/screen_rotation.svg | 0 .../outlined/screen_rotation_alt.svg | 0 .../outlined/screen_search_desktop.svg | 0 .../{ => material}/outlined/screen_share.svg | 0 .../{ => material}/outlined/screenshot.svg | 0 .../outlined/screenshot_monitor.svg | 0 .../{ => material}/outlined/scuba_diving.svg | 0 .../src/{ => material}/outlined/sd.svg | 0 .../src/{ => material}/outlined/sd_card.svg | 0 .../{ => material}/outlined/sd_card_alert.svg | 0 .../{ => material}/outlined/sd_storage.svg | 0 .../src/{ => material}/outlined/search.svg | 0 .../{ => material}/outlined/search_off.svg | 0 .../src/{ => material}/outlined/security.svg | 0 .../outlined/security_update.svg | 0 .../outlined/security_update_good.svg | 0 .../outlined/security_update_warning.svg | 0 .../src/{ => material}/outlined/segment.svg | 0 .../{ => material}/outlined/select_all.svg | 0 .../outlined/self_improvement.svg | 0 .../src/{ => material}/outlined/sell.svg | 0 .../src/{ => material}/outlined/send.svg | 0 .../outlined/send_and_archive.svg | 0 .../outlined/send_time_extension.svg | 0 .../outlined/send_to_mobile.svg | 0 .../{ => material}/outlined/sensor_door.svg | 0 .../outlined/sensor_occupied.svg | 0 .../{ => material}/outlined/sensor_window.svg | 0 .../src/{ => material}/outlined/sensors.svg | 0 .../{ => material}/outlined/sensors_off.svg | 0 .../outlined/sentiment_dissatisfied.svg | 0 .../outlined/sentiment_neutral.svg | 0 .../outlined/sentiment_satisfied.svg | 0 .../outlined/sentiment_satisfied_alt.svg | 0 .../outlined/sentiment_very_dissatisfied.svg | 0 .../outlined/sentiment_very_satisfied.svg | 0 .../src/{ => material}/outlined/set_meal.svg | 0 .../src/{ => material}/outlined/settings.svg | 0 .../outlined/settings_accessibility.svg | 0 .../outlined/settings_applications.svg | 0 .../outlined/settings_backup_restore.svg | 0 .../outlined/settings_bluetooth.svg | 0 .../outlined/settings_brightness.svg | 0 .../{ => material}/outlined/settings_cell.svg | 0 .../outlined/settings_ethernet.svg | 0 .../outlined/settings_input_antenna.svg | 0 .../outlined/settings_input_component.svg | 0 .../outlined/settings_input_composite.svg | 0 .../outlined/settings_input_hdmi.svg | 0 .../outlined/settings_input_svideo.svg | 0 .../outlined/settings_overscan.svg | 0 .../outlined/settings_phone.svg | 0 .../outlined/settings_power.svg | 0 .../outlined/settings_remote.svg | 0 .../outlined/settings_suggest.svg | 0 .../outlined/settings_system_daydream.svg | 0 .../outlined/settings_voice.svg | 0 .../{ => material}/outlined/severe_cold.svg | 0 .../{ => material}/outlined/shape_line.svg | 0 .../src/{ => material}/outlined/share.svg | 0 .../outlined/share_location.svg | 0 .../src/{ => material}/outlined/shield.svg | 0 .../{ => material}/outlined/shield_moon.svg | 0 .../src/{ => material}/outlined/shop.svg | 0 .../src/{ => material}/outlined/shop_2.svg | 0 .../src/{ => material}/outlined/shop_two.svg | 0 .../{ => material}/outlined/shopping_bag.svg | 0 .../outlined/shopping_basket.svg | 0 .../{ => material}/outlined/shopping_cart.svg | 0 .../outlined/shopping_cart_checkout.svg | 0 .../{ => material}/outlined/short_text.svg | 0 .../src/{ => material}/outlined/shortcut.svg | 0 .../{ => material}/outlined/show_chart.svg | 0 .../src/{ => material}/outlined/shower.svg | 0 .../src/{ => material}/outlined/shuffle.svg | 0 .../{ => material}/outlined/shuffle_on.svg | 0 .../{ => material}/outlined/shutter_speed.svg | 0 .../src/{ => material}/outlined/sick.svg | 0 .../{ => material}/outlined/sign_language.svg | 0 .../outlined/signal_cellular_0_bar.svg | 0 .../outlined/signal_cellular_4_bar.svg | 0 .../outlined/signal_cellular_alt.svg | 0 .../outlined/signal_cellular_alt_1_bar.svg | 0 .../outlined/signal_cellular_alt_2_bar.svg | 0 ...l_cellular_connected_no_internet_0_bar.svg | 0 ...l_cellular_connected_no_internet_4_bar.svg | 0 .../outlined/signal_cellular_no_sim.svg | 0 .../outlined/signal_cellular_nodata.svg | 0 .../outlined/signal_cellular_null.svg | 0 .../outlined/signal_cellular_off.svg | 0 .../outlined/signal_wifi_0_bar.svg | 0 .../outlined/signal_wifi_4_bar.svg | 0 .../outlined/signal_wifi_4_bar_lock.svg | 0 .../outlined/signal_wifi_bad.svg | 0 .../signal_wifi_connected_no_internet_4.svg | 0 .../outlined/signal_wifi_off.svg | 0 .../outlined/signal_wifi_statusbar_4_bar.svg | 0 ...wifi_statusbar_connected_no_internet_4.svg | 0 .../outlined/signal_wifi_statusbar_null.svg | 0 .../src/{ => material}/outlined/signpost.svg | 0 .../src/{ => material}/outlined/sim_card.svg | 0 .../outlined/sim_card_alert.svg | 0 .../outlined/sim_card_download.svg | 0 .../{ => material}/outlined/single_bed.svg | 0 .../src/{ => material}/outlined/sip.svg | 0 .../{ => material}/outlined/skateboarding.svg | 0 .../src/{ => material}/outlined/skip_next.svg | 0 .../{ => material}/outlined/skip_previous.svg | 0 .../src/{ => material}/outlined/sledding.svg | 0 .../src/{ => material}/outlined/slideshow.svg | 0 .../outlined/slow_motion_video.svg | 0 .../{ => material}/outlined/smart_button.svg | 0 .../{ => material}/outlined/smart_display.svg | 0 .../{ => material}/outlined/smart_screen.svg | 0 .../src/{ => material}/outlined/smart_toy.svg | 0 .../{ => material}/outlined/smartphone.svg | 0 .../{ => material}/outlined/smoke_free.svg | 0 .../{ => material}/outlined/smoking_rooms.svg | 0 .../src/{ => material}/outlined/sms.svg | 0 .../{ => material}/outlined/sms_failed.svg | 0 .../outlined/snippet_folder.svg | 0 .../src/{ => material}/outlined/snooze.svg | 0 .../{ => material}/outlined/snowboarding.svg | 0 .../{ => material}/outlined/snowmobile.svg | 0 .../{ => material}/outlined/snowshoeing.svg | 0 .../src/{ => material}/outlined/soap.svg | 0 .../outlined/social_distance.svg | 0 .../{ => material}/outlined/solar_power.svg | 0 .../src/{ => material}/outlined/sort.svg | 0 .../{ => material}/outlined/sort_by_alpha.svg | 0 .../src/{ => material}/outlined/sos.svg | 0 .../{ => material}/outlined/soup_kitchen.svg | 0 .../src/{ => material}/outlined/source.svg | 0 .../src/{ => material}/outlined/south.svg | 0 .../{ => material}/outlined/south_america.svg | 0 .../{ => material}/outlined/south_east.svg | 0 .../{ => material}/outlined/south_west.svg | 0 .../src/{ => material}/outlined/spa.svg | 0 .../src/{ => material}/outlined/space_bar.svg | 0 .../outlined/space_dashboard.svg | 0 .../{ => material}/outlined/spatial_audio.svg | 0 .../outlined/spatial_audio_off.svg | 0 .../outlined/spatial_tracking.svg | 0 .../src/{ => material}/outlined/speaker.svg | 0 .../{ => material}/outlined/speaker_group.svg | 0 .../{ => material}/outlined/speaker_notes.svg | 0 .../outlined/speaker_notes_off.svg | 0 .../{ => material}/outlined/speaker_phone.svg | 0 .../src/{ => material}/outlined/speed.svg | 0 .../{ => material}/outlined/spellcheck.svg | 0 .../{ => material}/outlined/splitscreen.svg | 0 .../src/{ => material}/outlined/spoke.svg | 0 .../src/{ => material}/outlined/sports.svg | 0 .../{ => material}/outlined/sports_bar.svg | 0 .../outlined/sports_baseball.svg | 0 .../outlined/sports_basketball.svg | 0 .../outlined/sports_cricket.svg | 0 .../outlined/sports_esports.svg | 0 .../outlined/sports_football.svg | 0 .../{ => material}/outlined/sports_golf.svg | 0 .../outlined/sports_gymnastics.svg | 0 .../outlined/sports_handball.svg | 0 .../{ => material}/outlined/sports_hockey.svg | 0 .../outlined/sports_kabaddi.svg | 0 .../outlined/sports_martial_arts.svg | 0 .../{ => material}/outlined/sports_mma.svg | 0 .../outlined/sports_motorsports.svg | 0 .../{ => material}/outlined/sports_rugby.svg | 0 .../{ => material}/outlined/sports_score.svg | 0 .../{ => material}/outlined/sports_soccer.svg | 0 .../{ => material}/outlined/sports_tennis.svg | 0 .../outlined/sports_volleyball.svg | 0 .../src/{ => material}/outlined/square.svg | 0 .../{ => material}/outlined/square_foot.svg | 0 .../{ => material}/outlined/ssid_chart.svg | 0 .../outlined/stacked_bar_chart.svg | 0 .../outlined/stacked_line_chart.svg | 0 .../src/{ => material}/outlined/stadium.svg | 0 .../src/{ => material}/outlined/stairs.svg | 0 .../src/{ => material}/outlined/star.svg | 0 .../{ => material}/outlined/star_border.svg | 0 .../outlined/star_border_purple500.svg | 0 .../src/{ => material}/outlined/star_half.svg | 0 .../{ => material}/outlined/star_outline.svg | 0 .../outlined/star_purple500.svg | 0 .../src/{ => material}/outlined/star_rate.svg | 0 .../src/{ => material}/outlined/stars.svg | 0 .../src/{ => material}/outlined/start.svg | 0 .../outlined/stay_current_landscape.svg | 0 .../outlined/stay_current_portrait.svg | 0 .../outlined/stay_primary_landscape.svg | 0 .../outlined/stay_primary_portrait.svg | 0 .../{ => material}/outlined/sticky_note_2.svg | 0 .../src/{ => material}/outlined/stop.svg | 0 .../{ => material}/outlined/stop_circle.svg | 0 .../outlined/stop_screen_share.svg | 0 .../src/{ => material}/outlined/storage.svg | 0 .../src/{ => material}/outlined/store.svg | 0 .../outlined/store_mall_directory.svg | 0 .../{ => material}/outlined/storefront.svg | 0 .../src/{ => material}/outlined/storm.svg | 0 .../src/{ => material}/outlined/straight.svg | 0 .../{ => material}/outlined/straighten.svg | 0 .../src/{ => material}/outlined/stream.svg | 0 .../{ => material}/outlined/streetview.svg | 0 .../outlined/strikethrough_s.svg | 0 .../src/{ => material}/outlined/stroller.svg | 0 .../src/{ => material}/outlined/style.svg | 0 .../outlined/subdirectory_arrow_left.svg | 0 .../outlined/subdirectory_arrow_right.svg | 0 .../src/{ => material}/outlined/subject.svg | 0 .../src/{ => material}/outlined/subscript.svg | 0 .../{ => material}/outlined/subscriptions.svg | 0 .../src/{ => material}/outlined/subtitles.svg | 0 .../{ => material}/outlined/subtitles_off.svg | 0 .../src/{ => material}/outlined/subway.svg | 0 .../src/{ => material}/outlined/summarize.svg | 0 .../{ => material}/outlined/superscript.svg | 0 .../outlined/supervised_user_circle.svg | 0 .../outlined/supervisor_account.svg | 0 .../src/{ => material}/outlined/support.svg | 0 .../{ => material}/outlined/support_agent.svg | 0 .../src/{ => material}/outlined/surfing.svg | 0 .../outlined/surround_sound.svg | 0 .../{ => material}/outlined/swap_calls.svg | 0 .../{ => material}/outlined/swap_horiz.svg | 0 .../outlined/swap_horizontal_circle.svg | 0 .../src/{ => material}/outlined/swap_vert.svg | 0 .../outlined/swap_vertical_circle.svg | 0 .../src/{ => material}/outlined/swipe.svg | 0 .../{ => material}/outlined/swipe_down.svg | 0 .../outlined/swipe_down_alt.svg | 0 .../{ => material}/outlined/swipe_left.svg | 0 .../outlined/swipe_left_alt.svg | 0 .../{ => material}/outlined/swipe_right.svg | 0 .../outlined/swipe_right_alt.svg | 0 .../src/{ => material}/outlined/swipe_up.svg | 0 .../{ => material}/outlined/swipe_up_alt.svg | 0 .../outlined/swipe_vertical.svg | 0 .../outlined/switch_access_shortcut.svg | 0 .../outlined/switch_access_shortcut_add.svg | 0 .../outlined/switch_account.svg | 0 .../{ => material}/outlined/switch_camera.svg | 0 .../{ => material}/outlined/switch_left.svg | 0 .../{ => material}/outlined/switch_right.svg | 0 .../{ => material}/outlined/switch_video.svg | 0 .../src/{ => material}/outlined/synagogue.svg | 0 .../src/{ => material}/outlined/sync.svg | 0 .../src/{ => material}/outlined/sync_alt.svg | 0 .../{ => material}/outlined/sync_disabled.svg | 0 .../src/{ => material}/outlined/sync_lock.svg | 0 .../{ => material}/outlined/sync_problem.svg | 0 .../outlined/system_security_update.svg | 0 .../outlined/system_security_update_good.svg | 0 .../system_security_update_warning.svg | 0 .../{ => material}/outlined/system_update.svg | 0 .../outlined/system_update_alt.svg | 0 .../src/{ => material}/outlined/tab.svg | 0 .../outlined/tab_unselected.svg | 0 .../src/{ => material}/outlined/table_bar.svg | 0 .../{ => material}/outlined/table_chart.svg | 0 .../outlined/table_restaurant.svg | 0 .../{ => material}/outlined/table_rows.svg | 0 .../{ => material}/outlined/table_view.svg | 0 .../src/{ => material}/outlined/tablet.svg | 0 .../outlined/tablet_android.svg | 0 .../{ => material}/outlined/tablet_mac.svg | 0 .../src/{ => material}/outlined/tag.svg | 0 .../src/{ => material}/outlined/tag_faces.svg | 0 .../outlined/takeout_dining.svg | 0 .../{ => material}/outlined/tap_and_play.svg | 0 .../src/{ => material}/outlined/tapas.svg | 0 .../src/{ => material}/outlined/task.svg | 0 .../src/{ => material}/outlined/task_alt.svg | 0 .../{ => material}/outlined/taxi_alert.svg | 0 .../outlined/temple_buddhist.svg | 0 .../{ => material}/outlined/temple_hindu.svg | 0 .../src/{ => material}/outlined/terminal.svg | 0 .../src/{ => material}/outlined/terrain.svg | 0 .../{ => material}/outlined/text_decrease.svg | 0 .../{ => material}/outlined/text_fields.svg | 0 .../{ => material}/outlined/text_format.svg | 0 .../{ => material}/outlined/text_increase.svg | 0 .../outlined/text_rotate_up.svg | 0 .../outlined/text_rotate_vertical.svg | 0 .../outlined/text_rotation_angledown.svg | 0 .../outlined/text_rotation_angleup.svg | 0 .../outlined/text_rotation_down.svg | 0 .../outlined/text_rotation_none.svg | 0 .../{ => material}/outlined/text_snippet.svg | 0 .../src/{ => material}/outlined/textsms.svg | 0 .../src/{ => material}/outlined/texture.svg | 0 .../outlined/theater_comedy.svg | 0 .../src/{ => material}/outlined/theaters.svg | 0 .../{ => material}/outlined/thermostat.svg | 0 .../outlined/thermostat_auto.svg | 0 .../{ => material}/outlined/thumb_down.svg | 0 .../outlined/thumb_down_alt.svg | 0 .../outlined/thumb_down_off_alt.svg | 0 .../src/{ => material}/outlined/thumb_up.svg | 0 .../{ => material}/outlined/thumb_up_alt.svg | 0 .../outlined/thumb_up_off_alt.svg | 0 .../outlined/thumbs_up_down.svg | 0 .../{ => material}/outlined/thunderstorm.svg | 0 .../{ => material}/outlined/time_to_leave.svg | 0 .../src/{ => material}/outlined/timelapse.svg | 0 .../src/{ => material}/outlined/timeline.svg | 0 .../src/{ => material}/outlined/timer.svg | 0 .../src/{ => material}/outlined/timer_10.svg | 0 .../outlined/timer_10_select.svg | 0 .../src/{ => material}/outlined/timer_3.svg | 0 .../outlined/timer_3_select.svg | 0 .../src/{ => material}/outlined/timer_off.svg | 0 .../outlined/tips_and_updates.svg | 0 .../{ => material}/outlined/tire_repair.svg | 0 .../src/{ => material}/outlined/title.svg | 0 .../src/{ => material}/outlined/toc.svg | 0 .../src/{ => material}/outlined/today.svg | 0 .../{ => material}/outlined/toggle_off.svg | 0 .../src/{ => material}/outlined/toggle_on.svg | 0 .../src/{ => material}/outlined/token.svg | 0 .../src/{ => material}/outlined/toll.svg | 0 .../src/{ => material}/outlined/tonality.svg | 0 .../src/{ => material}/outlined/topic.svg | 0 .../src/{ => material}/outlined/tornado.svg | 0 .../src/{ => material}/outlined/touch_app.svg | 0 .../src/{ => material}/outlined/tour.svg | 0 .../src/{ => material}/outlined/toys.svg | 0 .../{ => material}/outlined/track_changes.svg | 0 .../src/{ => material}/outlined/traffic.svg | 0 .../src/{ => material}/outlined/train.svg | 0 .../src/{ => material}/outlined/tram.svg | 0 .../{ => material}/outlined/transcribe.svg | 0 .../outlined/transfer_within_a_station.svg | 0 .../src/{ => material}/outlined/transform.svg | 0 .../{ => material}/outlined/transgender.svg | 0 .../outlined/transit_enterexit.svg | 0 .../src/{ => material}/outlined/translate.svg | 0 .../outlined/travel_explore.svg | 0 .../{ => material}/outlined/trending_down.svg | 0 .../{ => material}/outlined/trending_flat.svg | 0 .../{ => material}/outlined/trending_up.svg | 0 .../{ => material}/outlined/trip_origin.svg | 0 .../{ => material}/outlined/troubleshoot.svg | 0 .../src/{ => material}/outlined/try.svg | 0 .../src/{ => material}/outlined/tsunami.svg | 0 .../src/{ => material}/outlined/tty.svg | 0 .../src/{ => material}/outlined/tune.svg | 0 .../src/{ => material}/outlined/tungsten.svg | 0 .../src/{ => material}/outlined/turn_left.svg | 0 .../{ => material}/outlined/turn_right.svg | 0 .../outlined/turn_sharp_left.svg | 0 .../outlined/turn_sharp_right.svg | 0 .../outlined/turn_slight_left.svg | 0 .../outlined/turn_slight_right.svg | 0 .../src/{ => material}/outlined/turned_in.svg | 0 .../{ => material}/outlined/turned_in_not.svg | 0 .../src/{ => material}/outlined/tv.svg | 0 .../src/{ => material}/outlined/tv_off.svg | 0 .../{ => material}/outlined/two_wheeler.svg | 0 .../{ => material}/outlined/type_specimen.svg | 0 .../{ => material}/outlined/u_turn_left.svg | 0 .../{ => material}/outlined/u_turn_right.svg | 0 .../src/{ => material}/outlined/umbrella.svg | 0 .../src/{ => material}/outlined/unarchive.svg | 0 .../src/{ => material}/outlined/undo.svg | 0 .../{ => material}/outlined/unfold_less.svg | 0 .../outlined/unfold_less_double.svg | 0 .../{ => material}/outlined/unfold_more.svg | 0 .../outlined/unfold_more_double.svg | 0 .../{ => material}/outlined/unpublished.svg | 0 .../{ => material}/outlined/unsubscribe.svg | 0 .../src/{ => material}/outlined/upcoming.svg | 0 .../src/{ => material}/outlined/update.svg | 0 .../outlined/update_disabled.svg | 0 .../src/{ => material}/outlined/upgrade.svg | 0 .../src/{ => material}/outlined/upload.svg | 0 .../{ => material}/outlined/upload_file.svg | 0 .../src/{ => material}/outlined/usb.svg | 0 .../src/{ => material}/outlined/usb_off.svg | 0 .../src/{ => material}/outlined/vaccines.svg | 0 .../src/{ => material}/outlined/vape_free.svg | 0 .../{ => material}/outlined/vaping_rooms.svg | 0 .../src/{ => material}/outlined/verified.svg | 0 .../{ => material}/outlined/verified_user.svg | 0 .../outlined/vertical_align_bottom.svg | 0 .../outlined/vertical_align_center.svg | 0 .../outlined/vertical_align_top.svg | 0 .../outlined/vertical_distribute.svg | 0 .../outlined/vertical_shades.svg | 0 .../outlined/vertical_shades_closed.svg | 0 .../outlined/vertical_split.svg | 0 .../src/{ => material}/outlined/vibration.svg | 0 .../{ => material}/outlined/video_call.svg | 0 .../outlined/video_camera_back.svg | 0 .../outlined/video_camera_front.svg | 0 .../{ => material}/outlined/video_chat.svg | 0 .../{ => material}/outlined/video_file.svg | 0 .../{ => material}/outlined/video_label.svg | 0 .../{ => material}/outlined/video_library.svg | 0 .../outlined/video_settings.svg | 0 .../{ => material}/outlined/video_stable.svg | 0 .../src/{ => material}/outlined/videocam.svg | 0 .../{ => material}/outlined/videocam_off.svg | 0 .../outlined/videogame_asset.svg | 0 .../outlined/videogame_asset_off.svg | 0 .../{ => material}/outlined/view_agenda.svg | 0 .../{ => material}/outlined/view_array.svg | 0 .../{ => material}/outlined/view_carousel.svg | 0 .../{ => material}/outlined/view_column.svg | 0 .../{ => material}/outlined/view_comfy.svg | 0 .../outlined/view_comfy_alt.svg | 0 .../{ => material}/outlined/view_compact.svg | 0 .../outlined/view_compact_alt.svg | 0 .../src/{ => material}/outlined/view_cozy.svg | 0 .../src/{ => material}/outlined/view_day.svg | 0 .../{ => material}/outlined/view_headline.svg | 0 .../{ => material}/outlined/view_in_ar.svg | 0 .../{ => material}/outlined/view_kanban.svg | 0 .../src/{ => material}/outlined/view_list.svg | 0 .../{ => material}/outlined/view_module.svg | 0 .../{ => material}/outlined/view_quilt.svg | 0 .../{ => material}/outlined/view_sidebar.svg | 0 .../{ => material}/outlined/view_stream.svg | 0 .../{ => material}/outlined/view_timeline.svg | 0 .../src/{ => material}/outlined/view_week.svg | 0 .../src/{ => material}/outlined/vignette.svg | 0 .../src/{ => material}/outlined/villa.svg | 0 .../{ => material}/outlined/visibility.svg | 0 .../outlined/visibility_off.svg | 0 .../{ => material}/outlined/voice_chat.svg | 0 .../outlined/voice_over_off.svg | 0 .../src/{ => material}/outlined/voicemail.svg | 0 .../src/{ => material}/outlined/volcano.svg | 0 .../{ => material}/outlined/volume_down.svg | 0 .../{ => material}/outlined/volume_mute.svg | 0 .../{ => material}/outlined/volume_off.svg | 0 .../src/{ => material}/outlined/volume_up.svg | 0 .../outlined/volunteer_activism.svg | 0 .../src/{ => material}/outlined/vpn_key.svg | 0 .../{ => material}/outlined/vpn_key_off.svg | 0 .../src/{ => material}/outlined/vpn_lock.svg | 0 .../src/{ => material}/outlined/vrpano.svg | 0 .../src/{ => material}/outlined/wallet.svg | 0 .../src/{ => material}/outlined/wallpaper.svg | 0 .../src/{ => material}/outlined/warehouse.svg | 0 .../src/{ => material}/outlined/warning.svg | 0 .../{ => material}/outlined/warning_amber.svg | 0 .../src/{ => material}/outlined/wash.svg | 0 .../src/{ => material}/outlined/watch.svg | 0 .../{ => material}/outlined/watch_later.svg | 0 .../src/{ => material}/outlined/watch_off.svg | 0 .../src/{ => material}/outlined/water.svg | 0 .../{ => material}/outlined/water_damage.svg | 0 .../{ => material}/outlined/water_drop.svg | 0 .../outlined/waterfall_chart.svg | 0 .../src/{ => material}/outlined/waves.svg | 0 .../{ => material}/outlined/waving_hand.svg | 0 .../src/{ => material}/outlined/wb_auto.svg | 0 .../src/{ => material}/outlined/wb_cloudy.svg | 0 .../outlined/wb_incandescent.svg | 0 .../{ => material}/outlined/wb_iridescent.svg | 0 .../src/{ => material}/outlined/wb_shade.svg | 0 .../src/{ => material}/outlined/wb_sunny.svg | 0 .../{ => material}/outlined/wb_twilight.svg | 0 .../src/{ => material}/outlined/wc.svg | 0 .../src/{ => material}/outlined/web.svg | 0 .../src/{ => material}/outlined/web_asset.svg | 0 .../{ => material}/outlined/web_asset_off.svg | 0 .../{ => material}/outlined/web_stories.svg | 0 .../src/{ => material}/outlined/webhook.svg | 0 .../src/{ => material}/outlined/weekend.svg | 0 .../src/{ => material}/outlined/west.svg | 0 .../src/{ => material}/outlined/whatshot.svg | 0 .../outlined/wheelchair_pickup.svg | 0 .../{ => material}/outlined/where_to_vote.svg | 0 .../src/{ => material}/outlined/widgets.svg | 0 .../{ => material}/outlined/width_full.svg | 0 .../{ => material}/outlined/width_normal.svg | 0 .../{ => material}/outlined/width_wide.svg | 0 .../src/{ => material}/outlined/wifi.svg | 0 .../{ => material}/outlined/wifi_1_bar.svg | 0 .../{ => material}/outlined/wifi_2_bar.svg | 0 .../{ => material}/outlined/wifi_calling.svg | 0 .../outlined/wifi_calling_3.svg | 0 .../{ => material}/outlined/wifi_channel.svg | 0 .../src/{ => material}/outlined/wifi_find.svg | 0 .../src/{ => material}/outlined/wifi_lock.svg | 0 .../src/{ => material}/outlined/wifi_off.svg | 0 .../{ => material}/outlined/wifi_password.svg | 0 .../outlined/wifi_protected_setup.svg | 0 .../outlined/wifi_tethering.svg | 0 .../outlined/wifi_tethering_error.svg | 0 .../outlined/wifi_tethering_off.svg | 0 .../{ => material}/outlined/wind_power.svg | 0 .../src/{ => material}/outlined/window.svg | 0 .../src/{ => material}/outlined/wine_bar.svg | 0 .../src/{ => material}/outlined/woman.svg | 0 .../src/{ => material}/outlined/woman_2.svg | 0 .../src/{ => material}/outlined/work.svg | 0 .../{ => material}/outlined/work_history.svg | 0 .../src/{ => material}/outlined/work_off.svg | 0 .../{ => material}/outlined/work_outline.svg | 0 .../outlined/workspace_premium.svg | 0 .../{ => material}/outlined/workspaces.svg | 0 .../src/{ => material}/outlined/wrap_text.svg | 0 .../outlined/wrong_location.svg | 0 .../src/{ => material}/outlined/wysiwyg.svg | 0 .../src/{ => material}/outlined/yard.svg | 0 .../outlined/youtube_searched_for.svg | 0 .../src/{ => material}/outlined/zoom_in.svg | 0 .../{ => material}/outlined/zoom_in_map.svg | 0 .../src/{ => material}/outlined/zoom_out.svg | 0 .../{ => material}/outlined/zoom_out_map.svg | 0 .../src/{ => material}/round/10k.svg | 0 .../src/{ => material}/round/10mp.svg | 0 .../src/{ => material}/round/11mp.svg | 0 .../src/{ => material}/round/123.svg | 0 .../src/{ => material}/round/12mp.svg | 0 .../src/{ => material}/round/13mp.svg | 0 .../src/{ => material}/round/14mp.svg | 0 .../src/{ => material}/round/15mp.svg | 0 .../src/{ => material}/round/16mp.svg | 0 .../src/{ => material}/round/17mp.svg | 0 .../src/{ => material}/round/18_up_rating.svg | 0 .../src/{ => material}/round/18mp.svg | 0 .../src/{ => material}/round/19mp.svg | 0 .../src/{ => material}/round/1k.svg | 0 .../src/{ => material}/round/1k_plus.svg | 0 .../{ => material}/round/1x_mobiledata.svg | 0 .../src/{ => material}/round/20mp.svg | 0 .../src/{ => material}/round/21mp.svg | 0 .../src/{ => material}/round/22mp.svg | 0 .../src/{ => material}/round/23mp.svg | 0 .../src/{ => material}/round/24mp.svg | 0 .../src/{ => material}/round/2k.svg | 0 .../src/{ => material}/round/2k_plus.svg | 0 .../src/{ => material}/round/2mp.svg | 0 .../src/{ => material}/round/30fps.svg | 0 .../src/{ => material}/round/30fps_select.svg | 0 .../src/{ => material}/round/360.svg | 0 .../src/{ => material}/round/3d_rotation.svg | 0 .../{ => material}/round/3g_mobiledata.svg | 0 .../src/{ => material}/round/3k.svg | 0 .../src/{ => material}/round/3k_plus.svg | 0 .../src/{ => material}/round/3mp.svg | 0 .../src/{ => material}/round/3p.svg | 0 .../{ => material}/round/4g_mobiledata.svg | 0 .../round/4g_plus_mobiledata.svg | 0 .../src/{ => material}/round/4k.svg | 0 .../src/{ => material}/round/4k_plus.svg | 0 .../src/{ => material}/round/4mp.svg | 0 .../src/{ => material}/round/5g.svg | 0 .../src/{ => material}/round/5k.svg | 0 .../src/{ => material}/round/5k_plus.svg | 0 .../src/{ => material}/round/5mp.svg | 0 .../src/{ => material}/round/60fps.svg | 0 .../src/{ => material}/round/60fps_select.svg | 0 .../src/{ => material}/round/6_ft_apart.svg | 0 .../src/{ => material}/round/6k.svg | 0 .../src/{ => material}/round/6k_plus.svg | 0 .../src/{ => material}/round/6mp.svg | 0 .../src/{ => material}/round/7k.svg | 0 .../src/{ => material}/round/7k_plus.svg | 0 .../src/{ => material}/round/7mp.svg | 0 .../src/{ => material}/round/8k.svg | 0 .../src/{ => material}/round/8k_plus.svg | 0 .../src/{ => material}/round/8mp.svg | 0 .../src/{ => material}/round/9k.svg | 0 .../src/{ => material}/round/9k_plus.svg | 0 .../src/{ => material}/round/9mp.svg | 0 .../src/{ => material}/round/abc.svg | 0 .../src/{ => material}/round/ac_unit.svg | 0 .../src/{ => material}/round/access_alarm.svg | 0 .../{ => material}/round/access_alarms.svg | 0 .../src/{ => material}/round/access_time.svg | 0 .../round/access_time_filled.svg | 0 .../{ => material}/round/accessibility.svg | 0 .../round/accessibility_new.svg | 0 .../src/{ => material}/round/accessible.svg | 0 .../round/accessible_forward.svg | 0 .../{ => material}/round/account_balance.svg | 0 .../round/account_balance_wallet.svg | 0 .../src/{ => material}/round/account_box.svg | 0 .../{ => material}/round/account_circle.svg | 0 .../src/{ => material}/round/account_tree.svg | 0 .../src/{ => material}/round/ad_units.svg | 0 .../src/{ => material}/round/adb.svg | 0 .../src/{ => material}/round/add.svg | 0 .../src/{ => material}/round/add_a_photo.svg | 0 .../src/{ => material}/round/add_alarm.svg | 0 .../src/{ => material}/round/add_alert.svg | 0 .../src/{ => material}/round/add_box.svg | 0 .../src/{ => material}/round/add_business.svg | 0 .../src/{ => material}/round/add_card.svg | 0 .../src/{ => material}/round/add_chart.svg | 0 .../src/{ => material}/round/add_circle.svg | 0 .../round/add_circle_outline.svg | 0 .../src/{ => material}/round/add_comment.svg | 0 .../src/{ => material}/round/add_home.svg | 0 .../{ => material}/round/add_home_work.svg | 0 .../src/{ => material}/round/add_ic_call.svg | 0 .../src/{ => material}/round/add_link.svg | 0 .../src/{ => material}/round/add_location.svg | 0 .../{ => material}/round/add_location_alt.svg | 0 .../{ => material}/round/add_moderator.svg | 0 .../round/add_photo_alternate.svg | 0 .../src/{ => material}/round/add_reaction.svg | 0 .../src/{ => material}/round/add_road.svg | 0 .../round/add_shopping_cart.svg | 0 .../src/{ => material}/round/add_task.svg | 0 .../src/{ => material}/round/add_to_drive.svg | 0 .../round/add_to_home_screen.svg | 0 .../{ => material}/round/add_to_photos.svg | 0 .../src/{ => material}/round/add_to_queue.svg | 0 .../src/{ => material}/round/addchart.svg | 0 .../src/{ => material}/round/adf_scanner.svg | 0 .../src/{ => material}/round/adjust.svg | 0 .../round/admin_panel_settings.svg | 0 .../src/{ => material}/round/ads_click.svg | 0 .../src/{ => material}/round/agriculture.svg | 0 .../src/{ => material}/round/air.svg | 0 .../round/airline_seat_flat.svg | 0 .../round/airline_seat_flat_angled.svg | 0 .../round/airline_seat_individual_suite.svg | 0 .../round/airline_seat_legroom_extra.svg | 0 .../round/airline_seat_legroom_normal.svg | 0 .../round/airline_seat_legroom_reduced.svg | 0 .../round/airline_seat_recline_extra.svg | 0 .../round/airline_seat_recline_normal.svg | 0 .../{ => material}/round/airline_stops.svg | 0 .../src/{ => material}/round/airlines.svg | 0 .../{ => material}/round/airplane_ticket.svg | 0 .../round/airplanemode_active.svg | 0 .../round/airplanemode_inactive.svg | 0 .../src/{ => material}/round/airplay.svg | 0 .../{ => material}/round/airport_shuttle.svg | 0 .../src/{ => material}/round/alarm.svg | 0 .../src/{ => material}/round/alarm_add.svg | 0 .../src/{ => material}/round/alarm_off.svg | 0 .../src/{ => material}/round/alarm_on.svg | 0 .../src/{ => material}/round/album.svg | 0 .../round/align_horizontal_center.svg | 0 .../round/align_horizontal_left.svg | 0 .../round/align_horizontal_right.svg | 0 .../round/align_vertical_bottom.svg | 0 .../round/align_vertical_center.svg | 0 .../round/align_vertical_top.svg | 0 .../src/{ => material}/round/all_inbox.svg | 0 .../{ => material}/round/all_inclusive.svg | 0 .../src/{ => material}/round/all_out.svg | 0 .../src/{ => material}/round/alt_route.svg | 0 .../{ => material}/round/alternate_email.svg | 0 .../src/{ => material}/round/analytics.svg | 0 .../src/{ => material}/round/anchor.svg | 0 .../src/{ => material}/round/android.svg | 0 .../src/{ => material}/round/animation.svg | 0 .../src/{ => material}/round/announcement.svg | 0 .../src/{ => material}/round/aod.svg | 0 .../src/{ => material}/round/apartment.svg | 0 .../src/{ => material}/round/api.svg | 0 .../src/{ => material}/round/app_blocking.svg | 0 .../{ => material}/round/app_registration.svg | 0 .../{ => material}/round/app_settings_alt.svg | 0 .../src/{ => material}/round/app_shortcut.svg | 0 .../src/{ => material}/round/approval.svg | 0 .../src/{ => material}/round/apps.svg | 0 .../src/{ => material}/round/apps_outage.svg | 0 .../src/{ => material}/round/architecture.svg | 0 .../src/{ => material}/round/archive.svg | 0 .../src/{ => material}/round/area_chart.svg | 0 .../src/{ => material}/round/arrow_back.svg | 0 .../{ => material}/round/arrow_back_ios.svg | 0 .../round/arrow_back_ios_new.svg | 0 .../round/arrow_circle_down.svg | 0 .../round/arrow_circle_left.svg | 0 .../round/arrow_circle_right.svg | 0 .../{ => material}/round/arrow_circle_up.svg | 0 .../{ => material}/round/arrow_downward.svg | 0 .../{ => material}/round/arrow_drop_down.svg | 0 .../round/arrow_drop_down_circle.svg | 0 .../{ => material}/round/arrow_drop_up.svg | 0 .../{ => material}/round/arrow_forward.svg | 0 .../round/arrow_forward_ios.svg | 0 .../src/{ => material}/round/arrow_left.svg | 0 .../{ => material}/round/arrow_outward.svg | 0 .../src/{ => material}/round/arrow_right.svg | 0 .../{ => material}/round/arrow_right_alt.svg | 0 .../src/{ => material}/round/arrow_upward.svg | 0 .../src/{ => material}/round/art_track.svg | 0 .../src/{ => material}/round/article.svg | 0 .../src/{ => material}/round/aspect_ratio.svg | 0 .../src/{ => material}/round/assessment.svg | 0 .../src/{ => material}/round/assignment.svg | 0 .../{ => material}/round/assignment_ind.svg | 0 .../{ => material}/round/assignment_late.svg | 0 .../round/assignment_return.svg | 0 .../round/assignment_returned.svg | 0 .../round/assignment_turned_in.svg | 0 .../{ => material}/round/assist_walker.svg | 0 .../src/{ => material}/round/assistant.svg | 0 .../round/assistant_direction.svg | 0 .../{ => material}/round/assistant_photo.svg | 0 .../{ => material}/round/assured_workload.svg | 0 .../src/{ => material}/round/atm.svg | 0 .../src/{ => material}/round/attach_email.svg | 0 .../src/{ => material}/round/attach_file.svg | 0 .../src/{ => material}/round/attach_money.svg | 0 .../src/{ => material}/round/attachment.svg | 0 .../src/{ => material}/round/attractions.svg | 0 .../src/{ => material}/round/attribution.svg | 0 .../src/{ => material}/round/audio_file.svg | 0 .../src/{ => material}/round/audiotrack.svg | 0 .../src/{ => material}/round/auto_awesome.svg | 0 .../round/auto_awesome_mosaic.svg | 0 .../round/auto_awesome_motion.svg | 0 .../src/{ => material}/round/auto_delete.svg | 0 .../{ => material}/round/auto_fix_high.svg | 0 .../{ => material}/round/auto_fix_normal.svg | 0 .../src/{ => material}/round/auto_fix_off.svg | 0 .../src/{ => material}/round/auto_graph.svg | 0 .../src/{ => material}/round/auto_mode.svg | 0 .../src/{ => material}/round/auto_stories.svg | 0 .../{ => material}/round/autofps_select.svg | 0 .../src/{ => material}/round/autorenew.svg | 0 .../src/{ => material}/round/av_timer.svg | 0 .../round/baby_changing_station.svg | 0 .../src/{ => material}/round/back_hand.svg | 0 .../src/{ => material}/round/backpack.svg | 0 .../src/{ => material}/round/backspace.svg | 0 .../src/{ => material}/round/backup.svg | 0 .../src/{ => material}/round/backup_table.svg | 0 .../src/{ => material}/round/badge.svg | 0 .../{ => material}/round/bakery_dining.svg | 0 .../src/{ => material}/round/balance.svg | 0 .../src/{ => material}/round/balcony.svg | 0 .../src/{ => material}/round/ballot.svg | 0 .../src/{ => material}/round/bar_chart.svg | 0 .../{ => material}/round/batch_prediction.svg | 0 .../src/{ => material}/round/bathroom.svg | 0 .../src/{ => material}/round/bathtub.svg | 0 .../{ => material}/round/battery_0_bar.svg | 0 .../{ => material}/round/battery_1_bar.svg | 0 .../{ => material}/round/battery_2_bar.svg | 0 .../{ => material}/round/battery_3_bar.svg | 0 .../{ => material}/round/battery_4_bar.svg | 0 .../{ => material}/round/battery_5_bar.svg | 0 .../{ => material}/round/battery_6_bar.svg | 0 .../{ => material}/round/battery_alert.svg | 0 .../round/battery_charging_full.svg | 0 .../src/{ => material}/round/battery_full.svg | 0 .../{ => material}/round/battery_saver.svg | 0 .../src/{ => material}/round/battery_std.svg | 0 .../{ => material}/round/battery_unknown.svg | 0 .../src/{ => material}/round/beach_access.svg | 0 .../src/{ => material}/round/bed.svg | 0 .../src/{ => material}/round/bedroom_baby.svg | 0 .../{ => material}/round/bedroom_child.svg | 0 .../{ => material}/round/bedroom_parent.svg | 0 .../src/{ => material}/round/bedtime.svg | 0 .../src/{ => material}/round/bedtime_off.svg | 0 .../src/{ => material}/round/beenhere.svg | 0 .../src/{ => material}/round/bento.svg | 0 .../src/{ => material}/round/bike_scooter.svg | 0 .../src/{ => material}/round/biotech.svg | 0 .../src/{ => material}/round/blender.svg | 0 .../src/{ => material}/round/blind.svg | 0 .../src/{ => material}/round/blinds.svg | 0 .../{ => material}/round/blinds_closed.svg | 0 .../src/{ => material}/round/block.svg | 0 .../src/{ => material}/round/bloodtype.svg | 0 .../src/{ => material}/round/bluetooth.svg | 0 .../{ => material}/round/bluetooth_audio.svg | 0 .../round/bluetooth_connected.svg | 0 .../round/bluetooth_disabled.svg | 0 .../{ => material}/round/bluetooth_drive.svg | 0 .../round/bluetooth_searching.svg | 0 .../{ => material}/round/blur_circular.svg | 0 .../src/{ => material}/round/blur_linear.svg | 0 .../src/{ => material}/round/blur_off.svg | 0 .../src/{ => material}/round/blur_on.svg | 0 .../src/{ => material}/round/bolt.svg | 0 .../src/{ => material}/round/book.svg | 0 .../src/{ => material}/round/book_online.svg | 0 .../src/{ => material}/round/bookmark.svg | 0 .../src/{ => material}/round/bookmark_add.svg | 0 .../{ => material}/round/bookmark_added.svg | 0 .../{ => material}/round/bookmark_border.svg | 0 .../{ => material}/round/bookmark_remove.svg | 0 .../src/{ => material}/round/bookmarks.svg | 0 .../src/{ => material}/round/border_all.svg | 0 .../{ => material}/round/border_bottom.svg | 0 .../src/{ => material}/round/border_clear.svg | 0 .../src/{ => material}/round/border_color.svg | 0 .../round/border_horizontal.svg | 0 .../src/{ => material}/round/border_inner.svg | 0 .../src/{ => material}/round/border_left.svg | 0 .../src/{ => material}/round/border_outer.svg | 0 .../src/{ => material}/round/border_right.svg | 0 .../src/{ => material}/round/border_style.svg | 0 .../src/{ => material}/round/border_top.svg | 0 .../{ => material}/round/border_vertical.svg | 0 .../src/{ => material}/round/boy.svg | 0 .../round/branding_watermark.svg | 0 .../{ => material}/round/breakfast_dining.svg | 0 .../src/{ => material}/round/brightness_1.svg | 0 .../src/{ => material}/round/brightness_2.svg | 0 .../src/{ => material}/round/brightness_3.svg | 0 .../src/{ => material}/round/brightness_4.svg | 0 .../src/{ => material}/round/brightness_5.svg | 0 .../src/{ => material}/round/brightness_6.svg | 0 .../src/{ => material}/round/brightness_7.svg | 0 .../{ => material}/round/brightness_auto.svg | 0 .../{ => material}/round/brightness_high.svg | 0 .../{ => material}/round/brightness_low.svg | 0 .../round/brightness_medium.svg | 0 .../round/broadcast_on_home.svg | 0 .../round/broadcast_on_personal.svg | 0 .../src/{ => material}/round/broken_image.svg | 0 .../{ => material}/round/browse_gallery.svg | 0 .../round/browser_not_supported.svg | 0 .../{ => material}/round/browser_updated.svg | 0 .../{ => material}/round/brunch_dining.svg | 0 .../src/{ => material}/round/brush.svg | 0 .../src/{ => material}/round/bubble_chart.svg | 0 .../src/{ => material}/round/bug_report.svg | 0 .../src/{ => material}/round/build.svg | 0 .../src/{ => material}/round/build_circle.svg | 0 .../src/{ => material}/round/bungalow.svg | 0 .../src/{ => material}/round/burst_mode.svg | 0 .../src/{ => material}/round/bus_alert.svg | 0 .../src/{ => material}/round/business.svg | 0 .../{ => material}/round/business_center.svg | 0 .../src/{ => material}/round/cabin.svg | 0 .../src/{ => material}/round/cable.svg | 0 .../src/{ => material}/round/cached.svg | 0 .../src/{ => material}/round/cake.svg | 0 .../src/{ => material}/round/calculate.svg | 0 .../{ => material}/round/calendar_month.svg | 0 .../{ => material}/round/calendar_today.svg | 0 .../round/calendar_view_day.svg | 0 .../round/calendar_view_month.svg | 0 .../round/calendar_view_week.svg | 0 .../src/{ => material}/round/call.svg | 0 .../src/{ => material}/round/call_end.svg | 0 .../src/{ => material}/round/call_made.svg | 0 .../src/{ => material}/round/call_merge.svg | 0 .../src/{ => material}/round/call_missed.svg | 0 .../round/call_missed_outgoing.svg | 0 .../{ => material}/round/call_received.svg | 0 .../src/{ => material}/round/call_split.svg | 0 .../{ => material}/round/call_to_action.svg | 0 .../src/{ => material}/round/camera.svg | 0 .../src/{ => material}/round/camera_alt.svg | 0 .../{ => material}/round/camera_enhance.svg | 0 .../src/{ => material}/round/camera_front.svg | 0 .../{ => material}/round/camera_indoor.svg | 0 .../{ => material}/round/camera_outdoor.svg | 0 .../src/{ => material}/round/camera_rear.svg | 0 .../src/{ => material}/round/camera_roll.svg | 0 .../src/{ => material}/round/cameraswitch.svg | 0 .../src/{ => material}/round/campaign.svg | 0 .../src/{ => material}/round/cancel.svg | 0 .../round/cancel_presentation.svg | 0 .../round/cancel_schedule_send.svg | 0 .../round/candlestick_chart.svg | 0 .../src/{ => material}/round/car_crash.svg | 0 .../src/{ => material}/round/car_rental.svg | 0 .../src/{ => material}/round/car_repair.svg | 0 .../{ => material}/round/card_giftcard.svg | 0 .../{ => material}/round/card_membership.svg | 0 .../src/{ => material}/round/card_travel.svg | 0 .../src/{ => material}/round/carpenter.svg | 0 .../src/{ => material}/round/cases.svg | 0 .../src/{ => material}/round/casino.svg | 0 .../src/{ => material}/round/cast.svg | 0 .../{ => material}/round/cast_connected.svg | 0 .../round/cast_for_education.svg | 0 .../src/{ => material}/round/castle.svg | 0 .../{ => material}/round/catching_pokemon.svg | 0 .../src/{ => material}/round/category.svg | 0 .../src/{ => material}/round/celebration.svg | 0 .../src/{ => material}/round/cell_tower.svg | 0 .../src/{ => material}/round/cell_wifi.svg | 0 .../round/center_focus_strong.svg | 0 .../round/center_focus_weak.svg | 0 .../src/{ => material}/round/chair.svg | 0 .../src/{ => material}/round/chair_alt.svg | 0 .../src/{ => material}/round/chalet.svg | 0 .../{ => material}/round/change_circle.svg | 0 .../{ => material}/round/change_history.svg | 0 .../{ => material}/round/charging_station.svg | 0 .../src/{ => material}/round/chat.svg | 0 .../src/{ => material}/round/chat_bubble.svg | 0 .../round/chat_bubble_outline.svg | 0 .../src/{ => material}/round/check.svg | 0 .../src/{ => material}/round/check_box.svg | 0 .../round/check_box_outline_blank.svg | 0 .../src/{ => material}/round/check_circle.svg | 0 .../round/check_circle_outline.svg | 0 .../src/{ => material}/round/checklist.svg | 0 .../{ => material}/round/checklist_rtl.svg | 0 .../src/{ => material}/round/checkroom.svg | 0 .../src/{ => material}/round/chevron_left.svg | 0 .../{ => material}/round/chevron_right.svg | 0 .../src/{ => material}/round/child_care.svg | 0 .../{ => material}/round/child_friendly.svg | 0 .../round/chrome_reader_mode.svg | 0 .../src/{ => material}/round/church.svg | 0 .../src/{ => material}/round/circle.svg | 0 .../round/circle_notifications.svg | 0 .../src/{ => material}/round/class.svg | 0 .../src/{ => material}/round/clean_hands.svg | 0 .../round/cleaning_services.svg | 0 .../src/{ => material}/round/clear.svg | 0 .../src/{ => material}/round/clear_all.svg | 0 .../src/{ => material}/round/close.svg | 0 .../{ => material}/round/close_fullscreen.svg | 0 .../{ => material}/round/closed_caption.svg | 0 .../round/closed_caption_disabled.svg | 0 .../round/closed_caption_off.svg | 0 .../src/{ => material}/round/cloud.svg | 0 .../src/{ => material}/round/cloud_circle.svg | 0 .../src/{ => material}/round/cloud_done.svg | 0 .../{ => material}/round/cloud_download.svg | 0 .../src/{ => material}/round/cloud_off.svg | 0 .../src/{ => material}/round/cloud_queue.svg | 0 .../src/{ => material}/round/cloud_sync.svg | 0 .../src/{ => material}/round/cloud_upload.svg | 0 .../src/{ => material}/round/co2.svg | 0 .../src/{ => material}/round/co_present.svg | 0 .../src/{ => material}/round/code.svg | 0 .../src/{ => material}/round/code_off.svg | 0 .../src/{ => material}/round/coffee.svg | 0 .../src/{ => material}/round/coffee_maker.svg | 0 .../src/{ => material}/round/collections.svg | 0 .../round/collections_bookmark.svg | 0 .../src/{ => material}/round/color_lens.svg | 0 .../src/{ => material}/round/colorize.svg | 0 .../src/{ => material}/round/comment.svg | 0 .../src/{ => material}/round/comment_bank.svg | 0 .../round/comments_disabled.svg | 0 .../src/{ => material}/round/commit.svg | 0 .../src/{ => material}/round/commute.svg | 0 .../src/{ => material}/round/compare.svg | 0 .../{ => material}/round/compare_arrows.svg | 0 .../round/compass_calibration.svg | 0 .../src/{ => material}/round/compost.svg | 0 .../src/{ => material}/round/compress.svg | 0 .../src/{ => material}/round/computer.svg | 0 .../round/confirmation_number.svg | 0 .../round/connect_without_contact.svg | 0 .../src/{ => material}/round/connected_tv.svg | 0 .../round/connecting_airports.svg | 0 .../src/{ => material}/round/construction.svg | 0 .../round/contact_emergency.svg | 0 .../src/{ => material}/round/contact_mail.svg | 0 .../src/{ => material}/round/contact_page.svg | 0 .../{ => material}/round/contact_phone.svg | 0 .../{ => material}/round/contact_support.svg | 0 .../src/{ => material}/round/contactless.svg | 0 .../src/{ => material}/round/contacts.svg | 0 .../src/{ => material}/round/content_copy.svg | 0 .../src/{ => material}/round/content_cut.svg | 0 .../{ => material}/round/content_paste.svg | 0 .../{ => material}/round/content_paste_go.svg | 0 .../round/content_paste_off.svg | 0 .../round/content_paste_search.svg | 0 .../src/{ => material}/round/contrast.svg | 0 .../{ => material}/round/control_camera.svg | 0 .../{ => material}/round/control_point.svg | 0 .../round/control_point_duplicate.svg | 0 .../src/{ => material}/round/cookie.svg | 0 .../src/{ => material}/round/copy_all.svg | 0 .../src/{ => material}/round/copyright.svg | 0 .../src/{ => material}/round/coronavirus.svg | 0 .../{ => material}/round/corporate_fare.svg | 0 .../src/{ => material}/round/cottage.svg | 0 .../src/{ => material}/round/countertops.svg | 0 .../src/{ => material}/round/create.svg | 0 .../round/create_new_folder.svg | 0 .../src/{ => material}/round/credit_card.svg | 0 .../{ => material}/round/credit_card_off.svg | 0 .../src/{ => material}/round/credit_score.svg | 0 .../src/{ => material}/round/crib.svg | 0 .../src/{ => material}/round/crisis_alert.svg | 0 .../src/{ => material}/round/crop.svg | 0 .../src/{ => material}/round/crop_16_9.svg | 0 .../src/{ => material}/round/crop_3_2.svg | 0 .../src/{ => material}/round/crop_5_4.svg | 0 .../src/{ => material}/round/crop_7_5.svg | 0 .../src/{ => material}/round/crop_din.svg | 0 .../src/{ => material}/round/crop_free.svg | 0 .../{ => material}/round/crop_landscape.svg | 0 .../{ => material}/round/crop_original.svg | 0 .../{ => material}/round/crop_portrait.svg | 0 .../src/{ => material}/round/crop_rotate.svg | 0 .../src/{ => material}/round/crop_square.svg | 0 .../src/{ => material}/round/cruelty_free.svg | 0 .../src/{ => material}/round/css.svg | 0 .../{ => material}/round/currency_bitcoin.svg | 0 .../round/currency_exchange.svg | 0 .../{ => material}/round/currency_franc.svg | 0 .../{ => material}/round/currency_lira.svg | 0 .../{ => material}/round/currency_pound.svg | 0 .../{ => material}/round/currency_ruble.svg | 0 .../{ => material}/round/currency_rupee.svg | 0 .../src/{ => material}/round/currency_yen.svg | 0 .../{ => material}/round/currency_yuan.svg | 0 .../src/{ => material}/round/curtains.svg | 0 .../{ => material}/round/curtains_closed.svg | 0 .../src/{ => material}/round/cyclone.svg | 0 .../src/{ => material}/round/dangerous.svg | 0 .../src/{ => material}/round/dark_mode.svg | 0 .../src/{ => material}/round/dashboard.svg | 0 .../round/dashboard_customize.svg | 0 .../src/{ => material}/round/data_array.svg | 0 .../{ => material}/round/data_exploration.svg | 0 .../src/{ => material}/round/data_object.svg | 0 .../{ => material}/round/data_saver_off.svg | 0 .../{ => material}/round/data_saver_on.svg | 0 .../round/data_thresholding.svg | 0 .../src/{ => material}/round/data_usage.svg | 0 .../src/{ => material}/round/dataset.svg | 0 .../{ => material}/round/dataset_linked.svg | 0 .../src/{ => material}/round/date_range.svg | 0 .../src/{ => material}/round/deblur.svg | 0 .../src/{ => material}/round/deck.svg | 0 .../src/{ => material}/round/dehaze.svg | 0 .../src/{ => material}/round/delete.svg | 0 .../{ => material}/round/delete_forever.svg | 0 .../{ => material}/round/delete_outline.svg | 0 .../src/{ => material}/round/delete_sweep.svg | 0 .../{ => material}/round/delivery_dining.svg | 0 .../{ => material}/round/density_large.svg | 0 .../{ => material}/round/density_medium.svg | 0 .../{ => material}/round/density_small.svg | 0 .../{ => material}/round/departure_board.svg | 0 .../src/{ => material}/round/description.svg | 0 .../src/{ => material}/round/deselect.svg | 0 .../{ => material}/round/design_services.svg | 0 .../src/{ => material}/round/desk.svg | 0 .../round/desktop_access_disabled.svg | 0 .../src/{ => material}/round/desktop_mac.svg | 0 .../{ => material}/round/desktop_windows.svg | 0 .../src/{ => material}/round/details.svg | 0 .../{ => material}/round/developer_board.svg | 0 .../round/developer_board_off.svg | 0 .../{ => material}/round/developer_mode.svg | 0 .../src/{ => material}/round/device_hub.svg | 0 .../round/device_thermostat.svg | 0 .../{ => material}/round/device_unknown.svg | 0 .../src/{ => material}/round/devices.svg | 0 .../src/{ => material}/round/devices_fold.svg | 0 .../{ => material}/round/devices_other.svg | 0 .../src/{ => material}/round/dialer_sip.svg | 0 .../src/{ => material}/round/dialpad.svg | 0 .../src/{ => material}/round/diamond.svg | 0 .../src/{ => material}/round/difference.svg | 0 .../src/{ => material}/round/dining.svg | 0 .../{ => material}/round/dinner_dining.svg | 0 .../src/{ => material}/round/directions.svg | 0 .../{ => material}/round/directions_bike.svg | 0 .../{ => material}/round/directions_boat.svg | 0 .../round/directions_boat_filled.svg | 0 .../{ => material}/round/directions_bus.svg | 0 .../round/directions_bus_filled.svg | 0 .../{ => material}/round/directions_car.svg | 0 .../round/directions_car_filled.svg | 0 .../{ => material}/round/directions_off.svg | 0 .../round/directions_railway.svg | 0 .../round/directions_railway_filled.svg | 0 .../{ => material}/round/directions_run.svg | 0 .../round/directions_subway.svg | 0 .../round/directions_subway_filled.svg | 0 .../round/directions_transit.svg | 0 .../round/directions_transit_filled.svg | 0 .../{ => material}/round/directions_walk.svg | 0 .../src/{ => material}/round/dirty_lens.svg | 0 .../round/disabled_by_default.svg | 0 .../{ => material}/round/disabled_visible.svg | 0 .../src/{ => material}/round/disc_full.svg | 0 .../src/{ => material}/round/discount.svg | 0 .../{ => material}/round/display_settings.svg | 0 .../src/{ => material}/round/diversity_1.svg | 0 .../src/{ => material}/round/diversity_2.svg | 0 .../src/{ => material}/round/diversity_3.svg | 0 .../src/{ => material}/round/dns.svg | 0 .../src/{ => material}/round/do_disturb.svg | 0 .../{ => material}/round/do_disturb_alt.svg | 0 .../{ => material}/round/do_disturb_off.svg | 0 .../{ => material}/round/do_disturb_on.svg | 0 .../{ => material}/round/do_not_disturb.svg | 0 .../round/do_not_disturb_alt.svg | 0 .../round/do_not_disturb_off.svg | 0 .../round/do_not_disturb_on.svg | 0 .../round/do_not_disturb_on_total_silence.svg | 0 .../src/{ => material}/round/do_not_step.svg | 0 .../src/{ => material}/round/do_not_touch.svg | 0 .../src/{ => material}/round/dock.svg | 0 .../{ => material}/round/document_scanner.svg | 0 .../src/{ => material}/round/domain.svg | 0 .../src/{ => material}/round/domain_add.svg | 0 .../{ => material}/round/domain_disabled.svg | 0 .../round/domain_verification.svg | 0 .../src/{ => material}/round/done.svg | 0 .../src/{ => material}/round/done_all.svg | 0 .../src/{ => material}/round/done_outline.svg | 0 .../src/{ => material}/round/donut_large.svg | 0 .../src/{ => material}/round/donut_small.svg | 0 .../src/{ => material}/round/door_back.svg | 0 .../src/{ => material}/round/door_front.svg | 0 .../src/{ => material}/round/door_sliding.svg | 0 .../src/{ => material}/round/doorbell.svg | 0 .../src/{ => material}/round/double_arrow.svg | 0 .../{ => material}/round/downhill_skiing.svg | 0 .../src/{ => material}/round/download.svg | 0 .../{ => material}/round/download_done.svg | 0 .../round/download_for_offline.svg | 0 .../src/{ => material}/round/downloading.svg | 0 .../src/{ => material}/round/drafts.svg | 0 .../src/{ => material}/round/drag_handle.svg | 0 .../{ => material}/round/drag_indicator.svg | 0 .../src/{ => material}/round/draw.svg | 0 .../src/{ => material}/round/drive_eta.svg | 0 .../{ => material}/round/drive_file_move.svg | 0 .../round/drive_file_move_rtl.svg | 0 .../round/drive_file_rename_outline.svg | 0 .../round/drive_folder_upload.svg | 0 .../src/{ => material}/round/dry.svg | 0 .../src/{ => material}/round/dry_cleaning.svg | 0 .../src/{ => material}/round/duo.svg | 0 .../src/{ => material}/round/dvr.svg | 0 .../src/{ => material}/round/dynamic_feed.svg | 0 .../src/{ => material}/round/dynamic_form.svg | 0 .../src/{ => material}/round/e_mobiledata.svg | 0 .../src/{ => material}/round/earbuds.svg | 0 .../{ => material}/round/earbuds_battery.svg | 0 .../src/{ => material}/round/east.svg | 0 .../{ => material}/round/edgesensor_high.svg | 0 .../{ => material}/round/edgesensor_low.svg | 0 .../src/{ => material}/round/edit.svg | 0 .../{ => material}/round/edit_attributes.svg | 0 .../{ => material}/round/edit_calendar.svg | 0 .../{ => material}/round/edit_location.svg | 0 .../round/edit_location_alt.svg | 0 .../src/{ => material}/round/edit_note.svg | 0 .../round/edit_notifications.svg | 0 .../src/{ => material}/round/edit_off.svg | 0 .../src/{ => material}/round/edit_road.svg | 0 .../src/{ => material}/round/egg.svg | 0 .../src/{ => material}/round/egg_alt.svg | 0 .../src/{ => material}/round/eject.svg | 0 .../src/{ => material}/round/elderly.svg | 0 .../{ => material}/round/elderly_woman.svg | 0 .../{ => material}/round/electric_bike.svg | 0 .../{ => material}/round/electric_bolt.svg | 0 .../src/{ => material}/round/electric_car.svg | 0 .../{ => material}/round/electric_meter.svg | 0 .../{ => material}/round/electric_moped.svg | 0 .../round/electric_rickshaw.svg | 0 .../{ => material}/round/electric_scooter.svg | 0 .../round/electrical_services.svg | 0 .../src/{ => material}/round/elevator.svg | 0 .../src/{ => material}/round/email.svg | 0 .../src/{ => material}/round/emergency.svg | 0 .../round/emergency_recording.svg | 0 .../{ => material}/round/emergency_share.svg | 0 .../{ => material}/round/emoji_emotions.svg | 0 .../src/{ => material}/round/emoji_events.svg | 0 .../round/emoji_food_beverage.svg | 0 .../src/{ => material}/round/emoji_nature.svg | 0 .../{ => material}/round/emoji_objects.svg | 0 .../src/{ => material}/round/emoji_people.svg | 0 .../{ => material}/round/emoji_symbols.svg | 0 .../round/emoji_transportation.svg | 0 .../round/energy_savings_leaf.svg | 0 .../src/{ => material}/round/engineering.svg | 0 .../round/enhanced_encryption.svg | 0 .../src/{ => material}/round/equalizer.svg | 0 .../src/{ => material}/round/error.svg | 0 .../{ => material}/round/error_outline.svg | 0 .../src/{ => material}/round/escalator.svg | 0 .../round/escalator_warning.svg | 0 .../src/{ => material}/round/euro.svg | 0 .../src/{ => material}/round/euro_symbol.svg | 0 .../src/{ => material}/round/ev_station.svg | 0 .../src/{ => material}/round/event.svg | 0 .../{ => material}/round/event_available.svg | 0 .../src/{ => material}/round/event_busy.svg | 0 .../src/{ => material}/round/event_note.svg | 0 .../src/{ => material}/round/event_repeat.svg | 0 .../src/{ => material}/round/event_seat.svg | 0 .../src/{ => material}/round/exit_to_app.svg | 0 .../src/{ => material}/round/expand.svg | 0 .../round/expand_circle_down.svg | 0 .../src/{ => material}/round/expand_less.svg | 0 .../src/{ => material}/round/expand_more.svg | 0 .../src/{ => material}/round/explicit.svg | 0 .../src/{ => material}/round/explore.svg | 0 .../src/{ => material}/round/explore_off.svg | 0 .../src/{ => material}/round/exposure.svg | 0 .../{ => material}/round/exposure_neg_1.svg | 0 .../{ => material}/round/exposure_neg_2.svg | 0 .../{ => material}/round/exposure_plus_1.svg | 0 .../{ => material}/round/exposure_plus_2.svg | 0 .../{ => material}/round/exposure_zero.svg | 0 .../src/{ => material}/round/extension.svg | 0 .../{ => material}/round/extension_off.svg | 0 .../src/{ => material}/round/face.svg | 0 .../src/{ => material}/round/face_2.svg | 0 .../src/{ => material}/round/face_3.svg | 0 .../src/{ => material}/round/face_4.svg | 0 .../src/{ => material}/round/face_5.svg | 0 .../src/{ => material}/round/face_6.svg | 0 .../round/face_retouching_natural.svg | 0 .../round/face_retouching_off.svg | 0 .../src/{ => material}/round/fact_check.svg | 0 .../src/{ => material}/round/factory.svg | 0 .../{ => material}/round/family_restroom.svg | 0 .../src/{ => material}/round/fast_forward.svg | 0 .../src/{ => material}/round/fast_rewind.svg | 0 .../src/{ => material}/round/fastfood.svg | 0 .../src/{ => material}/round/favorite.svg | 0 .../{ => material}/round/favorite_border.svg | 0 .../src/{ => material}/round/fax.svg | 0 .../round/featured_play_list.svg | 0 .../{ => material}/round/featured_video.svg | 0 .../src/{ => material}/round/feed.svg | 0 .../src/{ => material}/round/feedback.svg | 0 .../src/{ => material}/round/female.svg | 0 .../src/{ => material}/round/fence.svg | 0 .../src/{ => material}/round/festival.svg | 0 .../src/{ => material}/round/fiber_dvr.svg | 0 .../round/fiber_manual_record.svg | 0 .../src/{ => material}/round/fiber_new.svg | 0 .../src/{ => material}/round/fiber_pin.svg | 0 .../round/fiber_smart_record.svg | 0 .../src/{ => material}/round/file_copy.svg | 0 .../{ => material}/round/file_download.svg | 0 .../round/file_download_done.svg | 0 .../round/file_download_off.svg | 0 .../src/{ => material}/round/file_open.svg | 0 .../src/{ => material}/round/file_present.svg | 0 .../src/{ => material}/round/file_upload.svg | 0 .../src/{ => material}/round/filter.svg | 0 .../src/{ => material}/round/filter_1.svg | 0 .../src/{ => material}/round/filter_2.svg | 0 .../src/{ => material}/round/filter_3.svg | 0 .../src/{ => material}/round/filter_4.svg | 0 .../src/{ => material}/round/filter_5.svg | 0 .../src/{ => material}/round/filter_6.svg | 0 .../src/{ => material}/round/filter_7.svg | 0 .../src/{ => material}/round/filter_8.svg | 0 .../src/{ => material}/round/filter_9.svg | 0 .../{ => material}/round/filter_9_plus.svg | 0 .../src/{ => material}/round/filter_alt.svg | 0 .../{ => material}/round/filter_alt_off.svg | 0 .../{ => material}/round/filter_b_and_w.svg | 0 .../round/filter_center_focus.svg | 0 .../src/{ => material}/round/filter_drama.svg | 0 .../{ => material}/round/filter_frames.svg | 0 .../src/{ => material}/round/filter_hdr.svg | 0 .../src/{ => material}/round/filter_list.svg | 0 .../{ => material}/round/filter_list_off.svg | 0 .../src/{ => material}/round/filter_none.svg | 0 .../round/filter_tilt_shift.svg | 0 .../{ => material}/round/filter_vintage.svg | 0 .../src/{ => material}/round/find_in_page.svg | 0 .../src/{ => material}/round/find_replace.svg | 0 .../src/{ => material}/round/fingerprint.svg | 0 .../round/fire_extinguisher.svg | 0 .../{ => material}/round/fire_hydrant_alt.svg | 0 .../src/{ => material}/round/fire_truck.svg | 0 .../src/{ => material}/round/fireplace.svg | 0 .../src/{ => material}/round/first_page.svg | 0 .../src/{ => material}/round/fit_screen.svg | 0 .../src/{ => material}/round/fitbit.svg | 0 .../{ => material}/round/fitness_center.svg | 0 .../src/{ => material}/round/flag.svg | 0 .../src/{ => material}/round/flag_circle.svg | 0 .../src/{ => material}/round/flaky.svg | 0 .../src/{ => material}/round/flare.svg | 0 .../src/{ => material}/round/flash_auto.svg | 0 .../src/{ => material}/round/flash_off.svg | 0 .../src/{ => material}/round/flash_on.svg | 0 .../{ => material}/round/flashlight_off.svg | 0 .../{ => material}/round/flashlight_on.svg | 0 .../src/{ => material}/round/flatware.svg | 0 .../src/{ => material}/round/flight.svg | 0 .../src/{ => material}/round/flight_class.svg | 0 .../src/{ => material}/round/flight_land.svg | 0 .../{ => material}/round/flight_takeoff.svg | 0 .../src/{ => material}/round/flip.svg | 0 .../round/flip_camera_android.svg | 0 .../{ => material}/round/flip_camera_ios.svg | 0 .../src/{ => material}/round/flip_to_back.svg | 0 .../{ => material}/round/flip_to_front.svg | 0 .../src/{ => material}/round/flood.svg | 0 .../src/{ => material}/round/fluorescent.svg | 0 .../src/{ => material}/round/flutter_dash.svg | 0 .../src/{ => material}/round/fmd_bad.svg | 0 .../src/{ => material}/round/fmd_good.svg | 0 .../src/{ => material}/round/folder.svg | 0 .../src/{ => material}/round/folder_copy.svg | 0 .../{ => material}/round/folder_delete.svg | 0 .../src/{ => material}/round/folder_off.svg | 0 .../src/{ => material}/round/folder_open.svg | 0 .../{ => material}/round/folder_shared.svg | 0 .../{ => material}/round/folder_special.svg | 0 .../src/{ => material}/round/folder_zip.svg | 0 .../{ => material}/round/follow_the_signs.svg | 0 .../{ => material}/round/font_download.svg | 0 .../round/font_download_off.svg | 0 .../src/{ => material}/round/food_bank.svg | 0 .../src/{ => material}/round/forest.svg | 0 .../src/{ => material}/round/fork_left.svg | 0 .../src/{ => material}/round/fork_right.svg | 0 .../round/format_align_center.svg | 0 .../round/format_align_justify.svg | 0 .../round/format_align_left.svg | 0 .../round/format_align_right.svg | 0 .../src/{ => material}/round/format_bold.svg | 0 .../src/{ => material}/round/format_clear.svg | 0 .../round/format_color_fill.svg | 0 .../round/format_color_reset.svg | 0 .../round/format_color_text.svg | 0 .../round/format_indent_decrease.svg | 0 .../round/format_indent_increase.svg | 0 .../{ => material}/round/format_italic.svg | 0 .../round/format_line_spacing.svg | 0 .../round/format_list_bulleted.svg | 0 .../round/format_list_numbered.svg | 0 .../round/format_list_numbered_rtl.svg | 0 .../{ => material}/round/format_overline.svg | 0 .../src/{ => material}/round/format_paint.svg | 0 .../src/{ => material}/round/format_quote.svg | 0 .../{ => material}/round/format_shapes.svg | 0 .../src/{ => material}/round/format_size.svg | 0 .../round/format_strikethrough.svg | 0 .../round/format_textdirection_l_to_r.svg | 0 .../round/format_textdirection_r_to_l.svg | 0 .../round/format_underlined.svg | 0 .../src/{ => material}/round/fort.svg | 0 .../src/{ => material}/round/forum.svg | 0 .../src/{ => material}/round/forward.svg | 0 .../src/{ => material}/round/forward_10.svg | 0 .../src/{ => material}/round/forward_30.svg | 0 .../src/{ => material}/round/forward_5.svg | 0 .../{ => material}/round/forward_to_inbox.svg | 0 .../src/{ => material}/round/foundation.svg | 0 .../{ => material}/round/free_breakfast.svg | 0 .../round/free_cancellation.svg | 0 .../src/{ => material}/round/front_hand.svg | 0 .../src/{ => material}/round/fullscreen.svg | 0 .../{ => material}/round/fullscreen_exit.svg | 0 .../src/{ => material}/round/functions.svg | 0 .../src/{ => material}/round/g_mobiledata.svg | 0 .../src/{ => material}/round/g_translate.svg | 0 .../src/{ => material}/round/gamepad.svg | 0 .../src/{ => material}/round/games.svg | 0 .../src/{ => material}/round/garage.svg | 0 .../src/{ => material}/round/gas_meter.svg | 0 .../src/{ => material}/round/gavel.svg | 0 .../round/generating_tokens.svg | 0 .../src/{ => material}/round/gesture.svg | 0 .../src/{ => material}/round/get_app.svg | 0 .../src/{ => material}/round/gif.svg | 0 .../src/{ => material}/round/gif_box.svg | 0 .../src/{ => material}/round/girl.svg | 0 .../src/{ => material}/round/gite.svg | 0 .../src/{ => material}/round/golf_course.svg | 0 .../src/{ => material}/round/gpp_bad.svg | 0 .../src/{ => material}/round/gpp_good.svg | 0 .../src/{ => material}/round/gpp_maybe.svg | 0 .../src/{ => material}/round/gps_fixed.svg | 0 .../{ => material}/round/gps_not_fixed.svg | 0 .../src/{ => material}/round/gps_off.svg | 0 .../src/{ => material}/round/grade.svg | 0 .../src/{ => material}/round/gradient.svg | 0 .../src/{ => material}/round/grading.svg | 0 .../src/{ => material}/round/grain.svg | 0 .../src/{ => material}/round/graphic_eq.svg | 0 .../src/{ => material}/round/grass.svg | 0 .../src/{ => material}/round/grid_3x3.svg | 0 .../src/{ => material}/round/grid_4x4.svg | 0 .../{ => material}/round/grid_goldenratio.svg | 0 .../src/{ => material}/round/grid_off.svg | 0 .../src/{ => material}/round/grid_on.svg | 0 .../src/{ => material}/round/grid_view.svg | 0 .../src/{ => material}/round/group.svg | 0 .../src/{ => material}/round/group_add.svg | 0 .../src/{ => material}/round/group_off.svg | 0 .../src/{ => material}/round/group_remove.svg | 0 .../src/{ => material}/round/group_work.svg | 0 .../src/{ => material}/round/groups.svg | 0 .../src/{ => material}/round/groups_2.svg | 0 .../src/{ => material}/round/groups_3.svg | 0 .../src/{ => material}/round/h_mobiledata.svg | 0 .../round/h_plus_mobiledata.svg | 0 .../src/{ => material}/round/hail.svg | 0 .../src/{ => material}/round/handshake.svg | 0 .../src/{ => material}/round/handyman.svg | 0 .../src/{ => material}/round/hardware.svg | 0 .../src/{ => material}/round/hd.svg | 0 .../src/{ => material}/round/hdr_auto.svg | 0 .../{ => material}/round/hdr_auto_select.svg | 0 .../round/hdr_enhanced_select.svg | 0 .../src/{ => material}/round/hdr_off.svg | 0 .../{ => material}/round/hdr_off_select.svg | 0 .../src/{ => material}/round/hdr_on.svg | 0 .../{ => material}/round/hdr_on_select.svg | 0 .../src/{ => material}/round/hdr_plus.svg | 0 .../src/{ => material}/round/hdr_strong.svg | 0 .../src/{ => material}/round/hdr_weak.svg | 0 .../src/{ => material}/round/headphones.svg | 0 .../round/headphones_battery.svg | 0 .../src/{ => material}/round/headset.svg | 0 .../src/{ => material}/round/headset_mic.svg | 0 .../src/{ => material}/round/headset_off.svg | 0 .../src/{ => material}/round/healing.svg | 0 .../round/health_and_safety.svg | 0 .../src/{ => material}/round/hearing.svg | 0 .../{ => material}/round/hearing_disabled.svg | 0 .../src/{ => material}/round/heart_broken.svg | 0 .../src/{ => material}/round/heat_pump.svg | 0 .../src/{ => material}/round/height.svg | 0 .../src/{ => material}/round/help.svg | 0 .../src/{ => material}/round/help_center.svg | 0 .../src/{ => material}/round/help_outline.svg | 0 .../src/{ => material}/round/hevc.svg | 0 .../src/{ => material}/round/hexagon.svg | 0 .../src/{ => material}/round/hide_image.svg | 0 .../src/{ => material}/round/hide_source.svg | 0 .../src/{ => material}/round/high_quality.svg | 0 .../src/{ => material}/round/highlight.svg | 0 .../{ => material}/round/highlight_alt.svg | 0 .../{ => material}/round/highlight_off.svg | 0 .../src/{ => material}/round/hiking.svg | 0 .../src/{ => material}/round/history.svg | 0 .../src/{ => material}/round/history_edu.svg | 0 .../round/history_toggle_off.svg | 0 .../src/{ => material}/round/hive.svg | 0 .../src/{ => material}/round/hls.svg | 0 .../src/{ => material}/round/hls_off.svg | 0 .../{ => material}/round/holiday_village.svg | 0 .../src/{ => material}/round/home.svg | 0 .../src/{ => material}/round/home_max.svg | 0 .../src/{ => material}/round/home_mini.svg | 0 .../round/home_repair_service.svg | 0 .../src/{ => material}/round/home_work.svg | 0 .../round/horizontal_distribute.svg | 0 .../{ => material}/round/horizontal_rule.svg | 0 .../{ => material}/round/horizontal_split.svg | 0 .../src/{ => material}/round/hot_tub.svg | 0 .../src/{ => material}/round/hotel.svg | 0 .../src/{ => material}/round/hotel_class.svg | 0 .../{ => material}/round/hourglass_bottom.svg | 0 .../round/hourglass_disabled.svg | 0 .../{ => material}/round/hourglass_empty.svg | 0 .../{ => material}/round/hourglass_full.svg | 0 .../{ => material}/round/hourglass_top.svg | 0 .../src/{ => material}/round/house.svg | 0 .../src/{ => material}/round/house_siding.svg | 0 .../src/{ => material}/round/houseboat.svg | 0 .../src/{ => material}/round/how_to_reg.svg | 0 .../src/{ => material}/round/how_to_vote.svg | 0 .../src/{ => material}/round/html.svg | 0 .../src/{ => material}/round/http.svg | 0 .../src/{ => material}/round/https.svg | 0 .../src/{ => material}/round/hub.svg | 0 .../src/{ => material}/round/hvac.svg | 0 .../src/{ => material}/round/ice_skating.svg | 0 .../src/{ => material}/round/icecream.svg | 0 .../src/{ => material}/round/image.svg | 0 .../round/image_aspect_ratio.svg | 0 .../round/image_not_supported.svg | 0 .../src/{ => material}/round/image_search.svg | 0 .../round/imagesearch_roller.svg | 0 .../{ => material}/round/import_contacts.svg | 0 .../{ => material}/round/import_export.svg | 0 .../round/important_devices.svg | 0 .../src/{ => material}/round/inbox.svg | 0 .../round/incomplete_circle.svg | 0 .../round/indeterminate_check_box.svg | 0 .../src/{ => material}/round/info.svg | 0 .../src/{ => material}/round/input.svg | 0 .../src/{ => material}/round/insert_chart.svg | 0 .../round/insert_chart_outlined.svg | 0 .../{ => material}/round/insert_comment.svg | 0 .../round/insert_drive_file.svg | 0 .../{ => material}/round/insert_emoticon.svg | 0 .../round/insert_invitation.svg | 0 .../src/{ => material}/round/insert_link.svg | 0 .../round/insert_page_break.svg | 0 .../src/{ => material}/round/insert_photo.svg | 0 .../src/{ => material}/round/insights.svg | 0 .../{ => material}/round/install_desktop.svg | 0 .../{ => material}/round/install_mobile.svg | 0 .../round/integration_instructions.svg | 0 .../src/{ => material}/round/interests.svg | 0 .../{ => material}/round/interpreter_mode.svg | 0 .../src/{ => material}/round/inventory.svg | 0 .../src/{ => material}/round/inventory_2.svg | 0 .../{ => material}/round/invert_colors.svg | 0 .../round/invert_colors_off.svg | 0 .../src/{ => material}/round/ios_share.svg | 0 .../src/{ => material}/round/iron.svg | 0 .../src/{ => material}/round/iso.svg | 0 .../src/{ => material}/round/javascript.svg | 0 .../src/{ => material}/round/join_full.svg | 0 .../src/{ => material}/round/join_inner.svg | 0 .../src/{ => material}/round/join_left.svg | 0 .../src/{ => material}/round/join_right.svg | 0 .../src/{ => material}/round/kayaking.svg | 0 .../src/{ => material}/round/kebab_dining.svg | 0 .../src/{ => material}/round/key.svg | 0 .../src/{ => material}/round/key_off.svg | 0 .../src/{ => material}/round/keyboard.svg | 0 .../src/{ => material}/round/keyboard_alt.svg | 0 .../round/keyboard_arrow_down.svg | 0 .../round/keyboard_arrow_left.svg | 0 .../round/keyboard_arrow_right.svg | 0 .../round/keyboard_arrow_up.svg | 0 .../round/keyboard_backspace.svg | 0 .../round/keyboard_capslock.svg | 0 .../round/keyboard_command_key.svg | 0 .../round/keyboard_control_key.svg | 0 .../round/keyboard_double_arrow_down.svg | 0 .../round/keyboard_double_arrow_left.svg | 0 .../round/keyboard_double_arrow_right.svg | 0 .../round/keyboard_double_arrow_up.svg | 0 .../{ => material}/round/keyboard_hide.svg | 0 .../round/keyboard_option_key.svg | 0 .../{ => material}/round/keyboard_return.svg | 0 .../src/{ => material}/round/keyboard_tab.svg | 0 .../{ => material}/round/keyboard_voice.svg | 0 .../src/{ => material}/round/king_bed.svg | 0 .../src/{ => material}/round/kitchen.svg | 0 .../src/{ => material}/round/kitesurfing.svg | 0 .../src/{ => material}/round/label.svg | 0 .../{ => material}/round/label_important.svg | 0 .../src/{ => material}/round/label_off.svg | 0 .../src/{ => material}/round/lan.svg | 0 .../src/{ => material}/round/landscape.svg | 0 .../src/{ => material}/round/landslide.svg | 0 .../src/{ => material}/round/language.svg | 0 .../src/{ => material}/round/laptop.svg | 0 .../round/laptop_chromebook.svg | 0 .../src/{ => material}/round/laptop_mac.svg | 0 .../{ => material}/round/laptop_windows.svg | 0 .../src/{ => material}/round/last_page.svg | 0 .../src/{ => material}/round/launch.svg | 0 .../src/{ => material}/round/layers.svg | 0 .../src/{ => material}/round/layers_clear.svg | 0 .../src/{ => material}/round/leaderboard.svg | 0 .../src/{ => material}/round/leak_add.svg | 0 .../src/{ => material}/round/leak_remove.svg | 0 .../{ => material}/round/legend_toggle.svg | 0 .../src/{ => material}/round/lens.svg | 0 .../src/{ => material}/round/lens_blur.svg | 0 .../src/{ => material}/round/library_add.svg | 0 .../round/library_add_check.svg | 0 .../{ => material}/round/library_books.svg | 0 .../{ => material}/round/library_music.svg | 0 .../src/{ => material}/round/light.svg | 0 .../src/{ => material}/round/light_mode.svg | 0 .../src/{ => material}/round/lightbulb.svg | 0 .../{ => material}/round/lightbulb_circle.svg | 0 .../src/{ => material}/round/line_axis.svg | 0 .../src/{ => material}/round/line_style.svg | 0 .../src/{ => material}/round/line_weight.svg | 0 .../src/{ => material}/round/linear_scale.svg | 0 .../src/{ => material}/round/link.svg | 0 .../src/{ => material}/round/link_off.svg | 0 .../{ => material}/round/linked_camera.svg | 0 .../src/{ => material}/round/liquor.svg | 0 .../src/{ => material}/round/list.svg | 0 .../src/{ => material}/round/list_alt.svg | 0 .../src/{ => material}/round/live_help.svg | 0 .../src/{ => material}/round/live_tv.svg | 0 .../src/{ => material}/round/living.svg | 0 .../{ => material}/round/local_activity.svg | 0 .../{ => material}/round/local_airport.svg | 0 .../src/{ => material}/round/local_atm.svg | 0 .../src/{ => material}/round/local_bar.svg | 0 .../src/{ => material}/round/local_cafe.svg | 0 .../{ => material}/round/local_car_wash.svg | 0 .../round/local_convenience_store.svg | 0 .../src/{ => material}/round/local_dining.svg | 0 .../src/{ => material}/round/local_drink.svg | 0 .../round/local_fire_department.svg | 0 .../{ => material}/round/local_florist.svg | 0 .../round/local_gas_station.svg | 0 .../round/local_grocery_store.svg | 0 .../{ => material}/round/local_hospital.svg | 0 .../src/{ => material}/round/local_hotel.svg | 0 .../round/local_laundry_service.svg | 0 .../{ => material}/round/local_library.svg | 0 .../src/{ => material}/round/local_mall.svg | 0 .../src/{ => material}/round/local_movies.svg | 0 .../src/{ => material}/round/local_offer.svg | 0 .../{ => material}/round/local_parking.svg | 0 .../{ => material}/round/local_pharmacy.svg | 0 .../src/{ => material}/round/local_phone.svg | 0 .../src/{ => material}/round/local_pizza.svg | 0 .../src/{ => material}/round/local_play.svg | 0 .../src/{ => material}/round/local_police.svg | 0 .../round/local_post_office.svg | 0 .../{ => material}/round/local_printshop.svg | 0 .../src/{ => material}/round/local_see.svg | 0 .../{ => material}/round/local_shipping.svg | 0 .../src/{ => material}/round/local_taxi.svg | 0 .../{ => material}/round/location_city.svg | 0 .../round/location_disabled.svg | 0 .../src/{ => material}/round/location_off.svg | 0 .../src/{ => material}/round/location_on.svg | 0 .../round/location_searching.svg | 0 .../src/{ => material}/round/lock.svg | 0 .../src/{ => material}/round/lock_clock.svg | 0 .../src/{ => material}/round/lock_open.svg | 0 .../src/{ => material}/round/lock_person.svg | 0 .../src/{ => material}/round/lock_reset.svg | 0 .../src/{ => material}/round/login.svg | 0 .../src/{ => material}/round/logo_dev.svg | 0 .../src/{ => material}/round/logout.svg | 0 .../src/{ => material}/round/looks.svg | 0 .../src/{ => material}/round/looks_3.svg | 0 .../src/{ => material}/round/looks_4.svg | 0 .../src/{ => material}/round/looks_5.svg | 0 .../src/{ => material}/round/looks_6.svg | 0 .../src/{ => material}/round/looks_one.svg | 0 .../src/{ => material}/round/looks_two.svg | 0 .../src/{ => material}/round/loop.svg | 0 .../src/{ => material}/round/loupe.svg | 0 .../src/{ => material}/round/low_priority.svg | 0 .../src/{ => material}/round/loyalty.svg | 0 .../{ => material}/round/lte_mobiledata.svg | 0 .../round/lte_plus_mobiledata.svg | 0 .../src/{ => material}/round/luggage.svg | 0 .../src/{ => material}/round/lunch_dining.svg | 0 .../src/{ => material}/round/lyrics.svg | 0 .../src/{ => material}/round/macro_off.svg | 0 .../src/{ => material}/round/mail.svg | 0 .../src/{ => material}/round/mail_lock.svg | 0 .../src/{ => material}/round/mail_outline.svg | 0 .../src/{ => material}/round/male.svg | 0 .../src/{ => material}/round/man.svg | 0 .../src/{ => material}/round/man_2.svg | 0 .../src/{ => material}/round/man_3.svg | 0 .../src/{ => material}/round/man_4.svg | 0 .../{ => material}/round/manage_accounts.svg | 0 .../{ => material}/round/manage_history.svg | 0 .../{ => material}/round/manage_search.svg | 0 .../src/{ => material}/round/map.svg | 0 .../{ => material}/round/maps_home_work.svg | 0 .../src/{ => material}/round/maps_ugc.svg | 0 .../src/{ => material}/round/margin.svg | 0 .../{ => material}/round/mark_as_unread.svg | 0 .../{ => material}/round/mark_chat_read.svg | 0 .../{ => material}/round/mark_chat_unread.svg | 0 .../{ => material}/round/mark_email_read.svg | 0 .../round/mark_email_unread.svg | 0 .../round/mark_unread_chat_alt.svg | 0 .../src/{ => material}/round/markunread.svg | 0 .../round/markunread_mailbox.svg | 0 .../src/{ => material}/round/masks.svg | 0 .../src/{ => material}/round/maximize.svg | 0 .../round/media_bluetooth_off.svg | 0 .../round/media_bluetooth_on.svg | 0 .../src/{ => material}/round/mediation.svg | 0 .../round/medical_information.svg | 0 .../{ => material}/round/medical_services.svg | 0 .../src/{ => material}/round/medication.svg | 0 .../round/medication_liquid.svg | 0 .../src/{ => material}/round/meeting_room.svg | 0 .../src/{ => material}/round/memory.svg | 0 .../src/{ => material}/round/menu.svg | 0 .../src/{ => material}/round/menu_book.svg | 0 .../src/{ => material}/round/menu_open.svg | 0 .../src/{ => material}/round/merge.svg | 0 .../src/{ => material}/round/merge_type.svg | 0 .../src/{ => material}/round/message.svg | 0 .../src/{ => material}/round/mic.svg | 0 .../{ => material}/round/mic_external_off.svg | 0 .../{ => material}/round/mic_external_on.svg | 0 .../src/{ => material}/round/mic_none.svg | 0 .../src/{ => material}/round/mic_off.svg | 0 .../src/{ => material}/round/microwave.svg | 0 .../{ => material}/round/military_tech.svg | 0 .../src/{ => material}/round/minimize.svg | 0 .../src/{ => material}/round/minor_crash.svg | 0 .../round/miscellaneous_services.svg | 0 .../round/missed_video_call.svg | 0 .../src/{ => material}/round/mms.svg | 0 .../{ => material}/round/mobile_friendly.svg | 0 .../src/{ => material}/round/mobile_off.svg | 0 .../round/mobile_screen_share.svg | 0 .../{ => material}/round/mobiledata_off.svg | 0 .../src/{ => material}/round/mode.svg | 0 .../src/{ => material}/round/mode_comment.svg | 0 .../src/{ => material}/round/mode_edit.svg | 0 .../round/mode_edit_outline.svg | 0 .../src/{ => material}/round/mode_fan_off.svg | 0 .../src/{ => material}/round/mode_night.svg | 0 .../{ => material}/round/mode_of_travel.svg | 0 .../src/{ => material}/round/mode_standby.svg | 0 .../{ => material}/round/model_training.svg | 0 .../{ => material}/round/monetization_on.svg | 0 .../src/{ => material}/round/money.svg | 0 .../src/{ => material}/round/money_off.svg | 0 .../{ => material}/round/money_off_csred.svg | 0 .../src/{ => material}/round/monitor.svg | 0 .../{ => material}/round/monitor_heart.svg | 0 .../{ => material}/round/monitor_weight.svg | 0 .../round/monochrome_photos.svg | 0 .../src/{ => material}/round/mood.svg | 0 .../src/{ => material}/round/mood_bad.svg | 0 .../src/{ => material}/round/moped.svg | 0 .../src/{ => material}/round/more.svg | 0 .../src/{ => material}/round/more_horiz.svg | 0 .../src/{ => material}/round/more_time.svg | 0 .../src/{ => material}/round/more_vert.svg | 0 .../src/{ => material}/round/mosque.svg | 0 .../round/motion_photos_auto.svg | 0 .../round/motion_photos_off.svg | 0 .../{ => material}/round/motion_photos_on.svg | 0 .../round/motion_photos_pause.svg | 0 .../round/motion_photos_paused.svg | 0 .../src/{ => material}/round/mouse.svg | 0 .../src/{ => material}/round/move_down.svg | 0 .../{ => material}/round/move_to_inbox.svg | 0 .../src/{ => material}/round/move_up.svg | 0 .../src/{ => material}/round/movie.svg | 0 .../{ => material}/round/movie_creation.svg | 0 .../src/{ => material}/round/movie_filter.svg | 0 .../src/{ => material}/round/moving.svg | 0 .../src/{ => material}/round/mp.svg | 0 .../{ => material}/round/multiline_chart.svg | 0 .../{ => material}/round/multiple_stop.svg | 0 .../src/{ => material}/round/museum.svg | 0 .../src/{ => material}/round/music_note.svg | 0 .../src/{ => material}/round/music_off.svg | 0 .../src/{ => material}/round/music_video.svg | 0 .../src/{ => material}/round/my_location.svg | 0 .../src/{ => material}/round/nat.svg | 0 .../src/{ => material}/round/nature.svg | 0 .../{ => material}/round/nature_people.svg | 0 .../{ => material}/round/navigate_before.svg | 0 .../{ => material}/round/navigate_next.svg | 0 .../src/{ => material}/round/navigation.svg | 0 .../src/{ => material}/round/near_me.svg | 0 .../{ => material}/round/near_me_disabled.svg | 0 .../src/{ => material}/round/nearby_error.svg | 0 .../src/{ => material}/round/nearby_off.svg | 0 .../round/nest_cam_wired_stand.svg | 0 .../src/{ => material}/round/network_cell.svg | 0 .../{ => material}/round/network_check.svg | 0 .../{ => material}/round/network_locked.svg | 0 .../src/{ => material}/round/network_ping.svg | 0 .../src/{ => material}/round/network_wifi.svg | 0 .../round/network_wifi_1_bar.svg | 0 .../round/network_wifi_2_bar.svg | 0 .../round/network_wifi_3_bar.svg | 0 .../src/{ => material}/round/new_label.svg | 0 .../src/{ => material}/round/new_releases.svg | 0 .../src/{ => material}/round/newspaper.svg | 0 .../src/{ => material}/round/next_plan.svg | 0 .../src/{ => material}/round/next_week.svg | 0 .../src/{ => material}/round/nfc.svg | 0 .../{ => material}/round/night_shelter.svg | 0 .../src/{ => material}/round/nightlife.svg | 0 .../src/{ => material}/round/nightlight.svg | 0 .../{ => material}/round/nightlight_round.svg | 0 .../src/{ => material}/round/nights_stay.svg | 0 .../src/{ => material}/round/no_accounts.svg | 0 .../{ => material}/round/no_adult_content.svg | 0 .../src/{ => material}/round/no_backpack.svg | 0 .../src/{ => material}/round/no_cell.svg | 0 .../src/{ => material}/round/no_crash.svg | 0 .../src/{ => material}/round/no_drinks.svg | 0 .../{ => material}/round/no_encryption.svg | 0 .../round/no_encryption_gmailerrorred.svg | 0 .../src/{ => material}/round/no_flash.svg | 0 .../src/{ => material}/round/no_food.svg | 0 .../src/{ => material}/round/no_luggage.svg | 0 .../src/{ => material}/round/no_meals.svg | 0 .../{ => material}/round/no_meeting_room.svg | 0 .../{ => material}/round/no_photography.svg | 0 .../src/{ => material}/round/no_sim.svg | 0 .../src/{ => material}/round/no_stroller.svg | 0 .../src/{ => material}/round/no_transfer.svg | 0 .../src/{ => material}/round/noise_aware.svg | 0 .../round/noise_control_off.svg | 0 .../{ => material}/round/nordic_walking.svg | 0 .../src/{ => material}/round/north.svg | 0 .../src/{ => material}/round/north_east.svg | 0 .../src/{ => material}/round/north_west.svg | 0 .../{ => material}/round/not_accessible.svg | 0 .../{ => material}/round/not_interested.svg | 0 .../round/not_listed_location.svg | 0 .../src/{ => material}/round/not_started.svg | 0 .../src/{ => material}/round/note.svg | 0 .../src/{ => material}/round/note_add.svg | 0 .../src/{ => material}/round/note_alt.svg | 0 .../src/{ => material}/round/notes.svg | 0 .../{ => material}/round/notification_add.svg | 0 .../round/notification_important.svg | 0 .../{ => material}/round/notifications.svg | 0 .../round/notifications_active.svg | 0 .../round/notifications_none.svg | 0 .../round/notifications_off.svg | 0 .../round/notifications_paused.svg | 0 .../src/{ => material}/round/numbers.svg | 0 .../src/{ => material}/round/offline_bolt.svg | 0 .../src/{ => material}/round/offline_pin.svg | 0 .../{ => material}/round/offline_share.svg | 0 .../src/{ => material}/round/oil_barrel.svg | 0 .../round/on_device_training.svg | 0 .../{ => material}/round/ondemand_video.svg | 0 .../round/online_prediction.svg | 0 .../src/{ => material}/round/opacity.svg | 0 .../{ => material}/round/open_in_browser.svg | 0 .../src/{ => material}/round/open_in_full.svg | 0 .../src/{ => material}/round/open_in_new.svg | 0 .../{ => material}/round/open_in_new_off.svg | 0 .../src/{ => material}/round/open_with.svg | 0 .../src/{ => material}/round/other_houses.svg | 0 .../src/{ => material}/round/outbound.svg | 0 .../src/{ => material}/round/outbox.svg | 0 .../{ => material}/round/outdoor_grill.svg | 0 .../src/{ => material}/round/outlet.svg | 0 .../{ => material}/round/outlined_flag.svg | 0 .../src/{ => material}/round/output.svg | 0 .../src/{ => material}/round/padding.svg | 0 .../src/{ => material}/round/pages.svg | 0 .../src/{ => material}/round/pageview.svg | 0 .../src/{ => material}/round/paid.svg | 0 .../src/{ => material}/round/palette.svg | 0 .../src/{ => material}/round/pan_tool.svg | 0 .../src/{ => material}/round/pan_tool_alt.svg | 0 .../src/{ => material}/round/panorama.svg | 0 .../round/panorama_fish_eye.svg | 0 .../round/panorama_horizontal.svg | 0 .../round/panorama_horizontal_select.svg | 0 .../round/panorama_photosphere.svg | 0 .../round/panorama_photosphere_select.svg | 0 .../round/panorama_vertical.svg | 0 .../round/panorama_vertical_select.svg | 0 .../round/panorama_wide_angle.svg | 0 .../round/panorama_wide_angle_select.svg | 0 .../src/{ => material}/round/paragliding.svg | 0 .../src/{ => material}/round/park.svg | 0 .../src/{ => material}/round/party_mode.svg | 0 .../src/{ => material}/round/password.svg | 0 .../src/{ => material}/round/pattern.svg | 0 .../src/{ => material}/round/pause.svg | 0 .../src/{ => material}/round/pause_circle.svg | 0 .../round/pause_circle_filled.svg | 0 .../round/pause_circle_outline.svg | 0 .../round/pause_presentation.svg | 0 .../src/{ => material}/round/payment.svg | 0 .../src/{ => material}/round/payments.svg | 0 .../src/{ => material}/round/pedal_bike.svg | 0 .../src/{ => material}/round/pending.svg | 0 .../{ => material}/round/pending_actions.svg | 0 .../src/{ => material}/round/pentagon.svg | 0 .../src/{ => material}/round/people.svg | 0 .../src/{ => material}/round/people_alt.svg | 0 .../{ => material}/round/people_outline.svg | 0 .../src/{ => material}/round/percent.svg | 0 .../{ => material}/round/perm_camera_mic.svg | 0 .../round/perm_contact_calendar.svg | 0 .../round/perm_data_setting.svg | 0 .../round/perm_device_information.svg | 0 .../{ => material}/round/perm_identity.svg | 0 .../src/{ => material}/round/perm_media.svg | 0 .../{ => material}/round/perm_phone_msg.svg | 0 .../{ => material}/round/perm_scan_wifi.svg | 0 .../src/{ => material}/round/person.svg | 0 .../src/{ => material}/round/person_2.svg | 0 .../src/{ => material}/round/person_3.svg | 0 .../src/{ => material}/round/person_4.svg | 0 .../src/{ => material}/round/person_add.svg | 0 .../{ => material}/round/person_add_alt.svg | 0 .../{ => material}/round/person_add_alt_1.svg | 0 .../round/person_add_disabled.svg | 0 .../src/{ => material}/round/person_off.svg | 0 .../{ => material}/round/person_outline.svg | 0 .../src/{ => material}/round/person_pin.svg | 0 .../round/person_pin_circle.svg | 0 .../{ => material}/round/person_remove.svg | 0 .../round/person_remove_alt_1.svg | 0 .../{ => material}/round/person_search.svg | 0 .../{ => material}/round/personal_injury.svg | 0 .../{ => material}/round/personal_video.svg | 0 .../src/{ => material}/round/pest_control.svg | 0 .../round/pest_control_rodent.svg | 0 .../src/{ => material}/round/pets.svg | 0 .../src/{ => material}/round/phishing.svg | 0 .../src/{ => material}/round/phone.svg | 0 .../{ => material}/round/phone_android.svg | 0 .../round/phone_bluetooth_speaker.svg | 0 .../{ => material}/round/phone_callback.svg | 0 .../{ => material}/round/phone_disabled.svg | 0 .../{ => material}/round/phone_enabled.svg | 0 .../{ => material}/round/phone_forwarded.svg | 0 .../src/{ => material}/round/phone_iphone.svg | 0 .../src/{ => material}/round/phone_locked.svg | 0 .../src/{ => material}/round/phone_missed.svg | 0 .../src/{ => material}/round/phone_paused.svg | 0 .../src/{ => material}/round/phonelink.svg | 0 .../{ => material}/round/phonelink_erase.svg | 0 .../{ => material}/round/phonelink_lock.svg | 0 .../{ => material}/round/phonelink_off.svg | 0 .../{ => material}/round/phonelink_ring.svg | 0 .../{ => material}/round/phonelink_setup.svg | 0 .../src/{ => material}/round/photo.svg | 0 .../src/{ => material}/round/photo_album.svg | 0 .../src/{ => material}/round/photo_camera.svg | 0 .../round/photo_camera_back.svg | 0 .../round/photo_camera_front.svg | 0 .../src/{ => material}/round/photo_filter.svg | 0 .../{ => material}/round/photo_library.svg | 0 .../round/photo_size_select_actual.svg | 0 .../round/photo_size_select_large.svg | 0 .../round/photo_size_select_small.svg | 0 .../src/{ => material}/round/php.svg | 0 .../src/{ => material}/round/piano.svg | 0 .../src/{ => material}/round/piano_off.svg | 0 .../{ => material}/round/picture_as_pdf.svg | 0 .../round/picture_in_picture.svg | 0 .../round/picture_in_picture_alt.svg | 0 .../src/{ => material}/round/pie_chart.svg | 0 .../round/pie_chart_outline.svg | 0 .../src/{ => material}/round/pin.svg | 0 .../src/{ => material}/round/pin_drop.svg | 0 .../src/{ => material}/round/pin_end.svg | 0 .../src/{ => material}/round/pin_invoke.svg | 0 .../src/{ => material}/round/pinch.svg | 0 .../round/pivot_table_chart.svg | 0 .../src/{ => material}/round/pix.svg | 0 .../src/{ => material}/round/place.svg | 0 .../src/{ => material}/round/plagiarism.svg | 0 .../src/{ => material}/round/play_arrow.svg | 0 .../src/{ => material}/round/play_circle.svg | 0 .../round/play_circle_filled.svg | 0 .../round/play_circle_outline.svg | 0 .../{ => material}/round/play_disabled.svg | 0 .../{ => material}/round/play_for_work.svg | 0 .../src/{ => material}/round/play_lesson.svg | 0 .../src/{ => material}/round/playlist_add.svg | 0 .../round/playlist_add_check.svg | 0 .../round/playlist_add_check_circle.svg | 0 .../round/playlist_add_circle.svg | 0 .../{ => material}/round/playlist_play.svg | 0 .../{ => material}/round/playlist_remove.svg | 0 .../src/{ => material}/round/plumbing.svg | 0 .../src/{ => material}/round/plus_one.svg | 0 .../src/{ => material}/round/podcasts.svg | 0 .../{ => material}/round/point_of_sale.svg | 0 .../src/{ => material}/round/policy.svg | 0 .../src/{ => material}/round/poll.svg | 0 .../src/{ => material}/round/polyline.svg | 0 .../src/{ => material}/round/polymer.svg | 0 .../src/{ => material}/round/pool.svg | 0 .../round/portable_wifi_off.svg | 0 .../src/{ => material}/round/portrait.svg | 0 .../src/{ => material}/round/post_add.svg | 0 .../src/{ => material}/round/power.svg | 0 .../src/{ => material}/round/power_input.svg | 0 .../src/{ => material}/round/power_off.svg | 0 .../round/power_settings_new.svg | 0 .../round/precision_manufacturing.svg | 0 .../{ => material}/round/pregnant_woman.svg | 0 .../{ => material}/round/present_to_all.svg | 0 .../src/{ => material}/round/preview.svg | 0 .../src/{ => material}/round/price_change.svg | 0 .../src/{ => material}/round/price_check.svg | 0 .../src/{ => material}/round/print.svg | 0 .../{ => material}/round/print_disabled.svg | 0 .../{ => material}/round/priority_high.svg | 0 .../src/{ => material}/round/privacy_tip.svg | 0 .../round/private_connectivity.svg | 0 .../round/production_quantity_limits.svg | 0 .../src/{ => material}/round/propane.svg | 0 .../src/{ => material}/round/propane_tank.svg | 0 .../src/{ => material}/round/psychology.svg | 0 .../{ => material}/round/psychology_alt.svg | 0 .../src/{ => material}/round/public.svg | 0 .../src/{ => material}/round/public_off.svg | 0 .../src/{ => material}/round/publish.svg | 0 .../round/published_with_changes.svg | 0 .../src/{ => material}/round/punch_clock.svg | 0 .../src/{ => material}/round/push_pin.svg | 0 .../src/{ => material}/round/qr_code.svg | 0 .../src/{ => material}/round/qr_code_2.svg | 0 .../{ => material}/round/qr_code_scanner.svg | 0 .../{ => material}/round/query_builder.svg | 0 .../src/{ => material}/round/query_stats.svg | 0 .../{ => material}/round/question_answer.svg | 0 .../{ => material}/round/question_mark.svg | 0 .../src/{ => material}/round/queue.svg | 0 .../src/{ => material}/round/queue_music.svg | 0 .../{ => material}/round/queue_play_next.svg | 0 .../src/{ => material}/round/quickreply.svg | 0 .../src/{ => material}/round/quiz.svg | 0 .../src/{ => material}/round/r_mobiledata.svg | 0 .../src/{ => material}/round/radar.svg | 0 .../src/{ => material}/round/radio.svg | 0 .../round/radio_button_checked.svg | 0 .../round/radio_button_unchecked.svg | 0 .../{ => material}/round/railway_alert.svg | 0 .../src/{ => material}/round/ramen_dining.svg | 0 .../src/{ => material}/round/ramp_left.svg | 0 .../src/{ => material}/round/ramp_right.svg | 0 .../src/{ => material}/round/rate_review.svg | 0 .../src/{ => material}/round/raw_off.svg | 0 .../src/{ => material}/round/raw_on.svg | 0 .../src/{ => material}/round/read_more.svg | 0 .../round/real_estate_agent.svg | 0 .../src/{ => material}/round/receipt.svg | 0 .../src/{ => material}/round/receipt_long.svg | 0 .../{ => material}/round/recent_actors.svg | 0 .../src/{ => material}/round/recommend.svg | 0 .../round/record_voice_over.svg | 0 .../src/{ => material}/round/rectangle.svg | 0 .../src/{ => material}/round/recycling.svg | 0 .../src/{ => material}/round/redeem.svg | 0 .../src/{ => material}/round/redo.svg | 0 .../{ => material}/round/reduce_capacity.svg | 0 .../src/{ => material}/round/refresh.svg | 0 .../src/{ => material}/round/remember_me.svg | 0 .../src/{ => material}/round/remove.svg | 0 .../{ => material}/round/remove_circle.svg | 0 .../round/remove_circle_outline.svg | 0 .../src/{ => material}/round/remove_done.svg | 0 .../round/remove_from_queue.svg | 0 .../{ => material}/round/remove_moderator.svg | 0 .../{ => material}/round/remove_red_eye.svg | 0 .../src/{ => material}/round/remove_road.svg | 0 .../round/remove_shopping_cart.svg | 0 .../src/{ => material}/round/reorder.svg | 0 .../src/{ => material}/round/repartition.svg | 0 .../src/{ => material}/round/repeat.svg | 0 .../src/{ => material}/round/repeat_on.svg | 0 .../src/{ => material}/round/repeat_one.svg | 0 .../{ => material}/round/repeat_one_on.svg | 0 .../src/{ => material}/round/replay.svg | 0 .../src/{ => material}/round/replay_10.svg | 0 .../src/{ => material}/round/replay_30.svg | 0 .../src/{ => material}/round/replay_5.svg | 0 .../round/replay_circle_filled.svg | 0 .../src/{ => material}/round/reply.svg | 0 .../src/{ => material}/round/reply_all.svg | 0 .../src/{ => material}/round/report.svg | 0 .../round/report_gmailerrorred.svg | 0 .../src/{ => material}/round/report_off.svg | 0 .../{ => material}/round/report_problem.svg | 0 .../src/{ => material}/round/request_page.svg | 0 .../{ => material}/round/request_quote.svg | 0 .../src/{ => material}/round/reset_tv.svg | 0 .../src/{ => material}/round/restart_alt.svg | 0 .../src/{ => material}/round/restaurant.svg | 0 .../{ => material}/round/restaurant_menu.svg | 0 .../src/{ => material}/round/restore.svg | 0 .../round/restore_from_trash.svg | 0 .../src/{ => material}/round/restore_page.svg | 0 .../src/{ => material}/round/reviews.svg | 0 .../src/{ => material}/round/rice_bowl.svg | 0 .../src/{ => material}/round/ring_volume.svg | 0 .../src/{ => material}/round/rocket.svg | 0 .../{ => material}/round/rocket_launch.svg | 0 .../{ => material}/round/roller_shades.svg | 0 .../round/roller_shades_closed.svg | 0 .../{ => material}/round/roller_skating.svg | 0 .../src/{ => material}/round/roofing.svg | 0 .../src/{ => material}/round/room.svg | 0 .../{ => material}/round/room_preferences.svg | 0 .../src/{ => material}/round/room_service.svg | 0 .../round/rotate_90_degrees_ccw.svg | 0 .../round/rotate_90_degrees_cw.svg | 0 .../src/{ => material}/round/rotate_left.svg | 0 .../src/{ => material}/round/rotate_right.svg | 0 .../{ => material}/round/roundabout_left.svg | 0 .../{ => material}/round/roundabout_right.svg | 0 .../{ => material}/round/rounded_corner.svg | 0 .../src/{ => material}/round/route.svg | 0 .../src/{ => material}/round/router.svg | 0 .../src/{ => material}/round/rowing.svg | 0 .../src/{ => material}/round/rss_feed.svg | 0 .../src/{ => material}/round/rsvp.svg | 0 .../src/{ => material}/round/rtt.svg | 0 .../src/{ => material}/round/rule.svg | 0 .../src/{ => material}/round/rule_folder.svg | 0 .../src/{ => material}/round/run_circle.svg | 0 .../round/running_with_errors.svg | 0 .../src/{ => material}/round/rv_hookup.svg | 0 .../src/{ => material}/round/safety_check.svg | 0 .../{ => material}/round/safety_divider.svg | 0 .../src/{ => material}/round/sailing.svg | 0 .../src/{ => material}/round/sanitizer.svg | 0 .../src/{ => material}/round/satellite.svg | 0 .../{ => material}/round/satellite_alt.svg | 0 .../src/{ => material}/round/save.svg | 0 .../src/{ => material}/round/save_alt.svg | 0 .../src/{ => material}/round/save_as.svg | 0 .../src/{ => material}/round/saved_search.svg | 0 .../src/{ => material}/round/savings.svg | 0 .../src/{ => material}/round/scale.svg | 0 .../src/{ => material}/round/scanner.svg | 0 .../src/{ => material}/round/scatter_plot.svg | 0 .../src/{ => material}/round/schedule.svg | 0 .../{ => material}/round/schedule_send.svg | 0 .../src/{ => material}/round/schema.svg | 0 .../src/{ => material}/round/school.svg | 0 .../src/{ => material}/round/science.svg | 0 .../src/{ => material}/round/score.svg | 0 .../src/{ => material}/round/scoreboard.svg | 0 .../round/screen_lock_landscape.svg | 0 .../round/screen_lock_portrait.svg | 0 .../round/screen_lock_rotation.svg | 0 .../{ => material}/round/screen_rotation.svg | 0 .../round/screen_rotation_alt.svg | 0 .../round/screen_search_desktop.svg | 0 .../src/{ => material}/round/screen_share.svg | 0 .../src/{ => material}/round/screenshot.svg | 0 .../round/screenshot_monitor.svg | 0 .../src/{ => material}/round/scuba_diving.svg | 0 .../src/{ => material}/round/sd.svg | 0 .../src/{ => material}/round/sd_card.svg | 0 .../{ => material}/round/sd_card_alert.svg | 0 .../src/{ => material}/round/sd_storage.svg | 0 .../src/{ => material}/round/search.svg | 0 .../src/{ => material}/round/search_off.svg | 0 .../src/{ => material}/round/security.svg | 0 .../{ => material}/round/security_update.svg | 0 .../round/security_update_good.svg | 0 .../round/security_update_warning.svg | 0 .../src/{ => material}/round/segment.svg | 0 .../src/{ => material}/round/select_all.svg | 0 .../{ => material}/round/self_improvement.svg | 0 .../src/{ => material}/round/sell.svg | 0 .../src/{ => material}/round/send.svg | 0 .../{ => material}/round/send_and_archive.svg | 0 .../round/send_time_extension.svg | 0 .../{ => material}/round/send_to_mobile.svg | 0 .../src/{ => material}/round/sensor_door.svg | 0 .../{ => material}/round/sensor_occupied.svg | 0 .../{ => material}/round/sensor_window.svg | 0 .../src/{ => material}/round/sensors.svg | 0 .../src/{ => material}/round/sensors_off.svg | 0 .../round/sentiment_dissatisfied.svg | 0 .../round/sentiment_neutral.svg | 0 .../round/sentiment_satisfied.svg | 0 .../round/sentiment_satisfied_alt.svg | 0 .../round/sentiment_very_dissatisfied.svg | 0 .../round/sentiment_very_satisfied.svg | 0 .../src/{ => material}/round/set_meal.svg | 0 .../src/{ => material}/round/settings.svg | 0 .../round/settings_accessibility.svg | 0 .../round/settings_applications.svg | 0 .../round/settings_backup_restore.svg | 0 .../round/settings_bluetooth.svg | 0 .../round/settings_brightness.svg | 0 .../{ => material}/round/settings_cell.svg | 0 .../round/settings_ethernet.svg | 0 .../round/settings_input_antenna.svg | 0 .../round/settings_input_component.svg | 0 .../round/settings_input_composite.svg | 0 .../round/settings_input_hdmi.svg | 0 .../round/settings_input_svideo.svg | 0 .../round/settings_overscan.svg | 0 .../{ => material}/round/settings_phone.svg | 0 .../{ => material}/round/settings_power.svg | 0 .../{ => material}/round/settings_remote.svg | 0 .../{ => material}/round/settings_suggest.svg | 0 .../round/settings_system_daydream.svg | 0 .../{ => material}/round/settings_voice.svg | 0 .../src/{ => material}/round/severe_cold.svg | 0 .../src/{ => material}/round/shape_line.svg | 0 .../src/{ => material}/round/share.svg | 0 .../{ => material}/round/share_location.svg | 0 .../src/{ => material}/round/shield.svg | 0 .../src/{ => material}/round/shield_moon.svg | 0 .../src/{ => material}/round/shop.svg | 0 .../src/{ => material}/round/shop_2.svg | 0 .../src/{ => material}/round/shop_two.svg | 0 .../src/{ => material}/round/shopping_bag.svg | 0 .../{ => material}/round/shopping_basket.svg | 0 .../{ => material}/round/shopping_cart.svg | 0 .../round/shopping_cart_checkout.svg | 0 .../src/{ => material}/round/short_text.svg | 0 .../src/{ => material}/round/shortcut.svg | 0 .../src/{ => material}/round/show_chart.svg | 0 .../src/{ => material}/round/shower.svg | 0 .../src/{ => material}/round/shuffle.svg | 0 .../src/{ => material}/round/shuffle_on.svg | 0 .../{ => material}/round/shutter_speed.svg | 0 .../src/{ => material}/round/sick.svg | 0 .../{ => material}/round/sign_language.svg | 0 .../round/signal_cellular_0_bar.svg | 0 .../round/signal_cellular_4_bar.svg | 0 .../round/signal_cellular_alt.svg | 0 .../round/signal_cellular_alt_1_bar.svg | 0 .../round/signal_cellular_alt_2_bar.svg | 0 ...l_cellular_connected_no_internet_0_bar.svg | 0 ...l_cellular_connected_no_internet_4_bar.svg | 0 .../round/signal_cellular_no_sim.svg | 0 .../round/signal_cellular_nodata.svg | 0 .../round/signal_cellular_null.svg | 0 .../round/signal_cellular_off.svg | 0 .../round/signal_wifi_0_bar.svg | 0 .../round/signal_wifi_4_bar.svg | 0 .../round/signal_wifi_4_bar_lock.svg | 0 .../{ => material}/round/signal_wifi_bad.svg | 0 .../signal_wifi_connected_no_internet_4.svg | 0 .../{ => material}/round/signal_wifi_off.svg | 0 .../round/signal_wifi_statusbar_4_bar.svg | 0 ...wifi_statusbar_connected_no_internet_4.svg | 0 .../round/signal_wifi_statusbar_null.svg | 0 .../src/{ => material}/round/signpost.svg | 0 .../src/{ => material}/round/sim_card.svg | 0 .../{ => material}/round/sim_card_alert.svg | 0 .../round/sim_card_download.svg | 0 .../src/{ => material}/round/single_bed.svg | 0 .../src/{ => material}/round/sip.svg | 0 .../{ => material}/round/skateboarding.svg | 0 .../src/{ => material}/round/skip_next.svg | 0 .../{ => material}/round/skip_previous.svg | 0 .../src/{ => material}/round/sledding.svg | 0 .../src/{ => material}/round/slideshow.svg | 0 .../round/slow_motion_video.svg | 0 .../src/{ => material}/round/smart_button.svg | 0 .../{ => material}/round/smart_display.svg | 0 .../src/{ => material}/round/smart_screen.svg | 0 .../src/{ => material}/round/smart_toy.svg | 0 .../src/{ => material}/round/smartphone.svg | 0 .../src/{ => material}/round/smoke_free.svg | 0 .../{ => material}/round/smoking_rooms.svg | 0 .../src/{ => material}/round/sms.svg | 0 .../src/{ => material}/round/sms_failed.svg | 0 .../{ => material}/round/snippet_folder.svg | 0 .../src/{ => material}/round/snooze.svg | 0 .../src/{ => material}/round/snowboarding.svg | 0 .../src/{ => material}/round/snowmobile.svg | 0 .../src/{ => material}/round/snowshoeing.svg | 0 .../src/{ => material}/round/soap.svg | 0 .../{ => material}/round/social_distance.svg | 0 .../src/{ => material}/round/solar_power.svg | 0 .../src/{ => material}/round/sort.svg | 0 .../{ => material}/round/sort_by_alpha.svg | 0 .../src/{ => material}/round/sos.svg | 0 .../src/{ => material}/round/soup_kitchen.svg | 0 .../src/{ => material}/round/source.svg | 0 .../src/{ => material}/round/south.svg | 0 .../{ => material}/round/south_america.svg | 0 .../src/{ => material}/round/south_east.svg | 0 .../src/{ => material}/round/south_west.svg | 0 .../src/{ => material}/round/spa.svg | 0 .../src/{ => material}/round/space_bar.svg | 0 .../{ => material}/round/space_dashboard.svg | 0 .../{ => material}/round/spatial_audio.svg | 0 .../round/spatial_audio_off.svg | 0 .../{ => material}/round/spatial_tracking.svg | 0 .../src/{ => material}/round/speaker.svg | 0 .../{ => material}/round/speaker_group.svg | 0 .../{ => material}/round/speaker_notes.svg | 0 .../round/speaker_notes_off.svg | 0 .../{ => material}/round/speaker_phone.svg | 0 .../src/{ => material}/round/speed.svg | 0 .../src/{ => material}/round/spellcheck.svg | 0 .../src/{ => material}/round/splitscreen.svg | 0 .../src/{ => material}/round/spoke.svg | 0 .../src/{ => material}/round/sports.svg | 0 .../src/{ => material}/round/sports_bar.svg | 0 .../{ => material}/round/sports_baseball.svg | 0 .../round/sports_basketball.svg | 0 .../{ => material}/round/sports_cricket.svg | 0 .../{ => material}/round/sports_esports.svg | 0 .../{ => material}/round/sports_football.svg | 0 .../src/{ => material}/round/sports_golf.svg | 0 .../round/sports_gymnastics.svg | 0 .../{ => material}/round/sports_handball.svg | 0 .../{ => material}/round/sports_hockey.svg | 0 .../{ => material}/round/sports_kabaddi.svg | 0 .../round/sports_martial_arts.svg | 0 .../src/{ => material}/round/sports_mma.svg | 0 .../round/sports_motorsports.svg | 0 .../src/{ => material}/round/sports_rugby.svg | 0 .../src/{ => material}/round/sports_score.svg | 0 .../{ => material}/round/sports_soccer.svg | 0 .../{ => material}/round/sports_tennis.svg | 0 .../round/sports_volleyball.svg | 0 .../src/{ => material}/round/square.svg | 0 .../src/{ => material}/round/square_foot.svg | 0 .../src/{ => material}/round/ssid_chart.svg | 0 .../round/stacked_bar_chart.svg | 0 .../round/stacked_line_chart.svg | 0 .../src/{ => material}/round/stadium.svg | 0 .../src/{ => material}/round/stairs.svg | 0 .../src/{ => material}/round/star.svg | 0 .../src/{ => material}/round/star_border.svg | 0 .../round/star_border_purple500.svg | 0 .../src/{ => material}/round/star_half.svg | 0 .../src/{ => material}/round/star_outline.svg | 0 .../{ => material}/round/star_purple500.svg | 0 .../src/{ => material}/round/star_rate.svg | 0 .../src/{ => material}/round/stars.svg | 0 .../src/{ => material}/round/start.svg | 0 .../round/stay_current_landscape.svg | 0 .../round/stay_current_portrait.svg | 0 .../round/stay_primary_landscape.svg | 0 .../round/stay_primary_portrait.svg | 0 .../{ => material}/round/sticky_note_2.svg | 0 .../src/{ => material}/round/stop.svg | 0 .../src/{ => material}/round/stop_circle.svg | 0 .../round/stop_screen_share.svg | 0 .../src/{ => material}/round/storage.svg | 0 .../src/{ => material}/round/store.svg | 0 .../round/store_mall_directory.svg | 0 .../src/{ => material}/round/storefront.svg | 0 .../src/{ => material}/round/storm.svg | 0 .../src/{ => material}/round/straight.svg | 0 .../src/{ => material}/round/straighten.svg | 0 .../src/{ => material}/round/stream.svg | 0 .../src/{ => material}/round/streetview.svg | 0 .../{ => material}/round/strikethrough_s.svg | 0 .../src/{ => material}/round/stroller.svg | 0 .../src/{ => material}/round/style.svg | 0 .../round/subdirectory_arrow_left.svg | 0 .../round/subdirectory_arrow_right.svg | 0 .../src/{ => material}/round/subject.svg | 0 .../src/{ => material}/round/subscript.svg | 0 .../{ => material}/round/subscriptions.svg | 0 .../src/{ => material}/round/subtitles.svg | 0 .../{ => material}/round/subtitles_off.svg | 0 .../src/{ => material}/round/subway.svg | 0 .../src/{ => material}/round/summarize.svg | 0 .../src/{ => material}/round/superscript.svg | 0 .../round/supervised_user_circle.svg | 0 .../round/supervisor_account.svg | 0 .../src/{ => material}/round/support.svg | 0 .../{ => material}/round/support_agent.svg | 0 .../src/{ => material}/round/surfing.svg | 0 .../{ => material}/round/surround_sound.svg | 0 .../src/{ => material}/round/swap_calls.svg | 0 .../src/{ => material}/round/swap_horiz.svg | 0 .../round/swap_horizontal_circle.svg | 0 .../src/{ => material}/round/swap_vert.svg | 0 .../round/swap_vertical_circle.svg | 0 .../src/{ => material}/round/swipe.svg | 0 .../src/{ => material}/round/swipe_down.svg | 0 .../{ => material}/round/swipe_down_alt.svg | 0 .../src/{ => material}/round/swipe_left.svg | 0 .../{ => material}/round/swipe_left_alt.svg | 0 .../src/{ => material}/round/swipe_right.svg | 0 .../{ => material}/round/swipe_right_alt.svg | 0 .../src/{ => material}/round/swipe_up.svg | 0 .../src/{ => material}/round/swipe_up_alt.svg | 0 .../{ => material}/round/swipe_vertical.svg | 0 .../round/switch_access_shortcut.svg | 0 .../round/switch_access_shortcut_add.svg | 0 .../{ => material}/round/switch_account.svg | 0 .../{ => material}/round/switch_camera.svg | 0 .../src/{ => material}/round/switch_left.svg | 0 .../src/{ => material}/round/switch_right.svg | 0 .../src/{ => material}/round/switch_video.svg | 0 .../src/{ => material}/round/synagogue.svg | 0 .../src/{ => material}/round/sync.svg | 0 .../src/{ => material}/round/sync_alt.svg | 0 .../{ => material}/round/sync_disabled.svg | 0 .../src/{ => material}/round/sync_lock.svg | 0 .../src/{ => material}/round/sync_problem.svg | 0 .../round/system_security_update.svg | 0 .../round/system_security_update_good.svg | 0 .../round/system_security_update_warning.svg | 0 .../{ => material}/round/system_update.svg | 0 .../round/system_update_alt.svg | 0 .../src/{ => material}/round/tab.svg | 0 .../{ => material}/round/tab_unselected.svg | 0 .../src/{ => material}/round/table_bar.svg | 0 .../src/{ => material}/round/table_chart.svg | 0 .../{ => material}/round/table_restaurant.svg | 0 .../src/{ => material}/round/table_rows.svg | 0 .../src/{ => material}/round/table_view.svg | 0 .../src/{ => material}/round/tablet.svg | 0 .../{ => material}/round/tablet_android.svg | 0 .../src/{ => material}/round/tablet_mac.svg | 0 .../src/{ => material}/round/tag.svg | 0 .../src/{ => material}/round/tag_faces.svg | 0 .../{ => material}/round/takeout_dining.svg | 0 .../src/{ => material}/round/tap_and_play.svg | 0 .../src/{ => material}/round/tapas.svg | 0 .../src/{ => material}/round/task.svg | 0 .../src/{ => material}/round/task_alt.svg | 0 .../src/{ => material}/round/taxi_alert.svg | 0 .../{ => material}/round/temple_buddhist.svg | 0 .../src/{ => material}/round/temple_hindu.svg | 0 .../src/{ => material}/round/terminal.svg | 0 .../src/{ => material}/round/terrain.svg | 0 .../{ => material}/round/text_decrease.svg | 0 .../src/{ => material}/round/text_fields.svg | 0 .../src/{ => material}/round/text_format.svg | 0 .../{ => material}/round/text_increase.svg | 0 .../{ => material}/round/text_rotate_up.svg | 0 .../round/text_rotate_vertical.svg | 0 .../round/text_rotation_angledown.svg | 0 .../round/text_rotation_angleup.svg | 0 .../round/text_rotation_down.svg | 0 .../round/text_rotation_none.svg | 0 .../src/{ => material}/round/text_snippet.svg | 0 .../src/{ => material}/round/textsms.svg | 0 .../src/{ => material}/round/texture.svg | 0 .../{ => material}/round/theater_comedy.svg | 0 .../src/{ => material}/round/theaters.svg | 0 .../src/{ => material}/round/thermostat.svg | 0 .../{ => material}/round/thermostat_auto.svg | 0 .../src/{ => material}/round/thumb_down.svg | 0 .../{ => material}/round/thumb_down_alt.svg | 0 .../round/thumb_down_off_alt.svg | 0 .../src/{ => material}/round/thumb_up.svg | 0 .../src/{ => material}/round/thumb_up_alt.svg | 0 .../{ => material}/round/thumb_up_off_alt.svg | 0 .../{ => material}/round/thumbs_up_down.svg | 0 .../src/{ => material}/round/thunderstorm.svg | 0 .../{ => material}/round/time_to_leave.svg | 0 .../src/{ => material}/round/timelapse.svg | 0 .../src/{ => material}/round/timeline.svg | 0 .../src/{ => material}/round/timer.svg | 0 .../src/{ => material}/round/timer_10.svg | 0 .../{ => material}/round/timer_10_select.svg | 0 .../src/{ => material}/round/timer_3.svg | 0 .../{ => material}/round/timer_3_select.svg | 0 .../src/{ => material}/round/timer_off.svg | 0 .../{ => material}/round/tips_and_updates.svg | 0 .../src/{ => material}/round/tire_repair.svg | 0 .../src/{ => material}/round/title.svg | 0 .../src/{ => material}/round/toc.svg | 0 .../src/{ => material}/round/today.svg | 0 .../src/{ => material}/round/toggle_off.svg | 0 .../src/{ => material}/round/toggle_on.svg | 0 .../src/{ => material}/round/token.svg | 0 .../src/{ => material}/round/toll.svg | 0 .../src/{ => material}/round/tonality.svg | 0 .../src/{ => material}/round/topic.svg | 0 .../src/{ => material}/round/tornado.svg | 0 .../src/{ => material}/round/touch_app.svg | 0 .../src/{ => material}/round/tour.svg | 0 .../src/{ => material}/round/toys.svg | 0 .../{ => material}/round/track_changes.svg | 0 .../src/{ => material}/round/traffic.svg | 0 .../src/{ => material}/round/train.svg | 0 .../src/{ => material}/round/tram.svg | 0 .../src/{ => material}/round/transcribe.svg | 0 .../round/transfer_within_a_station.svg | 0 .../src/{ => material}/round/transform.svg | 0 .../src/{ => material}/round/transgender.svg | 0 .../round/transit_enterexit.svg | 0 .../src/{ => material}/round/translate.svg | 0 .../{ => material}/round/travel_explore.svg | 0 .../{ => material}/round/trending_down.svg | 0 .../{ => material}/round/trending_flat.svg | 0 .../src/{ => material}/round/trending_up.svg | 0 .../src/{ => material}/round/trip_origin.svg | 0 .../src/{ => material}/round/troubleshoot.svg | 0 .../src/{ => material}/round/try.svg | 0 .../src/{ => material}/round/tsunami.svg | 0 .../src/{ => material}/round/tty.svg | 0 .../src/{ => material}/round/tune.svg | 0 .../src/{ => material}/round/tungsten.svg | 0 .../src/{ => material}/round/turn_left.svg | 0 .../src/{ => material}/round/turn_right.svg | 0 .../{ => material}/round/turn_sharp_left.svg | 0 .../{ => material}/round/turn_sharp_right.svg | 0 .../{ => material}/round/turn_slight_left.svg | 0 .../round/turn_slight_right.svg | 0 .../src/{ => material}/round/turned_in.svg | 0 .../{ => material}/round/turned_in_not.svg | 0 .../src/{ => material}/round/tv.svg | 0 .../src/{ => material}/round/tv_off.svg | 0 .../src/{ => material}/round/two_wheeler.svg | 0 .../{ => material}/round/type_specimen.svg | 0 .../src/{ => material}/round/u_turn_left.svg | 0 .../src/{ => material}/round/u_turn_right.svg | 0 .../src/{ => material}/round/umbrella.svg | 0 .../src/{ => material}/round/unarchive.svg | 0 .../src/{ => material}/round/undo.svg | 0 .../src/{ => material}/round/unfold_less.svg | 0 .../round/unfold_less_double.svg | 0 .../src/{ => material}/round/unfold_more.svg | 0 .../round/unfold_more_double.svg | 0 .../src/{ => material}/round/unpublished.svg | 0 .../src/{ => material}/round/unsubscribe.svg | 0 .../src/{ => material}/round/upcoming.svg | 0 .../src/{ => material}/round/update.svg | 0 .../{ => material}/round/update_disabled.svg | 0 .../src/{ => material}/round/upgrade.svg | 0 .../src/{ => material}/round/upload.svg | 0 .../src/{ => material}/round/upload_file.svg | 0 .../src/{ => material}/round/usb.svg | 0 .../src/{ => material}/round/usb_off.svg | 0 .../src/{ => material}/round/vaccines.svg | 0 .../src/{ => material}/round/vape_free.svg | 0 .../src/{ => material}/round/vaping_rooms.svg | 0 .../src/{ => material}/round/verified.svg | 0 .../{ => material}/round/verified_user.svg | 0 .../round/vertical_align_bottom.svg | 0 .../round/vertical_align_center.svg | 0 .../round/vertical_align_top.svg | 0 .../round/vertical_distribute.svg | 0 .../{ => material}/round/vertical_shades.svg | 0 .../round/vertical_shades_closed.svg | 0 .../{ => material}/round/vertical_split.svg | 0 .../src/{ => material}/round/vibration.svg | 0 .../src/{ => material}/round/video_call.svg | 0 .../round/video_camera_back.svg | 0 .../round/video_camera_front.svg | 0 .../src/{ => material}/round/video_chat.svg | 0 .../src/{ => material}/round/video_file.svg | 0 .../src/{ => material}/round/video_label.svg | 0 .../{ => material}/round/video_library.svg | 0 .../{ => material}/round/video_settings.svg | 0 .../src/{ => material}/round/video_stable.svg | 0 .../src/{ => material}/round/videocam.svg | 0 .../src/{ => material}/round/videocam_off.svg | 0 .../{ => material}/round/videogame_asset.svg | 0 .../round/videogame_asset_off.svg | 0 .../src/{ => material}/round/view_agenda.svg | 0 .../src/{ => material}/round/view_array.svg | 0 .../{ => material}/round/view_carousel.svg | 0 .../src/{ => material}/round/view_column.svg | 0 .../src/{ => material}/round/view_comfy.svg | 0 .../{ => material}/round/view_comfy_alt.svg | 0 .../src/{ => material}/round/view_compact.svg | 0 .../{ => material}/round/view_compact_alt.svg | 0 .../src/{ => material}/round/view_cozy.svg | 0 .../src/{ => material}/round/view_day.svg | 0 .../{ => material}/round/view_headline.svg | 0 .../src/{ => material}/round/view_in_ar.svg | 0 .../src/{ => material}/round/view_kanban.svg | 0 .../src/{ => material}/round/view_list.svg | 0 .../src/{ => material}/round/view_module.svg | 0 .../src/{ => material}/round/view_quilt.svg | 0 .../src/{ => material}/round/view_sidebar.svg | 0 .../src/{ => material}/round/view_stream.svg | 0 .../{ => material}/round/view_timeline.svg | 0 .../src/{ => material}/round/view_week.svg | 0 .../src/{ => material}/round/vignette.svg | 0 .../src/{ => material}/round/villa.svg | 0 .../src/{ => material}/round/visibility.svg | 0 .../{ => material}/round/visibility_off.svg | 0 .../src/{ => material}/round/voice_chat.svg | 0 .../{ => material}/round/voice_over_off.svg | 0 .../src/{ => material}/round/voicemail.svg | 0 .../src/{ => material}/round/volcano.svg | 0 .../src/{ => material}/round/volume_down.svg | 0 .../src/{ => material}/round/volume_mute.svg | 0 .../src/{ => material}/round/volume_off.svg | 0 .../src/{ => material}/round/volume_up.svg | 0 .../round/volunteer_activism.svg | 0 .../src/{ => material}/round/vpn_key.svg | 0 .../src/{ => material}/round/vpn_key_off.svg | 0 .../src/{ => material}/round/vpn_lock.svg | 0 .../src/{ => material}/round/vrpano.svg | 0 .../src/{ => material}/round/wallet.svg | 0 .../src/{ => material}/round/wallpaper.svg | 0 .../src/{ => material}/round/warehouse.svg | 0 .../src/{ => material}/round/warning.svg | 0 .../{ => material}/round/warning_amber.svg | 0 .../src/{ => material}/round/wash.svg | 0 .../src/{ => material}/round/watch.svg | 0 .../src/{ => material}/round/watch_later.svg | 0 .../src/{ => material}/round/watch_off.svg | 0 .../src/{ => material}/round/water.svg | 0 .../src/{ => material}/round/water_damage.svg | 0 .../src/{ => material}/round/water_drop.svg | 0 .../{ => material}/round/waterfall_chart.svg | 0 .../src/{ => material}/round/waves.svg | 0 .../src/{ => material}/round/waving_hand.svg | 0 .../src/{ => material}/round/wb_auto.svg | 0 .../src/{ => material}/round/wb_cloudy.svg | 0 .../{ => material}/round/wb_incandescent.svg | 0 .../{ => material}/round/wb_iridescent.svg | 0 .../src/{ => material}/round/wb_shade.svg | 0 .../src/{ => material}/round/wb_sunny.svg | 0 .../src/{ => material}/round/wb_twilight.svg | 0 .../src/{ => material}/round/wc.svg | 0 .../src/{ => material}/round/web.svg | 0 .../src/{ => material}/round/web_asset.svg | 0 .../{ => material}/round/web_asset_off.svg | 0 .../src/{ => material}/round/web_stories.svg | 0 .../src/{ => material}/round/webhook.svg | 0 .../src/{ => material}/round/weekend.svg | 0 .../src/{ => material}/round/west.svg | 0 .../src/{ => material}/round/whatshot.svg | 0 .../round/wheelchair_pickup.svg | 0 .../{ => material}/round/where_to_vote.svg | 0 .../src/{ => material}/round/widgets.svg | 0 .../src/{ => material}/round/width_full.svg | 0 .../src/{ => material}/round/width_normal.svg | 0 .../src/{ => material}/round/width_wide.svg | 0 .../src/{ => material}/round/wifi.svg | 0 .../src/{ => material}/round/wifi_1_bar.svg | 0 .../src/{ => material}/round/wifi_2_bar.svg | 0 .../src/{ => material}/round/wifi_calling.svg | 0 .../{ => material}/round/wifi_calling_3.svg | 0 .../src/{ => material}/round/wifi_channel.svg | 0 .../src/{ => material}/round/wifi_find.svg | 0 .../src/{ => material}/round/wifi_lock.svg | 0 .../src/{ => material}/round/wifi_off.svg | 0 .../{ => material}/round/wifi_password.svg | 0 .../round/wifi_protected_setup.svg | 0 .../{ => material}/round/wifi_tethering.svg | 0 .../round/wifi_tethering_error.svg | 0 .../round/wifi_tethering_off.svg | 0 .../src/{ => material}/round/wind_power.svg | 0 .../src/{ => material}/round/window.svg | 0 .../src/{ => material}/round/wine_bar.svg | 0 .../src/{ => material}/round/woman.svg | 0 .../src/{ => material}/round/woman_2.svg | 0 .../src/{ => material}/round/work.svg | 0 .../src/{ => material}/round/work_history.svg | 0 .../src/{ => material}/round/work_off.svg | 0 .../src/{ => material}/round/work_outline.svg | 0 .../round/workspace_premium.svg | 0 .../src/{ => material}/round/workspaces.svg | 0 .../src/{ => material}/round/wrap_text.svg | 0 .../{ => material}/round/wrong_location.svg | 0 .../src/{ => material}/round/wysiwyg.svg | 0 .../src/{ => material}/round/yard.svg | 0 .../round/youtube_searched_for.svg | 0 .../src/{ => material}/round/zoom_in.svg | 0 .../src/{ => material}/round/zoom_in_map.svg | 0 .../src/{ => material}/round/zoom_out.svg | 0 .../src/{ => material}/round/zoom_out_map.svg | 0 .../src/{ => material}/sharp/10k.svg | 0 .../src/{ => material}/sharp/10mp.svg | 0 .../src/{ => material}/sharp/11mp.svg | 0 .../src/{ => material}/sharp/123.svg | 0 .../src/{ => material}/sharp/12mp.svg | 0 .../src/{ => material}/sharp/13mp.svg | 0 .../src/{ => material}/sharp/14mp.svg | 0 .../src/{ => material}/sharp/15mp.svg | 0 .../src/{ => material}/sharp/16mp.svg | 0 .../src/{ => material}/sharp/17mp.svg | 0 .../src/{ => material}/sharp/18_up_rating.svg | 0 .../src/{ => material}/sharp/18mp.svg | 0 .../src/{ => material}/sharp/19mp.svg | 0 .../src/{ => material}/sharp/1k.svg | 0 .../src/{ => material}/sharp/1k_plus.svg | 0 .../{ => material}/sharp/1x_mobiledata.svg | 0 .../src/{ => material}/sharp/20mp.svg | 0 .../src/{ => material}/sharp/21mp.svg | 0 .../src/{ => material}/sharp/22mp.svg | 0 .../src/{ => material}/sharp/23mp.svg | 0 .../src/{ => material}/sharp/24mp.svg | 0 .../src/{ => material}/sharp/2k.svg | 0 .../src/{ => material}/sharp/2k_plus.svg | 0 .../src/{ => material}/sharp/2mp.svg | 0 .../src/{ => material}/sharp/30fps.svg | 0 .../src/{ => material}/sharp/30fps_select.svg | 0 .../src/{ => material}/sharp/360.svg | 0 .../src/{ => material}/sharp/3d_rotation.svg | 0 .../{ => material}/sharp/3g_mobiledata.svg | 0 .../src/{ => material}/sharp/3k.svg | 0 .../src/{ => material}/sharp/3k_plus.svg | 0 .../src/{ => material}/sharp/3mp.svg | 0 .../src/{ => material}/sharp/3p.svg | 0 .../{ => material}/sharp/4g_mobiledata.svg | 0 .../sharp/4g_plus_mobiledata.svg | 0 .../src/{ => material}/sharp/4k.svg | 0 .../src/{ => material}/sharp/4k_plus.svg | 0 .../src/{ => material}/sharp/4mp.svg | 0 .../src/{ => material}/sharp/5g.svg | 0 .../src/{ => material}/sharp/5k.svg | 0 .../src/{ => material}/sharp/5k_plus.svg | 0 .../src/{ => material}/sharp/5mp.svg | 0 .../src/{ => material}/sharp/60fps.svg | 0 .../src/{ => material}/sharp/60fps_select.svg | 0 .../src/{ => material}/sharp/6_ft_apart.svg | 0 .../src/{ => material}/sharp/6k.svg | 0 .../src/{ => material}/sharp/6k_plus.svg | 0 .../src/{ => material}/sharp/6mp.svg | 0 .../src/{ => material}/sharp/7k.svg | 0 .../src/{ => material}/sharp/7k_plus.svg | 0 .../src/{ => material}/sharp/7mp.svg | 0 .../src/{ => material}/sharp/8k.svg | 0 .../src/{ => material}/sharp/8k_plus.svg | 0 .../src/{ => material}/sharp/8mp.svg | 0 .../src/{ => material}/sharp/9k.svg | 0 .../src/{ => material}/sharp/9k_plus.svg | 0 .../src/{ => material}/sharp/9mp.svg | 0 .../src/{ => material}/sharp/abc.svg | 0 .../src/{ => material}/sharp/ac_unit.svg | 0 .../src/{ => material}/sharp/access_alarm.svg | 0 .../{ => material}/sharp/access_alarms.svg | 0 .../src/{ => material}/sharp/access_time.svg | 0 .../sharp/access_time_filled.svg | 0 .../{ => material}/sharp/accessibility.svg | 0 .../sharp/accessibility_new.svg | 0 .../src/{ => material}/sharp/accessible.svg | 0 .../sharp/accessible_forward.svg | 0 .../{ => material}/sharp/account_balance.svg | 0 .../sharp/account_balance_wallet.svg | 0 .../src/{ => material}/sharp/account_box.svg | 0 .../{ => material}/sharp/account_circle.svg | 0 .../src/{ => material}/sharp/account_tree.svg | 0 .../src/{ => material}/sharp/ad_units.svg | 0 .../src/{ => material}/sharp/adb.svg | 0 .../src/{ => material}/sharp/add.svg | 0 .../src/{ => material}/sharp/add_a_photo.svg | 0 .../src/{ => material}/sharp/add_alarm.svg | 0 .../src/{ => material}/sharp/add_alert.svg | 0 .../src/{ => material}/sharp/add_box.svg | 0 .../src/{ => material}/sharp/add_business.svg | 0 .../src/{ => material}/sharp/add_card.svg | 0 .../src/{ => material}/sharp/add_chart.svg | 0 .../src/{ => material}/sharp/add_circle.svg | 0 .../sharp/add_circle_outline.svg | 0 .../src/{ => material}/sharp/add_comment.svg | 0 .../src/{ => material}/sharp/add_home.svg | 0 .../{ => material}/sharp/add_home_work.svg | 0 .../src/{ => material}/sharp/add_ic_call.svg | 0 .../src/{ => material}/sharp/add_link.svg | 0 .../src/{ => material}/sharp/add_location.svg | 0 .../{ => material}/sharp/add_location_alt.svg | 0 .../{ => material}/sharp/add_moderator.svg | 0 .../sharp/add_photo_alternate.svg | 0 .../src/{ => material}/sharp/add_reaction.svg | 0 .../src/{ => material}/sharp/add_road.svg | 0 .../sharp/add_shopping_cart.svg | 0 .../src/{ => material}/sharp/add_task.svg | 0 .../src/{ => material}/sharp/add_to_drive.svg | 0 .../sharp/add_to_home_screen.svg | 0 .../{ => material}/sharp/add_to_photos.svg | 0 .../src/{ => material}/sharp/add_to_queue.svg | 0 .../src/{ => material}/sharp/addchart.svg | 0 .../src/{ => material}/sharp/adf_scanner.svg | 0 .../src/{ => material}/sharp/adjust.svg | 0 .../sharp/admin_panel_settings.svg | 0 .../src/{ => material}/sharp/ads_click.svg | 0 .../src/{ => material}/sharp/agriculture.svg | 0 .../src/{ => material}/sharp/air.svg | 0 .../sharp/airline_seat_flat.svg | 0 .../sharp/airline_seat_flat_angled.svg | 0 .../sharp/airline_seat_individual_suite.svg | 0 .../sharp/airline_seat_legroom_extra.svg | 0 .../sharp/airline_seat_legroom_normal.svg | 0 .../sharp/airline_seat_legroom_reduced.svg | 0 .../sharp/airline_seat_recline_extra.svg | 0 .../sharp/airline_seat_recline_normal.svg | 0 .../{ => material}/sharp/airline_stops.svg | 0 .../src/{ => material}/sharp/airlines.svg | 0 .../{ => material}/sharp/airplane_ticket.svg | 0 .../sharp/airplanemode_active.svg | 0 .../sharp/airplanemode_inactive.svg | 0 .../src/{ => material}/sharp/airplay.svg | 0 .../{ => material}/sharp/airport_shuttle.svg | 0 .../src/{ => material}/sharp/alarm.svg | 0 .../src/{ => material}/sharp/alarm_add.svg | 0 .../src/{ => material}/sharp/alarm_off.svg | 0 .../src/{ => material}/sharp/alarm_on.svg | 0 .../src/{ => material}/sharp/album.svg | 0 .../sharp/align_horizontal_center.svg | 0 .../sharp/align_horizontal_left.svg | 0 .../sharp/align_horizontal_right.svg | 0 .../sharp/align_vertical_bottom.svg | 0 .../sharp/align_vertical_center.svg | 0 .../sharp/align_vertical_top.svg | 0 .../src/{ => material}/sharp/all_inbox.svg | 0 .../{ => material}/sharp/all_inclusive.svg | 0 .../src/{ => material}/sharp/all_out.svg | 0 .../src/{ => material}/sharp/alt_route.svg | 0 .../{ => material}/sharp/alternate_email.svg | 0 .../src/{ => material}/sharp/analytics.svg | 0 .../src/{ => material}/sharp/anchor.svg | 0 .../src/{ => material}/sharp/android.svg | 0 .../src/{ => material}/sharp/animation.svg | 0 .../src/{ => material}/sharp/announcement.svg | 0 .../src/{ => material}/sharp/aod.svg | 0 .../src/{ => material}/sharp/apartment.svg | 0 .../src/{ => material}/sharp/api.svg | 0 .../src/{ => material}/sharp/app_blocking.svg | 0 .../{ => material}/sharp/app_registration.svg | 0 .../{ => material}/sharp/app_settings_alt.svg | 0 .../src/{ => material}/sharp/app_shortcut.svg | 0 .../src/{ => material}/sharp/approval.svg | 0 .../src/{ => material}/sharp/apps.svg | 0 .../src/{ => material}/sharp/apps_outage.svg | 0 .../src/{ => material}/sharp/architecture.svg | 0 .../src/{ => material}/sharp/archive.svg | 0 .../src/{ => material}/sharp/area_chart.svg | 0 .../src/{ => material}/sharp/arrow_back.svg | 0 .../{ => material}/sharp/arrow_back_ios.svg | 0 .../sharp/arrow_back_ios_new.svg | 0 .../sharp/arrow_circle_down.svg | 0 .../sharp/arrow_circle_left.svg | 0 .../sharp/arrow_circle_right.svg | 0 .../{ => material}/sharp/arrow_circle_up.svg | 0 .../{ => material}/sharp/arrow_downward.svg | 0 .../{ => material}/sharp/arrow_drop_down.svg | 0 .../sharp/arrow_drop_down_circle.svg | 0 .../{ => material}/sharp/arrow_drop_up.svg | 0 .../{ => material}/sharp/arrow_forward.svg | 0 .../sharp/arrow_forward_ios.svg | 0 .../src/{ => material}/sharp/arrow_left.svg | 0 .../{ => material}/sharp/arrow_outward.svg | 0 .../src/{ => material}/sharp/arrow_right.svg | 0 .../{ => material}/sharp/arrow_right_alt.svg | 0 .../src/{ => material}/sharp/arrow_upward.svg | 0 .../src/{ => material}/sharp/art_track.svg | 0 .../src/{ => material}/sharp/article.svg | 0 .../src/{ => material}/sharp/aspect_ratio.svg | 0 .../src/{ => material}/sharp/assessment.svg | 0 .../src/{ => material}/sharp/assignment.svg | 0 .../{ => material}/sharp/assignment_ind.svg | 0 .../{ => material}/sharp/assignment_late.svg | 0 .../sharp/assignment_return.svg | 0 .../sharp/assignment_returned.svg | 0 .../sharp/assignment_turned_in.svg | 0 .../{ => material}/sharp/assist_walker.svg | 0 .../src/{ => material}/sharp/assistant.svg | 0 .../sharp/assistant_direction.svg | 0 .../{ => material}/sharp/assistant_photo.svg | 0 .../{ => material}/sharp/assured_workload.svg | 0 .../src/{ => material}/sharp/atm.svg | 0 .../src/{ => material}/sharp/attach_email.svg | 0 .../src/{ => material}/sharp/attach_file.svg | 0 .../src/{ => material}/sharp/attach_money.svg | 0 .../src/{ => material}/sharp/attachment.svg | 0 .../src/{ => material}/sharp/attractions.svg | 0 .../src/{ => material}/sharp/attribution.svg | 0 .../src/{ => material}/sharp/audio_file.svg | 0 .../src/{ => material}/sharp/audiotrack.svg | 0 .../src/{ => material}/sharp/auto_awesome.svg | 0 .../sharp/auto_awesome_mosaic.svg | 0 .../sharp/auto_awesome_motion.svg | 0 .../src/{ => material}/sharp/auto_delete.svg | 0 .../{ => material}/sharp/auto_fix_high.svg | 0 .../{ => material}/sharp/auto_fix_normal.svg | 0 .../src/{ => material}/sharp/auto_fix_off.svg | 0 .../src/{ => material}/sharp/auto_graph.svg | 0 .../src/{ => material}/sharp/auto_mode.svg | 0 .../src/{ => material}/sharp/auto_stories.svg | 0 .../{ => material}/sharp/autofps_select.svg | 0 .../src/{ => material}/sharp/autorenew.svg | 0 .../src/{ => material}/sharp/av_timer.svg | 0 .../sharp/baby_changing_station.svg | 0 .../src/{ => material}/sharp/back_hand.svg | 0 .../src/{ => material}/sharp/backpack.svg | 0 .../src/{ => material}/sharp/backspace.svg | 0 .../src/{ => material}/sharp/backup.svg | 0 .../src/{ => material}/sharp/backup_table.svg | 0 .../src/{ => material}/sharp/badge.svg | 0 .../{ => material}/sharp/bakery_dining.svg | 0 .../src/{ => material}/sharp/balance.svg | 0 .../src/{ => material}/sharp/balcony.svg | 0 .../src/{ => material}/sharp/ballot.svg | 0 .../src/{ => material}/sharp/bar_chart.svg | 0 .../{ => material}/sharp/batch_prediction.svg | 0 .../src/{ => material}/sharp/bathroom.svg | 0 .../src/{ => material}/sharp/bathtub.svg | 0 .../{ => material}/sharp/battery_0_bar.svg | 0 .../{ => material}/sharp/battery_1_bar.svg | 0 .../{ => material}/sharp/battery_2_bar.svg | 0 .../{ => material}/sharp/battery_3_bar.svg | 0 .../{ => material}/sharp/battery_4_bar.svg | 0 .../{ => material}/sharp/battery_5_bar.svg | 0 .../{ => material}/sharp/battery_6_bar.svg | 0 .../{ => material}/sharp/battery_alert.svg | 0 .../sharp/battery_charging_full.svg | 0 .../src/{ => material}/sharp/battery_full.svg | 0 .../{ => material}/sharp/battery_saver.svg | 0 .../src/{ => material}/sharp/battery_std.svg | 0 .../{ => material}/sharp/battery_unknown.svg | 0 .../src/{ => material}/sharp/beach_access.svg | 0 .../src/{ => material}/sharp/bed.svg | 0 .../src/{ => material}/sharp/bedroom_baby.svg | 0 .../{ => material}/sharp/bedroom_child.svg | 0 .../{ => material}/sharp/bedroom_parent.svg | 0 .../src/{ => material}/sharp/bedtime.svg | 0 .../src/{ => material}/sharp/bedtime_off.svg | 0 .../src/{ => material}/sharp/beenhere.svg | 0 .../src/{ => material}/sharp/bento.svg | 0 .../src/{ => material}/sharp/bike_scooter.svg | 0 .../src/{ => material}/sharp/biotech.svg | 0 .../src/{ => material}/sharp/blender.svg | 0 .../src/{ => material}/sharp/blind.svg | 0 .../src/{ => material}/sharp/blinds.svg | 0 .../{ => material}/sharp/blinds_closed.svg | 0 .../src/{ => material}/sharp/block.svg | 0 .../src/{ => material}/sharp/bloodtype.svg | 0 .../src/{ => material}/sharp/bluetooth.svg | 0 .../{ => material}/sharp/bluetooth_audio.svg | 0 .../sharp/bluetooth_connected.svg | 0 .../sharp/bluetooth_disabled.svg | 0 .../{ => material}/sharp/bluetooth_drive.svg | 0 .../sharp/bluetooth_searching.svg | 0 .../{ => material}/sharp/blur_circular.svg | 0 .../src/{ => material}/sharp/blur_linear.svg | 0 .../src/{ => material}/sharp/blur_off.svg | 0 .../src/{ => material}/sharp/blur_on.svg | 0 .../src/{ => material}/sharp/bolt.svg | 0 .../src/{ => material}/sharp/book.svg | 0 .../src/{ => material}/sharp/book_online.svg | 0 .../src/{ => material}/sharp/bookmark.svg | 0 .../src/{ => material}/sharp/bookmark_add.svg | 0 .../{ => material}/sharp/bookmark_added.svg | 0 .../{ => material}/sharp/bookmark_border.svg | 0 .../{ => material}/sharp/bookmark_remove.svg | 0 .../src/{ => material}/sharp/bookmarks.svg | 0 .../src/{ => material}/sharp/border_all.svg | 0 .../{ => material}/sharp/border_bottom.svg | 0 .../src/{ => material}/sharp/border_clear.svg | 0 .../src/{ => material}/sharp/border_color.svg | 0 .../sharp/border_horizontal.svg | 0 .../src/{ => material}/sharp/border_inner.svg | 0 .../src/{ => material}/sharp/border_left.svg | 0 .../src/{ => material}/sharp/border_outer.svg | 0 .../src/{ => material}/sharp/border_right.svg | 0 .../src/{ => material}/sharp/border_style.svg | 0 .../src/{ => material}/sharp/border_top.svg | 0 .../{ => material}/sharp/border_vertical.svg | 0 .../src/{ => material}/sharp/boy.svg | 0 .../sharp/branding_watermark.svg | 0 .../{ => material}/sharp/breakfast_dining.svg | 0 .../src/{ => material}/sharp/brightness_1.svg | 0 .../src/{ => material}/sharp/brightness_2.svg | 0 .../src/{ => material}/sharp/brightness_3.svg | 0 .../src/{ => material}/sharp/brightness_4.svg | 0 .../src/{ => material}/sharp/brightness_5.svg | 0 .../src/{ => material}/sharp/brightness_6.svg | 0 .../src/{ => material}/sharp/brightness_7.svg | 0 .../{ => material}/sharp/brightness_auto.svg | 0 .../{ => material}/sharp/brightness_high.svg | 0 .../{ => material}/sharp/brightness_low.svg | 0 .../sharp/brightness_medium.svg | 0 .../sharp/broadcast_on_home.svg | 0 .../sharp/broadcast_on_personal.svg | 0 .../src/{ => material}/sharp/broken_image.svg | 0 .../{ => material}/sharp/browse_gallery.svg | 0 .../sharp/browser_not_supported.svg | 0 .../{ => material}/sharp/browser_updated.svg | 0 .../{ => material}/sharp/brunch_dining.svg | 0 .../src/{ => material}/sharp/brush.svg | 0 .../src/{ => material}/sharp/bubble_chart.svg | 0 .../src/{ => material}/sharp/bug_report.svg | 0 .../src/{ => material}/sharp/build.svg | 0 .../src/{ => material}/sharp/build_circle.svg | 0 .../src/{ => material}/sharp/bungalow.svg | 0 .../src/{ => material}/sharp/burst_mode.svg | 0 .../src/{ => material}/sharp/bus_alert.svg | 0 .../src/{ => material}/sharp/business.svg | 0 .../{ => material}/sharp/business_center.svg | 0 .../src/{ => material}/sharp/cabin.svg | 0 .../src/{ => material}/sharp/cable.svg | 0 .../src/{ => material}/sharp/cached.svg | 0 .../src/{ => material}/sharp/cake.svg | 0 .../src/{ => material}/sharp/calculate.svg | 0 .../{ => material}/sharp/calendar_month.svg | 0 .../{ => material}/sharp/calendar_today.svg | 0 .../sharp/calendar_view_day.svg | 0 .../sharp/calendar_view_month.svg | 0 .../sharp/calendar_view_week.svg | 0 .../src/{ => material}/sharp/call.svg | 0 .../src/{ => material}/sharp/call_end.svg | 0 .../src/{ => material}/sharp/call_made.svg | 0 .../src/{ => material}/sharp/call_merge.svg | 0 .../src/{ => material}/sharp/call_missed.svg | 0 .../sharp/call_missed_outgoing.svg | 0 .../{ => material}/sharp/call_received.svg | 0 .../src/{ => material}/sharp/call_split.svg | 0 .../{ => material}/sharp/call_to_action.svg | 0 .../src/{ => material}/sharp/camera.svg | 0 .../src/{ => material}/sharp/camera_alt.svg | 0 .../{ => material}/sharp/camera_enhance.svg | 0 .../src/{ => material}/sharp/camera_front.svg | 0 .../{ => material}/sharp/camera_indoor.svg | 0 .../{ => material}/sharp/camera_outdoor.svg | 0 .../src/{ => material}/sharp/camera_rear.svg | 0 .../src/{ => material}/sharp/camera_roll.svg | 0 .../src/{ => material}/sharp/cameraswitch.svg | 0 .../src/{ => material}/sharp/campaign.svg | 0 .../src/{ => material}/sharp/cancel.svg | 0 .../sharp/cancel_presentation.svg | 0 .../sharp/cancel_schedule_send.svg | 0 .../sharp/candlestick_chart.svg | 0 .../src/{ => material}/sharp/car_crash.svg | 0 .../src/{ => material}/sharp/car_rental.svg | 0 .../src/{ => material}/sharp/car_repair.svg | 0 .../{ => material}/sharp/card_giftcard.svg | 0 .../{ => material}/sharp/card_membership.svg | 0 .../src/{ => material}/sharp/card_travel.svg | 0 .../src/{ => material}/sharp/carpenter.svg | 0 .../src/{ => material}/sharp/cases.svg | 0 .../src/{ => material}/sharp/casino.svg | 0 .../src/{ => material}/sharp/cast.svg | 0 .../{ => material}/sharp/cast_connected.svg | 0 .../sharp/cast_for_education.svg | 0 .../src/{ => material}/sharp/castle.svg | 0 .../{ => material}/sharp/catching_pokemon.svg | 0 .../src/{ => material}/sharp/category.svg | 0 .../src/{ => material}/sharp/celebration.svg | 0 .../src/{ => material}/sharp/cell_tower.svg | 0 .../src/{ => material}/sharp/cell_wifi.svg | 0 .../sharp/center_focus_strong.svg | 0 .../sharp/center_focus_weak.svg | 0 .../src/{ => material}/sharp/chair.svg | 0 .../src/{ => material}/sharp/chair_alt.svg | 0 .../src/{ => material}/sharp/chalet.svg | 0 .../{ => material}/sharp/change_circle.svg | 0 .../{ => material}/sharp/change_history.svg | 0 .../{ => material}/sharp/charging_station.svg | 0 .../src/{ => material}/sharp/chat.svg | 0 .../src/{ => material}/sharp/chat_bubble.svg | 0 .../sharp/chat_bubble_outline.svg | 0 .../src/{ => material}/sharp/check.svg | 0 .../src/{ => material}/sharp/check_box.svg | 0 .../sharp/check_box_outline_blank.svg | 0 .../src/{ => material}/sharp/check_circle.svg | 0 .../sharp/check_circle_outline.svg | 0 .../src/{ => material}/sharp/checklist.svg | 0 .../{ => material}/sharp/checklist_rtl.svg | 0 .../src/{ => material}/sharp/checkroom.svg | 0 .../src/{ => material}/sharp/chevron_left.svg | 0 .../{ => material}/sharp/chevron_right.svg | 0 .../src/{ => material}/sharp/child_care.svg | 0 .../{ => material}/sharp/child_friendly.svg | 0 .../sharp/chrome_reader_mode.svg | 0 .../src/{ => material}/sharp/church.svg | 0 .../src/{ => material}/sharp/circle.svg | 0 .../sharp/circle_notifications.svg | 0 .../src/{ => material}/sharp/class.svg | 0 .../src/{ => material}/sharp/clean_hands.svg | 0 .../sharp/cleaning_services.svg | 0 .../src/{ => material}/sharp/clear.svg | 0 .../src/{ => material}/sharp/clear_all.svg | 0 .../src/{ => material}/sharp/close.svg | 0 .../{ => material}/sharp/close_fullscreen.svg | 0 .../{ => material}/sharp/closed_caption.svg | 0 .../sharp/closed_caption_disabled.svg | 0 .../sharp/closed_caption_off.svg | 0 .../src/{ => material}/sharp/cloud.svg | 0 .../src/{ => material}/sharp/cloud_circle.svg | 0 .../src/{ => material}/sharp/cloud_done.svg | 0 .../{ => material}/sharp/cloud_download.svg | 0 .../src/{ => material}/sharp/cloud_off.svg | 0 .../src/{ => material}/sharp/cloud_queue.svg | 0 .../src/{ => material}/sharp/cloud_sync.svg | 0 .../src/{ => material}/sharp/cloud_upload.svg | 0 .../src/{ => material}/sharp/co2.svg | 0 .../src/{ => material}/sharp/co_present.svg | 0 .../src/{ => material}/sharp/code.svg | 0 .../src/{ => material}/sharp/code_off.svg | 0 .../src/{ => material}/sharp/coffee.svg | 0 .../src/{ => material}/sharp/coffee_maker.svg | 0 .../src/{ => material}/sharp/collections.svg | 0 .../sharp/collections_bookmark.svg | 0 .../src/{ => material}/sharp/color_lens.svg | 0 .../src/{ => material}/sharp/colorize.svg | 0 .../src/{ => material}/sharp/comment.svg | 0 .../src/{ => material}/sharp/comment_bank.svg | 0 .../sharp/comments_disabled.svg | 0 .../src/{ => material}/sharp/commit.svg | 0 .../src/{ => material}/sharp/commute.svg | 0 .../src/{ => material}/sharp/compare.svg | 0 .../{ => material}/sharp/compare_arrows.svg | 0 .../sharp/compass_calibration.svg | 0 .../src/{ => material}/sharp/compost.svg | 0 .../src/{ => material}/sharp/compress.svg | 0 .../src/{ => material}/sharp/computer.svg | 0 .../sharp/confirmation_number.svg | 0 .../sharp/connect_without_contact.svg | 0 .../src/{ => material}/sharp/connected_tv.svg | 0 .../sharp/connecting_airports.svg | 0 .../src/{ => material}/sharp/construction.svg | 0 .../sharp/contact_emergency.svg | 0 .../src/{ => material}/sharp/contact_mail.svg | 0 .../src/{ => material}/sharp/contact_page.svg | 0 .../{ => material}/sharp/contact_phone.svg | 0 .../{ => material}/sharp/contact_support.svg | 0 .../src/{ => material}/sharp/contactless.svg | 0 .../src/{ => material}/sharp/contacts.svg | 0 .../src/{ => material}/sharp/content_copy.svg | 0 .../src/{ => material}/sharp/content_cut.svg | 0 .../{ => material}/sharp/content_paste.svg | 0 .../{ => material}/sharp/content_paste_go.svg | 0 .../sharp/content_paste_off.svg | 0 .../sharp/content_paste_search.svg | 0 .../src/{ => material}/sharp/contrast.svg | 0 .../{ => material}/sharp/control_camera.svg | 0 .../{ => material}/sharp/control_point.svg | 0 .../sharp/control_point_duplicate.svg | 0 .../src/{ => material}/sharp/cookie.svg | 0 .../src/{ => material}/sharp/copy_all.svg | 0 .../src/{ => material}/sharp/copyright.svg | 0 .../src/{ => material}/sharp/coronavirus.svg | 0 .../{ => material}/sharp/corporate_fare.svg | 0 .../src/{ => material}/sharp/cottage.svg | 0 .../src/{ => material}/sharp/countertops.svg | 0 .../src/{ => material}/sharp/create.svg | 0 .../sharp/create_new_folder.svg | 0 .../src/{ => material}/sharp/credit_card.svg | 0 .../{ => material}/sharp/credit_card_off.svg | 0 .../src/{ => material}/sharp/credit_score.svg | 0 .../src/{ => material}/sharp/crib.svg | 0 .../src/{ => material}/sharp/crisis_alert.svg | 0 .../src/{ => material}/sharp/crop.svg | 0 .../src/{ => material}/sharp/crop_16_9.svg | 0 .../src/{ => material}/sharp/crop_3_2.svg | 0 .../src/{ => material}/sharp/crop_5_4.svg | 0 .../src/{ => material}/sharp/crop_7_5.svg | 0 .../src/{ => material}/sharp/crop_din.svg | 0 .../src/{ => material}/sharp/crop_free.svg | 0 .../{ => material}/sharp/crop_landscape.svg | 0 .../{ => material}/sharp/crop_original.svg | 0 .../{ => material}/sharp/crop_portrait.svg | 0 .../src/{ => material}/sharp/crop_rotate.svg | 0 .../src/{ => material}/sharp/crop_square.svg | 0 .../src/{ => material}/sharp/cruelty_free.svg | 0 .../src/{ => material}/sharp/css.svg | 0 .../{ => material}/sharp/currency_bitcoin.svg | 0 .../sharp/currency_exchange.svg | 0 .../{ => material}/sharp/currency_franc.svg | 0 .../{ => material}/sharp/currency_lira.svg | 0 .../{ => material}/sharp/currency_pound.svg | 0 .../{ => material}/sharp/currency_ruble.svg | 0 .../{ => material}/sharp/currency_rupee.svg | 0 .../src/{ => material}/sharp/currency_yen.svg | 0 .../{ => material}/sharp/currency_yuan.svg | 0 .../src/{ => material}/sharp/curtains.svg | 0 .../{ => material}/sharp/curtains_closed.svg | 0 .../src/{ => material}/sharp/cyclone.svg | 0 .../src/{ => material}/sharp/dangerous.svg | 0 .../src/{ => material}/sharp/dark_mode.svg | 0 .../src/{ => material}/sharp/dashboard.svg | 0 .../sharp/dashboard_customize.svg | 0 .../src/{ => material}/sharp/data_array.svg | 0 .../{ => material}/sharp/data_exploration.svg | 0 .../src/{ => material}/sharp/data_object.svg | 0 .../{ => material}/sharp/data_saver_off.svg | 0 .../{ => material}/sharp/data_saver_on.svg | 0 .../sharp/data_thresholding.svg | 0 .../src/{ => material}/sharp/data_usage.svg | 0 .../src/{ => material}/sharp/dataset.svg | 0 .../{ => material}/sharp/dataset_linked.svg | 0 .../src/{ => material}/sharp/date_range.svg | 0 .../src/{ => material}/sharp/deblur.svg | 0 .../src/{ => material}/sharp/deck.svg | 0 .../src/{ => material}/sharp/dehaze.svg | 0 .../src/{ => material}/sharp/delete.svg | 0 .../{ => material}/sharp/delete_forever.svg | 0 .../{ => material}/sharp/delete_outline.svg | 0 .../src/{ => material}/sharp/delete_sweep.svg | 0 .../{ => material}/sharp/delivery_dining.svg | 0 .../{ => material}/sharp/density_large.svg | 0 .../{ => material}/sharp/density_medium.svg | 0 .../{ => material}/sharp/density_small.svg | 0 .../{ => material}/sharp/departure_board.svg | 0 .../src/{ => material}/sharp/description.svg | 0 .../src/{ => material}/sharp/deselect.svg | 0 .../{ => material}/sharp/design_services.svg | 0 .../src/{ => material}/sharp/desk.svg | 0 .../sharp/desktop_access_disabled.svg | 0 .../src/{ => material}/sharp/desktop_mac.svg | 0 .../{ => material}/sharp/desktop_windows.svg | 0 .../src/{ => material}/sharp/details.svg | 0 .../{ => material}/sharp/developer_board.svg | 0 .../sharp/developer_board_off.svg | 0 .../{ => material}/sharp/developer_mode.svg | 0 .../src/{ => material}/sharp/device_hub.svg | 0 .../sharp/device_thermostat.svg | 0 .../{ => material}/sharp/device_unknown.svg | 0 .../src/{ => material}/sharp/devices.svg | 0 .../src/{ => material}/sharp/devices_fold.svg | 0 .../{ => material}/sharp/devices_other.svg | 0 .../src/{ => material}/sharp/dialer_sip.svg | 0 .../src/{ => material}/sharp/dialpad.svg | 0 .../src/{ => material}/sharp/diamond.svg | 0 .../src/{ => material}/sharp/difference.svg | 0 .../src/{ => material}/sharp/dining.svg | 0 .../{ => material}/sharp/dinner_dining.svg | 0 .../src/{ => material}/sharp/directions.svg | 0 .../{ => material}/sharp/directions_bike.svg | 0 .../{ => material}/sharp/directions_boat.svg | 0 .../sharp/directions_boat_filled.svg | 0 .../{ => material}/sharp/directions_bus.svg | 0 .../sharp/directions_bus_filled.svg | 0 .../{ => material}/sharp/directions_car.svg | 0 .../sharp/directions_car_filled.svg | 0 .../{ => material}/sharp/directions_off.svg | 0 .../sharp/directions_railway.svg | 0 .../sharp/directions_railway_filled.svg | 0 .../{ => material}/sharp/directions_run.svg | 0 .../sharp/directions_subway.svg | 0 .../sharp/directions_subway_filled.svg | 0 .../sharp/directions_transit.svg | 0 .../sharp/directions_transit_filled.svg | 0 .../{ => material}/sharp/directions_walk.svg | 0 .../src/{ => material}/sharp/dirty_lens.svg | 0 .../sharp/disabled_by_default.svg | 0 .../{ => material}/sharp/disabled_visible.svg | 0 .../src/{ => material}/sharp/disc_full.svg | 0 .../src/{ => material}/sharp/discount.svg | 0 .../{ => material}/sharp/display_settings.svg | 0 .../src/{ => material}/sharp/diversity_1.svg | 0 .../src/{ => material}/sharp/diversity_2.svg | 0 .../src/{ => material}/sharp/diversity_3.svg | 0 .../src/{ => material}/sharp/dns.svg | 0 .../src/{ => material}/sharp/do_disturb.svg | 0 .../{ => material}/sharp/do_disturb_alt.svg | 0 .../{ => material}/sharp/do_disturb_off.svg | 0 .../{ => material}/sharp/do_disturb_on.svg | 0 .../{ => material}/sharp/do_not_disturb.svg | 0 .../sharp/do_not_disturb_alt.svg | 0 .../sharp/do_not_disturb_off.svg | 0 .../sharp/do_not_disturb_on.svg | 0 .../sharp/do_not_disturb_on_total_silence.svg | 0 .../src/{ => material}/sharp/do_not_step.svg | 0 .../src/{ => material}/sharp/do_not_touch.svg | 0 .../src/{ => material}/sharp/dock.svg | 0 .../{ => material}/sharp/document_scanner.svg | 0 .../src/{ => material}/sharp/domain.svg | 0 .../src/{ => material}/sharp/domain_add.svg | 0 .../{ => material}/sharp/domain_disabled.svg | 0 .../sharp/domain_verification.svg | 0 .../src/{ => material}/sharp/done.svg | 0 .../src/{ => material}/sharp/done_all.svg | 0 .../src/{ => material}/sharp/done_outline.svg | 0 .../src/{ => material}/sharp/donut_large.svg | 0 .../src/{ => material}/sharp/donut_small.svg | 0 .../src/{ => material}/sharp/door_back.svg | 0 .../src/{ => material}/sharp/door_front.svg | 0 .../src/{ => material}/sharp/door_sliding.svg | 0 .../src/{ => material}/sharp/doorbell.svg | 0 .../src/{ => material}/sharp/double_arrow.svg | 0 .../{ => material}/sharp/downhill_skiing.svg | 0 .../src/{ => material}/sharp/download.svg | 0 .../{ => material}/sharp/download_done.svg | 0 .../sharp/download_for_offline.svg | 0 .../src/{ => material}/sharp/downloading.svg | 0 .../src/{ => material}/sharp/drafts.svg | 0 .../src/{ => material}/sharp/drag_handle.svg | 0 .../{ => material}/sharp/drag_indicator.svg | 0 .../src/{ => material}/sharp/draw.svg | 0 .../src/{ => material}/sharp/drive_eta.svg | 0 .../{ => material}/sharp/drive_file_move.svg | 0 .../sharp/drive_file_move_rtl.svg | 0 .../sharp/drive_file_rename_outline.svg | 0 .../sharp/drive_folder_upload.svg | 0 .../src/{ => material}/sharp/dry.svg | 0 .../src/{ => material}/sharp/dry_cleaning.svg | 0 .../src/{ => material}/sharp/duo.svg | 0 .../src/{ => material}/sharp/dvr.svg | 0 .../src/{ => material}/sharp/dynamic_feed.svg | 0 .../src/{ => material}/sharp/dynamic_form.svg | 0 .../src/{ => material}/sharp/e_mobiledata.svg | 0 .../src/{ => material}/sharp/earbuds.svg | 0 .../{ => material}/sharp/earbuds_battery.svg | 0 .../src/{ => material}/sharp/east.svg | 0 .../{ => material}/sharp/edgesensor_high.svg | 0 .../{ => material}/sharp/edgesensor_low.svg | 0 .../src/{ => material}/sharp/edit.svg | 0 .../{ => material}/sharp/edit_attributes.svg | 0 .../{ => material}/sharp/edit_calendar.svg | 0 .../{ => material}/sharp/edit_location.svg | 0 .../sharp/edit_location_alt.svg | 0 .../src/{ => material}/sharp/edit_note.svg | 0 .../sharp/edit_notifications.svg | 0 .../src/{ => material}/sharp/edit_off.svg | 0 .../src/{ => material}/sharp/edit_road.svg | 0 .../src/{ => material}/sharp/egg.svg | 0 .../src/{ => material}/sharp/egg_alt.svg | 0 .../src/{ => material}/sharp/eject.svg | 0 .../src/{ => material}/sharp/elderly.svg | 0 .../{ => material}/sharp/elderly_woman.svg | 0 .../{ => material}/sharp/electric_bike.svg | 0 .../{ => material}/sharp/electric_bolt.svg | 0 .../src/{ => material}/sharp/electric_car.svg | 0 .../{ => material}/sharp/electric_meter.svg | 0 .../{ => material}/sharp/electric_moped.svg | 0 .../sharp/electric_rickshaw.svg | 0 .../{ => material}/sharp/electric_scooter.svg | 0 .../sharp/electrical_services.svg | 0 .../src/{ => material}/sharp/elevator.svg | 0 .../src/{ => material}/sharp/email.svg | 0 .../src/{ => material}/sharp/emergency.svg | 0 .../sharp/emergency_recording.svg | 0 .../{ => material}/sharp/emergency_share.svg | 0 .../{ => material}/sharp/emoji_emotions.svg | 0 .../src/{ => material}/sharp/emoji_events.svg | 0 .../sharp/emoji_food_beverage.svg | 0 .../src/{ => material}/sharp/emoji_nature.svg | 0 .../{ => material}/sharp/emoji_objects.svg | 0 .../src/{ => material}/sharp/emoji_people.svg | 0 .../{ => material}/sharp/emoji_symbols.svg | 0 .../sharp/emoji_transportation.svg | 0 .../sharp/energy_savings_leaf.svg | 0 .../src/{ => material}/sharp/engineering.svg | 0 .../sharp/enhanced_encryption.svg | 0 .../src/{ => material}/sharp/equalizer.svg | 0 .../src/{ => material}/sharp/error.svg | 0 .../{ => material}/sharp/error_outline.svg | 0 .../src/{ => material}/sharp/escalator.svg | 0 .../sharp/escalator_warning.svg | 0 .../src/{ => material}/sharp/euro.svg | 0 .../src/{ => material}/sharp/euro_symbol.svg | 0 .../src/{ => material}/sharp/ev_station.svg | 0 .../src/{ => material}/sharp/event.svg | 0 .../{ => material}/sharp/event_available.svg | 0 .../src/{ => material}/sharp/event_busy.svg | 0 .../src/{ => material}/sharp/event_note.svg | 0 .../src/{ => material}/sharp/event_repeat.svg | 0 .../src/{ => material}/sharp/event_seat.svg | 0 .../src/{ => material}/sharp/exit_to_app.svg | 0 .../src/{ => material}/sharp/expand.svg | 0 .../sharp/expand_circle_down.svg | 0 .../src/{ => material}/sharp/expand_less.svg | 0 .../src/{ => material}/sharp/expand_more.svg | 0 .../src/{ => material}/sharp/explicit.svg | 0 .../src/{ => material}/sharp/explore.svg | 0 .../src/{ => material}/sharp/explore_off.svg | 0 .../src/{ => material}/sharp/exposure.svg | 0 .../{ => material}/sharp/exposure_neg_1.svg | 0 .../{ => material}/sharp/exposure_neg_2.svg | 0 .../{ => material}/sharp/exposure_plus_1.svg | 0 .../{ => material}/sharp/exposure_plus_2.svg | 0 .../{ => material}/sharp/exposure_zero.svg | 0 .../src/{ => material}/sharp/extension.svg | 0 .../{ => material}/sharp/extension_off.svg | 0 .../src/{ => material}/sharp/face.svg | 0 .../src/{ => material}/sharp/face_2.svg | 0 .../src/{ => material}/sharp/face_3.svg | 0 .../src/{ => material}/sharp/face_4.svg | 0 .../src/{ => material}/sharp/face_5.svg | 0 .../src/{ => material}/sharp/face_6.svg | 0 .../sharp/face_retouching_natural.svg | 0 .../sharp/face_retouching_off.svg | 0 .../src/{ => material}/sharp/fact_check.svg | 0 .../src/{ => material}/sharp/factory.svg | 0 .../{ => material}/sharp/family_restroom.svg | 0 .../src/{ => material}/sharp/fast_forward.svg | 0 .../src/{ => material}/sharp/fast_rewind.svg | 0 .../src/{ => material}/sharp/fastfood.svg | 0 .../src/{ => material}/sharp/favorite.svg | 0 .../{ => material}/sharp/favorite_border.svg | 0 .../src/{ => material}/sharp/fax.svg | 0 .../sharp/featured_play_list.svg | 0 .../{ => material}/sharp/featured_video.svg | 0 .../src/{ => material}/sharp/feed.svg | 0 .../src/{ => material}/sharp/feedback.svg | 0 .../src/{ => material}/sharp/female.svg | 0 .../src/{ => material}/sharp/fence.svg | 0 .../src/{ => material}/sharp/festival.svg | 0 .../src/{ => material}/sharp/fiber_dvr.svg | 0 .../sharp/fiber_manual_record.svg | 0 .../src/{ => material}/sharp/fiber_new.svg | 0 .../src/{ => material}/sharp/fiber_pin.svg | 0 .../sharp/fiber_smart_record.svg | 0 .../src/{ => material}/sharp/file_copy.svg | 0 .../{ => material}/sharp/file_download.svg | 0 .../sharp/file_download_done.svg | 0 .../sharp/file_download_off.svg | 0 .../src/{ => material}/sharp/file_open.svg | 0 .../src/{ => material}/sharp/file_present.svg | 0 .../src/{ => material}/sharp/file_upload.svg | 0 .../src/{ => material}/sharp/filter.svg | 0 .../src/{ => material}/sharp/filter_1.svg | 0 .../src/{ => material}/sharp/filter_2.svg | 0 .../src/{ => material}/sharp/filter_3.svg | 0 .../src/{ => material}/sharp/filter_4.svg | 0 .../src/{ => material}/sharp/filter_5.svg | 0 .../src/{ => material}/sharp/filter_6.svg | 0 .../src/{ => material}/sharp/filter_7.svg | 0 .../src/{ => material}/sharp/filter_8.svg | 0 .../src/{ => material}/sharp/filter_9.svg | 0 .../{ => material}/sharp/filter_9_plus.svg | 0 .../src/{ => material}/sharp/filter_alt.svg | 0 .../{ => material}/sharp/filter_alt_off.svg | 0 .../{ => material}/sharp/filter_b_and_w.svg | 0 .../sharp/filter_center_focus.svg | 0 .../src/{ => material}/sharp/filter_drama.svg | 0 .../{ => material}/sharp/filter_frames.svg | 0 .../src/{ => material}/sharp/filter_hdr.svg | 0 .../src/{ => material}/sharp/filter_list.svg | 0 .../{ => material}/sharp/filter_list_off.svg | 0 .../src/{ => material}/sharp/filter_none.svg | 0 .../sharp/filter_tilt_shift.svg | 0 .../{ => material}/sharp/filter_vintage.svg | 0 .../src/{ => material}/sharp/find_in_page.svg | 0 .../src/{ => material}/sharp/find_replace.svg | 0 .../src/{ => material}/sharp/fingerprint.svg | 0 .../sharp/fire_extinguisher.svg | 0 .../{ => material}/sharp/fire_hydrant_alt.svg | 0 .../src/{ => material}/sharp/fire_truck.svg | 0 .../src/{ => material}/sharp/fireplace.svg | 0 .../src/{ => material}/sharp/first_page.svg | 0 .../src/{ => material}/sharp/fit_screen.svg | 0 .../src/{ => material}/sharp/fitbit.svg | 0 .../{ => material}/sharp/fitness_center.svg | 0 .../src/{ => material}/sharp/flag.svg | 0 .../src/{ => material}/sharp/flag_circle.svg | 0 .../src/{ => material}/sharp/flaky.svg | 0 .../src/{ => material}/sharp/flare.svg | 0 .../src/{ => material}/sharp/flash_auto.svg | 0 .../src/{ => material}/sharp/flash_off.svg | 0 .../src/{ => material}/sharp/flash_on.svg | 0 .../{ => material}/sharp/flashlight_off.svg | 0 .../{ => material}/sharp/flashlight_on.svg | 0 .../src/{ => material}/sharp/flatware.svg | 0 .../src/{ => material}/sharp/flight.svg | 0 .../src/{ => material}/sharp/flight_class.svg | 0 .../src/{ => material}/sharp/flight_land.svg | 0 .../{ => material}/sharp/flight_takeoff.svg | 0 .../src/{ => material}/sharp/flip.svg | 0 .../sharp/flip_camera_android.svg | 0 .../{ => material}/sharp/flip_camera_ios.svg | 0 .../src/{ => material}/sharp/flip_to_back.svg | 0 .../{ => material}/sharp/flip_to_front.svg | 0 .../src/{ => material}/sharp/flood.svg | 0 .../src/{ => material}/sharp/fluorescent.svg | 0 .../src/{ => material}/sharp/flutter_dash.svg | 0 .../src/{ => material}/sharp/fmd_bad.svg | 0 .../src/{ => material}/sharp/fmd_good.svg | 0 .../src/{ => material}/sharp/folder.svg | 0 .../src/{ => material}/sharp/folder_copy.svg | 0 .../{ => material}/sharp/folder_delete.svg | 0 .../src/{ => material}/sharp/folder_off.svg | 0 .../src/{ => material}/sharp/folder_open.svg | 0 .../{ => material}/sharp/folder_shared.svg | 0 .../{ => material}/sharp/folder_special.svg | 0 .../src/{ => material}/sharp/folder_zip.svg | 0 .../{ => material}/sharp/follow_the_signs.svg | 0 .../{ => material}/sharp/font_download.svg | 0 .../sharp/font_download_off.svg | 0 .../src/{ => material}/sharp/food_bank.svg | 0 .../src/{ => material}/sharp/forest.svg | 0 .../src/{ => material}/sharp/fork_left.svg | 0 .../src/{ => material}/sharp/fork_right.svg | 0 .../sharp/format_align_center.svg | 0 .../sharp/format_align_justify.svg | 0 .../sharp/format_align_left.svg | 0 .../sharp/format_align_right.svg | 0 .../src/{ => material}/sharp/format_bold.svg | 0 .../src/{ => material}/sharp/format_clear.svg | 0 .../sharp/format_color_fill.svg | 0 .../sharp/format_color_reset.svg | 0 .../sharp/format_color_text.svg | 0 .../sharp/format_indent_decrease.svg | 0 .../sharp/format_indent_increase.svg | 0 .../{ => material}/sharp/format_italic.svg | 0 .../sharp/format_line_spacing.svg | 0 .../sharp/format_list_bulleted.svg | 0 .../sharp/format_list_numbered.svg | 0 .../sharp/format_list_numbered_rtl.svg | 0 .../{ => material}/sharp/format_overline.svg | 0 .../src/{ => material}/sharp/format_paint.svg | 0 .../src/{ => material}/sharp/format_quote.svg | 0 .../{ => material}/sharp/format_shapes.svg | 0 .../src/{ => material}/sharp/format_size.svg | 0 .../sharp/format_strikethrough.svg | 0 .../sharp/format_textdirection_l_to_r.svg | 0 .../sharp/format_textdirection_r_to_l.svg | 0 .../sharp/format_underlined.svg | 0 .../src/{ => material}/sharp/fort.svg | 0 .../src/{ => material}/sharp/forum.svg | 0 .../src/{ => material}/sharp/forward.svg | 0 .../src/{ => material}/sharp/forward_10.svg | 0 .../src/{ => material}/sharp/forward_30.svg | 0 .../src/{ => material}/sharp/forward_5.svg | 0 .../{ => material}/sharp/forward_to_inbox.svg | 0 .../src/{ => material}/sharp/foundation.svg | 0 .../{ => material}/sharp/free_breakfast.svg | 0 .../sharp/free_cancellation.svg | 0 .../src/{ => material}/sharp/front_hand.svg | 0 .../src/{ => material}/sharp/fullscreen.svg | 0 .../{ => material}/sharp/fullscreen_exit.svg | 0 .../src/{ => material}/sharp/functions.svg | 0 .../src/{ => material}/sharp/g_mobiledata.svg | 0 .../src/{ => material}/sharp/g_translate.svg | 0 .../src/{ => material}/sharp/gamepad.svg | 0 .../src/{ => material}/sharp/games.svg | 0 .../src/{ => material}/sharp/garage.svg | 0 .../src/{ => material}/sharp/gas_meter.svg | 0 .../src/{ => material}/sharp/gavel.svg | 0 .../sharp/generating_tokens.svg | 0 .../src/{ => material}/sharp/gesture.svg | 0 .../src/{ => material}/sharp/get_app.svg | 0 .../src/{ => material}/sharp/gif.svg | 0 .../src/{ => material}/sharp/gif_box.svg | 0 .../src/{ => material}/sharp/girl.svg | 0 .../src/{ => material}/sharp/gite.svg | 0 .../src/{ => material}/sharp/golf_course.svg | 0 .../src/{ => material}/sharp/gpp_bad.svg | 0 .../src/{ => material}/sharp/gpp_good.svg | 0 .../src/{ => material}/sharp/gpp_maybe.svg | 0 .../src/{ => material}/sharp/gps_fixed.svg | 0 .../{ => material}/sharp/gps_not_fixed.svg | 0 .../src/{ => material}/sharp/gps_off.svg | 0 .../src/{ => material}/sharp/grade.svg | 0 .../src/{ => material}/sharp/gradient.svg | 0 .../src/{ => material}/sharp/grading.svg | 0 .../src/{ => material}/sharp/grain.svg | 0 .../src/{ => material}/sharp/graphic_eq.svg | 0 .../src/{ => material}/sharp/grass.svg | 0 .../src/{ => material}/sharp/grid_3x3.svg | 0 .../src/{ => material}/sharp/grid_4x4.svg | 0 .../{ => material}/sharp/grid_goldenratio.svg | 0 .../src/{ => material}/sharp/grid_off.svg | 0 .../src/{ => material}/sharp/grid_on.svg | 0 .../src/{ => material}/sharp/grid_view.svg | 0 .../src/{ => material}/sharp/group.svg | 0 .../src/{ => material}/sharp/group_add.svg | 0 .../src/{ => material}/sharp/group_off.svg | 0 .../src/{ => material}/sharp/group_remove.svg | 0 .../src/{ => material}/sharp/group_work.svg | 0 .../src/{ => material}/sharp/groups.svg | 0 .../src/{ => material}/sharp/groups_2.svg | 0 .../src/{ => material}/sharp/groups_3.svg | 0 .../src/{ => material}/sharp/h_mobiledata.svg | 0 .../sharp/h_plus_mobiledata.svg | 0 .../src/{ => material}/sharp/hail.svg | 0 .../src/{ => material}/sharp/handshake.svg | 0 .../src/{ => material}/sharp/handyman.svg | 0 .../src/{ => material}/sharp/hardware.svg | 0 .../src/{ => material}/sharp/hd.svg | 0 .../src/{ => material}/sharp/hdr_auto.svg | 0 .../{ => material}/sharp/hdr_auto_select.svg | 0 .../sharp/hdr_enhanced_select.svg | 0 .../src/{ => material}/sharp/hdr_off.svg | 0 .../{ => material}/sharp/hdr_off_select.svg | 0 .../src/{ => material}/sharp/hdr_on.svg | 0 .../{ => material}/sharp/hdr_on_select.svg | 0 .../src/{ => material}/sharp/hdr_plus.svg | 0 .../src/{ => material}/sharp/hdr_strong.svg | 0 .../src/{ => material}/sharp/hdr_weak.svg | 0 .../src/{ => material}/sharp/headphones.svg | 0 .../sharp/headphones_battery.svg | 0 .../src/{ => material}/sharp/headset.svg | 0 .../src/{ => material}/sharp/headset_mic.svg | 0 .../src/{ => material}/sharp/headset_off.svg | 0 .../src/{ => material}/sharp/healing.svg | 0 .../sharp/health_and_safety.svg | 0 .../src/{ => material}/sharp/hearing.svg | 0 .../{ => material}/sharp/hearing_disabled.svg | 0 .../src/{ => material}/sharp/heart_broken.svg | 0 .../src/{ => material}/sharp/heat_pump.svg | 0 .../src/{ => material}/sharp/height.svg | 0 .../src/{ => material}/sharp/help.svg | 0 .../src/{ => material}/sharp/help_center.svg | 0 .../src/{ => material}/sharp/help_outline.svg | 0 .../src/{ => material}/sharp/hevc.svg | 0 .../src/{ => material}/sharp/hexagon.svg | 0 .../src/{ => material}/sharp/hide_image.svg | 0 .../src/{ => material}/sharp/hide_source.svg | 0 .../src/{ => material}/sharp/high_quality.svg | 0 .../src/{ => material}/sharp/highlight.svg | 0 .../{ => material}/sharp/highlight_alt.svg | 0 .../{ => material}/sharp/highlight_off.svg | 0 .../src/{ => material}/sharp/hiking.svg | 0 .../src/{ => material}/sharp/history.svg | 0 .../src/{ => material}/sharp/history_edu.svg | 0 .../sharp/history_toggle_off.svg | 0 .../src/{ => material}/sharp/hive.svg | 0 .../src/{ => material}/sharp/hls.svg | 0 .../src/{ => material}/sharp/hls_off.svg | 0 .../{ => material}/sharp/holiday_village.svg | 0 .../src/{ => material}/sharp/home.svg | 0 .../src/{ => material}/sharp/home_max.svg | 0 .../src/{ => material}/sharp/home_mini.svg | 0 .../sharp/home_repair_service.svg | 0 .../src/{ => material}/sharp/home_work.svg | 0 .../sharp/horizontal_distribute.svg | 0 .../{ => material}/sharp/horizontal_rule.svg | 0 .../{ => material}/sharp/horizontal_split.svg | 0 .../src/{ => material}/sharp/hot_tub.svg | 0 .../src/{ => material}/sharp/hotel.svg | 0 .../src/{ => material}/sharp/hotel_class.svg | 0 .../{ => material}/sharp/hourglass_bottom.svg | 0 .../sharp/hourglass_disabled.svg | 0 .../{ => material}/sharp/hourglass_empty.svg | 0 .../{ => material}/sharp/hourglass_full.svg | 0 .../{ => material}/sharp/hourglass_top.svg | 0 .../src/{ => material}/sharp/house.svg | 0 .../src/{ => material}/sharp/house_siding.svg | 0 .../src/{ => material}/sharp/houseboat.svg | 0 .../src/{ => material}/sharp/how_to_reg.svg | 0 .../src/{ => material}/sharp/how_to_vote.svg | 0 .../src/{ => material}/sharp/html.svg | 0 .../src/{ => material}/sharp/http.svg | 0 .../src/{ => material}/sharp/https.svg | 0 .../src/{ => material}/sharp/hub.svg | 0 .../src/{ => material}/sharp/hvac.svg | 0 .../src/{ => material}/sharp/ice_skating.svg | 0 .../src/{ => material}/sharp/icecream.svg | 0 .../src/{ => material}/sharp/image.svg | 0 .../sharp/image_aspect_ratio.svg | 0 .../sharp/image_not_supported.svg | 0 .../src/{ => material}/sharp/image_search.svg | 0 .../sharp/imagesearch_roller.svg | 0 .../{ => material}/sharp/import_contacts.svg | 0 .../{ => material}/sharp/import_export.svg | 0 .../sharp/important_devices.svg | 0 .../src/{ => material}/sharp/inbox.svg | 0 .../sharp/incomplete_circle.svg | 0 .../sharp/indeterminate_check_box.svg | 0 .../src/{ => material}/sharp/info.svg | 0 .../src/{ => material}/sharp/input.svg | 0 .../src/{ => material}/sharp/insert_chart.svg | 0 .../sharp/insert_chart_outlined.svg | 0 .../{ => material}/sharp/insert_comment.svg | 0 .../sharp/insert_drive_file.svg | 0 .../{ => material}/sharp/insert_emoticon.svg | 0 .../sharp/insert_invitation.svg | 0 .../src/{ => material}/sharp/insert_link.svg | 0 .../sharp/insert_page_break.svg | 0 .../src/{ => material}/sharp/insert_photo.svg | 0 .../src/{ => material}/sharp/insights.svg | 0 .../{ => material}/sharp/install_desktop.svg | 0 .../{ => material}/sharp/install_mobile.svg | 0 .../sharp/integration_instructions.svg | 0 .../src/{ => material}/sharp/interests.svg | 0 .../{ => material}/sharp/interpreter_mode.svg | 0 .../src/{ => material}/sharp/inventory.svg | 0 .../src/{ => material}/sharp/inventory_2.svg | 0 .../{ => material}/sharp/invert_colors.svg | 0 .../sharp/invert_colors_off.svg | 0 .../src/{ => material}/sharp/ios_share.svg | 0 .../src/{ => material}/sharp/iron.svg | 0 .../src/{ => material}/sharp/iso.svg | 0 .../src/{ => material}/sharp/javascript.svg | 0 .../src/{ => material}/sharp/join_full.svg | 0 .../src/{ => material}/sharp/join_inner.svg | 0 .../src/{ => material}/sharp/join_left.svg | 0 .../src/{ => material}/sharp/join_right.svg | 0 .../src/{ => material}/sharp/kayaking.svg | 0 .../src/{ => material}/sharp/kebab_dining.svg | 0 .../src/{ => material}/sharp/key.svg | 0 .../src/{ => material}/sharp/key_off.svg | 0 .../src/{ => material}/sharp/keyboard.svg | 0 .../src/{ => material}/sharp/keyboard_alt.svg | 0 .../sharp/keyboard_arrow_down.svg | 0 .../sharp/keyboard_arrow_left.svg | 0 .../sharp/keyboard_arrow_right.svg | 0 .../sharp/keyboard_arrow_up.svg | 0 .../sharp/keyboard_backspace.svg | 0 .../sharp/keyboard_capslock.svg | 0 .../sharp/keyboard_command_key.svg | 0 .../sharp/keyboard_control_key.svg | 0 .../sharp/keyboard_double_arrow_down.svg | 0 .../sharp/keyboard_double_arrow_left.svg | 0 .../sharp/keyboard_double_arrow_right.svg | 0 .../sharp/keyboard_double_arrow_up.svg | 0 .../{ => material}/sharp/keyboard_hide.svg | 0 .../sharp/keyboard_option_key.svg | 0 .../{ => material}/sharp/keyboard_return.svg | 0 .../src/{ => material}/sharp/keyboard_tab.svg | 0 .../{ => material}/sharp/keyboard_voice.svg | 0 .../src/{ => material}/sharp/king_bed.svg | 0 .../src/{ => material}/sharp/kitchen.svg | 0 .../src/{ => material}/sharp/kitesurfing.svg | 0 .../src/{ => material}/sharp/label.svg | 0 .../{ => material}/sharp/label_important.svg | 0 .../src/{ => material}/sharp/label_off.svg | 0 .../src/{ => material}/sharp/lan.svg | 0 .../src/{ => material}/sharp/landscape.svg | 0 .../src/{ => material}/sharp/landslide.svg | 0 .../src/{ => material}/sharp/language.svg | 0 .../src/{ => material}/sharp/laptop.svg | 0 .../sharp/laptop_chromebook.svg | 0 .../src/{ => material}/sharp/laptop_mac.svg | 0 .../{ => material}/sharp/laptop_windows.svg | 0 .../src/{ => material}/sharp/last_page.svg | 0 .../src/{ => material}/sharp/launch.svg | 0 .../src/{ => material}/sharp/layers.svg | 0 .../src/{ => material}/sharp/layers_clear.svg | 0 .../src/{ => material}/sharp/leaderboard.svg | 0 .../src/{ => material}/sharp/leak_add.svg | 0 .../src/{ => material}/sharp/leak_remove.svg | 0 .../{ => material}/sharp/legend_toggle.svg | 0 .../src/{ => material}/sharp/lens.svg | 0 .../src/{ => material}/sharp/lens_blur.svg | 0 .../src/{ => material}/sharp/library_add.svg | 0 .../sharp/library_add_check.svg | 0 .../{ => material}/sharp/library_books.svg | 0 .../{ => material}/sharp/library_music.svg | 0 .../src/{ => material}/sharp/light.svg | 0 .../src/{ => material}/sharp/light_mode.svg | 0 .../src/{ => material}/sharp/lightbulb.svg | 0 .../{ => material}/sharp/lightbulb_circle.svg | 0 .../src/{ => material}/sharp/line_axis.svg | 0 .../src/{ => material}/sharp/line_style.svg | 0 .../src/{ => material}/sharp/line_weight.svg | 0 .../src/{ => material}/sharp/linear_scale.svg | 0 .../src/{ => material}/sharp/link.svg | 0 .../src/{ => material}/sharp/link_off.svg | 0 .../{ => material}/sharp/linked_camera.svg | 0 .../src/{ => material}/sharp/liquor.svg | 0 .../src/{ => material}/sharp/list.svg | 0 .../src/{ => material}/sharp/list_alt.svg | 0 .../src/{ => material}/sharp/live_help.svg | 0 .../src/{ => material}/sharp/live_tv.svg | 0 .../src/{ => material}/sharp/living.svg | 0 .../{ => material}/sharp/local_activity.svg | 0 .../{ => material}/sharp/local_airport.svg | 0 .../src/{ => material}/sharp/local_atm.svg | 0 .../src/{ => material}/sharp/local_bar.svg | 0 .../src/{ => material}/sharp/local_cafe.svg | 0 .../{ => material}/sharp/local_car_wash.svg | 0 .../sharp/local_convenience_store.svg | 0 .../src/{ => material}/sharp/local_dining.svg | 0 .../src/{ => material}/sharp/local_drink.svg | 0 .../sharp/local_fire_department.svg | 0 .../{ => material}/sharp/local_florist.svg | 0 .../sharp/local_gas_station.svg | 0 .../sharp/local_grocery_store.svg | 0 .../{ => material}/sharp/local_hospital.svg | 0 .../src/{ => material}/sharp/local_hotel.svg | 0 .../sharp/local_laundry_service.svg | 0 .../{ => material}/sharp/local_library.svg | 0 .../src/{ => material}/sharp/local_mall.svg | 0 .../src/{ => material}/sharp/local_movies.svg | 0 .../src/{ => material}/sharp/local_offer.svg | 0 .../{ => material}/sharp/local_parking.svg | 0 .../{ => material}/sharp/local_pharmacy.svg | 0 .../src/{ => material}/sharp/local_phone.svg | 0 .../src/{ => material}/sharp/local_pizza.svg | 0 .../src/{ => material}/sharp/local_play.svg | 0 .../src/{ => material}/sharp/local_police.svg | 0 .../sharp/local_post_office.svg | 0 .../{ => material}/sharp/local_printshop.svg | 0 .../src/{ => material}/sharp/local_see.svg | 0 .../{ => material}/sharp/local_shipping.svg | 0 .../src/{ => material}/sharp/local_taxi.svg | 0 .../{ => material}/sharp/location_city.svg | 0 .../sharp/location_disabled.svg | 0 .../src/{ => material}/sharp/location_off.svg | 0 .../src/{ => material}/sharp/location_on.svg | 0 .../sharp/location_searching.svg | 0 .../src/{ => material}/sharp/lock.svg | 0 .../src/{ => material}/sharp/lock_clock.svg | 0 .../src/{ => material}/sharp/lock_open.svg | 0 .../src/{ => material}/sharp/lock_person.svg | 0 .../src/{ => material}/sharp/lock_reset.svg | 0 .../src/{ => material}/sharp/login.svg | 0 .../src/{ => material}/sharp/logo_dev.svg | 0 .../src/{ => material}/sharp/logout.svg | 0 .../src/{ => material}/sharp/looks.svg | 0 .../src/{ => material}/sharp/looks_3.svg | 0 .../src/{ => material}/sharp/looks_4.svg | 0 .../src/{ => material}/sharp/looks_5.svg | 0 .../src/{ => material}/sharp/looks_6.svg | 0 .../src/{ => material}/sharp/looks_one.svg | 0 .../src/{ => material}/sharp/looks_two.svg | 0 .../src/{ => material}/sharp/loop.svg | 0 .../src/{ => material}/sharp/loupe.svg | 0 .../src/{ => material}/sharp/low_priority.svg | 0 .../src/{ => material}/sharp/loyalty.svg | 0 .../{ => material}/sharp/lte_mobiledata.svg | 0 .../sharp/lte_plus_mobiledata.svg | 0 .../src/{ => material}/sharp/luggage.svg | 0 .../src/{ => material}/sharp/lunch_dining.svg | 0 .../src/{ => material}/sharp/lyrics.svg | 0 .../src/{ => material}/sharp/macro_off.svg | 0 .../src/{ => material}/sharp/mail.svg | 0 .../src/{ => material}/sharp/mail_lock.svg | 0 .../src/{ => material}/sharp/mail_outline.svg | 0 .../src/{ => material}/sharp/male.svg | 0 .../src/{ => material}/sharp/man.svg | 0 .../src/{ => material}/sharp/man_2.svg | 0 .../src/{ => material}/sharp/man_3.svg | 0 .../src/{ => material}/sharp/man_4.svg | 0 .../{ => material}/sharp/manage_accounts.svg | 0 .../{ => material}/sharp/manage_history.svg | 0 .../{ => material}/sharp/manage_search.svg | 0 .../src/{ => material}/sharp/map.svg | 0 .../{ => material}/sharp/maps_home_work.svg | 0 .../src/{ => material}/sharp/maps_ugc.svg | 0 .../src/{ => material}/sharp/margin.svg | 0 .../{ => material}/sharp/mark_as_unread.svg | 0 .../{ => material}/sharp/mark_chat_read.svg | 0 .../{ => material}/sharp/mark_chat_unread.svg | 0 .../{ => material}/sharp/mark_email_read.svg | 0 .../sharp/mark_email_unread.svg | 0 .../sharp/mark_unread_chat_alt.svg | 0 .../src/{ => material}/sharp/markunread.svg | 0 .../sharp/markunread_mailbox.svg | 0 .../src/{ => material}/sharp/masks.svg | 0 .../src/{ => material}/sharp/maximize.svg | 0 .../sharp/media_bluetooth_off.svg | 0 .../sharp/media_bluetooth_on.svg | 0 .../src/{ => material}/sharp/mediation.svg | 0 .../sharp/medical_information.svg | 0 .../{ => material}/sharp/medical_services.svg | 0 .../src/{ => material}/sharp/medication.svg | 0 .../sharp/medication_liquid.svg | 0 .../src/{ => material}/sharp/meeting_room.svg | 0 .../src/{ => material}/sharp/memory.svg | 0 .../src/{ => material}/sharp/menu.svg | 0 .../src/{ => material}/sharp/menu_book.svg | 0 .../src/{ => material}/sharp/menu_open.svg | 0 .../src/{ => material}/sharp/merge.svg | 0 .../src/{ => material}/sharp/merge_type.svg | 0 .../src/{ => material}/sharp/message.svg | 0 .../src/{ => material}/sharp/mic.svg | 0 .../{ => material}/sharp/mic_external_off.svg | 0 .../{ => material}/sharp/mic_external_on.svg | 0 .../src/{ => material}/sharp/mic_none.svg | 0 .../src/{ => material}/sharp/mic_off.svg | 0 .../src/{ => material}/sharp/microwave.svg | 0 .../{ => material}/sharp/military_tech.svg | 0 .../src/{ => material}/sharp/minimize.svg | 0 .../src/{ => material}/sharp/minor_crash.svg | 0 .../sharp/miscellaneous_services.svg | 0 .../sharp/missed_video_call.svg | 0 .../src/{ => material}/sharp/mms.svg | 0 .../{ => material}/sharp/mobile_friendly.svg | 0 .../src/{ => material}/sharp/mobile_off.svg | 0 .../sharp/mobile_screen_share.svg | 0 .../{ => material}/sharp/mobiledata_off.svg | 0 .../src/{ => material}/sharp/mode.svg | 0 .../src/{ => material}/sharp/mode_comment.svg | 0 .../src/{ => material}/sharp/mode_edit.svg | 0 .../sharp/mode_edit_outline.svg | 0 .../src/{ => material}/sharp/mode_fan_off.svg | 0 .../src/{ => material}/sharp/mode_night.svg | 0 .../{ => material}/sharp/mode_of_travel.svg | 0 .../src/{ => material}/sharp/mode_standby.svg | 0 .../{ => material}/sharp/model_training.svg | 0 .../{ => material}/sharp/monetization_on.svg | 0 .../src/{ => material}/sharp/money.svg | 0 .../src/{ => material}/sharp/money_off.svg | 0 .../{ => material}/sharp/money_off_csred.svg | 0 .../src/{ => material}/sharp/monitor.svg | 0 .../{ => material}/sharp/monitor_heart.svg | 0 .../{ => material}/sharp/monitor_weight.svg | 0 .../sharp/monochrome_photos.svg | 0 .../src/{ => material}/sharp/mood.svg | 0 .../src/{ => material}/sharp/mood_bad.svg | 0 .../src/{ => material}/sharp/moped.svg | 0 .../src/{ => material}/sharp/more.svg | 0 .../src/{ => material}/sharp/more_horiz.svg | 0 .../src/{ => material}/sharp/more_time.svg | 0 .../src/{ => material}/sharp/more_vert.svg | 0 .../src/{ => material}/sharp/mosque.svg | 0 .../sharp/motion_photos_auto.svg | 0 .../sharp/motion_photos_off.svg | 0 .../{ => material}/sharp/motion_photos_on.svg | 0 .../sharp/motion_photos_pause.svg | 0 .../sharp/motion_photos_paused.svg | 0 .../src/{ => material}/sharp/mouse.svg | 0 .../src/{ => material}/sharp/move_down.svg | 0 .../{ => material}/sharp/move_to_inbox.svg | 0 .../src/{ => material}/sharp/move_up.svg | 0 .../src/{ => material}/sharp/movie.svg | 0 .../{ => material}/sharp/movie_creation.svg | 0 .../src/{ => material}/sharp/movie_filter.svg | 0 .../src/{ => material}/sharp/moving.svg | 0 .../src/{ => material}/sharp/mp.svg | 0 .../{ => material}/sharp/multiline_chart.svg | 0 .../{ => material}/sharp/multiple_stop.svg | 0 .../src/{ => material}/sharp/museum.svg | 0 .../src/{ => material}/sharp/music_note.svg | 0 .../src/{ => material}/sharp/music_off.svg | 0 .../src/{ => material}/sharp/music_video.svg | 0 .../src/{ => material}/sharp/my_location.svg | 0 .../src/{ => material}/sharp/nat.svg | 0 .../src/{ => material}/sharp/nature.svg | 0 .../{ => material}/sharp/nature_people.svg | 0 .../{ => material}/sharp/navigate_before.svg | 0 .../{ => material}/sharp/navigate_next.svg | 0 .../src/{ => material}/sharp/navigation.svg | 0 .../src/{ => material}/sharp/near_me.svg | 0 .../{ => material}/sharp/near_me_disabled.svg | 0 .../src/{ => material}/sharp/nearby_error.svg | 0 .../src/{ => material}/sharp/nearby_off.svg | 0 .../sharp/nest_cam_wired_stand.svg | 0 .../src/{ => material}/sharp/network_cell.svg | 0 .../{ => material}/sharp/network_check.svg | 0 .../{ => material}/sharp/network_locked.svg | 0 .../src/{ => material}/sharp/network_ping.svg | 0 .../src/{ => material}/sharp/network_wifi.svg | 0 .../sharp/network_wifi_1_bar.svg | 0 .../sharp/network_wifi_2_bar.svg | 0 .../sharp/network_wifi_3_bar.svg | 0 .../src/{ => material}/sharp/new_label.svg | 0 .../src/{ => material}/sharp/new_releases.svg | 0 .../src/{ => material}/sharp/newspaper.svg | 0 .../src/{ => material}/sharp/next_plan.svg | 0 .../src/{ => material}/sharp/next_week.svg | 0 .../src/{ => material}/sharp/nfc.svg | 0 .../{ => material}/sharp/night_shelter.svg | 0 .../src/{ => material}/sharp/nightlife.svg | 0 .../src/{ => material}/sharp/nightlight.svg | 0 .../{ => material}/sharp/nightlight_round.svg | 0 .../src/{ => material}/sharp/nights_stay.svg | 0 .../src/{ => material}/sharp/no_accounts.svg | 0 .../{ => material}/sharp/no_adult_content.svg | 0 .../src/{ => material}/sharp/no_backpack.svg | 0 .../src/{ => material}/sharp/no_cell.svg | 0 .../src/{ => material}/sharp/no_crash.svg | 0 .../src/{ => material}/sharp/no_drinks.svg | 0 .../{ => material}/sharp/no_encryption.svg | 0 .../sharp/no_encryption_gmailerrorred.svg | 0 .../src/{ => material}/sharp/no_flash.svg | 0 .../src/{ => material}/sharp/no_food.svg | 0 .../src/{ => material}/sharp/no_luggage.svg | 0 .../src/{ => material}/sharp/no_meals.svg | 0 .../{ => material}/sharp/no_meeting_room.svg | 0 .../{ => material}/sharp/no_photography.svg | 0 .../src/{ => material}/sharp/no_sim.svg | 0 .../src/{ => material}/sharp/no_stroller.svg | 0 .../src/{ => material}/sharp/no_transfer.svg | 0 .../src/{ => material}/sharp/noise_aware.svg | 0 .../sharp/noise_control_off.svg | 0 .../{ => material}/sharp/nordic_walking.svg | 0 .../src/{ => material}/sharp/north.svg | 0 .../src/{ => material}/sharp/north_east.svg | 0 .../src/{ => material}/sharp/north_west.svg | 0 .../{ => material}/sharp/not_accessible.svg | 0 .../{ => material}/sharp/not_interested.svg | 0 .../sharp/not_listed_location.svg | 0 .../src/{ => material}/sharp/not_started.svg | 0 .../src/{ => material}/sharp/note.svg | 0 .../src/{ => material}/sharp/note_add.svg | 0 .../src/{ => material}/sharp/note_alt.svg | 0 .../src/{ => material}/sharp/notes.svg | 0 .../{ => material}/sharp/notification_add.svg | 0 .../sharp/notification_important.svg | 0 .../{ => material}/sharp/notifications.svg | 0 .../sharp/notifications_active.svg | 0 .../sharp/notifications_none.svg | 0 .../sharp/notifications_off.svg | 0 .../sharp/notifications_paused.svg | 0 .../src/{ => material}/sharp/numbers.svg | 0 .../src/{ => material}/sharp/offline_bolt.svg | 0 .../src/{ => material}/sharp/offline_pin.svg | 0 .../{ => material}/sharp/offline_share.svg | 0 .../src/{ => material}/sharp/oil_barrel.svg | 0 .../sharp/on_device_training.svg | 0 .../{ => material}/sharp/ondemand_video.svg | 0 .../sharp/online_prediction.svg | 0 .../src/{ => material}/sharp/opacity.svg | 0 .../{ => material}/sharp/open_in_browser.svg | 0 .../src/{ => material}/sharp/open_in_full.svg | 0 .../src/{ => material}/sharp/open_in_new.svg | 0 .../{ => material}/sharp/open_in_new_off.svg | 0 .../src/{ => material}/sharp/open_with.svg | 0 .../src/{ => material}/sharp/other_houses.svg | 0 .../src/{ => material}/sharp/outbound.svg | 0 .../src/{ => material}/sharp/outbox.svg | 0 .../{ => material}/sharp/outdoor_grill.svg | 0 .../src/{ => material}/sharp/outlet.svg | 0 .../{ => material}/sharp/outlined_flag.svg | 0 .../src/{ => material}/sharp/output.svg | 0 .../src/{ => material}/sharp/padding.svg | 0 .../src/{ => material}/sharp/pages.svg | 0 .../src/{ => material}/sharp/pageview.svg | 0 .../src/{ => material}/sharp/paid.svg | 0 .../src/{ => material}/sharp/palette.svg | 0 .../src/{ => material}/sharp/pan_tool.svg | 0 .../src/{ => material}/sharp/pan_tool_alt.svg | 0 .../src/{ => material}/sharp/panorama.svg | 0 .../sharp/panorama_fish_eye.svg | 0 .../sharp/panorama_horizontal.svg | 0 .../sharp/panorama_horizontal_select.svg | 0 .../sharp/panorama_photosphere.svg | 0 .../sharp/panorama_photosphere_select.svg | 0 .../sharp/panorama_vertical.svg | 0 .../sharp/panorama_vertical_select.svg | 0 .../sharp/panorama_wide_angle.svg | 0 .../sharp/panorama_wide_angle_select.svg | 0 .../src/{ => material}/sharp/paragliding.svg | 0 .../src/{ => material}/sharp/park.svg | 0 .../src/{ => material}/sharp/party_mode.svg | 0 .../src/{ => material}/sharp/password.svg | 0 .../src/{ => material}/sharp/pattern.svg | 0 .../src/{ => material}/sharp/pause.svg | 0 .../src/{ => material}/sharp/pause_circle.svg | 0 .../sharp/pause_circle_filled.svg | 0 .../sharp/pause_circle_outline.svg | 0 .../sharp/pause_presentation.svg | 0 .../src/{ => material}/sharp/payment.svg | 0 .../src/{ => material}/sharp/payments.svg | 0 .../src/{ => material}/sharp/pedal_bike.svg | 0 .../src/{ => material}/sharp/pending.svg | 0 .../{ => material}/sharp/pending_actions.svg | 0 .../src/{ => material}/sharp/pentagon.svg | 0 .../src/{ => material}/sharp/people.svg | 0 .../src/{ => material}/sharp/people_alt.svg | 0 .../{ => material}/sharp/people_outline.svg | 0 .../src/{ => material}/sharp/percent.svg | 0 .../{ => material}/sharp/perm_camera_mic.svg | 0 .../sharp/perm_contact_calendar.svg | 0 .../sharp/perm_data_setting.svg | 0 .../sharp/perm_device_information.svg | 0 .../{ => material}/sharp/perm_identity.svg | 0 .../src/{ => material}/sharp/perm_media.svg | 0 .../{ => material}/sharp/perm_phone_msg.svg | 0 .../{ => material}/sharp/perm_scan_wifi.svg | 0 .../src/{ => material}/sharp/person.svg | 0 .../src/{ => material}/sharp/person_2.svg | 0 .../src/{ => material}/sharp/person_3.svg | 0 .../src/{ => material}/sharp/person_4.svg | 0 .../src/{ => material}/sharp/person_add.svg | 0 .../{ => material}/sharp/person_add_alt.svg | 0 .../{ => material}/sharp/person_add_alt_1.svg | 0 .../sharp/person_add_disabled.svg | 0 .../src/{ => material}/sharp/person_off.svg | 0 .../{ => material}/sharp/person_outline.svg | 0 .../src/{ => material}/sharp/person_pin.svg | 0 .../sharp/person_pin_circle.svg | 0 .../{ => material}/sharp/person_remove.svg | 0 .../sharp/person_remove_alt_1.svg | 0 .../{ => material}/sharp/person_search.svg | 0 .../{ => material}/sharp/personal_injury.svg | 0 .../{ => material}/sharp/personal_video.svg | 0 .../src/{ => material}/sharp/pest_control.svg | 0 .../sharp/pest_control_rodent.svg | 0 .../src/{ => material}/sharp/pets.svg | 0 .../src/{ => material}/sharp/phishing.svg | 0 .../src/{ => material}/sharp/phone.svg | 0 .../{ => material}/sharp/phone_android.svg | 0 .../sharp/phone_bluetooth_speaker.svg | 0 .../{ => material}/sharp/phone_callback.svg | 0 .../{ => material}/sharp/phone_disabled.svg | 0 .../{ => material}/sharp/phone_enabled.svg | 0 .../{ => material}/sharp/phone_forwarded.svg | 0 .../src/{ => material}/sharp/phone_iphone.svg | 0 .../src/{ => material}/sharp/phone_locked.svg | 0 .../src/{ => material}/sharp/phone_missed.svg | 0 .../src/{ => material}/sharp/phone_paused.svg | 0 .../src/{ => material}/sharp/phonelink.svg | 0 .../{ => material}/sharp/phonelink_erase.svg | 0 .../{ => material}/sharp/phonelink_lock.svg | 0 .../{ => material}/sharp/phonelink_off.svg | 0 .../{ => material}/sharp/phonelink_ring.svg | 0 .../{ => material}/sharp/phonelink_setup.svg | 0 .../src/{ => material}/sharp/photo.svg | 0 .../src/{ => material}/sharp/photo_album.svg | 0 .../src/{ => material}/sharp/photo_camera.svg | 0 .../sharp/photo_camera_back.svg | 0 .../sharp/photo_camera_front.svg | 0 .../src/{ => material}/sharp/photo_filter.svg | 0 .../{ => material}/sharp/photo_library.svg | 0 .../sharp/photo_size_select_actual.svg | 0 .../sharp/photo_size_select_large.svg | 0 .../sharp/photo_size_select_small.svg | 0 .../src/{ => material}/sharp/php.svg | 0 .../src/{ => material}/sharp/piano.svg | 0 .../src/{ => material}/sharp/piano_off.svg | 0 .../{ => material}/sharp/picture_as_pdf.svg | 0 .../sharp/picture_in_picture.svg | 0 .../sharp/picture_in_picture_alt.svg | 0 .../src/{ => material}/sharp/pie_chart.svg | 0 .../sharp/pie_chart_outline.svg | 0 .../src/{ => material}/sharp/pin.svg | 0 .../src/{ => material}/sharp/pin_drop.svg | 0 .../src/{ => material}/sharp/pin_end.svg | 0 .../src/{ => material}/sharp/pin_invoke.svg | 0 .../src/{ => material}/sharp/pinch.svg | 0 .../sharp/pivot_table_chart.svg | 0 .../src/{ => material}/sharp/pix.svg | 0 .../src/{ => material}/sharp/place.svg | 0 .../src/{ => material}/sharp/plagiarism.svg | 0 .../src/{ => material}/sharp/play_arrow.svg | 0 .../src/{ => material}/sharp/play_circle.svg | 0 .../sharp/play_circle_filled.svg | 0 .../sharp/play_circle_outline.svg | 0 .../{ => material}/sharp/play_disabled.svg | 0 .../{ => material}/sharp/play_for_work.svg | 0 .../src/{ => material}/sharp/play_lesson.svg | 0 .../src/{ => material}/sharp/playlist_add.svg | 0 .../sharp/playlist_add_check.svg | 0 .../sharp/playlist_add_check_circle.svg | 0 .../sharp/playlist_add_circle.svg | 0 .../{ => material}/sharp/playlist_play.svg | 0 .../{ => material}/sharp/playlist_remove.svg | 0 .../src/{ => material}/sharp/plumbing.svg | 0 .../src/{ => material}/sharp/plus_one.svg | 0 .../src/{ => material}/sharp/podcasts.svg | 0 .../{ => material}/sharp/point_of_sale.svg | 0 .../src/{ => material}/sharp/policy.svg | 0 .../src/{ => material}/sharp/poll.svg | 0 .../src/{ => material}/sharp/polyline.svg | 0 .../src/{ => material}/sharp/polymer.svg | 0 .../src/{ => material}/sharp/pool.svg | 0 .../sharp/portable_wifi_off.svg | 0 .../src/{ => material}/sharp/portrait.svg | 0 .../src/{ => material}/sharp/post_add.svg | 0 .../src/{ => material}/sharp/power.svg | 0 .../src/{ => material}/sharp/power_input.svg | 0 .../src/{ => material}/sharp/power_off.svg | 0 .../sharp/power_settings_new.svg | 0 .../sharp/precision_manufacturing.svg | 0 .../{ => material}/sharp/pregnant_woman.svg | 0 .../{ => material}/sharp/present_to_all.svg | 0 .../src/{ => material}/sharp/preview.svg | 0 .../src/{ => material}/sharp/price_change.svg | 0 .../src/{ => material}/sharp/price_check.svg | 0 .../src/{ => material}/sharp/print.svg | 0 .../{ => material}/sharp/print_disabled.svg | 0 .../{ => material}/sharp/priority_high.svg | 0 .../src/{ => material}/sharp/privacy_tip.svg | 0 .../sharp/private_connectivity.svg | 0 .../sharp/production_quantity_limits.svg | 0 .../src/{ => material}/sharp/propane.svg | 0 .../src/{ => material}/sharp/propane_tank.svg | 0 .../src/{ => material}/sharp/psychology.svg | 0 .../{ => material}/sharp/psychology_alt.svg | 0 .../src/{ => material}/sharp/public.svg | 0 .../src/{ => material}/sharp/public_off.svg | 0 .../src/{ => material}/sharp/publish.svg | 0 .../sharp/published_with_changes.svg | 0 .../src/{ => material}/sharp/punch_clock.svg | 0 .../src/{ => material}/sharp/push_pin.svg | 0 .../src/{ => material}/sharp/qr_code.svg | 0 .../src/{ => material}/sharp/qr_code_2.svg | 0 .../{ => material}/sharp/qr_code_scanner.svg | 0 .../{ => material}/sharp/query_builder.svg | 0 .../src/{ => material}/sharp/query_stats.svg | 0 .../{ => material}/sharp/question_answer.svg | 0 .../{ => material}/sharp/question_mark.svg | 0 .../src/{ => material}/sharp/queue.svg | 0 .../src/{ => material}/sharp/queue_music.svg | 0 .../{ => material}/sharp/queue_play_next.svg | 0 .../src/{ => material}/sharp/quickreply.svg | 0 .../src/{ => material}/sharp/quiz.svg | 0 .../src/{ => material}/sharp/r_mobiledata.svg | 0 .../src/{ => material}/sharp/radar.svg | 0 .../src/{ => material}/sharp/radio.svg | 0 .../sharp/radio_button_checked.svg | 0 .../sharp/radio_button_unchecked.svg | 0 .../{ => material}/sharp/railway_alert.svg | 0 .../src/{ => material}/sharp/ramen_dining.svg | 0 .../src/{ => material}/sharp/ramp_left.svg | 0 .../src/{ => material}/sharp/ramp_right.svg | 0 .../src/{ => material}/sharp/rate_review.svg | 0 .../src/{ => material}/sharp/raw_off.svg | 0 .../src/{ => material}/sharp/raw_on.svg | 0 .../src/{ => material}/sharp/read_more.svg | 0 .../sharp/real_estate_agent.svg | 0 .../src/{ => material}/sharp/receipt.svg | 0 .../src/{ => material}/sharp/receipt_long.svg | 0 .../{ => material}/sharp/recent_actors.svg | 0 .../src/{ => material}/sharp/recommend.svg | 0 .../sharp/record_voice_over.svg | 0 .../src/{ => material}/sharp/rectangle.svg | 0 .../src/{ => material}/sharp/recycling.svg | 0 .../src/{ => material}/sharp/redeem.svg | 0 .../src/{ => material}/sharp/redo.svg | 0 .../{ => material}/sharp/reduce_capacity.svg | 0 .../src/{ => material}/sharp/refresh.svg | 0 .../src/{ => material}/sharp/remember_me.svg | 0 .../src/{ => material}/sharp/remove.svg | 0 .../{ => material}/sharp/remove_circle.svg | 0 .../sharp/remove_circle_outline.svg | 0 .../src/{ => material}/sharp/remove_done.svg | 0 .../sharp/remove_from_queue.svg | 0 .../{ => material}/sharp/remove_moderator.svg | 0 .../{ => material}/sharp/remove_red_eye.svg | 0 .../src/{ => material}/sharp/remove_road.svg | 0 .../sharp/remove_shopping_cart.svg | 0 .../src/{ => material}/sharp/reorder.svg | 0 .../src/{ => material}/sharp/repartition.svg | 0 .../src/{ => material}/sharp/repeat.svg | 0 .../src/{ => material}/sharp/repeat_on.svg | 0 .../src/{ => material}/sharp/repeat_one.svg | 0 .../{ => material}/sharp/repeat_one_on.svg | 0 .../src/{ => material}/sharp/replay.svg | 0 .../src/{ => material}/sharp/replay_10.svg | 0 .../src/{ => material}/sharp/replay_30.svg | 0 .../src/{ => material}/sharp/replay_5.svg | 0 .../sharp/replay_circle_filled.svg | 0 .../src/{ => material}/sharp/reply.svg | 0 .../src/{ => material}/sharp/reply_all.svg | 0 .../src/{ => material}/sharp/report.svg | 0 .../sharp/report_gmailerrorred.svg | 0 .../src/{ => material}/sharp/report_off.svg | 0 .../{ => material}/sharp/report_problem.svg | 0 .../src/{ => material}/sharp/request_page.svg | 0 .../{ => material}/sharp/request_quote.svg | 0 .../src/{ => material}/sharp/reset_tv.svg | 0 .../src/{ => material}/sharp/restart_alt.svg | 0 .../src/{ => material}/sharp/restaurant.svg | 0 .../{ => material}/sharp/restaurant_menu.svg | 0 .../src/{ => material}/sharp/restore.svg | 0 .../sharp/restore_from_trash.svg | 0 .../src/{ => material}/sharp/restore_page.svg | 0 .../src/{ => material}/sharp/reviews.svg | 0 .../src/{ => material}/sharp/rice_bowl.svg | 0 .../src/{ => material}/sharp/ring_volume.svg | 0 .../src/{ => material}/sharp/rocket.svg | 0 .../{ => material}/sharp/rocket_launch.svg | 0 .../{ => material}/sharp/roller_shades.svg | 0 .../sharp/roller_shades_closed.svg | 0 .../{ => material}/sharp/roller_skating.svg | 0 .../src/{ => material}/sharp/roofing.svg | 0 .../src/{ => material}/sharp/room.svg | 0 .../{ => material}/sharp/room_preferences.svg | 0 .../src/{ => material}/sharp/room_service.svg | 0 .../sharp/rotate_90_degrees_ccw.svg | 0 .../sharp/rotate_90_degrees_cw.svg | 0 .../src/{ => material}/sharp/rotate_left.svg | 0 .../src/{ => material}/sharp/rotate_right.svg | 0 .../{ => material}/sharp/roundabout_left.svg | 0 .../{ => material}/sharp/roundabout_right.svg | 0 .../{ => material}/sharp/rounded_corner.svg | 0 .../src/{ => material}/sharp/route.svg | 0 .../src/{ => material}/sharp/router.svg | 0 .../src/{ => material}/sharp/rowing.svg | 0 .../src/{ => material}/sharp/rss_feed.svg | 0 .../src/{ => material}/sharp/rsvp.svg | 0 .../src/{ => material}/sharp/rtt.svg | 0 .../src/{ => material}/sharp/rule.svg | 0 .../src/{ => material}/sharp/rule_folder.svg | 0 .../src/{ => material}/sharp/run_circle.svg | 0 .../sharp/running_with_errors.svg | 0 .../src/{ => material}/sharp/rv_hookup.svg | 0 .../src/{ => material}/sharp/safety_check.svg | 0 .../{ => material}/sharp/safety_divider.svg | 0 .../src/{ => material}/sharp/sailing.svg | 0 .../src/{ => material}/sharp/sanitizer.svg | 0 .../src/{ => material}/sharp/satellite.svg | 0 .../{ => material}/sharp/satellite_alt.svg | 0 .../src/{ => material}/sharp/save.svg | 0 .../src/{ => material}/sharp/save_alt.svg | 0 .../src/{ => material}/sharp/save_as.svg | 0 .../src/{ => material}/sharp/saved_search.svg | 0 .../src/{ => material}/sharp/savings.svg | 0 .../src/{ => material}/sharp/scale.svg | 0 .../src/{ => material}/sharp/scanner.svg | 0 .../src/{ => material}/sharp/scatter_plot.svg | 0 .../src/{ => material}/sharp/schedule.svg | 0 .../{ => material}/sharp/schedule_send.svg | 0 .../src/{ => material}/sharp/schema.svg | 0 .../src/{ => material}/sharp/school.svg | 0 .../src/{ => material}/sharp/science.svg | 0 .../src/{ => material}/sharp/score.svg | 0 .../src/{ => material}/sharp/scoreboard.svg | 0 .../sharp/screen_lock_landscape.svg | 0 .../sharp/screen_lock_portrait.svg | 0 .../sharp/screen_lock_rotation.svg | 0 .../{ => material}/sharp/screen_rotation.svg | 0 .../sharp/screen_rotation_alt.svg | 0 .../sharp/screen_search_desktop.svg | 0 .../src/{ => material}/sharp/screen_share.svg | 0 .../src/{ => material}/sharp/screenshot.svg | 0 .../sharp/screenshot_monitor.svg | 0 .../src/{ => material}/sharp/scuba_diving.svg | 0 .../src/{ => material}/sharp/sd.svg | 0 .../src/{ => material}/sharp/sd_card.svg | 0 .../{ => material}/sharp/sd_card_alert.svg | 0 .../src/{ => material}/sharp/sd_storage.svg | 0 .../src/{ => material}/sharp/search.svg | 0 .../src/{ => material}/sharp/search_off.svg | 0 .../src/{ => material}/sharp/security.svg | 0 .../{ => material}/sharp/security_update.svg | 0 .../sharp/security_update_good.svg | 0 .../sharp/security_update_warning.svg | 0 .../src/{ => material}/sharp/segment.svg | 0 .../src/{ => material}/sharp/select_all.svg | 0 .../{ => material}/sharp/self_improvement.svg | 0 .../src/{ => material}/sharp/sell.svg | 0 .../src/{ => material}/sharp/send.svg | 0 .../{ => material}/sharp/send_and_archive.svg | 0 .../sharp/send_time_extension.svg | 0 .../{ => material}/sharp/send_to_mobile.svg | 0 .../src/{ => material}/sharp/sensor_door.svg | 0 .../{ => material}/sharp/sensor_occupied.svg | 0 .../{ => material}/sharp/sensor_window.svg | 0 .../src/{ => material}/sharp/sensors.svg | 0 .../src/{ => material}/sharp/sensors_off.svg | 0 .../sharp/sentiment_dissatisfied.svg | 0 .../sharp/sentiment_neutral.svg | 0 .../sharp/sentiment_satisfied.svg | 0 .../sharp/sentiment_satisfied_alt.svg | 0 .../sharp/sentiment_very_dissatisfied.svg | 0 .../sharp/sentiment_very_satisfied.svg | 0 .../src/{ => material}/sharp/set_meal.svg | 0 .../src/{ => material}/sharp/settings.svg | 0 .../sharp/settings_accessibility.svg | 0 .../sharp/settings_applications.svg | 0 .../sharp/settings_backup_restore.svg | 0 .../sharp/settings_bluetooth.svg | 0 .../sharp/settings_brightness.svg | 0 .../{ => material}/sharp/settings_cell.svg | 0 .../sharp/settings_ethernet.svg | 0 .../sharp/settings_input_antenna.svg | 0 .../sharp/settings_input_component.svg | 0 .../sharp/settings_input_composite.svg | 0 .../sharp/settings_input_hdmi.svg | 0 .../sharp/settings_input_svideo.svg | 0 .../sharp/settings_overscan.svg | 0 .../{ => material}/sharp/settings_phone.svg | 0 .../{ => material}/sharp/settings_power.svg | 0 .../{ => material}/sharp/settings_remote.svg | 0 .../{ => material}/sharp/settings_suggest.svg | 0 .../sharp/settings_system_daydream.svg | 0 .../{ => material}/sharp/settings_voice.svg | 0 .../src/{ => material}/sharp/severe_cold.svg | 0 .../src/{ => material}/sharp/shape_line.svg | 0 .../src/{ => material}/sharp/share.svg | 0 .../{ => material}/sharp/share_location.svg | 0 .../src/{ => material}/sharp/shield.svg | 0 .../src/{ => material}/sharp/shield_moon.svg | 0 .../src/{ => material}/sharp/shop.svg | 0 .../src/{ => material}/sharp/shop_2.svg | 0 .../src/{ => material}/sharp/shop_two.svg | 0 .../src/{ => material}/sharp/shopping_bag.svg | 0 .../{ => material}/sharp/shopping_basket.svg | 0 .../{ => material}/sharp/shopping_cart.svg | 0 .../sharp/shopping_cart_checkout.svg | 0 .../src/{ => material}/sharp/short_text.svg | 0 .../src/{ => material}/sharp/shortcut.svg | 0 .../src/{ => material}/sharp/show_chart.svg | 0 .../src/{ => material}/sharp/shower.svg | 0 .../src/{ => material}/sharp/shuffle.svg | 0 .../src/{ => material}/sharp/shuffle_on.svg | 0 .../{ => material}/sharp/shutter_speed.svg | 0 .../src/{ => material}/sharp/sick.svg | 0 .../{ => material}/sharp/sign_language.svg | 0 .../sharp/signal_cellular_0_bar.svg | 0 .../sharp/signal_cellular_4_bar.svg | 0 .../sharp/signal_cellular_alt.svg | 0 .../sharp/signal_cellular_alt_1_bar.svg | 0 .../sharp/signal_cellular_alt_2_bar.svg | 0 ...l_cellular_connected_no_internet_0_bar.svg | 0 ...l_cellular_connected_no_internet_4_bar.svg | 0 .../sharp/signal_cellular_no_sim.svg | 0 .../sharp/signal_cellular_nodata.svg | 0 .../sharp/signal_cellular_null.svg | 0 .../sharp/signal_cellular_off.svg | 0 .../sharp/signal_wifi_0_bar.svg | 0 .../sharp/signal_wifi_4_bar.svg | 0 .../sharp/signal_wifi_4_bar_lock.svg | 0 .../{ => material}/sharp/signal_wifi_bad.svg | 0 .../signal_wifi_connected_no_internet_4.svg | 0 .../{ => material}/sharp/signal_wifi_off.svg | 0 .../sharp/signal_wifi_statusbar_4_bar.svg | 0 ...wifi_statusbar_connected_no_internet_4.svg | 0 .../sharp/signal_wifi_statusbar_null.svg | 0 .../src/{ => material}/sharp/signpost.svg | 0 .../src/{ => material}/sharp/sim_card.svg | 0 .../{ => material}/sharp/sim_card_alert.svg | 0 .../sharp/sim_card_download.svg | 0 .../src/{ => material}/sharp/single_bed.svg | 0 .../src/{ => material}/sharp/sip.svg | 0 .../{ => material}/sharp/skateboarding.svg | 0 .../src/{ => material}/sharp/skip_next.svg | 0 .../{ => material}/sharp/skip_previous.svg | 0 .../src/{ => material}/sharp/sledding.svg | 0 .../src/{ => material}/sharp/slideshow.svg | 0 .../sharp/slow_motion_video.svg | 0 .../src/{ => material}/sharp/smart_button.svg | 0 .../{ => material}/sharp/smart_display.svg | 0 .../src/{ => material}/sharp/smart_screen.svg | 0 .../src/{ => material}/sharp/smart_toy.svg | 0 .../src/{ => material}/sharp/smartphone.svg | 0 .../src/{ => material}/sharp/smoke_free.svg | 0 .../{ => material}/sharp/smoking_rooms.svg | 0 .../src/{ => material}/sharp/sms.svg | 0 .../src/{ => material}/sharp/sms_failed.svg | 0 .../{ => material}/sharp/snippet_folder.svg | 0 .../src/{ => material}/sharp/snooze.svg | 0 .../src/{ => material}/sharp/snowboarding.svg | 0 .../src/{ => material}/sharp/snowmobile.svg | 0 .../src/{ => material}/sharp/snowshoeing.svg | 0 .../src/{ => material}/sharp/soap.svg | 0 .../{ => material}/sharp/social_distance.svg | 0 .../src/{ => material}/sharp/solar_power.svg | 0 .../src/{ => material}/sharp/sort.svg | 0 .../{ => material}/sharp/sort_by_alpha.svg | 0 .../src/{ => material}/sharp/sos.svg | 0 .../src/{ => material}/sharp/soup_kitchen.svg | 0 .../src/{ => material}/sharp/source.svg | 0 .../src/{ => material}/sharp/south.svg | 0 .../{ => material}/sharp/south_america.svg | 0 .../src/{ => material}/sharp/south_east.svg | 0 .../src/{ => material}/sharp/south_west.svg | 0 .../src/{ => material}/sharp/spa.svg | 0 .../src/{ => material}/sharp/space_bar.svg | 0 .../{ => material}/sharp/space_dashboard.svg | 0 .../{ => material}/sharp/spatial_audio.svg | 0 .../sharp/spatial_audio_off.svg | 0 .../{ => material}/sharp/spatial_tracking.svg | 0 .../src/{ => material}/sharp/speaker.svg | 0 .../{ => material}/sharp/speaker_group.svg | 0 .../{ => material}/sharp/speaker_notes.svg | 0 .../sharp/speaker_notes_off.svg | 0 .../{ => material}/sharp/speaker_phone.svg | 0 .../src/{ => material}/sharp/speed.svg | 0 .../src/{ => material}/sharp/spellcheck.svg | 0 .../src/{ => material}/sharp/splitscreen.svg | 0 .../src/{ => material}/sharp/spoke.svg | 0 .../src/{ => material}/sharp/sports.svg | 0 .../src/{ => material}/sharp/sports_bar.svg | 0 .../{ => material}/sharp/sports_baseball.svg | 0 .../sharp/sports_basketball.svg | 0 .../{ => material}/sharp/sports_cricket.svg | 0 .../{ => material}/sharp/sports_esports.svg | 0 .../{ => material}/sharp/sports_football.svg | 0 .../src/{ => material}/sharp/sports_golf.svg | 0 .../sharp/sports_gymnastics.svg | 0 .../{ => material}/sharp/sports_handball.svg | 0 .../{ => material}/sharp/sports_hockey.svg | 0 .../{ => material}/sharp/sports_kabaddi.svg | 0 .../sharp/sports_martial_arts.svg | 0 .../src/{ => material}/sharp/sports_mma.svg | 0 .../sharp/sports_motorsports.svg | 0 .../src/{ => material}/sharp/sports_rugby.svg | 0 .../src/{ => material}/sharp/sports_score.svg | 0 .../{ => material}/sharp/sports_soccer.svg | 0 .../{ => material}/sharp/sports_tennis.svg | 0 .../sharp/sports_volleyball.svg | 0 .../src/{ => material}/sharp/square.svg | 0 .../src/{ => material}/sharp/square_foot.svg | 0 .../src/{ => material}/sharp/ssid_chart.svg | 0 .../sharp/stacked_bar_chart.svg | 0 .../sharp/stacked_line_chart.svg | 0 .../src/{ => material}/sharp/stadium.svg | 0 .../src/{ => material}/sharp/stairs.svg | 0 .../src/{ => material}/sharp/star.svg | 0 .../src/{ => material}/sharp/star_border.svg | 0 .../sharp/star_border_purple500.svg | 0 .../src/{ => material}/sharp/star_half.svg | 0 .../src/{ => material}/sharp/star_outline.svg | 0 .../{ => material}/sharp/star_purple500.svg | 0 .../src/{ => material}/sharp/star_rate.svg | 0 .../src/{ => material}/sharp/stars.svg | 0 .../src/{ => material}/sharp/start.svg | 0 .../sharp/stay_current_landscape.svg | 0 .../sharp/stay_current_portrait.svg | 0 .../sharp/stay_primary_landscape.svg | 0 .../sharp/stay_primary_portrait.svg | 0 .../{ => material}/sharp/sticky_note_2.svg | 0 .../src/{ => material}/sharp/stop.svg | 0 .../src/{ => material}/sharp/stop_circle.svg | 0 .../sharp/stop_screen_share.svg | 0 .../src/{ => material}/sharp/storage.svg | 0 .../src/{ => material}/sharp/store.svg | 0 .../sharp/store_mall_directory.svg | 0 .../src/{ => material}/sharp/storefront.svg | 0 .../src/{ => material}/sharp/storm.svg | 0 .../src/{ => material}/sharp/straight.svg | 0 .../src/{ => material}/sharp/straighten.svg | 0 .../src/{ => material}/sharp/stream.svg | 0 .../src/{ => material}/sharp/streetview.svg | 0 .../{ => material}/sharp/strikethrough_s.svg | 0 .../src/{ => material}/sharp/stroller.svg | 0 .../src/{ => material}/sharp/style.svg | 0 .../sharp/subdirectory_arrow_left.svg | 0 .../sharp/subdirectory_arrow_right.svg | 0 .../src/{ => material}/sharp/subject.svg | 0 .../src/{ => material}/sharp/subscript.svg | 0 .../{ => material}/sharp/subscriptions.svg | 0 .../src/{ => material}/sharp/subtitles.svg | 0 .../{ => material}/sharp/subtitles_off.svg | 0 .../src/{ => material}/sharp/subway.svg | 0 .../src/{ => material}/sharp/summarize.svg | 0 .../src/{ => material}/sharp/superscript.svg | 0 .../sharp/supervised_user_circle.svg | 0 .../sharp/supervisor_account.svg | 0 .../src/{ => material}/sharp/support.svg | 0 .../{ => material}/sharp/support_agent.svg | 0 .../src/{ => material}/sharp/surfing.svg | 0 .../{ => material}/sharp/surround_sound.svg | 0 .../src/{ => material}/sharp/swap_calls.svg | 0 .../src/{ => material}/sharp/swap_horiz.svg | 0 .../sharp/swap_horizontal_circle.svg | 0 .../src/{ => material}/sharp/swap_vert.svg | 0 .../sharp/swap_vertical_circle.svg | 0 .../src/{ => material}/sharp/swipe.svg | 0 .../src/{ => material}/sharp/swipe_down.svg | 0 .../{ => material}/sharp/swipe_down_alt.svg | 0 .../src/{ => material}/sharp/swipe_left.svg | 0 .../{ => material}/sharp/swipe_left_alt.svg | 0 .../src/{ => material}/sharp/swipe_right.svg | 0 .../{ => material}/sharp/swipe_right_alt.svg | 0 .../src/{ => material}/sharp/swipe_up.svg | 0 .../src/{ => material}/sharp/swipe_up_alt.svg | 0 .../{ => material}/sharp/swipe_vertical.svg | 0 .../sharp/switch_access_shortcut.svg | 0 .../sharp/switch_access_shortcut_add.svg | 0 .../{ => material}/sharp/switch_account.svg | 0 .../{ => material}/sharp/switch_camera.svg | 0 .../src/{ => material}/sharp/switch_left.svg | 0 .../src/{ => material}/sharp/switch_right.svg | 0 .../src/{ => material}/sharp/switch_video.svg | 0 .../src/{ => material}/sharp/synagogue.svg | 0 .../src/{ => material}/sharp/sync.svg | 0 .../src/{ => material}/sharp/sync_alt.svg | 0 .../{ => material}/sharp/sync_disabled.svg | 0 .../src/{ => material}/sharp/sync_lock.svg | 0 .../src/{ => material}/sharp/sync_problem.svg | 0 .../sharp/system_security_update.svg | 0 .../sharp/system_security_update_good.svg | 0 .../sharp/system_security_update_warning.svg | 0 .../{ => material}/sharp/system_update.svg | 0 .../sharp/system_update_alt.svg | 0 .../src/{ => material}/sharp/tab.svg | 0 .../{ => material}/sharp/tab_unselected.svg | 0 .../src/{ => material}/sharp/table_bar.svg | 0 .../src/{ => material}/sharp/table_chart.svg | 0 .../{ => material}/sharp/table_restaurant.svg | 0 .../src/{ => material}/sharp/table_rows.svg | 0 .../src/{ => material}/sharp/table_view.svg | 0 .../src/{ => material}/sharp/tablet.svg | 0 .../{ => material}/sharp/tablet_android.svg | 0 .../src/{ => material}/sharp/tablet_mac.svg | 0 .../src/{ => material}/sharp/tag.svg | 0 .../src/{ => material}/sharp/tag_faces.svg | 0 .../{ => material}/sharp/takeout_dining.svg | 0 .../src/{ => material}/sharp/tap_and_play.svg | 0 .../src/{ => material}/sharp/tapas.svg | 0 .../src/{ => material}/sharp/task.svg | 0 .../src/{ => material}/sharp/task_alt.svg | 0 .../src/{ => material}/sharp/taxi_alert.svg | 0 .../{ => material}/sharp/temple_buddhist.svg | 0 .../src/{ => material}/sharp/temple_hindu.svg | 0 .../src/{ => material}/sharp/terminal.svg | 0 .../src/{ => material}/sharp/terrain.svg | 0 .../{ => material}/sharp/text_decrease.svg | 0 .../src/{ => material}/sharp/text_fields.svg | 0 .../src/{ => material}/sharp/text_format.svg | 0 .../{ => material}/sharp/text_increase.svg | 0 .../{ => material}/sharp/text_rotate_up.svg | 0 .../sharp/text_rotate_vertical.svg | 0 .../sharp/text_rotation_angledown.svg | 0 .../sharp/text_rotation_angleup.svg | 0 .../sharp/text_rotation_down.svg | 0 .../sharp/text_rotation_none.svg | 0 .../src/{ => material}/sharp/text_snippet.svg | 0 .../src/{ => material}/sharp/textsms.svg | 0 .../src/{ => material}/sharp/texture.svg | 0 .../{ => material}/sharp/theater_comedy.svg | 0 .../src/{ => material}/sharp/theaters.svg | 0 .../src/{ => material}/sharp/thermostat.svg | 0 .../{ => material}/sharp/thermostat_auto.svg | 0 .../src/{ => material}/sharp/thumb_down.svg | 0 .../{ => material}/sharp/thumb_down_alt.svg | 0 .../sharp/thumb_down_off_alt.svg | 0 .../src/{ => material}/sharp/thumb_up.svg | 0 .../src/{ => material}/sharp/thumb_up_alt.svg | 0 .../{ => material}/sharp/thumb_up_off_alt.svg | 0 .../{ => material}/sharp/thumbs_up_down.svg | 0 .../src/{ => material}/sharp/thunderstorm.svg | 0 .../{ => material}/sharp/time_to_leave.svg | 0 .../src/{ => material}/sharp/timelapse.svg | 0 .../src/{ => material}/sharp/timeline.svg | 0 .../src/{ => material}/sharp/timer.svg | 0 .../src/{ => material}/sharp/timer_10.svg | 0 .../{ => material}/sharp/timer_10_select.svg | 0 .../src/{ => material}/sharp/timer_3.svg | 0 .../{ => material}/sharp/timer_3_select.svg | 0 .../src/{ => material}/sharp/timer_off.svg | 0 .../{ => material}/sharp/tips_and_updates.svg | 0 .../src/{ => material}/sharp/tire_repair.svg | 0 .../src/{ => material}/sharp/title.svg | 0 .../src/{ => material}/sharp/toc.svg | 0 .../src/{ => material}/sharp/today.svg | 0 .../src/{ => material}/sharp/toggle_off.svg | 0 .../src/{ => material}/sharp/toggle_on.svg | 0 .../src/{ => material}/sharp/token.svg | 0 .../src/{ => material}/sharp/toll.svg | 0 .../src/{ => material}/sharp/tonality.svg | 0 .../src/{ => material}/sharp/topic.svg | 0 .../src/{ => material}/sharp/tornado.svg | 0 .../src/{ => material}/sharp/touch_app.svg | 0 .../src/{ => material}/sharp/tour.svg | 0 .../src/{ => material}/sharp/toys.svg | 0 .../{ => material}/sharp/track_changes.svg | 0 .../src/{ => material}/sharp/traffic.svg | 0 .../src/{ => material}/sharp/train.svg | 0 .../src/{ => material}/sharp/tram.svg | 0 .../src/{ => material}/sharp/transcribe.svg | 0 .../sharp/transfer_within_a_station.svg | 0 .../src/{ => material}/sharp/transform.svg | 0 .../src/{ => material}/sharp/transgender.svg | 0 .../sharp/transit_enterexit.svg | 0 .../src/{ => material}/sharp/translate.svg | 0 .../{ => material}/sharp/travel_explore.svg | 0 .../{ => material}/sharp/trending_down.svg | 0 .../{ => material}/sharp/trending_flat.svg | 0 .../src/{ => material}/sharp/trending_up.svg | 0 .../src/{ => material}/sharp/trip_origin.svg | 0 .../src/{ => material}/sharp/troubleshoot.svg | 0 .../src/{ => material}/sharp/try.svg | 0 .../src/{ => material}/sharp/tsunami.svg | 0 .../src/{ => material}/sharp/tty.svg | 0 .../src/{ => material}/sharp/tune.svg | 0 .../src/{ => material}/sharp/tungsten.svg | 0 .../src/{ => material}/sharp/turn_left.svg | 0 .../src/{ => material}/sharp/turn_right.svg | 0 .../{ => material}/sharp/turn_sharp_left.svg | 0 .../{ => material}/sharp/turn_sharp_right.svg | 0 .../{ => material}/sharp/turn_slight_left.svg | 0 .../sharp/turn_slight_right.svg | 0 .../src/{ => material}/sharp/turned_in.svg | 0 .../{ => material}/sharp/turned_in_not.svg | 0 .../src/{ => material}/sharp/tv.svg | 0 .../src/{ => material}/sharp/tv_off.svg | 0 .../src/{ => material}/sharp/two_wheeler.svg | 0 .../{ => material}/sharp/type_specimen.svg | 0 .../src/{ => material}/sharp/u_turn_left.svg | 0 .../src/{ => material}/sharp/u_turn_right.svg | 0 .../src/{ => material}/sharp/umbrella.svg | 0 .../src/{ => material}/sharp/unarchive.svg | 0 .../src/{ => material}/sharp/undo.svg | 0 .../src/{ => material}/sharp/unfold_less.svg | 0 .../sharp/unfold_less_double.svg | 0 .../src/{ => material}/sharp/unfold_more.svg | 0 .../sharp/unfold_more_double.svg | 0 .../src/{ => material}/sharp/unpublished.svg | 0 .../src/{ => material}/sharp/unsubscribe.svg | 0 .../src/{ => material}/sharp/upcoming.svg | 0 .../src/{ => material}/sharp/update.svg | 0 .../{ => material}/sharp/update_disabled.svg | 0 .../src/{ => material}/sharp/upgrade.svg | 0 .../src/{ => material}/sharp/upload.svg | 0 .../src/{ => material}/sharp/upload_file.svg | 0 .../src/{ => material}/sharp/usb.svg | 0 .../src/{ => material}/sharp/usb_off.svg | 0 .../src/{ => material}/sharp/vaccines.svg | 0 .../src/{ => material}/sharp/vape_free.svg | 0 .../src/{ => material}/sharp/vaping_rooms.svg | 0 .../src/{ => material}/sharp/verified.svg | 0 .../{ => material}/sharp/verified_user.svg | 0 .../sharp/vertical_align_bottom.svg | 0 .../sharp/vertical_align_center.svg | 0 .../sharp/vertical_align_top.svg | 0 .../sharp/vertical_distribute.svg | 0 .../{ => material}/sharp/vertical_shades.svg | 0 .../sharp/vertical_shades_closed.svg | 0 .../{ => material}/sharp/vertical_split.svg | 0 .../src/{ => material}/sharp/vibration.svg | 0 .../src/{ => material}/sharp/video_call.svg | 0 .../sharp/video_camera_back.svg | 0 .../sharp/video_camera_front.svg | 0 .../src/{ => material}/sharp/video_chat.svg | 0 .../src/{ => material}/sharp/video_file.svg | 0 .../src/{ => material}/sharp/video_label.svg | 0 .../{ => material}/sharp/video_library.svg | 0 .../{ => material}/sharp/video_settings.svg | 0 .../src/{ => material}/sharp/video_stable.svg | 0 .../src/{ => material}/sharp/videocam.svg | 0 .../src/{ => material}/sharp/videocam_off.svg | 0 .../{ => material}/sharp/videogame_asset.svg | 0 .../sharp/videogame_asset_off.svg | 0 .../src/{ => material}/sharp/view_agenda.svg | 0 .../src/{ => material}/sharp/view_array.svg | 0 .../{ => material}/sharp/view_carousel.svg | 0 .../src/{ => material}/sharp/view_column.svg | 0 .../src/{ => material}/sharp/view_comfy.svg | 0 .../{ => material}/sharp/view_comfy_alt.svg | 0 .../src/{ => material}/sharp/view_compact.svg | 0 .../{ => material}/sharp/view_compact_alt.svg | 0 .../src/{ => material}/sharp/view_cozy.svg | 0 .../src/{ => material}/sharp/view_day.svg | 0 .../{ => material}/sharp/view_headline.svg | 0 .../src/{ => material}/sharp/view_in_ar.svg | 0 .../src/{ => material}/sharp/view_kanban.svg | 0 .../src/{ => material}/sharp/view_list.svg | 0 .../src/{ => material}/sharp/view_module.svg | 0 .../src/{ => material}/sharp/view_quilt.svg | 0 .../src/{ => material}/sharp/view_sidebar.svg | 0 .../src/{ => material}/sharp/view_stream.svg | 0 .../{ => material}/sharp/view_timeline.svg | 0 .../src/{ => material}/sharp/view_week.svg | 0 .../src/{ => material}/sharp/vignette.svg | 0 .../src/{ => material}/sharp/villa.svg | 0 .../src/{ => material}/sharp/visibility.svg | 0 .../{ => material}/sharp/visibility_off.svg | 0 .../src/{ => material}/sharp/voice_chat.svg | 0 .../{ => material}/sharp/voice_over_off.svg | 0 .../src/{ => material}/sharp/voicemail.svg | 0 .../src/{ => material}/sharp/volcano.svg | 0 .../src/{ => material}/sharp/volume_down.svg | 0 .../src/{ => material}/sharp/volume_mute.svg | 0 .../src/{ => material}/sharp/volume_off.svg | 0 .../src/{ => material}/sharp/volume_up.svg | 0 .../sharp/volunteer_activism.svg | 0 .../src/{ => material}/sharp/vpn_key.svg | 0 .../src/{ => material}/sharp/vpn_key_off.svg | 0 .../src/{ => material}/sharp/vpn_lock.svg | 0 .../src/{ => material}/sharp/vrpano.svg | 0 .../src/{ => material}/sharp/wallet.svg | 0 .../src/{ => material}/sharp/wallpaper.svg | 0 .../src/{ => material}/sharp/warehouse.svg | 0 .../src/{ => material}/sharp/warning.svg | 0 .../{ => material}/sharp/warning_amber.svg | 0 .../src/{ => material}/sharp/wash.svg | 0 .../src/{ => material}/sharp/watch.svg | 0 .../src/{ => material}/sharp/watch_later.svg | 0 .../src/{ => material}/sharp/watch_off.svg | 0 .../src/{ => material}/sharp/water.svg | 0 .../src/{ => material}/sharp/water_damage.svg | 0 .../src/{ => material}/sharp/water_drop.svg | 0 .../{ => material}/sharp/waterfall_chart.svg | 0 .../src/{ => material}/sharp/waves.svg | 0 .../src/{ => material}/sharp/waving_hand.svg | 0 .../src/{ => material}/sharp/wb_auto.svg | 0 .../src/{ => material}/sharp/wb_cloudy.svg | 0 .../{ => material}/sharp/wb_incandescent.svg | 0 .../{ => material}/sharp/wb_iridescent.svg | 0 .../src/{ => material}/sharp/wb_shade.svg | 0 .../src/{ => material}/sharp/wb_sunny.svg | 0 .../src/{ => material}/sharp/wb_twilight.svg | 0 .../src/{ => material}/sharp/wc.svg | 0 .../src/{ => material}/sharp/web.svg | 0 .../src/{ => material}/sharp/web_asset.svg | 0 .../{ => material}/sharp/web_asset_off.svg | 0 .../src/{ => material}/sharp/web_stories.svg | 0 .../src/{ => material}/sharp/webhook.svg | 0 .../src/{ => material}/sharp/weekend.svg | 0 .../src/{ => material}/sharp/west.svg | 0 .../src/{ => material}/sharp/whatshot.svg | 0 .../sharp/wheelchair_pickup.svg | 0 .../{ => material}/sharp/where_to_vote.svg | 0 .../src/{ => material}/sharp/widgets.svg | 0 .../src/{ => material}/sharp/width_full.svg | 0 .../src/{ => material}/sharp/width_normal.svg | 0 .../src/{ => material}/sharp/width_wide.svg | 0 .../src/{ => material}/sharp/wifi.svg | 0 .../src/{ => material}/sharp/wifi_1_bar.svg | 0 .../src/{ => material}/sharp/wifi_2_bar.svg | 0 .../src/{ => material}/sharp/wifi_calling.svg | 0 .../{ => material}/sharp/wifi_calling_3.svg | 0 .../src/{ => material}/sharp/wifi_channel.svg | 0 .../src/{ => material}/sharp/wifi_find.svg | 0 .../src/{ => material}/sharp/wifi_lock.svg | 0 .../src/{ => material}/sharp/wifi_off.svg | 0 .../{ => material}/sharp/wifi_password.svg | 0 .../sharp/wifi_protected_setup.svg | 0 .../{ => material}/sharp/wifi_tethering.svg | 0 .../sharp/wifi_tethering_error.svg | 0 .../sharp/wifi_tethering_off.svg | 0 .../src/{ => material}/sharp/wind_power.svg | 0 .../src/{ => material}/sharp/window.svg | 0 .../src/{ => material}/sharp/wine_bar.svg | 0 .../src/{ => material}/sharp/woman.svg | 0 .../src/{ => material}/sharp/woman_2.svg | 0 .../src/{ => material}/sharp/work.svg | 0 .../src/{ => material}/sharp/work_history.svg | 0 .../src/{ => material}/sharp/work_off.svg | 0 .../src/{ => material}/sharp/work_outline.svg | 0 .../sharp/workspace_premium.svg | 0 .../src/{ => material}/sharp/workspaces.svg | 0 .../src/{ => material}/sharp/wrap_text.svg | 0 .../{ => material}/sharp/wrong_location.svg | 0 .../src/{ => material}/sharp/wysiwyg.svg | 0 .../src/{ => material}/sharp/yard.svg | 0 .../sharp/youtube_searched_for.svg | 0 .../src/{ => material}/sharp/zoom_in.svg | 0 .../src/{ => material}/sharp/zoom_in_map.svg | 0 .../src/{ => material}/sharp/zoom_out.svg | 0 .../src/{ => material}/sharp/zoom_out_map.svg | 0 .../src/{ => material}/two-tone/10k.svg | 0 .../src/{ => material}/two-tone/10mp.svg | 0 .../src/{ => material}/two-tone/11mp.svg | 0 .../src/{ => material}/two-tone/123.svg | 0 .../src/{ => material}/two-tone/12mp.svg | 0 .../src/{ => material}/two-tone/13mp.svg | 0 .../src/{ => material}/two-tone/14mp.svg | 0 .../src/{ => material}/two-tone/15mp.svg | 0 .../src/{ => material}/two-tone/16mp.svg | 0 .../src/{ => material}/two-tone/17mp.svg | 0 .../{ => material}/two-tone/18_up_rating.svg | 0 .../src/{ => material}/two-tone/18mp.svg | 0 .../src/{ => material}/two-tone/19mp.svg | 0 .../src/{ => material}/two-tone/1k.svg | 0 .../src/{ => material}/two-tone/1k_plus.svg | 0 .../{ => material}/two-tone/1x_mobiledata.svg | 0 .../src/{ => material}/two-tone/20mp.svg | 0 .../src/{ => material}/two-tone/21mp.svg | 0 .../src/{ => material}/two-tone/22mp.svg | 0 .../src/{ => material}/two-tone/23mp.svg | 0 .../src/{ => material}/two-tone/24mp.svg | 0 .../src/{ => material}/two-tone/2k.svg | 0 .../src/{ => material}/two-tone/2k_plus.svg | 0 .../src/{ => material}/two-tone/2mp.svg | 0 .../src/{ => material}/two-tone/30fps.svg | 0 .../{ => material}/two-tone/30fps_select.svg | 0 .../src/{ => material}/two-tone/360.svg | 0 .../{ => material}/two-tone/3d_rotation.svg | 0 .../{ => material}/two-tone/3g_mobiledata.svg | 0 .../src/{ => material}/two-tone/3k.svg | 0 .../src/{ => material}/two-tone/3k_plus.svg | 0 .../src/{ => material}/two-tone/3mp.svg | 0 .../src/{ => material}/two-tone/3p.svg | 0 .../{ => material}/two-tone/4g_mobiledata.svg | 0 .../two-tone/4g_plus_mobiledata.svg | 0 .../src/{ => material}/two-tone/4k.svg | 0 .../src/{ => material}/two-tone/4k_plus.svg | 0 .../src/{ => material}/two-tone/4mp.svg | 0 .../src/{ => material}/two-tone/5g.svg | 0 .../src/{ => material}/two-tone/5k.svg | 0 .../src/{ => material}/two-tone/5k_plus.svg | 0 .../src/{ => material}/two-tone/5mp.svg | 0 .../src/{ => material}/two-tone/60fps.svg | 0 .../{ => material}/two-tone/60fps_select.svg | 0 .../{ => material}/two-tone/6_ft_apart.svg | 0 .../src/{ => material}/two-tone/6k.svg | 0 .../src/{ => material}/two-tone/6k_plus.svg | 0 .../src/{ => material}/two-tone/6mp.svg | 0 .../src/{ => material}/two-tone/7k.svg | 0 .../src/{ => material}/two-tone/7k_plus.svg | 0 .../src/{ => material}/two-tone/7mp.svg | 0 .../src/{ => material}/two-tone/8k.svg | 0 .../src/{ => material}/two-tone/8k_plus.svg | 0 .../src/{ => material}/two-tone/8mp.svg | 0 .../src/{ => material}/two-tone/9k.svg | 0 .../src/{ => material}/two-tone/9k_plus.svg | 0 .../src/{ => material}/two-tone/9mp.svg | 0 .../src/{ => material}/two-tone/abc.svg | 0 .../src/{ => material}/two-tone/ac_unit.svg | 0 .../{ => material}/two-tone/access_alarm.svg | 0 .../{ => material}/two-tone/access_alarms.svg | 0 .../{ => material}/two-tone/access_time.svg | 0 .../two-tone/access_time_filled.svg | 0 .../{ => material}/two-tone/accessibility.svg | 0 .../two-tone/accessibility_new.svg | 0 .../{ => material}/two-tone/accessible.svg | 0 .../two-tone/accessible_forward.svg | 0 .../two-tone/account_balance.svg | 0 .../two-tone/account_balance_wallet.svg | 0 .../{ => material}/two-tone/account_box.svg | 0 .../two-tone/account_circle.svg | 0 .../{ => material}/two-tone/account_tree.svg | 0 .../src/{ => material}/two-tone/ad_units.svg | 0 .../src/{ => material}/two-tone/adb.svg | 0 .../src/{ => material}/two-tone/add.svg | 0 .../{ => material}/two-tone/add_a_photo.svg | 0 .../src/{ => material}/two-tone/add_alarm.svg | 0 .../src/{ => material}/two-tone/add_alert.svg | 0 .../src/{ => material}/two-tone/add_box.svg | 0 .../{ => material}/two-tone/add_business.svg | 0 .../src/{ => material}/two-tone/add_card.svg | 0 .../src/{ => material}/two-tone/add_chart.svg | 0 .../{ => material}/two-tone/add_circle.svg | 0 .../two-tone/add_circle_outline.svg | 0 .../{ => material}/two-tone/add_comment.svg | 0 .../src/{ => material}/two-tone/add_home.svg | 0 .../{ => material}/two-tone/add_home_work.svg | 0 .../{ => material}/two-tone/add_ic_call.svg | 0 .../src/{ => material}/two-tone/add_link.svg | 0 .../{ => material}/two-tone/add_location.svg | 0 .../two-tone/add_location_alt.svg | 0 .../{ => material}/two-tone/add_moderator.svg | 0 .../two-tone/add_photo_alternate.svg | 0 .../{ => material}/two-tone/add_reaction.svg | 0 .../src/{ => material}/two-tone/add_road.svg | 0 .../two-tone/add_shopping_cart.svg | 0 .../src/{ => material}/two-tone/add_task.svg | 0 .../{ => material}/two-tone/add_to_drive.svg | 0 .../two-tone/add_to_home_screen.svg | 0 .../{ => material}/two-tone/add_to_photos.svg | 0 .../{ => material}/two-tone/add_to_queue.svg | 0 .../src/{ => material}/two-tone/addchart.svg | 0 .../{ => material}/two-tone/adf_scanner.svg | 0 .../src/{ => material}/two-tone/adjust.svg | 0 .../two-tone/admin_panel_settings.svg | 0 .../src/{ => material}/two-tone/ads_click.svg | 0 .../{ => material}/two-tone/agriculture.svg | 0 .../src/{ => material}/two-tone/air.svg | 0 .../two-tone/airline_seat_flat.svg | 0 .../two-tone/airline_seat_flat_angled.svg | 0 .../airline_seat_individual_suite.svg | 0 .../two-tone/airline_seat_legroom_extra.svg | 0 .../two-tone/airline_seat_legroom_normal.svg | 0 .../two-tone/airline_seat_legroom_reduced.svg | 0 .../two-tone/airline_seat_recline_extra.svg | 0 .../two-tone/airline_seat_recline_normal.svg | 0 .../{ => material}/two-tone/airline_stops.svg | 0 .../src/{ => material}/two-tone/airlines.svg | 0 .../two-tone/airplane_ticket.svg | 0 .../two-tone/airplanemode_active.svg | 0 .../two-tone/airplanemode_inactive.svg | 0 .../src/{ => material}/two-tone/airplay.svg | 0 .../two-tone/airport_shuttle.svg | 0 .../src/{ => material}/two-tone/alarm.svg | 0 .../src/{ => material}/two-tone/alarm_add.svg | 0 .../src/{ => material}/two-tone/alarm_off.svg | 0 .../src/{ => material}/two-tone/alarm_on.svg | 0 .../src/{ => material}/two-tone/album.svg | 0 .../two-tone/align_horizontal_center.svg | 0 .../two-tone/align_horizontal_left.svg | 0 .../two-tone/align_horizontal_right.svg | 0 .../two-tone/align_vertical_bottom.svg | 0 .../two-tone/align_vertical_center.svg | 0 .../two-tone/align_vertical_top.svg | 0 .../src/{ => material}/two-tone/all_inbox.svg | 0 .../{ => material}/two-tone/all_inclusive.svg | 0 .../src/{ => material}/two-tone/all_out.svg | 0 .../src/{ => material}/two-tone/alt_route.svg | 0 .../two-tone/alternate_email.svg | 0 .../src/{ => material}/two-tone/analytics.svg | 0 .../src/{ => material}/two-tone/anchor.svg | 0 .../src/{ => material}/two-tone/android.svg | 0 .../src/{ => material}/two-tone/animation.svg | 0 .../{ => material}/two-tone/announcement.svg | 0 .../src/{ => material}/two-tone/aod.svg | 0 .../src/{ => material}/two-tone/apartment.svg | 0 .../src/{ => material}/two-tone/api.svg | 0 .../{ => material}/two-tone/app_blocking.svg | 0 .../two-tone/app_registration.svg | 0 .../two-tone/app_settings_alt.svg | 0 .../{ => material}/two-tone/app_shortcut.svg | 0 .../src/{ => material}/two-tone/approval.svg | 0 .../src/{ => material}/two-tone/apps.svg | 0 .../{ => material}/two-tone/apps_outage.svg | 0 .../{ => material}/two-tone/architecture.svg | 0 .../src/{ => material}/two-tone/archive.svg | 0 .../{ => material}/two-tone/area_chart.svg | 0 .../{ => material}/two-tone/arrow_back.svg | 0 .../two-tone/arrow_back_ios.svg | 0 .../two-tone/arrow_back_ios_new.svg | 0 .../two-tone/arrow_circle_down.svg | 0 .../two-tone/arrow_circle_left.svg | 0 .../two-tone/arrow_circle_right.svg | 0 .../two-tone/arrow_circle_up.svg | 0 .../two-tone/arrow_downward.svg | 0 .../two-tone/arrow_drop_down.svg | 0 .../two-tone/arrow_drop_down_circle.svg | 0 .../{ => material}/two-tone/arrow_drop_up.svg | 0 .../{ => material}/two-tone/arrow_forward.svg | 0 .../two-tone/arrow_forward_ios.svg | 0 .../{ => material}/two-tone/arrow_left.svg | 0 .../{ => material}/two-tone/arrow_outward.svg | 0 .../{ => material}/two-tone/arrow_right.svg | 0 .../two-tone/arrow_right_alt.svg | 0 .../{ => material}/two-tone/arrow_upward.svg | 0 .../src/{ => material}/two-tone/art_track.svg | 0 .../src/{ => material}/two-tone/article.svg | 0 .../{ => material}/two-tone/aspect_ratio.svg | 0 .../{ => material}/two-tone/assessment.svg | 0 .../{ => material}/two-tone/assignment.svg | 0 .../two-tone/assignment_ind.svg | 0 .../two-tone/assignment_late.svg | 0 .../two-tone/assignment_return.svg | 0 .../two-tone/assignment_returned.svg | 0 .../two-tone/assignment_turned_in.svg | 0 .../{ => material}/two-tone/assist_walker.svg | 0 .../src/{ => material}/two-tone/assistant.svg | 0 .../two-tone/assistant_direction.svg | 0 .../two-tone/assistant_photo.svg | 0 .../two-tone/assured_workload.svg | 0 .../src/{ => material}/two-tone/atm.svg | 0 .../{ => material}/two-tone/attach_email.svg | 0 .../{ => material}/two-tone/attach_file.svg | 0 .../{ => material}/two-tone/attach_money.svg | 0 .../{ => material}/two-tone/attachment.svg | 0 .../{ => material}/two-tone/attractions.svg | 0 .../{ => material}/two-tone/attribution.svg | 0 .../{ => material}/two-tone/audio_file.svg | 0 .../{ => material}/two-tone/audiotrack.svg | 0 .../{ => material}/two-tone/auto_awesome.svg | 0 .../two-tone/auto_awesome_mosaic.svg | 0 .../two-tone/auto_awesome_motion.svg | 0 .../{ => material}/two-tone/auto_delete.svg | 0 .../{ => material}/two-tone/auto_fix_high.svg | 0 .../two-tone/auto_fix_normal.svg | 0 .../{ => material}/two-tone/auto_fix_off.svg | 0 .../{ => material}/two-tone/auto_graph.svg | 0 .../src/{ => material}/two-tone/auto_mode.svg | 0 .../{ => material}/two-tone/auto_stories.svg | 0 .../two-tone/autofps_select.svg | 0 .../src/{ => material}/two-tone/autorenew.svg | 0 .../src/{ => material}/two-tone/av_timer.svg | 0 .../two-tone/baby_changing_station.svg | 0 .../src/{ => material}/two-tone/back_hand.svg | 0 .../src/{ => material}/two-tone/backpack.svg | 0 .../src/{ => material}/two-tone/backspace.svg | 0 .../src/{ => material}/two-tone/backup.svg | 0 .../{ => material}/two-tone/backup_table.svg | 0 .../src/{ => material}/two-tone/badge.svg | 0 .../{ => material}/two-tone/bakery_dining.svg | 0 .../src/{ => material}/two-tone/balance.svg | 0 .../src/{ => material}/two-tone/balcony.svg | 0 .../src/{ => material}/two-tone/ballot.svg | 0 .../src/{ => material}/two-tone/bar_chart.svg | 0 .../two-tone/batch_prediction.svg | 0 .../src/{ => material}/two-tone/bathroom.svg | 0 .../src/{ => material}/two-tone/bathtub.svg | 0 .../{ => material}/two-tone/battery_0_bar.svg | 0 .../{ => material}/two-tone/battery_1_bar.svg | 0 .../{ => material}/two-tone/battery_2_bar.svg | 0 .../{ => material}/two-tone/battery_3_bar.svg | 0 .../{ => material}/two-tone/battery_4_bar.svg | 0 .../{ => material}/two-tone/battery_5_bar.svg | 0 .../{ => material}/two-tone/battery_6_bar.svg | 0 .../{ => material}/two-tone/battery_alert.svg | 0 .../two-tone/battery_charging_full.svg | 0 .../{ => material}/two-tone/battery_full.svg | 0 .../{ => material}/two-tone/battery_saver.svg | 0 .../{ => material}/two-tone/battery_std.svg | 0 .../two-tone/battery_unknown.svg | 0 .../{ => material}/two-tone/beach_access.svg | 0 .../src/{ => material}/two-tone/bed.svg | 0 .../{ => material}/two-tone/bedroom_baby.svg | 0 .../{ => material}/two-tone/bedroom_child.svg | 0 .../two-tone/bedroom_parent.svg | 0 .../src/{ => material}/two-tone/bedtime.svg | 0 .../{ => material}/two-tone/bedtime_off.svg | 0 .../src/{ => material}/two-tone/beenhere.svg | 0 .../src/{ => material}/two-tone/bento.svg | 0 .../{ => material}/two-tone/bike_scooter.svg | 0 .../src/{ => material}/two-tone/biotech.svg | 0 .../src/{ => material}/two-tone/blender.svg | 0 .../src/{ => material}/two-tone/blind.svg | 0 .../src/{ => material}/two-tone/blinds.svg | 0 .../{ => material}/two-tone/blinds_closed.svg | 0 .../src/{ => material}/two-tone/block.svg | 0 .../src/{ => material}/two-tone/bloodtype.svg | 0 .../src/{ => material}/two-tone/bluetooth.svg | 0 .../two-tone/bluetooth_audio.svg | 0 .../two-tone/bluetooth_connected.svg | 0 .../two-tone/bluetooth_disabled.svg | 0 .../two-tone/bluetooth_drive.svg | 0 .../two-tone/bluetooth_searching.svg | 0 .../{ => material}/two-tone/blur_circular.svg | 0 .../{ => material}/two-tone/blur_linear.svg | 0 .../src/{ => material}/two-tone/blur_off.svg | 0 .../src/{ => material}/two-tone/blur_on.svg | 0 .../src/{ => material}/two-tone/bolt.svg | 0 .../src/{ => material}/two-tone/book.svg | 0 .../{ => material}/two-tone/book_online.svg | 0 .../src/{ => material}/two-tone/bookmark.svg | 0 .../{ => material}/two-tone/bookmark_add.svg | 0 .../two-tone/bookmark_added.svg | 0 .../two-tone/bookmark_border.svg | 0 .../two-tone/bookmark_remove.svg | 0 .../src/{ => material}/two-tone/bookmarks.svg | 0 .../{ => material}/two-tone/border_all.svg | 0 .../{ => material}/two-tone/border_bottom.svg | 0 .../{ => material}/two-tone/border_clear.svg | 0 .../{ => material}/two-tone/border_color.svg | 0 .../two-tone/border_horizontal.svg | 0 .../{ => material}/two-tone/border_inner.svg | 0 .../{ => material}/two-tone/border_left.svg | 0 .../{ => material}/two-tone/border_outer.svg | 0 .../{ => material}/two-tone/border_right.svg | 0 .../{ => material}/two-tone/border_style.svg | 0 .../{ => material}/two-tone/border_top.svg | 0 .../two-tone/border_vertical.svg | 0 .../src/{ => material}/two-tone/boy.svg | 0 .../two-tone/branding_watermark.svg | 0 .../two-tone/breakfast_dining.svg | 0 .../{ => material}/two-tone/brightness_1.svg | 0 .../{ => material}/two-tone/brightness_2.svg | 0 .../{ => material}/two-tone/brightness_3.svg | 0 .../{ => material}/two-tone/brightness_4.svg | 0 .../{ => material}/two-tone/brightness_5.svg | 0 .../{ => material}/two-tone/brightness_6.svg | 0 .../{ => material}/two-tone/brightness_7.svg | 0 .../two-tone/brightness_auto.svg | 0 .../two-tone/brightness_high.svg | 0 .../two-tone/brightness_low.svg | 0 .../two-tone/brightness_medium.svg | 0 .../two-tone/broadcast_on_home.svg | 0 .../two-tone/broadcast_on_personal.svg | 0 .../{ => material}/two-tone/broken_image.svg | 0 .../two-tone/browse_gallery.svg | 0 .../two-tone/browser_not_supported.svg | 0 .../two-tone/browser_updated.svg | 0 .../{ => material}/two-tone/brunch_dining.svg | 0 .../src/{ => material}/two-tone/brush.svg | 0 .../{ => material}/two-tone/bubble_chart.svg | 0 .../{ => material}/two-tone/bug_report.svg | 0 .../src/{ => material}/two-tone/build.svg | 0 .../{ => material}/two-tone/build_circle.svg | 0 .../src/{ => material}/two-tone/bungalow.svg | 0 .../{ => material}/two-tone/burst_mode.svg | 0 .../src/{ => material}/two-tone/bus_alert.svg | 0 .../src/{ => material}/two-tone/business.svg | 0 .../two-tone/business_center.svg | 0 .../src/{ => material}/two-tone/cabin.svg | 0 .../src/{ => material}/two-tone/cable.svg | 0 .../src/{ => material}/two-tone/cached.svg | 0 .../src/{ => material}/two-tone/cake.svg | 0 .../src/{ => material}/two-tone/calculate.svg | 0 .../two-tone/calendar_month.svg | 0 .../two-tone/calendar_today.svg | 0 .../two-tone/calendar_view_day.svg | 0 .../two-tone/calendar_view_month.svg | 0 .../two-tone/calendar_view_week.svg | 0 .../src/{ => material}/two-tone/call.svg | 0 .../src/{ => material}/two-tone/call_end.svg | 0 .../src/{ => material}/two-tone/call_made.svg | 0 .../{ => material}/two-tone/call_merge.svg | 0 .../{ => material}/two-tone/call_missed.svg | 0 .../two-tone/call_missed_outgoing.svg | 0 .../{ => material}/two-tone/call_received.svg | 0 .../{ => material}/two-tone/call_split.svg | 0 .../two-tone/call_to_action.svg | 0 .../src/{ => material}/two-tone/camera.svg | 0 .../{ => material}/two-tone/camera_alt.svg | 0 .../two-tone/camera_enhance.svg | 0 .../{ => material}/two-tone/camera_front.svg | 0 .../{ => material}/two-tone/camera_indoor.svg | 0 .../two-tone/camera_outdoor.svg | 0 .../{ => material}/two-tone/camera_rear.svg | 0 .../{ => material}/two-tone/camera_roll.svg | 0 .../{ => material}/two-tone/cameraswitch.svg | 0 .../src/{ => material}/two-tone/campaign.svg | 0 .../src/{ => material}/two-tone/cancel.svg | 0 .../two-tone/cancel_presentation.svg | 0 .../two-tone/cancel_schedule_send.svg | 0 .../two-tone/candlestick_chart.svg | 0 .../src/{ => material}/two-tone/car_crash.svg | 0 .../{ => material}/two-tone/car_rental.svg | 0 .../{ => material}/two-tone/car_repair.svg | 0 .../{ => material}/two-tone/card_giftcard.svg | 0 .../two-tone/card_membership.svg | 0 .../{ => material}/two-tone/card_travel.svg | 0 .../src/{ => material}/two-tone/carpenter.svg | 0 .../src/{ => material}/two-tone/cases.svg | 0 .../src/{ => material}/two-tone/casino.svg | 0 .../src/{ => material}/two-tone/cast.svg | 0 .../two-tone/cast_connected.svg | 0 .../two-tone/cast_for_education.svg | 0 .../src/{ => material}/two-tone/castle.svg | 0 .../two-tone/catching_pokemon.svg | 0 .../src/{ => material}/two-tone/category.svg | 0 .../{ => material}/two-tone/celebration.svg | 0 .../{ => material}/two-tone/cell_tower.svg | 0 .../src/{ => material}/two-tone/cell_wifi.svg | 0 .../two-tone/center_focus_strong.svg | 0 .../two-tone/center_focus_weak.svg | 0 .../src/{ => material}/two-tone/chair.svg | 0 .../src/{ => material}/two-tone/chair_alt.svg | 0 .../src/{ => material}/two-tone/chalet.svg | 0 .../{ => material}/two-tone/change_circle.svg | 0 .../two-tone/change_history.svg | 0 .../two-tone/charging_station.svg | 0 .../src/{ => material}/two-tone/chat.svg | 0 .../{ => material}/two-tone/chat_bubble.svg | 0 .../two-tone/chat_bubble_outline.svg | 0 .../src/{ => material}/two-tone/check.svg | 0 .../src/{ => material}/two-tone/check_box.svg | 0 .../two-tone/check_box_outline_blank.svg | 0 .../{ => material}/two-tone/check_circle.svg | 0 .../two-tone/check_circle_outline.svg | 0 .../src/{ => material}/two-tone/checklist.svg | 0 .../{ => material}/two-tone/checklist_rtl.svg | 0 .../src/{ => material}/two-tone/checkroom.svg | 0 .../{ => material}/two-tone/chevron_left.svg | 0 .../{ => material}/two-tone/chevron_right.svg | 0 .../{ => material}/two-tone/child_care.svg | 0 .../two-tone/child_friendly.svg | 0 .../two-tone/chrome_reader_mode.svg | 0 .../src/{ => material}/two-tone/church.svg | 0 .../src/{ => material}/two-tone/circle.svg | 0 .../two-tone/circle_notifications.svg | 0 .../src/{ => material}/two-tone/class.svg | 0 .../{ => material}/two-tone/clean_hands.svg | 0 .../two-tone/cleaning_services.svg | 0 .../src/{ => material}/two-tone/clear.svg | 0 .../src/{ => material}/two-tone/clear_all.svg | 0 .../src/{ => material}/two-tone/close.svg | 0 .../two-tone/close_fullscreen.svg | 0 .../two-tone/closed_caption.svg | 0 .../two-tone/closed_caption_disabled.svg | 0 .../two-tone/closed_caption_off.svg | 0 .../src/{ => material}/two-tone/cloud.svg | 0 .../{ => material}/two-tone/cloud_circle.svg | 0 .../{ => material}/two-tone/cloud_done.svg | 0 .../two-tone/cloud_download.svg | 0 .../src/{ => material}/two-tone/cloud_off.svg | 0 .../{ => material}/two-tone/cloud_queue.svg | 0 .../{ => material}/two-tone/cloud_sync.svg | 0 .../{ => material}/two-tone/cloud_upload.svg | 0 .../src/{ => material}/two-tone/co2.svg | 0 .../{ => material}/two-tone/co_present.svg | 0 .../src/{ => material}/two-tone/code.svg | 0 .../src/{ => material}/two-tone/code_off.svg | 0 .../src/{ => material}/two-tone/coffee.svg | 0 .../{ => material}/two-tone/coffee_maker.svg | 0 .../{ => material}/two-tone/collections.svg | 0 .../two-tone/collections_bookmark.svg | 0 .../{ => material}/two-tone/color_lens.svg | 0 .../src/{ => material}/two-tone/colorize.svg | 0 .../src/{ => material}/two-tone/comment.svg | 0 .../{ => material}/two-tone/comment_bank.svg | 0 .../two-tone/comments_disabled.svg | 0 .../src/{ => material}/two-tone/commit.svg | 0 .../src/{ => material}/two-tone/commute.svg | 0 .../src/{ => material}/two-tone/compare.svg | 0 .../two-tone/compare_arrows.svg | 0 .../two-tone/compass_calibration.svg | 0 .../src/{ => material}/two-tone/compost.svg | 0 .../src/{ => material}/two-tone/compress.svg | 0 .../src/{ => material}/two-tone/computer.svg | 0 .../two-tone/confirmation_number.svg | 0 .../two-tone/connect_without_contact.svg | 0 .../{ => material}/two-tone/connected_tv.svg | 0 .../two-tone/connecting_airports.svg | 0 .../{ => material}/two-tone/construction.svg | 0 .../two-tone/contact_emergency.svg | 0 .../{ => material}/two-tone/contact_mail.svg | 0 .../{ => material}/two-tone/contact_page.svg | 0 .../{ => material}/two-tone/contact_phone.svg | 0 .../two-tone/contact_support.svg | 0 .../{ => material}/two-tone/contactless.svg | 0 .../src/{ => material}/two-tone/contacts.svg | 0 .../{ => material}/two-tone/content_copy.svg | 0 .../{ => material}/two-tone/content_cut.svg | 0 .../{ => material}/two-tone/content_paste.svg | 0 .../two-tone/content_paste_go.svg | 0 .../two-tone/content_paste_off.svg | 0 .../two-tone/content_paste_search.svg | 0 .../src/{ => material}/two-tone/contrast.svg | 0 .../two-tone/control_camera.svg | 0 .../{ => material}/two-tone/control_point.svg | 0 .../two-tone/control_point_duplicate.svg | 0 .../src/{ => material}/two-tone/cookie.svg | 0 .../src/{ => material}/two-tone/copy_all.svg | 0 .../src/{ => material}/two-tone/copyright.svg | 0 .../{ => material}/two-tone/coronavirus.svg | 0 .../two-tone/corporate_fare.svg | 0 .../src/{ => material}/two-tone/cottage.svg | 0 .../{ => material}/two-tone/countertops.svg | 0 .../src/{ => material}/two-tone/create.svg | 0 .../two-tone/create_new_folder.svg | 0 .../{ => material}/two-tone/credit_card.svg | 0 .../two-tone/credit_card_off.svg | 0 .../{ => material}/two-tone/credit_score.svg | 0 .../src/{ => material}/two-tone/crib.svg | 0 .../{ => material}/two-tone/crisis_alert.svg | 0 .../src/{ => material}/two-tone/crop.svg | 0 .../src/{ => material}/two-tone/crop_16_9.svg | 0 .../src/{ => material}/two-tone/crop_3_2.svg | 0 .../src/{ => material}/two-tone/crop_5_4.svg | 0 .../src/{ => material}/two-tone/crop_7_5.svg | 0 .../src/{ => material}/two-tone/crop_din.svg | 0 .../src/{ => material}/two-tone/crop_free.svg | 0 .../two-tone/crop_landscape.svg | 0 .../{ => material}/two-tone/crop_original.svg | 0 .../{ => material}/two-tone/crop_portrait.svg | 0 .../{ => material}/two-tone/crop_rotate.svg | 0 .../{ => material}/two-tone/crop_square.svg | 0 .../{ => material}/two-tone/cruelty_free.svg | 0 .../src/{ => material}/two-tone/css.svg | 0 .../two-tone/currency_bitcoin.svg | 0 .../two-tone/currency_exchange.svg | 0 .../two-tone/currency_franc.svg | 0 .../{ => material}/two-tone/currency_lira.svg | 0 .../two-tone/currency_pound.svg | 0 .../two-tone/currency_ruble.svg | 0 .../two-tone/currency_rupee.svg | 0 .../{ => material}/two-tone/currency_yen.svg | 0 .../{ => material}/two-tone/currency_yuan.svg | 0 .../src/{ => material}/two-tone/curtains.svg | 0 .../two-tone/curtains_closed.svg | 0 .../src/{ => material}/two-tone/cyclone.svg | 0 .../src/{ => material}/two-tone/dangerous.svg | 0 .../src/{ => material}/two-tone/dark_mode.svg | 0 .../src/{ => material}/two-tone/dashboard.svg | 0 .../two-tone/dashboard_customize.svg | 0 .../{ => material}/two-tone/data_array.svg | 0 .../two-tone/data_exploration.svg | 0 .../{ => material}/two-tone/data_object.svg | 0 .../two-tone/data_saver_off.svg | 0 .../{ => material}/two-tone/data_saver_on.svg | 0 .../two-tone/data_thresholding.svg | 0 .../{ => material}/two-tone/data_usage.svg | 0 .../src/{ => material}/two-tone/dataset.svg | 0 .../two-tone/dataset_linked.svg | 0 .../{ => material}/two-tone/date_range.svg | 0 .../src/{ => material}/two-tone/deblur.svg | 0 .../src/{ => material}/two-tone/deck.svg | 0 .../src/{ => material}/two-tone/dehaze.svg | 0 .../src/{ => material}/two-tone/delete.svg | 0 .../two-tone/delete_forever.svg | 0 .../two-tone/delete_outline.svg | 0 .../{ => material}/two-tone/delete_sweep.svg | 0 .../two-tone/delivery_dining.svg | 0 .../{ => material}/two-tone/density_large.svg | 0 .../two-tone/density_medium.svg | 0 .../{ => material}/two-tone/density_small.svg | 0 .../two-tone/departure_board.svg | 0 .../{ => material}/two-tone/description.svg | 0 .../src/{ => material}/two-tone/deselect.svg | 0 .../two-tone/design_services.svg | 0 .../src/{ => material}/two-tone/desk.svg | 0 .../two-tone/desktop_access_disabled.svg | 0 .../{ => material}/two-tone/desktop_mac.svg | 0 .../two-tone/desktop_windows.svg | 0 .../src/{ => material}/two-tone/details.svg | 0 .../two-tone/developer_board.svg | 0 .../two-tone/developer_board_off.svg | 0 .../two-tone/developer_mode.svg | 0 .../{ => material}/two-tone/device_hub.svg | 0 .../two-tone/device_thermostat.svg | 0 .../two-tone/device_unknown.svg | 0 .../src/{ => material}/two-tone/devices.svg | 0 .../{ => material}/two-tone/devices_fold.svg | 0 .../{ => material}/two-tone/devices_other.svg | 0 .../{ => material}/two-tone/dialer_sip.svg | 0 .../src/{ => material}/two-tone/dialpad.svg | 0 .../src/{ => material}/two-tone/diamond.svg | 0 .../{ => material}/two-tone/difference.svg | 0 .../src/{ => material}/two-tone/dining.svg | 0 .../{ => material}/two-tone/dinner_dining.svg | 0 .../{ => material}/two-tone/directions.svg | 0 .../two-tone/directions_bike.svg | 0 .../two-tone/directions_boat.svg | 0 .../two-tone/directions_boat_filled.svg | 0 .../two-tone/directions_bus.svg | 0 .../two-tone/directions_bus_filled.svg | 0 .../two-tone/directions_car.svg | 0 .../two-tone/directions_car_filled.svg | 0 .../two-tone/directions_off.svg | 0 .../two-tone/directions_railway.svg | 0 .../two-tone/directions_railway_filled.svg | 0 .../two-tone/directions_run.svg | 0 .../two-tone/directions_subway.svg | 0 .../two-tone/directions_subway_filled.svg | 0 .../two-tone/directions_transit.svg | 0 .../two-tone/directions_transit_filled.svg | 0 .../two-tone/directions_walk.svg | 0 .../{ => material}/two-tone/dirty_lens.svg | 0 .../two-tone/disabled_by_default.svg | 0 .../two-tone/disabled_visible.svg | 0 .../src/{ => material}/two-tone/disc_full.svg | 0 .../src/{ => material}/two-tone/discount.svg | 0 .../two-tone/display_settings.svg | 0 .../{ => material}/two-tone/diversity_1.svg | 0 .../{ => material}/two-tone/diversity_2.svg | 0 .../{ => material}/two-tone/diversity_3.svg | 0 .../src/{ => material}/two-tone/dns.svg | 0 .../{ => material}/two-tone/do_disturb.svg | 0 .../two-tone/do_disturb_alt.svg | 0 .../two-tone/do_disturb_off.svg | 0 .../{ => material}/two-tone/do_disturb_on.svg | 0 .../two-tone/do_not_disturb.svg | 0 .../two-tone/do_not_disturb_alt.svg | 0 .../two-tone/do_not_disturb_off.svg | 0 .../two-tone/do_not_disturb_on.svg | 0 .../do_not_disturb_on_total_silence.svg | 0 .../{ => material}/two-tone/do_not_step.svg | 0 .../{ => material}/two-tone/do_not_touch.svg | 0 .../src/{ => material}/two-tone/dock.svg | 0 .../two-tone/document_scanner.svg | 0 .../src/{ => material}/two-tone/domain.svg | 0 .../{ => material}/two-tone/domain_add.svg | 0 .../two-tone/domain_disabled.svg | 0 .../two-tone/domain_verification.svg | 0 .../src/{ => material}/two-tone/done.svg | 0 .../src/{ => material}/two-tone/done_all.svg | 0 .../{ => material}/two-tone/done_outline.svg | 0 .../{ => material}/two-tone/donut_large.svg | 0 .../{ => material}/two-tone/donut_small.svg | 0 .../src/{ => material}/two-tone/door_back.svg | 0 .../{ => material}/two-tone/door_front.svg | 0 .../{ => material}/two-tone/door_sliding.svg | 0 .../src/{ => material}/two-tone/doorbell.svg | 0 .../{ => material}/two-tone/double_arrow.svg | 0 .../two-tone/downhill_skiing.svg | 0 .../src/{ => material}/two-tone/download.svg | 0 .../{ => material}/two-tone/download_done.svg | 0 .../two-tone/download_for_offline.svg | 0 .../{ => material}/two-tone/downloading.svg | 0 .../src/{ => material}/two-tone/drafts.svg | 0 .../{ => material}/two-tone/drag_handle.svg | 0 .../two-tone/drag_indicator.svg | 0 .../src/{ => material}/two-tone/draw.svg | 0 .../src/{ => material}/two-tone/drive_eta.svg | 0 .../two-tone/drive_file_move.svg | 0 .../two-tone/drive_file_move_rtl.svg | 0 .../two-tone/drive_file_rename_outline.svg | 0 .../two-tone/drive_folder_upload.svg | 0 .../src/{ => material}/two-tone/dry.svg | 0 .../{ => material}/two-tone/dry_cleaning.svg | 0 .../src/{ => material}/two-tone/duo.svg | 0 .../src/{ => material}/two-tone/dvr.svg | 0 .../{ => material}/two-tone/dynamic_feed.svg | 0 .../{ => material}/two-tone/dynamic_form.svg | 0 .../{ => material}/two-tone/e_mobiledata.svg | 0 .../src/{ => material}/two-tone/earbuds.svg | 0 .../two-tone/earbuds_battery.svg | 0 .../src/{ => material}/two-tone/east.svg | 0 .../two-tone/edgesensor_high.svg | 0 .../two-tone/edgesensor_low.svg | 0 .../src/{ => material}/two-tone/edit.svg | 0 .../two-tone/edit_attributes.svg | 0 .../{ => material}/two-tone/edit_calendar.svg | 0 .../{ => material}/two-tone/edit_location.svg | 0 .../two-tone/edit_location_alt.svg | 0 .../src/{ => material}/two-tone/edit_note.svg | 0 .../two-tone/edit_notifications.svg | 0 .../src/{ => material}/two-tone/edit_off.svg | 0 .../src/{ => material}/two-tone/edit_road.svg | 0 .../src/{ => material}/two-tone/egg.svg | 0 .../src/{ => material}/two-tone/egg_alt.svg | 0 .../src/{ => material}/two-tone/eject.svg | 0 .../src/{ => material}/two-tone/elderly.svg | 0 .../{ => material}/two-tone/elderly_woman.svg | 0 .../{ => material}/two-tone/electric_bike.svg | 0 .../{ => material}/two-tone/electric_bolt.svg | 0 .../{ => material}/two-tone/electric_car.svg | 0 .../two-tone/electric_meter.svg | 0 .../two-tone/electric_moped.svg | 0 .../two-tone/electric_rickshaw.svg | 0 .../two-tone/electric_scooter.svg | 0 .../two-tone/electrical_services.svg | 0 .../src/{ => material}/two-tone/elevator.svg | 0 .../src/{ => material}/two-tone/email.svg | 0 .../src/{ => material}/two-tone/emergency.svg | 0 .../two-tone/emergency_recording.svg | 0 .../two-tone/emergency_share.svg | 0 .../two-tone/emoji_emotions.svg | 0 .../{ => material}/two-tone/emoji_events.svg | 0 .../two-tone/emoji_food_beverage.svg | 0 .../{ => material}/two-tone/emoji_nature.svg | 0 .../{ => material}/two-tone/emoji_objects.svg | 0 .../{ => material}/two-tone/emoji_people.svg | 0 .../{ => material}/two-tone/emoji_symbols.svg | 0 .../two-tone/emoji_transportation.svg | 0 .../two-tone/energy_savings_leaf.svg | 0 .../{ => material}/two-tone/engineering.svg | 0 .../two-tone/enhanced_encryption.svg | 0 .../src/{ => material}/two-tone/equalizer.svg | 0 .../src/{ => material}/two-tone/error.svg | 0 .../{ => material}/two-tone/error_outline.svg | 0 .../src/{ => material}/two-tone/escalator.svg | 0 .../two-tone/escalator_warning.svg | 0 .../src/{ => material}/two-tone/euro.svg | 0 .../{ => material}/two-tone/euro_symbol.svg | 0 .../{ => material}/two-tone/ev_station.svg | 0 .../src/{ => material}/two-tone/event.svg | 0 .../two-tone/event_available.svg | 0 .../{ => material}/two-tone/event_busy.svg | 0 .../{ => material}/two-tone/event_note.svg | 0 .../{ => material}/two-tone/event_repeat.svg | 0 .../{ => material}/two-tone/event_seat.svg | 0 .../{ => material}/two-tone/exit_to_app.svg | 0 .../src/{ => material}/two-tone/expand.svg | 0 .../two-tone/expand_circle_down.svg | 0 .../{ => material}/two-tone/expand_less.svg | 0 .../{ => material}/two-tone/expand_more.svg | 0 .../src/{ => material}/two-tone/explicit.svg | 0 .../src/{ => material}/two-tone/explore.svg | 0 .../{ => material}/two-tone/explore_off.svg | 0 .../src/{ => material}/two-tone/exposure.svg | 0 .../two-tone/exposure_neg_1.svg | 0 .../two-tone/exposure_neg_2.svg | 0 .../two-tone/exposure_plus_1.svg | 0 .../two-tone/exposure_plus_2.svg | 0 .../{ => material}/two-tone/exposure_zero.svg | 0 .../src/{ => material}/two-tone/extension.svg | 0 .../{ => material}/two-tone/extension_off.svg | 0 .../src/{ => material}/two-tone/face.svg | 0 .../src/{ => material}/two-tone/face_2.svg | 0 .../src/{ => material}/two-tone/face_3.svg | 0 .../src/{ => material}/two-tone/face_4.svg | 0 .../src/{ => material}/two-tone/face_5.svg | 0 .../src/{ => material}/two-tone/face_6.svg | 0 .../two-tone/face_retouching_natural.svg | 0 .../two-tone/face_retouching_off.svg | 0 .../{ => material}/two-tone/fact_check.svg | 0 .../src/{ => material}/two-tone/factory.svg | 0 .../two-tone/family_restroom.svg | 0 .../{ => material}/two-tone/fast_forward.svg | 0 .../{ => material}/two-tone/fast_rewind.svg | 0 .../src/{ => material}/two-tone/fastfood.svg | 0 .../src/{ => material}/two-tone/favorite.svg | 0 .../two-tone/favorite_border.svg | 0 .../src/{ => material}/two-tone/fax.svg | 0 .../two-tone/featured_play_list.svg | 0 .../two-tone/featured_video.svg | 0 .../src/{ => material}/two-tone/feed.svg | 0 .../src/{ => material}/two-tone/feedback.svg | 0 .../src/{ => material}/two-tone/female.svg | 0 .../src/{ => material}/two-tone/fence.svg | 0 .../src/{ => material}/two-tone/festival.svg | 0 .../src/{ => material}/two-tone/fiber_dvr.svg | 0 .../two-tone/fiber_manual_record.svg | 0 .../src/{ => material}/two-tone/fiber_new.svg | 0 .../src/{ => material}/two-tone/fiber_pin.svg | 0 .../two-tone/fiber_smart_record.svg | 0 .../src/{ => material}/two-tone/file_copy.svg | 0 .../{ => material}/two-tone/file_download.svg | 0 .../two-tone/file_download_done.svg | 0 .../two-tone/file_download_off.svg | 0 .../src/{ => material}/two-tone/file_open.svg | 0 .../{ => material}/two-tone/file_present.svg | 0 .../{ => material}/two-tone/file_upload.svg | 0 .../src/{ => material}/two-tone/filter.svg | 0 .../src/{ => material}/two-tone/filter_1.svg | 0 .../src/{ => material}/two-tone/filter_2.svg | 0 .../src/{ => material}/two-tone/filter_3.svg | 0 .../src/{ => material}/two-tone/filter_4.svg | 0 .../src/{ => material}/two-tone/filter_5.svg | 0 .../src/{ => material}/two-tone/filter_6.svg | 0 .../src/{ => material}/two-tone/filter_7.svg | 0 .../src/{ => material}/two-tone/filter_8.svg | 0 .../src/{ => material}/two-tone/filter_9.svg | 0 .../{ => material}/two-tone/filter_9_plus.svg | 0 .../{ => material}/two-tone/filter_alt.svg | 0 .../two-tone/filter_alt_off.svg | 0 .../two-tone/filter_b_and_w.svg | 0 .../two-tone/filter_center_focus.svg | 0 .../{ => material}/two-tone/filter_drama.svg | 0 .../{ => material}/two-tone/filter_frames.svg | 0 .../{ => material}/two-tone/filter_hdr.svg | 0 .../{ => material}/two-tone/filter_list.svg | 0 .../two-tone/filter_list_off.svg | 0 .../{ => material}/two-tone/filter_none.svg | 0 .../two-tone/filter_tilt_shift.svg | 0 .../two-tone/filter_vintage.svg | 0 .../{ => material}/two-tone/find_in_page.svg | 0 .../{ => material}/two-tone/find_replace.svg | 0 .../{ => material}/two-tone/fingerprint.svg | 0 .../two-tone/fire_extinguisher.svg | 0 .../two-tone/fire_hydrant_alt.svg | 0 .../{ => material}/two-tone/fire_truck.svg | 0 .../src/{ => material}/two-tone/fireplace.svg | 0 .../{ => material}/two-tone/first_page.svg | 0 .../{ => material}/two-tone/fit_screen.svg | 0 .../src/{ => material}/two-tone/fitbit.svg | 0 .../two-tone/fitness_center.svg | 0 .../src/{ => material}/two-tone/flag.svg | 0 .../{ => material}/two-tone/flag_circle.svg | 0 .../src/{ => material}/two-tone/flaky.svg | 0 .../src/{ => material}/two-tone/flare.svg | 0 .../{ => material}/two-tone/flash_auto.svg | 0 .../src/{ => material}/two-tone/flash_off.svg | 0 .../src/{ => material}/two-tone/flash_on.svg | 0 .../two-tone/flashlight_off.svg | 0 .../{ => material}/two-tone/flashlight_on.svg | 0 .../src/{ => material}/two-tone/flatware.svg | 0 .../src/{ => material}/two-tone/flight.svg | 0 .../{ => material}/two-tone/flight_class.svg | 0 .../{ => material}/two-tone/flight_land.svg | 0 .../two-tone/flight_takeoff.svg | 0 .../src/{ => material}/two-tone/flip.svg | 0 .../two-tone/flip_camera_android.svg | 0 .../two-tone/flip_camera_ios.svg | 0 .../{ => material}/two-tone/flip_to_back.svg | 0 .../{ => material}/two-tone/flip_to_front.svg | 0 .../src/{ => material}/two-tone/flood.svg | 0 .../{ => material}/two-tone/fluorescent.svg | 0 .../{ => material}/two-tone/flutter_dash.svg | 0 .../src/{ => material}/two-tone/fmd_bad.svg | 0 .../src/{ => material}/two-tone/fmd_good.svg | 0 .../src/{ => material}/two-tone/folder.svg | 0 .../{ => material}/two-tone/folder_copy.svg | 0 .../{ => material}/two-tone/folder_delete.svg | 0 .../{ => material}/two-tone/folder_off.svg | 0 .../{ => material}/two-tone/folder_open.svg | 0 .../{ => material}/two-tone/folder_shared.svg | 0 .../two-tone/folder_special.svg | 0 .../{ => material}/two-tone/folder_zip.svg | 0 .../two-tone/follow_the_signs.svg | 0 .../{ => material}/two-tone/font_download.svg | 0 .../two-tone/font_download_off.svg | 0 .../src/{ => material}/two-tone/food_bank.svg | 0 .../src/{ => material}/two-tone/forest.svg | 0 .../src/{ => material}/two-tone/fork_left.svg | 0 .../{ => material}/two-tone/fork_right.svg | 0 .../two-tone/format_align_center.svg | 0 .../two-tone/format_align_justify.svg | 0 .../two-tone/format_align_left.svg | 0 .../two-tone/format_align_right.svg | 0 .../{ => material}/two-tone/format_bold.svg | 0 .../{ => material}/two-tone/format_clear.svg | 0 .../two-tone/format_color_fill.svg | 0 .../two-tone/format_color_reset.svg | 0 .../two-tone/format_color_text.svg | 0 .../two-tone/format_indent_decrease.svg | 0 .../two-tone/format_indent_increase.svg | 0 .../{ => material}/two-tone/format_italic.svg | 0 .../two-tone/format_line_spacing.svg | 0 .../two-tone/format_list_bulleted.svg | 0 .../two-tone/format_list_numbered.svg | 0 .../two-tone/format_list_numbered_rtl.svg | 0 .../two-tone/format_overline.svg | 0 .../{ => material}/two-tone/format_paint.svg | 0 .../{ => material}/two-tone/format_quote.svg | 0 .../{ => material}/two-tone/format_shapes.svg | 0 .../{ => material}/two-tone/format_size.svg | 0 .../two-tone/format_strikethrough.svg | 0 .../two-tone/format_textdirection_l_to_r.svg | 0 .../two-tone/format_textdirection_r_to_l.svg | 0 .../two-tone/format_underlined.svg | 0 .../src/{ => material}/two-tone/fort.svg | 0 .../src/{ => material}/two-tone/forum.svg | 0 .../src/{ => material}/two-tone/forward.svg | 0 .../{ => material}/two-tone/forward_10.svg | 0 .../{ => material}/two-tone/forward_30.svg | 0 .../src/{ => material}/two-tone/forward_5.svg | 0 .../two-tone/forward_to_inbox.svg | 0 .../{ => material}/two-tone/foundation.svg | 0 .../two-tone/free_breakfast.svg | 0 .../two-tone/free_cancellation.svg | 0 .../{ => material}/two-tone/front_hand.svg | 0 .../{ => material}/two-tone/fullscreen.svg | 0 .../two-tone/fullscreen_exit.svg | 0 .../src/{ => material}/two-tone/functions.svg | 0 .../{ => material}/two-tone/g_mobiledata.svg | 0 .../{ => material}/two-tone/g_translate.svg | 0 .../src/{ => material}/two-tone/gamepad.svg | 0 .../src/{ => material}/two-tone/games.svg | 0 .../src/{ => material}/two-tone/garage.svg | 0 .../src/{ => material}/two-tone/gas_meter.svg | 0 .../src/{ => material}/two-tone/gavel.svg | 0 .../two-tone/generating_tokens.svg | 0 .../src/{ => material}/two-tone/gesture.svg | 0 .../src/{ => material}/two-tone/get_app.svg | 0 .../src/{ => material}/two-tone/gif.svg | 0 .../src/{ => material}/two-tone/gif_box.svg | 0 .../src/{ => material}/two-tone/girl.svg | 0 .../src/{ => material}/two-tone/gite.svg | 0 .../{ => material}/two-tone/golf_course.svg | 0 .../src/{ => material}/two-tone/gpp_bad.svg | 0 .../src/{ => material}/two-tone/gpp_good.svg | 0 .../src/{ => material}/two-tone/gpp_maybe.svg | 0 .../src/{ => material}/two-tone/gps_fixed.svg | 0 .../{ => material}/two-tone/gps_not_fixed.svg | 0 .../src/{ => material}/two-tone/gps_off.svg | 0 .../src/{ => material}/two-tone/grade.svg | 0 .../src/{ => material}/two-tone/gradient.svg | 0 .../src/{ => material}/two-tone/grading.svg | 0 .../src/{ => material}/two-tone/grain.svg | 0 .../{ => material}/two-tone/graphic_eq.svg | 0 .../src/{ => material}/two-tone/grass.svg | 0 .../src/{ => material}/two-tone/grid_3x3.svg | 0 .../src/{ => material}/two-tone/grid_4x4.svg | 0 .../two-tone/grid_goldenratio.svg | 0 .../src/{ => material}/two-tone/grid_off.svg | 0 .../src/{ => material}/two-tone/grid_on.svg | 0 .../src/{ => material}/two-tone/grid_view.svg | 0 .../src/{ => material}/two-tone/group.svg | 0 .../src/{ => material}/two-tone/group_add.svg | 0 .../src/{ => material}/two-tone/group_off.svg | 0 .../{ => material}/two-tone/group_remove.svg | 0 .../{ => material}/two-tone/group_work.svg | 0 .../src/{ => material}/two-tone/groups.svg | 0 .../src/{ => material}/two-tone/groups_2.svg | 0 .../src/{ => material}/two-tone/groups_3.svg | 0 .../{ => material}/two-tone/h_mobiledata.svg | 0 .../two-tone/h_plus_mobiledata.svg | 0 .../src/{ => material}/two-tone/hail.svg | 0 .../src/{ => material}/two-tone/handshake.svg | 0 .../src/{ => material}/two-tone/handyman.svg | 0 .../src/{ => material}/two-tone/hardware.svg | 0 .../src/{ => material}/two-tone/hd.svg | 0 .../src/{ => material}/two-tone/hdr_auto.svg | 0 .../two-tone/hdr_auto_select.svg | 0 .../two-tone/hdr_enhanced_select.svg | 0 .../src/{ => material}/two-tone/hdr_off.svg | 0 .../two-tone/hdr_off_select.svg | 0 .../src/{ => material}/two-tone/hdr_on.svg | 0 .../{ => material}/two-tone/hdr_on_select.svg | 0 .../src/{ => material}/two-tone/hdr_plus.svg | 0 .../{ => material}/two-tone/hdr_strong.svg | 0 .../src/{ => material}/two-tone/hdr_weak.svg | 0 .../{ => material}/two-tone/headphones.svg | 0 .../two-tone/headphones_battery.svg | 0 .../src/{ => material}/two-tone/headset.svg | 0 .../{ => material}/two-tone/headset_mic.svg | 0 .../{ => material}/two-tone/headset_off.svg | 0 .../src/{ => material}/two-tone/healing.svg | 0 .../two-tone/health_and_safety.svg | 0 .../src/{ => material}/two-tone/hearing.svg | 0 .../two-tone/hearing_disabled.svg | 0 .../{ => material}/two-tone/heart_broken.svg | 0 .../src/{ => material}/two-tone/heat_pump.svg | 0 .../src/{ => material}/two-tone/height.svg | 0 .../src/{ => material}/two-tone/help.svg | 0 .../{ => material}/two-tone/help_center.svg | 0 .../{ => material}/two-tone/help_outline.svg | 0 .../src/{ => material}/two-tone/hevc.svg | 0 .../src/{ => material}/two-tone/hexagon.svg | 0 .../{ => material}/two-tone/hide_image.svg | 0 .../{ => material}/two-tone/hide_source.svg | 0 .../{ => material}/two-tone/high_quality.svg | 0 .../src/{ => material}/two-tone/highlight.svg | 0 .../{ => material}/two-tone/highlight_alt.svg | 0 .../{ => material}/two-tone/highlight_off.svg | 0 .../src/{ => material}/two-tone/hiking.svg | 0 .../src/{ => material}/two-tone/history.svg | 0 .../{ => material}/two-tone/history_edu.svg | 0 .../two-tone/history_toggle_off.svg | 0 .../src/{ => material}/two-tone/hive.svg | 0 .../src/{ => material}/two-tone/hls.svg | 0 .../src/{ => material}/two-tone/hls_off.svg | 0 .../two-tone/holiday_village.svg | 0 .../src/{ => material}/two-tone/home.svg | 0 .../src/{ => material}/two-tone/home_max.svg | 0 .../src/{ => material}/two-tone/home_mini.svg | 0 .../two-tone/home_repair_service.svg | 0 .../src/{ => material}/two-tone/home_work.svg | 0 .../two-tone/horizontal_distribute.svg | 0 .../two-tone/horizontal_rule.svg | 0 .../two-tone/horizontal_split.svg | 0 .../src/{ => material}/two-tone/hot_tub.svg | 0 .../src/{ => material}/two-tone/hotel.svg | 0 .../{ => material}/two-tone/hotel_class.svg | 0 .../two-tone/hourglass_bottom.svg | 0 .../two-tone/hourglass_disabled.svg | 0 .../two-tone/hourglass_empty.svg | 0 .../two-tone/hourglass_full.svg | 0 .../{ => material}/two-tone/hourglass_top.svg | 0 .../src/{ => material}/two-tone/house.svg | 0 .../{ => material}/two-tone/house_siding.svg | 0 .../src/{ => material}/two-tone/houseboat.svg | 0 .../{ => material}/two-tone/how_to_reg.svg | 0 .../{ => material}/two-tone/how_to_vote.svg | 0 .../src/{ => material}/two-tone/html.svg | 0 .../src/{ => material}/two-tone/http.svg | 0 .../src/{ => material}/two-tone/https.svg | 0 .../src/{ => material}/two-tone/hub.svg | 0 .../src/{ => material}/two-tone/hvac.svg | 0 .../{ => material}/two-tone/ice_skating.svg | 0 .../src/{ => material}/two-tone/icecream.svg | 0 .../src/{ => material}/two-tone/image.svg | 0 .../two-tone/image_aspect_ratio.svg | 0 .../two-tone/image_not_supported.svg | 0 .../{ => material}/two-tone/image_search.svg | 0 .../two-tone/imagesearch_roller.svg | 0 .../two-tone/import_contacts.svg | 0 .../{ => material}/two-tone/import_export.svg | 0 .../two-tone/important_devices.svg | 0 .../src/{ => material}/two-tone/inbox.svg | 0 .../two-tone/incomplete_circle.svg | 0 .../two-tone/indeterminate_check_box.svg | 0 .../src/{ => material}/two-tone/info.svg | 0 .../src/{ => material}/two-tone/input.svg | 0 .../{ => material}/two-tone/insert_chart.svg | 0 .../two-tone/insert_chart_outlined.svg | 0 .../two-tone/insert_comment.svg | 0 .../two-tone/insert_drive_file.svg | 0 .../two-tone/insert_emoticon.svg | 0 .../two-tone/insert_invitation.svg | 0 .../{ => material}/two-tone/insert_link.svg | 0 .../two-tone/insert_page_break.svg | 0 .../{ => material}/two-tone/insert_photo.svg | 0 .../src/{ => material}/two-tone/insights.svg | 0 .../two-tone/install_desktop.svg | 0 .../two-tone/install_mobile.svg | 0 .../two-tone/integration_instructions.svg | 0 .../src/{ => material}/two-tone/interests.svg | 0 .../two-tone/interpreter_mode.svg | 0 .../src/{ => material}/two-tone/inventory.svg | 0 .../{ => material}/two-tone/inventory_2.svg | 0 .../{ => material}/two-tone/invert_colors.svg | 0 .../two-tone/invert_colors_off.svg | 0 .../src/{ => material}/two-tone/ios_share.svg | 0 .../src/{ => material}/two-tone/iron.svg | 0 .../src/{ => material}/two-tone/iso.svg | 0 .../{ => material}/two-tone/javascript.svg | 0 .../src/{ => material}/two-tone/join_full.svg | 0 .../{ => material}/two-tone/join_inner.svg | 0 .../src/{ => material}/two-tone/join_left.svg | 0 .../{ => material}/two-tone/join_right.svg | 0 .../src/{ => material}/two-tone/kayaking.svg | 0 .../{ => material}/two-tone/kebab_dining.svg | 0 .../src/{ => material}/two-tone/key.svg | 0 .../src/{ => material}/two-tone/key_off.svg | 0 .../src/{ => material}/two-tone/keyboard.svg | 0 .../{ => material}/two-tone/keyboard_alt.svg | 0 .../two-tone/keyboard_arrow_down.svg | 0 .../two-tone/keyboard_arrow_left.svg | 0 .../two-tone/keyboard_arrow_right.svg | 0 .../two-tone/keyboard_arrow_up.svg | 0 .../two-tone/keyboard_backspace.svg | 0 .../two-tone/keyboard_capslock.svg | 0 .../two-tone/keyboard_command_key.svg | 0 .../two-tone/keyboard_control_key.svg | 0 .../two-tone/keyboard_double_arrow_down.svg | 0 .../two-tone/keyboard_double_arrow_left.svg | 0 .../two-tone/keyboard_double_arrow_right.svg | 0 .../two-tone/keyboard_double_arrow_up.svg | 0 .../{ => material}/two-tone/keyboard_hide.svg | 0 .../two-tone/keyboard_option_key.svg | 0 .../two-tone/keyboard_return.svg | 0 .../{ => material}/two-tone/keyboard_tab.svg | 0 .../two-tone/keyboard_voice.svg | 0 .../src/{ => material}/two-tone/king_bed.svg | 0 .../src/{ => material}/two-tone/kitchen.svg | 0 .../{ => material}/two-tone/kitesurfing.svg | 0 .../src/{ => material}/two-tone/label.svg | 0 .../two-tone/label_important.svg | 0 .../src/{ => material}/two-tone/label_off.svg | 0 .../src/{ => material}/two-tone/lan.svg | 0 .../src/{ => material}/two-tone/landscape.svg | 0 .../src/{ => material}/two-tone/landslide.svg | 0 .../src/{ => material}/two-tone/language.svg | 0 .../src/{ => material}/two-tone/laptop.svg | 0 .../two-tone/laptop_chromebook.svg | 0 .../{ => material}/two-tone/laptop_mac.svg | 0 .../two-tone/laptop_windows.svg | 0 .../src/{ => material}/two-tone/last_page.svg | 0 .../src/{ => material}/two-tone/launch.svg | 0 .../src/{ => material}/two-tone/layers.svg | 0 .../{ => material}/two-tone/layers_clear.svg | 0 .../{ => material}/two-tone/leaderboard.svg | 0 .../src/{ => material}/two-tone/leak_add.svg | 0 .../{ => material}/two-tone/leak_remove.svg | 0 .../{ => material}/two-tone/legend_toggle.svg | 0 .../src/{ => material}/two-tone/lens.svg | 0 .../src/{ => material}/two-tone/lens_blur.svg | 0 .../{ => material}/two-tone/library_add.svg | 0 .../two-tone/library_add_check.svg | 0 .../{ => material}/two-tone/library_books.svg | 0 .../{ => material}/two-tone/library_music.svg | 0 .../src/{ => material}/two-tone/light.svg | 0 .../{ => material}/two-tone/light_mode.svg | 0 .../src/{ => material}/two-tone/lightbulb.svg | 0 .../two-tone/lightbulb_circle.svg | 0 .../src/{ => material}/two-tone/line_axis.svg | 0 .../{ => material}/two-tone/line_style.svg | 0 .../{ => material}/two-tone/line_weight.svg | 0 .../{ => material}/two-tone/linear_scale.svg | 0 .../src/{ => material}/two-tone/link.svg | 0 .../src/{ => material}/two-tone/link_off.svg | 0 .../{ => material}/two-tone/linked_camera.svg | 0 .../src/{ => material}/two-tone/liquor.svg | 0 .../src/{ => material}/two-tone/list.svg | 0 .../src/{ => material}/two-tone/list_alt.svg | 0 .../src/{ => material}/two-tone/live_help.svg | 0 .../src/{ => material}/two-tone/live_tv.svg | 0 .../src/{ => material}/two-tone/living.svg | 0 .../two-tone/local_activity.svg | 0 .../{ => material}/two-tone/local_airport.svg | 0 .../src/{ => material}/two-tone/local_atm.svg | 0 .../src/{ => material}/two-tone/local_bar.svg | 0 .../{ => material}/two-tone/local_cafe.svg | 0 .../two-tone/local_car_wash.svg | 0 .../two-tone/local_convenience_store.svg | 0 .../{ => material}/two-tone/local_dining.svg | 0 .../{ => material}/two-tone/local_drink.svg | 0 .../two-tone/local_fire_department.svg | 0 .../{ => material}/two-tone/local_florist.svg | 0 .../two-tone/local_gas_station.svg | 0 .../two-tone/local_grocery_store.svg | 0 .../two-tone/local_hospital.svg | 0 .../{ => material}/two-tone/local_hotel.svg | 0 .../two-tone/local_laundry_service.svg | 0 .../{ => material}/two-tone/local_library.svg | 0 .../{ => material}/two-tone/local_mall.svg | 0 .../{ => material}/two-tone/local_movies.svg | 0 .../{ => material}/two-tone/local_offer.svg | 0 .../{ => material}/two-tone/local_parking.svg | 0 .../two-tone/local_pharmacy.svg | 0 .../{ => material}/two-tone/local_phone.svg | 0 .../{ => material}/two-tone/local_pizza.svg | 0 .../{ => material}/two-tone/local_play.svg | 0 .../{ => material}/two-tone/local_police.svg | 0 .../two-tone/local_post_office.svg | 0 .../two-tone/local_printshop.svg | 0 .../src/{ => material}/two-tone/local_see.svg | 0 .../two-tone/local_shipping.svg | 0 .../{ => material}/two-tone/local_taxi.svg | 0 .../{ => material}/two-tone/location_city.svg | 0 .../two-tone/location_disabled.svg | 0 .../{ => material}/two-tone/location_off.svg | 0 .../{ => material}/two-tone/location_on.svg | 0 .../two-tone/location_searching.svg | 0 .../src/{ => material}/two-tone/lock.svg | 0 .../{ => material}/two-tone/lock_clock.svg | 0 .../src/{ => material}/two-tone/lock_open.svg | 0 .../{ => material}/two-tone/lock_person.svg | 0 .../{ => material}/two-tone/lock_reset.svg | 0 .../src/{ => material}/two-tone/login.svg | 0 .../src/{ => material}/two-tone/logo_dev.svg | 0 .../src/{ => material}/two-tone/logout.svg | 0 .../src/{ => material}/two-tone/looks.svg | 0 .../src/{ => material}/two-tone/looks_3.svg | 0 .../src/{ => material}/two-tone/looks_4.svg | 0 .../src/{ => material}/two-tone/looks_5.svg | 0 .../src/{ => material}/two-tone/looks_6.svg | 0 .../src/{ => material}/two-tone/looks_one.svg | 0 .../src/{ => material}/two-tone/looks_two.svg | 0 .../src/{ => material}/two-tone/loop.svg | 0 .../src/{ => material}/two-tone/loupe.svg | 0 .../{ => material}/two-tone/low_priority.svg | 0 .../src/{ => material}/two-tone/loyalty.svg | 0 .../two-tone/lte_mobiledata.svg | 0 .../two-tone/lte_plus_mobiledata.svg | 0 .../src/{ => material}/two-tone/luggage.svg | 0 .../{ => material}/two-tone/lunch_dining.svg | 0 .../src/{ => material}/two-tone/lyrics.svg | 0 .../src/{ => material}/two-tone/macro_off.svg | 0 .../src/{ => material}/two-tone/mail.svg | 0 .../src/{ => material}/two-tone/mail_lock.svg | 0 .../{ => material}/two-tone/mail_outline.svg | 0 .../src/{ => material}/two-tone/male.svg | 0 .../src/{ => material}/two-tone/man.svg | 0 .../src/{ => material}/two-tone/man_2.svg | 0 .../src/{ => material}/two-tone/man_3.svg | 0 .../src/{ => material}/two-tone/man_4.svg | 0 .../two-tone/manage_accounts.svg | 0 .../two-tone/manage_history.svg | 0 .../{ => material}/two-tone/manage_search.svg | 0 .../src/{ => material}/two-tone/map.svg | 0 .../two-tone/maps_home_work.svg | 0 .../src/{ => material}/two-tone/maps_ugc.svg | 0 .../src/{ => material}/two-tone/margin.svg | 0 .../two-tone/mark_as_unread.svg | 0 .../two-tone/mark_chat_read.svg | 0 .../two-tone/mark_chat_unread.svg | 0 .../two-tone/mark_email_read.svg | 0 .../two-tone/mark_email_unread.svg | 0 .../two-tone/mark_unread_chat_alt.svg | 0 .../{ => material}/two-tone/markunread.svg | 0 .../two-tone/markunread_mailbox.svg | 0 .../src/{ => material}/two-tone/masks.svg | 0 .../src/{ => material}/two-tone/maximize.svg | 0 .../two-tone/media_bluetooth_off.svg | 0 .../two-tone/media_bluetooth_on.svg | 0 .../src/{ => material}/two-tone/mediation.svg | 0 .../two-tone/medical_information.svg | 0 .../two-tone/medical_services.svg | 0 .../{ => material}/two-tone/medication.svg | 0 .../two-tone/medication_liquid.svg | 0 .../{ => material}/two-tone/meeting_room.svg | 0 .../src/{ => material}/two-tone/memory.svg | 0 .../src/{ => material}/two-tone/menu.svg | 0 .../src/{ => material}/two-tone/menu_book.svg | 0 .../src/{ => material}/two-tone/menu_open.svg | 0 .../src/{ => material}/two-tone/merge.svg | 0 .../{ => material}/two-tone/merge_type.svg | 0 .../src/{ => material}/two-tone/message.svg | 0 .../src/{ => material}/two-tone/mic.svg | 0 .../two-tone/mic_external_off.svg | 0 .../two-tone/mic_external_on.svg | 0 .../src/{ => material}/two-tone/mic_none.svg | 0 .../src/{ => material}/two-tone/mic_off.svg | 0 .../src/{ => material}/two-tone/microwave.svg | 0 .../{ => material}/two-tone/military_tech.svg | 0 .../src/{ => material}/two-tone/minimize.svg | 0 .../{ => material}/two-tone/minor_crash.svg | 0 .../two-tone/miscellaneous_services.svg | 0 .../two-tone/missed_video_call.svg | 0 .../src/{ => material}/two-tone/mms.svg | 0 .../two-tone/mobile_friendly.svg | 0 .../{ => material}/two-tone/mobile_off.svg | 0 .../two-tone/mobile_screen_share.svg | 0 .../two-tone/mobiledata_off.svg | 0 .../src/{ => material}/two-tone/mode.svg | 0 .../{ => material}/two-tone/mode_comment.svg | 0 .../src/{ => material}/two-tone/mode_edit.svg | 0 .../two-tone/mode_edit_outline.svg | 0 .../{ => material}/two-tone/mode_fan_off.svg | 0 .../{ => material}/two-tone/mode_night.svg | 0 .../two-tone/mode_of_travel.svg | 0 .../{ => material}/two-tone/mode_standby.svg | 0 .../two-tone/model_training.svg | 0 .../two-tone/monetization_on.svg | 0 .../src/{ => material}/two-tone/money.svg | 0 .../src/{ => material}/two-tone/money_off.svg | 0 .../two-tone/money_off_csred.svg | 0 .../src/{ => material}/two-tone/monitor.svg | 0 .../{ => material}/two-tone/monitor_heart.svg | 0 .../two-tone/monitor_weight.svg | 0 .../two-tone/monochrome_photos.svg | 0 .../src/{ => material}/two-tone/mood.svg | 0 .../src/{ => material}/two-tone/mood_bad.svg | 0 .../src/{ => material}/two-tone/moped.svg | 0 .../src/{ => material}/two-tone/more.svg | 0 .../{ => material}/two-tone/more_horiz.svg | 0 .../src/{ => material}/two-tone/more_time.svg | 0 .../src/{ => material}/two-tone/more_vert.svg | 0 .../src/{ => material}/two-tone/mosque.svg | 0 .../two-tone/motion_photos_auto.svg | 0 .../two-tone/motion_photos_off.svg | 0 .../two-tone/motion_photos_on.svg | 0 .../two-tone/motion_photos_pause.svg | 0 .../two-tone/motion_photos_paused.svg | 0 .../src/{ => material}/two-tone/mouse.svg | 0 .../src/{ => material}/two-tone/move_down.svg | 0 .../{ => material}/two-tone/move_to_inbox.svg | 0 .../src/{ => material}/two-tone/move_up.svg | 0 .../src/{ => material}/two-tone/movie.svg | 0 .../two-tone/movie_creation.svg | 0 .../{ => material}/two-tone/movie_filter.svg | 0 .../src/{ => material}/two-tone/moving.svg | 0 .../src/{ => material}/two-tone/mp.svg | 0 .../two-tone/multiline_chart.svg | 0 .../{ => material}/two-tone/multiple_stop.svg | 0 .../src/{ => material}/two-tone/museum.svg | 0 .../{ => material}/two-tone/music_note.svg | 0 .../src/{ => material}/two-tone/music_off.svg | 0 .../{ => material}/two-tone/music_video.svg | 0 .../{ => material}/two-tone/my_location.svg | 0 .../src/{ => material}/two-tone/nat.svg | 0 .../src/{ => material}/two-tone/nature.svg | 0 .../{ => material}/two-tone/nature_people.svg | 0 .../two-tone/navigate_before.svg | 0 .../{ => material}/two-tone/navigate_next.svg | 0 .../{ => material}/two-tone/navigation.svg | 0 .../src/{ => material}/two-tone/near_me.svg | 0 .../two-tone/near_me_disabled.svg | 0 .../{ => material}/two-tone/nearby_error.svg | 0 .../{ => material}/two-tone/nearby_off.svg | 0 .../two-tone/nest_cam_wired_stand.svg | 0 .../{ => material}/two-tone/network_cell.svg | 0 .../{ => material}/two-tone/network_check.svg | 0 .../two-tone/network_locked.svg | 0 .../{ => material}/two-tone/network_ping.svg | 0 .../{ => material}/two-tone/network_wifi.svg | 0 .../two-tone/network_wifi_1_bar.svg | 0 .../two-tone/network_wifi_2_bar.svg | 0 .../two-tone/network_wifi_3_bar.svg | 0 .../src/{ => material}/two-tone/new_label.svg | 0 .../{ => material}/two-tone/new_releases.svg | 0 .../src/{ => material}/two-tone/newspaper.svg | 0 .../src/{ => material}/two-tone/next_plan.svg | 0 .../src/{ => material}/two-tone/next_week.svg | 0 .../src/{ => material}/two-tone/nfc.svg | 0 .../{ => material}/two-tone/night_shelter.svg | 0 .../src/{ => material}/two-tone/nightlife.svg | 0 .../{ => material}/two-tone/nightlight.svg | 0 .../two-tone/nightlight_round.svg | 0 .../{ => material}/two-tone/nights_stay.svg | 0 .../{ => material}/two-tone/no_accounts.svg | 0 .../two-tone/no_adult_content.svg | 0 .../{ => material}/two-tone/no_backpack.svg | 0 .../src/{ => material}/two-tone/no_cell.svg | 0 .../src/{ => material}/two-tone/no_crash.svg | 0 .../src/{ => material}/two-tone/no_drinks.svg | 0 .../{ => material}/two-tone/no_encryption.svg | 0 .../two-tone/no_encryption_gmailerrorred.svg | 0 .../src/{ => material}/two-tone/no_flash.svg | 0 .../src/{ => material}/two-tone/no_food.svg | 0 .../{ => material}/two-tone/no_luggage.svg | 0 .../src/{ => material}/two-tone/no_meals.svg | 0 .../two-tone/no_meeting_room.svg | 0 .../two-tone/no_photography.svg | 0 .../src/{ => material}/two-tone/no_sim.svg | 0 .../{ => material}/two-tone/no_stroller.svg | 0 .../{ => material}/two-tone/no_transfer.svg | 0 .../{ => material}/two-tone/noise_aware.svg | 0 .../two-tone/noise_control_off.svg | 0 .../two-tone/nordic_walking.svg | 0 .../src/{ => material}/two-tone/north.svg | 0 .../{ => material}/two-tone/north_east.svg | 0 .../{ => material}/two-tone/north_west.svg | 0 .../two-tone/not_accessible.svg | 0 .../two-tone/not_interested.svg | 0 .../two-tone/not_listed_location.svg | 0 .../{ => material}/two-tone/not_started.svg | 0 .../src/{ => material}/two-tone/note.svg | 0 .../src/{ => material}/two-tone/note_add.svg | 0 .../src/{ => material}/two-tone/note_alt.svg | 0 .../src/{ => material}/two-tone/notes.svg | 0 .../two-tone/notification_add.svg | 0 .../two-tone/notification_important.svg | 0 .../{ => material}/two-tone/notifications.svg | 0 .../two-tone/notifications_active.svg | 0 .../two-tone/notifications_none.svg | 0 .../two-tone/notifications_off.svg | 0 .../two-tone/notifications_paused.svg | 0 .../src/{ => material}/two-tone/numbers.svg | 0 .../{ => material}/two-tone/offline_bolt.svg | 0 .../{ => material}/two-tone/offline_pin.svg | 0 .../{ => material}/two-tone/offline_share.svg | 0 .../{ => material}/two-tone/oil_barrel.svg | 0 .../two-tone/on_device_training.svg | 0 .../two-tone/ondemand_video.svg | 0 .../two-tone/online_prediction.svg | 0 .../src/{ => material}/two-tone/opacity.svg | 0 .../two-tone/open_in_browser.svg | 0 .../{ => material}/two-tone/open_in_full.svg | 0 .../{ => material}/two-tone/open_in_new.svg | 0 .../two-tone/open_in_new_off.svg | 0 .../src/{ => material}/two-tone/open_with.svg | 0 .../{ => material}/two-tone/other_houses.svg | 0 .../src/{ => material}/two-tone/outbound.svg | 0 .../src/{ => material}/two-tone/outbox.svg | 0 .../{ => material}/two-tone/outdoor_grill.svg | 0 .../src/{ => material}/two-tone/outlet.svg | 0 .../{ => material}/two-tone/outlined_flag.svg | 0 .../src/{ => material}/two-tone/output.svg | 0 .../src/{ => material}/two-tone/padding.svg | 0 .../src/{ => material}/two-tone/pages.svg | 0 .../src/{ => material}/two-tone/pageview.svg | 0 .../src/{ => material}/two-tone/paid.svg | 0 .../src/{ => material}/two-tone/palette.svg | 0 .../src/{ => material}/two-tone/pan_tool.svg | 0 .../{ => material}/two-tone/pan_tool_alt.svg | 0 .../src/{ => material}/two-tone/panorama.svg | 0 .../two-tone/panorama_fish_eye.svg | 0 .../two-tone/panorama_horizontal.svg | 0 .../two-tone/panorama_horizontal_select.svg | 0 .../two-tone/panorama_photosphere.svg | 0 .../two-tone/panorama_photosphere_select.svg | 0 .../two-tone/panorama_vertical.svg | 0 .../two-tone/panorama_vertical_select.svg | 0 .../two-tone/panorama_wide_angle.svg | 0 .../two-tone/panorama_wide_angle_select.svg | 0 .../{ => material}/two-tone/paragliding.svg | 0 .../src/{ => material}/two-tone/park.svg | 0 .../{ => material}/two-tone/party_mode.svg | 0 .../src/{ => material}/two-tone/password.svg | 0 .../src/{ => material}/two-tone/pattern.svg | 0 .../src/{ => material}/two-tone/pause.svg | 0 .../{ => material}/two-tone/pause_circle.svg | 0 .../two-tone/pause_circle_filled.svg | 0 .../two-tone/pause_circle_outline.svg | 0 .../two-tone/pause_presentation.svg | 0 .../src/{ => material}/two-tone/payment.svg | 0 .../src/{ => material}/two-tone/payments.svg | 0 .../{ => material}/two-tone/pedal_bike.svg | 0 .../src/{ => material}/two-tone/pending.svg | 0 .../two-tone/pending_actions.svg | 0 .../src/{ => material}/two-tone/pentagon.svg | 0 .../src/{ => material}/two-tone/people.svg | 0 .../{ => material}/two-tone/people_alt.svg | 0 .../two-tone/people_outline.svg | 0 .../src/{ => material}/two-tone/percent.svg | 0 .../two-tone/perm_camera_mic.svg | 0 .../two-tone/perm_contact_calendar.svg | 0 .../two-tone/perm_data_setting.svg | 0 .../two-tone/perm_device_information.svg | 0 .../{ => material}/two-tone/perm_identity.svg | 0 .../{ => material}/two-tone/perm_media.svg | 0 .../two-tone/perm_phone_msg.svg | 0 .../two-tone/perm_scan_wifi.svg | 0 .../src/{ => material}/two-tone/person.svg | 0 .../src/{ => material}/two-tone/person_2.svg | 0 .../src/{ => material}/two-tone/person_3.svg | 0 .../src/{ => material}/two-tone/person_4.svg | 0 .../{ => material}/two-tone/person_add.svg | 0 .../two-tone/person_add_alt.svg | 0 .../two-tone/person_add_alt_1.svg | 0 .../two-tone/person_add_disabled.svg | 0 .../{ => material}/two-tone/person_off.svg | 0 .../two-tone/person_outline.svg | 0 .../{ => material}/two-tone/person_pin.svg | 0 .../two-tone/person_pin_circle.svg | 0 .../{ => material}/two-tone/person_remove.svg | 0 .../two-tone/person_remove_alt_1.svg | 0 .../{ => material}/two-tone/person_search.svg | 0 .../two-tone/personal_injury.svg | 0 .../two-tone/personal_video.svg | 0 .../{ => material}/two-tone/pest_control.svg | 0 .../two-tone/pest_control_rodent.svg | 0 .../src/{ => material}/two-tone/pets.svg | 0 .../src/{ => material}/two-tone/phishing.svg | 0 .../src/{ => material}/two-tone/phone.svg | 0 .../{ => material}/two-tone/phone_android.svg | 0 .../two-tone/phone_bluetooth_speaker.svg | 0 .../two-tone/phone_callback.svg | 0 .../two-tone/phone_disabled.svg | 0 .../{ => material}/two-tone/phone_enabled.svg | 0 .../two-tone/phone_forwarded.svg | 0 .../{ => material}/two-tone/phone_iphone.svg | 0 .../{ => material}/two-tone/phone_locked.svg | 0 .../{ => material}/two-tone/phone_missed.svg | 0 .../{ => material}/two-tone/phone_paused.svg | 0 .../src/{ => material}/two-tone/phonelink.svg | 0 .../two-tone/phonelink_erase.svg | 0 .../two-tone/phonelink_lock.svg | 0 .../{ => material}/two-tone/phonelink_off.svg | 0 .../two-tone/phonelink_ring.svg | 0 .../two-tone/phonelink_setup.svg | 0 .../src/{ => material}/two-tone/photo.svg | 0 .../{ => material}/two-tone/photo_album.svg | 0 .../{ => material}/two-tone/photo_camera.svg | 0 .../two-tone/photo_camera_back.svg | 0 .../two-tone/photo_camera_front.svg | 0 .../{ => material}/two-tone/photo_filter.svg | 0 .../{ => material}/two-tone/photo_library.svg | 0 .../two-tone/photo_size_select_actual.svg | 0 .../two-tone/photo_size_select_large.svg | 0 .../two-tone/photo_size_select_small.svg | 0 .../src/{ => material}/two-tone/php.svg | 0 .../src/{ => material}/two-tone/piano.svg | 0 .../src/{ => material}/two-tone/piano_off.svg | 0 .../two-tone/picture_as_pdf.svg | 0 .../two-tone/picture_in_picture.svg | 0 .../two-tone/picture_in_picture_alt.svg | 0 .../src/{ => material}/two-tone/pie_chart.svg | 0 .../two-tone/pie_chart_outline.svg | 0 .../src/{ => material}/two-tone/pin.svg | 0 .../src/{ => material}/two-tone/pin_drop.svg | 0 .../src/{ => material}/two-tone/pin_end.svg | 0 .../{ => material}/two-tone/pin_invoke.svg | 0 .../src/{ => material}/two-tone/pinch.svg | 0 .../two-tone/pivot_table_chart.svg | 0 .../src/{ => material}/two-tone/pix.svg | 0 .../src/{ => material}/two-tone/place.svg | 0 .../{ => material}/two-tone/plagiarism.svg | 0 .../{ => material}/two-tone/play_arrow.svg | 0 .../{ => material}/two-tone/play_circle.svg | 0 .../two-tone/play_circle_filled.svg | 0 .../two-tone/play_circle_outline.svg | 0 .../{ => material}/two-tone/play_disabled.svg | 0 .../{ => material}/two-tone/play_for_work.svg | 0 .../{ => material}/two-tone/play_lesson.svg | 0 .../{ => material}/two-tone/playlist_add.svg | 0 .../two-tone/playlist_add_check.svg | 0 .../two-tone/playlist_add_check_circle.svg | 0 .../two-tone/playlist_add_circle.svg | 0 .../{ => material}/two-tone/playlist_play.svg | 0 .../two-tone/playlist_remove.svg | 0 .../src/{ => material}/two-tone/plumbing.svg | 0 .../src/{ => material}/two-tone/plus_one.svg | 0 .../src/{ => material}/two-tone/podcasts.svg | 0 .../{ => material}/two-tone/point_of_sale.svg | 0 .../src/{ => material}/two-tone/policy.svg | 0 .../src/{ => material}/two-tone/poll.svg | 0 .../src/{ => material}/two-tone/polyline.svg | 0 .../src/{ => material}/two-tone/polymer.svg | 0 .../src/{ => material}/two-tone/pool.svg | 0 .../two-tone/portable_wifi_off.svg | 0 .../src/{ => material}/two-tone/portrait.svg | 0 .../src/{ => material}/two-tone/post_add.svg | 0 .../src/{ => material}/two-tone/power.svg | 0 .../{ => material}/two-tone/power_input.svg | 0 .../src/{ => material}/two-tone/power_off.svg | 0 .../two-tone/power_settings_new.svg | 0 .../two-tone/precision_manufacturing.svg | 0 .../two-tone/pregnant_woman.svg | 0 .../two-tone/present_to_all.svg | 0 .../src/{ => material}/two-tone/preview.svg | 0 .../{ => material}/two-tone/price_change.svg | 0 .../{ => material}/two-tone/price_check.svg | 0 .../src/{ => material}/two-tone/print.svg | 0 .../two-tone/print_disabled.svg | 0 .../{ => material}/two-tone/priority_high.svg | 0 .../{ => material}/two-tone/privacy_tip.svg | 0 .../two-tone/private_connectivity.svg | 0 .../two-tone/production_quantity_limits.svg | 0 .../src/{ => material}/two-tone/propane.svg | 0 .../{ => material}/two-tone/propane_tank.svg | 0 .../{ => material}/two-tone/psychology.svg | 0 .../two-tone/psychology_alt.svg | 0 .../src/{ => material}/two-tone/public.svg | 0 .../{ => material}/two-tone/public_off.svg | 0 .../src/{ => material}/two-tone/publish.svg | 0 .../two-tone/published_with_changes.svg | 0 .../{ => material}/two-tone/punch_clock.svg | 0 .../src/{ => material}/two-tone/push_pin.svg | 0 .../src/{ => material}/two-tone/qr_code.svg | 0 .../src/{ => material}/two-tone/qr_code_2.svg | 0 .../two-tone/qr_code_scanner.svg | 0 .../{ => material}/two-tone/query_builder.svg | 0 .../{ => material}/two-tone/query_stats.svg | 0 .../two-tone/question_answer.svg | 0 .../{ => material}/two-tone/question_mark.svg | 0 .../src/{ => material}/two-tone/queue.svg | 0 .../{ => material}/two-tone/queue_music.svg | 0 .../two-tone/queue_play_next.svg | 0 .../{ => material}/two-tone/quickreply.svg | 0 .../src/{ => material}/two-tone/quiz.svg | 0 .../{ => material}/two-tone/r_mobiledata.svg | 0 .../src/{ => material}/two-tone/radar.svg | 0 .../src/{ => material}/two-tone/radio.svg | 0 .../two-tone/radio_button_checked.svg | 0 .../two-tone/radio_button_unchecked.svg | 0 .../{ => material}/two-tone/railway_alert.svg | 0 .../{ => material}/two-tone/ramen_dining.svg | 0 .../src/{ => material}/two-tone/ramp_left.svg | 0 .../{ => material}/two-tone/ramp_right.svg | 0 .../{ => material}/two-tone/rate_review.svg | 0 .../src/{ => material}/two-tone/raw_off.svg | 0 .../src/{ => material}/two-tone/raw_on.svg | 0 .../src/{ => material}/two-tone/read_more.svg | 0 .../two-tone/real_estate_agent.svg | 0 .../src/{ => material}/two-tone/receipt.svg | 0 .../{ => material}/two-tone/receipt_long.svg | 0 .../{ => material}/two-tone/recent_actors.svg | 0 .../src/{ => material}/two-tone/recommend.svg | 0 .../two-tone/record_voice_over.svg | 0 .../src/{ => material}/two-tone/rectangle.svg | 0 .../src/{ => material}/two-tone/recycling.svg | 0 .../src/{ => material}/two-tone/redeem.svg | 0 .../src/{ => material}/two-tone/redo.svg | 0 .../two-tone/reduce_capacity.svg | 0 .../src/{ => material}/two-tone/refresh.svg | 0 .../{ => material}/two-tone/remember_me.svg | 0 .../src/{ => material}/two-tone/remove.svg | 0 .../{ => material}/two-tone/remove_circle.svg | 0 .../two-tone/remove_circle_outline.svg | 0 .../{ => material}/two-tone/remove_done.svg | 0 .../two-tone/remove_from_queue.svg | 0 .../two-tone/remove_moderator.svg | 0 .../two-tone/remove_red_eye.svg | 0 .../{ => material}/two-tone/remove_road.svg | 0 .../two-tone/remove_shopping_cart.svg | 0 .../src/{ => material}/two-tone/reorder.svg | 0 .../{ => material}/two-tone/repartition.svg | 0 .../src/{ => material}/two-tone/repeat.svg | 0 .../src/{ => material}/two-tone/repeat_on.svg | 0 .../{ => material}/two-tone/repeat_one.svg | 0 .../{ => material}/two-tone/repeat_one_on.svg | 0 .../src/{ => material}/two-tone/replay.svg | 0 .../src/{ => material}/two-tone/replay_10.svg | 0 .../src/{ => material}/two-tone/replay_30.svg | 0 .../src/{ => material}/two-tone/replay_5.svg | 0 .../two-tone/replay_circle_filled.svg | 0 .../src/{ => material}/two-tone/reply.svg | 0 .../src/{ => material}/two-tone/reply_all.svg | 0 .../src/{ => material}/two-tone/report.svg | 0 .../two-tone/report_gmailerrorred.svg | 0 .../{ => material}/two-tone/report_off.svg | 0 .../two-tone/report_problem.svg | 0 .../{ => material}/two-tone/request_page.svg | 0 .../{ => material}/two-tone/request_quote.svg | 0 .../src/{ => material}/two-tone/reset_tv.svg | 0 .../{ => material}/two-tone/restart_alt.svg | 0 .../{ => material}/two-tone/restaurant.svg | 0 .../two-tone/restaurant_menu.svg | 0 .../src/{ => material}/two-tone/restore.svg | 0 .../two-tone/restore_from_trash.svg | 0 .../{ => material}/two-tone/restore_page.svg | 0 .../src/{ => material}/two-tone/reviews.svg | 0 .../src/{ => material}/two-tone/rice_bowl.svg | 0 .../{ => material}/two-tone/ring_volume.svg | 0 .../src/{ => material}/two-tone/rocket.svg | 0 .../{ => material}/two-tone/rocket_launch.svg | 0 .../{ => material}/two-tone/roller_shades.svg | 0 .../two-tone/roller_shades_closed.svg | 0 .../two-tone/roller_skating.svg | 0 .../src/{ => material}/two-tone/roofing.svg | 0 .../src/{ => material}/two-tone/room.svg | 0 .../two-tone/room_preferences.svg | 0 .../{ => material}/two-tone/room_service.svg | 0 .../two-tone/rotate_90_degrees_ccw.svg | 0 .../two-tone/rotate_90_degrees_cw.svg | 0 .../{ => material}/two-tone/rotate_left.svg | 0 .../{ => material}/two-tone/rotate_right.svg | 0 .../two-tone/roundabout_left.svg | 0 .../two-tone/roundabout_right.svg | 0 .../two-tone/rounded_corner.svg | 0 .../src/{ => material}/two-tone/route.svg | 0 .../src/{ => material}/two-tone/router.svg | 0 .../src/{ => material}/two-tone/rowing.svg | 0 .../src/{ => material}/two-tone/rss_feed.svg | 0 .../src/{ => material}/two-tone/rsvp.svg | 0 .../src/{ => material}/two-tone/rtt.svg | 0 .../src/{ => material}/two-tone/rule.svg | 0 .../{ => material}/two-tone/rule_folder.svg | 0 .../{ => material}/two-tone/run_circle.svg | 0 .../two-tone/running_with_errors.svg | 0 .../src/{ => material}/two-tone/rv_hookup.svg | 0 .../{ => material}/two-tone/safety_check.svg | 0 .../two-tone/safety_divider.svg | 0 .../src/{ => material}/two-tone/sailing.svg | 0 .../src/{ => material}/two-tone/sanitizer.svg | 0 .../src/{ => material}/two-tone/satellite.svg | 0 .../{ => material}/two-tone/satellite_alt.svg | 0 .../src/{ => material}/two-tone/save.svg | 0 .../src/{ => material}/two-tone/save_alt.svg | 0 .../src/{ => material}/two-tone/save_as.svg | 0 .../{ => material}/two-tone/saved_search.svg | 0 .../src/{ => material}/two-tone/savings.svg | 0 .../src/{ => material}/two-tone/scale.svg | 0 .../src/{ => material}/two-tone/scanner.svg | 0 .../{ => material}/two-tone/scatter_plot.svg | 0 .../src/{ => material}/two-tone/schedule.svg | 0 .../{ => material}/two-tone/schedule_send.svg | 0 .../src/{ => material}/two-tone/schema.svg | 0 .../src/{ => material}/two-tone/school.svg | 0 .../src/{ => material}/two-tone/science.svg | 0 .../src/{ => material}/two-tone/score.svg | 0 .../{ => material}/two-tone/scoreboard.svg | 0 .../two-tone/screen_lock_landscape.svg | 0 .../two-tone/screen_lock_portrait.svg | 0 .../two-tone/screen_lock_rotation.svg | 0 .../two-tone/screen_rotation.svg | 0 .../two-tone/screen_rotation_alt.svg | 0 .../two-tone/screen_search_desktop.svg | 0 .../{ => material}/two-tone/screen_share.svg | 0 .../{ => material}/two-tone/screenshot.svg | 0 .../two-tone/screenshot_monitor.svg | 0 .../{ => material}/two-tone/scuba_diving.svg | 0 .../src/{ => material}/two-tone/sd.svg | 0 .../src/{ => material}/two-tone/sd_card.svg | 0 .../{ => material}/two-tone/sd_card_alert.svg | 0 .../{ => material}/two-tone/sd_storage.svg | 0 .../src/{ => material}/two-tone/search.svg | 0 .../{ => material}/two-tone/search_off.svg | 0 .../src/{ => material}/two-tone/security.svg | 0 .../two-tone/security_update.svg | 0 .../two-tone/security_update_good.svg | 0 .../two-tone/security_update_warning.svg | 0 .../src/{ => material}/two-tone/segment.svg | 0 .../{ => material}/two-tone/select_all.svg | 0 .../two-tone/self_improvement.svg | 0 .../src/{ => material}/two-tone/sell.svg | 0 .../src/{ => material}/two-tone/send.svg | 0 .../two-tone/send_and_archive.svg | 0 .../two-tone/send_time_extension.svg | 0 .../two-tone/send_to_mobile.svg | 0 .../{ => material}/two-tone/sensor_door.svg | 0 .../two-tone/sensor_occupied.svg | 0 .../{ => material}/two-tone/sensor_window.svg | 0 .../src/{ => material}/two-tone/sensors.svg | 0 .../{ => material}/two-tone/sensors_off.svg | 0 .../two-tone/sentiment_dissatisfied.svg | 0 .../two-tone/sentiment_neutral.svg | 0 .../two-tone/sentiment_satisfied.svg | 0 .../two-tone/sentiment_satisfied_alt.svg | 0 .../two-tone/sentiment_very_dissatisfied.svg | 0 .../two-tone/sentiment_very_satisfied.svg | 0 .../src/{ => material}/two-tone/set_meal.svg | 0 .../src/{ => material}/two-tone/settings.svg | 0 .../two-tone/settings_accessibility.svg | 0 .../two-tone/settings_applications.svg | 0 .../two-tone/settings_backup_restore.svg | 0 .../two-tone/settings_bluetooth.svg | 0 .../two-tone/settings_brightness.svg | 0 .../{ => material}/two-tone/settings_cell.svg | 0 .../two-tone/settings_ethernet.svg | 0 .../two-tone/settings_input_antenna.svg | 0 .../two-tone/settings_input_component.svg | 0 .../two-tone/settings_input_composite.svg | 0 .../two-tone/settings_input_hdmi.svg | 0 .../two-tone/settings_input_svideo.svg | 0 .../two-tone/settings_overscan.svg | 0 .../two-tone/settings_phone.svg | 0 .../two-tone/settings_power.svg | 0 .../two-tone/settings_remote.svg | 0 .../two-tone/settings_suggest.svg | 0 .../two-tone/settings_system_daydream.svg | 0 .../two-tone/settings_voice.svg | 0 .../{ => material}/two-tone/severe_cold.svg | 0 .../{ => material}/two-tone/shape_line.svg | 0 .../src/{ => material}/two-tone/share.svg | 0 .../two-tone/share_location.svg | 0 .../src/{ => material}/two-tone/shield.svg | 0 .../{ => material}/two-tone/shield_moon.svg | 0 .../src/{ => material}/two-tone/shop.svg | 0 .../src/{ => material}/two-tone/shop_2.svg | 0 .../src/{ => material}/two-tone/shop_two.svg | 0 .../{ => material}/two-tone/shopping_bag.svg | 0 .../two-tone/shopping_basket.svg | 0 .../{ => material}/two-tone/shopping_cart.svg | 0 .../two-tone/shopping_cart_checkout.svg | 0 .../{ => material}/two-tone/short_text.svg | 0 .../src/{ => material}/two-tone/shortcut.svg | 0 .../{ => material}/two-tone/show_chart.svg | 0 .../src/{ => material}/two-tone/shower.svg | 0 .../src/{ => material}/two-tone/shuffle.svg | 0 .../{ => material}/two-tone/shuffle_on.svg | 0 .../{ => material}/two-tone/shutter_speed.svg | 0 .../src/{ => material}/two-tone/sick.svg | 0 .../{ => material}/two-tone/sign_language.svg | 0 .../two-tone/signal_cellular_0_bar.svg | 0 .../two-tone/signal_cellular_4_bar.svg | 0 .../two-tone/signal_cellular_alt.svg | 0 .../two-tone/signal_cellular_alt_1_bar.svg | 0 .../two-tone/signal_cellular_alt_2_bar.svg | 0 ...l_cellular_connected_no_internet_0_bar.svg | 0 ...l_cellular_connected_no_internet_4_bar.svg | 0 .../two-tone/signal_cellular_no_sim.svg | 0 .../two-tone/signal_cellular_nodata.svg | 0 .../two-tone/signal_cellular_null.svg | 0 .../two-tone/signal_cellular_off.svg | 0 .../two-tone/signal_wifi_0_bar.svg | 0 .../two-tone/signal_wifi_4_bar.svg | 0 .../two-tone/signal_wifi_4_bar_lock.svg | 0 .../two-tone/signal_wifi_bad.svg | 0 .../signal_wifi_connected_no_internet_4.svg | 0 .../two-tone/signal_wifi_off.svg | 0 .../two-tone/signal_wifi_statusbar_4_bar.svg | 0 ...wifi_statusbar_connected_no_internet_4.svg | 0 .../two-tone/signal_wifi_statusbar_null.svg | 0 .../src/{ => material}/two-tone/signpost.svg | 0 .../src/{ => material}/two-tone/sim_card.svg | 0 .../two-tone/sim_card_alert.svg | 0 .../two-tone/sim_card_download.svg | 0 .../{ => material}/two-tone/single_bed.svg | 0 .../src/{ => material}/two-tone/sip.svg | 0 .../{ => material}/two-tone/skateboarding.svg | 0 .../src/{ => material}/two-tone/skip_next.svg | 0 .../{ => material}/two-tone/skip_previous.svg | 0 .../src/{ => material}/two-tone/sledding.svg | 0 .../src/{ => material}/two-tone/slideshow.svg | 0 .../two-tone/slow_motion_video.svg | 0 .../{ => material}/two-tone/smart_button.svg | 0 .../{ => material}/two-tone/smart_display.svg | 0 .../{ => material}/two-tone/smart_screen.svg | 0 .../src/{ => material}/two-tone/smart_toy.svg | 0 .../{ => material}/two-tone/smartphone.svg | 0 .../{ => material}/two-tone/smoke_free.svg | 0 .../{ => material}/two-tone/smoking_rooms.svg | 0 .../src/{ => material}/two-tone/sms.svg | 0 .../{ => material}/two-tone/sms_failed.svg | 0 .../two-tone/snippet_folder.svg | 0 .../src/{ => material}/two-tone/snooze.svg | 0 .../{ => material}/two-tone/snowboarding.svg | 0 .../{ => material}/two-tone/snowmobile.svg | 0 .../{ => material}/two-tone/snowshoeing.svg | 0 .../src/{ => material}/two-tone/soap.svg | 0 .../two-tone/social_distance.svg | 0 .../{ => material}/two-tone/solar_power.svg | 0 .../src/{ => material}/two-tone/sort.svg | 0 .../{ => material}/two-tone/sort_by_alpha.svg | 0 .../src/{ => material}/two-tone/sos.svg | 0 .../{ => material}/two-tone/soup_kitchen.svg | 0 .../src/{ => material}/two-tone/source.svg | 0 .../src/{ => material}/two-tone/south.svg | 0 .../{ => material}/two-tone/south_america.svg | 0 .../{ => material}/two-tone/south_east.svg | 0 .../{ => material}/two-tone/south_west.svg | 0 .../src/{ => material}/two-tone/spa.svg | 0 .../src/{ => material}/two-tone/space_bar.svg | 0 .../two-tone/space_dashboard.svg | 0 .../{ => material}/two-tone/spatial_audio.svg | 0 .../two-tone/spatial_audio_off.svg | 0 .../two-tone/spatial_tracking.svg | 0 .../src/{ => material}/two-tone/speaker.svg | 0 .../{ => material}/two-tone/speaker_group.svg | 0 .../{ => material}/two-tone/speaker_notes.svg | 0 .../two-tone/speaker_notes_off.svg | 0 .../{ => material}/two-tone/speaker_phone.svg | 0 .../src/{ => material}/two-tone/speed.svg | 0 .../{ => material}/two-tone/spellcheck.svg | 0 .../{ => material}/two-tone/splitscreen.svg | 0 .../src/{ => material}/two-tone/spoke.svg | 0 .../src/{ => material}/two-tone/sports.svg | 0 .../{ => material}/two-tone/sports_bar.svg | 0 .../two-tone/sports_baseball.svg | 0 .../two-tone/sports_basketball.svg | 0 .../two-tone/sports_cricket.svg | 0 .../two-tone/sports_esports.svg | 0 .../two-tone/sports_football.svg | 0 .../{ => material}/two-tone/sports_golf.svg | 0 .../two-tone/sports_gymnastics.svg | 0 .../two-tone/sports_handball.svg | 0 .../{ => material}/two-tone/sports_hockey.svg | 0 .../two-tone/sports_kabaddi.svg | 0 .../two-tone/sports_martial_arts.svg | 0 .../{ => material}/two-tone/sports_mma.svg | 0 .../two-tone/sports_motorsports.svg | 0 .../{ => material}/two-tone/sports_rugby.svg | 0 .../{ => material}/two-tone/sports_score.svg | 0 .../{ => material}/two-tone/sports_soccer.svg | 0 .../{ => material}/two-tone/sports_tennis.svg | 0 .../two-tone/sports_volleyball.svg | 0 .../src/{ => material}/two-tone/square.svg | 0 .../{ => material}/two-tone/square_foot.svg | 0 .../{ => material}/two-tone/ssid_chart.svg | 0 .../two-tone/stacked_bar_chart.svg | 0 .../two-tone/stacked_line_chart.svg | 0 .../src/{ => material}/two-tone/stadium.svg | 0 .../src/{ => material}/two-tone/stairs.svg | 0 .../src/{ => material}/two-tone/star.svg | 0 .../{ => material}/two-tone/star_border.svg | 0 .../two-tone/star_border_purple500.svg | 0 .../src/{ => material}/two-tone/star_half.svg | 0 .../{ => material}/two-tone/star_outline.svg | 0 .../two-tone/star_purple500.svg | 0 .../src/{ => material}/two-tone/star_rate.svg | 0 .../src/{ => material}/two-tone/stars.svg | 0 .../src/{ => material}/two-tone/start.svg | 0 .../two-tone/stay_current_landscape.svg | 0 .../two-tone/stay_current_portrait.svg | 0 .../two-tone/stay_primary_landscape.svg | 0 .../two-tone/stay_primary_portrait.svg | 0 .../{ => material}/two-tone/sticky_note_2.svg | 0 .../src/{ => material}/two-tone/stop.svg | 0 .../{ => material}/two-tone/stop_circle.svg | 0 .../two-tone/stop_screen_share.svg | 0 .../src/{ => material}/two-tone/storage.svg | 0 .../src/{ => material}/two-tone/store.svg | 0 .../two-tone/store_mall_directory.svg | 0 .../{ => material}/two-tone/storefront.svg | 0 .../src/{ => material}/two-tone/storm.svg | 0 .../src/{ => material}/two-tone/straight.svg | 0 .../{ => material}/two-tone/straighten.svg | 0 .../src/{ => material}/two-tone/stream.svg | 0 .../{ => material}/two-tone/streetview.svg | 0 .../two-tone/strikethrough_s.svg | 0 .../src/{ => material}/two-tone/stroller.svg | 0 .../src/{ => material}/two-tone/style.svg | 0 .../two-tone/subdirectory_arrow_left.svg | 0 .../two-tone/subdirectory_arrow_right.svg | 0 .../src/{ => material}/two-tone/subject.svg | 0 .../src/{ => material}/two-tone/subscript.svg | 0 .../{ => material}/two-tone/subscriptions.svg | 0 .../src/{ => material}/two-tone/subtitles.svg | 0 .../{ => material}/two-tone/subtitles_off.svg | 0 .../src/{ => material}/two-tone/subway.svg | 0 .../src/{ => material}/two-tone/summarize.svg | 0 .../{ => material}/two-tone/superscript.svg | 0 .../two-tone/supervised_user_circle.svg | 0 .../two-tone/supervisor_account.svg | 0 .../src/{ => material}/two-tone/support.svg | 0 .../{ => material}/two-tone/support_agent.svg | 0 .../src/{ => material}/two-tone/surfing.svg | 0 .../two-tone/surround_sound.svg | 0 .../{ => material}/two-tone/swap_calls.svg | 0 .../{ => material}/two-tone/swap_horiz.svg | 0 .../two-tone/swap_horizontal_circle.svg | 0 .../src/{ => material}/two-tone/swap_vert.svg | 0 .../two-tone/swap_vertical_circle.svg | 0 .../src/{ => material}/two-tone/swipe.svg | 0 .../{ => material}/two-tone/swipe_down.svg | 0 .../two-tone/swipe_down_alt.svg | 0 .../{ => material}/two-tone/swipe_left.svg | 0 .../two-tone/swipe_left_alt.svg | 0 .../{ => material}/two-tone/swipe_right.svg | 0 .../two-tone/swipe_right_alt.svg | 0 .../src/{ => material}/two-tone/swipe_up.svg | 0 .../{ => material}/two-tone/swipe_up_alt.svg | 0 .../two-tone/swipe_vertical.svg | 0 .../two-tone/switch_access_shortcut.svg | 0 .../two-tone/switch_access_shortcut_add.svg | 0 .../two-tone/switch_account.svg | 0 .../{ => material}/two-tone/switch_camera.svg | 0 .../{ => material}/two-tone/switch_left.svg | 0 .../{ => material}/two-tone/switch_right.svg | 0 .../{ => material}/two-tone/switch_video.svg | 0 .../src/{ => material}/two-tone/synagogue.svg | 0 .../src/{ => material}/two-tone/sync.svg | 0 .../src/{ => material}/two-tone/sync_alt.svg | 0 .../{ => material}/two-tone/sync_disabled.svg | 0 .../src/{ => material}/two-tone/sync_lock.svg | 0 .../{ => material}/two-tone/sync_problem.svg | 0 .../two-tone/system_security_update.svg | 0 .../two-tone/system_security_update_good.svg | 0 .../system_security_update_warning.svg | 0 .../{ => material}/two-tone/system_update.svg | 0 .../two-tone/system_update_alt.svg | 0 .../src/{ => material}/two-tone/tab.svg | 0 .../two-tone/tab_unselected.svg | 0 .../src/{ => material}/two-tone/table_bar.svg | 0 .../{ => material}/two-tone/table_chart.svg | 0 .../two-tone/table_restaurant.svg | 0 .../{ => material}/two-tone/table_rows.svg | 0 .../{ => material}/two-tone/table_view.svg | 0 .../src/{ => material}/two-tone/tablet.svg | 0 .../two-tone/tablet_android.svg | 0 .../{ => material}/two-tone/tablet_mac.svg | 0 .../src/{ => material}/two-tone/tag.svg | 0 .../src/{ => material}/two-tone/tag_faces.svg | 0 .../two-tone/takeout_dining.svg | 0 .../{ => material}/two-tone/tap_and_play.svg | 0 .../src/{ => material}/two-tone/tapas.svg | 0 .../src/{ => material}/two-tone/task.svg | 0 .../src/{ => material}/two-tone/task_alt.svg | 0 .../{ => material}/two-tone/taxi_alert.svg | 0 .../two-tone/temple_buddhist.svg | 0 .../{ => material}/two-tone/temple_hindu.svg | 0 .../src/{ => material}/two-tone/terminal.svg | 0 .../src/{ => material}/two-tone/terrain.svg | 0 .../{ => material}/two-tone/text_decrease.svg | 0 .../{ => material}/two-tone/text_fields.svg | 0 .../{ => material}/two-tone/text_format.svg | 0 .../{ => material}/two-tone/text_increase.svg | 0 .../two-tone/text_rotate_up.svg | 0 .../two-tone/text_rotate_vertical.svg | 0 .../two-tone/text_rotation_angledown.svg | 0 .../two-tone/text_rotation_angleup.svg | 0 .../two-tone/text_rotation_down.svg | 0 .../two-tone/text_rotation_none.svg | 0 .../{ => material}/two-tone/text_snippet.svg | 0 .../src/{ => material}/two-tone/textsms.svg | 0 .../src/{ => material}/two-tone/texture.svg | 0 .../two-tone/theater_comedy.svg | 0 .../src/{ => material}/two-tone/theaters.svg | 0 .../{ => material}/two-tone/thermostat.svg | 0 .../two-tone/thermostat_auto.svg | 0 .../{ => material}/two-tone/thumb_down.svg | 0 .../two-tone/thumb_down_alt.svg | 0 .../two-tone/thumb_down_off_alt.svg | 0 .../src/{ => material}/two-tone/thumb_up.svg | 0 .../{ => material}/two-tone/thumb_up_alt.svg | 0 .../two-tone/thumb_up_off_alt.svg | 0 .../two-tone/thumbs_up_down.svg | 0 .../{ => material}/two-tone/thunderstorm.svg | 0 .../{ => material}/two-tone/time_to_leave.svg | 0 .../src/{ => material}/two-tone/timelapse.svg | 0 .../src/{ => material}/two-tone/timeline.svg | 0 .../src/{ => material}/two-tone/timer.svg | 0 .../src/{ => material}/two-tone/timer_10.svg | 0 .../two-tone/timer_10_select.svg | 0 .../src/{ => material}/two-tone/timer_3.svg | 0 .../two-tone/timer_3_select.svg | 0 .../src/{ => material}/two-tone/timer_off.svg | 0 .../two-tone/tips_and_updates.svg | 0 .../{ => material}/two-tone/tire_repair.svg | 0 .../src/{ => material}/two-tone/title.svg | 0 .../src/{ => material}/two-tone/toc.svg | 0 .../src/{ => material}/two-tone/today.svg | 0 .../{ => material}/two-tone/toggle_off.svg | 0 .../src/{ => material}/two-tone/toggle_on.svg | 0 .../src/{ => material}/two-tone/token.svg | 0 .../src/{ => material}/two-tone/toll.svg | 0 .../src/{ => material}/two-tone/tonality.svg | 0 .../src/{ => material}/two-tone/topic.svg | 0 .../src/{ => material}/two-tone/tornado.svg | 0 .../src/{ => material}/two-tone/touch_app.svg | 0 .../src/{ => material}/two-tone/tour.svg | 0 .../src/{ => material}/two-tone/toys.svg | 0 .../{ => material}/two-tone/track_changes.svg | 0 .../src/{ => material}/two-tone/traffic.svg | 0 .../src/{ => material}/two-tone/train.svg | 0 .../src/{ => material}/two-tone/tram.svg | 0 .../{ => material}/two-tone/transcribe.svg | 0 .../two-tone/transfer_within_a_station.svg | 0 .../src/{ => material}/two-tone/transform.svg | 0 .../{ => material}/two-tone/transgender.svg | 0 .../two-tone/transit_enterexit.svg | 0 .../src/{ => material}/two-tone/translate.svg | 0 .../two-tone/travel_explore.svg | 0 .../{ => material}/two-tone/trending_down.svg | 0 .../{ => material}/two-tone/trending_flat.svg | 0 .../{ => material}/two-tone/trending_up.svg | 0 .../{ => material}/two-tone/trip_origin.svg | 0 .../{ => material}/two-tone/troubleshoot.svg | 0 .../src/{ => material}/two-tone/try.svg | 0 .../src/{ => material}/two-tone/tsunami.svg | 0 .../src/{ => material}/two-tone/tty.svg | 0 .../src/{ => material}/two-tone/tune.svg | 0 .../src/{ => material}/two-tone/tungsten.svg | 0 .../src/{ => material}/two-tone/turn_left.svg | 0 .../{ => material}/two-tone/turn_right.svg | 0 .../two-tone/turn_sharp_left.svg | 0 .../two-tone/turn_sharp_right.svg | 0 .../two-tone/turn_slight_left.svg | 0 .../two-tone/turn_slight_right.svg | 0 .../src/{ => material}/two-tone/turned_in.svg | 0 .../{ => material}/two-tone/turned_in_not.svg | 0 .../src/{ => material}/two-tone/tv.svg | 0 .../src/{ => material}/two-tone/tv_off.svg | 0 .../{ => material}/two-tone/two_wheeler.svg | 0 .../{ => material}/two-tone/type_specimen.svg | 0 .../{ => material}/two-tone/u_turn_left.svg | 0 .../{ => material}/two-tone/u_turn_right.svg | 0 .../src/{ => material}/two-tone/umbrella.svg | 0 .../src/{ => material}/two-tone/unarchive.svg | 0 .../src/{ => material}/two-tone/undo.svg | 0 .../{ => material}/two-tone/unfold_less.svg | 0 .../two-tone/unfold_less_double.svg | 0 .../{ => material}/two-tone/unfold_more.svg | 0 .../two-tone/unfold_more_double.svg | 0 .../{ => material}/two-tone/unpublished.svg | 0 .../{ => material}/two-tone/unsubscribe.svg | 0 .../src/{ => material}/two-tone/upcoming.svg | 0 .../src/{ => material}/two-tone/update.svg | 0 .../two-tone/update_disabled.svg | 0 .../src/{ => material}/two-tone/upgrade.svg | 0 .../src/{ => material}/two-tone/upload.svg | 0 .../{ => material}/two-tone/upload_file.svg | 0 .../src/{ => material}/two-tone/usb.svg | 0 .../src/{ => material}/two-tone/usb_off.svg | 0 .../src/{ => material}/two-tone/vaccines.svg | 0 .../src/{ => material}/two-tone/vape_free.svg | 0 .../{ => material}/two-tone/vaping_rooms.svg | 0 .../src/{ => material}/two-tone/verified.svg | 0 .../{ => material}/two-tone/verified_user.svg | 0 .../two-tone/vertical_align_bottom.svg | 0 .../two-tone/vertical_align_center.svg | 0 .../two-tone/vertical_align_top.svg | 0 .../two-tone/vertical_distribute.svg | 0 .../two-tone/vertical_shades.svg | 0 .../two-tone/vertical_shades_closed.svg | 0 .../two-tone/vertical_split.svg | 0 .../src/{ => material}/two-tone/vibration.svg | 0 .../{ => material}/two-tone/video_call.svg | 0 .../two-tone/video_camera_back.svg | 0 .../two-tone/video_camera_front.svg | 0 .../{ => material}/two-tone/video_chat.svg | 0 .../{ => material}/two-tone/video_file.svg | 0 .../{ => material}/two-tone/video_label.svg | 0 .../{ => material}/two-tone/video_library.svg | 0 .../two-tone/video_settings.svg | 0 .../{ => material}/two-tone/video_stable.svg | 0 .../src/{ => material}/two-tone/videocam.svg | 0 .../{ => material}/two-tone/videocam_off.svg | 0 .../two-tone/videogame_asset.svg | 0 .../two-tone/videogame_asset_off.svg | 0 .../{ => material}/two-tone/view_agenda.svg | 0 .../{ => material}/two-tone/view_array.svg | 0 .../{ => material}/two-tone/view_carousel.svg | 0 .../{ => material}/two-tone/view_column.svg | 0 .../{ => material}/two-tone/view_comfy.svg | 0 .../two-tone/view_comfy_alt.svg | 0 .../{ => material}/two-tone/view_compact.svg | 0 .../two-tone/view_compact_alt.svg | 0 .../src/{ => material}/two-tone/view_cozy.svg | 0 .../src/{ => material}/two-tone/view_day.svg | 0 .../{ => material}/two-tone/view_headline.svg | 0 .../{ => material}/two-tone/view_in_ar.svg | 0 .../{ => material}/two-tone/view_kanban.svg | 0 .../src/{ => material}/two-tone/view_list.svg | 0 .../{ => material}/two-tone/view_module.svg | 0 .../{ => material}/two-tone/view_quilt.svg | 0 .../{ => material}/two-tone/view_sidebar.svg | 0 .../{ => material}/two-tone/view_stream.svg | 0 .../{ => material}/two-tone/view_timeline.svg | 0 .../src/{ => material}/two-tone/view_week.svg | 0 .../src/{ => material}/two-tone/vignette.svg | 0 .../src/{ => material}/two-tone/villa.svg | 0 .../{ => material}/two-tone/visibility.svg | 0 .../two-tone/visibility_off.svg | 0 .../{ => material}/two-tone/voice_chat.svg | 0 .../two-tone/voice_over_off.svg | 0 .../src/{ => material}/two-tone/voicemail.svg | 0 .../src/{ => material}/two-tone/volcano.svg | 0 .../{ => material}/two-tone/volume_down.svg | 0 .../{ => material}/two-tone/volume_mute.svg | 0 .../{ => material}/two-tone/volume_off.svg | 0 .../src/{ => material}/two-tone/volume_up.svg | 0 .../two-tone/volunteer_activism.svg | 0 .../src/{ => material}/two-tone/vpn_key.svg | 0 .../{ => material}/two-tone/vpn_key_off.svg | 0 .../src/{ => material}/two-tone/vpn_lock.svg | 0 .../src/{ => material}/two-tone/vrpano.svg | 0 .../src/{ => material}/two-tone/wallet.svg | 0 .../src/{ => material}/two-tone/wallpaper.svg | 0 .../src/{ => material}/two-tone/warehouse.svg | 0 .../src/{ => material}/two-tone/warning.svg | 0 .../{ => material}/two-tone/warning_amber.svg | 0 .../src/{ => material}/two-tone/wash.svg | 0 .../src/{ => material}/two-tone/watch.svg | 0 .../{ => material}/two-tone/watch_later.svg | 0 .../src/{ => material}/two-tone/watch_off.svg | 0 .../src/{ => material}/two-tone/water.svg | 0 .../{ => material}/two-tone/water_damage.svg | 0 .../{ => material}/two-tone/water_drop.svg | 0 .../two-tone/waterfall_chart.svg | 0 .../src/{ => material}/two-tone/waves.svg | 0 .../{ => material}/two-tone/waving_hand.svg | 0 .../src/{ => material}/two-tone/wb_auto.svg | 0 .../src/{ => material}/two-tone/wb_cloudy.svg | 0 .../two-tone/wb_incandescent.svg | 0 .../{ => material}/two-tone/wb_iridescent.svg | 0 .../src/{ => material}/two-tone/wb_shade.svg | 0 .../src/{ => material}/two-tone/wb_sunny.svg | 0 .../{ => material}/two-tone/wb_twilight.svg | 0 .../src/{ => material}/two-tone/wc.svg | 0 .../src/{ => material}/two-tone/web.svg | 0 .../src/{ => material}/two-tone/web_asset.svg | 0 .../{ => material}/two-tone/web_asset_off.svg | 0 .../{ => material}/two-tone/web_stories.svg | 0 .../src/{ => material}/two-tone/webhook.svg | 0 .../src/{ => material}/two-tone/weekend.svg | 0 .../src/{ => material}/two-tone/west.svg | 0 .../src/{ => material}/two-tone/whatshot.svg | 0 .../two-tone/wheelchair_pickup.svg | 0 .../{ => material}/two-tone/where_to_vote.svg | 0 .../src/{ => material}/two-tone/widgets.svg | 0 .../{ => material}/two-tone/width_full.svg | 0 .../{ => material}/two-tone/width_normal.svg | 0 .../{ => material}/two-tone/width_wide.svg | 0 .../src/{ => material}/two-tone/wifi.svg | 0 .../{ => material}/two-tone/wifi_1_bar.svg | 0 .../{ => material}/two-tone/wifi_2_bar.svg | 0 .../{ => material}/two-tone/wifi_calling.svg | 0 .../two-tone/wifi_calling_3.svg | 0 .../{ => material}/two-tone/wifi_channel.svg | 0 .../src/{ => material}/two-tone/wifi_find.svg | 0 .../src/{ => material}/two-tone/wifi_lock.svg | 0 .../src/{ => material}/two-tone/wifi_off.svg | 0 .../{ => material}/two-tone/wifi_password.svg | 0 .../two-tone/wifi_protected_setup.svg | 0 .../two-tone/wifi_tethering.svg | 0 .../two-tone/wifi_tethering_error.svg | 0 .../two-tone/wifi_tethering_off.svg | 0 .../{ => material}/two-tone/wind_power.svg | 0 .../src/{ => material}/two-tone/window.svg | 0 .../src/{ => material}/two-tone/wine_bar.svg | 0 .../src/{ => material}/two-tone/woman.svg | 0 .../src/{ => material}/two-tone/woman_2.svg | 0 .../src/{ => material}/two-tone/work.svg | 0 .../{ => material}/two-tone/work_history.svg | 0 .../src/{ => material}/two-tone/work_off.svg | 0 .../{ => material}/two-tone/work_outline.svg | 0 .../two-tone/workspace_premium.svg | 0 .../{ => material}/two-tone/workspaces.svg | 0 .../src/{ => material}/two-tone/wrap_text.svg | 0 .../two-tone/wrong_location.svg | 0 .../src/{ => material}/two-tone/wysiwyg.svg | 0 .../src/{ => material}/two-tone/yard.svg | 0 .../two-tone/youtube_searched_for.svg | 0 .../src/{ => material}/two-tone/zoom_in.svg | 0 .../{ => material}/two-tone/zoom_in_map.svg | 0 .../src/{ => material}/two-tone/zoom_out.svg | 0 .../{ => material}/two-tone/zoom_out_map.svg | 0 projects/icons-material/src/mir-mono.svg | 8 +- projects/icons-material/src/mir.svg | 31 +- projects/icons-material/src/pay-pal.svg | 59 +- projects/icons-material/src/ru-pay.svg | 46 +- projects/icons-material/src/samsung-pay.svg | 24 +- projects/icons-material/src/union-pay.svg | 38 +- projects/icons-material/src/uzcard.svg | 35 +- projects/icons-material/src/verve.svg | 30 +- projects/icons-material/src/visa-mono.svg | 9 +- projects/icons-material/src/visa.svg | 9 +- projects/icons-material/src/world-pay.svg | 49 +- 12736 files changed, 3905 insertions(+), 149 deletions(-) rename projects/demo/src/modules/icons/fontawesome/{examples => }/assets.md (82%) create mode 100644 projects/demo/src/modules/icons/icons/assets.md create mode 100644 projects/demo/src/modules/icons/icons/examples/1/index.html create mode 100644 projects/demo/src/modules/icons/icons/examples/1/index.less create mode 100644 projects/demo/src/modules/icons/icons/examples/1/index.ts rename projects/demo/src/modules/icons/{lucide => icons}/icons.tokens.ts (100%) create mode 100644 projects/demo/src/modules/icons/icons/index.html rename projects/demo/src/modules/icons/{lucide => icons}/index.less (100%) rename projects/demo/src/modules/icons/{lucide => icons}/index.ts (92%) delete mode 100644 projects/demo/src/modules/icons/lucide/index.html rename projects/demo/src/modules/icons/material/{examples => }/assets.md (82%) rename projects/icons-fontawesome/src/{ => fa}/brands/42-group.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/500px.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/accessible-icon.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/accusoft.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/adn.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/adversal.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/affiliatetheme.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/airbnb.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/algolia.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/alipay.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/amazon-pay.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/amazon.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/amilia.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/android.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/angellist.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/angrycreative.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/angular.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/app-store-ios.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/app-store.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/apper.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/apple-pay.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/apple.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/artstation.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/asymmetrik.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/atlassian.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/audible.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/autoprefixer.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/avianex.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/aviato.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/aws.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/bandcamp.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/battle-net.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/behance.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/bilibili.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/bimobject.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/bitbucket.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/bitcoin.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/bity.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/black-tie.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/blackberry.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/blogger-b.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/blogger.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/bluesky.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/bluetooth-b.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/bluetooth.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/bootstrap.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/bots.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/brave-reverse.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/brave.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/btc.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/buffer.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/buromobelexperte.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/buy-n-large.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/buysellads.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/canadian-maple-leaf.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/cc-amazon-pay.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/cc-amex.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/cc-apple-pay.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/cc-diners-club.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/cc-discover.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/cc-jcb.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/cc-mastercard.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/cc-paypal.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/cc-stripe.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/cc-visa.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/centercode.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/centos.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/chrome.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/chromecast.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/cloudflare.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/cloudscale.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/cloudsmith.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/cloudversify.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/cmplid.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/codepen.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/codiepie.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/confluence.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/connectdevelop.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/contao.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/cotton-bureau.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/cpanel.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/creative-commons-by.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/creative-commons-nc-eu.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/creative-commons-nc-jp.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/creative-commons-nc.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/creative-commons-nd.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/creative-commons-pd-alt.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/creative-commons-pd.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/creative-commons-remix.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/creative-commons-sa.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/creative-commons-sampling-plus.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/creative-commons-sampling.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/creative-commons-share.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/creative-commons-zero.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/creative-commons.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/critical-role.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/css3-alt.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/css3.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/cuttlefish.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/d-and-d-beyond.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/d-and-d.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/dailymotion.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/dart-lang.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/dashcube.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/debian.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/deezer.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/delicious.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/deploydog.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/deskpro.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/dev.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/deviantart.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/dhl.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/diaspora.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/digg.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/digital-ocean.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/discord.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/discourse.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/dochub.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/docker.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/draft2digital.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/dribbble.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/dropbox.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/drupal.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/dyalog.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/earlybirds.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/ebay.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/edge-legacy.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/edge.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/elementor.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/ello.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/ember.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/empire.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/envira.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/erlang.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/ethereum.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/etsy.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/evernote.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/expeditedssl.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/facebook-f.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/facebook-messenger.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/facebook.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/fantasy-flight-games.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/fedex.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/fedora.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/figma.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/firefox-browser.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/firefox.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/first-order-alt.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/first-order.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/firstdraft.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/flickr.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/flipboard.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/flutter.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/fly.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/font-awesome.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/fonticons-fi.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/fonticons.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/fort-awesome-alt.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/fort-awesome.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/forumbee.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/foursquare.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/free-code-camp.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/freebsd.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/fulcrum.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/galactic-republic.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/galactic-senate.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/get-pocket.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/gg-circle.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/gg.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/git-alt.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/git.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/github-alt.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/github.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/gitkraken.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/gitlab.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/gitter.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/glide-g.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/glide.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/gofore.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/golang.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/goodreads-g.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/goodreads.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/google-drive.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/google-pay.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/google-play.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/google-plus-g.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/google-plus.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/google-scholar.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/google-wallet.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/google.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/gratipay.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/grav.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/gripfire.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/grunt.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/guilded.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/gulp.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/hacker-news.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/hackerrank.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/hashnode.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/hips.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/hire-a-helper.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/hive.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/hooli.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/hornbill.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/hotjar.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/houzz.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/html5.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/hubspot.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/ideal.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/imdb.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/instagram.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/instalod.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/intercom.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/internet-explorer.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/invision.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/ioxhost.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/itch-io.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/itunes-note.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/itunes.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/java.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/jedi-order.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/jenkins.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/jira.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/joget.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/joomla.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/js.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/jsfiddle.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/jxl.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/kaggle.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/keybase.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/keycdn.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/kickstarter-k.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/kickstarter.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/korvue.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/laravel.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/lastfm.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/leanpub.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/less.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/letterboxd.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/line.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/linkedin-in.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/linkedin.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/linode.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/linux.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/lyft.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/magento.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/mailchimp.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/mandalorian.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/markdown.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/mastodon.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/maxcdn.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/mdb.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/medapps.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/medium.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/medrt.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/meetup.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/megaport.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/mendeley.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/meta.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/microblog.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/microsoft.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/mintbit.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/mix.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/mixcloud.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/mixer.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/mizuni.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/modx.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/monero.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/napster.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/neos.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/nfc-directional.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/nfc-symbol.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/nimblr.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/node-js.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/node.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/npm.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/ns8.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/nutritionix.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/octopus-deploy.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/odnoklassniki.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/odysee.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/old-republic.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/opencart.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/openid.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/opensuse.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/opera.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/optin-monster.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/orcid.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/osi.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/padlet.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/page4.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/pagelines.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/palfed.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/patreon.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/paypal.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/perbyte.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/periscope.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/phabricator.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/phoenix-framework.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/phoenix-squadron.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/php.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/pied-piper-alt.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/pied-piper-hat.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/pied-piper-pp.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/pied-piper.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/pinterest-p.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/pinterest.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/pix.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/pixiv.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/playstation.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/product-hunt.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/pushed.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/python.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/qq.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/quinscape.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/quora.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/r-project.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/raspberry-pi.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/ravelry.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/react.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/reacteurope.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/readme.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/rebel.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/red-river.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/reddit-alien.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/reddit.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/redhat.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/renren.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/replyd.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/researchgate.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/resolving.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/rev.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/rocketchat.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/rockrms.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/rust.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/safari.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/salesforce.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/sass.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/schlix.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/screenpal.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/scribd.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/searchengin.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/sellcast.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/sellsy.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/servicestack.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/shirtsinbulk.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/shoelace.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/shopify.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/shopware.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/signal-messenger.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/simplybuilt.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/sistrix.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/sith.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/sitrox.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/sketch.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/skyatlas.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/skype.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/slack.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/slideshare.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/snapchat.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/soundcloud.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/sourcetree.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/space-awesome.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/speakap.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/speaker-deck.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/spotify.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/square-behance.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/square-dribbble.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/square-facebook.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/square-font-awesome-stroke.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/square-font-awesome.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/square-git.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/square-github.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/square-gitlab.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/square-google-plus.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/square-hacker-news.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/square-instagram.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/square-js.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/square-lastfm.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/square-letterboxd.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/square-odnoklassniki.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/square-pied-piper.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/square-pinterest.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/square-reddit.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/square-snapchat.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/square-steam.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/square-threads.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/square-tumblr.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/square-twitter.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/square-upwork.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/square-viadeo.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/square-vimeo.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/square-web-awesome-stroke.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/square-web-awesome.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/square-whatsapp.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/square-x-twitter.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/square-xing.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/square-youtube.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/squarespace.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/stack-exchange.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/stack-overflow.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/stackpath.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/staylinked.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/steam-symbol.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/steam.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/sticker-mule.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/strava.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/stripe-s.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/stripe.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/stubber.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/studiovinari.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/stumbleupon-circle.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/stumbleupon.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/superpowers.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/supple.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/suse.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/swift.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/symfony.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/teamspeak.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/telegram.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/tencent-weibo.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/the-red-yeti.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/themeco.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/themeisle.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/think-peaks.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/threads.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/tiktok.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/trade-federation.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/trello.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/tumblr.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/twitch.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/twitter.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/typo3.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/uber.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/ubuntu.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/uikit.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/umbraco.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/uncharted.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/uniregistry.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/unity.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/unsplash.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/untappd.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/ups.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/upwork.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/usb.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/usps.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/ussunnah.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/vaadin.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/viacoin.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/viadeo.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/viber.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/vimeo-v.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/vimeo.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/vine.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/vk.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/vnv.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/vuejs.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/watchman-monitoring.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/waze.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/web-awesome.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/webflow.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/weebly.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/weibo.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/weixin.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/whatsapp.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/whmcs.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/wikipedia-w.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/windows.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/wirsindhandwerk.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/wix.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/wizards-of-the-coast.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/wodu.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/wolf-pack-battalion.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/wordpress-simple.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/wordpress.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/wpbeginner.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/wpexplorer.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/wpforms.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/wpressr.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/x-twitter.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/xbox.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/xing.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/y-combinator.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/yahoo.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/yammer.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/yandex-international.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/yandex.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/yarn.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/yelp.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/yoast.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/youtube.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/brands/zhihu.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/address-book.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/address-card.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/bell-slash.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/bell.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/bookmark.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/building.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/calendar-check.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/calendar-days.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/calendar-minus.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/calendar-plus.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/calendar-xmark.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/calendar.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/chart-bar.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/chess-bishop.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/chess-king.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/chess-knight.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/chess-pawn.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/chess-queen.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/chess-rook.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/circle-check.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/circle-dot.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/circle-down.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/circle-left.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/circle-pause.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/circle-play.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/circle-question.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/circle-right.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/circle-stop.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/circle-up.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/circle-user.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/circle-xmark.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/circle.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/clipboard.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/clock.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/clone.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/closed-captioning.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/comment-dots.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/comment.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/comments.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/compass.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/copy.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/copyright.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/credit-card.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/envelope-open.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/envelope.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/eye-slash.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/eye.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/face-angry.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/face-dizzy.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/face-flushed.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/face-frown-open.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/face-frown.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/face-grimace.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/face-grin-beam-sweat.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/face-grin-beam.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/face-grin-hearts.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/face-grin-squint-tears.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/face-grin-squint.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/face-grin-stars.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/face-grin-tears.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/face-grin-tongue-squint.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/face-grin-tongue-wink.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/face-grin-tongue.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/face-grin-wide.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/face-grin-wink.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/face-grin.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/face-kiss-beam.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/face-kiss-wink-heart.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/face-kiss.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/face-laugh-beam.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/face-laugh-squint.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/face-laugh-wink.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/face-laugh.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/face-meh-blank.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/face-meh.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/face-rolling-eyes.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/face-sad-cry.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/face-sad-tear.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/face-smile-beam.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/face-smile-wink.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/face-smile.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/face-surprise.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/face-tired.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/file-audio.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/file-code.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/file-excel.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/file-image.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/file-lines.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/file-pdf.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/file-powerpoint.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/file-video.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/file-word.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/file-zipper.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/file.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/flag.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/floppy-disk.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/folder-closed.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/folder-open.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/folder.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/font-awesome.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/futbol.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/gem.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/hand-back-fist.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/hand-lizard.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/hand-peace.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/hand-point-down.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/hand-point-left.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/hand-point-right.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/hand-point-up.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/hand-pointer.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/hand-scissors.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/hand-spock.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/hand.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/handshake.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/hard-drive.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/heart.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/hospital.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/hourglass-half.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/hourglass.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/id-badge.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/id-card.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/image.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/images.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/keyboard.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/lemon.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/life-ring.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/lightbulb.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/map.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/message.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/money-bill-1.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/moon.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/newspaper.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/note-sticky.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/object-group.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/object-ungroup.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/paper-plane.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/paste.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/pen-to-square.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/rectangle-list.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/rectangle-xmark.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/registered.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/share-from-square.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/snowflake.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/square-caret-down.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/square-caret-left.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/square-caret-right.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/square-caret-up.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/square-check.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/square-full.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/square-minus.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/square-plus.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/square.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/star-half-stroke.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/star-half.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/star.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/sun.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/thumbs-down.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/thumbs-up.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/trash-can.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/user.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/window-maximize.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/window-minimize.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/regular/window-restore.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/0.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/1.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/2.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/3.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/4.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/5.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/6.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/7.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/8.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/9.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/a.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/address-book.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/address-card.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/align-center.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/align-justify.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/align-left.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/align-right.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/anchor-circle-check.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/anchor-circle-exclamation.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/anchor-circle-xmark.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/anchor-lock.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/anchor.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/angle-down.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/angle-left.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/angle-right.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/angle-up.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/angles-down.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/angles-left.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/angles-right.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/angles-up.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/ankh.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/apple-whole.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/archway.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrow-down-1-9.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrow-down-9-1.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrow-down-a-z.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrow-down-long.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrow-down-short-wide.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrow-down-up-across-line.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrow-down-up-lock.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrow-down-wide-short.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrow-down-z-a.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrow-down.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrow-left-long.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrow-left.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrow-pointer.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrow-right-arrow-left.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrow-right-from-bracket.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrow-right-long.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrow-right-to-bracket.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrow-right-to-city.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrow-right.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrow-rotate-left.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrow-rotate-right.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrow-trend-down.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrow-trend-up.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrow-turn-down.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrow-turn-up.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrow-up-1-9.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrow-up-9-1.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrow-up-a-z.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrow-up-from-bracket.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrow-up-from-ground-water.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrow-up-from-water-pump.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrow-up-long.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrow-up-right-dots.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrow-up-right-from-square.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrow-up-short-wide.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrow-up-wide-short.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrow-up-z-a.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrow-up.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrows-down-to-line.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrows-down-to-people.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrows-left-right-to-line.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrows-left-right.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrows-rotate.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrows-spin.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrows-split-up-and-left.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrows-to-circle.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrows-to-dot.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrows-to-eye.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrows-turn-right.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrows-turn-to-dots.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrows-up-down-left-right.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrows-up-down.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/arrows-up-to-line.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/asterisk.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/at.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/atom.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/audio-description.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/austral-sign.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/award.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/b.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/baby-carriage.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/baby.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/backward-fast.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/backward-step.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/backward.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bacon.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bacteria.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bacterium.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bag-shopping.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bahai.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/baht-sign.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/ban-smoking.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/ban.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bandage.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bangladeshi-taka-sign.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/barcode.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bars-progress.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bars-staggered.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bars.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/baseball-bat-ball.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/baseball.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/basket-shopping.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/basketball.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bath.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/battery-empty.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/battery-full.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/battery-half.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/battery-quarter.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/battery-three-quarters.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bed-pulse.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bed.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/beer-mug-empty.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bell-concierge.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bell-slash.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bell.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bezier-curve.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bicycle.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/binoculars.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/biohazard.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bitcoin-sign.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/blender-phone.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/blender.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/blog.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bold.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bolt-lightning.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bolt.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bomb.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bone.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bong.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/book-atlas.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/book-bible.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/book-bookmark.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/book-journal-whills.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/book-medical.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/book-open-reader.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/book-open.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/book-quran.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/book-skull.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/book-tanakh.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/book.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bookmark.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/border-all.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/border-none.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/border-top-left.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bore-hole.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bottle-droplet.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bottle-water.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bowl-food.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bowl-rice.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bowling-ball.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/box-archive.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/box-open.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/box-tissue.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/box.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/boxes-packing.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/boxes-stacked.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/braille.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/brain.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/brazilian-real-sign.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bread-slice.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bridge-circle-check.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bridge-circle-exclamation.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bridge-circle-xmark.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bridge-lock.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bridge-water.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bridge.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/briefcase-medical.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/briefcase.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/broom-ball.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/broom.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/brush.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bucket.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bug-slash.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bug.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bugs.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/building-circle-arrow-right.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/building-circle-check.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/building-circle-exclamation.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/building-circle-xmark.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/building-columns.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/building-flag.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/building-lock.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/building-ngo.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/building-shield.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/building-un.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/building-user.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/building-wheat.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/building.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bullhorn.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bullseye.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/burger.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/burst.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bus-simple.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/bus.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/business-time.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/c.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/cable-car.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/cake-candles.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/calculator.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/calendar-check.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/calendar-day.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/calendar-days.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/calendar-minus.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/calendar-plus.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/calendar-week.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/calendar-xmark.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/calendar.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/camera-retro.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/camera-rotate.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/camera.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/campground.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/candy-cane.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/cannabis.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/capsules.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/car-battery.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/car-burst.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/car-on.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/car-rear.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/car-side.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/car-tunnel.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/car.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/caravan.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/caret-down.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/caret-left.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/caret-right.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/caret-up.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/carrot.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/cart-arrow-down.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/cart-flatbed-suitcase.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/cart-flatbed.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/cart-plus.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/cart-shopping.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/cash-register.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/cat.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/cedi-sign.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/cent-sign.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/certificate.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/chair.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/chalkboard-user.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/chalkboard.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/champagne-glasses.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/charging-station.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/chart-area.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/chart-bar.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/chart-column.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/chart-gantt.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/chart-line.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/chart-pie.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/chart-simple.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/check-double.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/check-to-slot.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/check.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/cheese.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/chess-bishop.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/chess-board.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/chess-king.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/chess-knight.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/chess-pawn.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/chess-queen.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/chess-rook.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/chess.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/chevron-down.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/chevron-left.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/chevron-right.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/chevron-up.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/child-combatant.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/child-dress.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/child-reaching.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/child.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/children.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/church.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/circle-arrow-down.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/circle-arrow-left.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/circle-arrow-right.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/circle-arrow-up.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/circle-check.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/circle-chevron-down.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/circle-chevron-left.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/circle-chevron-right.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/circle-chevron-up.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/circle-dollar-to-slot.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/circle-dot.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/circle-down.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/circle-exclamation.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/circle-h.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/circle-half-stroke.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/circle-info.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/circle-left.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/circle-minus.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/circle-nodes.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/circle-notch.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/circle-pause.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/circle-play.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/circle-plus.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/circle-question.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/circle-radiation.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/circle-right.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/circle-stop.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/circle-up.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/circle-user.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/circle-xmark.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/circle.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/city.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/clapperboard.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/clipboard-check.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/clipboard-list.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/clipboard-question.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/clipboard-user.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/clipboard.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/clock-rotate-left.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/clock.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/clone.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/closed-captioning.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/cloud-arrow-down.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/cloud-arrow-up.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/cloud-bolt.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/cloud-meatball.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/cloud-moon-rain.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/cloud-moon.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/cloud-rain.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/cloud-showers-heavy.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/cloud-showers-water.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/cloud-sun-rain.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/cloud-sun.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/cloud.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/clover.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/code-branch.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/code-commit.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/code-compare.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/code-fork.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/code-merge.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/code-pull-request.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/code.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/coins.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/colon-sign.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/comment-dollar.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/comment-dots.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/comment-medical.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/comment-slash.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/comment-sms.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/comment.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/comments-dollar.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/comments.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/compact-disc.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/compass-drafting.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/compass.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/compress.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/computer-mouse.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/computer.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/cookie-bite.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/cookie.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/copy.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/copyright.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/couch.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/cow.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/credit-card.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/crop-simple.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/crop.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/cross.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/crosshairs.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/crow.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/crown.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/crutch.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/cruzeiro-sign.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/cube.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/cubes-stacked.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/cubes.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/d.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/database.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/delete-left.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/democrat.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/desktop.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/dharmachakra.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/diagram-next.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/diagram-predecessor.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/diagram-project.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/diagram-successor.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/diamond-turn-right.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/diamond.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/dice-d20.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/dice-d6.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/dice-five.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/dice-four.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/dice-one.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/dice-six.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/dice-three.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/dice-two.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/dice.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/disease.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/display.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/divide.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/dna.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/dog.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/dollar-sign.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/dolly.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/dong-sign.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/door-closed.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/door-open.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/dove.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/down-left-and-up-right-to-center.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/down-long.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/download.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/dragon.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/draw-polygon.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/droplet-slash.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/droplet.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/drum-steelpan.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/drum.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/drumstick-bite.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/dumbbell.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/dumpster-fire.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/dumpster.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/dungeon.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/e.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/ear-deaf.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/ear-listen.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/earth-africa.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/earth-americas.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/earth-asia.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/earth-europe.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/earth-oceania.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/egg.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/eject.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/elevator.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/ellipsis-vertical.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/ellipsis.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/envelope-circle-check.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/envelope-open-text.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/envelope-open.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/envelope.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/envelopes-bulk.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/equals.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/eraser.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/ethernet.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/euro-sign.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/exclamation.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/expand.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/explosion.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/eye-dropper.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/eye-low-vision.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/eye-slash.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/eye.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/f.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/face-angry.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/face-dizzy.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/face-flushed.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/face-frown-open.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/face-frown.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/face-grimace.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/face-grin-beam-sweat.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/face-grin-beam.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/face-grin-hearts.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/face-grin-squint-tears.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/face-grin-squint.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/face-grin-stars.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/face-grin-tears.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/face-grin-tongue-squint.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/face-grin-tongue-wink.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/face-grin-tongue.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/face-grin-wide.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/face-grin-wink.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/face-grin.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/face-kiss-beam.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/face-kiss-wink-heart.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/face-kiss.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/face-laugh-beam.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/face-laugh-squint.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/face-laugh-wink.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/face-laugh.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/face-meh-blank.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/face-meh.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/face-rolling-eyes.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/face-sad-cry.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/face-sad-tear.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/face-smile-beam.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/face-smile-wink.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/face-smile.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/face-surprise.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/face-tired.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/fan.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/faucet-drip.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/faucet.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/fax.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/feather-pointed.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/feather.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/ferry.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/file-arrow-down.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/file-arrow-up.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/file-audio.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/file-circle-check.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/file-circle-exclamation.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/file-circle-minus.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/file-circle-plus.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/file-circle-question.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/file-circle-xmark.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/file-code.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/file-contract.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/file-csv.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/file-excel.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/file-export.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/file-image.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/file-import.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/file-invoice-dollar.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/file-invoice.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/file-lines.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/file-medical.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/file-pdf.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/file-pen.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/file-powerpoint.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/file-prescription.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/file-shield.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/file-signature.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/file-video.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/file-waveform.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/file-word.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/file-zipper.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/file.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/fill-drip.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/fill.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/film.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/filter-circle-dollar.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/filter-circle-xmark.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/filter.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/fingerprint.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/fire-burner.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/fire-extinguisher.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/fire-flame-curved.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/fire-flame-simple.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/fire.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/fish-fins.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/fish.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/flag-checkered.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/flag-usa.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/flag.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/flask-vial.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/flask.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/floppy-disk.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/florin-sign.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/folder-closed.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/folder-minus.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/folder-open.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/folder-plus.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/folder-tree.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/folder.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/font-awesome.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/font.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/football.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/forward-fast.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/forward-step.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/forward.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/franc-sign.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/frog.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/futbol.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/g.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/gamepad.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/gas-pump.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/gauge-high.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/gauge-simple-high.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/gauge-simple.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/gauge.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/gavel.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/gear.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/gears.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/gem.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/genderless.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/ghost.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/gift.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/gifts.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/glass-water-droplet.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/glass-water.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/glasses.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/globe.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/golf-ball-tee.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/gopuram.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/graduation-cap.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/greater-than-equal.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/greater-than.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/grip-lines-vertical.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/grip-lines.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/grip-vertical.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/grip.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/group-arrows-rotate.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/guarani-sign.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/guitar.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/gun.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/h.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hammer.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hamsa.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hand-back-fist.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hand-dots.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hand-fist.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hand-holding-dollar.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hand-holding-droplet.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hand-holding-hand.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hand-holding-heart.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hand-holding-medical.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hand-holding.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hand-lizard.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hand-middle-finger.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hand-peace.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hand-point-down.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hand-point-left.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hand-point-right.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hand-point-up.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hand-pointer.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hand-scissors.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hand-sparkles.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hand-spock.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hand.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/handcuffs.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hands-asl-interpreting.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hands-bound.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hands-bubbles.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hands-clapping.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hands-holding-child.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hands-holding-circle.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hands-holding.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hands-praying.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hands.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/handshake-angle.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/handshake-simple-slash.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/handshake-simple.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/handshake-slash.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/handshake.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hanukiah.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hard-drive.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hashtag.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hat-cowboy-side.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hat-cowboy.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hat-wizard.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/head-side-cough-slash.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/head-side-cough.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/head-side-mask.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/head-side-virus.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/heading.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/headphones-simple.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/headphones.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/headset.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/heart-circle-bolt.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/heart-circle-check.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/heart-circle-exclamation.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/heart-circle-minus.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/heart-circle-plus.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/heart-circle-xmark.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/heart-crack.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/heart-pulse.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/heart.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/helicopter-symbol.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/helicopter.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/helmet-safety.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/helmet-un.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/highlighter.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hill-avalanche.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hill-rockslide.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hippo.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hockey-puck.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/holly-berry.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/horse-head.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/horse.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hospital-user.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hospital.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hot-tub-person.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hotdog.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hotel.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hourglass-end.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hourglass-half.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hourglass-start.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hourglass.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/house-chimney-crack.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/house-chimney-medical.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/house-chimney-user.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/house-chimney-window.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/house-chimney.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/house-circle-check.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/house-circle-exclamation.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/house-circle-xmark.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/house-crack.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/house-fire.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/house-flag.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/house-flood-water-circle-arrow-right.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/house-flood-water.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/house-laptop.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/house-lock.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/house-medical-circle-check.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/house-medical-circle-exclamation.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/house-medical-circle-xmark.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/house-medical-flag.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/house-medical.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/house-signal.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/house-tsunami.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/house-user.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/house.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hryvnia-sign.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/hurricane.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/i-cursor.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/i.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/ice-cream.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/icicles.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/icons.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/id-badge.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/id-card-clip.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/id-card.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/igloo.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/image-portrait.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/image.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/images.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/inbox.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/indent.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/indian-rupee-sign.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/industry.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/infinity.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/info.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/italic.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/j.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/jar-wheat.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/jar.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/jedi.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/jet-fighter-up.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/jet-fighter.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/joint.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/jug-detergent.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/k.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/kaaba.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/key.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/keyboard.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/khanda.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/kip-sign.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/kit-medical.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/kitchen-set.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/kiwi-bird.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/l.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/land-mine-on.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/landmark-dome.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/landmark-flag.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/landmark.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/language.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/laptop-code.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/laptop-file.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/laptop-medical.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/laptop.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/lari-sign.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/layer-group.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/leaf.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/left-long.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/left-right.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/lemon.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/less-than-equal.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/less-than.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/life-ring.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/lightbulb.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/lines-leaning.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/link-slash.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/link.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/lira-sign.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/list-check.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/list-ol.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/list-ul.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/list.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/litecoin-sign.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/location-arrow.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/location-crosshairs.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/location-dot.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/location-pin-lock.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/location-pin.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/lock-open.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/lock.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/locust.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/lungs-virus.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/lungs.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/m.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/magnet.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/magnifying-glass-arrow-right.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/magnifying-glass-chart.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/magnifying-glass-dollar.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/magnifying-glass-location.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/magnifying-glass-minus.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/magnifying-glass-plus.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/magnifying-glass.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/manat-sign.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/map-location-dot.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/map-location.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/map-pin.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/map.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/marker.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/mars-and-venus-burst.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/mars-and-venus.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/mars-double.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/mars-stroke-right.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/mars-stroke-up.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/mars-stroke.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/mars.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/martini-glass-citrus.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/martini-glass-empty.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/martini-glass.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/mask-face.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/mask-ventilator.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/mask.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/masks-theater.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/mattress-pillow.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/maximize.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/medal.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/memory.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/menorah.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/mercury.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/message.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/meteor.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/microchip.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/microphone-lines-slash.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/microphone-lines.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/microphone-slash.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/microphone.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/microscope.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/mill-sign.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/minimize.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/minus.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/mitten.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/mobile-button.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/mobile-retro.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/mobile-screen-button.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/mobile-screen.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/mobile.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/money-bill-1-wave.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/money-bill-1.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/money-bill-transfer.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/money-bill-trend-up.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/money-bill-wave.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/money-bill-wheat.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/money-bill.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/money-bills.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/money-check-dollar.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/money-check.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/monument.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/moon.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/mortar-pestle.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/mosque.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/mosquito-net.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/mosquito.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/motorcycle.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/mound.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/mountain-city.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/mountain-sun.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/mountain.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/mug-hot.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/mug-saucer.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/music.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/n.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/naira-sign.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/network-wired.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/neuter.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/newspaper.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/not-equal.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/notdef.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/note-sticky.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/notes-medical.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/o.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/object-group.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/object-ungroup.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/oil-can.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/oil-well.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/om.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/otter.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/outdent.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/p.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/pager.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/paint-roller.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/paintbrush.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/palette.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/pallet.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/panorama.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/paper-plane.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/paperclip.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/parachute-box.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/paragraph.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/passport.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/paste.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/pause.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/paw.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/peace.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/pen-clip.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/pen-fancy.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/pen-nib.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/pen-ruler.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/pen-to-square.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/pen.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/pencil.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/people-arrows.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/people-carry-box.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/people-group.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/people-line.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/people-pulling.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/people-robbery.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/people-roof.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/pepper-hot.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/percent.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-arrow-down-to-line.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-arrow-up-from-line.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-biking.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-booth.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-breastfeeding.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-burst.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-cane.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-chalkboard.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-circle-check.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-circle-exclamation.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-circle-minus.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-circle-plus.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-circle-question.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-circle-xmark.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-digging.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-dots-from-line.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-dress-burst.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-dress.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-drowning.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-falling-burst.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-falling.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-half-dress.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-harassing.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-hiking.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-military-pointing.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-military-rifle.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-military-to-person.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-praying.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-pregnant.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-rays.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-rifle.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-running.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-shelter.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-skating.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-skiing-nordic.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-skiing.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-snowboarding.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-swimming.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-through-window.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-walking-arrow-loop-left.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-walking-arrow-right.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-walking-dashed-line-arrow-right.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-walking-luggage.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-walking-with-cane.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person-walking.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/person.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/peseta-sign.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/peso-sign.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/phone-flip.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/phone-slash.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/phone-volume.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/phone.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/photo-film.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/piggy-bank.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/pills.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/pizza-slice.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/place-of-worship.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/plane-arrival.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/plane-circle-check.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/plane-circle-exclamation.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/plane-circle-xmark.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/plane-departure.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/plane-lock.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/plane-slash.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/plane-up.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/plane.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/plant-wilt.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/plate-wheat.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/play.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/plug-circle-bolt.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/plug-circle-check.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/plug-circle-exclamation.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/plug-circle-minus.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/plug-circle-plus.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/plug-circle-xmark.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/plug.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/plus-minus.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/plus.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/podcast.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/poo-storm.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/poo.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/poop.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/power-off.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/prescription-bottle-medical.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/prescription-bottle.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/prescription.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/print.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/pump-medical.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/pump-soap.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/puzzle-piece.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/q.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/qrcode.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/question.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/quote-left.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/quote-right.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/r.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/radiation.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/radio.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/rainbow.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/ranking-star.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/receipt.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/record-vinyl.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/rectangle-ad.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/rectangle-list.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/rectangle-xmark.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/recycle.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/registered.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/repeat.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/reply-all.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/reply.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/republican.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/restroom.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/retweet.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/ribbon.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/right-from-bracket.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/right-left.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/right-long.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/right-to-bracket.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/ring.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/road-barrier.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/road-bridge.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/road-circle-check.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/road-circle-exclamation.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/road-circle-xmark.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/road-lock.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/road-spikes.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/road.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/robot.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/rocket.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/rotate-left.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/rotate-right.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/rotate.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/route.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/rss.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/ruble-sign.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/rug.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/ruler-combined.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/ruler-horizontal.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/ruler-vertical.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/ruler.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/rupee-sign.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/rupiah-sign.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/s.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/sack-dollar.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/sack-xmark.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/sailboat.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/satellite-dish.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/satellite.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/scale-balanced.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/scale-unbalanced-flip.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/scale-unbalanced.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/school-circle-check.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/school-circle-exclamation.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/school-circle-xmark.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/school-flag.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/school-lock.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/school.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/scissors.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/screwdriver-wrench.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/screwdriver.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/scroll-torah.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/scroll.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/sd-card.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/section.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/seedling.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/server.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/shapes.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/share-from-square.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/share-nodes.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/share.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/sheet-plastic.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/shekel-sign.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/shield-cat.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/shield-dog.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/shield-halved.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/shield-heart.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/shield-virus.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/shield.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/ship.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/shirt.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/shoe-prints.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/shop-lock.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/shop-slash.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/shop.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/shower.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/shrimp.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/shuffle.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/shuttle-space.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/sign-hanging.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/signal.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/signature.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/signs-post.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/sim-card.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/sink.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/sitemap.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/skull-crossbones.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/skull.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/slash.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/sleigh.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/sliders.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/smog.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/smoking.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/snowflake.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/snowman.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/snowplow.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/soap.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/socks.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/solar-panel.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/sort-down.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/sort-up.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/sort.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/spa.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/spaghetti-monster-flying.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/spell-check.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/spider.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/spinner.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/splotch.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/spoon.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/spray-can-sparkles.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/spray-can.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/square-arrow-up-right.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/square-caret-down.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/square-caret-left.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/square-caret-right.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/square-caret-up.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/square-check.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/square-envelope.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/square-full.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/square-h.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/square-minus.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/square-nfi.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/square-parking.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/square-pen.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/square-person-confined.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/square-phone-flip.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/square-phone.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/square-plus.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/square-poll-horizontal.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/square-poll-vertical.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/square-root-variable.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/square-rss.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/square-share-nodes.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/square-up-right.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/square-virus.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/square-xmark.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/square.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/staff-snake.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/stairs.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/stamp.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/stapler.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/star-and-crescent.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/star-half-stroke.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/star-half.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/star-of-david.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/star-of-life.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/star.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/sterling-sign.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/stethoscope.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/stop.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/stopwatch-20.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/stopwatch.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/store-slash.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/store.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/street-view.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/strikethrough.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/stroopwafel.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/subscript.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/suitcase-medical.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/suitcase-rolling.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/suitcase.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/sun-plant-wilt.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/sun.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/superscript.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/swatchbook.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/synagogue.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/syringe.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/t.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/table-cells-column-lock.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/table-cells-large.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/table-cells-row-lock.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/table-cells-row-unlock.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/table-cells.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/table-columns.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/table-list.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/table-tennis-paddle-ball.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/table.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/tablet-button.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/tablet-screen-button.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/tablet.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/tablets.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/tachograph-digital.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/tag.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/tags.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/tape.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/tarp-droplet.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/tarp.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/taxi.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/teeth-open.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/teeth.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/temperature-arrow-down.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/temperature-arrow-up.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/temperature-empty.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/temperature-full.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/temperature-half.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/temperature-high.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/temperature-low.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/temperature-quarter.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/temperature-three-quarters.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/tenge-sign.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/tent-arrow-down-to-line.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/tent-arrow-left-right.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/tent-arrow-turn-left.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/tent-arrows-down.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/tent.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/tents.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/terminal.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/text-height.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/text-slash.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/text-width.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/thermometer.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/thumbs-down.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/thumbs-up.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/thumbtack-slash.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/thumbtack.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/ticket-simple.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/ticket.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/timeline.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/toggle-off.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/toggle-on.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/toilet-paper-slash.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/toilet-paper.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/toilet-portable.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/toilet.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/toilets-portable.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/toolbox.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/tooth.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/torii-gate.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/tornado.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/tower-broadcast.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/tower-cell.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/tower-observation.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/tractor.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/trademark.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/traffic-light.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/trailer.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/train-subway.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/train-tram.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/train.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/transgender.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/trash-arrow-up.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/trash-can-arrow-up.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/trash-can.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/trash.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/tree-city.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/tree.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/triangle-exclamation.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/trophy.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/trowel-bricks.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/trowel.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/truck-arrow-right.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/truck-droplet.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/truck-fast.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/truck-field-un.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/truck-field.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/truck-front.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/truck-medical.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/truck-monster.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/truck-moving.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/truck-pickup.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/truck-plane.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/truck-ramp-box.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/truck.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/tty.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/turkish-lira-sign.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/turn-down.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/turn-up.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/tv.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/u.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/umbrella-beach.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/umbrella.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/underline.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/universal-access.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/unlock-keyhole.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/unlock.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/up-down-left-right.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/up-down.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/up-long.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/up-right-and-down-left-from-center.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/up-right-from-square.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/upload.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/user-astronaut.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/user-check.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/user-clock.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/user-doctor.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/user-gear.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/user-graduate.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/user-group.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/user-injured.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/user-large-slash.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/user-large.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/user-lock.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/user-minus.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/user-ninja.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/user-nurse.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/user-pen.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/user-plus.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/user-secret.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/user-shield.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/user-slash.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/user-tag.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/user-tie.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/user-xmark.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/user.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/users-between-lines.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/users-gear.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/users-line.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/users-rays.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/users-rectangle.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/users-slash.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/users-viewfinder.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/users.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/utensils.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/v.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/van-shuttle.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/vault.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/vector-square.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/venus-double.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/venus-mars.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/venus.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/vest-patches.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/vest.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/vial-circle-check.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/vial-virus.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/vial.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/vials.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/video-slash.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/video.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/vihara.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/virus-covid-slash.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/virus-covid.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/virus-slash.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/virus.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/viruses.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/voicemail.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/volcano.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/volleyball.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/volume-high.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/volume-low.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/volume-off.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/volume-xmark.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/vr-cardboard.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/w.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/walkie-talkie.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/wallet.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/wand-magic-sparkles.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/wand-magic.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/wand-sparkles.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/warehouse.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/water-ladder.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/water.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/wave-square.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/web-awesome.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/weight-hanging.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/weight-scale.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/wheat-awn-circle-exclamation.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/wheat-awn.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/wheelchair-move.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/wheelchair.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/whiskey-glass.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/wifi.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/wind.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/window-maximize.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/window-minimize.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/window-restore.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/wine-bottle.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/wine-glass-empty.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/wine-glass.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/won-sign.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/worm.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/wrench.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/x-ray.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/x.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/xmark.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/xmarks-lines.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/y.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/yen-sign.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/yin-yang.svg (100%) rename projects/icons-fontawesome/src/{ => fa}/solid/z.svg (100%) rename projects/icons-material/src/{ => material}/filled/10k.svg (100%) rename projects/icons-material/src/{ => material}/filled/10mp.svg (100%) rename projects/icons-material/src/{ => material}/filled/11mp.svg (100%) rename projects/icons-material/src/{ => material}/filled/123.svg (100%) rename projects/icons-material/src/{ => material}/filled/12mp.svg (100%) rename projects/icons-material/src/{ => material}/filled/13mp.svg (100%) rename projects/icons-material/src/{ => material}/filled/14mp.svg (100%) rename projects/icons-material/src/{ => material}/filled/15mp.svg (100%) rename projects/icons-material/src/{ => material}/filled/16mp.svg (100%) rename projects/icons-material/src/{ => material}/filled/17mp.svg (100%) rename projects/icons-material/src/{ => material}/filled/18_up_rating.svg (100%) rename projects/icons-material/src/{ => material}/filled/18mp.svg (100%) rename projects/icons-material/src/{ => material}/filled/19mp.svg (100%) rename projects/icons-material/src/{ => material}/filled/1k.svg (100%) rename projects/icons-material/src/{ => material}/filled/1k_plus.svg (100%) rename projects/icons-material/src/{ => material}/filled/1x_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/filled/20mp.svg (100%) rename projects/icons-material/src/{ => material}/filled/21mp.svg (100%) rename projects/icons-material/src/{ => material}/filled/22mp.svg (100%) rename projects/icons-material/src/{ => material}/filled/23mp.svg (100%) rename projects/icons-material/src/{ => material}/filled/24mp.svg (100%) rename projects/icons-material/src/{ => material}/filled/2k.svg (100%) rename projects/icons-material/src/{ => material}/filled/2k_plus.svg (100%) rename projects/icons-material/src/{ => material}/filled/2mp.svg (100%) rename projects/icons-material/src/{ => material}/filled/30fps.svg (100%) rename projects/icons-material/src/{ => material}/filled/30fps_select.svg (100%) rename projects/icons-material/src/{ => material}/filled/360.svg (100%) rename projects/icons-material/src/{ => material}/filled/3d_rotation.svg (100%) rename projects/icons-material/src/{ => material}/filled/3g_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/filled/3k.svg (100%) rename projects/icons-material/src/{ => material}/filled/3k_plus.svg (100%) rename projects/icons-material/src/{ => material}/filled/3mp.svg (100%) rename projects/icons-material/src/{ => material}/filled/3p.svg (100%) rename projects/icons-material/src/{ => material}/filled/4g_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/filled/4g_plus_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/filled/4k.svg (100%) rename projects/icons-material/src/{ => material}/filled/4k_plus.svg (100%) rename projects/icons-material/src/{ => material}/filled/4mp.svg (100%) rename projects/icons-material/src/{ => material}/filled/5g.svg (100%) rename projects/icons-material/src/{ => material}/filled/5k.svg (100%) rename projects/icons-material/src/{ => material}/filled/5k_plus.svg (100%) rename projects/icons-material/src/{ => material}/filled/5mp.svg (100%) rename projects/icons-material/src/{ => material}/filled/60fps.svg (100%) rename projects/icons-material/src/{ => material}/filled/60fps_select.svg (100%) rename projects/icons-material/src/{ => material}/filled/6_ft_apart.svg (100%) rename projects/icons-material/src/{ => material}/filled/6k.svg (100%) rename projects/icons-material/src/{ => material}/filled/6k_plus.svg (100%) rename projects/icons-material/src/{ => material}/filled/6mp.svg (100%) rename projects/icons-material/src/{ => material}/filled/7k.svg (100%) rename projects/icons-material/src/{ => material}/filled/7k_plus.svg (100%) rename projects/icons-material/src/{ => material}/filled/7mp.svg (100%) rename projects/icons-material/src/{ => material}/filled/8k.svg (100%) rename projects/icons-material/src/{ => material}/filled/8k_plus.svg (100%) rename projects/icons-material/src/{ => material}/filled/8mp.svg (100%) rename projects/icons-material/src/{ => material}/filled/9k.svg (100%) rename projects/icons-material/src/{ => material}/filled/9k_plus.svg (100%) rename projects/icons-material/src/{ => material}/filled/9mp.svg (100%) rename projects/icons-material/src/{ => material}/filled/abc.svg (100%) rename projects/icons-material/src/{ => material}/filled/ac_unit.svg (100%) rename projects/icons-material/src/{ => material}/filled/access_alarm.svg (100%) rename projects/icons-material/src/{ => material}/filled/access_alarms.svg (100%) rename projects/icons-material/src/{ => material}/filled/access_time.svg (100%) rename projects/icons-material/src/{ => material}/filled/access_time_filled.svg (100%) rename projects/icons-material/src/{ => material}/filled/accessibility.svg (100%) rename projects/icons-material/src/{ => material}/filled/accessibility_new.svg (100%) rename projects/icons-material/src/{ => material}/filled/accessible.svg (100%) rename projects/icons-material/src/{ => material}/filled/accessible_forward.svg (100%) rename projects/icons-material/src/{ => material}/filled/account_balance.svg (100%) rename projects/icons-material/src/{ => material}/filled/account_balance_wallet.svg (100%) rename projects/icons-material/src/{ => material}/filled/account_box.svg (100%) rename projects/icons-material/src/{ => material}/filled/account_circle.svg (100%) rename projects/icons-material/src/{ => material}/filled/account_tree.svg (100%) rename projects/icons-material/src/{ => material}/filled/ad_units.svg (100%) rename projects/icons-material/src/{ => material}/filled/adb.svg (100%) rename projects/icons-material/src/{ => material}/filled/add.svg (100%) rename projects/icons-material/src/{ => material}/filled/add_a_photo.svg (100%) rename projects/icons-material/src/{ => material}/filled/add_alarm.svg (100%) rename projects/icons-material/src/{ => material}/filled/add_alert.svg (100%) rename projects/icons-material/src/{ => material}/filled/add_box.svg (100%) rename projects/icons-material/src/{ => material}/filled/add_business.svg (100%) rename projects/icons-material/src/{ => material}/filled/add_card.svg (100%) rename projects/icons-material/src/{ => material}/filled/add_chart.svg (100%) rename projects/icons-material/src/{ => material}/filled/add_circle.svg (100%) rename projects/icons-material/src/{ => material}/filled/add_circle_outline.svg (100%) rename projects/icons-material/src/{ => material}/filled/add_comment.svg (100%) rename projects/icons-material/src/{ => material}/filled/add_home.svg (100%) rename projects/icons-material/src/{ => material}/filled/add_home_work.svg (100%) rename projects/icons-material/src/{ => material}/filled/add_ic_call.svg (100%) rename projects/icons-material/src/{ => material}/filled/add_link.svg (100%) rename projects/icons-material/src/{ => material}/filled/add_location.svg (100%) rename projects/icons-material/src/{ => material}/filled/add_location_alt.svg (100%) rename projects/icons-material/src/{ => material}/filled/add_moderator.svg (100%) rename projects/icons-material/src/{ => material}/filled/add_photo_alternate.svg (100%) rename projects/icons-material/src/{ => material}/filled/add_reaction.svg (100%) rename projects/icons-material/src/{ => material}/filled/add_road.svg (100%) rename projects/icons-material/src/{ => material}/filled/add_shopping_cart.svg (100%) rename projects/icons-material/src/{ => material}/filled/add_task.svg (100%) rename projects/icons-material/src/{ => material}/filled/add_to_drive.svg (100%) rename projects/icons-material/src/{ => material}/filled/add_to_home_screen.svg (100%) rename projects/icons-material/src/{ => material}/filled/add_to_photos.svg (100%) rename projects/icons-material/src/{ => material}/filled/add_to_queue.svg (100%) rename projects/icons-material/src/{ => material}/filled/addchart.svg (100%) rename projects/icons-material/src/{ => material}/filled/adf_scanner.svg (100%) rename projects/icons-material/src/{ => material}/filled/adjust.svg (100%) rename projects/icons-material/src/{ => material}/filled/admin_panel_settings.svg (100%) rename projects/icons-material/src/{ => material}/filled/ads_click.svg (100%) rename projects/icons-material/src/{ => material}/filled/agriculture.svg (100%) rename projects/icons-material/src/{ => material}/filled/air.svg (100%) rename projects/icons-material/src/{ => material}/filled/airline_seat_flat.svg (100%) rename projects/icons-material/src/{ => material}/filled/airline_seat_flat_angled.svg (100%) rename projects/icons-material/src/{ => material}/filled/airline_seat_individual_suite.svg (100%) rename projects/icons-material/src/{ => material}/filled/airline_seat_legroom_extra.svg (100%) rename projects/icons-material/src/{ => material}/filled/airline_seat_legroom_normal.svg (100%) rename projects/icons-material/src/{ => material}/filled/airline_seat_legroom_reduced.svg (100%) rename projects/icons-material/src/{ => material}/filled/airline_seat_recline_extra.svg (100%) rename projects/icons-material/src/{ => material}/filled/airline_seat_recline_normal.svg (100%) rename projects/icons-material/src/{ => material}/filled/airline_stops.svg (100%) rename projects/icons-material/src/{ => material}/filled/airlines.svg (100%) rename projects/icons-material/src/{ => material}/filled/airplane_ticket.svg (100%) rename projects/icons-material/src/{ => material}/filled/airplanemode_active.svg (100%) rename projects/icons-material/src/{ => material}/filled/airplanemode_inactive.svg (100%) rename projects/icons-material/src/{ => material}/filled/airplay.svg (100%) rename projects/icons-material/src/{ => material}/filled/airport_shuttle.svg (100%) rename projects/icons-material/src/{ => material}/filled/alarm.svg (100%) rename projects/icons-material/src/{ => material}/filled/alarm_add.svg (100%) rename projects/icons-material/src/{ => material}/filled/alarm_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/alarm_on.svg (100%) rename projects/icons-material/src/{ => material}/filled/album.svg (100%) rename projects/icons-material/src/{ => material}/filled/align_horizontal_center.svg (100%) rename projects/icons-material/src/{ => material}/filled/align_horizontal_left.svg (100%) rename projects/icons-material/src/{ => material}/filled/align_horizontal_right.svg (100%) rename projects/icons-material/src/{ => material}/filled/align_vertical_bottom.svg (100%) rename projects/icons-material/src/{ => material}/filled/align_vertical_center.svg (100%) rename projects/icons-material/src/{ => material}/filled/align_vertical_top.svg (100%) rename projects/icons-material/src/{ => material}/filled/all_inbox.svg (100%) rename projects/icons-material/src/{ => material}/filled/all_inclusive.svg (100%) rename projects/icons-material/src/{ => material}/filled/all_out.svg (100%) rename projects/icons-material/src/{ => material}/filled/alt_route.svg (100%) rename projects/icons-material/src/{ => material}/filled/alternate_email.svg (100%) rename projects/icons-material/src/{ => material}/filled/analytics.svg (100%) rename projects/icons-material/src/{ => material}/filled/anchor.svg (100%) rename projects/icons-material/src/{ => material}/filled/android.svg (100%) rename projects/icons-material/src/{ => material}/filled/animation.svg (100%) rename projects/icons-material/src/{ => material}/filled/announcement.svg (100%) rename projects/icons-material/src/{ => material}/filled/aod.svg (100%) rename projects/icons-material/src/{ => material}/filled/apartment.svg (100%) rename projects/icons-material/src/{ => material}/filled/api.svg (100%) rename projects/icons-material/src/{ => material}/filled/app_blocking.svg (100%) rename projects/icons-material/src/{ => material}/filled/app_registration.svg (100%) rename projects/icons-material/src/{ => material}/filled/app_settings_alt.svg (100%) rename projects/icons-material/src/{ => material}/filled/app_shortcut.svg (100%) rename projects/icons-material/src/{ => material}/filled/approval.svg (100%) rename projects/icons-material/src/{ => material}/filled/apps.svg (100%) rename projects/icons-material/src/{ => material}/filled/apps_outage.svg (100%) rename projects/icons-material/src/{ => material}/filled/architecture.svg (100%) rename projects/icons-material/src/{ => material}/filled/archive.svg (100%) rename projects/icons-material/src/{ => material}/filled/area_chart.svg (100%) rename projects/icons-material/src/{ => material}/filled/arrow_back.svg (100%) rename projects/icons-material/src/{ => material}/filled/arrow_back_ios.svg (100%) rename projects/icons-material/src/{ => material}/filled/arrow_back_ios_new.svg (100%) rename projects/icons-material/src/{ => material}/filled/arrow_circle_down.svg (100%) rename projects/icons-material/src/{ => material}/filled/arrow_circle_left.svg (100%) rename projects/icons-material/src/{ => material}/filled/arrow_circle_right.svg (100%) rename projects/icons-material/src/{ => material}/filled/arrow_circle_up.svg (100%) rename projects/icons-material/src/{ => material}/filled/arrow_downward.svg (100%) rename projects/icons-material/src/{ => material}/filled/arrow_drop_down.svg (100%) rename projects/icons-material/src/{ => material}/filled/arrow_drop_down_circle.svg (100%) rename projects/icons-material/src/{ => material}/filled/arrow_drop_up.svg (100%) rename projects/icons-material/src/{ => material}/filled/arrow_forward.svg (100%) rename projects/icons-material/src/{ => material}/filled/arrow_forward_ios.svg (100%) rename projects/icons-material/src/{ => material}/filled/arrow_left.svg (100%) rename projects/icons-material/src/{ => material}/filled/arrow_outward.svg (100%) rename projects/icons-material/src/{ => material}/filled/arrow_right.svg (100%) rename projects/icons-material/src/{ => material}/filled/arrow_right_alt.svg (100%) rename projects/icons-material/src/{ => material}/filled/arrow_upward.svg (100%) rename projects/icons-material/src/{ => material}/filled/art_track.svg (100%) rename projects/icons-material/src/{ => material}/filled/article.svg (100%) rename projects/icons-material/src/{ => material}/filled/aspect_ratio.svg (100%) rename projects/icons-material/src/{ => material}/filled/assessment.svg (100%) rename projects/icons-material/src/{ => material}/filled/assignment.svg (100%) rename projects/icons-material/src/{ => material}/filled/assignment_ind.svg (100%) rename projects/icons-material/src/{ => material}/filled/assignment_late.svg (100%) rename projects/icons-material/src/{ => material}/filled/assignment_return.svg (100%) rename projects/icons-material/src/{ => material}/filled/assignment_returned.svg (100%) rename projects/icons-material/src/{ => material}/filled/assignment_turned_in.svg (100%) rename projects/icons-material/src/{ => material}/filled/assist_walker.svg (100%) rename projects/icons-material/src/{ => material}/filled/assistant.svg (100%) rename projects/icons-material/src/{ => material}/filled/assistant_direction.svg (100%) rename projects/icons-material/src/{ => material}/filled/assistant_photo.svg (100%) rename projects/icons-material/src/{ => material}/filled/assured_workload.svg (100%) rename projects/icons-material/src/{ => material}/filled/atm.svg (100%) rename projects/icons-material/src/{ => material}/filled/attach_email.svg (100%) rename projects/icons-material/src/{ => material}/filled/attach_file.svg (100%) rename projects/icons-material/src/{ => material}/filled/attach_money.svg (100%) rename projects/icons-material/src/{ => material}/filled/attachment.svg (100%) rename projects/icons-material/src/{ => material}/filled/attractions.svg (100%) rename projects/icons-material/src/{ => material}/filled/attribution.svg (100%) rename projects/icons-material/src/{ => material}/filled/audio_file.svg (100%) rename projects/icons-material/src/{ => material}/filled/audiotrack.svg (100%) rename projects/icons-material/src/{ => material}/filled/auto_awesome.svg (100%) rename projects/icons-material/src/{ => material}/filled/auto_awesome_mosaic.svg (100%) rename projects/icons-material/src/{ => material}/filled/auto_awesome_motion.svg (100%) rename projects/icons-material/src/{ => material}/filled/auto_delete.svg (100%) rename projects/icons-material/src/{ => material}/filled/auto_fix_high.svg (100%) rename projects/icons-material/src/{ => material}/filled/auto_fix_normal.svg (100%) rename projects/icons-material/src/{ => material}/filled/auto_fix_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/auto_graph.svg (100%) rename projects/icons-material/src/{ => material}/filled/auto_mode.svg (100%) rename projects/icons-material/src/{ => material}/filled/auto_stories.svg (100%) rename projects/icons-material/src/{ => material}/filled/autofps_select.svg (100%) rename projects/icons-material/src/{ => material}/filled/autorenew.svg (100%) rename projects/icons-material/src/{ => material}/filled/av_timer.svg (100%) rename projects/icons-material/src/{ => material}/filled/baby_changing_station.svg (100%) rename projects/icons-material/src/{ => material}/filled/back_hand.svg (100%) rename projects/icons-material/src/{ => material}/filled/backpack.svg (100%) rename projects/icons-material/src/{ => material}/filled/backspace.svg (100%) rename projects/icons-material/src/{ => material}/filled/backup.svg (100%) rename projects/icons-material/src/{ => material}/filled/backup_table.svg (100%) rename projects/icons-material/src/{ => material}/filled/badge.svg (100%) rename projects/icons-material/src/{ => material}/filled/bakery_dining.svg (100%) rename projects/icons-material/src/{ => material}/filled/balance.svg (100%) rename projects/icons-material/src/{ => material}/filled/balcony.svg (100%) rename projects/icons-material/src/{ => material}/filled/ballot.svg (100%) rename projects/icons-material/src/{ => material}/filled/bar_chart.svg (100%) rename projects/icons-material/src/{ => material}/filled/batch_prediction.svg (100%) rename projects/icons-material/src/{ => material}/filled/bathroom.svg (100%) rename projects/icons-material/src/{ => material}/filled/bathtub.svg (100%) rename projects/icons-material/src/{ => material}/filled/battery_0_bar.svg (100%) rename projects/icons-material/src/{ => material}/filled/battery_1_bar.svg (100%) rename projects/icons-material/src/{ => material}/filled/battery_2_bar.svg (100%) rename projects/icons-material/src/{ => material}/filled/battery_3_bar.svg (100%) rename projects/icons-material/src/{ => material}/filled/battery_4_bar.svg (100%) rename projects/icons-material/src/{ => material}/filled/battery_5_bar.svg (100%) rename projects/icons-material/src/{ => material}/filled/battery_6_bar.svg (100%) rename projects/icons-material/src/{ => material}/filled/battery_alert.svg (100%) rename projects/icons-material/src/{ => material}/filled/battery_charging_full.svg (100%) rename projects/icons-material/src/{ => material}/filled/battery_full.svg (100%) rename projects/icons-material/src/{ => material}/filled/battery_saver.svg (100%) rename projects/icons-material/src/{ => material}/filled/battery_std.svg (100%) rename projects/icons-material/src/{ => material}/filled/battery_unknown.svg (100%) rename projects/icons-material/src/{ => material}/filled/beach_access.svg (100%) rename projects/icons-material/src/{ => material}/filled/bed.svg (100%) rename projects/icons-material/src/{ => material}/filled/bedroom_baby.svg (100%) rename projects/icons-material/src/{ => material}/filled/bedroom_child.svg (100%) rename projects/icons-material/src/{ => material}/filled/bedroom_parent.svg (100%) rename projects/icons-material/src/{ => material}/filled/bedtime.svg (100%) rename projects/icons-material/src/{ => material}/filled/bedtime_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/beenhere.svg (100%) rename projects/icons-material/src/{ => material}/filled/bento.svg (100%) rename projects/icons-material/src/{ => material}/filled/bike_scooter.svg (100%) rename projects/icons-material/src/{ => material}/filled/biotech.svg (100%) rename projects/icons-material/src/{ => material}/filled/blender.svg (100%) rename projects/icons-material/src/{ => material}/filled/blind.svg (100%) rename projects/icons-material/src/{ => material}/filled/blinds.svg (100%) rename projects/icons-material/src/{ => material}/filled/blinds_closed.svg (100%) rename projects/icons-material/src/{ => material}/filled/block.svg (100%) rename projects/icons-material/src/{ => material}/filled/bloodtype.svg (100%) rename projects/icons-material/src/{ => material}/filled/bluetooth.svg (100%) rename projects/icons-material/src/{ => material}/filled/bluetooth_audio.svg (100%) rename projects/icons-material/src/{ => material}/filled/bluetooth_connected.svg (100%) rename projects/icons-material/src/{ => material}/filled/bluetooth_disabled.svg (100%) rename projects/icons-material/src/{ => material}/filled/bluetooth_drive.svg (100%) rename projects/icons-material/src/{ => material}/filled/bluetooth_searching.svg (100%) rename projects/icons-material/src/{ => material}/filled/blur_circular.svg (100%) rename projects/icons-material/src/{ => material}/filled/blur_linear.svg (100%) rename projects/icons-material/src/{ => material}/filled/blur_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/blur_on.svg (100%) rename projects/icons-material/src/{ => material}/filled/bolt.svg (100%) rename projects/icons-material/src/{ => material}/filled/book.svg (100%) rename projects/icons-material/src/{ => material}/filled/book_online.svg (100%) rename projects/icons-material/src/{ => material}/filled/bookmark.svg (100%) rename projects/icons-material/src/{ => material}/filled/bookmark_add.svg (100%) rename projects/icons-material/src/{ => material}/filled/bookmark_added.svg (100%) rename projects/icons-material/src/{ => material}/filled/bookmark_border.svg (100%) rename projects/icons-material/src/{ => material}/filled/bookmark_remove.svg (100%) rename projects/icons-material/src/{ => material}/filled/bookmarks.svg (100%) rename projects/icons-material/src/{ => material}/filled/border_all.svg (100%) rename projects/icons-material/src/{ => material}/filled/border_bottom.svg (100%) rename projects/icons-material/src/{ => material}/filled/border_clear.svg (100%) rename projects/icons-material/src/{ => material}/filled/border_color.svg (100%) rename projects/icons-material/src/{ => material}/filled/border_horizontal.svg (100%) rename projects/icons-material/src/{ => material}/filled/border_inner.svg (100%) rename projects/icons-material/src/{ => material}/filled/border_left.svg (100%) rename projects/icons-material/src/{ => material}/filled/border_outer.svg (100%) rename projects/icons-material/src/{ => material}/filled/border_right.svg (100%) rename projects/icons-material/src/{ => material}/filled/border_style.svg (100%) rename projects/icons-material/src/{ => material}/filled/border_top.svg (100%) rename projects/icons-material/src/{ => material}/filled/border_vertical.svg (100%) rename projects/icons-material/src/{ => material}/filled/boy.svg (100%) rename projects/icons-material/src/{ => material}/filled/branding_watermark.svg (100%) rename projects/icons-material/src/{ => material}/filled/breakfast_dining.svg (100%) rename projects/icons-material/src/{ => material}/filled/brightness_1.svg (100%) rename projects/icons-material/src/{ => material}/filled/brightness_2.svg (100%) rename projects/icons-material/src/{ => material}/filled/brightness_3.svg (100%) rename projects/icons-material/src/{ => material}/filled/brightness_4.svg (100%) rename projects/icons-material/src/{ => material}/filled/brightness_5.svg (100%) rename projects/icons-material/src/{ => material}/filled/brightness_6.svg (100%) rename projects/icons-material/src/{ => material}/filled/brightness_7.svg (100%) rename projects/icons-material/src/{ => material}/filled/brightness_auto.svg (100%) rename projects/icons-material/src/{ => material}/filled/brightness_high.svg (100%) rename projects/icons-material/src/{ => material}/filled/brightness_low.svg (100%) rename projects/icons-material/src/{ => material}/filled/brightness_medium.svg (100%) rename projects/icons-material/src/{ => material}/filled/broadcast_on_home.svg (100%) rename projects/icons-material/src/{ => material}/filled/broadcast_on_personal.svg (100%) rename projects/icons-material/src/{ => material}/filled/broken_image.svg (100%) rename projects/icons-material/src/{ => material}/filled/browse_gallery.svg (100%) rename projects/icons-material/src/{ => material}/filled/browser_not_supported.svg (100%) rename projects/icons-material/src/{ => material}/filled/browser_updated.svg (100%) rename projects/icons-material/src/{ => material}/filled/brunch_dining.svg (100%) rename projects/icons-material/src/{ => material}/filled/brush.svg (100%) rename projects/icons-material/src/{ => material}/filled/bubble_chart.svg (100%) rename projects/icons-material/src/{ => material}/filled/bug_report.svg (100%) rename projects/icons-material/src/{ => material}/filled/build.svg (100%) rename projects/icons-material/src/{ => material}/filled/build_circle.svg (100%) rename projects/icons-material/src/{ => material}/filled/bungalow.svg (100%) rename projects/icons-material/src/{ => material}/filled/burst_mode.svg (100%) rename projects/icons-material/src/{ => material}/filled/bus_alert.svg (100%) rename projects/icons-material/src/{ => material}/filled/business.svg (100%) rename projects/icons-material/src/{ => material}/filled/business_center.svg (100%) rename projects/icons-material/src/{ => material}/filled/cabin.svg (100%) rename projects/icons-material/src/{ => material}/filled/cable.svg (100%) rename projects/icons-material/src/{ => material}/filled/cached.svg (100%) rename projects/icons-material/src/{ => material}/filled/cake.svg (100%) rename projects/icons-material/src/{ => material}/filled/calculate.svg (100%) rename projects/icons-material/src/{ => material}/filled/calendar_month.svg (100%) rename projects/icons-material/src/{ => material}/filled/calendar_today.svg (100%) rename projects/icons-material/src/{ => material}/filled/calendar_view_day.svg (100%) rename projects/icons-material/src/{ => material}/filled/calendar_view_month.svg (100%) rename projects/icons-material/src/{ => material}/filled/calendar_view_week.svg (100%) rename projects/icons-material/src/{ => material}/filled/call.svg (100%) rename projects/icons-material/src/{ => material}/filled/call_end.svg (100%) rename projects/icons-material/src/{ => material}/filled/call_made.svg (100%) rename projects/icons-material/src/{ => material}/filled/call_merge.svg (100%) rename projects/icons-material/src/{ => material}/filled/call_missed.svg (100%) rename projects/icons-material/src/{ => material}/filled/call_missed_outgoing.svg (100%) rename projects/icons-material/src/{ => material}/filled/call_received.svg (100%) rename projects/icons-material/src/{ => material}/filled/call_split.svg (100%) rename projects/icons-material/src/{ => material}/filled/call_to_action.svg (100%) rename projects/icons-material/src/{ => material}/filled/camera.svg (100%) rename projects/icons-material/src/{ => material}/filled/camera_alt.svg (100%) rename projects/icons-material/src/{ => material}/filled/camera_enhance.svg (100%) rename projects/icons-material/src/{ => material}/filled/camera_front.svg (100%) rename projects/icons-material/src/{ => material}/filled/camera_indoor.svg (100%) rename projects/icons-material/src/{ => material}/filled/camera_outdoor.svg (100%) rename projects/icons-material/src/{ => material}/filled/camera_rear.svg (100%) rename projects/icons-material/src/{ => material}/filled/camera_roll.svg (100%) rename projects/icons-material/src/{ => material}/filled/cameraswitch.svg (100%) rename projects/icons-material/src/{ => material}/filled/campaign.svg (100%) rename projects/icons-material/src/{ => material}/filled/cancel.svg (100%) rename projects/icons-material/src/{ => material}/filled/cancel_presentation.svg (100%) rename projects/icons-material/src/{ => material}/filled/cancel_schedule_send.svg (100%) rename projects/icons-material/src/{ => material}/filled/candlestick_chart.svg (100%) rename projects/icons-material/src/{ => material}/filled/car_crash.svg (100%) rename projects/icons-material/src/{ => material}/filled/car_rental.svg (100%) rename projects/icons-material/src/{ => material}/filled/car_repair.svg (100%) rename projects/icons-material/src/{ => material}/filled/card_giftcard.svg (100%) rename projects/icons-material/src/{ => material}/filled/card_membership.svg (100%) rename projects/icons-material/src/{ => material}/filled/card_travel.svg (100%) rename projects/icons-material/src/{ => material}/filled/carpenter.svg (100%) rename projects/icons-material/src/{ => material}/filled/cases.svg (100%) rename projects/icons-material/src/{ => material}/filled/casino.svg (100%) rename projects/icons-material/src/{ => material}/filled/cast.svg (100%) rename projects/icons-material/src/{ => material}/filled/cast_connected.svg (100%) rename projects/icons-material/src/{ => material}/filled/cast_for_education.svg (100%) rename projects/icons-material/src/{ => material}/filled/castle.svg (100%) rename projects/icons-material/src/{ => material}/filled/catching_pokemon.svg (100%) rename projects/icons-material/src/{ => material}/filled/category.svg (100%) rename projects/icons-material/src/{ => material}/filled/celebration.svg (100%) rename projects/icons-material/src/{ => material}/filled/cell_tower.svg (100%) rename projects/icons-material/src/{ => material}/filled/cell_wifi.svg (100%) rename projects/icons-material/src/{ => material}/filled/center_focus_strong.svg (100%) rename projects/icons-material/src/{ => material}/filled/center_focus_weak.svg (100%) rename projects/icons-material/src/{ => material}/filled/chair.svg (100%) rename projects/icons-material/src/{ => material}/filled/chair_alt.svg (100%) rename projects/icons-material/src/{ => material}/filled/chalet.svg (100%) rename projects/icons-material/src/{ => material}/filled/change_circle.svg (100%) rename projects/icons-material/src/{ => material}/filled/change_history.svg (100%) rename projects/icons-material/src/{ => material}/filled/charging_station.svg (100%) rename projects/icons-material/src/{ => material}/filled/chat.svg (100%) rename projects/icons-material/src/{ => material}/filled/chat_bubble.svg (100%) rename projects/icons-material/src/{ => material}/filled/chat_bubble_outline.svg (100%) rename projects/icons-material/src/{ => material}/filled/check.svg (100%) rename projects/icons-material/src/{ => material}/filled/check_box.svg (100%) rename projects/icons-material/src/{ => material}/filled/check_box_outline_blank.svg (100%) rename projects/icons-material/src/{ => material}/filled/check_circle.svg (100%) rename projects/icons-material/src/{ => material}/filled/check_circle_outline.svg (100%) rename projects/icons-material/src/{ => material}/filled/checklist.svg (100%) rename projects/icons-material/src/{ => material}/filled/checklist_rtl.svg (100%) rename projects/icons-material/src/{ => material}/filled/checkroom.svg (100%) rename projects/icons-material/src/{ => material}/filled/chevron_left.svg (100%) rename projects/icons-material/src/{ => material}/filled/chevron_right.svg (100%) rename projects/icons-material/src/{ => material}/filled/child_care.svg (100%) rename projects/icons-material/src/{ => material}/filled/child_friendly.svg (100%) rename projects/icons-material/src/{ => material}/filled/chrome_reader_mode.svg (100%) rename projects/icons-material/src/{ => material}/filled/church.svg (100%) rename projects/icons-material/src/{ => material}/filled/circle.svg (100%) rename projects/icons-material/src/{ => material}/filled/circle_notifications.svg (100%) rename projects/icons-material/src/{ => material}/filled/class.svg (100%) rename projects/icons-material/src/{ => material}/filled/clean_hands.svg (100%) rename projects/icons-material/src/{ => material}/filled/cleaning_services.svg (100%) rename projects/icons-material/src/{ => material}/filled/clear.svg (100%) rename projects/icons-material/src/{ => material}/filled/clear_all.svg (100%) rename projects/icons-material/src/{ => material}/filled/close.svg (100%) rename projects/icons-material/src/{ => material}/filled/close_fullscreen.svg (100%) rename projects/icons-material/src/{ => material}/filled/closed_caption.svg (100%) rename projects/icons-material/src/{ => material}/filled/closed_caption_disabled.svg (100%) rename projects/icons-material/src/{ => material}/filled/closed_caption_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/cloud.svg (100%) rename projects/icons-material/src/{ => material}/filled/cloud_circle.svg (100%) rename projects/icons-material/src/{ => material}/filled/cloud_done.svg (100%) rename projects/icons-material/src/{ => material}/filled/cloud_download.svg (100%) rename projects/icons-material/src/{ => material}/filled/cloud_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/cloud_queue.svg (100%) rename projects/icons-material/src/{ => material}/filled/cloud_sync.svg (100%) rename projects/icons-material/src/{ => material}/filled/cloud_upload.svg (100%) rename projects/icons-material/src/{ => material}/filled/co2.svg (100%) rename projects/icons-material/src/{ => material}/filled/co_present.svg (100%) rename projects/icons-material/src/{ => material}/filled/code.svg (100%) rename projects/icons-material/src/{ => material}/filled/code_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/coffee.svg (100%) rename projects/icons-material/src/{ => material}/filled/coffee_maker.svg (100%) rename projects/icons-material/src/{ => material}/filled/collections.svg (100%) rename projects/icons-material/src/{ => material}/filled/collections_bookmark.svg (100%) rename projects/icons-material/src/{ => material}/filled/color_lens.svg (100%) rename projects/icons-material/src/{ => material}/filled/colorize.svg (100%) rename projects/icons-material/src/{ => material}/filled/comment.svg (100%) rename projects/icons-material/src/{ => material}/filled/comment_bank.svg (100%) rename projects/icons-material/src/{ => material}/filled/comments_disabled.svg (100%) rename projects/icons-material/src/{ => material}/filled/commit.svg (100%) rename projects/icons-material/src/{ => material}/filled/commute.svg (100%) rename projects/icons-material/src/{ => material}/filled/compare.svg (100%) rename projects/icons-material/src/{ => material}/filled/compare_arrows.svg (100%) rename projects/icons-material/src/{ => material}/filled/compass_calibration.svg (100%) rename projects/icons-material/src/{ => material}/filled/compost.svg (100%) rename projects/icons-material/src/{ => material}/filled/compress.svg (100%) rename projects/icons-material/src/{ => material}/filled/computer.svg (100%) rename projects/icons-material/src/{ => material}/filled/confirmation_number.svg (100%) rename projects/icons-material/src/{ => material}/filled/connect_without_contact.svg (100%) rename projects/icons-material/src/{ => material}/filled/connected_tv.svg (100%) rename projects/icons-material/src/{ => material}/filled/connecting_airports.svg (100%) rename projects/icons-material/src/{ => material}/filled/construction.svg (100%) rename projects/icons-material/src/{ => material}/filled/contact_emergency.svg (100%) rename projects/icons-material/src/{ => material}/filled/contact_mail.svg (100%) rename projects/icons-material/src/{ => material}/filled/contact_page.svg (100%) rename projects/icons-material/src/{ => material}/filled/contact_phone.svg (100%) rename projects/icons-material/src/{ => material}/filled/contact_support.svg (100%) rename projects/icons-material/src/{ => material}/filled/contactless.svg (100%) rename projects/icons-material/src/{ => material}/filled/contacts.svg (100%) rename projects/icons-material/src/{ => material}/filled/content_copy.svg (100%) rename projects/icons-material/src/{ => material}/filled/content_cut.svg (100%) rename projects/icons-material/src/{ => material}/filled/content_paste.svg (100%) rename projects/icons-material/src/{ => material}/filled/content_paste_go.svg (100%) rename projects/icons-material/src/{ => material}/filled/content_paste_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/content_paste_search.svg (100%) rename projects/icons-material/src/{ => material}/filled/contrast.svg (100%) rename projects/icons-material/src/{ => material}/filled/control_camera.svg (100%) rename projects/icons-material/src/{ => material}/filled/control_point.svg (100%) rename projects/icons-material/src/{ => material}/filled/control_point_duplicate.svg (100%) rename projects/icons-material/src/{ => material}/filled/cookie.svg (100%) rename projects/icons-material/src/{ => material}/filled/copy_all.svg (100%) rename projects/icons-material/src/{ => material}/filled/copyright.svg (100%) rename projects/icons-material/src/{ => material}/filled/coronavirus.svg (100%) rename projects/icons-material/src/{ => material}/filled/corporate_fare.svg (100%) rename projects/icons-material/src/{ => material}/filled/cottage.svg (100%) rename projects/icons-material/src/{ => material}/filled/countertops.svg (100%) rename projects/icons-material/src/{ => material}/filled/create.svg (100%) rename projects/icons-material/src/{ => material}/filled/create_new_folder.svg (100%) rename projects/icons-material/src/{ => material}/filled/credit_card.svg (100%) rename projects/icons-material/src/{ => material}/filled/credit_card_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/credit_score.svg (100%) rename projects/icons-material/src/{ => material}/filled/crib.svg (100%) rename projects/icons-material/src/{ => material}/filled/crisis_alert.svg (100%) rename projects/icons-material/src/{ => material}/filled/crop.svg (100%) rename projects/icons-material/src/{ => material}/filled/crop_16_9.svg (100%) rename projects/icons-material/src/{ => material}/filled/crop_3_2.svg (100%) rename projects/icons-material/src/{ => material}/filled/crop_5_4.svg (100%) rename projects/icons-material/src/{ => material}/filled/crop_7_5.svg (100%) rename projects/icons-material/src/{ => material}/filled/crop_din.svg (100%) rename projects/icons-material/src/{ => material}/filled/crop_free.svg (100%) rename projects/icons-material/src/{ => material}/filled/crop_landscape.svg (100%) rename projects/icons-material/src/{ => material}/filled/crop_original.svg (100%) rename projects/icons-material/src/{ => material}/filled/crop_portrait.svg (100%) rename projects/icons-material/src/{ => material}/filled/crop_rotate.svg (100%) rename projects/icons-material/src/{ => material}/filled/crop_square.svg (100%) rename projects/icons-material/src/{ => material}/filled/cruelty_free.svg (100%) rename projects/icons-material/src/{ => material}/filled/css.svg (100%) rename projects/icons-material/src/{ => material}/filled/currency_bitcoin.svg (100%) rename projects/icons-material/src/{ => material}/filled/currency_exchange.svg (100%) rename projects/icons-material/src/{ => material}/filled/currency_franc.svg (100%) rename projects/icons-material/src/{ => material}/filled/currency_lira.svg (100%) rename projects/icons-material/src/{ => material}/filled/currency_pound.svg (100%) rename projects/icons-material/src/{ => material}/filled/currency_ruble.svg (100%) rename projects/icons-material/src/{ => material}/filled/currency_rupee.svg (100%) rename projects/icons-material/src/{ => material}/filled/currency_yen.svg (100%) rename projects/icons-material/src/{ => material}/filled/currency_yuan.svg (100%) rename projects/icons-material/src/{ => material}/filled/curtains.svg (100%) rename projects/icons-material/src/{ => material}/filled/curtains_closed.svg (100%) rename projects/icons-material/src/{ => material}/filled/cyclone.svg (100%) rename projects/icons-material/src/{ => material}/filled/dangerous.svg (100%) rename projects/icons-material/src/{ => material}/filled/dark_mode.svg (100%) rename projects/icons-material/src/{ => material}/filled/dashboard.svg (100%) rename projects/icons-material/src/{ => material}/filled/dashboard_customize.svg (100%) rename projects/icons-material/src/{ => material}/filled/data_array.svg (100%) rename projects/icons-material/src/{ => material}/filled/data_exploration.svg (100%) rename projects/icons-material/src/{ => material}/filled/data_object.svg (100%) rename projects/icons-material/src/{ => material}/filled/data_saver_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/data_saver_on.svg (100%) rename projects/icons-material/src/{ => material}/filled/data_thresholding.svg (100%) rename projects/icons-material/src/{ => material}/filled/data_usage.svg (100%) rename projects/icons-material/src/{ => material}/filled/dataset.svg (100%) rename projects/icons-material/src/{ => material}/filled/dataset_linked.svg (100%) rename projects/icons-material/src/{ => material}/filled/date_range.svg (100%) rename projects/icons-material/src/{ => material}/filled/deblur.svg (100%) rename projects/icons-material/src/{ => material}/filled/deck.svg (100%) rename projects/icons-material/src/{ => material}/filled/dehaze.svg (100%) rename projects/icons-material/src/{ => material}/filled/delete.svg (100%) rename projects/icons-material/src/{ => material}/filled/delete_forever.svg (100%) rename projects/icons-material/src/{ => material}/filled/delete_outline.svg (100%) rename projects/icons-material/src/{ => material}/filled/delete_sweep.svg (100%) rename projects/icons-material/src/{ => material}/filled/delivery_dining.svg (100%) rename projects/icons-material/src/{ => material}/filled/density_large.svg (100%) rename projects/icons-material/src/{ => material}/filled/density_medium.svg (100%) rename projects/icons-material/src/{ => material}/filled/density_small.svg (100%) rename projects/icons-material/src/{ => material}/filled/departure_board.svg (100%) rename projects/icons-material/src/{ => material}/filled/description.svg (100%) rename projects/icons-material/src/{ => material}/filled/deselect.svg (100%) rename projects/icons-material/src/{ => material}/filled/design_services.svg (100%) rename projects/icons-material/src/{ => material}/filled/desk.svg (100%) rename projects/icons-material/src/{ => material}/filled/desktop_access_disabled.svg (100%) rename projects/icons-material/src/{ => material}/filled/desktop_mac.svg (100%) rename projects/icons-material/src/{ => material}/filled/desktop_windows.svg (100%) rename projects/icons-material/src/{ => material}/filled/details.svg (100%) rename projects/icons-material/src/{ => material}/filled/developer_board.svg (100%) rename projects/icons-material/src/{ => material}/filled/developer_board_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/developer_mode.svg (100%) rename projects/icons-material/src/{ => material}/filled/device_hub.svg (100%) rename projects/icons-material/src/{ => material}/filled/device_thermostat.svg (100%) rename projects/icons-material/src/{ => material}/filled/device_unknown.svg (100%) rename projects/icons-material/src/{ => material}/filled/devices.svg (100%) rename projects/icons-material/src/{ => material}/filled/devices_fold.svg (100%) rename projects/icons-material/src/{ => material}/filled/devices_other.svg (100%) rename projects/icons-material/src/{ => material}/filled/dialer_sip.svg (100%) rename projects/icons-material/src/{ => material}/filled/dialpad.svg (100%) rename projects/icons-material/src/{ => material}/filled/diamond.svg (100%) rename projects/icons-material/src/{ => material}/filled/difference.svg (100%) rename projects/icons-material/src/{ => material}/filled/dining.svg (100%) rename projects/icons-material/src/{ => material}/filled/dinner_dining.svg (100%) rename projects/icons-material/src/{ => material}/filled/directions.svg (100%) rename projects/icons-material/src/{ => material}/filled/directions_bike.svg (100%) rename projects/icons-material/src/{ => material}/filled/directions_boat.svg (100%) rename projects/icons-material/src/{ => material}/filled/directions_boat_filled.svg (100%) rename projects/icons-material/src/{ => material}/filled/directions_bus.svg (100%) rename projects/icons-material/src/{ => material}/filled/directions_bus_filled.svg (100%) rename projects/icons-material/src/{ => material}/filled/directions_car.svg (100%) rename projects/icons-material/src/{ => material}/filled/directions_car_filled.svg (100%) rename projects/icons-material/src/{ => material}/filled/directions_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/directions_railway.svg (100%) rename projects/icons-material/src/{ => material}/filled/directions_railway_filled.svg (100%) rename projects/icons-material/src/{ => material}/filled/directions_run.svg (100%) rename projects/icons-material/src/{ => material}/filled/directions_subway.svg (100%) rename projects/icons-material/src/{ => material}/filled/directions_subway_filled.svg (100%) rename projects/icons-material/src/{ => material}/filled/directions_transit.svg (100%) rename projects/icons-material/src/{ => material}/filled/directions_transit_filled.svg (100%) rename projects/icons-material/src/{ => material}/filled/directions_walk.svg (100%) rename projects/icons-material/src/{ => material}/filled/dirty_lens.svg (100%) rename projects/icons-material/src/{ => material}/filled/disabled_by_default.svg (100%) rename projects/icons-material/src/{ => material}/filled/disabled_visible.svg (100%) rename projects/icons-material/src/{ => material}/filled/disc_full.svg (100%) rename projects/icons-material/src/{ => material}/filled/discount.svg (100%) rename projects/icons-material/src/{ => material}/filled/display_settings.svg (100%) rename projects/icons-material/src/{ => material}/filled/diversity_1.svg (100%) rename projects/icons-material/src/{ => material}/filled/diversity_2.svg (100%) rename projects/icons-material/src/{ => material}/filled/diversity_3.svg (100%) rename projects/icons-material/src/{ => material}/filled/dns.svg (100%) rename projects/icons-material/src/{ => material}/filled/do_disturb.svg (100%) rename projects/icons-material/src/{ => material}/filled/do_disturb_alt.svg (100%) rename projects/icons-material/src/{ => material}/filled/do_disturb_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/do_disturb_on.svg (100%) rename projects/icons-material/src/{ => material}/filled/do_not_disturb.svg (100%) rename projects/icons-material/src/{ => material}/filled/do_not_disturb_alt.svg (100%) rename projects/icons-material/src/{ => material}/filled/do_not_disturb_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/do_not_disturb_on.svg (100%) rename projects/icons-material/src/{ => material}/filled/do_not_disturb_on_total_silence.svg (100%) rename projects/icons-material/src/{ => material}/filled/do_not_step.svg (100%) rename projects/icons-material/src/{ => material}/filled/do_not_touch.svg (100%) rename projects/icons-material/src/{ => material}/filled/dock.svg (100%) rename projects/icons-material/src/{ => material}/filled/document_scanner.svg (100%) rename projects/icons-material/src/{ => material}/filled/domain.svg (100%) rename projects/icons-material/src/{ => material}/filled/domain_add.svg (100%) rename projects/icons-material/src/{ => material}/filled/domain_disabled.svg (100%) rename projects/icons-material/src/{ => material}/filled/domain_verification.svg (100%) rename projects/icons-material/src/{ => material}/filled/done.svg (100%) rename projects/icons-material/src/{ => material}/filled/done_all.svg (100%) rename projects/icons-material/src/{ => material}/filled/done_outline.svg (100%) rename projects/icons-material/src/{ => material}/filled/donut_large.svg (100%) rename projects/icons-material/src/{ => material}/filled/donut_small.svg (100%) rename projects/icons-material/src/{ => material}/filled/door_back.svg (100%) rename projects/icons-material/src/{ => material}/filled/door_front.svg (100%) rename projects/icons-material/src/{ => material}/filled/door_sliding.svg (100%) rename projects/icons-material/src/{ => material}/filled/doorbell.svg (100%) rename projects/icons-material/src/{ => material}/filled/double_arrow.svg (100%) rename projects/icons-material/src/{ => material}/filled/downhill_skiing.svg (100%) rename projects/icons-material/src/{ => material}/filled/download.svg (100%) rename projects/icons-material/src/{ => material}/filled/download_done.svg (100%) rename projects/icons-material/src/{ => material}/filled/download_for_offline.svg (100%) rename projects/icons-material/src/{ => material}/filled/downloading.svg (100%) rename projects/icons-material/src/{ => material}/filled/drafts.svg (100%) rename projects/icons-material/src/{ => material}/filled/drag_handle.svg (100%) rename projects/icons-material/src/{ => material}/filled/drag_indicator.svg (100%) rename projects/icons-material/src/{ => material}/filled/draw.svg (100%) rename projects/icons-material/src/{ => material}/filled/drive_eta.svg (100%) rename projects/icons-material/src/{ => material}/filled/drive_file_move.svg (100%) rename projects/icons-material/src/{ => material}/filled/drive_file_move_rtl.svg (100%) rename projects/icons-material/src/{ => material}/filled/drive_file_rename_outline.svg (100%) rename projects/icons-material/src/{ => material}/filled/drive_folder_upload.svg (100%) rename projects/icons-material/src/{ => material}/filled/dry.svg (100%) rename projects/icons-material/src/{ => material}/filled/dry_cleaning.svg (100%) rename projects/icons-material/src/{ => material}/filled/duo.svg (100%) rename projects/icons-material/src/{ => material}/filled/dvr.svg (100%) rename projects/icons-material/src/{ => material}/filled/dynamic_feed.svg (100%) rename projects/icons-material/src/{ => material}/filled/dynamic_form.svg (100%) rename projects/icons-material/src/{ => material}/filled/e_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/filled/earbuds.svg (100%) rename projects/icons-material/src/{ => material}/filled/earbuds_battery.svg (100%) rename projects/icons-material/src/{ => material}/filled/east.svg (100%) rename projects/icons-material/src/{ => material}/filled/edgesensor_high.svg (100%) rename projects/icons-material/src/{ => material}/filled/edgesensor_low.svg (100%) rename projects/icons-material/src/{ => material}/filled/edit.svg (100%) rename projects/icons-material/src/{ => material}/filled/edit_attributes.svg (100%) rename projects/icons-material/src/{ => material}/filled/edit_calendar.svg (100%) rename projects/icons-material/src/{ => material}/filled/edit_location.svg (100%) rename projects/icons-material/src/{ => material}/filled/edit_location_alt.svg (100%) rename projects/icons-material/src/{ => material}/filled/edit_note.svg (100%) rename projects/icons-material/src/{ => material}/filled/edit_notifications.svg (100%) rename projects/icons-material/src/{ => material}/filled/edit_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/edit_road.svg (100%) rename projects/icons-material/src/{ => material}/filled/egg.svg (100%) rename projects/icons-material/src/{ => material}/filled/egg_alt.svg (100%) rename projects/icons-material/src/{ => material}/filled/eject.svg (100%) rename projects/icons-material/src/{ => material}/filled/elderly.svg (100%) rename projects/icons-material/src/{ => material}/filled/elderly_woman.svg (100%) rename projects/icons-material/src/{ => material}/filled/electric_bike.svg (100%) rename projects/icons-material/src/{ => material}/filled/electric_bolt.svg (100%) rename projects/icons-material/src/{ => material}/filled/electric_car.svg (100%) rename projects/icons-material/src/{ => material}/filled/electric_meter.svg (100%) rename projects/icons-material/src/{ => material}/filled/electric_moped.svg (100%) rename projects/icons-material/src/{ => material}/filled/electric_rickshaw.svg (100%) rename projects/icons-material/src/{ => material}/filled/electric_scooter.svg (100%) rename projects/icons-material/src/{ => material}/filled/electrical_services.svg (100%) rename projects/icons-material/src/{ => material}/filled/elevator.svg (100%) rename projects/icons-material/src/{ => material}/filled/email.svg (100%) rename projects/icons-material/src/{ => material}/filled/emergency.svg (100%) rename projects/icons-material/src/{ => material}/filled/emergency_recording.svg (100%) rename projects/icons-material/src/{ => material}/filled/emergency_share.svg (100%) rename projects/icons-material/src/{ => material}/filled/emoji_emotions.svg (100%) rename projects/icons-material/src/{ => material}/filled/emoji_events.svg (100%) rename projects/icons-material/src/{ => material}/filled/emoji_food_beverage.svg (100%) rename projects/icons-material/src/{ => material}/filled/emoji_nature.svg (100%) rename projects/icons-material/src/{ => material}/filled/emoji_objects.svg (100%) rename projects/icons-material/src/{ => material}/filled/emoji_people.svg (100%) rename projects/icons-material/src/{ => material}/filled/emoji_symbols.svg (100%) rename projects/icons-material/src/{ => material}/filled/emoji_transportation.svg (100%) rename projects/icons-material/src/{ => material}/filled/energy_savings_leaf.svg (100%) rename projects/icons-material/src/{ => material}/filled/engineering.svg (100%) rename projects/icons-material/src/{ => material}/filled/enhanced_encryption.svg (100%) rename projects/icons-material/src/{ => material}/filled/equalizer.svg (100%) rename projects/icons-material/src/{ => material}/filled/error.svg (100%) rename projects/icons-material/src/{ => material}/filled/error_outline.svg (100%) rename projects/icons-material/src/{ => material}/filled/escalator.svg (100%) rename projects/icons-material/src/{ => material}/filled/escalator_warning.svg (100%) rename projects/icons-material/src/{ => material}/filled/euro.svg (100%) rename projects/icons-material/src/{ => material}/filled/euro_symbol.svg (100%) rename projects/icons-material/src/{ => material}/filled/ev_station.svg (100%) rename projects/icons-material/src/{ => material}/filled/event.svg (100%) rename projects/icons-material/src/{ => material}/filled/event_available.svg (100%) rename projects/icons-material/src/{ => material}/filled/event_busy.svg (100%) rename projects/icons-material/src/{ => material}/filled/event_note.svg (100%) rename projects/icons-material/src/{ => material}/filled/event_repeat.svg (100%) rename projects/icons-material/src/{ => material}/filled/event_seat.svg (100%) rename projects/icons-material/src/{ => material}/filled/exit_to_app.svg (100%) rename projects/icons-material/src/{ => material}/filled/expand.svg (100%) rename projects/icons-material/src/{ => material}/filled/expand_circle_down.svg (100%) rename projects/icons-material/src/{ => material}/filled/expand_less.svg (100%) rename projects/icons-material/src/{ => material}/filled/expand_more.svg (100%) rename projects/icons-material/src/{ => material}/filled/explicit.svg (100%) rename projects/icons-material/src/{ => material}/filled/explore.svg (100%) rename projects/icons-material/src/{ => material}/filled/explore_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/exposure.svg (100%) rename projects/icons-material/src/{ => material}/filled/exposure_neg_1.svg (100%) rename projects/icons-material/src/{ => material}/filled/exposure_neg_2.svg (100%) rename projects/icons-material/src/{ => material}/filled/exposure_plus_1.svg (100%) rename projects/icons-material/src/{ => material}/filled/exposure_plus_2.svg (100%) rename projects/icons-material/src/{ => material}/filled/exposure_zero.svg (100%) rename projects/icons-material/src/{ => material}/filled/extension.svg (100%) rename projects/icons-material/src/{ => material}/filled/extension_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/face.svg (100%) rename projects/icons-material/src/{ => material}/filled/face_2.svg (100%) rename projects/icons-material/src/{ => material}/filled/face_3.svg (100%) rename projects/icons-material/src/{ => material}/filled/face_4.svg (100%) rename projects/icons-material/src/{ => material}/filled/face_5.svg (100%) rename projects/icons-material/src/{ => material}/filled/face_6.svg (100%) rename projects/icons-material/src/{ => material}/filled/face_retouching_natural.svg (100%) rename projects/icons-material/src/{ => material}/filled/face_retouching_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/fact_check.svg (100%) rename projects/icons-material/src/{ => material}/filled/factory.svg (100%) rename projects/icons-material/src/{ => material}/filled/family_restroom.svg (100%) rename projects/icons-material/src/{ => material}/filled/fast_forward.svg (100%) rename projects/icons-material/src/{ => material}/filled/fast_rewind.svg (100%) rename projects/icons-material/src/{ => material}/filled/fastfood.svg (100%) rename projects/icons-material/src/{ => material}/filled/favorite.svg (100%) rename projects/icons-material/src/{ => material}/filled/favorite_border.svg (100%) rename projects/icons-material/src/{ => material}/filled/fax.svg (100%) rename projects/icons-material/src/{ => material}/filled/featured_play_list.svg (100%) rename projects/icons-material/src/{ => material}/filled/featured_video.svg (100%) rename projects/icons-material/src/{ => material}/filled/feed.svg (100%) rename projects/icons-material/src/{ => material}/filled/feedback.svg (100%) rename projects/icons-material/src/{ => material}/filled/female.svg (100%) rename projects/icons-material/src/{ => material}/filled/fence.svg (100%) rename projects/icons-material/src/{ => material}/filled/festival.svg (100%) rename projects/icons-material/src/{ => material}/filled/fiber_dvr.svg (100%) rename projects/icons-material/src/{ => material}/filled/fiber_manual_record.svg (100%) rename projects/icons-material/src/{ => material}/filled/fiber_new.svg (100%) rename projects/icons-material/src/{ => material}/filled/fiber_pin.svg (100%) rename projects/icons-material/src/{ => material}/filled/fiber_smart_record.svg (100%) rename projects/icons-material/src/{ => material}/filled/file_copy.svg (100%) rename projects/icons-material/src/{ => material}/filled/file_download.svg (100%) rename projects/icons-material/src/{ => material}/filled/file_download_done.svg (100%) rename projects/icons-material/src/{ => material}/filled/file_download_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/file_open.svg (100%) rename projects/icons-material/src/{ => material}/filled/file_present.svg (100%) rename projects/icons-material/src/{ => material}/filled/file_upload.svg (100%) rename projects/icons-material/src/{ => material}/filled/filter.svg (100%) rename projects/icons-material/src/{ => material}/filled/filter_1.svg (100%) rename projects/icons-material/src/{ => material}/filled/filter_2.svg (100%) rename projects/icons-material/src/{ => material}/filled/filter_3.svg (100%) rename projects/icons-material/src/{ => material}/filled/filter_4.svg (100%) rename projects/icons-material/src/{ => material}/filled/filter_5.svg (100%) rename projects/icons-material/src/{ => material}/filled/filter_6.svg (100%) rename projects/icons-material/src/{ => material}/filled/filter_7.svg (100%) rename projects/icons-material/src/{ => material}/filled/filter_8.svg (100%) rename projects/icons-material/src/{ => material}/filled/filter_9.svg (100%) rename projects/icons-material/src/{ => material}/filled/filter_9_plus.svg (100%) rename projects/icons-material/src/{ => material}/filled/filter_alt.svg (100%) rename projects/icons-material/src/{ => material}/filled/filter_alt_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/filter_b_and_w.svg (100%) rename projects/icons-material/src/{ => material}/filled/filter_center_focus.svg (100%) rename projects/icons-material/src/{ => material}/filled/filter_drama.svg (100%) rename projects/icons-material/src/{ => material}/filled/filter_frames.svg (100%) rename projects/icons-material/src/{ => material}/filled/filter_hdr.svg (100%) rename projects/icons-material/src/{ => material}/filled/filter_list.svg (100%) rename projects/icons-material/src/{ => material}/filled/filter_list_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/filter_none.svg (100%) rename projects/icons-material/src/{ => material}/filled/filter_tilt_shift.svg (100%) rename projects/icons-material/src/{ => material}/filled/filter_vintage.svg (100%) rename projects/icons-material/src/{ => material}/filled/find_in_page.svg (100%) rename projects/icons-material/src/{ => material}/filled/find_replace.svg (100%) rename projects/icons-material/src/{ => material}/filled/fingerprint.svg (100%) rename projects/icons-material/src/{ => material}/filled/fire_extinguisher.svg (100%) rename projects/icons-material/src/{ => material}/filled/fire_hydrant_alt.svg (100%) rename projects/icons-material/src/{ => material}/filled/fire_truck.svg (100%) rename projects/icons-material/src/{ => material}/filled/fireplace.svg (100%) rename projects/icons-material/src/{ => material}/filled/first_page.svg (100%) rename projects/icons-material/src/{ => material}/filled/fit_screen.svg (100%) rename projects/icons-material/src/{ => material}/filled/fitbit.svg (100%) rename projects/icons-material/src/{ => material}/filled/fitness_center.svg (100%) rename projects/icons-material/src/{ => material}/filled/flag.svg (100%) rename projects/icons-material/src/{ => material}/filled/flag_circle.svg (100%) rename projects/icons-material/src/{ => material}/filled/flaky.svg (100%) rename projects/icons-material/src/{ => material}/filled/flare.svg (100%) rename projects/icons-material/src/{ => material}/filled/flash_auto.svg (100%) rename projects/icons-material/src/{ => material}/filled/flash_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/flash_on.svg (100%) rename projects/icons-material/src/{ => material}/filled/flashlight_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/flashlight_on.svg (100%) rename projects/icons-material/src/{ => material}/filled/flatware.svg (100%) rename projects/icons-material/src/{ => material}/filled/flight.svg (100%) rename projects/icons-material/src/{ => material}/filled/flight_class.svg (100%) rename projects/icons-material/src/{ => material}/filled/flight_land.svg (100%) rename projects/icons-material/src/{ => material}/filled/flight_takeoff.svg (100%) rename projects/icons-material/src/{ => material}/filled/flip.svg (100%) rename projects/icons-material/src/{ => material}/filled/flip_camera_android.svg (100%) rename projects/icons-material/src/{ => material}/filled/flip_camera_ios.svg (100%) rename projects/icons-material/src/{ => material}/filled/flip_to_back.svg (100%) rename projects/icons-material/src/{ => material}/filled/flip_to_front.svg (100%) rename projects/icons-material/src/{ => material}/filled/flood.svg (100%) rename projects/icons-material/src/{ => material}/filled/fluorescent.svg (100%) rename projects/icons-material/src/{ => material}/filled/flutter_dash.svg (100%) rename projects/icons-material/src/{ => material}/filled/fmd_bad.svg (100%) rename projects/icons-material/src/{ => material}/filled/fmd_good.svg (100%) rename projects/icons-material/src/{ => material}/filled/folder.svg (100%) rename projects/icons-material/src/{ => material}/filled/folder_copy.svg (100%) rename projects/icons-material/src/{ => material}/filled/folder_delete.svg (100%) rename projects/icons-material/src/{ => material}/filled/folder_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/folder_open.svg (100%) rename projects/icons-material/src/{ => material}/filled/folder_shared.svg (100%) rename projects/icons-material/src/{ => material}/filled/folder_special.svg (100%) rename projects/icons-material/src/{ => material}/filled/folder_zip.svg (100%) rename projects/icons-material/src/{ => material}/filled/follow_the_signs.svg (100%) rename projects/icons-material/src/{ => material}/filled/font_download.svg (100%) rename projects/icons-material/src/{ => material}/filled/font_download_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/food_bank.svg (100%) rename projects/icons-material/src/{ => material}/filled/forest.svg (100%) rename projects/icons-material/src/{ => material}/filled/fork_left.svg (100%) rename projects/icons-material/src/{ => material}/filled/fork_right.svg (100%) rename projects/icons-material/src/{ => material}/filled/format_align_center.svg (100%) rename projects/icons-material/src/{ => material}/filled/format_align_justify.svg (100%) rename projects/icons-material/src/{ => material}/filled/format_align_left.svg (100%) rename projects/icons-material/src/{ => material}/filled/format_align_right.svg (100%) rename projects/icons-material/src/{ => material}/filled/format_bold.svg (100%) rename projects/icons-material/src/{ => material}/filled/format_clear.svg (100%) rename projects/icons-material/src/{ => material}/filled/format_color_fill.svg (100%) rename projects/icons-material/src/{ => material}/filled/format_color_reset.svg (100%) rename projects/icons-material/src/{ => material}/filled/format_color_text.svg (100%) rename projects/icons-material/src/{ => material}/filled/format_indent_decrease.svg (100%) rename projects/icons-material/src/{ => material}/filled/format_indent_increase.svg (100%) rename projects/icons-material/src/{ => material}/filled/format_italic.svg (100%) rename projects/icons-material/src/{ => material}/filled/format_line_spacing.svg (100%) rename projects/icons-material/src/{ => material}/filled/format_list_bulleted.svg (100%) rename projects/icons-material/src/{ => material}/filled/format_list_numbered.svg (100%) rename projects/icons-material/src/{ => material}/filled/format_list_numbered_rtl.svg (100%) rename projects/icons-material/src/{ => material}/filled/format_overline.svg (100%) rename projects/icons-material/src/{ => material}/filled/format_paint.svg (100%) rename projects/icons-material/src/{ => material}/filled/format_quote.svg (100%) rename projects/icons-material/src/{ => material}/filled/format_shapes.svg (100%) rename projects/icons-material/src/{ => material}/filled/format_size.svg (100%) rename projects/icons-material/src/{ => material}/filled/format_strikethrough.svg (100%) rename projects/icons-material/src/{ => material}/filled/format_textdirection_l_to_r.svg (100%) rename projects/icons-material/src/{ => material}/filled/format_textdirection_r_to_l.svg (100%) rename projects/icons-material/src/{ => material}/filled/format_underlined.svg (100%) rename projects/icons-material/src/{ => material}/filled/fort.svg (100%) rename projects/icons-material/src/{ => material}/filled/forum.svg (100%) rename projects/icons-material/src/{ => material}/filled/forward.svg (100%) rename projects/icons-material/src/{ => material}/filled/forward_10.svg (100%) rename projects/icons-material/src/{ => material}/filled/forward_30.svg (100%) rename projects/icons-material/src/{ => material}/filled/forward_5.svg (100%) rename projects/icons-material/src/{ => material}/filled/forward_to_inbox.svg (100%) rename projects/icons-material/src/{ => material}/filled/foundation.svg (100%) rename projects/icons-material/src/{ => material}/filled/free_breakfast.svg (100%) rename projects/icons-material/src/{ => material}/filled/free_cancellation.svg (100%) rename projects/icons-material/src/{ => material}/filled/front_hand.svg (100%) rename projects/icons-material/src/{ => material}/filled/fullscreen.svg (100%) rename projects/icons-material/src/{ => material}/filled/fullscreen_exit.svg (100%) rename projects/icons-material/src/{ => material}/filled/functions.svg (100%) rename projects/icons-material/src/{ => material}/filled/g_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/filled/g_translate.svg (100%) rename projects/icons-material/src/{ => material}/filled/gamepad.svg (100%) rename projects/icons-material/src/{ => material}/filled/games.svg (100%) rename projects/icons-material/src/{ => material}/filled/garage.svg (100%) rename projects/icons-material/src/{ => material}/filled/gas_meter.svg (100%) rename projects/icons-material/src/{ => material}/filled/gavel.svg (100%) rename projects/icons-material/src/{ => material}/filled/generating_tokens.svg (100%) rename projects/icons-material/src/{ => material}/filled/gesture.svg (100%) rename projects/icons-material/src/{ => material}/filled/get_app.svg (100%) rename projects/icons-material/src/{ => material}/filled/gif.svg (100%) rename projects/icons-material/src/{ => material}/filled/gif_box.svg (100%) rename projects/icons-material/src/{ => material}/filled/girl.svg (100%) rename projects/icons-material/src/{ => material}/filled/gite.svg (100%) rename projects/icons-material/src/{ => material}/filled/golf_course.svg (100%) rename projects/icons-material/src/{ => material}/filled/gpp_bad.svg (100%) rename projects/icons-material/src/{ => material}/filled/gpp_good.svg (100%) rename projects/icons-material/src/{ => material}/filled/gpp_maybe.svg (100%) rename projects/icons-material/src/{ => material}/filled/gps_fixed.svg (100%) rename projects/icons-material/src/{ => material}/filled/gps_not_fixed.svg (100%) rename projects/icons-material/src/{ => material}/filled/gps_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/grade.svg (100%) rename projects/icons-material/src/{ => material}/filled/gradient.svg (100%) rename projects/icons-material/src/{ => material}/filled/grading.svg (100%) rename projects/icons-material/src/{ => material}/filled/grain.svg (100%) rename projects/icons-material/src/{ => material}/filled/graphic_eq.svg (100%) rename projects/icons-material/src/{ => material}/filled/grass.svg (100%) rename projects/icons-material/src/{ => material}/filled/grid_3x3.svg (100%) rename projects/icons-material/src/{ => material}/filled/grid_4x4.svg (100%) rename projects/icons-material/src/{ => material}/filled/grid_goldenratio.svg (100%) rename projects/icons-material/src/{ => material}/filled/grid_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/grid_on.svg (100%) rename projects/icons-material/src/{ => material}/filled/grid_view.svg (100%) rename projects/icons-material/src/{ => material}/filled/group.svg (100%) rename projects/icons-material/src/{ => material}/filled/group_add.svg (100%) rename projects/icons-material/src/{ => material}/filled/group_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/group_remove.svg (100%) rename projects/icons-material/src/{ => material}/filled/group_work.svg (100%) rename projects/icons-material/src/{ => material}/filled/groups.svg (100%) rename projects/icons-material/src/{ => material}/filled/groups_2.svg (100%) rename projects/icons-material/src/{ => material}/filled/groups_3.svg (100%) rename projects/icons-material/src/{ => material}/filled/h_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/filled/h_plus_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/filled/hail.svg (100%) rename projects/icons-material/src/{ => material}/filled/handshake.svg (100%) rename projects/icons-material/src/{ => material}/filled/handyman.svg (100%) rename projects/icons-material/src/{ => material}/filled/hardware.svg (100%) rename projects/icons-material/src/{ => material}/filled/hd.svg (100%) rename projects/icons-material/src/{ => material}/filled/hdr_auto.svg (100%) rename projects/icons-material/src/{ => material}/filled/hdr_auto_select.svg (100%) rename projects/icons-material/src/{ => material}/filled/hdr_enhanced_select.svg (100%) rename projects/icons-material/src/{ => material}/filled/hdr_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/hdr_off_select.svg (100%) rename projects/icons-material/src/{ => material}/filled/hdr_on.svg (100%) rename projects/icons-material/src/{ => material}/filled/hdr_on_select.svg (100%) rename projects/icons-material/src/{ => material}/filled/hdr_plus.svg (100%) rename projects/icons-material/src/{ => material}/filled/hdr_strong.svg (100%) rename projects/icons-material/src/{ => material}/filled/hdr_weak.svg (100%) rename projects/icons-material/src/{ => material}/filled/headphones.svg (100%) rename projects/icons-material/src/{ => material}/filled/headphones_battery.svg (100%) rename projects/icons-material/src/{ => material}/filled/headset.svg (100%) rename projects/icons-material/src/{ => material}/filled/headset_mic.svg (100%) rename projects/icons-material/src/{ => material}/filled/headset_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/healing.svg (100%) rename projects/icons-material/src/{ => material}/filled/health_and_safety.svg (100%) rename projects/icons-material/src/{ => material}/filled/hearing.svg (100%) rename projects/icons-material/src/{ => material}/filled/hearing_disabled.svg (100%) rename projects/icons-material/src/{ => material}/filled/heart_broken.svg (100%) rename projects/icons-material/src/{ => material}/filled/heat_pump.svg (100%) rename projects/icons-material/src/{ => material}/filled/height.svg (100%) rename projects/icons-material/src/{ => material}/filled/help.svg (100%) rename projects/icons-material/src/{ => material}/filled/help_center.svg (100%) rename projects/icons-material/src/{ => material}/filled/help_outline.svg (100%) rename projects/icons-material/src/{ => material}/filled/hevc.svg (100%) rename projects/icons-material/src/{ => material}/filled/hexagon.svg (100%) rename projects/icons-material/src/{ => material}/filled/hide_image.svg (100%) rename projects/icons-material/src/{ => material}/filled/hide_source.svg (100%) rename projects/icons-material/src/{ => material}/filled/high_quality.svg (100%) rename projects/icons-material/src/{ => material}/filled/highlight.svg (100%) rename projects/icons-material/src/{ => material}/filled/highlight_alt.svg (100%) rename projects/icons-material/src/{ => material}/filled/highlight_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/hiking.svg (100%) rename projects/icons-material/src/{ => material}/filled/history.svg (100%) rename projects/icons-material/src/{ => material}/filled/history_edu.svg (100%) rename projects/icons-material/src/{ => material}/filled/history_toggle_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/hive.svg (100%) rename projects/icons-material/src/{ => material}/filled/hls.svg (100%) rename projects/icons-material/src/{ => material}/filled/hls_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/holiday_village.svg (100%) rename projects/icons-material/src/{ => material}/filled/home.svg (100%) rename projects/icons-material/src/{ => material}/filled/home_max.svg (100%) rename projects/icons-material/src/{ => material}/filled/home_mini.svg (100%) rename projects/icons-material/src/{ => material}/filled/home_repair_service.svg (100%) rename projects/icons-material/src/{ => material}/filled/home_work.svg (100%) rename projects/icons-material/src/{ => material}/filled/horizontal_distribute.svg (100%) rename projects/icons-material/src/{ => material}/filled/horizontal_rule.svg (100%) rename projects/icons-material/src/{ => material}/filled/horizontal_split.svg (100%) rename projects/icons-material/src/{ => material}/filled/hot_tub.svg (100%) rename projects/icons-material/src/{ => material}/filled/hotel.svg (100%) rename projects/icons-material/src/{ => material}/filled/hotel_class.svg (100%) rename projects/icons-material/src/{ => material}/filled/hourglass_bottom.svg (100%) rename projects/icons-material/src/{ => material}/filled/hourglass_disabled.svg (100%) rename projects/icons-material/src/{ => material}/filled/hourglass_empty.svg (100%) rename projects/icons-material/src/{ => material}/filled/hourglass_full.svg (100%) rename projects/icons-material/src/{ => material}/filled/hourglass_top.svg (100%) rename projects/icons-material/src/{ => material}/filled/house.svg (100%) rename projects/icons-material/src/{ => material}/filled/house_siding.svg (100%) rename projects/icons-material/src/{ => material}/filled/houseboat.svg (100%) rename projects/icons-material/src/{ => material}/filled/how_to_reg.svg (100%) rename projects/icons-material/src/{ => material}/filled/how_to_vote.svg (100%) rename projects/icons-material/src/{ => material}/filled/html.svg (100%) rename projects/icons-material/src/{ => material}/filled/http.svg (100%) rename projects/icons-material/src/{ => material}/filled/https.svg (100%) rename projects/icons-material/src/{ => material}/filled/hub.svg (100%) rename projects/icons-material/src/{ => material}/filled/hvac.svg (100%) rename projects/icons-material/src/{ => material}/filled/ice_skating.svg (100%) rename projects/icons-material/src/{ => material}/filled/icecream.svg (100%) rename projects/icons-material/src/{ => material}/filled/image.svg (100%) rename projects/icons-material/src/{ => material}/filled/image_aspect_ratio.svg (100%) rename projects/icons-material/src/{ => material}/filled/image_not_supported.svg (100%) rename projects/icons-material/src/{ => material}/filled/image_search.svg (100%) rename projects/icons-material/src/{ => material}/filled/imagesearch_roller.svg (100%) rename projects/icons-material/src/{ => material}/filled/import_contacts.svg (100%) rename projects/icons-material/src/{ => material}/filled/import_export.svg (100%) rename projects/icons-material/src/{ => material}/filled/important_devices.svg (100%) rename projects/icons-material/src/{ => material}/filled/inbox.svg (100%) rename projects/icons-material/src/{ => material}/filled/incomplete_circle.svg (100%) rename projects/icons-material/src/{ => material}/filled/indeterminate_check_box.svg (100%) rename projects/icons-material/src/{ => material}/filled/info.svg (100%) rename projects/icons-material/src/{ => material}/filled/input.svg (100%) rename projects/icons-material/src/{ => material}/filled/insert_chart.svg (100%) rename projects/icons-material/src/{ => material}/filled/insert_chart_outlined.svg (100%) rename projects/icons-material/src/{ => material}/filled/insert_comment.svg (100%) rename projects/icons-material/src/{ => material}/filled/insert_drive_file.svg (100%) rename projects/icons-material/src/{ => material}/filled/insert_emoticon.svg (100%) rename projects/icons-material/src/{ => material}/filled/insert_invitation.svg (100%) rename projects/icons-material/src/{ => material}/filled/insert_link.svg (100%) rename projects/icons-material/src/{ => material}/filled/insert_page_break.svg (100%) rename projects/icons-material/src/{ => material}/filled/insert_photo.svg (100%) rename projects/icons-material/src/{ => material}/filled/insights.svg (100%) rename projects/icons-material/src/{ => material}/filled/install_desktop.svg (100%) rename projects/icons-material/src/{ => material}/filled/install_mobile.svg (100%) rename projects/icons-material/src/{ => material}/filled/integration_instructions.svg (100%) rename projects/icons-material/src/{ => material}/filled/interests.svg (100%) rename projects/icons-material/src/{ => material}/filled/interpreter_mode.svg (100%) rename projects/icons-material/src/{ => material}/filled/inventory.svg (100%) rename projects/icons-material/src/{ => material}/filled/inventory_2.svg (100%) rename projects/icons-material/src/{ => material}/filled/invert_colors.svg (100%) rename projects/icons-material/src/{ => material}/filled/invert_colors_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/ios_share.svg (100%) rename projects/icons-material/src/{ => material}/filled/iron.svg (100%) rename projects/icons-material/src/{ => material}/filled/iso.svg (100%) rename projects/icons-material/src/{ => material}/filled/javascript.svg (100%) rename projects/icons-material/src/{ => material}/filled/join_full.svg (100%) rename projects/icons-material/src/{ => material}/filled/join_inner.svg (100%) rename projects/icons-material/src/{ => material}/filled/join_left.svg (100%) rename projects/icons-material/src/{ => material}/filled/join_right.svg (100%) rename projects/icons-material/src/{ => material}/filled/kayaking.svg (100%) rename projects/icons-material/src/{ => material}/filled/kebab_dining.svg (100%) rename projects/icons-material/src/{ => material}/filled/key.svg (100%) rename projects/icons-material/src/{ => material}/filled/key_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/keyboard.svg (100%) rename projects/icons-material/src/{ => material}/filled/keyboard_alt.svg (100%) rename projects/icons-material/src/{ => material}/filled/keyboard_arrow_down.svg (100%) rename projects/icons-material/src/{ => material}/filled/keyboard_arrow_left.svg (100%) rename projects/icons-material/src/{ => material}/filled/keyboard_arrow_right.svg (100%) rename projects/icons-material/src/{ => material}/filled/keyboard_arrow_up.svg (100%) rename projects/icons-material/src/{ => material}/filled/keyboard_backspace.svg (100%) rename projects/icons-material/src/{ => material}/filled/keyboard_capslock.svg (100%) rename projects/icons-material/src/{ => material}/filled/keyboard_command_key.svg (100%) rename projects/icons-material/src/{ => material}/filled/keyboard_control_key.svg (100%) rename projects/icons-material/src/{ => material}/filled/keyboard_double_arrow_down.svg (100%) rename projects/icons-material/src/{ => material}/filled/keyboard_double_arrow_left.svg (100%) rename projects/icons-material/src/{ => material}/filled/keyboard_double_arrow_right.svg (100%) rename projects/icons-material/src/{ => material}/filled/keyboard_double_arrow_up.svg (100%) rename projects/icons-material/src/{ => material}/filled/keyboard_hide.svg (100%) rename projects/icons-material/src/{ => material}/filled/keyboard_option_key.svg (100%) rename projects/icons-material/src/{ => material}/filled/keyboard_return.svg (100%) rename projects/icons-material/src/{ => material}/filled/keyboard_tab.svg (100%) rename projects/icons-material/src/{ => material}/filled/keyboard_voice.svg (100%) rename projects/icons-material/src/{ => material}/filled/king_bed.svg (100%) rename projects/icons-material/src/{ => material}/filled/kitchen.svg (100%) rename projects/icons-material/src/{ => material}/filled/kitesurfing.svg (100%) rename projects/icons-material/src/{ => material}/filled/label.svg (100%) rename projects/icons-material/src/{ => material}/filled/label_important.svg (100%) rename projects/icons-material/src/{ => material}/filled/label_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/lan.svg (100%) rename projects/icons-material/src/{ => material}/filled/landscape.svg (100%) rename projects/icons-material/src/{ => material}/filled/landslide.svg (100%) rename projects/icons-material/src/{ => material}/filled/language.svg (100%) rename projects/icons-material/src/{ => material}/filled/laptop.svg (100%) rename projects/icons-material/src/{ => material}/filled/laptop_chromebook.svg (100%) rename projects/icons-material/src/{ => material}/filled/laptop_mac.svg (100%) rename projects/icons-material/src/{ => material}/filled/laptop_windows.svg (100%) rename projects/icons-material/src/{ => material}/filled/last_page.svg (100%) rename projects/icons-material/src/{ => material}/filled/launch.svg (100%) rename projects/icons-material/src/{ => material}/filled/layers.svg (100%) rename projects/icons-material/src/{ => material}/filled/layers_clear.svg (100%) rename projects/icons-material/src/{ => material}/filled/leaderboard.svg (100%) rename projects/icons-material/src/{ => material}/filled/leak_add.svg (100%) rename projects/icons-material/src/{ => material}/filled/leak_remove.svg (100%) rename projects/icons-material/src/{ => material}/filled/legend_toggle.svg (100%) rename projects/icons-material/src/{ => material}/filled/lens.svg (100%) rename projects/icons-material/src/{ => material}/filled/lens_blur.svg (100%) rename projects/icons-material/src/{ => material}/filled/library_add.svg (100%) rename projects/icons-material/src/{ => material}/filled/library_add_check.svg (100%) rename projects/icons-material/src/{ => material}/filled/library_books.svg (100%) rename projects/icons-material/src/{ => material}/filled/library_music.svg (100%) rename projects/icons-material/src/{ => material}/filled/light.svg (100%) rename projects/icons-material/src/{ => material}/filled/light_mode.svg (100%) rename projects/icons-material/src/{ => material}/filled/lightbulb.svg (100%) rename projects/icons-material/src/{ => material}/filled/lightbulb_circle.svg (100%) rename projects/icons-material/src/{ => material}/filled/line_axis.svg (100%) rename projects/icons-material/src/{ => material}/filled/line_style.svg (100%) rename projects/icons-material/src/{ => material}/filled/line_weight.svg (100%) rename projects/icons-material/src/{ => material}/filled/linear_scale.svg (100%) rename projects/icons-material/src/{ => material}/filled/link.svg (100%) rename projects/icons-material/src/{ => material}/filled/link_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/linked_camera.svg (100%) rename projects/icons-material/src/{ => material}/filled/liquor.svg (100%) rename projects/icons-material/src/{ => material}/filled/list.svg (100%) rename projects/icons-material/src/{ => material}/filled/list_alt.svg (100%) rename projects/icons-material/src/{ => material}/filled/live_help.svg (100%) rename projects/icons-material/src/{ => material}/filled/live_tv.svg (100%) rename projects/icons-material/src/{ => material}/filled/living.svg (100%) rename projects/icons-material/src/{ => material}/filled/local_activity.svg (100%) rename projects/icons-material/src/{ => material}/filled/local_airport.svg (100%) rename projects/icons-material/src/{ => material}/filled/local_atm.svg (100%) rename projects/icons-material/src/{ => material}/filled/local_bar.svg (100%) rename projects/icons-material/src/{ => material}/filled/local_cafe.svg (100%) rename projects/icons-material/src/{ => material}/filled/local_car_wash.svg (100%) rename projects/icons-material/src/{ => material}/filled/local_convenience_store.svg (100%) rename projects/icons-material/src/{ => material}/filled/local_dining.svg (100%) rename projects/icons-material/src/{ => material}/filled/local_drink.svg (100%) rename projects/icons-material/src/{ => material}/filled/local_fire_department.svg (100%) rename projects/icons-material/src/{ => material}/filled/local_florist.svg (100%) rename projects/icons-material/src/{ => material}/filled/local_gas_station.svg (100%) rename projects/icons-material/src/{ => material}/filled/local_grocery_store.svg (100%) rename projects/icons-material/src/{ => material}/filled/local_hospital.svg (100%) rename projects/icons-material/src/{ => material}/filled/local_hotel.svg (100%) rename projects/icons-material/src/{ => material}/filled/local_laundry_service.svg (100%) rename projects/icons-material/src/{ => material}/filled/local_library.svg (100%) rename projects/icons-material/src/{ => material}/filled/local_mall.svg (100%) rename projects/icons-material/src/{ => material}/filled/local_movies.svg (100%) rename projects/icons-material/src/{ => material}/filled/local_offer.svg (100%) rename projects/icons-material/src/{ => material}/filled/local_parking.svg (100%) rename projects/icons-material/src/{ => material}/filled/local_pharmacy.svg (100%) rename projects/icons-material/src/{ => material}/filled/local_phone.svg (100%) rename projects/icons-material/src/{ => material}/filled/local_pizza.svg (100%) rename projects/icons-material/src/{ => material}/filled/local_play.svg (100%) rename projects/icons-material/src/{ => material}/filled/local_police.svg (100%) rename projects/icons-material/src/{ => material}/filled/local_post_office.svg (100%) rename projects/icons-material/src/{ => material}/filled/local_printshop.svg (100%) rename projects/icons-material/src/{ => material}/filled/local_see.svg (100%) rename projects/icons-material/src/{ => material}/filled/local_shipping.svg (100%) rename projects/icons-material/src/{ => material}/filled/local_taxi.svg (100%) rename projects/icons-material/src/{ => material}/filled/location_city.svg (100%) rename projects/icons-material/src/{ => material}/filled/location_disabled.svg (100%) rename projects/icons-material/src/{ => material}/filled/location_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/location_on.svg (100%) rename projects/icons-material/src/{ => material}/filled/location_searching.svg (100%) rename projects/icons-material/src/{ => material}/filled/lock.svg (100%) rename projects/icons-material/src/{ => material}/filled/lock_clock.svg (100%) rename projects/icons-material/src/{ => material}/filled/lock_open.svg (100%) rename projects/icons-material/src/{ => material}/filled/lock_person.svg (100%) rename projects/icons-material/src/{ => material}/filled/lock_reset.svg (100%) rename projects/icons-material/src/{ => material}/filled/login.svg (100%) rename projects/icons-material/src/{ => material}/filled/logo_dev.svg (100%) rename projects/icons-material/src/{ => material}/filled/logout.svg (100%) rename projects/icons-material/src/{ => material}/filled/looks.svg (100%) rename projects/icons-material/src/{ => material}/filled/looks_3.svg (100%) rename projects/icons-material/src/{ => material}/filled/looks_4.svg (100%) rename projects/icons-material/src/{ => material}/filled/looks_5.svg (100%) rename projects/icons-material/src/{ => material}/filled/looks_6.svg (100%) rename projects/icons-material/src/{ => material}/filled/looks_one.svg (100%) rename projects/icons-material/src/{ => material}/filled/looks_two.svg (100%) rename projects/icons-material/src/{ => material}/filled/loop.svg (100%) rename projects/icons-material/src/{ => material}/filled/loupe.svg (100%) rename projects/icons-material/src/{ => material}/filled/low_priority.svg (100%) rename projects/icons-material/src/{ => material}/filled/loyalty.svg (100%) rename projects/icons-material/src/{ => material}/filled/lte_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/filled/lte_plus_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/filled/luggage.svg (100%) rename projects/icons-material/src/{ => material}/filled/lunch_dining.svg (100%) rename projects/icons-material/src/{ => material}/filled/lyrics.svg (100%) rename projects/icons-material/src/{ => material}/filled/macro_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/mail.svg (100%) rename projects/icons-material/src/{ => material}/filled/mail_lock.svg (100%) rename projects/icons-material/src/{ => material}/filled/mail_outline.svg (100%) rename projects/icons-material/src/{ => material}/filled/male.svg (100%) rename projects/icons-material/src/{ => material}/filled/man.svg (100%) rename projects/icons-material/src/{ => material}/filled/man_2.svg (100%) rename projects/icons-material/src/{ => material}/filled/man_3.svg (100%) rename projects/icons-material/src/{ => material}/filled/man_4.svg (100%) rename projects/icons-material/src/{ => material}/filled/manage_accounts.svg (100%) rename projects/icons-material/src/{ => material}/filled/manage_history.svg (100%) rename projects/icons-material/src/{ => material}/filled/manage_search.svg (100%) rename projects/icons-material/src/{ => material}/filled/map.svg (100%) rename projects/icons-material/src/{ => material}/filled/maps_home_work.svg (100%) rename projects/icons-material/src/{ => material}/filled/maps_ugc.svg (100%) rename projects/icons-material/src/{ => material}/filled/margin.svg (100%) rename projects/icons-material/src/{ => material}/filled/mark_as_unread.svg (100%) rename projects/icons-material/src/{ => material}/filled/mark_chat_read.svg (100%) rename projects/icons-material/src/{ => material}/filled/mark_chat_unread.svg (100%) rename projects/icons-material/src/{ => material}/filled/mark_email_read.svg (100%) rename projects/icons-material/src/{ => material}/filled/mark_email_unread.svg (100%) rename projects/icons-material/src/{ => material}/filled/mark_unread_chat_alt.svg (100%) rename projects/icons-material/src/{ => material}/filled/markunread.svg (100%) rename projects/icons-material/src/{ => material}/filled/markunread_mailbox.svg (100%) rename projects/icons-material/src/{ => material}/filled/masks.svg (100%) rename projects/icons-material/src/{ => material}/filled/maximize.svg (100%) rename projects/icons-material/src/{ => material}/filled/media_bluetooth_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/media_bluetooth_on.svg (100%) rename projects/icons-material/src/{ => material}/filled/mediation.svg (100%) rename projects/icons-material/src/{ => material}/filled/medical_information.svg (100%) rename projects/icons-material/src/{ => material}/filled/medical_services.svg (100%) rename projects/icons-material/src/{ => material}/filled/medication.svg (100%) rename projects/icons-material/src/{ => material}/filled/medication_liquid.svg (100%) rename projects/icons-material/src/{ => material}/filled/meeting_room.svg (100%) rename projects/icons-material/src/{ => material}/filled/memory.svg (100%) rename projects/icons-material/src/{ => material}/filled/menu.svg (100%) rename projects/icons-material/src/{ => material}/filled/menu_book.svg (100%) rename projects/icons-material/src/{ => material}/filled/menu_open.svg (100%) rename projects/icons-material/src/{ => material}/filled/merge.svg (100%) rename projects/icons-material/src/{ => material}/filled/merge_type.svg (100%) rename projects/icons-material/src/{ => material}/filled/message.svg (100%) rename projects/icons-material/src/{ => material}/filled/mic.svg (100%) rename projects/icons-material/src/{ => material}/filled/mic_external_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/mic_external_on.svg (100%) rename projects/icons-material/src/{ => material}/filled/mic_none.svg (100%) rename projects/icons-material/src/{ => material}/filled/mic_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/microwave.svg (100%) rename projects/icons-material/src/{ => material}/filled/military_tech.svg (100%) rename projects/icons-material/src/{ => material}/filled/minimize.svg (100%) rename projects/icons-material/src/{ => material}/filled/minor_crash.svg (100%) rename projects/icons-material/src/{ => material}/filled/miscellaneous_services.svg (100%) rename projects/icons-material/src/{ => material}/filled/missed_video_call.svg (100%) rename projects/icons-material/src/{ => material}/filled/mms.svg (100%) rename projects/icons-material/src/{ => material}/filled/mobile_friendly.svg (100%) rename projects/icons-material/src/{ => material}/filled/mobile_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/mobile_screen_share.svg (100%) rename projects/icons-material/src/{ => material}/filled/mobiledata_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/mode.svg (100%) rename projects/icons-material/src/{ => material}/filled/mode_comment.svg (100%) rename projects/icons-material/src/{ => material}/filled/mode_edit.svg (100%) rename projects/icons-material/src/{ => material}/filled/mode_edit_outline.svg (100%) rename projects/icons-material/src/{ => material}/filled/mode_fan_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/mode_night.svg (100%) rename projects/icons-material/src/{ => material}/filled/mode_of_travel.svg (100%) rename projects/icons-material/src/{ => material}/filled/mode_standby.svg (100%) rename projects/icons-material/src/{ => material}/filled/model_training.svg (100%) rename projects/icons-material/src/{ => material}/filled/monetization_on.svg (100%) rename projects/icons-material/src/{ => material}/filled/money.svg (100%) rename projects/icons-material/src/{ => material}/filled/money_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/money_off_csred.svg (100%) rename projects/icons-material/src/{ => material}/filled/monitor.svg (100%) rename projects/icons-material/src/{ => material}/filled/monitor_heart.svg (100%) rename projects/icons-material/src/{ => material}/filled/monitor_weight.svg (100%) rename projects/icons-material/src/{ => material}/filled/monochrome_photos.svg (100%) rename projects/icons-material/src/{ => material}/filled/mood.svg (100%) rename projects/icons-material/src/{ => material}/filled/mood_bad.svg (100%) rename projects/icons-material/src/{ => material}/filled/moped.svg (100%) rename projects/icons-material/src/{ => material}/filled/more.svg (100%) rename projects/icons-material/src/{ => material}/filled/more_horiz.svg (100%) rename projects/icons-material/src/{ => material}/filled/more_time.svg (100%) rename projects/icons-material/src/{ => material}/filled/more_vert.svg (100%) rename projects/icons-material/src/{ => material}/filled/mosque.svg (100%) rename projects/icons-material/src/{ => material}/filled/motion_photos_auto.svg (100%) rename projects/icons-material/src/{ => material}/filled/motion_photos_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/motion_photos_on.svg (100%) rename projects/icons-material/src/{ => material}/filled/motion_photos_pause.svg (100%) rename projects/icons-material/src/{ => material}/filled/motion_photos_paused.svg (100%) rename projects/icons-material/src/{ => material}/filled/mouse.svg (100%) rename projects/icons-material/src/{ => material}/filled/move_down.svg (100%) rename projects/icons-material/src/{ => material}/filled/move_to_inbox.svg (100%) rename projects/icons-material/src/{ => material}/filled/move_up.svg (100%) rename projects/icons-material/src/{ => material}/filled/movie.svg (100%) rename projects/icons-material/src/{ => material}/filled/movie_creation.svg (100%) rename projects/icons-material/src/{ => material}/filled/movie_filter.svg (100%) rename projects/icons-material/src/{ => material}/filled/moving.svg (100%) rename projects/icons-material/src/{ => material}/filled/mp.svg (100%) rename projects/icons-material/src/{ => material}/filled/multiline_chart.svg (100%) rename projects/icons-material/src/{ => material}/filled/multiple_stop.svg (100%) rename projects/icons-material/src/{ => material}/filled/museum.svg (100%) rename projects/icons-material/src/{ => material}/filled/music_note.svg (100%) rename projects/icons-material/src/{ => material}/filled/music_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/music_video.svg (100%) rename projects/icons-material/src/{ => material}/filled/my_location.svg (100%) rename projects/icons-material/src/{ => material}/filled/nat.svg (100%) rename projects/icons-material/src/{ => material}/filled/nature.svg (100%) rename projects/icons-material/src/{ => material}/filled/nature_people.svg (100%) rename projects/icons-material/src/{ => material}/filled/navigate_before.svg (100%) rename projects/icons-material/src/{ => material}/filled/navigate_next.svg (100%) rename projects/icons-material/src/{ => material}/filled/navigation.svg (100%) rename projects/icons-material/src/{ => material}/filled/near_me.svg (100%) rename projects/icons-material/src/{ => material}/filled/near_me_disabled.svg (100%) rename projects/icons-material/src/{ => material}/filled/nearby_error.svg (100%) rename projects/icons-material/src/{ => material}/filled/nearby_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/nest_cam_wired_stand.svg (100%) rename projects/icons-material/src/{ => material}/filled/network_cell.svg (100%) rename projects/icons-material/src/{ => material}/filled/network_check.svg (100%) rename projects/icons-material/src/{ => material}/filled/network_locked.svg (100%) rename projects/icons-material/src/{ => material}/filled/network_ping.svg (100%) rename projects/icons-material/src/{ => material}/filled/network_wifi.svg (100%) rename projects/icons-material/src/{ => material}/filled/network_wifi_1_bar.svg (100%) rename projects/icons-material/src/{ => material}/filled/network_wifi_2_bar.svg (100%) rename projects/icons-material/src/{ => material}/filled/network_wifi_3_bar.svg (100%) rename projects/icons-material/src/{ => material}/filled/new_label.svg (100%) rename projects/icons-material/src/{ => material}/filled/new_releases.svg (100%) rename projects/icons-material/src/{ => material}/filled/newspaper.svg (100%) rename projects/icons-material/src/{ => material}/filled/next_plan.svg (100%) rename projects/icons-material/src/{ => material}/filled/next_week.svg (100%) rename projects/icons-material/src/{ => material}/filled/nfc.svg (100%) rename projects/icons-material/src/{ => material}/filled/night_shelter.svg (100%) rename projects/icons-material/src/{ => material}/filled/nightlife.svg (100%) rename projects/icons-material/src/{ => material}/filled/nightlight.svg (100%) rename projects/icons-material/src/{ => material}/filled/nightlight_round.svg (100%) rename projects/icons-material/src/{ => material}/filled/nights_stay.svg (100%) rename projects/icons-material/src/{ => material}/filled/no_accounts.svg (100%) rename projects/icons-material/src/{ => material}/filled/no_adult_content.svg (100%) rename projects/icons-material/src/{ => material}/filled/no_backpack.svg (100%) rename projects/icons-material/src/{ => material}/filled/no_cell.svg (100%) rename projects/icons-material/src/{ => material}/filled/no_crash.svg (100%) rename projects/icons-material/src/{ => material}/filled/no_drinks.svg (100%) rename projects/icons-material/src/{ => material}/filled/no_encryption.svg (100%) rename projects/icons-material/src/{ => material}/filled/no_encryption_gmailerrorred.svg (100%) rename projects/icons-material/src/{ => material}/filled/no_flash.svg (100%) rename projects/icons-material/src/{ => material}/filled/no_food.svg (100%) rename projects/icons-material/src/{ => material}/filled/no_luggage.svg (100%) rename projects/icons-material/src/{ => material}/filled/no_meals.svg (100%) rename projects/icons-material/src/{ => material}/filled/no_meeting_room.svg (100%) rename projects/icons-material/src/{ => material}/filled/no_photography.svg (100%) rename projects/icons-material/src/{ => material}/filled/no_sim.svg (100%) rename projects/icons-material/src/{ => material}/filled/no_stroller.svg (100%) rename projects/icons-material/src/{ => material}/filled/no_transfer.svg (100%) rename projects/icons-material/src/{ => material}/filled/noise_aware.svg (100%) rename projects/icons-material/src/{ => material}/filled/noise_control_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/nordic_walking.svg (100%) rename projects/icons-material/src/{ => material}/filled/north.svg (100%) rename projects/icons-material/src/{ => material}/filled/north_east.svg (100%) rename projects/icons-material/src/{ => material}/filled/north_west.svg (100%) rename projects/icons-material/src/{ => material}/filled/not_accessible.svg (100%) rename projects/icons-material/src/{ => material}/filled/not_interested.svg (100%) rename projects/icons-material/src/{ => material}/filled/not_listed_location.svg (100%) rename projects/icons-material/src/{ => material}/filled/not_started.svg (100%) rename projects/icons-material/src/{ => material}/filled/note.svg (100%) rename projects/icons-material/src/{ => material}/filled/note_add.svg (100%) rename projects/icons-material/src/{ => material}/filled/note_alt.svg (100%) rename projects/icons-material/src/{ => material}/filled/notes.svg (100%) rename projects/icons-material/src/{ => material}/filled/notification_add.svg (100%) rename projects/icons-material/src/{ => material}/filled/notification_important.svg (100%) rename projects/icons-material/src/{ => material}/filled/notifications.svg (100%) rename projects/icons-material/src/{ => material}/filled/notifications_active.svg (100%) rename projects/icons-material/src/{ => material}/filled/notifications_none.svg (100%) rename projects/icons-material/src/{ => material}/filled/notifications_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/notifications_paused.svg (100%) rename projects/icons-material/src/{ => material}/filled/numbers.svg (100%) rename projects/icons-material/src/{ => material}/filled/offline_bolt.svg (100%) rename projects/icons-material/src/{ => material}/filled/offline_pin.svg (100%) rename projects/icons-material/src/{ => material}/filled/offline_share.svg (100%) rename projects/icons-material/src/{ => material}/filled/oil_barrel.svg (100%) rename projects/icons-material/src/{ => material}/filled/on_device_training.svg (100%) rename projects/icons-material/src/{ => material}/filled/ondemand_video.svg (100%) rename projects/icons-material/src/{ => material}/filled/online_prediction.svg (100%) rename projects/icons-material/src/{ => material}/filled/opacity.svg (100%) rename projects/icons-material/src/{ => material}/filled/open_in_browser.svg (100%) rename projects/icons-material/src/{ => material}/filled/open_in_full.svg (100%) rename projects/icons-material/src/{ => material}/filled/open_in_new.svg (100%) rename projects/icons-material/src/{ => material}/filled/open_in_new_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/open_with.svg (100%) rename projects/icons-material/src/{ => material}/filled/other_houses.svg (100%) rename projects/icons-material/src/{ => material}/filled/outbound.svg (100%) rename projects/icons-material/src/{ => material}/filled/outbox.svg (100%) rename projects/icons-material/src/{ => material}/filled/outdoor_grill.svg (100%) rename projects/icons-material/src/{ => material}/filled/outlet.svg (100%) rename projects/icons-material/src/{ => material}/filled/outlined_flag.svg (100%) rename projects/icons-material/src/{ => material}/filled/output.svg (100%) rename projects/icons-material/src/{ => material}/filled/padding.svg (100%) rename projects/icons-material/src/{ => material}/filled/pages.svg (100%) rename projects/icons-material/src/{ => material}/filled/pageview.svg (100%) rename projects/icons-material/src/{ => material}/filled/paid.svg (100%) rename projects/icons-material/src/{ => material}/filled/palette.svg (100%) rename projects/icons-material/src/{ => material}/filled/pan_tool.svg (100%) rename projects/icons-material/src/{ => material}/filled/pan_tool_alt.svg (100%) rename projects/icons-material/src/{ => material}/filled/panorama.svg (100%) rename projects/icons-material/src/{ => material}/filled/panorama_fish_eye.svg (100%) rename projects/icons-material/src/{ => material}/filled/panorama_horizontal.svg (100%) rename projects/icons-material/src/{ => material}/filled/panorama_horizontal_select.svg (100%) rename projects/icons-material/src/{ => material}/filled/panorama_photosphere.svg (100%) rename projects/icons-material/src/{ => material}/filled/panorama_photosphere_select.svg (100%) rename projects/icons-material/src/{ => material}/filled/panorama_vertical.svg (100%) rename projects/icons-material/src/{ => material}/filled/panorama_vertical_select.svg (100%) rename projects/icons-material/src/{ => material}/filled/panorama_wide_angle.svg (100%) rename projects/icons-material/src/{ => material}/filled/panorama_wide_angle_select.svg (100%) rename projects/icons-material/src/{ => material}/filled/paragliding.svg (100%) rename projects/icons-material/src/{ => material}/filled/park.svg (100%) rename projects/icons-material/src/{ => material}/filled/party_mode.svg (100%) rename projects/icons-material/src/{ => material}/filled/password.svg (100%) rename projects/icons-material/src/{ => material}/filled/pattern.svg (100%) rename projects/icons-material/src/{ => material}/filled/pause.svg (100%) rename projects/icons-material/src/{ => material}/filled/pause_circle.svg (100%) rename projects/icons-material/src/{ => material}/filled/pause_circle_filled.svg (100%) rename projects/icons-material/src/{ => material}/filled/pause_circle_outline.svg (100%) rename projects/icons-material/src/{ => material}/filled/pause_presentation.svg (100%) rename projects/icons-material/src/{ => material}/filled/payment.svg (100%) rename projects/icons-material/src/{ => material}/filled/payments.svg (100%) rename projects/icons-material/src/{ => material}/filled/pedal_bike.svg (100%) rename projects/icons-material/src/{ => material}/filled/pending.svg (100%) rename projects/icons-material/src/{ => material}/filled/pending_actions.svg (100%) rename projects/icons-material/src/{ => material}/filled/pentagon.svg (100%) rename projects/icons-material/src/{ => material}/filled/people.svg (100%) rename projects/icons-material/src/{ => material}/filled/people_alt.svg (100%) rename projects/icons-material/src/{ => material}/filled/people_outline.svg (100%) rename projects/icons-material/src/{ => material}/filled/percent.svg (100%) rename projects/icons-material/src/{ => material}/filled/perm_camera_mic.svg (100%) rename projects/icons-material/src/{ => material}/filled/perm_contact_calendar.svg (100%) rename projects/icons-material/src/{ => material}/filled/perm_data_setting.svg (100%) rename projects/icons-material/src/{ => material}/filled/perm_device_information.svg (100%) rename projects/icons-material/src/{ => material}/filled/perm_identity.svg (100%) rename projects/icons-material/src/{ => material}/filled/perm_media.svg (100%) rename projects/icons-material/src/{ => material}/filled/perm_phone_msg.svg (100%) rename projects/icons-material/src/{ => material}/filled/perm_scan_wifi.svg (100%) rename projects/icons-material/src/{ => material}/filled/person.svg (100%) rename projects/icons-material/src/{ => material}/filled/person_2.svg (100%) rename projects/icons-material/src/{ => material}/filled/person_3.svg (100%) rename projects/icons-material/src/{ => material}/filled/person_4.svg (100%) rename projects/icons-material/src/{ => material}/filled/person_add.svg (100%) rename projects/icons-material/src/{ => material}/filled/person_add_alt.svg (100%) rename projects/icons-material/src/{ => material}/filled/person_add_alt_1.svg (100%) rename projects/icons-material/src/{ => material}/filled/person_add_disabled.svg (100%) rename projects/icons-material/src/{ => material}/filled/person_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/person_outline.svg (100%) rename projects/icons-material/src/{ => material}/filled/person_pin.svg (100%) rename projects/icons-material/src/{ => material}/filled/person_pin_circle.svg (100%) rename projects/icons-material/src/{ => material}/filled/person_remove.svg (100%) rename projects/icons-material/src/{ => material}/filled/person_remove_alt_1.svg (100%) rename projects/icons-material/src/{ => material}/filled/person_search.svg (100%) rename projects/icons-material/src/{ => material}/filled/personal_injury.svg (100%) rename projects/icons-material/src/{ => material}/filled/personal_video.svg (100%) rename projects/icons-material/src/{ => material}/filled/pest_control.svg (100%) rename projects/icons-material/src/{ => material}/filled/pest_control_rodent.svg (100%) rename projects/icons-material/src/{ => material}/filled/pets.svg (100%) rename projects/icons-material/src/{ => material}/filled/phishing.svg (100%) rename projects/icons-material/src/{ => material}/filled/phone.svg (100%) rename projects/icons-material/src/{ => material}/filled/phone_android.svg (100%) rename projects/icons-material/src/{ => material}/filled/phone_bluetooth_speaker.svg (100%) rename projects/icons-material/src/{ => material}/filled/phone_callback.svg (100%) rename projects/icons-material/src/{ => material}/filled/phone_disabled.svg (100%) rename projects/icons-material/src/{ => material}/filled/phone_enabled.svg (100%) rename projects/icons-material/src/{ => material}/filled/phone_forwarded.svg (100%) rename projects/icons-material/src/{ => material}/filled/phone_iphone.svg (100%) rename projects/icons-material/src/{ => material}/filled/phone_locked.svg (100%) rename projects/icons-material/src/{ => material}/filled/phone_missed.svg (100%) rename projects/icons-material/src/{ => material}/filled/phone_paused.svg (100%) rename projects/icons-material/src/{ => material}/filled/phonelink.svg (100%) rename projects/icons-material/src/{ => material}/filled/phonelink_erase.svg (100%) rename projects/icons-material/src/{ => material}/filled/phonelink_lock.svg (100%) rename projects/icons-material/src/{ => material}/filled/phonelink_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/phonelink_ring.svg (100%) rename projects/icons-material/src/{ => material}/filled/phonelink_setup.svg (100%) rename projects/icons-material/src/{ => material}/filled/photo.svg (100%) rename projects/icons-material/src/{ => material}/filled/photo_album.svg (100%) rename projects/icons-material/src/{ => material}/filled/photo_camera.svg (100%) rename projects/icons-material/src/{ => material}/filled/photo_camera_back.svg (100%) rename projects/icons-material/src/{ => material}/filled/photo_camera_front.svg (100%) rename projects/icons-material/src/{ => material}/filled/photo_filter.svg (100%) rename projects/icons-material/src/{ => material}/filled/photo_library.svg (100%) rename projects/icons-material/src/{ => material}/filled/photo_size_select_actual.svg (100%) rename projects/icons-material/src/{ => material}/filled/photo_size_select_large.svg (100%) rename projects/icons-material/src/{ => material}/filled/photo_size_select_small.svg (100%) rename projects/icons-material/src/{ => material}/filled/php.svg (100%) rename projects/icons-material/src/{ => material}/filled/piano.svg (100%) rename projects/icons-material/src/{ => material}/filled/piano_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/picture_as_pdf.svg (100%) rename projects/icons-material/src/{ => material}/filled/picture_in_picture.svg (100%) rename projects/icons-material/src/{ => material}/filled/picture_in_picture_alt.svg (100%) rename projects/icons-material/src/{ => material}/filled/pie_chart.svg (100%) rename projects/icons-material/src/{ => material}/filled/pie_chart_outline.svg (100%) rename projects/icons-material/src/{ => material}/filled/pin.svg (100%) rename projects/icons-material/src/{ => material}/filled/pin_drop.svg (100%) rename projects/icons-material/src/{ => material}/filled/pin_end.svg (100%) rename projects/icons-material/src/{ => material}/filled/pin_invoke.svg (100%) rename projects/icons-material/src/{ => material}/filled/pinch.svg (100%) rename projects/icons-material/src/{ => material}/filled/pivot_table_chart.svg (100%) rename projects/icons-material/src/{ => material}/filled/pix.svg (100%) rename projects/icons-material/src/{ => material}/filled/place.svg (100%) rename projects/icons-material/src/{ => material}/filled/plagiarism.svg (100%) rename projects/icons-material/src/{ => material}/filled/play_arrow.svg (100%) rename projects/icons-material/src/{ => material}/filled/play_circle.svg (100%) rename projects/icons-material/src/{ => material}/filled/play_circle_filled.svg (100%) rename projects/icons-material/src/{ => material}/filled/play_circle_outline.svg (100%) rename projects/icons-material/src/{ => material}/filled/play_disabled.svg (100%) rename projects/icons-material/src/{ => material}/filled/play_for_work.svg (100%) rename projects/icons-material/src/{ => material}/filled/play_lesson.svg (100%) rename projects/icons-material/src/{ => material}/filled/playlist_add.svg (100%) rename projects/icons-material/src/{ => material}/filled/playlist_add_check.svg (100%) rename projects/icons-material/src/{ => material}/filled/playlist_add_check_circle.svg (100%) rename projects/icons-material/src/{ => material}/filled/playlist_add_circle.svg (100%) rename projects/icons-material/src/{ => material}/filled/playlist_play.svg (100%) rename projects/icons-material/src/{ => material}/filled/playlist_remove.svg (100%) rename projects/icons-material/src/{ => material}/filled/plumbing.svg (100%) rename projects/icons-material/src/{ => material}/filled/plus_one.svg (100%) rename projects/icons-material/src/{ => material}/filled/podcasts.svg (100%) rename projects/icons-material/src/{ => material}/filled/point_of_sale.svg (100%) rename projects/icons-material/src/{ => material}/filled/policy.svg (100%) rename projects/icons-material/src/{ => material}/filled/poll.svg (100%) rename projects/icons-material/src/{ => material}/filled/polyline.svg (100%) rename projects/icons-material/src/{ => material}/filled/polymer.svg (100%) rename projects/icons-material/src/{ => material}/filled/pool.svg (100%) rename projects/icons-material/src/{ => material}/filled/portable_wifi_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/portrait.svg (100%) rename projects/icons-material/src/{ => material}/filled/post_add.svg (100%) rename projects/icons-material/src/{ => material}/filled/power.svg (100%) rename projects/icons-material/src/{ => material}/filled/power_input.svg (100%) rename projects/icons-material/src/{ => material}/filled/power_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/power_settings_new.svg (100%) rename projects/icons-material/src/{ => material}/filled/precision_manufacturing.svg (100%) rename projects/icons-material/src/{ => material}/filled/pregnant_woman.svg (100%) rename projects/icons-material/src/{ => material}/filled/present_to_all.svg (100%) rename projects/icons-material/src/{ => material}/filled/preview.svg (100%) rename projects/icons-material/src/{ => material}/filled/price_change.svg (100%) rename projects/icons-material/src/{ => material}/filled/price_check.svg (100%) rename projects/icons-material/src/{ => material}/filled/print.svg (100%) rename projects/icons-material/src/{ => material}/filled/print_disabled.svg (100%) rename projects/icons-material/src/{ => material}/filled/priority_high.svg (100%) rename projects/icons-material/src/{ => material}/filled/privacy_tip.svg (100%) rename projects/icons-material/src/{ => material}/filled/private_connectivity.svg (100%) rename projects/icons-material/src/{ => material}/filled/production_quantity_limits.svg (100%) rename projects/icons-material/src/{ => material}/filled/propane.svg (100%) rename projects/icons-material/src/{ => material}/filled/propane_tank.svg (100%) rename projects/icons-material/src/{ => material}/filled/psychology.svg (100%) rename projects/icons-material/src/{ => material}/filled/psychology_alt.svg (100%) rename projects/icons-material/src/{ => material}/filled/public.svg (100%) rename projects/icons-material/src/{ => material}/filled/public_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/publish.svg (100%) rename projects/icons-material/src/{ => material}/filled/published_with_changes.svg (100%) rename projects/icons-material/src/{ => material}/filled/punch_clock.svg (100%) rename projects/icons-material/src/{ => material}/filled/push_pin.svg (100%) rename projects/icons-material/src/{ => material}/filled/qr_code.svg (100%) rename projects/icons-material/src/{ => material}/filled/qr_code_2.svg (100%) rename projects/icons-material/src/{ => material}/filled/qr_code_scanner.svg (100%) rename projects/icons-material/src/{ => material}/filled/query_builder.svg (100%) rename projects/icons-material/src/{ => material}/filled/query_stats.svg (100%) rename projects/icons-material/src/{ => material}/filled/question_answer.svg (100%) rename projects/icons-material/src/{ => material}/filled/question_mark.svg (100%) rename projects/icons-material/src/{ => material}/filled/queue.svg (100%) rename projects/icons-material/src/{ => material}/filled/queue_music.svg (100%) rename projects/icons-material/src/{ => material}/filled/queue_play_next.svg (100%) rename projects/icons-material/src/{ => material}/filled/quickreply.svg (100%) rename projects/icons-material/src/{ => material}/filled/quiz.svg (100%) rename projects/icons-material/src/{ => material}/filled/r_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/filled/radar.svg (100%) rename projects/icons-material/src/{ => material}/filled/radio.svg (100%) rename projects/icons-material/src/{ => material}/filled/radio_button_checked.svg (100%) rename projects/icons-material/src/{ => material}/filled/radio_button_unchecked.svg (100%) rename projects/icons-material/src/{ => material}/filled/railway_alert.svg (100%) rename projects/icons-material/src/{ => material}/filled/ramen_dining.svg (100%) rename projects/icons-material/src/{ => material}/filled/ramp_left.svg (100%) rename projects/icons-material/src/{ => material}/filled/ramp_right.svg (100%) rename projects/icons-material/src/{ => material}/filled/rate_review.svg (100%) rename projects/icons-material/src/{ => material}/filled/raw_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/raw_on.svg (100%) rename projects/icons-material/src/{ => material}/filled/read_more.svg (100%) rename projects/icons-material/src/{ => material}/filled/real_estate_agent.svg (100%) rename projects/icons-material/src/{ => material}/filled/receipt.svg (100%) rename projects/icons-material/src/{ => material}/filled/receipt_long.svg (100%) rename projects/icons-material/src/{ => material}/filled/recent_actors.svg (100%) rename projects/icons-material/src/{ => material}/filled/recommend.svg (100%) rename projects/icons-material/src/{ => material}/filled/record_voice_over.svg (100%) rename projects/icons-material/src/{ => material}/filled/rectangle.svg (100%) rename projects/icons-material/src/{ => material}/filled/recycling.svg (100%) rename projects/icons-material/src/{ => material}/filled/redeem.svg (100%) rename projects/icons-material/src/{ => material}/filled/redo.svg (100%) rename projects/icons-material/src/{ => material}/filled/reduce_capacity.svg (100%) rename projects/icons-material/src/{ => material}/filled/refresh.svg (100%) rename projects/icons-material/src/{ => material}/filled/remember_me.svg (100%) rename projects/icons-material/src/{ => material}/filled/remove.svg (100%) rename projects/icons-material/src/{ => material}/filled/remove_circle.svg (100%) rename projects/icons-material/src/{ => material}/filled/remove_circle_outline.svg (100%) rename projects/icons-material/src/{ => material}/filled/remove_done.svg (100%) rename projects/icons-material/src/{ => material}/filled/remove_from_queue.svg (100%) rename projects/icons-material/src/{ => material}/filled/remove_moderator.svg (100%) rename projects/icons-material/src/{ => material}/filled/remove_red_eye.svg (100%) rename projects/icons-material/src/{ => material}/filled/remove_road.svg (100%) rename projects/icons-material/src/{ => material}/filled/remove_shopping_cart.svg (100%) rename projects/icons-material/src/{ => material}/filled/reorder.svg (100%) rename projects/icons-material/src/{ => material}/filled/repartition.svg (100%) rename projects/icons-material/src/{ => material}/filled/repeat.svg (100%) rename projects/icons-material/src/{ => material}/filled/repeat_on.svg (100%) rename projects/icons-material/src/{ => material}/filled/repeat_one.svg (100%) rename projects/icons-material/src/{ => material}/filled/repeat_one_on.svg (100%) rename projects/icons-material/src/{ => material}/filled/replay.svg (100%) rename projects/icons-material/src/{ => material}/filled/replay_10.svg (100%) rename projects/icons-material/src/{ => material}/filled/replay_30.svg (100%) rename projects/icons-material/src/{ => material}/filled/replay_5.svg (100%) rename projects/icons-material/src/{ => material}/filled/replay_circle_filled.svg (100%) rename projects/icons-material/src/{ => material}/filled/reply.svg (100%) rename projects/icons-material/src/{ => material}/filled/reply_all.svg (100%) rename projects/icons-material/src/{ => material}/filled/report.svg (100%) rename projects/icons-material/src/{ => material}/filled/report_gmailerrorred.svg (100%) rename projects/icons-material/src/{ => material}/filled/report_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/report_problem.svg (100%) rename projects/icons-material/src/{ => material}/filled/request_page.svg (100%) rename projects/icons-material/src/{ => material}/filled/request_quote.svg (100%) rename projects/icons-material/src/{ => material}/filled/reset_tv.svg (100%) rename projects/icons-material/src/{ => material}/filled/restart_alt.svg (100%) rename projects/icons-material/src/{ => material}/filled/restaurant.svg (100%) rename projects/icons-material/src/{ => material}/filled/restaurant_menu.svg (100%) rename projects/icons-material/src/{ => material}/filled/restore.svg (100%) rename projects/icons-material/src/{ => material}/filled/restore_from_trash.svg (100%) rename projects/icons-material/src/{ => material}/filled/restore_page.svg (100%) rename projects/icons-material/src/{ => material}/filled/reviews.svg (100%) rename projects/icons-material/src/{ => material}/filled/rice_bowl.svg (100%) rename projects/icons-material/src/{ => material}/filled/ring_volume.svg (100%) rename projects/icons-material/src/{ => material}/filled/rocket.svg (100%) rename projects/icons-material/src/{ => material}/filled/rocket_launch.svg (100%) rename projects/icons-material/src/{ => material}/filled/roller_shades.svg (100%) rename projects/icons-material/src/{ => material}/filled/roller_shades_closed.svg (100%) rename projects/icons-material/src/{ => material}/filled/roller_skating.svg (100%) rename projects/icons-material/src/{ => material}/filled/roofing.svg (100%) rename projects/icons-material/src/{ => material}/filled/room.svg (100%) rename projects/icons-material/src/{ => material}/filled/room_preferences.svg (100%) rename projects/icons-material/src/{ => material}/filled/room_service.svg (100%) rename projects/icons-material/src/{ => material}/filled/rotate_90_degrees_ccw.svg (100%) rename projects/icons-material/src/{ => material}/filled/rotate_90_degrees_cw.svg (100%) rename projects/icons-material/src/{ => material}/filled/rotate_left.svg (100%) rename projects/icons-material/src/{ => material}/filled/rotate_right.svg (100%) rename projects/icons-material/src/{ => material}/filled/roundabout_left.svg (100%) rename projects/icons-material/src/{ => material}/filled/roundabout_right.svg (100%) rename projects/icons-material/src/{ => material}/filled/rounded_corner.svg (100%) rename projects/icons-material/src/{ => material}/filled/route.svg (100%) rename projects/icons-material/src/{ => material}/filled/router.svg (100%) rename projects/icons-material/src/{ => material}/filled/rowing.svg (100%) rename projects/icons-material/src/{ => material}/filled/rss_feed.svg (100%) rename projects/icons-material/src/{ => material}/filled/rsvp.svg (100%) rename projects/icons-material/src/{ => material}/filled/rtt.svg (100%) rename projects/icons-material/src/{ => material}/filled/rule.svg (100%) rename projects/icons-material/src/{ => material}/filled/rule_folder.svg (100%) rename projects/icons-material/src/{ => material}/filled/run_circle.svg (100%) rename projects/icons-material/src/{ => material}/filled/running_with_errors.svg (100%) rename projects/icons-material/src/{ => material}/filled/rv_hookup.svg (100%) rename projects/icons-material/src/{ => material}/filled/safety_check.svg (100%) rename projects/icons-material/src/{ => material}/filled/safety_divider.svg (100%) rename projects/icons-material/src/{ => material}/filled/sailing.svg (100%) rename projects/icons-material/src/{ => material}/filled/sanitizer.svg (100%) rename projects/icons-material/src/{ => material}/filled/satellite.svg (100%) rename projects/icons-material/src/{ => material}/filled/satellite_alt.svg (100%) rename projects/icons-material/src/{ => material}/filled/save.svg (100%) rename projects/icons-material/src/{ => material}/filled/save_alt.svg (100%) rename projects/icons-material/src/{ => material}/filled/save_as.svg (100%) rename projects/icons-material/src/{ => material}/filled/saved_search.svg (100%) rename projects/icons-material/src/{ => material}/filled/savings.svg (100%) rename projects/icons-material/src/{ => material}/filled/scale.svg (100%) rename projects/icons-material/src/{ => material}/filled/scanner.svg (100%) rename projects/icons-material/src/{ => material}/filled/scatter_plot.svg (100%) rename projects/icons-material/src/{ => material}/filled/schedule.svg (100%) rename projects/icons-material/src/{ => material}/filled/schedule_send.svg (100%) rename projects/icons-material/src/{ => material}/filled/schema.svg (100%) rename projects/icons-material/src/{ => material}/filled/school.svg (100%) rename projects/icons-material/src/{ => material}/filled/science.svg (100%) rename projects/icons-material/src/{ => material}/filled/score.svg (100%) rename projects/icons-material/src/{ => material}/filled/scoreboard.svg (100%) rename projects/icons-material/src/{ => material}/filled/screen_lock_landscape.svg (100%) rename projects/icons-material/src/{ => material}/filled/screen_lock_portrait.svg (100%) rename projects/icons-material/src/{ => material}/filled/screen_lock_rotation.svg (100%) rename projects/icons-material/src/{ => material}/filled/screen_rotation.svg (100%) rename projects/icons-material/src/{ => material}/filled/screen_rotation_alt.svg (100%) rename projects/icons-material/src/{ => material}/filled/screen_search_desktop.svg (100%) rename projects/icons-material/src/{ => material}/filled/screen_share.svg (100%) rename projects/icons-material/src/{ => material}/filled/screenshot.svg (100%) rename projects/icons-material/src/{ => material}/filled/screenshot_monitor.svg (100%) rename projects/icons-material/src/{ => material}/filled/scuba_diving.svg (100%) rename projects/icons-material/src/{ => material}/filled/sd.svg (100%) rename projects/icons-material/src/{ => material}/filled/sd_card.svg (100%) rename projects/icons-material/src/{ => material}/filled/sd_card_alert.svg (100%) rename projects/icons-material/src/{ => material}/filled/sd_storage.svg (100%) rename projects/icons-material/src/{ => material}/filled/search.svg (100%) rename projects/icons-material/src/{ => material}/filled/search_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/security.svg (100%) rename projects/icons-material/src/{ => material}/filled/security_update.svg (100%) rename projects/icons-material/src/{ => material}/filled/security_update_good.svg (100%) rename projects/icons-material/src/{ => material}/filled/security_update_warning.svg (100%) rename projects/icons-material/src/{ => material}/filled/segment.svg (100%) rename projects/icons-material/src/{ => material}/filled/select_all.svg (100%) rename projects/icons-material/src/{ => material}/filled/self_improvement.svg (100%) rename projects/icons-material/src/{ => material}/filled/sell.svg (100%) rename projects/icons-material/src/{ => material}/filled/send.svg (100%) rename projects/icons-material/src/{ => material}/filled/send_and_archive.svg (100%) rename projects/icons-material/src/{ => material}/filled/send_time_extension.svg (100%) rename projects/icons-material/src/{ => material}/filled/send_to_mobile.svg (100%) rename projects/icons-material/src/{ => material}/filled/sensor_door.svg (100%) rename projects/icons-material/src/{ => material}/filled/sensor_occupied.svg (100%) rename projects/icons-material/src/{ => material}/filled/sensor_window.svg (100%) rename projects/icons-material/src/{ => material}/filled/sensors.svg (100%) rename projects/icons-material/src/{ => material}/filled/sensors_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/sentiment_dissatisfied.svg (100%) rename projects/icons-material/src/{ => material}/filled/sentiment_neutral.svg (100%) rename projects/icons-material/src/{ => material}/filled/sentiment_satisfied.svg (100%) rename projects/icons-material/src/{ => material}/filled/sentiment_satisfied_alt.svg (100%) rename projects/icons-material/src/{ => material}/filled/sentiment_very_dissatisfied.svg (100%) rename projects/icons-material/src/{ => material}/filled/sentiment_very_satisfied.svg (100%) rename projects/icons-material/src/{ => material}/filled/set_meal.svg (100%) rename projects/icons-material/src/{ => material}/filled/settings.svg (100%) rename projects/icons-material/src/{ => material}/filled/settings_accessibility.svg (100%) rename projects/icons-material/src/{ => material}/filled/settings_applications.svg (100%) rename projects/icons-material/src/{ => material}/filled/settings_backup_restore.svg (100%) rename projects/icons-material/src/{ => material}/filled/settings_bluetooth.svg (100%) rename projects/icons-material/src/{ => material}/filled/settings_brightness.svg (100%) rename projects/icons-material/src/{ => material}/filled/settings_cell.svg (100%) rename projects/icons-material/src/{ => material}/filled/settings_ethernet.svg (100%) rename projects/icons-material/src/{ => material}/filled/settings_input_antenna.svg (100%) rename projects/icons-material/src/{ => material}/filled/settings_input_component.svg (100%) rename projects/icons-material/src/{ => material}/filled/settings_input_composite.svg (100%) rename projects/icons-material/src/{ => material}/filled/settings_input_hdmi.svg (100%) rename projects/icons-material/src/{ => material}/filled/settings_input_svideo.svg (100%) rename projects/icons-material/src/{ => material}/filled/settings_overscan.svg (100%) rename projects/icons-material/src/{ => material}/filled/settings_phone.svg (100%) rename projects/icons-material/src/{ => material}/filled/settings_power.svg (100%) rename projects/icons-material/src/{ => material}/filled/settings_remote.svg (100%) rename projects/icons-material/src/{ => material}/filled/settings_suggest.svg (100%) rename projects/icons-material/src/{ => material}/filled/settings_system_daydream.svg (100%) rename projects/icons-material/src/{ => material}/filled/settings_voice.svg (100%) rename projects/icons-material/src/{ => material}/filled/severe_cold.svg (100%) rename projects/icons-material/src/{ => material}/filled/shape_line.svg (100%) rename projects/icons-material/src/{ => material}/filled/share.svg (100%) rename projects/icons-material/src/{ => material}/filled/share_location.svg (100%) rename projects/icons-material/src/{ => material}/filled/shield.svg (100%) rename projects/icons-material/src/{ => material}/filled/shield_moon.svg (100%) rename projects/icons-material/src/{ => material}/filled/shop.svg (100%) rename projects/icons-material/src/{ => material}/filled/shop_2.svg (100%) rename projects/icons-material/src/{ => material}/filled/shop_two.svg (100%) rename projects/icons-material/src/{ => material}/filled/shopping_bag.svg (100%) rename projects/icons-material/src/{ => material}/filled/shopping_basket.svg (100%) rename projects/icons-material/src/{ => material}/filled/shopping_cart.svg (100%) rename projects/icons-material/src/{ => material}/filled/shopping_cart_checkout.svg (100%) rename projects/icons-material/src/{ => material}/filled/short_text.svg (100%) rename projects/icons-material/src/{ => material}/filled/shortcut.svg (100%) rename projects/icons-material/src/{ => material}/filled/show_chart.svg (100%) rename projects/icons-material/src/{ => material}/filled/shower.svg (100%) rename projects/icons-material/src/{ => material}/filled/shuffle.svg (100%) rename projects/icons-material/src/{ => material}/filled/shuffle_on.svg (100%) rename projects/icons-material/src/{ => material}/filled/shutter_speed.svg (100%) rename projects/icons-material/src/{ => material}/filled/sick.svg (100%) rename projects/icons-material/src/{ => material}/filled/sign_language.svg (100%) rename projects/icons-material/src/{ => material}/filled/signal_cellular_0_bar.svg (100%) rename projects/icons-material/src/{ => material}/filled/signal_cellular_4_bar.svg (100%) rename projects/icons-material/src/{ => material}/filled/signal_cellular_alt.svg (100%) rename projects/icons-material/src/{ => material}/filled/signal_cellular_alt_1_bar.svg (100%) rename projects/icons-material/src/{ => material}/filled/signal_cellular_alt_2_bar.svg (100%) rename projects/icons-material/src/{ => material}/filled/signal_cellular_connected_no_internet_0_bar.svg (100%) rename projects/icons-material/src/{ => material}/filled/signal_cellular_connected_no_internet_4_bar.svg (100%) rename projects/icons-material/src/{ => material}/filled/signal_cellular_no_sim.svg (100%) rename projects/icons-material/src/{ => material}/filled/signal_cellular_nodata.svg (100%) rename projects/icons-material/src/{ => material}/filled/signal_cellular_null.svg (100%) rename projects/icons-material/src/{ => material}/filled/signal_cellular_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/signal_wifi_0_bar.svg (100%) rename projects/icons-material/src/{ => material}/filled/signal_wifi_4_bar.svg (100%) rename projects/icons-material/src/{ => material}/filled/signal_wifi_4_bar_lock.svg (100%) rename projects/icons-material/src/{ => material}/filled/signal_wifi_bad.svg (100%) rename projects/icons-material/src/{ => material}/filled/signal_wifi_connected_no_internet_4.svg (100%) rename projects/icons-material/src/{ => material}/filled/signal_wifi_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/signal_wifi_statusbar_4_bar.svg (100%) rename projects/icons-material/src/{ => material}/filled/signal_wifi_statusbar_connected_no_internet_4.svg (100%) rename projects/icons-material/src/{ => material}/filled/signal_wifi_statusbar_null.svg (100%) rename projects/icons-material/src/{ => material}/filled/signpost.svg (100%) rename projects/icons-material/src/{ => material}/filled/sim_card.svg (100%) rename projects/icons-material/src/{ => material}/filled/sim_card_alert.svg (100%) rename projects/icons-material/src/{ => material}/filled/sim_card_download.svg (100%) rename projects/icons-material/src/{ => material}/filled/single_bed.svg (100%) rename projects/icons-material/src/{ => material}/filled/sip.svg (100%) rename projects/icons-material/src/{ => material}/filled/skateboarding.svg (100%) rename projects/icons-material/src/{ => material}/filled/skip_next.svg (100%) rename projects/icons-material/src/{ => material}/filled/skip_previous.svg (100%) rename projects/icons-material/src/{ => material}/filled/sledding.svg (100%) rename projects/icons-material/src/{ => material}/filled/slideshow.svg (100%) rename projects/icons-material/src/{ => material}/filled/slow_motion_video.svg (100%) rename projects/icons-material/src/{ => material}/filled/smart_button.svg (100%) rename projects/icons-material/src/{ => material}/filled/smart_display.svg (100%) rename projects/icons-material/src/{ => material}/filled/smart_screen.svg (100%) rename projects/icons-material/src/{ => material}/filled/smart_toy.svg (100%) rename projects/icons-material/src/{ => material}/filled/smartphone.svg (100%) rename projects/icons-material/src/{ => material}/filled/smoke_free.svg (100%) rename projects/icons-material/src/{ => material}/filled/smoking_rooms.svg (100%) rename projects/icons-material/src/{ => material}/filled/sms.svg (100%) rename projects/icons-material/src/{ => material}/filled/sms_failed.svg (100%) rename projects/icons-material/src/{ => material}/filled/snippet_folder.svg (100%) rename projects/icons-material/src/{ => material}/filled/snooze.svg (100%) rename projects/icons-material/src/{ => material}/filled/snowboarding.svg (100%) rename projects/icons-material/src/{ => material}/filled/snowmobile.svg (100%) rename projects/icons-material/src/{ => material}/filled/snowshoeing.svg (100%) rename projects/icons-material/src/{ => material}/filled/soap.svg (100%) rename projects/icons-material/src/{ => material}/filled/social_distance.svg (100%) rename projects/icons-material/src/{ => material}/filled/solar_power.svg (100%) rename projects/icons-material/src/{ => material}/filled/sort.svg (100%) rename projects/icons-material/src/{ => material}/filled/sort_by_alpha.svg (100%) rename projects/icons-material/src/{ => material}/filled/sos.svg (100%) rename projects/icons-material/src/{ => material}/filled/soup_kitchen.svg (100%) rename projects/icons-material/src/{ => material}/filled/source.svg (100%) rename projects/icons-material/src/{ => material}/filled/south.svg (100%) rename projects/icons-material/src/{ => material}/filled/south_america.svg (100%) rename projects/icons-material/src/{ => material}/filled/south_east.svg (100%) rename projects/icons-material/src/{ => material}/filled/south_west.svg (100%) rename projects/icons-material/src/{ => material}/filled/spa.svg (100%) rename projects/icons-material/src/{ => material}/filled/space_bar.svg (100%) rename projects/icons-material/src/{ => material}/filled/space_dashboard.svg (100%) rename projects/icons-material/src/{ => material}/filled/spatial_audio.svg (100%) rename projects/icons-material/src/{ => material}/filled/spatial_audio_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/spatial_tracking.svg (100%) rename projects/icons-material/src/{ => material}/filled/speaker.svg (100%) rename projects/icons-material/src/{ => material}/filled/speaker_group.svg (100%) rename projects/icons-material/src/{ => material}/filled/speaker_notes.svg (100%) rename projects/icons-material/src/{ => material}/filled/speaker_notes_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/speaker_phone.svg (100%) rename projects/icons-material/src/{ => material}/filled/speed.svg (100%) rename projects/icons-material/src/{ => material}/filled/spellcheck.svg (100%) rename projects/icons-material/src/{ => material}/filled/splitscreen.svg (100%) rename projects/icons-material/src/{ => material}/filled/spoke.svg (100%) rename projects/icons-material/src/{ => material}/filled/sports.svg (100%) rename projects/icons-material/src/{ => material}/filled/sports_bar.svg (100%) rename projects/icons-material/src/{ => material}/filled/sports_baseball.svg (100%) rename projects/icons-material/src/{ => material}/filled/sports_basketball.svg (100%) rename projects/icons-material/src/{ => material}/filled/sports_cricket.svg (100%) rename projects/icons-material/src/{ => material}/filled/sports_esports.svg (100%) rename projects/icons-material/src/{ => material}/filled/sports_football.svg (100%) rename projects/icons-material/src/{ => material}/filled/sports_golf.svg (100%) rename projects/icons-material/src/{ => material}/filled/sports_gymnastics.svg (100%) rename projects/icons-material/src/{ => material}/filled/sports_handball.svg (100%) rename projects/icons-material/src/{ => material}/filled/sports_hockey.svg (100%) rename projects/icons-material/src/{ => material}/filled/sports_kabaddi.svg (100%) rename projects/icons-material/src/{ => material}/filled/sports_martial_arts.svg (100%) rename projects/icons-material/src/{ => material}/filled/sports_mma.svg (100%) rename projects/icons-material/src/{ => material}/filled/sports_motorsports.svg (100%) rename projects/icons-material/src/{ => material}/filled/sports_rugby.svg (100%) rename projects/icons-material/src/{ => material}/filled/sports_score.svg (100%) rename projects/icons-material/src/{ => material}/filled/sports_soccer.svg (100%) rename projects/icons-material/src/{ => material}/filled/sports_tennis.svg (100%) rename projects/icons-material/src/{ => material}/filled/sports_volleyball.svg (100%) rename projects/icons-material/src/{ => material}/filled/square.svg (100%) rename projects/icons-material/src/{ => material}/filled/square_foot.svg (100%) rename projects/icons-material/src/{ => material}/filled/ssid_chart.svg (100%) rename projects/icons-material/src/{ => material}/filled/stacked_bar_chart.svg (100%) rename projects/icons-material/src/{ => material}/filled/stacked_line_chart.svg (100%) rename projects/icons-material/src/{ => material}/filled/stadium.svg (100%) rename projects/icons-material/src/{ => material}/filled/stairs.svg (100%) rename projects/icons-material/src/{ => material}/filled/star.svg (100%) rename projects/icons-material/src/{ => material}/filled/star_border.svg (100%) rename projects/icons-material/src/{ => material}/filled/star_border_purple500.svg (100%) rename projects/icons-material/src/{ => material}/filled/star_half.svg (100%) rename projects/icons-material/src/{ => material}/filled/star_outline.svg (100%) rename projects/icons-material/src/{ => material}/filled/star_purple500.svg (100%) rename projects/icons-material/src/{ => material}/filled/star_rate.svg (100%) rename projects/icons-material/src/{ => material}/filled/stars.svg (100%) rename projects/icons-material/src/{ => material}/filled/start.svg (100%) rename projects/icons-material/src/{ => material}/filled/stay_current_landscape.svg (100%) rename projects/icons-material/src/{ => material}/filled/stay_current_portrait.svg (100%) rename projects/icons-material/src/{ => material}/filled/stay_primary_landscape.svg (100%) rename projects/icons-material/src/{ => material}/filled/stay_primary_portrait.svg (100%) rename projects/icons-material/src/{ => material}/filled/sticky_note_2.svg (100%) rename projects/icons-material/src/{ => material}/filled/stop.svg (100%) rename projects/icons-material/src/{ => material}/filled/stop_circle.svg (100%) rename projects/icons-material/src/{ => material}/filled/stop_screen_share.svg (100%) rename projects/icons-material/src/{ => material}/filled/storage.svg (100%) rename projects/icons-material/src/{ => material}/filled/store.svg (100%) rename projects/icons-material/src/{ => material}/filled/store_mall_directory.svg (100%) rename projects/icons-material/src/{ => material}/filled/storefront.svg (100%) rename projects/icons-material/src/{ => material}/filled/storm.svg (100%) rename projects/icons-material/src/{ => material}/filled/straight.svg (100%) rename projects/icons-material/src/{ => material}/filled/straighten.svg (100%) rename projects/icons-material/src/{ => material}/filled/stream.svg (100%) rename projects/icons-material/src/{ => material}/filled/streetview.svg (100%) rename projects/icons-material/src/{ => material}/filled/strikethrough_s.svg (100%) rename projects/icons-material/src/{ => material}/filled/stroller.svg (100%) rename projects/icons-material/src/{ => material}/filled/style.svg (100%) rename projects/icons-material/src/{ => material}/filled/subdirectory_arrow_left.svg (100%) rename projects/icons-material/src/{ => material}/filled/subdirectory_arrow_right.svg (100%) rename projects/icons-material/src/{ => material}/filled/subject.svg (100%) rename projects/icons-material/src/{ => material}/filled/subscript.svg (100%) rename projects/icons-material/src/{ => material}/filled/subscriptions.svg (100%) rename projects/icons-material/src/{ => material}/filled/subtitles.svg (100%) rename projects/icons-material/src/{ => material}/filled/subtitles_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/subway.svg (100%) rename projects/icons-material/src/{ => material}/filled/summarize.svg (100%) rename projects/icons-material/src/{ => material}/filled/superscript.svg (100%) rename projects/icons-material/src/{ => material}/filled/supervised_user_circle.svg (100%) rename projects/icons-material/src/{ => material}/filled/supervisor_account.svg (100%) rename projects/icons-material/src/{ => material}/filled/support.svg (100%) rename projects/icons-material/src/{ => material}/filled/support_agent.svg (100%) rename projects/icons-material/src/{ => material}/filled/surfing.svg (100%) rename projects/icons-material/src/{ => material}/filled/surround_sound.svg (100%) rename projects/icons-material/src/{ => material}/filled/swap_calls.svg (100%) rename projects/icons-material/src/{ => material}/filled/swap_horiz.svg (100%) rename projects/icons-material/src/{ => material}/filled/swap_horizontal_circle.svg (100%) rename projects/icons-material/src/{ => material}/filled/swap_vert.svg (100%) rename projects/icons-material/src/{ => material}/filled/swap_vertical_circle.svg (100%) rename projects/icons-material/src/{ => material}/filled/swipe.svg (100%) rename projects/icons-material/src/{ => material}/filled/swipe_down.svg (100%) rename projects/icons-material/src/{ => material}/filled/swipe_down_alt.svg (100%) rename projects/icons-material/src/{ => material}/filled/swipe_left.svg (100%) rename projects/icons-material/src/{ => material}/filled/swipe_left_alt.svg (100%) rename projects/icons-material/src/{ => material}/filled/swipe_right.svg (100%) rename projects/icons-material/src/{ => material}/filled/swipe_right_alt.svg (100%) rename projects/icons-material/src/{ => material}/filled/swipe_up.svg (100%) rename projects/icons-material/src/{ => material}/filled/swipe_up_alt.svg (100%) rename projects/icons-material/src/{ => material}/filled/swipe_vertical.svg (100%) rename projects/icons-material/src/{ => material}/filled/switch_access_shortcut.svg (100%) rename projects/icons-material/src/{ => material}/filled/switch_access_shortcut_add.svg (100%) rename projects/icons-material/src/{ => material}/filled/switch_account.svg (100%) rename projects/icons-material/src/{ => material}/filled/switch_camera.svg (100%) rename projects/icons-material/src/{ => material}/filled/switch_left.svg (100%) rename projects/icons-material/src/{ => material}/filled/switch_right.svg (100%) rename projects/icons-material/src/{ => material}/filled/switch_video.svg (100%) rename projects/icons-material/src/{ => material}/filled/synagogue.svg (100%) rename projects/icons-material/src/{ => material}/filled/sync.svg (100%) rename projects/icons-material/src/{ => material}/filled/sync_alt.svg (100%) rename projects/icons-material/src/{ => material}/filled/sync_disabled.svg (100%) rename projects/icons-material/src/{ => material}/filled/sync_lock.svg (100%) rename projects/icons-material/src/{ => material}/filled/sync_problem.svg (100%) rename projects/icons-material/src/{ => material}/filled/system_security_update.svg (100%) rename projects/icons-material/src/{ => material}/filled/system_security_update_good.svg (100%) rename projects/icons-material/src/{ => material}/filled/system_security_update_warning.svg (100%) rename projects/icons-material/src/{ => material}/filled/system_update.svg (100%) rename projects/icons-material/src/{ => material}/filled/system_update_alt.svg (100%) rename projects/icons-material/src/{ => material}/filled/tab.svg (100%) rename projects/icons-material/src/{ => material}/filled/tab_unselected.svg (100%) rename projects/icons-material/src/{ => material}/filled/table_bar.svg (100%) rename projects/icons-material/src/{ => material}/filled/table_chart.svg (100%) rename projects/icons-material/src/{ => material}/filled/table_restaurant.svg (100%) rename projects/icons-material/src/{ => material}/filled/table_rows.svg (100%) rename projects/icons-material/src/{ => material}/filled/table_view.svg (100%) rename projects/icons-material/src/{ => material}/filled/tablet.svg (100%) rename projects/icons-material/src/{ => material}/filled/tablet_android.svg (100%) rename projects/icons-material/src/{ => material}/filled/tablet_mac.svg (100%) rename projects/icons-material/src/{ => material}/filled/tag.svg (100%) rename projects/icons-material/src/{ => material}/filled/tag_faces.svg (100%) rename projects/icons-material/src/{ => material}/filled/takeout_dining.svg (100%) rename projects/icons-material/src/{ => material}/filled/tap_and_play.svg (100%) rename projects/icons-material/src/{ => material}/filled/tapas.svg (100%) rename projects/icons-material/src/{ => material}/filled/task.svg (100%) rename projects/icons-material/src/{ => material}/filled/task_alt.svg (100%) rename projects/icons-material/src/{ => material}/filled/taxi_alert.svg (100%) rename projects/icons-material/src/{ => material}/filled/temple_buddhist.svg (100%) rename projects/icons-material/src/{ => material}/filled/temple_hindu.svg (100%) rename projects/icons-material/src/{ => material}/filled/terminal.svg (100%) rename projects/icons-material/src/{ => material}/filled/terrain.svg (100%) rename projects/icons-material/src/{ => material}/filled/text_decrease.svg (100%) rename projects/icons-material/src/{ => material}/filled/text_fields.svg (100%) rename projects/icons-material/src/{ => material}/filled/text_format.svg (100%) rename projects/icons-material/src/{ => material}/filled/text_increase.svg (100%) rename projects/icons-material/src/{ => material}/filled/text_rotate_up.svg (100%) rename projects/icons-material/src/{ => material}/filled/text_rotate_vertical.svg (100%) rename projects/icons-material/src/{ => material}/filled/text_rotation_angledown.svg (100%) rename projects/icons-material/src/{ => material}/filled/text_rotation_angleup.svg (100%) rename projects/icons-material/src/{ => material}/filled/text_rotation_down.svg (100%) rename projects/icons-material/src/{ => material}/filled/text_rotation_none.svg (100%) rename projects/icons-material/src/{ => material}/filled/text_snippet.svg (100%) rename projects/icons-material/src/{ => material}/filled/textsms.svg (100%) rename projects/icons-material/src/{ => material}/filled/texture.svg (100%) rename projects/icons-material/src/{ => material}/filled/theater_comedy.svg (100%) rename projects/icons-material/src/{ => material}/filled/theaters.svg (100%) rename projects/icons-material/src/{ => material}/filled/thermostat.svg (100%) rename projects/icons-material/src/{ => material}/filled/thermostat_auto.svg (100%) rename projects/icons-material/src/{ => material}/filled/thumb_down.svg (100%) rename projects/icons-material/src/{ => material}/filled/thumb_down_alt.svg (100%) rename projects/icons-material/src/{ => material}/filled/thumb_down_off_alt.svg (100%) rename projects/icons-material/src/{ => material}/filled/thumb_up.svg (100%) rename projects/icons-material/src/{ => material}/filled/thumb_up_alt.svg (100%) rename projects/icons-material/src/{ => material}/filled/thumb_up_off_alt.svg (100%) rename projects/icons-material/src/{ => material}/filled/thumbs_up_down.svg (100%) rename projects/icons-material/src/{ => material}/filled/thunderstorm.svg (100%) rename projects/icons-material/src/{ => material}/filled/time_to_leave.svg (100%) rename projects/icons-material/src/{ => material}/filled/timelapse.svg (100%) rename projects/icons-material/src/{ => material}/filled/timeline.svg (100%) rename projects/icons-material/src/{ => material}/filled/timer.svg (100%) rename projects/icons-material/src/{ => material}/filled/timer_10.svg (100%) rename projects/icons-material/src/{ => material}/filled/timer_10_select.svg (100%) rename projects/icons-material/src/{ => material}/filled/timer_3.svg (100%) rename projects/icons-material/src/{ => material}/filled/timer_3_select.svg (100%) rename projects/icons-material/src/{ => material}/filled/timer_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/tips_and_updates.svg (100%) rename projects/icons-material/src/{ => material}/filled/tire_repair.svg (100%) rename projects/icons-material/src/{ => material}/filled/title.svg (100%) rename projects/icons-material/src/{ => material}/filled/toc.svg (100%) rename projects/icons-material/src/{ => material}/filled/today.svg (100%) rename projects/icons-material/src/{ => material}/filled/toggle_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/toggle_on.svg (100%) rename projects/icons-material/src/{ => material}/filled/token.svg (100%) rename projects/icons-material/src/{ => material}/filled/toll.svg (100%) rename projects/icons-material/src/{ => material}/filled/tonality.svg (100%) rename projects/icons-material/src/{ => material}/filled/topic.svg (100%) rename projects/icons-material/src/{ => material}/filled/tornado.svg (100%) rename projects/icons-material/src/{ => material}/filled/touch_app.svg (100%) rename projects/icons-material/src/{ => material}/filled/tour.svg (100%) rename projects/icons-material/src/{ => material}/filled/toys.svg (100%) rename projects/icons-material/src/{ => material}/filled/track_changes.svg (100%) rename projects/icons-material/src/{ => material}/filled/traffic.svg (100%) rename projects/icons-material/src/{ => material}/filled/train.svg (100%) rename projects/icons-material/src/{ => material}/filled/tram.svg (100%) rename projects/icons-material/src/{ => material}/filled/transcribe.svg (100%) rename projects/icons-material/src/{ => material}/filled/transfer_within_a_station.svg (100%) rename projects/icons-material/src/{ => material}/filled/transform.svg (100%) rename projects/icons-material/src/{ => material}/filled/transgender.svg (100%) rename projects/icons-material/src/{ => material}/filled/transit_enterexit.svg (100%) rename projects/icons-material/src/{ => material}/filled/translate.svg (100%) rename projects/icons-material/src/{ => material}/filled/travel_explore.svg (100%) rename projects/icons-material/src/{ => material}/filled/trending_down.svg (100%) rename projects/icons-material/src/{ => material}/filled/trending_flat.svg (100%) rename projects/icons-material/src/{ => material}/filled/trending_up.svg (100%) rename projects/icons-material/src/{ => material}/filled/trip_origin.svg (100%) rename projects/icons-material/src/{ => material}/filled/troubleshoot.svg (100%) rename projects/icons-material/src/{ => material}/filled/try.svg (100%) rename projects/icons-material/src/{ => material}/filled/tsunami.svg (100%) rename projects/icons-material/src/{ => material}/filled/tty.svg (100%) rename projects/icons-material/src/{ => material}/filled/tune.svg (100%) rename projects/icons-material/src/{ => material}/filled/tungsten.svg (100%) rename projects/icons-material/src/{ => material}/filled/turn_left.svg (100%) rename projects/icons-material/src/{ => material}/filled/turn_right.svg (100%) rename projects/icons-material/src/{ => material}/filled/turn_sharp_left.svg (100%) rename projects/icons-material/src/{ => material}/filled/turn_sharp_right.svg (100%) rename projects/icons-material/src/{ => material}/filled/turn_slight_left.svg (100%) rename projects/icons-material/src/{ => material}/filled/turn_slight_right.svg (100%) rename projects/icons-material/src/{ => material}/filled/turned_in.svg (100%) rename projects/icons-material/src/{ => material}/filled/turned_in_not.svg (100%) rename projects/icons-material/src/{ => material}/filled/tv.svg (100%) rename projects/icons-material/src/{ => material}/filled/tv_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/two_wheeler.svg (100%) rename projects/icons-material/src/{ => material}/filled/type_specimen.svg (100%) rename projects/icons-material/src/{ => material}/filled/u_turn_left.svg (100%) rename projects/icons-material/src/{ => material}/filled/u_turn_right.svg (100%) rename projects/icons-material/src/{ => material}/filled/umbrella.svg (100%) rename projects/icons-material/src/{ => material}/filled/unarchive.svg (100%) rename projects/icons-material/src/{ => material}/filled/undo.svg (100%) rename projects/icons-material/src/{ => material}/filled/unfold_less.svg (100%) rename projects/icons-material/src/{ => material}/filled/unfold_less_double.svg (100%) rename projects/icons-material/src/{ => material}/filled/unfold_more.svg (100%) rename projects/icons-material/src/{ => material}/filled/unfold_more_double.svg (100%) rename projects/icons-material/src/{ => material}/filled/unpublished.svg (100%) rename projects/icons-material/src/{ => material}/filled/unsubscribe.svg (100%) rename projects/icons-material/src/{ => material}/filled/upcoming.svg (100%) rename projects/icons-material/src/{ => material}/filled/update.svg (100%) rename projects/icons-material/src/{ => material}/filled/update_disabled.svg (100%) rename projects/icons-material/src/{ => material}/filled/upgrade.svg (100%) rename projects/icons-material/src/{ => material}/filled/upload.svg (100%) rename projects/icons-material/src/{ => material}/filled/upload_file.svg (100%) rename projects/icons-material/src/{ => material}/filled/usb.svg (100%) rename projects/icons-material/src/{ => material}/filled/usb_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/vaccines.svg (100%) rename projects/icons-material/src/{ => material}/filled/vape_free.svg (100%) rename projects/icons-material/src/{ => material}/filled/vaping_rooms.svg (100%) rename projects/icons-material/src/{ => material}/filled/verified.svg (100%) rename projects/icons-material/src/{ => material}/filled/verified_user.svg (100%) rename projects/icons-material/src/{ => material}/filled/vertical_align_bottom.svg (100%) rename projects/icons-material/src/{ => material}/filled/vertical_align_center.svg (100%) rename projects/icons-material/src/{ => material}/filled/vertical_align_top.svg (100%) rename projects/icons-material/src/{ => material}/filled/vertical_distribute.svg (100%) rename projects/icons-material/src/{ => material}/filled/vertical_shades.svg (100%) rename projects/icons-material/src/{ => material}/filled/vertical_shades_closed.svg (100%) rename projects/icons-material/src/{ => material}/filled/vertical_split.svg (100%) rename projects/icons-material/src/{ => material}/filled/vibration.svg (100%) rename projects/icons-material/src/{ => material}/filled/video_call.svg (100%) rename projects/icons-material/src/{ => material}/filled/video_camera_back.svg (100%) rename projects/icons-material/src/{ => material}/filled/video_camera_front.svg (100%) rename projects/icons-material/src/{ => material}/filled/video_chat.svg (100%) rename projects/icons-material/src/{ => material}/filled/video_file.svg (100%) rename projects/icons-material/src/{ => material}/filled/video_label.svg (100%) rename projects/icons-material/src/{ => material}/filled/video_library.svg (100%) rename projects/icons-material/src/{ => material}/filled/video_settings.svg (100%) rename projects/icons-material/src/{ => material}/filled/video_stable.svg (100%) rename projects/icons-material/src/{ => material}/filled/videocam.svg (100%) rename projects/icons-material/src/{ => material}/filled/videocam_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/videogame_asset.svg (100%) rename projects/icons-material/src/{ => material}/filled/videogame_asset_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/view_agenda.svg (100%) rename projects/icons-material/src/{ => material}/filled/view_array.svg (100%) rename projects/icons-material/src/{ => material}/filled/view_carousel.svg (100%) rename projects/icons-material/src/{ => material}/filled/view_column.svg (100%) rename projects/icons-material/src/{ => material}/filled/view_comfy.svg (100%) rename projects/icons-material/src/{ => material}/filled/view_comfy_alt.svg (100%) rename projects/icons-material/src/{ => material}/filled/view_compact.svg (100%) rename projects/icons-material/src/{ => material}/filled/view_compact_alt.svg (100%) rename projects/icons-material/src/{ => material}/filled/view_cozy.svg (100%) rename projects/icons-material/src/{ => material}/filled/view_day.svg (100%) rename projects/icons-material/src/{ => material}/filled/view_headline.svg (100%) rename projects/icons-material/src/{ => material}/filled/view_in_ar.svg (100%) rename projects/icons-material/src/{ => material}/filled/view_kanban.svg (100%) rename projects/icons-material/src/{ => material}/filled/view_list.svg (100%) rename projects/icons-material/src/{ => material}/filled/view_module.svg (100%) rename projects/icons-material/src/{ => material}/filled/view_quilt.svg (100%) rename projects/icons-material/src/{ => material}/filled/view_sidebar.svg (100%) rename projects/icons-material/src/{ => material}/filled/view_stream.svg (100%) rename projects/icons-material/src/{ => material}/filled/view_timeline.svg (100%) rename projects/icons-material/src/{ => material}/filled/view_week.svg (100%) rename projects/icons-material/src/{ => material}/filled/vignette.svg (100%) rename projects/icons-material/src/{ => material}/filled/villa.svg (100%) rename projects/icons-material/src/{ => material}/filled/visibility.svg (100%) rename projects/icons-material/src/{ => material}/filled/visibility_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/voice_chat.svg (100%) rename projects/icons-material/src/{ => material}/filled/voice_over_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/voicemail.svg (100%) rename projects/icons-material/src/{ => material}/filled/volcano.svg (100%) rename projects/icons-material/src/{ => material}/filled/volume_down.svg (100%) rename projects/icons-material/src/{ => material}/filled/volume_mute.svg (100%) rename projects/icons-material/src/{ => material}/filled/volume_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/volume_up.svg (100%) rename projects/icons-material/src/{ => material}/filled/volunteer_activism.svg (100%) rename projects/icons-material/src/{ => material}/filled/vpn_key.svg (100%) rename projects/icons-material/src/{ => material}/filled/vpn_key_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/vpn_lock.svg (100%) rename projects/icons-material/src/{ => material}/filled/vrpano.svg (100%) rename projects/icons-material/src/{ => material}/filled/wallet.svg (100%) rename projects/icons-material/src/{ => material}/filled/wallpaper.svg (100%) rename projects/icons-material/src/{ => material}/filled/warehouse.svg (100%) rename projects/icons-material/src/{ => material}/filled/warning.svg (100%) rename projects/icons-material/src/{ => material}/filled/warning_amber.svg (100%) rename projects/icons-material/src/{ => material}/filled/wash.svg (100%) rename projects/icons-material/src/{ => material}/filled/watch.svg (100%) rename projects/icons-material/src/{ => material}/filled/watch_later.svg (100%) rename projects/icons-material/src/{ => material}/filled/watch_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/water.svg (100%) rename projects/icons-material/src/{ => material}/filled/water_damage.svg (100%) rename projects/icons-material/src/{ => material}/filled/water_drop.svg (100%) rename projects/icons-material/src/{ => material}/filled/waterfall_chart.svg (100%) rename projects/icons-material/src/{ => material}/filled/waves.svg (100%) rename projects/icons-material/src/{ => material}/filled/waving_hand.svg (100%) rename projects/icons-material/src/{ => material}/filled/wb_auto.svg (100%) rename projects/icons-material/src/{ => material}/filled/wb_cloudy.svg (100%) rename projects/icons-material/src/{ => material}/filled/wb_incandescent.svg (100%) rename projects/icons-material/src/{ => material}/filled/wb_iridescent.svg (100%) rename projects/icons-material/src/{ => material}/filled/wb_shade.svg (100%) rename projects/icons-material/src/{ => material}/filled/wb_sunny.svg (100%) rename projects/icons-material/src/{ => material}/filled/wb_twilight.svg (100%) rename projects/icons-material/src/{ => material}/filled/wc.svg (100%) rename projects/icons-material/src/{ => material}/filled/web.svg (100%) rename projects/icons-material/src/{ => material}/filled/web_asset.svg (100%) rename projects/icons-material/src/{ => material}/filled/web_asset_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/web_stories.svg (100%) rename projects/icons-material/src/{ => material}/filled/webhook.svg (100%) rename projects/icons-material/src/{ => material}/filled/weekend.svg (100%) rename projects/icons-material/src/{ => material}/filled/west.svg (100%) rename projects/icons-material/src/{ => material}/filled/whatshot.svg (100%) rename projects/icons-material/src/{ => material}/filled/wheelchair_pickup.svg (100%) rename projects/icons-material/src/{ => material}/filled/where_to_vote.svg (100%) rename projects/icons-material/src/{ => material}/filled/widgets.svg (100%) rename projects/icons-material/src/{ => material}/filled/width_full.svg (100%) rename projects/icons-material/src/{ => material}/filled/width_normal.svg (100%) rename projects/icons-material/src/{ => material}/filled/width_wide.svg (100%) rename projects/icons-material/src/{ => material}/filled/wifi.svg (100%) rename projects/icons-material/src/{ => material}/filled/wifi_1_bar.svg (100%) rename projects/icons-material/src/{ => material}/filled/wifi_2_bar.svg (100%) rename projects/icons-material/src/{ => material}/filled/wifi_calling.svg (100%) rename projects/icons-material/src/{ => material}/filled/wifi_calling_3.svg (100%) rename projects/icons-material/src/{ => material}/filled/wifi_channel.svg (100%) rename projects/icons-material/src/{ => material}/filled/wifi_find.svg (100%) rename projects/icons-material/src/{ => material}/filled/wifi_lock.svg (100%) rename projects/icons-material/src/{ => material}/filled/wifi_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/wifi_password.svg (100%) rename projects/icons-material/src/{ => material}/filled/wifi_protected_setup.svg (100%) rename projects/icons-material/src/{ => material}/filled/wifi_tethering.svg (100%) rename projects/icons-material/src/{ => material}/filled/wifi_tethering_error.svg (100%) rename projects/icons-material/src/{ => material}/filled/wifi_tethering_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/wind_power.svg (100%) rename projects/icons-material/src/{ => material}/filled/window.svg (100%) rename projects/icons-material/src/{ => material}/filled/wine_bar.svg (100%) rename projects/icons-material/src/{ => material}/filled/woman.svg (100%) rename projects/icons-material/src/{ => material}/filled/woman_2.svg (100%) rename projects/icons-material/src/{ => material}/filled/work.svg (100%) rename projects/icons-material/src/{ => material}/filled/work_history.svg (100%) rename projects/icons-material/src/{ => material}/filled/work_off.svg (100%) rename projects/icons-material/src/{ => material}/filled/work_outline.svg (100%) rename projects/icons-material/src/{ => material}/filled/workspace_premium.svg (100%) rename projects/icons-material/src/{ => material}/filled/workspaces.svg (100%) rename projects/icons-material/src/{ => material}/filled/wrap_text.svg (100%) rename projects/icons-material/src/{ => material}/filled/wrong_location.svg (100%) rename projects/icons-material/src/{ => material}/filled/wysiwyg.svg (100%) rename projects/icons-material/src/{ => material}/filled/yard.svg (100%) rename projects/icons-material/src/{ => material}/filled/youtube_searched_for.svg (100%) rename projects/icons-material/src/{ => material}/filled/zoom_in.svg (100%) rename projects/icons-material/src/{ => material}/filled/zoom_in_map.svg (100%) rename projects/icons-material/src/{ => material}/filled/zoom_out.svg (100%) rename projects/icons-material/src/{ => material}/filled/zoom_out_map.svg (100%) rename projects/icons-material/src/{ => material}/outlined/10k.svg (100%) rename projects/icons-material/src/{ => material}/outlined/10mp.svg (100%) rename projects/icons-material/src/{ => material}/outlined/11mp.svg (100%) rename projects/icons-material/src/{ => material}/outlined/123.svg (100%) rename projects/icons-material/src/{ => material}/outlined/12mp.svg (100%) rename projects/icons-material/src/{ => material}/outlined/13mp.svg (100%) rename projects/icons-material/src/{ => material}/outlined/14mp.svg (100%) rename projects/icons-material/src/{ => material}/outlined/15mp.svg (100%) rename projects/icons-material/src/{ => material}/outlined/16mp.svg (100%) rename projects/icons-material/src/{ => material}/outlined/17mp.svg (100%) rename projects/icons-material/src/{ => material}/outlined/18_up_rating.svg (100%) rename projects/icons-material/src/{ => material}/outlined/18mp.svg (100%) rename projects/icons-material/src/{ => material}/outlined/19mp.svg (100%) rename projects/icons-material/src/{ => material}/outlined/1k.svg (100%) rename projects/icons-material/src/{ => material}/outlined/1k_plus.svg (100%) rename projects/icons-material/src/{ => material}/outlined/1x_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/outlined/20mp.svg (100%) rename projects/icons-material/src/{ => material}/outlined/21mp.svg (100%) rename projects/icons-material/src/{ => material}/outlined/22mp.svg (100%) rename projects/icons-material/src/{ => material}/outlined/23mp.svg (100%) rename projects/icons-material/src/{ => material}/outlined/24mp.svg (100%) rename projects/icons-material/src/{ => material}/outlined/2k.svg (100%) rename projects/icons-material/src/{ => material}/outlined/2k_plus.svg (100%) rename projects/icons-material/src/{ => material}/outlined/2mp.svg (100%) rename projects/icons-material/src/{ => material}/outlined/30fps.svg (100%) rename projects/icons-material/src/{ => material}/outlined/30fps_select.svg (100%) rename projects/icons-material/src/{ => material}/outlined/360.svg (100%) rename projects/icons-material/src/{ => material}/outlined/3d_rotation.svg (100%) rename projects/icons-material/src/{ => material}/outlined/3g_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/outlined/3k.svg (100%) rename projects/icons-material/src/{ => material}/outlined/3k_plus.svg (100%) rename projects/icons-material/src/{ => material}/outlined/3mp.svg (100%) rename projects/icons-material/src/{ => material}/outlined/3p.svg (100%) rename projects/icons-material/src/{ => material}/outlined/4g_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/outlined/4g_plus_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/outlined/4k.svg (100%) rename projects/icons-material/src/{ => material}/outlined/4k_plus.svg (100%) rename projects/icons-material/src/{ => material}/outlined/4mp.svg (100%) rename projects/icons-material/src/{ => material}/outlined/5g.svg (100%) rename projects/icons-material/src/{ => material}/outlined/5k.svg (100%) rename projects/icons-material/src/{ => material}/outlined/5k_plus.svg (100%) rename projects/icons-material/src/{ => material}/outlined/5mp.svg (100%) rename projects/icons-material/src/{ => material}/outlined/60fps.svg (100%) rename projects/icons-material/src/{ => material}/outlined/60fps_select.svg (100%) rename projects/icons-material/src/{ => material}/outlined/6_ft_apart.svg (100%) rename projects/icons-material/src/{ => material}/outlined/6k.svg (100%) rename projects/icons-material/src/{ => material}/outlined/6k_plus.svg (100%) rename projects/icons-material/src/{ => material}/outlined/6mp.svg (100%) rename projects/icons-material/src/{ => material}/outlined/7k.svg (100%) rename projects/icons-material/src/{ => material}/outlined/7k_plus.svg (100%) rename projects/icons-material/src/{ => material}/outlined/7mp.svg (100%) rename projects/icons-material/src/{ => material}/outlined/8k.svg (100%) rename projects/icons-material/src/{ => material}/outlined/8k_plus.svg (100%) rename projects/icons-material/src/{ => material}/outlined/8mp.svg (100%) rename projects/icons-material/src/{ => material}/outlined/9k.svg (100%) rename projects/icons-material/src/{ => material}/outlined/9k_plus.svg (100%) rename projects/icons-material/src/{ => material}/outlined/9mp.svg (100%) rename projects/icons-material/src/{ => material}/outlined/abc.svg (100%) rename projects/icons-material/src/{ => material}/outlined/ac_unit.svg (100%) rename projects/icons-material/src/{ => material}/outlined/access_alarm.svg (100%) rename projects/icons-material/src/{ => material}/outlined/access_alarms.svg (100%) rename projects/icons-material/src/{ => material}/outlined/access_time.svg (100%) rename projects/icons-material/src/{ => material}/outlined/access_time_filled.svg (100%) rename projects/icons-material/src/{ => material}/outlined/accessibility.svg (100%) rename projects/icons-material/src/{ => material}/outlined/accessibility_new.svg (100%) rename projects/icons-material/src/{ => material}/outlined/accessible.svg (100%) rename projects/icons-material/src/{ => material}/outlined/accessible_forward.svg (100%) rename projects/icons-material/src/{ => material}/outlined/account_balance.svg (100%) rename projects/icons-material/src/{ => material}/outlined/account_balance_wallet.svg (100%) rename projects/icons-material/src/{ => material}/outlined/account_box.svg (100%) rename projects/icons-material/src/{ => material}/outlined/account_circle.svg (100%) rename projects/icons-material/src/{ => material}/outlined/account_tree.svg (100%) rename projects/icons-material/src/{ => material}/outlined/ad_units.svg (100%) rename projects/icons-material/src/{ => material}/outlined/adb.svg (100%) rename projects/icons-material/src/{ => material}/outlined/add.svg (100%) rename projects/icons-material/src/{ => material}/outlined/add_a_photo.svg (100%) rename projects/icons-material/src/{ => material}/outlined/add_alarm.svg (100%) rename projects/icons-material/src/{ => material}/outlined/add_alert.svg (100%) rename projects/icons-material/src/{ => material}/outlined/add_box.svg (100%) rename projects/icons-material/src/{ => material}/outlined/add_business.svg (100%) rename projects/icons-material/src/{ => material}/outlined/add_card.svg (100%) rename projects/icons-material/src/{ => material}/outlined/add_chart.svg (100%) rename projects/icons-material/src/{ => material}/outlined/add_circle.svg (100%) rename projects/icons-material/src/{ => material}/outlined/add_circle_outline.svg (100%) rename projects/icons-material/src/{ => material}/outlined/add_comment.svg (100%) rename projects/icons-material/src/{ => material}/outlined/add_home.svg (100%) rename projects/icons-material/src/{ => material}/outlined/add_home_work.svg (100%) rename projects/icons-material/src/{ => material}/outlined/add_ic_call.svg (100%) rename projects/icons-material/src/{ => material}/outlined/add_link.svg (100%) rename projects/icons-material/src/{ => material}/outlined/add_location.svg (100%) rename projects/icons-material/src/{ => material}/outlined/add_location_alt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/add_moderator.svg (100%) rename projects/icons-material/src/{ => material}/outlined/add_photo_alternate.svg (100%) rename projects/icons-material/src/{ => material}/outlined/add_reaction.svg (100%) rename projects/icons-material/src/{ => material}/outlined/add_road.svg (100%) rename projects/icons-material/src/{ => material}/outlined/add_shopping_cart.svg (100%) rename projects/icons-material/src/{ => material}/outlined/add_task.svg (100%) rename projects/icons-material/src/{ => material}/outlined/add_to_drive.svg (100%) rename projects/icons-material/src/{ => material}/outlined/add_to_home_screen.svg (100%) rename projects/icons-material/src/{ => material}/outlined/add_to_photos.svg (100%) rename projects/icons-material/src/{ => material}/outlined/add_to_queue.svg (100%) rename projects/icons-material/src/{ => material}/outlined/addchart.svg (100%) rename projects/icons-material/src/{ => material}/outlined/adf_scanner.svg (100%) rename projects/icons-material/src/{ => material}/outlined/adjust.svg (100%) rename projects/icons-material/src/{ => material}/outlined/admin_panel_settings.svg (100%) rename projects/icons-material/src/{ => material}/outlined/ads_click.svg (100%) rename projects/icons-material/src/{ => material}/outlined/agriculture.svg (100%) rename projects/icons-material/src/{ => material}/outlined/air.svg (100%) rename projects/icons-material/src/{ => material}/outlined/airline_seat_flat.svg (100%) rename projects/icons-material/src/{ => material}/outlined/airline_seat_flat_angled.svg (100%) rename projects/icons-material/src/{ => material}/outlined/airline_seat_individual_suite.svg (100%) rename projects/icons-material/src/{ => material}/outlined/airline_seat_legroom_extra.svg (100%) rename projects/icons-material/src/{ => material}/outlined/airline_seat_legroom_normal.svg (100%) rename projects/icons-material/src/{ => material}/outlined/airline_seat_legroom_reduced.svg (100%) rename projects/icons-material/src/{ => material}/outlined/airline_seat_recline_extra.svg (100%) rename projects/icons-material/src/{ => material}/outlined/airline_seat_recline_normal.svg (100%) rename projects/icons-material/src/{ => material}/outlined/airline_stops.svg (100%) rename projects/icons-material/src/{ => material}/outlined/airlines.svg (100%) rename projects/icons-material/src/{ => material}/outlined/airplane_ticket.svg (100%) rename projects/icons-material/src/{ => material}/outlined/airplanemode_active.svg (100%) rename projects/icons-material/src/{ => material}/outlined/airplanemode_inactive.svg (100%) rename projects/icons-material/src/{ => material}/outlined/airplay.svg (100%) rename projects/icons-material/src/{ => material}/outlined/airport_shuttle.svg (100%) rename projects/icons-material/src/{ => material}/outlined/alarm.svg (100%) rename projects/icons-material/src/{ => material}/outlined/alarm_add.svg (100%) rename projects/icons-material/src/{ => material}/outlined/alarm_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/alarm_on.svg (100%) rename projects/icons-material/src/{ => material}/outlined/album.svg (100%) rename projects/icons-material/src/{ => material}/outlined/align_horizontal_center.svg (100%) rename projects/icons-material/src/{ => material}/outlined/align_horizontal_left.svg (100%) rename projects/icons-material/src/{ => material}/outlined/align_horizontal_right.svg (100%) rename projects/icons-material/src/{ => material}/outlined/align_vertical_bottom.svg (100%) rename projects/icons-material/src/{ => material}/outlined/align_vertical_center.svg (100%) rename projects/icons-material/src/{ => material}/outlined/align_vertical_top.svg (100%) rename projects/icons-material/src/{ => material}/outlined/all_inbox.svg (100%) rename projects/icons-material/src/{ => material}/outlined/all_inclusive.svg (100%) rename projects/icons-material/src/{ => material}/outlined/all_out.svg (100%) rename projects/icons-material/src/{ => material}/outlined/alt_route.svg (100%) rename projects/icons-material/src/{ => material}/outlined/alternate_email.svg (100%) rename projects/icons-material/src/{ => material}/outlined/analytics.svg (100%) rename projects/icons-material/src/{ => material}/outlined/anchor.svg (100%) rename projects/icons-material/src/{ => material}/outlined/android.svg (100%) rename projects/icons-material/src/{ => material}/outlined/animation.svg (100%) rename projects/icons-material/src/{ => material}/outlined/announcement.svg (100%) rename projects/icons-material/src/{ => material}/outlined/aod.svg (100%) rename projects/icons-material/src/{ => material}/outlined/apartment.svg (100%) rename projects/icons-material/src/{ => material}/outlined/api.svg (100%) rename projects/icons-material/src/{ => material}/outlined/app_blocking.svg (100%) rename projects/icons-material/src/{ => material}/outlined/app_registration.svg (100%) rename projects/icons-material/src/{ => material}/outlined/app_settings_alt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/app_shortcut.svg (100%) rename projects/icons-material/src/{ => material}/outlined/approval.svg (100%) rename projects/icons-material/src/{ => material}/outlined/apps.svg (100%) rename projects/icons-material/src/{ => material}/outlined/apps_outage.svg (100%) rename projects/icons-material/src/{ => material}/outlined/architecture.svg (100%) rename projects/icons-material/src/{ => material}/outlined/archive.svg (100%) rename projects/icons-material/src/{ => material}/outlined/area_chart.svg (100%) rename projects/icons-material/src/{ => material}/outlined/arrow_back.svg (100%) rename projects/icons-material/src/{ => material}/outlined/arrow_back_ios.svg (100%) rename projects/icons-material/src/{ => material}/outlined/arrow_back_ios_new.svg (100%) rename projects/icons-material/src/{ => material}/outlined/arrow_circle_down.svg (100%) rename projects/icons-material/src/{ => material}/outlined/arrow_circle_left.svg (100%) rename projects/icons-material/src/{ => material}/outlined/arrow_circle_right.svg (100%) rename projects/icons-material/src/{ => material}/outlined/arrow_circle_up.svg (100%) rename projects/icons-material/src/{ => material}/outlined/arrow_downward.svg (100%) rename projects/icons-material/src/{ => material}/outlined/arrow_drop_down.svg (100%) rename projects/icons-material/src/{ => material}/outlined/arrow_drop_down_circle.svg (100%) rename projects/icons-material/src/{ => material}/outlined/arrow_drop_up.svg (100%) rename projects/icons-material/src/{ => material}/outlined/arrow_forward.svg (100%) rename projects/icons-material/src/{ => material}/outlined/arrow_forward_ios.svg (100%) rename projects/icons-material/src/{ => material}/outlined/arrow_left.svg (100%) rename projects/icons-material/src/{ => material}/outlined/arrow_outward.svg (100%) rename projects/icons-material/src/{ => material}/outlined/arrow_right.svg (100%) rename projects/icons-material/src/{ => material}/outlined/arrow_right_alt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/arrow_upward.svg (100%) rename projects/icons-material/src/{ => material}/outlined/art_track.svg (100%) rename projects/icons-material/src/{ => material}/outlined/article.svg (100%) rename projects/icons-material/src/{ => material}/outlined/aspect_ratio.svg (100%) rename projects/icons-material/src/{ => material}/outlined/assessment.svg (100%) rename projects/icons-material/src/{ => material}/outlined/assignment.svg (100%) rename projects/icons-material/src/{ => material}/outlined/assignment_ind.svg (100%) rename projects/icons-material/src/{ => material}/outlined/assignment_late.svg (100%) rename projects/icons-material/src/{ => material}/outlined/assignment_return.svg (100%) rename projects/icons-material/src/{ => material}/outlined/assignment_returned.svg (100%) rename projects/icons-material/src/{ => material}/outlined/assignment_turned_in.svg (100%) rename projects/icons-material/src/{ => material}/outlined/assist_walker.svg (100%) rename projects/icons-material/src/{ => material}/outlined/assistant.svg (100%) rename projects/icons-material/src/{ => material}/outlined/assistant_direction.svg (100%) rename projects/icons-material/src/{ => material}/outlined/assistant_photo.svg (100%) rename projects/icons-material/src/{ => material}/outlined/assured_workload.svg (100%) rename projects/icons-material/src/{ => material}/outlined/atm.svg (100%) rename projects/icons-material/src/{ => material}/outlined/attach_email.svg (100%) rename projects/icons-material/src/{ => material}/outlined/attach_file.svg (100%) rename projects/icons-material/src/{ => material}/outlined/attach_money.svg (100%) rename projects/icons-material/src/{ => material}/outlined/attachment.svg (100%) rename projects/icons-material/src/{ => material}/outlined/attractions.svg (100%) rename projects/icons-material/src/{ => material}/outlined/attribution.svg (100%) rename projects/icons-material/src/{ => material}/outlined/audio_file.svg (100%) rename projects/icons-material/src/{ => material}/outlined/audiotrack.svg (100%) rename projects/icons-material/src/{ => material}/outlined/auto_awesome.svg (100%) rename projects/icons-material/src/{ => material}/outlined/auto_awesome_mosaic.svg (100%) rename projects/icons-material/src/{ => material}/outlined/auto_awesome_motion.svg (100%) rename projects/icons-material/src/{ => material}/outlined/auto_delete.svg (100%) rename projects/icons-material/src/{ => material}/outlined/auto_fix_high.svg (100%) rename projects/icons-material/src/{ => material}/outlined/auto_fix_normal.svg (100%) rename projects/icons-material/src/{ => material}/outlined/auto_fix_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/auto_graph.svg (100%) rename projects/icons-material/src/{ => material}/outlined/auto_mode.svg (100%) rename projects/icons-material/src/{ => material}/outlined/auto_stories.svg (100%) rename projects/icons-material/src/{ => material}/outlined/autofps_select.svg (100%) rename projects/icons-material/src/{ => material}/outlined/autorenew.svg (100%) rename projects/icons-material/src/{ => material}/outlined/av_timer.svg (100%) rename projects/icons-material/src/{ => material}/outlined/baby_changing_station.svg (100%) rename projects/icons-material/src/{ => material}/outlined/back_hand.svg (100%) rename projects/icons-material/src/{ => material}/outlined/backpack.svg (100%) rename projects/icons-material/src/{ => material}/outlined/backspace.svg (100%) rename projects/icons-material/src/{ => material}/outlined/backup.svg (100%) rename projects/icons-material/src/{ => material}/outlined/backup_table.svg (100%) rename projects/icons-material/src/{ => material}/outlined/badge.svg (100%) rename projects/icons-material/src/{ => material}/outlined/bakery_dining.svg (100%) rename projects/icons-material/src/{ => material}/outlined/balance.svg (100%) rename projects/icons-material/src/{ => material}/outlined/balcony.svg (100%) rename projects/icons-material/src/{ => material}/outlined/ballot.svg (100%) rename projects/icons-material/src/{ => material}/outlined/bar_chart.svg (100%) rename projects/icons-material/src/{ => material}/outlined/batch_prediction.svg (100%) rename projects/icons-material/src/{ => material}/outlined/bathroom.svg (100%) rename projects/icons-material/src/{ => material}/outlined/bathtub.svg (100%) rename projects/icons-material/src/{ => material}/outlined/battery_0_bar.svg (100%) rename projects/icons-material/src/{ => material}/outlined/battery_1_bar.svg (100%) rename projects/icons-material/src/{ => material}/outlined/battery_2_bar.svg (100%) rename projects/icons-material/src/{ => material}/outlined/battery_3_bar.svg (100%) rename projects/icons-material/src/{ => material}/outlined/battery_4_bar.svg (100%) rename projects/icons-material/src/{ => material}/outlined/battery_5_bar.svg (100%) rename projects/icons-material/src/{ => material}/outlined/battery_6_bar.svg (100%) rename projects/icons-material/src/{ => material}/outlined/battery_alert.svg (100%) rename projects/icons-material/src/{ => material}/outlined/battery_charging_full.svg (100%) rename projects/icons-material/src/{ => material}/outlined/battery_full.svg (100%) rename projects/icons-material/src/{ => material}/outlined/battery_saver.svg (100%) rename projects/icons-material/src/{ => material}/outlined/battery_std.svg (100%) rename projects/icons-material/src/{ => material}/outlined/battery_unknown.svg (100%) rename projects/icons-material/src/{ => material}/outlined/beach_access.svg (100%) rename projects/icons-material/src/{ => material}/outlined/bed.svg (100%) rename projects/icons-material/src/{ => material}/outlined/bedroom_baby.svg (100%) rename projects/icons-material/src/{ => material}/outlined/bedroom_child.svg (100%) rename projects/icons-material/src/{ => material}/outlined/bedroom_parent.svg (100%) rename projects/icons-material/src/{ => material}/outlined/bedtime.svg (100%) rename projects/icons-material/src/{ => material}/outlined/bedtime_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/beenhere.svg (100%) rename projects/icons-material/src/{ => material}/outlined/bento.svg (100%) rename projects/icons-material/src/{ => material}/outlined/bike_scooter.svg (100%) rename projects/icons-material/src/{ => material}/outlined/biotech.svg (100%) rename projects/icons-material/src/{ => material}/outlined/blender.svg (100%) rename projects/icons-material/src/{ => material}/outlined/blind.svg (100%) rename projects/icons-material/src/{ => material}/outlined/blinds.svg (100%) rename projects/icons-material/src/{ => material}/outlined/blinds_closed.svg (100%) rename projects/icons-material/src/{ => material}/outlined/block.svg (100%) rename projects/icons-material/src/{ => material}/outlined/bloodtype.svg (100%) rename projects/icons-material/src/{ => material}/outlined/bluetooth.svg (100%) rename projects/icons-material/src/{ => material}/outlined/bluetooth_audio.svg (100%) rename projects/icons-material/src/{ => material}/outlined/bluetooth_connected.svg (100%) rename projects/icons-material/src/{ => material}/outlined/bluetooth_disabled.svg (100%) rename projects/icons-material/src/{ => material}/outlined/bluetooth_drive.svg (100%) rename projects/icons-material/src/{ => material}/outlined/bluetooth_searching.svg (100%) rename projects/icons-material/src/{ => material}/outlined/blur_circular.svg (100%) rename projects/icons-material/src/{ => material}/outlined/blur_linear.svg (100%) rename projects/icons-material/src/{ => material}/outlined/blur_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/blur_on.svg (100%) rename projects/icons-material/src/{ => material}/outlined/bolt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/book.svg (100%) rename projects/icons-material/src/{ => material}/outlined/book_online.svg (100%) rename projects/icons-material/src/{ => material}/outlined/bookmark.svg (100%) rename projects/icons-material/src/{ => material}/outlined/bookmark_add.svg (100%) rename projects/icons-material/src/{ => material}/outlined/bookmark_added.svg (100%) rename projects/icons-material/src/{ => material}/outlined/bookmark_border.svg (100%) rename projects/icons-material/src/{ => material}/outlined/bookmark_remove.svg (100%) rename projects/icons-material/src/{ => material}/outlined/bookmarks.svg (100%) rename projects/icons-material/src/{ => material}/outlined/border_all.svg (100%) rename projects/icons-material/src/{ => material}/outlined/border_bottom.svg (100%) rename projects/icons-material/src/{ => material}/outlined/border_clear.svg (100%) rename projects/icons-material/src/{ => material}/outlined/border_color.svg (100%) rename projects/icons-material/src/{ => material}/outlined/border_horizontal.svg (100%) rename projects/icons-material/src/{ => material}/outlined/border_inner.svg (100%) rename projects/icons-material/src/{ => material}/outlined/border_left.svg (100%) rename projects/icons-material/src/{ => material}/outlined/border_outer.svg (100%) rename projects/icons-material/src/{ => material}/outlined/border_right.svg (100%) rename projects/icons-material/src/{ => material}/outlined/border_style.svg (100%) rename projects/icons-material/src/{ => material}/outlined/border_top.svg (100%) rename projects/icons-material/src/{ => material}/outlined/border_vertical.svg (100%) rename projects/icons-material/src/{ => material}/outlined/boy.svg (100%) rename projects/icons-material/src/{ => material}/outlined/branding_watermark.svg (100%) rename projects/icons-material/src/{ => material}/outlined/breakfast_dining.svg (100%) rename projects/icons-material/src/{ => material}/outlined/brightness_1.svg (100%) rename projects/icons-material/src/{ => material}/outlined/brightness_2.svg (100%) rename projects/icons-material/src/{ => material}/outlined/brightness_3.svg (100%) rename projects/icons-material/src/{ => material}/outlined/brightness_4.svg (100%) rename projects/icons-material/src/{ => material}/outlined/brightness_5.svg (100%) rename projects/icons-material/src/{ => material}/outlined/brightness_6.svg (100%) rename projects/icons-material/src/{ => material}/outlined/brightness_7.svg (100%) rename projects/icons-material/src/{ => material}/outlined/brightness_auto.svg (100%) rename projects/icons-material/src/{ => material}/outlined/brightness_high.svg (100%) rename projects/icons-material/src/{ => material}/outlined/brightness_low.svg (100%) rename projects/icons-material/src/{ => material}/outlined/brightness_medium.svg (100%) rename projects/icons-material/src/{ => material}/outlined/broadcast_on_home.svg (100%) rename projects/icons-material/src/{ => material}/outlined/broadcast_on_personal.svg (100%) rename projects/icons-material/src/{ => material}/outlined/broken_image.svg (100%) rename projects/icons-material/src/{ => material}/outlined/browse_gallery.svg (100%) rename projects/icons-material/src/{ => material}/outlined/browser_not_supported.svg (100%) rename projects/icons-material/src/{ => material}/outlined/browser_updated.svg (100%) rename projects/icons-material/src/{ => material}/outlined/brunch_dining.svg (100%) rename projects/icons-material/src/{ => material}/outlined/brush.svg (100%) rename projects/icons-material/src/{ => material}/outlined/bubble_chart.svg (100%) rename projects/icons-material/src/{ => material}/outlined/bug_report.svg (100%) rename projects/icons-material/src/{ => material}/outlined/build.svg (100%) rename projects/icons-material/src/{ => material}/outlined/build_circle.svg (100%) rename projects/icons-material/src/{ => material}/outlined/bungalow.svg (100%) rename projects/icons-material/src/{ => material}/outlined/burst_mode.svg (100%) rename projects/icons-material/src/{ => material}/outlined/bus_alert.svg (100%) rename projects/icons-material/src/{ => material}/outlined/business.svg (100%) rename projects/icons-material/src/{ => material}/outlined/business_center.svg (100%) rename projects/icons-material/src/{ => material}/outlined/cabin.svg (100%) rename projects/icons-material/src/{ => material}/outlined/cable.svg (100%) rename projects/icons-material/src/{ => material}/outlined/cached.svg (100%) rename projects/icons-material/src/{ => material}/outlined/cake.svg (100%) rename projects/icons-material/src/{ => material}/outlined/calculate.svg (100%) rename projects/icons-material/src/{ => material}/outlined/calendar_month.svg (100%) rename projects/icons-material/src/{ => material}/outlined/calendar_today.svg (100%) rename projects/icons-material/src/{ => material}/outlined/calendar_view_day.svg (100%) rename projects/icons-material/src/{ => material}/outlined/calendar_view_month.svg (100%) rename projects/icons-material/src/{ => material}/outlined/calendar_view_week.svg (100%) rename projects/icons-material/src/{ => material}/outlined/call.svg (100%) rename projects/icons-material/src/{ => material}/outlined/call_end.svg (100%) rename projects/icons-material/src/{ => material}/outlined/call_made.svg (100%) rename projects/icons-material/src/{ => material}/outlined/call_merge.svg (100%) rename projects/icons-material/src/{ => material}/outlined/call_missed.svg (100%) rename projects/icons-material/src/{ => material}/outlined/call_missed_outgoing.svg (100%) rename projects/icons-material/src/{ => material}/outlined/call_received.svg (100%) rename projects/icons-material/src/{ => material}/outlined/call_split.svg (100%) rename projects/icons-material/src/{ => material}/outlined/call_to_action.svg (100%) rename projects/icons-material/src/{ => material}/outlined/camera.svg (100%) rename projects/icons-material/src/{ => material}/outlined/camera_alt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/camera_enhance.svg (100%) rename projects/icons-material/src/{ => material}/outlined/camera_front.svg (100%) rename projects/icons-material/src/{ => material}/outlined/camera_indoor.svg (100%) rename projects/icons-material/src/{ => material}/outlined/camera_outdoor.svg (100%) rename projects/icons-material/src/{ => material}/outlined/camera_rear.svg (100%) rename projects/icons-material/src/{ => material}/outlined/camera_roll.svg (100%) rename projects/icons-material/src/{ => material}/outlined/cameraswitch.svg (100%) rename projects/icons-material/src/{ => material}/outlined/campaign.svg (100%) rename projects/icons-material/src/{ => material}/outlined/cancel.svg (100%) rename projects/icons-material/src/{ => material}/outlined/cancel_presentation.svg (100%) rename projects/icons-material/src/{ => material}/outlined/cancel_schedule_send.svg (100%) rename projects/icons-material/src/{ => material}/outlined/candlestick_chart.svg (100%) rename projects/icons-material/src/{ => material}/outlined/car_crash.svg (100%) rename projects/icons-material/src/{ => material}/outlined/car_rental.svg (100%) rename projects/icons-material/src/{ => material}/outlined/car_repair.svg (100%) rename projects/icons-material/src/{ => material}/outlined/card_giftcard.svg (100%) rename projects/icons-material/src/{ => material}/outlined/card_membership.svg (100%) rename projects/icons-material/src/{ => material}/outlined/card_travel.svg (100%) rename projects/icons-material/src/{ => material}/outlined/carpenter.svg (100%) rename projects/icons-material/src/{ => material}/outlined/cases.svg (100%) rename projects/icons-material/src/{ => material}/outlined/casino.svg (100%) rename projects/icons-material/src/{ => material}/outlined/cast.svg (100%) rename projects/icons-material/src/{ => material}/outlined/cast_connected.svg (100%) rename projects/icons-material/src/{ => material}/outlined/cast_for_education.svg (100%) rename projects/icons-material/src/{ => material}/outlined/castle.svg (100%) rename projects/icons-material/src/{ => material}/outlined/catching_pokemon.svg (100%) rename projects/icons-material/src/{ => material}/outlined/category.svg (100%) rename projects/icons-material/src/{ => material}/outlined/celebration.svg (100%) rename projects/icons-material/src/{ => material}/outlined/cell_tower.svg (100%) rename projects/icons-material/src/{ => material}/outlined/cell_wifi.svg (100%) rename projects/icons-material/src/{ => material}/outlined/center_focus_strong.svg (100%) rename projects/icons-material/src/{ => material}/outlined/center_focus_weak.svg (100%) rename projects/icons-material/src/{ => material}/outlined/chair.svg (100%) rename projects/icons-material/src/{ => material}/outlined/chair_alt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/chalet.svg (100%) rename projects/icons-material/src/{ => material}/outlined/change_circle.svg (100%) rename projects/icons-material/src/{ => material}/outlined/change_history.svg (100%) rename projects/icons-material/src/{ => material}/outlined/charging_station.svg (100%) rename projects/icons-material/src/{ => material}/outlined/chat.svg (100%) rename projects/icons-material/src/{ => material}/outlined/chat_bubble.svg (100%) rename projects/icons-material/src/{ => material}/outlined/chat_bubble_outline.svg (100%) rename projects/icons-material/src/{ => material}/outlined/check.svg (100%) rename projects/icons-material/src/{ => material}/outlined/check_box.svg (100%) rename projects/icons-material/src/{ => material}/outlined/check_box_outline_blank.svg (100%) rename projects/icons-material/src/{ => material}/outlined/check_circle.svg (100%) rename projects/icons-material/src/{ => material}/outlined/check_circle_outline.svg (100%) rename projects/icons-material/src/{ => material}/outlined/checklist.svg (100%) rename projects/icons-material/src/{ => material}/outlined/checklist_rtl.svg (100%) rename projects/icons-material/src/{ => material}/outlined/checkroom.svg (100%) rename projects/icons-material/src/{ => material}/outlined/chevron_left.svg (100%) rename projects/icons-material/src/{ => material}/outlined/chevron_right.svg (100%) rename projects/icons-material/src/{ => material}/outlined/child_care.svg (100%) rename projects/icons-material/src/{ => material}/outlined/child_friendly.svg (100%) rename projects/icons-material/src/{ => material}/outlined/chrome_reader_mode.svg (100%) rename projects/icons-material/src/{ => material}/outlined/church.svg (100%) rename projects/icons-material/src/{ => material}/outlined/circle.svg (100%) rename projects/icons-material/src/{ => material}/outlined/circle_notifications.svg (100%) rename projects/icons-material/src/{ => material}/outlined/class.svg (100%) rename projects/icons-material/src/{ => material}/outlined/clean_hands.svg (100%) rename projects/icons-material/src/{ => material}/outlined/cleaning_services.svg (100%) rename projects/icons-material/src/{ => material}/outlined/clear.svg (100%) rename projects/icons-material/src/{ => material}/outlined/clear_all.svg (100%) rename projects/icons-material/src/{ => material}/outlined/close.svg (100%) rename projects/icons-material/src/{ => material}/outlined/close_fullscreen.svg (100%) rename projects/icons-material/src/{ => material}/outlined/closed_caption.svg (100%) rename projects/icons-material/src/{ => material}/outlined/closed_caption_disabled.svg (100%) rename projects/icons-material/src/{ => material}/outlined/closed_caption_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/cloud.svg (100%) rename projects/icons-material/src/{ => material}/outlined/cloud_circle.svg (100%) rename projects/icons-material/src/{ => material}/outlined/cloud_done.svg (100%) rename projects/icons-material/src/{ => material}/outlined/cloud_download.svg (100%) rename projects/icons-material/src/{ => material}/outlined/cloud_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/cloud_queue.svg (100%) rename projects/icons-material/src/{ => material}/outlined/cloud_sync.svg (100%) rename projects/icons-material/src/{ => material}/outlined/cloud_upload.svg (100%) rename projects/icons-material/src/{ => material}/outlined/co2.svg (100%) rename projects/icons-material/src/{ => material}/outlined/co_present.svg (100%) rename projects/icons-material/src/{ => material}/outlined/code.svg (100%) rename projects/icons-material/src/{ => material}/outlined/code_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/coffee.svg (100%) rename projects/icons-material/src/{ => material}/outlined/coffee_maker.svg (100%) rename projects/icons-material/src/{ => material}/outlined/collections.svg (100%) rename projects/icons-material/src/{ => material}/outlined/collections_bookmark.svg (100%) rename projects/icons-material/src/{ => material}/outlined/color_lens.svg (100%) rename projects/icons-material/src/{ => material}/outlined/colorize.svg (100%) rename projects/icons-material/src/{ => material}/outlined/comment.svg (100%) rename projects/icons-material/src/{ => material}/outlined/comment_bank.svg (100%) rename projects/icons-material/src/{ => material}/outlined/comments_disabled.svg (100%) rename projects/icons-material/src/{ => material}/outlined/commit.svg (100%) rename projects/icons-material/src/{ => material}/outlined/commute.svg (100%) rename projects/icons-material/src/{ => material}/outlined/compare.svg (100%) rename projects/icons-material/src/{ => material}/outlined/compare_arrows.svg (100%) rename projects/icons-material/src/{ => material}/outlined/compass_calibration.svg (100%) rename projects/icons-material/src/{ => material}/outlined/compost.svg (100%) rename projects/icons-material/src/{ => material}/outlined/compress.svg (100%) rename projects/icons-material/src/{ => material}/outlined/computer.svg (100%) rename projects/icons-material/src/{ => material}/outlined/confirmation_number.svg (100%) rename projects/icons-material/src/{ => material}/outlined/connect_without_contact.svg (100%) rename projects/icons-material/src/{ => material}/outlined/connected_tv.svg (100%) rename projects/icons-material/src/{ => material}/outlined/connecting_airports.svg (100%) rename projects/icons-material/src/{ => material}/outlined/construction.svg (100%) rename projects/icons-material/src/{ => material}/outlined/contact_emergency.svg (100%) rename projects/icons-material/src/{ => material}/outlined/contact_mail.svg (100%) rename projects/icons-material/src/{ => material}/outlined/contact_page.svg (100%) rename projects/icons-material/src/{ => material}/outlined/contact_phone.svg (100%) rename projects/icons-material/src/{ => material}/outlined/contact_support.svg (100%) rename projects/icons-material/src/{ => material}/outlined/contactless.svg (100%) rename projects/icons-material/src/{ => material}/outlined/contacts.svg (100%) rename projects/icons-material/src/{ => material}/outlined/content_copy.svg (100%) rename projects/icons-material/src/{ => material}/outlined/content_cut.svg (100%) rename projects/icons-material/src/{ => material}/outlined/content_paste.svg (100%) rename projects/icons-material/src/{ => material}/outlined/content_paste_go.svg (100%) rename projects/icons-material/src/{ => material}/outlined/content_paste_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/content_paste_search.svg (100%) rename projects/icons-material/src/{ => material}/outlined/contrast.svg (100%) rename projects/icons-material/src/{ => material}/outlined/control_camera.svg (100%) rename projects/icons-material/src/{ => material}/outlined/control_point.svg (100%) rename projects/icons-material/src/{ => material}/outlined/control_point_duplicate.svg (100%) rename projects/icons-material/src/{ => material}/outlined/cookie.svg (100%) rename projects/icons-material/src/{ => material}/outlined/copy_all.svg (100%) rename projects/icons-material/src/{ => material}/outlined/copyright.svg (100%) rename projects/icons-material/src/{ => material}/outlined/coronavirus.svg (100%) rename projects/icons-material/src/{ => material}/outlined/corporate_fare.svg (100%) rename projects/icons-material/src/{ => material}/outlined/cottage.svg (100%) rename projects/icons-material/src/{ => material}/outlined/countertops.svg (100%) rename projects/icons-material/src/{ => material}/outlined/create.svg (100%) rename projects/icons-material/src/{ => material}/outlined/create_new_folder.svg (100%) rename projects/icons-material/src/{ => material}/outlined/credit_card.svg (100%) rename projects/icons-material/src/{ => material}/outlined/credit_card_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/credit_score.svg (100%) rename projects/icons-material/src/{ => material}/outlined/crib.svg (100%) rename projects/icons-material/src/{ => material}/outlined/crisis_alert.svg (100%) rename projects/icons-material/src/{ => material}/outlined/crop.svg (100%) rename projects/icons-material/src/{ => material}/outlined/crop_16_9.svg (100%) rename projects/icons-material/src/{ => material}/outlined/crop_3_2.svg (100%) rename projects/icons-material/src/{ => material}/outlined/crop_5_4.svg (100%) rename projects/icons-material/src/{ => material}/outlined/crop_7_5.svg (100%) rename projects/icons-material/src/{ => material}/outlined/crop_din.svg (100%) rename projects/icons-material/src/{ => material}/outlined/crop_free.svg (100%) rename projects/icons-material/src/{ => material}/outlined/crop_landscape.svg (100%) rename projects/icons-material/src/{ => material}/outlined/crop_original.svg (100%) rename projects/icons-material/src/{ => material}/outlined/crop_portrait.svg (100%) rename projects/icons-material/src/{ => material}/outlined/crop_rotate.svg (100%) rename projects/icons-material/src/{ => material}/outlined/crop_square.svg (100%) rename projects/icons-material/src/{ => material}/outlined/cruelty_free.svg (100%) rename projects/icons-material/src/{ => material}/outlined/css.svg (100%) rename projects/icons-material/src/{ => material}/outlined/currency_bitcoin.svg (100%) rename projects/icons-material/src/{ => material}/outlined/currency_exchange.svg (100%) rename projects/icons-material/src/{ => material}/outlined/currency_franc.svg (100%) rename projects/icons-material/src/{ => material}/outlined/currency_lira.svg (100%) rename projects/icons-material/src/{ => material}/outlined/currency_pound.svg (100%) rename projects/icons-material/src/{ => material}/outlined/currency_ruble.svg (100%) rename projects/icons-material/src/{ => material}/outlined/currency_rupee.svg (100%) rename projects/icons-material/src/{ => material}/outlined/currency_yen.svg (100%) rename projects/icons-material/src/{ => material}/outlined/currency_yuan.svg (100%) rename projects/icons-material/src/{ => material}/outlined/curtains.svg (100%) rename projects/icons-material/src/{ => material}/outlined/curtains_closed.svg (100%) rename projects/icons-material/src/{ => material}/outlined/cyclone.svg (100%) rename projects/icons-material/src/{ => material}/outlined/dangerous.svg (100%) rename projects/icons-material/src/{ => material}/outlined/dark_mode.svg (100%) rename projects/icons-material/src/{ => material}/outlined/dashboard.svg (100%) rename projects/icons-material/src/{ => material}/outlined/dashboard_customize.svg (100%) rename projects/icons-material/src/{ => material}/outlined/data_array.svg (100%) rename projects/icons-material/src/{ => material}/outlined/data_exploration.svg (100%) rename projects/icons-material/src/{ => material}/outlined/data_object.svg (100%) rename projects/icons-material/src/{ => material}/outlined/data_saver_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/data_saver_on.svg (100%) rename projects/icons-material/src/{ => material}/outlined/data_thresholding.svg (100%) rename projects/icons-material/src/{ => material}/outlined/data_usage.svg (100%) rename projects/icons-material/src/{ => material}/outlined/dataset.svg (100%) rename projects/icons-material/src/{ => material}/outlined/dataset_linked.svg (100%) rename projects/icons-material/src/{ => material}/outlined/date_range.svg (100%) rename projects/icons-material/src/{ => material}/outlined/deblur.svg (100%) rename projects/icons-material/src/{ => material}/outlined/deck.svg (100%) rename projects/icons-material/src/{ => material}/outlined/dehaze.svg (100%) rename projects/icons-material/src/{ => material}/outlined/delete.svg (100%) rename projects/icons-material/src/{ => material}/outlined/delete_forever.svg (100%) rename projects/icons-material/src/{ => material}/outlined/delete_outline.svg (100%) rename projects/icons-material/src/{ => material}/outlined/delete_sweep.svg (100%) rename projects/icons-material/src/{ => material}/outlined/delivery_dining.svg (100%) rename projects/icons-material/src/{ => material}/outlined/density_large.svg (100%) rename projects/icons-material/src/{ => material}/outlined/density_medium.svg (100%) rename projects/icons-material/src/{ => material}/outlined/density_small.svg (100%) rename projects/icons-material/src/{ => material}/outlined/departure_board.svg (100%) rename projects/icons-material/src/{ => material}/outlined/description.svg (100%) rename projects/icons-material/src/{ => material}/outlined/deselect.svg (100%) rename projects/icons-material/src/{ => material}/outlined/design_services.svg (100%) rename projects/icons-material/src/{ => material}/outlined/desk.svg (100%) rename projects/icons-material/src/{ => material}/outlined/desktop_access_disabled.svg (100%) rename projects/icons-material/src/{ => material}/outlined/desktop_mac.svg (100%) rename projects/icons-material/src/{ => material}/outlined/desktop_windows.svg (100%) rename projects/icons-material/src/{ => material}/outlined/details.svg (100%) rename projects/icons-material/src/{ => material}/outlined/developer_board.svg (100%) rename projects/icons-material/src/{ => material}/outlined/developer_board_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/developer_mode.svg (100%) rename projects/icons-material/src/{ => material}/outlined/device_hub.svg (100%) rename projects/icons-material/src/{ => material}/outlined/device_thermostat.svg (100%) rename projects/icons-material/src/{ => material}/outlined/device_unknown.svg (100%) rename projects/icons-material/src/{ => material}/outlined/devices.svg (100%) rename projects/icons-material/src/{ => material}/outlined/devices_fold.svg (100%) rename projects/icons-material/src/{ => material}/outlined/devices_other.svg (100%) rename projects/icons-material/src/{ => material}/outlined/dialer_sip.svg (100%) rename projects/icons-material/src/{ => material}/outlined/dialpad.svg (100%) rename projects/icons-material/src/{ => material}/outlined/diamond.svg (100%) rename projects/icons-material/src/{ => material}/outlined/difference.svg (100%) rename projects/icons-material/src/{ => material}/outlined/dining.svg (100%) rename projects/icons-material/src/{ => material}/outlined/dinner_dining.svg (100%) rename projects/icons-material/src/{ => material}/outlined/directions.svg (100%) rename projects/icons-material/src/{ => material}/outlined/directions_bike.svg (100%) rename projects/icons-material/src/{ => material}/outlined/directions_boat.svg (100%) rename projects/icons-material/src/{ => material}/outlined/directions_boat_filled.svg (100%) rename projects/icons-material/src/{ => material}/outlined/directions_bus.svg (100%) rename projects/icons-material/src/{ => material}/outlined/directions_bus_filled.svg (100%) rename projects/icons-material/src/{ => material}/outlined/directions_car.svg (100%) rename projects/icons-material/src/{ => material}/outlined/directions_car_filled.svg (100%) rename projects/icons-material/src/{ => material}/outlined/directions_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/directions_railway.svg (100%) rename projects/icons-material/src/{ => material}/outlined/directions_railway_filled.svg (100%) rename projects/icons-material/src/{ => material}/outlined/directions_run.svg (100%) rename projects/icons-material/src/{ => material}/outlined/directions_subway.svg (100%) rename projects/icons-material/src/{ => material}/outlined/directions_subway_filled.svg (100%) rename projects/icons-material/src/{ => material}/outlined/directions_transit.svg (100%) rename projects/icons-material/src/{ => material}/outlined/directions_transit_filled.svg (100%) rename projects/icons-material/src/{ => material}/outlined/directions_walk.svg (100%) rename projects/icons-material/src/{ => material}/outlined/dirty_lens.svg (100%) rename projects/icons-material/src/{ => material}/outlined/disabled_by_default.svg (100%) rename projects/icons-material/src/{ => material}/outlined/disabled_visible.svg (100%) rename projects/icons-material/src/{ => material}/outlined/disc_full.svg (100%) rename projects/icons-material/src/{ => material}/outlined/discount.svg (100%) rename projects/icons-material/src/{ => material}/outlined/display_settings.svg (100%) rename projects/icons-material/src/{ => material}/outlined/diversity_1.svg (100%) rename projects/icons-material/src/{ => material}/outlined/diversity_2.svg (100%) rename projects/icons-material/src/{ => material}/outlined/diversity_3.svg (100%) rename projects/icons-material/src/{ => material}/outlined/dns.svg (100%) rename projects/icons-material/src/{ => material}/outlined/do_disturb.svg (100%) rename projects/icons-material/src/{ => material}/outlined/do_disturb_alt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/do_disturb_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/do_disturb_on.svg (100%) rename projects/icons-material/src/{ => material}/outlined/do_not_disturb.svg (100%) rename projects/icons-material/src/{ => material}/outlined/do_not_disturb_alt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/do_not_disturb_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/do_not_disturb_on.svg (100%) rename projects/icons-material/src/{ => material}/outlined/do_not_disturb_on_total_silence.svg (100%) rename projects/icons-material/src/{ => material}/outlined/do_not_step.svg (100%) rename projects/icons-material/src/{ => material}/outlined/do_not_touch.svg (100%) rename projects/icons-material/src/{ => material}/outlined/dock.svg (100%) rename projects/icons-material/src/{ => material}/outlined/document_scanner.svg (100%) rename projects/icons-material/src/{ => material}/outlined/domain.svg (100%) rename projects/icons-material/src/{ => material}/outlined/domain_add.svg (100%) rename projects/icons-material/src/{ => material}/outlined/domain_disabled.svg (100%) rename projects/icons-material/src/{ => material}/outlined/domain_verification.svg (100%) rename projects/icons-material/src/{ => material}/outlined/done.svg (100%) rename projects/icons-material/src/{ => material}/outlined/done_all.svg (100%) rename projects/icons-material/src/{ => material}/outlined/done_outline.svg (100%) rename projects/icons-material/src/{ => material}/outlined/donut_large.svg (100%) rename projects/icons-material/src/{ => material}/outlined/donut_small.svg (100%) rename projects/icons-material/src/{ => material}/outlined/door_back.svg (100%) rename projects/icons-material/src/{ => material}/outlined/door_front.svg (100%) rename projects/icons-material/src/{ => material}/outlined/door_sliding.svg (100%) rename projects/icons-material/src/{ => material}/outlined/doorbell.svg (100%) rename projects/icons-material/src/{ => material}/outlined/double_arrow.svg (100%) rename projects/icons-material/src/{ => material}/outlined/downhill_skiing.svg (100%) rename projects/icons-material/src/{ => material}/outlined/download.svg (100%) rename projects/icons-material/src/{ => material}/outlined/download_done.svg (100%) rename projects/icons-material/src/{ => material}/outlined/download_for_offline.svg (100%) rename projects/icons-material/src/{ => material}/outlined/downloading.svg (100%) rename projects/icons-material/src/{ => material}/outlined/drafts.svg (100%) rename projects/icons-material/src/{ => material}/outlined/drag_handle.svg (100%) rename projects/icons-material/src/{ => material}/outlined/drag_indicator.svg (100%) rename projects/icons-material/src/{ => material}/outlined/draw.svg (100%) rename projects/icons-material/src/{ => material}/outlined/drive_eta.svg (100%) rename projects/icons-material/src/{ => material}/outlined/drive_file_move.svg (100%) rename projects/icons-material/src/{ => material}/outlined/drive_file_move_rtl.svg (100%) rename projects/icons-material/src/{ => material}/outlined/drive_file_rename_outline.svg (100%) rename projects/icons-material/src/{ => material}/outlined/drive_folder_upload.svg (100%) rename projects/icons-material/src/{ => material}/outlined/dry.svg (100%) rename projects/icons-material/src/{ => material}/outlined/dry_cleaning.svg (100%) rename projects/icons-material/src/{ => material}/outlined/duo.svg (100%) rename projects/icons-material/src/{ => material}/outlined/dvr.svg (100%) rename projects/icons-material/src/{ => material}/outlined/dynamic_feed.svg (100%) rename projects/icons-material/src/{ => material}/outlined/dynamic_form.svg (100%) rename projects/icons-material/src/{ => material}/outlined/e_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/outlined/earbuds.svg (100%) rename projects/icons-material/src/{ => material}/outlined/earbuds_battery.svg (100%) rename projects/icons-material/src/{ => material}/outlined/east.svg (100%) rename projects/icons-material/src/{ => material}/outlined/edgesensor_high.svg (100%) rename projects/icons-material/src/{ => material}/outlined/edgesensor_low.svg (100%) rename projects/icons-material/src/{ => material}/outlined/edit.svg (100%) rename projects/icons-material/src/{ => material}/outlined/edit_attributes.svg (100%) rename projects/icons-material/src/{ => material}/outlined/edit_calendar.svg (100%) rename projects/icons-material/src/{ => material}/outlined/edit_location.svg (100%) rename projects/icons-material/src/{ => material}/outlined/edit_location_alt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/edit_note.svg (100%) rename projects/icons-material/src/{ => material}/outlined/edit_notifications.svg (100%) rename projects/icons-material/src/{ => material}/outlined/edit_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/edit_road.svg (100%) rename projects/icons-material/src/{ => material}/outlined/egg.svg (100%) rename projects/icons-material/src/{ => material}/outlined/egg_alt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/eject.svg (100%) rename projects/icons-material/src/{ => material}/outlined/elderly.svg (100%) rename projects/icons-material/src/{ => material}/outlined/elderly_woman.svg (100%) rename projects/icons-material/src/{ => material}/outlined/electric_bike.svg (100%) rename projects/icons-material/src/{ => material}/outlined/electric_bolt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/electric_car.svg (100%) rename projects/icons-material/src/{ => material}/outlined/electric_meter.svg (100%) rename projects/icons-material/src/{ => material}/outlined/electric_moped.svg (100%) rename projects/icons-material/src/{ => material}/outlined/electric_rickshaw.svg (100%) rename projects/icons-material/src/{ => material}/outlined/electric_scooter.svg (100%) rename projects/icons-material/src/{ => material}/outlined/electrical_services.svg (100%) rename projects/icons-material/src/{ => material}/outlined/elevator.svg (100%) rename projects/icons-material/src/{ => material}/outlined/email.svg (100%) rename projects/icons-material/src/{ => material}/outlined/emergency.svg (100%) rename projects/icons-material/src/{ => material}/outlined/emergency_recording.svg (100%) rename projects/icons-material/src/{ => material}/outlined/emergency_share.svg (100%) rename projects/icons-material/src/{ => material}/outlined/emoji_emotions.svg (100%) rename projects/icons-material/src/{ => material}/outlined/emoji_events.svg (100%) rename projects/icons-material/src/{ => material}/outlined/emoji_food_beverage.svg (100%) rename projects/icons-material/src/{ => material}/outlined/emoji_nature.svg (100%) rename projects/icons-material/src/{ => material}/outlined/emoji_objects.svg (100%) rename projects/icons-material/src/{ => material}/outlined/emoji_people.svg (100%) rename projects/icons-material/src/{ => material}/outlined/emoji_symbols.svg (100%) rename projects/icons-material/src/{ => material}/outlined/emoji_transportation.svg (100%) rename projects/icons-material/src/{ => material}/outlined/energy_savings_leaf.svg (100%) rename projects/icons-material/src/{ => material}/outlined/engineering.svg (100%) rename projects/icons-material/src/{ => material}/outlined/enhanced_encryption.svg (100%) rename projects/icons-material/src/{ => material}/outlined/equalizer.svg (100%) rename projects/icons-material/src/{ => material}/outlined/error.svg (100%) rename projects/icons-material/src/{ => material}/outlined/error_outline.svg (100%) rename projects/icons-material/src/{ => material}/outlined/escalator.svg (100%) rename projects/icons-material/src/{ => material}/outlined/escalator_warning.svg (100%) rename projects/icons-material/src/{ => material}/outlined/euro.svg (100%) rename projects/icons-material/src/{ => material}/outlined/euro_symbol.svg (100%) rename projects/icons-material/src/{ => material}/outlined/ev_station.svg (100%) rename projects/icons-material/src/{ => material}/outlined/event.svg (100%) rename projects/icons-material/src/{ => material}/outlined/event_available.svg (100%) rename projects/icons-material/src/{ => material}/outlined/event_busy.svg (100%) rename projects/icons-material/src/{ => material}/outlined/event_note.svg (100%) rename projects/icons-material/src/{ => material}/outlined/event_repeat.svg (100%) rename projects/icons-material/src/{ => material}/outlined/event_seat.svg (100%) rename projects/icons-material/src/{ => material}/outlined/exit_to_app.svg (100%) rename projects/icons-material/src/{ => material}/outlined/expand.svg (100%) rename projects/icons-material/src/{ => material}/outlined/expand_circle_down.svg (100%) rename projects/icons-material/src/{ => material}/outlined/expand_less.svg (100%) rename projects/icons-material/src/{ => material}/outlined/expand_more.svg (100%) rename projects/icons-material/src/{ => material}/outlined/explicit.svg (100%) rename projects/icons-material/src/{ => material}/outlined/explore.svg (100%) rename projects/icons-material/src/{ => material}/outlined/explore_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/exposure.svg (100%) rename projects/icons-material/src/{ => material}/outlined/exposure_neg_1.svg (100%) rename projects/icons-material/src/{ => material}/outlined/exposure_neg_2.svg (100%) rename projects/icons-material/src/{ => material}/outlined/exposure_plus_1.svg (100%) rename projects/icons-material/src/{ => material}/outlined/exposure_plus_2.svg (100%) rename projects/icons-material/src/{ => material}/outlined/exposure_zero.svg (100%) rename projects/icons-material/src/{ => material}/outlined/extension.svg (100%) rename projects/icons-material/src/{ => material}/outlined/extension_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/face.svg (100%) rename projects/icons-material/src/{ => material}/outlined/face_2.svg (100%) rename projects/icons-material/src/{ => material}/outlined/face_3.svg (100%) rename projects/icons-material/src/{ => material}/outlined/face_4.svg (100%) rename projects/icons-material/src/{ => material}/outlined/face_5.svg (100%) rename projects/icons-material/src/{ => material}/outlined/face_6.svg (100%) rename projects/icons-material/src/{ => material}/outlined/face_retouching_natural.svg (100%) rename projects/icons-material/src/{ => material}/outlined/face_retouching_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/fact_check.svg (100%) rename projects/icons-material/src/{ => material}/outlined/factory.svg (100%) rename projects/icons-material/src/{ => material}/outlined/family_restroom.svg (100%) rename projects/icons-material/src/{ => material}/outlined/fast_forward.svg (100%) rename projects/icons-material/src/{ => material}/outlined/fast_rewind.svg (100%) rename projects/icons-material/src/{ => material}/outlined/fastfood.svg (100%) rename projects/icons-material/src/{ => material}/outlined/favorite.svg (100%) rename projects/icons-material/src/{ => material}/outlined/favorite_border.svg (100%) rename projects/icons-material/src/{ => material}/outlined/fax.svg (100%) rename projects/icons-material/src/{ => material}/outlined/featured_play_list.svg (100%) rename projects/icons-material/src/{ => material}/outlined/featured_video.svg (100%) rename projects/icons-material/src/{ => material}/outlined/feed.svg (100%) rename projects/icons-material/src/{ => material}/outlined/feedback.svg (100%) rename projects/icons-material/src/{ => material}/outlined/female.svg (100%) rename projects/icons-material/src/{ => material}/outlined/fence.svg (100%) rename projects/icons-material/src/{ => material}/outlined/festival.svg (100%) rename projects/icons-material/src/{ => material}/outlined/fiber_dvr.svg (100%) rename projects/icons-material/src/{ => material}/outlined/fiber_manual_record.svg (100%) rename projects/icons-material/src/{ => material}/outlined/fiber_new.svg (100%) rename projects/icons-material/src/{ => material}/outlined/fiber_pin.svg (100%) rename projects/icons-material/src/{ => material}/outlined/fiber_smart_record.svg (100%) rename projects/icons-material/src/{ => material}/outlined/file_copy.svg (100%) rename projects/icons-material/src/{ => material}/outlined/file_download.svg (100%) rename projects/icons-material/src/{ => material}/outlined/file_download_done.svg (100%) rename projects/icons-material/src/{ => material}/outlined/file_download_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/file_open.svg (100%) rename projects/icons-material/src/{ => material}/outlined/file_present.svg (100%) rename projects/icons-material/src/{ => material}/outlined/file_upload.svg (100%) rename projects/icons-material/src/{ => material}/outlined/filter.svg (100%) rename projects/icons-material/src/{ => material}/outlined/filter_1.svg (100%) rename projects/icons-material/src/{ => material}/outlined/filter_2.svg (100%) rename projects/icons-material/src/{ => material}/outlined/filter_3.svg (100%) rename projects/icons-material/src/{ => material}/outlined/filter_4.svg (100%) rename projects/icons-material/src/{ => material}/outlined/filter_5.svg (100%) rename projects/icons-material/src/{ => material}/outlined/filter_6.svg (100%) rename projects/icons-material/src/{ => material}/outlined/filter_7.svg (100%) rename projects/icons-material/src/{ => material}/outlined/filter_8.svg (100%) rename projects/icons-material/src/{ => material}/outlined/filter_9.svg (100%) rename projects/icons-material/src/{ => material}/outlined/filter_9_plus.svg (100%) rename projects/icons-material/src/{ => material}/outlined/filter_alt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/filter_alt_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/filter_b_and_w.svg (100%) rename projects/icons-material/src/{ => material}/outlined/filter_center_focus.svg (100%) rename projects/icons-material/src/{ => material}/outlined/filter_drama.svg (100%) rename projects/icons-material/src/{ => material}/outlined/filter_frames.svg (100%) rename projects/icons-material/src/{ => material}/outlined/filter_hdr.svg (100%) rename projects/icons-material/src/{ => material}/outlined/filter_list.svg (100%) rename projects/icons-material/src/{ => material}/outlined/filter_list_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/filter_none.svg (100%) rename projects/icons-material/src/{ => material}/outlined/filter_tilt_shift.svg (100%) rename projects/icons-material/src/{ => material}/outlined/filter_vintage.svg (100%) rename projects/icons-material/src/{ => material}/outlined/find_in_page.svg (100%) rename projects/icons-material/src/{ => material}/outlined/find_replace.svg (100%) rename projects/icons-material/src/{ => material}/outlined/fingerprint.svg (100%) rename projects/icons-material/src/{ => material}/outlined/fire_extinguisher.svg (100%) rename projects/icons-material/src/{ => material}/outlined/fire_hydrant_alt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/fire_truck.svg (100%) rename projects/icons-material/src/{ => material}/outlined/fireplace.svg (100%) rename projects/icons-material/src/{ => material}/outlined/first_page.svg (100%) rename projects/icons-material/src/{ => material}/outlined/fit_screen.svg (100%) rename projects/icons-material/src/{ => material}/outlined/fitbit.svg (100%) rename projects/icons-material/src/{ => material}/outlined/fitness_center.svg (100%) rename projects/icons-material/src/{ => material}/outlined/flag.svg (100%) rename projects/icons-material/src/{ => material}/outlined/flag_circle.svg (100%) rename projects/icons-material/src/{ => material}/outlined/flaky.svg (100%) rename projects/icons-material/src/{ => material}/outlined/flare.svg (100%) rename projects/icons-material/src/{ => material}/outlined/flash_auto.svg (100%) rename projects/icons-material/src/{ => material}/outlined/flash_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/flash_on.svg (100%) rename projects/icons-material/src/{ => material}/outlined/flashlight_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/flashlight_on.svg (100%) rename projects/icons-material/src/{ => material}/outlined/flatware.svg (100%) rename projects/icons-material/src/{ => material}/outlined/flight.svg (100%) rename projects/icons-material/src/{ => material}/outlined/flight_class.svg (100%) rename projects/icons-material/src/{ => material}/outlined/flight_land.svg (100%) rename projects/icons-material/src/{ => material}/outlined/flight_takeoff.svg (100%) rename projects/icons-material/src/{ => material}/outlined/flip.svg (100%) rename projects/icons-material/src/{ => material}/outlined/flip_camera_android.svg (100%) rename projects/icons-material/src/{ => material}/outlined/flip_camera_ios.svg (100%) rename projects/icons-material/src/{ => material}/outlined/flip_to_back.svg (100%) rename projects/icons-material/src/{ => material}/outlined/flip_to_front.svg (100%) rename projects/icons-material/src/{ => material}/outlined/flood.svg (100%) rename projects/icons-material/src/{ => material}/outlined/fluorescent.svg (100%) rename projects/icons-material/src/{ => material}/outlined/flutter_dash.svg (100%) rename projects/icons-material/src/{ => material}/outlined/fmd_bad.svg (100%) rename projects/icons-material/src/{ => material}/outlined/fmd_good.svg (100%) rename projects/icons-material/src/{ => material}/outlined/folder.svg (100%) rename projects/icons-material/src/{ => material}/outlined/folder_copy.svg (100%) rename projects/icons-material/src/{ => material}/outlined/folder_delete.svg (100%) rename projects/icons-material/src/{ => material}/outlined/folder_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/folder_open.svg (100%) rename projects/icons-material/src/{ => material}/outlined/folder_shared.svg (100%) rename projects/icons-material/src/{ => material}/outlined/folder_special.svg (100%) rename projects/icons-material/src/{ => material}/outlined/folder_zip.svg (100%) rename projects/icons-material/src/{ => material}/outlined/follow_the_signs.svg (100%) rename projects/icons-material/src/{ => material}/outlined/font_download.svg (100%) rename projects/icons-material/src/{ => material}/outlined/font_download_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/food_bank.svg (100%) rename projects/icons-material/src/{ => material}/outlined/forest.svg (100%) rename projects/icons-material/src/{ => material}/outlined/fork_left.svg (100%) rename projects/icons-material/src/{ => material}/outlined/fork_right.svg (100%) rename projects/icons-material/src/{ => material}/outlined/format_align_center.svg (100%) rename projects/icons-material/src/{ => material}/outlined/format_align_justify.svg (100%) rename projects/icons-material/src/{ => material}/outlined/format_align_left.svg (100%) rename projects/icons-material/src/{ => material}/outlined/format_align_right.svg (100%) rename projects/icons-material/src/{ => material}/outlined/format_bold.svg (100%) rename projects/icons-material/src/{ => material}/outlined/format_clear.svg (100%) rename projects/icons-material/src/{ => material}/outlined/format_color_fill.svg (100%) rename projects/icons-material/src/{ => material}/outlined/format_color_reset.svg (100%) rename projects/icons-material/src/{ => material}/outlined/format_color_text.svg (100%) rename projects/icons-material/src/{ => material}/outlined/format_indent_decrease.svg (100%) rename projects/icons-material/src/{ => material}/outlined/format_indent_increase.svg (100%) rename projects/icons-material/src/{ => material}/outlined/format_italic.svg (100%) rename projects/icons-material/src/{ => material}/outlined/format_line_spacing.svg (100%) rename projects/icons-material/src/{ => material}/outlined/format_list_bulleted.svg (100%) rename projects/icons-material/src/{ => material}/outlined/format_list_numbered.svg (100%) rename projects/icons-material/src/{ => material}/outlined/format_list_numbered_rtl.svg (100%) rename projects/icons-material/src/{ => material}/outlined/format_overline.svg (100%) rename projects/icons-material/src/{ => material}/outlined/format_paint.svg (100%) rename projects/icons-material/src/{ => material}/outlined/format_quote.svg (100%) rename projects/icons-material/src/{ => material}/outlined/format_shapes.svg (100%) rename projects/icons-material/src/{ => material}/outlined/format_size.svg (100%) rename projects/icons-material/src/{ => material}/outlined/format_strikethrough.svg (100%) rename projects/icons-material/src/{ => material}/outlined/format_textdirection_l_to_r.svg (100%) rename projects/icons-material/src/{ => material}/outlined/format_textdirection_r_to_l.svg (100%) rename projects/icons-material/src/{ => material}/outlined/format_underlined.svg (100%) rename projects/icons-material/src/{ => material}/outlined/fort.svg (100%) rename projects/icons-material/src/{ => material}/outlined/forum.svg (100%) rename projects/icons-material/src/{ => material}/outlined/forward.svg (100%) rename projects/icons-material/src/{ => material}/outlined/forward_10.svg (100%) rename projects/icons-material/src/{ => material}/outlined/forward_30.svg (100%) rename projects/icons-material/src/{ => material}/outlined/forward_5.svg (100%) rename projects/icons-material/src/{ => material}/outlined/forward_to_inbox.svg (100%) rename projects/icons-material/src/{ => material}/outlined/foundation.svg (100%) rename projects/icons-material/src/{ => material}/outlined/free_breakfast.svg (100%) rename projects/icons-material/src/{ => material}/outlined/free_cancellation.svg (100%) rename projects/icons-material/src/{ => material}/outlined/front_hand.svg (100%) rename projects/icons-material/src/{ => material}/outlined/fullscreen.svg (100%) rename projects/icons-material/src/{ => material}/outlined/fullscreen_exit.svg (100%) rename projects/icons-material/src/{ => material}/outlined/functions.svg (100%) rename projects/icons-material/src/{ => material}/outlined/g_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/outlined/g_translate.svg (100%) rename projects/icons-material/src/{ => material}/outlined/gamepad.svg (100%) rename projects/icons-material/src/{ => material}/outlined/games.svg (100%) rename projects/icons-material/src/{ => material}/outlined/garage.svg (100%) rename projects/icons-material/src/{ => material}/outlined/gas_meter.svg (100%) rename projects/icons-material/src/{ => material}/outlined/gavel.svg (100%) rename projects/icons-material/src/{ => material}/outlined/generating_tokens.svg (100%) rename projects/icons-material/src/{ => material}/outlined/gesture.svg (100%) rename projects/icons-material/src/{ => material}/outlined/get_app.svg (100%) rename projects/icons-material/src/{ => material}/outlined/gif.svg (100%) rename projects/icons-material/src/{ => material}/outlined/gif_box.svg (100%) rename projects/icons-material/src/{ => material}/outlined/girl.svg (100%) rename projects/icons-material/src/{ => material}/outlined/gite.svg (100%) rename projects/icons-material/src/{ => material}/outlined/golf_course.svg (100%) rename projects/icons-material/src/{ => material}/outlined/gpp_bad.svg (100%) rename projects/icons-material/src/{ => material}/outlined/gpp_good.svg (100%) rename projects/icons-material/src/{ => material}/outlined/gpp_maybe.svg (100%) rename projects/icons-material/src/{ => material}/outlined/gps_fixed.svg (100%) rename projects/icons-material/src/{ => material}/outlined/gps_not_fixed.svg (100%) rename projects/icons-material/src/{ => material}/outlined/gps_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/grade.svg (100%) rename projects/icons-material/src/{ => material}/outlined/gradient.svg (100%) rename projects/icons-material/src/{ => material}/outlined/grading.svg (100%) rename projects/icons-material/src/{ => material}/outlined/grain.svg (100%) rename projects/icons-material/src/{ => material}/outlined/graphic_eq.svg (100%) rename projects/icons-material/src/{ => material}/outlined/grass.svg (100%) rename projects/icons-material/src/{ => material}/outlined/grid_3x3.svg (100%) rename projects/icons-material/src/{ => material}/outlined/grid_4x4.svg (100%) rename projects/icons-material/src/{ => material}/outlined/grid_goldenratio.svg (100%) rename projects/icons-material/src/{ => material}/outlined/grid_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/grid_on.svg (100%) rename projects/icons-material/src/{ => material}/outlined/grid_view.svg (100%) rename projects/icons-material/src/{ => material}/outlined/group.svg (100%) rename projects/icons-material/src/{ => material}/outlined/group_add.svg (100%) rename projects/icons-material/src/{ => material}/outlined/group_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/group_remove.svg (100%) rename projects/icons-material/src/{ => material}/outlined/group_work.svg (100%) rename projects/icons-material/src/{ => material}/outlined/groups.svg (100%) rename projects/icons-material/src/{ => material}/outlined/groups_2.svg (100%) rename projects/icons-material/src/{ => material}/outlined/groups_3.svg (100%) rename projects/icons-material/src/{ => material}/outlined/h_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/outlined/h_plus_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/outlined/hail.svg (100%) rename projects/icons-material/src/{ => material}/outlined/handshake.svg (100%) rename projects/icons-material/src/{ => material}/outlined/handyman.svg (100%) rename projects/icons-material/src/{ => material}/outlined/hardware.svg (100%) rename projects/icons-material/src/{ => material}/outlined/hd.svg (100%) rename projects/icons-material/src/{ => material}/outlined/hdr_auto.svg (100%) rename projects/icons-material/src/{ => material}/outlined/hdr_auto_select.svg (100%) rename projects/icons-material/src/{ => material}/outlined/hdr_enhanced_select.svg (100%) rename projects/icons-material/src/{ => material}/outlined/hdr_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/hdr_off_select.svg (100%) rename projects/icons-material/src/{ => material}/outlined/hdr_on.svg (100%) rename projects/icons-material/src/{ => material}/outlined/hdr_on_select.svg (100%) rename projects/icons-material/src/{ => material}/outlined/hdr_plus.svg (100%) rename projects/icons-material/src/{ => material}/outlined/hdr_strong.svg (100%) rename projects/icons-material/src/{ => material}/outlined/hdr_weak.svg (100%) rename projects/icons-material/src/{ => material}/outlined/headphones.svg (100%) rename projects/icons-material/src/{ => material}/outlined/headphones_battery.svg (100%) rename projects/icons-material/src/{ => material}/outlined/headset.svg (100%) rename projects/icons-material/src/{ => material}/outlined/headset_mic.svg (100%) rename projects/icons-material/src/{ => material}/outlined/headset_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/healing.svg (100%) rename projects/icons-material/src/{ => material}/outlined/health_and_safety.svg (100%) rename projects/icons-material/src/{ => material}/outlined/hearing.svg (100%) rename projects/icons-material/src/{ => material}/outlined/hearing_disabled.svg (100%) rename projects/icons-material/src/{ => material}/outlined/heart_broken.svg (100%) rename projects/icons-material/src/{ => material}/outlined/heat_pump.svg (100%) rename projects/icons-material/src/{ => material}/outlined/height.svg (100%) rename projects/icons-material/src/{ => material}/outlined/help.svg (100%) rename projects/icons-material/src/{ => material}/outlined/help_center.svg (100%) rename projects/icons-material/src/{ => material}/outlined/help_outline.svg (100%) rename projects/icons-material/src/{ => material}/outlined/hevc.svg (100%) rename projects/icons-material/src/{ => material}/outlined/hexagon.svg (100%) rename projects/icons-material/src/{ => material}/outlined/hide_image.svg (100%) rename projects/icons-material/src/{ => material}/outlined/hide_source.svg (100%) rename projects/icons-material/src/{ => material}/outlined/high_quality.svg (100%) rename projects/icons-material/src/{ => material}/outlined/highlight.svg (100%) rename projects/icons-material/src/{ => material}/outlined/highlight_alt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/highlight_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/hiking.svg (100%) rename projects/icons-material/src/{ => material}/outlined/history.svg (100%) rename projects/icons-material/src/{ => material}/outlined/history_edu.svg (100%) rename projects/icons-material/src/{ => material}/outlined/history_toggle_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/hive.svg (100%) rename projects/icons-material/src/{ => material}/outlined/hls.svg (100%) rename projects/icons-material/src/{ => material}/outlined/hls_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/holiday_village.svg (100%) rename projects/icons-material/src/{ => material}/outlined/home.svg (100%) rename projects/icons-material/src/{ => material}/outlined/home_max.svg (100%) rename projects/icons-material/src/{ => material}/outlined/home_mini.svg (100%) rename projects/icons-material/src/{ => material}/outlined/home_repair_service.svg (100%) rename projects/icons-material/src/{ => material}/outlined/home_work.svg (100%) rename projects/icons-material/src/{ => material}/outlined/horizontal_distribute.svg (100%) rename projects/icons-material/src/{ => material}/outlined/horizontal_rule.svg (100%) rename projects/icons-material/src/{ => material}/outlined/horizontal_split.svg (100%) rename projects/icons-material/src/{ => material}/outlined/hot_tub.svg (100%) rename projects/icons-material/src/{ => material}/outlined/hotel.svg (100%) rename projects/icons-material/src/{ => material}/outlined/hotel_class.svg (100%) rename projects/icons-material/src/{ => material}/outlined/hourglass_bottom.svg (100%) rename projects/icons-material/src/{ => material}/outlined/hourglass_disabled.svg (100%) rename projects/icons-material/src/{ => material}/outlined/hourglass_empty.svg (100%) rename projects/icons-material/src/{ => material}/outlined/hourglass_full.svg (100%) rename projects/icons-material/src/{ => material}/outlined/hourglass_top.svg (100%) rename projects/icons-material/src/{ => material}/outlined/house.svg (100%) rename projects/icons-material/src/{ => material}/outlined/house_siding.svg (100%) rename projects/icons-material/src/{ => material}/outlined/houseboat.svg (100%) rename projects/icons-material/src/{ => material}/outlined/how_to_reg.svg (100%) rename projects/icons-material/src/{ => material}/outlined/how_to_vote.svg (100%) rename projects/icons-material/src/{ => material}/outlined/html.svg (100%) rename projects/icons-material/src/{ => material}/outlined/http.svg (100%) rename projects/icons-material/src/{ => material}/outlined/https.svg (100%) rename projects/icons-material/src/{ => material}/outlined/hub.svg (100%) rename projects/icons-material/src/{ => material}/outlined/hvac.svg (100%) rename projects/icons-material/src/{ => material}/outlined/ice_skating.svg (100%) rename projects/icons-material/src/{ => material}/outlined/icecream.svg (100%) rename projects/icons-material/src/{ => material}/outlined/image.svg (100%) rename projects/icons-material/src/{ => material}/outlined/image_aspect_ratio.svg (100%) rename projects/icons-material/src/{ => material}/outlined/image_not_supported.svg (100%) rename projects/icons-material/src/{ => material}/outlined/image_search.svg (100%) rename projects/icons-material/src/{ => material}/outlined/imagesearch_roller.svg (100%) rename projects/icons-material/src/{ => material}/outlined/import_contacts.svg (100%) rename projects/icons-material/src/{ => material}/outlined/import_export.svg (100%) rename projects/icons-material/src/{ => material}/outlined/important_devices.svg (100%) rename projects/icons-material/src/{ => material}/outlined/inbox.svg (100%) rename projects/icons-material/src/{ => material}/outlined/incomplete_circle.svg (100%) rename projects/icons-material/src/{ => material}/outlined/indeterminate_check_box.svg (100%) rename projects/icons-material/src/{ => material}/outlined/info.svg (100%) rename projects/icons-material/src/{ => material}/outlined/input.svg (100%) rename projects/icons-material/src/{ => material}/outlined/insert_chart.svg (100%) rename projects/icons-material/src/{ => material}/outlined/insert_chart_outlined.svg (100%) rename projects/icons-material/src/{ => material}/outlined/insert_comment.svg (100%) rename projects/icons-material/src/{ => material}/outlined/insert_drive_file.svg (100%) rename projects/icons-material/src/{ => material}/outlined/insert_emoticon.svg (100%) rename projects/icons-material/src/{ => material}/outlined/insert_invitation.svg (100%) rename projects/icons-material/src/{ => material}/outlined/insert_link.svg (100%) rename projects/icons-material/src/{ => material}/outlined/insert_page_break.svg (100%) rename projects/icons-material/src/{ => material}/outlined/insert_photo.svg (100%) rename projects/icons-material/src/{ => material}/outlined/insights.svg (100%) rename projects/icons-material/src/{ => material}/outlined/install_desktop.svg (100%) rename projects/icons-material/src/{ => material}/outlined/install_mobile.svg (100%) rename projects/icons-material/src/{ => material}/outlined/integration_instructions.svg (100%) rename projects/icons-material/src/{ => material}/outlined/interests.svg (100%) rename projects/icons-material/src/{ => material}/outlined/interpreter_mode.svg (100%) rename projects/icons-material/src/{ => material}/outlined/inventory.svg (100%) rename projects/icons-material/src/{ => material}/outlined/inventory_2.svg (100%) rename projects/icons-material/src/{ => material}/outlined/invert_colors.svg (100%) rename projects/icons-material/src/{ => material}/outlined/invert_colors_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/ios_share.svg (100%) rename projects/icons-material/src/{ => material}/outlined/iron.svg (100%) rename projects/icons-material/src/{ => material}/outlined/iso.svg (100%) rename projects/icons-material/src/{ => material}/outlined/javascript.svg (100%) rename projects/icons-material/src/{ => material}/outlined/join_full.svg (100%) rename projects/icons-material/src/{ => material}/outlined/join_inner.svg (100%) rename projects/icons-material/src/{ => material}/outlined/join_left.svg (100%) rename projects/icons-material/src/{ => material}/outlined/join_right.svg (100%) rename projects/icons-material/src/{ => material}/outlined/kayaking.svg (100%) rename projects/icons-material/src/{ => material}/outlined/kebab_dining.svg (100%) rename projects/icons-material/src/{ => material}/outlined/key.svg (100%) rename projects/icons-material/src/{ => material}/outlined/key_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/keyboard.svg (100%) rename projects/icons-material/src/{ => material}/outlined/keyboard_alt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/keyboard_arrow_down.svg (100%) rename projects/icons-material/src/{ => material}/outlined/keyboard_arrow_left.svg (100%) rename projects/icons-material/src/{ => material}/outlined/keyboard_arrow_right.svg (100%) rename projects/icons-material/src/{ => material}/outlined/keyboard_arrow_up.svg (100%) rename projects/icons-material/src/{ => material}/outlined/keyboard_backspace.svg (100%) rename projects/icons-material/src/{ => material}/outlined/keyboard_capslock.svg (100%) rename projects/icons-material/src/{ => material}/outlined/keyboard_command_key.svg (100%) rename projects/icons-material/src/{ => material}/outlined/keyboard_control_key.svg (100%) rename projects/icons-material/src/{ => material}/outlined/keyboard_double_arrow_down.svg (100%) rename projects/icons-material/src/{ => material}/outlined/keyboard_double_arrow_left.svg (100%) rename projects/icons-material/src/{ => material}/outlined/keyboard_double_arrow_right.svg (100%) rename projects/icons-material/src/{ => material}/outlined/keyboard_double_arrow_up.svg (100%) rename projects/icons-material/src/{ => material}/outlined/keyboard_hide.svg (100%) rename projects/icons-material/src/{ => material}/outlined/keyboard_option_key.svg (100%) rename projects/icons-material/src/{ => material}/outlined/keyboard_return.svg (100%) rename projects/icons-material/src/{ => material}/outlined/keyboard_tab.svg (100%) rename projects/icons-material/src/{ => material}/outlined/keyboard_voice.svg (100%) rename projects/icons-material/src/{ => material}/outlined/king_bed.svg (100%) rename projects/icons-material/src/{ => material}/outlined/kitchen.svg (100%) rename projects/icons-material/src/{ => material}/outlined/kitesurfing.svg (100%) rename projects/icons-material/src/{ => material}/outlined/label.svg (100%) rename projects/icons-material/src/{ => material}/outlined/label_important.svg (100%) rename projects/icons-material/src/{ => material}/outlined/label_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/lan.svg (100%) rename projects/icons-material/src/{ => material}/outlined/landscape.svg (100%) rename projects/icons-material/src/{ => material}/outlined/landslide.svg (100%) rename projects/icons-material/src/{ => material}/outlined/language.svg (100%) rename projects/icons-material/src/{ => material}/outlined/laptop.svg (100%) rename projects/icons-material/src/{ => material}/outlined/laptop_chromebook.svg (100%) rename projects/icons-material/src/{ => material}/outlined/laptop_mac.svg (100%) rename projects/icons-material/src/{ => material}/outlined/laptop_windows.svg (100%) rename projects/icons-material/src/{ => material}/outlined/last_page.svg (100%) rename projects/icons-material/src/{ => material}/outlined/launch.svg (100%) rename projects/icons-material/src/{ => material}/outlined/layers.svg (100%) rename projects/icons-material/src/{ => material}/outlined/layers_clear.svg (100%) rename projects/icons-material/src/{ => material}/outlined/leaderboard.svg (100%) rename projects/icons-material/src/{ => material}/outlined/leak_add.svg (100%) rename projects/icons-material/src/{ => material}/outlined/leak_remove.svg (100%) rename projects/icons-material/src/{ => material}/outlined/legend_toggle.svg (100%) rename projects/icons-material/src/{ => material}/outlined/lens.svg (100%) rename projects/icons-material/src/{ => material}/outlined/lens_blur.svg (100%) rename projects/icons-material/src/{ => material}/outlined/library_add.svg (100%) rename projects/icons-material/src/{ => material}/outlined/library_add_check.svg (100%) rename projects/icons-material/src/{ => material}/outlined/library_books.svg (100%) rename projects/icons-material/src/{ => material}/outlined/library_music.svg (100%) rename projects/icons-material/src/{ => material}/outlined/light.svg (100%) rename projects/icons-material/src/{ => material}/outlined/light_mode.svg (100%) rename projects/icons-material/src/{ => material}/outlined/lightbulb.svg (100%) rename projects/icons-material/src/{ => material}/outlined/lightbulb_circle.svg (100%) rename projects/icons-material/src/{ => material}/outlined/line_axis.svg (100%) rename projects/icons-material/src/{ => material}/outlined/line_style.svg (100%) rename projects/icons-material/src/{ => material}/outlined/line_weight.svg (100%) rename projects/icons-material/src/{ => material}/outlined/linear_scale.svg (100%) rename projects/icons-material/src/{ => material}/outlined/link.svg (100%) rename projects/icons-material/src/{ => material}/outlined/link_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/linked_camera.svg (100%) rename projects/icons-material/src/{ => material}/outlined/liquor.svg (100%) rename projects/icons-material/src/{ => material}/outlined/list.svg (100%) rename projects/icons-material/src/{ => material}/outlined/list_alt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/live_help.svg (100%) rename projects/icons-material/src/{ => material}/outlined/live_tv.svg (100%) rename projects/icons-material/src/{ => material}/outlined/living.svg (100%) rename projects/icons-material/src/{ => material}/outlined/local_activity.svg (100%) rename projects/icons-material/src/{ => material}/outlined/local_airport.svg (100%) rename projects/icons-material/src/{ => material}/outlined/local_atm.svg (100%) rename projects/icons-material/src/{ => material}/outlined/local_bar.svg (100%) rename projects/icons-material/src/{ => material}/outlined/local_cafe.svg (100%) rename projects/icons-material/src/{ => material}/outlined/local_car_wash.svg (100%) rename projects/icons-material/src/{ => material}/outlined/local_convenience_store.svg (100%) rename projects/icons-material/src/{ => material}/outlined/local_dining.svg (100%) rename projects/icons-material/src/{ => material}/outlined/local_drink.svg (100%) rename projects/icons-material/src/{ => material}/outlined/local_fire_department.svg (100%) rename projects/icons-material/src/{ => material}/outlined/local_florist.svg (100%) rename projects/icons-material/src/{ => material}/outlined/local_gas_station.svg (100%) rename projects/icons-material/src/{ => material}/outlined/local_grocery_store.svg (100%) rename projects/icons-material/src/{ => material}/outlined/local_hospital.svg (100%) rename projects/icons-material/src/{ => material}/outlined/local_hotel.svg (100%) rename projects/icons-material/src/{ => material}/outlined/local_laundry_service.svg (100%) rename projects/icons-material/src/{ => material}/outlined/local_library.svg (100%) rename projects/icons-material/src/{ => material}/outlined/local_mall.svg (100%) rename projects/icons-material/src/{ => material}/outlined/local_movies.svg (100%) rename projects/icons-material/src/{ => material}/outlined/local_offer.svg (100%) rename projects/icons-material/src/{ => material}/outlined/local_parking.svg (100%) rename projects/icons-material/src/{ => material}/outlined/local_pharmacy.svg (100%) rename projects/icons-material/src/{ => material}/outlined/local_phone.svg (100%) rename projects/icons-material/src/{ => material}/outlined/local_pizza.svg (100%) rename projects/icons-material/src/{ => material}/outlined/local_play.svg (100%) rename projects/icons-material/src/{ => material}/outlined/local_police.svg (100%) rename projects/icons-material/src/{ => material}/outlined/local_post_office.svg (100%) rename projects/icons-material/src/{ => material}/outlined/local_printshop.svg (100%) rename projects/icons-material/src/{ => material}/outlined/local_see.svg (100%) rename projects/icons-material/src/{ => material}/outlined/local_shipping.svg (100%) rename projects/icons-material/src/{ => material}/outlined/local_taxi.svg (100%) rename projects/icons-material/src/{ => material}/outlined/location_city.svg (100%) rename projects/icons-material/src/{ => material}/outlined/location_disabled.svg (100%) rename projects/icons-material/src/{ => material}/outlined/location_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/location_on.svg (100%) rename projects/icons-material/src/{ => material}/outlined/location_searching.svg (100%) rename projects/icons-material/src/{ => material}/outlined/lock.svg (100%) rename projects/icons-material/src/{ => material}/outlined/lock_clock.svg (100%) rename projects/icons-material/src/{ => material}/outlined/lock_open.svg (100%) rename projects/icons-material/src/{ => material}/outlined/lock_person.svg (100%) rename projects/icons-material/src/{ => material}/outlined/lock_reset.svg (100%) rename projects/icons-material/src/{ => material}/outlined/login.svg (100%) rename projects/icons-material/src/{ => material}/outlined/logo_dev.svg (100%) rename projects/icons-material/src/{ => material}/outlined/logout.svg (100%) rename projects/icons-material/src/{ => material}/outlined/looks.svg (100%) rename projects/icons-material/src/{ => material}/outlined/looks_3.svg (100%) rename projects/icons-material/src/{ => material}/outlined/looks_4.svg (100%) rename projects/icons-material/src/{ => material}/outlined/looks_5.svg (100%) rename projects/icons-material/src/{ => material}/outlined/looks_6.svg (100%) rename projects/icons-material/src/{ => material}/outlined/looks_one.svg (100%) rename projects/icons-material/src/{ => material}/outlined/looks_two.svg (100%) rename projects/icons-material/src/{ => material}/outlined/loop.svg (100%) rename projects/icons-material/src/{ => material}/outlined/loupe.svg (100%) rename projects/icons-material/src/{ => material}/outlined/low_priority.svg (100%) rename projects/icons-material/src/{ => material}/outlined/loyalty.svg (100%) rename projects/icons-material/src/{ => material}/outlined/lte_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/outlined/lte_plus_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/outlined/luggage.svg (100%) rename projects/icons-material/src/{ => material}/outlined/lunch_dining.svg (100%) rename projects/icons-material/src/{ => material}/outlined/lyrics.svg (100%) rename projects/icons-material/src/{ => material}/outlined/macro_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/mail.svg (100%) rename projects/icons-material/src/{ => material}/outlined/mail_lock.svg (100%) rename projects/icons-material/src/{ => material}/outlined/mail_outline.svg (100%) rename projects/icons-material/src/{ => material}/outlined/male.svg (100%) rename projects/icons-material/src/{ => material}/outlined/man.svg (100%) rename projects/icons-material/src/{ => material}/outlined/man_2.svg (100%) rename projects/icons-material/src/{ => material}/outlined/man_3.svg (100%) rename projects/icons-material/src/{ => material}/outlined/man_4.svg (100%) rename projects/icons-material/src/{ => material}/outlined/manage_accounts.svg (100%) rename projects/icons-material/src/{ => material}/outlined/manage_history.svg (100%) rename projects/icons-material/src/{ => material}/outlined/manage_search.svg (100%) rename projects/icons-material/src/{ => material}/outlined/map.svg (100%) rename projects/icons-material/src/{ => material}/outlined/maps_home_work.svg (100%) rename projects/icons-material/src/{ => material}/outlined/maps_ugc.svg (100%) rename projects/icons-material/src/{ => material}/outlined/margin.svg (100%) rename projects/icons-material/src/{ => material}/outlined/mark_as_unread.svg (100%) rename projects/icons-material/src/{ => material}/outlined/mark_chat_read.svg (100%) rename projects/icons-material/src/{ => material}/outlined/mark_chat_unread.svg (100%) rename projects/icons-material/src/{ => material}/outlined/mark_email_read.svg (100%) rename projects/icons-material/src/{ => material}/outlined/mark_email_unread.svg (100%) rename projects/icons-material/src/{ => material}/outlined/mark_unread_chat_alt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/markunread.svg (100%) rename projects/icons-material/src/{ => material}/outlined/markunread_mailbox.svg (100%) rename projects/icons-material/src/{ => material}/outlined/masks.svg (100%) rename projects/icons-material/src/{ => material}/outlined/maximize.svg (100%) rename projects/icons-material/src/{ => material}/outlined/media_bluetooth_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/media_bluetooth_on.svg (100%) rename projects/icons-material/src/{ => material}/outlined/mediation.svg (100%) rename projects/icons-material/src/{ => material}/outlined/medical_information.svg (100%) rename projects/icons-material/src/{ => material}/outlined/medical_services.svg (100%) rename projects/icons-material/src/{ => material}/outlined/medication.svg (100%) rename projects/icons-material/src/{ => material}/outlined/medication_liquid.svg (100%) rename projects/icons-material/src/{ => material}/outlined/meeting_room.svg (100%) rename projects/icons-material/src/{ => material}/outlined/memory.svg (100%) rename projects/icons-material/src/{ => material}/outlined/menu.svg (100%) rename projects/icons-material/src/{ => material}/outlined/menu_book.svg (100%) rename projects/icons-material/src/{ => material}/outlined/menu_open.svg (100%) rename projects/icons-material/src/{ => material}/outlined/merge.svg (100%) rename projects/icons-material/src/{ => material}/outlined/merge_type.svg (100%) rename projects/icons-material/src/{ => material}/outlined/message.svg (100%) rename projects/icons-material/src/{ => material}/outlined/mic.svg (100%) rename projects/icons-material/src/{ => material}/outlined/mic_external_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/mic_external_on.svg (100%) rename projects/icons-material/src/{ => material}/outlined/mic_none.svg (100%) rename projects/icons-material/src/{ => material}/outlined/mic_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/microwave.svg (100%) rename projects/icons-material/src/{ => material}/outlined/military_tech.svg (100%) rename projects/icons-material/src/{ => material}/outlined/minimize.svg (100%) rename projects/icons-material/src/{ => material}/outlined/minor_crash.svg (100%) rename projects/icons-material/src/{ => material}/outlined/miscellaneous_services.svg (100%) rename projects/icons-material/src/{ => material}/outlined/missed_video_call.svg (100%) rename projects/icons-material/src/{ => material}/outlined/mms.svg (100%) rename projects/icons-material/src/{ => material}/outlined/mobile_friendly.svg (100%) rename projects/icons-material/src/{ => material}/outlined/mobile_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/mobile_screen_share.svg (100%) rename projects/icons-material/src/{ => material}/outlined/mobiledata_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/mode.svg (100%) rename projects/icons-material/src/{ => material}/outlined/mode_comment.svg (100%) rename projects/icons-material/src/{ => material}/outlined/mode_edit.svg (100%) rename projects/icons-material/src/{ => material}/outlined/mode_edit_outline.svg (100%) rename projects/icons-material/src/{ => material}/outlined/mode_fan_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/mode_night.svg (100%) rename projects/icons-material/src/{ => material}/outlined/mode_of_travel.svg (100%) rename projects/icons-material/src/{ => material}/outlined/mode_standby.svg (100%) rename projects/icons-material/src/{ => material}/outlined/model_training.svg (100%) rename projects/icons-material/src/{ => material}/outlined/monetization_on.svg (100%) rename projects/icons-material/src/{ => material}/outlined/money.svg (100%) rename projects/icons-material/src/{ => material}/outlined/money_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/money_off_csred.svg (100%) rename projects/icons-material/src/{ => material}/outlined/monitor.svg (100%) rename projects/icons-material/src/{ => material}/outlined/monitor_heart.svg (100%) rename projects/icons-material/src/{ => material}/outlined/monitor_weight.svg (100%) rename projects/icons-material/src/{ => material}/outlined/monochrome_photos.svg (100%) rename projects/icons-material/src/{ => material}/outlined/mood.svg (100%) rename projects/icons-material/src/{ => material}/outlined/mood_bad.svg (100%) rename projects/icons-material/src/{ => material}/outlined/moped.svg (100%) rename projects/icons-material/src/{ => material}/outlined/more.svg (100%) rename projects/icons-material/src/{ => material}/outlined/more_horiz.svg (100%) rename projects/icons-material/src/{ => material}/outlined/more_time.svg (100%) rename projects/icons-material/src/{ => material}/outlined/more_vert.svg (100%) rename projects/icons-material/src/{ => material}/outlined/mosque.svg (100%) rename projects/icons-material/src/{ => material}/outlined/motion_photos_auto.svg (100%) rename projects/icons-material/src/{ => material}/outlined/motion_photos_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/motion_photos_on.svg (100%) rename projects/icons-material/src/{ => material}/outlined/motion_photos_pause.svg (100%) rename projects/icons-material/src/{ => material}/outlined/motion_photos_paused.svg (100%) rename projects/icons-material/src/{ => material}/outlined/mouse.svg (100%) rename projects/icons-material/src/{ => material}/outlined/move_down.svg (100%) rename projects/icons-material/src/{ => material}/outlined/move_to_inbox.svg (100%) rename projects/icons-material/src/{ => material}/outlined/move_up.svg (100%) rename projects/icons-material/src/{ => material}/outlined/movie.svg (100%) rename projects/icons-material/src/{ => material}/outlined/movie_creation.svg (100%) rename projects/icons-material/src/{ => material}/outlined/movie_filter.svg (100%) rename projects/icons-material/src/{ => material}/outlined/moving.svg (100%) rename projects/icons-material/src/{ => material}/outlined/mp.svg (100%) rename projects/icons-material/src/{ => material}/outlined/multiline_chart.svg (100%) rename projects/icons-material/src/{ => material}/outlined/multiple_stop.svg (100%) rename projects/icons-material/src/{ => material}/outlined/museum.svg (100%) rename projects/icons-material/src/{ => material}/outlined/music_note.svg (100%) rename projects/icons-material/src/{ => material}/outlined/music_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/music_video.svg (100%) rename projects/icons-material/src/{ => material}/outlined/my_location.svg (100%) rename projects/icons-material/src/{ => material}/outlined/nat.svg (100%) rename projects/icons-material/src/{ => material}/outlined/nature.svg (100%) rename projects/icons-material/src/{ => material}/outlined/nature_people.svg (100%) rename projects/icons-material/src/{ => material}/outlined/navigate_before.svg (100%) rename projects/icons-material/src/{ => material}/outlined/navigate_next.svg (100%) rename projects/icons-material/src/{ => material}/outlined/navigation.svg (100%) rename projects/icons-material/src/{ => material}/outlined/near_me.svg (100%) rename projects/icons-material/src/{ => material}/outlined/near_me_disabled.svg (100%) rename projects/icons-material/src/{ => material}/outlined/nearby_error.svg (100%) rename projects/icons-material/src/{ => material}/outlined/nearby_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/nest_cam_wired_stand.svg (100%) rename projects/icons-material/src/{ => material}/outlined/network_cell.svg (100%) rename projects/icons-material/src/{ => material}/outlined/network_check.svg (100%) rename projects/icons-material/src/{ => material}/outlined/network_locked.svg (100%) rename projects/icons-material/src/{ => material}/outlined/network_ping.svg (100%) rename projects/icons-material/src/{ => material}/outlined/network_wifi.svg (100%) rename projects/icons-material/src/{ => material}/outlined/network_wifi_1_bar.svg (100%) rename projects/icons-material/src/{ => material}/outlined/network_wifi_2_bar.svg (100%) rename projects/icons-material/src/{ => material}/outlined/network_wifi_3_bar.svg (100%) rename projects/icons-material/src/{ => material}/outlined/new_label.svg (100%) rename projects/icons-material/src/{ => material}/outlined/new_releases.svg (100%) rename projects/icons-material/src/{ => material}/outlined/newspaper.svg (100%) rename projects/icons-material/src/{ => material}/outlined/next_plan.svg (100%) rename projects/icons-material/src/{ => material}/outlined/next_week.svg (100%) rename projects/icons-material/src/{ => material}/outlined/nfc.svg (100%) rename projects/icons-material/src/{ => material}/outlined/night_shelter.svg (100%) rename projects/icons-material/src/{ => material}/outlined/nightlife.svg (100%) rename projects/icons-material/src/{ => material}/outlined/nightlight.svg (100%) rename projects/icons-material/src/{ => material}/outlined/nightlight_round.svg (100%) rename projects/icons-material/src/{ => material}/outlined/nights_stay.svg (100%) rename projects/icons-material/src/{ => material}/outlined/no_accounts.svg (100%) rename projects/icons-material/src/{ => material}/outlined/no_adult_content.svg (100%) rename projects/icons-material/src/{ => material}/outlined/no_backpack.svg (100%) rename projects/icons-material/src/{ => material}/outlined/no_cell.svg (100%) rename projects/icons-material/src/{ => material}/outlined/no_crash.svg (100%) rename projects/icons-material/src/{ => material}/outlined/no_drinks.svg (100%) rename projects/icons-material/src/{ => material}/outlined/no_encryption.svg (100%) rename projects/icons-material/src/{ => material}/outlined/no_encryption_gmailerrorred.svg (100%) rename projects/icons-material/src/{ => material}/outlined/no_flash.svg (100%) rename projects/icons-material/src/{ => material}/outlined/no_food.svg (100%) rename projects/icons-material/src/{ => material}/outlined/no_luggage.svg (100%) rename projects/icons-material/src/{ => material}/outlined/no_meals.svg (100%) rename projects/icons-material/src/{ => material}/outlined/no_meeting_room.svg (100%) rename projects/icons-material/src/{ => material}/outlined/no_photography.svg (100%) rename projects/icons-material/src/{ => material}/outlined/no_sim.svg (100%) rename projects/icons-material/src/{ => material}/outlined/no_stroller.svg (100%) rename projects/icons-material/src/{ => material}/outlined/no_transfer.svg (100%) rename projects/icons-material/src/{ => material}/outlined/noise_aware.svg (100%) rename projects/icons-material/src/{ => material}/outlined/noise_control_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/nordic_walking.svg (100%) rename projects/icons-material/src/{ => material}/outlined/north.svg (100%) rename projects/icons-material/src/{ => material}/outlined/north_east.svg (100%) rename projects/icons-material/src/{ => material}/outlined/north_west.svg (100%) rename projects/icons-material/src/{ => material}/outlined/not_accessible.svg (100%) rename projects/icons-material/src/{ => material}/outlined/not_interested.svg (100%) rename projects/icons-material/src/{ => material}/outlined/not_listed_location.svg (100%) rename projects/icons-material/src/{ => material}/outlined/not_started.svg (100%) rename projects/icons-material/src/{ => material}/outlined/note.svg (100%) rename projects/icons-material/src/{ => material}/outlined/note_add.svg (100%) rename projects/icons-material/src/{ => material}/outlined/note_alt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/notes.svg (100%) rename projects/icons-material/src/{ => material}/outlined/notification_add.svg (100%) rename projects/icons-material/src/{ => material}/outlined/notification_important.svg (100%) rename projects/icons-material/src/{ => material}/outlined/notifications.svg (100%) rename projects/icons-material/src/{ => material}/outlined/notifications_active.svg (100%) rename projects/icons-material/src/{ => material}/outlined/notifications_none.svg (100%) rename projects/icons-material/src/{ => material}/outlined/notifications_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/notifications_paused.svg (100%) rename projects/icons-material/src/{ => material}/outlined/numbers.svg (100%) rename projects/icons-material/src/{ => material}/outlined/offline_bolt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/offline_pin.svg (100%) rename projects/icons-material/src/{ => material}/outlined/offline_share.svg (100%) rename projects/icons-material/src/{ => material}/outlined/oil_barrel.svg (100%) rename projects/icons-material/src/{ => material}/outlined/on_device_training.svg (100%) rename projects/icons-material/src/{ => material}/outlined/ondemand_video.svg (100%) rename projects/icons-material/src/{ => material}/outlined/online_prediction.svg (100%) rename projects/icons-material/src/{ => material}/outlined/opacity.svg (100%) rename projects/icons-material/src/{ => material}/outlined/open_in_browser.svg (100%) rename projects/icons-material/src/{ => material}/outlined/open_in_full.svg (100%) rename projects/icons-material/src/{ => material}/outlined/open_in_new.svg (100%) rename projects/icons-material/src/{ => material}/outlined/open_in_new_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/open_with.svg (100%) rename projects/icons-material/src/{ => material}/outlined/other_houses.svg (100%) rename projects/icons-material/src/{ => material}/outlined/outbound.svg (100%) rename projects/icons-material/src/{ => material}/outlined/outbox.svg (100%) rename projects/icons-material/src/{ => material}/outlined/outdoor_grill.svg (100%) rename projects/icons-material/src/{ => material}/outlined/outlet.svg (100%) rename projects/icons-material/src/{ => material}/outlined/outlined_flag.svg (100%) rename projects/icons-material/src/{ => material}/outlined/output.svg (100%) rename projects/icons-material/src/{ => material}/outlined/padding.svg (100%) rename projects/icons-material/src/{ => material}/outlined/pages.svg (100%) rename projects/icons-material/src/{ => material}/outlined/pageview.svg (100%) rename projects/icons-material/src/{ => material}/outlined/paid.svg (100%) rename projects/icons-material/src/{ => material}/outlined/palette.svg (100%) rename projects/icons-material/src/{ => material}/outlined/pan_tool.svg (100%) rename projects/icons-material/src/{ => material}/outlined/pan_tool_alt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/panorama.svg (100%) rename projects/icons-material/src/{ => material}/outlined/panorama_fish_eye.svg (100%) rename projects/icons-material/src/{ => material}/outlined/panorama_horizontal.svg (100%) rename projects/icons-material/src/{ => material}/outlined/panorama_horizontal_select.svg (100%) rename projects/icons-material/src/{ => material}/outlined/panorama_photosphere.svg (100%) rename projects/icons-material/src/{ => material}/outlined/panorama_photosphere_select.svg (100%) rename projects/icons-material/src/{ => material}/outlined/panorama_vertical.svg (100%) rename projects/icons-material/src/{ => material}/outlined/panorama_vertical_select.svg (100%) rename projects/icons-material/src/{ => material}/outlined/panorama_wide_angle.svg (100%) rename projects/icons-material/src/{ => material}/outlined/panorama_wide_angle_select.svg (100%) rename projects/icons-material/src/{ => material}/outlined/paragliding.svg (100%) rename projects/icons-material/src/{ => material}/outlined/park.svg (100%) rename projects/icons-material/src/{ => material}/outlined/party_mode.svg (100%) rename projects/icons-material/src/{ => material}/outlined/password.svg (100%) rename projects/icons-material/src/{ => material}/outlined/pattern.svg (100%) rename projects/icons-material/src/{ => material}/outlined/pause.svg (100%) rename projects/icons-material/src/{ => material}/outlined/pause_circle.svg (100%) rename projects/icons-material/src/{ => material}/outlined/pause_circle_filled.svg (100%) rename projects/icons-material/src/{ => material}/outlined/pause_circle_outline.svg (100%) rename projects/icons-material/src/{ => material}/outlined/pause_presentation.svg (100%) rename projects/icons-material/src/{ => material}/outlined/payment.svg (100%) rename projects/icons-material/src/{ => material}/outlined/payments.svg (100%) rename projects/icons-material/src/{ => material}/outlined/pedal_bike.svg (100%) rename projects/icons-material/src/{ => material}/outlined/pending.svg (100%) rename projects/icons-material/src/{ => material}/outlined/pending_actions.svg (100%) rename projects/icons-material/src/{ => material}/outlined/pentagon.svg (100%) rename projects/icons-material/src/{ => material}/outlined/people.svg (100%) rename projects/icons-material/src/{ => material}/outlined/people_alt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/people_outline.svg (100%) rename projects/icons-material/src/{ => material}/outlined/percent.svg (100%) rename projects/icons-material/src/{ => material}/outlined/perm_camera_mic.svg (100%) rename projects/icons-material/src/{ => material}/outlined/perm_contact_calendar.svg (100%) rename projects/icons-material/src/{ => material}/outlined/perm_data_setting.svg (100%) rename projects/icons-material/src/{ => material}/outlined/perm_device_information.svg (100%) rename projects/icons-material/src/{ => material}/outlined/perm_identity.svg (100%) rename projects/icons-material/src/{ => material}/outlined/perm_media.svg (100%) rename projects/icons-material/src/{ => material}/outlined/perm_phone_msg.svg (100%) rename projects/icons-material/src/{ => material}/outlined/perm_scan_wifi.svg (100%) rename projects/icons-material/src/{ => material}/outlined/person.svg (100%) rename projects/icons-material/src/{ => material}/outlined/person_2.svg (100%) rename projects/icons-material/src/{ => material}/outlined/person_3.svg (100%) rename projects/icons-material/src/{ => material}/outlined/person_4.svg (100%) rename projects/icons-material/src/{ => material}/outlined/person_add.svg (100%) rename projects/icons-material/src/{ => material}/outlined/person_add_alt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/person_add_alt_1.svg (100%) rename projects/icons-material/src/{ => material}/outlined/person_add_disabled.svg (100%) rename projects/icons-material/src/{ => material}/outlined/person_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/person_outline.svg (100%) rename projects/icons-material/src/{ => material}/outlined/person_pin.svg (100%) rename projects/icons-material/src/{ => material}/outlined/person_pin_circle.svg (100%) rename projects/icons-material/src/{ => material}/outlined/person_remove.svg (100%) rename projects/icons-material/src/{ => material}/outlined/person_remove_alt_1.svg (100%) rename projects/icons-material/src/{ => material}/outlined/person_search.svg (100%) rename projects/icons-material/src/{ => material}/outlined/personal_injury.svg (100%) rename projects/icons-material/src/{ => material}/outlined/personal_video.svg (100%) rename projects/icons-material/src/{ => material}/outlined/pest_control.svg (100%) rename projects/icons-material/src/{ => material}/outlined/pest_control_rodent.svg (100%) rename projects/icons-material/src/{ => material}/outlined/pets.svg (100%) rename projects/icons-material/src/{ => material}/outlined/phishing.svg (100%) rename projects/icons-material/src/{ => material}/outlined/phone.svg (100%) rename projects/icons-material/src/{ => material}/outlined/phone_android.svg (100%) rename projects/icons-material/src/{ => material}/outlined/phone_bluetooth_speaker.svg (100%) rename projects/icons-material/src/{ => material}/outlined/phone_callback.svg (100%) rename projects/icons-material/src/{ => material}/outlined/phone_disabled.svg (100%) rename projects/icons-material/src/{ => material}/outlined/phone_enabled.svg (100%) rename projects/icons-material/src/{ => material}/outlined/phone_forwarded.svg (100%) rename projects/icons-material/src/{ => material}/outlined/phone_iphone.svg (100%) rename projects/icons-material/src/{ => material}/outlined/phone_locked.svg (100%) rename projects/icons-material/src/{ => material}/outlined/phone_missed.svg (100%) rename projects/icons-material/src/{ => material}/outlined/phone_paused.svg (100%) rename projects/icons-material/src/{ => material}/outlined/phonelink.svg (100%) rename projects/icons-material/src/{ => material}/outlined/phonelink_erase.svg (100%) rename projects/icons-material/src/{ => material}/outlined/phonelink_lock.svg (100%) rename projects/icons-material/src/{ => material}/outlined/phonelink_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/phonelink_ring.svg (100%) rename projects/icons-material/src/{ => material}/outlined/phonelink_setup.svg (100%) rename projects/icons-material/src/{ => material}/outlined/photo.svg (100%) rename projects/icons-material/src/{ => material}/outlined/photo_album.svg (100%) rename projects/icons-material/src/{ => material}/outlined/photo_camera.svg (100%) rename projects/icons-material/src/{ => material}/outlined/photo_camera_back.svg (100%) rename projects/icons-material/src/{ => material}/outlined/photo_camera_front.svg (100%) rename projects/icons-material/src/{ => material}/outlined/photo_filter.svg (100%) rename projects/icons-material/src/{ => material}/outlined/photo_library.svg (100%) rename projects/icons-material/src/{ => material}/outlined/photo_size_select_actual.svg (100%) rename projects/icons-material/src/{ => material}/outlined/photo_size_select_large.svg (100%) rename projects/icons-material/src/{ => material}/outlined/photo_size_select_small.svg (100%) rename projects/icons-material/src/{ => material}/outlined/php.svg (100%) rename projects/icons-material/src/{ => material}/outlined/piano.svg (100%) rename projects/icons-material/src/{ => material}/outlined/piano_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/picture_as_pdf.svg (100%) rename projects/icons-material/src/{ => material}/outlined/picture_in_picture.svg (100%) rename projects/icons-material/src/{ => material}/outlined/picture_in_picture_alt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/pie_chart.svg (100%) rename projects/icons-material/src/{ => material}/outlined/pie_chart_outline.svg (100%) rename projects/icons-material/src/{ => material}/outlined/pin.svg (100%) rename projects/icons-material/src/{ => material}/outlined/pin_drop.svg (100%) rename projects/icons-material/src/{ => material}/outlined/pin_end.svg (100%) rename projects/icons-material/src/{ => material}/outlined/pin_invoke.svg (100%) rename projects/icons-material/src/{ => material}/outlined/pinch.svg (100%) rename projects/icons-material/src/{ => material}/outlined/pivot_table_chart.svg (100%) rename projects/icons-material/src/{ => material}/outlined/pix.svg (100%) rename projects/icons-material/src/{ => material}/outlined/place.svg (100%) rename projects/icons-material/src/{ => material}/outlined/plagiarism.svg (100%) rename projects/icons-material/src/{ => material}/outlined/play_arrow.svg (100%) rename projects/icons-material/src/{ => material}/outlined/play_circle.svg (100%) rename projects/icons-material/src/{ => material}/outlined/play_circle_filled.svg (100%) rename projects/icons-material/src/{ => material}/outlined/play_circle_outline.svg (100%) rename projects/icons-material/src/{ => material}/outlined/play_disabled.svg (100%) rename projects/icons-material/src/{ => material}/outlined/play_for_work.svg (100%) rename projects/icons-material/src/{ => material}/outlined/play_lesson.svg (100%) rename projects/icons-material/src/{ => material}/outlined/playlist_add.svg (100%) rename projects/icons-material/src/{ => material}/outlined/playlist_add_check.svg (100%) rename projects/icons-material/src/{ => material}/outlined/playlist_add_check_circle.svg (100%) rename projects/icons-material/src/{ => material}/outlined/playlist_add_circle.svg (100%) rename projects/icons-material/src/{ => material}/outlined/playlist_play.svg (100%) rename projects/icons-material/src/{ => material}/outlined/playlist_remove.svg (100%) rename projects/icons-material/src/{ => material}/outlined/plumbing.svg (100%) rename projects/icons-material/src/{ => material}/outlined/plus_one.svg (100%) rename projects/icons-material/src/{ => material}/outlined/podcasts.svg (100%) rename projects/icons-material/src/{ => material}/outlined/point_of_sale.svg (100%) rename projects/icons-material/src/{ => material}/outlined/policy.svg (100%) rename projects/icons-material/src/{ => material}/outlined/poll.svg (100%) rename projects/icons-material/src/{ => material}/outlined/polyline.svg (100%) rename projects/icons-material/src/{ => material}/outlined/polymer.svg (100%) rename projects/icons-material/src/{ => material}/outlined/pool.svg (100%) rename projects/icons-material/src/{ => material}/outlined/portable_wifi_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/portrait.svg (100%) rename projects/icons-material/src/{ => material}/outlined/post_add.svg (100%) rename projects/icons-material/src/{ => material}/outlined/power.svg (100%) rename projects/icons-material/src/{ => material}/outlined/power_input.svg (100%) rename projects/icons-material/src/{ => material}/outlined/power_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/power_settings_new.svg (100%) rename projects/icons-material/src/{ => material}/outlined/precision_manufacturing.svg (100%) rename projects/icons-material/src/{ => material}/outlined/pregnant_woman.svg (100%) rename projects/icons-material/src/{ => material}/outlined/present_to_all.svg (100%) rename projects/icons-material/src/{ => material}/outlined/preview.svg (100%) rename projects/icons-material/src/{ => material}/outlined/price_change.svg (100%) rename projects/icons-material/src/{ => material}/outlined/price_check.svg (100%) rename projects/icons-material/src/{ => material}/outlined/print.svg (100%) rename projects/icons-material/src/{ => material}/outlined/print_disabled.svg (100%) rename projects/icons-material/src/{ => material}/outlined/priority_high.svg (100%) rename projects/icons-material/src/{ => material}/outlined/privacy_tip.svg (100%) rename projects/icons-material/src/{ => material}/outlined/private_connectivity.svg (100%) rename projects/icons-material/src/{ => material}/outlined/production_quantity_limits.svg (100%) rename projects/icons-material/src/{ => material}/outlined/propane.svg (100%) rename projects/icons-material/src/{ => material}/outlined/propane_tank.svg (100%) rename projects/icons-material/src/{ => material}/outlined/psychology.svg (100%) rename projects/icons-material/src/{ => material}/outlined/psychology_alt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/public.svg (100%) rename projects/icons-material/src/{ => material}/outlined/public_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/publish.svg (100%) rename projects/icons-material/src/{ => material}/outlined/published_with_changes.svg (100%) rename projects/icons-material/src/{ => material}/outlined/punch_clock.svg (100%) rename projects/icons-material/src/{ => material}/outlined/push_pin.svg (100%) rename projects/icons-material/src/{ => material}/outlined/qr_code.svg (100%) rename projects/icons-material/src/{ => material}/outlined/qr_code_2.svg (100%) rename projects/icons-material/src/{ => material}/outlined/qr_code_scanner.svg (100%) rename projects/icons-material/src/{ => material}/outlined/query_builder.svg (100%) rename projects/icons-material/src/{ => material}/outlined/query_stats.svg (100%) rename projects/icons-material/src/{ => material}/outlined/question_answer.svg (100%) rename projects/icons-material/src/{ => material}/outlined/question_mark.svg (100%) rename projects/icons-material/src/{ => material}/outlined/queue.svg (100%) rename projects/icons-material/src/{ => material}/outlined/queue_music.svg (100%) rename projects/icons-material/src/{ => material}/outlined/queue_play_next.svg (100%) rename projects/icons-material/src/{ => material}/outlined/quickreply.svg (100%) rename projects/icons-material/src/{ => material}/outlined/quiz.svg (100%) rename projects/icons-material/src/{ => material}/outlined/r_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/outlined/radar.svg (100%) rename projects/icons-material/src/{ => material}/outlined/radio.svg (100%) rename projects/icons-material/src/{ => material}/outlined/radio_button_checked.svg (100%) rename projects/icons-material/src/{ => material}/outlined/radio_button_unchecked.svg (100%) rename projects/icons-material/src/{ => material}/outlined/railway_alert.svg (100%) rename projects/icons-material/src/{ => material}/outlined/ramen_dining.svg (100%) rename projects/icons-material/src/{ => material}/outlined/ramp_left.svg (100%) rename projects/icons-material/src/{ => material}/outlined/ramp_right.svg (100%) rename projects/icons-material/src/{ => material}/outlined/rate_review.svg (100%) rename projects/icons-material/src/{ => material}/outlined/raw_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/raw_on.svg (100%) rename projects/icons-material/src/{ => material}/outlined/read_more.svg (100%) rename projects/icons-material/src/{ => material}/outlined/real_estate_agent.svg (100%) rename projects/icons-material/src/{ => material}/outlined/receipt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/receipt_long.svg (100%) rename projects/icons-material/src/{ => material}/outlined/recent_actors.svg (100%) rename projects/icons-material/src/{ => material}/outlined/recommend.svg (100%) rename projects/icons-material/src/{ => material}/outlined/record_voice_over.svg (100%) rename projects/icons-material/src/{ => material}/outlined/rectangle.svg (100%) rename projects/icons-material/src/{ => material}/outlined/recycling.svg (100%) rename projects/icons-material/src/{ => material}/outlined/redeem.svg (100%) rename projects/icons-material/src/{ => material}/outlined/redo.svg (100%) rename projects/icons-material/src/{ => material}/outlined/reduce_capacity.svg (100%) rename projects/icons-material/src/{ => material}/outlined/refresh.svg (100%) rename projects/icons-material/src/{ => material}/outlined/remember_me.svg (100%) rename projects/icons-material/src/{ => material}/outlined/remove.svg (100%) rename projects/icons-material/src/{ => material}/outlined/remove_circle.svg (100%) rename projects/icons-material/src/{ => material}/outlined/remove_circle_outline.svg (100%) rename projects/icons-material/src/{ => material}/outlined/remove_done.svg (100%) rename projects/icons-material/src/{ => material}/outlined/remove_from_queue.svg (100%) rename projects/icons-material/src/{ => material}/outlined/remove_moderator.svg (100%) rename projects/icons-material/src/{ => material}/outlined/remove_red_eye.svg (100%) rename projects/icons-material/src/{ => material}/outlined/remove_road.svg (100%) rename projects/icons-material/src/{ => material}/outlined/remove_shopping_cart.svg (100%) rename projects/icons-material/src/{ => material}/outlined/reorder.svg (100%) rename projects/icons-material/src/{ => material}/outlined/repartition.svg (100%) rename projects/icons-material/src/{ => material}/outlined/repeat.svg (100%) rename projects/icons-material/src/{ => material}/outlined/repeat_on.svg (100%) rename projects/icons-material/src/{ => material}/outlined/repeat_one.svg (100%) rename projects/icons-material/src/{ => material}/outlined/repeat_one_on.svg (100%) rename projects/icons-material/src/{ => material}/outlined/replay.svg (100%) rename projects/icons-material/src/{ => material}/outlined/replay_10.svg (100%) rename projects/icons-material/src/{ => material}/outlined/replay_30.svg (100%) rename projects/icons-material/src/{ => material}/outlined/replay_5.svg (100%) rename projects/icons-material/src/{ => material}/outlined/replay_circle_filled.svg (100%) rename projects/icons-material/src/{ => material}/outlined/reply.svg (100%) rename projects/icons-material/src/{ => material}/outlined/reply_all.svg (100%) rename projects/icons-material/src/{ => material}/outlined/report.svg (100%) rename projects/icons-material/src/{ => material}/outlined/report_gmailerrorred.svg (100%) rename projects/icons-material/src/{ => material}/outlined/report_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/report_problem.svg (100%) rename projects/icons-material/src/{ => material}/outlined/request_page.svg (100%) rename projects/icons-material/src/{ => material}/outlined/request_quote.svg (100%) rename projects/icons-material/src/{ => material}/outlined/reset_tv.svg (100%) rename projects/icons-material/src/{ => material}/outlined/restart_alt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/restaurant.svg (100%) rename projects/icons-material/src/{ => material}/outlined/restaurant_menu.svg (100%) rename projects/icons-material/src/{ => material}/outlined/restore.svg (100%) rename projects/icons-material/src/{ => material}/outlined/restore_from_trash.svg (100%) rename projects/icons-material/src/{ => material}/outlined/restore_page.svg (100%) rename projects/icons-material/src/{ => material}/outlined/reviews.svg (100%) rename projects/icons-material/src/{ => material}/outlined/rice_bowl.svg (100%) rename projects/icons-material/src/{ => material}/outlined/ring_volume.svg (100%) rename projects/icons-material/src/{ => material}/outlined/rocket.svg (100%) rename projects/icons-material/src/{ => material}/outlined/rocket_launch.svg (100%) rename projects/icons-material/src/{ => material}/outlined/roller_shades.svg (100%) rename projects/icons-material/src/{ => material}/outlined/roller_shades_closed.svg (100%) rename projects/icons-material/src/{ => material}/outlined/roller_skating.svg (100%) rename projects/icons-material/src/{ => material}/outlined/roofing.svg (100%) rename projects/icons-material/src/{ => material}/outlined/room.svg (100%) rename projects/icons-material/src/{ => material}/outlined/room_preferences.svg (100%) rename projects/icons-material/src/{ => material}/outlined/room_service.svg (100%) rename projects/icons-material/src/{ => material}/outlined/rotate_90_degrees_ccw.svg (100%) rename projects/icons-material/src/{ => material}/outlined/rotate_90_degrees_cw.svg (100%) rename projects/icons-material/src/{ => material}/outlined/rotate_left.svg (100%) rename projects/icons-material/src/{ => material}/outlined/rotate_right.svg (100%) rename projects/icons-material/src/{ => material}/outlined/roundabout_left.svg (100%) rename projects/icons-material/src/{ => material}/outlined/roundabout_right.svg (100%) rename projects/icons-material/src/{ => material}/outlined/rounded_corner.svg (100%) rename projects/icons-material/src/{ => material}/outlined/route.svg (100%) rename projects/icons-material/src/{ => material}/outlined/router.svg (100%) rename projects/icons-material/src/{ => material}/outlined/rowing.svg (100%) rename projects/icons-material/src/{ => material}/outlined/rss_feed.svg (100%) rename projects/icons-material/src/{ => material}/outlined/rsvp.svg (100%) rename projects/icons-material/src/{ => material}/outlined/rtt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/rule.svg (100%) rename projects/icons-material/src/{ => material}/outlined/rule_folder.svg (100%) rename projects/icons-material/src/{ => material}/outlined/run_circle.svg (100%) rename projects/icons-material/src/{ => material}/outlined/running_with_errors.svg (100%) rename projects/icons-material/src/{ => material}/outlined/rv_hookup.svg (100%) rename projects/icons-material/src/{ => material}/outlined/safety_check.svg (100%) rename projects/icons-material/src/{ => material}/outlined/safety_divider.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sailing.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sanitizer.svg (100%) rename projects/icons-material/src/{ => material}/outlined/satellite.svg (100%) rename projects/icons-material/src/{ => material}/outlined/satellite_alt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/save.svg (100%) rename projects/icons-material/src/{ => material}/outlined/save_alt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/save_as.svg (100%) rename projects/icons-material/src/{ => material}/outlined/saved_search.svg (100%) rename projects/icons-material/src/{ => material}/outlined/savings.svg (100%) rename projects/icons-material/src/{ => material}/outlined/scale.svg (100%) rename projects/icons-material/src/{ => material}/outlined/scanner.svg (100%) rename projects/icons-material/src/{ => material}/outlined/scatter_plot.svg (100%) rename projects/icons-material/src/{ => material}/outlined/schedule.svg (100%) rename projects/icons-material/src/{ => material}/outlined/schedule_send.svg (100%) rename projects/icons-material/src/{ => material}/outlined/schema.svg (100%) rename projects/icons-material/src/{ => material}/outlined/school.svg (100%) rename projects/icons-material/src/{ => material}/outlined/science.svg (100%) rename projects/icons-material/src/{ => material}/outlined/score.svg (100%) rename projects/icons-material/src/{ => material}/outlined/scoreboard.svg (100%) rename projects/icons-material/src/{ => material}/outlined/screen_lock_landscape.svg (100%) rename projects/icons-material/src/{ => material}/outlined/screen_lock_portrait.svg (100%) rename projects/icons-material/src/{ => material}/outlined/screen_lock_rotation.svg (100%) rename projects/icons-material/src/{ => material}/outlined/screen_rotation.svg (100%) rename projects/icons-material/src/{ => material}/outlined/screen_rotation_alt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/screen_search_desktop.svg (100%) rename projects/icons-material/src/{ => material}/outlined/screen_share.svg (100%) rename projects/icons-material/src/{ => material}/outlined/screenshot.svg (100%) rename projects/icons-material/src/{ => material}/outlined/screenshot_monitor.svg (100%) rename projects/icons-material/src/{ => material}/outlined/scuba_diving.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sd.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sd_card.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sd_card_alert.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sd_storage.svg (100%) rename projects/icons-material/src/{ => material}/outlined/search.svg (100%) rename projects/icons-material/src/{ => material}/outlined/search_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/security.svg (100%) rename projects/icons-material/src/{ => material}/outlined/security_update.svg (100%) rename projects/icons-material/src/{ => material}/outlined/security_update_good.svg (100%) rename projects/icons-material/src/{ => material}/outlined/security_update_warning.svg (100%) rename projects/icons-material/src/{ => material}/outlined/segment.svg (100%) rename projects/icons-material/src/{ => material}/outlined/select_all.svg (100%) rename projects/icons-material/src/{ => material}/outlined/self_improvement.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sell.svg (100%) rename projects/icons-material/src/{ => material}/outlined/send.svg (100%) rename projects/icons-material/src/{ => material}/outlined/send_and_archive.svg (100%) rename projects/icons-material/src/{ => material}/outlined/send_time_extension.svg (100%) rename projects/icons-material/src/{ => material}/outlined/send_to_mobile.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sensor_door.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sensor_occupied.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sensor_window.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sensors.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sensors_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sentiment_dissatisfied.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sentiment_neutral.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sentiment_satisfied.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sentiment_satisfied_alt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sentiment_very_dissatisfied.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sentiment_very_satisfied.svg (100%) rename projects/icons-material/src/{ => material}/outlined/set_meal.svg (100%) rename projects/icons-material/src/{ => material}/outlined/settings.svg (100%) rename projects/icons-material/src/{ => material}/outlined/settings_accessibility.svg (100%) rename projects/icons-material/src/{ => material}/outlined/settings_applications.svg (100%) rename projects/icons-material/src/{ => material}/outlined/settings_backup_restore.svg (100%) rename projects/icons-material/src/{ => material}/outlined/settings_bluetooth.svg (100%) rename projects/icons-material/src/{ => material}/outlined/settings_brightness.svg (100%) rename projects/icons-material/src/{ => material}/outlined/settings_cell.svg (100%) rename projects/icons-material/src/{ => material}/outlined/settings_ethernet.svg (100%) rename projects/icons-material/src/{ => material}/outlined/settings_input_antenna.svg (100%) rename projects/icons-material/src/{ => material}/outlined/settings_input_component.svg (100%) rename projects/icons-material/src/{ => material}/outlined/settings_input_composite.svg (100%) rename projects/icons-material/src/{ => material}/outlined/settings_input_hdmi.svg (100%) rename projects/icons-material/src/{ => material}/outlined/settings_input_svideo.svg (100%) rename projects/icons-material/src/{ => material}/outlined/settings_overscan.svg (100%) rename projects/icons-material/src/{ => material}/outlined/settings_phone.svg (100%) rename projects/icons-material/src/{ => material}/outlined/settings_power.svg (100%) rename projects/icons-material/src/{ => material}/outlined/settings_remote.svg (100%) rename projects/icons-material/src/{ => material}/outlined/settings_suggest.svg (100%) rename projects/icons-material/src/{ => material}/outlined/settings_system_daydream.svg (100%) rename projects/icons-material/src/{ => material}/outlined/settings_voice.svg (100%) rename projects/icons-material/src/{ => material}/outlined/severe_cold.svg (100%) rename projects/icons-material/src/{ => material}/outlined/shape_line.svg (100%) rename projects/icons-material/src/{ => material}/outlined/share.svg (100%) rename projects/icons-material/src/{ => material}/outlined/share_location.svg (100%) rename projects/icons-material/src/{ => material}/outlined/shield.svg (100%) rename projects/icons-material/src/{ => material}/outlined/shield_moon.svg (100%) rename projects/icons-material/src/{ => material}/outlined/shop.svg (100%) rename projects/icons-material/src/{ => material}/outlined/shop_2.svg (100%) rename projects/icons-material/src/{ => material}/outlined/shop_two.svg (100%) rename projects/icons-material/src/{ => material}/outlined/shopping_bag.svg (100%) rename projects/icons-material/src/{ => material}/outlined/shopping_basket.svg (100%) rename projects/icons-material/src/{ => material}/outlined/shopping_cart.svg (100%) rename projects/icons-material/src/{ => material}/outlined/shopping_cart_checkout.svg (100%) rename projects/icons-material/src/{ => material}/outlined/short_text.svg (100%) rename projects/icons-material/src/{ => material}/outlined/shortcut.svg (100%) rename projects/icons-material/src/{ => material}/outlined/show_chart.svg (100%) rename projects/icons-material/src/{ => material}/outlined/shower.svg (100%) rename projects/icons-material/src/{ => material}/outlined/shuffle.svg (100%) rename projects/icons-material/src/{ => material}/outlined/shuffle_on.svg (100%) rename projects/icons-material/src/{ => material}/outlined/shutter_speed.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sick.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sign_language.svg (100%) rename projects/icons-material/src/{ => material}/outlined/signal_cellular_0_bar.svg (100%) rename projects/icons-material/src/{ => material}/outlined/signal_cellular_4_bar.svg (100%) rename projects/icons-material/src/{ => material}/outlined/signal_cellular_alt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/signal_cellular_alt_1_bar.svg (100%) rename projects/icons-material/src/{ => material}/outlined/signal_cellular_alt_2_bar.svg (100%) rename projects/icons-material/src/{ => material}/outlined/signal_cellular_connected_no_internet_0_bar.svg (100%) rename projects/icons-material/src/{ => material}/outlined/signal_cellular_connected_no_internet_4_bar.svg (100%) rename projects/icons-material/src/{ => material}/outlined/signal_cellular_no_sim.svg (100%) rename projects/icons-material/src/{ => material}/outlined/signal_cellular_nodata.svg (100%) rename projects/icons-material/src/{ => material}/outlined/signal_cellular_null.svg (100%) rename projects/icons-material/src/{ => material}/outlined/signal_cellular_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/signal_wifi_0_bar.svg (100%) rename projects/icons-material/src/{ => material}/outlined/signal_wifi_4_bar.svg (100%) rename projects/icons-material/src/{ => material}/outlined/signal_wifi_4_bar_lock.svg (100%) rename projects/icons-material/src/{ => material}/outlined/signal_wifi_bad.svg (100%) rename projects/icons-material/src/{ => material}/outlined/signal_wifi_connected_no_internet_4.svg (100%) rename projects/icons-material/src/{ => material}/outlined/signal_wifi_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/signal_wifi_statusbar_4_bar.svg (100%) rename projects/icons-material/src/{ => material}/outlined/signal_wifi_statusbar_connected_no_internet_4.svg (100%) rename projects/icons-material/src/{ => material}/outlined/signal_wifi_statusbar_null.svg (100%) rename projects/icons-material/src/{ => material}/outlined/signpost.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sim_card.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sim_card_alert.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sim_card_download.svg (100%) rename projects/icons-material/src/{ => material}/outlined/single_bed.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sip.svg (100%) rename projects/icons-material/src/{ => material}/outlined/skateboarding.svg (100%) rename projects/icons-material/src/{ => material}/outlined/skip_next.svg (100%) rename projects/icons-material/src/{ => material}/outlined/skip_previous.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sledding.svg (100%) rename projects/icons-material/src/{ => material}/outlined/slideshow.svg (100%) rename projects/icons-material/src/{ => material}/outlined/slow_motion_video.svg (100%) rename projects/icons-material/src/{ => material}/outlined/smart_button.svg (100%) rename projects/icons-material/src/{ => material}/outlined/smart_display.svg (100%) rename projects/icons-material/src/{ => material}/outlined/smart_screen.svg (100%) rename projects/icons-material/src/{ => material}/outlined/smart_toy.svg (100%) rename projects/icons-material/src/{ => material}/outlined/smartphone.svg (100%) rename projects/icons-material/src/{ => material}/outlined/smoke_free.svg (100%) rename projects/icons-material/src/{ => material}/outlined/smoking_rooms.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sms.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sms_failed.svg (100%) rename projects/icons-material/src/{ => material}/outlined/snippet_folder.svg (100%) rename projects/icons-material/src/{ => material}/outlined/snooze.svg (100%) rename projects/icons-material/src/{ => material}/outlined/snowboarding.svg (100%) rename projects/icons-material/src/{ => material}/outlined/snowmobile.svg (100%) rename projects/icons-material/src/{ => material}/outlined/snowshoeing.svg (100%) rename projects/icons-material/src/{ => material}/outlined/soap.svg (100%) rename projects/icons-material/src/{ => material}/outlined/social_distance.svg (100%) rename projects/icons-material/src/{ => material}/outlined/solar_power.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sort.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sort_by_alpha.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sos.svg (100%) rename projects/icons-material/src/{ => material}/outlined/soup_kitchen.svg (100%) rename projects/icons-material/src/{ => material}/outlined/source.svg (100%) rename projects/icons-material/src/{ => material}/outlined/south.svg (100%) rename projects/icons-material/src/{ => material}/outlined/south_america.svg (100%) rename projects/icons-material/src/{ => material}/outlined/south_east.svg (100%) rename projects/icons-material/src/{ => material}/outlined/south_west.svg (100%) rename projects/icons-material/src/{ => material}/outlined/spa.svg (100%) rename projects/icons-material/src/{ => material}/outlined/space_bar.svg (100%) rename projects/icons-material/src/{ => material}/outlined/space_dashboard.svg (100%) rename projects/icons-material/src/{ => material}/outlined/spatial_audio.svg (100%) rename projects/icons-material/src/{ => material}/outlined/spatial_audio_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/spatial_tracking.svg (100%) rename projects/icons-material/src/{ => material}/outlined/speaker.svg (100%) rename projects/icons-material/src/{ => material}/outlined/speaker_group.svg (100%) rename projects/icons-material/src/{ => material}/outlined/speaker_notes.svg (100%) rename projects/icons-material/src/{ => material}/outlined/speaker_notes_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/speaker_phone.svg (100%) rename projects/icons-material/src/{ => material}/outlined/speed.svg (100%) rename projects/icons-material/src/{ => material}/outlined/spellcheck.svg (100%) rename projects/icons-material/src/{ => material}/outlined/splitscreen.svg (100%) rename projects/icons-material/src/{ => material}/outlined/spoke.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sports.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sports_bar.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sports_baseball.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sports_basketball.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sports_cricket.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sports_esports.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sports_football.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sports_golf.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sports_gymnastics.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sports_handball.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sports_hockey.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sports_kabaddi.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sports_martial_arts.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sports_mma.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sports_motorsports.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sports_rugby.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sports_score.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sports_soccer.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sports_tennis.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sports_volleyball.svg (100%) rename projects/icons-material/src/{ => material}/outlined/square.svg (100%) rename projects/icons-material/src/{ => material}/outlined/square_foot.svg (100%) rename projects/icons-material/src/{ => material}/outlined/ssid_chart.svg (100%) rename projects/icons-material/src/{ => material}/outlined/stacked_bar_chart.svg (100%) rename projects/icons-material/src/{ => material}/outlined/stacked_line_chart.svg (100%) rename projects/icons-material/src/{ => material}/outlined/stadium.svg (100%) rename projects/icons-material/src/{ => material}/outlined/stairs.svg (100%) rename projects/icons-material/src/{ => material}/outlined/star.svg (100%) rename projects/icons-material/src/{ => material}/outlined/star_border.svg (100%) rename projects/icons-material/src/{ => material}/outlined/star_border_purple500.svg (100%) rename projects/icons-material/src/{ => material}/outlined/star_half.svg (100%) rename projects/icons-material/src/{ => material}/outlined/star_outline.svg (100%) rename projects/icons-material/src/{ => material}/outlined/star_purple500.svg (100%) rename projects/icons-material/src/{ => material}/outlined/star_rate.svg (100%) rename projects/icons-material/src/{ => material}/outlined/stars.svg (100%) rename projects/icons-material/src/{ => material}/outlined/start.svg (100%) rename projects/icons-material/src/{ => material}/outlined/stay_current_landscape.svg (100%) rename projects/icons-material/src/{ => material}/outlined/stay_current_portrait.svg (100%) rename projects/icons-material/src/{ => material}/outlined/stay_primary_landscape.svg (100%) rename projects/icons-material/src/{ => material}/outlined/stay_primary_portrait.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sticky_note_2.svg (100%) rename projects/icons-material/src/{ => material}/outlined/stop.svg (100%) rename projects/icons-material/src/{ => material}/outlined/stop_circle.svg (100%) rename projects/icons-material/src/{ => material}/outlined/stop_screen_share.svg (100%) rename projects/icons-material/src/{ => material}/outlined/storage.svg (100%) rename projects/icons-material/src/{ => material}/outlined/store.svg (100%) rename projects/icons-material/src/{ => material}/outlined/store_mall_directory.svg (100%) rename projects/icons-material/src/{ => material}/outlined/storefront.svg (100%) rename projects/icons-material/src/{ => material}/outlined/storm.svg (100%) rename projects/icons-material/src/{ => material}/outlined/straight.svg (100%) rename projects/icons-material/src/{ => material}/outlined/straighten.svg (100%) rename projects/icons-material/src/{ => material}/outlined/stream.svg (100%) rename projects/icons-material/src/{ => material}/outlined/streetview.svg (100%) rename projects/icons-material/src/{ => material}/outlined/strikethrough_s.svg (100%) rename projects/icons-material/src/{ => material}/outlined/stroller.svg (100%) rename projects/icons-material/src/{ => material}/outlined/style.svg (100%) rename projects/icons-material/src/{ => material}/outlined/subdirectory_arrow_left.svg (100%) rename projects/icons-material/src/{ => material}/outlined/subdirectory_arrow_right.svg (100%) rename projects/icons-material/src/{ => material}/outlined/subject.svg (100%) rename projects/icons-material/src/{ => material}/outlined/subscript.svg (100%) rename projects/icons-material/src/{ => material}/outlined/subscriptions.svg (100%) rename projects/icons-material/src/{ => material}/outlined/subtitles.svg (100%) rename projects/icons-material/src/{ => material}/outlined/subtitles_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/subway.svg (100%) rename projects/icons-material/src/{ => material}/outlined/summarize.svg (100%) rename projects/icons-material/src/{ => material}/outlined/superscript.svg (100%) rename projects/icons-material/src/{ => material}/outlined/supervised_user_circle.svg (100%) rename projects/icons-material/src/{ => material}/outlined/supervisor_account.svg (100%) rename projects/icons-material/src/{ => material}/outlined/support.svg (100%) rename projects/icons-material/src/{ => material}/outlined/support_agent.svg (100%) rename projects/icons-material/src/{ => material}/outlined/surfing.svg (100%) rename projects/icons-material/src/{ => material}/outlined/surround_sound.svg (100%) rename projects/icons-material/src/{ => material}/outlined/swap_calls.svg (100%) rename projects/icons-material/src/{ => material}/outlined/swap_horiz.svg (100%) rename projects/icons-material/src/{ => material}/outlined/swap_horizontal_circle.svg (100%) rename projects/icons-material/src/{ => material}/outlined/swap_vert.svg (100%) rename projects/icons-material/src/{ => material}/outlined/swap_vertical_circle.svg (100%) rename projects/icons-material/src/{ => material}/outlined/swipe.svg (100%) rename projects/icons-material/src/{ => material}/outlined/swipe_down.svg (100%) rename projects/icons-material/src/{ => material}/outlined/swipe_down_alt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/swipe_left.svg (100%) rename projects/icons-material/src/{ => material}/outlined/swipe_left_alt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/swipe_right.svg (100%) rename projects/icons-material/src/{ => material}/outlined/swipe_right_alt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/swipe_up.svg (100%) rename projects/icons-material/src/{ => material}/outlined/swipe_up_alt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/swipe_vertical.svg (100%) rename projects/icons-material/src/{ => material}/outlined/switch_access_shortcut.svg (100%) rename projects/icons-material/src/{ => material}/outlined/switch_access_shortcut_add.svg (100%) rename projects/icons-material/src/{ => material}/outlined/switch_account.svg (100%) rename projects/icons-material/src/{ => material}/outlined/switch_camera.svg (100%) rename projects/icons-material/src/{ => material}/outlined/switch_left.svg (100%) rename projects/icons-material/src/{ => material}/outlined/switch_right.svg (100%) rename projects/icons-material/src/{ => material}/outlined/switch_video.svg (100%) rename projects/icons-material/src/{ => material}/outlined/synagogue.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sync.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sync_alt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sync_disabled.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sync_lock.svg (100%) rename projects/icons-material/src/{ => material}/outlined/sync_problem.svg (100%) rename projects/icons-material/src/{ => material}/outlined/system_security_update.svg (100%) rename projects/icons-material/src/{ => material}/outlined/system_security_update_good.svg (100%) rename projects/icons-material/src/{ => material}/outlined/system_security_update_warning.svg (100%) rename projects/icons-material/src/{ => material}/outlined/system_update.svg (100%) rename projects/icons-material/src/{ => material}/outlined/system_update_alt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/tab.svg (100%) rename projects/icons-material/src/{ => material}/outlined/tab_unselected.svg (100%) rename projects/icons-material/src/{ => material}/outlined/table_bar.svg (100%) rename projects/icons-material/src/{ => material}/outlined/table_chart.svg (100%) rename projects/icons-material/src/{ => material}/outlined/table_restaurant.svg (100%) rename projects/icons-material/src/{ => material}/outlined/table_rows.svg (100%) rename projects/icons-material/src/{ => material}/outlined/table_view.svg (100%) rename projects/icons-material/src/{ => material}/outlined/tablet.svg (100%) rename projects/icons-material/src/{ => material}/outlined/tablet_android.svg (100%) rename projects/icons-material/src/{ => material}/outlined/tablet_mac.svg (100%) rename projects/icons-material/src/{ => material}/outlined/tag.svg (100%) rename projects/icons-material/src/{ => material}/outlined/tag_faces.svg (100%) rename projects/icons-material/src/{ => material}/outlined/takeout_dining.svg (100%) rename projects/icons-material/src/{ => material}/outlined/tap_and_play.svg (100%) rename projects/icons-material/src/{ => material}/outlined/tapas.svg (100%) rename projects/icons-material/src/{ => material}/outlined/task.svg (100%) rename projects/icons-material/src/{ => material}/outlined/task_alt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/taxi_alert.svg (100%) rename projects/icons-material/src/{ => material}/outlined/temple_buddhist.svg (100%) rename projects/icons-material/src/{ => material}/outlined/temple_hindu.svg (100%) rename projects/icons-material/src/{ => material}/outlined/terminal.svg (100%) rename projects/icons-material/src/{ => material}/outlined/terrain.svg (100%) rename projects/icons-material/src/{ => material}/outlined/text_decrease.svg (100%) rename projects/icons-material/src/{ => material}/outlined/text_fields.svg (100%) rename projects/icons-material/src/{ => material}/outlined/text_format.svg (100%) rename projects/icons-material/src/{ => material}/outlined/text_increase.svg (100%) rename projects/icons-material/src/{ => material}/outlined/text_rotate_up.svg (100%) rename projects/icons-material/src/{ => material}/outlined/text_rotate_vertical.svg (100%) rename projects/icons-material/src/{ => material}/outlined/text_rotation_angledown.svg (100%) rename projects/icons-material/src/{ => material}/outlined/text_rotation_angleup.svg (100%) rename projects/icons-material/src/{ => material}/outlined/text_rotation_down.svg (100%) rename projects/icons-material/src/{ => material}/outlined/text_rotation_none.svg (100%) rename projects/icons-material/src/{ => material}/outlined/text_snippet.svg (100%) rename projects/icons-material/src/{ => material}/outlined/textsms.svg (100%) rename projects/icons-material/src/{ => material}/outlined/texture.svg (100%) rename projects/icons-material/src/{ => material}/outlined/theater_comedy.svg (100%) rename projects/icons-material/src/{ => material}/outlined/theaters.svg (100%) rename projects/icons-material/src/{ => material}/outlined/thermostat.svg (100%) rename projects/icons-material/src/{ => material}/outlined/thermostat_auto.svg (100%) rename projects/icons-material/src/{ => material}/outlined/thumb_down.svg (100%) rename projects/icons-material/src/{ => material}/outlined/thumb_down_alt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/thumb_down_off_alt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/thumb_up.svg (100%) rename projects/icons-material/src/{ => material}/outlined/thumb_up_alt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/thumb_up_off_alt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/thumbs_up_down.svg (100%) rename projects/icons-material/src/{ => material}/outlined/thunderstorm.svg (100%) rename projects/icons-material/src/{ => material}/outlined/time_to_leave.svg (100%) rename projects/icons-material/src/{ => material}/outlined/timelapse.svg (100%) rename projects/icons-material/src/{ => material}/outlined/timeline.svg (100%) rename projects/icons-material/src/{ => material}/outlined/timer.svg (100%) rename projects/icons-material/src/{ => material}/outlined/timer_10.svg (100%) rename projects/icons-material/src/{ => material}/outlined/timer_10_select.svg (100%) rename projects/icons-material/src/{ => material}/outlined/timer_3.svg (100%) rename projects/icons-material/src/{ => material}/outlined/timer_3_select.svg (100%) rename projects/icons-material/src/{ => material}/outlined/timer_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/tips_and_updates.svg (100%) rename projects/icons-material/src/{ => material}/outlined/tire_repair.svg (100%) rename projects/icons-material/src/{ => material}/outlined/title.svg (100%) rename projects/icons-material/src/{ => material}/outlined/toc.svg (100%) rename projects/icons-material/src/{ => material}/outlined/today.svg (100%) rename projects/icons-material/src/{ => material}/outlined/toggle_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/toggle_on.svg (100%) rename projects/icons-material/src/{ => material}/outlined/token.svg (100%) rename projects/icons-material/src/{ => material}/outlined/toll.svg (100%) rename projects/icons-material/src/{ => material}/outlined/tonality.svg (100%) rename projects/icons-material/src/{ => material}/outlined/topic.svg (100%) rename projects/icons-material/src/{ => material}/outlined/tornado.svg (100%) rename projects/icons-material/src/{ => material}/outlined/touch_app.svg (100%) rename projects/icons-material/src/{ => material}/outlined/tour.svg (100%) rename projects/icons-material/src/{ => material}/outlined/toys.svg (100%) rename projects/icons-material/src/{ => material}/outlined/track_changes.svg (100%) rename projects/icons-material/src/{ => material}/outlined/traffic.svg (100%) rename projects/icons-material/src/{ => material}/outlined/train.svg (100%) rename projects/icons-material/src/{ => material}/outlined/tram.svg (100%) rename projects/icons-material/src/{ => material}/outlined/transcribe.svg (100%) rename projects/icons-material/src/{ => material}/outlined/transfer_within_a_station.svg (100%) rename projects/icons-material/src/{ => material}/outlined/transform.svg (100%) rename projects/icons-material/src/{ => material}/outlined/transgender.svg (100%) rename projects/icons-material/src/{ => material}/outlined/transit_enterexit.svg (100%) rename projects/icons-material/src/{ => material}/outlined/translate.svg (100%) rename projects/icons-material/src/{ => material}/outlined/travel_explore.svg (100%) rename projects/icons-material/src/{ => material}/outlined/trending_down.svg (100%) rename projects/icons-material/src/{ => material}/outlined/trending_flat.svg (100%) rename projects/icons-material/src/{ => material}/outlined/trending_up.svg (100%) rename projects/icons-material/src/{ => material}/outlined/trip_origin.svg (100%) rename projects/icons-material/src/{ => material}/outlined/troubleshoot.svg (100%) rename projects/icons-material/src/{ => material}/outlined/try.svg (100%) rename projects/icons-material/src/{ => material}/outlined/tsunami.svg (100%) rename projects/icons-material/src/{ => material}/outlined/tty.svg (100%) rename projects/icons-material/src/{ => material}/outlined/tune.svg (100%) rename projects/icons-material/src/{ => material}/outlined/tungsten.svg (100%) rename projects/icons-material/src/{ => material}/outlined/turn_left.svg (100%) rename projects/icons-material/src/{ => material}/outlined/turn_right.svg (100%) rename projects/icons-material/src/{ => material}/outlined/turn_sharp_left.svg (100%) rename projects/icons-material/src/{ => material}/outlined/turn_sharp_right.svg (100%) rename projects/icons-material/src/{ => material}/outlined/turn_slight_left.svg (100%) rename projects/icons-material/src/{ => material}/outlined/turn_slight_right.svg (100%) rename projects/icons-material/src/{ => material}/outlined/turned_in.svg (100%) rename projects/icons-material/src/{ => material}/outlined/turned_in_not.svg (100%) rename projects/icons-material/src/{ => material}/outlined/tv.svg (100%) rename projects/icons-material/src/{ => material}/outlined/tv_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/two_wheeler.svg (100%) rename projects/icons-material/src/{ => material}/outlined/type_specimen.svg (100%) rename projects/icons-material/src/{ => material}/outlined/u_turn_left.svg (100%) rename projects/icons-material/src/{ => material}/outlined/u_turn_right.svg (100%) rename projects/icons-material/src/{ => material}/outlined/umbrella.svg (100%) rename projects/icons-material/src/{ => material}/outlined/unarchive.svg (100%) rename projects/icons-material/src/{ => material}/outlined/undo.svg (100%) rename projects/icons-material/src/{ => material}/outlined/unfold_less.svg (100%) rename projects/icons-material/src/{ => material}/outlined/unfold_less_double.svg (100%) rename projects/icons-material/src/{ => material}/outlined/unfold_more.svg (100%) rename projects/icons-material/src/{ => material}/outlined/unfold_more_double.svg (100%) rename projects/icons-material/src/{ => material}/outlined/unpublished.svg (100%) rename projects/icons-material/src/{ => material}/outlined/unsubscribe.svg (100%) rename projects/icons-material/src/{ => material}/outlined/upcoming.svg (100%) rename projects/icons-material/src/{ => material}/outlined/update.svg (100%) rename projects/icons-material/src/{ => material}/outlined/update_disabled.svg (100%) rename projects/icons-material/src/{ => material}/outlined/upgrade.svg (100%) rename projects/icons-material/src/{ => material}/outlined/upload.svg (100%) rename projects/icons-material/src/{ => material}/outlined/upload_file.svg (100%) rename projects/icons-material/src/{ => material}/outlined/usb.svg (100%) rename projects/icons-material/src/{ => material}/outlined/usb_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/vaccines.svg (100%) rename projects/icons-material/src/{ => material}/outlined/vape_free.svg (100%) rename projects/icons-material/src/{ => material}/outlined/vaping_rooms.svg (100%) rename projects/icons-material/src/{ => material}/outlined/verified.svg (100%) rename projects/icons-material/src/{ => material}/outlined/verified_user.svg (100%) rename projects/icons-material/src/{ => material}/outlined/vertical_align_bottom.svg (100%) rename projects/icons-material/src/{ => material}/outlined/vertical_align_center.svg (100%) rename projects/icons-material/src/{ => material}/outlined/vertical_align_top.svg (100%) rename projects/icons-material/src/{ => material}/outlined/vertical_distribute.svg (100%) rename projects/icons-material/src/{ => material}/outlined/vertical_shades.svg (100%) rename projects/icons-material/src/{ => material}/outlined/vertical_shades_closed.svg (100%) rename projects/icons-material/src/{ => material}/outlined/vertical_split.svg (100%) rename projects/icons-material/src/{ => material}/outlined/vibration.svg (100%) rename projects/icons-material/src/{ => material}/outlined/video_call.svg (100%) rename projects/icons-material/src/{ => material}/outlined/video_camera_back.svg (100%) rename projects/icons-material/src/{ => material}/outlined/video_camera_front.svg (100%) rename projects/icons-material/src/{ => material}/outlined/video_chat.svg (100%) rename projects/icons-material/src/{ => material}/outlined/video_file.svg (100%) rename projects/icons-material/src/{ => material}/outlined/video_label.svg (100%) rename projects/icons-material/src/{ => material}/outlined/video_library.svg (100%) rename projects/icons-material/src/{ => material}/outlined/video_settings.svg (100%) rename projects/icons-material/src/{ => material}/outlined/video_stable.svg (100%) rename projects/icons-material/src/{ => material}/outlined/videocam.svg (100%) rename projects/icons-material/src/{ => material}/outlined/videocam_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/videogame_asset.svg (100%) rename projects/icons-material/src/{ => material}/outlined/videogame_asset_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/view_agenda.svg (100%) rename projects/icons-material/src/{ => material}/outlined/view_array.svg (100%) rename projects/icons-material/src/{ => material}/outlined/view_carousel.svg (100%) rename projects/icons-material/src/{ => material}/outlined/view_column.svg (100%) rename projects/icons-material/src/{ => material}/outlined/view_comfy.svg (100%) rename projects/icons-material/src/{ => material}/outlined/view_comfy_alt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/view_compact.svg (100%) rename projects/icons-material/src/{ => material}/outlined/view_compact_alt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/view_cozy.svg (100%) rename projects/icons-material/src/{ => material}/outlined/view_day.svg (100%) rename projects/icons-material/src/{ => material}/outlined/view_headline.svg (100%) rename projects/icons-material/src/{ => material}/outlined/view_in_ar.svg (100%) rename projects/icons-material/src/{ => material}/outlined/view_kanban.svg (100%) rename projects/icons-material/src/{ => material}/outlined/view_list.svg (100%) rename projects/icons-material/src/{ => material}/outlined/view_module.svg (100%) rename projects/icons-material/src/{ => material}/outlined/view_quilt.svg (100%) rename projects/icons-material/src/{ => material}/outlined/view_sidebar.svg (100%) rename projects/icons-material/src/{ => material}/outlined/view_stream.svg (100%) rename projects/icons-material/src/{ => material}/outlined/view_timeline.svg (100%) rename projects/icons-material/src/{ => material}/outlined/view_week.svg (100%) rename projects/icons-material/src/{ => material}/outlined/vignette.svg (100%) rename projects/icons-material/src/{ => material}/outlined/villa.svg (100%) rename projects/icons-material/src/{ => material}/outlined/visibility.svg (100%) rename projects/icons-material/src/{ => material}/outlined/visibility_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/voice_chat.svg (100%) rename projects/icons-material/src/{ => material}/outlined/voice_over_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/voicemail.svg (100%) rename projects/icons-material/src/{ => material}/outlined/volcano.svg (100%) rename projects/icons-material/src/{ => material}/outlined/volume_down.svg (100%) rename projects/icons-material/src/{ => material}/outlined/volume_mute.svg (100%) rename projects/icons-material/src/{ => material}/outlined/volume_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/volume_up.svg (100%) rename projects/icons-material/src/{ => material}/outlined/volunteer_activism.svg (100%) rename projects/icons-material/src/{ => material}/outlined/vpn_key.svg (100%) rename projects/icons-material/src/{ => material}/outlined/vpn_key_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/vpn_lock.svg (100%) rename projects/icons-material/src/{ => material}/outlined/vrpano.svg (100%) rename projects/icons-material/src/{ => material}/outlined/wallet.svg (100%) rename projects/icons-material/src/{ => material}/outlined/wallpaper.svg (100%) rename projects/icons-material/src/{ => material}/outlined/warehouse.svg (100%) rename projects/icons-material/src/{ => material}/outlined/warning.svg (100%) rename projects/icons-material/src/{ => material}/outlined/warning_amber.svg (100%) rename projects/icons-material/src/{ => material}/outlined/wash.svg (100%) rename projects/icons-material/src/{ => material}/outlined/watch.svg (100%) rename projects/icons-material/src/{ => material}/outlined/watch_later.svg (100%) rename projects/icons-material/src/{ => material}/outlined/watch_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/water.svg (100%) rename projects/icons-material/src/{ => material}/outlined/water_damage.svg (100%) rename projects/icons-material/src/{ => material}/outlined/water_drop.svg (100%) rename projects/icons-material/src/{ => material}/outlined/waterfall_chart.svg (100%) rename projects/icons-material/src/{ => material}/outlined/waves.svg (100%) rename projects/icons-material/src/{ => material}/outlined/waving_hand.svg (100%) rename projects/icons-material/src/{ => material}/outlined/wb_auto.svg (100%) rename projects/icons-material/src/{ => material}/outlined/wb_cloudy.svg (100%) rename projects/icons-material/src/{ => material}/outlined/wb_incandescent.svg (100%) rename projects/icons-material/src/{ => material}/outlined/wb_iridescent.svg (100%) rename projects/icons-material/src/{ => material}/outlined/wb_shade.svg (100%) rename projects/icons-material/src/{ => material}/outlined/wb_sunny.svg (100%) rename projects/icons-material/src/{ => material}/outlined/wb_twilight.svg (100%) rename projects/icons-material/src/{ => material}/outlined/wc.svg (100%) rename projects/icons-material/src/{ => material}/outlined/web.svg (100%) rename projects/icons-material/src/{ => material}/outlined/web_asset.svg (100%) rename projects/icons-material/src/{ => material}/outlined/web_asset_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/web_stories.svg (100%) rename projects/icons-material/src/{ => material}/outlined/webhook.svg (100%) rename projects/icons-material/src/{ => material}/outlined/weekend.svg (100%) rename projects/icons-material/src/{ => material}/outlined/west.svg (100%) rename projects/icons-material/src/{ => material}/outlined/whatshot.svg (100%) rename projects/icons-material/src/{ => material}/outlined/wheelchair_pickup.svg (100%) rename projects/icons-material/src/{ => material}/outlined/where_to_vote.svg (100%) rename projects/icons-material/src/{ => material}/outlined/widgets.svg (100%) rename projects/icons-material/src/{ => material}/outlined/width_full.svg (100%) rename projects/icons-material/src/{ => material}/outlined/width_normal.svg (100%) rename projects/icons-material/src/{ => material}/outlined/width_wide.svg (100%) rename projects/icons-material/src/{ => material}/outlined/wifi.svg (100%) rename projects/icons-material/src/{ => material}/outlined/wifi_1_bar.svg (100%) rename projects/icons-material/src/{ => material}/outlined/wifi_2_bar.svg (100%) rename projects/icons-material/src/{ => material}/outlined/wifi_calling.svg (100%) rename projects/icons-material/src/{ => material}/outlined/wifi_calling_3.svg (100%) rename projects/icons-material/src/{ => material}/outlined/wifi_channel.svg (100%) rename projects/icons-material/src/{ => material}/outlined/wifi_find.svg (100%) rename projects/icons-material/src/{ => material}/outlined/wifi_lock.svg (100%) rename projects/icons-material/src/{ => material}/outlined/wifi_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/wifi_password.svg (100%) rename projects/icons-material/src/{ => material}/outlined/wifi_protected_setup.svg (100%) rename projects/icons-material/src/{ => material}/outlined/wifi_tethering.svg (100%) rename projects/icons-material/src/{ => material}/outlined/wifi_tethering_error.svg (100%) rename projects/icons-material/src/{ => material}/outlined/wifi_tethering_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/wind_power.svg (100%) rename projects/icons-material/src/{ => material}/outlined/window.svg (100%) rename projects/icons-material/src/{ => material}/outlined/wine_bar.svg (100%) rename projects/icons-material/src/{ => material}/outlined/woman.svg (100%) rename projects/icons-material/src/{ => material}/outlined/woman_2.svg (100%) rename projects/icons-material/src/{ => material}/outlined/work.svg (100%) rename projects/icons-material/src/{ => material}/outlined/work_history.svg (100%) rename projects/icons-material/src/{ => material}/outlined/work_off.svg (100%) rename projects/icons-material/src/{ => material}/outlined/work_outline.svg (100%) rename projects/icons-material/src/{ => material}/outlined/workspace_premium.svg (100%) rename projects/icons-material/src/{ => material}/outlined/workspaces.svg (100%) rename projects/icons-material/src/{ => material}/outlined/wrap_text.svg (100%) rename projects/icons-material/src/{ => material}/outlined/wrong_location.svg (100%) rename projects/icons-material/src/{ => material}/outlined/wysiwyg.svg (100%) rename projects/icons-material/src/{ => material}/outlined/yard.svg (100%) rename projects/icons-material/src/{ => material}/outlined/youtube_searched_for.svg (100%) rename projects/icons-material/src/{ => material}/outlined/zoom_in.svg (100%) rename projects/icons-material/src/{ => material}/outlined/zoom_in_map.svg (100%) rename projects/icons-material/src/{ => material}/outlined/zoom_out.svg (100%) rename projects/icons-material/src/{ => material}/outlined/zoom_out_map.svg (100%) rename projects/icons-material/src/{ => material}/round/10k.svg (100%) rename projects/icons-material/src/{ => material}/round/10mp.svg (100%) rename projects/icons-material/src/{ => material}/round/11mp.svg (100%) rename projects/icons-material/src/{ => material}/round/123.svg (100%) rename projects/icons-material/src/{ => material}/round/12mp.svg (100%) rename projects/icons-material/src/{ => material}/round/13mp.svg (100%) rename projects/icons-material/src/{ => material}/round/14mp.svg (100%) rename projects/icons-material/src/{ => material}/round/15mp.svg (100%) rename projects/icons-material/src/{ => material}/round/16mp.svg (100%) rename projects/icons-material/src/{ => material}/round/17mp.svg (100%) rename projects/icons-material/src/{ => material}/round/18_up_rating.svg (100%) rename projects/icons-material/src/{ => material}/round/18mp.svg (100%) rename projects/icons-material/src/{ => material}/round/19mp.svg (100%) rename projects/icons-material/src/{ => material}/round/1k.svg (100%) rename projects/icons-material/src/{ => material}/round/1k_plus.svg (100%) rename projects/icons-material/src/{ => material}/round/1x_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/round/20mp.svg (100%) rename projects/icons-material/src/{ => material}/round/21mp.svg (100%) rename projects/icons-material/src/{ => material}/round/22mp.svg (100%) rename projects/icons-material/src/{ => material}/round/23mp.svg (100%) rename projects/icons-material/src/{ => material}/round/24mp.svg (100%) rename projects/icons-material/src/{ => material}/round/2k.svg (100%) rename projects/icons-material/src/{ => material}/round/2k_plus.svg (100%) rename projects/icons-material/src/{ => material}/round/2mp.svg (100%) rename projects/icons-material/src/{ => material}/round/30fps.svg (100%) rename projects/icons-material/src/{ => material}/round/30fps_select.svg (100%) rename projects/icons-material/src/{ => material}/round/360.svg (100%) rename projects/icons-material/src/{ => material}/round/3d_rotation.svg (100%) rename projects/icons-material/src/{ => material}/round/3g_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/round/3k.svg (100%) rename projects/icons-material/src/{ => material}/round/3k_plus.svg (100%) rename projects/icons-material/src/{ => material}/round/3mp.svg (100%) rename projects/icons-material/src/{ => material}/round/3p.svg (100%) rename projects/icons-material/src/{ => material}/round/4g_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/round/4g_plus_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/round/4k.svg (100%) rename projects/icons-material/src/{ => material}/round/4k_plus.svg (100%) rename projects/icons-material/src/{ => material}/round/4mp.svg (100%) rename projects/icons-material/src/{ => material}/round/5g.svg (100%) rename projects/icons-material/src/{ => material}/round/5k.svg (100%) rename projects/icons-material/src/{ => material}/round/5k_plus.svg (100%) rename projects/icons-material/src/{ => material}/round/5mp.svg (100%) rename projects/icons-material/src/{ => material}/round/60fps.svg (100%) rename projects/icons-material/src/{ => material}/round/60fps_select.svg (100%) rename projects/icons-material/src/{ => material}/round/6_ft_apart.svg (100%) rename projects/icons-material/src/{ => material}/round/6k.svg (100%) rename projects/icons-material/src/{ => material}/round/6k_plus.svg (100%) rename projects/icons-material/src/{ => material}/round/6mp.svg (100%) rename projects/icons-material/src/{ => material}/round/7k.svg (100%) rename projects/icons-material/src/{ => material}/round/7k_plus.svg (100%) rename projects/icons-material/src/{ => material}/round/7mp.svg (100%) rename projects/icons-material/src/{ => material}/round/8k.svg (100%) rename projects/icons-material/src/{ => material}/round/8k_plus.svg (100%) rename projects/icons-material/src/{ => material}/round/8mp.svg (100%) rename projects/icons-material/src/{ => material}/round/9k.svg (100%) rename projects/icons-material/src/{ => material}/round/9k_plus.svg (100%) rename projects/icons-material/src/{ => material}/round/9mp.svg (100%) rename projects/icons-material/src/{ => material}/round/abc.svg (100%) rename projects/icons-material/src/{ => material}/round/ac_unit.svg (100%) rename projects/icons-material/src/{ => material}/round/access_alarm.svg (100%) rename projects/icons-material/src/{ => material}/round/access_alarms.svg (100%) rename projects/icons-material/src/{ => material}/round/access_time.svg (100%) rename projects/icons-material/src/{ => material}/round/access_time_filled.svg (100%) rename projects/icons-material/src/{ => material}/round/accessibility.svg (100%) rename projects/icons-material/src/{ => material}/round/accessibility_new.svg (100%) rename projects/icons-material/src/{ => material}/round/accessible.svg (100%) rename projects/icons-material/src/{ => material}/round/accessible_forward.svg (100%) rename projects/icons-material/src/{ => material}/round/account_balance.svg (100%) rename projects/icons-material/src/{ => material}/round/account_balance_wallet.svg (100%) rename projects/icons-material/src/{ => material}/round/account_box.svg (100%) rename projects/icons-material/src/{ => material}/round/account_circle.svg (100%) rename projects/icons-material/src/{ => material}/round/account_tree.svg (100%) rename projects/icons-material/src/{ => material}/round/ad_units.svg (100%) rename projects/icons-material/src/{ => material}/round/adb.svg (100%) rename projects/icons-material/src/{ => material}/round/add.svg (100%) rename projects/icons-material/src/{ => material}/round/add_a_photo.svg (100%) rename projects/icons-material/src/{ => material}/round/add_alarm.svg (100%) rename projects/icons-material/src/{ => material}/round/add_alert.svg (100%) rename projects/icons-material/src/{ => material}/round/add_box.svg (100%) rename projects/icons-material/src/{ => material}/round/add_business.svg (100%) rename projects/icons-material/src/{ => material}/round/add_card.svg (100%) rename projects/icons-material/src/{ => material}/round/add_chart.svg (100%) rename projects/icons-material/src/{ => material}/round/add_circle.svg (100%) rename projects/icons-material/src/{ => material}/round/add_circle_outline.svg (100%) rename projects/icons-material/src/{ => material}/round/add_comment.svg (100%) rename projects/icons-material/src/{ => material}/round/add_home.svg (100%) rename projects/icons-material/src/{ => material}/round/add_home_work.svg (100%) rename projects/icons-material/src/{ => material}/round/add_ic_call.svg (100%) rename projects/icons-material/src/{ => material}/round/add_link.svg (100%) rename projects/icons-material/src/{ => material}/round/add_location.svg (100%) rename projects/icons-material/src/{ => material}/round/add_location_alt.svg (100%) rename projects/icons-material/src/{ => material}/round/add_moderator.svg (100%) rename projects/icons-material/src/{ => material}/round/add_photo_alternate.svg (100%) rename projects/icons-material/src/{ => material}/round/add_reaction.svg (100%) rename projects/icons-material/src/{ => material}/round/add_road.svg (100%) rename projects/icons-material/src/{ => material}/round/add_shopping_cart.svg (100%) rename projects/icons-material/src/{ => material}/round/add_task.svg (100%) rename projects/icons-material/src/{ => material}/round/add_to_drive.svg (100%) rename projects/icons-material/src/{ => material}/round/add_to_home_screen.svg (100%) rename projects/icons-material/src/{ => material}/round/add_to_photos.svg (100%) rename projects/icons-material/src/{ => material}/round/add_to_queue.svg (100%) rename projects/icons-material/src/{ => material}/round/addchart.svg (100%) rename projects/icons-material/src/{ => material}/round/adf_scanner.svg (100%) rename projects/icons-material/src/{ => material}/round/adjust.svg (100%) rename projects/icons-material/src/{ => material}/round/admin_panel_settings.svg (100%) rename projects/icons-material/src/{ => material}/round/ads_click.svg (100%) rename projects/icons-material/src/{ => material}/round/agriculture.svg (100%) rename projects/icons-material/src/{ => material}/round/air.svg (100%) rename projects/icons-material/src/{ => material}/round/airline_seat_flat.svg (100%) rename projects/icons-material/src/{ => material}/round/airline_seat_flat_angled.svg (100%) rename projects/icons-material/src/{ => material}/round/airline_seat_individual_suite.svg (100%) rename projects/icons-material/src/{ => material}/round/airline_seat_legroom_extra.svg (100%) rename projects/icons-material/src/{ => material}/round/airline_seat_legroom_normal.svg (100%) rename projects/icons-material/src/{ => material}/round/airline_seat_legroom_reduced.svg (100%) rename projects/icons-material/src/{ => material}/round/airline_seat_recline_extra.svg (100%) rename projects/icons-material/src/{ => material}/round/airline_seat_recline_normal.svg (100%) rename projects/icons-material/src/{ => material}/round/airline_stops.svg (100%) rename projects/icons-material/src/{ => material}/round/airlines.svg (100%) rename projects/icons-material/src/{ => material}/round/airplane_ticket.svg (100%) rename projects/icons-material/src/{ => material}/round/airplanemode_active.svg (100%) rename projects/icons-material/src/{ => material}/round/airplanemode_inactive.svg (100%) rename projects/icons-material/src/{ => material}/round/airplay.svg (100%) rename projects/icons-material/src/{ => material}/round/airport_shuttle.svg (100%) rename projects/icons-material/src/{ => material}/round/alarm.svg (100%) rename projects/icons-material/src/{ => material}/round/alarm_add.svg (100%) rename projects/icons-material/src/{ => material}/round/alarm_off.svg (100%) rename projects/icons-material/src/{ => material}/round/alarm_on.svg (100%) rename projects/icons-material/src/{ => material}/round/album.svg (100%) rename projects/icons-material/src/{ => material}/round/align_horizontal_center.svg (100%) rename projects/icons-material/src/{ => material}/round/align_horizontal_left.svg (100%) rename projects/icons-material/src/{ => material}/round/align_horizontal_right.svg (100%) rename projects/icons-material/src/{ => material}/round/align_vertical_bottom.svg (100%) rename projects/icons-material/src/{ => material}/round/align_vertical_center.svg (100%) rename projects/icons-material/src/{ => material}/round/align_vertical_top.svg (100%) rename projects/icons-material/src/{ => material}/round/all_inbox.svg (100%) rename projects/icons-material/src/{ => material}/round/all_inclusive.svg (100%) rename projects/icons-material/src/{ => material}/round/all_out.svg (100%) rename projects/icons-material/src/{ => material}/round/alt_route.svg (100%) rename projects/icons-material/src/{ => material}/round/alternate_email.svg (100%) rename projects/icons-material/src/{ => material}/round/analytics.svg (100%) rename projects/icons-material/src/{ => material}/round/anchor.svg (100%) rename projects/icons-material/src/{ => material}/round/android.svg (100%) rename projects/icons-material/src/{ => material}/round/animation.svg (100%) rename projects/icons-material/src/{ => material}/round/announcement.svg (100%) rename projects/icons-material/src/{ => material}/round/aod.svg (100%) rename projects/icons-material/src/{ => material}/round/apartment.svg (100%) rename projects/icons-material/src/{ => material}/round/api.svg (100%) rename projects/icons-material/src/{ => material}/round/app_blocking.svg (100%) rename projects/icons-material/src/{ => material}/round/app_registration.svg (100%) rename projects/icons-material/src/{ => material}/round/app_settings_alt.svg (100%) rename projects/icons-material/src/{ => material}/round/app_shortcut.svg (100%) rename projects/icons-material/src/{ => material}/round/approval.svg (100%) rename projects/icons-material/src/{ => material}/round/apps.svg (100%) rename projects/icons-material/src/{ => material}/round/apps_outage.svg (100%) rename projects/icons-material/src/{ => material}/round/architecture.svg (100%) rename projects/icons-material/src/{ => material}/round/archive.svg (100%) rename projects/icons-material/src/{ => material}/round/area_chart.svg (100%) rename projects/icons-material/src/{ => material}/round/arrow_back.svg (100%) rename projects/icons-material/src/{ => material}/round/arrow_back_ios.svg (100%) rename projects/icons-material/src/{ => material}/round/arrow_back_ios_new.svg (100%) rename projects/icons-material/src/{ => material}/round/arrow_circle_down.svg (100%) rename projects/icons-material/src/{ => material}/round/arrow_circle_left.svg (100%) rename projects/icons-material/src/{ => material}/round/arrow_circle_right.svg (100%) rename projects/icons-material/src/{ => material}/round/arrow_circle_up.svg (100%) rename projects/icons-material/src/{ => material}/round/arrow_downward.svg (100%) rename projects/icons-material/src/{ => material}/round/arrow_drop_down.svg (100%) rename projects/icons-material/src/{ => material}/round/arrow_drop_down_circle.svg (100%) rename projects/icons-material/src/{ => material}/round/arrow_drop_up.svg (100%) rename projects/icons-material/src/{ => material}/round/arrow_forward.svg (100%) rename projects/icons-material/src/{ => material}/round/arrow_forward_ios.svg (100%) rename projects/icons-material/src/{ => material}/round/arrow_left.svg (100%) rename projects/icons-material/src/{ => material}/round/arrow_outward.svg (100%) rename projects/icons-material/src/{ => material}/round/arrow_right.svg (100%) rename projects/icons-material/src/{ => material}/round/arrow_right_alt.svg (100%) rename projects/icons-material/src/{ => material}/round/arrow_upward.svg (100%) rename projects/icons-material/src/{ => material}/round/art_track.svg (100%) rename projects/icons-material/src/{ => material}/round/article.svg (100%) rename projects/icons-material/src/{ => material}/round/aspect_ratio.svg (100%) rename projects/icons-material/src/{ => material}/round/assessment.svg (100%) rename projects/icons-material/src/{ => material}/round/assignment.svg (100%) rename projects/icons-material/src/{ => material}/round/assignment_ind.svg (100%) rename projects/icons-material/src/{ => material}/round/assignment_late.svg (100%) rename projects/icons-material/src/{ => material}/round/assignment_return.svg (100%) rename projects/icons-material/src/{ => material}/round/assignment_returned.svg (100%) rename projects/icons-material/src/{ => material}/round/assignment_turned_in.svg (100%) rename projects/icons-material/src/{ => material}/round/assist_walker.svg (100%) rename projects/icons-material/src/{ => material}/round/assistant.svg (100%) rename projects/icons-material/src/{ => material}/round/assistant_direction.svg (100%) rename projects/icons-material/src/{ => material}/round/assistant_photo.svg (100%) rename projects/icons-material/src/{ => material}/round/assured_workload.svg (100%) rename projects/icons-material/src/{ => material}/round/atm.svg (100%) rename projects/icons-material/src/{ => material}/round/attach_email.svg (100%) rename projects/icons-material/src/{ => material}/round/attach_file.svg (100%) rename projects/icons-material/src/{ => material}/round/attach_money.svg (100%) rename projects/icons-material/src/{ => material}/round/attachment.svg (100%) rename projects/icons-material/src/{ => material}/round/attractions.svg (100%) rename projects/icons-material/src/{ => material}/round/attribution.svg (100%) rename projects/icons-material/src/{ => material}/round/audio_file.svg (100%) rename projects/icons-material/src/{ => material}/round/audiotrack.svg (100%) rename projects/icons-material/src/{ => material}/round/auto_awesome.svg (100%) rename projects/icons-material/src/{ => material}/round/auto_awesome_mosaic.svg (100%) rename projects/icons-material/src/{ => material}/round/auto_awesome_motion.svg (100%) rename projects/icons-material/src/{ => material}/round/auto_delete.svg (100%) rename projects/icons-material/src/{ => material}/round/auto_fix_high.svg (100%) rename projects/icons-material/src/{ => material}/round/auto_fix_normal.svg (100%) rename projects/icons-material/src/{ => material}/round/auto_fix_off.svg (100%) rename projects/icons-material/src/{ => material}/round/auto_graph.svg (100%) rename projects/icons-material/src/{ => material}/round/auto_mode.svg (100%) rename projects/icons-material/src/{ => material}/round/auto_stories.svg (100%) rename projects/icons-material/src/{ => material}/round/autofps_select.svg (100%) rename projects/icons-material/src/{ => material}/round/autorenew.svg (100%) rename projects/icons-material/src/{ => material}/round/av_timer.svg (100%) rename projects/icons-material/src/{ => material}/round/baby_changing_station.svg (100%) rename projects/icons-material/src/{ => material}/round/back_hand.svg (100%) rename projects/icons-material/src/{ => material}/round/backpack.svg (100%) rename projects/icons-material/src/{ => material}/round/backspace.svg (100%) rename projects/icons-material/src/{ => material}/round/backup.svg (100%) rename projects/icons-material/src/{ => material}/round/backup_table.svg (100%) rename projects/icons-material/src/{ => material}/round/badge.svg (100%) rename projects/icons-material/src/{ => material}/round/bakery_dining.svg (100%) rename projects/icons-material/src/{ => material}/round/balance.svg (100%) rename projects/icons-material/src/{ => material}/round/balcony.svg (100%) rename projects/icons-material/src/{ => material}/round/ballot.svg (100%) rename projects/icons-material/src/{ => material}/round/bar_chart.svg (100%) rename projects/icons-material/src/{ => material}/round/batch_prediction.svg (100%) rename projects/icons-material/src/{ => material}/round/bathroom.svg (100%) rename projects/icons-material/src/{ => material}/round/bathtub.svg (100%) rename projects/icons-material/src/{ => material}/round/battery_0_bar.svg (100%) rename projects/icons-material/src/{ => material}/round/battery_1_bar.svg (100%) rename projects/icons-material/src/{ => material}/round/battery_2_bar.svg (100%) rename projects/icons-material/src/{ => material}/round/battery_3_bar.svg (100%) rename projects/icons-material/src/{ => material}/round/battery_4_bar.svg (100%) rename projects/icons-material/src/{ => material}/round/battery_5_bar.svg (100%) rename projects/icons-material/src/{ => material}/round/battery_6_bar.svg (100%) rename projects/icons-material/src/{ => material}/round/battery_alert.svg (100%) rename projects/icons-material/src/{ => material}/round/battery_charging_full.svg (100%) rename projects/icons-material/src/{ => material}/round/battery_full.svg (100%) rename projects/icons-material/src/{ => material}/round/battery_saver.svg (100%) rename projects/icons-material/src/{ => material}/round/battery_std.svg (100%) rename projects/icons-material/src/{ => material}/round/battery_unknown.svg (100%) rename projects/icons-material/src/{ => material}/round/beach_access.svg (100%) rename projects/icons-material/src/{ => material}/round/bed.svg (100%) rename projects/icons-material/src/{ => material}/round/bedroom_baby.svg (100%) rename projects/icons-material/src/{ => material}/round/bedroom_child.svg (100%) rename projects/icons-material/src/{ => material}/round/bedroom_parent.svg (100%) rename projects/icons-material/src/{ => material}/round/bedtime.svg (100%) rename projects/icons-material/src/{ => material}/round/bedtime_off.svg (100%) rename projects/icons-material/src/{ => material}/round/beenhere.svg (100%) rename projects/icons-material/src/{ => material}/round/bento.svg (100%) rename projects/icons-material/src/{ => material}/round/bike_scooter.svg (100%) rename projects/icons-material/src/{ => material}/round/biotech.svg (100%) rename projects/icons-material/src/{ => material}/round/blender.svg (100%) rename projects/icons-material/src/{ => material}/round/blind.svg (100%) rename projects/icons-material/src/{ => material}/round/blinds.svg (100%) rename projects/icons-material/src/{ => material}/round/blinds_closed.svg (100%) rename projects/icons-material/src/{ => material}/round/block.svg (100%) rename projects/icons-material/src/{ => material}/round/bloodtype.svg (100%) rename projects/icons-material/src/{ => material}/round/bluetooth.svg (100%) rename projects/icons-material/src/{ => material}/round/bluetooth_audio.svg (100%) rename projects/icons-material/src/{ => material}/round/bluetooth_connected.svg (100%) rename projects/icons-material/src/{ => material}/round/bluetooth_disabled.svg (100%) rename projects/icons-material/src/{ => material}/round/bluetooth_drive.svg (100%) rename projects/icons-material/src/{ => material}/round/bluetooth_searching.svg (100%) rename projects/icons-material/src/{ => material}/round/blur_circular.svg (100%) rename projects/icons-material/src/{ => material}/round/blur_linear.svg (100%) rename projects/icons-material/src/{ => material}/round/blur_off.svg (100%) rename projects/icons-material/src/{ => material}/round/blur_on.svg (100%) rename projects/icons-material/src/{ => material}/round/bolt.svg (100%) rename projects/icons-material/src/{ => material}/round/book.svg (100%) rename projects/icons-material/src/{ => material}/round/book_online.svg (100%) rename projects/icons-material/src/{ => material}/round/bookmark.svg (100%) rename projects/icons-material/src/{ => material}/round/bookmark_add.svg (100%) rename projects/icons-material/src/{ => material}/round/bookmark_added.svg (100%) rename projects/icons-material/src/{ => material}/round/bookmark_border.svg (100%) rename projects/icons-material/src/{ => material}/round/bookmark_remove.svg (100%) rename projects/icons-material/src/{ => material}/round/bookmarks.svg (100%) rename projects/icons-material/src/{ => material}/round/border_all.svg (100%) rename projects/icons-material/src/{ => material}/round/border_bottom.svg (100%) rename projects/icons-material/src/{ => material}/round/border_clear.svg (100%) rename projects/icons-material/src/{ => material}/round/border_color.svg (100%) rename projects/icons-material/src/{ => material}/round/border_horizontal.svg (100%) rename projects/icons-material/src/{ => material}/round/border_inner.svg (100%) rename projects/icons-material/src/{ => material}/round/border_left.svg (100%) rename projects/icons-material/src/{ => material}/round/border_outer.svg (100%) rename projects/icons-material/src/{ => material}/round/border_right.svg (100%) rename projects/icons-material/src/{ => material}/round/border_style.svg (100%) rename projects/icons-material/src/{ => material}/round/border_top.svg (100%) rename projects/icons-material/src/{ => material}/round/border_vertical.svg (100%) rename projects/icons-material/src/{ => material}/round/boy.svg (100%) rename projects/icons-material/src/{ => material}/round/branding_watermark.svg (100%) rename projects/icons-material/src/{ => material}/round/breakfast_dining.svg (100%) rename projects/icons-material/src/{ => material}/round/brightness_1.svg (100%) rename projects/icons-material/src/{ => material}/round/brightness_2.svg (100%) rename projects/icons-material/src/{ => material}/round/brightness_3.svg (100%) rename projects/icons-material/src/{ => material}/round/brightness_4.svg (100%) rename projects/icons-material/src/{ => material}/round/brightness_5.svg (100%) rename projects/icons-material/src/{ => material}/round/brightness_6.svg (100%) rename projects/icons-material/src/{ => material}/round/brightness_7.svg (100%) rename projects/icons-material/src/{ => material}/round/brightness_auto.svg (100%) rename projects/icons-material/src/{ => material}/round/brightness_high.svg (100%) rename projects/icons-material/src/{ => material}/round/brightness_low.svg (100%) rename projects/icons-material/src/{ => material}/round/brightness_medium.svg (100%) rename projects/icons-material/src/{ => material}/round/broadcast_on_home.svg (100%) rename projects/icons-material/src/{ => material}/round/broadcast_on_personal.svg (100%) rename projects/icons-material/src/{ => material}/round/broken_image.svg (100%) rename projects/icons-material/src/{ => material}/round/browse_gallery.svg (100%) rename projects/icons-material/src/{ => material}/round/browser_not_supported.svg (100%) rename projects/icons-material/src/{ => material}/round/browser_updated.svg (100%) rename projects/icons-material/src/{ => material}/round/brunch_dining.svg (100%) rename projects/icons-material/src/{ => material}/round/brush.svg (100%) rename projects/icons-material/src/{ => material}/round/bubble_chart.svg (100%) rename projects/icons-material/src/{ => material}/round/bug_report.svg (100%) rename projects/icons-material/src/{ => material}/round/build.svg (100%) rename projects/icons-material/src/{ => material}/round/build_circle.svg (100%) rename projects/icons-material/src/{ => material}/round/bungalow.svg (100%) rename projects/icons-material/src/{ => material}/round/burst_mode.svg (100%) rename projects/icons-material/src/{ => material}/round/bus_alert.svg (100%) rename projects/icons-material/src/{ => material}/round/business.svg (100%) rename projects/icons-material/src/{ => material}/round/business_center.svg (100%) rename projects/icons-material/src/{ => material}/round/cabin.svg (100%) rename projects/icons-material/src/{ => material}/round/cable.svg (100%) rename projects/icons-material/src/{ => material}/round/cached.svg (100%) rename projects/icons-material/src/{ => material}/round/cake.svg (100%) rename projects/icons-material/src/{ => material}/round/calculate.svg (100%) rename projects/icons-material/src/{ => material}/round/calendar_month.svg (100%) rename projects/icons-material/src/{ => material}/round/calendar_today.svg (100%) rename projects/icons-material/src/{ => material}/round/calendar_view_day.svg (100%) rename projects/icons-material/src/{ => material}/round/calendar_view_month.svg (100%) rename projects/icons-material/src/{ => material}/round/calendar_view_week.svg (100%) rename projects/icons-material/src/{ => material}/round/call.svg (100%) rename projects/icons-material/src/{ => material}/round/call_end.svg (100%) rename projects/icons-material/src/{ => material}/round/call_made.svg (100%) rename projects/icons-material/src/{ => material}/round/call_merge.svg (100%) rename projects/icons-material/src/{ => material}/round/call_missed.svg (100%) rename projects/icons-material/src/{ => material}/round/call_missed_outgoing.svg (100%) rename projects/icons-material/src/{ => material}/round/call_received.svg (100%) rename projects/icons-material/src/{ => material}/round/call_split.svg (100%) rename projects/icons-material/src/{ => material}/round/call_to_action.svg (100%) rename projects/icons-material/src/{ => material}/round/camera.svg (100%) rename projects/icons-material/src/{ => material}/round/camera_alt.svg (100%) rename projects/icons-material/src/{ => material}/round/camera_enhance.svg (100%) rename projects/icons-material/src/{ => material}/round/camera_front.svg (100%) rename projects/icons-material/src/{ => material}/round/camera_indoor.svg (100%) rename projects/icons-material/src/{ => material}/round/camera_outdoor.svg (100%) rename projects/icons-material/src/{ => material}/round/camera_rear.svg (100%) rename projects/icons-material/src/{ => material}/round/camera_roll.svg (100%) rename projects/icons-material/src/{ => material}/round/cameraswitch.svg (100%) rename projects/icons-material/src/{ => material}/round/campaign.svg (100%) rename projects/icons-material/src/{ => material}/round/cancel.svg (100%) rename projects/icons-material/src/{ => material}/round/cancel_presentation.svg (100%) rename projects/icons-material/src/{ => material}/round/cancel_schedule_send.svg (100%) rename projects/icons-material/src/{ => material}/round/candlestick_chart.svg (100%) rename projects/icons-material/src/{ => material}/round/car_crash.svg (100%) rename projects/icons-material/src/{ => material}/round/car_rental.svg (100%) rename projects/icons-material/src/{ => material}/round/car_repair.svg (100%) rename projects/icons-material/src/{ => material}/round/card_giftcard.svg (100%) rename projects/icons-material/src/{ => material}/round/card_membership.svg (100%) rename projects/icons-material/src/{ => material}/round/card_travel.svg (100%) rename projects/icons-material/src/{ => material}/round/carpenter.svg (100%) rename projects/icons-material/src/{ => material}/round/cases.svg (100%) rename projects/icons-material/src/{ => material}/round/casino.svg (100%) rename projects/icons-material/src/{ => material}/round/cast.svg (100%) rename projects/icons-material/src/{ => material}/round/cast_connected.svg (100%) rename projects/icons-material/src/{ => material}/round/cast_for_education.svg (100%) rename projects/icons-material/src/{ => material}/round/castle.svg (100%) rename projects/icons-material/src/{ => material}/round/catching_pokemon.svg (100%) rename projects/icons-material/src/{ => material}/round/category.svg (100%) rename projects/icons-material/src/{ => material}/round/celebration.svg (100%) rename projects/icons-material/src/{ => material}/round/cell_tower.svg (100%) rename projects/icons-material/src/{ => material}/round/cell_wifi.svg (100%) rename projects/icons-material/src/{ => material}/round/center_focus_strong.svg (100%) rename projects/icons-material/src/{ => material}/round/center_focus_weak.svg (100%) rename projects/icons-material/src/{ => material}/round/chair.svg (100%) rename projects/icons-material/src/{ => material}/round/chair_alt.svg (100%) rename projects/icons-material/src/{ => material}/round/chalet.svg (100%) rename projects/icons-material/src/{ => material}/round/change_circle.svg (100%) rename projects/icons-material/src/{ => material}/round/change_history.svg (100%) rename projects/icons-material/src/{ => material}/round/charging_station.svg (100%) rename projects/icons-material/src/{ => material}/round/chat.svg (100%) rename projects/icons-material/src/{ => material}/round/chat_bubble.svg (100%) rename projects/icons-material/src/{ => material}/round/chat_bubble_outline.svg (100%) rename projects/icons-material/src/{ => material}/round/check.svg (100%) rename projects/icons-material/src/{ => material}/round/check_box.svg (100%) rename projects/icons-material/src/{ => material}/round/check_box_outline_blank.svg (100%) rename projects/icons-material/src/{ => material}/round/check_circle.svg (100%) rename projects/icons-material/src/{ => material}/round/check_circle_outline.svg (100%) rename projects/icons-material/src/{ => material}/round/checklist.svg (100%) rename projects/icons-material/src/{ => material}/round/checklist_rtl.svg (100%) rename projects/icons-material/src/{ => material}/round/checkroom.svg (100%) rename projects/icons-material/src/{ => material}/round/chevron_left.svg (100%) rename projects/icons-material/src/{ => material}/round/chevron_right.svg (100%) rename projects/icons-material/src/{ => material}/round/child_care.svg (100%) rename projects/icons-material/src/{ => material}/round/child_friendly.svg (100%) rename projects/icons-material/src/{ => material}/round/chrome_reader_mode.svg (100%) rename projects/icons-material/src/{ => material}/round/church.svg (100%) rename projects/icons-material/src/{ => material}/round/circle.svg (100%) rename projects/icons-material/src/{ => material}/round/circle_notifications.svg (100%) rename projects/icons-material/src/{ => material}/round/class.svg (100%) rename projects/icons-material/src/{ => material}/round/clean_hands.svg (100%) rename projects/icons-material/src/{ => material}/round/cleaning_services.svg (100%) rename projects/icons-material/src/{ => material}/round/clear.svg (100%) rename projects/icons-material/src/{ => material}/round/clear_all.svg (100%) rename projects/icons-material/src/{ => material}/round/close.svg (100%) rename projects/icons-material/src/{ => material}/round/close_fullscreen.svg (100%) rename projects/icons-material/src/{ => material}/round/closed_caption.svg (100%) rename projects/icons-material/src/{ => material}/round/closed_caption_disabled.svg (100%) rename projects/icons-material/src/{ => material}/round/closed_caption_off.svg (100%) rename projects/icons-material/src/{ => material}/round/cloud.svg (100%) rename projects/icons-material/src/{ => material}/round/cloud_circle.svg (100%) rename projects/icons-material/src/{ => material}/round/cloud_done.svg (100%) rename projects/icons-material/src/{ => material}/round/cloud_download.svg (100%) rename projects/icons-material/src/{ => material}/round/cloud_off.svg (100%) rename projects/icons-material/src/{ => material}/round/cloud_queue.svg (100%) rename projects/icons-material/src/{ => material}/round/cloud_sync.svg (100%) rename projects/icons-material/src/{ => material}/round/cloud_upload.svg (100%) rename projects/icons-material/src/{ => material}/round/co2.svg (100%) rename projects/icons-material/src/{ => material}/round/co_present.svg (100%) rename projects/icons-material/src/{ => material}/round/code.svg (100%) rename projects/icons-material/src/{ => material}/round/code_off.svg (100%) rename projects/icons-material/src/{ => material}/round/coffee.svg (100%) rename projects/icons-material/src/{ => material}/round/coffee_maker.svg (100%) rename projects/icons-material/src/{ => material}/round/collections.svg (100%) rename projects/icons-material/src/{ => material}/round/collections_bookmark.svg (100%) rename projects/icons-material/src/{ => material}/round/color_lens.svg (100%) rename projects/icons-material/src/{ => material}/round/colorize.svg (100%) rename projects/icons-material/src/{ => material}/round/comment.svg (100%) rename projects/icons-material/src/{ => material}/round/comment_bank.svg (100%) rename projects/icons-material/src/{ => material}/round/comments_disabled.svg (100%) rename projects/icons-material/src/{ => material}/round/commit.svg (100%) rename projects/icons-material/src/{ => material}/round/commute.svg (100%) rename projects/icons-material/src/{ => material}/round/compare.svg (100%) rename projects/icons-material/src/{ => material}/round/compare_arrows.svg (100%) rename projects/icons-material/src/{ => material}/round/compass_calibration.svg (100%) rename projects/icons-material/src/{ => material}/round/compost.svg (100%) rename projects/icons-material/src/{ => material}/round/compress.svg (100%) rename projects/icons-material/src/{ => material}/round/computer.svg (100%) rename projects/icons-material/src/{ => material}/round/confirmation_number.svg (100%) rename projects/icons-material/src/{ => material}/round/connect_without_contact.svg (100%) rename projects/icons-material/src/{ => material}/round/connected_tv.svg (100%) rename projects/icons-material/src/{ => material}/round/connecting_airports.svg (100%) rename projects/icons-material/src/{ => material}/round/construction.svg (100%) rename projects/icons-material/src/{ => material}/round/contact_emergency.svg (100%) rename projects/icons-material/src/{ => material}/round/contact_mail.svg (100%) rename projects/icons-material/src/{ => material}/round/contact_page.svg (100%) rename projects/icons-material/src/{ => material}/round/contact_phone.svg (100%) rename projects/icons-material/src/{ => material}/round/contact_support.svg (100%) rename projects/icons-material/src/{ => material}/round/contactless.svg (100%) rename projects/icons-material/src/{ => material}/round/contacts.svg (100%) rename projects/icons-material/src/{ => material}/round/content_copy.svg (100%) rename projects/icons-material/src/{ => material}/round/content_cut.svg (100%) rename projects/icons-material/src/{ => material}/round/content_paste.svg (100%) rename projects/icons-material/src/{ => material}/round/content_paste_go.svg (100%) rename projects/icons-material/src/{ => material}/round/content_paste_off.svg (100%) rename projects/icons-material/src/{ => material}/round/content_paste_search.svg (100%) rename projects/icons-material/src/{ => material}/round/contrast.svg (100%) rename projects/icons-material/src/{ => material}/round/control_camera.svg (100%) rename projects/icons-material/src/{ => material}/round/control_point.svg (100%) rename projects/icons-material/src/{ => material}/round/control_point_duplicate.svg (100%) rename projects/icons-material/src/{ => material}/round/cookie.svg (100%) rename projects/icons-material/src/{ => material}/round/copy_all.svg (100%) rename projects/icons-material/src/{ => material}/round/copyright.svg (100%) rename projects/icons-material/src/{ => material}/round/coronavirus.svg (100%) rename projects/icons-material/src/{ => material}/round/corporate_fare.svg (100%) rename projects/icons-material/src/{ => material}/round/cottage.svg (100%) rename projects/icons-material/src/{ => material}/round/countertops.svg (100%) rename projects/icons-material/src/{ => material}/round/create.svg (100%) rename projects/icons-material/src/{ => material}/round/create_new_folder.svg (100%) rename projects/icons-material/src/{ => material}/round/credit_card.svg (100%) rename projects/icons-material/src/{ => material}/round/credit_card_off.svg (100%) rename projects/icons-material/src/{ => material}/round/credit_score.svg (100%) rename projects/icons-material/src/{ => material}/round/crib.svg (100%) rename projects/icons-material/src/{ => material}/round/crisis_alert.svg (100%) rename projects/icons-material/src/{ => material}/round/crop.svg (100%) rename projects/icons-material/src/{ => material}/round/crop_16_9.svg (100%) rename projects/icons-material/src/{ => material}/round/crop_3_2.svg (100%) rename projects/icons-material/src/{ => material}/round/crop_5_4.svg (100%) rename projects/icons-material/src/{ => material}/round/crop_7_5.svg (100%) rename projects/icons-material/src/{ => material}/round/crop_din.svg (100%) rename projects/icons-material/src/{ => material}/round/crop_free.svg (100%) rename projects/icons-material/src/{ => material}/round/crop_landscape.svg (100%) rename projects/icons-material/src/{ => material}/round/crop_original.svg (100%) rename projects/icons-material/src/{ => material}/round/crop_portrait.svg (100%) rename projects/icons-material/src/{ => material}/round/crop_rotate.svg (100%) rename projects/icons-material/src/{ => material}/round/crop_square.svg (100%) rename projects/icons-material/src/{ => material}/round/cruelty_free.svg (100%) rename projects/icons-material/src/{ => material}/round/css.svg (100%) rename projects/icons-material/src/{ => material}/round/currency_bitcoin.svg (100%) rename projects/icons-material/src/{ => material}/round/currency_exchange.svg (100%) rename projects/icons-material/src/{ => material}/round/currency_franc.svg (100%) rename projects/icons-material/src/{ => material}/round/currency_lira.svg (100%) rename projects/icons-material/src/{ => material}/round/currency_pound.svg (100%) rename projects/icons-material/src/{ => material}/round/currency_ruble.svg (100%) rename projects/icons-material/src/{ => material}/round/currency_rupee.svg (100%) rename projects/icons-material/src/{ => material}/round/currency_yen.svg (100%) rename projects/icons-material/src/{ => material}/round/currency_yuan.svg (100%) rename projects/icons-material/src/{ => material}/round/curtains.svg (100%) rename projects/icons-material/src/{ => material}/round/curtains_closed.svg (100%) rename projects/icons-material/src/{ => material}/round/cyclone.svg (100%) rename projects/icons-material/src/{ => material}/round/dangerous.svg (100%) rename projects/icons-material/src/{ => material}/round/dark_mode.svg (100%) rename projects/icons-material/src/{ => material}/round/dashboard.svg (100%) rename projects/icons-material/src/{ => material}/round/dashboard_customize.svg (100%) rename projects/icons-material/src/{ => material}/round/data_array.svg (100%) rename projects/icons-material/src/{ => material}/round/data_exploration.svg (100%) rename projects/icons-material/src/{ => material}/round/data_object.svg (100%) rename projects/icons-material/src/{ => material}/round/data_saver_off.svg (100%) rename projects/icons-material/src/{ => material}/round/data_saver_on.svg (100%) rename projects/icons-material/src/{ => material}/round/data_thresholding.svg (100%) rename projects/icons-material/src/{ => material}/round/data_usage.svg (100%) rename projects/icons-material/src/{ => material}/round/dataset.svg (100%) rename projects/icons-material/src/{ => material}/round/dataset_linked.svg (100%) rename projects/icons-material/src/{ => material}/round/date_range.svg (100%) rename projects/icons-material/src/{ => material}/round/deblur.svg (100%) rename projects/icons-material/src/{ => material}/round/deck.svg (100%) rename projects/icons-material/src/{ => material}/round/dehaze.svg (100%) rename projects/icons-material/src/{ => material}/round/delete.svg (100%) rename projects/icons-material/src/{ => material}/round/delete_forever.svg (100%) rename projects/icons-material/src/{ => material}/round/delete_outline.svg (100%) rename projects/icons-material/src/{ => material}/round/delete_sweep.svg (100%) rename projects/icons-material/src/{ => material}/round/delivery_dining.svg (100%) rename projects/icons-material/src/{ => material}/round/density_large.svg (100%) rename projects/icons-material/src/{ => material}/round/density_medium.svg (100%) rename projects/icons-material/src/{ => material}/round/density_small.svg (100%) rename projects/icons-material/src/{ => material}/round/departure_board.svg (100%) rename projects/icons-material/src/{ => material}/round/description.svg (100%) rename projects/icons-material/src/{ => material}/round/deselect.svg (100%) rename projects/icons-material/src/{ => material}/round/design_services.svg (100%) rename projects/icons-material/src/{ => material}/round/desk.svg (100%) rename projects/icons-material/src/{ => material}/round/desktop_access_disabled.svg (100%) rename projects/icons-material/src/{ => material}/round/desktop_mac.svg (100%) rename projects/icons-material/src/{ => material}/round/desktop_windows.svg (100%) rename projects/icons-material/src/{ => material}/round/details.svg (100%) rename projects/icons-material/src/{ => material}/round/developer_board.svg (100%) rename projects/icons-material/src/{ => material}/round/developer_board_off.svg (100%) rename projects/icons-material/src/{ => material}/round/developer_mode.svg (100%) rename projects/icons-material/src/{ => material}/round/device_hub.svg (100%) rename projects/icons-material/src/{ => material}/round/device_thermostat.svg (100%) rename projects/icons-material/src/{ => material}/round/device_unknown.svg (100%) rename projects/icons-material/src/{ => material}/round/devices.svg (100%) rename projects/icons-material/src/{ => material}/round/devices_fold.svg (100%) rename projects/icons-material/src/{ => material}/round/devices_other.svg (100%) rename projects/icons-material/src/{ => material}/round/dialer_sip.svg (100%) rename projects/icons-material/src/{ => material}/round/dialpad.svg (100%) rename projects/icons-material/src/{ => material}/round/diamond.svg (100%) rename projects/icons-material/src/{ => material}/round/difference.svg (100%) rename projects/icons-material/src/{ => material}/round/dining.svg (100%) rename projects/icons-material/src/{ => material}/round/dinner_dining.svg (100%) rename projects/icons-material/src/{ => material}/round/directions.svg (100%) rename projects/icons-material/src/{ => material}/round/directions_bike.svg (100%) rename projects/icons-material/src/{ => material}/round/directions_boat.svg (100%) rename projects/icons-material/src/{ => material}/round/directions_boat_filled.svg (100%) rename projects/icons-material/src/{ => material}/round/directions_bus.svg (100%) rename projects/icons-material/src/{ => material}/round/directions_bus_filled.svg (100%) rename projects/icons-material/src/{ => material}/round/directions_car.svg (100%) rename projects/icons-material/src/{ => material}/round/directions_car_filled.svg (100%) rename projects/icons-material/src/{ => material}/round/directions_off.svg (100%) rename projects/icons-material/src/{ => material}/round/directions_railway.svg (100%) rename projects/icons-material/src/{ => material}/round/directions_railway_filled.svg (100%) rename projects/icons-material/src/{ => material}/round/directions_run.svg (100%) rename projects/icons-material/src/{ => material}/round/directions_subway.svg (100%) rename projects/icons-material/src/{ => material}/round/directions_subway_filled.svg (100%) rename projects/icons-material/src/{ => material}/round/directions_transit.svg (100%) rename projects/icons-material/src/{ => material}/round/directions_transit_filled.svg (100%) rename projects/icons-material/src/{ => material}/round/directions_walk.svg (100%) rename projects/icons-material/src/{ => material}/round/dirty_lens.svg (100%) rename projects/icons-material/src/{ => material}/round/disabled_by_default.svg (100%) rename projects/icons-material/src/{ => material}/round/disabled_visible.svg (100%) rename projects/icons-material/src/{ => material}/round/disc_full.svg (100%) rename projects/icons-material/src/{ => material}/round/discount.svg (100%) rename projects/icons-material/src/{ => material}/round/display_settings.svg (100%) rename projects/icons-material/src/{ => material}/round/diversity_1.svg (100%) rename projects/icons-material/src/{ => material}/round/diversity_2.svg (100%) rename projects/icons-material/src/{ => material}/round/diversity_3.svg (100%) rename projects/icons-material/src/{ => material}/round/dns.svg (100%) rename projects/icons-material/src/{ => material}/round/do_disturb.svg (100%) rename projects/icons-material/src/{ => material}/round/do_disturb_alt.svg (100%) rename projects/icons-material/src/{ => material}/round/do_disturb_off.svg (100%) rename projects/icons-material/src/{ => material}/round/do_disturb_on.svg (100%) rename projects/icons-material/src/{ => material}/round/do_not_disturb.svg (100%) rename projects/icons-material/src/{ => material}/round/do_not_disturb_alt.svg (100%) rename projects/icons-material/src/{ => material}/round/do_not_disturb_off.svg (100%) rename projects/icons-material/src/{ => material}/round/do_not_disturb_on.svg (100%) rename projects/icons-material/src/{ => material}/round/do_not_disturb_on_total_silence.svg (100%) rename projects/icons-material/src/{ => material}/round/do_not_step.svg (100%) rename projects/icons-material/src/{ => material}/round/do_not_touch.svg (100%) rename projects/icons-material/src/{ => material}/round/dock.svg (100%) rename projects/icons-material/src/{ => material}/round/document_scanner.svg (100%) rename projects/icons-material/src/{ => material}/round/domain.svg (100%) rename projects/icons-material/src/{ => material}/round/domain_add.svg (100%) rename projects/icons-material/src/{ => material}/round/domain_disabled.svg (100%) rename projects/icons-material/src/{ => material}/round/domain_verification.svg (100%) rename projects/icons-material/src/{ => material}/round/done.svg (100%) rename projects/icons-material/src/{ => material}/round/done_all.svg (100%) rename projects/icons-material/src/{ => material}/round/done_outline.svg (100%) rename projects/icons-material/src/{ => material}/round/donut_large.svg (100%) rename projects/icons-material/src/{ => material}/round/donut_small.svg (100%) rename projects/icons-material/src/{ => material}/round/door_back.svg (100%) rename projects/icons-material/src/{ => material}/round/door_front.svg (100%) rename projects/icons-material/src/{ => material}/round/door_sliding.svg (100%) rename projects/icons-material/src/{ => material}/round/doorbell.svg (100%) rename projects/icons-material/src/{ => material}/round/double_arrow.svg (100%) rename projects/icons-material/src/{ => material}/round/downhill_skiing.svg (100%) rename projects/icons-material/src/{ => material}/round/download.svg (100%) rename projects/icons-material/src/{ => material}/round/download_done.svg (100%) rename projects/icons-material/src/{ => material}/round/download_for_offline.svg (100%) rename projects/icons-material/src/{ => material}/round/downloading.svg (100%) rename projects/icons-material/src/{ => material}/round/drafts.svg (100%) rename projects/icons-material/src/{ => material}/round/drag_handle.svg (100%) rename projects/icons-material/src/{ => material}/round/drag_indicator.svg (100%) rename projects/icons-material/src/{ => material}/round/draw.svg (100%) rename projects/icons-material/src/{ => material}/round/drive_eta.svg (100%) rename projects/icons-material/src/{ => material}/round/drive_file_move.svg (100%) rename projects/icons-material/src/{ => material}/round/drive_file_move_rtl.svg (100%) rename projects/icons-material/src/{ => material}/round/drive_file_rename_outline.svg (100%) rename projects/icons-material/src/{ => material}/round/drive_folder_upload.svg (100%) rename projects/icons-material/src/{ => material}/round/dry.svg (100%) rename projects/icons-material/src/{ => material}/round/dry_cleaning.svg (100%) rename projects/icons-material/src/{ => material}/round/duo.svg (100%) rename projects/icons-material/src/{ => material}/round/dvr.svg (100%) rename projects/icons-material/src/{ => material}/round/dynamic_feed.svg (100%) rename projects/icons-material/src/{ => material}/round/dynamic_form.svg (100%) rename projects/icons-material/src/{ => material}/round/e_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/round/earbuds.svg (100%) rename projects/icons-material/src/{ => material}/round/earbuds_battery.svg (100%) rename projects/icons-material/src/{ => material}/round/east.svg (100%) rename projects/icons-material/src/{ => material}/round/edgesensor_high.svg (100%) rename projects/icons-material/src/{ => material}/round/edgesensor_low.svg (100%) rename projects/icons-material/src/{ => material}/round/edit.svg (100%) rename projects/icons-material/src/{ => material}/round/edit_attributes.svg (100%) rename projects/icons-material/src/{ => material}/round/edit_calendar.svg (100%) rename projects/icons-material/src/{ => material}/round/edit_location.svg (100%) rename projects/icons-material/src/{ => material}/round/edit_location_alt.svg (100%) rename projects/icons-material/src/{ => material}/round/edit_note.svg (100%) rename projects/icons-material/src/{ => material}/round/edit_notifications.svg (100%) rename projects/icons-material/src/{ => material}/round/edit_off.svg (100%) rename projects/icons-material/src/{ => material}/round/edit_road.svg (100%) rename projects/icons-material/src/{ => material}/round/egg.svg (100%) rename projects/icons-material/src/{ => material}/round/egg_alt.svg (100%) rename projects/icons-material/src/{ => material}/round/eject.svg (100%) rename projects/icons-material/src/{ => material}/round/elderly.svg (100%) rename projects/icons-material/src/{ => material}/round/elderly_woman.svg (100%) rename projects/icons-material/src/{ => material}/round/electric_bike.svg (100%) rename projects/icons-material/src/{ => material}/round/electric_bolt.svg (100%) rename projects/icons-material/src/{ => material}/round/electric_car.svg (100%) rename projects/icons-material/src/{ => material}/round/electric_meter.svg (100%) rename projects/icons-material/src/{ => material}/round/electric_moped.svg (100%) rename projects/icons-material/src/{ => material}/round/electric_rickshaw.svg (100%) rename projects/icons-material/src/{ => material}/round/electric_scooter.svg (100%) rename projects/icons-material/src/{ => material}/round/electrical_services.svg (100%) rename projects/icons-material/src/{ => material}/round/elevator.svg (100%) rename projects/icons-material/src/{ => material}/round/email.svg (100%) rename projects/icons-material/src/{ => material}/round/emergency.svg (100%) rename projects/icons-material/src/{ => material}/round/emergency_recording.svg (100%) rename projects/icons-material/src/{ => material}/round/emergency_share.svg (100%) rename projects/icons-material/src/{ => material}/round/emoji_emotions.svg (100%) rename projects/icons-material/src/{ => material}/round/emoji_events.svg (100%) rename projects/icons-material/src/{ => material}/round/emoji_food_beverage.svg (100%) rename projects/icons-material/src/{ => material}/round/emoji_nature.svg (100%) rename projects/icons-material/src/{ => material}/round/emoji_objects.svg (100%) rename projects/icons-material/src/{ => material}/round/emoji_people.svg (100%) rename projects/icons-material/src/{ => material}/round/emoji_symbols.svg (100%) rename projects/icons-material/src/{ => material}/round/emoji_transportation.svg (100%) rename projects/icons-material/src/{ => material}/round/energy_savings_leaf.svg (100%) rename projects/icons-material/src/{ => material}/round/engineering.svg (100%) rename projects/icons-material/src/{ => material}/round/enhanced_encryption.svg (100%) rename projects/icons-material/src/{ => material}/round/equalizer.svg (100%) rename projects/icons-material/src/{ => material}/round/error.svg (100%) rename projects/icons-material/src/{ => material}/round/error_outline.svg (100%) rename projects/icons-material/src/{ => material}/round/escalator.svg (100%) rename projects/icons-material/src/{ => material}/round/escalator_warning.svg (100%) rename projects/icons-material/src/{ => material}/round/euro.svg (100%) rename projects/icons-material/src/{ => material}/round/euro_symbol.svg (100%) rename projects/icons-material/src/{ => material}/round/ev_station.svg (100%) rename projects/icons-material/src/{ => material}/round/event.svg (100%) rename projects/icons-material/src/{ => material}/round/event_available.svg (100%) rename projects/icons-material/src/{ => material}/round/event_busy.svg (100%) rename projects/icons-material/src/{ => material}/round/event_note.svg (100%) rename projects/icons-material/src/{ => material}/round/event_repeat.svg (100%) rename projects/icons-material/src/{ => material}/round/event_seat.svg (100%) rename projects/icons-material/src/{ => material}/round/exit_to_app.svg (100%) rename projects/icons-material/src/{ => material}/round/expand.svg (100%) rename projects/icons-material/src/{ => material}/round/expand_circle_down.svg (100%) rename projects/icons-material/src/{ => material}/round/expand_less.svg (100%) rename projects/icons-material/src/{ => material}/round/expand_more.svg (100%) rename projects/icons-material/src/{ => material}/round/explicit.svg (100%) rename projects/icons-material/src/{ => material}/round/explore.svg (100%) rename projects/icons-material/src/{ => material}/round/explore_off.svg (100%) rename projects/icons-material/src/{ => material}/round/exposure.svg (100%) rename projects/icons-material/src/{ => material}/round/exposure_neg_1.svg (100%) rename projects/icons-material/src/{ => material}/round/exposure_neg_2.svg (100%) rename projects/icons-material/src/{ => material}/round/exposure_plus_1.svg (100%) rename projects/icons-material/src/{ => material}/round/exposure_plus_2.svg (100%) rename projects/icons-material/src/{ => material}/round/exposure_zero.svg (100%) rename projects/icons-material/src/{ => material}/round/extension.svg (100%) rename projects/icons-material/src/{ => material}/round/extension_off.svg (100%) rename projects/icons-material/src/{ => material}/round/face.svg (100%) rename projects/icons-material/src/{ => material}/round/face_2.svg (100%) rename projects/icons-material/src/{ => material}/round/face_3.svg (100%) rename projects/icons-material/src/{ => material}/round/face_4.svg (100%) rename projects/icons-material/src/{ => material}/round/face_5.svg (100%) rename projects/icons-material/src/{ => material}/round/face_6.svg (100%) rename projects/icons-material/src/{ => material}/round/face_retouching_natural.svg (100%) rename projects/icons-material/src/{ => material}/round/face_retouching_off.svg (100%) rename projects/icons-material/src/{ => material}/round/fact_check.svg (100%) rename projects/icons-material/src/{ => material}/round/factory.svg (100%) rename projects/icons-material/src/{ => material}/round/family_restroom.svg (100%) rename projects/icons-material/src/{ => material}/round/fast_forward.svg (100%) rename projects/icons-material/src/{ => material}/round/fast_rewind.svg (100%) rename projects/icons-material/src/{ => material}/round/fastfood.svg (100%) rename projects/icons-material/src/{ => material}/round/favorite.svg (100%) rename projects/icons-material/src/{ => material}/round/favorite_border.svg (100%) rename projects/icons-material/src/{ => material}/round/fax.svg (100%) rename projects/icons-material/src/{ => material}/round/featured_play_list.svg (100%) rename projects/icons-material/src/{ => material}/round/featured_video.svg (100%) rename projects/icons-material/src/{ => material}/round/feed.svg (100%) rename projects/icons-material/src/{ => material}/round/feedback.svg (100%) rename projects/icons-material/src/{ => material}/round/female.svg (100%) rename projects/icons-material/src/{ => material}/round/fence.svg (100%) rename projects/icons-material/src/{ => material}/round/festival.svg (100%) rename projects/icons-material/src/{ => material}/round/fiber_dvr.svg (100%) rename projects/icons-material/src/{ => material}/round/fiber_manual_record.svg (100%) rename projects/icons-material/src/{ => material}/round/fiber_new.svg (100%) rename projects/icons-material/src/{ => material}/round/fiber_pin.svg (100%) rename projects/icons-material/src/{ => material}/round/fiber_smart_record.svg (100%) rename projects/icons-material/src/{ => material}/round/file_copy.svg (100%) rename projects/icons-material/src/{ => material}/round/file_download.svg (100%) rename projects/icons-material/src/{ => material}/round/file_download_done.svg (100%) rename projects/icons-material/src/{ => material}/round/file_download_off.svg (100%) rename projects/icons-material/src/{ => material}/round/file_open.svg (100%) rename projects/icons-material/src/{ => material}/round/file_present.svg (100%) rename projects/icons-material/src/{ => material}/round/file_upload.svg (100%) rename projects/icons-material/src/{ => material}/round/filter.svg (100%) rename projects/icons-material/src/{ => material}/round/filter_1.svg (100%) rename projects/icons-material/src/{ => material}/round/filter_2.svg (100%) rename projects/icons-material/src/{ => material}/round/filter_3.svg (100%) rename projects/icons-material/src/{ => material}/round/filter_4.svg (100%) rename projects/icons-material/src/{ => material}/round/filter_5.svg (100%) rename projects/icons-material/src/{ => material}/round/filter_6.svg (100%) rename projects/icons-material/src/{ => material}/round/filter_7.svg (100%) rename projects/icons-material/src/{ => material}/round/filter_8.svg (100%) rename projects/icons-material/src/{ => material}/round/filter_9.svg (100%) rename projects/icons-material/src/{ => material}/round/filter_9_plus.svg (100%) rename projects/icons-material/src/{ => material}/round/filter_alt.svg (100%) rename projects/icons-material/src/{ => material}/round/filter_alt_off.svg (100%) rename projects/icons-material/src/{ => material}/round/filter_b_and_w.svg (100%) rename projects/icons-material/src/{ => material}/round/filter_center_focus.svg (100%) rename projects/icons-material/src/{ => material}/round/filter_drama.svg (100%) rename projects/icons-material/src/{ => material}/round/filter_frames.svg (100%) rename projects/icons-material/src/{ => material}/round/filter_hdr.svg (100%) rename projects/icons-material/src/{ => material}/round/filter_list.svg (100%) rename projects/icons-material/src/{ => material}/round/filter_list_off.svg (100%) rename projects/icons-material/src/{ => material}/round/filter_none.svg (100%) rename projects/icons-material/src/{ => material}/round/filter_tilt_shift.svg (100%) rename projects/icons-material/src/{ => material}/round/filter_vintage.svg (100%) rename projects/icons-material/src/{ => material}/round/find_in_page.svg (100%) rename projects/icons-material/src/{ => material}/round/find_replace.svg (100%) rename projects/icons-material/src/{ => material}/round/fingerprint.svg (100%) rename projects/icons-material/src/{ => material}/round/fire_extinguisher.svg (100%) rename projects/icons-material/src/{ => material}/round/fire_hydrant_alt.svg (100%) rename projects/icons-material/src/{ => material}/round/fire_truck.svg (100%) rename projects/icons-material/src/{ => material}/round/fireplace.svg (100%) rename projects/icons-material/src/{ => material}/round/first_page.svg (100%) rename projects/icons-material/src/{ => material}/round/fit_screen.svg (100%) rename projects/icons-material/src/{ => material}/round/fitbit.svg (100%) rename projects/icons-material/src/{ => material}/round/fitness_center.svg (100%) rename projects/icons-material/src/{ => material}/round/flag.svg (100%) rename projects/icons-material/src/{ => material}/round/flag_circle.svg (100%) rename projects/icons-material/src/{ => material}/round/flaky.svg (100%) rename projects/icons-material/src/{ => material}/round/flare.svg (100%) rename projects/icons-material/src/{ => material}/round/flash_auto.svg (100%) rename projects/icons-material/src/{ => material}/round/flash_off.svg (100%) rename projects/icons-material/src/{ => material}/round/flash_on.svg (100%) rename projects/icons-material/src/{ => material}/round/flashlight_off.svg (100%) rename projects/icons-material/src/{ => material}/round/flashlight_on.svg (100%) rename projects/icons-material/src/{ => material}/round/flatware.svg (100%) rename projects/icons-material/src/{ => material}/round/flight.svg (100%) rename projects/icons-material/src/{ => material}/round/flight_class.svg (100%) rename projects/icons-material/src/{ => material}/round/flight_land.svg (100%) rename projects/icons-material/src/{ => material}/round/flight_takeoff.svg (100%) rename projects/icons-material/src/{ => material}/round/flip.svg (100%) rename projects/icons-material/src/{ => material}/round/flip_camera_android.svg (100%) rename projects/icons-material/src/{ => material}/round/flip_camera_ios.svg (100%) rename projects/icons-material/src/{ => material}/round/flip_to_back.svg (100%) rename projects/icons-material/src/{ => material}/round/flip_to_front.svg (100%) rename projects/icons-material/src/{ => material}/round/flood.svg (100%) rename projects/icons-material/src/{ => material}/round/fluorescent.svg (100%) rename projects/icons-material/src/{ => material}/round/flutter_dash.svg (100%) rename projects/icons-material/src/{ => material}/round/fmd_bad.svg (100%) rename projects/icons-material/src/{ => material}/round/fmd_good.svg (100%) rename projects/icons-material/src/{ => material}/round/folder.svg (100%) rename projects/icons-material/src/{ => material}/round/folder_copy.svg (100%) rename projects/icons-material/src/{ => material}/round/folder_delete.svg (100%) rename projects/icons-material/src/{ => material}/round/folder_off.svg (100%) rename projects/icons-material/src/{ => material}/round/folder_open.svg (100%) rename projects/icons-material/src/{ => material}/round/folder_shared.svg (100%) rename projects/icons-material/src/{ => material}/round/folder_special.svg (100%) rename projects/icons-material/src/{ => material}/round/folder_zip.svg (100%) rename projects/icons-material/src/{ => material}/round/follow_the_signs.svg (100%) rename projects/icons-material/src/{ => material}/round/font_download.svg (100%) rename projects/icons-material/src/{ => material}/round/font_download_off.svg (100%) rename projects/icons-material/src/{ => material}/round/food_bank.svg (100%) rename projects/icons-material/src/{ => material}/round/forest.svg (100%) rename projects/icons-material/src/{ => material}/round/fork_left.svg (100%) rename projects/icons-material/src/{ => material}/round/fork_right.svg (100%) rename projects/icons-material/src/{ => material}/round/format_align_center.svg (100%) rename projects/icons-material/src/{ => material}/round/format_align_justify.svg (100%) rename projects/icons-material/src/{ => material}/round/format_align_left.svg (100%) rename projects/icons-material/src/{ => material}/round/format_align_right.svg (100%) rename projects/icons-material/src/{ => material}/round/format_bold.svg (100%) rename projects/icons-material/src/{ => material}/round/format_clear.svg (100%) rename projects/icons-material/src/{ => material}/round/format_color_fill.svg (100%) rename projects/icons-material/src/{ => material}/round/format_color_reset.svg (100%) rename projects/icons-material/src/{ => material}/round/format_color_text.svg (100%) rename projects/icons-material/src/{ => material}/round/format_indent_decrease.svg (100%) rename projects/icons-material/src/{ => material}/round/format_indent_increase.svg (100%) rename projects/icons-material/src/{ => material}/round/format_italic.svg (100%) rename projects/icons-material/src/{ => material}/round/format_line_spacing.svg (100%) rename projects/icons-material/src/{ => material}/round/format_list_bulleted.svg (100%) rename projects/icons-material/src/{ => material}/round/format_list_numbered.svg (100%) rename projects/icons-material/src/{ => material}/round/format_list_numbered_rtl.svg (100%) rename projects/icons-material/src/{ => material}/round/format_overline.svg (100%) rename projects/icons-material/src/{ => material}/round/format_paint.svg (100%) rename projects/icons-material/src/{ => material}/round/format_quote.svg (100%) rename projects/icons-material/src/{ => material}/round/format_shapes.svg (100%) rename projects/icons-material/src/{ => material}/round/format_size.svg (100%) rename projects/icons-material/src/{ => material}/round/format_strikethrough.svg (100%) rename projects/icons-material/src/{ => material}/round/format_textdirection_l_to_r.svg (100%) rename projects/icons-material/src/{ => material}/round/format_textdirection_r_to_l.svg (100%) rename projects/icons-material/src/{ => material}/round/format_underlined.svg (100%) rename projects/icons-material/src/{ => material}/round/fort.svg (100%) rename projects/icons-material/src/{ => material}/round/forum.svg (100%) rename projects/icons-material/src/{ => material}/round/forward.svg (100%) rename projects/icons-material/src/{ => material}/round/forward_10.svg (100%) rename projects/icons-material/src/{ => material}/round/forward_30.svg (100%) rename projects/icons-material/src/{ => material}/round/forward_5.svg (100%) rename projects/icons-material/src/{ => material}/round/forward_to_inbox.svg (100%) rename projects/icons-material/src/{ => material}/round/foundation.svg (100%) rename projects/icons-material/src/{ => material}/round/free_breakfast.svg (100%) rename projects/icons-material/src/{ => material}/round/free_cancellation.svg (100%) rename projects/icons-material/src/{ => material}/round/front_hand.svg (100%) rename projects/icons-material/src/{ => material}/round/fullscreen.svg (100%) rename projects/icons-material/src/{ => material}/round/fullscreen_exit.svg (100%) rename projects/icons-material/src/{ => material}/round/functions.svg (100%) rename projects/icons-material/src/{ => material}/round/g_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/round/g_translate.svg (100%) rename projects/icons-material/src/{ => material}/round/gamepad.svg (100%) rename projects/icons-material/src/{ => material}/round/games.svg (100%) rename projects/icons-material/src/{ => material}/round/garage.svg (100%) rename projects/icons-material/src/{ => material}/round/gas_meter.svg (100%) rename projects/icons-material/src/{ => material}/round/gavel.svg (100%) rename projects/icons-material/src/{ => material}/round/generating_tokens.svg (100%) rename projects/icons-material/src/{ => material}/round/gesture.svg (100%) rename projects/icons-material/src/{ => material}/round/get_app.svg (100%) rename projects/icons-material/src/{ => material}/round/gif.svg (100%) rename projects/icons-material/src/{ => material}/round/gif_box.svg (100%) rename projects/icons-material/src/{ => material}/round/girl.svg (100%) rename projects/icons-material/src/{ => material}/round/gite.svg (100%) rename projects/icons-material/src/{ => material}/round/golf_course.svg (100%) rename projects/icons-material/src/{ => material}/round/gpp_bad.svg (100%) rename projects/icons-material/src/{ => material}/round/gpp_good.svg (100%) rename projects/icons-material/src/{ => material}/round/gpp_maybe.svg (100%) rename projects/icons-material/src/{ => material}/round/gps_fixed.svg (100%) rename projects/icons-material/src/{ => material}/round/gps_not_fixed.svg (100%) rename projects/icons-material/src/{ => material}/round/gps_off.svg (100%) rename projects/icons-material/src/{ => material}/round/grade.svg (100%) rename projects/icons-material/src/{ => material}/round/gradient.svg (100%) rename projects/icons-material/src/{ => material}/round/grading.svg (100%) rename projects/icons-material/src/{ => material}/round/grain.svg (100%) rename projects/icons-material/src/{ => material}/round/graphic_eq.svg (100%) rename projects/icons-material/src/{ => material}/round/grass.svg (100%) rename projects/icons-material/src/{ => material}/round/grid_3x3.svg (100%) rename projects/icons-material/src/{ => material}/round/grid_4x4.svg (100%) rename projects/icons-material/src/{ => material}/round/grid_goldenratio.svg (100%) rename projects/icons-material/src/{ => material}/round/grid_off.svg (100%) rename projects/icons-material/src/{ => material}/round/grid_on.svg (100%) rename projects/icons-material/src/{ => material}/round/grid_view.svg (100%) rename projects/icons-material/src/{ => material}/round/group.svg (100%) rename projects/icons-material/src/{ => material}/round/group_add.svg (100%) rename projects/icons-material/src/{ => material}/round/group_off.svg (100%) rename projects/icons-material/src/{ => material}/round/group_remove.svg (100%) rename projects/icons-material/src/{ => material}/round/group_work.svg (100%) rename projects/icons-material/src/{ => material}/round/groups.svg (100%) rename projects/icons-material/src/{ => material}/round/groups_2.svg (100%) rename projects/icons-material/src/{ => material}/round/groups_3.svg (100%) rename projects/icons-material/src/{ => material}/round/h_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/round/h_plus_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/round/hail.svg (100%) rename projects/icons-material/src/{ => material}/round/handshake.svg (100%) rename projects/icons-material/src/{ => material}/round/handyman.svg (100%) rename projects/icons-material/src/{ => material}/round/hardware.svg (100%) rename projects/icons-material/src/{ => material}/round/hd.svg (100%) rename projects/icons-material/src/{ => material}/round/hdr_auto.svg (100%) rename projects/icons-material/src/{ => material}/round/hdr_auto_select.svg (100%) rename projects/icons-material/src/{ => material}/round/hdr_enhanced_select.svg (100%) rename projects/icons-material/src/{ => material}/round/hdr_off.svg (100%) rename projects/icons-material/src/{ => material}/round/hdr_off_select.svg (100%) rename projects/icons-material/src/{ => material}/round/hdr_on.svg (100%) rename projects/icons-material/src/{ => material}/round/hdr_on_select.svg (100%) rename projects/icons-material/src/{ => material}/round/hdr_plus.svg (100%) rename projects/icons-material/src/{ => material}/round/hdr_strong.svg (100%) rename projects/icons-material/src/{ => material}/round/hdr_weak.svg (100%) rename projects/icons-material/src/{ => material}/round/headphones.svg (100%) rename projects/icons-material/src/{ => material}/round/headphones_battery.svg (100%) rename projects/icons-material/src/{ => material}/round/headset.svg (100%) rename projects/icons-material/src/{ => material}/round/headset_mic.svg (100%) rename projects/icons-material/src/{ => material}/round/headset_off.svg (100%) rename projects/icons-material/src/{ => material}/round/healing.svg (100%) rename projects/icons-material/src/{ => material}/round/health_and_safety.svg (100%) rename projects/icons-material/src/{ => material}/round/hearing.svg (100%) rename projects/icons-material/src/{ => material}/round/hearing_disabled.svg (100%) rename projects/icons-material/src/{ => material}/round/heart_broken.svg (100%) rename projects/icons-material/src/{ => material}/round/heat_pump.svg (100%) rename projects/icons-material/src/{ => material}/round/height.svg (100%) rename projects/icons-material/src/{ => material}/round/help.svg (100%) rename projects/icons-material/src/{ => material}/round/help_center.svg (100%) rename projects/icons-material/src/{ => material}/round/help_outline.svg (100%) rename projects/icons-material/src/{ => material}/round/hevc.svg (100%) rename projects/icons-material/src/{ => material}/round/hexagon.svg (100%) rename projects/icons-material/src/{ => material}/round/hide_image.svg (100%) rename projects/icons-material/src/{ => material}/round/hide_source.svg (100%) rename projects/icons-material/src/{ => material}/round/high_quality.svg (100%) rename projects/icons-material/src/{ => material}/round/highlight.svg (100%) rename projects/icons-material/src/{ => material}/round/highlight_alt.svg (100%) rename projects/icons-material/src/{ => material}/round/highlight_off.svg (100%) rename projects/icons-material/src/{ => material}/round/hiking.svg (100%) rename projects/icons-material/src/{ => material}/round/history.svg (100%) rename projects/icons-material/src/{ => material}/round/history_edu.svg (100%) rename projects/icons-material/src/{ => material}/round/history_toggle_off.svg (100%) rename projects/icons-material/src/{ => material}/round/hive.svg (100%) rename projects/icons-material/src/{ => material}/round/hls.svg (100%) rename projects/icons-material/src/{ => material}/round/hls_off.svg (100%) rename projects/icons-material/src/{ => material}/round/holiday_village.svg (100%) rename projects/icons-material/src/{ => material}/round/home.svg (100%) rename projects/icons-material/src/{ => material}/round/home_max.svg (100%) rename projects/icons-material/src/{ => material}/round/home_mini.svg (100%) rename projects/icons-material/src/{ => material}/round/home_repair_service.svg (100%) rename projects/icons-material/src/{ => material}/round/home_work.svg (100%) rename projects/icons-material/src/{ => material}/round/horizontal_distribute.svg (100%) rename projects/icons-material/src/{ => material}/round/horizontal_rule.svg (100%) rename projects/icons-material/src/{ => material}/round/horizontal_split.svg (100%) rename projects/icons-material/src/{ => material}/round/hot_tub.svg (100%) rename projects/icons-material/src/{ => material}/round/hotel.svg (100%) rename projects/icons-material/src/{ => material}/round/hotel_class.svg (100%) rename projects/icons-material/src/{ => material}/round/hourglass_bottom.svg (100%) rename projects/icons-material/src/{ => material}/round/hourglass_disabled.svg (100%) rename projects/icons-material/src/{ => material}/round/hourglass_empty.svg (100%) rename projects/icons-material/src/{ => material}/round/hourglass_full.svg (100%) rename projects/icons-material/src/{ => material}/round/hourglass_top.svg (100%) rename projects/icons-material/src/{ => material}/round/house.svg (100%) rename projects/icons-material/src/{ => material}/round/house_siding.svg (100%) rename projects/icons-material/src/{ => material}/round/houseboat.svg (100%) rename projects/icons-material/src/{ => material}/round/how_to_reg.svg (100%) rename projects/icons-material/src/{ => material}/round/how_to_vote.svg (100%) rename projects/icons-material/src/{ => material}/round/html.svg (100%) rename projects/icons-material/src/{ => material}/round/http.svg (100%) rename projects/icons-material/src/{ => material}/round/https.svg (100%) rename projects/icons-material/src/{ => material}/round/hub.svg (100%) rename projects/icons-material/src/{ => material}/round/hvac.svg (100%) rename projects/icons-material/src/{ => material}/round/ice_skating.svg (100%) rename projects/icons-material/src/{ => material}/round/icecream.svg (100%) rename projects/icons-material/src/{ => material}/round/image.svg (100%) rename projects/icons-material/src/{ => material}/round/image_aspect_ratio.svg (100%) rename projects/icons-material/src/{ => material}/round/image_not_supported.svg (100%) rename projects/icons-material/src/{ => material}/round/image_search.svg (100%) rename projects/icons-material/src/{ => material}/round/imagesearch_roller.svg (100%) rename projects/icons-material/src/{ => material}/round/import_contacts.svg (100%) rename projects/icons-material/src/{ => material}/round/import_export.svg (100%) rename projects/icons-material/src/{ => material}/round/important_devices.svg (100%) rename projects/icons-material/src/{ => material}/round/inbox.svg (100%) rename projects/icons-material/src/{ => material}/round/incomplete_circle.svg (100%) rename projects/icons-material/src/{ => material}/round/indeterminate_check_box.svg (100%) rename projects/icons-material/src/{ => material}/round/info.svg (100%) rename projects/icons-material/src/{ => material}/round/input.svg (100%) rename projects/icons-material/src/{ => material}/round/insert_chart.svg (100%) rename projects/icons-material/src/{ => material}/round/insert_chart_outlined.svg (100%) rename projects/icons-material/src/{ => material}/round/insert_comment.svg (100%) rename projects/icons-material/src/{ => material}/round/insert_drive_file.svg (100%) rename projects/icons-material/src/{ => material}/round/insert_emoticon.svg (100%) rename projects/icons-material/src/{ => material}/round/insert_invitation.svg (100%) rename projects/icons-material/src/{ => material}/round/insert_link.svg (100%) rename projects/icons-material/src/{ => material}/round/insert_page_break.svg (100%) rename projects/icons-material/src/{ => material}/round/insert_photo.svg (100%) rename projects/icons-material/src/{ => material}/round/insights.svg (100%) rename projects/icons-material/src/{ => material}/round/install_desktop.svg (100%) rename projects/icons-material/src/{ => material}/round/install_mobile.svg (100%) rename projects/icons-material/src/{ => material}/round/integration_instructions.svg (100%) rename projects/icons-material/src/{ => material}/round/interests.svg (100%) rename projects/icons-material/src/{ => material}/round/interpreter_mode.svg (100%) rename projects/icons-material/src/{ => material}/round/inventory.svg (100%) rename projects/icons-material/src/{ => material}/round/inventory_2.svg (100%) rename projects/icons-material/src/{ => material}/round/invert_colors.svg (100%) rename projects/icons-material/src/{ => material}/round/invert_colors_off.svg (100%) rename projects/icons-material/src/{ => material}/round/ios_share.svg (100%) rename projects/icons-material/src/{ => material}/round/iron.svg (100%) rename projects/icons-material/src/{ => material}/round/iso.svg (100%) rename projects/icons-material/src/{ => material}/round/javascript.svg (100%) rename projects/icons-material/src/{ => material}/round/join_full.svg (100%) rename projects/icons-material/src/{ => material}/round/join_inner.svg (100%) rename projects/icons-material/src/{ => material}/round/join_left.svg (100%) rename projects/icons-material/src/{ => material}/round/join_right.svg (100%) rename projects/icons-material/src/{ => material}/round/kayaking.svg (100%) rename projects/icons-material/src/{ => material}/round/kebab_dining.svg (100%) rename projects/icons-material/src/{ => material}/round/key.svg (100%) rename projects/icons-material/src/{ => material}/round/key_off.svg (100%) rename projects/icons-material/src/{ => material}/round/keyboard.svg (100%) rename projects/icons-material/src/{ => material}/round/keyboard_alt.svg (100%) rename projects/icons-material/src/{ => material}/round/keyboard_arrow_down.svg (100%) rename projects/icons-material/src/{ => material}/round/keyboard_arrow_left.svg (100%) rename projects/icons-material/src/{ => material}/round/keyboard_arrow_right.svg (100%) rename projects/icons-material/src/{ => material}/round/keyboard_arrow_up.svg (100%) rename projects/icons-material/src/{ => material}/round/keyboard_backspace.svg (100%) rename projects/icons-material/src/{ => material}/round/keyboard_capslock.svg (100%) rename projects/icons-material/src/{ => material}/round/keyboard_command_key.svg (100%) rename projects/icons-material/src/{ => material}/round/keyboard_control_key.svg (100%) rename projects/icons-material/src/{ => material}/round/keyboard_double_arrow_down.svg (100%) rename projects/icons-material/src/{ => material}/round/keyboard_double_arrow_left.svg (100%) rename projects/icons-material/src/{ => material}/round/keyboard_double_arrow_right.svg (100%) rename projects/icons-material/src/{ => material}/round/keyboard_double_arrow_up.svg (100%) rename projects/icons-material/src/{ => material}/round/keyboard_hide.svg (100%) rename projects/icons-material/src/{ => material}/round/keyboard_option_key.svg (100%) rename projects/icons-material/src/{ => material}/round/keyboard_return.svg (100%) rename projects/icons-material/src/{ => material}/round/keyboard_tab.svg (100%) rename projects/icons-material/src/{ => material}/round/keyboard_voice.svg (100%) rename projects/icons-material/src/{ => material}/round/king_bed.svg (100%) rename projects/icons-material/src/{ => material}/round/kitchen.svg (100%) rename projects/icons-material/src/{ => material}/round/kitesurfing.svg (100%) rename projects/icons-material/src/{ => material}/round/label.svg (100%) rename projects/icons-material/src/{ => material}/round/label_important.svg (100%) rename projects/icons-material/src/{ => material}/round/label_off.svg (100%) rename projects/icons-material/src/{ => material}/round/lan.svg (100%) rename projects/icons-material/src/{ => material}/round/landscape.svg (100%) rename projects/icons-material/src/{ => material}/round/landslide.svg (100%) rename projects/icons-material/src/{ => material}/round/language.svg (100%) rename projects/icons-material/src/{ => material}/round/laptop.svg (100%) rename projects/icons-material/src/{ => material}/round/laptop_chromebook.svg (100%) rename projects/icons-material/src/{ => material}/round/laptop_mac.svg (100%) rename projects/icons-material/src/{ => material}/round/laptop_windows.svg (100%) rename projects/icons-material/src/{ => material}/round/last_page.svg (100%) rename projects/icons-material/src/{ => material}/round/launch.svg (100%) rename projects/icons-material/src/{ => material}/round/layers.svg (100%) rename projects/icons-material/src/{ => material}/round/layers_clear.svg (100%) rename projects/icons-material/src/{ => material}/round/leaderboard.svg (100%) rename projects/icons-material/src/{ => material}/round/leak_add.svg (100%) rename projects/icons-material/src/{ => material}/round/leak_remove.svg (100%) rename projects/icons-material/src/{ => material}/round/legend_toggle.svg (100%) rename projects/icons-material/src/{ => material}/round/lens.svg (100%) rename projects/icons-material/src/{ => material}/round/lens_blur.svg (100%) rename projects/icons-material/src/{ => material}/round/library_add.svg (100%) rename projects/icons-material/src/{ => material}/round/library_add_check.svg (100%) rename projects/icons-material/src/{ => material}/round/library_books.svg (100%) rename projects/icons-material/src/{ => material}/round/library_music.svg (100%) rename projects/icons-material/src/{ => material}/round/light.svg (100%) rename projects/icons-material/src/{ => material}/round/light_mode.svg (100%) rename projects/icons-material/src/{ => material}/round/lightbulb.svg (100%) rename projects/icons-material/src/{ => material}/round/lightbulb_circle.svg (100%) rename projects/icons-material/src/{ => material}/round/line_axis.svg (100%) rename projects/icons-material/src/{ => material}/round/line_style.svg (100%) rename projects/icons-material/src/{ => material}/round/line_weight.svg (100%) rename projects/icons-material/src/{ => material}/round/linear_scale.svg (100%) rename projects/icons-material/src/{ => material}/round/link.svg (100%) rename projects/icons-material/src/{ => material}/round/link_off.svg (100%) rename projects/icons-material/src/{ => material}/round/linked_camera.svg (100%) rename projects/icons-material/src/{ => material}/round/liquor.svg (100%) rename projects/icons-material/src/{ => material}/round/list.svg (100%) rename projects/icons-material/src/{ => material}/round/list_alt.svg (100%) rename projects/icons-material/src/{ => material}/round/live_help.svg (100%) rename projects/icons-material/src/{ => material}/round/live_tv.svg (100%) rename projects/icons-material/src/{ => material}/round/living.svg (100%) rename projects/icons-material/src/{ => material}/round/local_activity.svg (100%) rename projects/icons-material/src/{ => material}/round/local_airport.svg (100%) rename projects/icons-material/src/{ => material}/round/local_atm.svg (100%) rename projects/icons-material/src/{ => material}/round/local_bar.svg (100%) rename projects/icons-material/src/{ => material}/round/local_cafe.svg (100%) rename projects/icons-material/src/{ => material}/round/local_car_wash.svg (100%) rename projects/icons-material/src/{ => material}/round/local_convenience_store.svg (100%) rename projects/icons-material/src/{ => material}/round/local_dining.svg (100%) rename projects/icons-material/src/{ => material}/round/local_drink.svg (100%) rename projects/icons-material/src/{ => material}/round/local_fire_department.svg (100%) rename projects/icons-material/src/{ => material}/round/local_florist.svg (100%) rename projects/icons-material/src/{ => material}/round/local_gas_station.svg (100%) rename projects/icons-material/src/{ => material}/round/local_grocery_store.svg (100%) rename projects/icons-material/src/{ => material}/round/local_hospital.svg (100%) rename projects/icons-material/src/{ => material}/round/local_hotel.svg (100%) rename projects/icons-material/src/{ => material}/round/local_laundry_service.svg (100%) rename projects/icons-material/src/{ => material}/round/local_library.svg (100%) rename projects/icons-material/src/{ => material}/round/local_mall.svg (100%) rename projects/icons-material/src/{ => material}/round/local_movies.svg (100%) rename projects/icons-material/src/{ => material}/round/local_offer.svg (100%) rename projects/icons-material/src/{ => material}/round/local_parking.svg (100%) rename projects/icons-material/src/{ => material}/round/local_pharmacy.svg (100%) rename projects/icons-material/src/{ => material}/round/local_phone.svg (100%) rename projects/icons-material/src/{ => material}/round/local_pizza.svg (100%) rename projects/icons-material/src/{ => material}/round/local_play.svg (100%) rename projects/icons-material/src/{ => material}/round/local_police.svg (100%) rename projects/icons-material/src/{ => material}/round/local_post_office.svg (100%) rename projects/icons-material/src/{ => material}/round/local_printshop.svg (100%) rename projects/icons-material/src/{ => material}/round/local_see.svg (100%) rename projects/icons-material/src/{ => material}/round/local_shipping.svg (100%) rename projects/icons-material/src/{ => material}/round/local_taxi.svg (100%) rename projects/icons-material/src/{ => material}/round/location_city.svg (100%) rename projects/icons-material/src/{ => material}/round/location_disabled.svg (100%) rename projects/icons-material/src/{ => material}/round/location_off.svg (100%) rename projects/icons-material/src/{ => material}/round/location_on.svg (100%) rename projects/icons-material/src/{ => material}/round/location_searching.svg (100%) rename projects/icons-material/src/{ => material}/round/lock.svg (100%) rename projects/icons-material/src/{ => material}/round/lock_clock.svg (100%) rename projects/icons-material/src/{ => material}/round/lock_open.svg (100%) rename projects/icons-material/src/{ => material}/round/lock_person.svg (100%) rename projects/icons-material/src/{ => material}/round/lock_reset.svg (100%) rename projects/icons-material/src/{ => material}/round/login.svg (100%) rename projects/icons-material/src/{ => material}/round/logo_dev.svg (100%) rename projects/icons-material/src/{ => material}/round/logout.svg (100%) rename projects/icons-material/src/{ => material}/round/looks.svg (100%) rename projects/icons-material/src/{ => material}/round/looks_3.svg (100%) rename projects/icons-material/src/{ => material}/round/looks_4.svg (100%) rename projects/icons-material/src/{ => material}/round/looks_5.svg (100%) rename projects/icons-material/src/{ => material}/round/looks_6.svg (100%) rename projects/icons-material/src/{ => material}/round/looks_one.svg (100%) rename projects/icons-material/src/{ => material}/round/looks_two.svg (100%) rename projects/icons-material/src/{ => material}/round/loop.svg (100%) rename projects/icons-material/src/{ => material}/round/loupe.svg (100%) rename projects/icons-material/src/{ => material}/round/low_priority.svg (100%) rename projects/icons-material/src/{ => material}/round/loyalty.svg (100%) rename projects/icons-material/src/{ => material}/round/lte_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/round/lte_plus_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/round/luggage.svg (100%) rename projects/icons-material/src/{ => material}/round/lunch_dining.svg (100%) rename projects/icons-material/src/{ => material}/round/lyrics.svg (100%) rename projects/icons-material/src/{ => material}/round/macro_off.svg (100%) rename projects/icons-material/src/{ => material}/round/mail.svg (100%) rename projects/icons-material/src/{ => material}/round/mail_lock.svg (100%) rename projects/icons-material/src/{ => material}/round/mail_outline.svg (100%) rename projects/icons-material/src/{ => material}/round/male.svg (100%) rename projects/icons-material/src/{ => material}/round/man.svg (100%) rename projects/icons-material/src/{ => material}/round/man_2.svg (100%) rename projects/icons-material/src/{ => material}/round/man_3.svg (100%) rename projects/icons-material/src/{ => material}/round/man_4.svg (100%) rename projects/icons-material/src/{ => material}/round/manage_accounts.svg (100%) rename projects/icons-material/src/{ => material}/round/manage_history.svg (100%) rename projects/icons-material/src/{ => material}/round/manage_search.svg (100%) rename projects/icons-material/src/{ => material}/round/map.svg (100%) rename projects/icons-material/src/{ => material}/round/maps_home_work.svg (100%) rename projects/icons-material/src/{ => material}/round/maps_ugc.svg (100%) rename projects/icons-material/src/{ => material}/round/margin.svg (100%) rename projects/icons-material/src/{ => material}/round/mark_as_unread.svg (100%) rename projects/icons-material/src/{ => material}/round/mark_chat_read.svg (100%) rename projects/icons-material/src/{ => material}/round/mark_chat_unread.svg (100%) rename projects/icons-material/src/{ => material}/round/mark_email_read.svg (100%) rename projects/icons-material/src/{ => material}/round/mark_email_unread.svg (100%) rename projects/icons-material/src/{ => material}/round/mark_unread_chat_alt.svg (100%) rename projects/icons-material/src/{ => material}/round/markunread.svg (100%) rename projects/icons-material/src/{ => material}/round/markunread_mailbox.svg (100%) rename projects/icons-material/src/{ => material}/round/masks.svg (100%) rename projects/icons-material/src/{ => material}/round/maximize.svg (100%) rename projects/icons-material/src/{ => material}/round/media_bluetooth_off.svg (100%) rename projects/icons-material/src/{ => material}/round/media_bluetooth_on.svg (100%) rename projects/icons-material/src/{ => material}/round/mediation.svg (100%) rename projects/icons-material/src/{ => material}/round/medical_information.svg (100%) rename projects/icons-material/src/{ => material}/round/medical_services.svg (100%) rename projects/icons-material/src/{ => material}/round/medication.svg (100%) rename projects/icons-material/src/{ => material}/round/medication_liquid.svg (100%) rename projects/icons-material/src/{ => material}/round/meeting_room.svg (100%) rename projects/icons-material/src/{ => material}/round/memory.svg (100%) rename projects/icons-material/src/{ => material}/round/menu.svg (100%) rename projects/icons-material/src/{ => material}/round/menu_book.svg (100%) rename projects/icons-material/src/{ => material}/round/menu_open.svg (100%) rename projects/icons-material/src/{ => material}/round/merge.svg (100%) rename projects/icons-material/src/{ => material}/round/merge_type.svg (100%) rename projects/icons-material/src/{ => material}/round/message.svg (100%) rename projects/icons-material/src/{ => material}/round/mic.svg (100%) rename projects/icons-material/src/{ => material}/round/mic_external_off.svg (100%) rename projects/icons-material/src/{ => material}/round/mic_external_on.svg (100%) rename projects/icons-material/src/{ => material}/round/mic_none.svg (100%) rename projects/icons-material/src/{ => material}/round/mic_off.svg (100%) rename projects/icons-material/src/{ => material}/round/microwave.svg (100%) rename projects/icons-material/src/{ => material}/round/military_tech.svg (100%) rename projects/icons-material/src/{ => material}/round/minimize.svg (100%) rename projects/icons-material/src/{ => material}/round/minor_crash.svg (100%) rename projects/icons-material/src/{ => material}/round/miscellaneous_services.svg (100%) rename projects/icons-material/src/{ => material}/round/missed_video_call.svg (100%) rename projects/icons-material/src/{ => material}/round/mms.svg (100%) rename projects/icons-material/src/{ => material}/round/mobile_friendly.svg (100%) rename projects/icons-material/src/{ => material}/round/mobile_off.svg (100%) rename projects/icons-material/src/{ => material}/round/mobile_screen_share.svg (100%) rename projects/icons-material/src/{ => material}/round/mobiledata_off.svg (100%) rename projects/icons-material/src/{ => material}/round/mode.svg (100%) rename projects/icons-material/src/{ => material}/round/mode_comment.svg (100%) rename projects/icons-material/src/{ => material}/round/mode_edit.svg (100%) rename projects/icons-material/src/{ => material}/round/mode_edit_outline.svg (100%) rename projects/icons-material/src/{ => material}/round/mode_fan_off.svg (100%) rename projects/icons-material/src/{ => material}/round/mode_night.svg (100%) rename projects/icons-material/src/{ => material}/round/mode_of_travel.svg (100%) rename projects/icons-material/src/{ => material}/round/mode_standby.svg (100%) rename projects/icons-material/src/{ => material}/round/model_training.svg (100%) rename projects/icons-material/src/{ => material}/round/monetization_on.svg (100%) rename projects/icons-material/src/{ => material}/round/money.svg (100%) rename projects/icons-material/src/{ => material}/round/money_off.svg (100%) rename projects/icons-material/src/{ => material}/round/money_off_csred.svg (100%) rename projects/icons-material/src/{ => material}/round/monitor.svg (100%) rename projects/icons-material/src/{ => material}/round/monitor_heart.svg (100%) rename projects/icons-material/src/{ => material}/round/monitor_weight.svg (100%) rename projects/icons-material/src/{ => material}/round/monochrome_photos.svg (100%) rename projects/icons-material/src/{ => material}/round/mood.svg (100%) rename projects/icons-material/src/{ => material}/round/mood_bad.svg (100%) rename projects/icons-material/src/{ => material}/round/moped.svg (100%) rename projects/icons-material/src/{ => material}/round/more.svg (100%) rename projects/icons-material/src/{ => material}/round/more_horiz.svg (100%) rename projects/icons-material/src/{ => material}/round/more_time.svg (100%) rename projects/icons-material/src/{ => material}/round/more_vert.svg (100%) rename projects/icons-material/src/{ => material}/round/mosque.svg (100%) rename projects/icons-material/src/{ => material}/round/motion_photos_auto.svg (100%) rename projects/icons-material/src/{ => material}/round/motion_photos_off.svg (100%) rename projects/icons-material/src/{ => material}/round/motion_photos_on.svg (100%) rename projects/icons-material/src/{ => material}/round/motion_photos_pause.svg (100%) rename projects/icons-material/src/{ => material}/round/motion_photos_paused.svg (100%) rename projects/icons-material/src/{ => material}/round/mouse.svg (100%) rename projects/icons-material/src/{ => material}/round/move_down.svg (100%) rename projects/icons-material/src/{ => material}/round/move_to_inbox.svg (100%) rename projects/icons-material/src/{ => material}/round/move_up.svg (100%) rename projects/icons-material/src/{ => material}/round/movie.svg (100%) rename projects/icons-material/src/{ => material}/round/movie_creation.svg (100%) rename projects/icons-material/src/{ => material}/round/movie_filter.svg (100%) rename projects/icons-material/src/{ => material}/round/moving.svg (100%) rename projects/icons-material/src/{ => material}/round/mp.svg (100%) rename projects/icons-material/src/{ => material}/round/multiline_chart.svg (100%) rename projects/icons-material/src/{ => material}/round/multiple_stop.svg (100%) rename projects/icons-material/src/{ => material}/round/museum.svg (100%) rename projects/icons-material/src/{ => material}/round/music_note.svg (100%) rename projects/icons-material/src/{ => material}/round/music_off.svg (100%) rename projects/icons-material/src/{ => material}/round/music_video.svg (100%) rename projects/icons-material/src/{ => material}/round/my_location.svg (100%) rename projects/icons-material/src/{ => material}/round/nat.svg (100%) rename projects/icons-material/src/{ => material}/round/nature.svg (100%) rename projects/icons-material/src/{ => material}/round/nature_people.svg (100%) rename projects/icons-material/src/{ => material}/round/navigate_before.svg (100%) rename projects/icons-material/src/{ => material}/round/navigate_next.svg (100%) rename projects/icons-material/src/{ => material}/round/navigation.svg (100%) rename projects/icons-material/src/{ => material}/round/near_me.svg (100%) rename projects/icons-material/src/{ => material}/round/near_me_disabled.svg (100%) rename projects/icons-material/src/{ => material}/round/nearby_error.svg (100%) rename projects/icons-material/src/{ => material}/round/nearby_off.svg (100%) rename projects/icons-material/src/{ => material}/round/nest_cam_wired_stand.svg (100%) rename projects/icons-material/src/{ => material}/round/network_cell.svg (100%) rename projects/icons-material/src/{ => material}/round/network_check.svg (100%) rename projects/icons-material/src/{ => material}/round/network_locked.svg (100%) rename projects/icons-material/src/{ => material}/round/network_ping.svg (100%) rename projects/icons-material/src/{ => material}/round/network_wifi.svg (100%) rename projects/icons-material/src/{ => material}/round/network_wifi_1_bar.svg (100%) rename projects/icons-material/src/{ => material}/round/network_wifi_2_bar.svg (100%) rename projects/icons-material/src/{ => material}/round/network_wifi_3_bar.svg (100%) rename projects/icons-material/src/{ => material}/round/new_label.svg (100%) rename projects/icons-material/src/{ => material}/round/new_releases.svg (100%) rename projects/icons-material/src/{ => material}/round/newspaper.svg (100%) rename projects/icons-material/src/{ => material}/round/next_plan.svg (100%) rename projects/icons-material/src/{ => material}/round/next_week.svg (100%) rename projects/icons-material/src/{ => material}/round/nfc.svg (100%) rename projects/icons-material/src/{ => material}/round/night_shelter.svg (100%) rename projects/icons-material/src/{ => material}/round/nightlife.svg (100%) rename projects/icons-material/src/{ => material}/round/nightlight.svg (100%) rename projects/icons-material/src/{ => material}/round/nightlight_round.svg (100%) rename projects/icons-material/src/{ => material}/round/nights_stay.svg (100%) rename projects/icons-material/src/{ => material}/round/no_accounts.svg (100%) rename projects/icons-material/src/{ => material}/round/no_adult_content.svg (100%) rename projects/icons-material/src/{ => material}/round/no_backpack.svg (100%) rename projects/icons-material/src/{ => material}/round/no_cell.svg (100%) rename projects/icons-material/src/{ => material}/round/no_crash.svg (100%) rename projects/icons-material/src/{ => material}/round/no_drinks.svg (100%) rename projects/icons-material/src/{ => material}/round/no_encryption.svg (100%) rename projects/icons-material/src/{ => material}/round/no_encryption_gmailerrorred.svg (100%) rename projects/icons-material/src/{ => material}/round/no_flash.svg (100%) rename projects/icons-material/src/{ => material}/round/no_food.svg (100%) rename projects/icons-material/src/{ => material}/round/no_luggage.svg (100%) rename projects/icons-material/src/{ => material}/round/no_meals.svg (100%) rename projects/icons-material/src/{ => material}/round/no_meeting_room.svg (100%) rename projects/icons-material/src/{ => material}/round/no_photography.svg (100%) rename projects/icons-material/src/{ => material}/round/no_sim.svg (100%) rename projects/icons-material/src/{ => material}/round/no_stroller.svg (100%) rename projects/icons-material/src/{ => material}/round/no_transfer.svg (100%) rename projects/icons-material/src/{ => material}/round/noise_aware.svg (100%) rename projects/icons-material/src/{ => material}/round/noise_control_off.svg (100%) rename projects/icons-material/src/{ => material}/round/nordic_walking.svg (100%) rename projects/icons-material/src/{ => material}/round/north.svg (100%) rename projects/icons-material/src/{ => material}/round/north_east.svg (100%) rename projects/icons-material/src/{ => material}/round/north_west.svg (100%) rename projects/icons-material/src/{ => material}/round/not_accessible.svg (100%) rename projects/icons-material/src/{ => material}/round/not_interested.svg (100%) rename projects/icons-material/src/{ => material}/round/not_listed_location.svg (100%) rename projects/icons-material/src/{ => material}/round/not_started.svg (100%) rename projects/icons-material/src/{ => material}/round/note.svg (100%) rename projects/icons-material/src/{ => material}/round/note_add.svg (100%) rename projects/icons-material/src/{ => material}/round/note_alt.svg (100%) rename projects/icons-material/src/{ => material}/round/notes.svg (100%) rename projects/icons-material/src/{ => material}/round/notification_add.svg (100%) rename projects/icons-material/src/{ => material}/round/notification_important.svg (100%) rename projects/icons-material/src/{ => material}/round/notifications.svg (100%) rename projects/icons-material/src/{ => material}/round/notifications_active.svg (100%) rename projects/icons-material/src/{ => material}/round/notifications_none.svg (100%) rename projects/icons-material/src/{ => material}/round/notifications_off.svg (100%) rename projects/icons-material/src/{ => material}/round/notifications_paused.svg (100%) rename projects/icons-material/src/{ => material}/round/numbers.svg (100%) rename projects/icons-material/src/{ => material}/round/offline_bolt.svg (100%) rename projects/icons-material/src/{ => material}/round/offline_pin.svg (100%) rename projects/icons-material/src/{ => material}/round/offline_share.svg (100%) rename projects/icons-material/src/{ => material}/round/oil_barrel.svg (100%) rename projects/icons-material/src/{ => material}/round/on_device_training.svg (100%) rename projects/icons-material/src/{ => material}/round/ondemand_video.svg (100%) rename projects/icons-material/src/{ => material}/round/online_prediction.svg (100%) rename projects/icons-material/src/{ => material}/round/opacity.svg (100%) rename projects/icons-material/src/{ => material}/round/open_in_browser.svg (100%) rename projects/icons-material/src/{ => material}/round/open_in_full.svg (100%) rename projects/icons-material/src/{ => material}/round/open_in_new.svg (100%) rename projects/icons-material/src/{ => material}/round/open_in_new_off.svg (100%) rename projects/icons-material/src/{ => material}/round/open_with.svg (100%) rename projects/icons-material/src/{ => material}/round/other_houses.svg (100%) rename projects/icons-material/src/{ => material}/round/outbound.svg (100%) rename projects/icons-material/src/{ => material}/round/outbox.svg (100%) rename projects/icons-material/src/{ => material}/round/outdoor_grill.svg (100%) rename projects/icons-material/src/{ => material}/round/outlet.svg (100%) rename projects/icons-material/src/{ => material}/round/outlined_flag.svg (100%) rename projects/icons-material/src/{ => material}/round/output.svg (100%) rename projects/icons-material/src/{ => material}/round/padding.svg (100%) rename projects/icons-material/src/{ => material}/round/pages.svg (100%) rename projects/icons-material/src/{ => material}/round/pageview.svg (100%) rename projects/icons-material/src/{ => material}/round/paid.svg (100%) rename projects/icons-material/src/{ => material}/round/palette.svg (100%) rename projects/icons-material/src/{ => material}/round/pan_tool.svg (100%) rename projects/icons-material/src/{ => material}/round/pan_tool_alt.svg (100%) rename projects/icons-material/src/{ => material}/round/panorama.svg (100%) rename projects/icons-material/src/{ => material}/round/panorama_fish_eye.svg (100%) rename projects/icons-material/src/{ => material}/round/panorama_horizontal.svg (100%) rename projects/icons-material/src/{ => material}/round/panorama_horizontal_select.svg (100%) rename projects/icons-material/src/{ => material}/round/panorama_photosphere.svg (100%) rename projects/icons-material/src/{ => material}/round/panorama_photosphere_select.svg (100%) rename projects/icons-material/src/{ => material}/round/panorama_vertical.svg (100%) rename projects/icons-material/src/{ => material}/round/panorama_vertical_select.svg (100%) rename projects/icons-material/src/{ => material}/round/panorama_wide_angle.svg (100%) rename projects/icons-material/src/{ => material}/round/panorama_wide_angle_select.svg (100%) rename projects/icons-material/src/{ => material}/round/paragliding.svg (100%) rename projects/icons-material/src/{ => material}/round/park.svg (100%) rename projects/icons-material/src/{ => material}/round/party_mode.svg (100%) rename projects/icons-material/src/{ => material}/round/password.svg (100%) rename projects/icons-material/src/{ => material}/round/pattern.svg (100%) rename projects/icons-material/src/{ => material}/round/pause.svg (100%) rename projects/icons-material/src/{ => material}/round/pause_circle.svg (100%) rename projects/icons-material/src/{ => material}/round/pause_circle_filled.svg (100%) rename projects/icons-material/src/{ => material}/round/pause_circle_outline.svg (100%) rename projects/icons-material/src/{ => material}/round/pause_presentation.svg (100%) rename projects/icons-material/src/{ => material}/round/payment.svg (100%) rename projects/icons-material/src/{ => material}/round/payments.svg (100%) rename projects/icons-material/src/{ => material}/round/pedal_bike.svg (100%) rename projects/icons-material/src/{ => material}/round/pending.svg (100%) rename projects/icons-material/src/{ => material}/round/pending_actions.svg (100%) rename projects/icons-material/src/{ => material}/round/pentagon.svg (100%) rename projects/icons-material/src/{ => material}/round/people.svg (100%) rename projects/icons-material/src/{ => material}/round/people_alt.svg (100%) rename projects/icons-material/src/{ => material}/round/people_outline.svg (100%) rename projects/icons-material/src/{ => material}/round/percent.svg (100%) rename projects/icons-material/src/{ => material}/round/perm_camera_mic.svg (100%) rename projects/icons-material/src/{ => material}/round/perm_contact_calendar.svg (100%) rename projects/icons-material/src/{ => material}/round/perm_data_setting.svg (100%) rename projects/icons-material/src/{ => material}/round/perm_device_information.svg (100%) rename projects/icons-material/src/{ => material}/round/perm_identity.svg (100%) rename projects/icons-material/src/{ => material}/round/perm_media.svg (100%) rename projects/icons-material/src/{ => material}/round/perm_phone_msg.svg (100%) rename projects/icons-material/src/{ => material}/round/perm_scan_wifi.svg (100%) rename projects/icons-material/src/{ => material}/round/person.svg (100%) rename projects/icons-material/src/{ => material}/round/person_2.svg (100%) rename projects/icons-material/src/{ => material}/round/person_3.svg (100%) rename projects/icons-material/src/{ => material}/round/person_4.svg (100%) rename projects/icons-material/src/{ => material}/round/person_add.svg (100%) rename projects/icons-material/src/{ => material}/round/person_add_alt.svg (100%) rename projects/icons-material/src/{ => material}/round/person_add_alt_1.svg (100%) rename projects/icons-material/src/{ => material}/round/person_add_disabled.svg (100%) rename projects/icons-material/src/{ => material}/round/person_off.svg (100%) rename projects/icons-material/src/{ => material}/round/person_outline.svg (100%) rename projects/icons-material/src/{ => material}/round/person_pin.svg (100%) rename projects/icons-material/src/{ => material}/round/person_pin_circle.svg (100%) rename projects/icons-material/src/{ => material}/round/person_remove.svg (100%) rename projects/icons-material/src/{ => material}/round/person_remove_alt_1.svg (100%) rename projects/icons-material/src/{ => material}/round/person_search.svg (100%) rename projects/icons-material/src/{ => material}/round/personal_injury.svg (100%) rename projects/icons-material/src/{ => material}/round/personal_video.svg (100%) rename projects/icons-material/src/{ => material}/round/pest_control.svg (100%) rename projects/icons-material/src/{ => material}/round/pest_control_rodent.svg (100%) rename projects/icons-material/src/{ => material}/round/pets.svg (100%) rename projects/icons-material/src/{ => material}/round/phishing.svg (100%) rename projects/icons-material/src/{ => material}/round/phone.svg (100%) rename projects/icons-material/src/{ => material}/round/phone_android.svg (100%) rename projects/icons-material/src/{ => material}/round/phone_bluetooth_speaker.svg (100%) rename projects/icons-material/src/{ => material}/round/phone_callback.svg (100%) rename projects/icons-material/src/{ => material}/round/phone_disabled.svg (100%) rename projects/icons-material/src/{ => material}/round/phone_enabled.svg (100%) rename projects/icons-material/src/{ => material}/round/phone_forwarded.svg (100%) rename projects/icons-material/src/{ => material}/round/phone_iphone.svg (100%) rename projects/icons-material/src/{ => material}/round/phone_locked.svg (100%) rename projects/icons-material/src/{ => material}/round/phone_missed.svg (100%) rename projects/icons-material/src/{ => material}/round/phone_paused.svg (100%) rename projects/icons-material/src/{ => material}/round/phonelink.svg (100%) rename projects/icons-material/src/{ => material}/round/phonelink_erase.svg (100%) rename projects/icons-material/src/{ => material}/round/phonelink_lock.svg (100%) rename projects/icons-material/src/{ => material}/round/phonelink_off.svg (100%) rename projects/icons-material/src/{ => material}/round/phonelink_ring.svg (100%) rename projects/icons-material/src/{ => material}/round/phonelink_setup.svg (100%) rename projects/icons-material/src/{ => material}/round/photo.svg (100%) rename projects/icons-material/src/{ => material}/round/photo_album.svg (100%) rename projects/icons-material/src/{ => material}/round/photo_camera.svg (100%) rename projects/icons-material/src/{ => material}/round/photo_camera_back.svg (100%) rename projects/icons-material/src/{ => material}/round/photo_camera_front.svg (100%) rename projects/icons-material/src/{ => material}/round/photo_filter.svg (100%) rename projects/icons-material/src/{ => material}/round/photo_library.svg (100%) rename projects/icons-material/src/{ => material}/round/photo_size_select_actual.svg (100%) rename projects/icons-material/src/{ => material}/round/photo_size_select_large.svg (100%) rename projects/icons-material/src/{ => material}/round/photo_size_select_small.svg (100%) rename projects/icons-material/src/{ => material}/round/php.svg (100%) rename projects/icons-material/src/{ => material}/round/piano.svg (100%) rename projects/icons-material/src/{ => material}/round/piano_off.svg (100%) rename projects/icons-material/src/{ => material}/round/picture_as_pdf.svg (100%) rename projects/icons-material/src/{ => material}/round/picture_in_picture.svg (100%) rename projects/icons-material/src/{ => material}/round/picture_in_picture_alt.svg (100%) rename projects/icons-material/src/{ => material}/round/pie_chart.svg (100%) rename projects/icons-material/src/{ => material}/round/pie_chart_outline.svg (100%) rename projects/icons-material/src/{ => material}/round/pin.svg (100%) rename projects/icons-material/src/{ => material}/round/pin_drop.svg (100%) rename projects/icons-material/src/{ => material}/round/pin_end.svg (100%) rename projects/icons-material/src/{ => material}/round/pin_invoke.svg (100%) rename projects/icons-material/src/{ => material}/round/pinch.svg (100%) rename projects/icons-material/src/{ => material}/round/pivot_table_chart.svg (100%) rename projects/icons-material/src/{ => material}/round/pix.svg (100%) rename projects/icons-material/src/{ => material}/round/place.svg (100%) rename projects/icons-material/src/{ => material}/round/plagiarism.svg (100%) rename projects/icons-material/src/{ => material}/round/play_arrow.svg (100%) rename projects/icons-material/src/{ => material}/round/play_circle.svg (100%) rename projects/icons-material/src/{ => material}/round/play_circle_filled.svg (100%) rename projects/icons-material/src/{ => material}/round/play_circle_outline.svg (100%) rename projects/icons-material/src/{ => material}/round/play_disabled.svg (100%) rename projects/icons-material/src/{ => material}/round/play_for_work.svg (100%) rename projects/icons-material/src/{ => material}/round/play_lesson.svg (100%) rename projects/icons-material/src/{ => material}/round/playlist_add.svg (100%) rename projects/icons-material/src/{ => material}/round/playlist_add_check.svg (100%) rename projects/icons-material/src/{ => material}/round/playlist_add_check_circle.svg (100%) rename projects/icons-material/src/{ => material}/round/playlist_add_circle.svg (100%) rename projects/icons-material/src/{ => material}/round/playlist_play.svg (100%) rename projects/icons-material/src/{ => material}/round/playlist_remove.svg (100%) rename projects/icons-material/src/{ => material}/round/plumbing.svg (100%) rename projects/icons-material/src/{ => material}/round/plus_one.svg (100%) rename projects/icons-material/src/{ => material}/round/podcasts.svg (100%) rename projects/icons-material/src/{ => material}/round/point_of_sale.svg (100%) rename projects/icons-material/src/{ => material}/round/policy.svg (100%) rename projects/icons-material/src/{ => material}/round/poll.svg (100%) rename projects/icons-material/src/{ => material}/round/polyline.svg (100%) rename projects/icons-material/src/{ => material}/round/polymer.svg (100%) rename projects/icons-material/src/{ => material}/round/pool.svg (100%) rename projects/icons-material/src/{ => material}/round/portable_wifi_off.svg (100%) rename projects/icons-material/src/{ => material}/round/portrait.svg (100%) rename projects/icons-material/src/{ => material}/round/post_add.svg (100%) rename projects/icons-material/src/{ => material}/round/power.svg (100%) rename projects/icons-material/src/{ => material}/round/power_input.svg (100%) rename projects/icons-material/src/{ => material}/round/power_off.svg (100%) rename projects/icons-material/src/{ => material}/round/power_settings_new.svg (100%) rename projects/icons-material/src/{ => material}/round/precision_manufacturing.svg (100%) rename projects/icons-material/src/{ => material}/round/pregnant_woman.svg (100%) rename projects/icons-material/src/{ => material}/round/present_to_all.svg (100%) rename projects/icons-material/src/{ => material}/round/preview.svg (100%) rename projects/icons-material/src/{ => material}/round/price_change.svg (100%) rename projects/icons-material/src/{ => material}/round/price_check.svg (100%) rename projects/icons-material/src/{ => material}/round/print.svg (100%) rename projects/icons-material/src/{ => material}/round/print_disabled.svg (100%) rename projects/icons-material/src/{ => material}/round/priority_high.svg (100%) rename projects/icons-material/src/{ => material}/round/privacy_tip.svg (100%) rename projects/icons-material/src/{ => material}/round/private_connectivity.svg (100%) rename projects/icons-material/src/{ => material}/round/production_quantity_limits.svg (100%) rename projects/icons-material/src/{ => material}/round/propane.svg (100%) rename projects/icons-material/src/{ => material}/round/propane_tank.svg (100%) rename projects/icons-material/src/{ => material}/round/psychology.svg (100%) rename projects/icons-material/src/{ => material}/round/psychology_alt.svg (100%) rename projects/icons-material/src/{ => material}/round/public.svg (100%) rename projects/icons-material/src/{ => material}/round/public_off.svg (100%) rename projects/icons-material/src/{ => material}/round/publish.svg (100%) rename projects/icons-material/src/{ => material}/round/published_with_changes.svg (100%) rename projects/icons-material/src/{ => material}/round/punch_clock.svg (100%) rename projects/icons-material/src/{ => material}/round/push_pin.svg (100%) rename projects/icons-material/src/{ => material}/round/qr_code.svg (100%) rename projects/icons-material/src/{ => material}/round/qr_code_2.svg (100%) rename projects/icons-material/src/{ => material}/round/qr_code_scanner.svg (100%) rename projects/icons-material/src/{ => material}/round/query_builder.svg (100%) rename projects/icons-material/src/{ => material}/round/query_stats.svg (100%) rename projects/icons-material/src/{ => material}/round/question_answer.svg (100%) rename projects/icons-material/src/{ => material}/round/question_mark.svg (100%) rename projects/icons-material/src/{ => material}/round/queue.svg (100%) rename projects/icons-material/src/{ => material}/round/queue_music.svg (100%) rename projects/icons-material/src/{ => material}/round/queue_play_next.svg (100%) rename projects/icons-material/src/{ => material}/round/quickreply.svg (100%) rename projects/icons-material/src/{ => material}/round/quiz.svg (100%) rename projects/icons-material/src/{ => material}/round/r_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/round/radar.svg (100%) rename projects/icons-material/src/{ => material}/round/radio.svg (100%) rename projects/icons-material/src/{ => material}/round/radio_button_checked.svg (100%) rename projects/icons-material/src/{ => material}/round/radio_button_unchecked.svg (100%) rename projects/icons-material/src/{ => material}/round/railway_alert.svg (100%) rename projects/icons-material/src/{ => material}/round/ramen_dining.svg (100%) rename projects/icons-material/src/{ => material}/round/ramp_left.svg (100%) rename projects/icons-material/src/{ => material}/round/ramp_right.svg (100%) rename projects/icons-material/src/{ => material}/round/rate_review.svg (100%) rename projects/icons-material/src/{ => material}/round/raw_off.svg (100%) rename projects/icons-material/src/{ => material}/round/raw_on.svg (100%) rename projects/icons-material/src/{ => material}/round/read_more.svg (100%) rename projects/icons-material/src/{ => material}/round/real_estate_agent.svg (100%) rename projects/icons-material/src/{ => material}/round/receipt.svg (100%) rename projects/icons-material/src/{ => material}/round/receipt_long.svg (100%) rename projects/icons-material/src/{ => material}/round/recent_actors.svg (100%) rename projects/icons-material/src/{ => material}/round/recommend.svg (100%) rename projects/icons-material/src/{ => material}/round/record_voice_over.svg (100%) rename projects/icons-material/src/{ => material}/round/rectangle.svg (100%) rename projects/icons-material/src/{ => material}/round/recycling.svg (100%) rename projects/icons-material/src/{ => material}/round/redeem.svg (100%) rename projects/icons-material/src/{ => material}/round/redo.svg (100%) rename projects/icons-material/src/{ => material}/round/reduce_capacity.svg (100%) rename projects/icons-material/src/{ => material}/round/refresh.svg (100%) rename projects/icons-material/src/{ => material}/round/remember_me.svg (100%) rename projects/icons-material/src/{ => material}/round/remove.svg (100%) rename projects/icons-material/src/{ => material}/round/remove_circle.svg (100%) rename projects/icons-material/src/{ => material}/round/remove_circle_outline.svg (100%) rename projects/icons-material/src/{ => material}/round/remove_done.svg (100%) rename projects/icons-material/src/{ => material}/round/remove_from_queue.svg (100%) rename projects/icons-material/src/{ => material}/round/remove_moderator.svg (100%) rename projects/icons-material/src/{ => material}/round/remove_red_eye.svg (100%) rename projects/icons-material/src/{ => material}/round/remove_road.svg (100%) rename projects/icons-material/src/{ => material}/round/remove_shopping_cart.svg (100%) rename projects/icons-material/src/{ => material}/round/reorder.svg (100%) rename projects/icons-material/src/{ => material}/round/repartition.svg (100%) rename projects/icons-material/src/{ => material}/round/repeat.svg (100%) rename projects/icons-material/src/{ => material}/round/repeat_on.svg (100%) rename projects/icons-material/src/{ => material}/round/repeat_one.svg (100%) rename projects/icons-material/src/{ => material}/round/repeat_one_on.svg (100%) rename projects/icons-material/src/{ => material}/round/replay.svg (100%) rename projects/icons-material/src/{ => material}/round/replay_10.svg (100%) rename projects/icons-material/src/{ => material}/round/replay_30.svg (100%) rename projects/icons-material/src/{ => material}/round/replay_5.svg (100%) rename projects/icons-material/src/{ => material}/round/replay_circle_filled.svg (100%) rename projects/icons-material/src/{ => material}/round/reply.svg (100%) rename projects/icons-material/src/{ => material}/round/reply_all.svg (100%) rename projects/icons-material/src/{ => material}/round/report.svg (100%) rename projects/icons-material/src/{ => material}/round/report_gmailerrorred.svg (100%) rename projects/icons-material/src/{ => material}/round/report_off.svg (100%) rename projects/icons-material/src/{ => material}/round/report_problem.svg (100%) rename projects/icons-material/src/{ => material}/round/request_page.svg (100%) rename projects/icons-material/src/{ => material}/round/request_quote.svg (100%) rename projects/icons-material/src/{ => material}/round/reset_tv.svg (100%) rename projects/icons-material/src/{ => material}/round/restart_alt.svg (100%) rename projects/icons-material/src/{ => material}/round/restaurant.svg (100%) rename projects/icons-material/src/{ => material}/round/restaurant_menu.svg (100%) rename projects/icons-material/src/{ => material}/round/restore.svg (100%) rename projects/icons-material/src/{ => material}/round/restore_from_trash.svg (100%) rename projects/icons-material/src/{ => material}/round/restore_page.svg (100%) rename projects/icons-material/src/{ => material}/round/reviews.svg (100%) rename projects/icons-material/src/{ => material}/round/rice_bowl.svg (100%) rename projects/icons-material/src/{ => material}/round/ring_volume.svg (100%) rename projects/icons-material/src/{ => material}/round/rocket.svg (100%) rename projects/icons-material/src/{ => material}/round/rocket_launch.svg (100%) rename projects/icons-material/src/{ => material}/round/roller_shades.svg (100%) rename projects/icons-material/src/{ => material}/round/roller_shades_closed.svg (100%) rename projects/icons-material/src/{ => material}/round/roller_skating.svg (100%) rename projects/icons-material/src/{ => material}/round/roofing.svg (100%) rename projects/icons-material/src/{ => material}/round/room.svg (100%) rename projects/icons-material/src/{ => material}/round/room_preferences.svg (100%) rename projects/icons-material/src/{ => material}/round/room_service.svg (100%) rename projects/icons-material/src/{ => material}/round/rotate_90_degrees_ccw.svg (100%) rename projects/icons-material/src/{ => material}/round/rotate_90_degrees_cw.svg (100%) rename projects/icons-material/src/{ => material}/round/rotate_left.svg (100%) rename projects/icons-material/src/{ => material}/round/rotate_right.svg (100%) rename projects/icons-material/src/{ => material}/round/roundabout_left.svg (100%) rename projects/icons-material/src/{ => material}/round/roundabout_right.svg (100%) rename projects/icons-material/src/{ => material}/round/rounded_corner.svg (100%) rename projects/icons-material/src/{ => material}/round/route.svg (100%) rename projects/icons-material/src/{ => material}/round/router.svg (100%) rename projects/icons-material/src/{ => material}/round/rowing.svg (100%) rename projects/icons-material/src/{ => material}/round/rss_feed.svg (100%) rename projects/icons-material/src/{ => material}/round/rsvp.svg (100%) rename projects/icons-material/src/{ => material}/round/rtt.svg (100%) rename projects/icons-material/src/{ => material}/round/rule.svg (100%) rename projects/icons-material/src/{ => material}/round/rule_folder.svg (100%) rename projects/icons-material/src/{ => material}/round/run_circle.svg (100%) rename projects/icons-material/src/{ => material}/round/running_with_errors.svg (100%) rename projects/icons-material/src/{ => material}/round/rv_hookup.svg (100%) rename projects/icons-material/src/{ => material}/round/safety_check.svg (100%) rename projects/icons-material/src/{ => material}/round/safety_divider.svg (100%) rename projects/icons-material/src/{ => material}/round/sailing.svg (100%) rename projects/icons-material/src/{ => material}/round/sanitizer.svg (100%) rename projects/icons-material/src/{ => material}/round/satellite.svg (100%) rename projects/icons-material/src/{ => material}/round/satellite_alt.svg (100%) rename projects/icons-material/src/{ => material}/round/save.svg (100%) rename projects/icons-material/src/{ => material}/round/save_alt.svg (100%) rename projects/icons-material/src/{ => material}/round/save_as.svg (100%) rename projects/icons-material/src/{ => material}/round/saved_search.svg (100%) rename projects/icons-material/src/{ => material}/round/savings.svg (100%) rename projects/icons-material/src/{ => material}/round/scale.svg (100%) rename projects/icons-material/src/{ => material}/round/scanner.svg (100%) rename projects/icons-material/src/{ => material}/round/scatter_plot.svg (100%) rename projects/icons-material/src/{ => material}/round/schedule.svg (100%) rename projects/icons-material/src/{ => material}/round/schedule_send.svg (100%) rename projects/icons-material/src/{ => material}/round/schema.svg (100%) rename projects/icons-material/src/{ => material}/round/school.svg (100%) rename projects/icons-material/src/{ => material}/round/science.svg (100%) rename projects/icons-material/src/{ => material}/round/score.svg (100%) rename projects/icons-material/src/{ => material}/round/scoreboard.svg (100%) rename projects/icons-material/src/{ => material}/round/screen_lock_landscape.svg (100%) rename projects/icons-material/src/{ => material}/round/screen_lock_portrait.svg (100%) rename projects/icons-material/src/{ => material}/round/screen_lock_rotation.svg (100%) rename projects/icons-material/src/{ => material}/round/screen_rotation.svg (100%) rename projects/icons-material/src/{ => material}/round/screen_rotation_alt.svg (100%) rename projects/icons-material/src/{ => material}/round/screen_search_desktop.svg (100%) rename projects/icons-material/src/{ => material}/round/screen_share.svg (100%) rename projects/icons-material/src/{ => material}/round/screenshot.svg (100%) rename projects/icons-material/src/{ => material}/round/screenshot_monitor.svg (100%) rename projects/icons-material/src/{ => material}/round/scuba_diving.svg (100%) rename projects/icons-material/src/{ => material}/round/sd.svg (100%) rename projects/icons-material/src/{ => material}/round/sd_card.svg (100%) rename projects/icons-material/src/{ => material}/round/sd_card_alert.svg (100%) rename projects/icons-material/src/{ => material}/round/sd_storage.svg (100%) rename projects/icons-material/src/{ => material}/round/search.svg (100%) rename projects/icons-material/src/{ => material}/round/search_off.svg (100%) rename projects/icons-material/src/{ => material}/round/security.svg (100%) rename projects/icons-material/src/{ => material}/round/security_update.svg (100%) rename projects/icons-material/src/{ => material}/round/security_update_good.svg (100%) rename projects/icons-material/src/{ => material}/round/security_update_warning.svg (100%) rename projects/icons-material/src/{ => material}/round/segment.svg (100%) rename projects/icons-material/src/{ => material}/round/select_all.svg (100%) rename projects/icons-material/src/{ => material}/round/self_improvement.svg (100%) rename projects/icons-material/src/{ => material}/round/sell.svg (100%) rename projects/icons-material/src/{ => material}/round/send.svg (100%) rename projects/icons-material/src/{ => material}/round/send_and_archive.svg (100%) rename projects/icons-material/src/{ => material}/round/send_time_extension.svg (100%) rename projects/icons-material/src/{ => material}/round/send_to_mobile.svg (100%) rename projects/icons-material/src/{ => material}/round/sensor_door.svg (100%) rename projects/icons-material/src/{ => material}/round/sensor_occupied.svg (100%) rename projects/icons-material/src/{ => material}/round/sensor_window.svg (100%) rename projects/icons-material/src/{ => material}/round/sensors.svg (100%) rename projects/icons-material/src/{ => material}/round/sensors_off.svg (100%) rename projects/icons-material/src/{ => material}/round/sentiment_dissatisfied.svg (100%) rename projects/icons-material/src/{ => material}/round/sentiment_neutral.svg (100%) rename projects/icons-material/src/{ => material}/round/sentiment_satisfied.svg (100%) rename projects/icons-material/src/{ => material}/round/sentiment_satisfied_alt.svg (100%) rename projects/icons-material/src/{ => material}/round/sentiment_very_dissatisfied.svg (100%) rename projects/icons-material/src/{ => material}/round/sentiment_very_satisfied.svg (100%) rename projects/icons-material/src/{ => material}/round/set_meal.svg (100%) rename projects/icons-material/src/{ => material}/round/settings.svg (100%) rename projects/icons-material/src/{ => material}/round/settings_accessibility.svg (100%) rename projects/icons-material/src/{ => material}/round/settings_applications.svg (100%) rename projects/icons-material/src/{ => material}/round/settings_backup_restore.svg (100%) rename projects/icons-material/src/{ => material}/round/settings_bluetooth.svg (100%) rename projects/icons-material/src/{ => material}/round/settings_brightness.svg (100%) rename projects/icons-material/src/{ => material}/round/settings_cell.svg (100%) rename projects/icons-material/src/{ => material}/round/settings_ethernet.svg (100%) rename projects/icons-material/src/{ => material}/round/settings_input_antenna.svg (100%) rename projects/icons-material/src/{ => material}/round/settings_input_component.svg (100%) rename projects/icons-material/src/{ => material}/round/settings_input_composite.svg (100%) rename projects/icons-material/src/{ => material}/round/settings_input_hdmi.svg (100%) rename projects/icons-material/src/{ => material}/round/settings_input_svideo.svg (100%) rename projects/icons-material/src/{ => material}/round/settings_overscan.svg (100%) rename projects/icons-material/src/{ => material}/round/settings_phone.svg (100%) rename projects/icons-material/src/{ => material}/round/settings_power.svg (100%) rename projects/icons-material/src/{ => material}/round/settings_remote.svg (100%) rename projects/icons-material/src/{ => material}/round/settings_suggest.svg (100%) rename projects/icons-material/src/{ => material}/round/settings_system_daydream.svg (100%) rename projects/icons-material/src/{ => material}/round/settings_voice.svg (100%) rename projects/icons-material/src/{ => material}/round/severe_cold.svg (100%) rename projects/icons-material/src/{ => material}/round/shape_line.svg (100%) rename projects/icons-material/src/{ => material}/round/share.svg (100%) rename projects/icons-material/src/{ => material}/round/share_location.svg (100%) rename projects/icons-material/src/{ => material}/round/shield.svg (100%) rename projects/icons-material/src/{ => material}/round/shield_moon.svg (100%) rename projects/icons-material/src/{ => material}/round/shop.svg (100%) rename projects/icons-material/src/{ => material}/round/shop_2.svg (100%) rename projects/icons-material/src/{ => material}/round/shop_two.svg (100%) rename projects/icons-material/src/{ => material}/round/shopping_bag.svg (100%) rename projects/icons-material/src/{ => material}/round/shopping_basket.svg (100%) rename projects/icons-material/src/{ => material}/round/shopping_cart.svg (100%) rename projects/icons-material/src/{ => material}/round/shopping_cart_checkout.svg (100%) rename projects/icons-material/src/{ => material}/round/short_text.svg (100%) rename projects/icons-material/src/{ => material}/round/shortcut.svg (100%) rename projects/icons-material/src/{ => material}/round/show_chart.svg (100%) rename projects/icons-material/src/{ => material}/round/shower.svg (100%) rename projects/icons-material/src/{ => material}/round/shuffle.svg (100%) rename projects/icons-material/src/{ => material}/round/shuffle_on.svg (100%) rename projects/icons-material/src/{ => material}/round/shutter_speed.svg (100%) rename projects/icons-material/src/{ => material}/round/sick.svg (100%) rename projects/icons-material/src/{ => material}/round/sign_language.svg (100%) rename projects/icons-material/src/{ => material}/round/signal_cellular_0_bar.svg (100%) rename projects/icons-material/src/{ => material}/round/signal_cellular_4_bar.svg (100%) rename projects/icons-material/src/{ => material}/round/signal_cellular_alt.svg (100%) rename projects/icons-material/src/{ => material}/round/signal_cellular_alt_1_bar.svg (100%) rename projects/icons-material/src/{ => material}/round/signal_cellular_alt_2_bar.svg (100%) rename projects/icons-material/src/{ => material}/round/signal_cellular_connected_no_internet_0_bar.svg (100%) rename projects/icons-material/src/{ => material}/round/signal_cellular_connected_no_internet_4_bar.svg (100%) rename projects/icons-material/src/{ => material}/round/signal_cellular_no_sim.svg (100%) rename projects/icons-material/src/{ => material}/round/signal_cellular_nodata.svg (100%) rename projects/icons-material/src/{ => material}/round/signal_cellular_null.svg (100%) rename projects/icons-material/src/{ => material}/round/signal_cellular_off.svg (100%) rename projects/icons-material/src/{ => material}/round/signal_wifi_0_bar.svg (100%) rename projects/icons-material/src/{ => material}/round/signal_wifi_4_bar.svg (100%) rename projects/icons-material/src/{ => material}/round/signal_wifi_4_bar_lock.svg (100%) rename projects/icons-material/src/{ => material}/round/signal_wifi_bad.svg (100%) rename projects/icons-material/src/{ => material}/round/signal_wifi_connected_no_internet_4.svg (100%) rename projects/icons-material/src/{ => material}/round/signal_wifi_off.svg (100%) rename projects/icons-material/src/{ => material}/round/signal_wifi_statusbar_4_bar.svg (100%) rename projects/icons-material/src/{ => material}/round/signal_wifi_statusbar_connected_no_internet_4.svg (100%) rename projects/icons-material/src/{ => material}/round/signal_wifi_statusbar_null.svg (100%) rename projects/icons-material/src/{ => material}/round/signpost.svg (100%) rename projects/icons-material/src/{ => material}/round/sim_card.svg (100%) rename projects/icons-material/src/{ => material}/round/sim_card_alert.svg (100%) rename projects/icons-material/src/{ => material}/round/sim_card_download.svg (100%) rename projects/icons-material/src/{ => material}/round/single_bed.svg (100%) rename projects/icons-material/src/{ => material}/round/sip.svg (100%) rename projects/icons-material/src/{ => material}/round/skateboarding.svg (100%) rename projects/icons-material/src/{ => material}/round/skip_next.svg (100%) rename projects/icons-material/src/{ => material}/round/skip_previous.svg (100%) rename projects/icons-material/src/{ => material}/round/sledding.svg (100%) rename projects/icons-material/src/{ => material}/round/slideshow.svg (100%) rename projects/icons-material/src/{ => material}/round/slow_motion_video.svg (100%) rename projects/icons-material/src/{ => material}/round/smart_button.svg (100%) rename projects/icons-material/src/{ => material}/round/smart_display.svg (100%) rename projects/icons-material/src/{ => material}/round/smart_screen.svg (100%) rename projects/icons-material/src/{ => material}/round/smart_toy.svg (100%) rename projects/icons-material/src/{ => material}/round/smartphone.svg (100%) rename projects/icons-material/src/{ => material}/round/smoke_free.svg (100%) rename projects/icons-material/src/{ => material}/round/smoking_rooms.svg (100%) rename projects/icons-material/src/{ => material}/round/sms.svg (100%) rename projects/icons-material/src/{ => material}/round/sms_failed.svg (100%) rename projects/icons-material/src/{ => material}/round/snippet_folder.svg (100%) rename projects/icons-material/src/{ => material}/round/snooze.svg (100%) rename projects/icons-material/src/{ => material}/round/snowboarding.svg (100%) rename projects/icons-material/src/{ => material}/round/snowmobile.svg (100%) rename projects/icons-material/src/{ => material}/round/snowshoeing.svg (100%) rename projects/icons-material/src/{ => material}/round/soap.svg (100%) rename projects/icons-material/src/{ => material}/round/social_distance.svg (100%) rename projects/icons-material/src/{ => material}/round/solar_power.svg (100%) rename projects/icons-material/src/{ => material}/round/sort.svg (100%) rename projects/icons-material/src/{ => material}/round/sort_by_alpha.svg (100%) rename projects/icons-material/src/{ => material}/round/sos.svg (100%) rename projects/icons-material/src/{ => material}/round/soup_kitchen.svg (100%) rename projects/icons-material/src/{ => material}/round/source.svg (100%) rename projects/icons-material/src/{ => material}/round/south.svg (100%) rename projects/icons-material/src/{ => material}/round/south_america.svg (100%) rename projects/icons-material/src/{ => material}/round/south_east.svg (100%) rename projects/icons-material/src/{ => material}/round/south_west.svg (100%) rename projects/icons-material/src/{ => material}/round/spa.svg (100%) rename projects/icons-material/src/{ => material}/round/space_bar.svg (100%) rename projects/icons-material/src/{ => material}/round/space_dashboard.svg (100%) rename projects/icons-material/src/{ => material}/round/spatial_audio.svg (100%) rename projects/icons-material/src/{ => material}/round/spatial_audio_off.svg (100%) rename projects/icons-material/src/{ => material}/round/spatial_tracking.svg (100%) rename projects/icons-material/src/{ => material}/round/speaker.svg (100%) rename projects/icons-material/src/{ => material}/round/speaker_group.svg (100%) rename projects/icons-material/src/{ => material}/round/speaker_notes.svg (100%) rename projects/icons-material/src/{ => material}/round/speaker_notes_off.svg (100%) rename projects/icons-material/src/{ => material}/round/speaker_phone.svg (100%) rename projects/icons-material/src/{ => material}/round/speed.svg (100%) rename projects/icons-material/src/{ => material}/round/spellcheck.svg (100%) rename projects/icons-material/src/{ => material}/round/splitscreen.svg (100%) rename projects/icons-material/src/{ => material}/round/spoke.svg (100%) rename projects/icons-material/src/{ => material}/round/sports.svg (100%) rename projects/icons-material/src/{ => material}/round/sports_bar.svg (100%) rename projects/icons-material/src/{ => material}/round/sports_baseball.svg (100%) rename projects/icons-material/src/{ => material}/round/sports_basketball.svg (100%) rename projects/icons-material/src/{ => material}/round/sports_cricket.svg (100%) rename projects/icons-material/src/{ => material}/round/sports_esports.svg (100%) rename projects/icons-material/src/{ => material}/round/sports_football.svg (100%) rename projects/icons-material/src/{ => material}/round/sports_golf.svg (100%) rename projects/icons-material/src/{ => material}/round/sports_gymnastics.svg (100%) rename projects/icons-material/src/{ => material}/round/sports_handball.svg (100%) rename projects/icons-material/src/{ => material}/round/sports_hockey.svg (100%) rename projects/icons-material/src/{ => material}/round/sports_kabaddi.svg (100%) rename projects/icons-material/src/{ => material}/round/sports_martial_arts.svg (100%) rename projects/icons-material/src/{ => material}/round/sports_mma.svg (100%) rename projects/icons-material/src/{ => material}/round/sports_motorsports.svg (100%) rename projects/icons-material/src/{ => material}/round/sports_rugby.svg (100%) rename projects/icons-material/src/{ => material}/round/sports_score.svg (100%) rename projects/icons-material/src/{ => material}/round/sports_soccer.svg (100%) rename projects/icons-material/src/{ => material}/round/sports_tennis.svg (100%) rename projects/icons-material/src/{ => material}/round/sports_volleyball.svg (100%) rename projects/icons-material/src/{ => material}/round/square.svg (100%) rename projects/icons-material/src/{ => material}/round/square_foot.svg (100%) rename projects/icons-material/src/{ => material}/round/ssid_chart.svg (100%) rename projects/icons-material/src/{ => material}/round/stacked_bar_chart.svg (100%) rename projects/icons-material/src/{ => material}/round/stacked_line_chart.svg (100%) rename projects/icons-material/src/{ => material}/round/stadium.svg (100%) rename projects/icons-material/src/{ => material}/round/stairs.svg (100%) rename projects/icons-material/src/{ => material}/round/star.svg (100%) rename projects/icons-material/src/{ => material}/round/star_border.svg (100%) rename projects/icons-material/src/{ => material}/round/star_border_purple500.svg (100%) rename projects/icons-material/src/{ => material}/round/star_half.svg (100%) rename projects/icons-material/src/{ => material}/round/star_outline.svg (100%) rename projects/icons-material/src/{ => material}/round/star_purple500.svg (100%) rename projects/icons-material/src/{ => material}/round/star_rate.svg (100%) rename projects/icons-material/src/{ => material}/round/stars.svg (100%) rename projects/icons-material/src/{ => material}/round/start.svg (100%) rename projects/icons-material/src/{ => material}/round/stay_current_landscape.svg (100%) rename projects/icons-material/src/{ => material}/round/stay_current_portrait.svg (100%) rename projects/icons-material/src/{ => material}/round/stay_primary_landscape.svg (100%) rename projects/icons-material/src/{ => material}/round/stay_primary_portrait.svg (100%) rename projects/icons-material/src/{ => material}/round/sticky_note_2.svg (100%) rename projects/icons-material/src/{ => material}/round/stop.svg (100%) rename projects/icons-material/src/{ => material}/round/stop_circle.svg (100%) rename projects/icons-material/src/{ => material}/round/stop_screen_share.svg (100%) rename projects/icons-material/src/{ => material}/round/storage.svg (100%) rename projects/icons-material/src/{ => material}/round/store.svg (100%) rename projects/icons-material/src/{ => material}/round/store_mall_directory.svg (100%) rename projects/icons-material/src/{ => material}/round/storefront.svg (100%) rename projects/icons-material/src/{ => material}/round/storm.svg (100%) rename projects/icons-material/src/{ => material}/round/straight.svg (100%) rename projects/icons-material/src/{ => material}/round/straighten.svg (100%) rename projects/icons-material/src/{ => material}/round/stream.svg (100%) rename projects/icons-material/src/{ => material}/round/streetview.svg (100%) rename projects/icons-material/src/{ => material}/round/strikethrough_s.svg (100%) rename projects/icons-material/src/{ => material}/round/stroller.svg (100%) rename projects/icons-material/src/{ => material}/round/style.svg (100%) rename projects/icons-material/src/{ => material}/round/subdirectory_arrow_left.svg (100%) rename projects/icons-material/src/{ => material}/round/subdirectory_arrow_right.svg (100%) rename projects/icons-material/src/{ => material}/round/subject.svg (100%) rename projects/icons-material/src/{ => material}/round/subscript.svg (100%) rename projects/icons-material/src/{ => material}/round/subscriptions.svg (100%) rename projects/icons-material/src/{ => material}/round/subtitles.svg (100%) rename projects/icons-material/src/{ => material}/round/subtitles_off.svg (100%) rename projects/icons-material/src/{ => material}/round/subway.svg (100%) rename projects/icons-material/src/{ => material}/round/summarize.svg (100%) rename projects/icons-material/src/{ => material}/round/superscript.svg (100%) rename projects/icons-material/src/{ => material}/round/supervised_user_circle.svg (100%) rename projects/icons-material/src/{ => material}/round/supervisor_account.svg (100%) rename projects/icons-material/src/{ => material}/round/support.svg (100%) rename projects/icons-material/src/{ => material}/round/support_agent.svg (100%) rename projects/icons-material/src/{ => material}/round/surfing.svg (100%) rename projects/icons-material/src/{ => material}/round/surround_sound.svg (100%) rename projects/icons-material/src/{ => material}/round/swap_calls.svg (100%) rename projects/icons-material/src/{ => material}/round/swap_horiz.svg (100%) rename projects/icons-material/src/{ => material}/round/swap_horizontal_circle.svg (100%) rename projects/icons-material/src/{ => material}/round/swap_vert.svg (100%) rename projects/icons-material/src/{ => material}/round/swap_vertical_circle.svg (100%) rename projects/icons-material/src/{ => material}/round/swipe.svg (100%) rename projects/icons-material/src/{ => material}/round/swipe_down.svg (100%) rename projects/icons-material/src/{ => material}/round/swipe_down_alt.svg (100%) rename projects/icons-material/src/{ => material}/round/swipe_left.svg (100%) rename projects/icons-material/src/{ => material}/round/swipe_left_alt.svg (100%) rename projects/icons-material/src/{ => material}/round/swipe_right.svg (100%) rename projects/icons-material/src/{ => material}/round/swipe_right_alt.svg (100%) rename projects/icons-material/src/{ => material}/round/swipe_up.svg (100%) rename projects/icons-material/src/{ => material}/round/swipe_up_alt.svg (100%) rename projects/icons-material/src/{ => material}/round/swipe_vertical.svg (100%) rename projects/icons-material/src/{ => material}/round/switch_access_shortcut.svg (100%) rename projects/icons-material/src/{ => material}/round/switch_access_shortcut_add.svg (100%) rename projects/icons-material/src/{ => material}/round/switch_account.svg (100%) rename projects/icons-material/src/{ => material}/round/switch_camera.svg (100%) rename projects/icons-material/src/{ => material}/round/switch_left.svg (100%) rename projects/icons-material/src/{ => material}/round/switch_right.svg (100%) rename projects/icons-material/src/{ => material}/round/switch_video.svg (100%) rename projects/icons-material/src/{ => material}/round/synagogue.svg (100%) rename projects/icons-material/src/{ => material}/round/sync.svg (100%) rename projects/icons-material/src/{ => material}/round/sync_alt.svg (100%) rename projects/icons-material/src/{ => material}/round/sync_disabled.svg (100%) rename projects/icons-material/src/{ => material}/round/sync_lock.svg (100%) rename projects/icons-material/src/{ => material}/round/sync_problem.svg (100%) rename projects/icons-material/src/{ => material}/round/system_security_update.svg (100%) rename projects/icons-material/src/{ => material}/round/system_security_update_good.svg (100%) rename projects/icons-material/src/{ => material}/round/system_security_update_warning.svg (100%) rename projects/icons-material/src/{ => material}/round/system_update.svg (100%) rename projects/icons-material/src/{ => material}/round/system_update_alt.svg (100%) rename projects/icons-material/src/{ => material}/round/tab.svg (100%) rename projects/icons-material/src/{ => material}/round/tab_unselected.svg (100%) rename projects/icons-material/src/{ => material}/round/table_bar.svg (100%) rename projects/icons-material/src/{ => material}/round/table_chart.svg (100%) rename projects/icons-material/src/{ => material}/round/table_restaurant.svg (100%) rename projects/icons-material/src/{ => material}/round/table_rows.svg (100%) rename projects/icons-material/src/{ => material}/round/table_view.svg (100%) rename projects/icons-material/src/{ => material}/round/tablet.svg (100%) rename projects/icons-material/src/{ => material}/round/tablet_android.svg (100%) rename projects/icons-material/src/{ => material}/round/tablet_mac.svg (100%) rename projects/icons-material/src/{ => material}/round/tag.svg (100%) rename projects/icons-material/src/{ => material}/round/tag_faces.svg (100%) rename projects/icons-material/src/{ => material}/round/takeout_dining.svg (100%) rename projects/icons-material/src/{ => material}/round/tap_and_play.svg (100%) rename projects/icons-material/src/{ => material}/round/tapas.svg (100%) rename projects/icons-material/src/{ => material}/round/task.svg (100%) rename projects/icons-material/src/{ => material}/round/task_alt.svg (100%) rename projects/icons-material/src/{ => material}/round/taxi_alert.svg (100%) rename projects/icons-material/src/{ => material}/round/temple_buddhist.svg (100%) rename projects/icons-material/src/{ => material}/round/temple_hindu.svg (100%) rename projects/icons-material/src/{ => material}/round/terminal.svg (100%) rename projects/icons-material/src/{ => material}/round/terrain.svg (100%) rename projects/icons-material/src/{ => material}/round/text_decrease.svg (100%) rename projects/icons-material/src/{ => material}/round/text_fields.svg (100%) rename projects/icons-material/src/{ => material}/round/text_format.svg (100%) rename projects/icons-material/src/{ => material}/round/text_increase.svg (100%) rename projects/icons-material/src/{ => material}/round/text_rotate_up.svg (100%) rename projects/icons-material/src/{ => material}/round/text_rotate_vertical.svg (100%) rename projects/icons-material/src/{ => material}/round/text_rotation_angledown.svg (100%) rename projects/icons-material/src/{ => material}/round/text_rotation_angleup.svg (100%) rename projects/icons-material/src/{ => material}/round/text_rotation_down.svg (100%) rename projects/icons-material/src/{ => material}/round/text_rotation_none.svg (100%) rename projects/icons-material/src/{ => material}/round/text_snippet.svg (100%) rename projects/icons-material/src/{ => material}/round/textsms.svg (100%) rename projects/icons-material/src/{ => material}/round/texture.svg (100%) rename projects/icons-material/src/{ => material}/round/theater_comedy.svg (100%) rename projects/icons-material/src/{ => material}/round/theaters.svg (100%) rename projects/icons-material/src/{ => material}/round/thermostat.svg (100%) rename projects/icons-material/src/{ => material}/round/thermostat_auto.svg (100%) rename projects/icons-material/src/{ => material}/round/thumb_down.svg (100%) rename projects/icons-material/src/{ => material}/round/thumb_down_alt.svg (100%) rename projects/icons-material/src/{ => material}/round/thumb_down_off_alt.svg (100%) rename projects/icons-material/src/{ => material}/round/thumb_up.svg (100%) rename projects/icons-material/src/{ => material}/round/thumb_up_alt.svg (100%) rename projects/icons-material/src/{ => material}/round/thumb_up_off_alt.svg (100%) rename projects/icons-material/src/{ => material}/round/thumbs_up_down.svg (100%) rename projects/icons-material/src/{ => material}/round/thunderstorm.svg (100%) rename projects/icons-material/src/{ => material}/round/time_to_leave.svg (100%) rename projects/icons-material/src/{ => material}/round/timelapse.svg (100%) rename projects/icons-material/src/{ => material}/round/timeline.svg (100%) rename projects/icons-material/src/{ => material}/round/timer.svg (100%) rename projects/icons-material/src/{ => material}/round/timer_10.svg (100%) rename projects/icons-material/src/{ => material}/round/timer_10_select.svg (100%) rename projects/icons-material/src/{ => material}/round/timer_3.svg (100%) rename projects/icons-material/src/{ => material}/round/timer_3_select.svg (100%) rename projects/icons-material/src/{ => material}/round/timer_off.svg (100%) rename projects/icons-material/src/{ => material}/round/tips_and_updates.svg (100%) rename projects/icons-material/src/{ => material}/round/tire_repair.svg (100%) rename projects/icons-material/src/{ => material}/round/title.svg (100%) rename projects/icons-material/src/{ => material}/round/toc.svg (100%) rename projects/icons-material/src/{ => material}/round/today.svg (100%) rename projects/icons-material/src/{ => material}/round/toggle_off.svg (100%) rename projects/icons-material/src/{ => material}/round/toggle_on.svg (100%) rename projects/icons-material/src/{ => material}/round/token.svg (100%) rename projects/icons-material/src/{ => material}/round/toll.svg (100%) rename projects/icons-material/src/{ => material}/round/tonality.svg (100%) rename projects/icons-material/src/{ => material}/round/topic.svg (100%) rename projects/icons-material/src/{ => material}/round/tornado.svg (100%) rename projects/icons-material/src/{ => material}/round/touch_app.svg (100%) rename projects/icons-material/src/{ => material}/round/tour.svg (100%) rename projects/icons-material/src/{ => material}/round/toys.svg (100%) rename projects/icons-material/src/{ => material}/round/track_changes.svg (100%) rename projects/icons-material/src/{ => material}/round/traffic.svg (100%) rename projects/icons-material/src/{ => material}/round/train.svg (100%) rename projects/icons-material/src/{ => material}/round/tram.svg (100%) rename projects/icons-material/src/{ => material}/round/transcribe.svg (100%) rename projects/icons-material/src/{ => material}/round/transfer_within_a_station.svg (100%) rename projects/icons-material/src/{ => material}/round/transform.svg (100%) rename projects/icons-material/src/{ => material}/round/transgender.svg (100%) rename projects/icons-material/src/{ => material}/round/transit_enterexit.svg (100%) rename projects/icons-material/src/{ => material}/round/translate.svg (100%) rename projects/icons-material/src/{ => material}/round/travel_explore.svg (100%) rename projects/icons-material/src/{ => material}/round/trending_down.svg (100%) rename projects/icons-material/src/{ => material}/round/trending_flat.svg (100%) rename projects/icons-material/src/{ => material}/round/trending_up.svg (100%) rename projects/icons-material/src/{ => material}/round/trip_origin.svg (100%) rename projects/icons-material/src/{ => material}/round/troubleshoot.svg (100%) rename projects/icons-material/src/{ => material}/round/try.svg (100%) rename projects/icons-material/src/{ => material}/round/tsunami.svg (100%) rename projects/icons-material/src/{ => material}/round/tty.svg (100%) rename projects/icons-material/src/{ => material}/round/tune.svg (100%) rename projects/icons-material/src/{ => material}/round/tungsten.svg (100%) rename projects/icons-material/src/{ => material}/round/turn_left.svg (100%) rename projects/icons-material/src/{ => material}/round/turn_right.svg (100%) rename projects/icons-material/src/{ => material}/round/turn_sharp_left.svg (100%) rename projects/icons-material/src/{ => material}/round/turn_sharp_right.svg (100%) rename projects/icons-material/src/{ => material}/round/turn_slight_left.svg (100%) rename projects/icons-material/src/{ => material}/round/turn_slight_right.svg (100%) rename projects/icons-material/src/{ => material}/round/turned_in.svg (100%) rename projects/icons-material/src/{ => material}/round/turned_in_not.svg (100%) rename projects/icons-material/src/{ => material}/round/tv.svg (100%) rename projects/icons-material/src/{ => material}/round/tv_off.svg (100%) rename projects/icons-material/src/{ => material}/round/two_wheeler.svg (100%) rename projects/icons-material/src/{ => material}/round/type_specimen.svg (100%) rename projects/icons-material/src/{ => material}/round/u_turn_left.svg (100%) rename projects/icons-material/src/{ => material}/round/u_turn_right.svg (100%) rename projects/icons-material/src/{ => material}/round/umbrella.svg (100%) rename projects/icons-material/src/{ => material}/round/unarchive.svg (100%) rename projects/icons-material/src/{ => material}/round/undo.svg (100%) rename projects/icons-material/src/{ => material}/round/unfold_less.svg (100%) rename projects/icons-material/src/{ => material}/round/unfold_less_double.svg (100%) rename projects/icons-material/src/{ => material}/round/unfold_more.svg (100%) rename projects/icons-material/src/{ => material}/round/unfold_more_double.svg (100%) rename projects/icons-material/src/{ => material}/round/unpublished.svg (100%) rename projects/icons-material/src/{ => material}/round/unsubscribe.svg (100%) rename projects/icons-material/src/{ => material}/round/upcoming.svg (100%) rename projects/icons-material/src/{ => material}/round/update.svg (100%) rename projects/icons-material/src/{ => material}/round/update_disabled.svg (100%) rename projects/icons-material/src/{ => material}/round/upgrade.svg (100%) rename projects/icons-material/src/{ => material}/round/upload.svg (100%) rename projects/icons-material/src/{ => material}/round/upload_file.svg (100%) rename projects/icons-material/src/{ => material}/round/usb.svg (100%) rename projects/icons-material/src/{ => material}/round/usb_off.svg (100%) rename projects/icons-material/src/{ => material}/round/vaccines.svg (100%) rename projects/icons-material/src/{ => material}/round/vape_free.svg (100%) rename projects/icons-material/src/{ => material}/round/vaping_rooms.svg (100%) rename projects/icons-material/src/{ => material}/round/verified.svg (100%) rename projects/icons-material/src/{ => material}/round/verified_user.svg (100%) rename projects/icons-material/src/{ => material}/round/vertical_align_bottom.svg (100%) rename projects/icons-material/src/{ => material}/round/vertical_align_center.svg (100%) rename projects/icons-material/src/{ => material}/round/vertical_align_top.svg (100%) rename projects/icons-material/src/{ => material}/round/vertical_distribute.svg (100%) rename projects/icons-material/src/{ => material}/round/vertical_shades.svg (100%) rename projects/icons-material/src/{ => material}/round/vertical_shades_closed.svg (100%) rename projects/icons-material/src/{ => material}/round/vertical_split.svg (100%) rename projects/icons-material/src/{ => material}/round/vibration.svg (100%) rename projects/icons-material/src/{ => material}/round/video_call.svg (100%) rename projects/icons-material/src/{ => material}/round/video_camera_back.svg (100%) rename projects/icons-material/src/{ => material}/round/video_camera_front.svg (100%) rename projects/icons-material/src/{ => material}/round/video_chat.svg (100%) rename projects/icons-material/src/{ => material}/round/video_file.svg (100%) rename projects/icons-material/src/{ => material}/round/video_label.svg (100%) rename projects/icons-material/src/{ => material}/round/video_library.svg (100%) rename projects/icons-material/src/{ => material}/round/video_settings.svg (100%) rename projects/icons-material/src/{ => material}/round/video_stable.svg (100%) rename projects/icons-material/src/{ => material}/round/videocam.svg (100%) rename projects/icons-material/src/{ => material}/round/videocam_off.svg (100%) rename projects/icons-material/src/{ => material}/round/videogame_asset.svg (100%) rename projects/icons-material/src/{ => material}/round/videogame_asset_off.svg (100%) rename projects/icons-material/src/{ => material}/round/view_agenda.svg (100%) rename projects/icons-material/src/{ => material}/round/view_array.svg (100%) rename projects/icons-material/src/{ => material}/round/view_carousel.svg (100%) rename projects/icons-material/src/{ => material}/round/view_column.svg (100%) rename projects/icons-material/src/{ => material}/round/view_comfy.svg (100%) rename projects/icons-material/src/{ => material}/round/view_comfy_alt.svg (100%) rename projects/icons-material/src/{ => material}/round/view_compact.svg (100%) rename projects/icons-material/src/{ => material}/round/view_compact_alt.svg (100%) rename projects/icons-material/src/{ => material}/round/view_cozy.svg (100%) rename projects/icons-material/src/{ => material}/round/view_day.svg (100%) rename projects/icons-material/src/{ => material}/round/view_headline.svg (100%) rename projects/icons-material/src/{ => material}/round/view_in_ar.svg (100%) rename projects/icons-material/src/{ => material}/round/view_kanban.svg (100%) rename projects/icons-material/src/{ => material}/round/view_list.svg (100%) rename projects/icons-material/src/{ => material}/round/view_module.svg (100%) rename projects/icons-material/src/{ => material}/round/view_quilt.svg (100%) rename projects/icons-material/src/{ => material}/round/view_sidebar.svg (100%) rename projects/icons-material/src/{ => material}/round/view_stream.svg (100%) rename projects/icons-material/src/{ => material}/round/view_timeline.svg (100%) rename projects/icons-material/src/{ => material}/round/view_week.svg (100%) rename projects/icons-material/src/{ => material}/round/vignette.svg (100%) rename projects/icons-material/src/{ => material}/round/villa.svg (100%) rename projects/icons-material/src/{ => material}/round/visibility.svg (100%) rename projects/icons-material/src/{ => material}/round/visibility_off.svg (100%) rename projects/icons-material/src/{ => material}/round/voice_chat.svg (100%) rename projects/icons-material/src/{ => material}/round/voice_over_off.svg (100%) rename projects/icons-material/src/{ => material}/round/voicemail.svg (100%) rename projects/icons-material/src/{ => material}/round/volcano.svg (100%) rename projects/icons-material/src/{ => material}/round/volume_down.svg (100%) rename projects/icons-material/src/{ => material}/round/volume_mute.svg (100%) rename projects/icons-material/src/{ => material}/round/volume_off.svg (100%) rename projects/icons-material/src/{ => material}/round/volume_up.svg (100%) rename projects/icons-material/src/{ => material}/round/volunteer_activism.svg (100%) rename projects/icons-material/src/{ => material}/round/vpn_key.svg (100%) rename projects/icons-material/src/{ => material}/round/vpn_key_off.svg (100%) rename projects/icons-material/src/{ => material}/round/vpn_lock.svg (100%) rename projects/icons-material/src/{ => material}/round/vrpano.svg (100%) rename projects/icons-material/src/{ => material}/round/wallet.svg (100%) rename projects/icons-material/src/{ => material}/round/wallpaper.svg (100%) rename projects/icons-material/src/{ => material}/round/warehouse.svg (100%) rename projects/icons-material/src/{ => material}/round/warning.svg (100%) rename projects/icons-material/src/{ => material}/round/warning_amber.svg (100%) rename projects/icons-material/src/{ => material}/round/wash.svg (100%) rename projects/icons-material/src/{ => material}/round/watch.svg (100%) rename projects/icons-material/src/{ => material}/round/watch_later.svg (100%) rename projects/icons-material/src/{ => material}/round/watch_off.svg (100%) rename projects/icons-material/src/{ => material}/round/water.svg (100%) rename projects/icons-material/src/{ => material}/round/water_damage.svg (100%) rename projects/icons-material/src/{ => material}/round/water_drop.svg (100%) rename projects/icons-material/src/{ => material}/round/waterfall_chart.svg (100%) rename projects/icons-material/src/{ => material}/round/waves.svg (100%) rename projects/icons-material/src/{ => material}/round/waving_hand.svg (100%) rename projects/icons-material/src/{ => material}/round/wb_auto.svg (100%) rename projects/icons-material/src/{ => material}/round/wb_cloudy.svg (100%) rename projects/icons-material/src/{ => material}/round/wb_incandescent.svg (100%) rename projects/icons-material/src/{ => material}/round/wb_iridescent.svg (100%) rename projects/icons-material/src/{ => material}/round/wb_shade.svg (100%) rename projects/icons-material/src/{ => material}/round/wb_sunny.svg (100%) rename projects/icons-material/src/{ => material}/round/wb_twilight.svg (100%) rename projects/icons-material/src/{ => material}/round/wc.svg (100%) rename projects/icons-material/src/{ => material}/round/web.svg (100%) rename projects/icons-material/src/{ => material}/round/web_asset.svg (100%) rename projects/icons-material/src/{ => material}/round/web_asset_off.svg (100%) rename projects/icons-material/src/{ => material}/round/web_stories.svg (100%) rename projects/icons-material/src/{ => material}/round/webhook.svg (100%) rename projects/icons-material/src/{ => material}/round/weekend.svg (100%) rename projects/icons-material/src/{ => material}/round/west.svg (100%) rename projects/icons-material/src/{ => material}/round/whatshot.svg (100%) rename projects/icons-material/src/{ => material}/round/wheelchair_pickup.svg (100%) rename projects/icons-material/src/{ => material}/round/where_to_vote.svg (100%) rename projects/icons-material/src/{ => material}/round/widgets.svg (100%) rename projects/icons-material/src/{ => material}/round/width_full.svg (100%) rename projects/icons-material/src/{ => material}/round/width_normal.svg (100%) rename projects/icons-material/src/{ => material}/round/width_wide.svg (100%) rename projects/icons-material/src/{ => material}/round/wifi.svg (100%) rename projects/icons-material/src/{ => material}/round/wifi_1_bar.svg (100%) rename projects/icons-material/src/{ => material}/round/wifi_2_bar.svg (100%) rename projects/icons-material/src/{ => material}/round/wifi_calling.svg (100%) rename projects/icons-material/src/{ => material}/round/wifi_calling_3.svg (100%) rename projects/icons-material/src/{ => material}/round/wifi_channel.svg (100%) rename projects/icons-material/src/{ => material}/round/wifi_find.svg (100%) rename projects/icons-material/src/{ => material}/round/wifi_lock.svg (100%) rename projects/icons-material/src/{ => material}/round/wifi_off.svg (100%) rename projects/icons-material/src/{ => material}/round/wifi_password.svg (100%) rename projects/icons-material/src/{ => material}/round/wifi_protected_setup.svg (100%) rename projects/icons-material/src/{ => material}/round/wifi_tethering.svg (100%) rename projects/icons-material/src/{ => material}/round/wifi_tethering_error.svg (100%) rename projects/icons-material/src/{ => material}/round/wifi_tethering_off.svg (100%) rename projects/icons-material/src/{ => material}/round/wind_power.svg (100%) rename projects/icons-material/src/{ => material}/round/window.svg (100%) rename projects/icons-material/src/{ => material}/round/wine_bar.svg (100%) rename projects/icons-material/src/{ => material}/round/woman.svg (100%) rename projects/icons-material/src/{ => material}/round/woman_2.svg (100%) rename projects/icons-material/src/{ => material}/round/work.svg (100%) rename projects/icons-material/src/{ => material}/round/work_history.svg (100%) rename projects/icons-material/src/{ => material}/round/work_off.svg (100%) rename projects/icons-material/src/{ => material}/round/work_outline.svg (100%) rename projects/icons-material/src/{ => material}/round/workspace_premium.svg (100%) rename projects/icons-material/src/{ => material}/round/workspaces.svg (100%) rename projects/icons-material/src/{ => material}/round/wrap_text.svg (100%) rename projects/icons-material/src/{ => material}/round/wrong_location.svg (100%) rename projects/icons-material/src/{ => material}/round/wysiwyg.svg (100%) rename projects/icons-material/src/{ => material}/round/yard.svg (100%) rename projects/icons-material/src/{ => material}/round/youtube_searched_for.svg (100%) rename projects/icons-material/src/{ => material}/round/zoom_in.svg (100%) rename projects/icons-material/src/{ => material}/round/zoom_in_map.svg (100%) rename projects/icons-material/src/{ => material}/round/zoom_out.svg (100%) rename projects/icons-material/src/{ => material}/round/zoom_out_map.svg (100%) rename projects/icons-material/src/{ => material}/sharp/10k.svg (100%) rename projects/icons-material/src/{ => material}/sharp/10mp.svg (100%) rename projects/icons-material/src/{ => material}/sharp/11mp.svg (100%) rename projects/icons-material/src/{ => material}/sharp/123.svg (100%) rename projects/icons-material/src/{ => material}/sharp/12mp.svg (100%) rename projects/icons-material/src/{ => material}/sharp/13mp.svg (100%) rename projects/icons-material/src/{ => material}/sharp/14mp.svg (100%) rename projects/icons-material/src/{ => material}/sharp/15mp.svg (100%) rename projects/icons-material/src/{ => material}/sharp/16mp.svg (100%) rename projects/icons-material/src/{ => material}/sharp/17mp.svg (100%) rename projects/icons-material/src/{ => material}/sharp/18_up_rating.svg (100%) rename projects/icons-material/src/{ => material}/sharp/18mp.svg (100%) rename projects/icons-material/src/{ => material}/sharp/19mp.svg (100%) rename projects/icons-material/src/{ => material}/sharp/1k.svg (100%) rename projects/icons-material/src/{ => material}/sharp/1k_plus.svg (100%) rename projects/icons-material/src/{ => material}/sharp/1x_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/sharp/20mp.svg (100%) rename projects/icons-material/src/{ => material}/sharp/21mp.svg (100%) rename projects/icons-material/src/{ => material}/sharp/22mp.svg (100%) rename projects/icons-material/src/{ => material}/sharp/23mp.svg (100%) rename projects/icons-material/src/{ => material}/sharp/24mp.svg (100%) rename projects/icons-material/src/{ => material}/sharp/2k.svg (100%) rename projects/icons-material/src/{ => material}/sharp/2k_plus.svg (100%) rename projects/icons-material/src/{ => material}/sharp/2mp.svg (100%) rename projects/icons-material/src/{ => material}/sharp/30fps.svg (100%) rename projects/icons-material/src/{ => material}/sharp/30fps_select.svg (100%) rename projects/icons-material/src/{ => material}/sharp/360.svg (100%) rename projects/icons-material/src/{ => material}/sharp/3d_rotation.svg (100%) rename projects/icons-material/src/{ => material}/sharp/3g_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/sharp/3k.svg (100%) rename projects/icons-material/src/{ => material}/sharp/3k_plus.svg (100%) rename projects/icons-material/src/{ => material}/sharp/3mp.svg (100%) rename projects/icons-material/src/{ => material}/sharp/3p.svg (100%) rename projects/icons-material/src/{ => material}/sharp/4g_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/sharp/4g_plus_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/sharp/4k.svg (100%) rename projects/icons-material/src/{ => material}/sharp/4k_plus.svg (100%) rename projects/icons-material/src/{ => material}/sharp/4mp.svg (100%) rename projects/icons-material/src/{ => material}/sharp/5g.svg (100%) rename projects/icons-material/src/{ => material}/sharp/5k.svg (100%) rename projects/icons-material/src/{ => material}/sharp/5k_plus.svg (100%) rename projects/icons-material/src/{ => material}/sharp/5mp.svg (100%) rename projects/icons-material/src/{ => material}/sharp/60fps.svg (100%) rename projects/icons-material/src/{ => material}/sharp/60fps_select.svg (100%) rename projects/icons-material/src/{ => material}/sharp/6_ft_apart.svg (100%) rename projects/icons-material/src/{ => material}/sharp/6k.svg (100%) rename projects/icons-material/src/{ => material}/sharp/6k_plus.svg (100%) rename projects/icons-material/src/{ => material}/sharp/6mp.svg (100%) rename projects/icons-material/src/{ => material}/sharp/7k.svg (100%) rename projects/icons-material/src/{ => material}/sharp/7k_plus.svg (100%) rename projects/icons-material/src/{ => material}/sharp/7mp.svg (100%) rename projects/icons-material/src/{ => material}/sharp/8k.svg (100%) rename projects/icons-material/src/{ => material}/sharp/8k_plus.svg (100%) rename projects/icons-material/src/{ => material}/sharp/8mp.svg (100%) rename projects/icons-material/src/{ => material}/sharp/9k.svg (100%) rename projects/icons-material/src/{ => material}/sharp/9k_plus.svg (100%) rename projects/icons-material/src/{ => material}/sharp/9mp.svg (100%) rename projects/icons-material/src/{ => material}/sharp/abc.svg (100%) rename projects/icons-material/src/{ => material}/sharp/ac_unit.svg (100%) rename projects/icons-material/src/{ => material}/sharp/access_alarm.svg (100%) rename projects/icons-material/src/{ => material}/sharp/access_alarms.svg (100%) rename projects/icons-material/src/{ => material}/sharp/access_time.svg (100%) rename projects/icons-material/src/{ => material}/sharp/access_time_filled.svg (100%) rename projects/icons-material/src/{ => material}/sharp/accessibility.svg (100%) rename projects/icons-material/src/{ => material}/sharp/accessibility_new.svg (100%) rename projects/icons-material/src/{ => material}/sharp/accessible.svg (100%) rename projects/icons-material/src/{ => material}/sharp/accessible_forward.svg (100%) rename projects/icons-material/src/{ => material}/sharp/account_balance.svg (100%) rename projects/icons-material/src/{ => material}/sharp/account_balance_wallet.svg (100%) rename projects/icons-material/src/{ => material}/sharp/account_box.svg (100%) rename projects/icons-material/src/{ => material}/sharp/account_circle.svg (100%) rename projects/icons-material/src/{ => material}/sharp/account_tree.svg (100%) rename projects/icons-material/src/{ => material}/sharp/ad_units.svg (100%) rename projects/icons-material/src/{ => material}/sharp/adb.svg (100%) rename projects/icons-material/src/{ => material}/sharp/add.svg (100%) rename projects/icons-material/src/{ => material}/sharp/add_a_photo.svg (100%) rename projects/icons-material/src/{ => material}/sharp/add_alarm.svg (100%) rename projects/icons-material/src/{ => material}/sharp/add_alert.svg (100%) rename projects/icons-material/src/{ => material}/sharp/add_box.svg (100%) rename projects/icons-material/src/{ => material}/sharp/add_business.svg (100%) rename projects/icons-material/src/{ => material}/sharp/add_card.svg (100%) rename projects/icons-material/src/{ => material}/sharp/add_chart.svg (100%) rename projects/icons-material/src/{ => material}/sharp/add_circle.svg (100%) rename projects/icons-material/src/{ => material}/sharp/add_circle_outline.svg (100%) rename projects/icons-material/src/{ => material}/sharp/add_comment.svg (100%) rename projects/icons-material/src/{ => material}/sharp/add_home.svg (100%) rename projects/icons-material/src/{ => material}/sharp/add_home_work.svg (100%) rename projects/icons-material/src/{ => material}/sharp/add_ic_call.svg (100%) rename projects/icons-material/src/{ => material}/sharp/add_link.svg (100%) rename projects/icons-material/src/{ => material}/sharp/add_location.svg (100%) rename projects/icons-material/src/{ => material}/sharp/add_location_alt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/add_moderator.svg (100%) rename projects/icons-material/src/{ => material}/sharp/add_photo_alternate.svg (100%) rename projects/icons-material/src/{ => material}/sharp/add_reaction.svg (100%) rename projects/icons-material/src/{ => material}/sharp/add_road.svg (100%) rename projects/icons-material/src/{ => material}/sharp/add_shopping_cart.svg (100%) rename projects/icons-material/src/{ => material}/sharp/add_task.svg (100%) rename projects/icons-material/src/{ => material}/sharp/add_to_drive.svg (100%) rename projects/icons-material/src/{ => material}/sharp/add_to_home_screen.svg (100%) rename projects/icons-material/src/{ => material}/sharp/add_to_photos.svg (100%) rename projects/icons-material/src/{ => material}/sharp/add_to_queue.svg (100%) rename projects/icons-material/src/{ => material}/sharp/addchart.svg (100%) rename projects/icons-material/src/{ => material}/sharp/adf_scanner.svg (100%) rename projects/icons-material/src/{ => material}/sharp/adjust.svg (100%) rename projects/icons-material/src/{ => material}/sharp/admin_panel_settings.svg (100%) rename projects/icons-material/src/{ => material}/sharp/ads_click.svg (100%) rename projects/icons-material/src/{ => material}/sharp/agriculture.svg (100%) rename projects/icons-material/src/{ => material}/sharp/air.svg (100%) rename projects/icons-material/src/{ => material}/sharp/airline_seat_flat.svg (100%) rename projects/icons-material/src/{ => material}/sharp/airline_seat_flat_angled.svg (100%) rename projects/icons-material/src/{ => material}/sharp/airline_seat_individual_suite.svg (100%) rename projects/icons-material/src/{ => material}/sharp/airline_seat_legroom_extra.svg (100%) rename projects/icons-material/src/{ => material}/sharp/airline_seat_legroom_normal.svg (100%) rename projects/icons-material/src/{ => material}/sharp/airline_seat_legroom_reduced.svg (100%) rename projects/icons-material/src/{ => material}/sharp/airline_seat_recline_extra.svg (100%) rename projects/icons-material/src/{ => material}/sharp/airline_seat_recline_normal.svg (100%) rename projects/icons-material/src/{ => material}/sharp/airline_stops.svg (100%) rename projects/icons-material/src/{ => material}/sharp/airlines.svg (100%) rename projects/icons-material/src/{ => material}/sharp/airplane_ticket.svg (100%) rename projects/icons-material/src/{ => material}/sharp/airplanemode_active.svg (100%) rename projects/icons-material/src/{ => material}/sharp/airplanemode_inactive.svg (100%) rename projects/icons-material/src/{ => material}/sharp/airplay.svg (100%) rename projects/icons-material/src/{ => material}/sharp/airport_shuttle.svg (100%) rename projects/icons-material/src/{ => material}/sharp/alarm.svg (100%) rename projects/icons-material/src/{ => material}/sharp/alarm_add.svg (100%) rename projects/icons-material/src/{ => material}/sharp/alarm_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/alarm_on.svg (100%) rename projects/icons-material/src/{ => material}/sharp/album.svg (100%) rename projects/icons-material/src/{ => material}/sharp/align_horizontal_center.svg (100%) rename projects/icons-material/src/{ => material}/sharp/align_horizontal_left.svg (100%) rename projects/icons-material/src/{ => material}/sharp/align_horizontal_right.svg (100%) rename projects/icons-material/src/{ => material}/sharp/align_vertical_bottom.svg (100%) rename projects/icons-material/src/{ => material}/sharp/align_vertical_center.svg (100%) rename projects/icons-material/src/{ => material}/sharp/align_vertical_top.svg (100%) rename projects/icons-material/src/{ => material}/sharp/all_inbox.svg (100%) rename projects/icons-material/src/{ => material}/sharp/all_inclusive.svg (100%) rename projects/icons-material/src/{ => material}/sharp/all_out.svg (100%) rename projects/icons-material/src/{ => material}/sharp/alt_route.svg (100%) rename projects/icons-material/src/{ => material}/sharp/alternate_email.svg (100%) rename projects/icons-material/src/{ => material}/sharp/analytics.svg (100%) rename projects/icons-material/src/{ => material}/sharp/anchor.svg (100%) rename projects/icons-material/src/{ => material}/sharp/android.svg (100%) rename projects/icons-material/src/{ => material}/sharp/animation.svg (100%) rename projects/icons-material/src/{ => material}/sharp/announcement.svg (100%) rename projects/icons-material/src/{ => material}/sharp/aod.svg (100%) rename projects/icons-material/src/{ => material}/sharp/apartment.svg (100%) rename projects/icons-material/src/{ => material}/sharp/api.svg (100%) rename projects/icons-material/src/{ => material}/sharp/app_blocking.svg (100%) rename projects/icons-material/src/{ => material}/sharp/app_registration.svg (100%) rename projects/icons-material/src/{ => material}/sharp/app_settings_alt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/app_shortcut.svg (100%) rename projects/icons-material/src/{ => material}/sharp/approval.svg (100%) rename projects/icons-material/src/{ => material}/sharp/apps.svg (100%) rename projects/icons-material/src/{ => material}/sharp/apps_outage.svg (100%) rename projects/icons-material/src/{ => material}/sharp/architecture.svg (100%) rename projects/icons-material/src/{ => material}/sharp/archive.svg (100%) rename projects/icons-material/src/{ => material}/sharp/area_chart.svg (100%) rename projects/icons-material/src/{ => material}/sharp/arrow_back.svg (100%) rename projects/icons-material/src/{ => material}/sharp/arrow_back_ios.svg (100%) rename projects/icons-material/src/{ => material}/sharp/arrow_back_ios_new.svg (100%) rename projects/icons-material/src/{ => material}/sharp/arrow_circle_down.svg (100%) rename projects/icons-material/src/{ => material}/sharp/arrow_circle_left.svg (100%) rename projects/icons-material/src/{ => material}/sharp/arrow_circle_right.svg (100%) rename projects/icons-material/src/{ => material}/sharp/arrow_circle_up.svg (100%) rename projects/icons-material/src/{ => material}/sharp/arrow_downward.svg (100%) rename projects/icons-material/src/{ => material}/sharp/arrow_drop_down.svg (100%) rename projects/icons-material/src/{ => material}/sharp/arrow_drop_down_circle.svg (100%) rename projects/icons-material/src/{ => material}/sharp/arrow_drop_up.svg (100%) rename projects/icons-material/src/{ => material}/sharp/arrow_forward.svg (100%) rename projects/icons-material/src/{ => material}/sharp/arrow_forward_ios.svg (100%) rename projects/icons-material/src/{ => material}/sharp/arrow_left.svg (100%) rename projects/icons-material/src/{ => material}/sharp/arrow_outward.svg (100%) rename projects/icons-material/src/{ => material}/sharp/arrow_right.svg (100%) rename projects/icons-material/src/{ => material}/sharp/arrow_right_alt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/arrow_upward.svg (100%) rename projects/icons-material/src/{ => material}/sharp/art_track.svg (100%) rename projects/icons-material/src/{ => material}/sharp/article.svg (100%) rename projects/icons-material/src/{ => material}/sharp/aspect_ratio.svg (100%) rename projects/icons-material/src/{ => material}/sharp/assessment.svg (100%) rename projects/icons-material/src/{ => material}/sharp/assignment.svg (100%) rename projects/icons-material/src/{ => material}/sharp/assignment_ind.svg (100%) rename projects/icons-material/src/{ => material}/sharp/assignment_late.svg (100%) rename projects/icons-material/src/{ => material}/sharp/assignment_return.svg (100%) rename projects/icons-material/src/{ => material}/sharp/assignment_returned.svg (100%) rename projects/icons-material/src/{ => material}/sharp/assignment_turned_in.svg (100%) rename projects/icons-material/src/{ => material}/sharp/assist_walker.svg (100%) rename projects/icons-material/src/{ => material}/sharp/assistant.svg (100%) rename projects/icons-material/src/{ => material}/sharp/assistant_direction.svg (100%) rename projects/icons-material/src/{ => material}/sharp/assistant_photo.svg (100%) rename projects/icons-material/src/{ => material}/sharp/assured_workload.svg (100%) rename projects/icons-material/src/{ => material}/sharp/atm.svg (100%) rename projects/icons-material/src/{ => material}/sharp/attach_email.svg (100%) rename projects/icons-material/src/{ => material}/sharp/attach_file.svg (100%) rename projects/icons-material/src/{ => material}/sharp/attach_money.svg (100%) rename projects/icons-material/src/{ => material}/sharp/attachment.svg (100%) rename projects/icons-material/src/{ => material}/sharp/attractions.svg (100%) rename projects/icons-material/src/{ => material}/sharp/attribution.svg (100%) rename projects/icons-material/src/{ => material}/sharp/audio_file.svg (100%) rename projects/icons-material/src/{ => material}/sharp/audiotrack.svg (100%) rename projects/icons-material/src/{ => material}/sharp/auto_awesome.svg (100%) rename projects/icons-material/src/{ => material}/sharp/auto_awesome_mosaic.svg (100%) rename projects/icons-material/src/{ => material}/sharp/auto_awesome_motion.svg (100%) rename projects/icons-material/src/{ => material}/sharp/auto_delete.svg (100%) rename projects/icons-material/src/{ => material}/sharp/auto_fix_high.svg (100%) rename projects/icons-material/src/{ => material}/sharp/auto_fix_normal.svg (100%) rename projects/icons-material/src/{ => material}/sharp/auto_fix_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/auto_graph.svg (100%) rename projects/icons-material/src/{ => material}/sharp/auto_mode.svg (100%) rename projects/icons-material/src/{ => material}/sharp/auto_stories.svg (100%) rename projects/icons-material/src/{ => material}/sharp/autofps_select.svg (100%) rename projects/icons-material/src/{ => material}/sharp/autorenew.svg (100%) rename projects/icons-material/src/{ => material}/sharp/av_timer.svg (100%) rename projects/icons-material/src/{ => material}/sharp/baby_changing_station.svg (100%) rename projects/icons-material/src/{ => material}/sharp/back_hand.svg (100%) rename projects/icons-material/src/{ => material}/sharp/backpack.svg (100%) rename projects/icons-material/src/{ => material}/sharp/backspace.svg (100%) rename projects/icons-material/src/{ => material}/sharp/backup.svg (100%) rename projects/icons-material/src/{ => material}/sharp/backup_table.svg (100%) rename projects/icons-material/src/{ => material}/sharp/badge.svg (100%) rename projects/icons-material/src/{ => material}/sharp/bakery_dining.svg (100%) rename projects/icons-material/src/{ => material}/sharp/balance.svg (100%) rename projects/icons-material/src/{ => material}/sharp/balcony.svg (100%) rename projects/icons-material/src/{ => material}/sharp/ballot.svg (100%) rename projects/icons-material/src/{ => material}/sharp/bar_chart.svg (100%) rename projects/icons-material/src/{ => material}/sharp/batch_prediction.svg (100%) rename projects/icons-material/src/{ => material}/sharp/bathroom.svg (100%) rename projects/icons-material/src/{ => material}/sharp/bathtub.svg (100%) rename projects/icons-material/src/{ => material}/sharp/battery_0_bar.svg (100%) rename projects/icons-material/src/{ => material}/sharp/battery_1_bar.svg (100%) rename projects/icons-material/src/{ => material}/sharp/battery_2_bar.svg (100%) rename projects/icons-material/src/{ => material}/sharp/battery_3_bar.svg (100%) rename projects/icons-material/src/{ => material}/sharp/battery_4_bar.svg (100%) rename projects/icons-material/src/{ => material}/sharp/battery_5_bar.svg (100%) rename projects/icons-material/src/{ => material}/sharp/battery_6_bar.svg (100%) rename projects/icons-material/src/{ => material}/sharp/battery_alert.svg (100%) rename projects/icons-material/src/{ => material}/sharp/battery_charging_full.svg (100%) rename projects/icons-material/src/{ => material}/sharp/battery_full.svg (100%) rename projects/icons-material/src/{ => material}/sharp/battery_saver.svg (100%) rename projects/icons-material/src/{ => material}/sharp/battery_std.svg (100%) rename projects/icons-material/src/{ => material}/sharp/battery_unknown.svg (100%) rename projects/icons-material/src/{ => material}/sharp/beach_access.svg (100%) rename projects/icons-material/src/{ => material}/sharp/bed.svg (100%) rename projects/icons-material/src/{ => material}/sharp/bedroom_baby.svg (100%) rename projects/icons-material/src/{ => material}/sharp/bedroom_child.svg (100%) rename projects/icons-material/src/{ => material}/sharp/bedroom_parent.svg (100%) rename projects/icons-material/src/{ => material}/sharp/bedtime.svg (100%) rename projects/icons-material/src/{ => material}/sharp/bedtime_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/beenhere.svg (100%) rename projects/icons-material/src/{ => material}/sharp/bento.svg (100%) rename projects/icons-material/src/{ => material}/sharp/bike_scooter.svg (100%) rename projects/icons-material/src/{ => material}/sharp/biotech.svg (100%) rename projects/icons-material/src/{ => material}/sharp/blender.svg (100%) rename projects/icons-material/src/{ => material}/sharp/blind.svg (100%) rename projects/icons-material/src/{ => material}/sharp/blinds.svg (100%) rename projects/icons-material/src/{ => material}/sharp/blinds_closed.svg (100%) rename projects/icons-material/src/{ => material}/sharp/block.svg (100%) rename projects/icons-material/src/{ => material}/sharp/bloodtype.svg (100%) rename projects/icons-material/src/{ => material}/sharp/bluetooth.svg (100%) rename projects/icons-material/src/{ => material}/sharp/bluetooth_audio.svg (100%) rename projects/icons-material/src/{ => material}/sharp/bluetooth_connected.svg (100%) rename projects/icons-material/src/{ => material}/sharp/bluetooth_disabled.svg (100%) rename projects/icons-material/src/{ => material}/sharp/bluetooth_drive.svg (100%) rename projects/icons-material/src/{ => material}/sharp/bluetooth_searching.svg (100%) rename projects/icons-material/src/{ => material}/sharp/blur_circular.svg (100%) rename projects/icons-material/src/{ => material}/sharp/blur_linear.svg (100%) rename projects/icons-material/src/{ => material}/sharp/blur_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/blur_on.svg (100%) rename projects/icons-material/src/{ => material}/sharp/bolt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/book.svg (100%) rename projects/icons-material/src/{ => material}/sharp/book_online.svg (100%) rename projects/icons-material/src/{ => material}/sharp/bookmark.svg (100%) rename projects/icons-material/src/{ => material}/sharp/bookmark_add.svg (100%) rename projects/icons-material/src/{ => material}/sharp/bookmark_added.svg (100%) rename projects/icons-material/src/{ => material}/sharp/bookmark_border.svg (100%) rename projects/icons-material/src/{ => material}/sharp/bookmark_remove.svg (100%) rename projects/icons-material/src/{ => material}/sharp/bookmarks.svg (100%) rename projects/icons-material/src/{ => material}/sharp/border_all.svg (100%) rename projects/icons-material/src/{ => material}/sharp/border_bottom.svg (100%) rename projects/icons-material/src/{ => material}/sharp/border_clear.svg (100%) rename projects/icons-material/src/{ => material}/sharp/border_color.svg (100%) rename projects/icons-material/src/{ => material}/sharp/border_horizontal.svg (100%) rename projects/icons-material/src/{ => material}/sharp/border_inner.svg (100%) rename projects/icons-material/src/{ => material}/sharp/border_left.svg (100%) rename projects/icons-material/src/{ => material}/sharp/border_outer.svg (100%) rename projects/icons-material/src/{ => material}/sharp/border_right.svg (100%) rename projects/icons-material/src/{ => material}/sharp/border_style.svg (100%) rename projects/icons-material/src/{ => material}/sharp/border_top.svg (100%) rename projects/icons-material/src/{ => material}/sharp/border_vertical.svg (100%) rename projects/icons-material/src/{ => material}/sharp/boy.svg (100%) rename projects/icons-material/src/{ => material}/sharp/branding_watermark.svg (100%) rename projects/icons-material/src/{ => material}/sharp/breakfast_dining.svg (100%) rename projects/icons-material/src/{ => material}/sharp/brightness_1.svg (100%) rename projects/icons-material/src/{ => material}/sharp/brightness_2.svg (100%) rename projects/icons-material/src/{ => material}/sharp/brightness_3.svg (100%) rename projects/icons-material/src/{ => material}/sharp/brightness_4.svg (100%) rename projects/icons-material/src/{ => material}/sharp/brightness_5.svg (100%) rename projects/icons-material/src/{ => material}/sharp/brightness_6.svg (100%) rename projects/icons-material/src/{ => material}/sharp/brightness_7.svg (100%) rename projects/icons-material/src/{ => material}/sharp/brightness_auto.svg (100%) rename projects/icons-material/src/{ => material}/sharp/brightness_high.svg (100%) rename projects/icons-material/src/{ => material}/sharp/brightness_low.svg (100%) rename projects/icons-material/src/{ => material}/sharp/brightness_medium.svg (100%) rename projects/icons-material/src/{ => material}/sharp/broadcast_on_home.svg (100%) rename projects/icons-material/src/{ => material}/sharp/broadcast_on_personal.svg (100%) rename projects/icons-material/src/{ => material}/sharp/broken_image.svg (100%) rename projects/icons-material/src/{ => material}/sharp/browse_gallery.svg (100%) rename projects/icons-material/src/{ => material}/sharp/browser_not_supported.svg (100%) rename projects/icons-material/src/{ => material}/sharp/browser_updated.svg (100%) rename projects/icons-material/src/{ => material}/sharp/brunch_dining.svg (100%) rename projects/icons-material/src/{ => material}/sharp/brush.svg (100%) rename projects/icons-material/src/{ => material}/sharp/bubble_chart.svg (100%) rename projects/icons-material/src/{ => material}/sharp/bug_report.svg (100%) rename projects/icons-material/src/{ => material}/sharp/build.svg (100%) rename projects/icons-material/src/{ => material}/sharp/build_circle.svg (100%) rename projects/icons-material/src/{ => material}/sharp/bungalow.svg (100%) rename projects/icons-material/src/{ => material}/sharp/burst_mode.svg (100%) rename projects/icons-material/src/{ => material}/sharp/bus_alert.svg (100%) rename projects/icons-material/src/{ => material}/sharp/business.svg (100%) rename projects/icons-material/src/{ => material}/sharp/business_center.svg (100%) rename projects/icons-material/src/{ => material}/sharp/cabin.svg (100%) rename projects/icons-material/src/{ => material}/sharp/cable.svg (100%) rename projects/icons-material/src/{ => material}/sharp/cached.svg (100%) rename projects/icons-material/src/{ => material}/sharp/cake.svg (100%) rename projects/icons-material/src/{ => material}/sharp/calculate.svg (100%) rename projects/icons-material/src/{ => material}/sharp/calendar_month.svg (100%) rename projects/icons-material/src/{ => material}/sharp/calendar_today.svg (100%) rename projects/icons-material/src/{ => material}/sharp/calendar_view_day.svg (100%) rename projects/icons-material/src/{ => material}/sharp/calendar_view_month.svg (100%) rename projects/icons-material/src/{ => material}/sharp/calendar_view_week.svg (100%) rename projects/icons-material/src/{ => material}/sharp/call.svg (100%) rename projects/icons-material/src/{ => material}/sharp/call_end.svg (100%) rename projects/icons-material/src/{ => material}/sharp/call_made.svg (100%) rename projects/icons-material/src/{ => material}/sharp/call_merge.svg (100%) rename projects/icons-material/src/{ => material}/sharp/call_missed.svg (100%) rename projects/icons-material/src/{ => material}/sharp/call_missed_outgoing.svg (100%) rename projects/icons-material/src/{ => material}/sharp/call_received.svg (100%) rename projects/icons-material/src/{ => material}/sharp/call_split.svg (100%) rename projects/icons-material/src/{ => material}/sharp/call_to_action.svg (100%) rename projects/icons-material/src/{ => material}/sharp/camera.svg (100%) rename projects/icons-material/src/{ => material}/sharp/camera_alt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/camera_enhance.svg (100%) rename projects/icons-material/src/{ => material}/sharp/camera_front.svg (100%) rename projects/icons-material/src/{ => material}/sharp/camera_indoor.svg (100%) rename projects/icons-material/src/{ => material}/sharp/camera_outdoor.svg (100%) rename projects/icons-material/src/{ => material}/sharp/camera_rear.svg (100%) rename projects/icons-material/src/{ => material}/sharp/camera_roll.svg (100%) rename projects/icons-material/src/{ => material}/sharp/cameraswitch.svg (100%) rename projects/icons-material/src/{ => material}/sharp/campaign.svg (100%) rename projects/icons-material/src/{ => material}/sharp/cancel.svg (100%) rename projects/icons-material/src/{ => material}/sharp/cancel_presentation.svg (100%) rename projects/icons-material/src/{ => material}/sharp/cancel_schedule_send.svg (100%) rename projects/icons-material/src/{ => material}/sharp/candlestick_chart.svg (100%) rename projects/icons-material/src/{ => material}/sharp/car_crash.svg (100%) rename projects/icons-material/src/{ => material}/sharp/car_rental.svg (100%) rename projects/icons-material/src/{ => material}/sharp/car_repair.svg (100%) rename projects/icons-material/src/{ => material}/sharp/card_giftcard.svg (100%) rename projects/icons-material/src/{ => material}/sharp/card_membership.svg (100%) rename projects/icons-material/src/{ => material}/sharp/card_travel.svg (100%) rename projects/icons-material/src/{ => material}/sharp/carpenter.svg (100%) rename projects/icons-material/src/{ => material}/sharp/cases.svg (100%) rename projects/icons-material/src/{ => material}/sharp/casino.svg (100%) rename projects/icons-material/src/{ => material}/sharp/cast.svg (100%) rename projects/icons-material/src/{ => material}/sharp/cast_connected.svg (100%) rename projects/icons-material/src/{ => material}/sharp/cast_for_education.svg (100%) rename projects/icons-material/src/{ => material}/sharp/castle.svg (100%) rename projects/icons-material/src/{ => material}/sharp/catching_pokemon.svg (100%) rename projects/icons-material/src/{ => material}/sharp/category.svg (100%) rename projects/icons-material/src/{ => material}/sharp/celebration.svg (100%) rename projects/icons-material/src/{ => material}/sharp/cell_tower.svg (100%) rename projects/icons-material/src/{ => material}/sharp/cell_wifi.svg (100%) rename projects/icons-material/src/{ => material}/sharp/center_focus_strong.svg (100%) rename projects/icons-material/src/{ => material}/sharp/center_focus_weak.svg (100%) rename projects/icons-material/src/{ => material}/sharp/chair.svg (100%) rename projects/icons-material/src/{ => material}/sharp/chair_alt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/chalet.svg (100%) rename projects/icons-material/src/{ => material}/sharp/change_circle.svg (100%) rename projects/icons-material/src/{ => material}/sharp/change_history.svg (100%) rename projects/icons-material/src/{ => material}/sharp/charging_station.svg (100%) rename projects/icons-material/src/{ => material}/sharp/chat.svg (100%) rename projects/icons-material/src/{ => material}/sharp/chat_bubble.svg (100%) rename projects/icons-material/src/{ => material}/sharp/chat_bubble_outline.svg (100%) rename projects/icons-material/src/{ => material}/sharp/check.svg (100%) rename projects/icons-material/src/{ => material}/sharp/check_box.svg (100%) rename projects/icons-material/src/{ => material}/sharp/check_box_outline_blank.svg (100%) rename projects/icons-material/src/{ => material}/sharp/check_circle.svg (100%) rename projects/icons-material/src/{ => material}/sharp/check_circle_outline.svg (100%) rename projects/icons-material/src/{ => material}/sharp/checklist.svg (100%) rename projects/icons-material/src/{ => material}/sharp/checklist_rtl.svg (100%) rename projects/icons-material/src/{ => material}/sharp/checkroom.svg (100%) rename projects/icons-material/src/{ => material}/sharp/chevron_left.svg (100%) rename projects/icons-material/src/{ => material}/sharp/chevron_right.svg (100%) rename projects/icons-material/src/{ => material}/sharp/child_care.svg (100%) rename projects/icons-material/src/{ => material}/sharp/child_friendly.svg (100%) rename projects/icons-material/src/{ => material}/sharp/chrome_reader_mode.svg (100%) rename projects/icons-material/src/{ => material}/sharp/church.svg (100%) rename projects/icons-material/src/{ => material}/sharp/circle.svg (100%) rename projects/icons-material/src/{ => material}/sharp/circle_notifications.svg (100%) rename projects/icons-material/src/{ => material}/sharp/class.svg (100%) rename projects/icons-material/src/{ => material}/sharp/clean_hands.svg (100%) rename projects/icons-material/src/{ => material}/sharp/cleaning_services.svg (100%) rename projects/icons-material/src/{ => material}/sharp/clear.svg (100%) rename projects/icons-material/src/{ => material}/sharp/clear_all.svg (100%) rename projects/icons-material/src/{ => material}/sharp/close.svg (100%) rename projects/icons-material/src/{ => material}/sharp/close_fullscreen.svg (100%) rename projects/icons-material/src/{ => material}/sharp/closed_caption.svg (100%) rename projects/icons-material/src/{ => material}/sharp/closed_caption_disabled.svg (100%) rename projects/icons-material/src/{ => material}/sharp/closed_caption_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/cloud.svg (100%) rename projects/icons-material/src/{ => material}/sharp/cloud_circle.svg (100%) rename projects/icons-material/src/{ => material}/sharp/cloud_done.svg (100%) rename projects/icons-material/src/{ => material}/sharp/cloud_download.svg (100%) rename projects/icons-material/src/{ => material}/sharp/cloud_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/cloud_queue.svg (100%) rename projects/icons-material/src/{ => material}/sharp/cloud_sync.svg (100%) rename projects/icons-material/src/{ => material}/sharp/cloud_upload.svg (100%) rename projects/icons-material/src/{ => material}/sharp/co2.svg (100%) rename projects/icons-material/src/{ => material}/sharp/co_present.svg (100%) rename projects/icons-material/src/{ => material}/sharp/code.svg (100%) rename projects/icons-material/src/{ => material}/sharp/code_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/coffee.svg (100%) rename projects/icons-material/src/{ => material}/sharp/coffee_maker.svg (100%) rename projects/icons-material/src/{ => material}/sharp/collections.svg (100%) rename projects/icons-material/src/{ => material}/sharp/collections_bookmark.svg (100%) rename projects/icons-material/src/{ => material}/sharp/color_lens.svg (100%) rename projects/icons-material/src/{ => material}/sharp/colorize.svg (100%) rename projects/icons-material/src/{ => material}/sharp/comment.svg (100%) rename projects/icons-material/src/{ => material}/sharp/comment_bank.svg (100%) rename projects/icons-material/src/{ => material}/sharp/comments_disabled.svg (100%) rename projects/icons-material/src/{ => material}/sharp/commit.svg (100%) rename projects/icons-material/src/{ => material}/sharp/commute.svg (100%) rename projects/icons-material/src/{ => material}/sharp/compare.svg (100%) rename projects/icons-material/src/{ => material}/sharp/compare_arrows.svg (100%) rename projects/icons-material/src/{ => material}/sharp/compass_calibration.svg (100%) rename projects/icons-material/src/{ => material}/sharp/compost.svg (100%) rename projects/icons-material/src/{ => material}/sharp/compress.svg (100%) rename projects/icons-material/src/{ => material}/sharp/computer.svg (100%) rename projects/icons-material/src/{ => material}/sharp/confirmation_number.svg (100%) rename projects/icons-material/src/{ => material}/sharp/connect_without_contact.svg (100%) rename projects/icons-material/src/{ => material}/sharp/connected_tv.svg (100%) rename projects/icons-material/src/{ => material}/sharp/connecting_airports.svg (100%) rename projects/icons-material/src/{ => material}/sharp/construction.svg (100%) rename projects/icons-material/src/{ => material}/sharp/contact_emergency.svg (100%) rename projects/icons-material/src/{ => material}/sharp/contact_mail.svg (100%) rename projects/icons-material/src/{ => material}/sharp/contact_page.svg (100%) rename projects/icons-material/src/{ => material}/sharp/contact_phone.svg (100%) rename projects/icons-material/src/{ => material}/sharp/contact_support.svg (100%) rename projects/icons-material/src/{ => material}/sharp/contactless.svg (100%) rename projects/icons-material/src/{ => material}/sharp/contacts.svg (100%) rename projects/icons-material/src/{ => material}/sharp/content_copy.svg (100%) rename projects/icons-material/src/{ => material}/sharp/content_cut.svg (100%) rename projects/icons-material/src/{ => material}/sharp/content_paste.svg (100%) rename projects/icons-material/src/{ => material}/sharp/content_paste_go.svg (100%) rename projects/icons-material/src/{ => material}/sharp/content_paste_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/content_paste_search.svg (100%) rename projects/icons-material/src/{ => material}/sharp/contrast.svg (100%) rename projects/icons-material/src/{ => material}/sharp/control_camera.svg (100%) rename projects/icons-material/src/{ => material}/sharp/control_point.svg (100%) rename projects/icons-material/src/{ => material}/sharp/control_point_duplicate.svg (100%) rename projects/icons-material/src/{ => material}/sharp/cookie.svg (100%) rename projects/icons-material/src/{ => material}/sharp/copy_all.svg (100%) rename projects/icons-material/src/{ => material}/sharp/copyright.svg (100%) rename projects/icons-material/src/{ => material}/sharp/coronavirus.svg (100%) rename projects/icons-material/src/{ => material}/sharp/corporate_fare.svg (100%) rename projects/icons-material/src/{ => material}/sharp/cottage.svg (100%) rename projects/icons-material/src/{ => material}/sharp/countertops.svg (100%) rename projects/icons-material/src/{ => material}/sharp/create.svg (100%) rename projects/icons-material/src/{ => material}/sharp/create_new_folder.svg (100%) rename projects/icons-material/src/{ => material}/sharp/credit_card.svg (100%) rename projects/icons-material/src/{ => material}/sharp/credit_card_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/credit_score.svg (100%) rename projects/icons-material/src/{ => material}/sharp/crib.svg (100%) rename projects/icons-material/src/{ => material}/sharp/crisis_alert.svg (100%) rename projects/icons-material/src/{ => material}/sharp/crop.svg (100%) rename projects/icons-material/src/{ => material}/sharp/crop_16_9.svg (100%) rename projects/icons-material/src/{ => material}/sharp/crop_3_2.svg (100%) rename projects/icons-material/src/{ => material}/sharp/crop_5_4.svg (100%) rename projects/icons-material/src/{ => material}/sharp/crop_7_5.svg (100%) rename projects/icons-material/src/{ => material}/sharp/crop_din.svg (100%) rename projects/icons-material/src/{ => material}/sharp/crop_free.svg (100%) rename projects/icons-material/src/{ => material}/sharp/crop_landscape.svg (100%) rename projects/icons-material/src/{ => material}/sharp/crop_original.svg (100%) rename projects/icons-material/src/{ => material}/sharp/crop_portrait.svg (100%) rename projects/icons-material/src/{ => material}/sharp/crop_rotate.svg (100%) rename projects/icons-material/src/{ => material}/sharp/crop_square.svg (100%) rename projects/icons-material/src/{ => material}/sharp/cruelty_free.svg (100%) rename projects/icons-material/src/{ => material}/sharp/css.svg (100%) rename projects/icons-material/src/{ => material}/sharp/currency_bitcoin.svg (100%) rename projects/icons-material/src/{ => material}/sharp/currency_exchange.svg (100%) rename projects/icons-material/src/{ => material}/sharp/currency_franc.svg (100%) rename projects/icons-material/src/{ => material}/sharp/currency_lira.svg (100%) rename projects/icons-material/src/{ => material}/sharp/currency_pound.svg (100%) rename projects/icons-material/src/{ => material}/sharp/currency_ruble.svg (100%) rename projects/icons-material/src/{ => material}/sharp/currency_rupee.svg (100%) rename projects/icons-material/src/{ => material}/sharp/currency_yen.svg (100%) rename projects/icons-material/src/{ => material}/sharp/currency_yuan.svg (100%) rename projects/icons-material/src/{ => material}/sharp/curtains.svg (100%) rename projects/icons-material/src/{ => material}/sharp/curtains_closed.svg (100%) rename projects/icons-material/src/{ => material}/sharp/cyclone.svg (100%) rename projects/icons-material/src/{ => material}/sharp/dangerous.svg (100%) rename projects/icons-material/src/{ => material}/sharp/dark_mode.svg (100%) rename projects/icons-material/src/{ => material}/sharp/dashboard.svg (100%) rename projects/icons-material/src/{ => material}/sharp/dashboard_customize.svg (100%) rename projects/icons-material/src/{ => material}/sharp/data_array.svg (100%) rename projects/icons-material/src/{ => material}/sharp/data_exploration.svg (100%) rename projects/icons-material/src/{ => material}/sharp/data_object.svg (100%) rename projects/icons-material/src/{ => material}/sharp/data_saver_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/data_saver_on.svg (100%) rename projects/icons-material/src/{ => material}/sharp/data_thresholding.svg (100%) rename projects/icons-material/src/{ => material}/sharp/data_usage.svg (100%) rename projects/icons-material/src/{ => material}/sharp/dataset.svg (100%) rename projects/icons-material/src/{ => material}/sharp/dataset_linked.svg (100%) rename projects/icons-material/src/{ => material}/sharp/date_range.svg (100%) rename projects/icons-material/src/{ => material}/sharp/deblur.svg (100%) rename projects/icons-material/src/{ => material}/sharp/deck.svg (100%) rename projects/icons-material/src/{ => material}/sharp/dehaze.svg (100%) rename projects/icons-material/src/{ => material}/sharp/delete.svg (100%) rename projects/icons-material/src/{ => material}/sharp/delete_forever.svg (100%) rename projects/icons-material/src/{ => material}/sharp/delete_outline.svg (100%) rename projects/icons-material/src/{ => material}/sharp/delete_sweep.svg (100%) rename projects/icons-material/src/{ => material}/sharp/delivery_dining.svg (100%) rename projects/icons-material/src/{ => material}/sharp/density_large.svg (100%) rename projects/icons-material/src/{ => material}/sharp/density_medium.svg (100%) rename projects/icons-material/src/{ => material}/sharp/density_small.svg (100%) rename projects/icons-material/src/{ => material}/sharp/departure_board.svg (100%) rename projects/icons-material/src/{ => material}/sharp/description.svg (100%) rename projects/icons-material/src/{ => material}/sharp/deselect.svg (100%) rename projects/icons-material/src/{ => material}/sharp/design_services.svg (100%) rename projects/icons-material/src/{ => material}/sharp/desk.svg (100%) rename projects/icons-material/src/{ => material}/sharp/desktop_access_disabled.svg (100%) rename projects/icons-material/src/{ => material}/sharp/desktop_mac.svg (100%) rename projects/icons-material/src/{ => material}/sharp/desktop_windows.svg (100%) rename projects/icons-material/src/{ => material}/sharp/details.svg (100%) rename projects/icons-material/src/{ => material}/sharp/developer_board.svg (100%) rename projects/icons-material/src/{ => material}/sharp/developer_board_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/developer_mode.svg (100%) rename projects/icons-material/src/{ => material}/sharp/device_hub.svg (100%) rename projects/icons-material/src/{ => material}/sharp/device_thermostat.svg (100%) rename projects/icons-material/src/{ => material}/sharp/device_unknown.svg (100%) rename projects/icons-material/src/{ => material}/sharp/devices.svg (100%) rename projects/icons-material/src/{ => material}/sharp/devices_fold.svg (100%) rename projects/icons-material/src/{ => material}/sharp/devices_other.svg (100%) rename projects/icons-material/src/{ => material}/sharp/dialer_sip.svg (100%) rename projects/icons-material/src/{ => material}/sharp/dialpad.svg (100%) rename projects/icons-material/src/{ => material}/sharp/diamond.svg (100%) rename projects/icons-material/src/{ => material}/sharp/difference.svg (100%) rename projects/icons-material/src/{ => material}/sharp/dining.svg (100%) rename projects/icons-material/src/{ => material}/sharp/dinner_dining.svg (100%) rename projects/icons-material/src/{ => material}/sharp/directions.svg (100%) rename projects/icons-material/src/{ => material}/sharp/directions_bike.svg (100%) rename projects/icons-material/src/{ => material}/sharp/directions_boat.svg (100%) rename projects/icons-material/src/{ => material}/sharp/directions_boat_filled.svg (100%) rename projects/icons-material/src/{ => material}/sharp/directions_bus.svg (100%) rename projects/icons-material/src/{ => material}/sharp/directions_bus_filled.svg (100%) rename projects/icons-material/src/{ => material}/sharp/directions_car.svg (100%) rename projects/icons-material/src/{ => material}/sharp/directions_car_filled.svg (100%) rename projects/icons-material/src/{ => material}/sharp/directions_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/directions_railway.svg (100%) rename projects/icons-material/src/{ => material}/sharp/directions_railway_filled.svg (100%) rename projects/icons-material/src/{ => material}/sharp/directions_run.svg (100%) rename projects/icons-material/src/{ => material}/sharp/directions_subway.svg (100%) rename projects/icons-material/src/{ => material}/sharp/directions_subway_filled.svg (100%) rename projects/icons-material/src/{ => material}/sharp/directions_transit.svg (100%) rename projects/icons-material/src/{ => material}/sharp/directions_transit_filled.svg (100%) rename projects/icons-material/src/{ => material}/sharp/directions_walk.svg (100%) rename projects/icons-material/src/{ => material}/sharp/dirty_lens.svg (100%) rename projects/icons-material/src/{ => material}/sharp/disabled_by_default.svg (100%) rename projects/icons-material/src/{ => material}/sharp/disabled_visible.svg (100%) rename projects/icons-material/src/{ => material}/sharp/disc_full.svg (100%) rename projects/icons-material/src/{ => material}/sharp/discount.svg (100%) rename projects/icons-material/src/{ => material}/sharp/display_settings.svg (100%) rename projects/icons-material/src/{ => material}/sharp/diversity_1.svg (100%) rename projects/icons-material/src/{ => material}/sharp/diversity_2.svg (100%) rename projects/icons-material/src/{ => material}/sharp/diversity_3.svg (100%) rename projects/icons-material/src/{ => material}/sharp/dns.svg (100%) rename projects/icons-material/src/{ => material}/sharp/do_disturb.svg (100%) rename projects/icons-material/src/{ => material}/sharp/do_disturb_alt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/do_disturb_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/do_disturb_on.svg (100%) rename projects/icons-material/src/{ => material}/sharp/do_not_disturb.svg (100%) rename projects/icons-material/src/{ => material}/sharp/do_not_disturb_alt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/do_not_disturb_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/do_not_disturb_on.svg (100%) rename projects/icons-material/src/{ => material}/sharp/do_not_disturb_on_total_silence.svg (100%) rename projects/icons-material/src/{ => material}/sharp/do_not_step.svg (100%) rename projects/icons-material/src/{ => material}/sharp/do_not_touch.svg (100%) rename projects/icons-material/src/{ => material}/sharp/dock.svg (100%) rename projects/icons-material/src/{ => material}/sharp/document_scanner.svg (100%) rename projects/icons-material/src/{ => material}/sharp/domain.svg (100%) rename projects/icons-material/src/{ => material}/sharp/domain_add.svg (100%) rename projects/icons-material/src/{ => material}/sharp/domain_disabled.svg (100%) rename projects/icons-material/src/{ => material}/sharp/domain_verification.svg (100%) rename projects/icons-material/src/{ => material}/sharp/done.svg (100%) rename projects/icons-material/src/{ => material}/sharp/done_all.svg (100%) rename projects/icons-material/src/{ => material}/sharp/done_outline.svg (100%) rename projects/icons-material/src/{ => material}/sharp/donut_large.svg (100%) rename projects/icons-material/src/{ => material}/sharp/donut_small.svg (100%) rename projects/icons-material/src/{ => material}/sharp/door_back.svg (100%) rename projects/icons-material/src/{ => material}/sharp/door_front.svg (100%) rename projects/icons-material/src/{ => material}/sharp/door_sliding.svg (100%) rename projects/icons-material/src/{ => material}/sharp/doorbell.svg (100%) rename projects/icons-material/src/{ => material}/sharp/double_arrow.svg (100%) rename projects/icons-material/src/{ => material}/sharp/downhill_skiing.svg (100%) rename projects/icons-material/src/{ => material}/sharp/download.svg (100%) rename projects/icons-material/src/{ => material}/sharp/download_done.svg (100%) rename projects/icons-material/src/{ => material}/sharp/download_for_offline.svg (100%) rename projects/icons-material/src/{ => material}/sharp/downloading.svg (100%) rename projects/icons-material/src/{ => material}/sharp/drafts.svg (100%) rename projects/icons-material/src/{ => material}/sharp/drag_handle.svg (100%) rename projects/icons-material/src/{ => material}/sharp/drag_indicator.svg (100%) rename projects/icons-material/src/{ => material}/sharp/draw.svg (100%) rename projects/icons-material/src/{ => material}/sharp/drive_eta.svg (100%) rename projects/icons-material/src/{ => material}/sharp/drive_file_move.svg (100%) rename projects/icons-material/src/{ => material}/sharp/drive_file_move_rtl.svg (100%) rename projects/icons-material/src/{ => material}/sharp/drive_file_rename_outline.svg (100%) rename projects/icons-material/src/{ => material}/sharp/drive_folder_upload.svg (100%) rename projects/icons-material/src/{ => material}/sharp/dry.svg (100%) rename projects/icons-material/src/{ => material}/sharp/dry_cleaning.svg (100%) rename projects/icons-material/src/{ => material}/sharp/duo.svg (100%) rename projects/icons-material/src/{ => material}/sharp/dvr.svg (100%) rename projects/icons-material/src/{ => material}/sharp/dynamic_feed.svg (100%) rename projects/icons-material/src/{ => material}/sharp/dynamic_form.svg (100%) rename projects/icons-material/src/{ => material}/sharp/e_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/sharp/earbuds.svg (100%) rename projects/icons-material/src/{ => material}/sharp/earbuds_battery.svg (100%) rename projects/icons-material/src/{ => material}/sharp/east.svg (100%) rename projects/icons-material/src/{ => material}/sharp/edgesensor_high.svg (100%) rename projects/icons-material/src/{ => material}/sharp/edgesensor_low.svg (100%) rename projects/icons-material/src/{ => material}/sharp/edit.svg (100%) rename projects/icons-material/src/{ => material}/sharp/edit_attributes.svg (100%) rename projects/icons-material/src/{ => material}/sharp/edit_calendar.svg (100%) rename projects/icons-material/src/{ => material}/sharp/edit_location.svg (100%) rename projects/icons-material/src/{ => material}/sharp/edit_location_alt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/edit_note.svg (100%) rename projects/icons-material/src/{ => material}/sharp/edit_notifications.svg (100%) rename projects/icons-material/src/{ => material}/sharp/edit_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/edit_road.svg (100%) rename projects/icons-material/src/{ => material}/sharp/egg.svg (100%) rename projects/icons-material/src/{ => material}/sharp/egg_alt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/eject.svg (100%) rename projects/icons-material/src/{ => material}/sharp/elderly.svg (100%) rename projects/icons-material/src/{ => material}/sharp/elderly_woman.svg (100%) rename projects/icons-material/src/{ => material}/sharp/electric_bike.svg (100%) rename projects/icons-material/src/{ => material}/sharp/electric_bolt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/electric_car.svg (100%) rename projects/icons-material/src/{ => material}/sharp/electric_meter.svg (100%) rename projects/icons-material/src/{ => material}/sharp/electric_moped.svg (100%) rename projects/icons-material/src/{ => material}/sharp/electric_rickshaw.svg (100%) rename projects/icons-material/src/{ => material}/sharp/electric_scooter.svg (100%) rename projects/icons-material/src/{ => material}/sharp/electrical_services.svg (100%) rename projects/icons-material/src/{ => material}/sharp/elevator.svg (100%) rename projects/icons-material/src/{ => material}/sharp/email.svg (100%) rename projects/icons-material/src/{ => material}/sharp/emergency.svg (100%) rename projects/icons-material/src/{ => material}/sharp/emergency_recording.svg (100%) rename projects/icons-material/src/{ => material}/sharp/emergency_share.svg (100%) rename projects/icons-material/src/{ => material}/sharp/emoji_emotions.svg (100%) rename projects/icons-material/src/{ => material}/sharp/emoji_events.svg (100%) rename projects/icons-material/src/{ => material}/sharp/emoji_food_beverage.svg (100%) rename projects/icons-material/src/{ => material}/sharp/emoji_nature.svg (100%) rename projects/icons-material/src/{ => material}/sharp/emoji_objects.svg (100%) rename projects/icons-material/src/{ => material}/sharp/emoji_people.svg (100%) rename projects/icons-material/src/{ => material}/sharp/emoji_symbols.svg (100%) rename projects/icons-material/src/{ => material}/sharp/emoji_transportation.svg (100%) rename projects/icons-material/src/{ => material}/sharp/energy_savings_leaf.svg (100%) rename projects/icons-material/src/{ => material}/sharp/engineering.svg (100%) rename projects/icons-material/src/{ => material}/sharp/enhanced_encryption.svg (100%) rename projects/icons-material/src/{ => material}/sharp/equalizer.svg (100%) rename projects/icons-material/src/{ => material}/sharp/error.svg (100%) rename projects/icons-material/src/{ => material}/sharp/error_outline.svg (100%) rename projects/icons-material/src/{ => material}/sharp/escalator.svg (100%) rename projects/icons-material/src/{ => material}/sharp/escalator_warning.svg (100%) rename projects/icons-material/src/{ => material}/sharp/euro.svg (100%) rename projects/icons-material/src/{ => material}/sharp/euro_symbol.svg (100%) rename projects/icons-material/src/{ => material}/sharp/ev_station.svg (100%) rename projects/icons-material/src/{ => material}/sharp/event.svg (100%) rename projects/icons-material/src/{ => material}/sharp/event_available.svg (100%) rename projects/icons-material/src/{ => material}/sharp/event_busy.svg (100%) rename projects/icons-material/src/{ => material}/sharp/event_note.svg (100%) rename projects/icons-material/src/{ => material}/sharp/event_repeat.svg (100%) rename projects/icons-material/src/{ => material}/sharp/event_seat.svg (100%) rename projects/icons-material/src/{ => material}/sharp/exit_to_app.svg (100%) rename projects/icons-material/src/{ => material}/sharp/expand.svg (100%) rename projects/icons-material/src/{ => material}/sharp/expand_circle_down.svg (100%) rename projects/icons-material/src/{ => material}/sharp/expand_less.svg (100%) rename projects/icons-material/src/{ => material}/sharp/expand_more.svg (100%) rename projects/icons-material/src/{ => material}/sharp/explicit.svg (100%) rename projects/icons-material/src/{ => material}/sharp/explore.svg (100%) rename projects/icons-material/src/{ => material}/sharp/explore_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/exposure.svg (100%) rename projects/icons-material/src/{ => material}/sharp/exposure_neg_1.svg (100%) rename projects/icons-material/src/{ => material}/sharp/exposure_neg_2.svg (100%) rename projects/icons-material/src/{ => material}/sharp/exposure_plus_1.svg (100%) rename projects/icons-material/src/{ => material}/sharp/exposure_plus_2.svg (100%) rename projects/icons-material/src/{ => material}/sharp/exposure_zero.svg (100%) rename projects/icons-material/src/{ => material}/sharp/extension.svg (100%) rename projects/icons-material/src/{ => material}/sharp/extension_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/face.svg (100%) rename projects/icons-material/src/{ => material}/sharp/face_2.svg (100%) rename projects/icons-material/src/{ => material}/sharp/face_3.svg (100%) rename projects/icons-material/src/{ => material}/sharp/face_4.svg (100%) rename projects/icons-material/src/{ => material}/sharp/face_5.svg (100%) rename projects/icons-material/src/{ => material}/sharp/face_6.svg (100%) rename projects/icons-material/src/{ => material}/sharp/face_retouching_natural.svg (100%) rename projects/icons-material/src/{ => material}/sharp/face_retouching_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/fact_check.svg (100%) rename projects/icons-material/src/{ => material}/sharp/factory.svg (100%) rename projects/icons-material/src/{ => material}/sharp/family_restroom.svg (100%) rename projects/icons-material/src/{ => material}/sharp/fast_forward.svg (100%) rename projects/icons-material/src/{ => material}/sharp/fast_rewind.svg (100%) rename projects/icons-material/src/{ => material}/sharp/fastfood.svg (100%) rename projects/icons-material/src/{ => material}/sharp/favorite.svg (100%) rename projects/icons-material/src/{ => material}/sharp/favorite_border.svg (100%) rename projects/icons-material/src/{ => material}/sharp/fax.svg (100%) rename projects/icons-material/src/{ => material}/sharp/featured_play_list.svg (100%) rename projects/icons-material/src/{ => material}/sharp/featured_video.svg (100%) rename projects/icons-material/src/{ => material}/sharp/feed.svg (100%) rename projects/icons-material/src/{ => material}/sharp/feedback.svg (100%) rename projects/icons-material/src/{ => material}/sharp/female.svg (100%) rename projects/icons-material/src/{ => material}/sharp/fence.svg (100%) rename projects/icons-material/src/{ => material}/sharp/festival.svg (100%) rename projects/icons-material/src/{ => material}/sharp/fiber_dvr.svg (100%) rename projects/icons-material/src/{ => material}/sharp/fiber_manual_record.svg (100%) rename projects/icons-material/src/{ => material}/sharp/fiber_new.svg (100%) rename projects/icons-material/src/{ => material}/sharp/fiber_pin.svg (100%) rename projects/icons-material/src/{ => material}/sharp/fiber_smart_record.svg (100%) rename projects/icons-material/src/{ => material}/sharp/file_copy.svg (100%) rename projects/icons-material/src/{ => material}/sharp/file_download.svg (100%) rename projects/icons-material/src/{ => material}/sharp/file_download_done.svg (100%) rename projects/icons-material/src/{ => material}/sharp/file_download_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/file_open.svg (100%) rename projects/icons-material/src/{ => material}/sharp/file_present.svg (100%) rename projects/icons-material/src/{ => material}/sharp/file_upload.svg (100%) rename projects/icons-material/src/{ => material}/sharp/filter.svg (100%) rename projects/icons-material/src/{ => material}/sharp/filter_1.svg (100%) rename projects/icons-material/src/{ => material}/sharp/filter_2.svg (100%) rename projects/icons-material/src/{ => material}/sharp/filter_3.svg (100%) rename projects/icons-material/src/{ => material}/sharp/filter_4.svg (100%) rename projects/icons-material/src/{ => material}/sharp/filter_5.svg (100%) rename projects/icons-material/src/{ => material}/sharp/filter_6.svg (100%) rename projects/icons-material/src/{ => material}/sharp/filter_7.svg (100%) rename projects/icons-material/src/{ => material}/sharp/filter_8.svg (100%) rename projects/icons-material/src/{ => material}/sharp/filter_9.svg (100%) rename projects/icons-material/src/{ => material}/sharp/filter_9_plus.svg (100%) rename projects/icons-material/src/{ => material}/sharp/filter_alt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/filter_alt_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/filter_b_and_w.svg (100%) rename projects/icons-material/src/{ => material}/sharp/filter_center_focus.svg (100%) rename projects/icons-material/src/{ => material}/sharp/filter_drama.svg (100%) rename projects/icons-material/src/{ => material}/sharp/filter_frames.svg (100%) rename projects/icons-material/src/{ => material}/sharp/filter_hdr.svg (100%) rename projects/icons-material/src/{ => material}/sharp/filter_list.svg (100%) rename projects/icons-material/src/{ => material}/sharp/filter_list_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/filter_none.svg (100%) rename projects/icons-material/src/{ => material}/sharp/filter_tilt_shift.svg (100%) rename projects/icons-material/src/{ => material}/sharp/filter_vintage.svg (100%) rename projects/icons-material/src/{ => material}/sharp/find_in_page.svg (100%) rename projects/icons-material/src/{ => material}/sharp/find_replace.svg (100%) rename projects/icons-material/src/{ => material}/sharp/fingerprint.svg (100%) rename projects/icons-material/src/{ => material}/sharp/fire_extinguisher.svg (100%) rename projects/icons-material/src/{ => material}/sharp/fire_hydrant_alt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/fire_truck.svg (100%) rename projects/icons-material/src/{ => material}/sharp/fireplace.svg (100%) rename projects/icons-material/src/{ => material}/sharp/first_page.svg (100%) rename projects/icons-material/src/{ => material}/sharp/fit_screen.svg (100%) rename projects/icons-material/src/{ => material}/sharp/fitbit.svg (100%) rename projects/icons-material/src/{ => material}/sharp/fitness_center.svg (100%) rename projects/icons-material/src/{ => material}/sharp/flag.svg (100%) rename projects/icons-material/src/{ => material}/sharp/flag_circle.svg (100%) rename projects/icons-material/src/{ => material}/sharp/flaky.svg (100%) rename projects/icons-material/src/{ => material}/sharp/flare.svg (100%) rename projects/icons-material/src/{ => material}/sharp/flash_auto.svg (100%) rename projects/icons-material/src/{ => material}/sharp/flash_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/flash_on.svg (100%) rename projects/icons-material/src/{ => material}/sharp/flashlight_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/flashlight_on.svg (100%) rename projects/icons-material/src/{ => material}/sharp/flatware.svg (100%) rename projects/icons-material/src/{ => material}/sharp/flight.svg (100%) rename projects/icons-material/src/{ => material}/sharp/flight_class.svg (100%) rename projects/icons-material/src/{ => material}/sharp/flight_land.svg (100%) rename projects/icons-material/src/{ => material}/sharp/flight_takeoff.svg (100%) rename projects/icons-material/src/{ => material}/sharp/flip.svg (100%) rename projects/icons-material/src/{ => material}/sharp/flip_camera_android.svg (100%) rename projects/icons-material/src/{ => material}/sharp/flip_camera_ios.svg (100%) rename projects/icons-material/src/{ => material}/sharp/flip_to_back.svg (100%) rename projects/icons-material/src/{ => material}/sharp/flip_to_front.svg (100%) rename projects/icons-material/src/{ => material}/sharp/flood.svg (100%) rename projects/icons-material/src/{ => material}/sharp/fluorescent.svg (100%) rename projects/icons-material/src/{ => material}/sharp/flutter_dash.svg (100%) rename projects/icons-material/src/{ => material}/sharp/fmd_bad.svg (100%) rename projects/icons-material/src/{ => material}/sharp/fmd_good.svg (100%) rename projects/icons-material/src/{ => material}/sharp/folder.svg (100%) rename projects/icons-material/src/{ => material}/sharp/folder_copy.svg (100%) rename projects/icons-material/src/{ => material}/sharp/folder_delete.svg (100%) rename projects/icons-material/src/{ => material}/sharp/folder_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/folder_open.svg (100%) rename projects/icons-material/src/{ => material}/sharp/folder_shared.svg (100%) rename projects/icons-material/src/{ => material}/sharp/folder_special.svg (100%) rename projects/icons-material/src/{ => material}/sharp/folder_zip.svg (100%) rename projects/icons-material/src/{ => material}/sharp/follow_the_signs.svg (100%) rename projects/icons-material/src/{ => material}/sharp/font_download.svg (100%) rename projects/icons-material/src/{ => material}/sharp/font_download_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/food_bank.svg (100%) rename projects/icons-material/src/{ => material}/sharp/forest.svg (100%) rename projects/icons-material/src/{ => material}/sharp/fork_left.svg (100%) rename projects/icons-material/src/{ => material}/sharp/fork_right.svg (100%) rename projects/icons-material/src/{ => material}/sharp/format_align_center.svg (100%) rename projects/icons-material/src/{ => material}/sharp/format_align_justify.svg (100%) rename projects/icons-material/src/{ => material}/sharp/format_align_left.svg (100%) rename projects/icons-material/src/{ => material}/sharp/format_align_right.svg (100%) rename projects/icons-material/src/{ => material}/sharp/format_bold.svg (100%) rename projects/icons-material/src/{ => material}/sharp/format_clear.svg (100%) rename projects/icons-material/src/{ => material}/sharp/format_color_fill.svg (100%) rename projects/icons-material/src/{ => material}/sharp/format_color_reset.svg (100%) rename projects/icons-material/src/{ => material}/sharp/format_color_text.svg (100%) rename projects/icons-material/src/{ => material}/sharp/format_indent_decrease.svg (100%) rename projects/icons-material/src/{ => material}/sharp/format_indent_increase.svg (100%) rename projects/icons-material/src/{ => material}/sharp/format_italic.svg (100%) rename projects/icons-material/src/{ => material}/sharp/format_line_spacing.svg (100%) rename projects/icons-material/src/{ => material}/sharp/format_list_bulleted.svg (100%) rename projects/icons-material/src/{ => material}/sharp/format_list_numbered.svg (100%) rename projects/icons-material/src/{ => material}/sharp/format_list_numbered_rtl.svg (100%) rename projects/icons-material/src/{ => material}/sharp/format_overline.svg (100%) rename projects/icons-material/src/{ => material}/sharp/format_paint.svg (100%) rename projects/icons-material/src/{ => material}/sharp/format_quote.svg (100%) rename projects/icons-material/src/{ => material}/sharp/format_shapes.svg (100%) rename projects/icons-material/src/{ => material}/sharp/format_size.svg (100%) rename projects/icons-material/src/{ => material}/sharp/format_strikethrough.svg (100%) rename projects/icons-material/src/{ => material}/sharp/format_textdirection_l_to_r.svg (100%) rename projects/icons-material/src/{ => material}/sharp/format_textdirection_r_to_l.svg (100%) rename projects/icons-material/src/{ => material}/sharp/format_underlined.svg (100%) rename projects/icons-material/src/{ => material}/sharp/fort.svg (100%) rename projects/icons-material/src/{ => material}/sharp/forum.svg (100%) rename projects/icons-material/src/{ => material}/sharp/forward.svg (100%) rename projects/icons-material/src/{ => material}/sharp/forward_10.svg (100%) rename projects/icons-material/src/{ => material}/sharp/forward_30.svg (100%) rename projects/icons-material/src/{ => material}/sharp/forward_5.svg (100%) rename projects/icons-material/src/{ => material}/sharp/forward_to_inbox.svg (100%) rename projects/icons-material/src/{ => material}/sharp/foundation.svg (100%) rename projects/icons-material/src/{ => material}/sharp/free_breakfast.svg (100%) rename projects/icons-material/src/{ => material}/sharp/free_cancellation.svg (100%) rename projects/icons-material/src/{ => material}/sharp/front_hand.svg (100%) rename projects/icons-material/src/{ => material}/sharp/fullscreen.svg (100%) rename projects/icons-material/src/{ => material}/sharp/fullscreen_exit.svg (100%) rename projects/icons-material/src/{ => material}/sharp/functions.svg (100%) rename projects/icons-material/src/{ => material}/sharp/g_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/sharp/g_translate.svg (100%) rename projects/icons-material/src/{ => material}/sharp/gamepad.svg (100%) rename projects/icons-material/src/{ => material}/sharp/games.svg (100%) rename projects/icons-material/src/{ => material}/sharp/garage.svg (100%) rename projects/icons-material/src/{ => material}/sharp/gas_meter.svg (100%) rename projects/icons-material/src/{ => material}/sharp/gavel.svg (100%) rename projects/icons-material/src/{ => material}/sharp/generating_tokens.svg (100%) rename projects/icons-material/src/{ => material}/sharp/gesture.svg (100%) rename projects/icons-material/src/{ => material}/sharp/get_app.svg (100%) rename projects/icons-material/src/{ => material}/sharp/gif.svg (100%) rename projects/icons-material/src/{ => material}/sharp/gif_box.svg (100%) rename projects/icons-material/src/{ => material}/sharp/girl.svg (100%) rename projects/icons-material/src/{ => material}/sharp/gite.svg (100%) rename projects/icons-material/src/{ => material}/sharp/golf_course.svg (100%) rename projects/icons-material/src/{ => material}/sharp/gpp_bad.svg (100%) rename projects/icons-material/src/{ => material}/sharp/gpp_good.svg (100%) rename projects/icons-material/src/{ => material}/sharp/gpp_maybe.svg (100%) rename projects/icons-material/src/{ => material}/sharp/gps_fixed.svg (100%) rename projects/icons-material/src/{ => material}/sharp/gps_not_fixed.svg (100%) rename projects/icons-material/src/{ => material}/sharp/gps_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/grade.svg (100%) rename projects/icons-material/src/{ => material}/sharp/gradient.svg (100%) rename projects/icons-material/src/{ => material}/sharp/grading.svg (100%) rename projects/icons-material/src/{ => material}/sharp/grain.svg (100%) rename projects/icons-material/src/{ => material}/sharp/graphic_eq.svg (100%) rename projects/icons-material/src/{ => material}/sharp/grass.svg (100%) rename projects/icons-material/src/{ => material}/sharp/grid_3x3.svg (100%) rename projects/icons-material/src/{ => material}/sharp/grid_4x4.svg (100%) rename projects/icons-material/src/{ => material}/sharp/grid_goldenratio.svg (100%) rename projects/icons-material/src/{ => material}/sharp/grid_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/grid_on.svg (100%) rename projects/icons-material/src/{ => material}/sharp/grid_view.svg (100%) rename projects/icons-material/src/{ => material}/sharp/group.svg (100%) rename projects/icons-material/src/{ => material}/sharp/group_add.svg (100%) rename projects/icons-material/src/{ => material}/sharp/group_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/group_remove.svg (100%) rename projects/icons-material/src/{ => material}/sharp/group_work.svg (100%) rename projects/icons-material/src/{ => material}/sharp/groups.svg (100%) rename projects/icons-material/src/{ => material}/sharp/groups_2.svg (100%) rename projects/icons-material/src/{ => material}/sharp/groups_3.svg (100%) rename projects/icons-material/src/{ => material}/sharp/h_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/sharp/h_plus_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/sharp/hail.svg (100%) rename projects/icons-material/src/{ => material}/sharp/handshake.svg (100%) rename projects/icons-material/src/{ => material}/sharp/handyman.svg (100%) rename projects/icons-material/src/{ => material}/sharp/hardware.svg (100%) rename projects/icons-material/src/{ => material}/sharp/hd.svg (100%) rename projects/icons-material/src/{ => material}/sharp/hdr_auto.svg (100%) rename projects/icons-material/src/{ => material}/sharp/hdr_auto_select.svg (100%) rename projects/icons-material/src/{ => material}/sharp/hdr_enhanced_select.svg (100%) rename projects/icons-material/src/{ => material}/sharp/hdr_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/hdr_off_select.svg (100%) rename projects/icons-material/src/{ => material}/sharp/hdr_on.svg (100%) rename projects/icons-material/src/{ => material}/sharp/hdr_on_select.svg (100%) rename projects/icons-material/src/{ => material}/sharp/hdr_plus.svg (100%) rename projects/icons-material/src/{ => material}/sharp/hdr_strong.svg (100%) rename projects/icons-material/src/{ => material}/sharp/hdr_weak.svg (100%) rename projects/icons-material/src/{ => material}/sharp/headphones.svg (100%) rename projects/icons-material/src/{ => material}/sharp/headphones_battery.svg (100%) rename projects/icons-material/src/{ => material}/sharp/headset.svg (100%) rename projects/icons-material/src/{ => material}/sharp/headset_mic.svg (100%) rename projects/icons-material/src/{ => material}/sharp/headset_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/healing.svg (100%) rename projects/icons-material/src/{ => material}/sharp/health_and_safety.svg (100%) rename projects/icons-material/src/{ => material}/sharp/hearing.svg (100%) rename projects/icons-material/src/{ => material}/sharp/hearing_disabled.svg (100%) rename projects/icons-material/src/{ => material}/sharp/heart_broken.svg (100%) rename projects/icons-material/src/{ => material}/sharp/heat_pump.svg (100%) rename projects/icons-material/src/{ => material}/sharp/height.svg (100%) rename projects/icons-material/src/{ => material}/sharp/help.svg (100%) rename projects/icons-material/src/{ => material}/sharp/help_center.svg (100%) rename projects/icons-material/src/{ => material}/sharp/help_outline.svg (100%) rename projects/icons-material/src/{ => material}/sharp/hevc.svg (100%) rename projects/icons-material/src/{ => material}/sharp/hexagon.svg (100%) rename projects/icons-material/src/{ => material}/sharp/hide_image.svg (100%) rename projects/icons-material/src/{ => material}/sharp/hide_source.svg (100%) rename projects/icons-material/src/{ => material}/sharp/high_quality.svg (100%) rename projects/icons-material/src/{ => material}/sharp/highlight.svg (100%) rename projects/icons-material/src/{ => material}/sharp/highlight_alt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/highlight_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/hiking.svg (100%) rename projects/icons-material/src/{ => material}/sharp/history.svg (100%) rename projects/icons-material/src/{ => material}/sharp/history_edu.svg (100%) rename projects/icons-material/src/{ => material}/sharp/history_toggle_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/hive.svg (100%) rename projects/icons-material/src/{ => material}/sharp/hls.svg (100%) rename projects/icons-material/src/{ => material}/sharp/hls_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/holiday_village.svg (100%) rename projects/icons-material/src/{ => material}/sharp/home.svg (100%) rename projects/icons-material/src/{ => material}/sharp/home_max.svg (100%) rename projects/icons-material/src/{ => material}/sharp/home_mini.svg (100%) rename projects/icons-material/src/{ => material}/sharp/home_repair_service.svg (100%) rename projects/icons-material/src/{ => material}/sharp/home_work.svg (100%) rename projects/icons-material/src/{ => material}/sharp/horizontal_distribute.svg (100%) rename projects/icons-material/src/{ => material}/sharp/horizontal_rule.svg (100%) rename projects/icons-material/src/{ => material}/sharp/horizontal_split.svg (100%) rename projects/icons-material/src/{ => material}/sharp/hot_tub.svg (100%) rename projects/icons-material/src/{ => material}/sharp/hotel.svg (100%) rename projects/icons-material/src/{ => material}/sharp/hotel_class.svg (100%) rename projects/icons-material/src/{ => material}/sharp/hourglass_bottom.svg (100%) rename projects/icons-material/src/{ => material}/sharp/hourglass_disabled.svg (100%) rename projects/icons-material/src/{ => material}/sharp/hourglass_empty.svg (100%) rename projects/icons-material/src/{ => material}/sharp/hourglass_full.svg (100%) rename projects/icons-material/src/{ => material}/sharp/hourglass_top.svg (100%) rename projects/icons-material/src/{ => material}/sharp/house.svg (100%) rename projects/icons-material/src/{ => material}/sharp/house_siding.svg (100%) rename projects/icons-material/src/{ => material}/sharp/houseboat.svg (100%) rename projects/icons-material/src/{ => material}/sharp/how_to_reg.svg (100%) rename projects/icons-material/src/{ => material}/sharp/how_to_vote.svg (100%) rename projects/icons-material/src/{ => material}/sharp/html.svg (100%) rename projects/icons-material/src/{ => material}/sharp/http.svg (100%) rename projects/icons-material/src/{ => material}/sharp/https.svg (100%) rename projects/icons-material/src/{ => material}/sharp/hub.svg (100%) rename projects/icons-material/src/{ => material}/sharp/hvac.svg (100%) rename projects/icons-material/src/{ => material}/sharp/ice_skating.svg (100%) rename projects/icons-material/src/{ => material}/sharp/icecream.svg (100%) rename projects/icons-material/src/{ => material}/sharp/image.svg (100%) rename projects/icons-material/src/{ => material}/sharp/image_aspect_ratio.svg (100%) rename projects/icons-material/src/{ => material}/sharp/image_not_supported.svg (100%) rename projects/icons-material/src/{ => material}/sharp/image_search.svg (100%) rename projects/icons-material/src/{ => material}/sharp/imagesearch_roller.svg (100%) rename projects/icons-material/src/{ => material}/sharp/import_contacts.svg (100%) rename projects/icons-material/src/{ => material}/sharp/import_export.svg (100%) rename projects/icons-material/src/{ => material}/sharp/important_devices.svg (100%) rename projects/icons-material/src/{ => material}/sharp/inbox.svg (100%) rename projects/icons-material/src/{ => material}/sharp/incomplete_circle.svg (100%) rename projects/icons-material/src/{ => material}/sharp/indeterminate_check_box.svg (100%) rename projects/icons-material/src/{ => material}/sharp/info.svg (100%) rename projects/icons-material/src/{ => material}/sharp/input.svg (100%) rename projects/icons-material/src/{ => material}/sharp/insert_chart.svg (100%) rename projects/icons-material/src/{ => material}/sharp/insert_chart_outlined.svg (100%) rename projects/icons-material/src/{ => material}/sharp/insert_comment.svg (100%) rename projects/icons-material/src/{ => material}/sharp/insert_drive_file.svg (100%) rename projects/icons-material/src/{ => material}/sharp/insert_emoticon.svg (100%) rename projects/icons-material/src/{ => material}/sharp/insert_invitation.svg (100%) rename projects/icons-material/src/{ => material}/sharp/insert_link.svg (100%) rename projects/icons-material/src/{ => material}/sharp/insert_page_break.svg (100%) rename projects/icons-material/src/{ => material}/sharp/insert_photo.svg (100%) rename projects/icons-material/src/{ => material}/sharp/insights.svg (100%) rename projects/icons-material/src/{ => material}/sharp/install_desktop.svg (100%) rename projects/icons-material/src/{ => material}/sharp/install_mobile.svg (100%) rename projects/icons-material/src/{ => material}/sharp/integration_instructions.svg (100%) rename projects/icons-material/src/{ => material}/sharp/interests.svg (100%) rename projects/icons-material/src/{ => material}/sharp/interpreter_mode.svg (100%) rename projects/icons-material/src/{ => material}/sharp/inventory.svg (100%) rename projects/icons-material/src/{ => material}/sharp/inventory_2.svg (100%) rename projects/icons-material/src/{ => material}/sharp/invert_colors.svg (100%) rename projects/icons-material/src/{ => material}/sharp/invert_colors_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/ios_share.svg (100%) rename projects/icons-material/src/{ => material}/sharp/iron.svg (100%) rename projects/icons-material/src/{ => material}/sharp/iso.svg (100%) rename projects/icons-material/src/{ => material}/sharp/javascript.svg (100%) rename projects/icons-material/src/{ => material}/sharp/join_full.svg (100%) rename projects/icons-material/src/{ => material}/sharp/join_inner.svg (100%) rename projects/icons-material/src/{ => material}/sharp/join_left.svg (100%) rename projects/icons-material/src/{ => material}/sharp/join_right.svg (100%) rename projects/icons-material/src/{ => material}/sharp/kayaking.svg (100%) rename projects/icons-material/src/{ => material}/sharp/kebab_dining.svg (100%) rename projects/icons-material/src/{ => material}/sharp/key.svg (100%) rename projects/icons-material/src/{ => material}/sharp/key_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/keyboard.svg (100%) rename projects/icons-material/src/{ => material}/sharp/keyboard_alt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/keyboard_arrow_down.svg (100%) rename projects/icons-material/src/{ => material}/sharp/keyboard_arrow_left.svg (100%) rename projects/icons-material/src/{ => material}/sharp/keyboard_arrow_right.svg (100%) rename projects/icons-material/src/{ => material}/sharp/keyboard_arrow_up.svg (100%) rename projects/icons-material/src/{ => material}/sharp/keyboard_backspace.svg (100%) rename projects/icons-material/src/{ => material}/sharp/keyboard_capslock.svg (100%) rename projects/icons-material/src/{ => material}/sharp/keyboard_command_key.svg (100%) rename projects/icons-material/src/{ => material}/sharp/keyboard_control_key.svg (100%) rename projects/icons-material/src/{ => material}/sharp/keyboard_double_arrow_down.svg (100%) rename projects/icons-material/src/{ => material}/sharp/keyboard_double_arrow_left.svg (100%) rename projects/icons-material/src/{ => material}/sharp/keyboard_double_arrow_right.svg (100%) rename projects/icons-material/src/{ => material}/sharp/keyboard_double_arrow_up.svg (100%) rename projects/icons-material/src/{ => material}/sharp/keyboard_hide.svg (100%) rename projects/icons-material/src/{ => material}/sharp/keyboard_option_key.svg (100%) rename projects/icons-material/src/{ => material}/sharp/keyboard_return.svg (100%) rename projects/icons-material/src/{ => material}/sharp/keyboard_tab.svg (100%) rename projects/icons-material/src/{ => material}/sharp/keyboard_voice.svg (100%) rename projects/icons-material/src/{ => material}/sharp/king_bed.svg (100%) rename projects/icons-material/src/{ => material}/sharp/kitchen.svg (100%) rename projects/icons-material/src/{ => material}/sharp/kitesurfing.svg (100%) rename projects/icons-material/src/{ => material}/sharp/label.svg (100%) rename projects/icons-material/src/{ => material}/sharp/label_important.svg (100%) rename projects/icons-material/src/{ => material}/sharp/label_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/lan.svg (100%) rename projects/icons-material/src/{ => material}/sharp/landscape.svg (100%) rename projects/icons-material/src/{ => material}/sharp/landslide.svg (100%) rename projects/icons-material/src/{ => material}/sharp/language.svg (100%) rename projects/icons-material/src/{ => material}/sharp/laptop.svg (100%) rename projects/icons-material/src/{ => material}/sharp/laptop_chromebook.svg (100%) rename projects/icons-material/src/{ => material}/sharp/laptop_mac.svg (100%) rename projects/icons-material/src/{ => material}/sharp/laptop_windows.svg (100%) rename projects/icons-material/src/{ => material}/sharp/last_page.svg (100%) rename projects/icons-material/src/{ => material}/sharp/launch.svg (100%) rename projects/icons-material/src/{ => material}/sharp/layers.svg (100%) rename projects/icons-material/src/{ => material}/sharp/layers_clear.svg (100%) rename projects/icons-material/src/{ => material}/sharp/leaderboard.svg (100%) rename projects/icons-material/src/{ => material}/sharp/leak_add.svg (100%) rename projects/icons-material/src/{ => material}/sharp/leak_remove.svg (100%) rename projects/icons-material/src/{ => material}/sharp/legend_toggle.svg (100%) rename projects/icons-material/src/{ => material}/sharp/lens.svg (100%) rename projects/icons-material/src/{ => material}/sharp/lens_blur.svg (100%) rename projects/icons-material/src/{ => material}/sharp/library_add.svg (100%) rename projects/icons-material/src/{ => material}/sharp/library_add_check.svg (100%) rename projects/icons-material/src/{ => material}/sharp/library_books.svg (100%) rename projects/icons-material/src/{ => material}/sharp/library_music.svg (100%) rename projects/icons-material/src/{ => material}/sharp/light.svg (100%) rename projects/icons-material/src/{ => material}/sharp/light_mode.svg (100%) rename projects/icons-material/src/{ => material}/sharp/lightbulb.svg (100%) rename projects/icons-material/src/{ => material}/sharp/lightbulb_circle.svg (100%) rename projects/icons-material/src/{ => material}/sharp/line_axis.svg (100%) rename projects/icons-material/src/{ => material}/sharp/line_style.svg (100%) rename projects/icons-material/src/{ => material}/sharp/line_weight.svg (100%) rename projects/icons-material/src/{ => material}/sharp/linear_scale.svg (100%) rename projects/icons-material/src/{ => material}/sharp/link.svg (100%) rename projects/icons-material/src/{ => material}/sharp/link_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/linked_camera.svg (100%) rename projects/icons-material/src/{ => material}/sharp/liquor.svg (100%) rename projects/icons-material/src/{ => material}/sharp/list.svg (100%) rename projects/icons-material/src/{ => material}/sharp/list_alt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/live_help.svg (100%) rename projects/icons-material/src/{ => material}/sharp/live_tv.svg (100%) rename projects/icons-material/src/{ => material}/sharp/living.svg (100%) rename projects/icons-material/src/{ => material}/sharp/local_activity.svg (100%) rename projects/icons-material/src/{ => material}/sharp/local_airport.svg (100%) rename projects/icons-material/src/{ => material}/sharp/local_atm.svg (100%) rename projects/icons-material/src/{ => material}/sharp/local_bar.svg (100%) rename projects/icons-material/src/{ => material}/sharp/local_cafe.svg (100%) rename projects/icons-material/src/{ => material}/sharp/local_car_wash.svg (100%) rename projects/icons-material/src/{ => material}/sharp/local_convenience_store.svg (100%) rename projects/icons-material/src/{ => material}/sharp/local_dining.svg (100%) rename projects/icons-material/src/{ => material}/sharp/local_drink.svg (100%) rename projects/icons-material/src/{ => material}/sharp/local_fire_department.svg (100%) rename projects/icons-material/src/{ => material}/sharp/local_florist.svg (100%) rename projects/icons-material/src/{ => material}/sharp/local_gas_station.svg (100%) rename projects/icons-material/src/{ => material}/sharp/local_grocery_store.svg (100%) rename projects/icons-material/src/{ => material}/sharp/local_hospital.svg (100%) rename projects/icons-material/src/{ => material}/sharp/local_hotel.svg (100%) rename projects/icons-material/src/{ => material}/sharp/local_laundry_service.svg (100%) rename projects/icons-material/src/{ => material}/sharp/local_library.svg (100%) rename projects/icons-material/src/{ => material}/sharp/local_mall.svg (100%) rename projects/icons-material/src/{ => material}/sharp/local_movies.svg (100%) rename projects/icons-material/src/{ => material}/sharp/local_offer.svg (100%) rename projects/icons-material/src/{ => material}/sharp/local_parking.svg (100%) rename projects/icons-material/src/{ => material}/sharp/local_pharmacy.svg (100%) rename projects/icons-material/src/{ => material}/sharp/local_phone.svg (100%) rename projects/icons-material/src/{ => material}/sharp/local_pizza.svg (100%) rename projects/icons-material/src/{ => material}/sharp/local_play.svg (100%) rename projects/icons-material/src/{ => material}/sharp/local_police.svg (100%) rename projects/icons-material/src/{ => material}/sharp/local_post_office.svg (100%) rename projects/icons-material/src/{ => material}/sharp/local_printshop.svg (100%) rename projects/icons-material/src/{ => material}/sharp/local_see.svg (100%) rename projects/icons-material/src/{ => material}/sharp/local_shipping.svg (100%) rename projects/icons-material/src/{ => material}/sharp/local_taxi.svg (100%) rename projects/icons-material/src/{ => material}/sharp/location_city.svg (100%) rename projects/icons-material/src/{ => material}/sharp/location_disabled.svg (100%) rename projects/icons-material/src/{ => material}/sharp/location_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/location_on.svg (100%) rename projects/icons-material/src/{ => material}/sharp/location_searching.svg (100%) rename projects/icons-material/src/{ => material}/sharp/lock.svg (100%) rename projects/icons-material/src/{ => material}/sharp/lock_clock.svg (100%) rename projects/icons-material/src/{ => material}/sharp/lock_open.svg (100%) rename projects/icons-material/src/{ => material}/sharp/lock_person.svg (100%) rename projects/icons-material/src/{ => material}/sharp/lock_reset.svg (100%) rename projects/icons-material/src/{ => material}/sharp/login.svg (100%) rename projects/icons-material/src/{ => material}/sharp/logo_dev.svg (100%) rename projects/icons-material/src/{ => material}/sharp/logout.svg (100%) rename projects/icons-material/src/{ => material}/sharp/looks.svg (100%) rename projects/icons-material/src/{ => material}/sharp/looks_3.svg (100%) rename projects/icons-material/src/{ => material}/sharp/looks_4.svg (100%) rename projects/icons-material/src/{ => material}/sharp/looks_5.svg (100%) rename projects/icons-material/src/{ => material}/sharp/looks_6.svg (100%) rename projects/icons-material/src/{ => material}/sharp/looks_one.svg (100%) rename projects/icons-material/src/{ => material}/sharp/looks_two.svg (100%) rename projects/icons-material/src/{ => material}/sharp/loop.svg (100%) rename projects/icons-material/src/{ => material}/sharp/loupe.svg (100%) rename projects/icons-material/src/{ => material}/sharp/low_priority.svg (100%) rename projects/icons-material/src/{ => material}/sharp/loyalty.svg (100%) rename projects/icons-material/src/{ => material}/sharp/lte_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/sharp/lte_plus_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/sharp/luggage.svg (100%) rename projects/icons-material/src/{ => material}/sharp/lunch_dining.svg (100%) rename projects/icons-material/src/{ => material}/sharp/lyrics.svg (100%) rename projects/icons-material/src/{ => material}/sharp/macro_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/mail.svg (100%) rename projects/icons-material/src/{ => material}/sharp/mail_lock.svg (100%) rename projects/icons-material/src/{ => material}/sharp/mail_outline.svg (100%) rename projects/icons-material/src/{ => material}/sharp/male.svg (100%) rename projects/icons-material/src/{ => material}/sharp/man.svg (100%) rename projects/icons-material/src/{ => material}/sharp/man_2.svg (100%) rename projects/icons-material/src/{ => material}/sharp/man_3.svg (100%) rename projects/icons-material/src/{ => material}/sharp/man_4.svg (100%) rename projects/icons-material/src/{ => material}/sharp/manage_accounts.svg (100%) rename projects/icons-material/src/{ => material}/sharp/manage_history.svg (100%) rename projects/icons-material/src/{ => material}/sharp/manage_search.svg (100%) rename projects/icons-material/src/{ => material}/sharp/map.svg (100%) rename projects/icons-material/src/{ => material}/sharp/maps_home_work.svg (100%) rename projects/icons-material/src/{ => material}/sharp/maps_ugc.svg (100%) rename projects/icons-material/src/{ => material}/sharp/margin.svg (100%) rename projects/icons-material/src/{ => material}/sharp/mark_as_unread.svg (100%) rename projects/icons-material/src/{ => material}/sharp/mark_chat_read.svg (100%) rename projects/icons-material/src/{ => material}/sharp/mark_chat_unread.svg (100%) rename projects/icons-material/src/{ => material}/sharp/mark_email_read.svg (100%) rename projects/icons-material/src/{ => material}/sharp/mark_email_unread.svg (100%) rename projects/icons-material/src/{ => material}/sharp/mark_unread_chat_alt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/markunread.svg (100%) rename projects/icons-material/src/{ => material}/sharp/markunread_mailbox.svg (100%) rename projects/icons-material/src/{ => material}/sharp/masks.svg (100%) rename projects/icons-material/src/{ => material}/sharp/maximize.svg (100%) rename projects/icons-material/src/{ => material}/sharp/media_bluetooth_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/media_bluetooth_on.svg (100%) rename projects/icons-material/src/{ => material}/sharp/mediation.svg (100%) rename projects/icons-material/src/{ => material}/sharp/medical_information.svg (100%) rename projects/icons-material/src/{ => material}/sharp/medical_services.svg (100%) rename projects/icons-material/src/{ => material}/sharp/medication.svg (100%) rename projects/icons-material/src/{ => material}/sharp/medication_liquid.svg (100%) rename projects/icons-material/src/{ => material}/sharp/meeting_room.svg (100%) rename projects/icons-material/src/{ => material}/sharp/memory.svg (100%) rename projects/icons-material/src/{ => material}/sharp/menu.svg (100%) rename projects/icons-material/src/{ => material}/sharp/menu_book.svg (100%) rename projects/icons-material/src/{ => material}/sharp/menu_open.svg (100%) rename projects/icons-material/src/{ => material}/sharp/merge.svg (100%) rename projects/icons-material/src/{ => material}/sharp/merge_type.svg (100%) rename projects/icons-material/src/{ => material}/sharp/message.svg (100%) rename projects/icons-material/src/{ => material}/sharp/mic.svg (100%) rename projects/icons-material/src/{ => material}/sharp/mic_external_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/mic_external_on.svg (100%) rename projects/icons-material/src/{ => material}/sharp/mic_none.svg (100%) rename projects/icons-material/src/{ => material}/sharp/mic_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/microwave.svg (100%) rename projects/icons-material/src/{ => material}/sharp/military_tech.svg (100%) rename projects/icons-material/src/{ => material}/sharp/minimize.svg (100%) rename projects/icons-material/src/{ => material}/sharp/minor_crash.svg (100%) rename projects/icons-material/src/{ => material}/sharp/miscellaneous_services.svg (100%) rename projects/icons-material/src/{ => material}/sharp/missed_video_call.svg (100%) rename projects/icons-material/src/{ => material}/sharp/mms.svg (100%) rename projects/icons-material/src/{ => material}/sharp/mobile_friendly.svg (100%) rename projects/icons-material/src/{ => material}/sharp/mobile_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/mobile_screen_share.svg (100%) rename projects/icons-material/src/{ => material}/sharp/mobiledata_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/mode.svg (100%) rename projects/icons-material/src/{ => material}/sharp/mode_comment.svg (100%) rename projects/icons-material/src/{ => material}/sharp/mode_edit.svg (100%) rename projects/icons-material/src/{ => material}/sharp/mode_edit_outline.svg (100%) rename projects/icons-material/src/{ => material}/sharp/mode_fan_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/mode_night.svg (100%) rename projects/icons-material/src/{ => material}/sharp/mode_of_travel.svg (100%) rename projects/icons-material/src/{ => material}/sharp/mode_standby.svg (100%) rename projects/icons-material/src/{ => material}/sharp/model_training.svg (100%) rename projects/icons-material/src/{ => material}/sharp/monetization_on.svg (100%) rename projects/icons-material/src/{ => material}/sharp/money.svg (100%) rename projects/icons-material/src/{ => material}/sharp/money_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/money_off_csred.svg (100%) rename projects/icons-material/src/{ => material}/sharp/monitor.svg (100%) rename projects/icons-material/src/{ => material}/sharp/monitor_heart.svg (100%) rename projects/icons-material/src/{ => material}/sharp/monitor_weight.svg (100%) rename projects/icons-material/src/{ => material}/sharp/monochrome_photos.svg (100%) rename projects/icons-material/src/{ => material}/sharp/mood.svg (100%) rename projects/icons-material/src/{ => material}/sharp/mood_bad.svg (100%) rename projects/icons-material/src/{ => material}/sharp/moped.svg (100%) rename projects/icons-material/src/{ => material}/sharp/more.svg (100%) rename projects/icons-material/src/{ => material}/sharp/more_horiz.svg (100%) rename projects/icons-material/src/{ => material}/sharp/more_time.svg (100%) rename projects/icons-material/src/{ => material}/sharp/more_vert.svg (100%) rename projects/icons-material/src/{ => material}/sharp/mosque.svg (100%) rename projects/icons-material/src/{ => material}/sharp/motion_photos_auto.svg (100%) rename projects/icons-material/src/{ => material}/sharp/motion_photos_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/motion_photos_on.svg (100%) rename projects/icons-material/src/{ => material}/sharp/motion_photos_pause.svg (100%) rename projects/icons-material/src/{ => material}/sharp/motion_photos_paused.svg (100%) rename projects/icons-material/src/{ => material}/sharp/mouse.svg (100%) rename projects/icons-material/src/{ => material}/sharp/move_down.svg (100%) rename projects/icons-material/src/{ => material}/sharp/move_to_inbox.svg (100%) rename projects/icons-material/src/{ => material}/sharp/move_up.svg (100%) rename projects/icons-material/src/{ => material}/sharp/movie.svg (100%) rename projects/icons-material/src/{ => material}/sharp/movie_creation.svg (100%) rename projects/icons-material/src/{ => material}/sharp/movie_filter.svg (100%) rename projects/icons-material/src/{ => material}/sharp/moving.svg (100%) rename projects/icons-material/src/{ => material}/sharp/mp.svg (100%) rename projects/icons-material/src/{ => material}/sharp/multiline_chart.svg (100%) rename projects/icons-material/src/{ => material}/sharp/multiple_stop.svg (100%) rename projects/icons-material/src/{ => material}/sharp/museum.svg (100%) rename projects/icons-material/src/{ => material}/sharp/music_note.svg (100%) rename projects/icons-material/src/{ => material}/sharp/music_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/music_video.svg (100%) rename projects/icons-material/src/{ => material}/sharp/my_location.svg (100%) rename projects/icons-material/src/{ => material}/sharp/nat.svg (100%) rename projects/icons-material/src/{ => material}/sharp/nature.svg (100%) rename projects/icons-material/src/{ => material}/sharp/nature_people.svg (100%) rename projects/icons-material/src/{ => material}/sharp/navigate_before.svg (100%) rename projects/icons-material/src/{ => material}/sharp/navigate_next.svg (100%) rename projects/icons-material/src/{ => material}/sharp/navigation.svg (100%) rename projects/icons-material/src/{ => material}/sharp/near_me.svg (100%) rename projects/icons-material/src/{ => material}/sharp/near_me_disabled.svg (100%) rename projects/icons-material/src/{ => material}/sharp/nearby_error.svg (100%) rename projects/icons-material/src/{ => material}/sharp/nearby_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/nest_cam_wired_stand.svg (100%) rename projects/icons-material/src/{ => material}/sharp/network_cell.svg (100%) rename projects/icons-material/src/{ => material}/sharp/network_check.svg (100%) rename projects/icons-material/src/{ => material}/sharp/network_locked.svg (100%) rename projects/icons-material/src/{ => material}/sharp/network_ping.svg (100%) rename projects/icons-material/src/{ => material}/sharp/network_wifi.svg (100%) rename projects/icons-material/src/{ => material}/sharp/network_wifi_1_bar.svg (100%) rename projects/icons-material/src/{ => material}/sharp/network_wifi_2_bar.svg (100%) rename projects/icons-material/src/{ => material}/sharp/network_wifi_3_bar.svg (100%) rename projects/icons-material/src/{ => material}/sharp/new_label.svg (100%) rename projects/icons-material/src/{ => material}/sharp/new_releases.svg (100%) rename projects/icons-material/src/{ => material}/sharp/newspaper.svg (100%) rename projects/icons-material/src/{ => material}/sharp/next_plan.svg (100%) rename projects/icons-material/src/{ => material}/sharp/next_week.svg (100%) rename projects/icons-material/src/{ => material}/sharp/nfc.svg (100%) rename projects/icons-material/src/{ => material}/sharp/night_shelter.svg (100%) rename projects/icons-material/src/{ => material}/sharp/nightlife.svg (100%) rename projects/icons-material/src/{ => material}/sharp/nightlight.svg (100%) rename projects/icons-material/src/{ => material}/sharp/nightlight_round.svg (100%) rename projects/icons-material/src/{ => material}/sharp/nights_stay.svg (100%) rename projects/icons-material/src/{ => material}/sharp/no_accounts.svg (100%) rename projects/icons-material/src/{ => material}/sharp/no_adult_content.svg (100%) rename projects/icons-material/src/{ => material}/sharp/no_backpack.svg (100%) rename projects/icons-material/src/{ => material}/sharp/no_cell.svg (100%) rename projects/icons-material/src/{ => material}/sharp/no_crash.svg (100%) rename projects/icons-material/src/{ => material}/sharp/no_drinks.svg (100%) rename projects/icons-material/src/{ => material}/sharp/no_encryption.svg (100%) rename projects/icons-material/src/{ => material}/sharp/no_encryption_gmailerrorred.svg (100%) rename projects/icons-material/src/{ => material}/sharp/no_flash.svg (100%) rename projects/icons-material/src/{ => material}/sharp/no_food.svg (100%) rename projects/icons-material/src/{ => material}/sharp/no_luggage.svg (100%) rename projects/icons-material/src/{ => material}/sharp/no_meals.svg (100%) rename projects/icons-material/src/{ => material}/sharp/no_meeting_room.svg (100%) rename projects/icons-material/src/{ => material}/sharp/no_photography.svg (100%) rename projects/icons-material/src/{ => material}/sharp/no_sim.svg (100%) rename projects/icons-material/src/{ => material}/sharp/no_stroller.svg (100%) rename projects/icons-material/src/{ => material}/sharp/no_transfer.svg (100%) rename projects/icons-material/src/{ => material}/sharp/noise_aware.svg (100%) rename projects/icons-material/src/{ => material}/sharp/noise_control_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/nordic_walking.svg (100%) rename projects/icons-material/src/{ => material}/sharp/north.svg (100%) rename projects/icons-material/src/{ => material}/sharp/north_east.svg (100%) rename projects/icons-material/src/{ => material}/sharp/north_west.svg (100%) rename projects/icons-material/src/{ => material}/sharp/not_accessible.svg (100%) rename projects/icons-material/src/{ => material}/sharp/not_interested.svg (100%) rename projects/icons-material/src/{ => material}/sharp/not_listed_location.svg (100%) rename projects/icons-material/src/{ => material}/sharp/not_started.svg (100%) rename projects/icons-material/src/{ => material}/sharp/note.svg (100%) rename projects/icons-material/src/{ => material}/sharp/note_add.svg (100%) rename projects/icons-material/src/{ => material}/sharp/note_alt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/notes.svg (100%) rename projects/icons-material/src/{ => material}/sharp/notification_add.svg (100%) rename projects/icons-material/src/{ => material}/sharp/notification_important.svg (100%) rename projects/icons-material/src/{ => material}/sharp/notifications.svg (100%) rename projects/icons-material/src/{ => material}/sharp/notifications_active.svg (100%) rename projects/icons-material/src/{ => material}/sharp/notifications_none.svg (100%) rename projects/icons-material/src/{ => material}/sharp/notifications_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/notifications_paused.svg (100%) rename projects/icons-material/src/{ => material}/sharp/numbers.svg (100%) rename projects/icons-material/src/{ => material}/sharp/offline_bolt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/offline_pin.svg (100%) rename projects/icons-material/src/{ => material}/sharp/offline_share.svg (100%) rename projects/icons-material/src/{ => material}/sharp/oil_barrel.svg (100%) rename projects/icons-material/src/{ => material}/sharp/on_device_training.svg (100%) rename projects/icons-material/src/{ => material}/sharp/ondemand_video.svg (100%) rename projects/icons-material/src/{ => material}/sharp/online_prediction.svg (100%) rename projects/icons-material/src/{ => material}/sharp/opacity.svg (100%) rename projects/icons-material/src/{ => material}/sharp/open_in_browser.svg (100%) rename projects/icons-material/src/{ => material}/sharp/open_in_full.svg (100%) rename projects/icons-material/src/{ => material}/sharp/open_in_new.svg (100%) rename projects/icons-material/src/{ => material}/sharp/open_in_new_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/open_with.svg (100%) rename projects/icons-material/src/{ => material}/sharp/other_houses.svg (100%) rename projects/icons-material/src/{ => material}/sharp/outbound.svg (100%) rename projects/icons-material/src/{ => material}/sharp/outbox.svg (100%) rename projects/icons-material/src/{ => material}/sharp/outdoor_grill.svg (100%) rename projects/icons-material/src/{ => material}/sharp/outlet.svg (100%) rename projects/icons-material/src/{ => material}/sharp/outlined_flag.svg (100%) rename projects/icons-material/src/{ => material}/sharp/output.svg (100%) rename projects/icons-material/src/{ => material}/sharp/padding.svg (100%) rename projects/icons-material/src/{ => material}/sharp/pages.svg (100%) rename projects/icons-material/src/{ => material}/sharp/pageview.svg (100%) rename projects/icons-material/src/{ => material}/sharp/paid.svg (100%) rename projects/icons-material/src/{ => material}/sharp/palette.svg (100%) rename projects/icons-material/src/{ => material}/sharp/pan_tool.svg (100%) rename projects/icons-material/src/{ => material}/sharp/pan_tool_alt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/panorama.svg (100%) rename projects/icons-material/src/{ => material}/sharp/panorama_fish_eye.svg (100%) rename projects/icons-material/src/{ => material}/sharp/panorama_horizontal.svg (100%) rename projects/icons-material/src/{ => material}/sharp/panorama_horizontal_select.svg (100%) rename projects/icons-material/src/{ => material}/sharp/panorama_photosphere.svg (100%) rename projects/icons-material/src/{ => material}/sharp/panorama_photosphere_select.svg (100%) rename projects/icons-material/src/{ => material}/sharp/panorama_vertical.svg (100%) rename projects/icons-material/src/{ => material}/sharp/panorama_vertical_select.svg (100%) rename projects/icons-material/src/{ => material}/sharp/panorama_wide_angle.svg (100%) rename projects/icons-material/src/{ => material}/sharp/panorama_wide_angle_select.svg (100%) rename projects/icons-material/src/{ => material}/sharp/paragliding.svg (100%) rename projects/icons-material/src/{ => material}/sharp/park.svg (100%) rename projects/icons-material/src/{ => material}/sharp/party_mode.svg (100%) rename projects/icons-material/src/{ => material}/sharp/password.svg (100%) rename projects/icons-material/src/{ => material}/sharp/pattern.svg (100%) rename projects/icons-material/src/{ => material}/sharp/pause.svg (100%) rename projects/icons-material/src/{ => material}/sharp/pause_circle.svg (100%) rename projects/icons-material/src/{ => material}/sharp/pause_circle_filled.svg (100%) rename projects/icons-material/src/{ => material}/sharp/pause_circle_outline.svg (100%) rename projects/icons-material/src/{ => material}/sharp/pause_presentation.svg (100%) rename projects/icons-material/src/{ => material}/sharp/payment.svg (100%) rename projects/icons-material/src/{ => material}/sharp/payments.svg (100%) rename projects/icons-material/src/{ => material}/sharp/pedal_bike.svg (100%) rename projects/icons-material/src/{ => material}/sharp/pending.svg (100%) rename projects/icons-material/src/{ => material}/sharp/pending_actions.svg (100%) rename projects/icons-material/src/{ => material}/sharp/pentagon.svg (100%) rename projects/icons-material/src/{ => material}/sharp/people.svg (100%) rename projects/icons-material/src/{ => material}/sharp/people_alt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/people_outline.svg (100%) rename projects/icons-material/src/{ => material}/sharp/percent.svg (100%) rename projects/icons-material/src/{ => material}/sharp/perm_camera_mic.svg (100%) rename projects/icons-material/src/{ => material}/sharp/perm_contact_calendar.svg (100%) rename projects/icons-material/src/{ => material}/sharp/perm_data_setting.svg (100%) rename projects/icons-material/src/{ => material}/sharp/perm_device_information.svg (100%) rename projects/icons-material/src/{ => material}/sharp/perm_identity.svg (100%) rename projects/icons-material/src/{ => material}/sharp/perm_media.svg (100%) rename projects/icons-material/src/{ => material}/sharp/perm_phone_msg.svg (100%) rename projects/icons-material/src/{ => material}/sharp/perm_scan_wifi.svg (100%) rename projects/icons-material/src/{ => material}/sharp/person.svg (100%) rename projects/icons-material/src/{ => material}/sharp/person_2.svg (100%) rename projects/icons-material/src/{ => material}/sharp/person_3.svg (100%) rename projects/icons-material/src/{ => material}/sharp/person_4.svg (100%) rename projects/icons-material/src/{ => material}/sharp/person_add.svg (100%) rename projects/icons-material/src/{ => material}/sharp/person_add_alt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/person_add_alt_1.svg (100%) rename projects/icons-material/src/{ => material}/sharp/person_add_disabled.svg (100%) rename projects/icons-material/src/{ => material}/sharp/person_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/person_outline.svg (100%) rename projects/icons-material/src/{ => material}/sharp/person_pin.svg (100%) rename projects/icons-material/src/{ => material}/sharp/person_pin_circle.svg (100%) rename projects/icons-material/src/{ => material}/sharp/person_remove.svg (100%) rename projects/icons-material/src/{ => material}/sharp/person_remove_alt_1.svg (100%) rename projects/icons-material/src/{ => material}/sharp/person_search.svg (100%) rename projects/icons-material/src/{ => material}/sharp/personal_injury.svg (100%) rename projects/icons-material/src/{ => material}/sharp/personal_video.svg (100%) rename projects/icons-material/src/{ => material}/sharp/pest_control.svg (100%) rename projects/icons-material/src/{ => material}/sharp/pest_control_rodent.svg (100%) rename projects/icons-material/src/{ => material}/sharp/pets.svg (100%) rename projects/icons-material/src/{ => material}/sharp/phishing.svg (100%) rename projects/icons-material/src/{ => material}/sharp/phone.svg (100%) rename projects/icons-material/src/{ => material}/sharp/phone_android.svg (100%) rename projects/icons-material/src/{ => material}/sharp/phone_bluetooth_speaker.svg (100%) rename projects/icons-material/src/{ => material}/sharp/phone_callback.svg (100%) rename projects/icons-material/src/{ => material}/sharp/phone_disabled.svg (100%) rename projects/icons-material/src/{ => material}/sharp/phone_enabled.svg (100%) rename projects/icons-material/src/{ => material}/sharp/phone_forwarded.svg (100%) rename projects/icons-material/src/{ => material}/sharp/phone_iphone.svg (100%) rename projects/icons-material/src/{ => material}/sharp/phone_locked.svg (100%) rename projects/icons-material/src/{ => material}/sharp/phone_missed.svg (100%) rename projects/icons-material/src/{ => material}/sharp/phone_paused.svg (100%) rename projects/icons-material/src/{ => material}/sharp/phonelink.svg (100%) rename projects/icons-material/src/{ => material}/sharp/phonelink_erase.svg (100%) rename projects/icons-material/src/{ => material}/sharp/phonelink_lock.svg (100%) rename projects/icons-material/src/{ => material}/sharp/phonelink_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/phonelink_ring.svg (100%) rename projects/icons-material/src/{ => material}/sharp/phonelink_setup.svg (100%) rename projects/icons-material/src/{ => material}/sharp/photo.svg (100%) rename projects/icons-material/src/{ => material}/sharp/photo_album.svg (100%) rename projects/icons-material/src/{ => material}/sharp/photo_camera.svg (100%) rename projects/icons-material/src/{ => material}/sharp/photo_camera_back.svg (100%) rename projects/icons-material/src/{ => material}/sharp/photo_camera_front.svg (100%) rename projects/icons-material/src/{ => material}/sharp/photo_filter.svg (100%) rename projects/icons-material/src/{ => material}/sharp/photo_library.svg (100%) rename projects/icons-material/src/{ => material}/sharp/photo_size_select_actual.svg (100%) rename projects/icons-material/src/{ => material}/sharp/photo_size_select_large.svg (100%) rename projects/icons-material/src/{ => material}/sharp/photo_size_select_small.svg (100%) rename projects/icons-material/src/{ => material}/sharp/php.svg (100%) rename projects/icons-material/src/{ => material}/sharp/piano.svg (100%) rename projects/icons-material/src/{ => material}/sharp/piano_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/picture_as_pdf.svg (100%) rename projects/icons-material/src/{ => material}/sharp/picture_in_picture.svg (100%) rename projects/icons-material/src/{ => material}/sharp/picture_in_picture_alt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/pie_chart.svg (100%) rename projects/icons-material/src/{ => material}/sharp/pie_chart_outline.svg (100%) rename projects/icons-material/src/{ => material}/sharp/pin.svg (100%) rename projects/icons-material/src/{ => material}/sharp/pin_drop.svg (100%) rename projects/icons-material/src/{ => material}/sharp/pin_end.svg (100%) rename projects/icons-material/src/{ => material}/sharp/pin_invoke.svg (100%) rename projects/icons-material/src/{ => material}/sharp/pinch.svg (100%) rename projects/icons-material/src/{ => material}/sharp/pivot_table_chart.svg (100%) rename projects/icons-material/src/{ => material}/sharp/pix.svg (100%) rename projects/icons-material/src/{ => material}/sharp/place.svg (100%) rename projects/icons-material/src/{ => material}/sharp/plagiarism.svg (100%) rename projects/icons-material/src/{ => material}/sharp/play_arrow.svg (100%) rename projects/icons-material/src/{ => material}/sharp/play_circle.svg (100%) rename projects/icons-material/src/{ => material}/sharp/play_circle_filled.svg (100%) rename projects/icons-material/src/{ => material}/sharp/play_circle_outline.svg (100%) rename projects/icons-material/src/{ => material}/sharp/play_disabled.svg (100%) rename projects/icons-material/src/{ => material}/sharp/play_for_work.svg (100%) rename projects/icons-material/src/{ => material}/sharp/play_lesson.svg (100%) rename projects/icons-material/src/{ => material}/sharp/playlist_add.svg (100%) rename projects/icons-material/src/{ => material}/sharp/playlist_add_check.svg (100%) rename projects/icons-material/src/{ => material}/sharp/playlist_add_check_circle.svg (100%) rename projects/icons-material/src/{ => material}/sharp/playlist_add_circle.svg (100%) rename projects/icons-material/src/{ => material}/sharp/playlist_play.svg (100%) rename projects/icons-material/src/{ => material}/sharp/playlist_remove.svg (100%) rename projects/icons-material/src/{ => material}/sharp/plumbing.svg (100%) rename projects/icons-material/src/{ => material}/sharp/plus_one.svg (100%) rename projects/icons-material/src/{ => material}/sharp/podcasts.svg (100%) rename projects/icons-material/src/{ => material}/sharp/point_of_sale.svg (100%) rename projects/icons-material/src/{ => material}/sharp/policy.svg (100%) rename projects/icons-material/src/{ => material}/sharp/poll.svg (100%) rename projects/icons-material/src/{ => material}/sharp/polyline.svg (100%) rename projects/icons-material/src/{ => material}/sharp/polymer.svg (100%) rename projects/icons-material/src/{ => material}/sharp/pool.svg (100%) rename projects/icons-material/src/{ => material}/sharp/portable_wifi_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/portrait.svg (100%) rename projects/icons-material/src/{ => material}/sharp/post_add.svg (100%) rename projects/icons-material/src/{ => material}/sharp/power.svg (100%) rename projects/icons-material/src/{ => material}/sharp/power_input.svg (100%) rename projects/icons-material/src/{ => material}/sharp/power_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/power_settings_new.svg (100%) rename projects/icons-material/src/{ => material}/sharp/precision_manufacturing.svg (100%) rename projects/icons-material/src/{ => material}/sharp/pregnant_woman.svg (100%) rename projects/icons-material/src/{ => material}/sharp/present_to_all.svg (100%) rename projects/icons-material/src/{ => material}/sharp/preview.svg (100%) rename projects/icons-material/src/{ => material}/sharp/price_change.svg (100%) rename projects/icons-material/src/{ => material}/sharp/price_check.svg (100%) rename projects/icons-material/src/{ => material}/sharp/print.svg (100%) rename projects/icons-material/src/{ => material}/sharp/print_disabled.svg (100%) rename projects/icons-material/src/{ => material}/sharp/priority_high.svg (100%) rename projects/icons-material/src/{ => material}/sharp/privacy_tip.svg (100%) rename projects/icons-material/src/{ => material}/sharp/private_connectivity.svg (100%) rename projects/icons-material/src/{ => material}/sharp/production_quantity_limits.svg (100%) rename projects/icons-material/src/{ => material}/sharp/propane.svg (100%) rename projects/icons-material/src/{ => material}/sharp/propane_tank.svg (100%) rename projects/icons-material/src/{ => material}/sharp/psychology.svg (100%) rename projects/icons-material/src/{ => material}/sharp/psychology_alt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/public.svg (100%) rename projects/icons-material/src/{ => material}/sharp/public_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/publish.svg (100%) rename projects/icons-material/src/{ => material}/sharp/published_with_changes.svg (100%) rename projects/icons-material/src/{ => material}/sharp/punch_clock.svg (100%) rename projects/icons-material/src/{ => material}/sharp/push_pin.svg (100%) rename projects/icons-material/src/{ => material}/sharp/qr_code.svg (100%) rename projects/icons-material/src/{ => material}/sharp/qr_code_2.svg (100%) rename projects/icons-material/src/{ => material}/sharp/qr_code_scanner.svg (100%) rename projects/icons-material/src/{ => material}/sharp/query_builder.svg (100%) rename projects/icons-material/src/{ => material}/sharp/query_stats.svg (100%) rename projects/icons-material/src/{ => material}/sharp/question_answer.svg (100%) rename projects/icons-material/src/{ => material}/sharp/question_mark.svg (100%) rename projects/icons-material/src/{ => material}/sharp/queue.svg (100%) rename projects/icons-material/src/{ => material}/sharp/queue_music.svg (100%) rename projects/icons-material/src/{ => material}/sharp/queue_play_next.svg (100%) rename projects/icons-material/src/{ => material}/sharp/quickreply.svg (100%) rename projects/icons-material/src/{ => material}/sharp/quiz.svg (100%) rename projects/icons-material/src/{ => material}/sharp/r_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/sharp/radar.svg (100%) rename projects/icons-material/src/{ => material}/sharp/radio.svg (100%) rename projects/icons-material/src/{ => material}/sharp/radio_button_checked.svg (100%) rename projects/icons-material/src/{ => material}/sharp/radio_button_unchecked.svg (100%) rename projects/icons-material/src/{ => material}/sharp/railway_alert.svg (100%) rename projects/icons-material/src/{ => material}/sharp/ramen_dining.svg (100%) rename projects/icons-material/src/{ => material}/sharp/ramp_left.svg (100%) rename projects/icons-material/src/{ => material}/sharp/ramp_right.svg (100%) rename projects/icons-material/src/{ => material}/sharp/rate_review.svg (100%) rename projects/icons-material/src/{ => material}/sharp/raw_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/raw_on.svg (100%) rename projects/icons-material/src/{ => material}/sharp/read_more.svg (100%) rename projects/icons-material/src/{ => material}/sharp/real_estate_agent.svg (100%) rename projects/icons-material/src/{ => material}/sharp/receipt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/receipt_long.svg (100%) rename projects/icons-material/src/{ => material}/sharp/recent_actors.svg (100%) rename projects/icons-material/src/{ => material}/sharp/recommend.svg (100%) rename projects/icons-material/src/{ => material}/sharp/record_voice_over.svg (100%) rename projects/icons-material/src/{ => material}/sharp/rectangle.svg (100%) rename projects/icons-material/src/{ => material}/sharp/recycling.svg (100%) rename projects/icons-material/src/{ => material}/sharp/redeem.svg (100%) rename projects/icons-material/src/{ => material}/sharp/redo.svg (100%) rename projects/icons-material/src/{ => material}/sharp/reduce_capacity.svg (100%) rename projects/icons-material/src/{ => material}/sharp/refresh.svg (100%) rename projects/icons-material/src/{ => material}/sharp/remember_me.svg (100%) rename projects/icons-material/src/{ => material}/sharp/remove.svg (100%) rename projects/icons-material/src/{ => material}/sharp/remove_circle.svg (100%) rename projects/icons-material/src/{ => material}/sharp/remove_circle_outline.svg (100%) rename projects/icons-material/src/{ => material}/sharp/remove_done.svg (100%) rename projects/icons-material/src/{ => material}/sharp/remove_from_queue.svg (100%) rename projects/icons-material/src/{ => material}/sharp/remove_moderator.svg (100%) rename projects/icons-material/src/{ => material}/sharp/remove_red_eye.svg (100%) rename projects/icons-material/src/{ => material}/sharp/remove_road.svg (100%) rename projects/icons-material/src/{ => material}/sharp/remove_shopping_cart.svg (100%) rename projects/icons-material/src/{ => material}/sharp/reorder.svg (100%) rename projects/icons-material/src/{ => material}/sharp/repartition.svg (100%) rename projects/icons-material/src/{ => material}/sharp/repeat.svg (100%) rename projects/icons-material/src/{ => material}/sharp/repeat_on.svg (100%) rename projects/icons-material/src/{ => material}/sharp/repeat_one.svg (100%) rename projects/icons-material/src/{ => material}/sharp/repeat_one_on.svg (100%) rename projects/icons-material/src/{ => material}/sharp/replay.svg (100%) rename projects/icons-material/src/{ => material}/sharp/replay_10.svg (100%) rename projects/icons-material/src/{ => material}/sharp/replay_30.svg (100%) rename projects/icons-material/src/{ => material}/sharp/replay_5.svg (100%) rename projects/icons-material/src/{ => material}/sharp/replay_circle_filled.svg (100%) rename projects/icons-material/src/{ => material}/sharp/reply.svg (100%) rename projects/icons-material/src/{ => material}/sharp/reply_all.svg (100%) rename projects/icons-material/src/{ => material}/sharp/report.svg (100%) rename projects/icons-material/src/{ => material}/sharp/report_gmailerrorred.svg (100%) rename projects/icons-material/src/{ => material}/sharp/report_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/report_problem.svg (100%) rename projects/icons-material/src/{ => material}/sharp/request_page.svg (100%) rename projects/icons-material/src/{ => material}/sharp/request_quote.svg (100%) rename projects/icons-material/src/{ => material}/sharp/reset_tv.svg (100%) rename projects/icons-material/src/{ => material}/sharp/restart_alt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/restaurant.svg (100%) rename projects/icons-material/src/{ => material}/sharp/restaurant_menu.svg (100%) rename projects/icons-material/src/{ => material}/sharp/restore.svg (100%) rename projects/icons-material/src/{ => material}/sharp/restore_from_trash.svg (100%) rename projects/icons-material/src/{ => material}/sharp/restore_page.svg (100%) rename projects/icons-material/src/{ => material}/sharp/reviews.svg (100%) rename projects/icons-material/src/{ => material}/sharp/rice_bowl.svg (100%) rename projects/icons-material/src/{ => material}/sharp/ring_volume.svg (100%) rename projects/icons-material/src/{ => material}/sharp/rocket.svg (100%) rename projects/icons-material/src/{ => material}/sharp/rocket_launch.svg (100%) rename projects/icons-material/src/{ => material}/sharp/roller_shades.svg (100%) rename projects/icons-material/src/{ => material}/sharp/roller_shades_closed.svg (100%) rename projects/icons-material/src/{ => material}/sharp/roller_skating.svg (100%) rename projects/icons-material/src/{ => material}/sharp/roofing.svg (100%) rename projects/icons-material/src/{ => material}/sharp/room.svg (100%) rename projects/icons-material/src/{ => material}/sharp/room_preferences.svg (100%) rename projects/icons-material/src/{ => material}/sharp/room_service.svg (100%) rename projects/icons-material/src/{ => material}/sharp/rotate_90_degrees_ccw.svg (100%) rename projects/icons-material/src/{ => material}/sharp/rotate_90_degrees_cw.svg (100%) rename projects/icons-material/src/{ => material}/sharp/rotate_left.svg (100%) rename projects/icons-material/src/{ => material}/sharp/rotate_right.svg (100%) rename projects/icons-material/src/{ => material}/sharp/roundabout_left.svg (100%) rename projects/icons-material/src/{ => material}/sharp/roundabout_right.svg (100%) rename projects/icons-material/src/{ => material}/sharp/rounded_corner.svg (100%) rename projects/icons-material/src/{ => material}/sharp/route.svg (100%) rename projects/icons-material/src/{ => material}/sharp/router.svg (100%) rename projects/icons-material/src/{ => material}/sharp/rowing.svg (100%) rename projects/icons-material/src/{ => material}/sharp/rss_feed.svg (100%) rename projects/icons-material/src/{ => material}/sharp/rsvp.svg (100%) rename projects/icons-material/src/{ => material}/sharp/rtt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/rule.svg (100%) rename projects/icons-material/src/{ => material}/sharp/rule_folder.svg (100%) rename projects/icons-material/src/{ => material}/sharp/run_circle.svg (100%) rename projects/icons-material/src/{ => material}/sharp/running_with_errors.svg (100%) rename projects/icons-material/src/{ => material}/sharp/rv_hookup.svg (100%) rename projects/icons-material/src/{ => material}/sharp/safety_check.svg (100%) rename projects/icons-material/src/{ => material}/sharp/safety_divider.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sailing.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sanitizer.svg (100%) rename projects/icons-material/src/{ => material}/sharp/satellite.svg (100%) rename projects/icons-material/src/{ => material}/sharp/satellite_alt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/save.svg (100%) rename projects/icons-material/src/{ => material}/sharp/save_alt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/save_as.svg (100%) rename projects/icons-material/src/{ => material}/sharp/saved_search.svg (100%) rename projects/icons-material/src/{ => material}/sharp/savings.svg (100%) rename projects/icons-material/src/{ => material}/sharp/scale.svg (100%) rename projects/icons-material/src/{ => material}/sharp/scanner.svg (100%) rename projects/icons-material/src/{ => material}/sharp/scatter_plot.svg (100%) rename projects/icons-material/src/{ => material}/sharp/schedule.svg (100%) rename projects/icons-material/src/{ => material}/sharp/schedule_send.svg (100%) rename projects/icons-material/src/{ => material}/sharp/schema.svg (100%) rename projects/icons-material/src/{ => material}/sharp/school.svg (100%) rename projects/icons-material/src/{ => material}/sharp/science.svg (100%) rename projects/icons-material/src/{ => material}/sharp/score.svg (100%) rename projects/icons-material/src/{ => material}/sharp/scoreboard.svg (100%) rename projects/icons-material/src/{ => material}/sharp/screen_lock_landscape.svg (100%) rename projects/icons-material/src/{ => material}/sharp/screen_lock_portrait.svg (100%) rename projects/icons-material/src/{ => material}/sharp/screen_lock_rotation.svg (100%) rename projects/icons-material/src/{ => material}/sharp/screen_rotation.svg (100%) rename projects/icons-material/src/{ => material}/sharp/screen_rotation_alt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/screen_search_desktop.svg (100%) rename projects/icons-material/src/{ => material}/sharp/screen_share.svg (100%) rename projects/icons-material/src/{ => material}/sharp/screenshot.svg (100%) rename projects/icons-material/src/{ => material}/sharp/screenshot_monitor.svg (100%) rename projects/icons-material/src/{ => material}/sharp/scuba_diving.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sd.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sd_card.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sd_card_alert.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sd_storage.svg (100%) rename projects/icons-material/src/{ => material}/sharp/search.svg (100%) rename projects/icons-material/src/{ => material}/sharp/search_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/security.svg (100%) rename projects/icons-material/src/{ => material}/sharp/security_update.svg (100%) rename projects/icons-material/src/{ => material}/sharp/security_update_good.svg (100%) rename projects/icons-material/src/{ => material}/sharp/security_update_warning.svg (100%) rename projects/icons-material/src/{ => material}/sharp/segment.svg (100%) rename projects/icons-material/src/{ => material}/sharp/select_all.svg (100%) rename projects/icons-material/src/{ => material}/sharp/self_improvement.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sell.svg (100%) rename projects/icons-material/src/{ => material}/sharp/send.svg (100%) rename projects/icons-material/src/{ => material}/sharp/send_and_archive.svg (100%) rename projects/icons-material/src/{ => material}/sharp/send_time_extension.svg (100%) rename projects/icons-material/src/{ => material}/sharp/send_to_mobile.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sensor_door.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sensor_occupied.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sensor_window.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sensors.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sensors_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sentiment_dissatisfied.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sentiment_neutral.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sentiment_satisfied.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sentiment_satisfied_alt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sentiment_very_dissatisfied.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sentiment_very_satisfied.svg (100%) rename projects/icons-material/src/{ => material}/sharp/set_meal.svg (100%) rename projects/icons-material/src/{ => material}/sharp/settings.svg (100%) rename projects/icons-material/src/{ => material}/sharp/settings_accessibility.svg (100%) rename projects/icons-material/src/{ => material}/sharp/settings_applications.svg (100%) rename projects/icons-material/src/{ => material}/sharp/settings_backup_restore.svg (100%) rename projects/icons-material/src/{ => material}/sharp/settings_bluetooth.svg (100%) rename projects/icons-material/src/{ => material}/sharp/settings_brightness.svg (100%) rename projects/icons-material/src/{ => material}/sharp/settings_cell.svg (100%) rename projects/icons-material/src/{ => material}/sharp/settings_ethernet.svg (100%) rename projects/icons-material/src/{ => material}/sharp/settings_input_antenna.svg (100%) rename projects/icons-material/src/{ => material}/sharp/settings_input_component.svg (100%) rename projects/icons-material/src/{ => material}/sharp/settings_input_composite.svg (100%) rename projects/icons-material/src/{ => material}/sharp/settings_input_hdmi.svg (100%) rename projects/icons-material/src/{ => material}/sharp/settings_input_svideo.svg (100%) rename projects/icons-material/src/{ => material}/sharp/settings_overscan.svg (100%) rename projects/icons-material/src/{ => material}/sharp/settings_phone.svg (100%) rename projects/icons-material/src/{ => material}/sharp/settings_power.svg (100%) rename projects/icons-material/src/{ => material}/sharp/settings_remote.svg (100%) rename projects/icons-material/src/{ => material}/sharp/settings_suggest.svg (100%) rename projects/icons-material/src/{ => material}/sharp/settings_system_daydream.svg (100%) rename projects/icons-material/src/{ => material}/sharp/settings_voice.svg (100%) rename projects/icons-material/src/{ => material}/sharp/severe_cold.svg (100%) rename projects/icons-material/src/{ => material}/sharp/shape_line.svg (100%) rename projects/icons-material/src/{ => material}/sharp/share.svg (100%) rename projects/icons-material/src/{ => material}/sharp/share_location.svg (100%) rename projects/icons-material/src/{ => material}/sharp/shield.svg (100%) rename projects/icons-material/src/{ => material}/sharp/shield_moon.svg (100%) rename projects/icons-material/src/{ => material}/sharp/shop.svg (100%) rename projects/icons-material/src/{ => material}/sharp/shop_2.svg (100%) rename projects/icons-material/src/{ => material}/sharp/shop_two.svg (100%) rename projects/icons-material/src/{ => material}/sharp/shopping_bag.svg (100%) rename projects/icons-material/src/{ => material}/sharp/shopping_basket.svg (100%) rename projects/icons-material/src/{ => material}/sharp/shopping_cart.svg (100%) rename projects/icons-material/src/{ => material}/sharp/shopping_cart_checkout.svg (100%) rename projects/icons-material/src/{ => material}/sharp/short_text.svg (100%) rename projects/icons-material/src/{ => material}/sharp/shortcut.svg (100%) rename projects/icons-material/src/{ => material}/sharp/show_chart.svg (100%) rename projects/icons-material/src/{ => material}/sharp/shower.svg (100%) rename projects/icons-material/src/{ => material}/sharp/shuffle.svg (100%) rename projects/icons-material/src/{ => material}/sharp/shuffle_on.svg (100%) rename projects/icons-material/src/{ => material}/sharp/shutter_speed.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sick.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sign_language.svg (100%) rename projects/icons-material/src/{ => material}/sharp/signal_cellular_0_bar.svg (100%) rename projects/icons-material/src/{ => material}/sharp/signal_cellular_4_bar.svg (100%) rename projects/icons-material/src/{ => material}/sharp/signal_cellular_alt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/signal_cellular_alt_1_bar.svg (100%) rename projects/icons-material/src/{ => material}/sharp/signal_cellular_alt_2_bar.svg (100%) rename projects/icons-material/src/{ => material}/sharp/signal_cellular_connected_no_internet_0_bar.svg (100%) rename projects/icons-material/src/{ => material}/sharp/signal_cellular_connected_no_internet_4_bar.svg (100%) rename projects/icons-material/src/{ => material}/sharp/signal_cellular_no_sim.svg (100%) rename projects/icons-material/src/{ => material}/sharp/signal_cellular_nodata.svg (100%) rename projects/icons-material/src/{ => material}/sharp/signal_cellular_null.svg (100%) rename projects/icons-material/src/{ => material}/sharp/signal_cellular_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/signal_wifi_0_bar.svg (100%) rename projects/icons-material/src/{ => material}/sharp/signal_wifi_4_bar.svg (100%) rename projects/icons-material/src/{ => material}/sharp/signal_wifi_4_bar_lock.svg (100%) rename projects/icons-material/src/{ => material}/sharp/signal_wifi_bad.svg (100%) rename projects/icons-material/src/{ => material}/sharp/signal_wifi_connected_no_internet_4.svg (100%) rename projects/icons-material/src/{ => material}/sharp/signal_wifi_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/signal_wifi_statusbar_4_bar.svg (100%) rename projects/icons-material/src/{ => material}/sharp/signal_wifi_statusbar_connected_no_internet_4.svg (100%) rename projects/icons-material/src/{ => material}/sharp/signal_wifi_statusbar_null.svg (100%) rename projects/icons-material/src/{ => material}/sharp/signpost.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sim_card.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sim_card_alert.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sim_card_download.svg (100%) rename projects/icons-material/src/{ => material}/sharp/single_bed.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sip.svg (100%) rename projects/icons-material/src/{ => material}/sharp/skateboarding.svg (100%) rename projects/icons-material/src/{ => material}/sharp/skip_next.svg (100%) rename projects/icons-material/src/{ => material}/sharp/skip_previous.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sledding.svg (100%) rename projects/icons-material/src/{ => material}/sharp/slideshow.svg (100%) rename projects/icons-material/src/{ => material}/sharp/slow_motion_video.svg (100%) rename projects/icons-material/src/{ => material}/sharp/smart_button.svg (100%) rename projects/icons-material/src/{ => material}/sharp/smart_display.svg (100%) rename projects/icons-material/src/{ => material}/sharp/smart_screen.svg (100%) rename projects/icons-material/src/{ => material}/sharp/smart_toy.svg (100%) rename projects/icons-material/src/{ => material}/sharp/smartphone.svg (100%) rename projects/icons-material/src/{ => material}/sharp/smoke_free.svg (100%) rename projects/icons-material/src/{ => material}/sharp/smoking_rooms.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sms.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sms_failed.svg (100%) rename projects/icons-material/src/{ => material}/sharp/snippet_folder.svg (100%) rename projects/icons-material/src/{ => material}/sharp/snooze.svg (100%) rename projects/icons-material/src/{ => material}/sharp/snowboarding.svg (100%) rename projects/icons-material/src/{ => material}/sharp/snowmobile.svg (100%) rename projects/icons-material/src/{ => material}/sharp/snowshoeing.svg (100%) rename projects/icons-material/src/{ => material}/sharp/soap.svg (100%) rename projects/icons-material/src/{ => material}/sharp/social_distance.svg (100%) rename projects/icons-material/src/{ => material}/sharp/solar_power.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sort.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sort_by_alpha.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sos.svg (100%) rename projects/icons-material/src/{ => material}/sharp/soup_kitchen.svg (100%) rename projects/icons-material/src/{ => material}/sharp/source.svg (100%) rename projects/icons-material/src/{ => material}/sharp/south.svg (100%) rename projects/icons-material/src/{ => material}/sharp/south_america.svg (100%) rename projects/icons-material/src/{ => material}/sharp/south_east.svg (100%) rename projects/icons-material/src/{ => material}/sharp/south_west.svg (100%) rename projects/icons-material/src/{ => material}/sharp/spa.svg (100%) rename projects/icons-material/src/{ => material}/sharp/space_bar.svg (100%) rename projects/icons-material/src/{ => material}/sharp/space_dashboard.svg (100%) rename projects/icons-material/src/{ => material}/sharp/spatial_audio.svg (100%) rename projects/icons-material/src/{ => material}/sharp/spatial_audio_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/spatial_tracking.svg (100%) rename projects/icons-material/src/{ => material}/sharp/speaker.svg (100%) rename projects/icons-material/src/{ => material}/sharp/speaker_group.svg (100%) rename projects/icons-material/src/{ => material}/sharp/speaker_notes.svg (100%) rename projects/icons-material/src/{ => material}/sharp/speaker_notes_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/speaker_phone.svg (100%) rename projects/icons-material/src/{ => material}/sharp/speed.svg (100%) rename projects/icons-material/src/{ => material}/sharp/spellcheck.svg (100%) rename projects/icons-material/src/{ => material}/sharp/splitscreen.svg (100%) rename projects/icons-material/src/{ => material}/sharp/spoke.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sports.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sports_bar.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sports_baseball.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sports_basketball.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sports_cricket.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sports_esports.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sports_football.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sports_golf.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sports_gymnastics.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sports_handball.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sports_hockey.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sports_kabaddi.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sports_martial_arts.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sports_mma.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sports_motorsports.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sports_rugby.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sports_score.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sports_soccer.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sports_tennis.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sports_volleyball.svg (100%) rename projects/icons-material/src/{ => material}/sharp/square.svg (100%) rename projects/icons-material/src/{ => material}/sharp/square_foot.svg (100%) rename projects/icons-material/src/{ => material}/sharp/ssid_chart.svg (100%) rename projects/icons-material/src/{ => material}/sharp/stacked_bar_chart.svg (100%) rename projects/icons-material/src/{ => material}/sharp/stacked_line_chart.svg (100%) rename projects/icons-material/src/{ => material}/sharp/stadium.svg (100%) rename projects/icons-material/src/{ => material}/sharp/stairs.svg (100%) rename projects/icons-material/src/{ => material}/sharp/star.svg (100%) rename projects/icons-material/src/{ => material}/sharp/star_border.svg (100%) rename projects/icons-material/src/{ => material}/sharp/star_border_purple500.svg (100%) rename projects/icons-material/src/{ => material}/sharp/star_half.svg (100%) rename projects/icons-material/src/{ => material}/sharp/star_outline.svg (100%) rename projects/icons-material/src/{ => material}/sharp/star_purple500.svg (100%) rename projects/icons-material/src/{ => material}/sharp/star_rate.svg (100%) rename projects/icons-material/src/{ => material}/sharp/stars.svg (100%) rename projects/icons-material/src/{ => material}/sharp/start.svg (100%) rename projects/icons-material/src/{ => material}/sharp/stay_current_landscape.svg (100%) rename projects/icons-material/src/{ => material}/sharp/stay_current_portrait.svg (100%) rename projects/icons-material/src/{ => material}/sharp/stay_primary_landscape.svg (100%) rename projects/icons-material/src/{ => material}/sharp/stay_primary_portrait.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sticky_note_2.svg (100%) rename projects/icons-material/src/{ => material}/sharp/stop.svg (100%) rename projects/icons-material/src/{ => material}/sharp/stop_circle.svg (100%) rename projects/icons-material/src/{ => material}/sharp/stop_screen_share.svg (100%) rename projects/icons-material/src/{ => material}/sharp/storage.svg (100%) rename projects/icons-material/src/{ => material}/sharp/store.svg (100%) rename projects/icons-material/src/{ => material}/sharp/store_mall_directory.svg (100%) rename projects/icons-material/src/{ => material}/sharp/storefront.svg (100%) rename projects/icons-material/src/{ => material}/sharp/storm.svg (100%) rename projects/icons-material/src/{ => material}/sharp/straight.svg (100%) rename projects/icons-material/src/{ => material}/sharp/straighten.svg (100%) rename projects/icons-material/src/{ => material}/sharp/stream.svg (100%) rename projects/icons-material/src/{ => material}/sharp/streetview.svg (100%) rename projects/icons-material/src/{ => material}/sharp/strikethrough_s.svg (100%) rename projects/icons-material/src/{ => material}/sharp/stroller.svg (100%) rename projects/icons-material/src/{ => material}/sharp/style.svg (100%) rename projects/icons-material/src/{ => material}/sharp/subdirectory_arrow_left.svg (100%) rename projects/icons-material/src/{ => material}/sharp/subdirectory_arrow_right.svg (100%) rename projects/icons-material/src/{ => material}/sharp/subject.svg (100%) rename projects/icons-material/src/{ => material}/sharp/subscript.svg (100%) rename projects/icons-material/src/{ => material}/sharp/subscriptions.svg (100%) rename projects/icons-material/src/{ => material}/sharp/subtitles.svg (100%) rename projects/icons-material/src/{ => material}/sharp/subtitles_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/subway.svg (100%) rename projects/icons-material/src/{ => material}/sharp/summarize.svg (100%) rename projects/icons-material/src/{ => material}/sharp/superscript.svg (100%) rename projects/icons-material/src/{ => material}/sharp/supervised_user_circle.svg (100%) rename projects/icons-material/src/{ => material}/sharp/supervisor_account.svg (100%) rename projects/icons-material/src/{ => material}/sharp/support.svg (100%) rename projects/icons-material/src/{ => material}/sharp/support_agent.svg (100%) rename projects/icons-material/src/{ => material}/sharp/surfing.svg (100%) rename projects/icons-material/src/{ => material}/sharp/surround_sound.svg (100%) rename projects/icons-material/src/{ => material}/sharp/swap_calls.svg (100%) rename projects/icons-material/src/{ => material}/sharp/swap_horiz.svg (100%) rename projects/icons-material/src/{ => material}/sharp/swap_horizontal_circle.svg (100%) rename projects/icons-material/src/{ => material}/sharp/swap_vert.svg (100%) rename projects/icons-material/src/{ => material}/sharp/swap_vertical_circle.svg (100%) rename projects/icons-material/src/{ => material}/sharp/swipe.svg (100%) rename projects/icons-material/src/{ => material}/sharp/swipe_down.svg (100%) rename projects/icons-material/src/{ => material}/sharp/swipe_down_alt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/swipe_left.svg (100%) rename projects/icons-material/src/{ => material}/sharp/swipe_left_alt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/swipe_right.svg (100%) rename projects/icons-material/src/{ => material}/sharp/swipe_right_alt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/swipe_up.svg (100%) rename projects/icons-material/src/{ => material}/sharp/swipe_up_alt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/swipe_vertical.svg (100%) rename projects/icons-material/src/{ => material}/sharp/switch_access_shortcut.svg (100%) rename projects/icons-material/src/{ => material}/sharp/switch_access_shortcut_add.svg (100%) rename projects/icons-material/src/{ => material}/sharp/switch_account.svg (100%) rename projects/icons-material/src/{ => material}/sharp/switch_camera.svg (100%) rename projects/icons-material/src/{ => material}/sharp/switch_left.svg (100%) rename projects/icons-material/src/{ => material}/sharp/switch_right.svg (100%) rename projects/icons-material/src/{ => material}/sharp/switch_video.svg (100%) rename projects/icons-material/src/{ => material}/sharp/synagogue.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sync.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sync_alt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sync_disabled.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sync_lock.svg (100%) rename projects/icons-material/src/{ => material}/sharp/sync_problem.svg (100%) rename projects/icons-material/src/{ => material}/sharp/system_security_update.svg (100%) rename projects/icons-material/src/{ => material}/sharp/system_security_update_good.svg (100%) rename projects/icons-material/src/{ => material}/sharp/system_security_update_warning.svg (100%) rename projects/icons-material/src/{ => material}/sharp/system_update.svg (100%) rename projects/icons-material/src/{ => material}/sharp/system_update_alt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/tab.svg (100%) rename projects/icons-material/src/{ => material}/sharp/tab_unselected.svg (100%) rename projects/icons-material/src/{ => material}/sharp/table_bar.svg (100%) rename projects/icons-material/src/{ => material}/sharp/table_chart.svg (100%) rename projects/icons-material/src/{ => material}/sharp/table_restaurant.svg (100%) rename projects/icons-material/src/{ => material}/sharp/table_rows.svg (100%) rename projects/icons-material/src/{ => material}/sharp/table_view.svg (100%) rename projects/icons-material/src/{ => material}/sharp/tablet.svg (100%) rename projects/icons-material/src/{ => material}/sharp/tablet_android.svg (100%) rename projects/icons-material/src/{ => material}/sharp/tablet_mac.svg (100%) rename projects/icons-material/src/{ => material}/sharp/tag.svg (100%) rename projects/icons-material/src/{ => material}/sharp/tag_faces.svg (100%) rename projects/icons-material/src/{ => material}/sharp/takeout_dining.svg (100%) rename projects/icons-material/src/{ => material}/sharp/tap_and_play.svg (100%) rename projects/icons-material/src/{ => material}/sharp/tapas.svg (100%) rename projects/icons-material/src/{ => material}/sharp/task.svg (100%) rename projects/icons-material/src/{ => material}/sharp/task_alt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/taxi_alert.svg (100%) rename projects/icons-material/src/{ => material}/sharp/temple_buddhist.svg (100%) rename projects/icons-material/src/{ => material}/sharp/temple_hindu.svg (100%) rename projects/icons-material/src/{ => material}/sharp/terminal.svg (100%) rename projects/icons-material/src/{ => material}/sharp/terrain.svg (100%) rename projects/icons-material/src/{ => material}/sharp/text_decrease.svg (100%) rename projects/icons-material/src/{ => material}/sharp/text_fields.svg (100%) rename projects/icons-material/src/{ => material}/sharp/text_format.svg (100%) rename projects/icons-material/src/{ => material}/sharp/text_increase.svg (100%) rename projects/icons-material/src/{ => material}/sharp/text_rotate_up.svg (100%) rename projects/icons-material/src/{ => material}/sharp/text_rotate_vertical.svg (100%) rename projects/icons-material/src/{ => material}/sharp/text_rotation_angledown.svg (100%) rename projects/icons-material/src/{ => material}/sharp/text_rotation_angleup.svg (100%) rename projects/icons-material/src/{ => material}/sharp/text_rotation_down.svg (100%) rename projects/icons-material/src/{ => material}/sharp/text_rotation_none.svg (100%) rename projects/icons-material/src/{ => material}/sharp/text_snippet.svg (100%) rename projects/icons-material/src/{ => material}/sharp/textsms.svg (100%) rename projects/icons-material/src/{ => material}/sharp/texture.svg (100%) rename projects/icons-material/src/{ => material}/sharp/theater_comedy.svg (100%) rename projects/icons-material/src/{ => material}/sharp/theaters.svg (100%) rename projects/icons-material/src/{ => material}/sharp/thermostat.svg (100%) rename projects/icons-material/src/{ => material}/sharp/thermostat_auto.svg (100%) rename projects/icons-material/src/{ => material}/sharp/thumb_down.svg (100%) rename projects/icons-material/src/{ => material}/sharp/thumb_down_alt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/thumb_down_off_alt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/thumb_up.svg (100%) rename projects/icons-material/src/{ => material}/sharp/thumb_up_alt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/thumb_up_off_alt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/thumbs_up_down.svg (100%) rename projects/icons-material/src/{ => material}/sharp/thunderstorm.svg (100%) rename projects/icons-material/src/{ => material}/sharp/time_to_leave.svg (100%) rename projects/icons-material/src/{ => material}/sharp/timelapse.svg (100%) rename projects/icons-material/src/{ => material}/sharp/timeline.svg (100%) rename projects/icons-material/src/{ => material}/sharp/timer.svg (100%) rename projects/icons-material/src/{ => material}/sharp/timer_10.svg (100%) rename projects/icons-material/src/{ => material}/sharp/timer_10_select.svg (100%) rename projects/icons-material/src/{ => material}/sharp/timer_3.svg (100%) rename projects/icons-material/src/{ => material}/sharp/timer_3_select.svg (100%) rename projects/icons-material/src/{ => material}/sharp/timer_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/tips_and_updates.svg (100%) rename projects/icons-material/src/{ => material}/sharp/tire_repair.svg (100%) rename projects/icons-material/src/{ => material}/sharp/title.svg (100%) rename projects/icons-material/src/{ => material}/sharp/toc.svg (100%) rename projects/icons-material/src/{ => material}/sharp/today.svg (100%) rename projects/icons-material/src/{ => material}/sharp/toggle_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/toggle_on.svg (100%) rename projects/icons-material/src/{ => material}/sharp/token.svg (100%) rename projects/icons-material/src/{ => material}/sharp/toll.svg (100%) rename projects/icons-material/src/{ => material}/sharp/tonality.svg (100%) rename projects/icons-material/src/{ => material}/sharp/topic.svg (100%) rename projects/icons-material/src/{ => material}/sharp/tornado.svg (100%) rename projects/icons-material/src/{ => material}/sharp/touch_app.svg (100%) rename projects/icons-material/src/{ => material}/sharp/tour.svg (100%) rename projects/icons-material/src/{ => material}/sharp/toys.svg (100%) rename projects/icons-material/src/{ => material}/sharp/track_changes.svg (100%) rename projects/icons-material/src/{ => material}/sharp/traffic.svg (100%) rename projects/icons-material/src/{ => material}/sharp/train.svg (100%) rename projects/icons-material/src/{ => material}/sharp/tram.svg (100%) rename projects/icons-material/src/{ => material}/sharp/transcribe.svg (100%) rename projects/icons-material/src/{ => material}/sharp/transfer_within_a_station.svg (100%) rename projects/icons-material/src/{ => material}/sharp/transform.svg (100%) rename projects/icons-material/src/{ => material}/sharp/transgender.svg (100%) rename projects/icons-material/src/{ => material}/sharp/transit_enterexit.svg (100%) rename projects/icons-material/src/{ => material}/sharp/translate.svg (100%) rename projects/icons-material/src/{ => material}/sharp/travel_explore.svg (100%) rename projects/icons-material/src/{ => material}/sharp/trending_down.svg (100%) rename projects/icons-material/src/{ => material}/sharp/trending_flat.svg (100%) rename projects/icons-material/src/{ => material}/sharp/trending_up.svg (100%) rename projects/icons-material/src/{ => material}/sharp/trip_origin.svg (100%) rename projects/icons-material/src/{ => material}/sharp/troubleshoot.svg (100%) rename projects/icons-material/src/{ => material}/sharp/try.svg (100%) rename projects/icons-material/src/{ => material}/sharp/tsunami.svg (100%) rename projects/icons-material/src/{ => material}/sharp/tty.svg (100%) rename projects/icons-material/src/{ => material}/sharp/tune.svg (100%) rename projects/icons-material/src/{ => material}/sharp/tungsten.svg (100%) rename projects/icons-material/src/{ => material}/sharp/turn_left.svg (100%) rename projects/icons-material/src/{ => material}/sharp/turn_right.svg (100%) rename projects/icons-material/src/{ => material}/sharp/turn_sharp_left.svg (100%) rename projects/icons-material/src/{ => material}/sharp/turn_sharp_right.svg (100%) rename projects/icons-material/src/{ => material}/sharp/turn_slight_left.svg (100%) rename projects/icons-material/src/{ => material}/sharp/turn_slight_right.svg (100%) rename projects/icons-material/src/{ => material}/sharp/turned_in.svg (100%) rename projects/icons-material/src/{ => material}/sharp/turned_in_not.svg (100%) rename projects/icons-material/src/{ => material}/sharp/tv.svg (100%) rename projects/icons-material/src/{ => material}/sharp/tv_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/two_wheeler.svg (100%) rename projects/icons-material/src/{ => material}/sharp/type_specimen.svg (100%) rename projects/icons-material/src/{ => material}/sharp/u_turn_left.svg (100%) rename projects/icons-material/src/{ => material}/sharp/u_turn_right.svg (100%) rename projects/icons-material/src/{ => material}/sharp/umbrella.svg (100%) rename projects/icons-material/src/{ => material}/sharp/unarchive.svg (100%) rename projects/icons-material/src/{ => material}/sharp/undo.svg (100%) rename projects/icons-material/src/{ => material}/sharp/unfold_less.svg (100%) rename projects/icons-material/src/{ => material}/sharp/unfold_less_double.svg (100%) rename projects/icons-material/src/{ => material}/sharp/unfold_more.svg (100%) rename projects/icons-material/src/{ => material}/sharp/unfold_more_double.svg (100%) rename projects/icons-material/src/{ => material}/sharp/unpublished.svg (100%) rename projects/icons-material/src/{ => material}/sharp/unsubscribe.svg (100%) rename projects/icons-material/src/{ => material}/sharp/upcoming.svg (100%) rename projects/icons-material/src/{ => material}/sharp/update.svg (100%) rename projects/icons-material/src/{ => material}/sharp/update_disabled.svg (100%) rename projects/icons-material/src/{ => material}/sharp/upgrade.svg (100%) rename projects/icons-material/src/{ => material}/sharp/upload.svg (100%) rename projects/icons-material/src/{ => material}/sharp/upload_file.svg (100%) rename projects/icons-material/src/{ => material}/sharp/usb.svg (100%) rename projects/icons-material/src/{ => material}/sharp/usb_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/vaccines.svg (100%) rename projects/icons-material/src/{ => material}/sharp/vape_free.svg (100%) rename projects/icons-material/src/{ => material}/sharp/vaping_rooms.svg (100%) rename projects/icons-material/src/{ => material}/sharp/verified.svg (100%) rename projects/icons-material/src/{ => material}/sharp/verified_user.svg (100%) rename projects/icons-material/src/{ => material}/sharp/vertical_align_bottom.svg (100%) rename projects/icons-material/src/{ => material}/sharp/vertical_align_center.svg (100%) rename projects/icons-material/src/{ => material}/sharp/vertical_align_top.svg (100%) rename projects/icons-material/src/{ => material}/sharp/vertical_distribute.svg (100%) rename projects/icons-material/src/{ => material}/sharp/vertical_shades.svg (100%) rename projects/icons-material/src/{ => material}/sharp/vertical_shades_closed.svg (100%) rename projects/icons-material/src/{ => material}/sharp/vertical_split.svg (100%) rename projects/icons-material/src/{ => material}/sharp/vibration.svg (100%) rename projects/icons-material/src/{ => material}/sharp/video_call.svg (100%) rename projects/icons-material/src/{ => material}/sharp/video_camera_back.svg (100%) rename projects/icons-material/src/{ => material}/sharp/video_camera_front.svg (100%) rename projects/icons-material/src/{ => material}/sharp/video_chat.svg (100%) rename projects/icons-material/src/{ => material}/sharp/video_file.svg (100%) rename projects/icons-material/src/{ => material}/sharp/video_label.svg (100%) rename projects/icons-material/src/{ => material}/sharp/video_library.svg (100%) rename projects/icons-material/src/{ => material}/sharp/video_settings.svg (100%) rename projects/icons-material/src/{ => material}/sharp/video_stable.svg (100%) rename projects/icons-material/src/{ => material}/sharp/videocam.svg (100%) rename projects/icons-material/src/{ => material}/sharp/videocam_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/videogame_asset.svg (100%) rename projects/icons-material/src/{ => material}/sharp/videogame_asset_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/view_agenda.svg (100%) rename projects/icons-material/src/{ => material}/sharp/view_array.svg (100%) rename projects/icons-material/src/{ => material}/sharp/view_carousel.svg (100%) rename projects/icons-material/src/{ => material}/sharp/view_column.svg (100%) rename projects/icons-material/src/{ => material}/sharp/view_comfy.svg (100%) rename projects/icons-material/src/{ => material}/sharp/view_comfy_alt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/view_compact.svg (100%) rename projects/icons-material/src/{ => material}/sharp/view_compact_alt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/view_cozy.svg (100%) rename projects/icons-material/src/{ => material}/sharp/view_day.svg (100%) rename projects/icons-material/src/{ => material}/sharp/view_headline.svg (100%) rename projects/icons-material/src/{ => material}/sharp/view_in_ar.svg (100%) rename projects/icons-material/src/{ => material}/sharp/view_kanban.svg (100%) rename projects/icons-material/src/{ => material}/sharp/view_list.svg (100%) rename projects/icons-material/src/{ => material}/sharp/view_module.svg (100%) rename projects/icons-material/src/{ => material}/sharp/view_quilt.svg (100%) rename projects/icons-material/src/{ => material}/sharp/view_sidebar.svg (100%) rename projects/icons-material/src/{ => material}/sharp/view_stream.svg (100%) rename projects/icons-material/src/{ => material}/sharp/view_timeline.svg (100%) rename projects/icons-material/src/{ => material}/sharp/view_week.svg (100%) rename projects/icons-material/src/{ => material}/sharp/vignette.svg (100%) rename projects/icons-material/src/{ => material}/sharp/villa.svg (100%) rename projects/icons-material/src/{ => material}/sharp/visibility.svg (100%) rename projects/icons-material/src/{ => material}/sharp/visibility_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/voice_chat.svg (100%) rename projects/icons-material/src/{ => material}/sharp/voice_over_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/voicemail.svg (100%) rename projects/icons-material/src/{ => material}/sharp/volcano.svg (100%) rename projects/icons-material/src/{ => material}/sharp/volume_down.svg (100%) rename projects/icons-material/src/{ => material}/sharp/volume_mute.svg (100%) rename projects/icons-material/src/{ => material}/sharp/volume_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/volume_up.svg (100%) rename projects/icons-material/src/{ => material}/sharp/volunteer_activism.svg (100%) rename projects/icons-material/src/{ => material}/sharp/vpn_key.svg (100%) rename projects/icons-material/src/{ => material}/sharp/vpn_key_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/vpn_lock.svg (100%) rename projects/icons-material/src/{ => material}/sharp/vrpano.svg (100%) rename projects/icons-material/src/{ => material}/sharp/wallet.svg (100%) rename projects/icons-material/src/{ => material}/sharp/wallpaper.svg (100%) rename projects/icons-material/src/{ => material}/sharp/warehouse.svg (100%) rename projects/icons-material/src/{ => material}/sharp/warning.svg (100%) rename projects/icons-material/src/{ => material}/sharp/warning_amber.svg (100%) rename projects/icons-material/src/{ => material}/sharp/wash.svg (100%) rename projects/icons-material/src/{ => material}/sharp/watch.svg (100%) rename projects/icons-material/src/{ => material}/sharp/watch_later.svg (100%) rename projects/icons-material/src/{ => material}/sharp/watch_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/water.svg (100%) rename projects/icons-material/src/{ => material}/sharp/water_damage.svg (100%) rename projects/icons-material/src/{ => material}/sharp/water_drop.svg (100%) rename projects/icons-material/src/{ => material}/sharp/waterfall_chart.svg (100%) rename projects/icons-material/src/{ => material}/sharp/waves.svg (100%) rename projects/icons-material/src/{ => material}/sharp/waving_hand.svg (100%) rename projects/icons-material/src/{ => material}/sharp/wb_auto.svg (100%) rename projects/icons-material/src/{ => material}/sharp/wb_cloudy.svg (100%) rename projects/icons-material/src/{ => material}/sharp/wb_incandescent.svg (100%) rename projects/icons-material/src/{ => material}/sharp/wb_iridescent.svg (100%) rename projects/icons-material/src/{ => material}/sharp/wb_shade.svg (100%) rename projects/icons-material/src/{ => material}/sharp/wb_sunny.svg (100%) rename projects/icons-material/src/{ => material}/sharp/wb_twilight.svg (100%) rename projects/icons-material/src/{ => material}/sharp/wc.svg (100%) rename projects/icons-material/src/{ => material}/sharp/web.svg (100%) rename projects/icons-material/src/{ => material}/sharp/web_asset.svg (100%) rename projects/icons-material/src/{ => material}/sharp/web_asset_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/web_stories.svg (100%) rename projects/icons-material/src/{ => material}/sharp/webhook.svg (100%) rename projects/icons-material/src/{ => material}/sharp/weekend.svg (100%) rename projects/icons-material/src/{ => material}/sharp/west.svg (100%) rename projects/icons-material/src/{ => material}/sharp/whatshot.svg (100%) rename projects/icons-material/src/{ => material}/sharp/wheelchair_pickup.svg (100%) rename projects/icons-material/src/{ => material}/sharp/where_to_vote.svg (100%) rename projects/icons-material/src/{ => material}/sharp/widgets.svg (100%) rename projects/icons-material/src/{ => material}/sharp/width_full.svg (100%) rename projects/icons-material/src/{ => material}/sharp/width_normal.svg (100%) rename projects/icons-material/src/{ => material}/sharp/width_wide.svg (100%) rename projects/icons-material/src/{ => material}/sharp/wifi.svg (100%) rename projects/icons-material/src/{ => material}/sharp/wifi_1_bar.svg (100%) rename projects/icons-material/src/{ => material}/sharp/wifi_2_bar.svg (100%) rename projects/icons-material/src/{ => material}/sharp/wifi_calling.svg (100%) rename projects/icons-material/src/{ => material}/sharp/wifi_calling_3.svg (100%) rename projects/icons-material/src/{ => material}/sharp/wifi_channel.svg (100%) rename projects/icons-material/src/{ => material}/sharp/wifi_find.svg (100%) rename projects/icons-material/src/{ => material}/sharp/wifi_lock.svg (100%) rename projects/icons-material/src/{ => material}/sharp/wifi_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/wifi_password.svg (100%) rename projects/icons-material/src/{ => material}/sharp/wifi_protected_setup.svg (100%) rename projects/icons-material/src/{ => material}/sharp/wifi_tethering.svg (100%) rename projects/icons-material/src/{ => material}/sharp/wifi_tethering_error.svg (100%) rename projects/icons-material/src/{ => material}/sharp/wifi_tethering_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/wind_power.svg (100%) rename projects/icons-material/src/{ => material}/sharp/window.svg (100%) rename projects/icons-material/src/{ => material}/sharp/wine_bar.svg (100%) rename projects/icons-material/src/{ => material}/sharp/woman.svg (100%) rename projects/icons-material/src/{ => material}/sharp/woman_2.svg (100%) rename projects/icons-material/src/{ => material}/sharp/work.svg (100%) rename projects/icons-material/src/{ => material}/sharp/work_history.svg (100%) rename projects/icons-material/src/{ => material}/sharp/work_off.svg (100%) rename projects/icons-material/src/{ => material}/sharp/work_outline.svg (100%) rename projects/icons-material/src/{ => material}/sharp/workspace_premium.svg (100%) rename projects/icons-material/src/{ => material}/sharp/workspaces.svg (100%) rename projects/icons-material/src/{ => material}/sharp/wrap_text.svg (100%) rename projects/icons-material/src/{ => material}/sharp/wrong_location.svg (100%) rename projects/icons-material/src/{ => material}/sharp/wysiwyg.svg (100%) rename projects/icons-material/src/{ => material}/sharp/yard.svg (100%) rename projects/icons-material/src/{ => material}/sharp/youtube_searched_for.svg (100%) rename projects/icons-material/src/{ => material}/sharp/zoom_in.svg (100%) rename projects/icons-material/src/{ => material}/sharp/zoom_in_map.svg (100%) rename projects/icons-material/src/{ => material}/sharp/zoom_out.svg (100%) rename projects/icons-material/src/{ => material}/sharp/zoom_out_map.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/10k.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/10mp.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/11mp.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/123.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/12mp.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/13mp.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/14mp.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/15mp.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/16mp.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/17mp.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/18_up_rating.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/18mp.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/19mp.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/1k.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/1k_plus.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/1x_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/20mp.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/21mp.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/22mp.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/23mp.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/24mp.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/2k.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/2k_plus.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/2mp.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/30fps.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/30fps_select.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/360.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/3d_rotation.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/3g_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/3k.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/3k_plus.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/3mp.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/3p.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/4g_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/4g_plus_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/4k.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/4k_plus.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/4mp.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/5g.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/5k.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/5k_plus.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/5mp.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/60fps.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/60fps_select.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/6_ft_apart.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/6k.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/6k_plus.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/6mp.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/7k.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/7k_plus.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/7mp.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/8k.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/8k_plus.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/8mp.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/9k.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/9k_plus.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/9mp.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/abc.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/ac_unit.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/access_alarm.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/access_alarms.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/access_time.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/access_time_filled.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/accessibility.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/accessibility_new.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/accessible.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/accessible_forward.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/account_balance.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/account_balance_wallet.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/account_box.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/account_circle.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/account_tree.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/ad_units.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/adb.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/add.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/add_a_photo.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/add_alarm.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/add_alert.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/add_box.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/add_business.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/add_card.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/add_chart.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/add_circle.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/add_circle_outline.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/add_comment.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/add_home.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/add_home_work.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/add_ic_call.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/add_link.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/add_location.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/add_location_alt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/add_moderator.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/add_photo_alternate.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/add_reaction.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/add_road.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/add_shopping_cart.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/add_task.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/add_to_drive.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/add_to_home_screen.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/add_to_photos.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/add_to_queue.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/addchart.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/adf_scanner.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/adjust.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/admin_panel_settings.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/ads_click.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/agriculture.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/air.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/airline_seat_flat.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/airline_seat_flat_angled.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/airline_seat_individual_suite.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/airline_seat_legroom_extra.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/airline_seat_legroom_normal.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/airline_seat_legroom_reduced.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/airline_seat_recline_extra.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/airline_seat_recline_normal.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/airline_stops.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/airlines.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/airplane_ticket.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/airplanemode_active.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/airplanemode_inactive.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/airplay.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/airport_shuttle.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/alarm.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/alarm_add.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/alarm_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/alarm_on.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/album.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/align_horizontal_center.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/align_horizontal_left.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/align_horizontal_right.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/align_vertical_bottom.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/align_vertical_center.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/align_vertical_top.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/all_inbox.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/all_inclusive.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/all_out.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/alt_route.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/alternate_email.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/analytics.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/anchor.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/android.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/animation.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/announcement.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/aod.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/apartment.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/api.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/app_blocking.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/app_registration.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/app_settings_alt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/app_shortcut.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/approval.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/apps.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/apps_outage.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/architecture.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/archive.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/area_chart.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/arrow_back.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/arrow_back_ios.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/arrow_back_ios_new.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/arrow_circle_down.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/arrow_circle_left.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/arrow_circle_right.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/arrow_circle_up.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/arrow_downward.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/arrow_drop_down.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/arrow_drop_down_circle.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/arrow_drop_up.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/arrow_forward.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/arrow_forward_ios.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/arrow_left.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/arrow_outward.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/arrow_right.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/arrow_right_alt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/arrow_upward.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/art_track.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/article.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/aspect_ratio.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/assessment.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/assignment.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/assignment_ind.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/assignment_late.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/assignment_return.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/assignment_returned.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/assignment_turned_in.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/assist_walker.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/assistant.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/assistant_direction.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/assistant_photo.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/assured_workload.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/atm.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/attach_email.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/attach_file.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/attach_money.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/attachment.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/attractions.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/attribution.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/audio_file.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/audiotrack.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/auto_awesome.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/auto_awesome_mosaic.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/auto_awesome_motion.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/auto_delete.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/auto_fix_high.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/auto_fix_normal.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/auto_fix_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/auto_graph.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/auto_mode.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/auto_stories.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/autofps_select.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/autorenew.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/av_timer.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/baby_changing_station.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/back_hand.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/backpack.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/backspace.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/backup.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/backup_table.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/badge.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/bakery_dining.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/balance.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/balcony.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/ballot.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/bar_chart.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/batch_prediction.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/bathroom.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/bathtub.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/battery_0_bar.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/battery_1_bar.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/battery_2_bar.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/battery_3_bar.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/battery_4_bar.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/battery_5_bar.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/battery_6_bar.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/battery_alert.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/battery_charging_full.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/battery_full.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/battery_saver.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/battery_std.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/battery_unknown.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/beach_access.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/bed.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/bedroom_baby.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/bedroom_child.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/bedroom_parent.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/bedtime.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/bedtime_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/beenhere.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/bento.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/bike_scooter.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/biotech.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/blender.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/blind.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/blinds.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/blinds_closed.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/block.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/bloodtype.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/bluetooth.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/bluetooth_audio.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/bluetooth_connected.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/bluetooth_disabled.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/bluetooth_drive.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/bluetooth_searching.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/blur_circular.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/blur_linear.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/blur_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/blur_on.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/bolt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/book.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/book_online.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/bookmark.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/bookmark_add.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/bookmark_added.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/bookmark_border.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/bookmark_remove.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/bookmarks.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/border_all.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/border_bottom.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/border_clear.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/border_color.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/border_horizontal.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/border_inner.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/border_left.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/border_outer.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/border_right.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/border_style.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/border_top.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/border_vertical.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/boy.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/branding_watermark.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/breakfast_dining.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/brightness_1.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/brightness_2.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/brightness_3.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/brightness_4.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/brightness_5.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/brightness_6.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/brightness_7.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/brightness_auto.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/brightness_high.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/brightness_low.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/brightness_medium.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/broadcast_on_home.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/broadcast_on_personal.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/broken_image.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/browse_gallery.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/browser_not_supported.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/browser_updated.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/brunch_dining.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/brush.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/bubble_chart.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/bug_report.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/build.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/build_circle.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/bungalow.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/burst_mode.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/bus_alert.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/business.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/business_center.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/cabin.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/cable.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/cached.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/cake.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/calculate.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/calendar_month.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/calendar_today.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/calendar_view_day.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/calendar_view_month.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/calendar_view_week.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/call.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/call_end.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/call_made.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/call_merge.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/call_missed.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/call_missed_outgoing.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/call_received.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/call_split.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/call_to_action.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/camera.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/camera_alt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/camera_enhance.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/camera_front.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/camera_indoor.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/camera_outdoor.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/camera_rear.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/camera_roll.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/cameraswitch.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/campaign.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/cancel.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/cancel_presentation.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/cancel_schedule_send.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/candlestick_chart.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/car_crash.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/car_rental.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/car_repair.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/card_giftcard.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/card_membership.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/card_travel.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/carpenter.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/cases.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/casino.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/cast.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/cast_connected.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/cast_for_education.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/castle.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/catching_pokemon.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/category.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/celebration.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/cell_tower.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/cell_wifi.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/center_focus_strong.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/center_focus_weak.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/chair.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/chair_alt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/chalet.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/change_circle.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/change_history.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/charging_station.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/chat.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/chat_bubble.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/chat_bubble_outline.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/check.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/check_box.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/check_box_outline_blank.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/check_circle.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/check_circle_outline.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/checklist.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/checklist_rtl.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/checkroom.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/chevron_left.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/chevron_right.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/child_care.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/child_friendly.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/chrome_reader_mode.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/church.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/circle.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/circle_notifications.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/class.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/clean_hands.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/cleaning_services.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/clear.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/clear_all.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/close.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/close_fullscreen.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/closed_caption.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/closed_caption_disabled.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/closed_caption_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/cloud.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/cloud_circle.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/cloud_done.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/cloud_download.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/cloud_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/cloud_queue.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/cloud_sync.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/cloud_upload.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/co2.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/co_present.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/code.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/code_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/coffee.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/coffee_maker.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/collections.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/collections_bookmark.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/color_lens.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/colorize.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/comment.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/comment_bank.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/comments_disabled.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/commit.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/commute.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/compare.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/compare_arrows.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/compass_calibration.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/compost.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/compress.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/computer.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/confirmation_number.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/connect_without_contact.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/connected_tv.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/connecting_airports.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/construction.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/contact_emergency.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/contact_mail.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/contact_page.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/contact_phone.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/contact_support.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/contactless.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/contacts.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/content_copy.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/content_cut.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/content_paste.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/content_paste_go.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/content_paste_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/content_paste_search.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/contrast.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/control_camera.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/control_point.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/control_point_duplicate.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/cookie.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/copy_all.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/copyright.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/coronavirus.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/corporate_fare.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/cottage.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/countertops.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/create.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/create_new_folder.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/credit_card.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/credit_card_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/credit_score.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/crib.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/crisis_alert.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/crop.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/crop_16_9.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/crop_3_2.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/crop_5_4.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/crop_7_5.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/crop_din.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/crop_free.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/crop_landscape.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/crop_original.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/crop_portrait.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/crop_rotate.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/crop_square.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/cruelty_free.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/css.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/currency_bitcoin.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/currency_exchange.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/currency_franc.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/currency_lira.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/currency_pound.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/currency_ruble.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/currency_rupee.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/currency_yen.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/currency_yuan.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/curtains.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/curtains_closed.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/cyclone.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/dangerous.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/dark_mode.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/dashboard.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/dashboard_customize.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/data_array.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/data_exploration.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/data_object.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/data_saver_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/data_saver_on.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/data_thresholding.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/data_usage.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/dataset.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/dataset_linked.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/date_range.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/deblur.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/deck.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/dehaze.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/delete.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/delete_forever.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/delete_outline.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/delete_sweep.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/delivery_dining.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/density_large.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/density_medium.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/density_small.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/departure_board.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/description.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/deselect.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/design_services.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/desk.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/desktop_access_disabled.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/desktop_mac.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/desktop_windows.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/details.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/developer_board.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/developer_board_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/developer_mode.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/device_hub.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/device_thermostat.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/device_unknown.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/devices.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/devices_fold.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/devices_other.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/dialer_sip.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/dialpad.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/diamond.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/difference.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/dining.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/dinner_dining.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/directions.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/directions_bike.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/directions_boat.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/directions_boat_filled.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/directions_bus.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/directions_bus_filled.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/directions_car.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/directions_car_filled.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/directions_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/directions_railway.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/directions_railway_filled.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/directions_run.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/directions_subway.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/directions_subway_filled.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/directions_transit.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/directions_transit_filled.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/directions_walk.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/dirty_lens.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/disabled_by_default.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/disabled_visible.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/disc_full.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/discount.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/display_settings.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/diversity_1.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/diversity_2.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/diversity_3.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/dns.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/do_disturb.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/do_disturb_alt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/do_disturb_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/do_disturb_on.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/do_not_disturb.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/do_not_disturb_alt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/do_not_disturb_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/do_not_disturb_on.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/do_not_disturb_on_total_silence.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/do_not_step.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/do_not_touch.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/dock.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/document_scanner.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/domain.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/domain_add.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/domain_disabled.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/domain_verification.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/done.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/done_all.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/done_outline.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/donut_large.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/donut_small.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/door_back.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/door_front.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/door_sliding.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/doorbell.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/double_arrow.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/downhill_skiing.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/download.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/download_done.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/download_for_offline.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/downloading.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/drafts.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/drag_handle.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/drag_indicator.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/draw.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/drive_eta.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/drive_file_move.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/drive_file_move_rtl.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/drive_file_rename_outline.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/drive_folder_upload.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/dry.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/dry_cleaning.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/duo.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/dvr.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/dynamic_feed.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/dynamic_form.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/e_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/earbuds.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/earbuds_battery.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/east.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/edgesensor_high.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/edgesensor_low.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/edit.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/edit_attributes.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/edit_calendar.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/edit_location.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/edit_location_alt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/edit_note.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/edit_notifications.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/edit_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/edit_road.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/egg.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/egg_alt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/eject.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/elderly.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/elderly_woman.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/electric_bike.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/electric_bolt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/electric_car.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/electric_meter.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/electric_moped.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/electric_rickshaw.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/electric_scooter.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/electrical_services.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/elevator.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/email.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/emergency.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/emergency_recording.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/emergency_share.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/emoji_emotions.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/emoji_events.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/emoji_food_beverage.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/emoji_nature.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/emoji_objects.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/emoji_people.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/emoji_symbols.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/emoji_transportation.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/energy_savings_leaf.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/engineering.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/enhanced_encryption.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/equalizer.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/error.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/error_outline.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/escalator.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/escalator_warning.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/euro.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/euro_symbol.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/ev_station.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/event.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/event_available.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/event_busy.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/event_note.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/event_repeat.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/event_seat.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/exit_to_app.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/expand.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/expand_circle_down.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/expand_less.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/expand_more.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/explicit.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/explore.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/explore_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/exposure.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/exposure_neg_1.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/exposure_neg_2.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/exposure_plus_1.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/exposure_plus_2.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/exposure_zero.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/extension.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/extension_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/face.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/face_2.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/face_3.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/face_4.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/face_5.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/face_6.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/face_retouching_natural.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/face_retouching_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/fact_check.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/factory.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/family_restroom.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/fast_forward.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/fast_rewind.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/fastfood.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/favorite.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/favorite_border.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/fax.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/featured_play_list.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/featured_video.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/feed.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/feedback.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/female.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/fence.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/festival.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/fiber_dvr.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/fiber_manual_record.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/fiber_new.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/fiber_pin.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/fiber_smart_record.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/file_copy.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/file_download.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/file_download_done.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/file_download_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/file_open.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/file_present.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/file_upload.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/filter.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/filter_1.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/filter_2.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/filter_3.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/filter_4.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/filter_5.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/filter_6.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/filter_7.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/filter_8.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/filter_9.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/filter_9_plus.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/filter_alt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/filter_alt_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/filter_b_and_w.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/filter_center_focus.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/filter_drama.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/filter_frames.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/filter_hdr.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/filter_list.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/filter_list_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/filter_none.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/filter_tilt_shift.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/filter_vintage.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/find_in_page.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/find_replace.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/fingerprint.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/fire_extinguisher.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/fire_hydrant_alt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/fire_truck.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/fireplace.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/first_page.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/fit_screen.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/fitbit.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/fitness_center.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/flag.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/flag_circle.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/flaky.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/flare.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/flash_auto.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/flash_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/flash_on.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/flashlight_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/flashlight_on.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/flatware.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/flight.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/flight_class.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/flight_land.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/flight_takeoff.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/flip.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/flip_camera_android.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/flip_camera_ios.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/flip_to_back.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/flip_to_front.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/flood.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/fluorescent.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/flutter_dash.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/fmd_bad.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/fmd_good.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/folder.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/folder_copy.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/folder_delete.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/folder_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/folder_open.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/folder_shared.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/folder_special.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/folder_zip.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/follow_the_signs.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/font_download.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/font_download_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/food_bank.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/forest.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/fork_left.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/fork_right.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/format_align_center.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/format_align_justify.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/format_align_left.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/format_align_right.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/format_bold.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/format_clear.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/format_color_fill.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/format_color_reset.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/format_color_text.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/format_indent_decrease.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/format_indent_increase.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/format_italic.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/format_line_spacing.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/format_list_bulleted.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/format_list_numbered.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/format_list_numbered_rtl.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/format_overline.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/format_paint.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/format_quote.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/format_shapes.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/format_size.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/format_strikethrough.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/format_textdirection_l_to_r.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/format_textdirection_r_to_l.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/format_underlined.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/fort.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/forum.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/forward.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/forward_10.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/forward_30.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/forward_5.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/forward_to_inbox.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/foundation.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/free_breakfast.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/free_cancellation.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/front_hand.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/fullscreen.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/fullscreen_exit.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/functions.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/g_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/g_translate.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/gamepad.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/games.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/garage.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/gas_meter.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/gavel.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/generating_tokens.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/gesture.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/get_app.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/gif.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/gif_box.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/girl.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/gite.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/golf_course.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/gpp_bad.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/gpp_good.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/gpp_maybe.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/gps_fixed.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/gps_not_fixed.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/gps_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/grade.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/gradient.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/grading.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/grain.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/graphic_eq.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/grass.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/grid_3x3.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/grid_4x4.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/grid_goldenratio.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/grid_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/grid_on.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/grid_view.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/group.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/group_add.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/group_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/group_remove.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/group_work.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/groups.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/groups_2.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/groups_3.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/h_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/h_plus_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/hail.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/handshake.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/handyman.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/hardware.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/hd.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/hdr_auto.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/hdr_auto_select.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/hdr_enhanced_select.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/hdr_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/hdr_off_select.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/hdr_on.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/hdr_on_select.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/hdr_plus.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/hdr_strong.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/hdr_weak.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/headphones.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/headphones_battery.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/headset.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/headset_mic.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/headset_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/healing.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/health_and_safety.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/hearing.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/hearing_disabled.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/heart_broken.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/heat_pump.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/height.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/help.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/help_center.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/help_outline.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/hevc.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/hexagon.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/hide_image.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/hide_source.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/high_quality.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/highlight.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/highlight_alt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/highlight_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/hiking.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/history.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/history_edu.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/history_toggle_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/hive.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/hls.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/hls_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/holiday_village.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/home.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/home_max.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/home_mini.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/home_repair_service.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/home_work.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/horizontal_distribute.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/horizontal_rule.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/horizontal_split.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/hot_tub.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/hotel.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/hotel_class.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/hourglass_bottom.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/hourglass_disabled.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/hourglass_empty.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/hourglass_full.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/hourglass_top.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/house.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/house_siding.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/houseboat.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/how_to_reg.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/how_to_vote.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/html.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/http.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/https.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/hub.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/hvac.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/ice_skating.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/icecream.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/image.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/image_aspect_ratio.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/image_not_supported.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/image_search.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/imagesearch_roller.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/import_contacts.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/import_export.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/important_devices.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/inbox.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/incomplete_circle.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/indeterminate_check_box.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/info.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/input.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/insert_chart.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/insert_chart_outlined.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/insert_comment.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/insert_drive_file.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/insert_emoticon.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/insert_invitation.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/insert_link.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/insert_page_break.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/insert_photo.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/insights.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/install_desktop.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/install_mobile.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/integration_instructions.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/interests.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/interpreter_mode.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/inventory.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/inventory_2.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/invert_colors.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/invert_colors_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/ios_share.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/iron.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/iso.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/javascript.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/join_full.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/join_inner.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/join_left.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/join_right.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/kayaking.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/kebab_dining.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/key.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/key_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/keyboard.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/keyboard_alt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/keyboard_arrow_down.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/keyboard_arrow_left.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/keyboard_arrow_right.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/keyboard_arrow_up.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/keyboard_backspace.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/keyboard_capslock.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/keyboard_command_key.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/keyboard_control_key.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/keyboard_double_arrow_down.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/keyboard_double_arrow_left.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/keyboard_double_arrow_right.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/keyboard_double_arrow_up.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/keyboard_hide.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/keyboard_option_key.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/keyboard_return.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/keyboard_tab.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/keyboard_voice.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/king_bed.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/kitchen.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/kitesurfing.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/label.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/label_important.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/label_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/lan.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/landscape.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/landslide.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/language.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/laptop.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/laptop_chromebook.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/laptop_mac.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/laptop_windows.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/last_page.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/launch.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/layers.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/layers_clear.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/leaderboard.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/leak_add.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/leak_remove.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/legend_toggle.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/lens.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/lens_blur.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/library_add.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/library_add_check.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/library_books.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/library_music.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/light.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/light_mode.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/lightbulb.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/lightbulb_circle.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/line_axis.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/line_style.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/line_weight.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/linear_scale.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/link.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/link_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/linked_camera.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/liquor.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/list.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/list_alt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/live_help.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/live_tv.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/living.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/local_activity.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/local_airport.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/local_atm.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/local_bar.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/local_cafe.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/local_car_wash.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/local_convenience_store.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/local_dining.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/local_drink.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/local_fire_department.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/local_florist.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/local_gas_station.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/local_grocery_store.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/local_hospital.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/local_hotel.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/local_laundry_service.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/local_library.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/local_mall.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/local_movies.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/local_offer.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/local_parking.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/local_pharmacy.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/local_phone.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/local_pizza.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/local_play.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/local_police.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/local_post_office.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/local_printshop.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/local_see.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/local_shipping.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/local_taxi.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/location_city.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/location_disabled.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/location_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/location_on.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/location_searching.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/lock.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/lock_clock.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/lock_open.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/lock_person.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/lock_reset.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/login.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/logo_dev.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/logout.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/looks.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/looks_3.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/looks_4.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/looks_5.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/looks_6.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/looks_one.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/looks_two.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/loop.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/loupe.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/low_priority.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/loyalty.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/lte_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/lte_plus_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/luggage.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/lunch_dining.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/lyrics.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/macro_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/mail.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/mail_lock.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/mail_outline.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/male.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/man.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/man_2.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/man_3.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/man_4.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/manage_accounts.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/manage_history.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/manage_search.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/map.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/maps_home_work.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/maps_ugc.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/margin.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/mark_as_unread.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/mark_chat_read.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/mark_chat_unread.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/mark_email_read.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/mark_email_unread.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/mark_unread_chat_alt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/markunread.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/markunread_mailbox.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/masks.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/maximize.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/media_bluetooth_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/media_bluetooth_on.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/mediation.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/medical_information.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/medical_services.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/medication.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/medication_liquid.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/meeting_room.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/memory.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/menu.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/menu_book.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/menu_open.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/merge.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/merge_type.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/message.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/mic.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/mic_external_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/mic_external_on.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/mic_none.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/mic_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/microwave.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/military_tech.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/minimize.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/minor_crash.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/miscellaneous_services.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/missed_video_call.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/mms.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/mobile_friendly.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/mobile_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/mobile_screen_share.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/mobiledata_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/mode.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/mode_comment.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/mode_edit.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/mode_edit_outline.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/mode_fan_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/mode_night.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/mode_of_travel.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/mode_standby.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/model_training.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/monetization_on.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/money.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/money_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/money_off_csred.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/monitor.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/monitor_heart.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/monitor_weight.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/monochrome_photos.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/mood.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/mood_bad.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/moped.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/more.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/more_horiz.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/more_time.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/more_vert.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/mosque.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/motion_photos_auto.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/motion_photos_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/motion_photos_on.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/motion_photos_pause.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/motion_photos_paused.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/mouse.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/move_down.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/move_to_inbox.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/move_up.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/movie.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/movie_creation.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/movie_filter.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/moving.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/mp.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/multiline_chart.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/multiple_stop.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/museum.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/music_note.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/music_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/music_video.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/my_location.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/nat.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/nature.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/nature_people.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/navigate_before.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/navigate_next.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/navigation.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/near_me.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/near_me_disabled.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/nearby_error.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/nearby_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/nest_cam_wired_stand.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/network_cell.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/network_check.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/network_locked.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/network_ping.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/network_wifi.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/network_wifi_1_bar.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/network_wifi_2_bar.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/network_wifi_3_bar.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/new_label.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/new_releases.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/newspaper.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/next_plan.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/next_week.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/nfc.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/night_shelter.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/nightlife.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/nightlight.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/nightlight_round.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/nights_stay.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/no_accounts.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/no_adult_content.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/no_backpack.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/no_cell.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/no_crash.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/no_drinks.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/no_encryption.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/no_encryption_gmailerrorred.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/no_flash.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/no_food.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/no_luggage.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/no_meals.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/no_meeting_room.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/no_photography.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/no_sim.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/no_stroller.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/no_transfer.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/noise_aware.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/noise_control_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/nordic_walking.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/north.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/north_east.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/north_west.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/not_accessible.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/not_interested.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/not_listed_location.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/not_started.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/note.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/note_add.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/note_alt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/notes.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/notification_add.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/notification_important.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/notifications.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/notifications_active.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/notifications_none.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/notifications_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/notifications_paused.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/numbers.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/offline_bolt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/offline_pin.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/offline_share.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/oil_barrel.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/on_device_training.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/ondemand_video.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/online_prediction.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/opacity.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/open_in_browser.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/open_in_full.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/open_in_new.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/open_in_new_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/open_with.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/other_houses.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/outbound.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/outbox.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/outdoor_grill.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/outlet.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/outlined_flag.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/output.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/padding.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/pages.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/pageview.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/paid.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/palette.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/pan_tool.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/pan_tool_alt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/panorama.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/panorama_fish_eye.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/panorama_horizontal.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/panorama_horizontal_select.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/panorama_photosphere.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/panorama_photosphere_select.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/panorama_vertical.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/panorama_vertical_select.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/panorama_wide_angle.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/panorama_wide_angle_select.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/paragliding.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/park.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/party_mode.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/password.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/pattern.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/pause.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/pause_circle.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/pause_circle_filled.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/pause_circle_outline.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/pause_presentation.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/payment.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/payments.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/pedal_bike.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/pending.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/pending_actions.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/pentagon.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/people.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/people_alt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/people_outline.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/percent.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/perm_camera_mic.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/perm_contact_calendar.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/perm_data_setting.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/perm_device_information.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/perm_identity.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/perm_media.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/perm_phone_msg.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/perm_scan_wifi.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/person.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/person_2.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/person_3.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/person_4.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/person_add.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/person_add_alt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/person_add_alt_1.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/person_add_disabled.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/person_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/person_outline.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/person_pin.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/person_pin_circle.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/person_remove.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/person_remove_alt_1.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/person_search.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/personal_injury.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/personal_video.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/pest_control.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/pest_control_rodent.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/pets.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/phishing.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/phone.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/phone_android.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/phone_bluetooth_speaker.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/phone_callback.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/phone_disabled.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/phone_enabled.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/phone_forwarded.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/phone_iphone.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/phone_locked.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/phone_missed.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/phone_paused.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/phonelink.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/phonelink_erase.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/phonelink_lock.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/phonelink_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/phonelink_ring.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/phonelink_setup.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/photo.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/photo_album.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/photo_camera.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/photo_camera_back.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/photo_camera_front.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/photo_filter.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/photo_library.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/photo_size_select_actual.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/photo_size_select_large.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/photo_size_select_small.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/php.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/piano.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/piano_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/picture_as_pdf.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/picture_in_picture.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/picture_in_picture_alt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/pie_chart.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/pie_chart_outline.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/pin.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/pin_drop.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/pin_end.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/pin_invoke.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/pinch.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/pivot_table_chart.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/pix.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/place.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/plagiarism.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/play_arrow.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/play_circle.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/play_circle_filled.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/play_circle_outline.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/play_disabled.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/play_for_work.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/play_lesson.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/playlist_add.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/playlist_add_check.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/playlist_add_check_circle.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/playlist_add_circle.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/playlist_play.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/playlist_remove.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/plumbing.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/plus_one.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/podcasts.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/point_of_sale.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/policy.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/poll.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/polyline.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/polymer.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/pool.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/portable_wifi_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/portrait.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/post_add.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/power.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/power_input.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/power_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/power_settings_new.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/precision_manufacturing.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/pregnant_woman.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/present_to_all.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/preview.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/price_change.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/price_check.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/print.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/print_disabled.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/priority_high.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/privacy_tip.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/private_connectivity.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/production_quantity_limits.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/propane.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/propane_tank.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/psychology.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/psychology_alt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/public.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/public_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/publish.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/published_with_changes.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/punch_clock.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/push_pin.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/qr_code.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/qr_code_2.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/qr_code_scanner.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/query_builder.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/query_stats.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/question_answer.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/question_mark.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/queue.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/queue_music.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/queue_play_next.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/quickreply.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/quiz.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/r_mobiledata.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/radar.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/radio.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/radio_button_checked.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/radio_button_unchecked.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/railway_alert.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/ramen_dining.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/ramp_left.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/ramp_right.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/rate_review.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/raw_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/raw_on.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/read_more.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/real_estate_agent.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/receipt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/receipt_long.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/recent_actors.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/recommend.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/record_voice_over.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/rectangle.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/recycling.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/redeem.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/redo.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/reduce_capacity.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/refresh.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/remember_me.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/remove.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/remove_circle.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/remove_circle_outline.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/remove_done.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/remove_from_queue.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/remove_moderator.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/remove_red_eye.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/remove_road.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/remove_shopping_cart.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/reorder.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/repartition.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/repeat.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/repeat_on.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/repeat_one.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/repeat_one_on.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/replay.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/replay_10.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/replay_30.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/replay_5.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/replay_circle_filled.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/reply.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/reply_all.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/report.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/report_gmailerrorred.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/report_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/report_problem.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/request_page.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/request_quote.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/reset_tv.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/restart_alt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/restaurant.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/restaurant_menu.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/restore.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/restore_from_trash.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/restore_page.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/reviews.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/rice_bowl.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/ring_volume.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/rocket.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/rocket_launch.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/roller_shades.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/roller_shades_closed.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/roller_skating.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/roofing.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/room.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/room_preferences.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/room_service.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/rotate_90_degrees_ccw.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/rotate_90_degrees_cw.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/rotate_left.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/rotate_right.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/roundabout_left.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/roundabout_right.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/rounded_corner.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/route.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/router.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/rowing.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/rss_feed.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/rsvp.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/rtt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/rule.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/rule_folder.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/run_circle.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/running_with_errors.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/rv_hookup.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/safety_check.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/safety_divider.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sailing.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sanitizer.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/satellite.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/satellite_alt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/save.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/save_alt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/save_as.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/saved_search.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/savings.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/scale.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/scanner.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/scatter_plot.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/schedule.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/schedule_send.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/schema.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/school.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/science.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/score.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/scoreboard.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/screen_lock_landscape.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/screen_lock_portrait.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/screen_lock_rotation.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/screen_rotation.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/screen_rotation_alt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/screen_search_desktop.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/screen_share.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/screenshot.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/screenshot_monitor.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/scuba_diving.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sd.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sd_card.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sd_card_alert.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sd_storage.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/search.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/search_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/security.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/security_update.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/security_update_good.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/security_update_warning.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/segment.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/select_all.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/self_improvement.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sell.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/send.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/send_and_archive.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/send_time_extension.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/send_to_mobile.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sensor_door.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sensor_occupied.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sensor_window.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sensors.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sensors_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sentiment_dissatisfied.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sentiment_neutral.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sentiment_satisfied.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sentiment_satisfied_alt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sentiment_very_dissatisfied.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sentiment_very_satisfied.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/set_meal.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/settings.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/settings_accessibility.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/settings_applications.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/settings_backup_restore.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/settings_bluetooth.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/settings_brightness.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/settings_cell.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/settings_ethernet.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/settings_input_antenna.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/settings_input_component.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/settings_input_composite.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/settings_input_hdmi.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/settings_input_svideo.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/settings_overscan.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/settings_phone.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/settings_power.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/settings_remote.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/settings_suggest.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/settings_system_daydream.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/settings_voice.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/severe_cold.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/shape_line.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/share.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/share_location.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/shield.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/shield_moon.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/shop.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/shop_2.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/shop_two.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/shopping_bag.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/shopping_basket.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/shopping_cart.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/shopping_cart_checkout.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/short_text.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/shortcut.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/show_chart.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/shower.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/shuffle.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/shuffle_on.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/shutter_speed.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sick.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sign_language.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/signal_cellular_0_bar.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/signal_cellular_4_bar.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/signal_cellular_alt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/signal_cellular_alt_1_bar.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/signal_cellular_alt_2_bar.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/signal_cellular_connected_no_internet_0_bar.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/signal_cellular_connected_no_internet_4_bar.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/signal_cellular_no_sim.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/signal_cellular_nodata.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/signal_cellular_null.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/signal_cellular_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/signal_wifi_0_bar.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/signal_wifi_4_bar.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/signal_wifi_4_bar_lock.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/signal_wifi_bad.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/signal_wifi_connected_no_internet_4.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/signal_wifi_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/signal_wifi_statusbar_4_bar.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/signal_wifi_statusbar_connected_no_internet_4.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/signal_wifi_statusbar_null.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/signpost.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sim_card.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sim_card_alert.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sim_card_download.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/single_bed.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sip.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/skateboarding.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/skip_next.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/skip_previous.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sledding.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/slideshow.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/slow_motion_video.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/smart_button.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/smart_display.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/smart_screen.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/smart_toy.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/smartphone.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/smoke_free.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/smoking_rooms.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sms.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sms_failed.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/snippet_folder.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/snooze.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/snowboarding.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/snowmobile.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/snowshoeing.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/soap.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/social_distance.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/solar_power.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sort.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sort_by_alpha.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sos.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/soup_kitchen.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/source.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/south.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/south_america.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/south_east.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/south_west.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/spa.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/space_bar.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/space_dashboard.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/spatial_audio.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/spatial_audio_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/spatial_tracking.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/speaker.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/speaker_group.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/speaker_notes.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/speaker_notes_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/speaker_phone.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/speed.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/spellcheck.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/splitscreen.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/spoke.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sports.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sports_bar.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sports_baseball.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sports_basketball.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sports_cricket.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sports_esports.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sports_football.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sports_golf.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sports_gymnastics.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sports_handball.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sports_hockey.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sports_kabaddi.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sports_martial_arts.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sports_mma.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sports_motorsports.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sports_rugby.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sports_score.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sports_soccer.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sports_tennis.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sports_volleyball.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/square.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/square_foot.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/ssid_chart.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/stacked_bar_chart.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/stacked_line_chart.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/stadium.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/stairs.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/star.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/star_border.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/star_border_purple500.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/star_half.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/star_outline.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/star_purple500.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/star_rate.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/stars.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/start.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/stay_current_landscape.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/stay_current_portrait.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/stay_primary_landscape.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/stay_primary_portrait.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sticky_note_2.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/stop.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/stop_circle.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/stop_screen_share.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/storage.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/store.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/store_mall_directory.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/storefront.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/storm.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/straight.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/straighten.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/stream.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/streetview.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/strikethrough_s.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/stroller.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/style.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/subdirectory_arrow_left.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/subdirectory_arrow_right.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/subject.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/subscript.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/subscriptions.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/subtitles.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/subtitles_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/subway.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/summarize.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/superscript.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/supervised_user_circle.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/supervisor_account.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/support.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/support_agent.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/surfing.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/surround_sound.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/swap_calls.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/swap_horiz.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/swap_horizontal_circle.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/swap_vert.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/swap_vertical_circle.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/swipe.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/swipe_down.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/swipe_down_alt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/swipe_left.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/swipe_left_alt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/swipe_right.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/swipe_right_alt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/swipe_up.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/swipe_up_alt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/swipe_vertical.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/switch_access_shortcut.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/switch_access_shortcut_add.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/switch_account.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/switch_camera.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/switch_left.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/switch_right.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/switch_video.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/synagogue.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sync.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sync_alt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sync_disabled.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sync_lock.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/sync_problem.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/system_security_update.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/system_security_update_good.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/system_security_update_warning.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/system_update.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/system_update_alt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/tab.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/tab_unselected.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/table_bar.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/table_chart.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/table_restaurant.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/table_rows.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/table_view.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/tablet.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/tablet_android.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/tablet_mac.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/tag.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/tag_faces.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/takeout_dining.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/tap_and_play.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/tapas.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/task.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/task_alt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/taxi_alert.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/temple_buddhist.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/temple_hindu.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/terminal.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/terrain.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/text_decrease.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/text_fields.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/text_format.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/text_increase.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/text_rotate_up.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/text_rotate_vertical.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/text_rotation_angledown.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/text_rotation_angleup.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/text_rotation_down.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/text_rotation_none.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/text_snippet.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/textsms.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/texture.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/theater_comedy.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/theaters.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/thermostat.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/thermostat_auto.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/thumb_down.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/thumb_down_alt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/thumb_down_off_alt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/thumb_up.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/thumb_up_alt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/thumb_up_off_alt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/thumbs_up_down.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/thunderstorm.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/time_to_leave.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/timelapse.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/timeline.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/timer.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/timer_10.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/timer_10_select.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/timer_3.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/timer_3_select.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/timer_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/tips_and_updates.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/tire_repair.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/title.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/toc.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/today.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/toggle_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/toggle_on.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/token.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/toll.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/tonality.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/topic.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/tornado.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/touch_app.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/tour.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/toys.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/track_changes.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/traffic.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/train.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/tram.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/transcribe.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/transfer_within_a_station.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/transform.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/transgender.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/transit_enterexit.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/translate.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/travel_explore.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/trending_down.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/trending_flat.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/trending_up.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/trip_origin.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/troubleshoot.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/try.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/tsunami.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/tty.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/tune.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/tungsten.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/turn_left.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/turn_right.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/turn_sharp_left.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/turn_sharp_right.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/turn_slight_left.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/turn_slight_right.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/turned_in.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/turned_in_not.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/tv.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/tv_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/two_wheeler.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/type_specimen.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/u_turn_left.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/u_turn_right.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/umbrella.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/unarchive.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/undo.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/unfold_less.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/unfold_less_double.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/unfold_more.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/unfold_more_double.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/unpublished.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/unsubscribe.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/upcoming.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/update.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/update_disabled.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/upgrade.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/upload.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/upload_file.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/usb.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/usb_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/vaccines.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/vape_free.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/vaping_rooms.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/verified.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/verified_user.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/vertical_align_bottom.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/vertical_align_center.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/vertical_align_top.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/vertical_distribute.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/vertical_shades.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/vertical_shades_closed.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/vertical_split.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/vibration.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/video_call.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/video_camera_back.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/video_camera_front.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/video_chat.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/video_file.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/video_label.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/video_library.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/video_settings.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/video_stable.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/videocam.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/videocam_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/videogame_asset.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/videogame_asset_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/view_agenda.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/view_array.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/view_carousel.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/view_column.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/view_comfy.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/view_comfy_alt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/view_compact.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/view_compact_alt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/view_cozy.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/view_day.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/view_headline.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/view_in_ar.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/view_kanban.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/view_list.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/view_module.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/view_quilt.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/view_sidebar.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/view_stream.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/view_timeline.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/view_week.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/vignette.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/villa.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/visibility.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/visibility_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/voice_chat.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/voice_over_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/voicemail.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/volcano.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/volume_down.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/volume_mute.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/volume_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/volume_up.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/volunteer_activism.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/vpn_key.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/vpn_key_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/vpn_lock.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/vrpano.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/wallet.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/wallpaper.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/warehouse.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/warning.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/warning_amber.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/wash.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/watch.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/watch_later.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/watch_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/water.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/water_damage.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/water_drop.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/waterfall_chart.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/waves.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/waving_hand.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/wb_auto.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/wb_cloudy.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/wb_incandescent.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/wb_iridescent.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/wb_shade.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/wb_sunny.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/wb_twilight.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/wc.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/web.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/web_asset.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/web_asset_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/web_stories.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/webhook.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/weekend.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/west.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/whatshot.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/wheelchair_pickup.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/where_to_vote.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/widgets.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/width_full.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/width_normal.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/width_wide.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/wifi.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/wifi_1_bar.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/wifi_2_bar.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/wifi_calling.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/wifi_calling_3.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/wifi_channel.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/wifi_find.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/wifi_lock.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/wifi_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/wifi_password.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/wifi_protected_setup.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/wifi_tethering.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/wifi_tethering_error.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/wifi_tethering_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/wind_power.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/window.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/wine_bar.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/woman.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/woman_2.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/work.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/work_history.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/work_off.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/work_outline.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/workspace_premium.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/workspaces.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/wrap_text.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/wrong_location.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/wysiwyg.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/yard.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/youtube_searched_for.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/zoom_in.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/zoom_in_map.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/zoom_out.svg (100%) rename projects/icons-material/src/{ => material}/two-tone/zoom_out_map.svg (100%) diff --git a/projects/cdk/constants/used-icons.ts b/projects/cdk/constants/used-icons.ts index 50f31e8f10fc..5e93662bffc9 100644 --- a/projects/cdk/constants/used-icons.ts +++ b/projects/cdk/constants/used-icons.ts @@ -40,8 +40,6 @@ export const TUI_USED_ICONS = [ '@tui.circle-help', '@tui.x', '@tui.chevron-right', - '@tui.material', - '@tui.fa', '@tui.chevron-left', '@tui.calendar', '@tui.minus', diff --git a/projects/core/tokens/icon-resolver.ts b/projects/core/tokens/icon-resolver.ts index decccf1cda09..1b0c05c27c9d 100644 --- a/projects/core/tokens/icon-resolver.ts +++ b/projects/core/tokens/icon-resolver.ts @@ -11,27 +11,10 @@ export const TUI_ICON_START_RESOLVER = tuiCreateTokenFromFactory< >(() => { const path = inject(TUI_ASSETS_PATH); - return (icon) => { - if (!icon || icon.includes('/')) { - return icon; - } - - let directory = ''; - - if (icon.includes('@tui.material')) { - directory = 'material/'; - } else if (icon.includes('@tui.fa')) { - directory = 'fontawesome/'; - } - - const name = icon - .replace(/^@tui./, '') - .replace(/^material.|^fa./, '') - .split('.') - .join('/'); - - return `${path}/${directory}${name}.svg`; - }; + return (icon) => + !icon || icon.includes('/') + ? icon + : `${path}/${icon.replace('@tui.', '').split('.').join('/')}.svg`; }); export function tuiInjectIconResolver(): TuiStringHandler { diff --git a/projects/demo/project.json b/projects/demo/project.json index 0228950c36a5..a09b26cb8422 100644 --- a/projects/demo/project.json +++ b/projects/demo/project.json @@ -51,12 +51,12 @@ { "glob": "**/*", "input": "projects/icons-material/src", - "output": "assets/taiga-ui/icons/material" + "output": "assets/taiga-ui/icons/" }, { "glob": "**/*", "input": "projects/icons-fontawesome/src", - "output": "assets/taiga-ui/icons/fontawesome" + "output": "assets/taiga-ui/icons/" } ], "baseHref": "./", diff --git a/projects/demo/src/modules/app/app.routes.ts b/projects/demo/src/modules/app/app.routes.ts index fb285399130c..dc00a00725ea 100644 --- a/projects/demo/src/modules/app/app.routes.ts +++ b/projects/demo/src/modules/app/app.routes.ts @@ -191,7 +191,7 @@ export const ROUTES: Routes = [ }), route({ path: DemoRoute.IconsLucide, - loadComponent: async () => import('../icons/lucide'), + loadComponent: async () => import('../icons/icons'), title: 'Icons', }), route({ diff --git a/projects/demo/src/modules/icons/fontawesome/examples/assets.md b/projects/demo/src/modules/icons/fontawesome/assets.md similarity index 82% rename from projects/demo/src/modules/icons/fontawesome/examples/assets.md rename to projects/demo/src/modules/icons/fontawesome/assets.md index 2b8758418019..5b5c46d1c13c 100644 --- a/projects/demo/src/modules/icons/fontawesome/examples/assets.md +++ b/projects/demo/src/modules/icons/fontawesome/assets.md @@ -8,7 +8,7 @@ { "glob": "**/*", "input": "node_modules/@taiga-ui/icons-fontawesome/src", - "output": "assets/taiga-ui/icons/fontawesome" + "output": "assets/taiga-ui/icons/" } ] } diff --git a/projects/demo/src/modules/icons/fontawesome/index.ts b/projects/demo/src/modules/icons/fontawesome/index.ts index 4331efdab49b..55d6b6125285 100644 --- a/projects/demo/src/modules/icons/fontawesome/index.ts +++ b/projects/demo/src/modules/icons/fontawesome/index.ts @@ -9,5 +9,5 @@ import {TuiDemo} from '@demo/utils'; changeDetection, }) export default class Page { - protected readonly assets = import('./examples/assets.md?raw'); + protected readonly assets = import('./assets.md?raw'); } diff --git a/projects/demo/src/modules/icons/icons/assets.md b/projects/demo/src/modules/icons/icons/assets.md new file mode 100644 index 000000000000..9c36d3f64a6c --- /dev/null +++ b/projects/demo/src/modules/icons/icons/assets.md @@ -0,0 +1,19 @@ +```json +{ + "projects": { + "demo": { + "architect": { + "build": { + "assets": [ + { + "glob": "**/*", + "input": "node_modules/@taiga-ui/icons/src", + "output": "assets/taiga-ui/icons/" + } + ] + } + } + } + } +} +``` diff --git a/projects/demo/src/modules/icons/icons/examples/1/index.html b/projects/demo/src/modules/icons/icons/examples/1/index.html new file mode 100644 index 000000000000..9e8f4b7323b2 --- /dev/null +++ b/projects/demo/src/modules/icons/icons/examples/1/index.html @@ -0,0 +1,15 @@ + + + + + + + + + diff --git a/projects/demo/src/modules/icons/icons/examples/1/index.less b/projects/demo/src/modules/icons/icons/examples/1/index.less new file mode 100644 index 000000000000..f380cd52c413 --- /dev/null +++ b/projects/demo/src/modules/icons/icons/examples/1/index.less @@ -0,0 +1,4 @@ +:host { + display: flex; + gap: 0.625rem; +} diff --git a/projects/demo/src/modules/icons/icons/examples/1/index.ts b/projects/demo/src/modules/icons/icons/examples/1/index.ts new file mode 100644 index 000000000000..7a8a44144e67 --- /dev/null +++ b/projects/demo/src/modules/icons/icons/examples/1/index.ts @@ -0,0 +1,14 @@ +import {Component} from '@angular/core'; +import {changeDetection} from '@demo/emulate/change-detection'; +import {encapsulation} from '@demo/emulate/encapsulation'; +import {TuiIcon, TuiIconPipe} from '@taiga-ui/core'; + +@Component({ + standalone: true, + imports: [TuiIcon, TuiIconPipe], + templateUrl: './index.html', + styleUrls: ['./index.less'], + encapsulation, + changeDetection, +}) +export default class Example {} diff --git a/projects/demo/src/modules/icons/lucide/icons.tokens.ts b/projects/demo/src/modules/icons/icons/icons.tokens.ts similarity index 100% rename from projects/demo/src/modules/icons/lucide/icons.tokens.ts rename to projects/demo/src/modules/icons/icons/icons.tokens.ts diff --git a/projects/demo/src/modules/icons/icons/index.html b/projects/demo/src/modules/icons/icons/index.html new file mode 100644 index 000000000000..140cda27ca6c --- /dev/null +++ b/projects/demo/src/modules/icons/icons/index.html @@ -0,0 +1,47 @@ + + +

Lucide (default) icons pack

+ +

+ Open source theme for Taiga UI uses processed + + Lucide Icons + + . You can browse all the icons from this pack and find the one that suits you + + here + + . +

+ + +
+ + + + + + +
diff --git a/projects/demo/src/modules/icons/lucide/index.less b/projects/demo/src/modules/icons/icons/index.less similarity index 100% rename from projects/demo/src/modules/icons/lucide/index.less rename to projects/demo/src/modules/icons/icons/index.less diff --git a/projects/demo/src/modules/icons/lucide/index.ts b/projects/demo/src/modules/icons/icons/index.ts similarity index 92% rename from projects/demo/src/modules/icons/lucide/index.ts rename to projects/demo/src/modules/icons/icons/index.ts index 64e0aedbedf4..17948bc64457 100644 --- a/projects/demo/src/modules/icons/lucide/index.ts +++ b/projects/demo/src/modules/icons/icons/index.ts @@ -15,6 +15,8 @@ import {COLORED_ICONS, MONO_ICONS} from './icons.tokens'; changeDetection, }) export default class Page { + protected readonly assets = import('./assets.md?raw'); + protected readonly icons = { Mono: MONO_ICONS, Colored: COLORED_ICONS, diff --git a/projects/demo/src/modules/icons/lucide/index.html b/projects/demo/src/modules/icons/lucide/index.html deleted file mode 100644 index 8a1e39f6bed8..000000000000 --- a/projects/demo/src/modules/icons/lucide/index.html +++ /dev/null @@ -1,59 +0,0 @@ - - -

Default (lucide) icons pack

- -

- Open source theme for Taiga UI uses processed - - Lucide Icons - - . You can browse all the icons from this pack and find the one that suits you - - here - - . -

-

- In addition to the main icon pack Taiga has several custom icons related to payment systems. You can see - them below: -

- - - Custom icons - -
- - -
-
-
-
-
diff --git a/projects/demo/src/modules/icons/material/examples/assets.md b/projects/demo/src/modules/icons/material/assets.md similarity index 82% rename from projects/demo/src/modules/icons/material/examples/assets.md rename to projects/demo/src/modules/icons/material/assets.md index 82ea81b414c2..7c03c30c233c 100644 --- a/projects/demo/src/modules/icons/material/examples/assets.md +++ b/projects/demo/src/modules/icons/material/assets.md @@ -8,7 +8,7 @@ { "glob": "**/*", "input": "node_modules/@taiga-ui/icons-material/src", - "output": "assets/taiga-ui/icons/material" + "output": "assets/taiga-ui/icons/" } ] } diff --git a/projects/demo/src/modules/icons/material/index.ts b/projects/demo/src/modules/icons/material/index.ts index 4331efdab49b..55d6b6125285 100644 --- a/projects/demo/src/modules/icons/material/index.ts +++ b/projects/demo/src/modules/icons/material/index.ts @@ -9,5 +9,5 @@ import {TuiDemo} from '@demo/utils'; changeDetection, }) export default class Page { - protected readonly assets = import('./examples/assets.md?raw'); + protected readonly assets = import('./assets.md?raw'); } diff --git a/projects/demo/used-icons.ts b/projects/demo/used-icons.ts index c30c687eedcb..fa91511306e0 100644 --- a/projects/demo/used-icons.ts +++ b/projects/demo/used-icons.ts @@ -96,6 +96,11 @@ export const TUI_USED_ICONS = [ '@tui.chevron-up', '@tui.play', '@tui.pause', + '@tui.accessibility', + '@tui.badge-pound-sterling', + '@tui.twitter', + '@tui.square-arrow-out-up-left', + '@tui.gamepad-2', '@tui.electron-mono', '@tui.maestro-mono', '@tui.mir-mono', diff --git a/projects/icons-fontawesome/scripts/prepare-icons.ts b/projects/icons-fontawesome/scripts/prepare-icons.ts index ea80407e24ba..d90616f1c8bb 100644 --- a/projects/icons-fontawesome/scripts/prepare-icons.ts +++ b/projects/icons-fontawesome/scripts/prepare-icons.ts @@ -27,7 +27,7 @@ import path from 'node:path'; '<$1 vector-effect="non-scaling-stroke"', ); - const filePath = path.join(dest, type, filename); + const filePath = path.join(dest, 'fa', type, filename); fs.mkdirSync(path.dirname(filePath), {recursive: true}); fs.writeFileSync(filePath, content); @@ -83,7 +83,10 @@ import path from 'node:path'; ].forEach((filename) => { const filePath = path.join('projects/icons/src', `${filename}.svg`); - fs.writeFileSync(path.join(dest, `${filename}.svg`), filePath); + fs.writeFileSync( + path.join(dest, `${filename}.svg`), + fs.readFileSync(path.join(filePath), 'utf-8'), + ); console.info('copied:', filePath); }); diff --git a/projects/icons-fontawesome/src/ali-pay.svg b/projects/icons-fontawesome/src/ali-pay.svg index 4f214cb708eb..b86d4e06ee86 100644 --- a/projects/icons-fontawesome/src/ali-pay.svg +++ b/projects/icons-fontawesome/src/ali-pay.svg @@ -1 +1,40 @@ -projects/icons/src/ali-pay.svg + + + + + + + + + + + + + + + diff --git a/projects/icons-fontawesome/src/amazon-pay.svg b/projects/icons-fontawesome/src/amazon-pay.svg index ffc99e4b5951..6cf7a9fe8007 100644 --- a/projects/icons-fontawesome/src/amazon-pay.svg +++ b/projects/icons-fontawesome/src/amazon-pay.svg @@ -1 +1,34 @@ -projects/icons/src/amazon-pay.svg + + + + + + + + + + + + + + + diff --git a/projects/icons-fontawesome/src/amex.svg b/projects/icons-fontawesome/src/amex.svg index ffe0840ec1ef..e34a49c11233 100644 --- a/projects/icons-fontawesome/src/amex.svg +++ b/projects/icons-fontawesome/src/amex.svg @@ -1 +1,13 @@ -projects/icons/src/amex.svg + + + + + diff --git a/projects/icons-fontawesome/src/android-pay.svg b/projects/icons-fontawesome/src/android-pay.svg index bbcde5f5de38..68bcfa98a9e5 100644 --- a/projects/icons-fontawesome/src/android-pay.svg +++ b/projects/icons-fontawesome/src/android-pay.svg @@ -1 +1,35 @@ -projects/icons/src/android-pay.svg + + + + + + + + + + + + + + + diff --git a/projects/icons-fontawesome/src/apple-pay.svg b/projects/icons-fontawesome/src/apple-pay.svg index a25eb0066325..321907ecf1fb 100644 --- a/projects/icons-fontawesome/src/apple-pay.svg +++ b/projects/icons-fontawesome/src/apple-pay.svg @@ -1 +1,23 @@ -projects/icons/src/apple-pay.svg + + + + + + + + + + + diff --git a/projects/icons-fontawesome/src/cirrus.svg b/projects/icons-fontawesome/src/cirrus.svg index 1c99d3e6f215..85a78034d87a 100644 --- a/projects/icons-fontawesome/src/cirrus.svg +++ b/projects/icons-fontawesome/src/cirrus.svg @@ -1 +1,41 @@ -projects/icons/src/cirrus.svg + + + + + + + + + + + + + + diff --git a/projects/icons-fontawesome/src/diners-club.svg b/projects/icons-fontawesome/src/diners-club.svg index fbe87fd3f31c..da5e59932e47 100644 --- a/projects/icons-fontawesome/src/diners-club.svg +++ b/projects/icons-fontawesome/src/diners-club.svg @@ -1 +1,18 @@ -projects/icons/src/diners-club.svg + + + + + + diff --git a/projects/icons-fontawesome/src/discover.svg b/projects/icons-fontawesome/src/discover.svg index 6179ca75a3eb..e38453f6d564 100644 --- a/projects/icons-fontawesome/src/discover.svg +++ b/projects/icons-fontawesome/src/discover.svg @@ -1 +1,17 @@ -projects/icons/src/discover.svg + + + + + diff --git a/projects/icons-fontawesome/src/electron-mono.svg b/projects/icons-fontawesome/src/electron-mono.svg index 4be283c8b271..f36edd5e7cdb 100644 --- a/projects/icons-fontawesome/src/electron-mono.svg +++ b/projects/icons-fontawesome/src/electron-mono.svg @@ -1 +1,32 @@ -projects/icons/src/electron-mono.svg + + + + + + + + diff --git a/projects/icons-fontawesome/src/electron.svg b/projects/icons-fontawesome/src/electron.svg index d89ca1cd5ab2..2d49b140327c 100644 --- a/projects/icons-fontawesome/src/electron.svg +++ b/projects/icons-fontawesome/src/electron.svg @@ -1 +1,32 @@ -projects/icons/src/electron.svg + + + + + + + + diff --git a/projects/icons-fontawesome/src/brands/42-group.svg b/projects/icons-fontawesome/src/fa/brands/42-group.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/42-group.svg rename to projects/icons-fontawesome/src/fa/brands/42-group.svg diff --git a/projects/icons-fontawesome/src/brands/500px.svg b/projects/icons-fontawesome/src/fa/brands/500px.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/500px.svg rename to projects/icons-fontawesome/src/fa/brands/500px.svg diff --git a/projects/icons-fontawesome/src/brands/accessible-icon.svg b/projects/icons-fontawesome/src/fa/brands/accessible-icon.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/accessible-icon.svg rename to projects/icons-fontawesome/src/fa/brands/accessible-icon.svg diff --git a/projects/icons-fontawesome/src/brands/accusoft.svg b/projects/icons-fontawesome/src/fa/brands/accusoft.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/accusoft.svg rename to projects/icons-fontawesome/src/fa/brands/accusoft.svg diff --git a/projects/icons-fontawesome/src/brands/adn.svg b/projects/icons-fontawesome/src/fa/brands/adn.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/adn.svg rename to projects/icons-fontawesome/src/fa/brands/adn.svg diff --git a/projects/icons-fontawesome/src/brands/adversal.svg b/projects/icons-fontawesome/src/fa/brands/adversal.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/adversal.svg rename to projects/icons-fontawesome/src/fa/brands/adversal.svg diff --git a/projects/icons-fontawesome/src/brands/affiliatetheme.svg b/projects/icons-fontawesome/src/fa/brands/affiliatetheme.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/affiliatetheme.svg rename to projects/icons-fontawesome/src/fa/brands/affiliatetheme.svg diff --git a/projects/icons-fontawesome/src/brands/airbnb.svg b/projects/icons-fontawesome/src/fa/brands/airbnb.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/airbnb.svg rename to projects/icons-fontawesome/src/fa/brands/airbnb.svg diff --git a/projects/icons-fontawesome/src/brands/algolia.svg b/projects/icons-fontawesome/src/fa/brands/algolia.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/algolia.svg rename to projects/icons-fontawesome/src/fa/brands/algolia.svg diff --git a/projects/icons-fontawesome/src/brands/alipay.svg b/projects/icons-fontawesome/src/fa/brands/alipay.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/alipay.svg rename to projects/icons-fontawesome/src/fa/brands/alipay.svg diff --git a/projects/icons-fontawesome/src/brands/amazon-pay.svg b/projects/icons-fontawesome/src/fa/brands/amazon-pay.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/amazon-pay.svg rename to projects/icons-fontawesome/src/fa/brands/amazon-pay.svg diff --git a/projects/icons-fontawesome/src/brands/amazon.svg b/projects/icons-fontawesome/src/fa/brands/amazon.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/amazon.svg rename to projects/icons-fontawesome/src/fa/brands/amazon.svg diff --git a/projects/icons-fontawesome/src/brands/amilia.svg b/projects/icons-fontawesome/src/fa/brands/amilia.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/amilia.svg rename to projects/icons-fontawesome/src/fa/brands/amilia.svg diff --git a/projects/icons-fontawesome/src/brands/android.svg b/projects/icons-fontawesome/src/fa/brands/android.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/android.svg rename to projects/icons-fontawesome/src/fa/brands/android.svg diff --git a/projects/icons-fontawesome/src/brands/angellist.svg b/projects/icons-fontawesome/src/fa/brands/angellist.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/angellist.svg rename to projects/icons-fontawesome/src/fa/brands/angellist.svg diff --git a/projects/icons-fontawesome/src/brands/angrycreative.svg b/projects/icons-fontawesome/src/fa/brands/angrycreative.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/angrycreative.svg rename to projects/icons-fontawesome/src/fa/brands/angrycreative.svg diff --git a/projects/icons-fontawesome/src/brands/angular.svg b/projects/icons-fontawesome/src/fa/brands/angular.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/angular.svg rename to projects/icons-fontawesome/src/fa/brands/angular.svg diff --git a/projects/icons-fontawesome/src/brands/app-store-ios.svg b/projects/icons-fontawesome/src/fa/brands/app-store-ios.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/app-store-ios.svg rename to projects/icons-fontawesome/src/fa/brands/app-store-ios.svg diff --git a/projects/icons-fontawesome/src/brands/app-store.svg b/projects/icons-fontawesome/src/fa/brands/app-store.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/app-store.svg rename to projects/icons-fontawesome/src/fa/brands/app-store.svg diff --git a/projects/icons-fontawesome/src/brands/apper.svg b/projects/icons-fontawesome/src/fa/brands/apper.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/apper.svg rename to projects/icons-fontawesome/src/fa/brands/apper.svg diff --git a/projects/icons-fontawesome/src/brands/apple-pay.svg b/projects/icons-fontawesome/src/fa/brands/apple-pay.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/apple-pay.svg rename to projects/icons-fontawesome/src/fa/brands/apple-pay.svg diff --git a/projects/icons-fontawesome/src/brands/apple.svg b/projects/icons-fontawesome/src/fa/brands/apple.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/apple.svg rename to projects/icons-fontawesome/src/fa/brands/apple.svg diff --git a/projects/icons-fontawesome/src/brands/artstation.svg b/projects/icons-fontawesome/src/fa/brands/artstation.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/artstation.svg rename to projects/icons-fontawesome/src/fa/brands/artstation.svg diff --git a/projects/icons-fontawesome/src/brands/asymmetrik.svg b/projects/icons-fontawesome/src/fa/brands/asymmetrik.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/asymmetrik.svg rename to projects/icons-fontawesome/src/fa/brands/asymmetrik.svg diff --git a/projects/icons-fontawesome/src/brands/atlassian.svg b/projects/icons-fontawesome/src/fa/brands/atlassian.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/atlassian.svg rename to projects/icons-fontawesome/src/fa/brands/atlassian.svg diff --git a/projects/icons-fontawesome/src/brands/audible.svg b/projects/icons-fontawesome/src/fa/brands/audible.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/audible.svg rename to projects/icons-fontawesome/src/fa/brands/audible.svg diff --git a/projects/icons-fontawesome/src/brands/autoprefixer.svg b/projects/icons-fontawesome/src/fa/brands/autoprefixer.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/autoprefixer.svg rename to projects/icons-fontawesome/src/fa/brands/autoprefixer.svg diff --git a/projects/icons-fontawesome/src/brands/avianex.svg b/projects/icons-fontawesome/src/fa/brands/avianex.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/avianex.svg rename to projects/icons-fontawesome/src/fa/brands/avianex.svg diff --git a/projects/icons-fontawesome/src/brands/aviato.svg b/projects/icons-fontawesome/src/fa/brands/aviato.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/aviato.svg rename to projects/icons-fontawesome/src/fa/brands/aviato.svg diff --git a/projects/icons-fontawesome/src/brands/aws.svg b/projects/icons-fontawesome/src/fa/brands/aws.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/aws.svg rename to projects/icons-fontawesome/src/fa/brands/aws.svg diff --git a/projects/icons-fontawesome/src/brands/bandcamp.svg b/projects/icons-fontawesome/src/fa/brands/bandcamp.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/bandcamp.svg rename to projects/icons-fontawesome/src/fa/brands/bandcamp.svg diff --git a/projects/icons-fontawesome/src/brands/battle-net.svg b/projects/icons-fontawesome/src/fa/brands/battle-net.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/battle-net.svg rename to projects/icons-fontawesome/src/fa/brands/battle-net.svg diff --git a/projects/icons-fontawesome/src/brands/behance.svg b/projects/icons-fontawesome/src/fa/brands/behance.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/behance.svg rename to projects/icons-fontawesome/src/fa/brands/behance.svg diff --git a/projects/icons-fontawesome/src/brands/bilibili.svg b/projects/icons-fontawesome/src/fa/brands/bilibili.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/bilibili.svg rename to projects/icons-fontawesome/src/fa/brands/bilibili.svg diff --git a/projects/icons-fontawesome/src/brands/bimobject.svg b/projects/icons-fontawesome/src/fa/brands/bimobject.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/bimobject.svg rename to projects/icons-fontawesome/src/fa/brands/bimobject.svg diff --git a/projects/icons-fontawesome/src/brands/bitbucket.svg b/projects/icons-fontawesome/src/fa/brands/bitbucket.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/bitbucket.svg rename to projects/icons-fontawesome/src/fa/brands/bitbucket.svg diff --git a/projects/icons-fontawesome/src/brands/bitcoin.svg b/projects/icons-fontawesome/src/fa/brands/bitcoin.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/bitcoin.svg rename to projects/icons-fontawesome/src/fa/brands/bitcoin.svg diff --git a/projects/icons-fontawesome/src/brands/bity.svg b/projects/icons-fontawesome/src/fa/brands/bity.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/bity.svg rename to projects/icons-fontawesome/src/fa/brands/bity.svg diff --git a/projects/icons-fontawesome/src/brands/black-tie.svg b/projects/icons-fontawesome/src/fa/brands/black-tie.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/black-tie.svg rename to projects/icons-fontawesome/src/fa/brands/black-tie.svg diff --git a/projects/icons-fontawesome/src/brands/blackberry.svg b/projects/icons-fontawesome/src/fa/brands/blackberry.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/blackberry.svg rename to projects/icons-fontawesome/src/fa/brands/blackberry.svg diff --git a/projects/icons-fontawesome/src/brands/blogger-b.svg b/projects/icons-fontawesome/src/fa/brands/blogger-b.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/blogger-b.svg rename to projects/icons-fontawesome/src/fa/brands/blogger-b.svg diff --git a/projects/icons-fontawesome/src/brands/blogger.svg b/projects/icons-fontawesome/src/fa/brands/blogger.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/blogger.svg rename to projects/icons-fontawesome/src/fa/brands/blogger.svg diff --git a/projects/icons-fontawesome/src/brands/bluesky.svg b/projects/icons-fontawesome/src/fa/brands/bluesky.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/bluesky.svg rename to projects/icons-fontawesome/src/fa/brands/bluesky.svg diff --git a/projects/icons-fontawesome/src/brands/bluetooth-b.svg b/projects/icons-fontawesome/src/fa/brands/bluetooth-b.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/bluetooth-b.svg rename to projects/icons-fontawesome/src/fa/brands/bluetooth-b.svg diff --git a/projects/icons-fontawesome/src/brands/bluetooth.svg b/projects/icons-fontawesome/src/fa/brands/bluetooth.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/bluetooth.svg rename to projects/icons-fontawesome/src/fa/brands/bluetooth.svg diff --git a/projects/icons-fontawesome/src/brands/bootstrap.svg b/projects/icons-fontawesome/src/fa/brands/bootstrap.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/bootstrap.svg rename to projects/icons-fontawesome/src/fa/brands/bootstrap.svg diff --git a/projects/icons-fontawesome/src/brands/bots.svg b/projects/icons-fontawesome/src/fa/brands/bots.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/bots.svg rename to projects/icons-fontawesome/src/fa/brands/bots.svg diff --git a/projects/icons-fontawesome/src/brands/brave-reverse.svg b/projects/icons-fontawesome/src/fa/brands/brave-reverse.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/brave-reverse.svg rename to projects/icons-fontawesome/src/fa/brands/brave-reverse.svg diff --git a/projects/icons-fontawesome/src/brands/brave.svg b/projects/icons-fontawesome/src/fa/brands/brave.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/brave.svg rename to projects/icons-fontawesome/src/fa/brands/brave.svg diff --git a/projects/icons-fontawesome/src/brands/btc.svg b/projects/icons-fontawesome/src/fa/brands/btc.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/btc.svg rename to projects/icons-fontawesome/src/fa/brands/btc.svg diff --git a/projects/icons-fontawesome/src/brands/buffer.svg b/projects/icons-fontawesome/src/fa/brands/buffer.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/buffer.svg rename to projects/icons-fontawesome/src/fa/brands/buffer.svg diff --git a/projects/icons-fontawesome/src/brands/buromobelexperte.svg b/projects/icons-fontawesome/src/fa/brands/buromobelexperte.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/buromobelexperte.svg rename to projects/icons-fontawesome/src/fa/brands/buromobelexperte.svg diff --git a/projects/icons-fontawesome/src/brands/buy-n-large.svg b/projects/icons-fontawesome/src/fa/brands/buy-n-large.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/buy-n-large.svg rename to projects/icons-fontawesome/src/fa/brands/buy-n-large.svg diff --git a/projects/icons-fontawesome/src/brands/buysellads.svg b/projects/icons-fontawesome/src/fa/brands/buysellads.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/buysellads.svg rename to projects/icons-fontawesome/src/fa/brands/buysellads.svg diff --git a/projects/icons-fontawesome/src/brands/canadian-maple-leaf.svg b/projects/icons-fontawesome/src/fa/brands/canadian-maple-leaf.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/canadian-maple-leaf.svg rename to projects/icons-fontawesome/src/fa/brands/canadian-maple-leaf.svg diff --git a/projects/icons-fontawesome/src/brands/cc-amazon-pay.svg b/projects/icons-fontawesome/src/fa/brands/cc-amazon-pay.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/cc-amazon-pay.svg rename to projects/icons-fontawesome/src/fa/brands/cc-amazon-pay.svg diff --git a/projects/icons-fontawesome/src/brands/cc-amex.svg b/projects/icons-fontawesome/src/fa/brands/cc-amex.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/cc-amex.svg rename to projects/icons-fontawesome/src/fa/brands/cc-amex.svg diff --git a/projects/icons-fontawesome/src/brands/cc-apple-pay.svg b/projects/icons-fontawesome/src/fa/brands/cc-apple-pay.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/cc-apple-pay.svg rename to projects/icons-fontawesome/src/fa/brands/cc-apple-pay.svg diff --git a/projects/icons-fontawesome/src/brands/cc-diners-club.svg b/projects/icons-fontawesome/src/fa/brands/cc-diners-club.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/cc-diners-club.svg rename to projects/icons-fontawesome/src/fa/brands/cc-diners-club.svg diff --git a/projects/icons-fontawesome/src/brands/cc-discover.svg b/projects/icons-fontawesome/src/fa/brands/cc-discover.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/cc-discover.svg rename to projects/icons-fontawesome/src/fa/brands/cc-discover.svg diff --git a/projects/icons-fontawesome/src/brands/cc-jcb.svg b/projects/icons-fontawesome/src/fa/brands/cc-jcb.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/cc-jcb.svg rename to projects/icons-fontawesome/src/fa/brands/cc-jcb.svg diff --git a/projects/icons-fontawesome/src/brands/cc-mastercard.svg b/projects/icons-fontawesome/src/fa/brands/cc-mastercard.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/cc-mastercard.svg rename to projects/icons-fontawesome/src/fa/brands/cc-mastercard.svg diff --git a/projects/icons-fontawesome/src/brands/cc-paypal.svg b/projects/icons-fontawesome/src/fa/brands/cc-paypal.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/cc-paypal.svg rename to projects/icons-fontawesome/src/fa/brands/cc-paypal.svg diff --git a/projects/icons-fontawesome/src/brands/cc-stripe.svg b/projects/icons-fontawesome/src/fa/brands/cc-stripe.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/cc-stripe.svg rename to projects/icons-fontawesome/src/fa/brands/cc-stripe.svg diff --git a/projects/icons-fontawesome/src/brands/cc-visa.svg b/projects/icons-fontawesome/src/fa/brands/cc-visa.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/cc-visa.svg rename to projects/icons-fontawesome/src/fa/brands/cc-visa.svg diff --git a/projects/icons-fontawesome/src/brands/centercode.svg b/projects/icons-fontawesome/src/fa/brands/centercode.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/centercode.svg rename to projects/icons-fontawesome/src/fa/brands/centercode.svg diff --git a/projects/icons-fontawesome/src/brands/centos.svg b/projects/icons-fontawesome/src/fa/brands/centos.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/centos.svg rename to projects/icons-fontawesome/src/fa/brands/centos.svg diff --git a/projects/icons-fontawesome/src/brands/chrome.svg b/projects/icons-fontawesome/src/fa/brands/chrome.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/chrome.svg rename to projects/icons-fontawesome/src/fa/brands/chrome.svg diff --git a/projects/icons-fontawesome/src/brands/chromecast.svg b/projects/icons-fontawesome/src/fa/brands/chromecast.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/chromecast.svg rename to projects/icons-fontawesome/src/fa/brands/chromecast.svg diff --git a/projects/icons-fontawesome/src/brands/cloudflare.svg b/projects/icons-fontawesome/src/fa/brands/cloudflare.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/cloudflare.svg rename to projects/icons-fontawesome/src/fa/brands/cloudflare.svg diff --git a/projects/icons-fontawesome/src/brands/cloudscale.svg b/projects/icons-fontawesome/src/fa/brands/cloudscale.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/cloudscale.svg rename to projects/icons-fontawesome/src/fa/brands/cloudscale.svg diff --git a/projects/icons-fontawesome/src/brands/cloudsmith.svg b/projects/icons-fontawesome/src/fa/brands/cloudsmith.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/cloudsmith.svg rename to projects/icons-fontawesome/src/fa/brands/cloudsmith.svg diff --git a/projects/icons-fontawesome/src/brands/cloudversify.svg b/projects/icons-fontawesome/src/fa/brands/cloudversify.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/cloudversify.svg rename to projects/icons-fontawesome/src/fa/brands/cloudversify.svg diff --git a/projects/icons-fontawesome/src/brands/cmplid.svg b/projects/icons-fontawesome/src/fa/brands/cmplid.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/cmplid.svg rename to projects/icons-fontawesome/src/fa/brands/cmplid.svg diff --git a/projects/icons-fontawesome/src/brands/codepen.svg b/projects/icons-fontawesome/src/fa/brands/codepen.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/codepen.svg rename to projects/icons-fontawesome/src/fa/brands/codepen.svg diff --git a/projects/icons-fontawesome/src/brands/codiepie.svg b/projects/icons-fontawesome/src/fa/brands/codiepie.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/codiepie.svg rename to projects/icons-fontawesome/src/fa/brands/codiepie.svg diff --git a/projects/icons-fontawesome/src/brands/confluence.svg b/projects/icons-fontawesome/src/fa/brands/confluence.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/confluence.svg rename to projects/icons-fontawesome/src/fa/brands/confluence.svg diff --git a/projects/icons-fontawesome/src/brands/connectdevelop.svg b/projects/icons-fontawesome/src/fa/brands/connectdevelop.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/connectdevelop.svg rename to projects/icons-fontawesome/src/fa/brands/connectdevelop.svg diff --git a/projects/icons-fontawesome/src/brands/contao.svg b/projects/icons-fontawesome/src/fa/brands/contao.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/contao.svg rename to projects/icons-fontawesome/src/fa/brands/contao.svg diff --git a/projects/icons-fontawesome/src/brands/cotton-bureau.svg b/projects/icons-fontawesome/src/fa/brands/cotton-bureau.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/cotton-bureau.svg rename to projects/icons-fontawesome/src/fa/brands/cotton-bureau.svg diff --git a/projects/icons-fontawesome/src/brands/cpanel.svg b/projects/icons-fontawesome/src/fa/brands/cpanel.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/cpanel.svg rename to projects/icons-fontawesome/src/fa/brands/cpanel.svg diff --git a/projects/icons-fontawesome/src/brands/creative-commons-by.svg b/projects/icons-fontawesome/src/fa/brands/creative-commons-by.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/creative-commons-by.svg rename to projects/icons-fontawesome/src/fa/brands/creative-commons-by.svg diff --git a/projects/icons-fontawesome/src/brands/creative-commons-nc-eu.svg b/projects/icons-fontawesome/src/fa/brands/creative-commons-nc-eu.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/creative-commons-nc-eu.svg rename to projects/icons-fontawesome/src/fa/brands/creative-commons-nc-eu.svg diff --git a/projects/icons-fontawesome/src/brands/creative-commons-nc-jp.svg b/projects/icons-fontawesome/src/fa/brands/creative-commons-nc-jp.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/creative-commons-nc-jp.svg rename to projects/icons-fontawesome/src/fa/brands/creative-commons-nc-jp.svg diff --git a/projects/icons-fontawesome/src/brands/creative-commons-nc.svg b/projects/icons-fontawesome/src/fa/brands/creative-commons-nc.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/creative-commons-nc.svg rename to projects/icons-fontawesome/src/fa/brands/creative-commons-nc.svg diff --git a/projects/icons-fontawesome/src/brands/creative-commons-nd.svg b/projects/icons-fontawesome/src/fa/brands/creative-commons-nd.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/creative-commons-nd.svg rename to projects/icons-fontawesome/src/fa/brands/creative-commons-nd.svg diff --git a/projects/icons-fontawesome/src/brands/creative-commons-pd-alt.svg b/projects/icons-fontawesome/src/fa/brands/creative-commons-pd-alt.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/creative-commons-pd-alt.svg rename to projects/icons-fontawesome/src/fa/brands/creative-commons-pd-alt.svg diff --git a/projects/icons-fontawesome/src/brands/creative-commons-pd.svg b/projects/icons-fontawesome/src/fa/brands/creative-commons-pd.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/creative-commons-pd.svg rename to projects/icons-fontawesome/src/fa/brands/creative-commons-pd.svg diff --git a/projects/icons-fontawesome/src/brands/creative-commons-remix.svg b/projects/icons-fontawesome/src/fa/brands/creative-commons-remix.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/creative-commons-remix.svg rename to projects/icons-fontawesome/src/fa/brands/creative-commons-remix.svg diff --git a/projects/icons-fontawesome/src/brands/creative-commons-sa.svg b/projects/icons-fontawesome/src/fa/brands/creative-commons-sa.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/creative-commons-sa.svg rename to projects/icons-fontawesome/src/fa/brands/creative-commons-sa.svg diff --git a/projects/icons-fontawesome/src/brands/creative-commons-sampling-plus.svg b/projects/icons-fontawesome/src/fa/brands/creative-commons-sampling-plus.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/creative-commons-sampling-plus.svg rename to projects/icons-fontawesome/src/fa/brands/creative-commons-sampling-plus.svg diff --git a/projects/icons-fontawesome/src/brands/creative-commons-sampling.svg b/projects/icons-fontawesome/src/fa/brands/creative-commons-sampling.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/creative-commons-sampling.svg rename to projects/icons-fontawesome/src/fa/brands/creative-commons-sampling.svg diff --git a/projects/icons-fontawesome/src/brands/creative-commons-share.svg b/projects/icons-fontawesome/src/fa/brands/creative-commons-share.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/creative-commons-share.svg rename to projects/icons-fontawesome/src/fa/brands/creative-commons-share.svg diff --git a/projects/icons-fontawesome/src/brands/creative-commons-zero.svg b/projects/icons-fontawesome/src/fa/brands/creative-commons-zero.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/creative-commons-zero.svg rename to projects/icons-fontawesome/src/fa/brands/creative-commons-zero.svg diff --git a/projects/icons-fontawesome/src/brands/creative-commons.svg b/projects/icons-fontawesome/src/fa/brands/creative-commons.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/creative-commons.svg rename to projects/icons-fontawesome/src/fa/brands/creative-commons.svg diff --git a/projects/icons-fontawesome/src/brands/critical-role.svg b/projects/icons-fontawesome/src/fa/brands/critical-role.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/critical-role.svg rename to projects/icons-fontawesome/src/fa/brands/critical-role.svg diff --git a/projects/icons-fontawesome/src/brands/css3-alt.svg b/projects/icons-fontawesome/src/fa/brands/css3-alt.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/css3-alt.svg rename to projects/icons-fontawesome/src/fa/brands/css3-alt.svg diff --git a/projects/icons-fontawesome/src/brands/css3.svg b/projects/icons-fontawesome/src/fa/brands/css3.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/css3.svg rename to projects/icons-fontawesome/src/fa/brands/css3.svg diff --git a/projects/icons-fontawesome/src/brands/cuttlefish.svg b/projects/icons-fontawesome/src/fa/brands/cuttlefish.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/cuttlefish.svg rename to projects/icons-fontawesome/src/fa/brands/cuttlefish.svg diff --git a/projects/icons-fontawesome/src/brands/d-and-d-beyond.svg b/projects/icons-fontawesome/src/fa/brands/d-and-d-beyond.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/d-and-d-beyond.svg rename to projects/icons-fontawesome/src/fa/brands/d-and-d-beyond.svg diff --git a/projects/icons-fontawesome/src/brands/d-and-d.svg b/projects/icons-fontawesome/src/fa/brands/d-and-d.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/d-and-d.svg rename to projects/icons-fontawesome/src/fa/brands/d-and-d.svg diff --git a/projects/icons-fontawesome/src/brands/dailymotion.svg b/projects/icons-fontawesome/src/fa/brands/dailymotion.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/dailymotion.svg rename to projects/icons-fontawesome/src/fa/brands/dailymotion.svg diff --git a/projects/icons-fontawesome/src/brands/dart-lang.svg b/projects/icons-fontawesome/src/fa/brands/dart-lang.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/dart-lang.svg rename to projects/icons-fontawesome/src/fa/brands/dart-lang.svg diff --git a/projects/icons-fontawesome/src/brands/dashcube.svg b/projects/icons-fontawesome/src/fa/brands/dashcube.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/dashcube.svg rename to projects/icons-fontawesome/src/fa/brands/dashcube.svg diff --git a/projects/icons-fontawesome/src/brands/debian.svg b/projects/icons-fontawesome/src/fa/brands/debian.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/debian.svg rename to projects/icons-fontawesome/src/fa/brands/debian.svg diff --git a/projects/icons-fontawesome/src/brands/deezer.svg b/projects/icons-fontawesome/src/fa/brands/deezer.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/deezer.svg rename to projects/icons-fontawesome/src/fa/brands/deezer.svg diff --git a/projects/icons-fontawesome/src/brands/delicious.svg b/projects/icons-fontawesome/src/fa/brands/delicious.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/delicious.svg rename to projects/icons-fontawesome/src/fa/brands/delicious.svg diff --git a/projects/icons-fontawesome/src/brands/deploydog.svg b/projects/icons-fontawesome/src/fa/brands/deploydog.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/deploydog.svg rename to projects/icons-fontawesome/src/fa/brands/deploydog.svg diff --git a/projects/icons-fontawesome/src/brands/deskpro.svg b/projects/icons-fontawesome/src/fa/brands/deskpro.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/deskpro.svg rename to projects/icons-fontawesome/src/fa/brands/deskpro.svg diff --git a/projects/icons-fontawesome/src/brands/dev.svg b/projects/icons-fontawesome/src/fa/brands/dev.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/dev.svg rename to projects/icons-fontawesome/src/fa/brands/dev.svg diff --git a/projects/icons-fontawesome/src/brands/deviantart.svg b/projects/icons-fontawesome/src/fa/brands/deviantart.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/deviantart.svg rename to projects/icons-fontawesome/src/fa/brands/deviantart.svg diff --git a/projects/icons-fontawesome/src/brands/dhl.svg b/projects/icons-fontawesome/src/fa/brands/dhl.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/dhl.svg rename to projects/icons-fontawesome/src/fa/brands/dhl.svg diff --git a/projects/icons-fontawesome/src/brands/diaspora.svg b/projects/icons-fontawesome/src/fa/brands/diaspora.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/diaspora.svg rename to projects/icons-fontawesome/src/fa/brands/diaspora.svg diff --git a/projects/icons-fontawesome/src/brands/digg.svg b/projects/icons-fontawesome/src/fa/brands/digg.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/digg.svg rename to projects/icons-fontawesome/src/fa/brands/digg.svg diff --git a/projects/icons-fontawesome/src/brands/digital-ocean.svg b/projects/icons-fontawesome/src/fa/brands/digital-ocean.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/digital-ocean.svg rename to projects/icons-fontawesome/src/fa/brands/digital-ocean.svg diff --git a/projects/icons-fontawesome/src/brands/discord.svg b/projects/icons-fontawesome/src/fa/brands/discord.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/discord.svg rename to projects/icons-fontawesome/src/fa/brands/discord.svg diff --git a/projects/icons-fontawesome/src/brands/discourse.svg b/projects/icons-fontawesome/src/fa/brands/discourse.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/discourse.svg rename to projects/icons-fontawesome/src/fa/brands/discourse.svg diff --git a/projects/icons-fontawesome/src/brands/dochub.svg b/projects/icons-fontawesome/src/fa/brands/dochub.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/dochub.svg rename to projects/icons-fontawesome/src/fa/brands/dochub.svg diff --git a/projects/icons-fontawesome/src/brands/docker.svg b/projects/icons-fontawesome/src/fa/brands/docker.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/docker.svg rename to projects/icons-fontawesome/src/fa/brands/docker.svg diff --git a/projects/icons-fontawesome/src/brands/draft2digital.svg b/projects/icons-fontawesome/src/fa/brands/draft2digital.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/draft2digital.svg rename to projects/icons-fontawesome/src/fa/brands/draft2digital.svg diff --git a/projects/icons-fontawesome/src/brands/dribbble.svg b/projects/icons-fontawesome/src/fa/brands/dribbble.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/dribbble.svg rename to projects/icons-fontawesome/src/fa/brands/dribbble.svg diff --git a/projects/icons-fontawesome/src/brands/dropbox.svg b/projects/icons-fontawesome/src/fa/brands/dropbox.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/dropbox.svg rename to projects/icons-fontawesome/src/fa/brands/dropbox.svg diff --git a/projects/icons-fontawesome/src/brands/drupal.svg b/projects/icons-fontawesome/src/fa/brands/drupal.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/drupal.svg rename to projects/icons-fontawesome/src/fa/brands/drupal.svg diff --git a/projects/icons-fontawesome/src/brands/dyalog.svg b/projects/icons-fontawesome/src/fa/brands/dyalog.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/dyalog.svg rename to projects/icons-fontawesome/src/fa/brands/dyalog.svg diff --git a/projects/icons-fontawesome/src/brands/earlybirds.svg b/projects/icons-fontawesome/src/fa/brands/earlybirds.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/earlybirds.svg rename to projects/icons-fontawesome/src/fa/brands/earlybirds.svg diff --git a/projects/icons-fontawesome/src/brands/ebay.svg b/projects/icons-fontawesome/src/fa/brands/ebay.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/ebay.svg rename to projects/icons-fontawesome/src/fa/brands/ebay.svg diff --git a/projects/icons-fontawesome/src/brands/edge-legacy.svg b/projects/icons-fontawesome/src/fa/brands/edge-legacy.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/edge-legacy.svg rename to projects/icons-fontawesome/src/fa/brands/edge-legacy.svg diff --git a/projects/icons-fontawesome/src/brands/edge.svg b/projects/icons-fontawesome/src/fa/brands/edge.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/edge.svg rename to projects/icons-fontawesome/src/fa/brands/edge.svg diff --git a/projects/icons-fontawesome/src/brands/elementor.svg b/projects/icons-fontawesome/src/fa/brands/elementor.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/elementor.svg rename to projects/icons-fontawesome/src/fa/brands/elementor.svg diff --git a/projects/icons-fontawesome/src/brands/ello.svg b/projects/icons-fontawesome/src/fa/brands/ello.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/ello.svg rename to projects/icons-fontawesome/src/fa/brands/ello.svg diff --git a/projects/icons-fontawesome/src/brands/ember.svg b/projects/icons-fontawesome/src/fa/brands/ember.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/ember.svg rename to projects/icons-fontawesome/src/fa/brands/ember.svg diff --git a/projects/icons-fontawesome/src/brands/empire.svg b/projects/icons-fontawesome/src/fa/brands/empire.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/empire.svg rename to projects/icons-fontawesome/src/fa/brands/empire.svg diff --git a/projects/icons-fontawesome/src/brands/envira.svg b/projects/icons-fontawesome/src/fa/brands/envira.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/envira.svg rename to projects/icons-fontawesome/src/fa/brands/envira.svg diff --git a/projects/icons-fontawesome/src/brands/erlang.svg b/projects/icons-fontawesome/src/fa/brands/erlang.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/erlang.svg rename to projects/icons-fontawesome/src/fa/brands/erlang.svg diff --git a/projects/icons-fontawesome/src/brands/ethereum.svg b/projects/icons-fontawesome/src/fa/brands/ethereum.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/ethereum.svg rename to projects/icons-fontawesome/src/fa/brands/ethereum.svg diff --git a/projects/icons-fontawesome/src/brands/etsy.svg b/projects/icons-fontawesome/src/fa/brands/etsy.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/etsy.svg rename to projects/icons-fontawesome/src/fa/brands/etsy.svg diff --git a/projects/icons-fontawesome/src/brands/evernote.svg b/projects/icons-fontawesome/src/fa/brands/evernote.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/evernote.svg rename to projects/icons-fontawesome/src/fa/brands/evernote.svg diff --git a/projects/icons-fontawesome/src/brands/expeditedssl.svg b/projects/icons-fontawesome/src/fa/brands/expeditedssl.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/expeditedssl.svg rename to projects/icons-fontawesome/src/fa/brands/expeditedssl.svg diff --git a/projects/icons-fontawesome/src/brands/facebook-f.svg b/projects/icons-fontawesome/src/fa/brands/facebook-f.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/facebook-f.svg rename to projects/icons-fontawesome/src/fa/brands/facebook-f.svg diff --git a/projects/icons-fontawesome/src/brands/facebook-messenger.svg b/projects/icons-fontawesome/src/fa/brands/facebook-messenger.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/facebook-messenger.svg rename to projects/icons-fontawesome/src/fa/brands/facebook-messenger.svg diff --git a/projects/icons-fontawesome/src/brands/facebook.svg b/projects/icons-fontawesome/src/fa/brands/facebook.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/facebook.svg rename to projects/icons-fontawesome/src/fa/brands/facebook.svg diff --git a/projects/icons-fontawesome/src/brands/fantasy-flight-games.svg b/projects/icons-fontawesome/src/fa/brands/fantasy-flight-games.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/fantasy-flight-games.svg rename to projects/icons-fontawesome/src/fa/brands/fantasy-flight-games.svg diff --git a/projects/icons-fontawesome/src/brands/fedex.svg b/projects/icons-fontawesome/src/fa/brands/fedex.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/fedex.svg rename to projects/icons-fontawesome/src/fa/brands/fedex.svg diff --git a/projects/icons-fontawesome/src/brands/fedora.svg b/projects/icons-fontawesome/src/fa/brands/fedora.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/fedora.svg rename to projects/icons-fontawesome/src/fa/brands/fedora.svg diff --git a/projects/icons-fontawesome/src/brands/figma.svg b/projects/icons-fontawesome/src/fa/brands/figma.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/figma.svg rename to projects/icons-fontawesome/src/fa/brands/figma.svg diff --git a/projects/icons-fontawesome/src/brands/firefox-browser.svg b/projects/icons-fontawesome/src/fa/brands/firefox-browser.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/firefox-browser.svg rename to projects/icons-fontawesome/src/fa/brands/firefox-browser.svg diff --git a/projects/icons-fontawesome/src/brands/firefox.svg b/projects/icons-fontawesome/src/fa/brands/firefox.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/firefox.svg rename to projects/icons-fontawesome/src/fa/brands/firefox.svg diff --git a/projects/icons-fontawesome/src/brands/first-order-alt.svg b/projects/icons-fontawesome/src/fa/brands/first-order-alt.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/first-order-alt.svg rename to projects/icons-fontawesome/src/fa/brands/first-order-alt.svg diff --git a/projects/icons-fontawesome/src/brands/first-order.svg b/projects/icons-fontawesome/src/fa/brands/first-order.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/first-order.svg rename to projects/icons-fontawesome/src/fa/brands/first-order.svg diff --git a/projects/icons-fontawesome/src/brands/firstdraft.svg b/projects/icons-fontawesome/src/fa/brands/firstdraft.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/firstdraft.svg rename to projects/icons-fontawesome/src/fa/brands/firstdraft.svg diff --git a/projects/icons-fontawesome/src/brands/flickr.svg b/projects/icons-fontawesome/src/fa/brands/flickr.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/flickr.svg rename to projects/icons-fontawesome/src/fa/brands/flickr.svg diff --git a/projects/icons-fontawesome/src/brands/flipboard.svg b/projects/icons-fontawesome/src/fa/brands/flipboard.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/flipboard.svg rename to projects/icons-fontawesome/src/fa/brands/flipboard.svg diff --git a/projects/icons-fontawesome/src/brands/flutter.svg b/projects/icons-fontawesome/src/fa/brands/flutter.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/flutter.svg rename to projects/icons-fontawesome/src/fa/brands/flutter.svg diff --git a/projects/icons-fontawesome/src/brands/fly.svg b/projects/icons-fontawesome/src/fa/brands/fly.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/fly.svg rename to projects/icons-fontawesome/src/fa/brands/fly.svg diff --git a/projects/icons-fontawesome/src/brands/font-awesome.svg b/projects/icons-fontawesome/src/fa/brands/font-awesome.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/font-awesome.svg rename to projects/icons-fontawesome/src/fa/brands/font-awesome.svg diff --git a/projects/icons-fontawesome/src/brands/fonticons-fi.svg b/projects/icons-fontawesome/src/fa/brands/fonticons-fi.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/fonticons-fi.svg rename to projects/icons-fontawesome/src/fa/brands/fonticons-fi.svg diff --git a/projects/icons-fontawesome/src/brands/fonticons.svg b/projects/icons-fontawesome/src/fa/brands/fonticons.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/fonticons.svg rename to projects/icons-fontawesome/src/fa/brands/fonticons.svg diff --git a/projects/icons-fontawesome/src/brands/fort-awesome-alt.svg b/projects/icons-fontawesome/src/fa/brands/fort-awesome-alt.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/fort-awesome-alt.svg rename to projects/icons-fontawesome/src/fa/brands/fort-awesome-alt.svg diff --git a/projects/icons-fontawesome/src/brands/fort-awesome.svg b/projects/icons-fontawesome/src/fa/brands/fort-awesome.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/fort-awesome.svg rename to projects/icons-fontawesome/src/fa/brands/fort-awesome.svg diff --git a/projects/icons-fontawesome/src/brands/forumbee.svg b/projects/icons-fontawesome/src/fa/brands/forumbee.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/forumbee.svg rename to projects/icons-fontawesome/src/fa/brands/forumbee.svg diff --git a/projects/icons-fontawesome/src/brands/foursquare.svg b/projects/icons-fontawesome/src/fa/brands/foursquare.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/foursquare.svg rename to projects/icons-fontawesome/src/fa/brands/foursquare.svg diff --git a/projects/icons-fontawesome/src/brands/free-code-camp.svg b/projects/icons-fontawesome/src/fa/brands/free-code-camp.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/free-code-camp.svg rename to projects/icons-fontawesome/src/fa/brands/free-code-camp.svg diff --git a/projects/icons-fontawesome/src/brands/freebsd.svg b/projects/icons-fontawesome/src/fa/brands/freebsd.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/freebsd.svg rename to projects/icons-fontawesome/src/fa/brands/freebsd.svg diff --git a/projects/icons-fontawesome/src/brands/fulcrum.svg b/projects/icons-fontawesome/src/fa/brands/fulcrum.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/fulcrum.svg rename to projects/icons-fontawesome/src/fa/brands/fulcrum.svg diff --git a/projects/icons-fontawesome/src/brands/galactic-republic.svg b/projects/icons-fontawesome/src/fa/brands/galactic-republic.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/galactic-republic.svg rename to projects/icons-fontawesome/src/fa/brands/galactic-republic.svg diff --git a/projects/icons-fontawesome/src/brands/galactic-senate.svg b/projects/icons-fontawesome/src/fa/brands/galactic-senate.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/galactic-senate.svg rename to projects/icons-fontawesome/src/fa/brands/galactic-senate.svg diff --git a/projects/icons-fontawesome/src/brands/get-pocket.svg b/projects/icons-fontawesome/src/fa/brands/get-pocket.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/get-pocket.svg rename to projects/icons-fontawesome/src/fa/brands/get-pocket.svg diff --git a/projects/icons-fontawesome/src/brands/gg-circle.svg b/projects/icons-fontawesome/src/fa/brands/gg-circle.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/gg-circle.svg rename to projects/icons-fontawesome/src/fa/brands/gg-circle.svg diff --git a/projects/icons-fontawesome/src/brands/gg.svg b/projects/icons-fontawesome/src/fa/brands/gg.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/gg.svg rename to projects/icons-fontawesome/src/fa/brands/gg.svg diff --git a/projects/icons-fontawesome/src/brands/git-alt.svg b/projects/icons-fontawesome/src/fa/brands/git-alt.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/git-alt.svg rename to projects/icons-fontawesome/src/fa/brands/git-alt.svg diff --git a/projects/icons-fontawesome/src/brands/git.svg b/projects/icons-fontawesome/src/fa/brands/git.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/git.svg rename to projects/icons-fontawesome/src/fa/brands/git.svg diff --git a/projects/icons-fontawesome/src/brands/github-alt.svg b/projects/icons-fontawesome/src/fa/brands/github-alt.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/github-alt.svg rename to projects/icons-fontawesome/src/fa/brands/github-alt.svg diff --git a/projects/icons-fontawesome/src/brands/github.svg b/projects/icons-fontawesome/src/fa/brands/github.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/github.svg rename to projects/icons-fontawesome/src/fa/brands/github.svg diff --git a/projects/icons-fontawesome/src/brands/gitkraken.svg b/projects/icons-fontawesome/src/fa/brands/gitkraken.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/gitkraken.svg rename to projects/icons-fontawesome/src/fa/brands/gitkraken.svg diff --git a/projects/icons-fontawesome/src/brands/gitlab.svg b/projects/icons-fontawesome/src/fa/brands/gitlab.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/gitlab.svg rename to projects/icons-fontawesome/src/fa/brands/gitlab.svg diff --git a/projects/icons-fontawesome/src/brands/gitter.svg b/projects/icons-fontawesome/src/fa/brands/gitter.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/gitter.svg rename to projects/icons-fontawesome/src/fa/brands/gitter.svg diff --git a/projects/icons-fontawesome/src/brands/glide-g.svg b/projects/icons-fontawesome/src/fa/brands/glide-g.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/glide-g.svg rename to projects/icons-fontawesome/src/fa/brands/glide-g.svg diff --git a/projects/icons-fontawesome/src/brands/glide.svg b/projects/icons-fontawesome/src/fa/brands/glide.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/glide.svg rename to projects/icons-fontawesome/src/fa/brands/glide.svg diff --git a/projects/icons-fontawesome/src/brands/gofore.svg b/projects/icons-fontawesome/src/fa/brands/gofore.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/gofore.svg rename to projects/icons-fontawesome/src/fa/brands/gofore.svg diff --git a/projects/icons-fontawesome/src/brands/golang.svg b/projects/icons-fontawesome/src/fa/brands/golang.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/golang.svg rename to projects/icons-fontawesome/src/fa/brands/golang.svg diff --git a/projects/icons-fontawesome/src/brands/goodreads-g.svg b/projects/icons-fontawesome/src/fa/brands/goodreads-g.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/goodreads-g.svg rename to projects/icons-fontawesome/src/fa/brands/goodreads-g.svg diff --git a/projects/icons-fontawesome/src/brands/goodreads.svg b/projects/icons-fontawesome/src/fa/brands/goodreads.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/goodreads.svg rename to projects/icons-fontawesome/src/fa/brands/goodreads.svg diff --git a/projects/icons-fontawesome/src/brands/google-drive.svg b/projects/icons-fontawesome/src/fa/brands/google-drive.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/google-drive.svg rename to projects/icons-fontawesome/src/fa/brands/google-drive.svg diff --git a/projects/icons-fontawesome/src/brands/google-pay.svg b/projects/icons-fontawesome/src/fa/brands/google-pay.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/google-pay.svg rename to projects/icons-fontawesome/src/fa/brands/google-pay.svg diff --git a/projects/icons-fontawesome/src/brands/google-play.svg b/projects/icons-fontawesome/src/fa/brands/google-play.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/google-play.svg rename to projects/icons-fontawesome/src/fa/brands/google-play.svg diff --git a/projects/icons-fontawesome/src/brands/google-plus-g.svg b/projects/icons-fontawesome/src/fa/brands/google-plus-g.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/google-plus-g.svg rename to projects/icons-fontawesome/src/fa/brands/google-plus-g.svg diff --git a/projects/icons-fontawesome/src/brands/google-plus.svg b/projects/icons-fontawesome/src/fa/brands/google-plus.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/google-plus.svg rename to projects/icons-fontawesome/src/fa/brands/google-plus.svg diff --git a/projects/icons-fontawesome/src/brands/google-scholar.svg b/projects/icons-fontawesome/src/fa/brands/google-scholar.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/google-scholar.svg rename to projects/icons-fontawesome/src/fa/brands/google-scholar.svg diff --git a/projects/icons-fontawesome/src/brands/google-wallet.svg b/projects/icons-fontawesome/src/fa/brands/google-wallet.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/google-wallet.svg rename to projects/icons-fontawesome/src/fa/brands/google-wallet.svg diff --git a/projects/icons-fontawesome/src/brands/google.svg b/projects/icons-fontawesome/src/fa/brands/google.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/google.svg rename to projects/icons-fontawesome/src/fa/brands/google.svg diff --git a/projects/icons-fontawesome/src/brands/gratipay.svg b/projects/icons-fontawesome/src/fa/brands/gratipay.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/gratipay.svg rename to projects/icons-fontawesome/src/fa/brands/gratipay.svg diff --git a/projects/icons-fontawesome/src/brands/grav.svg b/projects/icons-fontawesome/src/fa/brands/grav.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/grav.svg rename to projects/icons-fontawesome/src/fa/brands/grav.svg diff --git a/projects/icons-fontawesome/src/brands/gripfire.svg b/projects/icons-fontawesome/src/fa/brands/gripfire.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/gripfire.svg rename to projects/icons-fontawesome/src/fa/brands/gripfire.svg diff --git a/projects/icons-fontawesome/src/brands/grunt.svg b/projects/icons-fontawesome/src/fa/brands/grunt.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/grunt.svg rename to projects/icons-fontawesome/src/fa/brands/grunt.svg diff --git a/projects/icons-fontawesome/src/brands/guilded.svg b/projects/icons-fontawesome/src/fa/brands/guilded.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/guilded.svg rename to projects/icons-fontawesome/src/fa/brands/guilded.svg diff --git a/projects/icons-fontawesome/src/brands/gulp.svg b/projects/icons-fontawesome/src/fa/brands/gulp.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/gulp.svg rename to projects/icons-fontawesome/src/fa/brands/gulp.svg diff --git a/projects/icons-fontawesome/src/brands/hacker-news.svg b/projects/icons-fontawesome/src/fa/brands/hacker-news.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/hacker-news.svg rename to projects/icons-fontawesome/src/fa/brands/hacker-news.svg diff --git a/projects/icons-fontawesome/src/brands/hackerrank.svg b/projects/icons-fontawesome/src/fa/brands/hackerrank.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/hackerrank.svg rename to projects/icons-fontawesome/src/fa/brands/hackerrank.svg diff --git a/projects/icons-fontawesome/src/brands/hashnode.svg b/projects/icons-fontawesome/src/fa/brands/hashnode.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/hashnode.svg rename to projects/icons-fontawesome/src/fa/brands/hashnode.svg diff --git a/projects/icons-fontawesome/src/brands/hips.svg b/projects/icons-fontawesome/src/fa/brands/hips.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/hips.svg rename to projects/icons-fontawesome/src/fa/brands/hips.svg diff --git a/projects/icons-fontawesome/src/brands/hire-a-helper.svg b/projects/icons-fontawesome/src/fa/brands/hire-a-helper.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/hire-a-helper.svg rename to projects/icons-fontawesome/src/fa/brands/hire-a-helper.svg diff --git a/projects/icons-fontawesome/src/brands/hive.svg b/projects/icons-fontawesome/src/fa/brands/hive.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/hive.svg rename to projects/icons-fontawesome/src/fa/brands/hive.svg diff --git a/projects/icons-fontawesome/src/brands/hooli.svg b/projects/icons-fontawesome/src/fa/brands/hooli.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/hooli.svg rename to projects/icons-fontawesome/src/fa/brands/hooli.svg diff --git a/projects/icons-fontawesome/src/brands/hornbill.svg b/projects/icons-fontawesome/src/fa/brands/hornbill.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/hornbill.svg rename to projects/icons-fontawesome/src/fa/brands/hornbill.svg diff --git a/projects/icons-fontawesome/src/brands/hotjar.svg b/projects/icons-fontawesome/src/fa/brands/hotjar.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/hotjar.svg rename to projects/icons-fontawesome/src/fa/brands/hotjar.svg diff --git a/projects/icons-fontawesome/src/brands/houzz.svg b/projects/icons-fontawesome/src/fa/brands/houzz.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/houzz.svg rename to projects/icons-fontawesome/src/fa/brands/houzz.svg diff --git a/projects/icons-fontawesome/src/brands/html5.svg b/projects/icons-fontawesome/src/fa/brands/html5.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/html5.svg rename to projects/icons-fontawesome/src/fa/brands/html5.svg diff --git a/projects/icons-fontawesome/src/brands/hubspot.svg b/projects/icons-fontawesome/src/fa/brands/hubspot.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/hubspot.svg rename to projects/icons-fontawesome/src/fa/brands/hubspot.svg diff --git a/projects/icons-fontawesome/src/brands/ideal.svg b/projects/icons-fontawesome/src/fa/brands/ideal.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/ideal.svg rename to projects/icons-fontawesome/src/fa/brands/ideal.svg diff --git a/projects/icons-fontawesome/src/brands/imdb.svg b/projects/icons-fontawesome/src/fa/brands/imdb.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/imdb.svg rename to projects/icons-fontawesome/src/fa/brands/imdb.svg diff --git a/projects/icons-fontawesome/src/brands/instagram.svg b/projects/icons-fontawesome/src/fa/brands/instagram.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/instagram.svg rename to projects/icons-fontawesome/src/fa/brands/instagram.svg diff --git a/projects/icons-fontawesome/src/brands/instalod.svg b/projects/icons-fontawesome/src/fa/brands/instalod.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/instalod.svg rename to projects/icons-fontawesome/src/fa/brands/instalod.svg diff --git a/projects/icons-fontawesome/src/brands/intercom.svg b/projects/icons-fontawesome/src/fa/brands/intercom.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/intercom.svg rename to projects/icons-fontawesome/src/fa/brands/intercom.svg diff --git a/projects/icons-fontawesome/src/brands/internet-explorer.svg b/projects/icons-fontawesome/src/fa/brands/internet-explorer.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/internet-explorer.svg rename to projects/icons-fontawesome/src/fa/brands/internet-explorer.svg diff --git a/projects/icons-fontawesome/src/brands/invision.svg b/projects/icons-fontawesome/src/fa/brands/invision.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/invision.svg rename to projects/icons-fontawesome/src/fa/brands/invision.svg diff --git a/projects/icons-fontawesome/src/brands/ioxhost.svg b/projects/icons-fontawesome/src/fa/brands/ioxhost.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/ioxhost.svg rename to projects/icons-fontawesome/src/fa/brands/ioxhost.svg diff --git a/projects/icons-fontawesome/src/brands/itch-io.svg b/projects/icons-fontawesome/src/fa/brands/itch-io.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/itch-io.svg rename to projects/icons-fontawesome/src/fa/brands/itch-io.svg diff --git a/projects/icons-fontawesome/src/brands/itunes-note.svg b/projects/icons-fontawesome/src/fa/brands/itunes-note.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/itunes-note.svg rename to projects/icons-fontawesome/src/fa/brands/itunes-note.svg diff --git a/projects/icons-fontawesome/src/brands/itunes.svg b/projects/icons-fontawesome/src/fa/brands/itunes.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/itunes.svg rename to projects/icons-fontawesome/src/fa/brands/itunes.svg diff --git a/projects/icons-fontawesome/src/brands/java.svg b/projects/icons-fontawesome/src/fa/brands/java.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/java.svg rename to projects/icons-fontawesome/src/fa/brands/java.svg diff --git a/projects/icons-fontawesome/src/brands/jedi-order.svg b/projects/icons-fontawesome/src/fa/brands/jedi-order.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/jedi-order.svg rename to projects/icons-fontawesome/src/fa/brands/jedi-order.svg diff --git a/projects/icons-fontawesome/src/brands/jenkins.svg b/projects/icons-fontawesome/src/fa/brands/jenkins.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/jenkins.svg rename to projects/icons-fontawesome/src/fa/brands/jenkins.svg diff --git a/projects/icons-fontawesome/src/brands/jira.svg b/projects/icons-fontawesome/src/fa/brands/jira.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/jira.svg rename to projects/icons-fontawesome/src/fa/brands/jira.svg diff --git a/projects/icons-fontawesome/src/brands/joget.svg b/projects/icons-fontawesome/src/fa/brands/joget.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/joget.svg rename to projects/icons-fontawesome/src/fa/brands/joget.svg diff --git a/projects/icons-fontawesome/src/brands/joomla.svg b/projects/icons-fontawesome/src/fa/brands/joomla.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/joomla.svg rename to projects/icons-fontawesome/src/fa/brands/joomla.svg diff --git a/projects/icons-fontawesome/src/brands/js.svg b/projects/icons-fontawesome/src/fa/brands/js.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/js.svg rename to projects/icons-fontawesome/src/fa/brands/js.svg diff --git a/projects/icons-fontawesome/src/brands/jsfiddle.svg b/projects/icons-fontawesome/src/fa/brands/jsfiddle.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/jsfiddle.svg rename to projects/icons-fontawesome/src/fa/brands/jsfiddle.svg diff --git a/projects/icons-fontawesome/src/brands/jxl.svg b/projects/icons-fontawesome/src/fa/brands/jxl.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/jxl.svg rename to projects/icons-fontawesome/src/fa/brands/jxl.svg diff --git a/projects/icons-fontawesome/src/brands/kaggle.svg b/projects/icons-fontawesome/src/fa/brands/kaggle.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/kaggle.svg rename to projects/icons-fontawesome/src/fa/brands/kaggle.svg diff --git a/projects/icons-fontawesome/src/brands/keybase.svg b/projects/icons-fontawesome/src/fa/brands/keybase.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/keybase.svg rename to projects/icons-fontawesome/src/fa/brands/keybase.svg diff --git a/projects/icons-fontawesome/src/brands/keycdn.svg b/projects/icons-fontawesome/src/fa/brands/keycdn.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/keycdn.svg rename to projects/icons-fontawesome/src/fa/brands/keycdn.svg diff --git a/projects/icons-fontawesome/src/brands/kickstarter-k.svg b/projects/icons-fontawesome/src/fa/brands/kickstarter-k.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/kickstarter-k.svg rename to projects/icons-fontawesome/src/fa/brands/kickstarter-k.svg diff --git a/projects/icons-fontawesome/src/brands/kickstarter.svg b/projects/icons-fontawesome/src/fa/brands/kickstarter.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/kickstarter.svg rename to projects/icons-fontawesome/src/fa/brands/kickstarter.svg diff --git a/projects/icons-fontawesome/src/brands/korvue.svg b/projects/icons-fontawesome/src/fa/brands/korvue.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/korvue.svg rename to projects/icons-fontawesome/src/fa/brands/korvue.svg diff --git a/projects/icons-fontawesome/src/brands/laravel.svg b/projects/icons-fontawesome/src/fa/brands/laravel.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/laravel.svg rename to projects/icons-fontawesome/src/fa/brands/laravel.svg diff --git a/projects/icons-fontawesome/src/brands/lastfm.svg b/projects/icons-fontawesome/src/fa/brands/lastfm.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/lastfm.svg rename to projects/icons-fontawesome/src/fa/brands/lastfm.svg diff --git a/projects/icons-fontawesome/src/brands/leanpub.svg b/projects/icons-fontawesome/src/fa/brands/leanpub.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/leanpub.svg rename to projects/icons-fontawesome/src/fa/brands/leanpub.svg diff --git a/projects/icons-fontawesome/src/brands/less.svg b/projects/icons-fontawesome/src/fa/brands/less.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/less.svg rename to projects/icons-fontawesome/src/fa/brands/less.svg diff --git a/projects/icons-fontawesome/src/brands/letterboxd.svg b/projects/icons-fontawesome/src/fa/brands/letterboxd.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/letterboxd.svg rename to projects/icons-fontawesome/src/fa/brands/letterboxd.svg diff --git a/projects/icons-fontawesome/src/brands/line.svg b/projects/icons-fontawesome/src/fa/brands/line.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/line.svg rename to projects/icons-fontawesome/src/fa/brands/line.svg diff --git a/projects/icons-fontawesome/src/brands/linkedin-in.svg b/projects/icons-fontawesome/src/fa/brands/linkedin-in.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/linkedin-in.svg rename to projects/icons-fontawesome/src/fa/brands/linkedin-in.svg diff --git a/projects/icons-fontawesome/src/brands/linkedin.svg b/projects/icons-fontawesome/src/fa/brands/linkedin.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/linkedin.svg rename to projects/icons-fontawesome/src/fa/brands/linkedin.svg diff --git a/projects/icons-fontawesome/src/brands/linode.svg b/projects/icons-fontawesome/src/fa/brands/linode.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/linode.svg rename to projects/icons-fontawesome/src/fa/brands/linode.svg diff --git a/projects/icons-fontawesome/src/brands/linux.svg b/projects/icons-fontawesome/src/fa/brands/linux.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/linux.svg rename to projects/icons-fontawesome/src/fa/brands/linux.svg diff --git a/projects/icons-fontawesome/src/brands/lyft.svg b/projects/icons-fontawesome/src/fa/brands/lyft.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/lyft.svg rename to projects/icons-fontawesome/src/fa/brands/lyft.svg diff --git a/projects/icons-fontawesome/src/brands/magento.svg b/projects/icons-fontawesome/src/fa/brands/magento.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/magento.svg rename to projects/icons-fontawesome/src/fa/brands/magento.svg diff --git a/projects/icons-fontawesome/src/brands/mailchimp.svg b/projects/icons-fontawesome/src/fa/brands/mailchimp.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/mailchimp.svg rename to projects/icons-fontawesome/src/fa/brands/mailchimp.svg diff --git a/projects/icons-fontawesome/src/brands/mandalorian.svg b/projects/icons-fontawesome/src/fa/brands/mandalorian.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/mandalorian.svg rename to projects/icons-fontawesome/src/fa/brands/mandalorian.svg diff --git a/projects/icons-fontawesome/src/brands/markdown.svg b/projects/icons-fontawesome/src/fa/brands/markdown.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/markdown.svg rename to projects/icons-fontawesome/src/fa/brands/markdown.svg diff --git a/projects/icons-fontawesome/src/brands/mastodon.svg b/projects/icons-fontawesome/src/fa/brands/mastodon.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/mastodon.svg rename to projects/icons-fontawesome/src/fa/brands/mastodon.svg diff --git a/projects/icons-fontawesome/src/brands/maxcdn.svg b/projects/icons-fontawesome/src/fa/brands/maxcdn.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/maxcdn.svg rename to projects/icons-fontawesome/src/fa/brands/maxcdn.svg diff --git a/projects/icons-fontawesome/src/brands/mdb.svg b/projects/icons-fontawesome/src/fa/brands/mdb.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/mdb.svg rename to projects/icons-fontawesome/src/fa/brands/mdb.svg diff --git a/projects/icons-fontawesome/src/brands/medapps.svg b/projects/icons-fontawesome/src/fa/brands/medapps.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/medapps.svg rename to projects/icons-fontawesome/src/fa/brands/medapps.svg diff --git a/projects/icons-fontawesome/src/brands/medium.svg b/projects/icons-fontawesome/src/fa/brands/medium.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/medium.svg rename to projects/icons-fontawesome/src/fa/brands/medium.svg diff --git a/projects/icons-fontawesome/src/brands/medrt.svg b/projects/icons-fontawesome/src/fa/brands/medrt.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/medrt.svg rename to projects/icons-fontawesome/src/fa/brands/medrt.svg diff --git a/projects/icons-fontawesome/src/brands/meetup.svg b/projects/icons-fontawesome/src/fa/brands/meetup.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/meetup.svg rename to projects/icons-fontawesome/src/fa/brands/meetup.svg diff --git a/projects/icons-fontawesome/src/brands/megaport.svg b/projects/icons-fontawesome/src/fa/brands/megaport.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/megaport.svg rename to projects/icons-fontawesome/src/fa/brands/megaport.svg diff --git a/projects/icons-fontawesome/src/brands/mendeley.svg b/projects/icons-fontawesome/src/fa/brands/mendeley.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/mendeley.svg rename to projects/icons-fontawesome/src/fa/brands/mendeley.svg diff --git a/projects/icons-fontawesome/src/brands/meta.svg b/projects/icons-fontawesome/src/fa/brands/meta.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/meta.svg rename to projects/icons-fontawesome/src/fa/brands/meta.svg diff --git a/projects/icons-fontawesome/src/brands/microblog.svg b/projects/icons-fontawesome/src/fa/brands/microblog.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/microblog.svg rename to projects/icons-fontawesome/src/fa/brands/microblog.svg diff --git a/projects/icons-fontawesome/src/brands/microsoft.svg b/projects/icons-fontawesome/src/fa/brands/microsoft.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/microsoft.svg rename to projects/icons-fontawesome/src/fa/brands/microsoft.svg diff --git a/projects/icons-fontawesome/src/brands/mintbit.svg b/projects/icons-fontawesome/src/fa/brands/mintbit.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/mintbit.svg rename to projects/icons-fontawesome/src/fa/brands/mintbit.svg diff --git a/projects/icons-fontawesome/src/brands/mix.svg b/projects/icons-fontawesome/src/fa/brands/mix.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/mix.svg rename to projects/icons-fontawesome/src/fa/brands/mix.svg diff --git a/projects/icons-fontawesome/src/brands/mixcloud.svg b/projects/icons-fontawesome/src/fa/brands/mixcloud.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/mixcloud.svg rename to projects/icons-fontawesome/src/fa/brands/mixcloud.svg diff --git a/projects/icons-fontawesome/src/brands/mixer.svg b/projects/icons-fontawesome/src/fa/brands/mixer.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/mixer.svg rename to projects/icons-fontawesome/src/fa/brands/mixer.svg diff --git a/projects/icons-fontawesome/src/brands/mizuni.svg b/projects/icons-fontawesome/src/fa/brands/mizuni.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/mizuni.svg rename to projects/icons-fontawesome/src/fa/brands/mizuni.svg diff --git a/projects/icons-fontawesome/src/brands/modx.svg b/projects/icons-fontawesome/src/fa/brands/modx.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/modx.svg rename to projects/icons-fontawesome/src/fa/brands/modx.svg diff --git a/projects/icons-fontawesome/src/brands/monero.svg b/projects/icons-fontawesome/src/fa/brands/monero.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/monero.svg rename to projects/icons-fontawesome/src/fa/brands/monero.svg diff --git a/projects/icons-fontawesome/src/brands/napster.svg b/projects/icons-fontawesome/src/fa/brands/napster.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/napster.svg rename to projects/icons-fontawesome/src/fa/brands/napster.svg diff --git a/projects/icons-fontawesome/src/brands/neos.svg b/projects/icons-fontawesome/src/fa/brands/neos.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/neos.svg rename to projects/icons-fontawesome/src/fa/brands/neos.svg diff --git a/projects/icons-fontawesome/src/brands/nfc-directional.svg b/projects/icons-fontawesome/src/fa/brands/nfc-directional.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/nfc-directional.svg rename to projects/icons-fontawesome/src/fa/brands/nfc-directional.svg diff --git a/projects/icons-fontawesome/src/brands/nfc-symbol.svg b/projects/icons-fontawesome/src/fa/brands/nfc-symbol.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/nfc-symbol.svg rename to projects/icons-fontawesome/src/fa/brands/nfc-symbol.svg diff --git a/projects/icons-fontawesome/src/brands/nimblr.svg b/projects/icons-fontawesome/src/fa/brands/nimblr.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/nimblr.svg rename to projects/icons-fontawesome/src/fa/brands/nimblr.svg diff --git a/projects/icons-fontawesome/src/brands/node-js.svg b/projects/icons-fontawesome/src/fa/brands/node-js.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/node-js.svg rename to projects/icons-fontawesome/src/fa/brands/node-js.svg diff --git a/projects/icons-fontawesome/src/brands/node.svg b/projects/icons-fontawesome/src/fa/brands/node.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/node.svg rename to projects/icons-fontawesome/src/fa/brands/node.svg diff --git a/projects/icons-fontawesome/src/brands/npm.svg b/projects/icons-fontawesome/src/fa/brands/npm.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/npm.svg rename to projects/icons-fontawesome/src/fa/brands/npm.svg diff --git a/projects/icons-fontawesome/src/brands/ns8.svg b/projects/icons-fontawesome/src/fa/brands/ns8.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/ns8.svg rename to projects/icons-fontawesome/src/fa/brands/ns8.svg diff --git a/projects/icons-fontawesome/src/brands/nutritionix.svg b/projects/icons-fontawesome/src/fa/brands/nutritionix.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/nutritionix.svg rename to projects/icons-fontawesome/src/fa/brands/nutritionix.svg diff --git a/projects/icons-fontawesome/src/brands/octopus-deploy.svg b/projects/icons-fontawesome/src/fa/brands/octopus-deploy.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/octopus-deploy.svg rename to projects/icons-fontawesome/src/fa/brands/octopus-deploy.svg diff --git a/projects/icons-fontawesome/src/brands/odnoklassniki.svg b/projects/icons-fontawesome/src/fa/brands/odnoklassniki.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/odnoklassniki.svg rename to projects/icons-fontawesome/src/fa/brands/odnoklassniki.svg diff --git a/projects/icons-fontawesome/src/brands/odysee.svg b/projects/icons-fontawesome/src/fa/brands/odysee.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/odysee.svg rename to projects/icons-fontawesome/src/fa/brands/odysee.svg diff --git a/projects/icons-fontawesome/src/brands/old-republic.svg b/projects/icons-fontawesome/src/fa/brands/old-republic.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/old-republic.svg rename to projects/icons-fontawesome/src/fa/brands/old-republic.svg diff --git a/projects/icons-fontawesome/src/brands/opencart.svg b/projects/icons-fontawesome/src/fa/brands/opencart.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/opencart.svg rename to projects/icons-fontawesome/src/fa/brands/opencart.svg diff --git a/projects/icons-fontawesome/src/brands/openid.svg b/projects/icons-fontawesome/src/fa/brands/openid.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/openid.svg rename to projects/icons-fontawesome/src/fa/brands/openid.svg diff --git a/projects/icons-fontawesome/src/brands/opensuse.svg b/projects/icons-fontawesome/src/fa/brands/opensuse.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/opensuse.svg rename to projects/icons-fontawesome/src/fa/brands/opensuse.svg diff --git a/projects/icons-fontawesome/src/brands/opera.svg b/projects/icons-fontawesome/src/fa/brands/opera.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/opera.svg rename to projects/icons-fontawesome/src/fa/brands/opera.svg diff --git a/projects/icons-fontawesome/src/brands/optin-monster.svg b/projects/icons-fontawesome/src/fa/brands/optin-monster.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/optin-monster.svg rename to projects/icons-fontawesome/src/fa/brands/optin-monster.svg diff --git a/projects/icons-fontawesome/src/brands/orcid.svg b/projects/icons-fontawesome/src/fa/brands/orcid.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/orcid.svg rename to projects/icons-fontawesome/src/fa/brands/orcid.svg diff --git a/projects/icons-fontawesome/src/brands/osi.svg b/projects/icons-fontawesome/src/fa/brands/osi.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/osi.svg rename to projects/icons-fontawesome/src/fa/brands/osi.svg diff --git a/projects/icons-fontawesome/src/brands/padlet.svg b/projects/icons-fontawesome/src/fa/brands/padlet.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/padlet.svg rename to projects/icons-fontawesome/src/fa/brands/padlet.svg diff --git a/projects/icons-fontawesome/src/brands/page4.svg b/projects/icons-fontawesome/src/fa/brands/page4.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/page4.svg rename to projects/icons-fontawesome/src/fa/brands/page4.svg diff --git a/projects/icons-fontawesome/src/brands/pagelines.svg b/projects/icons-fontawesome/src/fa/brands/pagelines.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/pagelines.svg rename to projects/icons-fontawesome/src/fa/brands/pagelines.svg diff --git a/projects/icons-fontawesome/src/brands/palfed.svg b/projects/icons-fontawesome/src/fa/brands/palfed.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/palfed.svg rename to projects/icons-fontawesome/src/fa/brands/palfed.svg diff --git a/projects/icons-fontawesome/src/brands/patreon.svg b/projects/icons-fontawesome/src/fa/brands/patreon.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/patreon.svg rename to projects/icons-fontawesome/src/fa/brands/patreon.svg diff --git a/projects/icons-fontawesome/src/brands/paypal.svg b/projects/icons-fontawesome/src/fa/brands/paypal.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/paypal.svg rename to projects/icons-fontawesome/src/fa/brands/paypal.svg diff --git a/projects/icons-fontawesome/src/brands/perbyte.svg b/projects/icons-fontawesome/src/fa/brands/perbyte.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/perbyte.svg rename to projects/icons-fontawesome/src/fa/brands/perbyte.svg diff --git a/projects/icons-fontawesome/src/brands/periscope.svg b/projects/icons-fontawesome/src/fa/brands/periscope.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/periscope.svg rename to projects/icons-fontawesome/src/fa/brands/periscope.svg diff --git a/projects/icons-fontawesome/src/brands/phabricator.svg b/projects/icons-fontawesome/src/fa/brands/phabricator.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/phabricator.svg rename to projects/icons-fontawesome/src/fa/brands/phabricator.svg diff --git a/projects/icons-fontawesome/src/brands/phoenix-framework.svg b/projects/icons-fontawesome/src/fa/brands/phoenix-framework.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/phoenix-framework.svg rename to projects/icons-fontawesome/src/fa/brands/phoenix-framework.svg diff --git a/projects/icons-fontawesome/src/brands/phoenix-squadron.svg b/projects/icons-fontawesome/src/fa/brands/phoenix-squadron.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/phoenix-squadron.svg rename to projects/icons-fontawesome/src/fa/brands/phoenix-squadron.svg diff --git a/projects/icons-fontawesome/src/brands/php.svg b/projects/icons-fontawesome/src/fa/brands/php.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/php.svg rename to projects/icons-fontawesome/src/fa/brands/php.svg diff --git a/projects/icons-fontawesome/src/brands/pied-piper-alt.svg b/projects/icons-fontawesome/src/fa/brands/pied-piper-alt.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/pied-piper-alt.svg rename to projects/icons-fontawesome/src/fa/brands/pied-piper-alt.svg diff --git a/projects/icons-fontawesome/src/brands/pied-piper-hat.svg b/projects/icons-fontawesome/src/fa/brands/pied-piper-hat.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/pied-piper-hat.svg rename to projects/icons-fontawesome/src/fa/brands/pied-piper-hat.svg diff --git a/projects/icons-fontawesome/src/brands/pied-piper-pp.svg b/projects/icons-fontawesome/src/fa/brands/pied-piper-pp.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/pied-piper-pp.svg rename to projects/icons-fontawesome/src/fa/brands/pied-piper-pp.svg diff --git a/projects/icons-fontawesome/src/brands/pied-piper.svg b/projects/icons-fontawesome/src/fa/brands/pied-piper.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/pied-piper.svg rename to projects/icons-fontawesome/src/fa/brands/pied-piper.svg diff --git a/projects/icons-fontawesome/src/brands/pinterest-p.svg b/projects/icons-fontawesome/src/fa/brands/pinterest-p.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/pinterest-p.svg rename to projects/icons-fontawesome/src/fa/brands/pinterest-p.svg diff --git a/projects/icons-fontawesome/src/brands/pinterest.svg b/projects/icons-fontawesome/src/fa/brands/pinterest.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/pinterest.svg rename to projects/icons-fontawesome/src/fa/brands/pinterest.svg diff --git a/projects/icons-fontawesome/src/brands/pix.svg b/projects/icons-fontawesome/src/fa/brands/pix.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/pix.svg rename to projects/icons-fontawesome/src/fa/brands/pix.svg diff --git a/projects/icons-fontawesome/src/brands/pixiv.svg b/projects/icons-fontawesome/src/fa/brands/pixiv.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/pixiv.svg rename to projects/icons-fontawesome/src/fa/brands/pixiv.svg diff --git a/projects/icons-fontawesome/src/brands/playstation.svg b/projects/icons-fontawesome/src/fa/brands/playstation.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/playstation.svg rename to projects/icons-fontawesome/src/fa/brands/playstation.svg diff --git a/projects/icons-fontawesome/src/brands/product-hunt.svg b/projects/icons-fontawesome/src/fa/brands/product-hunt.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/product-hunt.svg rename to projects/icons-fontawesome/src/fa/brands/product-hunt.svg diff --git a/projects/icons-fontawesome/src/brands/pushed.svg b/projects/icons-fontawesome/src/fa/brands/pushed.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/pushed.svg rename to projects/icons-fontawesome/src/fa/brands/pushed.svg diff --git a/projects/icons-fontawesome/src/brands/python.svg b/projects/icons-fontawesome/src/fa/brands/python.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/python.svg rename to projects/icons-fontawesome/src/fa/brands/python.svg diff --git a/projects/icons-fontawesome/src/brands/qq.svg b/projects/icons-fontawesome/src/fa/brands/qq.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/qq.svg rename to projects/icons-fontawesome/src/fa/brands/qq.svg diff --git a/projects/icons-fontawesome/src/brands/quinscape.svg b/projects/icons-fontawesome/src/fa/brands/quinscape.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/quinscape.svg rename to projects/icons-fontawesome/src/fa/brands/quinscape.svg diff --git a/projects/icons-fontawesome/src/brands/quora.svg b/projects/icons-fontawesome/src/fa/brands/quora.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/quora.svg rename to projects/icons-fontawesome/src/fa/brands/quora.svg diff --git a/projects/icons-fontawesome/src/brands/r-project.svg b/projects/icons-fontawesome/src/fa/brands/r-project.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/r-project.svg rename to projects/icons-fontawesome/src/fa/brands/r-project.svg diff --git a/projects/icons-fontawesome/src/brands/raspberry-pi.svg b/projects/icons-fontawesome/src/fa/brands/raspberry-pi.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/raspberry-pi.svg rename to projects/icons-fontawesome/src/fa/brands/raspberry-pi.svg diff --git a/projects/icons-fontawesome/src/brands/ravelry.svg b/projects/icons-fontawesome/src/fa/brands/ravelry.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/ravelry.svg rename to projects/icons-fontawesome/src/fa/brands/ravelry.svg diff --git a/projects/icons-fontawesome/src/brands/react.svg b/projects/icons-fontawesome/src/fa/brands/react.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/react.svg rename to projects/icons-fontawesome/src/fa/brands/react.svg diff --git a/projects/icons-fontawesome/src/brands/reacteurope.svg b/projects/icons-fontawesome/src/fa/brands/reacteurope.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/reacteurope.svg rename to projects/icons-fontawesome/src/fa/brands/reacteurope.svg diff --git a/projects/icons-fontawesome/src/brands/readme.svg b/projects/icons-fontawesome/src/fa/brands/readme.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/readme.svg rename to projects/icons-fontawesome/src/fa/brands/readme.svg diff --git a/projects/icons-fontawesome/src/brands/rebel.svg b/projects/icons-fontawesome/src/fa/brands/rebel.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/rebel.svg rename to projects/icons-fontawesome/src/fa/brands/rebel.svg diff --git a/projects/icons-fontawesome/src/brands/red-river.svg b/projects/icons-fontawesome/src/fa/brands/red-river.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/red-river.svg rename to projects/icons-fontawesome/src/fa/brands/red-river.svg diff --git a/projects/icons-fontawesome/src/brands/reddit-alien.svg b/projects/icons-fontawesome/src/fa/brands/reddit-alien.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/reddit-alien.svg rename to projects/icons-fontawesome/src/fa/brands/reddit-alien.svg diff --git a/projects/icons-fontawesome/src/brands/reddit.svg b/projects/icons-fontawesome/src/fa/brands/reddit.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/reddit.svg rename to projects/icons-fontawesome/src/fa/brands/reddit.svg diff --git a/projects/icons-fontawesome/src/brands/redhat.svg b/projects/icons-fontawesome/src/fa/brands/redhat.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/redhat.svg rename to projects/icons-fontawesome/src/fa/brands/redhat.svg diff --git a/projects/icons-fontawesome/src/brands/renren.svg b/projects/icons-fontawesome/src/fa/brands/renren.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/renren.svg rename to projects/icons-fontawesome/src/fa/brands/renren.svg diff --git a/projects/icons-fontawesome/src/brands/replyd.svg b/projects/icons-fontawesome/src/fa/brands/replyd.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/replyd.svg rename to projects/icons-fontawesome/src/fa/brands/replyd.svg diff --git a/projects/icons-fontawesome/src/brands/researchgate.svg b/projects/icons-fontawesome/src/fa/brands/researchgate.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/researchgate.svg rename to projects/icons-fontawesome/src/fa/brands/researchgate.svg diff --git a/projects/icons-fontawesome/src/brands/resolving.svg b/projects/icons-fontawesome/src/fa/brands/resolving.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/resolving.svg rename to projects/icons-fontawesome/src/fa/brands/resolving.svg diff --git a/projects/icons-fontawesome/src/brands/rev.svg b/projects/icons-fontawesome/src/fa/brands/rev.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/rev.svg rename to projects/icons-fontawesome/src/fa/brands/rev.svg diff --git a/projects/icons-fontawesome/src/brands/rocketchat.svg b/projects/icons-fontawesome/src/fa/brands/rocketchat.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/rocketchat.svg rename to projects/icons-fontawesome/src/fa/brands/rocketchat.svg diff --git a/projects/icons-fontawesome/src/brands/rockrms.svg b/projects/icons-fontawesome/src/fa/brands/rockrms.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/rockrms.svg rename to projects/icons-fontawesome/src/fa/brands/rockrms.svg diff --git a/projects/icons-fontawesome/src/brands/rust.svg b/projects/icons-fontawesome/src/fa/brands/rust.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/rust.svg rename to projects/icons-fontawesome/src/fa/brands/rust.svg diff --git a/projects/icons-fontawesome/src/brands/safari.svg b/projects/icons-fontawesome/src/fa/brands/safari.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/safari.svg rename to projects/icons-fontawesome/src/fa/brands/safari.svg diff --git a/projects/icons-fontawesome/src/brands/salesforce.svg b/projects/icons-fontawesome/src/fa/brands/salesforce.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/salesforce.svg rename to projects/icons-fontawesome/src/fa/brands/salesforce.svg diff --git a/projects/icons-fontawesome/src/brands/sass.svg b/projects/icons-fontawesome/src/fa/brands/sass.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/sass.svg rename to projects/icons-fontawesome/src/fa/brands/sass.svg diff --git a/projects/icons-fontawesome/src/brands/schlix.svg b/projects/icons-fontawesome/src/fa/brands/schlix.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/schlix.svg rename to projects/icons-fontawesome/src/fa/brands/schlix.svg diff --git a/projects/icons-fontawesome/src/brands/screenpal.svg b/projects/icons-fontawesome/src/fa/brands/screenpal.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/screenpal.svg rename to projects/icons-fontawesome/src/fa/brands/screenpal.svg diff --git a/projects/icons-fontawesome/src/brands/scribd.svg b/projects/icons-fontawesome/src/fa/brands/scribd.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/scribd.svg rename to projects/icons-fontawesome/src/fa/brands/scribd.svg diff --git a/projects/icons-fontawesome/src/brands/searchengin.svg b/projects/icons-fontawesome/src/fa/brands/searchengin.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/searchengin.svg rename to projects/icons-fontawesome/src/fa/brands/searchengin.svg diff --git a/projects/icons-fontawesome/src/brands/sellcast.svg b/projects/icons-fontawesome/src/fa/brands/sellcast.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/sellcast.svg rename to projects/icons-fontawesome/src/fa/brands/sellcast.svg diff --git a/projects/icons-fontawesome/src/brands/sellsy.svg b/projects/icons-fontawesome/src/fa/brands/sellsy.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/sellsy.svg rename to projects/icons-fontawesome/src/fa/brands/sellsy.svg diff --git a/projects/icons-fontawesome/src/brands/servicestack.svg b/projects/icons-fontawesome/src/fa/brands/servicestack.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/servicestack.svg rename to projects/icons-fontawesome/src/fa/brands/servicestack.svg diff --git a/projects/icons-fontawesome/src/brands/shirtsinbulk.svg b/projects/icons-fontawesome/src/fa/brands/shirtsinbulk.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/shirtsinbulk.svg rename to projects/icons-fontawesome/src/fa/brands/shirtsinbulk.svg diff --git a/projects/icons-fontawesome/src/brands/shoelace.svg b/projects/icons-fontawesome/src/fa/brands/shoelace.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/shoelace.svg rename to projects/icons-fontawesome/src/fa/brands/shoelace.svg diff --git a/projects/icons-fontawesome/src/brands/shopify.svg b/projects/icons-fontawesome/src/fa/brands/shopify.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/shopify.svg rename to projects/icons-fontawesome/src/fa/brands/shopify.svg diff --git a/projects/icons-fontawesome/src/brands/shopware.svg b/projects/icons-fontawesome/src/fa/brands/shopware.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/shopware.svg rename to projects/icons-fontawesome/src/fa/brands/shopware.svg diff --git a/projects/icons-fontawesome/src/brands/signal-messenger.svg b/projects/icons-fontawesome/src/fa/brands/signal-messenger.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/signal-messenger.svg rename to projects/icons-fontawesome/src/fa/brands/signal-messenger.svg diff --git a/projects/icons-fontawesome/src/brands/simplybuilt.svg b/projects/icons-fontawesome/src/fa/brands/simplybuilt.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/simplybuilt.svg rename to projects/icons-fontawesome/src/fa/brands/simplybuilt.svg diff --git a/projects/icons-fontawesome/src/brands/sistrix.svg b/projects/icons-fontawesome/src/fa/brands/sistrix.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/sistrix.svg rename to projects/icons-fontawesome/src/fa/brands/sistrix.svg diff --git a/projects/icons-fontawesome/src/brands/sith.svg b/projects/icons-fontawesome/src/fa/brands/sith.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/sith.svg rename to projects/icons-fontawesome/src/fa/brands/sith.svg diff --git a/projects/icons-fontawesome/src/brands/sitrox.svg b/projects/icons-fontawesome/src/fa/brands/sitrox.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/sitrox.svg rename to projects/icons-fontawesome/src/fa/brands/sitrox.svg diff --git a/projects/icons-fontawesome/src/brands/sketch.svg b/projects/icons-fontawesome/src/fa/brands/sketch.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/sketch.svg rename to projects/icons-fontawesome/src/fa/brands/sketch.svg diff --git a/projects/icons-fontawesome/src/brands/skyatlas.svg b/projects/icons-fontawesome/src/fa/brands/skyatlas.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/skyatlas.svg rename to projects/icons-fontawesome/src/fa/brands/skyatlas.svg diff --git a/projects/icons-fontawesome/src/brands/skype.svg b/projects/icons-fontawesome/src/fa/brands/skype.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/skype.svg rename to projects/icons-fontawesome/src/fa/brands/skype.svg diff --git a/projects/icons-fontawesome/src/brands/slack.svg b/projects/icons-fontawesome/src/fa/brands/slack.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/slack.svg rename to projects/icons-fontawesome/src/fa/brands/slack.svg diff --git a/projects/icons-fontawesome/src/brands/slideshare.svg b/projects/icons-fontawesome/src/fa/brands/slideshare.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/slideshare.svg rename to projects/icons-fontawesome/src/fa/brands/slideshare.svg diff --git a/projects/icons-fontawesome/src/brands/snapchat.svg b/projects/icons-fontawesome/src/fa/brands/snapchat.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/snapchat.svg rename to projects/icons-fontawesome/src/fa/brands/snapchat.svg diff --git a/projects/icons-fontawesome/src/brands/soundcloud.svg b/projects/icons-fontawesome/src/fa/brands/soundcloud.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/soundcloud.svg rename to projects/icons-fontawesome/src/fa/brands/soundcloud.svg diff --git a/projects/icons-fontawesome/src/brands/sourcetree.svg b/projects/icons-fontawesome/src/fa/brands/sourcetree.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/sourcetree.svg rename to projects/icons-fontawesome/src/fa/brands/sourcetree.svg diff --git a/projects/icons-fontawesome/src/brands/space-awesome.svg b/projects/icons-fontawesome/src/fa/brands/space-awesome.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/space-awesome.svg rename to projects/icons-fontawesome/src/fa/brands/space-awesome.svg diff --git a/projects/icons-fontawesome/src/brands/speakap.svg b/projects/icons-fontawesome/src/fa/brands/speakap.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/speakap.svg rename to projects/icons-fontawesome/src/fa/brands/speakap.svg diff --git a/projects/icons-fontawesome/src/brands/speaker-deck.svg b/projects/icons-fontawesome/src/fa/brands/speaker-deck.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/speaker-deck.svg rename to projects/icons-fontawesome/src/fa/brands/speaker-deck.svg diff --git a/projects/icons-fontawesome/src/brands/spotify.svg b/projects/icons-fontawesome/src/fa/brands/spotify.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/spotify.svg rename to projects/icons-fontawesome/src/fa/brands/spotify.svg diff --git a/projects/icons-fontawesome/src/brands/square-behance.svg b/projects/icons-fontawesome/src/fa/brands/square-behance.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/square-behance.svg rename to projects/icons-fontawesome/src/fa/brands/square-behance.svg diff --git a/projects/icons-fontawesome/src/brands/square-dribbble.svg b/projects/icons-fontawesome/src/fa/brands/square-dribbble.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/square-dribbble.svg rename to projects/icons-fontawesome/src/fa/brands/square-dribbble.svg diff --git a/projects/icons-fontawesome/src/brands/square-facebook.svg b/projects/icons-fontawesome/src/fa/brands/square-facebook.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/square-facebook.svg rename to projects/icons-fontawesome/src/fa/brands/square-facebook.svg diff --git a/projects/icons-fontawesome/src/brands/square-font-awesome-stroke.svg b/projects/icons-fontawesome/src/fa/brands/square-font-awesome-stroke.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/square-font-awesome-stroke.svg rename to projects/icons-fontawesome/src/fa/brands/square-font-awesome-stroke.svg diff --git a/projects/icons-fontawesome/src/brands/square-font-awesome.svg b/projects/icons-fontawesome/src/fa/brands/square-font-awesome.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/square-font-awesome.svg rename to projects/icons-fontawesome/src/fa/brands/square-font-awesome.svg diff --git a/projects/icons-fontawesome/src/brands/square-git.svg b/projects/icons-fontawesome/src/fa/brands/square-git.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/square-git.svg rename to projects/icons-fontawesome/src/fa/brands/square-git.svg diff --git a/projects/icons-fontawesome/src/brands/square-github.svg b/projects/icons-fontawesome/src/fa/brands/square-github.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/square-github.svg rename to projects/icons-fontawesome/src/fa/brands/square-github.svg diff --git a/projects/icons-fontawesome/src/brands/square-gitlab.svg b/projects/icons-fontawesome/src/fa/brands/square-gitlab.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/square-gitlab.svg rename to projects/icons-fontawesome/src/fa/brands/square-gitlab.svg diff --git a/projects/icons-fontawesome/src/brands/square-google-plus.svg b/projects/icons-fontawesome/src/fa/brands/square-google-plus.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/square-google-plus.svg rename to projects/icons-fontawesome/src/fa/brands/square-google-plus.svg diff --git a/projects/icons-fontawesome/src/brands/square-hacker-news.svg b/projects/icons-fontawesome/src/fa/brands/square-hacker-news.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/square-hacker-news.svg rename to projects/icons-fontawesome/src/fa/brands/square-hacker-news.svg diff --git a/projects/icons-fontawesome/src/brands/square-instagram.svg b/projects/icons-fontawesome/src/fa/brands/square-instagram.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/square-instagram.svg rename to projects/icons-fontawesome/src/fa/brands/square-instagram.svg diff --git a/projects/icons-fontawesome/src/brands/square-js.svg b/projects/icons-fontawesome/src/fa/brands/square-js.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/square-js.svg rename to projects/icons-fontawesome/src/fa/brands/square-js.svg diff --git a/projects/icons-fontawesome/src/brands/square-lastfm.svg b/projects/icons-fontawesome/src/fa/brands/square-lastfm.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/square-lastfm.svg rename to projects/icons-fontawesome/src/fa/brands/square-lastfm.svg diff --git a/projects/icons-fontawesome/src/brands/square-letterboxd.svg b/projects/icons-fontawesome/src/fa/brands/square-letterboxd.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/square-letterboxd.svg rename to projects/icons-fontawesome/src/fa/brands/square-letterboxd.svg diff --git a/projects/icons-fontawesome/src/brands/square-odnoklassniki.svg b/projects/icons-fontawesome/src/fa/brands/square-odnoklassniki.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/square-odnoklassniki.svg rename to projects/icons-fontawesome/src/fa/brands/square-odnoklassniki.svg diff --git a/projects/icons-fontawesome/src/brands/square-pied-piper.svg b/projects/icons-fontawesome/src/fa/brands/square-pied-piper.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/square-pied-piper.svg rename to projects/icons-fontawesome/src/fa/brands/square-pied-piper.svg diff --git a/projects/icons-fontawesome/src/brands/square-pinterest.svg b/projects/icons-fontawesome/src/fa/brands/square-pinterest.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/square-pinterest.svg rename to projects/icons-fontawesome/src/fa/brands/square-pinterest.svg diff --git a/projects/icons-fontawesome/src/brands/square-reddit.svg b/projects/icons-fontawesome/src/fa/brands/square-reddit.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/square-reddit.svg rename to projects/icons-fontawesome/src/fa/brands/square-reddit.svg diff --git a/projects/icons-fontawesome/src/brands/square-snapchat.svg b/projects/icons-fontawesome/src/fa/brands/square-snapchat.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/square-snapchat.svg rename to projects/icons-fontawesome/src/fa/brands/square-snapchat.svg diff --git a/projects/icons-fontawesome/src/brands/square-steam.svg b/projects/icons-fontawesome/src/fa/brands/square-steam.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/square-steam.svg rename to projects/icons-fontawesome/src/fa/brands/square-steam.svg diff --git a/projects/icons-fontawesome/src/brands/square-threads.svg b/projects/icons-fontawesome/src/fa/brands/square-threads.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/square-threads.svg rename to projects/icons-fontawesome/src/fa/brands/square-threads.svg diff --git a/projects/icons-fontawesome/src/brands/square-tumblr.svg b/projects/icons-fontawesome/src/fa/brands/square-tumblr.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/square-tumblr.svg rename to projects/icons-fontawesome/src/fa/brands/square-tumblr.svg diff --git a/projects/icons-fontawesome/src/brands/square-twitter.svg b/projects/icons-fontawesome/src/fa/brands/square-twitter.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/square-twitter.svg rename to projects/icons-fontawesome/src/fa/brands/square-twitter.svg diff --git a/projects/icons-fontawesome/src/brands/square-upwork.svg b/projects/icons-fontawesome/src/fa/brands/square-upwork.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/square-upwork.svg rename to projects/icons-fontawesome/src/fa/brands/square-upwork.svg diff --git a/projects/icons-fontawesome/src/brands/square-viadeo.svg b/projects/icons-fontawesome/src/fa/brands/square-viadeo.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/square-viadeo.svg rename to projects/icons-fontawesome/src/fa/brands/square-viadeo.svg diff --git a/projects/icons-fontawesome/src/brands/square-vimeo.svg b/projects/icons-fontawesome/src/fa/brands/square-vimeo.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/square-vimeo.svg rename to projects/icons-fontawesome/src/fa/brands/square-vimeo.svg diff --git a/projects/icons-fontawesome/src/brands/square-web-awesome-stroke.svg b/projects/icons-fontawesome/src/fa/brands/square-web-awesome-stroke.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/square-web-awesome-stroke.svg rename to projects/icons-fontawesome/src/fa/brands/square-web-awesome-stroke.svg diff --git a/projects/icons-fontawesome/src/brands/square-web-awesome.svg b/projects/icons-fontawesome/src/fa/brands/square-web-awesome.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/square-web-awesome.svg rename to projects/icons-fontawesome/src/fa/brands/square-web-awesome.svg diff --git a/projects/icons-fontawesome/src/brands/square-whatsapp.svg b/projects/icons-fontawesome/src/fa/brands/square-whatsapp.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/square-whatsapp.svg rename to projects/icons-fontawesome/src/fa/brands/square-whatsapp.svg diff --git a/projects/icons-fontawesome/src/brands/square-x-twitter.svg b/projects/icons-fontawesome/src/fa/brands/square-x-twitter.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/square-x-twitter.svg rename to projects/icons-fontawesome/src/fa/brands/square-x-twitter.svg diff --git a/projects/icons-fontawesome/src/brands/square-xing.svg b/projects/icons-fontawesome/src/fa/brands/square-xing.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/square-xing.svg rename to projects/icons-fontawesome/src/fa/brands/square-xing.svg diff --git a/projects/icons-fontawesome/src/brands/square-youtube.svg b/projects/icons-fontawesome/src/fa/brands/square-youtube.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/square-youtube.svg rename to projects/icons-fontawesome/src/fa/brands/square-youtube.svg diff --git a/projects/icons-fontawesome/src/brands/squarespace.svg b/projects/icons-fontawesome/src/fa/brands/squarespace.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/squarespace.svg rename to projects/icons-fontawesome/src/fa/brands/squarespace.svg diff --git a/projects/icons-fontawesome/src/brands/stack-exchange.svg b/projects/icons-fontawesome/src/fa/brands/stack-exchange.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/stack-exchange.svg rename to projects/icons-fontawesome/src/fa/brands/stack-exchange.svg diff --git a/projects/icons-fontawesome/src/brands/stack-overflow.svg b/projects/icons-fontawesome/src/fa/brands/stack-overflow.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/stack-overflow.svg rename to projects/icons-fontawesome/src/fa/brands/stack-overflow.svg diff --git a/projects/icons-fontawesome/src/brands/stackpath.svg b/projects/icons-fontawesome/src/fa/brands/stackpath.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/stackpath.svg rename to projects/icons-fontawesome/src/fa/brands/stackpath.svg diff --git a/projects/icons-fontawesome/src/brands/staylinked.svg b/projects/icons-fontawesome/src/fa/brands/staylinked.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/staylinked.svg rename to projects/icons-fontawesome/src/fa/brands/staylinked.svg diff --git a/projects/icons-fontawesome/src/brands/steam-symbol.svg b/projects/icons-fontawesome/src/fa/brands/steam-symbol.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/steam-symbol.svg rename to projects/icons-fontawesome/src/fa/brands/steam-symbol.svg diff --git a/projects/icons-fontawesome/src/brands/steam.svg b/projects/icons-fontawesome/src/fa/brands/steam.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/steam.svg rename to projects/icons-fontawesome/src/fa/brands/steam.svg diff --git a/projects/icons-fontawesome/src/brands/sticker-mule.svg b/projects/icons-fontawesome/src/fa/brands/sticker-mule.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/sticker-mule.svg rename to projects/icons-fontawesome/src/fa/brands/sticker-mule.svg diff --git a/projects/icons-fontawesome/src/brands/strava.svg b/projects/icons-fontawesome/src/fa/brands/strava.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/strava.svg rename to projects/icons-fontawesome/src/fa/brands/strava.svg diff --git a/projects/icons-fontawesome/src/brands/stripe-s.svg b/projects/icons-fontawesome/src/fa/brands/stripe-s.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/stripe-s.svg rename to projects/icons-fontawesome/src/fa/brands/stripe-s.svg diff --git a/projects/icons-fontawesome/src/brands/stripe.svg b/projects/icons-fontawesome/src/fa/brands/stripe.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/stripe.svg rename to projects/icons-fontawesome/src/fa/brands/stripe.svg diff --git a/projects/icons-fontawesome/src/brands/stubber.svg b/projects/icons-fontawesome/src/fa/brands/stubber.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/stubber.svg rename to projects/icons-fontawesome/src/fa/brands/stubber.svg diff --git a/projects/icons-fontawesome/src/brands/studiovinari.svg b/projects/icons-fontawesome/src/fa/brands/studiovinari.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/studiovinari.svg rename to projects/icons-fontawesome/src/fa/brands/studiovinari.svg diff --git a/projects/icons-fontawesome/src/brands/stumbleupon-circle.svg b/projects/icons-fontawesome/src/fa/brands/stumbleupon-circle.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/stumbleupon-circle.svg rename to projects/icons-fontawesome/src/fa/brands/stumbleupon-circle.svg diff --git a/projects/icons-fontawesome/src/brands/stumbleupon.svg b/projects/icons-fontawesome/src/fa/brands/stumbleupon.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/stumbleupon.svg rename to projects/icons-fontawesome/src/fa/brands/stumbleupon.svg diff --git a/projects/icons-fontawesome/src/brands/superpowers.svg b/projects/icons-fontawesome/src/fa/brands/superpowers.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/superpowers.svg rename to projects/icons-fontawesome/src/fa/brands/superpowers.svg diff --git a/projects/icons-fontawesome/src/brands/supple.svg b/projects/icons-fontawesome/src/fa/brands/supple.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/supple.svg rename to projects/icons-fontawesome/src/fa/brands/supple.svg diff --git a/projects/icons-fontawesome/src/brands/suse.svg b/projects/icons-fontawesome/src/fa/brands/suse.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/suse.svg rename to projects/icons-fontawesome/src/fa/brands/suse.svg diff --git a/projects/icons-fontawesome/src/brands/swift.svg b/projects/icons-fontawesome/src/fa/brands/swift.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/swift.svg rename to projects/icons-fontawesome/src/fa/brands/swift.svg diff --git a/projects/icons-fontawesome/src/brands/symfony.svg b/projects/icons-fontawesome/src/fa/brands/symfony.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/symfony.svg rename to projects/icons-fontawesome/src/fa/brands/symfony.svg diff --git a/projects/icons-fontawesome/src/brands/teamspeak.svg b/projects/icons-fontawesome/src/fa/brands/teamspeak.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/teamspeak.svg rename to projects/icons-fontawesome/src/fa/brands/teamspeak.svg diff --git a/projects/icons-fontawesome/src/brands/telegram.svg b/projects/icons-fontawesome/src/fa/brands/telegram.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/telegram.svg rename to projects/icons-fontawesome/src/fa/brands/telegram.svg diff --git a/projects/icons-fontawesome/src/brands/tencent-weibo.svg b/projects/icons-fontawesome/src/fa/brands/tencent-weibo.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/tencent-weibo.svg rename to projects/icons-fontawesome/src/fa/brands/tencent-weibo.svg diff --git a/projects/icons-fontawesome/src/brands/the-red-yeti.svg b/projects/icons-fontawesome/src/fa/brands/the-red-yeti.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/the-red-yeti.svg rename to projects/icons-fontawesome/src/fa/brands/the-red-yeti.svg diff --git a/projects/icons-fontawesome/src/brands/themeco.svg b/projects/icons-fontawesome/src/fa/brands/themeco.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/themeco.svg rename to projects/icons-fontawesome/src/fa/brands/themeco.svg diff --git a/projects/icons-fontawesome/src/brands/themeisle.svg b/projects/icons-fontawesome/src/fa/brands/themeisle.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/themeisle.svg rename to projects/icons-fontawesome/src/fa/brands/themeisle.svg diff --git a/projects/icons-fontawesome/src/brands/think-peaks.svg b/projects/icons-fontawesome/src/fa/brands/think-peaks.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/think-peaks.svg rename to projects/icons-fontawesome/src/fa/brands/think-peaks.svg diff --git a/projects/icons-fontawesome/src/brands/threads.svg b/projects/icons-fontawesome/src/fa/brands/threads.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/threads.svg rename to projects/icons-fontawesome/src/fa/brands/threads.svg diff --git a/projects/icons-fontawesome/src/brands/tiktok.svg b/projects/icons-fontawesome/src/fa/brands/tiktok.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/tiktok.svg rename to projects/icons-fontawesome/src/fa/brands/tiktok.svg diff --git a/projects/icons-fontawesome/src/brands/trade-federation.svg b/projects/icons-fontawesome/src/fa/brands/trade-federation.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/trade-federation.svg rename to projects/icons-fontawesome/src/fa/brands/trade-federation.svg diff --git a/projects/icons-fontawesome/src/brands/trello.svg b/projects/icons-fontawesome/src/fa/brands/trello.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/trello.svg rename to projects/icons-fontawesome/src/fa/brands/trello.svg diff --git a/projects/icons-fontawesome/src/brands/tumblr.svg b/projects/icons-fontawesome/src/fa/brands/tumblr.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/tumblr.svg rename to projects/icons-fontawesome/src/fa/brands/tumblr.svg diff --git a/projects/icons-fontawesome/src/brands/twitch.svg b/projects/icons-fontawesome/src/fa/brands/twitch.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/twitch.svg rename to projects/icons-fontawesome/src/fa/brands/twitch.svg diff --git a/projects/icons-fontawesome/src/brands/twitter.svg b/projects/icons-fontawesome/src/fa/brands/twitter.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/twitter.svg rename to projects/icons-fontawesome/src/fa/brands/twitter.svg diff --git a/projects/icons-fontawesome/src/brands/typo3.svg b/projects/icons-fontawesome/src/fa/brands/typo3.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/typo3.svg rename to projects/icons-fontawesome/src/fa/brands/typo3.svg diff --git a/projects/icons-fontawesome/src/brands/uber.svg b/projects/icons-fontawesome/src/fa/brands/uber.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/uber.svg rename to projects/icons-fontawesome/src/fa/brands/uber.svg diff --git a/projects/icons-fontawesome/src/brands/ubuntu.svg b/projects/icons-fontawesome/src/fa/brands/ubuntu.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/ubuntu.svg rename to projects/icons-fontawesome/src/fa/brands/ubuntu.svg diff --git a/projects/icons-fontawesome/src/brands/uikit.svg b/projects/icons-fontawesome/src/fa/brands/uikit.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/uikit.svg rename to projects/icons-fontawesome/src/fa/brands/uikit.svg diff --git a/projects/icons-fontawesome/src/brands/umbraco.svg b/projects/icons-fontawesome/src/fa/brands/umbraco.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/umbraco.svg rename to projects/icons-fontawesome/src/fa/brands/umbraco.svg diff --git a/projects/icons-fontawesome/src/brands/uncharted.svg b/projects/icons-fontawesome/src/fa/brands/uncharted.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/uncharted.svg rename to projects/icons-fontawesome/src/fa/brands/uncharted.svg diff --git a/projects/icons-fontawesome/src/brands/uniregistry.svg b/projects/icons-fontawesome/src/fa/brands/uniregistry.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/uniregistry.svg rename to projects/icons-fontawesome/src/fa/brands/uniregistry.svg diff --git a/projects/icons-fontawesome/src/brands/unity.svg b/projects/icons-fontawesome/src/fa/brands/unity.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/unity.svg rename to projects/icons-fontawesome/src/fa/brands/unity.svg diff --git a/projects/icons-fontawesome/src/brands/unsplash.svg b/projects/icons-fontawesome/src/fa/brands/unsplash.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/unsplash.svg rename to projects/icons-fontawesome/src/fa/brands/unsplash.svg diff --git a/projects/icons-fontawesome/src/brands/untappd.svg b/projects/icons-fontawesome/src/fa/brands/untappd.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/untappd.svg rename to projects/icons-fontawesome/src/fa/brands/untappd.svg diff --git a/projects/icons-fontawesome/src/brands/ups.svg b/projects/icons-fontawesome/src/fa/brands/ups.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/ups.svg rename to projects/icons-fontawesome/src/fa/brands/ups.svg diff --git a/projects/icons-fontawesome/src/brands/upwork.svg b/projects/icons-fontawesome/src/fa/brands/upwork.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/upwork.svg rename to projects/icons-fontawesome/src/fa/brands/upwork.svg diff --git a/projects/icons-fontawesome/src/brands/usb.svg b/projects/icons-fontawesome/src/fa/brands/usb.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/usb.svg rename to projects/icons-fontawesome/src/fa/brands/usb.svg diff --git a/projects/icons-fontawesome/src/brands/usps.svg b/projects/icons-fontawesome/src/fa/brands/usps.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/usps.svg rename to projects/icons-fontawesome/src/fa/brands/usps.svg diff --git a/projects/icons-fontawesome/src/brands/ussunnah.svg b/projects/icons-fontawesome/src/fa/brands/ussunnah.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/ussunnah.svg rename to projects/icons-fontawesome/src/fa/brands/ussunnah.svg diff --git a/projects/icons-fontawesome/src/brands/vaadin.svg b/projects/icons-fontawesome/src/fa/brands/vaadin.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/vaadin.svg rename to projects/icons-fontawesome/src/fa/brands/vaadin.svg diff --git a/projects/icons-fontawesome/src/brands/viacoin.svg b/projects/icons-fontawesome/src/fa/brands/viacoin.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/viacoin.svg rename to projects/icons-fontawesome/src/fa/brands/viacoin.svg diff --git a/projects/icons-fontawesome/src/brands/viadeo.svg b/projects/icons-fontawesome/src/fa/brands/viadeo.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/viadeo.svg rename to projects/icons-fontawesome/src/fa/brands/viadeo.svg diff --git a/projects/icons-fontawesome/src/brands/viber.svg b/projects/icons-fontawesome/src/fa/brands/viber.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/viber.svg rename to projects/icons-fontawesome/src/fa/brands/viber.svg diff --git a/projects/icons-fontawesome/src/brands/vimeo-v.svg b/projects/icons-fontawesome/src/fa/brands/vimeo-v.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/vimeo-v.svg rename to projects/icons-fontawesome/src/fa/brands/vimeo-v.svg diff --git a/projects/icons-fontawesome/src/brands/vimeo.svg b/projects/icons-fontawesome/src/fa/brands/vimeo.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/vimeo.svg rename to projects/icons-fontawesome/src/fa/brands/vimeo.svg diff --git a/projects/icons-fontawesome/src/brands/vine.svg b/projects/icons-fontawesome/src/fa/brands/vine.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/vine.svg rename to projects/icons-fontawesome/src/fa/brands/vine.svg diff --git a/projects/icons-fontawesome/src/brands/vk.svg b/projects/icons-fontawesome/src/fa/brands/vk.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/vk.svg rename to projects/icons-fontawesome/src/fa/brands/vk.svg diff --git a/projects/icons-fontawesome/src/brands/vnv.svg b/projects/icons-fontawesome/src/fa/brands/vnv.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/vnv.svg rename to projects/icons-fontawesome/src/fa/brands/vnv.svg diff --git a/projects/icons-fontawesome/src/brands/vuejs.svg b/projects/icons-fontawesome/src/fa/brands/vuejs.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/vuejs.svg rename to projects/icons-fontawesome/src/fa/brands/vuejs.svg diff --git a/projects/icons-fontawesome/src/brands/watchman-monitoring.svg b/projects/icons-fontawesome/src/fa/brands/watchman-monitoring.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/watchman-monitoring.svg rename to projects/icons-fontawesome/src/fa/brands/watchman-monitoring.svg diff --git a/projects/icons-fontawesome/src/brands/waze.svg b/projects/icons-fontawesome/src/fa/brands/waze.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/waze.svg rename to projects/icons-fontawesome/src/fa/brands/waze.svg diff --git a/projects/icons-fontawesome/src/brands/web-awesome.svg b/projects/icons-fontawesome/src/fa/brands/web-awesome.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/web-awesome.svg rename to projects/icons-fontawesome/src/fa/brands/web-awesome.svg diff --git a/projects/icons-fontawesome/src/brands/webflow.svg b/projects/icons-fontawesome/src/fa/brands/webflow.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/webflow.svg rename to projects/icons-fontawesome/src/fa/brands/webflow.svg diff --git a/projects/icons-fontawesome/src/brands/weebly.svg b/projects/icons-fontawesome/src/fa/brands/weebly.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/weebly.svg rename to projects/icons-fontawesome/src/fa/brands/weebly.svg diff --git a/projects/icons-fontawesome/src/brands/weibo.svg b/projects/icons-fontawesome/src/fa/brands/weibo.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/weibo.svg rename to projects/icons-fontawesome/src/fa/brands/weibo.svg diff --git a/projects/icons-fontawesome/src/brands/weixin.svg b/projects/icons-fontawesome/src/fa/brands/weixin.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/weixin.svg rename to projects/icons-fontawesome/src/fa/brands/weixin.svg diff --git a/projects/icons-fontawesome/src/brands/whatsapp.svg b/projects/icons-fontawesome/src/fa/brands/whatsapp.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/whatsapp.svg rename to projects/icons-fontawesome/src/fa/brands/whatsapp.svg diff --git a/projects/icons-fontawesome/src/brands/whmcs.svg b/projects/icons-fontawesome/src/fa/brands/whmcs.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/whmcs.svg rename to projects/icons-fontawesome/src/fa/brands/whmcs.svg diff --git a/projects/icons-fontawesome/src/brands/wikipedia-w.svg b/projects/icons-fontawesome/src/fa/brands/wikipedia-w.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/wikipedia-w.svg rename to projects/icons-fontawesome/src/fa/brands/wikipedia-w.svg diff --git a/projects/icons-fontawesome/src/brands/windows.svg b/projects/icons-fontawesome/src/fa/brands/windows.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/windows.svg rename to projects/icons-fontawesome/src/fa/brands/windows.svg diff --git a/projects/icons-fontawesome/src/brands/wirsindhandwerk.svg b/projects/icons-fontawesome/src/fa/brands/wirsindhandwerk.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/wirsindhandwerk.svg rename to projects/icons-fontawesome/src/fa/brands/wirsindhandwerk.svg diff --git a/projects/icons-fontawesome/src/brands/wix.svg b/projects/icons-fontawesome/src/fa/brands/wix.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/wix.svg rename to projects/icons-fontawesome/src/fa/brands/wix.svg diff --git a/projects/icons-fontawesome/src/brands/wizards-of-the-coast.svg b/projects/icons-fontawesome/src/fa/brands/wizards-of-the-coast.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/wizards-of-the-coast.svg rename to projects/icons-fontawesome/src/fa/brands/wizards-of-the-coast.svg diff --git a/projects/icons-fontawesome/src/brands/wodu.svg b/projects/icons-fontawesome/src/fa/brands/wodu.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/wodu.svg rename to projects/icons-fontawesome/src/fa/brands/wodu.svg diff --git a/projects/icons-fontawesome/src/brands/wolf-pack-battalion.svg b/projects/icons-fontawesome/src/fa/brands/wolf-pack-battalion.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/wolf-pack-battalion.svg rename to projects/icons-fontawesome/src/fa/brands/wolf-pack-battalion.svg diff --git a/projects/icons-fontawesome/src/brands/wordpress-simple.svg b/projects/icons-fontawesome/src/fa/brands/wordpress-simple.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/wordpress-simple.svg rename to projects/icons-fontawesome/src/fa/brands/wordpress-simple.svg diff --git a/projects/icons-fontawesome/src/brands/wordpress.svg b/projects/icons-fontawesome/src/fa/brands/wordpress.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/wordpress.svg rename to projects/icons-fontawesome/src/fa/brands/wordpress.svg diff --git a/projects/icons-fontawesome/src/brands/wpbeginner.svg b/projects/icons-fontawesome/src/fa/brands/wpbeginner.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/wpbeginner.svg rename to projects/icons-fontawesome/src/fa/brands/wpbeginner.svg diff --git a/projects/icons-fontawesome/src/brands/wpexplorer.svg b/projects/icons-fontawesome/src/fa/brands/wpexplorer.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/wpexplorer.svg rename to projects/icons-fontawesome/src/fa/brands/wpexplorer.svg diff --git a/projects/icons-fontawesome/src/brands/wpforms.svg b/projects/icons-fontawesome/src/fa/brands/wpforms.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/wpforms.svg rename to projects/icons-fontawesome/src/fa/brands/wpforms.svg diff --git a/projects/icons-fontawesome/src/brands/wpressr.svg b/projects/icons-fontawesome/src/fa/brands/wpressr.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/wpressr.svg rename to projects/icons-fontawesome/src/fa/brands/wpressr.svg diff --git a/projects/icons-fontawesome/src/brands/x-twitter.svg b/projects/icons-fontawesome/src/fa/brands/x-twitter.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/x-twitter.svg rename to projects/icons-fontawesome/src/fa/brands/x-twitter.svg diff --git a/projects/icons-fontawesome/src/brands/xbox.svg b/projects/icons-fontawesome/src/fa/brands/xbox.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/xbox.svg rename to projects/icons-fontawesome/src/fa/brands/xbox.svg diff --git a/projects/icons-fontawesome/src/brands/xing.svg b/projects/icons-fontawesome/src/fa/brands/xing.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/xing.svg rename to projects/icons-fontawesome/src/fa/brands/xing.svg diff --git a/projects/icons-fontawesome/src/brands/y-combinator.svg b/projects/icons-fontawesome/src/fa/brands/y-combinator.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/y-combinator.svg rename to projects/icons-fontawesome/src/fa/brands/y-combinator.svg diff --git a/projects/icons-fontawesome/src/brands/yahoo.svg b/projects/icons-fontawesome/src/fa/brands/yahoo.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/yahoo.svg rename to projects/icons-fontawesome/src/fa/brands/yahoo.svg diff --git a/projects/icons-fontawesome/src/brands/yammer.svg b/projects/icons-fontawesome/src/fa/brands/yammer.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/yammer.svg rename to projects/icons-fontawesome/src/fa/brands/yammer.svg diff --git a/projects/icons-fontawesome/src/brands/yandex-international.svg b/projects/icons-fontawesome/src/fa/brands/yandex-international.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/yandex-international.svg rename to projects/icons-fontawesome/src/fa/brands/yandex-international.svg diff --git a/projects/icons-fontawesome/src/brands/yandex.svg b/projects/icons-fontawesome/src/fa/brands/yandex.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/yandex.svg rename to projects/icons-fontawesome/src/fa/brands/yandex.svg diff --git a/projects/icons-fontawesome/src/brands/yarn.svg b/projects/icons-fontawesome/src/fa/brands/yarn.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/yarn.svg rename to projects/icons-fontawesome/src/fa/brands/yarn.svg diff --git a/projects/icons-fontawesome/src/brands/yelp.svg b/projects/icons-fontawesome/src/fa/brands/yelp.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/yelp.svg rename to projects/icons-fontawesome/src/fa/brands/yelp.svg diff --git a/projects/icons-fontawesome/src/brands/yoast.svg b/projects/icons-fontawesome/src/fa/brands/yoast.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/yoast.svg rename to projects/icons-fontawesome/src/fa/brands/yoast.svg diff --git a/projects/icons-fontawesome/src/brands/youtube.svg b/projects/icons-fontawesome/src/fa/brands/youtube.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/youtube.svg rename to projects/icons-fontawesome/src/fa/brands/youtube.svg diff --git a/projects/icons-fontawesome/src/brands/zhihu.svg b/projects/icons-fontawesome/src/fa/brands/zhihu.svg similarity index 100% rename from projects/icons-fontawesome/src/brands/zhihu.svg rename to projects/icons-fontawesome/src/fa/brands/zhihu.svg diff --git a/projects/icons-fontawesome/src/regular/address-book.svg b/projects/icons-fontawesome/src/fa/regular/address-book.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/address-book.svg rename to projects/icons-fontawesome/src/fa/regular/address-book.svg diff --git a/projects/icons-fontawesome/src/regular/address-card.svg b/projects/icons-fontawesome/src/fa/regular/address-card.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/address-card.svg rename to projects/icons-fontawesome/src/fa/regular/address-card.svg diff --git a/projects/icons-fontawesome/src/regular/bell-slash.svg b/projects/icons-fontawesome/src/fa/regular/bell-slash.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/bell-slash.svg rename to projects/icons-fontawesome/src/fa/regular/bell-slash.svg diff --git a/projects/icons-fontawesome/src/regular/bell.svg b/projects/icons-fontawesome/src/fa/regular/bell.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/bell.svg rename to projects/icons-fontawesome/src/fa/regular/bell.svg diff --git a/projects/icons-fontawesome/src/regular/bookmark.svg b/projects/icons-fontawesome/src/fa/regular/bookmark.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/bookmark.svg rename to projects/icons-fontawesome/src/fa/regular/bookmark.svg diff --git a/projects/icons-fontawesome/src/regular/building.svg b/projects/icons-fontawesome/src/fa/regular/building.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/building.svg rename to projects/icons-fontawesome/src/fa/regular/building.svg diff --git a/projects/icons-fontawesome/src/regular/calendar-check.svg b/projects/icons-fontawesome/src/fa/regular/calendar-check.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/calendar-check.svg rename to projects/icons-fontawesome/src/fa/regular/calendar-check.svg diff --git a/projects/icons-fontawesome/src/regular/calendar-days.svg b/projects/icons-fontawesome/src/fa/regular/calendar-days.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/calendar-days.svg rename to projects/icons-fontawesome/src/fa/regular/calendar-days.svg diff --git a/projects/icons-fontawesome/src/regular/calendar-minus.svg b/projects/icons-fontawesome/src/fa/regular/calendar-minus.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/calendar-minus.svg rename to projects/icons-fontawesome/src/fa/regular/calendar-minus.svg diff --git a/projects/icons-fontawesome/src/regular/calendar-plus.svg b/projects/icons-fontawesome/src/fa/regular/calendar-plus.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/calendar-plus.svg rename to projects/icons-fontawesome/src/fa/regular/calendar-plus.svg diff --git a/projects/icons-fontawesome/src/regular/calendar-xmark.svg b/projects/icons-fontawesome/src/fa/regular/calendar-xmark.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/calendar-xmark.svg rename to projects/icons-fontawesome/src/fa/regular/calendar-xmark.svg diff --git a/projects/icons-fontawesome/src/regular/calendar.svg b/projects/icons-fontawesome/src/fa/regular/calendar.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/calendar.svg rename to projects/icons-fontawesome/src/fa/regular/calendar.svg diff --git a/projects/icons-fontawesome/src/regular/chart-bar.svg b/projects/icons-fontawesome/src/fa/regular/chart-bar.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/chart-bar.svg rename to projects/icons-fontawesome/src/fa/regular/chart-bar.svg diff --git a/projects/icons-fontawesome/src/regular/chess-bishop.svg b/projects/icons-fontawesome/src/fa/regular/chess-bishop.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/chess-bishop.svg rename to projects/icons-fontawesome/src/fa/regular/chess-bishop.svg diff --git a/projects/icons-fontawesome/src/regular/chess-king.svg b/projects/icons-fontawesome/src/fa/regular/chess-king.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/chess-king.svg rename to projects/icons-fontawesome/src/fa/regular/chess-king.svg diff --git a/projects/icons-fontawesome/src/regular/chess-knight.svg b/projects/icons-fontawesome/src/fa/regular/chess-knight.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/chess-knight.svg rename to projects/icons-fontawesome/src/fa/regular/chess-knight.svg diff --git a/projects/icons-fontawesome/src/regular/chess-pawn.svg b/projects/icons-fontawesome/src/fa/regular/chess-pawn.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/chess-pawn.svg rename to projects/icons-fontawesome/src/fa/regular/chess-pawn.svg diff --git a/projects/icons-fontawesome/src/regular/chess-queen.svg b/projects/icons-fontawesome/src/fa/regular/chess-queen.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/chess-queen.svg rename to projects/icons-fontawesome/src/fa/regular/chess-queen.svg diff --git a/projects/icons-fontawesome/src/regular/chess-rook.svg b/projects/icons-fontawesome/src/fa/regular/chess-rook.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/chess-rook.svg rename to projects/icons-fontawesome/src/fa/regular/chess-rook.svg diff --git a/projects/icons-fontawesome/src/regular/circle-check.svg b/projects/icons-fontawesome/src/fa/regular/circle-check.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/circle-check.svg rename to projects/icons-fontawesome/src/fa/regular/circle-check.svg diff --git a/projects/icons-fontawesome/src/regular/circle-dot.svg b/projects/icons-fontawesome/src/fa/regular/circle-dot.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/circle-dot.svg rename to projects/icons-fontawesome/src/fa/regular/circle-dot.svg diff --git a/projects/icons-fontawesome/src/regular/circle-down.svg b/projects/icons-fontawesome/src/fa/regular/circle-down.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/circle-down.svg rename to projects/icons-fontawesome/src/fa/regular/circle-down.svg diff --git a/projects/icons-fontawesome/src/regular/circle-left.svg b/projects/icons-fontawesome/src/fa/regular/circle-left.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/circle-left.svg rename to projects/icons-fontawesome/src/fa/regular/circle-left.svg diff --git a/projects/icons-fontawesome/src/regular/circle-pause.svg b/projects/icons-fontawesome/src/fa/regular/circle-pause.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/circle-pause.svg rename to projects/icons-fontawesome/src/fa/regular/circle-pause.svg diff --git a/projects/icons-fontawesome/src/regular/circle-play.svg b/projects/icons-fontawesome/src/fa/regular/circle-play.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/circle-play.svg rename to projects/icons-fontawesome/src/fa/regular/circle-play.svg diff --git a/projects/icons-fontawesome/src/regular/circle-question.svg b/projects/icons-fontawesome/src/fa/regular/circle-question.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/circle-question.svg rename to projects/icons-fontawesome/src/fa/regular/circle-question.svg diff --git a/projects/icons-fontawesome/src/regular/circle-right.svg b/projects/icons-fontawesome/src/fa/regular/circle-right.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/circle-right.svg rename to projects/icons-fontawesome/src/fa/regular/circle-right.svg diff --git a/projects/icons-fontawesome/src/regular/circle-stop.svg b/projects/icons-fontawesome/src/fa/regular/circle-stop.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/circle-stop.svg rename to projects/icons-fontawesome/src/fa/regular/circle-stop.svg diff --git a/projects/icons-fontawesome/src/regular/circle-up.svg b/projects/icons-fontawesome/src/fa/regular/circle-up.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/circle-up.svg rename to projects/icons-fontawesome/src/fa/regular/circle-up.svg diff --git a/projects/icons-fontawesome/src/regular/circle-user.svg b/projects/icons-fontawesome/src/fa/regular/circle-user.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/circle-user.svg rename to projects/icons-fontawesome/src/fa/regular/circle-user.svg diff --git a/projects/icons-fontawesome/src/regular/circle-xmark.svg b/projects/icons-fontawesome/src/fa/regular/circle-xmark.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/circle-xmark.svg rename to projects/icons-fontawesome/src/fa/regular/circle-xmark.svg diff --git a/projects/icons-fontawesome/src/regular/circle.svg b/projects/icons-fontawesome/src/fa/regular/circle.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/circle.svg rename to projects/icons-fontawesome/src/fa/regular/circle.svg diff --git a/projects/icons-fontawesome/src/regular/clipboard.svg b/projects/icons-fontawesome/src/fa/regular/clipboard.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/clipboard.svg rename to projects/icons-fontawesome/src/fa/regular/clipboard.svg diff --git a/projects/icons-fontawesome/src/regular/clock.svg b/projects/icons-fontawesome/src/fa/regular/clock.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/clock.svg rename to projects/icons-fontawesome/src/fa/regular/clock.svg diff --git a/projects/icons-fontawesome/src/regular/clone.svg b/projects/icons-fontawesome/src/fa/regular/clone.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/clone.svg rename to projects/icons-fontawesome/src/fa/regular/clone.svg diff --git a/projects/icons-fontawesome/src/regular/closed-captioning.svg b/projects/icons-fontawesome/src/fa/regular/closed-captioning.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/closed-captioning.svg rename to projects/icons-fontawesome/src/fa/regular/closed-captioning.svg diff --git a/projects/icons-fontawesome/src/regular/comment-dots.svg b/projects/icons-fontawesome/src/fa/regular/comment-dots.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/comment-dots.svg rename to projects/icons-fontawesome/src/fa/regular/comment-dots.svg diff --git a/projects/icons-fontawesome/src/regular/comment.svg b/projects/icons-fontawesome/src/fa/regular/comment.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/comment.svg rename to projects/icons-fontawesome/src/fa/regular/comment.svg diff --git a/projects/icons-fontawesome/src/regular/comments.svg b/projects/icons-fontawesome/src/fa/regular/comments.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/comments.svg rename to projects/icons-fontawesome/src/fa/regular/comments.svg diff --git a/projects/icons-fontawesome/src/regular/compass.svg b/projects/icons-fontawesome/src/fa/regular/compass.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/compass.svg rename to projects/icons-fontawesome/src/fa/regular/compass.svg diff --git a/projects/icons-fontawesome/src/regular/copy.svg b/projects/icons-fontawesome/src/fa/regular/copy.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/copy.svg rename to projects/icons-fontawesome/src/fa/regular/copy.svg diff --git a/projects/icons-fontawesome/src/regular/copyright.svg b/projects/icons-fontawesome/src/fa/regular/copyright.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/copyright.svg rename to projects/icons-fontawesome/src/fa/regular/copyright.svg diff --git a/projects/icons-fontawesome/src/regular/credit-card.svg b/projects/icons-fontawesome/src/fa/regular/credit-card.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/credit-card.svg rename to projects/icons-fontawesome/src/fa/regular/credit-card.svg diff --git a/projects/icons-fontawesome/src/regular/envelope-open.svg b/projects/icons-fontawesome/src/fa/regular/envelope-open.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/envelope-open.svg rename to projects/icons-fontawesome/src/fa/regular/envelope-open.svg diff --git a/projects/icons-fontawesome/src/regular/envelope.svg b/projects/icons-fontawesome/src/fa/regular/envelope.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/envelope.svg rename to projects/icons-fontawesome/src/fa/regular/envelope.svg diff --git a/projects/icons-fontawesome/src/regular/eye-slash.svg b/projects/icons-fontawesome/src/fa/regular/eye-slash.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/eye-slash.svg rename to projects/icons-fontawesome/src/fa/regular/eye-slash.svg diff --git a/projects/icons-fontawesome/src/regular/eye.svg b/projects/icons-fontawesome/src/fa/regular/eye.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/eye.svg rename to projects/icons-fontawesome/src/fa/regular/eye.svg diff --git a/projects/icons-fontawesome/src/regular/face-angry.svg b/projects/icons-fontawesome/src/fa/regular/face-angry.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/face-angry.svg rename to projects/icons-fontawesome/src/fa/regular/face-angry.svg diff --git a/projects/icons-fontawesome/src/regular/face-dizzy.svg b/projects/icons-fontawesome/src/fa/regular/face-dizzy.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/face-dizzy.svg rename to projects/icons-fontawesome/src/fa/regular/face-dizzy.svg diff --git a/projects/icons-fontawesome/src/regular/face-flushed.svg b/projects/icons-fontawesome/src/fa/regular/face-flushed.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/face-flushed.svg rename to projects/icons-fontawesome/src/fa/regular/face-flushed.svg diff --git a/projects/icons-fontawesome/src/regular/face-frown-open.svg b/projects/icons-fontawesome/src/fa/regular/face-frown-open.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/face-frown-open.svg rename to projects/icons-fontawesome/src/fa/regular/face-frown-open.svg diff --git a/projects/icons-fontawesome/src/regular/face-frown.svg b/projects/icons-fontawesome/src/fa/regular/face-frown.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/face-frown.svg rename to projects/icons-fontawesome/src/fa/regular/face-frown.svg diff --git a/projects/icons-fontawesome/src/regular/face-grimace.svg b/projects/icons-fontawesome/src/fa/regular/face-grimace.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/face-grimace.svg rename to projects/icons-fontawesome/src/fa/regular/face-grimace.svg diff --git a/projects/icons-fontawesome/src/regular/face-grin-beam-sweat.svg b/projects/icons-fontawesome/src/fa/regular/face-grin-beam-sweat.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/face-grin-beam-sweat.svg rename to projects/icons-fontawesome/src/fa/regular/face-grin-beam-sweat.svg diff --git a/projects/icons-fontawesome/src/regular/face-grin-beam.svg b/projects/icons-fontawesome/src/fa/regular/face-grin-beam.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/face-grin-beam.svg rename to projects/icons-fontawesome/src/fa/regular/face-grin-beam.svg diff --git a/projects/icons-fontawesome/src/regular/face-grin-hearts.svg b/projects/icons-fontawesome/src/fa/regular/face-grin-hearts.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/face-grin-hearts.svg rename to projects/icons-fontawesome/src/fa/regular/face-grin-hearts.svg diff --git a/projects/icons-fontawesome/src/regular/face-grin-squint-tears.svg b/projects/icons-fontawesome/src/fa/regular/face-grin-squint-tears.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/face-grin-squint-tears.svg rename to projects/icons-fontawesome/src/fa/regular/face-grin-squint-tears.svg diff --git a/projects/icons-fontawesome/src/regular/face-grin-squint.svg b/projects/icons-fontawesome/src/fa/regular/face-grin-squint.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/face-grin-squint.svg rename to projects/icons-fontawesome/src/fa/regular/face-grin-squint.svg diff --git a/projects/icons-fontawesome/src/regular/face-grin-stars.svg b/projects/icons-fontawesome/src/fa/regular/face-grin-stars.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/face-grin-stars.svg rename to projects/icons-fontawesome/src/fa/regular/face-grin-stars.svg diff --git a/projects/icons-fontawesome/src/regular/face-grin-tears.svg b/projects/icons-fontawesome/src/fa/regular/face-grin-tears.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/face-grin-tears.svg rename to projects/icons-fontawesome/src/fa/regular/face-grin-tears.svg diff --git a/projects/icons-fontawesome/src/regular/face-grin-tongue-squint.svg b/projects/icons-fontawesome/src/fa/regular/face-grin-tongue-squint.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/face-grin-tongue-squint.svg rename to projects/icons-fontawesome/src/fa/regular/face-grin-tongue-squint.svg diff --git a/projects/icons-fontawesome/src/regular/face-grin-tongue-wink.svg b/projects/icons-fontawesome/src/fa/regular/face-grin-tongue-wink.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/face-grin-tongue-wink.svg rename to projects/icons-fontawesome/src/fa/regular/face-grin-tongue-wink.svg diff --git a/projects/icons-fontawesome/src/regular/face-grin-tongue.svg b/projects/icons-fontawesome/src/fa/regular/face-grin-tongue.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/face-grin-tongue.svg rename to projects/icons-fontawesome/src/fa/regular/face-grin-tongue.svg diff --git a/projects/icons-fontawesome/src/regular/face-grin-wide.svg b/projects/icons-fontawesome/src/fa/regular/face-grin-wide.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/face-grin-wide.svg rename to projects/icons-fontawesome/src/fa/regular/face-grin-wide.svg diff --git a/projects/icons-fontawesome/src/regular/face-grin-wink.svg b/projects/icons-fontawesome/src/fa/regular/face-grin-wink.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/face-grin-wink.svg rename to projects/icons-fontawesome/src/fa/regular/face-grin-wink.svg diff --git a/projects/icons-fontawesome/src/regular/face-grin.svg b/projects/icons-fontawesome/src/fa/regular/face-grin.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/face-grin.svg rename to projects/icons-fontawesome/src/fa/regular/face-grin.svg diff --git a/projects/icons-fontawesome/src/regular/face-kiss-beam.svg b/projects/icons-fontawesome/src/fa/regular/face-kiss-beam.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/face-kiss-beam.svg rename to projects/icons-fontawesome/src/fa/regular/face-kiss-beam.svg diff --git a/projects/icons-fontawesome/src/regular/face-kiss-wink-heart.svg b/projects/icons-fontawesome/src/fa/regular/face-kiss-wink-heart.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/face-kiss-wink-heart.svg rename to projects/icons-fontawesome/src/fa/regular/face-kiss-wink-heart.svg diff --git a/projects/icons-fontawesome/src/regular/face-kiss.svg b/projects/icons-fontawesome/src/fa/regular/face-kiss.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/face-kiss.svg rename to projects/icons-fontawesome/src/fa/regular/face-kiss.svg diff --git a/projects/icons-fontawesome/src/regular/face-laugh-beam.svg b/projects/icons-fontawesome/src/fa/regular/face-laugh-beam.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/face-laugh-beam.svg rename to projects/icons-fontawesome/src/fa/regular/face-laugh-beam.svg diff --git a/projects/icons-fontawesome/src/regular/face-laugh-squint.svg b/projects/icons-fontawesome/src/fa/regular/face-laugh-squint.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/face-laugh-squint.svg rename to projects/icons-fontawesome/src/fa/regular/face-laugh-squint.svg diff --git a/projects/icons-fontawesome/src/regular/face-laugh-wink.svg b/projects/icons-fontawesome/src/fa/regular/face-laugh-wink.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/face-laugh-wink.svg rename to projects/icons-fontawesome/src/fa/regular/face-laugh-wink.svg diff --git a/projects/icons-fontawesome/src/regular/face-laugh.svg b/projects/icons-fontawesome/src/fa/regular/face-laugh.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/face-laugh.svg rename to projects/icons-fontawesome/src/fa/regular/face-laugh.svg diff --git a/projects/icons-fontawesome/src/regular/face-meh-blank.svg b/projects/icons-fontawesome/src/fa/regular/face-meh-blank.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/face-meh-blank.svg rename to projects/icons-fontawesome/src/fa/regular/face-meh-blank.svg diff --git a/projects/icons-fontawesome/src/regular/face-meh.svg b/projects/icons-fontawesome/src/fa/regular/face-meh.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/face-meh.svg rename to projects/icons-fontawesome/src/fa/regular/face-meh.svg diff --git a/projects/icons-fontawesome/src/regular/face-rolling-eyes.svg b/projects/icons-fontawesome/src/fa/regular/face-rolling-eyes.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/face-rolling-eyes.svg rename to projects/icons-fontawesome/src/fa/regular/face-rolling-eyes.svg diff --git a/projects/icons-fontawesome/src/regular/face-sad-cry.svg b/projects/icons-fontawesome/src/fa/regular/face-sad-cry.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/face-sad-cry.svg rename to projects/icons-fontawesome/src/fa/regular/face-sad-cry.svg diff --git a/projects/icons-fontawesome/src/regular/face-sad-tear.svg b/projects/icons-fontawesome/src/fa/regular/face-sad-tear.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/face-sad-tear.svg rename to projects/icons-fontawesome/src/fa/regular/face-sad-tear.svg diff --git a/projects/icons-fontawesome/src/regular/face-smile-beam.svg b/projects/icons-fontawesome/src/fa/regular/face-smile-beam.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/face-smile-beam.svg rename to projects/icons-fontawesome/src/fa/regular/face-smile-beam.svg diff --git a/projects/icons-fontawesome/src/regular/face-smile-wink.svg b/projects/icons-fontawesome/src/fa/regular/face-smile-wink.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/face-smile-wink.svg rename to projects/icons-fontawesome/src/fa/regular/face-smile-wink.svg diff --git a/projects/icons-fontawesome/src/regular/face-smile.svg b/projects/icons-fontawesome/src/fa/regular/face-smile.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/face-smile.svg rename to projects/icons-fontawesome/src/fa/regular/face-smile.svg diff --git a/projects/icons-fontawesome/src/regular/face-surprise.svg b/projects/icons-fontawesome/src/fa/regular/face-surprise.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/face-surprise.svg rename to projects/icons-fontawesome/src/fa/regular/face-surprise.svg diff --git a/projects/icons-fontawesome/src/regular/face-tired.svg b/projects/icons-fontawesome/src/fa/regular/face-tired.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/face-tired.svg rename to projects/icons-fontawesome/src/fa/regular/face-tired.svg diff --git a/projects/icons-fontawesome/src/regular/file-audio.svg b/projects/icons-fontawesome/src/fa/regular/file-audio.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/file-audio.svg rename to projects/icons-fontawesome/src/fa/regular/file-audio.svg diff --git a/projects/icons-fontawesome/src/regular/file-code.svg b/projects/icons-fontawesome/src/fa/regular/file-code.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/file-code.svg rename to projects/icons-fontawesome/src/fa/regular/file-code.svg diff --git a/projects/icons-fontawesome/src/regular/file-excel.svg b/projects/icons-fontawesome/src/fa/regular/file-excel.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/file-excel.svg rename to projects/icons-fontawesome/src/fa/regular/file-excel.svg diff --git a/projects/icons-fontawesome/src/regular/file-image.svg b/projects/icons-fontawesome/src/fa/regular/file-image.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/file-image.svg rename to projects/icons-fontawesome/src/fa/regular/file-image.svg diff --git a/projects/icons-fontawesome/src/regular/file-lines.svg b/projects/icons-fontawesome/src/fa/regular/file-lines.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/file-lines.svg rename to projects/icons-fontawesome/src/fa/regular/file-lines.svg diff --git a/projects/icons-fontawesome/src/regular/file-pdf.svg b/projects/icons-fontawesome/src/fa/regular/file-pdf.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/file-pdf.svg rename to projects/icons-fontawesome/src/fa/regular/file-pdf.svg diff --git a/projects/icons-fontawesome/src/regular/file-powerpoint.svg b/projects/icons-fontawesome/src/fa/regular/file-powerpoint.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/file-powerpoint.svg rename to projects/icons-fontawesome/src/fa/regular/file-powerpoint.svg diff --git a/projects/icons-fontawesome/src/regular/file-video.svg b/projects/icons-fontawesome/src/fa/regular/file-video.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/file-video.svg rename to projects/icons-fontawesome/src/fa/regular/file-video.svg diff --git a/projects/icons-fontawesome/src/regular/file-word.svg b/projects/icons-fontawesome/src/fa/regular/file-word.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/file-word.svg rename to projects/icons-fontawesome/src/fa/regular/file-word.svg diff --git a/projects/icons-fontawesome/src/regular/file-zipper.svg b/projects/icons-fontawesome/src/fa/regular/file-zipper.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/file-zipper.svg rename to projects/icons-fontawesome/src/fa/regular/file-zipper.svg diff --git a/projects/icons-fontawesome/src/regular/file.svg b/projects/icons-fontawesome/src/fa/regular/file.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/file.svg rename to projects/icons-fontawesome/src/fa/regular/file.svg diff --git a/projects/icons-fontawesome/src/regular/flag.svg b/projects/icons-fontawesome/src/fa/regular/flag.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/flag.svg rename to projects/icons-fontawesome/src/fa/regular/flag.svg diff --git a/projects/icons-fontawesome/src/regular/floppy-disk.svg b/projects/icons-fontawesome/src/fa/regular/floppy-disk.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/floppy-disk.svg rename to projects/icons-fontawesome/src/fa/regular/floppy-disk.svg diff --git a/projects/icons-fontawesome/src/regular/folder-closed.svg b/projects/icons-fontawesome/src/fa/regular/folder-closed.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/folder-closed.svg rename to projects/icons-fontawesome/src/fa/regular/folder-closed.svg diff --git a/projects/icons-fontawesome/src/regular/folder-open.svg b/projects/icons-fontawesome/src/fa/regular/folder-open.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/folder-open.svg rename to projects/icons-fontawesome/src/fa/regular/folder-open.svg diff --git a/projects/icons-fontawesome/src/regular/folder.svg b/projects/icons-fontawesome/src/fa/regular/folder.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/folder.svg rename to projects/icons-fontawesome/src/fa/regular/folder.svg diff --git a/projects/icons-fontawesome/src/regular/font-awesome.svg b/projects/icons-fontawesome/src/fa/regular/font-awesome.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/font-awesome.svg rename to projects/icons-fontawesome/src/fa/regular/font-awesome.svg diff --git a/projects/icons-fontawesome/src/regular/futbol.svg b/projects/icons-fontawesome/src/fa/regular/futbol.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/futbol.svg rename to projects/icons-fontawesome/src/fa/regular/futbol.svg diff --git a/projects/icons-fontawesome/src/regular/gem.svg b/projects/icons-fontawesome/src/fa/regular/gem.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/gem.svg rename to projects/icons-fontawesome/src/fa/regular/gem.svg diff --git a/projects/icons-fontawesome/src/regular/hand-back-fist.svg b/projects/icons-fontawesome/src/fa/regular/hand-back-fist.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/hand-back-fist.svg rename to projects/icons-fontawesome/src/fa/regular/hand-back-fist.svg diff --git a/projects/icons-fontawesome/src/regular/hand-lizard.svg b/projects/icons-fontawesome/src/fa/regular/hand-lizard.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/hand-lizard.svg rename to projects/icons-fontawesome/src/fa/regular/hand-lizard.svg diff --git a/projects/icons-fontawesome/src/regular/hand-peace.svg b/projects/icons-fontawesome/src/fa/regular/hand-peace.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/hand-peace.svg rename to projects/icons-fontawesome/src/fa/regular/hand-peace.svg diff --git a/projects/icons-fontawesome/src/regular/hand-point-down.svg b/projects/icons-fontawesome/src/fa/regular/hand-point-down.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/hand-point-down.svg rename to projects/icons-fontawesome/src/fa/regular/hand-point-down.svg diff --git a/projects/icons-fontawesome/src/regular/hand-point-left.svg b/projects/icons-fontawesome/src/fa/regular/hand-point-left.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/hand-point-left.svg rename to projects/icons-fontawesome/src/fa/regular/hand-point-left.svg diff --git a/projects/icons-fontawesome/src/regular/hand-point-right.svg b/projects/icons-fontawesome/src/fa/regular/hand-point-right.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/hand-point-right.svg rename to projects/icons-fontawesome/src/fa/regular/hand-point-right.svg diff --git a/projects/icons-fontawesome/src/regular/hand-point-up.svg b/projects/icons-fontawesome/src/fa/regular/hand-point-up.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/hand-point-up.svg rename to projects/icons-fontawesome/src/fa/regular/hand-point-up.svg diff --git a/projects/icons-fontawesome/src/regular/hand-pointer.svg b/projects/icons-fontawesome/src/fa/regular/hand-pointer.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/hand-pointer.svg rename to projects/icons-fontawesome/src/fa/regular/hand-pointer.svg diff --git a/projects/icons-fontawesome/src/regular/hand-scissors.svg b/projects/icons-fontawesome/src/fa/regular/hand-scissors.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/hand-scissors.svg rename to projects/icons-fontawesome/src/fa/regular/hand-scissors.svg diff --git a/projects/icons-fontawesome/src/regular/hand-spock.svg b/projects/icons-fontawesome/src/fa/regular/hand-spock.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/hand-spock.svg rename to projects/icons-fontawesome/src/fa/regular/hand-spock.svg diff --git a/projects/icons-fontawesome/src/regular/hand.svg b/projects/icons-fontawesome/src/fa/regular/hand.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/hand.svg rename to projects/icons-fontawesome/src/fa/regular/hand.svg diff --git a/projects/icons-fontawesome/src/regular/handshake.svg b/projects/icons-fontawesome/src/fa/regular/handshake.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/handshake.svg rename to projects/icons-fontawesome/src/fa/regular/handshake.svg diff --git a/projects/icons-fontawesome/src/regular/hard-drive.svg b/projects/icons-fontawesome/src/fa/regular/hard-drive.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/hard-drive.svg rename to projects/icons-fontawesome/src/fa/regular/hard-drive.svg diff --git a/projects/icons-fontawesome/src/regular/heart.svg b/projects/icons-fontawesome/src/fa/regular/heart.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/heart.svg rename to projects/icons-fontawesome/src/fa/regular/heart.svg diff --git a/projects/icons-fontawesome/src/regular/hospital.svg b/projects/icons-fontawesome/src/fa/regular/hospital.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/hospital.svg rename to projects/icons-fontawesome/src/fa/regular/hospital.svg diff --git a/projects/icons-fontawesome/src/regular/hourglass-half.svg b/projects/icons-fontawesome/src/fa/regular/hourglass-half.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/hourglass-half.svg rename to projects/icons-fontawesome/src/fa/regular/hourglass-half.svg diff --git a/projects/icons-fontawesome/src/regular/hourglass.svg b/projects/icons-fontawesome/src/fa/regular/hourglass.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/hourglass.svg rename to projects/icons-fontawesome/src/fa/regular/hourglass.svg diff --git a/projects/icons-fontawesome/src/regular/id-badge.svg b/projects/icons-fontawesome/src/fa/regular/id-badge.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/id-badge.svg rename to projects/icons-fontawesome/src/fa/regular/id-badge.svg diff --git a/projects/icons-fontawesome/src/regular/id-card.svg b/projects/icons-fontawesome/src/fa/regular/id-card.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/id-card.svg rename to projects/icons-fontawesome/src/fa/regular/id-card.svg diff --git a/projects/icons-fontawesome/src/regular/image.svg b/projects/icons-fontawesome/src/fa/regular/image.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/image.svg rename to projects/icons-fontawesome/src/fa/regular/image.svg diff --git a/projects/icons-fontawesome/src/regular/images.svg b/projects/icons-fontawesome/src/fa/regular/images.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/images.svg rename to projects/icons-fontawesome/src/fa/regular/images.svg diff --git a/projects/icons-fontawesome/src/regular/keyboard.svg b/projects/icons-fontawesome/src/fa/regular/keyboard.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/keyboard.svg rename to projects/icons-fontawesome/src/fa/regular/keyboard.svg diff --git a/projects/icons-fontawesome/src/regular/lemon.svg b/projects/icons-fontawesome/src/fa/regular/lemon.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/lemon.svg rename to projects/icons-fontawesome/src/fa/regular/lemon.svg diff --git a/projects/icons-fontawesome/src/regular/life-ring.svg b/projects/icons-fontawesome/src/fa/regular/life-ring.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/life-ring.svg rename to projects/icons-fontawesome/src/fa/regular/life-ring.svg diff --git a/projects/icons-fontawesome/src/regular/lightbulb.svg b/projects/icons-fontawesome/src/fa/regular/lightbulb.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/lightbulb.svg rename to projects/icons-fontawesome/src/fa/regular/lightbulb.svg diff --git a/projects/icons-fontawesome/src/regular/map.svg b/projects/icons-fontawesome/src/fa/regular/map.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/map.svg rename to projects/icons-fontawesome/src/fa/regular/map.svg diff --git a/projects/icons-fontawesome/src/regular/message.svg b/projects/icons-fontawesome/src/fa/regular/message.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/message.svg rename to projects/icons-fontawesome/src/fa/regular/message.svg diff --git a/projects/icons-fontawesome/src/regular/money-bill-1.svg b/projects/icons-fontawesome/src/fa/regular/money-bill-1.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/money-bill-1.svg rename to projects/icons-fontawesome/src/fa/regular/money-bill-1.svg diff --git a/projects/icons-fontawesome/src/regular/moon.svg b/projects/icons-fontawesome/src/fa/regular/moon.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/moon.svg rename to projects/icons-fontawesome/src/fa/regular/moon.svg diff --git a/projects/icons-fontawesome/src/regular/newspaper.svg b/projects/icons-fontawesome/src/fa/regular/newspaper.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/newspaper.svg rename to projects/icons-fontawesome/src/fa/regular/newspaper.svg diff --git a/projects/icons-fontawesome/src/regular/note-sticky.svg b/projects/icons-fontawesome/src/fa/regular/note-sticky.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/note-sticky.svg rename to projects/icons-fontawesome/src/fa/regular/note-sticky.svg diff --git a/projects/icons-fontawesome/src/regular/object-group.svg b/projects/icons-fontawesome/src/fa/regular/object-group.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/object-group.svg rename to projects/icons-fontawesome/src/fa/regular/object-group.svg diff --git a/projects/icons-fontawesome/src/regular/object-ungroup.svg b/projects/icons-fontawesome/src/fa/regular/object-ungroup.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/object-ungroup.svg rename to projects/icons-fontawesome/src/fa/regular/object-ungroup.svg diff --git a/projects/icons-fontawesome/src/regular/paper-plane.svg b/projects/icons-fontawesome/src/fa/regular/paper-plane.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/paper-plane.svg rename to projects/icons-fontawesome/src/fa/regular/paper-plane.svg diff --git a/projects/icons-fontawesome/src/regular/paste.svg b/projects/icons-fontawesome/src/fa/regular/paste.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/paste.svg rename to projects/icons-fontawesome/src/fa/regular/paste.svg diff --git a/projects/icons-fontawesome/src/regular/pen-to-square.svg b/projects/icons-fontawesome/src/fa/regular/pen-to-square.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/pen-to-square.svg rename to projects/icons-fontawesome/src/fa/regular/pen-to-square.svg diff --git a/projects/icons-fontawesome/src/regular/rectangle-list.svg b/projects/icons-fontawesome/src/fa/regular/rectangle-list.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/rectangle-list.svg rename to projects/icons-fontawesome/src/fa/regular/rectangle-list.svg diff --git a/projects/icons-fontawesome/src/regular/rectangle-xmark.svg b/projects/icons-fontawesome/src/fa/regular/rectangle-xmark.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/rectangle-xmark.svg rename to projects/icons-fontawesome/src/fa/regular/rectangle-xmark.svg diff --git a/projects/icons-fontawesome/src/regular/registered.svg b/projects/icons-fontawesome/src/fa/regular/registered.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/registered.svg rename to projects/icons-fontawesome/src/fa/regular/registered.svg diff --git a/projects/icons-fontawesome/src/regular/share-from-square.svg b/projects/icons-fontawesome/src/fa/regular/share-from-square.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/share-from-square.svg rename to projects/icons-fontawesome/src/fa/regular/share-from-square.svg diff --git a/projects/icons-fontawesome/src/regular/snowflake.svg b/projects/icons-fontawesome/src/fa/regular/snowflake.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/snowflake.svg rename to projects/icons-fontawesome/src/fa/regular/snowflake.svg diff --git a/projects/icons-fontawesome/src/regular/square-caret-down.svg b/projects/icons-fontawesome/src/fa/regular/square-caret-down.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/square-caret-down.svg rename to projects/icons-fontawesome/src/fa/regular/square-caret-down.svg diff --git a/projects/icons-fontawesome/src/regular/square-caret-left.svg b/projects/icons-fontawesome/src/fa/regular/square-caret-left.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/square-caret-left.svg rename to projects/icons-fontawesome/src/fa/regular/square-caret-left.svg diff --git a/projects/icons-fontawesome/src/regular/square-caret-right.svg b/projects/icons-fontawesome/src/fa/regular/square-caret-right.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/square-caret-right.svg rename to projects/icons-fontawesome/src/fa/regular/square-caret-right.svg diff --git a/projects/icons-fontawesome/src/regular/square-caret-up.svg b/projects/icons-fontawesome/src/fa/regular/square-caret-up.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/square-caret-up.svg rename to projects/icons-fontawesome/src/fa/regular/square-caret-up.svg diff --git a/projects/icons-fontawesome/src/regular/square-check.svg b/projects/icons-fontawesome/src/fa/regular/square-check.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/square-check.svg rename to projects/icons-fontawesome/src/fa/regular/square-check.svg diff --git a/projects/icons-fontawesome/src/regular/square-full.svg b/projects/icons-fontawesome/src/fa/regular/square-full.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/square-full.svg rename to projects/icons-fontawesome/src/fa/regular/square-full.svg diff --git a/projects/icons-fontawesome/src/regular/square-minus.svg b/projects/icons-fontawesome/src/fa/regular/square-minus.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/square-minus.svg rename to projects/icons-fontawesome/src/fa/regular/square-minus.svg diff --git a/projects/icons-fontawesome/src/regular/square-plus.svg b/projects/icons-fontawesome/src/fa/regular/square-plus.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/square-plus.svg rename to projects/icons-fontawesome/src/fa/regular/square-plus.svg diff --git a/projects/icons-fontawesome/src/regular/square.svg b/projects/icons-fontawesome/src/fa/regular/square.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/square.svg rename to projects/icons-fontawesome/src/fa/regular/square.svg diff --git a/projects/icons-fontawesome/src/regular/star-half-stroke.svg b/projects/icons-fontawesome/src/fa/regular/star-half-stroke.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/star-half-stroke.svg rename to projects/icons-fontawesome/src/fa/regular/star-half-stroke.svg diff --git a/projects/icons-fontawesome/src/regular/star-half.svg b/projects/icons-fontawesome/src/fa/regular/star-half.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/star-half.svg rename to projects/icons-fontawesome/src/fa/regular/star-half.svg diff --git a/projects/icons-fontawesome/src/regular/star.svg b/projects/icons-fontawesome/src/fa/regular/star.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/star.svg rename to projects/icons-fontawesome/src/fa/regular/star.svg diff --git a/projects/icons-fontawesome/src/regular/sun.svg b/projects/icons-fontawesome/src/fa/regular/sun.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/sun.svg rename to projects/icons-fontawesome/src/fa/regular/sun.svg diff --git a/projects/icons-fontawesome/src/regular/thumbs-down.svg b/projects/icons-fontawesome/src/fa/regular/thumbs-down.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/thumbs-down.svg rename to projects/icons-fontawesome/src/fa/regular/thumbs-down.svg diff --git a/projects/icons-fontawesome/src/regular/thumbs-up.svg b/projects/icons-fontawesome/src/fa/regular/thumbs-up.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/thumbs-up.svg rename to projects/icons-fontawesome/src/fa/regular/thumbs-up.svg diff --git a/projects/icons-fontawesome/src/regular/trash-can.svg b/projects/icons-fontawesome/src/fa/regular/trash-can.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/trash-can.svg rename to projects/icons-fontawesome/src/fa/regular/trash-can.svg diff --git a/projects/icons-fontawesome/src/regular/user.svg b/projects/icons-fontawesome/src/fa/regular/user.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/user.svg rename to projects/icons-fontawesome/src/fa/regular/user.svg diff --git a/projects/icons-fontawesome/src/regular/window-maximize.svg b/projects/icons-fontawesome/src/fa/regular/window-maximize.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/window-maximize.svg rename to projects/icons-fontawesome/src/fa/regular/window-maximize.svg diff --git a/projects/icons-fontawesome/src/regular/window-minimize.svg b/projects/icons-fontawesome/src/fa/regular/window-minimize.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/window-minimize.svg rename to projects/icons-fontawesome/src/fa/regular/window-minimize.svg diff --git a/projects/icons-fontawesome/src/regular/window-restore.svg b/projects/icons-fontawesome/src/fa/regular/window-restore.svg similarity index 100% rename from projects/icons-fontawesome/src/regular/window-restore.svg rename to projects/icons-fontawesome/src/fa/regular/window-restore.svg diff --git a/projects/icons-fontawesome/src/solid/0.svg b/projects/icons-fontawesome/src/fa/solid/0.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/0.svg rename to projects/icons-fontawesome/src/fa/solid/0.svg diff --git a/projects/icons-fontawesome/src/solid/1.svg b/projects/icons-fontawesome/src/fa/solid/1.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/1.svg rename to projects/icons-fontawesome/src/fa/solid/1.svg diff --git a/projects/icons-fontawesome/src/solid/2.svg b/projects/icons-fontawesome/src/fa/solid/2.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/2.svg rename to projects/icons-fontawesome/src/fa/solid/2.svg diff --git a/projects/icons-fontawesome/src/solid/3.svg b/projects/icons-fontawesome/src/fa/solid/3.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/3.svg rename to projects/icons-fontawesome/src/fa/solid/3.svg diff --git a/projects/icons-fontawesome/src/solid/4.svg b/projects/icons-fontawesome/src/fa/solid/4.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/4.svg rename to projects/icons-fontawesome/src/fa/solid/4.svg diff --git a/projects/icons-fontawesome/src/solid/5.svg b/projects/icons-fontawesome/src/fa/solid/5.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/5.svg rename to projects/icons-fontawesome/src/fa/solid/5.svg diff --git a/projects/icons-fontawesome/src/solid/6.svg b/projects/icons-fontawesome/src/fa/solid/6.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/6.svg rename to projects/icons-fontawesome/src/fa/solid/6.svg diff --git a/projects/icons-fontawesome/src/solid/7.svg b/projects/icons-fontawesome/src/fa/solid/7.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/7.svg rename to projects/icons-fontawesome/src/fa/solid/7.svg diff --git a/projects/icons-fontawesome/src/solid/8.svg b/projects/icons-fontawesome/src/fa/solid/8.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/8.svg rename to projects/icons-fontawesome/src/fa/solid/8.svg diff --git a/projects/icons-fontawesome/src/solid/9.svg b/projects/icons-fontawesome/src/fa/solid/9.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/9.svg rename to projects/icons-fontawesome/src/fa/solid/9.svg diff --git a/projects/icons-fontawesome/src/solid/a.svg b/projects/icons-fontawesome/src/fa/solid/a.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/a.svg rename to projects/icons-fontawesome/src/fa/solid/a.svg diff --git a/projects/icons-fontawesome/src/solid/address-book.svg b/projects/icons-fontawesome/src/fa/solid/address-book.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/address-book.svg rename to projects/icons-fontawesome/src/fa/solid/address-book.svg diff --git a/projects/icons-fontawesome/src/solid/address-card.svg b/projects/icons-fontawesome/src/fa/solid/address-card.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/address-card.svg rename to projects/icons-fontawesome/src/fa/solid/address-card.svg diff --git a/projects/icons-fontawesome/src/solid/align-center.svg b/projects/icons-fontawesome/src/fa/solid/align-center.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/align-center.svg rename to projects/icons-fontawesome/src/fa/solid/align-center.svg diff --git a/projects/icons-fontawesome/src/solid/align-justify.svg b/projects/icons-fontawesome/src/fa/solid/align-justify.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/align-justify.svg rename to projects/icons-fontawesome/src/fa/solid/align-justify.svg diff --git a/projects/icons-fontawesome/src/solid/align-left.svg b/projects/icons-fontawesome/src/fa/solid/align-left.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/align-left.svg rename to projects/icons-fontawesome/src/fa/solid/align-left.svg diff --git a/projects/icons-fontawesome/src/solid/align-right.svg b/projects/icons-fontawesome/src/fa/solid/align-right.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/align-right.svg rename to projects/icons-fontawesome/src/fa/solid/align-right.svg diff --git a/projects/icons-fontawesome/src/solid/anchor-circle-check.svg b/projects/icons-fontawesome/src/fa/solid/anchor-circle-check.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/anchor-circle-check.svg rename to projects/icons-fontawesome/src/fa/solid/anchor-circle-check.svg diff --git a/projects/icons-fontawesome/src/solid/anchor-circle-exclamation.svg b/projects/icons-fontawesome/src/fa/solid/anchor-circle-exclamation.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/anchor-circle-exclamation.svg rename to projects/icons-fontawesome/src/fa/solid/anchor-circle-exclamation.svg diff --git a/projects/icons-fontawesome/src/solid/anchor-circle-xmark.svg b/projects/icons-fontawesome/src/fa/solid/anchor-circle-xmark.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/anchor-circle-xmark.svg rename to projects/icons-fontawesome/src/fa/solid/anchor-circle-xmark.svg diff --git a/projects/icons-fontawesome/src/solid/anchor-lock.svg b/projects/icons-fontawesome/src/fa/solid/anchor-lock.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/anchor-lock.svg rename to projects/icons-fontawesome/src/fa/solid/anchor-lock.svg diff --git a/projects/icons-fontawesome/src/solid/anchor.svg b/projects/icons-fontawesome/src/fa/solid/anchor.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/anchor.svg rename to projects/icons-fontawesome/src/fa/solid/anchor.svg diff --git a/projects/icons-fontawesome/src/solid/angle-down.svg b/projects/icons-fontawesome/src/fa/solid/angle-down.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/angle-down.svg rename to projects/icons-fontawesome/src/fa/solid/angle-down.svg diff --git a/projects/icons-fontawesome/src/solid/angle-left.svg b/projects/icons-fontawesome/src/fa/solid/angle-left.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/angle-left.svg rename to projects/icons-fontawesome/src/fa/solid/angle-left.svg diff --git a/projects/icons-fontawesome/src/solid/angle-right.svg b/projects/icons-fontawesome/src/fa/solid/angle-right.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/angle-right.svg rename to projects/icons-fontawesome/src/fa/solid/angle-right.svg diff --git a/projects/icons-fontawesome/src/solid/angle-up.svg b/projects/icons-fontawesome/src/fa/solid/angle-up.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/angle-up.svg rename to projects/icons-fontawesome/src/fa/solid/angle-up.svg diff --git a/projects/icons-fontawesome/src/solid/angles-down.svg b/projects/icons-fontawesome/src/fa/solid/angles-down.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/angles-down.svg rename to projects/icons-fontawesome/src/fa/solid/angles-down.svg diff --git a/projects/icons-fontawesome/src/solid/angles-left.svg b/projects/icons-fontawesome/src/fa/solid/angles-left.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/angles-left.svg rename to projects/icons-fontawesome/src/fa/solid/angles-left.svg diff --git a/projects/icons-fontawesome/src/solid/angles-right.svg b/projects/icons-fontawesome/src/fa/solid/angles-right.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/angles-right.svg rename to projects/icons-fontawesome/src/fa/solid/angles-right.svg diff --git a/projects/icons-fontawesome/src/solid/angles-up.svg b/projects/icons-fontawesome/src/fa/solid/angles-up.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/angles-up.svg rename to projects/icons-fontawesome/src/fa/solid/angles-up.svg diff --git a/projects/icons-fontawesome/src/solid/ankh.svg b/projects/icons-fontawesome/src/fa/solid/ankh.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/ankh.svg rename to projects/icons-fontawesome/src/fa/solid/ankh.svg diff --git a/projects/icons-fontawesome/src/solid/apple-whole.svg b/projects/icons-fontawesome/src/fa/solid/apple-whole.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/apple-whole.svg rename to projects/icons-fontawesome/src/fa/solid/apple-whole.svg diff --git a/projects/icons-fontawesome/src/solid/archway.svg b/projects/icons-fontawesome/src/fa/solid/archway.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/archway.svg rename to projects/icons-fontawesome/src/fa/solid/archway.svg diff --git a/projects/icons-fontawesome/src/solid/arrow-down-1-9.svg b/projects/icons-fontawesome/src/fa/solid/arrow-down-1-9.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrow-down-1-9.svg rename to projects/icons-fontawesome/src/fa/solid/arrow-down-1-9.svg diff --git a/projects/icons-fontawesome/src/solid/arrow-down-9-1.svg b/projects/icons-fontawesome/src/fa/solid/arrow-down-9-1.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrow-down-9-1.svg rename to projects/icons-fontawesome/src/fa/solid/arrow-down-9-1.svg diff --git a/projects/icons-fontawesome/src/solid/arrow-down-a-z.svg b/projects/icons-fontawesome/src/fa/solid/arrow-down-a-z.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrow-down-a-z.svg rename to projects/icons-fontawesome/src/fa/solid/arrow-down-a-z.svg diff --git a/projects/icons-fontawesome/src/solid/arrow-down-long.svg b/projects/icons-fontawesome/src/fa/solid/arrow-down-long.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrow-down-long.svg rename to projects/icons-fontawesome/src/fa/solid/arrow-down-long.svg diff --git a/projects/icons-fontawesome/src/solid/arrow-down-short-wide.svg b/projects/icons-fontawesome/src/fa/solid/arrow-down-short-wide.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrow-down-short-wide.svg rename to projects/icons-fontawesome/src/fa/solid/arrow-down-short-wide.svg diff --git a/projects/icons-fontawesome/src/solid/arrow-down-up-across-line.svg b/projects/icons-fontawesome/src/fa/solid/arrow-down-up-across-line.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrow-down-up-across-line.svg rename to projects/icons-fontawesome/src/fa/solid/arrow-down-up-across-line.svg diff --git a/projects/icons-fontawesome/src/solid/arrow-down-up-lock.svg b/projects/icons-fontawesome/src/fa/solid/arrow-down-up-lock.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrow-down-up-lock.svg rename to projects/icons-fontawesome/src/fa/solid/arrow-down-up-lock.svg diff --git a/projects/icons-fontawesome/src/solid/arrow-down-wide-short.svg b/projects/icons-fontawesome/src/fa/solid/arrow-down-wide-short.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrow-down-wide-short.svg rename to projects/icons-fontawesome/src/fa/solid/arrow-down-wide-short.svg diff --git a/projects/icons-fontawesome/src/solid/arrow-down-z-a.svg b/projects/icons-fontawesome/src/fa/solid/arrow-down-z-a.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrow-down-z-a.svg rename to projects/icons-fontawesome/src/fa/solid/arrow-down-z-a.svg diff --git a/projects/icons-fontawesome/src/solid/arrow-down.svg b/projects/icons-fontawesome/src/fa/solid/arrow-down.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrow-down.svg rename to projects/icons-fontawesome/src/fa/solid/arrow-down.svg diff --git a/projects/icons-fontawesome/src/solid/arrow-left-long.svg b/projects/icons-fontawesome/src/fa/solid/arrow-left-long.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrow-left-long.svg rename to projects/icons-fontawesome/src/fa/solid/arrow-left-long.svg diff --git a/projects/icons-fontawesome/src/solid/arrow-left.svg b/projects/icons-fontawesome/src/fa/solid/arrow-left.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrow-left.svg rename to projects/icons-fontawesome/src/fa/solid/arrow-left.svg diff --git a/projects/icons-fontawesome/src/solid/arrow-pointer.svg b/projects/icons-fontawesome/src/fa/solid/arrow-pointer.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrow-pointer.svg rename to projects/icons-fontawesome/src/fa/solid/arrow-pointer.svg diff --git a/projects/icons-fontawesome/src/solid/arrow-right-arrow-left.svg b/projects/icons-fontawesome/src/fa/solid/arrow-right-arrow-left.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrow-right-arrow-left.svg rename to projects/icons-fontawesome/src/fa/solid/arrow-right-arrow-left.svg diff --git a/projects/icons-fontawesome/src/solid/arrow-right-from-bracket.svg b/projects/icons-fontawesome/src/fa/solid/arrow-right-from-bracket.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrow-right-from-bracket.svg rename to projects/icons-fontawesome/src/fa/solid/arrow-right-from-bracket.svg diff --git a/projects/icons-fontawesome/src/solid/arrow-right-long.svg b/projects/icons-fontawesome/src/fa/solid/arrow-right-long.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrow-right-long.svg rename to projects/icons-fontawesome/src/fa/solid/arrow-right-long.svg diff --git a/projects/icons-fontawesome/src/solid/arrow-right-to-bracket.svg b/projects/icons-fontawesome/src/fa/solid/arrow-right-to-bracket.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrow-right-to-bracket.svg rename to projects/icons-fontawesome/src/fa/solid/arrow-right-to-bracket.svg diff --git a/projects/icons-fontawesome/src/solid/arrow-right-to-city.svg b/projects/icons-fontawesome/src/fa/solid/arrow-right-to-city.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrow-right-to-city.svg rename to projects/icons-fontawesome/src/fa/solid/arrow-right-to-city.svg diff --git a/projects/icons-fontawesome/src/solid/arrow-right.svg b/projects/icons-fontawesome/src/fa/solid/arrow-right.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrow-right.svg rename to projects/icons-fontawesome/src/fa/solid/arrow-right.svg diff --git a/projects/icons-fontawesome/src/solid/arrow-rotate-left.svg b/projects/icons-fontawesome/src/fa/solid/arrow-rotate-left.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrow-rotate-left.svg rename to projects/icons-fontawesome/src/fa/solid/arrow-rotate-left.svg diff --git a/projects/icons-fontawesome/src/solid/arrow-rotate-right.svg b/projects/icons-fontawesome/src/fa/solid/arrow-rotate-right.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrow-rotate-right.svg rename to projects/icons-fontawesome/src/fa/solid/arrow-rotate-right.svg diff --git a/projects/icons-fontawesome/src/solid/arrow-trend-down.svg b/projects/icons-fontawesome/src/fa/solid/arrow-trend-down.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrow-trend-down.svg rename to projects/icons-fontawesome/src/fa/solid/arrow-trend-down.svg diff --git a/projects/icons-fontawesome/src/solid/arrow-trend-up.svg b/projects/icons-fontawesome/src/fa/solid/arrow-trend-up.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrow-trend-up.svg rename to projects/icons-fontawesome/src/fa/solid/arrow-trend-up.svg diff --git a/projects/icons-fontawesome/src/solid/arrow-turn-down.svg b/projects/icons-fontawesome/src/fa/solid/arrow-turn-down.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrow-turn-down.svg rename to projects/icons-fontawesome/src/fa/solid/arrow-turn-down.svg diff --git a/projects/icons-fontawesome/src/solid/arrow-turn-up.svg b/projects/icons-fontawesome/src/fa/solid/arrow-turn-up.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrow-turn-up.svg rename to projects/icons-fontawesome/src/fa/solid/arrow-turn-up.svg diff --git a/projects/icons-fontawesome/src/solid/arrow-up-1-9.svg b/projects/icons-fontawesome/src/fa/solid/arrow-up-1-9.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrow-up-1-9.svg rename to projects/icons-fontawesome/src/fa/solid/arrow-up-1-9.svg diff --git a/projects/icons-fontawesome/src/solid/arrow-up-9-1.svg b/projects/icons-fontawesome/src/fa/solid/arrow-up-9-1.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrow-up-9-1.svg rename to projects/icons-fontawesome/src/fa/solid/arrow-up-9-1.svg diff --git a/projects/icons-fontawesome/src/solid/arrow-up-a-z.svg b/projects/icons-fontawesome/src/fa/solid/arrow-up-a-z.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrow-up-a-z.svg rename to projects/icons-fontawesome/src/fa/solid/arrow-up-a-z.svg diff --git a/projects/icons-fontawesome/src/solid/arrow-up-from-bracket.svg b/projects/icons-fontawesome/src/fa/solid/arrow-up-from-bracket.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrow-up-from-bracket.svg rename to projects/icons-fontawesome/src/fa/solid/arrow-up-from-bracket.svg diff --git a/projects/icons-fontawesome/src/solid/arrow-up-from-ground-water.svg b/projects/icons-fontawesome/src/fa/solid/arrow-up-from-ground-water.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrow-up-from-ground-water.svg rename to projects/icons-fontawesome/src/fa/solid/arrow-up-from-ground-water.svg diff --git a/projects/icons-fontawesome/src/solid/arrow-up-from-water-pump.svg b/projects/icons-fontawesome/src/fa/solid/arrow-up-from-water-pump.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrow-up-from-water-pump.svg rename to projects/icons-fontawesome/src/fa/solid/arrow-up-from-water-pump.svg diff --git a/projects/icons-fontawesome/src/solid/arrow-up-long.svg b/projects/icons-fontawesome/src/fa/solid/arrow-up-long.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrow-up-long.svg rename to projects/icons-fontawesome/src/fa/solid/arrow-up-long.svg diff --git a/projects/icons-fontawesome/src/solid/arrow-up-right-dots.svg b/projects/icons-fontawesome/src/fa/solid/arrow-up-right-dots.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrow-up-right-dots.svg rename to projects/icons-fontawesome/src/fa/solid/arrow-up-right-dots.svg diff --git a/projects/icons-fontawesome/src/solid/arrow-up-right-from-square.svg b/projects/icons-fontawesome/src/fa/solid/arrow-up-right-from-square.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrow-up-right-from-square.svg rename to projects/icons-fontawesome/src/fa/solid/arrow-up-right-from-square.svg diff --git a/projects/icons-fontawesome/src/solid/arrow-up-short-wide.svg b/projects/icons-fontawesome/src/fa/solid/arrow-up-short-wide.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrow-up-short-wide.svg rename to projects/icons-fontawesome/src/fa/solid/arrow-up-short-wide.svg diff --git a/projects/icons-fontawesome/src/solid/arrow-up-wide-short.svg b/projects/icons-fontawesome/src/fa/solid/arrow-up-wide-short.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrow-up-wide-short.svg rename to projects/icons-fontawesome/src/fa/solid/arrow-up-wide-short.svg diff --git a/projects/icons-fontawesome/src/solid/arrow-up-z-a.svg b/projects/icons-fontawesome/src/fa/solid/arrow-up-z-a.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrow-up-z-a.svg rename to projects/icons-fontawesome/src/fa/solid/arrow-up-z-a.svg diff --git a/projects/icons-fontawesome/src/solid/arrow-up.svg b/projects/icons-fontawesome/src/fa/solid/arrow-up.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrow-up.svg rename to projects/icons-fontawesome/src/fa/solid/arrow-up.svg diff --git a/projects/icons-fontawesome/src/solid/arrows-down-to-line.svg b/projects/icons-fontawesome/src/fa/solid/arrows-down-to-line.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrows-down-to-line.svg rename to projects/icons-fontawesome/src/fa/solid/arrows-down-to-line.svg diff --git a/projects/icons-fontawesome/src/solid/arrows-down-to-people.svg b/projects/icons-fontawesome/src/fa/solid/arrows-down-to-people.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrows-down-to-people.svg rename to projects/icons-fontawesome/src/fa/solid/arrows-down-to-people.svg diff --git a/projects/icons-fontawesome/src/solid/arrows-left-right-to-line.svg b/projects/icons-fontawesome/src/fa/solid/arrows-left-right-to-line.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrows-left-right-to-line.svg rename to projects/icons-fontawesome/src/fa/solid/arrows-left-right-to-line.svg diff --git a/projects/icons-fontawesome/src/solid/arrows-left-right.svg b/projects/icons-fontawesome/src/fa/solid/arrows-left-right.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrows-left-right.svg rename to projects/icons-fontawesome/src/fa/solid/arrows-left-right.svg diff --git a/projects/icons-fontawesome/src/solid/arrows-rotate.svg b/projects/icons-fontawesome/src/fa/solid/arrows-rotate.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrows-rotate.svg rename to projects/icons-fontawesome/src/fa/solid/arrows-rotate.svg diff --git a/projects/icons-fontawesome/src/solid/arrows-spin.svg b/projects/icons-fontawesome/src/fa/solid/arrows-spin.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrows-spin.svg rename to projects/icons-fontawesome/src/fa/solid/arrows-spin.svg diff --git a/projects/icons-fontawesome/src/solid/arrows-split-up-and-left.svg b/projects/icons-fontawesome/src/fa/solid/arrows-split-up-and-left.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrows-split-up-and-left.svg rename to projects/icons-fontawesome/src/fa/solid/arrows-split-up-and-left.svg diff --git a/projects/icons-fontawesome/src/solid/arrows-to-circle.svg b/projects/icons-fontawesome/src/fa/solid/arrows-to-circle.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrows-to-circle.svg rename to projects/icons-fontawesome/src/fa/solid/arrows-to-circle.svg diff --git a/projects/icons-fontawesome/src/solid/arrows-to-dot.svg b/projects/icons-fontawesome/src/fa/solid/arrows-to-dot.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrows-to-dot.svg rename to projects/icons-fontawesome/src/fa/solid/arrows-to-dot.svg diff --git a/projects/icons-fontawesome/src/solid/arrows-to-eye.svg b/projects/icons-fontawesome/src/fa/solid/arrows-to-eye.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrows-to-eye.svg rename to projects/icons-fontawesome/src/fa/solid/arrows-to-eye.svg diff --git a/projects/icons-fontawesome/src/solid/arrows-turn-right.svg b/projects/icons-fontawesome/src/fa/solid/arrows-turn-right.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrows-turn-right.svg rename to projects/icons-fontawesome/src/fa/solid/arrows-turn-right.svg diff --git a/projects/icons-fontawesome/src/solid/arrows-turn-to-dots.svg b/projects/icons-fontawesome/src/fa/solid/arrows-turn-to-dots.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrows-turn-to-dots.svg rename to projects/icons-fontawesome/src/fa/solid/arrows-turn-to-dots.svg diff --git a/projects/icons-fontawesome/src/solid/arrows-up-down-left-right.svg b/projects/icons-fontawesome/src/fa/solid/arrows-up-down-left-right.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrows-up-down-left-right.svg rename to projects/icons-fontawesome/src/fa/solid/arrows-up-down-left-right.svg diff --git a/projects/icons-fontawesome/src/solid/arrows-up-down.svg b/projects/icons-fontawesome/src/fa/solid/arrows-up-down.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrows-up-down.svg rename to projects/icons-fontawesome/src/fa/solid/arrows-up-down.svg diff --git a/projects/icons-fontawesome/src/solid/arrows-up-to-line.svg b/projects/icons-fontawesome/src/fa/solid/arrows-up-to-line.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/arrows-up-to-line.svg rename to projects/icons-fontawesome/src/fa/solid/arrows-up-to-line.svg diff --git a/projects/icons-fontawesome/src/solid/asterisk.svg b/projects/icons-fontawesome/src/fa/solid/asterisk.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/asterisk.svg rename to projects/icons-fontawesome/src/fa/solid/asterisk.svg diff --git a/projects/icons-fontawesome/src/solid/at.svg b/projects/icons-fontawesome/src/fa/solid/at.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/at.svg rename to projects/icons-fontawesome/src/fa/solid/at.svg diff --git a/projects/icons-fontawesome/src/solid/atom.svg b/projects/icons-fontawesome/src/fa/solid/atom.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/atom.svg rename to projects/icons-fontawesome/src/fa/solid/atom.svg diff --git a/projects/icons-fontawesome/src/solid/audio-description.svg b/projects/icons-fontawesome/src/fa/solid/audio-description.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/audio-description.svg rename to projects/icons-fontawesome/src/fa/solid/audio-description.svg diff --git a/projects/icons-fontawesome/src/solid/austral-sign.svg b/projects/icons-fontawesome/src/fa/solid/austral-sign.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/austral-sign.svg rename to projects/icons-fontawesome/src/fa/solid/austral-sign.svg diff --git a/projects/icons-fontawesome/src/solid/award.svg b/projects/icons-fontawesome/src/fa/solid/award.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/award.svg rename to projects/icons-fontawesome/src/fa/solid/award.svg diff --git a/projects/icons-fontawesome/src/solid/b.svg b/projects/icons-fontawesome/src/fa/solid/b.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/b.svg rename to projects/icons-fontawesome/src/fa/solid/b.svg diff --git a/projects/icons-fontawesome/src/solid/baby-carriage.svg b/projects/icons-fontawesome/src/fa/solid/baby-carriage.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/baby-carriage.svg rename to projects/icons-fontawesome/src/fa/solid/baby-carriage.svg diff --git a/projects/icons-fontawesome/src/solid/baby.svg b/projects/icons-fontawesome/src/fa/solid/baby.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/baby.svg rename to projects/icons-fontawesome/src/fa/solid/baby.svg diff --git a/projects/icons-fontawesome/src/solid/backward-fast.svg b/projects/icons-fontawesome/src/fa/solid/backward-fast.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/backward-fast.svg rename to projects/icons-fontawesome/src/fa/solid/backward-fast.svg diff --git a/projects/icons-fontawesome/src/solid/backward-step.svg b/projects/icons-fontawesome/src/fa/solid/backward-step.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/backward-step.svg rename to projects/icons-fontawesome/src/fa/solid/backward-step.svg diff --git a/projects/icons-fontawesome/src/solid/backward.svg b/projects/icons-fontawesome/src/fa/solid/backward.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/backward.svg rename to projects/icons-fontawesome/src/fa/solid/backward.svg diff --git a/projects/icons-fontawesome/src/solid/bacon.svg b/projects/icons-fontawesome/src/fa/solid/bacon.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bacon.svg rename to projects/icons-fontawesome/src/fa/solid/bacon.svg diff --git a/projects/icons-fontawesome/src/solid/bacteria.svg b/projects/icons-fontawesome/src/fa/solid/bacteria.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bacteria.svg rename to projects/icons-fontawesome/src/fa/solid/bacteria.svg diff --git a/projects/icons-fontawesome/src/solid/bacterium.svg b/projects/icons-fontawesome/src/fa/solid/bacterium.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bacterium.svg rename to projects/icons-fontawesome/src/fa/solid/bacterium.svg diff --git a/projects/icons-fontawesome/src/solid/bag-shopping.svg b/projects/icons-fontawesome/src/fa/solid/bag-shopping.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bag-shopping.svg rename to projects/icons-fontawesome/src/fa/solid/bag-shopping.svg diff --git a/projects/icons-fontawesome/src/solid/bahai.svg b/projects/icons-fontawesome/src/fa/solid/bahai.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bahai.svg rename to projects/icons-fontawesome/src/fa/solid/bahai.svg diff --git a/projects/icons-fontawesome/src/solid/baht-sign.svg b/projects/icons-fontawesome/src/fa/solid/baht-sign.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/baht-sign.svg rename to projects/icons-fontawesome/src/fa/solid/baht-sign.svg diff --git a/projects/icons-fontawesome/src/solid/ban-smoking.svg b/projects/icons-fontawesome/src/fa/solid/ban-smoking.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/ban-smoking.svg rename to projects/icons-fontawesome/src/fa/solid/ban-smoking.svg diff --git a/projects/icons-fontawesome/src/solid/ban.svg b/projects/icons-fontawesome/src/fa/solid/ban.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/ban.svg rename to projects/icons-fontawesome/src/fa/solid/ban.svg diff --git a/projects/icons-fontawesome/src/solid/bandage.svg b/projects/icons-fontawesome/src/fa/solid/bandage.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bandage.svg rename to projects/icons-fontawesome/src/fa/solid/bandage.svg diff --git a/projects/icons-fontawesome/src/solid/bangladeshi-taka-sign.svg b/projects/icons-fontawesome/src/fa/solid/bangladeshi-taka-sign.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bangladeshi-taka-sign.svg rename to projects/icons-fontawesome/src/fa/solid/bangladeshi-taka-sign.svg diff --git a/projects/icons-fontawesome/src/solid/barcode.svg b/projects/icons-fontawesome/src/fa/solid/barcode.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/barcode.svg rename to projects/icons-fontawesome/src/fa/solid/barcode.svg diff --git a/projects/icons-fontawesome/src/solid/bars-progress.svg b/projects/icons-fontawesome/src/fa/solid/bars-progress.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bars-progress.svg rename to projects/icons-fontawesome/src/fa/solid/bars-progress.svg diff --git a/projects/icons-fontawesome/src/solid/bars-staggered.svg b/projects/icons-fontawesome/src/fa/solid/bars-staggered.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bars-staggered.svg rename to projects/icons-fontawesome/src/fa/solid/bars-staggered.svg diff --git a/projects/icons-fontawesome/src/solid/bars.svg b/projects/icons-fontawesome/src/fa/solid/bars.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bars.svg rename to projects/icons-fontawesome/src/fa/solid/bars.svg diff --git a/projects/icons-fontawesome/src/solid/baseball-bat-ball.svg b/projects/icons-fontawesome/src/fa/solid/baseball-bat-ball.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/baseball-bat-ball.svg rename to projects/icons-fontawesome/src/fa/solid/baseball-bat-ball.svg diff --git a/projects/icons-fontawesome/src/solid/baseball.svg b/projects/icons-fontawesome/src/fa/solid/baseball.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/baseball.svg rename to projects/icons-fontawesome/src/fa/solid/baseball.svg diff --git a/projects/icons-fontawesome/src/solid/basket-shopping.svg b/projects/icons-fontawesome/src/fa/solid/basket-shopping.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/basket-shopping.svg rename to projects/icons-fontawesome/src/fa/solid/basket-shopping.svg diff --git a/projects/icons-fontawesome/src/solid/basketball.svg b/projects/icons-fontawesome/src/fa/solid/basketball.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/basketball.svg rename to projects/icons-fontawesome/src/fa/solid/basketball.svg diff --git a/projects/icons-fontawesome/src/solid/bath.svg b/projects/icons-fontawesome/src/fa/solid/bath.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bath.svg rename to projects/icons-fontawesome/src/fa/solid/bath.svg diff --git a/projects/icons-fontawesome/src/solid/battery-empty.svg b/projects/icons-fontawesome/src/fa/solid/battery-empty.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/battery-empty.svg rename to projects/icons-fontawesome/src/fa/solid/battery-empty.svg diff --git a/projects/icons-fontawesome/src/solid/battery-full.svg b/projects/icons-fontawesome/src/fa/solid/battery-full.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/battery-full.svg rename to projects/icons-fontawesome/src/fa/solid/battery-full.svg diff --git a/projects/icons-fontawesome/src/solid/battery-half.svg b/projects/icons-fontawesome/src/fa/solid/battery-half.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/battery-half.svg rename to projects/icons-fontawesome/src/fa/solid/battery-half.svg diff --git a/projects/icons-fontawesome/src/solid/battery-quarter.svg b/projects/icons-fontawesome/src/fa/solid/battery-quarter.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/battery-quarter.svg rename to projects/icons-fontawesome/src/fa/solid/battery-quarter.svg diff --git a/projects/icons-fontawesome/src/solid/battery-three-quarters.svg b/projects/icons-fontawesome/src/fa/solid/battery-three-quarters.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/battery-three-quarters.svg rename to projects/icons-fontawesome/src/fa/solid/battery-three-quarters.svg diff --git a/projects/icons-fontawesome/src/solid/bed-pulse.svg b/projects/icons-fontawesome/src/fa/solid/bed-pulse.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bed-pulse.svg rename to projects/icons-fontawesome/src/fa/solid/bed-pulse.svg diff --git a/projects/icons-fontawesome/src/solid/bed.svg b/projects/icons-fontawesome/src/fa/solid/bed.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bed.svg rename to projects/icons-fontawesome/src/fa/solid/bed.svg diff --git a/projects/icons-fontawesome/src/solid/beer-mug-empty.svg b/projects/icons-fontawesome/src/fa/solid/beer-mug-empty.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/beer-mug-empty.svg rename to projects/icons-fontawesome/src/fa/solid/beer-mug-empty.svg diff --git a/projects/icons-fontawesome/src/solid/bell-concierge.svg b/projects/icons-fontawesome/src/fa/solid/bell-concierge.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bell-concierge.svg rename to projects/icons-fontawesome/src/fa/solid/bell-concierge.svg diff --git a/projects/icons-fontawesome/src/solid/bell-slash.svg b/projects/icons-fontawesome/src/fa/solid/bell-slash.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bell-slash.svg rename to projects/icons-fontawesome/src/fa/solid/bell-slash.svg diff --git a/projects/icons-fontawesome/src/solid/bell.svg b/projects/icons-fontawesome/src/fa/solid/bell.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bell.svg rename to projects/icons-fontawesome/src/fa/solid/bell.svg diff --git a/projects/icons-fontawesome/src/solid/bezier-curve.svg b/projects/icons-fontawesome/src/fa/solid/bezier-curve.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bezier-curve.svg rename to projects/icons-fontawesome/src/fa/solid/bezier-curve.svg diff --git a/projects/icons-fontawesome/src/solid/bicycle.svg b/projects/icons-fontawesome/src/fa/solid/bicycle.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bicycle.svg rename to projects/icons-fontawesome/src/fa/solid/bicycle.svg diff --git a/projects/icons-fontawesome/src/solid/binoculars.svg b/projects/icons-fontawesome/src/fa/solid/binoculars.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/binoculars.svg rename to projects/icons-fontawesome/src/fa/solid/binoculars.svg diff --git a/projects/icons-fontawesome/src/solid/biohazard.svg b/projects/icons-fontawesome/src/fa/solid/biohazard.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/biohazard.svg rename to projects/icons-fontawesome/src/fa/solid/biohazard.svg diff --git a/projects/icons-fontawesome/src/solid/bitcoin-sign.svg b/projects/icons-fontawesome/src/fa/solid/bitcoin-sign.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bitcoin-sign.svg rename to projects/icons-fontawesome/src/fa/solid/bitcoin-sign.svg diff --git a/projects/icons-fontawesome/src/solid/blender-phone.svg b/projects/icons-fontawesome/src/fa/solid/blender-phone.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/blender-phone.svg rename to projects/icons-fontawesome/src/fa/solid/blender-phone.svg diff --git a/projects/icons-fontawesome/src/solid/blender.svg b/projects/icons-fontawesome/src/fa/solid/blender.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/blender.svg rename to projects/icons-fontawesome/src/fa/solid/blender.svg diff --git a/projects/icons-fontawesome/src/solid/blog.svg b/projects/icons-fontawesome/src/fa/solid/blog.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/blog.svg rename to projects/icons-fontawesome/src/fa/solid/blog.svg diff --git a/projects/icons-fontawesome/src/solid/bold.svg b/projects/icons-fontawesome/src/fa/solid/bold.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bold.svg rename to projects/icons-fontawesome/src/fa/solid/bold.svg diff --git a/projects/icons-fontawesome/src/solid/bolt-lightning.svg b/projects/icons-fontawesome/src/fa/solid/bolt-lightning.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bolt-lightning.svg rename to projects/icons-fontawesome/src/fa/solid/bolt-lightning.svg diff --git a/projects/icons-fontawesome/src/solid/bolt.svg b/projects/icons-fontawesome/src/fa/solid/bolt.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bolt.svg rename to projects/icons-fontawesome/src/fa/solid/bolt.svg diff --git a/projects/icons-fontawesome/src/solid/bomb.svg b/projects/icons-fontawesome/src/fa/solid/bomb.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bomb.svg rename to projects/icons-fontawesome/src/fa/solid/bomb.svg diff --git a/projects/icons-fontawesome/src/solid/bone.svg b/projects/icons-fontawesome/src/fa/solid/bone.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bone.svg rename to projects/icons-fontawesome/src/fa/solid/bone.svg diff --git a/projects/icons-fontawesome/src/solid/bong.svg b/projects/icons-fontawesome/src/fa/solid/bong.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bong.svg rename to projects/icons-fontawesome/src/fa/solid/bong.svg diff --git a/projects/icons-fontawesome/src/solid/book-atlas.svg b/projects/icons-fontawesome/src/fa/solid/book-atlas.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/book-atlas.svg rename to projects/icons-fontawesome/src/fa/solid/book-atlas.svg diff --git a/projects/icons-fontawesome/src/solid/book-bible.svg b/projects/icons-fontawesome/src/fa/solid/book-bible.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/book-bible.svg rename to projects/icons-fontawesome/src/fa/solid/book-bible.svg diff --git a/projects/icons-fontawesome/src/solid/book-bookmark.svg b/projects/icons-fontawesome/src/fa/solid/book-bookmark.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/book-bookmark.svg rename to projects/icons-fontawesome/src/fa/solid/book-bookmark.svg diff --git a/projects/icons-fontawesome/src/solid/book-journal-whills.svg b/projects/icons-fontawesome/src/fa/solid/book-journal-whills.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/book-journal-whills.svg rename to projects/icons-fontawesome/src/fa/solid/book-journal-whills.svg diff --git a/projects/icons-fontawesome/src/solid/book-medical.svg b/projects/icons-fontawesome/src/fa/solid/book-medical.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/book-medical.svg rename to projects/icons-fontawesome/src/fa/solid/book-medical.svg diff --git a/projects/icons-fontawesome/src/solid/book-open-reader.svg b/projects/icons-fontawesome/src/fa/solid/book-open-reader.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/book-open-reader.svg rename to projects/icons-fontawesome/src/fa/solid/book-open-reader.svg diff --git a/projects/icons-fontawesome/src/solid/book-open.svg b/projects/icons-fontawesome/src/fa/solid/book-open.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/book-open.svg rename to projects/icons-fontawesome/src/fa/solid/book-open.svg diff --git a/projects/icons-fontawesome/src/solid/book-quran.svg b/projects/icons-fontawesome/src/fa/solid/book-quran.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/book-quran.svg rename to projects/icons-fontawesome/src/fa/solid/book-quran.svg diff --git a/projects/icons-fontawesome/src/solid/book-skull.svg b/projects/icons-fontawesome/src/fa/solid/book-skull.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/book-skull.svg rename to projects/icons-fontawesome/src/fa/solid/book-skull.svg diff --git a/projects/icons-fontawesome/src/solid/book-tanakh.svg b/projects/icons-fontawesome/src/fa/solid/book-tanakh.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/book-tanakh.svg rename to projects/icons-fontawesome/src/fa/solid/book-tanakh.svg diff --git a/projects/icons-fontawesome/src/solid/book.svg b/projects/icons-fontawesome/src/fa/solid/book.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/book.svg rename to projects/icons-fontawesome/src/fa/solid/book.svg diff --git a/projects/icons-fontawesome/src/solid/bookmark.svg b/projects/icons-fontawesome/src/fa/solid/bookmark.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bookmark.svg rename to projects/icons-fontawesome/src/fa/solid/bookmark.svg diff --git a/projects/icons-fontawesome/src/solid/border-all.svg b/projects/icons-fontawesome/src/fa/solid/border-all.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/border-all.svg rename to projects/icons-fontawesome/src/fa/solid/border-all.svg diff --git a/projects/icons-fontawesome/src/solid/border-none.svg b/projects/icons-fontawesome/src/fa/solid/border-none.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/border-none.svg rename to projects/icons-fontawesome/src/fa/solid/border-none.svg diff --git a/projects/icons-fontawesome/src/solid/border-top-left.svg b/projects/icons-fontawesome/src/fa/solid/border-top-left.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/border-top-left.svg rename to projects/icons-fontawesome/src/fa/solid/border-top-left.svg diff --git a/projects/icons-fontawesome/src/solid/bore-hole.svg b/projects/icons-fontawesome/src/fa/solid/bore-hole.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bore-hole.svg rename to projects/icons-fontawesome/src/fa/solid/bore-hole.svg diff --git a/projects/icons-fontawesome/src/solid/bottle-droplet.svg b/projects/icons-fontawesome/src/fa/solid/bottle-droplet.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bottle-droplet.svg rename to projects/icons-fontawesome/src/fa/solid/bottle-droplet.svg diff --git a/projects/icons-fontawesome/src/solid/bottle-water.svg b/projects/icons-fontawesome/src/fa/solid/bottle-water.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bottle-water.svg rename to projects/icons-fontawesome/src/fa/solid/bottle-water.svg diff --git a/projects/icons-fontawesome/src/solid/bowl-food.svg b/projects/icons-fontawesome/src/fa/solid/bowl-food.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bowl-food.svg rename to projects/icons-fontawesome/src/fa/solid/bowl-food.svg diff --git a/projects/icons-fontawesome/src/solid/bowl-rice.svg b/projects/icons-fontawesome/src/fa/solid/bowl-rice.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bowl-rice.svg rename to projects/icons-fontawesome/src/fa/solid/bowl-rice.svg diff --git a/projects/icons-fontawesome/src/solid/bowling-ball.svg b/projects/icons-fontawesome/src/fa/solid/bowling-ball.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bowling-ball.svg rename to projects/icons-fontawesome/src/fa/solid/bowling-ball.svg diff --git a/projects/icons-fontawesome/src/solid/box-archive.svg b/projects/icons-fontawesome/src/fa/solid/box-archive.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/box-archive.svg rename to projects/icons-fontawesome/src/fa/solid/box-archive.svg diff --git a/projects/icons-fontawesome/src/solid/box-open.svg b/projects/icons-fontawesome/src/fa/solid/box-open.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/box-open.svg rename to projects/icons-fontawesome/src/fa/solid/box-open.svg diff --git a/projects/icons-fontawesome/src/solid/box-tissue.svg b/projects/icons-fontawesome/src/fa/solid/box-tissue.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/box-tissue.svg rename to projects/icons-fontawesome/src/fa/solid/box-tissue.svg diff --git a/projects/icons-fontawesome/src/solid/box.svg b/projects/icons-fontawesome/src/fa/solid/box.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/box.svg rename to projects/icons-fontawesome/src/fa/solid/box.svg diff --git a/projects/icons-fontawesome/src/solid/boxes-packing.svg b/projects/icons-fontawesome/src/fa/solid/boxes-packing.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/boxes-packing.svg rename to projects/icons-fontawesome/src/fa/solid/boxes-packing.svg diff --git a/projects/icons-fontawesome/src/solid/boxes-stacked.svg b/projects/icons-fontawesome/src/fa/solid/boxes-stacked.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/boxes-stacked.svg rename to projects/icons-fontawesome/src/fa/solid/boxes-stacked.svg diff --git a/projects/icons-fontawesome/src/solid/braille.svg b/projects/icons-fontawesome/src/fa/solid/braille.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/braille.svg rename to projects/icons-fontawesome/src/fa/solid/braille.svg diff --git a/projects/icons-fontawesome/src/solid/brain.svg b/projects/icons-fontawesome/src/fa/solid/brain.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/brain.svg rename to projects/icons-fontawesome/src/fa/solid/brain.svg diff --git a/projects/icons-fontawesome/src/solid/brazilian-real-sign.svg b/projects/icons-fontawesome/src/fa/solid/brazilian-real-sign.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/brazilian-real-sign.svg rename to projects/icons-fontawesome/src/fa/solid/brazilian-real-sign.svg diff --git a/projects/icons-fontawesome/src/solid/bread-slice.svg b/projects/icons-fontawesome/src/fa/solid/bread-slice.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bread-slice.svg rename to projects/icons-fontawesome/src/fa/solid/bread-slice.svg diff --git a/projects/icons-fontawesome/src/solid/bridge-circle-check.svg b/projects/icons-fontawesome/src/fa/solid/bridge-circle-check.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bridge-circle-check.svg rename to projects/icons-fontawesome/src/fa/solid/bridge-circle-check.svg diff --git a/projects/icons-fontawesome/src/solid/bridge-circle-exclamation.svg b/projects/icons-fontawesome/src/fa/solid/bridge-circle-exclamation.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bridge-circle-exclamation.svg rename to projects/icons-fontawesome/src/fa/solid/bridge-circle-exclamation.svg diff --git a/projects/icons-fontawesome/src/solid/bridge-circle-xmark.svg b/projects/icons-fontawesome/src/fa/solid/bridge-circle-xmark.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bridge-circle-xmark.svg rename to projects/icons-fontawesome/src/fa/solid/bridge-circle-xmark.svg diff --git a/projects/icons-fontawesome/src/solid/bridge-lock.svg b/projects/icons-fontawesome/src/fa/solid/bridge-lock.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bridge-lock.svg rename to projects/icons-fontawesome/src/fa/solid/bridge-lock.svg diff --git a/projects/icons-fontawesome/src/solid/bridge-water.svg b/projects/icons-fontawesome/src/fa/solid/bridge-water.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bridge-water.svg rename to projects/icons-fontawesome/src/fa/solid/bridge-water.svg diff --git a/projects/icons-fontawesome/src/solid/bridge.svg b/projects/icons-fontawesome/src/fa/solid/bridge.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bridge.svg rename to projects/icons-fontawesome/src/fa/solid/bridge.svg diff --git a/projects/icons-fontawesome/src/solid/briefcase-medical.svg b/projects/icons-fontawesome/src/fa/solid/briefcase-medical.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/briefcase-medical.svg rename to projects/icons-fontawesome/src/fa/solid/briefcase-medical.svg diff --git a/projects/icons-fontawesome/src/solid/briefcase.svg b/projects/icons-fontawesome/src/fa/solid/briefcase.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/briefcase.svg rename to projects/icons-fontawesome/src/fa/solid/briefcase.svg diff --git a/projects/icons-fontawesome/src/solid/broom-ball.svg b/projects/icons-fontawesome/src/fa/solid/broom-ball.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/broom-ball.svg rename to projects/icons-fontawesome/src/fa/solid/broom-ball.svg diff --git a/projects/icons-fontawesome/src/solid/broom.svg b/projects/icons-fontawesome/src/fa/solid/broom.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/broom.svg rename to projects/icons-fontawesome/src/fa/solid/broom.svg diff --git a/projects/icons-fontawesome/src/solid/brush.svg b/projects/icons-fontawesome/src/fa/solid/brush.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/brush.svg rename to projects/icons-fontawesome/src/fa/solid/brush.svg diff --git a/projects/icons-fontawesome/src/solid/bucket.svg b/projects/icons-fontawesome/src/fa/solid/bucket.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bucket.svg rename to projects/icons-fontawesome/src/fa/solid/bucket.svg diff --git a/projects/icons-fontawesome/src/solid/bug-slash.svg b/projects/icons-fontawesome/src/fa/solid/bug-slash.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bug-slash.svg rename to projects/icons-fontawesome/src/fa/solid/bug-slash.svg diff --git a/projects/icons-fontawesome/src/solid/bug.svg b/projects/icons-fontawesome/src/fa/solid/bug.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bug.svg rename to projects/icons-fontawesome/src/fa/solid/bug.svg diff --git a/projects/icons-fontawesome/src/solid/bugs.svg b/projects/icons-fontawesome/src/fa/solid/bugs.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bugs.svg rename to projects/icons-fontawesome/src/fa/solid/bugs.svg diff --git a/projects/icons-fontawesome/src/solid/building-circle-arrow-right.svg b/projects/icons-fontawesome/src/fa/solid/building-circle-arrow-right.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/building-circle-arrow-right.svg rename to projects/icons-fontawesome/src/fa/solid/building-circle-arrow-right.svg diff --git a/projects/icons-fontawesome/src/solid/building-circle-check.svg b/projects/icons-fontawesome/src/fa/solid/building-circle-check.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/building-circle-check.svg rename to projects/icons-fontawesome/src/fa/solid/building-circle-check.svg diff --git a/projects/icons-fontawesome/src/solid/building-circle-exclamation.svg b/projects/icons-fontawesome/src/fa/solid/building-circle-exclamation.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/building-circle-exclamation.svg rename to projects/icons-fontawesome/src/fa/solid/building-circle-exclamation.svg diff --git a/projects/icons-fontawesome/src/solid/building-circle-xmark.svg b/projects/icons-fontawesome/src/fa/solid/building-circle-xmark.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/building-circle-xmark.svg rename to projects/icons-fontawesome/src/fa/solid/building-circle-xmark.svg diff --git a/projects/icons-fontawesome/src/solid/building-columns.svg b/projects/icons-fontawesome/src/fa/solid/building-columns.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/building-columns.svg rename to projects/icons-fontawesome/src/fa/solid/building-columns.svg diff --git a/projects/icons-fontawesome/src/solid/building-flag.svg b/projects/icons-fontawesome/src/fa/solid/building-flag.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/building-flag.svg rename to projects/icons-fontawesome/src/fa/solid/building-flag.svg diff --git a/projects/icons-fontawesome/src/solid/building-lock.svg b/projects/icons-fontawesome/src/fa/solid/building-lock.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/building-lock.svg rename to projects/icons-fontawesome/src/fa/solid/building-lock.svg diff --git a/projects/icons-fontawesome/src/solid/building-ngo.svg b/projects/icons-fontawesome/src/fa/solid/building-ngo.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/building-ngo.svg rename to projects/icons-fontawesome/src/fa/solid/building-ngo.svg diff --git a/projects/icons-fontawesome/src/solid/building-shield.svg b/projects/icons-fontawesome/src/fa/solid/building-shield.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/building-shield.svg rename to projects/icons-fontawesome/src/fa/solid/building-shield.svg diff --git a/projects/icons-fontawesome/src/solid/building-un.svg b/projects/icons-fontawesome/src/fa/solid/building-un.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/building-un.svg rename to projects/icons-fontawesome/src/fa/solid/building-un.svg diff --git a/projects/icons-fontawesome/src/solid/building-user.svg b/projects/icons-fontawesome/src/fa/solid/building-user.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/building-user.svg rename to projects/icons-fontawesome/src/fa/solid/building-user.svg diff --git a/projects/icons-fontawesome/src/solid/building-wheat.svg b/projects/icons-fontawesome/src/fa/solid/building-wheat.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/building-wheat.svg rename to projects/icons-fontawesome/src/fa/solid/building-wheat.svg diff --git a/projects/icons-fontawesome/src/solid/building.svg b/projects/icons-fontawesome/src/fa/solid/building.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/building.svg rename to projects/icons-fontawesome/src/fa/solid/building.svg diff --git a/projects/icons-fontawesome/src/solid/bullhorn.svg b/projects/icons-fontawesome/src/fa/solid/bullhorn.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bullhorn.svg rename to projects/icons-fontawesome/src/fa/solid/bullhorn.svg diff --git a/projects/icons-fontawesome/src/solid/bullseye.svg b/projects/icons-fontawesome/src/fa/solid/bullseye.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bullseye.svg rename to projects/icons-fontawesome/src/fa/solid/bullseye.svg diff --git a/projects/icons-fontawesome/src/solid/burger.svg b/projects/icons-fontawesome/src/fa/solid/burger.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/burger.svg rename to projects/icons-fontawesome/src/fa/solid/burger.svg diff --git a/projects/icons-fontawesome/src/solid/burst.svg b/projects/icons-fontawesome/src/fa/solid/burst.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/burst.svg rename to projects/icons-fontawesome/src/fa/solid/burst.svg diff --git a/projects/icons-fontawesome/src/solid/bus-simple.svg b/projects/icons-fontawesome/src/fa/solid/bus-simple.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bus-simple.svg rename to projects/icons-fontawesome/src/fa/solid/bus-simple.svg diff --git a/projects/icons-fontawesome/src/solid/bus.svg b/projects/icons-fontawesome/src/fa/solid/bus.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/bus.svg rename to projects/icons-fontawesome/src/fa/solid/bus.svg diff --git a/projects/icons-fontawesome/src/solid/business-time.svg b/projects/icons-fontawesome/src/fa/solid/business-time.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/business-time.svg rename to projects/icons-fontawesome/src/fa/solid/business-time.svg diff --git a/projects/icons-fontawesome/src/solid/c.svg b/projects/icons-fontawesome/src/fa/solid/c.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/c.svg rename to projects/icons-fontawesome/src/fa/solid/c.svg diff --git a/projects/icons-fontawesome/src/solid/cable-car.svg b/projects/icons-fontawesome/src/fa/solid/cable-car.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/cable-car.svg rename to projects/icons-fontawesome/src/fa/solid/cable-car.svg diff --git a/projects/icons-fontawesome/src/solid/cake-candles.svg b/projects/icons-fontawesome/src/fa/solid/cake-candles.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/cake-candles.svg rename to projects/icons-fontawesome/src/fa/solid/cake-candles.svg diff --git a/projects/icons-fontawesome/src/solid/calculator.svg b/projects/icons-fontawesome/src/fa/solid/calculator.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/calculator.svg rename to projects/icons-fontawesome/src/fa/solid/calculator.svg diff --git a/projects/icons-fontawesome/src/solid/calendar-check.svg b/projects/icons-fontawesome/src/fa/solid/calendar-check.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/calendar-check.svg rename to projects/icons-fontawesome/src/fa/solid/calendar-check.svg diff --git a/projects/icons-fontawesome/src/solid/calendar-day.svg b/projects/icons-fontawesome/src/fa/solid/calendar-day.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/calendar-day.svg rename to projects/icons-fontawesome/src/fa/solid/calendar-day.svg diff --git a/projects/icons-fontawesome/src/solid/calendar-days.svg b/projects/icons-fontawesome/src/fa/solid/calendar-days.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/calendar-days.svg rename to projects/icons-fontawesome/src/fa/solid/calendar-days.svg diff --git a/projects/icons-fontawesome/src/solid/calendar-minus.svg b/projects/icons-fontawesome/src/fa/solid/calendar-minus.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/calendar-minus.svg rename to projects/icons-fontawesome/src/fa/solid/calendar-minus.svg diff --git a/projects/icons-fontawesome/src/solid/calendar-plus.svg b/projects/icons-fontawesome/src/fa/solid/calendar-plus.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/calendar-plus.svg rename to projects/icons-fontawesome/src/fa/solid/calendar-plus.svg diff --git a/projects/icons-fontawesome/src/solid/calendar-week.svg b/projects/icons-fontawesome/src/fa/solid/calendar-week.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/calendar-week.svg rename to projects/icons-fontawesome/src/fa/solid/calendar-week.svg diff --git a/projects/icons-fontawesome/src/solid/calendar-xmark.svg b/projects/icons-fontawesome/src/fa/solid/calendar-xmark.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/calendar-xmark.svg rename to projects/icons-fontawesome/src/fa/solid/calendar-xmark.svg diff --git a/projects/icons-fontawesome/src/solid/calendar.svg b/projects/icons-fontawesome/src/fa/solid/calendar.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/calendar.svg rename to projects/icons-fontawesome/src/fa/solid/calendar.svg diff --git a/projects/icons-fontawesome/src/solid/camera-retro.svg b/projects/icons-fontawesome/src/fa/solid/camera-retro.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/camera-retro.svg rename to projects/icons-fontawesome/src/fa/solid/camera-retro.svg diff --git a/projects/icons-fontawesome/src/solid/camera-rotate.svg b/projects/icons-fontawesome/src/fa/solid/camera-rotate.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/camera-rotate.svg rename to projects/icons-fontawesome/src/fa/solid/camera-rotate.svg diff --git a/projects/icons-fontawesome/src/solid/camera.svg b/projects/icons-fontawesome/src/fa/solid/camera.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/camera.svg rename to projects/icons-fontawesome/src/fa/solid/camera.svg diff --git a/projects/icons-fontawesome/src/solid/campground.svg b/projects/icons-fontawesome/src/fa/solid/campground.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/campground.svg rename to projects/icons-fontawesome/src/fa/solid/campground.svg diff --git a/projects/icons-fontawesome/src/solid/candy-cane.svg b/projects/icons-fontawesome/src/fa/solid/candy-cane.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/candy-cane.svg rename to projects/icons-fontawesome/src/fa/solid/candy-cane.svg diff --git a/projects/icons-fontawesome/src/solid/cannabis.svg b/projects/icons-fontawesome/src/fa/solid/cannabis.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/cannabis.svg rename to projects/icons-fontawesome/src/fa/solid/cannabis.svg diff --git a/projects/icons-fontawesome/src/solid/capsules.svg b/projects/icons-fontawesome/src/fa/solid/capsules.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/capsules.svg rename to projects/icons-fontawesome/src/fa/solid/capsules.svg diff --git a/projects/icons-fontawesome/src/solid/car-battery.svg b/projects/icons-fontawesome/src/fa/solid/car-battery.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/car-battery.svg rename to projects/icons-fontawesome/src/fa/solid/car-battery.svg diff --git a/projects/icons-fontawesome/src/solid/car-burst.svg b/projects/icons-fontawesome/src/fa/solid/car-burst.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/car-burst.svg rename to projects/icons-fontawesome/src/fa/solid/car-burst.svg diff --git a/projects/icons-fontawesome/src/solid/car-on.svg b/projects/icons-fontawesome/src/fa/solid/car-on.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/car-on.svg rename to projects/icons-fontawesome/src/fa/solid/car-on.svg diff --git a/projects/icons-fontawesome/src/solid/car-rear.svg b/projects/icons-fontawesome/src/fa/solid/car-rear.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/car-rear.svg rename to projects/icons-fontawesome/src/fa/solid/car-rear.svg diff --git a/projects/icons-fontawesome/src/solid/car-side.svg b/projects/icons-fontawesome/src/fa/solid/car-side.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/car-side.svg rename to projects/icons-fontawesome/src/fa/solid/car-side.svg diff --git a/projects/icons-fontawesome/src/solid/car-tunnel.svg b/projects/icons-fontawesome/src/fa/solid/car-tunnel.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/car-tunnel.svg rename to projects/icons-fontawesome/src/fa/solid/car-tunnel.svg diff --git a/projects/icons-fontawesome/src/solid/car.svg b/projects/icons-fontawesome/src/fa/solid/car.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/car.svg rename to projects/icons-fontawesome/src/fa/solid/car.svg diff --git a/projects/icons-fontawesome/src/solid/caravan.svg b/projects/icons-fontawesome/src/fa/solid/caravan.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/caravan.svg rename to projects/icons-fontawesome/src/fa/solid/caravan.svg diff --git a/projects/icons-fontawesome/src/solid/caret-down.svg b/projects/icons-fontawesome/src/fa/solid/caret-down.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/caret-down.svg rename to projects/icons-fontawesome/src/fa/solid/caret-down.svg diff --git a/projects/icons-fontawesome/src/solid/caret-left.svg b/projects/icons-fontawesome/src/fa/solid/caret-left.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/caret-left.svg rename to projects/icons-fontawesome/src/fa/solid/caret-left.svg diff --git a/projects/icons-fontawesome/src/solid/caret-right.svg b/projects/icons-fontawesome/src/fa/solid/caret-right.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/caret-right.svg rename to projects/icons-fontawesome/src/fa/solid/caret-right.svg diff --git a/projects/icons-fontawesome/src/solid/caret-up.svg b/projects/icons-fontawesome/src/fa/solid/caret-up.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/caret-up.svg rename to projects/icons-fontawesome/src/fa/solid/caret-up.svg diff --git a/projects/icons-fontawesome/src/solid/carrot.svg b/projects/icons-fontawesome/src/fa/solid/carrot.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/carrot.svg rename to projects/icons-fontawesome/src/fa/solid/carrot.svg diff --git a/projects/icons-fontawesome/src/solid/cart-arrow-down.svg b/projects/icons-fontawesome/src/fa/solid/cart-arrow-down.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/cart-arrow-down.svg rename to projects/icons-fontawesome/src/fa/solid/cart-arrow-down.svg diff --git a/projects/icons-fontawesome/src/solid/cart-flatbed-suitcase.svg b/projects/icons-fontawesome/src/fa/solid/cart-flatbed-suitcase.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/cart-flatbed-suitcase.svg rename to projects/icons-fontawesome/src/fa/solid/cart-flatbed-suitcase.svg diff --git a/projects/icons-fontawesome/src/solid/cart-flatbed.svg b/projects/icons-fontawesome/src/fa/solid/cart-flatbed.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/cart-flatbed.svg rename to projects/icons-fontawesome/src/fa/solid/cart-flatbed.svg diff --git a/projects/icons-fontawesome/src/solid/cart-plus.svg b/projects/icons-fontawesome/src/fa/solid/cart-plus.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/cart-plus.svg rename to projects/icons-fontawesome/src/fa/solid/cart-plus.svg diff --git a/projects/icons-fontawesome/src/solid/cart-shopping.svg b/projects/icons-fontawesome/src/fa/solid/cart-shopping.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/cart-shopping.svg rename to projects/icons-fontawesome/src/fa/solid/cart-shopping.svg diff --git a/projects/icons-fontawesome/src/solid/cash-register.svg b/projects/icons-fontawesome/src/fa/solid/cash-register.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/cash-register.svg rename to projects/icons-fontawesome/src/fa/solid/cash-register.svg diff --git a/projects/icons-fontawesome/src/solid/cat.svg b/projects/icons-fontawesome/src/fa/solid/cat.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/cat.svg rename to projects/icons-fontawesome/src/fa/solid/cat.svg diff --git a/projects/icons-fontawesome/src/solid/cedi-sign.svg b/projects/icons-fontawesome/src/fa/solid/cedi-sign.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/cedi-sign.svg rename to projects/icons-fontawesome/src/fa/solid/cedi-sign.svg diff --git a/projects/icons-fontawesome/src/solid/cent-sign.svg b/projects/icons-fontawesome/src/fa/solid/cent-sign.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/cent-sign.svg rename to projects/icons-fontawesome/src/fa/solid/cent-sign.svg diff --git a/projects/icons-fontawesome/src/solid/certificate.svg b/projects/icons-fontawesome/src/fa/solid/certificate.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/certificate.svg rename to projects/icons-fontawesome/src/fa/solid/certificate.svg diff --git a/projects/icons-fontawesome/src/solid/chair.svg b/projects/icons-fontawesome/src/fa/solid/chair.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/chair.svg rename to projects/icons-fontawesome/src/fa/solid/chair.svg diff --git a/projects/icons-fontawesome/src/solid/chalkboard-user.svg b/projects/icons-fontawesome/src/fa/solid/chalkboard-user.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/chalkboard-user.svg rename to projects/icons-fontawesome/src/fa/solid/chalkboard-user.svg diff --git a/projects/icons-fontawesome/src/solid/chalkboard.svg b/projects/icons-fontawesome/src/fa/solid/chalkboard.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/chalkboard.svg rename to projects/icons-fontawesome/src/fa/solid/chalkboard.svg diff --git a/projects/icons-fontawesome/src/solid/champagne-glasses.svg b/projects/icons-fontawesome/src/fa/solid/champagne-glasses.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/champagne-glasses.svg rename to projects/icons-fontawesome/src/fa/solid/champagne-glasses.svg diff --git a/projects/icons-fontawesome/src/solid/charging-station.svg b/projects/icons-fontawesome/src/fa/solid/charging-station.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/charging-station.svg rename to projects/icons-fontawesome/src/fa/solid/charging-station.svg diff --git a/projects/icons-fontawesome/src/solid/chart-area.svg b/projects/icons-fontawesome/src/fa/solid/chart-area.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/chart-area.svg rename to projects/icons-fontawesome/src/fa/solid/chart-area.svg diff --git a/projects/icons-fontawesome/src/solid/chart-bar.svg b/projects/icons-fontawesome/src/fa/solid/chart-bar.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/chart-bar.svg rename to projects/icons-fontawesome/src/fa/solid/chart-bar.svg diff --git a/projects/icons-fontawesome/src/solid/chart-column.svg b/projects/icons-fontawesome/src/fa/solid/chart-column.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/chart-column.svg rename to projects/icons-fontawesome/src/fa/solid/chart-column.svg diff --git a/projects/icons-fontawesome/src/solid/chart-gantt.svg b/projects/icons-fontawesome/src/fa/solid/chart-gantt.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/chart-gantt.svg rename to projects/icons-fontawesome/src/fa/solid/chart-gantt.svg diff --git a/projects/icons-fontawesome/src/solid/chart-line.svg b/projects/icons-fontawesome/src/fa/solid/chart-line.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/chart-line.svg rename to projects/icons-fontawesome/src/fa/solid/chart-line.svg diff --git a/projects/icons-fontawesome/src/solid/chart-pie.svg b/projects/icons-fontawesome/src/fa/solid/chart-pie.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/chart-pie.svg rename to projects/icons-fontawesome/src/fa/solid/chart-pie.svg diff --git a/projects/icons-fontawesome/src/solid/chart-simple.svg b/projects/icons-fontawesome/src/fa/solid/chart-simple.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/chart-simple.svg rename to projects/icons-fontawesome/src/fa/solid/chart-simple.svg diff --git a/projects/icons-fontawesome/src/solid/check-double.svg b/projects/icons-fontawesome/src/fa/solid/check-double.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/check-double.svg rename to projects/icons-fontawesome/src/fa/solid/check-double.svg diff --git a/projects/icons-fontawesome/src/solid/check-to-slot.svg b/projects/icons-fontawesome/src/fa/solid/check-to-slot.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/check-to-slot.svg rename to projects/icons-fontawesome/src/fa/solid/check-to-slot.svg diff --git a/projects/icons-fontawesome/src/solid/check.svg b/projects/icons-fontawesome/src/fa/solid/check.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/check.svg rename to projects/icons-fontawesome/src/fa/solid/check.svg diff --git a/projects/icons-fontawesome/src/solid/cheese.svg b/projects/icons-fontawesome/src/fa/solid/cheese.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/cheese.svg rename to projects/icons-fontawesome/src/fa/solid/cheese.svg diff --git a/projects/icons-fontawesome/src/solid/chess-bishop.svg b/projects/icons-fontawesome/src/fa/solid/chess-bishop.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/chess-bishop.svg rename to projects/icons-fontawesome/src/fa/solid/chess-bishop.svg diff --git a/projects/icons-fontawesome/src/solid/chess-board.svg b/projects/icons-fontawesome/src/fa/solid/chess-board.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/chess-board.svg rename to projects/icons-fontawesome/src/fa/solid/chess-board.svg diff --git a/projects/icons-fontawesome/src/solid/chess-king.svg b/projects/icons-fontawesome/src/fa/solid/chess-king.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/chess-king.svg rename to projects/icons-fontawesome/src/fa/solid/chess-king.svg diff --git a/projects/icons-fontawesome/src/solid/chess-knight.svg b/projects/icons-fontawesome/src/fa/solid/chess-knight.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/chess-knight.svg rename to projects/icons-fontawesome/src/fa/solid/chess-knight.svg diff --git a/projects/icons-fontawesome/src/solid/chess-pawn.svg b/projects/icons-fontawesome/src/fa/solid/chess-pawn.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/chess-pawn.svg rename to projects/icons-fontawesome/src/fa/solid/chess-pawn.svg diff --git a/projects/icons-fontawesome/src/solid/chess-queen.svg b/projects/icons-fontawesome/src/fa/solid/chess-queen.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/chess-queen.svg rename to projects/icons-fontawesome/src/fa/solid/chess-queen.svg diff --git a/projects/icons-fontawesome/src/solid/chess-rook.svg b/projects/icons-fontawesome/src/fa/solid/chess-rook.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/chess-rook.svg rename to projects/icons-fontawesome/src/fa/solid/chess-rook.svg diff --git a/projects/icons-fontawesome/src/solid/chess.svg b/projects/icons-fontawesome/src/fa/solid/chess.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/chess.svg rename to projects/icons-fontawesome/src/fa/solid/chess.svg diff --git a/projects/icons-fontawesome/src/solid/chevron-down.svg b/projects/icons-fontawesome/src/fa/solid/chevron-down.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/chevron-down.svg rename to projects/icons-fontawesome/src/fa/solid/chevron-down.svg diff --git a/projects/icons-fontawesome/src/solid/chevron-left.svg b/projects/icons-fontawesome/src/fa/solid/chevron-left.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/chevron-left.svg rename to projects/icons-fontawesome/src/fa/solid/chevron-left.svg diff --git a/projects/icons-fontawesome/src/solid/chevron-right.svg b/projects/icons-fontawesome/src/fa/solid/chevron-right.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/chevron-right.svg rename to projects/icons-fontawesome/src/fa/solid/chevron-right.svg diff --git a/projects/icons-fontawesome/src/solid/chevron-up.svg b/projects/icons-fontawesome/src/fa/solid/chevron-up.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/chevron-up.svg rename to projects/icons-fontawesome/src/fa/solid/chevron-up.svg diff --git a/projects/icons-fontawesome/src/solid/child-combatant.svg b/projects/icons-fontawesome/src/fa/solid/child-combatant.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/child-combatant.svg rename to projects/icons-fontawesome/src/fa/solid/child-combatant.svg diff --git a/projects/icons-fontawesome/src/solid/child-dress.svg b/projects/icons-fontawesome/src/fa/solid/child-dress.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/child-dress.svg rename to projects/icons-fontawesome/src/fa/solid/child-dress.svg diff --git a/projects/icons-fontawesome/src/solid/child-reaching.svg b/projects/icons-fontawesome/src/fa/solid/child-reaching.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/child-reaching.svg rename to projects/icons-fontawesome/src/fa/solid/child-reaching.svg diff --git a/projects/icons-fontawesome/src/solid/child.svg b/projects/icons-fontawesome/src/fa/solid/child.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/child.svg rename to projects/icons-fontawesome/src/fa/solid/child.svg diff --git a/projects/icons-fontawesome/src/solid/children.svg b/projects/icons-fontawesome/src/fa/solid/children.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/children.svg rename to projects/icons-fontawesome/src/fa/solid/children.svg diff --git a/projects/icons-fontawesome/src/solid/church.svg b/projects/icons-fontawesome/src/fa/solid/church.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/church.svg rename to projects/icons-fontawesome/src/fa/solid/church.svg diff --git a/projects/icons-fontawesome/src/solid/circle-arrow-down.svg b/projects/icons-fontawesome/src/fa/solid/circle-arrow-down.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/circle-arrow-down.svg rename to projects/icons-fontawesome/src/fa/solid/circle-arrow-down.svg diff --git a/projects/icons-fontawesome/src/solid/circle-arrow-left.svg b/projects/icons-fontawesome/src/fa/solid/circle-arrow-left.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/circle-arrow-left.svg rename to projects/icons-fontawesome/src/fa/solid/circle-arrow-left.svg diff --git a/projects/icons-fontawesome/src/solid/circle-arrow-right.svg b/projects/icons-fontawesome/src/fa/solid/circle-arrow-right.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/circle-arrow-right.svg rename to projects/icons-fontawesome/src/fa/solid/circle-arrow-right.svg diff --git a/projects/icons-fontawesome/src/solid/circle-arrow-up.svg b/projects/icons-fontawesome/src/fa/solid/circle-arrow-up.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/circle-arrow-up.svg rename to projects/icons-fontawesome/src/fa/solid/circle-arrow-up.svg diff --git a/projects/icons-fontawesome/src/solid/circle-check.svg b/projects/icons-fontawesome/src/fa/solid/circle-check.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/circle-check.svg rename to projects/icons-fontawesome/src/fa/solid/circle-check.svg diff --git a/projects/icons-fontawesome/src/solid/circle-chevron-down.svg b/projects/icons-fontawesome/src/fa/solid/circle-chevron-down.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/circle-chevron-down.svg rename to projects/icons-fontawesome/src/fa/solid/circle-chevron-down.svg diff --git a/projects/icons-fontawesome/src/solid/circle-chevron-left.svg b/projects/icons-fontawesome/src/fa/solid/circle-chevron-left.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/circle-chevron-left.svg rename to projects/icons-fontawesome/src/fa/solid/circle-chevron-left.svg diff --git a/projects/icons-fontawesome/src/solid/circle-chevron-right.svg b/projects/icons-fontawesome/src/fa/solid/circle-chevron-right.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/circle-chevron-right.svg rename to projects/icons-fontawesome/src/fa/solid/circle-chevron-right.svg diff --git a/projects/icons-fontawesome/src/solid/circle-chevron-up.svg b/projects/icons-fontawesome/src/fa/solid/circle-chevron-up.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/circle-chevron-up.svg rename to projects/icons-fontawesome/src/fa/solid/circle-chevron-up.svg diff --git a/projects/icons-fontawesome/src/solid/circle-dollar-to-slot.svg b/projects/icons-fontawesome/src/fa/solid/circle-dollar-to-slot.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/circle-dollar-to-slot.svg rename to projects/icons-fontawesome/src/fa/solid/circle-dollar-to-slot.svg diff --git a/projects/icons-fontawesome/src/solid/circle-dot.svg b/projects/icons-fontawesome/src/fa/solid/circle-dot.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/circle-dot.svg rename to projects/icons-fontawesome/src/fa/solid/circle-dot.svg diff --git a/projects/icons-fontawesome/src/solid/circle-down.svg b/projects/icons-fontawesome/src/fa/solid/circle-down.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/circle-down.svg rename to projects/icons-fontawesome/src/fa/solid/circle-down.svg diff --git a/projects/icons-fontawesome/src/solid/circle-exclamation.svg b/projects/icons-fontawesome/src/fa/solid/circle-exclamation.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/circle-exclamation.svg rename to projects/icons-fontawesome/src/fa/solid/circle-exclamation.svg diff --git a/projects/icons-fontawesome/src/solid/circle-h.svg b/projects/icons-fontawesome/src/fa/solid/circle-h.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/circle-h.svg rename to projects/icons-fontawesome/src/fa/solid/circle-h.svg diff --git a/projects/icons-fontawesome/src/solid/circle-half-stroke.svg b/projects/icons-fontawesome/src/fa/solid/circle-half-stroke.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/circle-half-stroke.svg rename to projects/icons-fontawesome/src/fa/solid/circle-half-stroke.svg diff --git a/projects/icons-fontawesome/src/solid/circle-info.svg b/projects/icons-fontawesome/src/fa/solid/circle-info.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/circle-info.svg rename to projects/icons-fontawesome/src/fa/solid/circle-info.svg diff --git a/projects/icons-fontawesome/src/solid/circle-left.svg b/projects/icons-fontawesome/src/fa/solid/circle-left.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/circle-left.svg rename to projects/icons-fontawesome/src/fa/solid/circle-left.svg diff --git a/projects/icons-fontawesome/src/solid/circle-minus.svg b/projects/icons-fontawesome/src/fa/solid/circle-minus.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/circle-minus.svg rename to projects/icons-fontawesome/src/fa/solid/circle-minus.svg diff --git a/projects/icons-fontawesome/src/solid/circle-nodes.svg b/projects/icons-fontawesome/src/fa/solid/circle-nodes.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/circle-nodes.svg rename to projects/icons-fontawesome/src/fa/solid/circle-nodes.svg diff --git a/projects/icons-fontawesome/src/solid/circle-notch.svg b/projects/icons-fontawesome/src/fa/solid/circle-notch.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/circle-notch.svg rename to projects/icons-fontawesome/src/fa/solid/circle-notch.svg diff --git a/projects/icons-fontawesome/src/solid/circle-pause.svg b/projects/icons-fontawesome/src/fa/solid/circle-pause.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/circle-pause.svg rename to projects/icons-fontawesome/src/fa/solid/circle-pause.svg diff --git a/projects/icons-fontawesome/src/solid/circle-play.svg b/projects/icons-fontawesome/src/fa/solid/circle-play.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/circle-play.svg rename to projects/icons-fontawesome/src/fa/solid/circle-play.svg diff --git a/projects/icons-fontawesome/src/solid/circle-plus.svg b/projects/icons-fontawesome/src/fa/solid/circle-plus.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/circle-plus.svg rename to projects/icons-fontawesome/src/fa/solid/circle-plus.svg diff --git a/projects/icons-fontawesome/src/solid/circle-question.svg b/projects/icons-fontawesome/src/fa/solid/circle-question.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/circle-question.svg rename to projects/icons-fontawesome/src/fa/solid/circle-question.svg diff --git a/projects/icons-fontawesome/src/solid/circle-radiation.svg b/projects/icons-fontawesome/src/fa/solid/circle-radiation.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/circle-radiation.svg rename to projects/icons-fontawesome/src/fa/solid/circle-radiation.svg diff --git a/projects/icons-fontawesome/src/solid/circle-right.svg b/projects/icons-fontawesome/src/fa/solid/circle-right.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/circle-right.svg rename to projects/icons-fontawesome/src/fa/solid/circle-right.svg diff --git a/projects/icons-fontawesome/src/solid/circle-stop.svg b/projects/icons-fontawesome/src/fa/solid/circle-stop.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/circle-stop.svg rename to projects/icons-fontawesome/src/fa/solid/circle-stop.svg diff --git a/projects/icons-fontawesome/src/solid/circle-up.svg b/projects/icons-fontawesome/src/fa/solid/circle-up.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/circle-up.svg rename to projects/icons-fontawesome/src/fa/solid/circle-up.svg diff --git a/projects/icons-fontawesome/src/solid/circle-user.svg b/projects/icons-fontawesome/src/fa/solid/circle-user.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/circle-user.svg rename to projects/icons-fontawesome/src/fa/solid/circle-user.svg diff --git a/projects/icons-fontawesome/src/solid/circle-xmark.svg b/projects/icons-fontawesome/src/fa/solid/circle-xmark.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/circle-xmark.svg rename to projects/icons-fontawesome/src/fa/solid/circle-xmark.svg diff --git a/projects/icons-fontawesome/src/solid/circle.svg b/projects/icons-fontawesome/src/fa/solid/circle.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/circle.svg rename to projects/icons-fontawesome/src/fa/solid/circle.svg diff --git a/projects/icons-fontawesome/src/solid/city.svg b/projects/icons-fontawesome/src/fa/solid/city.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/city.svg rename to projects/icons-fontawesome/src/fa/solid/city.svg diff --git a/projects/icons-fontawesome/src/solid/clapperboard.svg b/projects/icons-fontawesome/src/fa/solid/clapperboard.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/clapperboard.svg rename to projects/icons-fontawesome/src/fa/solid/clapperboard.svg diff --git a/projects/icons-fontawesome/src/solid/clipboard-check.svg b/projects/icons-fontawesome/src/fa/solid/clipboard-check.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/clipboard-check.svg rename to projects/icons-fontawesome/src/fa/solid/clipboard-check.svg diff --git a/projects/icons-fontawesome/src/solid/clipboard-list.svg b/projects/icons-fontawesome/src/fa/solid/clipboard-list.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/clipboard-list.svg rename to projects/icons-fontawesome/src/fa/solid/clipboard-list.svg diff --git a/projects/icons-fontawesome/src/solid/clipboard-question.svg b/projects/icons-fontawesome/src/fa/solid/clipboard-question.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/clipboard-question.svg rename to projects/icons-fontawesome/src/fa/solid/clipboard-question.svg diff --git a/projects/icons-fontawesome/src/solid/clipboard-user.svg b/projects/icons-fontawesome/src/fa/solid/clipboard-user.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/clipboard-user.svg rename to projects/icons-fontawesome/src/fa/solid/clipboard-user.svg diff --git a/projects/icons-fontawesome/src/solid/clipboard.svg b/projects/icons-fontawesome/src/fa/solid/clipboard.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/clipboard.svg rename to projects/icons-fontawesome/src/fa/solid/clipboard.svg diff --git a/projects/icons-fontawesome/src/solid/clock-rotate-left.svg b/projects/icons-fontawesome/src/fa/solid/clock-rotate-left.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/clock-rotate-left.svg rename to projects/icons-fontawesome/src/fa/solid/clock-rotate-left.svg diff --git a/projects/icons-fontawesome/src/solid/clock.svg b/projects/icons-fontawesome/src/fa/solid/clock.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/clock.svg rename to projects/icons-fontawesome/src/fa/solid/clock.svg diff --git a/projects/icons-fontawesome/src/solid/clone.svg b/projects/icons-fontawesome/src/fa/solid/clone.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/clone.svg rename to projects/icons-fontawesome/src/fa/solid/clone.svg diff --git a/projects/icons-fontawesome/src/solid/closed-captioning.svg b/projects/icons-fontawesome/src/fa/solid/closed-captioning.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/closed-captioning.svg rename to projects/icons-fontawesome/src/fa/solid/closed-captioning.svg diff --git a/projects/icons-fontawesome/src/solid/cloud-arrow-down.svg b/projects/icons-fontawesome/src/fa/solid/cloud-arrow-down.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/cloud-arrow-down.svg rename to projects/icons-fontawesome/src/fa/solid/cloud-arrow-down.svg diff --git a/projects/icons-fontawesome/src/solid/cloud-arrow-up.svg b/projects/icons-fontawesome/src/fa/solid/cloud-arrow-up.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/cloud-arrow-up.svg rename to projects/icons-fontawesome/src/fa/solid/cloud-arrow-up.svg diff --git a/projects/icons-fontawesome/src/solid/cloud-bolt.svg b/projects/icons-fontawesome/src/fa/solid/cloud-bolt.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/cloud-bolt.svg rename to projects/icons-fontawesome/src/fa/solid/cloud-bolt.svg diff --git a/projects/icons-fontawesome/src/solid/cloud-meatball.svg b/projects/icons-fontawesome/src/fa/solid/cloud-meatball.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/cloud-meatball.svg rename to projects/icons-fontawesome/src/fa/solid/cloud-meatball.svg diff --git a/projects/icons-fontawesome/src/solid/cloud-moon-rain.svg b/projects/icons-fontawesome/src/fa/solid/cloud-moon-rain.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/cloud-moon-rain.svg rename to projects/icons-fontawesome/src/fa/solid/cloud-moon-rain.svg diff --git a/projects/icons-fontawesome/src/solid/cloud-moon.svg b/projects/icons-fontawesome/src/fa/solid/cloud-moon.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/cloud-moon.svg rename to projects/icons-fontawesome/src/fa/solid/cloud-moon.svg diff --git a/projects/icons-fontawesome/src/solid/cloud-rain.svg b/projects/icons-fontawesome/src/fa/solid/cloud-rain.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/cloud-rain.svg rename to projects/icons-fontawesome/src/fa/solid/cloud-rain.svg diff --git a/projects/icons-fontawesome/src/solid/cloud-showers-heavy.svg b/projects/icons-fontawesome/src/fa/solid/cloud-showers-heavy.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/cloud-showers-heavy.svg rename to projects/icons-fontawesome/src/fa/solid/cloud-showers-heavy.svg diff --git a/projects/icons-fontawesome/src/solid/cloud-showers-water.svg b/projects/icons-fontawesome/src/fa/solid/cloud-showers-water.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/cloud-showers-water.svg rename to projects/icons-fontawesome/src/fa/solid/cloud-showers-water.svg diff --git a/projects/icons-fontawesome/src/solid/cloud-sun-rain.svg b/projects/icons-fontawesome/src/fa/solid/cloud-sun-rain.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/cloud-sun-rain.svg rename to projects/icons-fontawesome/src/fa/solid/cloud-sun-rain.svg diff --git a/projects/icons-fontawesome/src/solid/cloud-sun.svg b/projects/icons-fontawesome/src/fa/solid/cloud-sun.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/cloud-sun.svg rename to projects/icons-fontawesome/src/fa/solid/cloud-sun.svg diff --git a/projects/icons-fontawesome/src/solid/cloud.svg b/projects/icons-fontawesome/src/fa/solid/cloud.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/cloud.svg rename to projects/icons-fontawesome/src/fa/solid/cloud.svg diff --git a/projects/icons-fontawesome/src/solid/clover.svg b/projects/icons-fontawesome/src/fa/solid/clover.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/clover.svg rename to projects/icons-fontawesome/src/fa/solid/clover.svg diff --git a/projects/icons-fontawesome/src/solid/code-branch.svg b/projects/icons-fontawesome/src/fa/solid/code-branch.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/code-branch.svg rename to projects/icons-fontawesome/src/fa/solid/code-branch.svg diff --git a/projects/icons-fontawesome/src/solid/code-commit.svg b/projects/icons-fontawesome/src/fa/solid/code-commit.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/code-commit.svg rename to projects/icons-fontawesome/src/fa/solid/code-commit.svg diff --git a/projects/icons-fontawesome/src/solid/code-compare.svg b/projects/icons-fontawesome/src/fa/solid/code-compare.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/code-compare.svg rename to projects/icons-fontawesome/src/fa/solid/code-compare.svg diff --git a/projects/icons-fontawesome/src/solid/code-fork.svg b/projects/icons-fontawesome/src/fa/solid/code-fork.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/code-fork.svg rename to projects/icons-fontawesome/src/fa/solid/code-fork.svg diff --git a/projects/icons-fontawesome/src/solid/code-merge.svg b/projects/icons-fontawesome/src/fa/solid/code-merge.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/code-merge.svg rename to projects/icons-fontawesome/src/fa/solid/code-merge.svg diff --git a/projects/icons-fontawesome/src/solid/code-pull-request.svg b/projects/icons-fontawesome/src/fa/solid/code-pull-request.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/code-pull-request.svg rename to projects/icons-fontawesome/src/fa/solid/code-pull-request.svg diff --git a/projects/icons-fontawesome/src/solid/code.svg b/projects/icons-fontawesome/src/fa/solid/code.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/code.svg rename to projects/icons-fontawesome/src/fa/solid/code.svg diff --git a/projects/icons-fontawesome/src/solid/coins.svg b/projects/icons-fontawesome/src/fa/solid/coins.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/coins.svg rename to projects/icons-fontawesome/src/fa/solid/coins.svg diff --git a/projects/icons-fontawesome/src/solid/colon-sign.svg b/projects/icons-fontawesome/src/fa/solid/colon-sign.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/colon-sign.svg rename to projects/icons-fontawesome/src/fa/solid/colon-sign.svg diff --git a/projects/icons-fontawesome/src/solid/comment-dollar.svg b/projects/icons-fontawesome/src/fa/solid/comment-dollar.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/comment-dollar.svg rename to projects/icons-fontawesome/src/fa/solid/comment-dollar.svg diff --git a/projects/icons-fontawesome/src/solid/comment-dots.svg b/projects/icons-fontawesome/src/fa/solid/comment-dots.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/comment-dots.svg rename to projects/icons-fontawesome/src/fa/solid/comment-dots.svg diff --git a/projects/icons-fontawesome/src/solid/comment-medical.svg b/projects/icons-fontawesome/src/fa/solid/comment-medical.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/comment-medical.svg rename to projects/icons-fontawesome/src/fa/solid/comment-medical.svg diff --git a/projects/icons-fontawesome/src/solid/comment-slash.svg b/projects/icons-fontawesome/src/fa/solid/comment-slash.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/comment-slash.svg rename to projects/icons-fontawesome/src/fa/solid/comment-slash.svg diff --git a/projects/icons-fontawesome/src/solid/comment-sms.svg b/projects/icons-fontawesome/src/fa/solid/comment-sms.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/comment-sms.svg rename to projects/icons-fontawesome/src/fa/solid/comment-sms.svg diff --git a/projects/icons-fontawesome/src/solid/comment.svg b/projects/icons-fontawesome/src/fa/solid/comment.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/comment.svg rename to projects/icons-fontawesome/src/fa/solid/comment.svg diff --git a/projects/icons-fontawesome/src/solid/comments-dollar.svg b/projects/icons-fontawesome/src/fa/solid/comments-dollar.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/comments-dollar.svg rename to projects/icons-fontawesome/src/fa/solid/comments-dollar.svg diff --git a/projects/icons-fontawesome/src/solid/comments.svg b/projects/icons-fontawesome/src/fa/solid/comments.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/comments.svg rename to projects/icons-fontawesome/src/fa/solid/comments.svg diff --git a/projects/icons-fontawesome/src/solid/compact-disc.svg b/projects/icons-fontawesome/src/fa/solid/compact-disc.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/compact-disc.svg rename to projects/icons-fontawesome/src/fa/solid/compact-disc.svg diff --git a/projects/icons-fontawesome/src/solid/compass-drafting.svg b/projects/icons-fontawesome/src/fa/solid/compass-drafting.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/compass-drafting.svg rename to projects/icons-fontawesome/src/fa/solid/compass-drafting.svg diff --git a/projects/icons-fontawesome/src/solid/compass.svg b/projects/icons-fontawesome/src/fa/solid/compass.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/compass.svg rename to projects/icons-fontawesome/src/fa/solid/compass.svg diff --git a/projects/icons-fontawesome/src/solid/compress.svg b/projects/icons-fontawesome/src/fa/solid/compress.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/compress.svg rename to projects/icons-fontawesome/src/fa/solid/compress.svg diff --git a/projects/icons-fontawesome/src/solid/computer-mouse.svg b/projects/icons-fontawesome/src/fa/solid/computer-mouse.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/computer-mouse.svg rename to projects/icons-fontawesome/src/fa/solid/computer-mouse.svg diff --git a/projects/icons-fontawesome/src/solid/computer.svg b/projects/icons-fontawesome/src/fa/solid/computer.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/computer.svg rename to projects/icons-fontawesome/src/fa/solid/computer.svg diff --git a/projects/icons-fontawesome/src/solid/cookie-bite.svg b/projects/icons-fontawesome/src/fa/solid/cookie-bite.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/cookie-bite.svg rename to projects/icons-fontawesome/src/fa/solid/cookie-bite.svg diff --git a/projects/icons-fontawesome/src/solid/cookie.svg b/projects/icons-fontawesome/src/fa/solid/cookie.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/cookie.svg rename to projects/icons-fontawesome/src/fa/solid/cookie.svg diff --git a/projects/icons-fontawesome/src/solid/copy.svg b/projects/icons-fontawesome/src/fa/solid/copy.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/copy.svg rename to projects/icons-fontawesome/src/fa/solid/copy.svg diff --git a/projects/icons-fontawesome/src/solid/copyright.svg b/projects/icons-fontawesome/src/fa/solid/copyright.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/copyright.svg rename to projects/icons-fontawesome/src/fa/solid/copyright.svg diff --git a/projects/icons-fontawesome/src/solid/couch.svg b/projects/icons-fontawesome/src/fa/solid/couch.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/couch.svg rename to projects/icons-fontawesome/src/fa/solid/couch.svg diff --git a/projects/icons-fontawesome/src/solid/cow.svg b/projects/icons-fontawesome/src/fa/solid/cow.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/cow.svg rename to projects/icons-fontawesome/src/fa/solid/cow.svg diff --git a/projects/icons-fontawesome/src/solid/credit-card.svg b/projects/icons-fontawesome/src/fa/solid/credit-card.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/credit-card.svg rename to projects/icons-fontawesome/src/fa/solid/credit-card.svg diff --git a/projects/icons-fontawesome/src/solid/crop-simple.svg b/projects/icons-fontawesome/src/fa/solid/crop-simple.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/crop-simple.svg rename to projects/icons-fontawesome/src/fa/solid/crop-simple.svg diff --git a/projects/icons-fontawesome/src/solid/crop.svg b/projects/icons-fontawesome/src/fa/solid/crop.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/crop.svg rename to projects/icons-fontawesome/src/fa/solid/crop.svg diff --git a/projects/icons-fontawesome/src/solid/cross.svg b/projects/icons-fontawesome/src/fa/solid/cross.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/cross.svg rename to projects/icons-fontawesome/src/fa/solid/cross.svg diff --git a/projects/icons-fontawesome/src/solid/crosshairs.svg b/projects/icons-fontawesome/src/fa/solid/crosshairs.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/crosshairs.svg rename to projects/icons-fontawesome/src/fa/solid/crosshairs.svg diff --git a/projects/icons-fontawesome/src/solid/crow.svg b/projects/icons-fontawesome/src/fa/solid/crow.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/crow.svg rename to projects/icons-fontawesome/src/fa/solid/crow.svg diff --git a/projects/icons-fontawesome/src/solid/crown.svg b/projects/icons-fontawesome/src/fa/solid/crown.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/crown.svg rename to projects/icons-fontawesome/src/fa/solid/crown.svg diff --git a/projects/icons-fontawesome/src/solid/crutch.svg b/projects/icons-fontawesome/src/fa/solid/crutch.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/crutch.svg rename to projects/icons-fontawesome/src/fa/solid/crutch.svg diff --git a/projects/icons-fontawesome/src/solid/cruzeiro-sign.svg b/projects/icons-fontawesome/src/fa/solid/cruzeiro-sign.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/cruzeiro-sign.svg rename to projects/icons-fontawesome/src/fa/solid/cruzeiro-sign.svg diff --git a/projects/icons-fontawesome/src/solid/cube.svg b/projects/icons-fontawesome/src/fa/solid/cube.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/cube.svg rename to projects/icons-fontawesome/src/fa/solid/cube.svg diff --git a/projects/icons-fontawesome/src/solid/cubes-stacked.svg b/projects/icons-fontawesome/src/fa/solid/cubes-stacked.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/cubes-stacked.svg rename to projects/icons-fontawesome/src/fa/solid/cubes-stacked.svg diff --git a/projects/icons-fontawesome/src/solid/cubes.svg b/projects/icons-fontawesome/src/fa/solid/cubes.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/cubes.svg rename to projects/icons-fontawesome/src/fa/solid/cubes.svg diff --git a/projects/icons-fontawesome/src/solid/d.svg b/projects/icons-fontawesome/src/fa/solid/d.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/d.svg rename to projects/icons-fontawesome/src/fa/solid/d.svg diff --git a/projects/icons-fontawesome/src/solid/database.svg b/projects/icons-fontawesome/src/fa/solid/database.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/database.svg rename to projects/icons-fontawesome/src/fa/solid/database.svg diff --git a/projects/icons-fontawesome/src/solid/delete-left.svg b/projects/icons-fontawesome/src/fa/solid/delete-left.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/delete-left.svg rename to projects/icons-fontawesome/src/fa/solid/delete-left.svg diff --git a/projects/icons-fontawesome/src/solid/democrat.svg b/projects/icons-fontawesome/src/fa/solid/democrat.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/democrat.svg rename to projects/icons-fontawesome/src/fa/solid/democrat.svg diff --git a/projects/icons-fontawesome/src/solid/desktop.svg b/projects/icons-fontawesome/src/fa/solid/desktop.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/desktop.svg rename to projects/icons-fontawesome/src/fa/solid/desktop.svg diff --git a/projects/icons-fontawesome/src/solid/dharmachakra.svg b/projects/icons-fontawesome/src/fa/solid/dharmachakra.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/dharmachakra.svg rename to projects/icons-fontawesome/src/fa/solid/dharmachakra.svg diff --git a/projects/icons-fontawesome/src/solid/diagram-next.svg b/projects/icons-fontawesome/src/fa/solid/diagram-next.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/diagram-next.svg rename to projects/icons-fontawesome/src/fa/solid/diagram-next.svg diff --git a/projects/icons-fontawesome/src/solid/diagram-predecessor.svg b/projects/icons-fontawesome/src/fa/solid/diagram-predecessor.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/diagram-predecessor.svg rename to projects/icons-fontawesome/src/fa/solid/diagram-predecessor.svg diff --git a/projects/icons-fontawesome/src/solid/diagram-project.svg b/projects/icons-fontawesome/src/fa/solid/diagram-project.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/diagram-project.svg rename to projects/icons-fontawesome/src/fa/solid/diagram-project.svg diff --git a/projects/icons-fontawesome/src/solid/diagram-successor.svg b/projects/icons-fontawesome/src/fa/solid/diagram-successor.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/diagram-successor.svg rename to projects/icons-fontawesome/src/fa/solid/diagram-successor.svg diff --git a/projects/icons-fontawesome/src/solid/diamond-turn-right.svg b/projects/icons-fontawesome/src/fa/solid/diamond-turn-right.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/diamond-turn-right.svg rename to projects/icons-fontawesome/src/fa/solid/diamond-turn-right.svg diff --git a/projects/icons-fontawesome/src/solid/diamond.svg b/projects/icons-fontawesome/src/fa/solid/diamond.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/diamond.svg rename to projects/icons-fontawesome/src/fa/solid/diamond.svg diff --git a/projects/icons-fontawesome/src/solid/dice-d20.svg b/projects/icons-fontawesome/src/fa/solid/dice-d20.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/dice-d20.svg rename to projects/icons-fontawesome/src/fa/solid/dice-d20.svg diff --git a/projects/icons-fontawesome/src/solid/dice-d6.svg b/projects/icons-fontawesome/src/fa/solid/dice-d6.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/dice-d6.svg rename to projects/icons-fontawesome/src/fa/solid/dice-d6.svg diff --git a/projects/icons-fontawesome/src/solid/dice-five.svg b/projects/icons-fontawesome/src/fa/solid/dice-five.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/dice-five.svg rename to projects/icons-fontawesome/src/fa/solid/dice-five.svg diff --git a/projects/icons-fontawesome/src/solid/dice-four.svg b/projects/icons-fontawesome/src/fa/solid/dice-four.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/dice-four.svg rename to projects/icons-fontawesome/src/fa/solid/dice-four.svg diff --git a/projects/icons-fontawesome/src/solid/dice-one.svg b/projects/icons-fontawesome/src/fa/solid/dice-one.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/dice-one.svg rename to projects/icons-fontawesome/src/fa/solid/dice-one.svg diff --git a/projects/icons-fontawesome/src/solid/dice-six.svg b/projects/icons-fontawesome/src/fa/solid/dice-six.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/dice-six.svg rename to projects/icons-fontawesome/src/fa/solid/dice-six.svg diff --git a/projects/icons-fontawesome/src/solid/dice-three.svg b/projects/icons-fontawesome/src/fa/solid/dice-three.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/dice-three.svg rename to projects/icons-fontawesome/src/fa/solid/dice-three.svg diff --git a/projects/icons-fontawesome/src/solid/dice-two.svg b/projects/icons-fontawesome/src/fa/solid/dice-two.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/dice-two.svg rename to projects/icons-fontawesome/src/fa/solid/dice-two.svg diff --git a/projects/icons-fontawesome/src/solid/dice.svg b/projects/icons-fontawesome/src/fa/solid/dice.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/dice.svg rename to projects/icons-fontawesome/src/fa/solid/dice.svg diff --git a/projects/icons-fontawesome/src/solid/disease.svg b/projects/icons-fontawesome/src/fa/solid/disease.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/disease.svg rename to projects/icons-fontawesome/src/fa/solid/disease.svg diff --git a/projects/icons-fontawesome/src/solid/display.svg b/projects/icons-fontawesome/src/fa/solid/display.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/display.svg rename to projects/icons-fontawesome/src/fa/solid/display.svg diff --git a/projects/icons-fontawesome/src/solid/divide.svg b/projects/icons-fontawesome/src/fa/solid/divide.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/divide.svg rename to projects/icons-fontawesome/src/fa/solid/divide.svg diff --git a/projects/icons-fontawesome/src/solid/dna.svg b/projects/icons-fontawesome/src/fa/solid/dna.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/dna.svg rename to projects/icons-fontawesome/src/fa/solid/dna.svg diff --git a/projects/icons-fontawesome/src/solid/dog.svg b/projects/icons-fontawesome/src/fa/solid/dog.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/dog.svg rename to projects/icons-fontawesome/src/fa/solid/dog.svg diff --git a/projects/icons-fontawesome/src/solid/dollar-sign.svg b/projects/icons-fontawesome/src/fa/solid/dollar-sign.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/dollar-sign.svg rename to projects/icons-fontawesome/src/fa/solid/dollar-sign.svg diff --git a/projects/icons-fontawesome/src/solid/dolly.svg b/projects/icons-fontawesome/src/fa/solid/dolly.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/dolly.svg rename to projects/icons-fontawesome/src/fa/solid/dolly.svg diff --git a/projects/icons-fontawesome/src/solid/dong-sign.svg b/projects/icons-fontawesome/src/fa/solid/dong-sign.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/dong-sign.svg rename to projects/icons-fontawesome/src/fa/solid/dong-sign.svg diff --git a/projects/icons-fontawesome/src/solid/door-closed.svg b/projects/icons-fontawesome/src/fa/solid/door-closed.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/door-closed.svg rename to projects/icons-fontawesome/src/fa/solid/door-closed.svg diff --git a/projects/icons-fontawesome/src/solid/door-open.svg b/projects/icons-fontawesome/src/fa/solid/door-open.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/door-open.svg rename to projects/icons-fontawesome/src/fa/solid/door-open.svg diff --git a/projects/icons-fontawesome/src/solid/dove.svg b/projects/icons-fontawesome/src/fa/solid/dove.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/dove.svg rename to projects/icons-fontawesome/src/fa/solid/dove.svg diff --git a/projects/icons-fontawesome/src/solid/down-left-and-up-right-to-center.svg b/projects/icons-fontawesome/src/fa/solid/down-left-and-up-right-to-center.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/down-left-and-up-right-to-center.svg rename to projects/icons-fontawesome/src/fa/solid/down-left-and-up-right-to-center.svg diff --git a/projects/icons-fontawesome/src/solid/down-long.svg b/projects/icons-fontawesome/src/fa/solid/down-long.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/down-long.svg rename to projects/icons-fontawesome/src/fa/solid/down-long.svg diff --git a/projects/icons-fontawesome/src/solid/download.svg b/projects/icons-fontawesome/src/fa/solid/download.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/download.svg rename to projects/icons-fontawesome/src/fa/solid/download.svg diff --git a/projects/icons-fontawesome/src/solid/dragon.svg b/projects/icons-fontawesome/src/fa/solid/dragon.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/dragon.svg rename to projects/icons-fontawesome/src/fa/solid/dragon.svg diff --git a/projects/icons-fontawesome/src/solid/draw-polygon.svg b/projects/icons-fontawesome/src/fa/solid/draw-polygon.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/draw-polygon.svg rename to projects/icons-fontawesome/src/fa/solid/draw-polygon.svg diff --git a/projects/icons-fontawesome/src/solid/droplet-slash.svg b/projects/icons-fontawesome/src/fa/solid/droplet-slash.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/droplet-slash.svg rename to projects/icons-fontawesome/src/fa/solid/droplet-slash.svg diff --git a/projects/icons-fontawesome/src/solid/droplet.svg b/projects/icons-fontawesome/src/fa/solid/droplet.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/droplet.svg rename to projects/icons-fontawesome/src/fa/solid/droplet.svg diff --git a/projects/icons-fontawesome/src/solid/drum-steelpan.svg b/projects/icons-fontawesome/src/fa/solid/drum-steelpan.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/drum-steelpan.svg rename to projects/icons-fontawesome/src/fa/solid/drum-steelpan.svg diff --git a/projects/icons-fontawesome/src/solid/drum.svg b/projects/icons-fontawesome/src/fa/solid/drum.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/drum.svg rename to projects/icons-fontawesome/src/fa/solid/drum.svg diff --git a/projects/icons-fontawesome/src/solid/drumstick-bite.svg b/projects/icons-fontawesome/src/fa/solid/drumstick-bite.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/drumstick-bite.svg rename to projects/icons-fontawesome/src/fa/solid/drumstick-bite.svg diff --git a/projects/icons-fontawesome/src/solid/dumbbell.svg b/projects/icons-fontawesome/src/fa/solid/dumbbell.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/dumbbell.svg rename to projects/icons-fontawesome/src/fa/solid/dumbbell.svg diff --git a/projects/icons-fontawesome/src/solid/dumpster-fire.svg b/projects/icons-fontawesome/src/fa/solid/dumpster-fire.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/dumpster-fire.svg rename to projects/icons-fontawesome/src/fa/solid/dumpster-fire.svg diff --git a/projects/icons-fontawesome/src/solid/dumpster.svg b/projects/icons-fontawesome/src/fa/solid/dumpster.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/dumpster.svg rename to projects/icons-fontawesome/src/fa/solid/dumpster.svg diff --git a/projects/icons-fontawesome/src/solid/dungeon.svg b/projects/icons-fontawesome/src/fa/solid/dungeon.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/dungeon.svg rename to projects/icons-fontawesome/src/fa/solid/dungeon.svg diff --git a/projects/icons-fontawesome/src/solid/e.svg b/projects/icons-fontawesome/src/fa/solid/e.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/e.svg rename to projects/icons-fontawesome/src/fa/solid/e.svg diff --git a/projects/icons-fontawesome/src/solid/ear-deaf.svg b/projects/icons-fontawesome/src/fa/solid/ear-deaf.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/ear-deaf.svg rename to projects/icons-fontawesome/src/fa/solid/ear-deaf.svg diff --git a/projects/icons-fontawesome/src/solid/ear-listen.svg b/projects/icons-fontawesome/src/fa/solid/ear-listen.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/ear-listen.svg rename to projects/icons-fontawesome/src/fa/solid/ear-listen.svg diff --git a/projects/icons-fontawesome/src/solid/earth-africa.svg b/projects/icons-fontawesome/src/fa/solid/earth-africa.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/earth-africa.svg rename to projects/icons-fontawesome/src/fa/solid/earth-africa.svg diff --git a/projects/icons-fontawesome/src/solid/earth-americas.svg b/projects/icons-fontawesome/src/fa/solid/earth-americas.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/earth-americas.svg rename to projects/icons-fontawesome/src/fa/solid/earth-americas.svg diff --git a/projects/icons-fontawesome/src/solid/earth-asia.svg b/projects/icons-fontawesome/src/fa/solid/earth-asia.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/earth-asia.svg rename to projects/icons-fontawesome/src/fa/solid/earth-asia.svg diff --git a/projects/icons-fontawesome/src/solid/earth-europe.svg b/projects/icons-fontawesome/src/fa/solid/earth-europe.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/earth-europe.svg rename to projects/icons-fontawesome/src/fa/solid/earth-europe.svg diff --git a/projects/icons-fontawesome/src/solid/earth-oceania.svg b/projects/icons-fontawesome/src/fa/solid/earth-oceania.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/earth-oceania.svg rename to projects/icons-fontawesome/src/fa/solid/earth-oceania.svg diff --git a/projects/icons-fontawesome/src/solid/egg.svg b/projects/icons-fontawesome/src/fa/solid/egg.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/egg.svg rename to projects/icons-fontawesome/src/fa/solid/egg.svg diff --git a/projects/icons-fontawesome/src/solid/eject.svg b/projects/icons-fontawesome/src/fa/solid/eject.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/eject.svg rename to projects/icons-fontawesome/src/fa/solid/eject.svg diff --git a/projects/icons-fontawesome/src/solid/elevator.svg b/projects/icons-fontawesome/src/fa/solid/elevator.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/elevator.svg rename to projects/icons-fontawesome/src/fa/solid/elevator.svg diff --git a/projects/icons-fontawesome/src/solid/ellipsis-vertical.svg b/projects/icons-fontawesome/src/fa/solid/ellipsis-vertical.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/ellipsis-vertical.svg rename to projects/icons-fontawesome/src/fa/solid/ellipsis-vertical.svg diff --git a/projects/icons-fontawesome/src/solid/ellipsis.svg b/projects/icons-fontawesome/src/fa/solid/ellipsis.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/ellipsis.svg rename to projects/icons-fontawesome/src/fa/solid/ellipsis.svg diff --git a/projects/icons-fontawesome/src/solid/envelope-circle-check.svg b/projects/icons-fontawesome/src/fa/solid/envelope-circle-check.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/envelope-circle-check.svg rename to projects/icons-fontawesome/src/fa/solid/envelope-circle-check.svg diff --git a/projects/icons-fontawesome/src/solid/envelope-open-text.svg b/projects/icons-fontawesome/src/fa/solid/envelope-open-text.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/envelope-open-text.svg rename to projects/icons-fontawesome/src/fa/solid/envelope-open-text.svg diff --git a/projects/icons-fontawesome/src/solid/envelope-open.svg b/projects/icons-fontawesome/src/fa/solid/envelope-open.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/envelope-open.svg rename to projects/icons-fontawesome/src/fa/solid/envelope-open.svg diff --git a/projects/icons-fontawesome/src/solid/envelope.svg b/projects/icons-fontawesome/src/fa/solid/envelope.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/envelope.svg rename to projects/icons-fontawesome/src/fa/solid/envelope.svg diff --git a/projects/icons-fontawesome/src/solid/envelopes-bulk.svg b/projects/icons-fontawesome/src/fa/solid/envelopes-bulk.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/envelopes-bulk.svg rename to projects/icons-fontawesome/src/fa/solid/envelopes-bulk.svg diff --git a/projects/icons-fontawesome/src/solid/equals.svg b/projects/icons-fontawesome/src/fa/solid/equals.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/equals.svg rename to projects/icons-fontawesome/src/fa/solid/equals.svg diff --git a/projects/icons-fontawesome/src/solid/eraser.svg b/projects/icons-fontawesome/src/fa/solid/eraser.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/eraser.svg rename to projects/icons-fontawesome/src/fa/solid/eraser.svg diff --git a/projects/icons-fontawesome/src/solid/ethernet.svg b/projects/icons-fontawesome/src/fa/solid/ethernet.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/ethernet.svg rename to projects/icons-fontawesome/src/fa/solid/ethernet.svg diff --git a/projects/icons-fontawesome/src/solid/euro-sign.svg b/projects/icons-fontawesome/src/fa/solid/euro-sign.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/euro-sign.svg rename to projects/icons-fontawesome/src/fa/solid/euro-sign.svg diff --git a/projects/icons-fontawesome/src/solid/exclamation.svg b/projects/icons-fontawesome/src/fa/solid/exclamation.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/exclamation.svg rename to projects/icons-fontawesome/src/fa/solid/exclamation.svg diff --git a/projects/icons-fontawesome/src/solid/expand.svg b/projects/icons-fontawesome/src/fa/solid/expand.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/expand.svg rename to projects/icons-fontawesome/src/fa/solid/expand.svg diff --git a/projects/icons-fontawesome/src/solid/explosion.svg b/projects/icons-fontawesome/src/fa/solid/explosion.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/explosion.svg rename to projects/icons-fontawesome/src/fa/solid/explosion.svg diff --git a/projects/icons-fontawesome/src/solid/eye-dropper.svg b/projects/icons-fontawesome/src/fa/solid/eye-dropper.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/eye-dropper.svg rename to projects/icons-fontawesome/src/fa/solid/eye-dropper.svg diff --git a/projects/icons-fontawesome/src/solid/eye-low-vision.svg b/projects/icons-fontawesome/src/fa/solid/eye-low-vision.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/eye-low-vision.svg rename to projects/icons-fontawesome/src/fa/solid/eye-low-vision.svg diff --git a/projects/icons-fontawesome/src/solid/eye-slash.svg b/projects/icons-fontawesome/src/fa/solid/eye-slash.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/eye-slash.svg rename to projects/icons-fontawesome/src/fa/solid/eye-slash.svg diff --git a/projects/icons-fontawesome/src/solid/eye.svg b/projects/icons-fontawesome/src/fa/solid/eye.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/eye.svg rename to projects/icons-fontawesome/src/fa/solid/eye.svg diff --git a/projects/icons-fontawesome/src/solid/f.svg b/projects/icons-fontawesome/src/fa/solid/f.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/f.svg rename to projects/icons-fontawesome/src/fa/solid/f.svg diff --git a/projects/icons-fontawesome/src/solid/face-angry.svg b/projects/icons-fontawesome/src/fa/solid/face-angry.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/face-angry.svg rename to projects/icons-fontawesome/src/fa/solid/face-angry.svg diff --git a/projects/icons-fontawesome/src/solid/face-dizzy.svg b/projects/icons-fontawesome/src/fa/solid/face-dizzy.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/face-dizzy.svg rename to projects/icons-fontawesome/src/fa/solid/face-dizzy.svg diff --git a/projects/icons-fontawesome/src/solid/face-flushed.svg b/projects/icons-fontawesome/src/fa/solid/face-flushed.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/face-flushed.svg rename to projects/icons-fontawesome/src/fa/solid/face-flushed.svg diff --git a/projects/icons-fontawesome/src/solid/face-frown-open.svg b/projects/icons-fontawesome/src/fa/solid/face-frown-open.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/face-frown-open.svg rename to projects/icons-fontawesome/src/fa/solid/face-frown-open.svg diff --git a/projects/icons-fontawesome/src/solid/face-frown.svg b/projects/icons-fontawesome/src/fa/solid/face-frown.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/face-frown.svg rename to projects/icons-fontawesome/src/fa/solid/face-frown.svg diff --git a/projects/icons-fontawesome/src/solid/face-grimace.svg b/projects/icons-fontawesome/src/fa/solid/face-grimace.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/face-grimace.svg rename to projects/icons-fontawesome/src/fa/solid/face-grimace.svg diff --git a/projects/icons-fontawesome/src/solid/face-grin-beam-sweat.svg b/projects/icons-fontawesome/src/fa/solid/face-grin-beam-sweat.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/face-grin-beam-sweat.svg rename to projects/icons-fontawesome/src/fa/solid/face-grin-beam-sweat.svg diff --git a/projects/icons-fontawesome/src/solid/face-grin-beam.svg b/projects/icons-fontawesome/src/fa/solid/face-grin-beam.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/face-grin-beam.svg rename to projects/icons-fontawesome/src/fa/solid/face-grin-beam.svg diff --git a/projects/icons-fontawesome/src/solid/face-grin-hearts.svg b/projects/icons-fontawesome/src/fa/solid/face-grin-hearts.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/face-grin-hearts.svg rename to projects/icons-fontawesome/src/fa/solid/face-grin-hearts.svg diff --git a/projects/icons-fontawesome/src/solid/face-grin-squint-tears.svg b/projects/icons-fontawesome/src/fa/solid/face-grin-squint-tears.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/face-grin-squint-tears.svg rename to projects/icons-fontawesome/src/fa/solid/face-grin-squint-tears.svg diff --git a/projects/icons-fontawesome/src/solid/face-grin-squint.svg b/projects/icons-fontawesome/src/fa/solid/face-grin-squint.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/face-grin-squint.svg rename to projects/icons-fontawesome/src/fa/solid/face-grin-squint.svg diff --git a/projects/icons-fontawesome/src/solid/face-grin-stars.svg b/projects/icons-fontawesome/src/fa/solid/face-grin-stars.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/face-grin-stars.svg rename to projects/icons-fontawesome/src/fa/solid/face-grin-stars.svg diff --git a/projects/icons-fontawesome/src/solid/face-grin-tears.svg b/projects/icons-fontawesome/src/fa/solid/face-grin-tears.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/face-grin-tears.svg rename to projects/icons-fontawesome/src/fa/solid/face-grin-tears.svg diff --git a/projects/icons-fontawesome/src/solid/face-grin-tongue-squint.svg b/projects/icons-fontawesome/src/fa/solid/face-grin-tongue-squint.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/face-grin-tongue-squint.svg rename to projects/icons-fontawesome/src/fa/solid/face-grin-tongue-squint.svg diff --git a/projects/icons-fontawesome/src/solid/face-grin-tongue-wink.svg b/projects/icons-fontawesome/src/fa/solid/face-grin-tongue-wink.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/face-grin-tongue-wink.svg rename to projects/icons-fontawesome/src/fa/solid/face-grin-tongue-wink.svg diff --git a/projects/icons-fontawesome/src/solid/face-grin-tongue.svg b/projects/icons-fontawesome/src/fa/solid/face-grin-tongue.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/face-grin-tongue.svg rename to projects/icons-fontawesome/src/fa/solid/face-grin-tongue.svg diff --git a/projects/icons-fontawesome/src/solid/face-grin-wide.svg b/projects/icons-fontawesome/src/fa/solid/face-grin-wide.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/face-grin-wide.svg rename to projects/icons-fontawesome/src/fa/solid/face-grin-wide.svg diff --git a/projects/icons-fontawesome/src/solid/face-grin-wink.svg b/projects/icons-fontawesome/src/fa/solid/face-grin-wink.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/face-grin-wink.svg rename to projects/icons-fontawesome/src/fa/solid/face-grin-wink.svg diff --git a/projects/icons-fontawesome/src/solid/face-grin.svg b/projects/icons-fontawesome/src/fa/solid/face-grin.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/face-grin.svg rename to projects/icons-fontawesome/src/fa/solid/face-grin.svg diff --git a/projects/icons-fontawesome/src/solid/face-kiss-beam.svg b/projects/icons-fontawesome/src/fa/solid/face-kiss-beam.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/face-kiss-beam.svg rename to projects/icons-fontawesome/src/fa/solid/face-kiss-beam.svg diff --git a/projects/icons-fontawesome/src/solid/face-kiss-wink-heart.svg b/projects/icons-fontawesome/src/fa/solid/face-kiss-wink-heart.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/face-kiss-wink-heart.svg rename to projects/icons-fontawesome/src/fa/solid/face-kiss-wink-heart.svg diff --git a/projects/icons-fontawesome/src/solid/face-kiss.svg b/projects/icons-fontawesome/src/fa/solid/face-kiss.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/face-kiss.svg rename to projects/icons-fontawesome/src/fa/solid/face-kiss.svg diff --git a/projects/icons-fontawesome/src/solid/face-laugh-beam.svg b/projects/icons-fontawesome/src/fa/solid/face-laugh-beam.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/face-laugh-beam.svg rename to projects/icons-fontawesome/src/fa/solid/face-laugh-beam.svg diff --git a/projects/icons-fontawesome/src/solid/face-laugh-squint.svg b/projects/icons-fontawesome/src/fa/solid/face-laugh-squint.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/face-laugh-squint.svg rename to projects/icons-fontawesome/src/fa/solid/face-laugh-squint.svg diff --git a/projects/icons-fontawesome/src/solid/face-laugh-wink.svg b/projects/icons-fontawesome/src/fa/solid/face-laugh-wink.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/face-laugh-wink.svg rename to projects/icons-fontawesome/src/fa/solid/face-laugh-wink.svg diff --git a/projects/icons-fontawesome/src/solid/face-laugh.svg b/projects/icons-fontawesome/src/fa/solid/face-laugh.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/face-laugh.svg rename to projects/icons-fontawesome/src/fa/solid/face-laugh.svg diff --git a/projects/icons-fontawesome/src/solid/face-meh-blank.svg b/projects/icons-fontawesome/src/fa/solid/face-meh-blank.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/face-meh-blank.svg rename to projects/icons-fontawesome/src/fa/solid/face-meh-blank.svg diff --git a/projects/icons-fontawesome/src/solid/face-meh.svg b/projects/icons-fontawesome/src/fa/solid/face-meh.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/face-meh.svg rename to projects/icons-fontawesome/src/fa/solid/face-meh.svg diff --git a/projects/icons-fontawesome/src/solid/face-rolling-eyes.svg b/projects/icons-fontawesome/src/fa/solid/face-rolling-eyes.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/face-rolling-eyes.svg rename to projects/icons-fontawesome/src/fa/solid/face-rolling-eyes.svg diff --git a/projects/icons-fontawesome/src/solid/face-sad-cry.svg b/projects/icons-fontawesome/src/fa/solid/face-sad-cry.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/face-sad-cry.svg rename to projects/icons-fontawesome/src/fa/solid/face-sad-cry.svg diff --git a/projects/icons-fontawesome/src/solid/face-sad-tear.svg b/projects/icons-fontawesome/src/fa/solid/face-sad-tear.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/face-sad-tear.svg rename to projects/icons-fontawesome/src/fa/solid/face-sad-tear.svg diff --git a/projects/icons-fontawesome/src/solid/face-smile-beam.svg b/projects/icons-fontawesome/src/fa/solid/face-smile-beam.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/face-smile-beam.svg rename to projects/icons-fontawesome/src/fa/solid/face-smile-beam.svg diff --git a/projects/icons-fontawesome/src/solid/face-smile-wink.svg b/projects/icons-fontawesome/src/fa/solid/face-smile-wink.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/face-smile-wink.svg rename to projects/icons-fontawesome/src/fa/solid/face-smile-wink.svg diff --git a/projects/icons-fontawesome/src/solid/face-smile.svg b/projects/icons-fontawesome/src/fa/solid/face-smile.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/face-smile.svg rename to projects/icons-fontawesome/src/fa/solid/face-smile.svg diff --git a/projects/icons-fontawesome/src/solid/face-surprise.svg b/projects/icons-fontawesome/src/fa/solid/face-surprise.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/face-surprise.svg rename to projects/icons-fontawesome/src/fa/solid/face-surprise.svg diff --git a/projects/icons-fontawesome/src/solid/face-tired.svg b/projects/icons-fontawesome/src/fa/solid/face-tired.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/face-tired.svg rename to projects/icons-fontawesome/src/fa/solid/face-tired.svg diff --git a/projects/icons-fontawesome/src/solid/fan.svg b/projects/icons-fontawesome/src/fa/solid/fan.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/fan.svg rename to projects/icons-fontawesome/src/fa/solid/fan.svg diff --git a/projects/icons-fontawesome/src/solid/faucet-drip.svg b/projects/icons-fontawesome/src/fa/solid/faucet-drip.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/faucet-drip.svg rename to projects/icons-fontawesome/src/fa/solid/faucet-drip.svg diff --git a/projects/icons-fontawesome/src/solid/faucet.svg b/projects/icons-fontawesome/src/fa/solid/faucet.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/faucet.svg rename to projects/icons-fontawesome/src/fa/solid/faucet.svg diff --git a/projects/icons-fontawesome/src/solid/fax.svg b/projects/icons-fontawesome/src/fa/solid/fax.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/fax.svg rename to projects/icons-fontawesome/src/fa/solid/fax.svg diff --git a/projects/icons-fontawesome/src/solid/feather-pointed.svg b/projects/icons-fontawesome/src/fa/solid/feather-pointed.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/feather-pointed.svg rename to projects/icons-fontawesome/src/fa/solid/feather-pointed.svg diff --git a/projects/icons-fontawesome/src/solid/feather.svg b/projects/icons-fontawesome/src/fa/solid/feather.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/feather.svg rename to projects/icons-fontawesome/src/fa/solid/feather.svg diff --git a/projects/icons-fontawesome/src/solid/ferry.svg b/projects/icons-fontawesome/src/fa/solid/ferry.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/ferry.svg rename to projects/icons-fontawesome/src/fa/solid/ferry.svg diff --git a/projects/icons-fontawesome/src/solid/file-arrow-down.svg b/projects/icons-fontawesome/src/fa/solid/file-arrow-down.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/file-arrow-down.svg rename to projects/icons-fontawesome/src/fa/solid/file-arrow-down.svg diff --git a/projects/icons-fontawesome/src/solid/file-arrow-up.svg b/projects/icons-fontawesome/src/fa/solid/file-arrow-up.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/file-arrow-up.svg rename to projects/icons-fontawesome/src/fa/solid/file-arrow-up.svg diff --git a/projects/icons-fontawesome/src/solid/file-audio.svg b/projects/icons-fontawesome/src/fa/solid/file-audio.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/file-audio.svg rename to projects/icons-fontawesome/src/fa/solid/file-audio.svg diff --git a/projects/icons-fontawesome/src/solid/file-circle-check.svg b/projects/icons-fontawesome/src/fa/solid/file-circle-check.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/file-circle-check.svg rename to projects/icons-fontawesome/src/fa/solid/file-circle-check.svg diff --git a/projects/icons-fontawesome/src/solid/file-circle-exclamation.svg b/projects/icons-fontawesome/src/fa/solid/file-circle-exclamation.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/file-circle-exclamation.svg rename to projects/icons-fontawesome/src/fa/solid/file-circle-exclamation.svg diff --git a/projects/icons-fontawesome/src/solid/file-circle-minus.svg b/projects/icons-fontawesome/src/fa/solid/file-circle-minus.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/file-circle-minus.svg rename to projects/icons-fontawesome/src/fa/solid/file-circle-minus.svg diff --git a/projects/icons-fontawesome/src/solid/file-circle-plus.svg b/projects/icons-fontawesome/src/fa/solid/file-circle-plus.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/file-circle-plus.svg rename to projects/icons-fontawesome/src/fa/solid/file-circle-plus.svg diff --git a/projects/icons-fontawesome/src/solid/file-circle-question.svg b/projects/icons-fontawesome/src/fa/solid/file-circle-question.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/file-circle-question.svg rename to projects/icons-fontawesome/src/fa/solid/file-circle-question.svg diff --git a/projects/icons-fontawesome/src/solid/file-circle-xmark.svg b/projects/icons-fontawesome/src/fa/solid/file-circle-xmark.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/file-circle-xmark.svg rename to projects/icons-fontawesome/src/fa/solid/file-circle-xmark.svg diff --git a/projects/icons-fontawesome/src/solid/file-code.svg b/projects/icons-fontawesome/src/fa/solid/file-code.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/file-code.svg rename to projects/icons-fontawesome/src/fa/solid/file-code.svg diff --git a/projects/icons-fontawesome/src/solid/file-contract.svg b/projects/icons-fontawesome/src/fa/solid/file-contract.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/file-contract.svg rename to projects/icons-fontawesome/src/fa/solid/file-contract.svg diff --git a/projects/icons-fontawesome/src/solid/file-csv.svg b/projects/icons-fontawesome/src/fa/solid/file-csv.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/file-csv.svg rename to projects/icons-fontawesome/src/fa/solid/file-csv.svg diff --git a/projects/icons-fontawesome/src/solid/file-excel.svg b/projects/icons-fontawesome/src/fa/solid/file-excel.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/file-excel.svg rename to projects/icons-fontawesome/src/fa/solid/file-excel.svg diff --git a/projects/icons-fontawesome/src/solid/file-export.svg b/projects/icons-fontawesome/src/fa/solid/file-export.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/file-export.svg rename to projects/icons-fontawesome/src/fa/solid/file-export.svg diff --git a/projects/icons-fontawesome/src/solid/file-image.svg b/projects/icons-fontawesome/src/fa/solid/file-image.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/file-image.svg rename to projects/icons-fontawesome/src/fa/solid/file-image.svg diff --git a/projects/icons-fontawesome/src/solid/file-import.svg b/projects/icons-fontawesome/src/fa/solid/file-import.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/file-import.svg rename to projects/icons-fontawesome/src/fa/solid/file-import.svg diff --git a/projects/icons-fontawesome/src/solid/file-invoice-dollar.svg b/projects/icons-fontawesome/src/fa/solid/file-invoice-dollar.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/file-invoice-dollar.svg rename to projects/icons-fontawesome/src/fa/solid/file-invoice-dollar.svg diff --git a/projects/icons-fontawesome/src/solid/file-invoice.svg b/projects/icons-fontawesome/src/fa/solid/file-invoice.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/file-invoice.svg rename to projects/icons-fontawesome/src/fa/solid/file-invoice.svg diff --git a/projects/icons-fontawesome/src/solid/file-lines.svg b/projects/icons-fontawesome/src/fa/solid/file-lines.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/file-lines.svg rename to projects/icons-fontawesome/src/fa/solid/file-lines.svg diff --git a/projects/icons-fontawesome/src/solid/file-medical.svg b/projects/icons-fontawesome/src/fa/solid/file-medical.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/file-medical.svg rename to projects/icons-fontawesome/src/fa/solid/file-medical.svg diff --git a/projects/icons-fontawesome/src/solid/file-pdf.svg b/projects/icons-fontawesome/src/fa/solid/file-pdf.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/file-pdf.svg rename to projects/icons-fontawesome/src/fa/solid/file-pdf.svg diff --git a/projects/icons-fontawesome/src/solid/file-pen.svg b/projects/icons-fontawesome/src/fa/solid/file-pen.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/file-pen.svg rename to projects/icons-fontawesome/src/fa/solid/file-pen.svg diff --git a/projects/icons-fontawesome/src/solid/file-powerpoint.svg b/projects/icons-fontawesome/src/fa/solid/file-powerpoint.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/file-powerpoint.svg rename to projects/icons-fontawesome/src/fa/solid/file-powerpoint.svg diff --git a/projects/icons-fontawesome/src/solid/file-prescription.svg b/projects/icons-fontawesome/src/fa/solid/file-prescription.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/file-prescription.svg rename to projects/icons-fontawesome/src/fa/solid/file-prescription.svg diff --git a/projects/icons-fontawesome/src/solid/file-shield.svg b/projects/icons-fontawesome/src/fa/solid/file-shield.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/file-shield.svg rename to projects/icons-fontawesome/src/fa/solid/file-shield.svg diff --git a/projects/icons-fontawesome/src/solid/file-signature.svg b/projects/icons-fontawesome/src/fa/solid/file-signature.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/file-signature.svg rename to projects/icons-fontawesome/src/fa/solid/file-signature.svg diff --git a/projects/icons-fontawesome/src/solid/file-video.svg b/projects/icons-fontawesome/src/fa/solid/file-video.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/file-video.svg rename to projects/icons-fontawesome/src/fa/solid/file-video.svg diff --git a/projects/icons-fontawesome/src/solid/file-waveform.svg b/projects/icons-fontawesome/src/fa/solid/file-waveform.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/file-waveform.svg rename to projects/icons-fontawesome/src/fa/solid/file-waveform.svg diff --git a/projects/icons-fontawesome/src/solid/file-word.svg b/projects/icons-fontawesome/src/fa/solid/file-word.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/file-word.svg rename to projects/icons-fontawesome/src/fa/solid/file-word.svg diff --git a/projects/icons-fontawesome/src/solid/file-zipper.svg b/projects/icons-fontawesome/src/fa/solid/file-zipper.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/file-zipper.svg rename to projects/icons-fontawesome/src/fa/solid/file-zipper.svg diff --git a/projects/icons-fontawesome/src/solid/file.svg b/projects/icons-fontawesome/src/fa/solid/file.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/file.svg rename to projects/icons-fontawesome/src/fa/solid/file.svg diff --git a/projects/icons-fontawesome/src/solid/fill-drip.svg b/projects/icons-fontawesome/src/fa/solid/fill-drip.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/fill-drip.svg rename to projects/icons-fontawesome/src/fa/solid/fill-drip.svg diff --git a/projects/icons-fontawesome/src/solid/fill.svg b/projects/icons-fontawesome/src/fa/solid/fill.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/fill.svg rename to projects/icons-fontawesome/src/fa/solid/fill.svg diff --git a/projects/icons-fontawesome/src/solid/film.svg b/projects/icons-fontawesome/src/fa/solid/film.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/film.svg rename to projects/icons-fontawesome/src/fa/solid/film.svg diff --git a/projects/icons-fontawesome/src/solid/filter-circle-dollar.svg b/projects/icons-fontawesome/src/fa/solid/filter-circle-dollar.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/filter-circle-dollar.svg rename to projects/icons-fontawesome/src/fa/solid/filter-circle-dollar.svg diff --git a/projects/icons-fontawesome/src/solid/filter-circle-xmark.svg b/projects/icons-fontawesome/src/fa/solid/filter-circle-xmark.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/filter-circle-xmark.svg rename to projects/icons-fontawesome/src/fa/solid/filter-circle-xmark.svg diff --git a/projects/icons-fontawesome/src/solid/filter.svg b/projects/icons-fontawesome/src/fa/solid/filter.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/filter.svg rename to projects/icons-fontawesome/src/fa/solid/filter.svg diff --git a/projects/icons-fontawesome/src/solid/fingerprint.svg b/projects/icons-fontawesome/src/fa/solid/fingerprint.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/fingerprint.svg rename to projects/icons-fontawesome/src/fa/solid/fingerprint.svg diff --git a/projects/icons-fontawesome/src/solid/fire-burner.svg b/projects/icons-fontawesome/src/fa/solid/fire-burner.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/fire-burner.svg rename to projects/icons-fontawesome/src/fa/solid/fire-burner.svg diff --git a/projects/icons-fontawesome/src/solid/fire-extinguisher.svg b/projects/icons-fontawesome/src/fa/solid/fire-extinguisher.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/fire-extinguisher.svg rename to projects/icons-fontawesome/src/fa/solid/fire-extinguisher.svg diff --git a/projects/icons-fontawesome/src/solid/fire-flame-curved.svg b/projects/icons-fontawesome/src/fa/solid/fire-flame-curved.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/fire-flame-curved.svg rename to projects/icons-fontawesome/src/fa/solid/fire-flame-curved.svg diff --git a/projects/icons-fontawesome/src/solid/fire-flame-simple.svg b/projects/icons-fontawesome/src/fa/solid/fire-flame-simple.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/fire-flame-simple.svg rename to projects/icons-fontawesome/src/fa/solid/fire-flame-simple.svg diff --git a/projects/icons-fontawesome/src/solid/fire.svg b/projects/icons-fontawesome/src/fa/solid/fire.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/fire.svg rename to projects/icons-fontawesome/src/fa/solid/fire.svg diff --git a/projects/icons-fontawesome/src/solid/fish-fins.svg b/projects/icons-fontawesome/src/fa/solid/fish-fins.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/fish-fins.svg rename to projects/icons-fontawesome/src/fa/solid/fish-fins.svg diff --git a/projects/icons-fontawesome/src/solid/fish.svg b/projects/icons-fontawesome/src/fa/solid/fish.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/fish.svg rename to projects/icons-fontawesome/src/fa/solid/fish.svg diff --git a/projects/icons-fontawesome/src/solid/flag-checkered.svg b/projects/icons-fontawesome/src/fa/solid/flag-checkered.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/flag-checkered.svg rename to projects/icons-fontawesome/src/fa/solid/flag-checkered.svg diff --git a/projects/icons-fontawesome/src/solid/flag-usa.svg b/projects/icons-fontawesome/src/fa/solid/flag-usa.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/flag-usa.svg rename to projects/icons-fontawesome/src/fa/solid/flag-usa.svg diff --git a/projects/icons-fontawesome/src/solid/flag.svg b/projects/icons-fontawesome/src/fa/solid/flag.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/flag.svg rename to projects/icons-fontawesome/src/fa/solid/flag.svg diff --git a/projects/icons-fontawesome/src/solid/flask-vial.svg b/projects/icons-fontawesome/src/fa/solid/flask-vial.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/flask-vial.svg rename to projects/icons-fontawesome/src/fa/solid/flask-vial.svg diff --git a/projects/icons-fontawesome/src/solid/flask.svg b/projects/icons-fontawesome/src/fa/solid/flask.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/flask.svg rename to projects/icons-fontawesome/src/fa/solid/flask.svg diff --git a/projects/icons-fontawesome/src/solid/floppy-disk.svg b/projects/icons-fontawesome/src/fa/solid/floppy-disk.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/floppy-disk.svg rename to projects/icons-fontawesome/src/fa/solid/floppy-disk.svg diff --git a/projects/icons-fontawesome/src/solid/florin-sign.svg b/projects/icons-fontawesome/src/fa/solid/florin-sign.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/florin-sign.svg rename to projects/icons-fontawesome/src/fa/solid/florin-sign.svg diff --git a/projects/icons-fontawesome/src/solid/folder-closed.svg b/projects/icons-fontawesome/src/fa/solid/folder-closed.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/folder-closed.svg rename to projects/icons-fontawesome/src/fa/solid/folder-closed.svg diff --git a/projects/icons-fontawesome/src/solid/folder-minus.svg b/projects/icons-fontawesome/src/fa/solid/folder-minus.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/folder-minus.svg rename to projects/icons-fontawesome/src/fa/solid/folder-minus.svg diff --git a/projects/icons-fontawesome/src/solid/folder-open.svg b/projects/icons-fontawesome/src/fa/solid/folder-open.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/folder-open.svg rename to projects/icons-fontawesome/src/fa/solid/folder-open.svg diff --git a/projects/icons-fontawesome/src/solid/folder-plus.svg b/projects/icons-fontawesome/src/fa/solid/folder-plus.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/folder-plus.svg rename to projects/icons-fontawesome/src/fa/solid/folder-plus.svg diff --git a/projects/icons-fontawesome/src/solid/folder-tree.svg b/projects/icons-fontawesome/src/fa/solid/folder-tree.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/folder-tree.svg rename to projects/icons-fontawesome/src/fa/solid/folder-tree.svg diff --git a/projects/icons-fontawesome/src/solid/folder.svg b/projects/icons-fontawesome/src/fa/solid/folder.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/folder.svg rename to projects/icons-fontawesome/src/fa/solid/folder.svg diff --git a/projects/icons-fontawesome/src/solid/font-awesome.svg b/projects/icons-fontawesome/src/fa/solid/font-awesome.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/font-awesome.svg rename to projects/icons-fontawesome/src/fa/solid/font-awesome.svg diff --git a/projects/icons-fontawesome/src/solid/font.svg b/projects/icons-fontawesome/src/fa/solid/font.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/font.svg rename to projects/icons-fontawesome/src/fa/solid/font.svg diff --git a/projects/icons-fontawesome/src/solid/football.svg b/projects/icons-fontawesome/src/fa/solid/football.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/football.svg rename to projects/icons-fontawesome/src/fa/solid/football.svg diff --git a/projects/icons-fontawesome/src/solid/forward-fast.svg b/projects/icons-fontawesome/src/fa/solid/forward-fast.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/forward-fast.svg rename to projects/icons-fontawesome/src/fa/solid/forward-fast.svg diff --git a/projects/icons-fontawesome/src/solid/forward-step.svg b/projects/icons-fontawesome/src/fa/solid/forward-step.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/forward-step.svg rename to projects/icons-fontawesome/src/fa/solid/forward-step.svg diff --git a/projects/icons-fontawesome/src/solid/forward.svg b/projects/icons-fontawesome/src/fa/solid/forward.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/forward.svg rename to projects/icons-fontawesome/src/fa/solid/forward.svg diff --git a/projects/icons-fontawesome/src/solid/franc-sign.svg b/projects/icons-fontawesome/src/fa/solid/franc-sign.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/franc-sign.svg rename to projects/icons-fontawesome/src/fa/solid/franc-sign.svg diff --git a/projects/icons-fontawesome/src/solid/frog.svg b/projects/icons-fontawesome/src/fa/solid/frog.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/frog.svg rename to projects/icons-fontawesome/src/fa/solid/frog.svg diff --git a/projects/icons-fontawesome/src/solid/futbol.svg b/projects/icons-fontawesome/src/fa/solid/futbol.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/futbol.svg rename to projects/icons-fontawesome/src/fa/solid/futbol.svg diff --git a/projects/icons-fontawesome/src/solid/g.svg b/projects/icons-fontawesome/src/fa/solid/g.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/g.svg rename to projects/icons-fontawesome/src/fa/solid/g.svg diff --git a/projects/icons-fontawesome/src/solid/gamepad.svg b/projects/icons-fontawesome/src/fa/solid/gamepad.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/gamepad.svg rename to projects/icons-fontawesome/src/fa/solid/gamepad.svg diff --git a/projects/icons-fontawesome/src/solid/gas-pump.svg b/projects/icons-fontawesome/src/fa/solid/gas-pump.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/gas-pump.svg rename to projects/icons-fontawesome/src/fa/solid/gas-pump.svg diff --git a/projects/icons-fontawesome/src/solid/gauge-high.svg b/projects/icons-fontawesome/src/fa/solid/gauge-high.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/gauge-high.svg rename to projects/icons-fontawesome/src/fa/solid/gauge-high.svg diff --git a/projects/icons-fontawesome/src/solid/gauge-simple-high.svg b/projects/icons-fontawesome/src/fa/solid/gauge-simple-high.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/gauge-simple-high.svg rename to projects/icons-fontawesome/src/fa/solid/gauge-simple-high.svg diff --git a/projects/icons-fontawesome/src/solid/gauge-simple.svg b/projects/icons-fontawesome/src/fa/solid/gauge-simple.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/gauge-simple.svg rename to projects/icons-fontawesome/src/fa/solid/gauge-simple.svg diff --git a/projects/icons-fontawesome/src/solid/gauge.svg b/projects/icons-fontawesome/src/fa/solid/gauge.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/gauge.svg rename to projects/icons-fontawesome/src/fa/solid/gauge.svg diff --git a/projects/icons-fontawesome/src/solid/gavel.svg b/projects/icons-fontawesome/src/fa/solid/gavel.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/gavel.svg rename to projects/icons-fontawesome/src/fa/solid/gavel.svg diff --git a/projects/icons-fontawesome/src/solid/gear.svg b/projects/icons-fontawesome/src/fa/solid/gear.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/gear.svg rename to projects/icons-fontawesome/src/fa/solid/gear.svg diff --git a/projects/icons-fontawesome/src/solid/gears.svg b/projects/icons-fontawesome/src/fa/solid/gears.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/gears.svg rename to projects/icons-fontawesome/src/fa/solid/gears.svg diff --git a/projects/icons-fontawesome/src/solid/gem.svg b/projects/icons-fontawesome/src/fa/solid/gem.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/gem.svg rename to projects/icons-fontawesome/src/fa/solid/gem.svg diff --git a/projects/icons-fontawesome/src/solid/genderless.svg b/projects/icons-fontawesome/src/fa/solid/genderless.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/genderless.svg rename to projects/icons-fontawesome/src/fa/solid/genderless.svg diff --git a/projects/icons-fontawesome/src/solid/ghost.svg b/projects/icons-fontawesome/src/fa/solid/ghost.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/ghost.svg rename to projects/icons-fontawesome/src/fa/solid/ghost.svg diff --git a/projects/icons-fontawesome/src/solid/gift.svg b/projects/icons-fontawesome/src/fa/solid/gift.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/gift.svg rename to projects/icons-fontawesome/src/fa/solid/gift.svg diff --git a/projects/icons-fontawesome/src/solid/gifts.svg b/projects/icons-fontawesome/src/fa/solid/gifts.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/gifts.svg rename to projects/icons-fontawesome/src/fa/solid/gifts.svg diff --git a/projects/icons-fontawesome/src/solid/glass-water-droplet.svg b/projects/icons-fontawesome/src/fa/solid/glass-water-droplet.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/glass-water-droplet.svg rename to projects/icons-fontawesome/src/fa/solid/glass-water-droplet.svg diff --git a/projects/icons-fontawesome/src/solid/glass-water.svg b/projects/icons-fontawesome/src/fa/solid/glass-water.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/glass-water.svg rename to projects/icons-fontawesome/src/fa/solid/glass-water.svg diff --git a/projects/icons-fontawesome/src/solid/glasses.svg b/projects/icons-fontawesome/src/fa/solid/glasses.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/glasses.svg rename to projects/icons-fontawesome/src/fa/solid/glasses.svg diff --git a/projects/icons-fontawesome/src/solid/globe.svg b/projects/icons-fontawesome/src/fa/solid/globe.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/globe.svg rename to projects/icons-fontawesome/src/fa/solid/globe.svg diff --git a/projects/icons-fontawesome/src/solid/golf-ball-tee.svg b/projects/icons-fontawesome/src/fa/solid/golf-ball-tee.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/golf-ball-tee.svg rename to projects/icons-fontawesome/src/fa/solid/golf-ball-tee.svg diff --git a/projects/icons-fontawesome/src/solid/gopuram.svg b/projects/icons-fontawesome/src/fa/solid/gopuram.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/gopuram.svg rename to projects/icons-fontawesome/src/fa/solid/gopuram.svg diff --git a/projects/icons-fontawesome/src/solid/graduation-cap.svg b/projects/icons-fontawesome/src/fa/solid/graduation-cap.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/graduation-cap.svg rename to projects/icons-fontawesome/src/fa/solid/graduation-cap.svg diff --git a/projects/icons-fontawesome/src/solid/greater-than-equal.svg b/projects/icons-fontawesome/src/fa/solid/greater-than-equal.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/greater-than-equal.svg rename to projects/icons-fontawesome/src/fa/solid/greater-than-equal.svg diff --git a/projects/icons-fontawesome/src/solid/greater-than.svg b/projects/icons-fontawesome/src/fa/solid/greater-than.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/greater-than.svg rename to projects/icons-fontawesome/src/fa/solid/greater-than.svg diff --git a/projects/icons-fontawesome/src/solid/grip-lines-vertical.svg b/projects/icons-fontawesome/src/fa/solid/grip-lines-vertical.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/grip-lines-vertical.svg rename to projects/icons-fontawesome/src/fa/solid/grip-lines-vertical.svg diff --git a/projects/icons-fontawesome/src/solid/grip-lines.svg b/projects/icons-fontawesome/src/fa/solid/grip-lines.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/grip-lines.svg rename to projects/icons-fontawesome/src/fa/solid/grip-lines.svg diff --git a/projects/icons-fontawesome/src/solid/grip-vertical.svg b/projects/icons-fontawesome/src/fa/solid/grip-vertical.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/grip-vertical.svg rename to projects/icons-fontawesome/src/fa/solid/grip-vertical.svg diff --git a/projects/icons-fontawesome/src/solid/grip.svg b/projects/icons-fontawesome/src/fa/solid/grip.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/grip.svg rename to projects/icons-fontawesome/src/fa/solid/grip.svg diff --git a/projects/icons-fontawesome/src/solid/group-arrows-rotate.svg b/projects/icons-fontawesome/src/fa/solid/group-arrows-rotate.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/group-arrows-rotate.svg rename to projects/icons-fontawesome/src/fa/solid/group-arrows-rotate.svg diff --git a/projects/icons-fontawesome/src/solid/guarani-sign.svg b/projects/icons-fontawesome/src/fa/solid/guarani-sign.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/guarani-sign.svg rename to projects/icons-fontawesome/src/fa/solid/guarani-sign.svg diff --git a/projects/icons-fontawesome/src/solid/guitar.svg b/projects/icons-fontawesome/src/fa/solid/guitar.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/guitar.svg rename to projects/icons-fontawesome/src/fa/solid/guitar.svg diff --git a/projects/icons-fontawesome/src/solid/gun.svg b/projects/icons-fontawesome/src/fa/solid/gun.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/gun.svg rename to projects/icons-fontawesome/src/fa/solid/gun.svg diff --git a/projects/icons-fontawesome/src/solid/h.svg b/projects/icons-fontawesome/src/fa/solid/h.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/h.svg rename to projects/icons-fontawesome/src/fa/solid/h.svg diff --git a/projects/icons-fontawesome/src/solid/hammer.svg b/projects/icons-fontawesome/src/fa/solid/hammer.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hammer.svg rename to projects/icons-fontawesome/src/fa/solid/hammer.svg diff --git a/projects/icons-fontawesome/src/solid/hamsa.svg b/projects/icons-fontawesome/src/fa/solid/hamsa.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hamsa.svg rename to projects/icons-fontawesome/src/fa/solid/hamsa.svg diff --git a/projects/icons-fontawesome/src/solid/hand-back-fist.svg b/projects/icons-fontawesome/src/fa/solid/hand-back-fist.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hand-back-fist.svg rename to projects/icons-fontawesome/src/fa/solid/hand-back-fist.svg diff --git a/projects/icons-fontawesome/src/solid/hand-dots.svg b/projects/icons-fontawesome/src/fa/solid/hand-dots.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hand-dots.svg rename to projects/icons-fontawesome/src/fa/solid/hand-dots.svg diff --git a/projects/icons-fontawesome/src/solid/hand-fist.svg b/projects/icons-fontawesome/src/fa/solid/hand-fist.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hand-fist.svg rename to projects/icons-fontawesome/src/fa/solid/hand-fist.svg diff --git a/projects/icons-fontawesome/src/solid/hand-holding-dollar.svg b/projects/icons-fontawesome/src/fa/solid/hand-holding-dollar.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hand-holding-dollar.svg rename to projects/icons-fontawesome/src/fa/solid/hand-holding-dollar.svg diff --git a/projects/icons-fontawesome/src/solid/hand-holding-droplet.svg b/projects/icons-fontawesome/src/fa/solid/hand-holding-droplet.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hand-holding-droplet.svg rename to projects/icons-fontawesome/src/fa/solid/hand-holding-droplet.svg diff --git a/projects/icons-fontawesome/src/solid/hand-holding-hand.svg b/projects/icons-fontawesome/src/fa/solid/hand-holding-hand.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hand-holding-hand.svg rename to projects/icons-fontawesome/src/fa/solid/hand-holding-hand.svg diff --git a/projects/icons-fontawesome/src/solid/hand-holding-heart.svg b/projects/icons-fontawesome/src/fa/solid/hand-holding-heart.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hand-holding-heart.svg rename to projects/icons-fontawesome/src/fa/solid/hand-holding-heart.svg diff --git a/projects/icons-fontawesome/src/solid/hand-holding-medical.svg b/projects/icons-fontawesome/src/fa/solid/hand-holding-medical.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hand-holding-medical.svg rename to projects/icons-fontawesome/src/fa/solid/hand-holding-medical.svg diff --git a/projects/icons-fontawesome/src/solid/hand-holding.svg b/projects/icons-fontawesome/src/fa/solid/hand-holding.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hand-holding.svg rename to projects/icons-fontawesome/src/fa/solid/hand-holding.svg diff --git a/projects/icons-fontawesome/src/solid/hand-lizard.svg b/projects/icons-fontawesome/src/fa/solid/hand-lizard.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hand-lizard.svg rename to projects/icons-fontawesome/src/fa/solid/hand-lizard.svg diff --git a/projects/icons-fontawesome/src/solid/hand-middle-finger.svg b/projects/icons-fontawesome/src/fa/solid/hand-middle-finger.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hand-middle-finger.svg rename to projects/icons-fontawesome/src/fa/solid/hand-middle-finger.svg diff --git a/projects/icons-fontawesome/src/solid/hand-peace.svg b/projects/icons-fontawesome/src/fa/solid/hand-peace.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hand-peace.svg rename to projects/icons-fontawesome/src/fa/solid/hand-peace.svg diff --git a/projects/icons-fontawesome/src/solid/hand-point-down.svg b/projects/icons-fontawesome/src/fa/solid/hand-point-down.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hand-point-down.svg rename to projects/icons-fontawesome/src/fa/solid/hand-point-down.svg diff --git a/projects/icons-fontawesome/src/solid/hand-point-left.svg b/projects/icons-fontawesome/src/fa/solid/hand-point-left.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hand-point-left.svg rename to projects/icons-fontawesome/src/fa/solid/hand-point-left.svg diff --git a/projects/icons-fontawesome/src/solid/hand-point-right.svg b/projects/icons-fontawesome/src/fa/solid/hand-point-right.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hand-point-right.svg rename to projects/icons-fontawesome/src/fa/solid/hand-point-right.svg diff --git a/projects/icons-fontawesome/src/solid/hand-point-up.svg b/projects/icons-fontawesome/src/fa/solid/hand-point-up.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hand-point-up.svg rename to projects/icons-fontawesome/src/fa/solid/hand-point-up.svg diff --git a/projects/icons-fontawesome/src/solid/hand-pointer.svg b/projects/icons-fontawesome/src/fa/solid/hand-pointer.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hand-pointer.svg rename to projects/icons-fontawesome/src/fa/solid/hand-pointer.svg diff --git a/projects/icons-fontawesome/src/solid/hand-scissors.svg b/projects/icons-fontawesome/src/fa/solid/hand-scissors.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hand-scissors.svg rename to projects/icons-fontawesome/src/fa/solid/hand-scissors.svg diff --git a/projects/icons-fontawesome/src/solid/hand-sparkles.svg b/projects/icons-fontawesome/src/fa/solid/hand-sparkles.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hand-sparkles.svg rename to projects/icons-fontawesome/src/fa/solid/hand-sparkles.svg diff --git a/projects/icons-fontawesome/src/solid/hand-spock.svg b/projects/icons-fontawesome/src/fa/solid/hand-spock.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hand-spock.svg rename to projects/icons-fontawesome/src/fa/solid/hand-spock.svg diff --git a/projects/icons-fontawesome/src/solid/hand.svg b/projects/icons-fontawesome/src/fa/solid/hand.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hand.svg rename to projects/icons-fontawesome/src/fa/solid/hand.svg diff --git a/projects/icons-fontawesome/src/solid/handcuffs.svg b/projects/icons-fontawesome/src/fa/solid/handcuffs.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/handcuffs.svg rename to projects/icons-fontawesome/src/fa/solid/handcuffs.svg diff --git a/projects/icons-fontawesome/src/solid/hands-asl-interpreting.svg b/projects/icons-fontawesome/src/fa/solid/hands-asl-interpreting.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hands-asl-interpreting.svg rename to projects/icons-fontawesome/src/fa/solid/hands-asl-interpreting.svg diff --git a/projects/icons-fontawesome/src/solid/hands-bound.svg b/projects/icons-fontawesome/src/fa/solid/hands-bound.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hands-bound.svg rename to projects/icons-fontawesome/src/fa/solid/hands-bound.svg diff --git a/projects/icons-fontawesome/src/solid/hands-bubbles.svg b/projects/icons-fontawesome/src/fa/solid/hands-bubbles.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hands-bubbles.svg rename to projects/icons-fontawesome/src/fa/solid/hands-bubbles.svg diff --git a/projects/icons-fontawesome/src/solid/hands-clapping.svg b/projects/icons-fontawesome/src/fa/solid/hands-clapping.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hands-clapping.svg rename to projects/icons-fontawesome/src/fa/solid/hands-clapping.svg diff --git a/projects/icons-fontawesome/src/solid/hands-holding-child.svg b/projects/icons-fontawesome/src/fa/solid/hands-holding-child.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hands-holding-child.svg rename to projects/icons-fontawesome/src/fa/solid/hands-holding-child.svg diff --git a/projects/icons-fontawesome/src/solid/hands-holding-circle.svg b/projects/icons-fontawesome/src/fa/solid/hands-holding-circle.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hands-holding-circle.svg rename to projects/icons-fontawesome/src/fa/solid/hands-holding-circle.svg diff --git a/projects/icons-fontawesome/src/solid/hands-holding.svg b/projects/icons-fontawesome/src/fa/solid/hands-holding.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hands-holding.svg rename to projects/icons-fontawesome/src/fa/solid/hands-holding.svg diff --git a/projects/icons-fontawesome/src/solid/hands-praying.svg b/projects/icons-fontawesome/src/fa/solid/hands-praying.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hands-praying.svg rename to projects/icons-fontawesome/src/fa/solid/hands-praying.svg diff --git a/projects/icons-fontawesome/src/solid/hands.svg b/projects/icons-fontawesome/src/fa/solid/hands.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hands.svg rename to projects/icons-fontawesome/src/fa/solid/hands.svg diff --git a/projects/icons-fontawesome/src/solid/handshake-angle.svg b/projects/icons-fontawesome/src/fa/solid/handshake-angle.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/handshake-angle.svg rename to projects/icons-fontawesome/src/fa/solid/handshake-angle.svg diff --git a/projects/icons-fontawesome/src/solid/handshake-simple-slash.svg b/projects/icons-fontawesome/src/fa/solid/handshake-simple-slash.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/handshake-simple-slash.svg rename to projects/icons-fontawesome/src/fa/solid/handshake-simple-slash.svg diff --git a/projects/icons-fontawesome/src/solid/handshake-simple.svg b/projects/icons-fontawesome/src/fa/solid/handshake-simple.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/handshake-simple.svg rename to projects/icons-fontawesome/src/fa/solid/handshake-simple.svg diff --git a/projects/icons-fontawesome/src/solid/handshake-slash.svg b/projects/icons-fontawesome/src/fa/solid/handshake-slash.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/handshake-slash.svg rename to projects/icons-fontawesome/src/fa/solid/handshake-slash.svg diff --git a/projects/icons-fontawesome/src/solid/handshake.svg b/projects/icons-fontawesome/src/fa/solid/handshake.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/handshake.svg rename to projects/icons-fontawesome/src/fa/solid/handshake.svg diff --git a/projects/icons-fontawesome/src/solid/hanukiah.svg b/projects/icons-fontawesome/src/fa/solid/hanukiah.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hanukiah.svg rename to projects/icons-fontawesome/src/fa/solid/hanukiah.svg diff --git a/projects/icons-fontawesome/src/solid/hard-drive.svg b/projects/icons-fontawesome/src/fa/solid/hard-drive.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hard-drive.svg rename to projects/icons-fontawesome/src/fa/solid/hard-drive.svg diff --git a/projects/icons-fontawesome/src/solid/hashtag.svg b/projects/icons-fontawesome/src/fa/solid/hashtag.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hashtag.svg rename to projects/icons-fontawesome/src/fa/solid/hashtag.svg diff --git a/projects/icons-fontawesome/src/solid/hat-cowboy-side.svg b/projects/icons-fontawesome/src/fa/solid/hat-cowboy-side.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hat-cowboy-side.svg rename to projects/icons-fontawesome/src/fa/solid/hat-cowboy-side.svg diff --git a/projects/icons-fontawesome/src/solid/hat-cowboy.svg b/projects/icons-fontawesome/src/fa/solid/hat-cowboy.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hat-cowboy.svg rename to projects/icons-fontawesome/src/fa/solid/hat-cowboy.svg diff --git a/projects/icons-fontawesome/src/solid/hat-wizard.svg b/projects/icons-fontawesome/src/fa/solid/hat-wizard.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hat-wizard.svg rename to projects/icons-fontawesome/src/fa/solid/hat-wizard.svg diff --git a/projects/icons-fontawesome/src/solid/head-side-cough-slash.svg b/projects/icons-fontawesome/src/fa/solid/head-side-cough-slash.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/head-side-cough-slash.svg rename to projects/icons-fontawesome/src/fa/solid/head-side-cough-slash.svg diff --git a/projects/icons-fontawesome/src/solid/head-side-cough.svg b/projects/icons-fontawesome/src/fa/solid/head-side-cough.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/head-side-cough.svg rename to projects/icons-fontawesome/src/fa/solid/head-side-cough.svg diff --git a/projects/icons-fontawesome/src/solid/head-side-mask.svg b/projects/icons-fontawesome/src/fa/solid/head-side-mask.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/head-side-mask.svg rename to projects/icons-fontawesome/src/fa/solid/head-side-mask.svg diff --git a/projects/icons-fontawesome/src/solid/head-side-virus.svg b/projects/icons-fontawesome/src/fa/solid/head-side-virus.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/head-side-virus.svg rename to projects/icons-fontawesome/src/fa/solid/head-side-virus.svg diff --git a/projects/icons-fontawesome/src/solid/heading.svg b/projects/icons-fontawesome/src/fa/solid/heading.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/heading.svg rename to projects/icons-fontawesome/src/fa/solid/heading.svg diff --git a/projects/icons-fontawesome/src/solid/headphones-simple.svg b/projects/icons-fontawesome/src/fa/solid/headphones-simple.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/headphones-simple.svg rename to projects/icons-fontawesome/src/fa/solid/headphones-simple.svg diff --git a/projects/icons-fontawesome/src/solid/headphones.svg b/projects/icons-fontawesome/src/fa/solid/headphones.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/headphones.svg rename to projects/icons-fontawesome/src/fa/solid/headphones.svg diff --git a/projects/icons-fontawesome/src/solid/headset.svg b/projects/icons-fontawesome/src/fa/solid/headset.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/headset.svg rename to projects/icons-fontawesome/src/fa/solid/headset.svg diff --git a/projects/icons-fontawesome/src/solid/heart-circle-bolt.svg b/projects/icons-fontawesome/src/fa/solid/heart-circle-bolt.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/heart-circle-bolt.svg rename to projects/icons-fontawesome/src/fa/solid/heart-circle-bolt.svg diff --git a/projects/icons-fontawesome/src/solid/heart-circle-check.svg b/projects/icons-fontawesome/src/fa/solid/heart-circle-check.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/heart-circle-check.svg rename to projects/icons-fontawesome/src/fa/solid/heart-circle-check.svg diff --git a/projects/icons-fontawesome/src/solid/heart-circle-exclamation.svg b/projects/icons-fontawesome/src/fa/solid/heart-circle-exclamation.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/heart-circle-exclamation.svg rename to projects/icons-fontawesome/src/fa/solid/heart-circle-exclamation.svg diff --git a/projects/icons-fontawesome/src/solid/heart-circle-minus.svg b/projects/icons-fontawesome/src/fa/solid/heart-circle-minus.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/heart-circle-minus.svg rename to projects/icons-fontawesome/src/fa/solid/heart-circle-minus.svg diff --git a/projects/icons-fontawesome/src/solid/heart-circle-plus.svg b/projects/icons-fontawesome/src/fa/solid/heart-circle-plus.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/heart-circle-plus.svg rename to projects/icons-fontawesome/src/fa/solid/heart-circle-plus.svg diff --git a/projects/icons-fontawesome/src/solid/heart-circle-xmark.svg b/projects/icons-fontawesome/src/fa/solid/heart-circle-xmark.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/heart-circle-xmark.svg rename to projects/icons-fontawesome/src/fa/solid/heart-circle-xmark.svg diff --git a/projects/icons-fontawesome/src/solid/heart-crack.svg b/projects/icons-fontawesome/src/fa/solid/heart-crack.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/heart-crack.svg rename to projects/icons-fontawesome/src/fa/solid/heart-crack.svg diff --git a/projects/icons-fontawesome/src/solid/heart-pulse.svg b/projects/icons-fontawesome/src/fa/solid/heart-pulse.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/heart-pulse.svg rename to projects/icons-fontawesome/src/fa/solid/heart-pulse.svg diff --git a/projects/icons-fontawesome/src/solid/heart.svg b/projects/icons-fontawesome/src/fa/solid/heart.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/heart.svg rename to projects/icons-fontawesome/src/fa/solid/heart.svg diff --git a/projects/icons-fontawesome/src/solid/helicopter-symbol.svg b/projects/icons-fontawesome/src/fa/solid/helicopter-symbol.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/helicopter-symbol.svg rename to projects/icons-fontawesome/src/fa/solid/helicopter-symbol.svg diff --git a/projects/icons-fontawesome/src/solid/helicopter.svg b/projects/icons-fontawesome/src/fa/solid/helicopter.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/helicopter.svg rename to projects/icons-fontawesome/src/fa/solid/helicopter.svg diff --git a/projects/icons-fontawesome/src/solid/helmet-safety.svg b/projects/icons-fontawesome/src/fa/solid/helmet-safety.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/helmet-safety.svg rename to projects/icons-fontawesome/src/fa/solid/helmet-safety.svg diff --git a/projects/icons-fontawesome/src/solid/helmet-un.svg b/projects/icons-fontawesome/src/fa/solid/helmet-un.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/helmet-un.svg rename to projects/icons-fontawesome/src/fa/solid/helmet-un.svg diff --git a/projects/icons-fontawesome/src/solid/highlighter.svg b/projects/icons-fontawesome/src/fa/solid/highlighter.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/highlighter.svg rename to projects/icons-fontawesome/src/fa/solid/highlighter.svg diff --git a/projects/icons-fontawesome/src/solid/hill-avalanche.svg b/projects/icons-fontawesome/src/fa/solid/hill-avalanche.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hill-avalanche.svg rename to projects/icons-fontawesome/src/fa/solid/hill-avalanche.svg diff --git a/projects/icons-fontawesome/src/solid/hill-rockslide.svg b/projects/icons-fontawesome/src/fa/solid/hill-rockslide.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hill-rockslide.svg rename to projects/icons-fontawesome/src/fa/solid/hill-rockslide.svg diff --git a/projects/icons-fontawesome/src/solid/hippo.svg b/projects/icons-fontawesome/src/fa/solid/hippo.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hippo.svg rename to projects/icons-fontawesome/src/fa/solid/hippo.svg diff --git a/projects/icons-fontawesome/src/solid/hockey-puck.svg b/projects/icons-fontawesome/src/fa/solid/hockey-puck.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hockey-puck.svg rename to projects/icons-fontawesome/src/fa/solid/hockey-puck.svg diff --git a/projects/icons-fontawesome/src/solid/holly-berry.svg b/projects/icons-fontawesome/src/fa/solid/holly-berry.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/holly-berry.svg rename to projects/icons-fontawesome/src/fa/solid/holly-berry.svg diff --git a/projects/icons-fontawesome/src/solid/horse-head.svg b/projects/icons-fontawesome/src/fa/solid/horse-head.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/horse-head.svg rename to projects/icons-fontawesome/src/fa/solid/horse-head.svg diff --git a/projects/icons-fontawesome/src/solid/horse.svg b/projects/icons-fontawesome/src/fa/solid/horse.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/horse.svg rename to projects/icons-fontawesome/src/fa/solid/horse.svg diff --git a/projects/icons-fontawesome/src/solid/hospital-user.svg b/projects/icons-fontawesome/src/fa/solid/hospital-user.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hospital-user.svg rename to projects/icons-fontawesome/src/fa/solid/hospital-user.svg diff --git a/projects/icons-fontawesome/src/solid/hospital.svg b/projects/icons-fontawesome/src/fa/solid/hospital.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hospital.svg rename to projects/icons-fontawesome/src/fa/solid/hospital.svg diff --git a/projects/icons-fontawesome/src/solid/hot-tub-person.svg b/projects/icons-fontawesome/src/fa/solid/hot-tub-person.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hot-tub-person.svg rename to projects/icons-fontawesome/src/fa/solid/hot-tub-person.svg diff --git a/projects/icons-fontawesome/src/solid/hotdog.svg b/projects/icons-fontawesome/src/fa/solid/hotdog.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hotdog.svg rename to projects/icons-fontawesome/src/fa/solid/hotdog.svg diff --git a/projects/icons-fontawesome/src/solid/hotel.svg b/projects/icons-fontawesome/src/fa/solid/hotel.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hotel.svg rename to projects/icons-fontawesome/src/fa/solid/hotel.svg diff --git a/projects/icons-fontawesome/src/solid/hourglass-end.svg b/projects/icons-fontawesome/src/fa/solid/hourglass-end.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hourglass-end.svg rename to projects/icons-fontawesome/src/fa/solid/hourglass-end.svg diff --git a/projects/icons-fontawesome/src/solid/hourglass-half.svg b/projects/icons-fontawesome/src/fa/solid/hourglass-half.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hourglass-half.svg rename to projects/icons-fontawesome/src/fa/solid/hourglass-half.svg diff --git a/projects/icons-fontawesome/src/solid/hourglass-start.svg b/projects/icons-fontawesome/src/fa/solid/hourglass-start.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hourglass-start.svg rename to projects/icons-fontawesome/src/fa/solid/hourglass-start.svg diff --git a/projects/icons-fontawesome/src/solid/hourglass.svg b/projects/icons-fontawesome/src/fa/solid/hourglass.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hourglass.svg rename to projects/icons-fontawesome/src/fa/solid/hourglass.svg diff --git a/projects/icons-fontawesome/src/solid/house-chimney-crack.svg b/projects/icons-fontawesome/src/fa/solid/house-chimney-crack.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/house-chimney-crack.svg rename to projects/icons-fontawesome/src/fa/solid/house-chimney-crack.svg diff --git a/projects/icons-fontawesome/src/solid/house-chimney-medical.svg b/projects/icons-fontawesome/src/fa/solid/house-chimney-medical.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/house-chimney-medical.svg rename to projects/icons-fontawesome/src/fa/solid/house-chimney-medical.svg diff --git a/projects/icons-fontawesome/src/solid/house-chimney-user.svg b/projects/icons-fontawesome/src/fa/solid/house-chimney-user.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/house-chimney-user.svg rename to projects/icons-fontawesome/src/fa/solid/house-chimney-user.svg diff --git a/projects/icons-fontawesome/src/solid/house-chimney-window.svg b/projects/icons-fontawesome/src/fa/solid/house-chimney-window.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/house-chimney-window.svg rename to projects/icons-fontawesome/src/fa/solid/house-chimney-window.svg diff --git a/projects/icons-fontawesome/src/solid/house-chimney.svg b/projects/icons-fontawesome/src/fa/solid/house-chimney.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/house-chimney.svg rename to projects/icons-fontawesome/src/fa/solid/house-chimney.svg diff --git a/projects/icons-fontawesome/src/solid/house-circle-check.svg b/projects/icons-fontawesome/src/fa/solid/house-circle-check.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/house-circle-check.svg rename to projects/icons-fontawesome/src/fa/solid/house-circle-check.svg diff --git a/projects/icons-fontawesome/src/solid/house-circle-exclamation.svg b/projects/icons-fontawesome/src/fa/solid/house-circle-exclamation.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/house-circle-exclamation.svg rename to projects/icons-fontawesome/src/fa/solid/house-circle-exclamation.svg diff --git a/projects/icons-fontawesome/src/solid/house-circle-xmark.svg b/projects/icons-fontawesome/src/fa/solid/house-circle-xmark.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/house-circle-xmark.svg rename to projects/icons-fontawesome/src/fa/solid/house-circle-xmark.svg diff --git a/projects/icons-fontawesome/src/solid/house-crack.svg b/projects/icons-fontawesome/src/fa/solid/house-crack.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/house-crack.svg rename to projects/icons-fontawesome/src/fa/solid/house-crack.svg diff --git a/projects/icons-fontawesome/src/solid/house-fire.svg b/projects/icons-fontawesome/src/fa/solid/house-fire.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/house-fire.svg rename to projects/icons-fontawesome/src/fa/solid/house-fire.svg diff --git a/projects/icons-fontawesome/src/solid/house-flag.svg b/projects/icons-fontawesome/src/fa/solid/house-flag.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/house-flag.svg rename to projects/icons-fontawesome/src/fa/solid/house-flag.svg diff --git a/projects/icons-fontawesome/src/solid/house-flood-water-circle-arrow-right.svg b/projects/icons-fontawesome/src/fa/solid/house-flood-water-circle-arrow-right.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/house-flood-water-circle-arrow-right.svg rename to projects/icons-fontawesome/src/fa/solid/house-flood-water-circle-arrow-right.svg diff --git a/projects/icons-fontawesome/src/solid/house-flood-water.svg b/projects/icons-fontawesome/src/fa/solid/house-flood-water.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/house-flood-water.svg rename to projects/icons-fontawesome/src/fa/solid/house-flood-water.svg diff --git a/projects/icons-fontawesome/src/solid/house-laptop.svg b/projects/icons-fontawesome/src/fa/solid/house-laptop.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/house-laptop.svg rename to projects/icons-fontawesome/src/fa/solid/house-laptop.svg diff --git a/projects/icons-fontawesome/src/solid/house-lock.svg b/projects/icons-fontawesome/src/fa/solid/house-lock.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/house-lock.svg rename to projects/icons-fontawesome/src/fa/solid/house-lock.svg diff --git a/projects/icons-fontawesome/src/solid/house-medical-circle-check.svg b/projects/icons-fontawesome/src/fa/solid/house-medical-circle-check.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/house-medical-circle-check.svg rename to projects/icons-fontawesome/src/fa/solid/house-medical-circle-check.svg diff --git a/projects/icons-fontawesome/src/solid/house-medical-circle-exclamation.svg b/projects/icons-fontawesome/src/fa/solid/house-medical-circle-exclamation.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/house-medical-circle-exclamation.svg rename to projects/icons-fontawesome/src/fa/solid/house-medical-circle-exclamation.svg diff --git a/projects/icons-fontawesome/src/solid/house-medical-circle-xmark.svg b/projects/icons-fontawesome/src/fa/solid/house-medical-circle-xmark.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/house-medical-circle-xmark.svg rename to projects/icons-fontawesome/src/fa/solid/house-medical-circle-xmark.svg diff --git a/projects/icons-fontawesome/src/solid/house-medical-flag.svg b/projects/icons-fontawesome/src/fa/solid/house-medical-flag.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/house-medical-flag.svg rename to projects/icons-fontawesome/src/fa/solid/house-medical-flag.svg diff --git a/projects/icons-fontawesome/src/solid/house-medical.svg b/projects/icons-fontawesome/src/fa/solid/house-medical.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/house-medical.svg rename to projects/icons-fontawesome/src/fa/solid/house-medical.svg diff --git a/projects/icons-fontawesome/src/solid/house-signal.svg b/projects/icons-fontawesome/src/fa/solid/house-signal.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/house-signal.svg rename to projects/icons-fontawesome/src/fa/solid/house-signal.svg diff --git a/projects/icons-fontawesome/src/solid/house-tsunami.svg b/projects/icons-fontawesome/src/fa/solid/house-tsunami.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/house-tsunami.svg rename to projects/icons-fontawesome/src/fa/solid/house-tsunami.svg diff --git a/projects/icons-fontawesome/src/solid/house-user.svg b/projects/icons-fontawesome/src/fa/solid/house-user.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/house-user.svg rename to projects/icons-fontawesome/src/fa/solid/house-user.svg diff --git a/projects/icons-fontawesome/src/solid/house.svg b/projects/icons-fontawesome/src/fa/solid/house.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/house.svg rename to projects/icons-fontawesome/src/fa/solid/house.svg diff --git a/projects/icons-fontawesome/src/solid/hryvnia-sign.svg b/projects/icons-fontawesome/src/fa/solid/hryvnia-sign.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hryvnia-sign.svg rename to projects/icons-fontawesome/src/fa/solid/hryvnia-sign.svg diff --git a/projects/icons-fontawesome/src/solid/hurricane.svg b/projects/icons-fontawesome/src/fa/solid/hurricane.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/hurricane.svg rename to projects/icons-fontawesome/src/fa/solid/hurricane.svg diff --git a/projects/icons-fontawesome/src/solid/i-cursor.svg b/projects/icons-fontawesome/src/fa/solid/i-cursor.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/i-cursor.svg rename to projects/icons-fontawesome/src/fa/solid/i-cursor.svg diff --git a/projects/icons-fontawesome/src/solid/i.svg b/projects/icons-fontawesome/src/fa/solid/i.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/i.svg rename to projects/icons-fontawesome/src/fa/solid/i.svg diff --git a/projects/icons-fontawesome/src/solid/ice-cream.svg b/projects/icons-fontawesome/src/fa/solid/ice-cream.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/ice-cream.svg rename to projects/icons-fontawesome/src/fa/solid/ice-cream.svg diff --git a/projects/icons-fontawesome/src/solid/icicles.svg b/projects/icons-fontawesome/src/fa/solid/icicles.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/icicles.svg rename to projects/icons-fontawesome/src/fa/solid/icicles.svg diff --git a/projects/icons-fontawesome/src/solid/icons.svg b/projects/icons-fontawesome/src/fa/solid/icons.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/icons.svg rename to projects/icons-fontawesome/src/fa/solid/icons.svg diff --git a/projects/icons-fontawesome/src/solid/id-badge.svg b/projects/icons-fontawesome/src/fa/solid/id-badge.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/id-badge.svg rename to projects/icons-fontawesome/src/fa/solid/id-badge.svg diff --git a/projects/icons-fontawesome/src/solid/id-card-clip.svg b/projects/icons-fontawesome/src/fa/solid/id-card-clip.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/id-card-clip.svg rename to projects/icons-fontawesome/src/fa/solid/id-card-clip.svg diff --git a/projects/icons-fontawesome/src/solid/id-card.svg b/projects/icons-fontawesome/src/fa/solid/id-card.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/id-card.svg rename to projects/icons-fontawesome/src/fa/solid/id-card.svg diff --git a/projects/icons-fontawesome/src/solid/igloo.svg b/projects/icons-fontawesome/src/fa/solid/igloo.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/igloo.svg rename to projects/icons-fontawesome/src/fa/solid/igloo.svg diff --git a/projects/icons-fontawesome/src/solid/image-portrait.svg b/projects/icons-fontawesome/src/fa/solid/image-portrait.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/image-portrait.svg rename to projects/icons-fontawesome/src/fa/solid/image-portrait.svg diff --git a/projects/icons-fontawesome/src/solid/image.svg b/projects/icons-fontawesome/src/fa/solid/image.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/image.svg rename to projects/icons-fontawesome/src/fa/solid/image.svg diff --git a/projects/icons-fontawesome/src/solid/images.svg b/projects/icons-fontawesome/src/fa/solid/images.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/images.svg rename to projects/icons-fontawesome/src/fa/solid/images.svg diff --git a/projects/icons-fontawesome/src/solid/inbox.svg b/projects/icons-fontawesome/src/fa/solid/inbox.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/inbox.svg rename to projects/icons-fontawesome/src/fa/solid/inbox.svg diff --git a/projects/icons-fontawesome/src/solid/indent.svg b/projects/icons-fontawesome/src/fa/solid/indent.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/indent.svg rename to projects/icons-fontawesome/src/fa/solid/indent.svg diff --git a/projects/icons-fontawesome/src/solid/indian-rupee-sign.svg b/projects/icons-fontawesome/src/fa/solid/indian-rupee-sign.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/indian-rupee-sign.svg rename to projects/icons-fontawesome/src/fa/solid/indian-rupee-sign.svg diff --git a/projects/icons-fontawesome/src/solid/industry.svg b/projects/icons-fontawesome/src/fa/solid/industry.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/industry.svg rename to projects/icons-fontawesome/src/fa/solid/industry.svg diff --git a/projects/icons-fontawesome/src/solid/infinity.svg b/projects/icons-fontawesome/src/fa/solid/infinity.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/infinity.svg rename to projects/icons-fontawesome/src/fa/solid/infinity.svg diff --git a/projects/icons-fontawesome/src/solid/info.svg b/projects/icons-fontawesome/src/fa/solid/info.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/info.svg rename to projects/icons-fontawesome/src/fa/solid/info.svg diff --git a/projects/icons-fontawesome/src/solid/italic.svg b/projects/icons-fontawesome/src/fa/solid/italic.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/italic.svg rename to projects/icons-fontawesome/src/fa/solid/italic.svg diff --git a/projects/icons-fontawesome/src/solid/j.svg b/projects/icons-fontawesome/src/fa/solid/j.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/j.svg rename to projects/icons-fontawesome/src/fa/solid/j.svg diff --git a/projects/icons-fontawesome/src/solid/jar-wheat.svg b/projects/icons-fontawesome/src/fa/solid/jar-wheat.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/jar-wheat.svg rename to projects/icons-fontawesome/src/fa/solid/jar-wheat.svg diff --git a/projects/icons-fontawesome/src/solid/jar.svg b/projects/icons-fontawesome/src/fa/solid/jar.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/jar.svg rename to projects/icons-fontawesome/src/fa/solid/jar.svg diff --git a/projects/icons-fontawesome/src/solid/jedi.svg b/projects/icons-fontawesome/src/fa/solid/jedi.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/jedi.svg rename to projects/icons-fontawesome/src/fa/solid/jedi.svg diff --git a/projects/icons-fontawesome/src/solid/jet-fighter-up.svg b/projects/icons-fontawesome/src/fa/solid/jet-fighter-up.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/jet-fighter-up.svg rename to projects/icons-fontawesome/src/fa/solid/jet-fighter-up.svg diff --git a/projects/icons-fontawesome/src/solid/jet-fighter.svg b/projects/icons-fontawesome/src/fa/solid/jet-fighter.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/jet-fighter.svg rename to projects/icons-fontawesome/src/fa/solid/jet-fighter.svg diff --git a/projects/icons-fontawesome/src/solid/joint.svg b/projects/icons-fontawesome/src/fa/solid/joint.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/joint.svg rename to projects/icons-fontawesome/src/fa/solid/joint.svg diff --git a/projects/icons-fontawesome/src/solid/jug-detergent.svg b/projects/icons-fontawesome/src/fa/solid/jug-detergent.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/jug-detergent.svg rename to projects/icons-fontawesome/src/fa/solid/jug-detergent.svg diff --git a/projects/icons-fontawesome/src/solid/k.svg b/projects/icons-fontawesome/src/fa/solid/k.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/k.svg rename to projects/icons-fontawesome/src/fa/solid/k.svg diff --git a/projects/icons-fontawesome/src/solid/kaaba.svg b/projects/icons-fontawesome/src/fa/solid/kaaba.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/kaaba.svg rename to projects/icons-fontawesome/src/fa/solid/kaaba.svg diff --git a/projects/icons-fontawesome/src/solid/key.svg b/projects/icons-fontawesome/src/fa/solid/key.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/key.svg rename to projects/icons-fontawesome/src/fa/solid/key.svg diff --git a/projects/icons-fontawesome/src/solid/keyboard.svg b/projects/icons-fontawesome/src/fa/solid/keyboard.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/keyboard.svg rename to projects/icons-fontawesome/src/fa/solid/keyboard.svg diff --git a/projects/icons-fontawesome/src/solid/khanda.svg b/projects/icons-fontawesome/src/fa/solid/khanda.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/khanda.svg rename to projects/icons-fontawesome/src/fa/solid/khanda.svg diff --git a/projects/icons-fontawesome/src/solid/kip-sign.svg b/projects/icons-fontawesome/src/fa/solid/kip-sign.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/kip-sign.svg rename to projects/icons-fontawesome/src/fa/solid/kip-sign.svg diff --git a/projects/icons-fontawesome/src/solid/kit-medical.svg b/projects/icons-fontawesome/src/fa/solid/kit-medical.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/kit-medical.svg rename to projects/icons-fontawesome/src/fa/solid/kit-medical.svg diff --git a/projects/icons-fontawesome/src/solid/kitchen-set.svg b/projects/icons-fontawesome/src/fa/solid/kitchen-set.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/kitchen-set.svg rename to projects/icons-fontawesome/src/fa/solid/kitchen-set.svg diff --git a/projects/icons-fontawesome/src/solid/kiwi-bird.svg b/projects/icons-fontawesome/src/fa/solid/kiwi-bird.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/kiwi-bird.svg rename to projects/icons-fontawesome/src/fa/solid/kiwi-bird.svg diff --git a/projects/icons-fontawesome/src/solid/l.svg b/projects/icons-fontawesome/src/fa/solid/l.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/l.svg rename to projects/icons-fontawesome/src/fa/solid/l.svg diff --git a/projects/icons-fontawesome/src/solid/land-mine-on.svg b/projects/icons-fontawesome/src/fa/solid/land-mine-on.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/land-mine-on.svg rename to projects/icons-fontawesome/src/fa/solid/land-mine-on.svg diff --git a/projects/icons-fontawesome/src/solid/landmark-dome.svg b/projects/icons-fontawesome/src/fa/solid/landmark-dome.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/landmark-dome.svg rename to projects/icons-fontawesome/src/fa/solid/landmark-dome.svg diff --git a/projects/icons-fontawesome/src/solid/landmark-flag.svg b/projects/icons-fontawesome/src/fa/solid/landmark-flag.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/landmark-flag.svg rename to projects/icons-fontawesome/src/fa/solid/landmark-flag.svg diff --git a/projects/icons-fontawesome/src/solid/landmark.svg b/projects/icons-fontawesome/src/fa/solid/landmark.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/landmark.svg rename to projects/icons-fontawesome/src/fa/solid/landmark.svg diff --git a/projects/icons-fontawesome/src/solid/language.svg b/projects/icons-fontawesome/src/fa/solid/language.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/language.svg rename to projects/icons-fontawesome/src/fa/solid/language.svg diff --git a/projects/icons-fontawesome/src/solid/laptop-code.svg b/projects/icons-fontawesome/src/fa/solid/laptop-code.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/laptop-code.svg rename to projects/icons-fontawesome/src/fa/solid/laptop-code.svg diff --git a/projects/icons-fontawesome/src/solid/laptop-file.svg b/projects/icons-fontawesome/src/fa/solid/laptop-file.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/laptop-file.svg rename to projects/icons-fontawesome/src/fa/solid/laptop-file.svg diff --git a/projects/icons-fontawesome/src/solid/laptop-medical.svg b/projects/icons-fontawesome/src/fa/solid/laptop-medical.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/laptop-medical.svg rename to projects/icons-fontawesome/src/fa/solid/laptop-medical.svg diff --git a/projects/icons-fontawesome/src/solid/laptop.svg b/projects/icons-fontawesome/src/fa/solid/laptop.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/laptop.svg rename to projects/icons-fontawesome/src/fa/solid/laptop.svg diff --git a/projects/icons-fontawesome/src/solid/lari-sign.svg b/projects/icons-fontawesome/src/fa/solid/lari-sign.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/lari-sign.svg rename to projects/icons-fontawesome/src/fa/solid/lari-sign.svg diff --git a/projects/icons-fontawesome/src/solid/layer-group.svg b/projects/icons-fontawesome/src/fa/solid/layer-group.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/layer-group.svg rename to projects/icons-fontawesome/src/fa/solid/layer-group.svg diff --git a/projects/icons-fontawesome/src/solid/leaf.svg b/projects/icons-fontawesome/src/fa/solid/leaf.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/leaf.svg rename to projects/icons-fontawesome/src/fa/solid/leaf.svg diff --git a/projects/icons-fontawesome/src/solid/left-long.svg b/projects/icons-fontawesome/src/fa/solid/left-long.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/left-long.svg rename to projects/icons-fontawesome/src/fa/solid/left-long.svg diff --git a/projects/icons-fontawesome/src/solid/left-right.svg b/projects/icons-fontawesome/src/fa/solid/left-right.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/left-right.svg rename to projects/icons-fontawesome/src/fa/solid/left-right.svg diff --git a/projects/icons-fontawesome/src/solid/lemon.svg b/projects/icons-fontawesome/src/fa/solid/lemon.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/lemon.svg rename to projects/icons-fontawesome/src/fa/solid/lemon.svg diff --git a/projects/icons-fontawesome/src/solid/less-than-equal.svg b/projects/icons-fontawesome/src/fa/solid/less-than-equal.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/less-than-equal.svg rename to projects/icons-fontawesome/src/fa/solid/less-than-equal.svg diff --git a/projects/icons-fontawesome/src/solid/less-than.svg b/projects/icons-fontawesome/src/fa/solid/less-than.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/less-than.svg rename to projects/icons-fontawesome/src/fa/solid/less-than.svg diff --git a/projects/icons-fontawesome/src/solid/life-ring.svg b/projects/icons-fontawesome/src/fa/solid/life-ring.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/life-ring.svg rename to projects/icons-fontawesome/src/fa/solid/life-ring.svg diff --git a/projects/icons-fontawesome/src/solid/lightbulb.svg b/projects/icons-fontawesome/src/fa/solid/lightbulb.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/lightbulb.svg rename to projects/icons-fontawesome/src/fa/solid/lightbulb.svg diff --git a/projects/icons-fontawesome/src/solid/lines-leaning.svg b/projects/icons-fontawesome/src/fa/solid/lines-leaning.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/lines-leaning.svg rename to projects/icons-fontawesome/src/fa/solid/lines-leaning.svg diff --git a/projects/icons-fontawesome/src/solid/link-slash.svg b/projects/icons-fontawesome/src/fa/solid/link-slash.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/link-slash.svg rename to projects/icons-fontawesome/src/fa/solid/link-slash.svg diff --git a/projects/icons-fontawesome/src/solid/link.svg b/projects/icons-fontawesome/src/fa/solid/link.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/link.svg rename to projects/icons-fontawesome/src/fa/solid/link.svg diff --git a/projects/icons-fontawesome/src/solid/lira-sign.svg b/projects/icons-fontawesome/src/fa/solid/lira-sign.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/lira-sign.svg rename to projects/icons-fontawesome/src/fa/solid/lira-sign.svg diff --git a/projects/icons-fontawesome/src/solid/list-check.svg b/projects/icons-fontawesome/src/fa/solid/list-check.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/list-check.svg rename to projects/icons-fontawesome/src/fa/solid/list-check.svg diff --git a/projects/icons-fontawesome/src/solid/list-ol.svg b/projects/icons-fontawesome/src/fa/solid/list-ol.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/list-ol.svg rename to projects/icons-fontawesome/src/fa/solid/list-ol.svg diff --git a/projects/icons-fontawesome/src/solid/list-ul.svg b/projects/icons-fontawesome/src/fa/solid/list-ul.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/list-ul.svg rename to projects/icons-fontawesome/src/fa/solid/list-ul.svg diff --git a/projects/icons-fontawesome/src/solid/list.svg b/projects/icons-fontawesome/src/fa/solid/list.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/list.svg rename to projects/icons-fontawesome/src/fa/solid/list.svg diff --git a/projects/icons-fontawesome/src/solid/litecoin-sign.svg b/projects/icons-fontawesome/src/fa/solid/litecoin-sign.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/litecoin-sign.svg rename to projects/icons-fontawesome/src/fa/solid/litecoin-sign.svg diff --git a/projects/icons-fontawesome/src/solid/location-arrow.svg b/projects/icons-fontawesome/src/fa/solid/location-arrow.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/location-arrow.svg rename to projects/icons-fontawesome/src/fa/solid/location-arrow.svg diff --git a/projects/icons-fontawesome/src/solid/location-crosshairs.svg b/projects/icons-fontawesome/src/fa/solid/location-crosshairs.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/location-crosshairs.svg rename to projects/icons-fontawesome/src/fa/solid/location-crosshairs.svg diff --git a/projects/icons-fontawesome/src/solid/location-dot.svg b/projects/icons-fontawesome/src/fa/solid/location-dot.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/location-dot.svg rename to projects/icons-fontawesome/src/fa/solid/location-dot.svg diff --git a/projects/icons-fontawesome/src/solid/location-pin-lock.svg b/projects/icons-fontawesome/src/fa/solid/location-pin-lock.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/location-pin-lock.svg rename to projects/icons-fontawesome/src/fa/solid/location-pin-lock.svg diff --git a/projects/icons-fontawesome/src/solid/location-pin.svg b/projects/icons-fontawesome/src/fa/solid/location-pin.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/location-pin.svg rename to projects/icons-fontawesome/src/fa/solid/location-pin.svg diff --git a/projects/icons-fontawesome/src/solid/lock-open.svg b/projects/icons-fontawesome/src/fa/solid/lock-open.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/lock-open.svg rename to projects/icons-fontawesome/src/fa/solid/lock-open.svg diff --git a/projects/icons-fontawesome/src/solid/lock.svg b/projects/icons-fontawesome/src/fa/solid/lock.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/lock.svg rename to projects/icons-fontawesome/src/fa/solid/lock.svg diff --git a/projects/icons-fontawesome/src/solid/locust.svg b/projects/icons-fontawesome/src/fa/solid/locust.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/locust.svg rename to projects/icons-fontawesome/src/fa/solid/locust.svg diff --git a/projects/icons-fontawesome/src/solid/lungs-virus.svg b/projects/icons-fontawesome/src/fa/solid/lungs-virus.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/lungs-virus.svg rename to projects/icons-fontawesome/src/fa/solid/lungs-virus.svg diff --git a/projects/icons-fontawesome/src/solid/lungs.svg b/projects/icons-fontawesome/src/fa/solid/lungs.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/lungs.svg rename to projects/icons-fontawesome/src/fa/solid/lungs.svg diff --git a/projects/icons-fontawesome/src/solid/m.svg b/projects/icons-fontawesome/src/fa/solid/m.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/m.svg rename to projects/icons-fontawesome/src/fa/solid/m.svg diff --git a/projects/icons-fontawesome/src/solid/magnet.svg b/projects/icons-fontawesome/src/fa/solid/magnet.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/magnet.svg rename to projects/icons-fontawesome/src/fa/solid/magnet.svg diff --git a/projects/icons-fontawesome/src/solid/magnifying-glass-arrow-right.svg b/projects/icons-fontawesome/src/fa/solid/magnifying-glass-arrow-right.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/magnifying-glass-arrow-right.svg rename to projects/icons-fontawesome/src/fa/solid/magnifying-glass-arrow-right.svg diff --git a/projects/icons-fontawesome/src/solid/magnifying-glass-chart.svg b/projects/icons-fontawesome/src/fa/solid/magnifying-glass-chart.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/magnifying-glass-chart.svg rename to projects/icons-fontawesome/src/fa/solid/magnifying-glass-chart.svg diff --git a/projects/icons-fontawesome/src/solid/magnifying-glass-dollar.svg b/projects/icons-fontawesome/src/fa/solid/magnifying-glass-dollar.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/magnifying-glass-dollar.svg rename to projects/icons-fontawesome/src/fa/solid/magnifying-glass-dollar.svg diff --git a/projects/icons-fontawesome/src/solid/magnifying-glass-location.svg b/projects/icons-fontawesome/src/fa/solid/magnifying-glass-location.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/magnifying-glass-location.svg rename to projects/icons-fontawesome/src/fa/solid/magnifying-glass-location.svg diff --git a/projects/icons-fontawesome/src/solid/magnifying-glass-minus.svg b/projects/icons-fontawesome/src/fa/solid/magnifying-glass-minus.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/magnifying-glass-minus.svg rename to projects/icons-fontawesome/src/fa/solid/magnifying-glass-minus.svg diff --git a/projects/icons-fontawesome/src/solid/magnifying-glass-plus.svg b/projects/icons-fontawesome/src/fa/solid/magnifying-glass-plus.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/magnifying-glass-plus.svg rename to projects/icons-fontawesome/src/fa/solid/magnifying-glass-plus.svg diff --git a/projects/icons-fontawesome/src/solid/magnifying-glass.svg b/projects/icons-fontawesome/src/fa/solid/magnifying-glass.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/magnifying-glass.svg rename to projects/icons-fontawesome/src/fa/solid/magnifying-glass.svg diff --git a/projects/icons-fontawesome/src/solid/manat-sign.svg b/projects/icons-fontawesome/src/fa/solid/manat-sign.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/manat-sign.svg rename to projects/icons-fontawesome/src/fa/solid/manat-sign.svg diff --git a/projects/icons-fontawesome/src/solid/map-location-dot.svg b/projects/icons-fontawesome/src/fa/solid/map-location-dot.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/map-location-dot.svg rename to projects/icons-fontawesome/src/fa/solid/map-location-dot.svg diff --git a/projects/icons-fontawesome/src/solid/map-location.svg b/projects/icons-fontawesome/src/fa/solid/map-location.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/map-location.svg rename to projects/icons-fontawesome/src/fa/solid/map-location.svg diff --git a/projects/icons-fontawesome/src/solid/map-pin.svg b/projects/icons-fontawesome/src/fa/solid/map-pin.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/map-pin.svg rename to projects/icons-fontawesome/src/fa/solid/map-pin.svg diff --git a/projects/icons-fontawesome/src/solid/map.svg b/projects/icons-fontawesome/src/fa/solid/map.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/map.svg rename to projects/icons-fontawesome/src/fa/solid/map.svg diff --git a/projects/icons-fontawesome/src/solid/marker.svg b/projects/icons-fontawesome/src/fa/solid/marker.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/marker.svg rename to projects/icons-fontawesome/src/fa/solid/marker.svg diff --git a/projects/icons-fontawesome/src/solid/mars-and-venus-burst.svg b/projects/icons-fontawesome/src/fa/solid/mars-and-venus-burst.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/mars-and-venus-burst.svg rename to projects/icons-fontawesome/src/fa/solid/mars-and-venus-burst.svg diff --git a/projects/icons-fontawesome/src/solid/mars-and-venus.svg b/projects/icons-fontawesome/src/fa/solid/mars-and-venus.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/mars-and-venus.svg rename to projects/icons-fontawesome/src/fa/solid/mars-and-venus.svg diff --git a/projects/icons-fontawesome/src/solid/mars-double.svg b/projects/icons-fontawesome/src/fa/solid/mars-double.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/mars-double.svg rename to projects/icons-fontawesome/src/fa/solid/mars-double.svg diff --git a/projects/icons-fontawesome/src/solid/mars-stroke-right.svg b/projects/icons-fontawesome/src/fa/solid/mars-stroke-right.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/mars-stroke-right.svg rename to projects/icons-fontawesome/src/fa/solid/mars-stroke-right.svg diff --git a/projects/icons-fontawesome/src/solid/mars-stroke-up.svg b/projects/icons-fontawesome/src/fa/solid/mars-stroke-up.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/mars-stroke-up.svg rename to projects/icons-fontawesome/src/fa/solid/mars-stroke-up.svg diff --git a/projects/icons-fontawesome/src/solid/mars-stroke.svg b/projects/icons-fontawesome/src/fa/solid/mars-stroke.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/mars-stroke.svg rename to projects/icons-fontawesome/src/fa/solid/mars-stroke.svg diff --git a/projects/icons-fontawesome/src/solid/mars.svg b/projects/icons-fontawesome/src/fa/solid/mars.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/mars.svg rename to projects/icons-fontawesome/src/fa/solid/mars.svg diff --git a/projects/icons-fontawesome/src/solid/martini-glass-citrus.svg b/projects/icons-fontawesome/src/fa/solid/martini-glass-citrus.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/martini-glass-citrus.svg rename to projects/icons-fontawesome/src/fa/solid/martini-glass-citrus.svg diff --git a/projects/icons-fontawesome/src/solid/martini-glass-empty.svg b/projects/icons-fontawesome/src/fa/solid/martini-glass-empty.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/martini-glass-empty.svg rename to projects/icons-fontawesome/src/fa/solid/martini-glass-empty.svg diff --git a/projects/icons-fontawesome/src/solid/martini-glass.svg b/projects/icons-fontawesome/src/fa/solid/martini-glass.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/martini-glass.svg rename to projects/icons-fontawesome/src/fa/solid/martini-glass.svg diff --git a/projects/icons-fontawesome/src/solid/mask-face.svg b/projects/icons-fontawesome/src/fa/solid/mask-face.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/mask-face.svg rename to projects/icons-fontawesome/src/fa/solid/mask-face.svg diff --git a/projects/icons-fontawesome/src/solid/mask-ventilator.svg b/projects/icons-fontawesome/src/fa/solid/mask-ventilator.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/mask-ventilator.svg rename to projects/icons-fontawesome/src/fa/solid/mask-ventilator.svg diff --git a/projects/icons-fontawesome/src/solid/mask.svg b/projects/icons-fontawesome/src/fa/solid/mask.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/mask.svg rename to projects/icons-fontawesome/src/fa/solid/mask.svg diff --git a/projects/icons-fontawesome/src/solid/masks-theater.svg b/projects/icons-fontawesome/src/fa/solid/masks-theater.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/masks-theater.svg rename to projects/icons-fontawesome/src/fa/solid/masks-theater.svg diff --git a/projects/icons-fontawesome/src/solid/mattress-pillow.svg b/projects/icons-fontawesome/src/fa/solid/mattress-pillow.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/mattress-pillow.svg rename to projects/icons-fontawesome/src/fa/solid/mattress-pillow.svg diff --git a/projects/icons-fontawesome/src/solid/maximize.svg b/projects/icons-fontawesome/src/fa/solid/maximize.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/maximize.svg rename to projects/icons-fontawesome/src/fa/solid/maximize.svg diff --git a/projects/icons-fontawesome/src/solid/medal.svg b/projects/icons-fontawesome/src/fa/solid/medal.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/medal.svg rename to projects/icons-fontawesome/src/fa/solid/medal.svg diff --git a/projects/icons-fontawesome/src/solid/memory.svg b/projects/icons-fontawesome/src/fa/solid/memory.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/memory.svg rename to projects/icons-fontawesome/src/fa/solid/memory.svg diff --git a/projects/icons-fontawesome/src/solid/menorah.svg b/projects/icons-fontawesome/src/fa/solid/menorah.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/menorah.svg rename to projects/icons-fontawesome/src/fa/solid/menorah.svg diff --git a/projects/icons-fontawesome/src/solid/mercury.svg b/projects/icons-fontawesome/src/fa/solid/mercury.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/mercury.svg rename to projects/icons-fontawesome/src/fa/solid/mercury.svg diff --git a/projects/icons-fontawesome/src/solid/message.svg b/projects/icons-fontawesome/src/fa/solid/message.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/message.svg rename to projects/icons-fontawesome/src/fa/solid/message.svg diff --git a/projects/icons-fontawesome/src/solid/meteor.svg b/projects/icons-fontawesome/src/fa/solid/meteor.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/meteor.svg rename to projects/icons-fontawesome/src/fa/solid/meteor.svg diff --git a/projects/icons-fontawesome/src/solid/microchip.svg b/projects/icons-fontawesome/src/fa/solid/microchip.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/microchip.svg rename to projects/icons-fontawesome/src/fa/solid/microchip.svg diff --git a/projects/icons-fontawesome/src/solid/microphone-lines-slash.svg b/projects/icons-fontawesome/src/fa/solid/microphone-lines-slash.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/microphone-lines-slash.svg rename to projects/icons-fontawesome/src/fa/solid/microphone-lines-slash.svg diff --git a/projects/icons-fontawesome/src/solid/microphone-lines.svg b/projects/icons-fontawesome/src/fa/solid/microphone-lines.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/microphone-lines.svg rename to projects/icons-fontawesome/src/fa/solid/microphone-lines.svg diff --git a/projects/icons-fontawesome/src/solid/microphone-slash.svg b/projects/icons-fontawesome/src/fa/solid/microphone-slash.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/microphone-slash.svg rename to projects/icons-fontawesome/src/fa/solid/microphone-slash.svg diff --git a/projects/icons-fontawesome/src/solid/microphone.svg b/projects/icons-fontawesome/src/fa/solid/microphone.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/microphone.svg rename to projects/icons-fontawesome/src/fa/solid/microphone.svg diff --git a/projects/icons-fontawesome/src/solid/microscope.svg b/projects/icons-fontawesome/src/fa/solid/microscope.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/microscope.svg rename to projects/icons-fontawesome/src/fa/solid/microscope.svg diff --git a/projects/icons-fontawesome/src/solid/mill-sign.svg b/projects/icons-fontawesome/src/fa/solid/mill-sign.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/mill-sign.svg rename to projects/icons-fontawesome/src/fa/solid/mill-sign.svg diff --git a/projects/icons-fontawesome/src/solid/minimize.svg b/projects/icons-fontawesome/src/fa/solid/minimize.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/minimize.svg rename to projects/icons-fontawesome/src/fa/solid/minimize.svg diff --git a/projects/icons-fontawesome/src/solid/minus.svg b/projects/icons-fontawesome/src/fa/solid/minus.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/minus.svg rename to projects/icons-fontawesome/src/fa/solid/minus.svg diff --git a/projects/icons-fontawesome/src/solid/mitten.svg b/projects/icons-fontawesome/src/fa/solid/mitten.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/mitten.svg rename to projects/icons-fontawesome/src/fa/solid/mitten.svg diff --git a/projects/icons-fontawesome/src/solid/mobile-button.svg b/projects/icons-fontawesome/src/fa/solid/mobile-button.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/mobile-button.svg rename to projects/icons-fontawesome/src/fa/solid/mobile-button.svg diff --git a/projects/icons-fontawesome/src/solid/mobile-retro.svg b/projects/icons-fontawesome/src/fa/solid/mobile-retro.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/mobile-retro.svg rename to projects/icons-fontawesome/src/fa/solid/mobile-retro.svg diff --git a/projects/icons-fontawesome/src/solid/mobile-screen-button.svg b/projects/icons-fontawesome/src/fa/solid/mobile-screen-button.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/mobile-screen-button.svg rename to projects/icons-fontawesome/src/fa/solid/mobile-screen-button.svg diff --git a/projects/icons-fontawesome/src/solid/mobile-screen.svg b/projects/icons-fontawesome/src/fa/solid/mobile-screen.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/mobile-screen.svg rename to projects/icons-fontawesome/src/fa/solid/mobile-screen.svg diff --git a/projects/icons-fontawesome/src/solid/mobile.svg b/projects/icons-fontawesome/src/fa/solid/mobile.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/mobile.svg rename to projects/icons-fontawesome/src/fa/solid/mobile.svg diff --git a/projects/icons-fontawesome/src/solid/money-bill-1-wave.svg b/projects/icons-fontawesome/src/fa/solid/money-bill-1-wave.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/money-bill-1-wave.svg rename to projects/icons-fontawesome/src/fa/solid/money-bill-1-wave.svg diff --git a/projects/icons-fontawesome/src/solid/money-bill-1.svg b/projects/icons-fontawesome/src/fa/solid/money-bill-1.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/money-bill-1.svg rename to projects/icons-fontawesome/src/fa/solid/money-bill-1.svg diff --git a/projects/icons-fontawesome/src/solid/money-bill-transfer.svg b/projects/icons-fontawesome/src/fa/solid/money-bill-transfer.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/money-bill-transfer.svg rename to projects/icons-fontawesome/src/fa/solid/money-bill-transfer.svg diff --git a/projects/icons-fontawesome/src/solid/money-bill-trend-up.svg b/projects/icons-fontawesome/src/fa/solid/money-bill-trend-up.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/money-bill-trend-up.svg rename to projects/icons-fontawesome/src/fa/solid/money-bill-trend-up.svg diff --git a/projects/icons-fontawesome/src/solid/money-bill-wave.svg b/projects/icons-fontawesome/src/fa/solid/money-bill-wave.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/money-bill-wave.svg rename to projects/icons-fontawesome/src/fa/solid/money-bill-wave.svg diff --git a/projects/icons-fontawesome/src/solid/money-bill-wheat.svg b/projects/icons-fontawesome/src/fa/solid/money-bill-wheat.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/money-bill-wheat.svg rename to projects/icons-fontawesome/src/fa/solid/money-bill-wheat.svg diff --git a/projects/icons-fontawesome/src/solid/money-bill.svg b/projects/icons-fontawesome/src/fa/solid/money-bill.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/money-bill.svg rename to projects/icons-fontawesome/src/fa/solid/money-bill.svg diff --git a/projects/icons-fontawesome/src/solid/money-bills.svg b/projects/icons-fontawesome/src/fa/solid/money-bills.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/money-bills.svg rename to projects/icons-fontawesome/src/fa/solid/money-bills.svg diff --git a/projects/icons-fontawesome/src/solid/money-check-dollar.svg b/projects/icons-fontawesome/src/fa/solid/money-check-dollar.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/money-check-dollar.svg rename to projects/icons-fontawesome/src/fa/solid/money-check-dollar.svg diff --git a/projects/icons-fontawesome/src/solid/money-check.svg b/projects/icons-fontawesome/src/fa/solid/money-check.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/money-check.svg rename to projects/icons-fontawesome/src/fa/solid/money-check.svg diff --git a/projects/icons-fontawesome/src/solid/monument.svg b/projects/icons-fontawesome/src/fa/solid/monument.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/monument.svg rename to projects/icons-fontawesome/src/fa/solid/monument.svg diff --git a/projects/icons-fontawesome/src/solid/moon.svg b/projects/icons-fontawesome/src/fa/solid/moon.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/moon.svg rename to projects/icons-fontawesome/src/fa/solid/moon.svg diff --git a/projects/icons-fontawesome/src/solid/mortar-pestle.svg b/projects/icons-fontawesome/src/fa/solid/mortar-pestle.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/mortar-pestle.svg rename to projects/icons-fontawesome/src/fa/solid/mortar-pestle.svg diff --git a/projects/icons-fontawesome/src/solid/mosque.svg b/projects/icons-fontawesome/src/fa/solid/mosque.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/mosque.svg rename to projects/icons-fontawesome/src/fa/solid/mosque.svg diff --git a/projects/icons-fontawesome/src/solid/mosquito-net.svg b/projects/icons-fontawesome/src/fa/solid/mosquito-net.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/mosquito-net.svg rename to projects/icons-fontawesome/src/fa/solid/mosquito-net.svg diff --git a/projects/icons-fontawesome/src/solid/mosquito.svg b/projects/icons-fontawesome/src/fa/solid/mosquito.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/mosquito.svg rename to projects/icons-fontawesome/src/fa/solid/mosquito.svg diff --git a/projects/icons-fontawesome/src/solid/motorcycle.svg b/projects/icons-fontawesome/src/fa/solid/motorcycle.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/motorcycle.svg rename to projects/icons-fontawesome/src/fa/solid/motorcycle.svg diff --git a/projects/icons-fontawesome/src/solid/mound.svg b/projects/icons-fontawesome/src/fa/solid/mound.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/mound.svg rename to projects/icons-fontawesome/src/fa/solid/mound.svg diff --git a/projects/icons-fontawesome/src/solid/mountain-city.svg b/projects/icons-fontawesome/src/fa/solid/mountain-city.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/mountain-city.svg rename to projects/icons-fontawesome/src/fa/solid/mountain-city.svg diff --git a/projects/icons-fontawesome/src/solid/mountain-sun.svg b/projects/icons-fontawesome/src/fa/solid/mountain-sun.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/mountain-sun.svg rename to projects/icons-fontawesome/src/fa/solid/mountain-sun.svg diff --git a/projects/icons-fontawesome/src/solid/mountain.svg b/projects/icons-fontawesome/src/fa/solid/mountain.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/mountain.svg rename to projects/icons-fontawesome/src/fa/solid/mountain.svg diff --git a/projects/icons-fontawesome/src/solid/mug-hot.svg b/projects/icons-fontawesome/src/fa/solid/mug-hot.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/mug-hot.svg rename to projects/icons-fontawesome/src/fa/solid/mug-hot.svg diff --git a/projects/icons-fontawesome/src/solid/mug-saucer.svg b/projects/icons-fontawesome/src/fa/solid/mug-saucer.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/mug-saucer.svg rename to projects/icons-fontawesome/src/fa/solid/mug-saucer.svg diff --git a/projects/icons-fontawesome/src/solid/music.svg b/projects/icons-fontawesome/src/fa/solid/music.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/music.svg rename to projects/icons-fontawesome/src/fa/solid/music.svg diff --git a/projects/icons-fontawesome/src/solid/n.svg b/projects/icons-fontawesome/src/fa/solid/n.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/n.svg rename to projects/icons-fontawesome/src/fa/solid/n.svg diff --git a/projects/icons-fontawesome/src/solid/naira-sign.svg b/projects/icons-fontawesome/src/fa/solid/naira-sign.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/naira-sign.svg rename to projects/icons-fontawesome/src/fa/solid/naira-sign.svg diff --git a/projects/icons-fontawesome/src/solid/network-wired.svg b/projects/icons-fontawesome/src/fa/solid/network-wired.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/network-wired.svg rename to projects/icons-fontawesome/src/fa/solid/network-wired.svg diff --git a/projects/icons-fontawesome/src/solid/neuter.svg b/projects/icons-fontawesome/src/fa/solid/neuter.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/neuter.svg rename to projects/icons-fontawesome/src/fa/solid/neuter.svg diff --git a/projects/icons-fontawesome/src/solid/newspaper.svg b/projects/icons-fontawesome/src/fa/solid/newspaper.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/newspaper.svg rename to projects/icons-fontawesome/src/fa/solid/newspaper.svg diff --git a/projects/icons-fontawesome/src/solid/not-equal.svg b/projects/icons-fontawesome/src/fa/solid/not-equal.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/not-equal.svg rename to projects/icons-fontawesome/src/fa/solid/not-equal.svg diff --git a/projects/icons-fontawesome/src/solid/notdef.svg b/projects/icons-fontawesome/src/fa/solid/notdef.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/notdef.svg rename to projects/icons-fontawesome/src/fa/solid/notdef.svg diff --git a/projects/icons-fontawesome/src/solid/note-sticky.svg b/projects/icons-fontawesome/src/fa/solid/note-sticky.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/note-sticky.svg rename to projects/icons-fontawesome/src/fa/solid/note-sticky.svg diff --git a/projects/icons-fontawesome/src/solid/notes-medical.svg b/projects/icons-fontawesome/src/fa/solid/notes-medical.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/notes-medical.svg rename to projects/icons-fontawesome/src/fa/solid/notes-medical.svg diff --git a/projects/icons-fontawesome/src/solid/o.svg b/projects/icons-fontawesome/src/fa/solid/o.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/o.svg rename to projects/icons-fontawesome/src/fa/solid/o.svg diff --git a/projects/icons-fontawesome/src/solid/object-group.svg b/projects/icons-fontawesome/src/fa/solid/object-group.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/object-group.svg rename to projects/icons-fontawesome/src/fa/solid/object-group.svg diff --git a/projects/icons-fontawesome/src/solid/object-ungroup.svg b/projects/icons-fontawesome/src/fa/solid/object-ungroup.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/object-ungroup.svg rename to projects/icons-fontawesome/src/fa/solid/object-ungroup.svg diff --git a/projects/icons-fontawesome/src/solid/oil-can.svg b/projects/icons-fontawesome/src/fa/solid/oil-can.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/oil-can.svg rename to projects/icons-fontawesome/src/fa/solid/oil-can.svg diff --git a/projects/icons-fontawesome/src/solid/oil-well.svg b/projects/icons-fontawesome/src/fa/solid/oil-well.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/oil-well.svg rename to projects/icons-fontawesome/src/fa/solid/oil-well.svg diff --git a/projects/icons-fontawesome/src/solid/om.svg b/projects/icons-fontawesome/src/fa/solid/om.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/om.svg rename to projects/icons-fontawesome/src/fa/solid/om.svg diff --git a/projects/icons-fontawesome/src/solid/otter.svg b/projects/icons-fontawesome/src/fa/solid/otter.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/otter.svg rename to projects/icons-fontawesome/src/fa/solid/otter.svg diff --git a/projects/icons-fontawesome/src/solid/outdent.svg b/projects/icons-fontawesome/src/fa/solid/outdent.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/outdent.svg rename to projects/icons-fontawesome/src/fa/solid/outdent.svg diff --git a/projects/icons-fontawesome/src/solid/p.svg b/projects/icons-fontawesome/src/fa/solid/p.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/p.svg rename to projects/icons-fontawesome/src/fa/solid/p.svg diff --git a/projects/icons-fontawesome/src/solid/pager.svg b/projects/icons-fontawesome/src/fa/solid/pager.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/pager.svg rename to projects/icons-fontawesome/src/fa/solid/pager.svg diff --git a/projects/icons-fontawesome/src/solid/paint-roller.svg b/projects/icons-fontawesome/src/fa/solid/paint-roller.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/paint-roller.svg rename to projects/icons-fontawesome/src/fa/solid/paint-roller.svg diff --git a/projects/icons-fontawesome/src/solid/paintbrush.svg b/projects/icons-fontawesome/src/fa/solid/paintbrush.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/paintbrush.svg rename to projects/icons-fontawesome/src/fa/solid/paintbrush.svg diff --git a/projects/icons-fontawesome/src/solid/palette.svg b/projects/icons-fontawesome/src/fa/solid/palette.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/palette.svg rename to projects/icons-fontawesome/src/fa/solid/palette.svg diff --git a/projects/icons-fontawesome/src/solid/pallet.svg b/projects/icons-fontawesome/src/fa/solid/pallet.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/pallet.svg rename to projects/icons-fontawesome/src/fa/solid/pallet.svg diff --git a/projects/icons-fontawesome/src/solid/panorama.svg b/projects/icons-fontawesome/src/fa/solid/panorama.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/panorama.svg rename to projects/icons-fontawesome/src/fa/solid/panorama.svg diff --git a/projects/icons-fontawesome/src/solid/paper-plane.svg b/projects/icons-fontawesome/src/fa/solid/paper-plane.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/paper-plane.svg rename to projects/icons-fontawesome/src/fa/solid/paper-plane.svg diff --git a/projects/icons-fontawesome/src/solid/paperclip.svg b/projects/icons-fontawesome/src/fa/solid/paperclip.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/paperclip.svg rename to projects/icons-fontawesome/src/fa/solid/paperclip.svg diff --git a/projects/icons-fontawesome/src/solid/parachute-box.svg b/projects/icons-fontawesome/src/fa/solid/parachute-box.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/parachute-box.svg rename to projects/icons-fontawesome/src/fa/solid/parachute-box.svg diff --git a/projects/icons-fontawesome/src/solid/paragraph.svg b/projects/icons-fontawesome/src/fa/solid/paragraph.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/paragraph.svg rename to projects/icons-fontawesome/src/fa/solid/paragraph.svg diff --git a/projects/icons-fontawesome/src/solid/passport.svg b/projects/icons-fontawesome/src/fa/solid/passport.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/passport.svg rename to projects/icons-fontawesome/src/fa/solid/passport.svg diff --git a/projects/icons-fontawesome/src/solid/paste.svg b/projects/icons-fontawesome/src/fa/solid/paste.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/paste.svg rename to projects/icons-fontawesome/src/fa/solid/paste.svg diff --git a/projects/icons-fontawesome/src/solid/pause.svg b/projects/icons-fontawesome/src/fa/solid/pause.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/pause.svg rename to projects/icons-fontawesome/src/fa/solid/pause.svg diff --git a/projects/icons-fontawesome/src/solid/paw.svg b/projects/icons-fontawesome/src/fa/solid/paw.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/paw.svg rename to projects/icons-fontawesome/src/fa/solid/paw.svg diff --git a/projects/icons-fontawesome/src/solid/peace.svg b/projects/icons-fontawesome/src/fa/solid/peace.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/peace.svg rename to projects/icons-fontawesome/src/fa/solid/peace.svg diff --git a/projects/icons-fontawesome/src/solid/pen-clip.svg b/projects/icons-fontawesome/src/fa/solid/pen-clip.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/pen-clip.svg rename to projects/icons-fontawesome/src/fa/solid/pen-clip.svg diff --git a/projects/icons-fontawesome/src/solid/pen-fancy.svg b/projects/icons-fontawesome/src/fa/solid/pen-fancy.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/pen-fancy.svg rename to projects/icons-fontawesome/src/fa/solid/pen-fancy.svg diff --git a/projects/icons-fontawesome/src/solid/pen-nib.svg b/projects/icons-fontawesome/src/fa/solid/pen-nib.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/pen-nib.svg rename to projects/icons-fontawesome/src/fa/solid/pen-nib.svg diff --git a/projects/icons-fontawesome/src/solid/pen-ruler.svg b/projects/icons-fontawesome/src/fa/solid/pen-ruler.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/pen-ruler.svg rename to projects/icons-fontawesome/src/fa/solid/pen-ruler.svg diff --git a/projects/icons-fontawesome/src/solid/pen-to-square.svg b/projects/icons-fontawesome/src/fa/solid/pen-to-square.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/pen-to-square.svg rename to projects/icons-fontawesome/src/fa/solid/pen-to-square.svg diff --git a/projects/icons-fontawesome/src/solid/pen.svg b/projects/icons-fontawesome/src/fa/solid/pen.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/pen.svg rename to projects/icons-fontawesome/src/fa/solid/pen.svg diff --git a/projects/icons-fontawesome/src/solid/pencil.svg b/projects/icons-fontawesome/src/fa/solid/pencil.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/pencil.svg rename to projects/icons-fontawesome/src/fa/solid/pencil.svg diff --git a/projects/icons-fontawesome/src/solid/people-arrows.svg b/projects/icons-fontawesome/src/fa/solid/people-arrows.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/people-arrows.svg rename to projects/icons-fontawesome/src/fa/solid/people-arrows.svg diff --git a/projects/icons-fontawesome/src/solid/people-carry-box.svg b/projects/icons-fontawesome/src/fa/solid/people-carry-box.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/people-carry-box.svg rename to projects/icons-fontawesome/src/fa/solid/people-carry-box.svg diff --git a/projects/icons-fontawesome/src/solid/people-group.svg b/projects/icons-fontawesome/src/fa/solid/people-group.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/people-group.svg rename to projects/icons-fontawesome/src/fa/solid/people-group.svg diff --git a/projects/icons-fontawesome/src/solid/people-line.svg b/projects/icons-fontawesome/src/fa/solid/people-line.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/people-line.svg rename to projects/icons-fontawesome/src/fa/solid/people-line.svg diff --git a/projects/icons-fontawesome/src/solid/people-pulling.svg b/projects/icons-fontawesome/src/fa/solid/people-pulling.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/people-pulling.svg rename to projects/icons-fontawesome/src/fa/solid/people-pulling.svg diff --git a/projects/icons-fontawesome/src/solid/people-robbery.svg b/projects/icons-fontawesome/src/fa/solid/people-robbery.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/people-robbery.svg rename to projects/icons-fontawesome/src/fa/solid/people-robbery.svg diff --git a/projects/icons-fontawesome/src/solid/people-roof.svg b/projects/icons-fontawesome/src/fa/solid/people-roof.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/people-roof.svg rename to projects/icons-fontawesome/src/fa/solid/people-roof.svg diff --git a/projects/icons-fontawesome/src/solid/pepper-hot.svg b/projects/icons-fontawesome/src/fa/solid/pepper-hot.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/pepper-hot.svg rename to projects/icons-fontawesome/src/fa/solid/pepper-hot.svg diff --git a/projects/icons-fontawesome/src/solid/percent.svg b/projects/icons-fontawesome/src/fa/solid/percent.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/percent.svg rename to projects/icons-fontawesome/src/fa/solid/percent.svg diff --git a/projects/icons-fontawesome/src/solid/person-arrow-down-to-line.svg b/projects/icons-fontawesome/src/fa/solid/person-arrow-down-to-line.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-arrow-down-to-line.svg rename to projects/icons-fontawesome/src/fa/solid/person-arrow-down-to-line.svg diff --git a/projects/icons-fontawesome/src/solid/person-arrow-up-from-line.svg b/projects/icons-fontawesome/src/fa/solid/person-arrow-up-from-line.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-arrow-up-from-line.svg rename to projects/icons-fontawesome/src/fa/solid/person-arrow-up-from-line.svg diff --git a/projects/icons-fontawesome/src/solid/person-biking.svg b/projects/icons-fontawesome/src/fa/solid/person-biking.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-biking.svg rename to projects/icons-fontawesome/src/fa/solid/person-biking.svg diff --git a/projects/icons-fontawesome/src/solid/person-booth.svg b/projects/icons-fontawesome/src/fa/solid/person-booth.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-booth.svg rename to projects/icons-fontawesome/src/fa/solid/person-booth.svg diff --git a/projects/icons-fontawesome/src/solid/person-breastfeeding.svg b/projects/icons-fontawesome/src/fa/solid/person-breastfeeding.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-breastfeeding.svg rename to projects/icons-fontawesome/src/fa/solid/person-breastfeeding.svg diff --git a/projects/icons-fontawesome/src/solid/person-burst.svg b/projects/icons-fontawesome/src/fa/solid/person-burst.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-burst.svg rename to projects/icons-fontawesome/src/fa/solid/person-burst.svg diff --git a/projects/icons-fontawesome/src/solid/person-cane.svg b/projects/icons-fontawesome/src/fa/solid/person-cane.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-cane.svg rename to projects/icons-fontawesome/src/fa/solid/person-cane.svg diff --git a/projects/icons-fontawesome/src/solid/person-chalkboard.svg b/projects/icons-fontawesome/src/fa/solid/person-chalkboard.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-chalkboard.svg rename to projects/icons-fontawesome/src/fa/solid/person-chalkboard.svg diff --git a/projects/icons-fontawesome/src/solid/person-circle-check.svg b/projects/icons-fontawesome/src/fa/solid/person-circle-check.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-circle-check.svg rename to projects/icons-fontawesome/src/fa/solid/person-circle-check.svg diff --git a/projects/icons-fontawesome/src/solid/person-circle-exclamation.svg b/projects/icons-fontawesome/src/fa/solid/person-circle-exclamation.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-circle-exclamation.svg rename to projects/icons-fontawesome/src/fa/solid/person-circle-exclamation.svg diff --git a/projects/icons-fontawesome/src/solid/person-circle-minus.svg b/projects/icons-fontawesome/src/fa/solid/person-circle-minus.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-circle-minus.svg rename to projects/icons-fontawesome/src/fa/solid/person-circle-minus.svg diff --git a/projects/icons-fontawesome/src/solid/person-circle-plus.svg b/projects/icons-fontawesome/src/fa/solid/person-circle-plus.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-circle-plus.svg rename to projects/icons-fontawesome/src/fa/solid/person-circle-plus.svg diff --git a/projects/icons-fontawesome/src/solid/person-circle-question.svg b/projects/icons-fontawesome/src/fa/solid/person-circle-question.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-circle-question.svg rename to projects/icons-fontawesome/src/fa/solid/person-circle-question.svg diff --git a/projects/icons-fontawesome/src/solid/person-circle-xmark.svg b/projects/icons-fontawesome/src/fa/solid/person-circle-xmark.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-circle-xmark.svg rename to projects/icons-fontawesome/src/fa/solid/person-circle-xmark.svg diff --git a/projects/icons-fontawesome/src/solid/person-digging.svg b/projects/icons-fontawesome/src/fa/solid/person-digging.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-digging.svg rename to projects/icons-fontawesome/src/fa/solid/person-digging.svg diff --git a/projects/icons-fontawesome/src/solid/person-dots-from-line.svg b/projects/icons-fontawesome/src/fa/solid/person-dots-from-line.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-dots-from-line.svg rename to projects/icons-fontawesome/src/fa/solid/person-dots-from-line.svg diff --git a/projects/icons-fontawesome/src/solid/person-dress-burst.svg b/projects/icons-fontawesome/src/fa/solid/person-dress-burst.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-dress-burst.svg rename to projects/icons-fontawesome/src/fa/solid/person-dress-burst.svg diff --git a/projects/icons-fontawesome/src/solid/person-dress.svg b/projects/icons-fontawesome/src/fa/solid/person-dress.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-dress.svg rename to projects/icons-fontawesome/src/fa/solid/person-dress.svg diff --git a/projects/icons-fontawesome/src/solid/person-drowning.svg b/projects/icons-fontawesome/src/fa/solid/person-drowning.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-drowning.svg rename to projects/icons-fontawesome/src/fa/solid/person-drowning.svg diff --git a/projects/icons-fontawesome/src/solid/person-falling-burst.svg b/projects/icons-fontawesome/src/fa/solid/person-falling-burst.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-falling-burst.svg rename to projects/icons-fontawesome/src/fa/solid/person-falling-burst.svg diff --git a/projects/icons-fontawesome/src/solid/person-falling.svg b/projects/icons-fontawesome/src/fa/solid/person-falling.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-falling.svg rename to projects/icons-fontawesome/src/fa/solid/person-falling.svg diff --git a/projects/icons-fontawesome/src/solid/person-half-dress.svg b/projects/icons-fontawesome/src/fa/solid/person-half-dress.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-half-dress.svg rename to projects/icons-fontawesome/src/fa/solid/person-half-dress.svg diff --git a/projects/icons-fontawesome/src/solid/person-harassing.svg b/projects/icons-fontawesome/src/fa/solid/person-harassing.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-harassing.svg rename to projects/icons-fontawesome/src/fa/solid/person-harassing.svg diff --git a/projects/icons-fontawesome/src/solid/person-hiking.svg b/projects/icons-fontawesome/src/fa/solid/person-hiking.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-hiking.svg rename to projects/icons-fontawesome/src/fa/solid/person-hiking.svg diff --git a/projects/icons-fontawesome/src/solid/person-military-pointing.svg b/projects/icons-fontawesome/src/fa/solid/person-military-pointing.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-military-pointing.svg rename to projects/icons-fontawesome/src/fa/solid/person-military-pointing.svg diff --git a/projects/icons-fontawesome/src/solid/person-military-rifle.svg b/projects/icons-fontawesome/src/fa/solid/person-military-rifle.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-military-rifle.svg rename to projects/icons-fontawesome/src/fa/solid/person-military-rifle.svg diff --git a/projects/icons-fontawesome/src/solid/person-military-to-person.svg b/projects/icons-fontawesome/src/fa/solid/person-military-to-person.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-military-to-person.svg rename to projects/icons-fontawesome/src/fa/solid/person-military-to-person.svg diff --git a/projects/icons-fontawesome/src/solid/person-praying.svg b/projects/icons-fontawesome/src/fa/solid/person-praying.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-praying.svg rename to projects/icons-fontawesome/src/fa/solid/person-praying.svg diff --git a/projects/icons-fontawesome/src/solid/person-pregnant.svg b/projects/icons-fontawesome/src/fa/solid/person-pregnant.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-pregnant.svg rename to projects/icons-fontawesome/src/fa/solid/person-pregnant.svg diff --git a/projects/icons-fontawesome/src/solid/person-rays.svg b/projects/icons-fontawesome/src/fa/solid/person-rays.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-rays.svg rename to projects/icons-fontawesome/src/fa/solid/person-rays.svg diff --git a/projects/icons-fontawesome/src/solid/person-rifle.svg b/projects/icons-fontawesome/src/fa/solid/person-rifle.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-rifle.svg rename to projects/icons-fontawesome/src/fa/solid/person-rifle.svg diff --git a/projects/icons-fontawesome/src/solid/person-running.svg b/projects/icons-fontawesome/src/fa/solid/person-running.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-running.svg rename to projects/icons-fontawesome/src/fa/solid/person-running.svg diff --git a/projects/icons-fontawesome/src/solid/person-shelter.svg b/projects/icons-fontawesome/src/fa/solid/person-shelter.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-shelter.svg rename to projects/icons-fontawesome/src/fa/solid/person-shelter.svg diff --git a/projects/icons-fontawesome/src/solid/person-skating.svg b/projects/icons-fontawesome/src/fa/solid/person-skating.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-skating.svg rename to projects/icons-fontawesome/src/fa/solid/person-skating.svg diff --git a/projects/icons-fontawesome/src/solid/person-skiing-nordic.svg b/projects/icons-fontawesome/src/fa/solid/person-skiing-nordic.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-skiing-nordic.svg rename to projects/icons-fontawesome/src/fa/solid/person-skiing-nordic.svg diff --git a/projects/icons-fontawesome/src/solid/person-skiing.svg b/projects/icons-fontawesome/src/fa/solid/person-skiing.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-skiing.svg rename to projects/icons-fontawesome/src/fa/solid/person-skiing.svg diff --git a/projects/icons-fontawesome/src/solid/person-snowboarding.svg b/projects/icons-fontawesome/src/fa/solid/person-snowboarding.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-snowboarding.svg rename to projects/icons-fontawesome/src/fa/solid/person-snowboarding.svg diff --git a/projects/icons-fontawesome/src/solid/person-swimming.svg b/projects/icons-fontawesome/src/fa/solid/person-swimming.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-swimming.svg rename to projects/icons-fontawesome/src/fa/solid/person-swimming.svg diff --git a/projects/icons-fontawesome/src/solid/person-through-window.svg b/projects/icons-fontawesome/src/fa/solid/person-through-window.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-through-window.svg rename to projects/icons-fontawesome/src/fa/solid/person-through-window.svg diff --git a/projects/icons-fontawesome/src/solid/person-walking-arrow-loop-left.svg b/projects/icons-fontawesome/src/fa/solid/person-walking-arrow-loop-left.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-walking-arrow-loop-left.svg rename to projects/icons-fontawesome/src/fa/solid/person-walking-arrow-loop-left.svg diff --git a/projects/icons-fontawesome/src/solid/person-walking-arrow-right.svg b/projects/icons-fontawesome/src/fa/solid/person-walking-arrow-right.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-walking-arrow-right.svg rename to projects/icons-fontawesome/src/fa/solid/person-walking-arrow-right.svg diff --git a/projects/icons-fontawesome/src/solid/person-walking-dashed-line-arrow-right.svg b/projects/icons-fontawesome/src/fa/solid/person-walking-dashed-line-arrow-right.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-walking-dashed-line-arrow-right.svg rename to projects/icons-fontawesome/src/fa/solid/person-walking-dashed-line-arrow-right.svg diff --git a/projects/icons-fontawesome/src/solid/person-walking-luggage.svg b/projects/icons-fontawesome/src/fa/solid/person-walking-luggage.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-walking-luggage.svg rename to projects/icons-fontawesome/src/fa/solid/person-walking-luggage.svg diff --git a/projects/icons-fontawesome/src/solid/person-walking-with-cane.svg b/projects/icons-fontawesome/src/fa/solid/person-walking-with-cane.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-walking-with-cane.svg rename to projects/icons-fontawesome/src/fa/solid/person-walking-with-cane.svg diff --git a/projects/icons-fontawesome/src/solid/person-walking.svg b/projects/icons-fontawesome/src/fa/solid/person-walking.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person-walking.svg rename to projects/icons-fontawesome/src/fa/solid/person-walking.svg diff --git a/projects/icons-fontawesome/src/solid/person.svg b/projects/icons-fontawesome/src/fa/solid/person.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/person.svg rename to projects/icons-fontawesome/src/fa/solid/person.svg diff --git a/projects/icons-fontawesome/src/solid/peseta-sign.svg b/projects/icons-fontawesome/src/fa/solid/peseta-sign.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/peseta-sign.svg rename to projects/icons-fontawesome/src/fa/solid/peseta-sign.svg diff --git a/projects/icons-fontawesome/src/solid/peso-sign.svg b/projects/icons-fontawesome/src/fa/solid/peso-sign.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/peso-sign.svg rename to projects/icons-fontawesome/src/fa/solid/peso-sign.svg diff --git a/projects/icons-fontawesome/src/solid/phone-flip.svg b/projects/icons-fontawesome/src/fa/solid/phone-flip.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/phone-flip.svg rename to projects/icons-fontawesome/src/fa/solid/phone-flip.svg diff --git a/projects/icons-fontawesome/src/solid/phone-slash.svg b/projects/icons-fontawesome/src/fa/solid/phone-slash.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/phone-slash.svg rename to projects/icons-fontawesome/src/fa/solid/phone-slash.svg diff --git a/projects/icons-fontawesome/src/solid/phone-volume.svg b/projects/icons-fontawesome/src/fa/solid/phone-volume.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/phone-volume.svg rename to projects/icons-fontawesome/src/fa/solid/phone-volume.svg diff --git a/projects/icons-fontawesome/src/solid/phone.svg b/projects/icons-fontawesome/src/fa/solid/phone.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/phone.svg rename to projects/icons-fontawesome/src/fa/solid/phone.svg diff --git a/projects/icons-fontawesome/src/solid/photo-film.svg b/projects/icons-fontawesome/src/fa/solid/photo-film.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/photo-film.svg rename to projects/icons-fontawesome/src/fa/solid/photo-film.svg diff --git a/projects/icons-fontawesome/src/solid/piggy-bank.svg b/projects/icons-fontawesome/src/fa/solid/piggy-bank.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/piggy-bank.svg rename to projects/icons-fontawesome/src/fa/solid/piggy-bank.svg diff --git a/projects/icons-fontawesome/src/solid/pills.svg b/projects/icons-fontawesome/src/fa/solid/pills.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/pills.svg rename to projects/icons-fontawesome/src/fa/solid/pills.svg diff --git a/projects/icons-fontawesome/src/solid/pizza-slice.svg b/projects/icons-fontawesome/src/fa/solid/pizza-slice.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/pizza-slice.svg rename to projects/icons-fontawesome/src/fa/solid/pizza-slice.svg diff --git a/projects/icons-fontawesome/src/solid/place-of-worship.svg b/projects/icons-fontawesome/src/fa/solid/place-of-worship.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/place-of-worship.svg rename to projects/icons-fontawesome/src/fa/solid/place-of-worship.svg diff --git a/projects/icons-fontawesome/src/solid/plane-arrival.svg b/projects/icons-fontawesome/src/fa/solid/plane-arrival.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/plane-arrival.svg rename to projects/icons-fontawesome/src/fa/solid/plane-arrival.svg diff --git a/projects/icons-fontawesome/src/solid/plane-circle-check.svg b/projects/icons-fontawesome/src/fa/solid/plane-circle-check.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/plane-circle-check.svg rename to projects/icons-fontawesome/src/fa/solid/plane-circle-check.svg diff --git a/projects/icons-fontawesome/src/solid/plane-circle-exclamation.svg b/projects/icons-fontawesome/src/fa/solid/plane-circle-exclamation.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/plane-circle-exclamation.svg rename to projects/icons-fontawesome/src/fa/solid/plane-circle-exclamation.svg diff --git a/projects/icons-fontawesome/src/solid/plane-circle-xmark.svg b/projects/icons-fontawesome/src/fa/solid/plane-circle-xmark.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/plane-circle-xmark.svg rename to projects/icons-fontawesome/src/fa/solid/plane-circle-xmark.svg diff --git a/projects/icons-fontawesome/src/solid/plane-departure.svg b/projects/icons-fontawesome/src/fa/solid/plane-departure.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/plane-departure.svg rename to projects/icons-fontawesome/src/fa/solid/plane-departure.svg diff --git a/projects/icons-fontawesome/src/solid/plane-lock.svg b/projects/icons-fontawesome/src/fa/solid/plane-lock.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/plane-lock.svg rename to projects/icons-fontawesome/src/fa/solid/plane-lock.svg diff --git a/projects/icons-fontawesome/src/solid/plane-slash.svg b/projects/icons-fontawesome/src/fa/solid/plane-slash.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/plane-slash.svg rename to projects/icons-fontawesome/src/fa/solid/plane-slash.svg diff --git a/projects/icons-fontawesome/src/solid/plane-up.svg b/projects/icons-fontawesome/src/fa/solid/plane-up.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/plane-up.svg rename to projects/icons-fontawesome/src/fa/solid/plane-up.svg diff --git a/projects/icons-fontawesome/src/solid/plane.svg b/projects/icons-fontawesome/src/fa/solid/plane.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/plane.svg rename to projects/icons-fontawesome/src/fa/solid/plane.svg diff --git a/projects/icons-fontawesome/src/solid/plant-wilt.svg b/projects/icons-fontawesome/src/fa/solid/plant-wilt.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/plant-wilt.svg rename to projects/icons-fontawesome/src/fa/solid/plant-wilt.svg diff --git a/projects/icons-fontawesome/src/solid/plate-wheat.svg b/projects/icons-fontawesome/src/fa/solid/plate-wheat.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/plate-wheat.svg rename to projects/icons-fontawesome/src/fa/solid/plate-wheat.svg diff --git a/projects/icons-fontawesome/src/solid/play.svg b/projects/icons-fontawesome/src/fa/solid/play.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/play.svg rename to projects/icons-fontawesome/src/fa/solid/play.svg diff --git a/projects/icons-fontawesome/src/solid/plug-circle-bolt.svg b/projects/icons-fontawesome/src/fa/solid/plug-circle-bolt.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/plug-circle-bolt.svg rename to projects/icons-fontawesome/src/fa/solid/plug-circle-bolt.svg diff --git a/projects/icons-fontawesome/src/solid/plug-circle-check.svg b/projects/icons-fontawesome/src/fa/solid/plug-circle-check.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/plug-circle-check.svg rename to projects/icons-fontawesome/src/fa/solid/plug-circle-check.svg diff --git a/projects/icons-fontawesome/src/solid/plug-circle-exclamation.svg b/projects/icons-fontawesome/src/fa/solid/plug-circle-exclamation.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/plug-circle-exclamation.svg rename to projects/icons-fontawesome/src/fa/solid/plug-circle-exclamation.svg diff --git a/projects/icons-fontawesome/src/solid/plug-circle-minus.svg b/projects/icons-fontawesome/src/fa/solid/plug-circle-minus.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/plug-circle-minus.svg rename to projects/icons-fontawesome/src/fa/solid/plug-circle-minus.svg diff --git a/projects/icons-fontawesome/src/solid/plug-circle-plus.svg b/projects/icons-fontawesome/src/fa/solid/plug-circle-plus.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/plug-circle-plus.svg rename to projects/icons-fontawesome/src/fa/solid/plug-circle-plus.svg diff --git a/projects/icons-fontawesome/src/solid/plug-circle-xmark.svg b/projects/icons-fontawesome/src/fa/solid/plug-circle-xmark.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/plug-circle-xmark.svg rename to projects/icons-fontawesome/src/fa/solid/plug-circle-xmark.svg diff --git a/projects/icons-fontawesome/src/solid/plug.svg b/projects/icons-fontawesome/src/fa/solid/plug.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/plug.svg rename to projects/icons-fontawesome/src/fa/solid/plug.svg diff --git a/projects/icons-fontawesome/src/solid/plus-minus.svg b/projects/icons-fontawesome/src/fa/solid/plus-minus.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/plus-minus.svg rename to projects/icons-fontawesome/src/fa/solid/plus-minus.svg diff --git a/projects/icons-fontawesome/src/solid/plus.svg b/projects/icons-fontawesome/src/fa/solid/plus.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/plus.svg rename to projects/icons-fontawesome/src/fa/solid/plus.svg diff --git a/projects/icons-fontawesome/src/solid/podcast.svg b/projects/icons-fontawesome/src/fa/solid/podcast.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/podcast.svg rename to projects/icons-fontawesome/src/fa/solid/podcast.svg diff --git a/projects/icons-fontawesome/src/solid/poo-storm.svg b/projects/icons-fontawesome/src/fa/solid/poo-storm.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/poo-storm.svg rename to projects/icons-fontawesome/src/fa/solid/poo-storm.svg diff --git a/projects/icons-fontawesome/src/solid/poo.svg b/projects/icons-fontawesome/src/fa/solid/poo.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/poo.svg rename to projects/icons-fontawesome/src/fa/solid/poo.svg diff --git a/projects/icons-fontawesome/src/solid/poop.svg b/projects/icons-fontawesome/src/fa/solid/poop.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/poop.svg rename to projects/icons-fontawesome/src/fa/solid/poop.svg diff --git a/projects/icons-fontawesome/src/solid/power-off.svg b/projects/icons-fontawesome/src/fa/solid/power-off.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/power-off.svg rename to projects/icons-fontawesome/src/fa/solid/power-off.svg diff --git a/projects/icons-fontawesome/src/solid/prescription-bottle-medical.svg b/projects/icons-fontawesome/src/fa/solid/prescription-bottle-medical.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/prescription-bottle-medical.svg rename to projects/icons-fontawesome/src/fa/solid/prescription-bottle-medical.svg diff --git a/projects/icons-fontawesome/src/solid/prescription-bottle.svg b/projects/icons-fontawesome/src/fa/solid/prescription-bottle.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/prescription-bottle.svg rename to projects/icons-fontawesome/src/fa/solid/prescription-bottle.svg diff --git a/projects/icons-fontawesome/src/solid/prescription.svg b/projects/icons-fontawesome/src/fa/solid/prescription.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/prescription.svg rename to projects/icons-fontawesome/src/fa/solid/prescription.svg diff --git a/projects/icons-fontawesome/src/solid/print.svg b/projects/icons-fontawesome/src/fa/solid/print.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/print.svg rename to projects/icons-fontawesome/src/fa/solid/print.svg diff --git a/projects/icons-fontawesome/src/solid/pump-medical.svg b/projects/icons-fontawesome/src/fa/solid/pump-medical.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/pump-medical.svg rename to projects/icons-fontawesome/src/fa/solid/pump-medical.svg diff --git a/projects/icons-fontawesome/src/solid/pump-soap.svg b/projects/icons-fontawesome/src/fa/solid/pump-soap.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/pump-soap.svg rename to projects/icons-fontawesome/src/fa/solid/pump-soap.svg diff --git a/projects/icons-fontawesome/src/solid/puzzle-piece.svg b/projects/icons-fontawesome/src/fa/solid/puzzle-piece.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/puzzle-piece.svg rename to projects/icons-fontawesome/src/fa/solid/puzzle-piece.svg diff --git a/projects/icons-fontawesome/src/solid/q.svg b/projects/icons-fontawesome/src/fa/solid/q.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/q.svg rename to projects/icons-fontawesome/src/fa/solid/q.svg diff --git a/projects/icons-fontawesome/src/solid/qrcode.svg b/projects/icons-fontawesome/src/fa/solid/qrcode.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/qrcode.svg rename to projects/icons-fontawesome/src/fa/solid/qrcode.svg diff --git a/projects/icons-fontawesome/src/solid/question.svg b/projects/icons-fontawesome/src/fa/solid/question.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/question.svg rename to projects/icons-fontawesome/src/fa/solid/question.svg diff --git a/projects/icons-fontawesome/src/solid/quote-left.svg b/projects/icons-fontawesome/src/fa/solid/quote-left.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/quote-left.svg rename to projects/icons-fontawesome/src/fa/solid/quote-left.svg diff --git a/projects/icons-fontawesome/src/solid/quote-right.svg b/projects/icons-fontawesome/src/fa/solid/quote-right.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/quote-right.svg rename to projects/icons-fontawesome/src/fa/solid/quote-right.svg diff --git a/projects/icons-fontawesome/src/solid/r.svg b/projects/icons-fontawesome/src/fa/solid/r.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/r.svg rename to projects/icons-fontawesome/src/fa/solid/r.svg diff --git a/projects/icons-fontawesome/src/solid/radiation.svg b/projects/icons-fontawesome/src/fa/solid/radiation.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/radiation.svg rename to projects/icons-fontawesome/src/fa/solid/radiation.svg diff --git a/projects/icons-fontawesome/src/solid/radio.svg b/projects/icons-fontawesome/src/fa/solid/radio.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/radio.svg rename to projects/icons-fontawesome/src/fa/solid/radio.svg diff --git a/projects/icons-fontawesome/src/solid/rainbow.svg b/projects/icons-fontawesome/src/fa/solid/rainbow.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/rainbow.svg rename to projects/icons-fontawesome/src/fa/solid/rainbow.svg diff --git a/projects/icons-fontawesome/src/solid/ranking-star.svg b/projects/icons-fontawesome/src/fa/solid/ranking-star.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/ranking-star.svg rename to projects/icons-fontawesome/src/fa/solid/ranking-star.svg diff --git a/projects/icons-fontawesome/src/solid/receipt.svg b/projects/icons-fontawesome/src/fa/solid/receipt.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/receipt.svg rename to projects/icons-fontawesome/src/fa/solid/receipt.svg diff --git a/projects/icons-fontawesome/src/solid/record-vinyl.svg b/projects/icons-fontawesome/src/fa/solid/record-vinyl.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/record-vinyl.svg rename to projects/icons-fontawesome/src/fa/solid/record-vinyl.svg diff --git a/projects/icons-fontawesome/src/solid/rectangle-ad.svg b/projects/icons-fontawesome/src/fa/solid/rectangle-ad.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/rectangle-ad.svg rename to projects/icons-fontawesome/src/fa/solid/rectangle-ad.svg diff --git a/projects/icons-fontawesome/src/solid/rectangle-list.svg b/projects/icons-fontawesome/src/fa/solid/rectangle-list.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/rectangle-list.svg rename to projects/icons-fontawesome/src/fa/solid/rectangle-list.svg diff --git a/projects/icons-fontawesome/src/solid/rectangle-xmark.svg b/projects/icons-fontawesome/src/fa/solid/rectangle-xmark.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/rectangle-xmark.svg rename to projects/icons-fontawesome/src/fa/solid/rectangle-xmark.svg diff --git a/projects/icons-fontawesome/src/solid/recycle.svg b/projects/icons-fontawesome/src/fa/solid/recycle.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/recycle.svg rename to projects/icons-fontawesome/src/fa/solid/recycle.svg diff --git a/projects/icons-fontawesome/src/solid/registered.svg b/projects/icons-fontawesome/src/fa/solid/registered.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/registered.svg rename to projects/icons-fontawesome/src/fa/solid/registered.svg diff --git a/projects/icons-fontawesome/src/solid/repeat.svg b/projects/icons-fontawesome/src/fa/solid/repeat.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/repeat.svg rename to projects/icons-fontawesome/src/fa/solid/repeat.svg diff --git a/projects/icons-fontawesome/src/solid/reply-all.svg b/projects/icons-fontawesome/src/fa/solid/reply-all.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/reply-all.svg rename to projects/icons-fontawesome/src/fa/solid/reply-all.svg diff --git a/projects/icons-fontawesome/src/solid/reply.svg b/projects/icons-fontawesome/src/fa/solid/reply.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/reply.svg rename to projects/icons-fontawesome/src/fa/solid/reply.svg diff --git a/projects/icons-fontawesome/src/solid/republican.svg b/projects/icons-fontawesome/src/fa/solid/republican.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/republican.svg rename to projects/icons-fontawesome/src/fa/solid/republican.svg diff --git a/projects/icons-fontawesome/src/solid/restroom.svg b/projects/icons-fontawesome/src/fa/solid/restroom.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/restroom.svg rename to projects/icons-fontawesome/src/fa/solid/restroom.svg diff --git a/projects/icons-fontawesome/src/solid/retweet.svg b/projects/icons-fontawesome/src/fa/solid/retweet.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/retweet.svg rename to projects/icons-fontawesome/src/fa/solid/retweet.svg diff --git a/projects/icons-fontawesome/src/solid/ribbon.svg b/projects/icons-fontawesome/src/fa/solid/ribbon.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/ribbon.svg rename to projects/icons-fontawesome/src/fa/solid/ribbon.svg diff --git a/projects/icons-fontawesome/src/solid/right-from-bracket.svg b/projects/icons-fontawesome/src/fa/solid/right-from-bracket.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/right-from-bracket.svg rename to projects/icons-fontawesome/src/fa/solid/right-from-bracket.svg diff --git a/projects/icons-fontawesome/src/solid/right-left.svg b/projects/icons-fontawesome/src/fa/solid/right-left.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/right-left.svg rename to projects/icons-fontawesome/src/fa/solid/right-left.svg diff --git a/projects/icons-fontawesome/src/solid/right-long.svg b/projects/icons-fontawesome/src/fa/solid/right-long.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/right-long.svg rename to projects/icons-fontawesome/src/fa/solid/right-long.svg diff --git a/projects/icons-fontawesome/src/solid/right-to-bracket.svg b/projects/icons-fontawesome/src/fa/solid/right-to-bracket.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/right-to-bracket.svg rename to projects/icons-fontawesome/src/fa/solid/right-to-bracket.svg diff --git a/projects/icons-fontawesome/src/solid/ring.svg b/projects/icons-fontawesome/src/fa/solid/ring.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/ring.svg rename to projects/icons-fontawesome/src/fa/solid/ring.svg diff --git a/projects/icons-fontawesome/src/solid/road-barrier.svg b/projects/icons-fontawesome/src/fa/solid/road-barrier.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/road-barrier.svg rename to projects/icons-fontawesome/src/fa/solid/road-barrier.svg diff --git a/projects/icons-fontawesome/src/solid/road-bridge.svg b/projects/icons-fontawesome/src/fa/solid/road-bridge.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/road-bridge.svg rename to projects/icons-fontawesome/src/fa/solid/road-bridge.svg diff --git a/projects/icons-fontawesome/src/solid/road-circle-check.svg b/projects/icons-fontawesome/src/fa/solid/road-circle-check.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/road-circle-check.svg rename to projects/icons-fontawesome/src/fa/solid/road-circle-check.svg diff --git a/projects/icons-fontawesome/src/solid/road-circle-exclamation.svg b/projects/icons-fontawesome/src/fa/solid/road-circle-exclamation.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/road-circle-exclamation.svg rename to projects/icons-fontawesome/src/fa/solid/road-circle-exclamation.svg diff --git a/projects/icons-fontawesome/src/solid/road-circle-xmark.svg b/projects/icons-fontawesome/src/fa/solid/road-circle-xmark.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/road-circle-xmark.svg rename to projects/icons-fontawesome/src/fa/solid/road-circle-xmark.svg diff --git a/projects/icons-fontawesome/src/solid/road-lock.svg b/projects/icons-fontawesome/src/fa/solid/road-lock.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/road-lock.svg rename to projects/icons-fontawesome/src/fa/solid/road-lock.svg diff --git a/projects/icons-fontawesome/src/solid/road-spikes.svg b/projects/icons-fontawesome/src/fa/solid/road-spikes.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/road-spikes.svg rename to projects/icons-fontawesome/src/fa/solid/road-spikes.svg diff --git a/projects/icons-fontawesome/src/solid/road.svg b/projects/icons-fontawesome/src/fa/solid/road.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/road.svg rename to projects/icons-fontawesome/src/fa/solid/road.svg diff --git a/projects/icons-fontawesome/src/solid/robot.svg b/projects/icons-fontawesome/src/fa/solid/robot.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/robot.svg rename to projects/icons-fontawesome/src/fa/solid/robot.svg diff --git a/projects/icons-fontawesome/src/solid/rocket.svg b/projects/icons-fontawesome/src/fa/solid/rocket.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/rocket.svg rename to projects/icons-fontawesome/src/fa/solid/rocket.svg diff --git a/projects/icons-fontawesome/src/solid/rotate-left.svg b/projects/icons-fontawesome/src/fa/solid/rotate-left.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/rotate-left.svg rename to projects/icons-fontawesome/src/fa/solid/rotate-left.svg diff --git a/projects/icons-fontawesome/src/solid/rotate-right.svg b/projects/icons-fontawesome/src/fa/solid/rotate-right.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/rotate-right.svg rename to projects/icons-fontawesome/src/fa/solid/rotate-right.svg diff --git a/projects/icons-fontawesome/src/solid/rotate.svg b/projects/icons-fontawesome/src/fa/solid/rotate.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/rotate.svg rename to projects/icons-fontawesome/src/fa/solid/rotate.svg diff --git a/projects/icons-fontawesome/src/solid/route.svg b/projects/icons-fontawesome/src/fa/solid/route.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/route.svg rename to projects/icons-fontawesome/src/fa/solid/route.svg diff --git a/projects/icons-fontawesome/src/solid/rss.svg b/projects/icons-fontawesome/src/fa/solid/rss.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/rss.svg rename to projects/icons-fontawesome/src/fa/solid/rss.svg diff --git a/projects/icons-fontawesome/src/solid/ruble-sign.svg b/projects/icons-fontawesome/src/fa/solid/ruble-sign.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/ruble-sign.svg rename to projects/icons-fontawesome/src/fa/solid/ruble-sign.svg diff --git a/projects/icons-fontawesome/src/solid/rug.svg b/projects/icons-fontawesome/src/fa/solid/rug.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/rug.svg rename to projects/icons-fontawesome/src/fa/solid/rug.svg diff --git a/projects/icons-fontawesome/src/solid/ruler-combined.svg b/projects/icons-fontawesome/src/fa/solid/ruler-combined.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/ruler-combined.svg rename to projects/icons-fontawesome/src/fa/solid/ruler-combined.svg diff --git a/projects/icons-fontawesome/src/solid/ruler-horizontal.svg b/projects/icons-fontawesome/src/fa/solid/ruler-horizontal.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/ruler-horizontal.svg rename to projects/icons-fontawesome/src/fa/solid/ruler-horizontal.svg diff --git a/projects/icons-fontawesome/src/solid/ruler-vertical.svg b/projects/icons-fontawesome/src/fa/solid/ruler-vertical.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/ruler-vertical.svg rename to projects/icons-fontawesome/src/fa/solid/ruler-vertical.svg diff --git a/projects/icons-fontawesome/src/solid/ruler.svg b/projects/icons-fontawesome/src/fa/solid/ruler.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/ruler.svg rename to projects/icons-fontawesome/src/fa/solid/ruler.svg diff --git a/projects/icons-fontawesome/src/solid/rupee-sign.svg b/projects/icons-fontawesome/src/fa/solid/rupee-sign.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/rupee-sign.svg rename to projects/icons-fontawesome/src/fa/solid/rupee-sign.svg diff --git a/projects/icons-fontawesome/src/solid/rupiah-sign.svg b/projects/icons-fontawesome/src/fa/solid/rupiah-sign.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/rupiah-sign.svg rename to projects/icons-fontawesome/src/fa/solid/rupiah-sign.svg diff --git a/projects/icons-fontawesome/src/solid/s.svg b/projects/icons-fontawesome/src/fa/solid/s.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/s.svg rename to projects/icons-fontawesome/src/fa/solid/s.svg diff --git a/projects/icons-fontawesome/src/solid/sack-dollar.svg b/projects/icons-fontawesome/src/fa/solid/sack-dollar.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/sack-dollar.svg rename to projects/icons-fontawesome/src/fa/solid/sack-dollar.svg diff --git a/projects/icons-fontawesome/src/solid/sack-xmark.svg b/projects/icons-fontawesome/src/fa/solid/sack-xmark.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/sack-xmark.svg rename to projects/icons-fontawesome/src/fa/solid/sack-xmark.svg diff --git a/projects/icons-fontawesome/src/solid/sailboat.svg b/projects/icons-fontawesome/src/fa/solid/sailboat.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/sailboat.svg rename to projects/icons-fontawesome/src/fa/solid/sailboat.svg diff --git a/projects/icons-fontawesome/src/solid/satellite-dish.svg b/projects/icons-fontawesome/src/fa/solid/satellite-dish.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/satellite-dish.svg rename to projects/icons-fontawesome/src/fa/solid/satellite-dish.svg diff --git a/projects/icons-fontawesome/src/solid/satellite.svg b/projects/icons-fontawesome/src/fa/solid/satellite.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/satellite.svg rename to projects/icons-fontawesome/src/fa/solid/satellite.svg diff --git a/projects/icons-fontawesome/src/solid/scale-balanced.svg b/projects/icons-fontawesome/src/fa/solid/scale-balanced.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/scale-balanced.svg rename to projects/icons-fontawesome/src/fa/solid/scale-balanced.svg diff --git a/projects/icons-fontawesome/src/solid/scale-unbalanced-flip.svg b/projects/icons-fontawesome/src/fa/solid/scale-unbalanced-flip.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/scale-unbalanced-flip.svg rename to projects/icons-fontawesome/src/fa/solid/scale-unbalanced-flip.svg diff --git a/projects/icons-fontawesome/src/solid/scale-unbalanced.svg b/projects/icons-fontawesome/src/fa/solid/scale-unbalanced.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/scale-unbalanced.svg rename to projects/icons-fontawesome/src/fa/solid/scale-unbalanced.svg diff --git a/projects/icons-fontawesome/src/solid/school-circle-check.svg b/projects/icons-fontawesome/src/fa/solid/school-circle-check.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/school-circle-check.svg rename to projects/icons-fontawesome/src/fa/solid/school-circle-check.svg diff --git a/projects/icons-fontawesome/src/solid/school-circle-exclamation.svg b/projects/icons-fontawesome/src/fa/solid/school-circle-exclamation.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/school-circle-exclamation.svg rename to projects/icons-fontawesome/src/fa/solid/school-circle-exclamation.svg diff --git a/projects/icons-fontawesome/src/solid/school-circle-xmark.svg b/projects/icons-fontawesome/src/fa/solid/school-circle-xmark.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/school-circle-xmark.svg rename to projects/icons-fontawesome/src/fa/solid/school-circle-xmark.svg diff --git a/projects/icons-fontawesome/src/solid/school-flag.svg b/projects/icons-fontawesome/src/fa/solid/school-flag.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/school-flag.svg rename to projects/icons-fontawesome/src/fa/solid/school-flag.svg diff --git a/projects/icons-fontawesome/src/solid/school-lock.svg b/projects/icons-fontawesome/src/fa/solid/school-lock.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/school-lock.svg rename to projects/icons-fontawesome/src/fa/solid/school-lock.svg diff --git a/projects/icons-fontawesome/src/solid/school.svg b/projects/icons-fontawesome/src/fa/solid/school.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/school.svg rename to projects/icons-fontawesome/src/fa/solid/school.svg diff --git a/projects/icons-fontawesome/src/solid/scissors.svg b/projects/icons-fontawesome/src/fa/solid/scissors.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/scissors.svg rename to projects/icons-fontawesome/src/fa/solid/scissors.svg diff --git a/projects/icons-fontawesome/src/solid/screwdriver-wrench.svg b/projects/icons-fontawesome/src/fa/solid/screwdriver-wrench.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/screwdriver-wrench.svg rename to projects/icons-fontawesome/src/fa/solid/screwdriver-wrench.svg diff --git a/projects/icons-fontawesome/src/solid/screwdriver.svg b/projects/icons-fontawesome/src/fa/solid/screwdriver.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/screwdriver.svg rename to projects/icons-fontawesome/src/fa/solid/screwdriver.svg diff --git a/projects/icons-fontawesome/src/solid/scroll-torah.svg b/projects/icons-fontawesome/src/fa/solid/scroll-torah.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/scroll-torah.svg rename to projects/icons-fontawesome/src/fa/solid/scroll-torah.svg diff --git a/projects/icons-fontawesome/src/solid/scroll.svg b/projects/icons-fontawesome/src/fa/solid/scroll.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/scroll.svg rename to projects/icons-fontawesome/src/fa/solid/scroll.svg diff --git a/projects/icons-fontawesome/src/solid/sd-card.svg b/projects/icons-fontawesome/src/fa/solid/sd-card.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/sd-card.svg rename to projects/icons-fontawesome/src/fa/solid/sd-card.svg diff --git a/projects/icons-fontawesome/src/solid/section.svg b/projects/icons-fontawesome/src/fa/solid/section.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/section.svg rename to projects/icons-fontawesome/src/fa/solid/section.svg diff --git a/projects/icons-fontawesome/src/solid/seedling.svg b/projects/icons-fontawesome/src/fa/solid/seedling.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/seedling.svg rename to projects/icons-fontawesome/src/fa/solid/seedling.svg diff --git a/projects/icons-fontawesome/src/solid/server.svg b/projects/icons-fontawesome/src/fa/solid/server.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/server.svg rename to projects/icons-fontawesome/src/fa/solid/server.svg diff --git a/projects/icons-fontawesome/src/solid/shapes.svg b/projects/icons-fontawesome/src/fa/solid/shapes.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/shapes.svg rename to projects/icons-fontawesome/src/fa/solid/shapes.svg diff --git a/projects/icons-fontawesome/src/solid/share-from-square.svg b/projects/icons-fontawesome/src/fa/solid/share-from-square.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/share-from-square.svg rename to projects/icons-fontawesome/src/fa/solid/share-from-square.svg diff --git a/projects/icons-fontawesome/src/solid/share-nodes.svg b/projects/icons-fontawesome/src/fa/solid/share-nodes.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/share-nodes.svg rename to projects/icons-fontawesome/src/fa/solid/share-nodes.svg diff --git a/projects/icons-fontawesome/src/solid/share.svg b/projects/icons-fontawesome/src/fa/solid/share.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/share.svg rename to projects/icons-fontawesome/src/fa/solid/share.svg diff --git a/projects/icons-fontawesome/src/solid/sheet-plastic.svg b/projects/icons-fontawesome/src/fa/solid/sheet-plastic.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/sheet-plastic.svg rename to projects/icons-fontawesome/src/fa/solid/sheet-plastic.svg diff --git a/projects/icons-fontawesome/src/solid/shekel-sign.svg b/projects/icons-fontawesome/src/fa/solid/shekel-sign.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/shekel-sign.svg rename to projects/icons-fontawesome/src/fa/solid/shekel-sign.svg diff --git a/projects/icons-fontawesome/src/solid/shield-cat.svg b/projects/icons-fontawesome/src/fa/solid/shield-cat.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/shield-cat.svg rename to projects/icons-fontawesome/src/fa/solid/shield-cat.svg diff --git a/projects/icons-fontawesome/src/solid/shield-dog.svg b/projects/icons-fontawesome/src/fa/solid/shield-dog.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/shield-dog.svg rename to projects/icons-fontawesome/src/fa/solid/shield-dog.svg diff --git a/projects/icons-fontawesome/src/solid/shield-halved.svg b/projects/icons-fontawesome/src/fa/solid/shield-halved.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/shield-halved.svg rename to projects/icons-fontawesome/src/fa/solid/shield-halved.svg diff --git a/projects/icons-fontawesome/src/solid/shield-heart.svg b/projects/icons-fontawesome/src/fa/solid/shield-heart.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/shield-heart.svg rename to projects/icons-fontawesome/src/fa/solid/shield-heart.svg diff --git a/projects/icons-fontawesome/src/solid/shield-virus.svg b/projects/icons-fontawesome/src/fa/solid/shield-virus.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/shield-virus.svg rename to projects/icons-fontawesome/src/fa/solid/shield-virus.svg diff --git a/projects/icons-fontawesome/src/solid/shield.svg b/projects/icons-fontawesome/src/fa/solid/shield.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/shield.svg rename to projects/icons-fontawesome/src/fa/solid/shield.svg diff --git a/projects/icons-fontawesome/src/solid/ship.svg b/projects/icons-fontawesome/src/fa/solid/ship.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/ship.svg rename to projects/icons-fontawesome/src/fa/solid/ship.svg diff --git a/projects/icons-fontawesome/src/solid/shirt.svg b/projects/icons-fontawesome/src/fa/solid/shirt.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/shirt.svg rename to projects/icons-fontawesome/src/fa/solid/shirt.svg diff --git a/projects/icons-fontawesome/src/solid/shoe-prints.svg b/projects/icons-fontawesome/src/fa/solid/shoe-prints.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/shoe-prints.svg rename to projects/icons-fontawesome/src/fa/solid/shoe-prints.svg diff --git a/projects/icons-fontawesome/src/solid/shop-lock.svg b/projects/icons-fontawesome/src/fa/solid/shop-lock.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/shop-lock.svg rename to projects/icons-fontawesome/src/fa/solid/shop-lock.svg diff --git a/projects/icons-fontawesome/src/solid/shop-slash.svg b/projects/icons-fontawesome/src/fa/solid/shop-slash.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/shop-slash.svg rename to projects/icons-fontawesome/src/fa/solid/shop-slash.svg diff --git a/projects/icons-fontawesome/src/solid/shop.svg b/projects/icons-fontawesome/src/fa/solid/shop.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/shop.svg rename to projects/icons-fontawesome/src/fa/solid/shop.svg diff --git a/projects/icons-fontawesome/src/solid/shower.svg b/projects/icons-fontawesome/src/fa/solid/shower.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/shower.svg rename to projects/icons-fontawesome/src/fa/solid/shower.svg diff --git a/projects/icons-fontawesome/src/solid/shrimp.svg b/projects/icons-fontawesome/src/fa/solid/shrimp.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/shrimp.svg rename to projects/icons-fontawesome/src/fa/solid/shrimp.svg diff --git a/projects/icons-fontawesome/src/solid/shuffle.svg b/projects/icons-fontawesome/src/fa/solid/shuffle.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/shuffle.svg rename to projects/icons-fontawesome/src/fa/solid/shuffle.svg diff --git a/projects/icons-fontawesome/src/solid/shuttle-space.svg b/projects/icons-fontawesome/src/fa/solid/shuttle-space.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/shuttle-space.svg rename to projects/icons-fontawesome/src/fa/solid/shuttle-space.svg diff --git a/projects/icons-fontawesome/src/solid/sign-hanging.svg b/projects/icons-fontawesome/src/fa/solid/sign-hanging.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/sign-hanging.svg rename to projects/icons-fontawesome/src/fa/solid/sign-hanging.svg diff --git a/projects/icons-fontawesome/src/solid/signal.svg b/projects/icons-fontawesome/src/fa/solid/signal.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/signal.svg rename to projects/icons-fontawesome/src/fa/solid/signal.svg diff --git a/projects/icons-fontawesome/src/solid/signature.svg b/projects/icons-fontawesome/src/fa/solid/signature.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/signature.svg rename to projects/icons-fontawesome/src/fa/solid/signature.svg diff --git a/projects/icons-fontawesome/src/solid/signs-post.svg b/projects/icons-fontawesome/src/fa/solid/signs-post.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/signs-post.svg rename to projects/icons-fontawesome/src/fa/solid/signs-post.svg diff --git a/projects/icons-fontawesome/src/solid/sim-card.svg b/projects/icons-fontawesome/src/fa/solid/sim-card.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/sim-card.svg rename to projects/icons-fontawesome/src/fa/solid/sim-card.svg diff --git a/projects/icons-fontawesome/src/solid/sink.svg b/projects/icons-fontawesome/src/fa/solid/sink.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/sink.svg rename to projects/icons-fontawesome/src/fa/solid/sink.svg diff --git a/projects/icons-fontawesome/src/solid/sitemap.svg b/projects/icons-fontawesome/src/fa/solid/sitemap.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/sitemap.svg rename to projects/icons-fontawesome/src/fa/solid/sitemap.svg diff --git a/projects/icons-fontawesome/src/solid/skull-crossbones.svg b/projects/icons-fontawesome/src/fa/solid/skull-crossbones.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/skull-crossbones.svg rename to projects/icons-fontawesome/src/fa/solid/skull-crossbones.svg diff --git a/projects/icons-fontawesome/src/solid/skull.svg b/projects/icons-fontawesome/src/fa/solid/skull.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/skull.svg rename to projects/icons-fontawesome/src/fa/solid/skull.svg diff --git a/projects/icons-fontawesome/src/solid/slash.svg b/projects/icons-fontawesome/src/fa/solid/slash.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/slash.svg rename to projects/icons-fontawesome/src/fa/solid/slash.svg diff --git a/projects/icons-fontawesome/src/solid/sleigh.svg b/projects/icons-fontawesome/src/fa/solid/sleigh.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/sleigh.svg rename to projects/icons-fontawesome/src/fa/solid/sleigh.svg diff --git a/projects/icons-fontawesome/src/solid/sliders.svg b/projects/icons-fontawesome/src/fa/solid/sliders.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/sliders.svg rename to projects/icons-fontawesome/src/fa/solid/sliders.svg diff --git a/projects/icons-fontawesome/src/solid/smog.svg b/projects/icons-fontawesome/src/fa/solid/smog.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/smog.svg rename to projects/icons-fontawesome/src/fa/solid/smog.svg diff --git a/projects/icons-fontawesome/src/solid/smoking.svg b/projects/icons-fontawesome/src/fa/solid/smoking.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/smoking.svg rename to projects/icons-fontawesome/src/fa/solid/smoking.svg diff --git a/projects/icons-fontawesome/src/solid/snowflake.svg b/projects/icons-fontawesome/src/fa/solid/snowflake.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/snowflake.svg rename to projects/icons-fontawesome/src/fa/solid/snowflake.svg diff --git a/projects/icons-fontawesome/src/solid/snowman.svg b/projects/icons-fontawesome/src/fa/solid/snowman.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/snowman.svg rename to projects/icons-fontawesome/src/fa/solid/snowman.svg diff --git a/projects/icons-fontawesome/src/solid/snowplow.svg b/projects/icons-fontawesome/src/fa/solid/snowplow.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/snowplow.svg rename to projects/icons-fontawesome/src/fa/solid/snowplow.svg diff --git a/projects/icons-fontawesome/src/solid/soap.svg b/projects/icons-fontawesome/src/fa/solid/soap.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/soap.svg rename to projects/icons-fontawesome/src/fa/solid/soap.svg diff --git a/projects/icons-fontawesome/src/solid/socks.svg b/projects/icons-fontawesome/src/fa/solid/socks.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/socks.svg rename to projects/icons-fontawesome/src/fa/solid/socks.svg diff --git a/projects/icons-fontawesome/src/solid/solar-panel.svg b/projects/icons-fontawesome/src/fa/solid/solar-panel.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/solar-panel.svg rename to projects/icons-fontawesome/src/fa/solid/solar-panel.svg diff --git a/projects/icons-fontawesome/src/solid/sort-down.svg b/projects/icons-fontawesome/src/fa/solid/sort-down.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/sort-down.svg rename to projects/icons-fontawesome/src/fa/solid/sort-down.svg diff --git a/projects/icons-fontawesome/src/solid/sort-up.svg b/projects/icons-fontawesome/src/fa/solid/sort-up.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/sort-up.svg rename to projects/icons-fontawesome/src/fa/solid/sort-up.svg diff --git a/projects/icons-fontawesome/src/solid/sort.svg b/projects/icons-fontawesome/src/fa/solid/sort.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/sort.svg rename to projects/icons-fontawesome/src/fa/solid/sort.svg diff --git a/projects/icons-fontawesome/src/solid/spa.svg b/projects/icons-fontawesome/src/fa/solid/spa.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/spa.svg rename to projects/icons-fontawesome/src/fa/solid/spa.svg diff --git a/projects/icons-fontawesome/src/solid/spaghetti-monster-flying.svg b/projects/icons-fontawesome/src/fa/solid/spaghetti-monster-flying.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/spaghetti-monster-flying.svg rename to projects/icons-fontawesome/src/fa/solid/spaghetti-monster-flying.svg diff --git a/projects/icons-fontawesome/src/solid/spell-check.svg b/projects/icons-fontawesome/src/fa/solid/spell-check.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/spell-check.svg rename to projects/icons-fontawesome/src/fa/solid/spell-check.svg diff --git a/projects/icons-fontawesome/src/solid/spider.svg b/projects/icons-fontawesome/src/fa/solid/spider.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/spider.svg rename to projects/icons-fontawesome/src/fa/solid/spider.svg diff --git a/projects/icons-fontawesome/src/solid/spinner.svg b/projects/icons-fontawesome/src/fa/solid/spinner.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/spinner.svg rename to projects/icons-fontawesome/src/fa/solid/spinner.svg diff --git a/projects/icons-fontawesome/src/solid/splotch.svg b/projects/icons-fontawesome/src/fa/solid/splotch.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/splotch.svg rename to projects/icons-fontawesome/src/fa/solid/splotch.svg diff --git a/projects/icons-fontawesome/src/solid/spoon.svg b/projects/icons-fontawesome/src/fa/solid/spoon.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/spoon.svg rename to projects/icons-fontawesome/src/fa/solid/spoon.svg diff --git a/projects/icons-fontawesome/src/solid/spray-can-sparkles.svg b/projects/icons-fontawesome/src/fa/solid/spray-can-sparkles.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/spray-can-sparkles.svg rename to projects/icons-fontawesome/src/fa/solid/spray-can-sparkles.svg diff --git a/projects/icons-fontawesome/src/solid/spray-can.svg b/projects/icons-fontawesome/src/fa/solid/spray-can.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/spray-can.svg rename to projects/icons-fontawesome/src/fa/solid/spray-can.svg diff --git a/projects/icons-fontawesome/src/solid/square-arrow-up-right.svg b/projects/icons-fontawesome/src/fa/solid/square-arrow-up-right.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/square-arrow-up-right.svg rename to projects/icons-fontawesome/src/fa/solid/square-arrow-up-right.svg diff --git a/projects/icons-fontawesome/src/solid/square-caret-down.svg b/projects/icons-fontawesome/src/fa/solid/square-caret-down.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/square-caret-down.svg rename to projects/icons-fontawesome/src/fa/solid/square-caret-down.svg diff --git a/projects/icons-fontawesome/src/solid/square-caret-left.svg b/projects/icons-fontawesome/src/fa/solid/square-caret-left.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/square-caret-left.svg rename to projects/icons-fontawesome/src/fa/solid/square-caret-left.svg diff --git a/projects/icons-fontawesome/src/solid/square-caret-right.svg b/projects/icons-fontawesome/src/fa/solid/square-caret-right.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/square-caret-right.svg rename to projects/icons-fontawesome/src/fa/solid/square-caret-right.svg diff --git a/projects/icons-fontawesome/src/solid/square-caret-up.svg b/projects/icons-fontawesome/src/fa/solid/square-caret-up.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/square-caret-up.svg rename to projects/icons-fontawesome/src/fa/solid/square-caret-up.svg diff --git a/projects/icons-fontawesome/src/solid/square-check.svg b/projects/icons-fontawesome/src/fa/solid/square-check.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/square-check.svg rename to projects/icons-fontawesome/src/fa/solid/square-check.svg diff --git a/projects/icons-fontawesome/src/solid/square-envelope.svg b/projects/icons-fontawesome/src/fa/solid/square-envelope.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/square-envelope.svg rename to projects/icons-fontawesome/src/fa/solid/square-envelope.svg diff --git a/projects/icons-fontawesome/src/solid/square-full.svg b/projects/icons-fontawesome/src/fa/solid/square-full.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/square-full.svg rename to projects/icons-fontawesome/src/fa/solid/square-full.svg diff --git a/projects/icons-fontawesome/src/solid/square-h.svg b/projects/icons-fontawesome/src/fa/solid/square-h.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/square-h.svg rename to projects/icons-fontawesome/src/fa/solid/square-h.svg diff --git a/projects/icons-fontawesome/src/solid/square-minus.svg b/projects/icons-fontawesome/src/fa/solid/square-minus.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/square-minus.svg rename to projects/icons-fontawesome/src/fa/solid/square-minus.svg diff --git a/projects/icons-fontawesome/src/solid/square-nfi.svg b/projects/icons-fontawesome/src/fa/solid/square-nfi.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/square-nfi.svg rename to projects/icons-fontawesome/src/fa/solid/square-nfi.svg diff --git a/projects/icons-fontawesome/src/solid/square-parking.svg b/projects/icons-fontawesome/src/fa/solid/square-parking.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/square-parking.svg rename to projects/icons-fontawesome/src/fa/solid/square-parking.svg diff --git a/projects/icons-fontawesome/src/solid/square-pen.svg b/projects/icons-fontawesome/src/fa/solid/square-pen.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/square-pen.svg rename to projects/icons-fontawesome/src/fa/solid/square-pen.svg diff --git a/projects/icons-fontawesome/src/solid/square-person-confined.svg b/projects/icons-fontawesome/src/fa/solid/square-person-confined.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/square-person-confined.svg rename to projects/icons-fontawesome/src/fa/solid/square-person-confined.svg diff --git a/projects/icons-fontawesome/src/solid/square-phone-flip.svg b/projects/icons-fontawesome/src/fa/solid/square-phone-flip.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/square-phone-flip.svg rename to projects/icons-fontawesome/src/fa/solid/square-phone-flip.svg diff --git a/projects/icons-fontawesome/src/solid/square-phone.svg b/projects/icons-fontawesome/src/fa/solid/square-phone.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/square-phone.svg rename to projects/icons-fontawesome/src/fa/solid/square-phone.svg diff --git a/projects/icons-fontawesome/src/solid/square-plus.svg b/projects/icons-fontawesome/src/fa/solid/square-plus.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/square-plus.svg rename to projects/icons-fontawesome/src/fa/solid/square-plus.svg diff --git a/projects/icons-fontawesome/src/solid/square-poll-horizontal.svg b/projects/icons-fontawesome/src/fa/solid/square-poll-horizontal.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/square-poll-horizontal.svg rename to projects/icons-fontawesome/src/fa/solid/square-poll-horizontal.svg diff --git a/projects/icons-fontawesome/src/solid/square-poll-vertical.svg b/projects/icons-fontawesome/src/fa/solid/square-poll-vertical.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/square-poll-vertical.svg rename to projects/icons-fontawesome/src/fa/solid/square-poll-vertical.svg diff --git a/projects/icons-fontawesome/src/solid/square-root-variable.svg b/projects/icons-fontawesome/src/fa/solid/square-root-variable.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/square-root-variable.svg rename to projects/icons-fontawesome/src/fa/solid/square-root-variable.svg diff --git a/projects/icons-fontawesome/src/solid/square-rss.svg b/projects/icons-fontawesome/src/fa/solid/square-rss.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/square-rss.svg rename to projects/icons-fontawesome/src/fa/solid/square-rss.svg diff --git a/projects/icons-fontawesome/src/solid/square-share-nodes.svg b/projects/icons-fontawesome/src/fa/solid/square-share-nodes.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/square-share-nodes.svg rename to projects/icons-fontawesome/src/fa/solid/square-share-nodes.svg diff --git a/projects/icons-fontawesome/src/solid/square-up-right.svg b/projects/icons-fontawesome/src/fa/solid/square-up-right.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/square-up-right.svg rename to projects/icons-fontawesome/src/fa/solid/square-up-right.svg diff --git a/projects/icons-fontawesome/src/solid/square-virus.svg b/projects/icons-fontawesome/src/fa/solid/square-virus.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/square-virus.svg rename to projects/icons-fontawesome/src/fa/solid/square-virus.svg diff --git a/projects/icons-fontawesome/src/solid/square-xmark.svg b/projects/icons-fontawesome/src/fa/solid/square-xmark.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/square-xmark.svg rename to projects/icons-fontawesome/src/fa/solid/square-xmark.svg diff --git a/projects/icons-fontawesome/src/solid/square.svg b/projects/icons-fontawesome/src/fa/solid/square.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/square.svg rename to projects/icons-fontawesome/src/fa/solid/square.svg diff --git a/projects/icons-fontawesome/src/solid/staff-snake.svg b/projects/icons-fontawesome/src/fa/solid/staff-snake.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/staff-snake.svg rename to projects/icons-fontawesome/src/fa/solid/staff-snake.svg diff --git a/projects/icons-fontawesome/src/solid/stairs.svg b/projects/icons-fontawesome/src/fa/solid/stairs.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/stairs.svg rename to projects/icons-fontawesome/src/fa/solid/stairs.svg diff --git a/projects/icons-fontawesome/src/solid/stamp.svg b/projects/icons-fontawesome/src/fa/solid/stamp.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/stamp.svg rename to projects/icons-fontawesome/src/fa/solid/stamp.svg diff --git a/projects/icons-fontawesome/src/solid/stapler.svg b/projects/icons-fontawesome/src/fa/solid/stapler.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/stapler.svg rename to projects/icons-fontawesome/src/fa/solid/stapler.svg diff --git a/projects/icons-fontawesome/src/solid/star-and-crescent.svg b/projects/icons-fontawesome/src/fa/solid/star-and-crescent.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/star-and-crescent.svg rename to projects/icons-fontawesome/src/fa/solid/star-and-crescent.svg diff --git a/projects/icons-fontawesome/src/solid/star-half-stroke.svg b/projects/icons-fontawesome/src/fa/solid/star-half-stroke.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/star-half-stroke.svg rename to projects/icons-fontawesome/src/fa/solid/star-half-stroke.svg diff --git a/projects/icons-fontawesome/src/solid/star-half.svg b/projects/icons-fontawesome/src/fa/solid/star-half.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/star-half.svg rename to projects/icons-fontawesome/src/fa/solid/star-half.svg diff --git a/projects/icons-fontawesome/src/solid/star-of-david.svg b/projects/icons-fontawesome/src/fa/solid/star-of-david.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/star-of-david.svg rename to projects/icons-fontawesome/src/fa/solid/star-of-david.svg diff --git a/projects/icons-fontawesome/src/solid/star-of-life.svg b/projects/icons-fontawesome/src/fa/solid/star-of-life.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/star-of-life.svg rename to projects/icons-fontawesome/src/fa/solid/star-of-life.svg diff --git a/projects/icons-fontawesome/src/solid/star.svg b/projects/icons-fontawesome/src/fa/solid/star.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/star.svg rename to projects/icons-fontawesome/src/fa/solid/star.svg diff --git a/projects/icons-fontawesome/src/solid/sterling-sign.svg b/projects/icons-fontawesome/src/fa/solid/sterling-sign.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/sterling-sign.svg rename to projects/icons-fontawesome/src/fa/solid/sterling-sign.svg diff --git a/projects/icons-fontawesome/src/solid/stethoscope.svg b/projects/icons-fontawesome/src/fa/solid/stethoscope.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/stethoscope.svg rename to projects/icons-fontawesome/src/fa/solid/stethoscope.svg diff --git a/projects/icons-fontawesome/src/solid/stop.svg b/projects/icons-fontawesome/src/fa/solid/stop.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/stop.svg rename to projects/icons-fontawesome/src/fa/solid/stop.svg diff --git a/projects/icons-fontawesome/src/solid/stopwatch-20.svg b/projects/icons-fontawesome/src/fa/solid/stopwatch-20.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/stopwatch-20.svg rename to projects/icons-fontawesome/src/fa/solid/stopwatch-20.svg diff --git a/projects/icons-fontawesome/src/solid/stopwatch.svg b/projects/icons-fontawesome/src/fa/solid/stopwatch.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/stopwatch.svg rename to projects/icons-fontawesome/src/fa/solid/stopwatch.svg diff --git a/projects/icons-fontawesome/src/solid/store-slash.svg b/projects/icons-fontawesome/src/fa/solid/store-slash.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/store-slash.svg rename to projects/icons-fontawesome/src/fa/solid/store-slash.svg diff --git a/projects/icons-fontawesome/src/solid/store.svg b/projects/icons-fontawesome/src/fa/solid/store.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/store.svg rename to projects/icons-fontawesome/src/fa/solid/store.svg diff --git a/projects/icons-fontawesome/src/solid/street-view.svg b/projects/icons-fontawesome/src/fa/solid/street-view.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/street-view.svg rename to projects/icons-fontawesome/src/fa/solid/street-view.svg diff --git a/projects/icons-fontawesome/src/solid/strikethrough.svg b/projects/icons-fontawesome/src/fa/solid/strikethrough.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/strikethrough.svg rename to projects/icons-fontawesome/src/fa/solid/strikethrough.svg diff --git a/projects/icons-fontawesome/src/solid/stroopwafel.svg b/projects/icons-fontawesome/src/fa/solid/stroopwafel.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/stroopwafel.svg rename to projects/icons-fontawesome/src/fa/solid/stroopwafel.svg diff --git a/projects/icons-fontawesome/src/solid/subscript.svg b/projects/icons-fontawesome/src/fa/solid/subscript.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/subscript.svg rename to projects/icons-fontawesome/src/fa/solid/subscript.svg diff --git a/projects/icons-fontawesome/src/solid/suitcase-medical.svg b/projects/icons-fontawesome/src/fa/solid/suitcase-medical.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/suitcase-medical.svg rename to projects/icons-fontawesome/src/fa/solid/suitcase-medical.svg diff --git a/projects/icons-fontawesome/src/solid/suitcase-rolling.svg b/projects/icons-fontawesome/src/fa/solid/suitcase-rolling.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/suitcase-rolling.svg rename to projects/icons-fontawesome/src/fa/solid/suitcase-rolling.svg diff --git a/projects/icons-fontawesome/src/solid/suitcase.svg b/projects/icons-fontawesome/src/fa/solid/suitcase.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/suitcase.svg rename to projects/icons-fontawesome/src/fa/solid/suitcase.svg diff --git a/projects/icons-fontawesome/src/solid/sun-plant-wilt.svg b/projects/icons-fontawesome/src/fa/solid/sun-plant-wilt.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/sun-plant-wilt.svg rename to projects/icons-fontawesome/src/fa/solid/sun-plant-wilt.svg diff --git a/projects/icons-fontawesome/src/solid/sun.svg b/projects/icons-fontawesome/src/fa/solid/sun.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/sun.svg rename to projects/icons-fontawesome/src/fa/solid/sun.svg diff --git a/projects/icons-fontawesome/src/solid/superscript.svg b/projects/icons-fontawesome/src/fa/solid/superscript.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/superscript.svg rename to projects/icons-fontawesome/src/fa/solid/superscript.svg diff --git a/projects/icons-fontawesome/src/solid/swatchbook.svg b/projects/icons-fontawesome/src/fa/solid/swatchbook.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/swatchbook.svg rename to projects/icons-fontawesome/src/fa/solid/swatchbook.svg diff --git a/projects/icons-fontawesome/src/solid/synagogue.svg b/projects/icons-fontawesome/src/fa/solid/synagogue.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/synagogue.svg rename to projects/icons-fontawesome/src/fa/solid/synagogue.svg diff --git a/projects/icons-fontawesome/src/solid/syringe.svg b/projects/icons-fontawesome/src/fa/solid/syringe.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/syringe.svg rename to projects/icons-fontawesome/src/fa/solid/syringe.svg diff --git a/projects/icons-fontawesome/src/solid/t.svg b/projects/icons-fontawesome/src/fa/solid/t.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/t.svg rename to projects/icons-fontawesome/src/fa/solid/t.svg diff --git a/projects/icons-fontawesome/src/solid/table-cells-column-lock.svg b/projects/icons-fontawesome/src/fa/solid/table-cells-column-lock.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/table-cells-column-lock.svg rename to projects/icons-fontawesome/src/fa/solid/table-cells-column-lock.svg diff --git a/projects/icons-fontawesome/src/solid/table-cells-large.svg b/projects/icons-fontawesome/src/fa/solid/table-cells-large.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/table-cells-large.svg rename to projects/icons-fontawesome/src/fa/solid/table-cells-large.svg diff --git a/projects/icons-fontawesome/src/solid/table-cells-row-lock.svg b/projects/icons-fontawesome/src/fa/solid/table-cells-row-lock.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/table-cells-row-lock.svg rename to projects/icons-fontawesome/src/fa/solid/table-cells-row-lock.svg diff --git a/projects/icons-fontawesome/src/solid/table-cells-row-unlock.svg b/projects/icons-fontawesome/src/fa/solid/table-cells-row-unlock.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/table-cells-row-unlock.svg rename to projects/icons-fontawesome/src/fa/solid/table-cells-row-unlock.svg diff --git a/projects/icons-fontawesome/src/solid/table-cells.svg b/projects/icons-fontawesome/src/fa/solid/table-cells.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/table-cells.svg rename to projects/icons-fontawesome/src/fa/solid/table-cells.svg diff --git a/projects/icons-fontawesome/src/solid/table-columns.svg b/projects/icons-fontawesome/src/fa/solid/table-columns.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/table-columns.svg rename to projects/icons-fontawesome/src/fa/solid/table-columns.svg diff --git a/projects/icons-fontawesome/src/solid/table-list.svg b/projects/icons-fontawesome/src/fa/solid/table-list.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/table-list.svg rename to projects/icons-fontawesome/src/fa/solid/table-list.svg diff --git a/projects/icons-fontawesome/src/solid/table-tennis-paddle-ball.svg b/projects/icons-fontawesome/src/fa/solid/table-tennis-paddle-ball.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/table-tennis-paddle-ball.svg rename to projects/icons-fontawesome/src/fa/solid/table-tennis-paddle-ball.svg diff --git a/projects/icons-fontawesome/src/solid/table.svg b/projects/icons-fontawesome/src/fa/solid/table.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/table.svg rename to projects/icons-fontawesome/src/fa/solid/table.svg diff --git a/projects/icons-fontawesome/src/solid/tablet-button.svg b/projects/icons-fontawesome/src/fa/solid/tablet-button.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/tablet-button.svg rename to projects/icons-fontawesome/src/fa/solid/tablet-button.svg diff --git a/projects/icons-fontawesome/src/solid/tablet-screen-button.svg b/projects/icons-fontawesome/src/fa/solid/tablet-screen-button.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/tablet-screen-button.svg rename to projects/icons-fontawesome/src/fa/solid/tablet-screen-button.svg diff --git a/projects/icons-fontawesome/src/solid/tablet.svg b/projects/icons-fontawesome/src/fa/solid/tablet.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/tablet.svg rename to projects/icons-fontawesome/src/fa/solid/tablet.svg diff --git a/projects/icons-fontawesome/src/solid/tablets.svg b/projects/icons-fontawesome/src/fa/solid/tablets.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/tablets.svg rename to projects/icons-fontawesome/src/fa/solid/tablets.svg diff --git a/projects/icons-fontawesome/src/solid/tachograph-digital.svg b/projects/icons-fontawesome/src/fa/solid/tachograph-digital.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/tachograph-digital.svg rename to projects/icons-fontawesome/src/fa/solid/tachograph-digital.svg diff --git a/projects/icons-fontawesome/src/solid/tag.svg b/projects/icons-fontawesome/src/fa/solid/tag.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/tag.svg rename to projects/icons-fontawesome/src/fa/solid/tag.svg diff --git a/projects/icons-fontawesome/src/solid/tags.svg b/projects/icons-fontawesome/src/fa/solid/tags.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/tags.svg rename to projects/icons-fontawesome/src/fa/solid/tags.svg diff --git a/projects/icons-fontawesome/src/solid/tape.svg b/projects/icons-fontawesome/src/fa/solid/tape.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/tape.svg rename to projects/icons-fontawesome/src/fa/solid/tape.svg diff --git a/projects/icons-fontawesome/src/solid/tarp-droplet.svg b/projects/icons-fontawesome/src/fa/solid/tarp-droplet.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/tarp-droplet.svg rename to projects/icons-fontawesome/src/fa/solid/tarp-droplet.svg diff --git a/projects/icons-fontawesome/src/solid/tarp.svg b/projects/icons-fontawesome/src/fa/solid/tarp.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/tarp.svg rename to projects/icons-fontawesome/src/fa/solid/tarp.svg diff --git a/projects/icons-fontawesome/src/solid/taxi.svg b/projects/icons-fontawesome/src/fa/solid/taxi.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/taxi.svg rename to projects/icons-fontawesome/src/fa/solid/taxi.svg diff --git a/projects/icons-fontawesome/src/solid/teeth-open.svg b/projects/icons-fontawesome/src/fa/solid/teeth-open.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/teeth-open.svg rename to projects/icons-fontawesome/src/fa/solid/teeth-open.svg diff --git a/projects/icons-fontawesome/src/solid/teeth.svg b/projects/icons-fontawesome/src/fa/solid/teeth.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/teeth.svg rename to projects/icons-fontawesome/src/fa/solid/teeth.svg diff --git a/projects/icons-fontawesome/src/solid/temperature-arrow-down.svg b/projects/icons-fontawesome/src/fa/solid/temperature-arrow-down.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/temperature-arrow-down.svg rename to projects/icons-fontawesome/src/fa/solid/temperature-arrow-down.svg diff --git a/projects/icons-fontawesome/src/solid/temperature-arrow-up.svg b/projects/icons-fontawesome/src/fa/solid/temperature-arrow-up.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/temperature-arrow-up.svg rename to projects/icons-fontawesome/src/fa/solid/temperature-arrow-up.svg diff --git a/projects/icons-fontawesome/src/solid/temperature-empty.svg b/projects/icons-fontawesome/src/fa/solid/temperature-empty.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/temperature-empty.svg rename to projects/icons-fontawesome/src/fa/solid/temperature-empty.svg diff --git a/projects/icons-fontawesome/src/solid/temperature-full.svg b/projects/icons-fontawesome/src/fa/solid/temperature-full.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/temperature-full.svg rename to projects/icons-fontawesome/src/fa/solid/temperature-full.svg diff --git a/projects/icons-fontawesome/src/solid/temperature-half.svg b/projects/icons-fontawesome/src/fa/solid/temperature-half.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/temperature-half.svg rename to projects/icons-fontawesome/src/fa/solid/temperature-half.svg diff --git a/projects/icons-fontawesome/src/solid/temperature-high.svg b/projects/icons-fontawesome/src/fa/solid/temperature-high.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/temperature-high.svg rename to projects/icons-fontawesome/src/fa/solid/temperature-high.svg diff --git a/projects/icons-fontawesome/src/solid/temperature-low.svg b/projects/icons-fontawesome/src/fa/solid/temperature-low.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/temperature-low.svg rename to projects/icons-fontawesome/src/fa/solid/temperature-low.svg diff --git a/projects/icons-fontawesome/src/solid/temperature-quarter.svg b/projects/icons-fontawesome/src/fa/solid/temperature-quarter.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/temperature-quarter.svg rename to projects/icons-fontawesome/src/fa/solid/temperature-quarter.svg diff --git a/projects/icons-fontawesome/src/solid/temperature-three-quarters.svg b/projects/icons-fontawesome/src/fa/solid/temperature-three-quarters.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/temperature-three-quarters.svg rename to projects/icons-fontawesome/src/fa/solid/temperature-three-quarters.svg diff --git a/projects/icons-fontawesome/src/solid/tenge-sign.svg b/projects/icons-fontawesome/src/fa/solid/tenge-sign.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/tenge-sign.svg rename to projects/icons-fontawesome/src/fa/solid/tenge-sign.svg diff --git a/projects/icons-fontawesome/src/solid/tent-arrow-down-to-line.svg b/projects/icons-fontawesome/src/fa/solid/tent-arrow-down-to-line.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/tent-arrow-down-to-line.svg rename to projects/icons-fontawesome/src/fa/solid/tent-arrow-down-to-line.svg diff --git a/projects/icons-fontawesome/src/solid/tent-arrow-left-right.svg b/projects/icons-fontawesome/src/fa/solid/tent-arrow-left-right.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/tent-arrow-left-right.svg rename to projects/icons-fontawesome/src/fa/solid/tent-arrow-left-right.svg diff --git a/projects/icons-fontawesome/src/solid/tent-arrow-turn-left.svg b/projects/icons-fontawesome/src/fa/solid/tent-arrow-turn-left.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/tent-arrow-turn-left.svg rename to projects/icons-fontawesome/src/fa/solid/tent-arrow-turn-left.svg diff --git a/projects/icons-fontawesome/src/solid/tent-arrows-down.svg b/projects/icons-fontawesome/src/fa/solid/tent-arrows-down.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/tent-arrows-down.svg rename to projects/icons-fontawesome/src/fa/solid/tent-arrows-down.svg diff --git a/projects/icons-fontawesome/src/solid/tent.svg b/projects/icons-fontawesome/src/fa/solid/tent.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/tent.svg rename to projects/icons-fontawesome/src/fa/solid/tent.svg diff --git a/projects/icons-fontawesome/src/solid/tents.svg b/projects/icons-fontawesome/src/fa/solid/tents.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/tents.svg rename to projects/icons-fontawesome/src/fa/solid/tents.svg diff --git a/projects/icons-fontawesome/src/solid/terminal.svg b/projects/icons-fontawesome/src/fa/solid/terminal.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/terminal.svg rename to projects/icons-fontawesome/src/fa/solid/terminal.svg diff --git a/projects/icons-fontawesome/src/solid/text-height.svg b/projects/icons-fontawesome/src/fa/solid/text-height.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/text-height.svg rename to projects/icons-fontawesome/src/fa/solid/text-height.svg diff --git a/projects/icons-fontawesome/src/solid/text-slash.svg b/projects/icons-fontawesome/src/fa/solid/text-slash.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/text-slash.svg rename to projects/icons-fontawesome/src/fa/solid/text-slash.svg diff --git a/projects/icons-fontawesome/src/solid/text-width.svg b/projects/icons-fontawesome/src/fa/solid/text-width.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/text-width.svg rename to projects/icons-fontawesome/src/fa/solid/text-width.svg diff --git a/projects/icons-fontawesome/src/solid/thermometer.svg b/projects/icons-fontawesome/src/fa/solid/thermometer.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/thermometer.svg rename to projects/icons-fontawesome/src/fa/solid/thermometer.svg diff --git a/projects/icons-fontawesome/src/solid/thumbs-down.svg b/projects/icons-fontawesome/src/fa/solid/thumbs-down.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/thumbs-down.svg rename to projects/icons-fontawesome/src/fa/solid/thumbs-down.svg diff --git a/projects/icons-fontawesome/src/solid/thumbs-up.svg b/projects/icons-fontawesome/src/fa/solid/thumbs-up.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/thumbs-up.svg rename to projects/icons-fontawesome/src/fa/solid/thumbs-up.svg diff --git a/projects/icons-fontawesome/src/solid/thumbtack-slash.svg b/projects/icons-fontawesome/src/fa/solid/thumbtack-slash.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/thumbtack-slash.svg rename to projects/icons-fontawesome/src/fa/solid/thumbtack-slash.svg diff --git a/projects/icons-fontawesome/src/solid/thumbtack.svg b/projects/icons-fontawesome/src/fa/solid/thumbtack.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/thumbtack.svg rename to projects/icons-fontawesome/src/fa/solid/thumbtack.svg diff --git a/projects/icons-fontawesome/src/solid/ticket-simple.svg b/projects/icons-fontawesome/src/fa/solid/ticket-simple.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/ticket-simple.svg rename to projects/icons-fontawesome/src/fa/solid/ticket-simple.svg diff --git a/projects/icons-fontawesome/src/solid/ticket.svg b/projects/icons-fontawesome/src/fa/solid/ticket.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/ticket.svg rename to projects/icons-fontawesome/src/fa/solid/ticket.svg diff --git a/projects/icons-fontawesome/src/solid/timeline.svg b/projects/icons-fontawesome/src/fa/solid/timeline.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/timeline.svg rename to projects/icons-fontawesome/src/fa/solid/timeline.svg diff --git a/projects/icons-fontawesome/src/solid/toggle-off.svg b/projects/icons-fontawesome/src/fa/solid/toggle-off.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/toggle-off.svg rename to projects/icons-fontawesome/src/fa/solid/toggle-off.svg diff --git a/projects/icons-fontawesome/src/solid/toggle-on.svg b/projects/icons-fontawesome/src/fa/solid/toggle-on.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/toggle-on.svg rename to projects/icons-fontawesome/src/fa/solid/toggle-on.svg diff --git a/projects/icons-fontawesome/src/solid/toilet-paper-slash.svg b/projects/icons-fontawesome/src/fa/solid/toilet-paper-slash.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/toilet-paper-slash.svg rename to projects/icons-fontawesome/src/fa/solid/toilet-paper-slash.svg diff --git a/projects/icons-fontawesome/src/solid/toilet-paper.svg b/projects/icons-fontawesome/src/fa/solid/toilet-paper.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/toilet-paper.svg rename to projects/icons-fontawesome/src/fa/solid/toilet-paper.svg diff --git a/projects/icons-fontawesome/src/solid/toilet-portable.svg b/projects/icons-fontawesome/src/fa/solid/toilet-portable.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/toilet-portable.svg rename to projects/icons-fontawesome/src/fa/solid/toilet-portable.svg diff --git a/projects/icons-fontawesome/src/solid/toilet.svg b/projects/icons-fontawesome/src/fa/solid/toilet.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/toilet.svg rename to projects/icons-fontawesome/src/fa/solid/toilet.svg diff --git a/projects/icons-fontawesome/src/solid/toilets-portable.svg b/projects/icons-fontawesome/src/fa/solid/toilets-portable.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/toilets-portable.svg rename to projects/icons-fontawesome/src/fa/solid/toilets-portable.svg diff --git a/projects/icons-fontawesome/src/solid/toolbox.svg b/projects/icons-fontawesome/src/fa/solid/toolbox.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/toolbox.svg rename to projects/icons-fontawesome/src/fa/solid/toolbox.svg diff --git a/projects/icons-fontawesome/src/solid/tooth.svg b/projects/icons-fontawesome/src/fa/solid/tooth.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/tooth.svg rename to projects/icons-fontawesome/src/fa/solid/tooth.svg diff --git a/projects/icons-fontawesome/src/solid/torii-gate.svg b/projects/icons-fontawesome/src/fa/solid/torii-gate.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/torii-gate.svg rename to projects/icons-fontawesome/src/fa/solid/torii-gate.svg diff --git a/projects/icons-fontawesome/src/solid/tornado.svg b/projects/icons-fontawesome/src/fa/solid/tornado.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/tornado.svg rename to projects/icons-fontawesome/src/fa/solid/tornado.svg diff --git a/projects/icons-fontawesome/src/solid/tower-broadcast.svg b/projects/icons-fontawesome/src/fa/solid/tower-broadcast.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/tower-broadcast.svg rename to projects/icons-fontawesome/src/fa/solid/tower-broadcast.svg diff --git a/projects/icons-fontawesome/src/solid/tower-cell.svg b/projects/icons-fontawesome/src/fa/solid/tower-cell.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/tower-cell.svg rename to projects/icons-fontawesome/src/fa/solid/tower-cell.svg diff --git a/projects/icons-fontawesome/src/solid/tower-observation.svg b/projects/icons-fontawesome/src/fa/solid/tower-observation.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/tower-observation.svg rename to projects/icons-fontawesome/src/fa/solid/tower-observation.svg diff --git a/projects/icons-fontawesome/src/solid/tractor.svg b/projects/icons-fontawesome/src/fa/solid/tractor.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/tractor.svg rename to projects/icons-fontawesome/src/fa/solid/tractor.svg diff --git a/projects/icons-fontawesome/src/solid/trademark.svg b/projects/icons-fontawesome/src/fa/solid/trademark.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/trademark.svg rename to projects/icons-fontawesome/src/fa/solid/trademark.svg diff --git a/projects/icons-fontawesome/src/solid/traffic-light.svg b/projects/icons-fontawesome/src/fa/solid/traffic-light.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/traffic-light.svg rename to projects/icons-fontawesome/src/fa/solid/traffic-light.svg diff --git a/projects/icons-fontawesome/src/solid/trailer.svg b/projects/icons-fontawesome/src/fa/solid/trailer.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/trailer.svg rename to projects/icons-fontawesome/src/fa/solid/trailer.svg diff --git a/projects/icons-fontawesome/src/solid/train-subway.svg b/projects/icons-fontawesome/src/fa/solid/train-subway.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/train-subway.svg rename to projects/icons-fontawesome/src/fa/solid/train-subway.svg diff --git a/projects/icons-fontawesome/src/solid/train-tram.svg b/projects/icons-fontawesome/src/fa/solid/train-tram.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/train-tram.svg rename to projects/icons-fontawesome/src/fa/solid/train-tram.svg diff --git a/projects/icons-fontawesome/src/solid/train.svg b/projects/icons-fontawesome/src/fa/solid/train.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/train.svg rename to projects/icons-fontawesome/src/fa/solid/train.svg diff --git a/projects/icons-fontawesome/src/solid/transgender.svg b/projects/icons-fontawesome/src/fa/solid/transgender.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/transgender.svg rename to projects/icons-fontawesome/src/fa/solid/transgender.svg diff --git a/projects/icons-fontawesome/src/solid/trash-arrow-up.svg b/projects/icons-fontawesome/src/fa/solid/trash-arrow-up.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/trash-arrow-up.svg rename to projects/icons-fontawesome/src/fa/solid/trash-arrow-up.svg diff --git a/projects/icons-fontawesome/src/solid/trash-can-arrow-up.svg b/projects/icons-fontawesome/src/fa/solid/trash-can-arrow-up.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/trash-can-arrow-up.svg rename to projects/icons-fontawesome/src/fa/solid/trash-can-arrow-up.svg diff --git a/projects/icons-fontawesome/src/solid/trash-can.svg b/projects/icons-fontawesome/src/fa/solid/trash-can.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/trash-can.svg rename to projects/icons-fontawesome/src/fa/solid/trash-can.svg diff --git a/projects/icons-fontawesome/src/solid/trash.svg b/projects/icons-fontawesome/src/fa/solid/trash.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/trash.svg rename to projects/icons-fontawesome/src/fa/solid/trash.svg diff --git a/projects/icons-fontawesome/src/solid/tree-city.svg b/projects/icons-fontawesome/src/fa/solid/tree-city.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/tree-city.svg rename to projects/icons-fontawesome/src/fa/solid/tree-city.svg diff --git a/projects/icons-fontawesome/src/solid/tree.svg b/projects/icons-fontawesome/src/fa/solid/tree.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/tree.svg rename to projects/icons-fontawesome/src/fa/solid/tree.svg diff --git a/projects/icons-fontawesome/src/solid/triangle-exclamation.svg b/projects/icons-fontawesome/src/fa/solid/triangle-exclamation.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/triangle-exclamation.svg rename to projects/icons-fontawesome/src/fa/solid/triangle-exclamation.svg diff --git a/projects/icons-fontawesome/src/solid/trophy.svg b/projects/icons-fontawesome/src/fa/solid/trophy.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/trophy.svg rename to projects/icons-fontawesome/src/fa/solid/trophy.svg diff --git a/projects/icons-fontawesome/src/solid/trowel-bricks.svg b/projects/icons-fontawesome/src/fa/solid/trowel-bricks.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/trowel-bricks.svg rename to projects/icons-fontawesome/src/fa/solid/trowel-bricks.svg diff --git a/projects/icons-fontawesome/src/solid/trowel.svg b/projects/icons-fontawesome/src/fa/solid/trowel.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/trowel.svg rename to projects/icons-fontawesome/src/fa/solid/trowel.svg diff --git a/projects/icons-fontawesome/src/solid/truck-arrow-right.svg b/projects/icons-fontawesome/src/fa/solid/truck-arrow-right.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/truck-arrow-right.svg rename to projects/icons-fontawesome/src/fa/solid/truck-arrow-right.svg diff --git a/projects/icons-fontawesome/src/solid/truck-droplet.svg b/projects/icons-fontawesome/src/fa/solid/truck-droplet.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/truck-droplet.svg rename to projects/icons-fontawesome/src/fa/solid/truck-droplet.svg diff --git a/projects/icons-fontawesome/src/solid/truck-fast.svg b/projects/icons-fontawesome/src/fa/solid/truck-fast.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/truck-fast.svg rename to projects/icons-fontawesome/src/fa/solid/truck-fast.svg diff --git a/projects/icons-fontawesome/src/solid/truck-field-un.svg b/projects/icons-fontawesome/src/fa/solid/truck-field-un.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/truck-field-un.svg rename to projects/icons-fontawesome/src/fa/solid/truck-field-un.svg diff --git a/projects/icons-fontawesome/src/solid/truck-field.svg b/projects/icons-fontawesome/src/fa/solid/truck-field.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/truck-field.svg rename to projects/icons-fontawesome/src/fa/solid/truck-field.svg diff --git a/projects/icons-fontawesome/src/solid/truck-front.svg b/projects/icons-fontawesome/src/fa/solid/truck-front.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/truck-front.svg rename to projects/icons-fontawesome/src/fa/solid/truck-front.svg diff --git a/projects/icons-fontawesome/src/solid/truck-medical.svg b/projects/icons-fontawesome/src/fa/solid/truck-medical.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/truck-medical.svg rename to projects/icons-fontawesome/src/fa/solid/truck-medical.svg diff --git a/projects/icons-fontawesome/src/solid/truck-monster.svg b/projects/icons-fontawesome/src/fa/solid/truck-monster.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/truck-monster.svg rename to projects/icons-fontawesome/src/fa/solid/truck-monster.svg diff --git a/projects/icons-fontawesome/src/solid/truck-moving.svg b/projects/icons-fontawesome/src/fa/solid/truck-moving.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/truck-moving.svg rename to projects/icons-fontawesome/src/fa/solid/truck-moving.svg diff --git a/projects/icons-fontawesome/src/solid/truck-pickup.svg b/projects/icons-fontawesome/src/fa/solid/truck-pickup.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/truck-pickup.svg rename to projects/icons-fontawesome/src/fa/solid/truck-pickup.svg diff --git a/projects/icons-fontawesome/src/solid/truck-plane.svg b/projects/icons-fontawesome/src/fa/solid/truck-plane.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/truck-plane.svg rename to projects/icons-fontawesome/src/fa/solid/truck-plane.svg diff --git a/projects/icons-fontawesome/src/solid/truck-ramp-box.svg b/projects/icons-fontawesome/src/fa/solid/truck-ramp-box.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/truck-ramp-box.svg rename to projects/icons-fontawesome/src/fa/solid/truck-ramp-box.svg diff --git a/projects/icons-fontawesome/src/solid/truck.svg b/projects/icons-fontawesome/src/fa/solid/truck.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/truck.svg rename to projects/icons-fontawesome/src/fa/solid/truck.svg diff --git a/projects/icons-fontawesome/src/solid/tty.svg b/projects/icons-fontawesome/src/fa/solid/tty.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/tty.svg rename to projects/icons-fontawesome/src/fa/solid/tty.svg diff --git a/projects/icons-fontawesome/src/solid/turkish-lira-sign.svg b/projects/icons-fontawesome/src/fa/solid/turkish-lira-sign.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/turkish-lira-sign.svg rename to projects/icons-fontawesome/src/fa/solid/turkish-lira-sign.svg diff --git a/projects/icons-fontawesome/src/solid/turn-down.svg b/projects/icons-fontawesome/src/fa/solid/turn-down.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/turn-down.svg rename to projects/icons-fontawesome/src/fa/solid/turn-down.svg diff --git a/projects/icons-fontawesome/src/solid/turn-up.svg b/projects/icons-fontawesome/src/fa/solid/turn-up.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/turn-up.svg rename to projects/icons-fontawesome/src/fa/solid/turn-up.svg diff --git a/projects/icons-fontawesome/src/solid/tv.svg b/projects/icons-fontawesome/src/fa/solid/tv.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/tv.svg rename to projects/icons-fontawesome/src/fa/solid/tv.svg diff --git a/projects/icons-fontawesome/src/solid/u.svg b/projects/icons-fontawesome/src/fa/solid/u.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/u.svg rename to projects/icons-fontawesome/src/fa/solid/u.svg diff --git a/projects/icons-fontawesome/src/solid/umbrella-beach.svg b/projects/icons-fontawesome/src/fa/solid/umbrella-beach.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/umbrella-beach.svg rename to projects/icons-fontawesome/src/fa/solid/umbrella-beach.svg diff --git a/projects/icons-fontawesome/src/solid/umbrella.svg b/projects/icons-fontawesome/src/fa/solid/umbrella.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/umbrella.svg rename to projects/icons-fontawesome/src/fa/solid/umbrella.svg diff --git a/projects/icons-fontawesome/src/solid/underline.svg b/projects/icons-fontawesome/src/fa/solid/underline.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/underline.svg rename to projects/icons-fontawesome/src/fa/solid/underline.svg diff --git a/projects/icons-fontawesome/src/solid/universal-access.svg b/projects/icons-fontawesome/src/fa/solid/universal-access.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/universal-access.svg rename to projects/icons-fontawesome/src/fa/solid/universal-access.svg diff --git a/projects/icons-fontawesome/src/solid/unlock-keyhole.svg b/projects/icons-fontawesome/src/fa/solid/unlock-keyhole.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/unlock-keyhole.svg rename to projects/icons-fontawesome/src/fa/solid/unlock-keyhole.svg diff --git a/projects/icons-fontawesome/src/solid/unlock.svg b/projects/icons-fontawesome/src/fa/solid/unlock.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/unlock.svg rename to projects/icons-fontawesome/src/fa/solid/unlock.svg diff --git a/projects/icons-fontawesome/src/solid/up-down-left-right.svg b/projects/icons-fontawesome/src/fa/solid/up-down-left-right.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/up-down-left-right.svg rename to projects/icons-fontawesome/src/fa/solid/up-down-left-right.svg diff --git a/projects/icons-fontawesome/src/solid/up-down.svg b/projects/icons-fontawesome/src/fa/solid/up-down.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/up-down.svg rename to projects/icons-fontawesome/src/fa/solid/up-down.svg diff --git a/projects/icons-fontawesome/src/solid/up-long.svg b/projects/icons-fontawesome/src/fa/solid/up-long.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/up-long.svg rename to projects/icons-fontawesome/src/fa/solid/up-long.svg diff --git a/projects/icons-fontawesome/src/solid/up-right-and-down-left-from-center.svg b/projects/icons-fontawesome/src/fa/solid/up-right-and-down-left-from-center.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/up-right-and-down-left-from-center.svg rename to projects/icons-fontawesome/src/fa/solid/up-right-and-down-left-from-center.svg diff --git a/projects/icons-fontawesome/src/solid/up-right-from-square.svg b/projects/icons-fontawesome/src/fa/solid/up-right-from-square.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/up-right-from-square.svg rename to projects/icons-fontawesome/src/fa/solid/up-right-from-square.svg diff --git a/projects/icons-fontawesome/src/solid/upload.svg b/projects/icons-fontawesome/src/fa/solid/upload.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/upload.svg rename to projects/icons-fontawesome/src/fa/solid/upload.svg diff --git a/projects/icons-fontawesome/src/solid/user-astronaut.svg b/projects/icons-fontawesome/src/fa/solid/user-astronaut.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/user-astronaut.svg rename to projects/icons-fontawesome/src/fa/solid/user-astronaut.svg diff --git a/projects/icons-fontawesome/src/solid/user-check.svg b/projects/icons-fontawesome/src/fa/solid/user-check.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/user-check.svg rename to projects/icons-fontawesome/src/fa/solid/user-check.svg diff --git a/projects/icons-fontawesome/src/solid/user-clock.svg b/projects/icons-fontawesome/src/fa/solid/user-clock.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/user-clock.svg rename to projects/icons-fontawesome/src/fa/solid/user-clock.svg diff --git a/projects/icons-fontawesome/src/solid/user-doctor.svg b/projects/icons-fontawesome/src/fa/solid/user-doctor.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/user-doctor.svg rename to projects/icons-fontawesome/src/fa/solid/user-doctor.svg diff --git a/projects/icons-fontawesome/src/solid/user-gear.svg b/projects/icons-fontawesome/src/fa/solid/user-gear.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/user-gear.svg rename to projects/icons-fontawesome/src/fa/solid/user-gear.svg diff --git a/projects/icons-fontawesome/src/solid/user-graduate.svg b/projects/icons-fontawesome/src/fa/solid/user-graduate.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/user-graduate.svg rename to projects/icons-fontawesome/src/fa/solid/user-graduate.svg diff --git a/projects/icons-fontawesome/src/solid/user-group.svg b/projects/icons-fontawesome/src/fa/solid/user-group.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/user-group.svg rename to projects/icons-fontawesome/src/fa/solid/user-group.svg diff --git a/projects/icons-fontawesome/src/solid/user-injured.svg b/projects/icons-fontawesome/src/fa/solid/user-injured.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/user-injured.svg rename to projects/icons-fontawesome/src/fa/solid/user-injured.svg diff --git a/projects/icons-fontawesome/src/solid/user-large-slash.svg b/projects/icons-fontawesome/src/fa/solid/user-large-slash.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/user-large-slash.svg rename to projects/icons-fontawesome/src/fa/solid/user-large-slash.svg diff --git a/projects/icons-fontawesome/src/solid/user-large.svg b/projects/icons-fontawesome/src/fa/solid/user-large.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/user-large.svg rename to projects/icons-fontawesome/src/fa/solid/user-large.svg diff --git a/projects/icons-fontawesome/src/solid/user-lock.svg b/projects/icons-fontawesome/src/fa/solid/user-lock.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/user-lock.svg rename to projects/icons-fontawesome/src/fa/solid/user-lock.svg diff --git a/projects/icons-fontawesome/src/solid/user-minus.svg b/projects/icons-fontawesome/src/fa/solid/user-minus.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/user-minus.svg rename to projects/icons-fontawesome/src/fa/solid/user-minus.svg diff --git a/projects/icons-fontawesome/src/solid/user-ninja.svg b/projects/icons-fontawesome/src/fa/solid/user-ninja.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/user-ninja.svg rename to projects/icons-fontawesome/src/fa/solid/user-ninja.svg diff --git a/projects/icons-fontawesome/src/solid/user-nurse.svg b/projects/icons-fontawesome/src/fa/solid/user-nurse.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/user-nurse.svg rename to projects/icons-fontawesome/src/fa/solid/user-nurse.svg diff --git a/projects/icons-fontawesome/src/solid/user-pen.svg b/projects/icons-fontawesome/src/fa/solid/user-pen.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/user-pen.svg rename to projects/icons-fontawesome/src/fa/solid/user-pen.svg diff --git a/projects/icons-fontawesome/src/solid/user-plus.svg b/projects/icons-fontawesome/src/fa/solid/user-plus.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/user-plus.svg rename to projects/icons-fontawesome/src/fa/solid/user-plus.svg diff --git a/projects/icons-fontawesome/src/solid/user-secret.svg b/projects/icons-fontawesome/src/fa/solid/user-secret.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/user-secret.svg rename to projects/icons-fontawesome/src/fa/solid/user-secret.svg diff --git a/projects/icons-fontawesome/src/solid/user-shield.svg b/projects/icons-fontawesome/src/fa/solid/user-shield.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/user-shield.svg rename to projects/icons-fontawesome/src/fa/solid/user-shield.svg diff --git a/projects/icons-fontawesome/src/solid/user-slash.svg b/projects/icons-fontawesome/src/fa/solid/user-slash.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/user-slash.svg rename to projects/icons-fontawesome/src/fa/solid/user-slash.svg diff --git a/projects/icons-fontawesome/src/solid/user-tag.svg b/projects/icons-fontawesome/src/fa/solid/user-tag.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/user-tag.svg rename to projects/icons-fontawesome/src/fa/solid/user-tag.svg diff --git a/projects/icons-fontawesome/src/solid/user-tie.svg b/projects/icons-fontawesome/src/fa/solid/user-tie.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/user-tie.svg rename to projects/icons-fontawesome/src/fa/solid/user-tie.svg diff --git a/projects/icons-fontawesome/src/solid/user-xmark.svg b/projects/icons-fontawesome/src/fa/solid/user-xmark.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/user-xmark.svg rename to projects/icons-fontawesome/src/fa/solid/user-xmark.svg diff --git a/projects/icons-fontawesome/src/solid/user.svg b/projects/icons-fontawesome/src/fa/solid/user.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/user.svg rename to projects/icons-fontawesome/src/fa/solid/user.svg diff --git a/projects/icons-fontawesome/src/solid/users-between-lines.svg b/projects/icons-fontawesome/src/fa/solid/users-between-lines.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/users-between-lines.svg rename to projects/icons-fontawesome/src/fa/solid/users-between-lines.svg diff --git a/projects/icons-fontawesome/src/solid/users-gear.svg b/projects/icons-fontawesome/src/fa/solid/users-gear.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/users-gear.svg rename to projects/icons-fontawesome/src/fa/solid/users-gear.svg diff --git a/projects/icons-fontawesome/src/solid/users-line.svg b/projects/icons-fontawesome/src/fa/solid/users-line.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/users-line.svg rename to projects/icons-fontawesome/src/fa/solid/users-line.svg diff --git a/projects/icons-fontawesome/src/solid/users-rays.svg b/projects/icons-fontawesome/src/fa/solid/users-rays.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/users-rays.svg rename to projects/icons-fontawesome/src/fa/solid/users-rays.svg diff --git a/projects/icons-fontawesome/src/solid/users-rectangle.svg b/projects/icons-fontawesome/src/fa/solid/users-rectangle.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/users-rectangle.svg rename to projects/icons-fontawesome/src/fa/solid/users-rectangle.svg diff --git a/projects/icons-fontawesome/src/solid/users-slash.svg b/projects/icons-fontawesome/src/fa/solid/users-slash.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/users-slash.svg rename to projects/icons-fontawesome/src/fa/solid/users-slash.svg diff --git a/projects/icons-fontawesome/src/solid/users-viewfinder.svg b/projects/icons-fontawesome/src/fa/solid/users-viewfinder.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/users-viewfinder.svg rename to projects/icons-fontawesome/src/fa/solid/users-viewfinder.svg diff --git a/projects/icons-fontawesome/src/solid/users.svg b/projects/icons-fontawesome/src/fa/solid/users.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/users.svg rename to projects/icons-fontawesome/src/fa/solid/users.svg diff --git a/projects/icons-fontawesome/src/solid/utensils.svg b/projects/icons-fontawesome/src/fa/solid/utensils.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/utensils.svg rename to projects/icons-fontawesome/src/fa/solid/utensils.svg diff --git a/projects/icons-fontawesome/src/solid/v.svg b/projects/icons-fontawesome/src/fa/solid/v.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/v.svg rename to projects/icons-fontawesome/src/fa/solid/v.svg diff --git a/projects/icons-fontawesome/src/solid/van-shuttle.svg b/projects/icons-fontawesome/src/fa/solid/van-shuttle.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/van-shuttle.svg rename to projects/icons-fontawesome/src/fa/solid/van-shuttle.svg diff --git a/projects/icons-fontawesome/src/solid/vault.svg b/projects/icons-fontawesome/src/fa/solid/vault.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/vault.svg rename to projects/icons-fontawesome/src/fa/solid/vault.svg diff --git a/projects/icons-fontawesome/src/solid/vector-square.svg b/projects/icons-fontawesome/src/fa/solid/vector-square.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/vector-square.svg rename to projects/icons-fontawesome/src/fa/solid/vector-square.svg diff --git a/projects/icons-fontawesome/src/solid/venus-double.svg b/projects/icons-fontawesome/src/fa/solid/venus-double.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/venus-double.svg rename to projects/icons-fontawesome/src/fa/solid/venus-double.svg diff --git a/projects/icons-fontawesome/src/solid/venus-mars.svg b/projects/icons-fontawesome/src/fa/solid/venus-mars.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/venus-mars.svg rename to projects/icons-fontawesome/src/fa/solid/venus-mars.svg diff --git a/projects/icons-fontawesome/src/solid/venus.svg b/projects/icons-fontawesome/src/fa/solid/venus.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/venus.svg rename to projects/icons-fontawesome/src/fa/solid/venus.svg diff --git a/projects/icons-fontawesome/src/solid/vest-patches.svg b/projects/icons-fontawesome/src/fa/solid/vest-patches.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/vest-patches.svg rename to projects/icons-fontawesome/src/fa/solid/vest-patches.svg diff --git a/projects/icons-fontawesome/src/solid/vest.svg b/projects/icons-fontawesome/src/fa/solid/vest.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/vest.svg rename to projects/icons-fontawesome/src/fa/solid/vest.svg diff --git a/projects/icons-fontawesome/src/solid/vial-circle-check.svg b/projects/icons-fontawesome/src/fa/solid/vial-circle-check.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/vial-circle-check.svg rename to projects/icons-fontawesome/src/fa/solid/vial-circle-check.svg diff --git a/projects/icons-fontawesome/src/solid/vial-virus.svg b/projects/icons-fontawesome/src/fa/solid/vial-virus.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/vial-virus.svg rename to projects/icons-fontawesome/src/fa/solid/vial-virus.svg diff --git a/projects/icons-fontawesome/src/solid/vial.svg b/projects/icons-fontawesome/src/fa/solid/vial.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/vial.svg rename to projects/icons-fontawesome/src/fa/solid/vial.svg diff --git a/projects/icons-fontawesome/src/solid/vials.svg b/projects/icons-fontawesome/src/fa/solid/vials.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/vials.svg rename to projects/icons-fontawesome/src/fa/solid/vials.svg diff --git a/projects/icons-fontawesome/src/solid/video-slash.svg b/projects/icons-fontawesome/src/fa/solid/video-slash.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/video-slash.svg rename to projects/icons-fontawesome/src/fa/solid/video-slash.svg diff --git a/projects/icons-fontawesome/src/solid/video.svg b/projects/icons-fontawesome/src/fa/solid/video.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/video.svg rename to projects/icons-fontawesome/src/fa/solid/video.svg diff --git a/projects/icons-fontawesome/src/solid/vihara.svg b/projects/icons-fontawesome/src/fa/solid/vihara.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/vihara.svg rename to projects/icons-fontawesome/src/fa/solid/vihara.svg diff --git a/projects/icons-fontawesome/src/solid/virus-covid-slash.svg b/projects/icons-fontawesome/src/fa/solid/virus-covid-slash.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/virus-covid-slash.svg rename to projects/icons-fontawesome/src/fa/solid/virus-covid-slash.svg diff --git a/projects/icons-fontawesome/src/solid/virus-covid.svg b/projects/icons-fontawesome/src/fa/solid/virus-covid.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/virus-covid.svg rename to projects/icons-fontawesome/src/fa/solid/virus-covid.svg diff --git a/projects/icons-fontawesome/src/solid/virus-slash.svg b/projects/icons-fontawesome/src/fa/solid/virus-slash.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/virus-slash.svg rename to projects/icons-fontawesome/src/fa/solid/virus-slash.svg diff --git a/projects/icons-fontawesome/src/solid/virus.svg b/projects/icons-fontawesome/src/fa/solid/virus.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/virus.svg rename to projects/icons-fontawesome/src/fa/solid/virus.svg diff --git a/projects/icons-fontawesome/src/solid/viruses.svg b/projects/icons-fontawesome/src/fa/solid/viruses.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/viruses.svg rename to projects/icons-fontawesome/src/fa/solid/viruses.svg diff --git a/projects/icons-fontawesome/src/solid/voicemail.svg b/projects/icons-fontawesome/src/fa/solid/voicemail.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/voicemail.svg rename to projects/icons-fontawesome/src/fa/solid/voicemail.svg diff --git a/projects/icons-fontawesome/src/solid/volcano.svg b/projects/icons-fontawesome/src/fa/solid/volcano.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/volcano.svg rename to projects/icons-fontawesome/src/fa/solid/volcano.svg diff --git a/projects/icons-fontawesome/src/solid/volleyball.svg b/projects/icons-fontawesome/src/fa/solid/volleyball.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/volleyball.svg rename to projects/icons-fontawesome/src/fa/solid/volleyball.svg diff --git a/projects/icons-fontawesome/src/solid/volume-high.svg b/projects/icons-fontawesome/src/fa/solid/volume-high.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/volume-high.svg rename to projects/icons-fontawesome/src/fa/solid/volume-high.svg diff --git a/projects/icons-fontawesome/src/solid/volume-low.svg b/projects/icons-fontawesome/src/fa/solid/volume-low.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/volume-low.svg rename to projects/icons-fontawesome/src/fa/solid/volume-low.svg diff --git a/projects/icons-fontawesome/src/solid/volume-off.svg b/projects/icons-fontawesome/src/fa/solid/volume-off.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/volume-off.svg rename to projects/icons-fontawesome/src/fa/solid/volume-off.svg diff --git a/projects/icons-fontawesome/src/solid/volume-xmark.svg b/projects/icons-fontawesome/src/fa/solid/volume-xmark.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/volume-xmark.svg rename to projects/icons-fontawesome/src/fa/solid/volume-xmark.svg diff --git a/projects/icons-fontawesome/src/solid/vr-cardboard.svg b/projects/icons-fontawesome/src/fa/solid/vr-cardboard.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/vr-cardboard.svg rename to projects/icons-fontawesome/src/fa/solid/vr-cardboard.svg diff --git a/projects/icons-fontawesome/src/solid/w.svg b/projects/icons-fontawesome/src/fa/solid/w.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/w.svg rename to projects/icons-fontawesome/src/fa/solid/w.svg diff --git a/projects/icons-fontawesome/src/solid/walkie-talkie.svg b/projects/icons-fontawesome/src/fa/solid/walkie-talkie.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/walkie-talkie.svg rename to projects/icons-fontawesome/src/fa/solid/walkie-talkie.svg diff --git a/projects/icons-fontawesome/src/solid/wallet.svg b/projects/icons-fontawesome/src/fa/solid/wallet.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/wallet.svg rename to projects/icons-fontawesome/src/fa/solid/wallet.svg diff --git a/projects/icons-fontawesome/src/solid/wand-magic-sparkles.svg b/projects/icons-fontawesome/src/fa/solid/wand-magic-sparkles.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/wand-magic-sparkles.svg rename to projects/icons-fontawesome/src/fa/solid/wand-magic-sparkles.svg diff --git a/projects/icons-fontawesome/src/solid/wand-magic.svg b/projects/icons-fontawesome/src/fa/solid/wand-magic.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/wand-magic.svg rename to projects/icons-fontawesome/src/fa/solid/wand-magic.svg diff --git a/projects/icons-fontawesome/src/solid/wand-sparkles.svg b/projects/icons-fontawesome/src/fa/solid/wand-sparkles.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/wand-sparkles.svg rename to projects/icons-fontawesome/src/fa/solid/wand-sparkles.svg diff --git a/projects/icons-fontawesome/src/solid/warehouse.svg b/projects/icons-fontawesome/src/fa/solid/warehouse.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/warehouse.svg rename to projects/icons-fontawesome/src/fa/solid/warehouse.svg diff --git a/projects/icons-fontawesome/src/solid/water-ladder.svg b/projects/icons-fontawesome/src/fa/solid/water-ladder.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/water-ladder.svg rename to projects/icons-fontawesome/src/fa/solid/water-ladder.svg diff --git a/projects/icons-fontawesome/src/solid/water.svg b/projects/icons-fontawesome/src/fa/solid/water.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/water.svg rename to projects/icons-fontawesome/src/fa/solid/water.svg diff --git a/projects/icons-fontawesome/src/solid/wave-square.svg b/projects/icons-fontawesome/src/fa/solid/wave-square.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/wave-square.svg rename to projects/icons-fontawesome/src/fa/solid/wave-square.svg diff --git a/projects/icons-fontawesome/src/solid/web-awesome.svg b/projects/icons-fontawesome/src/fa/solid/web-awesome.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/web-awesome.svg rename to projects/icons-fontawesome/src/fa/solid/web-awesome.svg diff --git a/projects/icons-fontawesome/src/solid/weight-hanging.svg b/projects/icons-fontawesome/src/fa/solid/weight-hanging.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/weight-hanging.svg rename to projects/icons-fontawesome/src/fa/solid/weight-hanging.svg diff --git a/projects/icons-fontawesome/src/solid/weight-scale.svg b/projects/icons-fontawesome/src/fa/solid/weight-scale.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/weight-scale.svg rename to projects/icons-fontawesome/src/fa/solid/weight-scale.svg diff --git a/projects/icons-fontawesome/src/solid/wheat-awn-circle-exclamation.svg b/projects/icons-fontawesome/src/fa/solid/wheat-awn-circle-exclamation.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/wheat-awn-circle-exclamation.svg rename to projects/icons-fontawesome/src/fa/solid/wheat-awn-circle-exclamation.svg diff --git a/projects/icons-fontawesome/src/solid/wheat-awn.svg b/projects/icons-fontawesome/src/fa/solid/wheat-awn.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/wheat-awn.svg rename to projects/icons-fontawesome/src/fa/solid/wheat-awn.svg diff --git a/projects/icons-fontawesome/src/solid/wheelchair-move.svg b/projects/icons-fontawesome/src/fa/solid/wheelchair-move.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/wheelchair-move.svg rename to projects/icons-fontawesome/src/fa/solid/wheelchair-move.svg diff --git a/projects/icons-fontawesome/src/solid/wheelchair.svg b/projects/icons-fontawesome/src/fa/solid/wheelchair.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/wheelchair.svg rename to projects/icons-fontawesome/src/fa/solid/wheelchair.svg diff --git a/projects/icons-fontawesome/src/solid/whiskey-glass.svg b/projects/icons-fontawesome/src/fa/solid/whiskey-glass.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/whiskey-glass.svg rename to projects/icons-fontawesome/src/fa/solid/whiskey-glass.svg diff --git a/projects/icons-fontawesome/src/solid/wifi.svg b/projects/icons-fontawesome/src/fa/solid/wifi.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/wifi.svg rename to projects/icons-fontawesome/src/fa/solid/wifi.svg diff --git a/projects/icons-fontawesome/src/solid/wind.svg b/projects/icons-fontawesome/src/fa/solid/wind.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/wind.svg rename to projects/icons-fontawesome/src/fa/solid/wind.svg diff --git a/projects/icons-fontawesome/src/solid/window-maximize.svg b/projects/icons-fontawesome/src/fa/solid/window-maximize.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/window-maximize.svg rename to projects/icons-fontawesome/src/fa/solid/window-maximize.svg diff --git a/projects/icons-fontawesome/src/solid/window-minimize.svg b/projects/icons-fontawesome/src/fa/solid/window-minimize.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/window-minimize.svg rename to projects/icons-fontawesome/src/fa/solid/window-minimize.svg diff --git a/projects/icons-fontawesome/src/solid/window-restore.svg b/projects/icons-fontawesome/src/fa/solid/window-restore.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/window-restore.svg rename to projects/icons-fontawesome/src/fa/solid/window-restore.svg diff --git a/projects/icons-fontawesome/src/solid/wine-bottle.svg b/projects/icons-fontawesome/src/fa/solid/wine-bottle.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/wine-bottle.svg rename to projects/icons-fontawesome/src/fa/solid/wine-bottle.svg diff --git a/projects/icons-fontawesome/src/solid/wine-glass-empty.svg b/projects/icons-fontawesome/src/fa/solid/wine-glass-empty.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/wine-glass-empty.svg rename to projects/icons-fontawesome/src/fa/solid/wine-glass-empty.svg diff --git a/projects/icons-fontawesome/src/solid/wine-glass.svg b/projects/icons-fontawesome/src/fa/solid/wine-glass.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/wine-glass.svg rename to projects/icons-fontawesome/src/fa/solid/wine-glass.svg diff --git a/projects/icons-fontawesome/src/solid/won-sign.svg b/projects/icons-fontawesome/src/fa/solid/won-sign.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/won-sign.svg rename to projects/icons-fontawesome/src/fa/solid/won-sign.svg diff --git a/projects/icons-fontawesome/src/solid/worm.svg b/projects/icons-fontawesome/src/fa/solid/worm.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/worm.svg rename to projects/icons-fontawesome/src/fa/solid/worm.svg diff --git a/projects/icons-fontawesome/src/solid/wrench.svg b/projects/icons-fontawesome/src/fa/solid/wrench.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/wrench.svg rename to projects/icons-fontawesome/src/fa/solid/wrench.svg diff --git a/projects/icons-fontawesome/src/solid/x-ray.svg b/projects/icons-fontawesome/src/fa/solid/x-ray.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/x-ray.svg rename to projects/icons-fontawesome/src/fa/solid/x-ray.svg diff --git a/projects/icons-fontawesome/src/solid/x.svg b/projects/icons-fontawesome/src/fa/solid/x.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/x.svg rename to projects/icons-fontawesome/src/fa/solid/x.svg diff --git a/projects/icons-fontawesome/src/solid/xmark.svg b/projects/icons-fontawesome/src/fa/solid/xmark.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/xmark.svg rename to projects/icons-fontawesome/src/fa/solid/xmark.svg diff --git a/projects/icons-fontawesome/src/solid/xmarks-lines.svg b/projects/icons-fontawesome/src/fa/solid/xmarks-lines.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/xmarks-lines.svg rename to projects/icons-fontawesome/src/fa/solid/xmarks-lines.svg diff --git a/projects/icons-fontawesome/src/solid/y.svg b/projects/icons-fontawesome/src/fa/solid/y.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/y.svg rename to projects/icons-fontawesome/src/fa/solid/y.svg diff --git a/projects/icons-fontawesome/src/solid/yen-sign.svg b/projects/icons-fontawesome/src/fa/solid/yen-sign.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/yen-sign.svg rename to projects/icons-fontawesome/src/fa/solid/yen-sign.svg diff --git a/projects/icons-fontawesome/src/solid/yin-yang.svg b/projects/icons-fontawesome/src/fa/solid/yin-yang.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/yin-yang.svg rename to projects/icons-fontawesome/src/fa/solid/yin-yang.svg diff --git a/projects/icons-fontawesome/src/solid/z.svg b/projects/icons-fontawesome/src/fa/solid/z.svg similarity index 100% rename from projects/icons-fontawesome/src/solid/z.svg rename to projects/icons-fontawesome/src/fa/solid/z.svg diff --git a/projects/icons-fontawesome/src/google-pay.svg b/projects/icons-fontawesome/src/google-pay.svg index fbdf481b9ea0..f5751f573daa 100644 --- a/projects/icons-fontawesome/src/google-pay.svg +++ b/projects/icons-fontawesome/src/google-pay.svg @@ -1 +1,43 @@ -projects/icons/src/google-pay.svg + + + + + + + + + + + + + + + diff --git a/projects/icons-fontawesome/src/humo.svg b/projects/icons-fontawesome/src/humo.svg index 2e907033e71d..00a5edce9233 100644 --- a/projects/icons-fontawesome/src/humo.svg +++ b/projects/icons-fontawesome/src/humo.svg @@ -1 +1,1114 @@ -projects/icons/src/humo.svg + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/projects/icons-fontawesome/src/jcb.svg b/projects/icons-fontawesome/src/jcb.svg index 115e9d9a6242..94cedb9b18ba 100644 --- a/projects/icons-fontawesome/src/jcb.svg +++ b/projects/icons-fontawesome/src/jcb.svg @@ -1 +1,24 @@ -projects/icons/src/jcb.svg + + + + + + + + diff --git a/projects/icons-fontawesome/src/maestro-mono.svg b/projects/icons-fontawesome/src/maestro-mono.svg index bc6754b1d7ec..45fca854e140 100644 --- a/projects/icons-fontawesome/src/maestro-mono.svg +++ b/projects/icons-fontawesome/src/maestro-mono.svg @@ -1 +1,28 @@ -projects/icons/src/maestro-mono.svg + + + + + + + + + diff --git a/projects/icons-fontawesome/src/maestro.svg b/projects/icons-fontawesome/src/maestro.svg index c4b46723aa25..4179d3886226 100644 --- a/projects/icons-fontawesome/src/maestro.svg +++ b/projects/icons-fontawesome/src/maestro.svg @@ -1 +1,19 @@ -projects/icons/src/maestro.svg + + + + + + + diff --git a/projects/icons-fontawesome/src/mastercard-mono.svg b/projects/icons-fontawesome/src/mastercard-mono.svg index b7b7a509e2b9..84316672cf20 100644 --- a/projects/icons-fontawesome/src/mastercard-mono.svg +++ b/projects/icons-fontawesome/src/mastercard-mono.svg @@ -1 +1,27 @@ -projects/icons/src/mastercard-mono.svg + + + + + + + + + diff --git a/projects/icons-fontawesome/src/mastercard.svg b/projects/icons-fontawesome/src/mastercard.svg index 89b7b08a1a9f..1006d5189169 100644 --- a/projects/icons-fontawesome/src/mastercard.svg +++ b/projects/icons-fontawesome/src/mastercard.svg @@ -1 +1,22 @@ -projects/icons/src/mastercard.svg + + + + + + + diff --git a/projects/icons-fontawesome/src/mir-mono.svg b/projects/icons-fontawesome/src/mir-mono.svg index d1dd39ef0d99..0574e11a3be5 100644 --- a/projects/icons-fontawesome/src/mir-mono.svg +++ b/projects/icons-fontawesome/src/mir-mono.svg @@ -1 +1,7 @@ -projects/icons/src/mir-mono.svg + + + diff --git a/projects/icons-fontawesome/src/mir.svg b/projects/icons-fontawesome/src/mir.svg index 23300915dcac..cf328585705f 100644 --- a/projects/icons-fontawesome/src/mir.svg +++ b/projects/icons-fontawesome/src/mir.svg @@ -1 +1,30 @@ -projects/icons/src/mir.svg + + + + + + + + + + + + + + diff --git a/projects/icons-fontawesome/src/pay-pal.svg b/projects/icons-fontawesome/src/pay-pal.svg index 7a153d12565d..fb2a74ec95d2 100644 --- a/projects/icons-fontawesome/src/pay-pal.svg +++ b/projects/icons-fontawesome/src/pay-pal.svg @@ -1 +1,58 @@ -projects/icons/src/pay-pal.svg + + + + + + + + + + + + + + + + + + diff --git a/projects/icons-fontawesome/src/ru-pay.svg b/projects/icons-fontawesome/src/ru-pay.svg index a4c934919150..b917abeb5d29 100644 --- a/projects/icons-fontawesome/src/ru-pay.svg +++ b/projects/icons-fontawesome/src/ru-pay.svg @@ -1 +1,45 @@ -projects/icons/src/ru-pay.svg + + + + + + + + + + + diff --git a/projects/icons-fontawesome/src/samsung-pay.svg b/projects/icons-fontawesome/src/samsung-pay.svg index a6ebd1081ab7..035c0cc406ab 100644 --- a/projects/icons-fontawesome/src/samsung-pay.svg +++ b/projects/icons-fontawesome/src/samsung-pay.svg @@ -1 +1,23 @@ -projects/icons/src/samsung-pay.svg + + + + + + + + + + + diff --git a/projects/icons-fontawesome/src/union-pay.svg b/projects/icons-fontawesome/src/union-pay.svg index 0b460cf0e694..e7c49f04ebc1 100644 --- a/projects/icons-fontawesome/src/union-pay.svg +++ b/projects/icons-fontawesome/src/union-pay.svg @@ -1 +1,37 @@ -projects/icons/src/union-pay.svg + + + + + + + + + diff --git a/projects/icons-fontawesome/src/uzcard.svg b/projects/icons-fontawesome/src/uzcard.svg index 5f1bdc4f91f1..57df418f1ed9 100644 --- a/projects/icons-fontawesome/src/uzcard.svg +++ b/projects/icons-fontawesome/src/uzcard.svg @@ -1 +1,34 @@ -projects/icons/src/uzcard.svg + + + + + + + + + diff --git a/projects/icons-fontawesome/src/verve.svg b/projects/icons-fontawesome/src/verve.svg index d9bf846d83d6..c2ae5d9b8132 100644 --- a/projects/icons-fontawesome/src/verve.svg +++ b/projects/icons-fontawesome/src/verve.svg @@ -1 +1,29 @@ -projects/icons/src/verve.svg + + + + + + + + + diff --git a/projects/icons-fontawesome/src/visa-mono.svg b/projects/icons-fontawesome/src/visa-mono.svg index ce3f1f16ab67..df83eabf398b 100644 --- a/projects/icons-fontawesome/src/visa-mono.svg +++ b/projects/icons-fontawesome/src/visa-mono.svg @@ -1 +1,8 @@ -projects/icons/src/visa-mono.svg + + + diff --git a/projects/icons-fontawesome/src/visa.svg b/projects/icons-fontawesome/src/visa.svg index 503beea01d55..4bf8a9cd0d2b 100644 --- a/projects/icons-fontawesome/src/visa.svg +++ b/projects/icons-fontawesome/src/visa.svg @@ -1 +1,8 @@ -projects/icons/src/visa.svg + + + diff --git a/projects/icons-fontawesome/src/world-pay.svg b/projects/icons-fontawesome/src/world-pay.svg index e9529e9ed470..13faf6e94779 100644 --- a/projects/icons-fontawesome/src/world-pay.svg +++ b/projects/icons-fontawesome/src/world-pay.svg @@ -1 +1,48 @@ -projects/icons/src/world-pay.svg + + + + + + + + + + + + + + + + diff --git a/projects/icons-material/scripts/prepare-icons.ts b/projects/icons-material/scripts/prepare-icons.ts index 186b1855362b..0f6a674071c4 100644 --- a/projects/icons-material/scripts/prepare-icons.ts +++ b/projects/icons-material/scripts/prepare-icons.ts @@ -24,7 +24,7 @@ import path from 'node:path'; '<$1 vector-effect="non-scaling-stroke"', ); - const filePath = path.join(dest, type, filename); + const filePath = path.join(dest, 'material', type, filename); fs.mkdirSync(path.dirname(filePath), {recursive: true}); fs.writeFileSync(filePath, content); @@ -79,7 +79,10 @@ import path from 'node:path'; ].forEach((filename) => { const filePath = path.join('projects/icons/src', `${filename}.svg`); - fs.writeFileSync(path.join(dest, `${filename}.svg`), filePath); + fs.writeFileSync( + path.join(dest, `${filename}.svg`), + fs.readFileSync(path.join(filePath), 'utf-8'), + ); console.info('copied:', filePath); }); diff --git a/projects/icons-material/src/ali-pay.svg b/projects/icons-material/src/ali-pay.svg index 4f214cb708eb..b86d4e06ee86 100644 --- a/projects/icons-material/src/ali-pay.svg +++ b/projects/icons-material/src/ali-pay.svg @@ -1 +1,40 @@ -projects/icons/src/ali-pay.svg + + + + + + + + + + + + + + + diff --git a/projects/icons-material/src/amazon-pay.svg b/projects/icons-material/src/amazon-pay.svg index ffc99e4b5951..6cf7a9fe8007 100644 --- a/projects/icons-material/src/amazon-pay.svg +++ b/projects/icons-material/src/amazon-pay.svg @@ -1 +1,34 @@ -projects/icons/src/amazon-pay.svg + + + + + + + + + + + + + + + diff --git a/projects/icons-material/src/amex.svg b/projects/icons-material/src/amex.svg index ffe0840ec1ef..e34a49c11233 100644 --- a/projects/icons-material/src/amex.svg +++ b/projects/icons-material/src/amex.svg @@ -1 +1,13 @@ -projects/icons/src/amex.svg + + + + + diff --git a/projects/icons-material/src/android-pay.svg b/projects/icons-material/src/android-pay.svg index bbcde5f5de38..68bcfa98a9e5 100644 --- a/projects/icons-material/src/android-pay.svg +++ b/projects/icons-material/src/android-pay.svg @@ -1 +1,35 @@ -projects/icons/src/android-pay.svg + + + + + + + + + + + + + + + diff --git a/projects/icons-material/src/apple-pay.svg b/projects/icons-material/src/apple-pay.svg index a25eb0066325..321907ecf1fb 100644 --- a/projects/icons-material/src/apple-pay.svg +++ b/projects/icons-material/src/apple-pay.svg @@ -1 +1,23 @@ -projects/icons/src/apple-pay.svg + + + + + + + + + + + diff --git a/projects/icons-material/src/cirrus.svg b/projects/icons-material/src/cirrus.svg index 1c99d3e6f215..85a78034d87a 100644 --- a/projects/icons-material/src/cirrus.svg +++ b/projects/icons-material/src/cirrus.svg @@ -1 +1,41 @@ -projects/icons/src/cirrus.svg + + + + + + + + + + + + + + diff --git a/projects/icons-material/src/diners-club.svg b/projects/icons-material/src/diners-club.svg index fbe87fd3f31c..da5e59932e47 100644 --- a/projects/icons-material/src/diners-club.svg +++ b/projects/icons-material/src/diners-club.svg @@ -1 +1,18 @@ -projects/icons/src/diners-club.svg + + + + + + diff --git a/projects/icons-material/src/discover.svg b/projects/icons-material/src/discover.svg index 6179ca75a3eb..e38453f6d564 100644 --- a/projects/icons-material/src/discover.svg +++ b/projects/icons-material/src/discover.svg @@ -1 +1,17 @@ -projects/icons/src/discover.svg + + + + + diff --git a/projects/icons-material/src/electron-mono.svg b/projects/icons-material/src/electron-mono.svg index 4be283c8b271..f36edd5e7cdb 100644 --- a/projects/icons-material/src/electron-mono.svg +++ b/projects/icons-material/src/electron-mono.svg @@ -1 +1,32 @@ -projects/icons/src/electron-mono.svg + + + + + + + + diff --git a/projects/icons-material/src/electron.svg b/projects/icons-material/src/electron.svg index d89ca1cd5ab2..2d49b140327c 100644 --- a/projects/icons-material/src/electron.svg +++ b/projects/icons-material/src/electron.svg @@ -1 +1,32 @@ -projects/icons/src/electron.svg + + + + + + + + diff --git a/projects/icons-material/src/google-pay.svg b/projects/icons-material/src/google-pay.svg index fbdf481b9ea0..f5751f573daa 100644 --- a/projects/icons-material/src/google-pay.svg +++ b/projects/icons-material/src/google-pay.svg @@ -1 +1,43 @@ -projects/icons/src/google-pay.svg + + + + + + + + + + + + + + + diff --git a/projects/icons-material/src/humo.svg b/projects/icons-material/src/humo.svg index 2e907033e71d..00a5edce9233 100644 --- a/projects/icons-material/src/humo.svg +++ b/projects/icons-material/src/humo.svg @@ -1 +1,1114 @@ -projects/icons/src/humo.svg + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/projects/icons-material/src/jcb.svg b/projects/icons-material/src/jcb.svg index 115e9d9a6242..94cedb9b18ba 100644 --- a/projects/icons-material/src/jcb.svg +++ b/projects/icons-material/src/jcb.svg @@ -1 +1,24 @@ -projects/icons/src/jcb.svg + + + + + + + + diff --git a/projects/icons-material/src/maestro-mono.svg b/projects/icons-material/src/maestro-mono.svg index bc6754b1d7ec..45fca854e140 100644 --- a/projects/icons-material/src/maestro-mono.svg +++ b/projects/icons-material/src/maestro-mono.svg @@ -1 +1,28 @@ -projects/icons/src/maestro-mono.svg + + + + + + + + + diff --git a/projects/icons-material/src/maestro.svg b/projects/icons-material/src/maestro.svg index c4b46723aa25..4179d3886226 100644 --- a/projects/icons-material/src/maestro.svg +++ b/projects/icons-material/src/maestro.svg @@ -1 +1,19 @@ -projects/icons/src/maestro.svg + + + + + + + diff --git a/projects/icons-material/src/mastercard-mono.svg b/projects/icons-material/src/mastercard-mono.svg index b7b7a509e2b9..84316672cf20 100644 --- a/projects/icons-material/src/mastercard-mono.svg +++ b/projects/icons-material/src/mastercard-mono.svg @@ -1 +1,27 @@ -projects/icons/src/mastercard-mono.svg + + + + + + + + + diff --git a/projects/icons-material/src/mastercard.svg b/projects/icons-material/src/mastercard.svg index 89b7b08a1a9f..1006d5189169 100644 --- a/projects/icons-material/src/mastercard.svg +++ b/projects/icons-material/src/mastercard.svg @@ -1 +1,22 @@ -projects/icons/src/mastercard.svg + + + + + + + diff --git a/projects/icons-material/src/filled/10k.svg b/projects/icons-material/src/material/filled/10k.svg similarity index 100% rename from projects/icons-material/src/filled/10k.svg rename to projects/icons-material/src/material/filled/10k.svg diff --git a/projects/icons-material/src/filled/10mp.svg b/projects/icons-material/src/material/filled/10mp.svg similarity index 100% rename from projects/icons-material/src/filled/10mp.svg rename to projects/icons-material/src/material/filled/10mp.svg diff --git a/projects/icons-material/src/filled/11mp.svg b/projects/icons-material/src/material/filled/11mp.svg similarity index 100% rename from projects/icons-material/src/filled/11mp.svg rename to projects/icons-material/src/material/filled/11mp.svg diff --git a/projects/icons-material/src/filled/123.svg b/projects/icons-material/src/material/filled/123.svg similarity index 100% rename from projects/icons-material/src/filled/123.svg rename to projects/icons-material/src/material/filled/123.svg diff --git a/projects/icons-material/src/filled/12mp.svg b/projects/icons-material/src/material/filled/12mp.svg similarity index 100% rename from projects/icons-material/src/filled/12mp.svg rename to projects/icons-material/src/material/filled/12mp.svg diff --git a/projects/icons-material/src/filled/13mp.svg b/projects/icons-material/src/material/filled/13mp.svg similarity index 100% rename from projects/icons-material/src/filled/13mp.svg rename to projects/icons-material/src/material/filled/13mp.svg diff --git a/projects/icons-material/src/filled/14mp.svg b/projects/icons-material/src/material/filled/14mp.svg similarity index 100% rename from projects/icons-material/src/filled/14mp.svg rename to projects/icons-material/src/material/filled/14mp.svg diff --git a/projects/icons-material/src/filled/15mp.svg b/projects/icons-material/src/material/filled/15mp.svg similarity index 100% rename from projects/icons-material/src/filled/15mp.svg rename to projects/icons-material/src/material/filled/15mp.svg diff --git a/projects/icons-material/src/filled/16mp.svg b/projects/icons-material/src/material/filled/16mp.svg similarity index 100% rename from projects/icons-material/src/filled/16mp.svg rename to projects/icons-material/src/material/filled/16mp.svg diff --git a/projects/icons-material/src/filled/17mp.svg b/projects/icons-material/src/material/filled/17mp.svg similarity index 100% rename from projects/icons-material/src/filled/17mp.svg rename to projects/icons-material/src/material/filled/17mp.svg diff --git a/projects/icons-material/src/filled/18_up_rating.svg b/projects/icons-material/src/material/filled/18_up_rating.svg similarity index 100% rename from projects/icons-material/src/filled/18_up_rating.svg rename to projects/icons-material/src/material/filled/18_up_rating.svg diff --git a/projects/icons-material/src/filled/18mp.svg b/projects/icons-material/src/material/filled/18mp.svg similarity index 100% rename from projects/icons-material/src/filled/18mp.svg rename to projects/icons-material/src/material/filled/18mp.svg diff --git a/projects/icons-material/src/filled/19mp.svg b/projects/icons-material/src/material/filled/19mp.svg similarity index 100% rename from projects/icons-material/src/filled/19mp.svg rename to projects/icons-material/src/material/filled/19mp.svg diff --git a/projects/icons-material/src/filled/1k.svg b/projects/icons-material/src/material/filled/1k.svg similarity index 100% rename from projects/icons-material/src/filled/1k.svg rename to projects/icons-material/src/material/filled/1k.svg diff --git a/projects/icons-material/src/filled/1k_plus.svg b/projects/icons-material/src/material/filled/1k_plus.svg similarity index 100% rename from projects/icons-material/src/filled/1k_plus.svg rename to projects/icons-material/src/material/filled/1k_plus.svg diff --git a/projects/icons-material/src/filled/1x_mobiledata.svg b/projects/icons-material/src/material/filled/1x_mobiledata.svg similarity index 100% rename from projects/icons-material/src/filled/1x_mobiledata.svg rename to projects/icons-material/src/material/filled/1x_mobiledata.svg diff --git a/projects/icons-material/src/filled/20mp.svg b/projects/icons-material/src/material/filled/20mp.svg similarity index 100% rename from projects/icons-material/src/filled/20mp.svg rename to projects/icons-material/src/material/filled/20mp.svg diff --git a/projects/icons-material/src/filled/21mp.svg b/projects/icons-material/src/material/filled/21mp.svg similarity index 100% rename from projects/icons-material/src/filled/21mp.svg rename to projects/icons-material/src/material/filled/21mp.svg diff --git a/projects/icons-material/src/filled/22mp.svg b/projects/icons-material/src/material/filled/22mp.svg similarity index 100% rename from projects/icons-material/src/filled/22mp.svg rename to projects/icons-material/src/material/filled/22mp.svg diff --git a/projects/icons-material/src/filled/23mp.svg b/projects/icons-material/src/material/filled/23mp.svg similarity index 100% rename from projects/icons-material/src/filled/23mp.svg rename to projects/icons-material/src/material/filled/23mp.svg diff --git a/projects/icons-material/src/filled/24mp.svg b/projects/icons-material/src/material/filled/24mp.svg similarity index 100% rename from projects/icons-material/src/filled/24mp.svg rename to projects/icons-material/src/material/filled/24mp.svg diff --git a/projects/icons-material/src/filled/2k.svg b/projects/icons-material/src/material/filled/2k.svg similarity index 100% rename from projects/icons-material/src/filled/2k.svg rename to projects/icons-material/src/material/filled/2k.svg diff --git a/projects/icons-material/src/filled/2k_plus.svg b/projects/icons-material/src/material/filled/2k_plus.svg similarity index 100% rename from projects/icons-material/src/filled/2k_plus.svg rename to projects/icons-material/src/material/filled/2k_plus.svg diff --git a/projects/icons-material/src/filled/2mp.svg b/projects/icons-material/src/material/filled/2mp.svg similarity index 100% rename from projects/icons-material/src/filled/2mp.svg rename to projects/icons-material/src/material/filled/2mp.svg diff --git a/projects/icons-material/src/filled/30fps.svg b/projects/icons-material/src/material/filled/30fps.svg similarity index 100% rename from projects/icons-material/src/filled/30fps.svg rename to projects/icons-material/src/material/filled/30fps.svg diff --git a/projects/icons-material/src/filled/30fps_select.svg b/projects/icons-material/src/material/filled/30fps_select.svg similarity index 100% rename from projects/icons-material/src/filled/30fps_select.svg rename to projects/icons-material/src/material/filled/30fps_select.svg diff --git a/projects/icons-material/src/filled/360.svg b/projects/icons-material/src/material/filled/360.svg similarity index 100% rename from projects/icons-material/src/filled/360.svg rename to projects/icons-material/src/material/filled/360.svg diff --git a/projects/icons-material/src/filled/3d_rotation.svg b/projects/icons-material/src/material/filled/3d_rotation.svg similarity index 100% rename from projects/icons-material/src/filled/3d_rotation.svg rename to projects/icons-material/src/material/filled/3d_rotation.svg diff --git a/projects/icons-material/src/filled/3g_mobiledata.svg b/projects/icons-material/src/material/filled/3g_mobiledata.svg similarity index 100% rename from projects/icons-material/src/filled/3g_mobiledata.svg rename to projects/icons-material/src/material/filled/3g_mobiledata.svg diff --git a/projects/icons-material/src/filled/3k.svg b/projects/icons-material/src/material/filled/3k.svg similarity index 100% rename from projects/icons-material/src/filled/3k.svg rename to projects/icons-material/src/material/filled/3k.svg diff --git a/projects/icons-material/src/filled/3k_plus.svg b/projects/icons-material/src/material/filled/3k_plus.svg similarity index 100% rename from projects/icons-material/src/filled/3k_plus.svg rename to projects/icons-material/src/material/filled/3k_plus.svg diff --git a/projects/icons-material/src/filled/3mp.svg b/projects/icons-material/src/material/filled/3mp.svg similarity index 100% rename from projects/icons-material/src/filled/3mp.svg rename to projects/icons-material/src/material/filled/3mp.svg diff --git a/projects/icons-material/src/filled/3p.svg b/projects/icons-material/src/material/filled/3p.svg similarity index 100% rename from projects/icons-material/src/filled/3p.svg rename to projects/icons-material/src/material/filled/3p.svg diff --git a/projects/icons-material/src/filled/4g_mobiledata.svg b/projects/icons-material/src/material/filled/4g_mobiledata.svg similarity index 100% rename from projects/icons-material/src/filled/4g_mobiledata.svg rename to projects/icons-material/src/material/filled/4g_mobiledata.svg diff --git a/projects/icons-material/src/filled/4g_plus_mobiledata.svg b/projects/icons-material/src/material/filled/4g_plus_mobiledata.svg similarity index 100% rename from projects/icons-material/src/filled/4g_plus_mobiledata.svg rename to projects/icons-material/src/material/filled/4g_plus_mobiledata.svg diff --git a/projects/icons-material/src/filled/4k.svg b/projects/icons-material/src/material/filled/4k.svg similarity index 100% rename from projects/icons-material/src/filled/4k.svg rename to projects/icons-material/src/material/filled/4k.svg diff --git a/projects/icons-material/src/filled/4k_plus.svg b/projects/icons-material/src/material/filled/4k_plus.svg similarity index 100% rename from projects/icons-material/src/filled/4k_plus.svg rename to projects/icons-material/src/material/filled/4k_plus.svg diff --git a/projects/icons-material/src/filled/4mp.svg b/projects/icons-material/src/material/filled/4mp.svg similarity index 100% rename from projects/icons-material/src/filled/4mp.svg rename to projects/icons-material/src/material/filled/4mp.svg diff --git a/projects/icons-material/src/filled/5g.svg b/projects/icons-material/src/material/filled/5g.svg similarity index 100% rename from projects/icons-material/src/filled/5g.svg rename to projects/icons-material/src/material/filled/5g.svg diff --git a/projects/icons-material/src/filled/5k.svg b/projects/icons-material/src/material/filled/5k.svg similarity index 100% rename from projects/icons-material/src/filled/5k.svg rename to projects/icons-material/src/material/filled/5k.svg diff --git a/projects/icons-material/src/filled/5k_plus.svg b/projects/icons-material/src/material/filled/5k_plus.svg similarity index 100% rename from projects/icons-material/src/filled/5k_plus.svg rename to projects/icons-material/src/material/filled/5k_plus.svg diff --git a/projects/icons-material/src/filled/5mp.svg b/projects/icons-material/src/material/filled/5mp.svg similarity index 100% rename from projects/icons-material/src/filled/5mp.svg rename to projects/icons-material/src/material/filled/5mp.svg diff --git a/projects/icons-material/src/filled/60fps.svg b/projects/icons-material/src/material/filled/60fps.svg similarity index 100% rename from projects/icons-material/src/filled/60fps.svg rename to projects/icons-material/src/material/filled/60fps.svg diff --git a/projects/icons-material/src/filled/60fps_select.svg b/projects/icons-material/src/material/filled/60fps_select.svg similarity index 100% rename from projects/icons-material/src/filled/60fps_select.svg rename to projects/icons-material/src/material/filled/60fps_select.svg diff --git a/projects/icons-material/src/filled/6_ft_apart.svg b/projects/icons-material/src/material/filled/6_ft_apart.svg similarity index 100% rename from projects/icons-material/src/filled/6_ft_apart.svg rename to projects/icons-material/src/material/filled/6_ft_apart.svg diff --git a/projects/icons-material/src/filled/6k.svg b/projects/icons-material/src/material/filled/6k.svg similarity index 100% rename from projects/icons-material/src/filled/6k.svg rename to projects/icons-material/src/material/filled/6k.svg diff --git a/projects/icons-material/src/filled/6k_plus.svg b/projects/icons-material/src/material/filled/6k_plus.svg similarity index 100% rename from projects/icons-material/src/filled/6k_plus.svg rename to projects/icons-material/src/material/filled/6k_plus.svg diff --git a/projects/icons-material/src/filled/6mp.svg b/projects/icons-material/src/material/filled/6mp.svg similarity index 100% rename from projects/icons-material/src/filled/6mp.svg rename to projects/icons-material/src/material/filled/6mp.svg diff --git a/projects/icons-material/src/filled/7k.svg b/projects/icons-material/src/material/filled/7k.svg similarity index 100% rename from projects/icons-material/src/filled/7k.svg rename to projects/icons-material/src/material/filled/7k.svg diff --git a/projects/icons-material/src/filled/7k_plus.svg b/projects/icons-material/src/material/filled/7k_plus.svg similarity index 100% rename from projects/icons-material/src/filled/7k_plus.svg rename to projects/icons-material/src/material/filled/7k_plus.svg diff --git a/projects/icons-material/src/filled/7mp.svg b/projects/icons-material/src/material/filled/7mp.svg similarity index 100% rename from projects/icons-material/src/filled/7mp.svg rename to projects/icons-material/src/material/filled/7mp.svg diff --git a/projects/icons-material/src/filled/8k.svg b/projects/icons-material/src/material/filled/8k.svg similarity index 100% rename from projects/icons-material/src/filled/8k.svg rename to projects/icons-material/src/material/filled/8k.svg diff --git a/projects/icons-material/src/filled/8k_plus.svg b/projects/icons-material/src/material/filled/8k_plus.svg similarity index 100% rename from projects/icons-material/src/filled/8k_plus.svg rename to projects/icons-material/src/material/filled/8k_plus.svg diff --git a/projects/icons-material/src/filled/8mp.svg b/projects/icons-material/src/material/filled/8mp.svg similarity index 100% rename from projects/icons-material/src/filled/8mp.svg rename to projects/icons-material/src/material/filled/8mp.svg diff --git a/projects/icons-material/src/filled/9k.svg b/projects/icons-material/src/material/filled/9k.svg similarity index 100% rename from projects/icons-material/src/filled/9k.svg rename to projects/icons-material/src/material/filled/9k.svg diff --git a/projects/icons-material/src/filled/9k_plus.svg b/projects/icons-material/src/material/filled/9k_plus.svg similarity index 100% rename from projects/icons-material/src/filled/9k_plus.svg rename to projects/icons-material/src/material/filled/9k_plus.svg diff --git a/projects/icons-material/src/filled/9mp.svg b/projects/icons-material/src/material/filled/9mp.svg similarity index 100% rename from projects/icons-material/src/filled/9mp.svg rename to projects/icons-material/src/material/filled/9mp.svg diff --git a/projects/icons-material/src/filled/abc.svg b/projects/icons-material/src/material/filled/abc.svg similarity index 100% rename from projects/icons-material/src/filled/abc.svg rename to projects/icons-material/src/material/filled/abc.svg diff --git a/projects/icons-material/src/filled/ac_unit.svg b/projects/icons-material/src/material/filled/ac_unit.svg similarity index 100% rename from projects/icons-material/src/filled/ac_unit.svg rename to projects/icons-material/src/material/filled/ac_unit.svg diff --git a/projects/icons-material/src/filled/access_alarm.svg b/projects/icons-material/src/material/filled/access_alarm.svg similarity index 100% rename from projects/icons-material/src/filled/access_alarm.svg rename to projects/icons-material/src/material/filled/access_alarm.svg diff --git a/projects/icons-material/src/filled/access_alarms.svg b/projects/icons-material/src/material/filled/access_alarms.svg similarity index 100% rename from projects/icons-material/src/filled/access_alarms.svg rename to projects/icons-material/src/material/filled/access_alarms.svg diff --git a/projects/icons-material/src/filled/access_time.svg b/projects/icons-material/src/material/filled/access_time.svg similarity index 100% rename from projects/icons-material/src/filled/access_time.svg rename to projects/icons-material/src/material/filled/access_time.svg diff --git a/projects/icons-material/src/filled/access_time_filled.svg b/projects/icons-material/src/material/filled/access_time_filled.svg similarity index 100% rename from projects/icons-material/src/filled/access_time_filled.svg rename to projects/icons-material/src/material/filled/access_time_filled.svg diff --git a/projects/icons-material/src/filled/accessibility.svg b/projects/icons-material/src/material/filled/accessibility.svg similarity index 100% rename from projects/icons-material/src/filled/accessibility.svg rename to projects/icons-material/src/material/filled/accessibility.svg diff --git a/projects/icons-material/src/filled/accessibility_new.svg b/projects/icons-material/src/material/filled/accessibility_new.svg similarity index 100% rename from projects/icons-material/src/filled/accessibility_new.svg rename to projects/icons-material/src/material/filled/accessibility_new.svg diff --git a/projects/icons-material/src/filled/accessible.svg b/projects/icons-material/src/material/filled/accessible.svg similarity index 100% rename from projects/icons-material/src/filled/accessible.svg rename to projects/icons-material/src/material/filled/accessible.svg diff --git a/projects/icons-material/src/filled/accessible_forward.svg b/projects/icons-material/src/material/filled/accessible_forward.svg similarity index 100% rename from projects/icons-material/src/filled/accessible_forward.svg rename to projects/icons-material/src/material/filled/accessible_forward.svg diff --git a/projects/icons-material/src/filled/account_balance.svg b/projects/icons-material/src/material/filled/account_balance.svg similarity index 100% rename from projects/icons-material/src/filled/account_balance.svg rename to projects/icons-material/src/material/filled/account_balance.svg diff --git a/projects/icons-material/src/filled/account_balance_wallet.svg b/projects/icons-material/src/material/filled/account_balance_wallet.svg similarity index 100% rename from projects/icons-material/src/filled/account_balance_wallet.svg rename to projects/icons-material/src/material/filled/account_balance_wallet.svg diff --git a/projects/icons-material/src/filled/account_box.svg b/projects/icons-material/src/material/filled/account_box.svg similarity index 100% rename from projects/icons-material/src/filled/account_box.svg rename to projects/icons-material/src/material/filled/account_box.svg diff --git a/projects/icons-material/src/filled/account_circle.svg b/projects/icons-material/src/material/filled/account_circle.svg similarity index 100% rename from projects/icons-material/src/filled/account_circle.svg rename to projects/icons-material/src/material/filled/account_circle.svg diff --git a/projects/icons-material/src/filled/account_tree.svg b/projects/icons-material/src/material/filled/account_tree.svg similarity index 100% rename from projects/icons-material/src/filled/account_tree.svg rename to projects/icons-material/src/material/filled/account_tree.svg diff --git a/projects/icons-material/src/filled/ad_units.svg b/projects/icons-material/src/material/filled/ad_units.svg similarity index 100% rename from projects/icons-material/src/filled/ad_units.svg rename to projects/icons-material/src/material/filled/ad_units.svg diff --git a/projects/icons-material/src/filled/adb.svg b/projects/icons-material/src/material/filled/adb.svg similarity index 100% rename from projects/icons-material/src/filled/adb.svg rename to projects/icons-material/src/material/filled/adb.svg diff --git a/projects/icons-material/src/filled/add.svg b/projects/icons-material/src/material/filled/add.svg similarity index 100% rename from projects/icons-material/src/filled/add.svg rename to projects/icons-material/src/material/filled/add.svg diff --git a/projects/icons-material/src/filled/add_a_photo.svg b/projects/icons-material/src/material/filled/add_a_photo.svg similarity index 100% rename from projects/icons-material/src/filled/add_a_photo.svg rename to projects/icons-material/src/material/filled/add_a_photo.svg diff --git a/projects/icons-material/src/filled/add_alarm.svg b/projects/icons-material/src/material/filled/add_alarm.svg similarity index 100% rename from projects/icons-material/src/filled/add_alarm.svg rename to projects/icons-material/src/material/filled/add_alarm.svg diff --git a/projects/icons-material/src/filled/add_alert.svg b/projects/icons-material/src/material/filled/add_alert.svg similarity index 100% rename from projects/icons-material/src/filled/add_alert.svg rename to projects/icons-material/src/material/filled/add_alert.svg diff --git a/projects/icons-material/src/filled/add_box.svg b/projects/icons-material/src/material/filled/add_box.svg similarity index 100% rename from projects/icons-material/src/filled/add_box.svg rename to projects/icons-material/src/material/filled/add_box.svg diff --git a/projects/icons-material/src/filled/add_business.svg b/projects/icons-material/src/material/filled/add_business.svg similarity index 100% rename from projects/icons-material/src/filled/add_business.svg rename to projects/icons-material/src/material/filled/add_business.svg diff --git a/projects/icons-material/src/filled/add_card.svg b/projects/icons-material/src/material/filled/add_card.svg similarity index 100% rename from projects/icons-material/src/filled/add_card.svg rename to projects/icons-material/src/material/filled/add_card.svg diff --git a/projects/icons-material/src/filled/add_chart.svg b/projects/icons-material/src/material/filled/add_chart.svg similarity index 100% rename from projects/icons-material/src/filled/add_chart.svg rename to projects/icons-material/src/material/filled/add_chart.svg diff --git a/projects/icons-material/src/filled/add_circle.svg b/projects/icons-material/src/material/filled/add_circle.svg similarity index 100% rename from projects/icons-material/src/filled/add_circle.svg rename to projects/icons-material/src/material/filled/add_circle.svg diff --git a/projects/icons-material/src/filled/add_circle_outline.svg b/projects/icons-material/src/material/filled/add_circle_outline.svg similarity index 100% rename from projects/icons-material/src/filled/add_circle_outline.svg rename to projects/icons-material/src/material/filled/add_circle_outline.svg diff --git a/projects/icons-material/src/filled/add_comment.svg b/projects/icons-material/src/material/filled/add_comment.svg similarity index 100% rename from projects/icons-material/src/filled/add_comment.svg rename to projects/icons-material/src/material/filled/add_comment.svg diff --git a/projects/icons-material/src/filled/add_home.svg b/projects/icons-material/src/material/filled/add_home.svg similarity index 100% rename from projects/icons-material/src/filled/add_home.svg rename to projects/icons-material/src/material/filled/add_home.svg diff --git a/projects/icons-material/src/filled/add_home_work.svg b/projects/icons-material/src/material/filled/add_home_work.svg similarity index 100% rename from projects/icons-material/src/filled/add_home_work.svg rename to projects/icons-material/src/material/filled/add_home_work.svg diff --git a/projects/icons-material/src/filled/add_ic_call.svg b/projects/icons-material/src/material/filled/add_ic_call.svg similarity index 100% rename from projects/icons-material/src/filled/add_ic_call.svg rename to projects/icons-material/src/material/filled/add_ic_call.svg diff --git a/projects/icons-material/src/filled/add_link.svg b/projects/icons-material/src/material/filled/add_link.svg similarity index 100% rename from projects/icons-material/src/filled/add_link.svg rename to projects/icons-material/src/material/filled/add_link.svg diff --git a/projects/icons-material/src/filled/add_location.svg b/projects/icons-material/src/material/filled/add_location.svg similarity index 100% rename from projects/icons-material/src/filled/add_location.svg rename to projects/icons-material/src/material/filled/add_location.svg diff --git a/projects/icons-material/src/filled/add_location_alt.svg b/projects/icons-material/src/material/filled/add_location_alt.svg similarity index 100% rename from projects/icons-material/src/filled/add_location_alt.svg rename to projects/icons-material/src/material/filled/add_location_alt.svg diff --git a/projects/icons-material/src/filled/add_moderator.svg b/projects/icons-material/src/material/filled/add_moderator.svg similarity index 100% rename from projects/icons-material/src/filled/add_moderator.svg rename to projects/icons-material/src/material/filled/add_moderator.svg diff --git a/projects/icons-material/src/filled/add_photo_alternate.svg b/projects/icons-material/src/material/filled/add_photo_alternate.svg similarity index 100% rename from projects/icons-material/src/filled/add_photo_alternate.svg rename to projects/icons-material/src/material/filled/add_photo_alternate.svg diff --git a/projects/icons-material/src/filled/add_reaction.svg b/projects/icons-material/src/material/filled/add_reaction.svg similarity index 100% rename from projects/icons-material/src/filled/add_reaction.svg rename to projects/icons-material/src/material/filled/add_reaction.svg diff --git a/projects/icons-material/src/filled/add_road.svg b/projects/icons-material/src/material/filled/add_road.svg similarity index 100% rename from projects/icons-material/src/filled/add_road.svg rename to projects/icons-material/src/material/filled/add_road.svg diff --git a/projects/icons-material/src/filled/add_shopping_cart.svg b/projects/icons-material/src/material/filled/add_shopping_cart.svg similarity index 100% rename from projects/icons-material/src/filled/add_shopping_cart.svg rename to projects/icons-material/src/material/filled/add_shopping_cart.svg diff --git a/projects/icons-material/src/filled/add_task.svg b/projects/icons-material/src/material/filled/add_task.svg similarity index 100% rename from projects/icons-material/src/filled/add_task.svg rename to projects/icons-material/src/material/filled/add_task.svg diff --git a/projects/icons-material/src/filled/add_to_drive.svg b/projects/icons-material/src/material/filled/add_to_drive.svg similarity index 100% rename from projects/icons-material/src/filled/add_to_drive.svg rename to projects/icons-material/src/material/filled/add_to_drive.svg diff --git a/projects/icons-material/src/filled/add_to_home_screen.svg b/projects/icons-material/src/material/filled/add_to_home_screen.svg similarity index 100% rename from projects/icons-material/src/filled/add_to_home_screen.svg rename to projects/icons-material/src/material/filled/add_to_home_screen.svg diff --git a/projects/icons-material/src/filled/add_to_photos.svg b/projects/icons-material/src/material/filled/add_to_photos.svg similarity index 100% rename from projects/icons-material/src/filled/add_to_photos.svg rename to projects/icons-material/src/material/filled/add_to_photos.svg diff --git a/projects/icons-material/src/filled/add_to_queue.svg b/projects/icons-material/src/material/filled/add_to_queue.svg similarity index 100% rename from projects/icons-material/src/filled/add_to_queue.svg rename to projects/icons-material/src/material/filled/add_to_queue.svg diff --git a/projects/icons-material/src/filled/addchart.svg b/projects/icons-material/src/material/filled/addchart.svg similarity index 100% rename from projects/icons-material/src/filled/addchart.svg rename to projects/icons-material/src/material/filled/addchart.svg diff --git a/projects/icons-material/src/filled/adf_scanner.svg b/projects/icons-material/src/material/filled/adf_scanner.svg similarity index 100% rename from projects/icons-material/src/filled/adf_scanner.svg rename to projects/icons-material/src/material/filled/adf_scanner.svg diff --git a/projects/icons-material/src/filled/adjust.svg b/projects/icons-material/src/material/filled/adjust.svg similarity index 100% rename from projects/icons-material/src/filled/adjust.svg rename to projects/icons-material/src/material/filled/adjust.svg diff --git a/projects/icons-material/src/filled/admin_panel_settings.svg b/projects/icons-material/src/material/filled/admin_panel_settings.svg similarity index 100% rename from projects/icons-material/src/filled/admin_panel_settings.svg rename to projects/icons-material/src/material/filled/admin_panel_settings.svg diff --git a/projects/icons-material/src/filled/ads_click.svg b/projects/icons-material/src/material/filled/ads_click.svg similarity index 100% rename from projects/icons-material/src/filled/ads_click.svg rename to projects/icons-material/src/material/filled/ads_click.svg diff --git a/projects/icons-material/src/filled/agriculture.svg b/projects/icons-material/src/material/filled/agriculture.svg similarity index 100% rename from projects/icons-material/src/filled/agriculture.svg rename to projects/icons-material/src/material/filled/agriculture.svg diff --git a/projects/icons-material/src/filled/air.svg b/projects/icons-material/src/material/filled/air.svg similarity index 100% rename from projects/icons-material/src/filled/air.svg rename to projects/icons-material/src/material/filled/air.svg diff --git a/projects/icons-material/src/filled/airline_seat_flat.svg b/projects/icons-material/src/material/filled/airline_seat_flat.svg similarity index 100% rename from projects/icons-material/src/filled/airline_seat_flat.svg rename to projects/icons-material/src/material/filled/airline_seat_flat.svg diff --git a/projects/icons-material/src/filled/airline_seat_flat_angled.svg b/projects/icons-material/src/material/filled/airline_seat_flat_angled.svg similarity index 100% rename from projects/icons-material/src/filled/airline_seat_flat_angled.svg rename to projects/icons-material/src/material/filled/airline_seat_flat_angled.svg diff --git a/projects/icons-material/src/filled/airline_seat_individual_suite.svg b/projects/icons-material/src/material/filled/airline_seat_individual_suite.svg similarity index 100% rename from projects/icons-material/src/filled/airline_seat_individual_suite.svg rename to projects/icons-material/src/material/filled/airline_seat_individual_suite.svg diff --git a/projects/icons-material/src/filled/airline_seat_legroom_extra.svg b/projects/icons-material/src/material/filled/airline_seat_legroom_extra.svg similarity index 100% rename from projects/icons-material/src/filled/airline_seat_legroom_extra.svg rename to projects/icons-material/src/material/filled/airline_seat_legroom_extra.svg diff --git a/projects/icons-material/src/filled/airline_seat_legroom_normal.svg b/projects/icons-material/src/material/filled/airline_seat_legroom_normal.svg similarity index 100% rename from projects/icons-material/src/filled/airline_seat_legroom_normal.svg rename to projects/icons-material/src/material/filled/airline_seat_legroom_normal.svg diff --git a/projects/icons-material/src/filled/airline_seat_legroom_reduced.svg b/projects/icons-material/src/material/filled/airline_seat_legroom_reduced.svg similarity index 100% rename from projects/icons-material/src/filled/airline_seat_legroom_reduced.svg rename to projects/icons-material/src/material/filled/airline_seat_legroom_reduced.svg diff --git a/projects/icons-material/src/filled/airline_seat_recline_extra.svg b/projects/icons-material/src/material/filled/airline_seat_recline_extra.svg similarity index 100% rename from projects/icons-material/src/filled/airline_seat_recline_extra.svg rename to projects/icons-material/src/material/filled/airline_seat_recline_extra.svg diff --git a/projects/icons-material/src/filled/airline_seat_recline_normal.svg b/projects/icons-material/src/material/filled/airline_seat_recline_normal.svg similarity index 100% rename from projects/icons-material/src/filled/airline_seat_recline_normal.svg rename to projects/icons-material/src/material/filled/airline_seat_recline_normal.svg diff --git a/projects/icons-material/src/filled/airline_stops.svg b/projects/icons-material/src/material/filled/airline_stops.svg similarity index 100% rename from projects/icons-material/src/filled/airline_stops.svg rename to projects/icons-material/src/material/filled/airline_stops.svg diff --git a/projects/icons-material/src/filled/airlines.svg b/projects/icons-material/src/material/filled/airlines.svg similarity index 100% rename from projects/icons-material/src/filled/airlines.svg rename to projects/icons-material/src/material/filled/airlines.svg diff --git a/projects/icons-material/src/filled/airplane_ticket.svg b/projects/icons-material/src/material/filled/airplane_ticket.svg similarity index 100% rename from projects/icons-material/src/filled/airplane_ticket.svg rename to projects/icons-material/src/material/filled/airplane_ticket.svg diff --git a/projects/icons-material/src/filled/airplanemode_active.svg b/projects/icons-material/src/material/filled/airplanemode_active.svg similarity index 100% rename from projects/icons-material/src/filled/airplanemode_active.svg rename to projects/icons-material/src/material/filled/airplanemode_active.svg diff --git a/projects/icons-material/src/filled/airplanemode_inactive.svg b/projects/icons-material/src/material/filled/airplanemode_inactive.svg similarity index 100% rename from projects/icons-material/src/filled/airplanemode_inactive.svg rename to projects/icons-material/src/material/filled/airplanemode_inactive.svg diff --git a/projects/icons-material/src/filled/airplay.svg b/projects/icons-material/src/material/filled/airplay.svg similarity index 100% rename from projects/icons-material/src/filled/airplay.svg rename to projects/icons-material/src/material/filled/airplay.svg diff --git a/projects/icons-material/src/filled/airport_shuttle.svg b/projects/icons-material/src/material/filled/airport_shuttle.svg similarity index 100% rename from projects/icons-material/src/filled/airport_shuttle.svg rename to projects/icons-material/src/material/filled/airport_shuttle.svg diff --git a/projects/icons-material/src/filled/alarm.svg b/projects/icons-material/src/material/filled/alarm.svg similarity index 100% rename from projects/icons-material/src/filled/alarm.svg rename to projects/icons-material/src/material/filled/alarm.svg diff --git a/projects/icons-material/src/filled/alarm_add.svg b/projects/icons-material/src/material/filled/alarm_add.svg similarity index 100% rename from projects/icons-material/src/filled/alarm_add.svg rename to projects/icons-material/src/material/filled/alarm_add.svg diff --git a/projects/icons-material/src/filled/alarm_off.svg b/projects/icons-material/src/material/filled/alarm_off.svg similarity index 100% rename from projects/icons-material/src/filled/alarm_off.svg rename to projects/icons-material/src/material/filled/alarm_off.svg diff --git a/projects/icons-material/src/filled/alarm_on.svg b/projects/icons-material/src/material/filled/alarm_on.svg similarity index 100% rename from projects/icons-material/src/filled/alarm_on.svg rename to projects/icons-material/src/material/filled/alarm_on.svg diff --git a/projects/icons-material/src/filled/album.svg b/projects/icons-material/src/material/filled/album.svg similarity index 100% rename from projects/icons-material/src/filled/album.svg rename to projects/icons-material/src/material/filled/album.svg diff --git a/projects/icons-material/src/filled/align_horizontal_center.svg b/projects/icons-material/src/material/filled/align_horizontal_center.svg similarity index 100% rename from projects/icons-material/src/filled/align_horizontal_center.svg rename to projects/icons-material/src/material/filled/align_horizontal_center.svg diff --git a/projects/icons-material/src/filled/align_horizontal_left.svg b/projects/icons-material/src/material/filled/align_horizontal_left.svg similarity index 100% rename from projects/icons-material/src/filled/align_horizontal_left.svg rename to projects/icons-material/src/material/filled/align_horizontal_left.svg diff --git a/projects/icons-material/src/filled/align_horizontal_right.svg b/projects/icons-material/src/material/filled/align_horizontal_right.svg similarity index 100% rename from projects/icons-material/src/filled/align_horizontal_right.svg rename to projects/icons-material/src/material/filled/align_horizontal_right.svg diff --git a/projects/icons-material/src/filled/align_vertical_bottom.svg b/projects/icons-material/src/material/filled/align_vertical_bottom.svg similarity index 100% rename from projects/icons-material/src/filled/align_vertical_bottom.svg rename to projects/icons-material/src/material/filled/align_vertical_bottom.svg diff --git a/projects/icons-material/src/filled/align_vertical_center.svg b/projects/icons-material/src/material/filled/align_vertical_center.svg similarity index 100% rename from projects/icons-material/src/filled/align_vertical_center.svg rename to projects/icons-material/src/material/filled/align_vertical_center.svg diff --git a/projects/icons-material/src/filled/align_vertical_top.svg b/projects/icons-material/src/material/filled/align_vertical_top.svg similarity index 100% rename from projects/icons-material/src/filled/align_vertical_top.svg rename to projects/icons-material/src/material/filled/align_vertical_top.svg diff --git a/projects/icons-material/src/filled/all_inbox.svg b/projects/icons-material/src/material/filled/all_inbox.svg similarity index 100% rename from projects/icons-material/src/filled/all_inbox.svg rename to projects/icons-material/src/material/filled/all_inbox.svg diff --git a/projects/icons-material/src/filled/all_inclusive.svg b/projects/icons-material/src/material/filled/all_inclusive.svg similarity index 100% rename from projects/icons-material/src/filled/all_inclusive.svg rename to projects/icons-material/src/material/filled/all_inclusive.svg diff --git a/projects/icons-material/src/filled/all_out.svg b/projects/icons-material/src/material/filled/all_out.svg similarity index 100% rename from projects/icons-material/src/filled/all_out.svg rename to projects/icons-material/src/material/filled/all_out.svg diff --git a/projects/icons-material/src/filled/alt_route.svg b/projects/icons-material/src/material/filled/alt_route.svg similarity index 100% rename from projects/icons-material/src/filled/alt_route.svg rename to projects/icons-material/src/material/filled/alt_route.svg diff --git a/projects/icons-material/src/filled/alternate_email.svg b/projects/icons-material/src/material/filled/alternate_email.svg similarity index 100% rename from projects/icons-material/src/filled/alternate_email.svg rename to projects/icons-material/src/material/filled/alternate_email.svg diff --git a/projects/icons-material/src/filled/analytics.svg b/projects/icons-material/src/material/filled/analytics.svg similarity index 100% rename from projects/icons-material/src/filled/analytics.svg rename to projects/icons-material/src/material/filled/analytics.svg diff --git a/projects/icons-material/src/filled/anchor.svg b/projects/icons-material/src/material/filled/anchor.svg similarity index 100% rename from projects/icons-material/src/filled/anchor.svg rename to projects/icons-material/src/material/filled/anchor.svg diff --git a/projects/icons-material/src/filled/android.svg b/projects/icons-material/src/material/filled/android.svg similarity index 100% rename from projects/icons-material/src/filled/android.svg rename to projects/icons-material/src/material/filled/android.svg diff --git a/projects/icons-material/src/filled/animation.svg b/projects/icons-material/src/material/filled/animation.svg similarity index 100% rename from projects/icons-material/src/filled/animation.svg rename to projects/icons-material/src/material/filled/animation.svg diff --git a/projects/icons-material/src/filled/announcement.svg b/projects/icons-material/src/material/filled/announcement.svg similarity index 100% rename from projects/icons-material/src/filled/announcement.svg rename to projects/icons-material/src/material/filled/announcement.svg diff --git a/projects/icons-material/src/filled/aod.svg b/projects/icons-material/src/material/filled/aod.svg similarity index 100% rename from projects/icons-material/src/filled/aod.svg rename to projects/icons-material/src/material/filled/aod.svg diff --git a/projects/icons-material/src/filled/apartment.svg b/projects/icons-material/src/material/filled/apartment.svg similarity index 100% rename from projects/icons-material/src/filled/apartment.svg rename to projects/icons-material/src/material/filled/apartment.svg diff --git a/projects/icons-material/src/filled/api.svg b/projects/icons-material/src/material/filled/api.svg similarity index 100% rename from projects/icons-material/src/filled/api.svg rename to projects/icons-material/src/material/filled/api.svg diff --git a/projects/icons-material/src/filled/app_blocking.svg b/projects/icons-material/src/material/filled/app_blocking.svg similarity index 100% rename from projects/icons-material/src/filled/app_blocking.svg rename to projects/icons-material/src/material/filled/app_blocking.svg diff --git a/projects/icons-material/src/filled/app_registration.svg b/projects/icons-material/src/material/filled/app_registration.svg similarity index 100% rename from projects/icons-material/src/filled/app_registration.svg rename to projects/icons-material/src/material/filled/app_registration.svg diff --git a/projects/icons-material/src/filled/app_settings_alt.svg b/projects/icons-material/src/material/filled/app_settings_alt.svg similarity index 100% rename from projects/icons-material/src/filled/app_settings_alt.svg rename to projects/icons-material/src/material/filled/app_settings_alt.svg diff --git a/projects/icons-material/src/filled/app_shortcut.svg b/projects/icons-material/src/material/filled/app_shortcut.svg similarity index 100% rename from projects/icons-material/src/filled/app_shortcut.svg rename to projects/icons-material/src/material/filled/app_shortcut.svg diff --git a/projects/icons-material/src/filled/approval.svg b/projects/icons-material/src/material/filled/approval.svg similarity index 100% rename from projects/icons-material/src/filled/approval.svg rename to projects/icons-material/src/material/filled/approval.svg diff --git a/projects/icons-material/src/filled/apps.svg b/projects/icons-material/src/material/filled/apps.svg similarity index 100% rename from projects/icons-material/src/filled/apps.svg rename to projects/icons-material/src/material/filled/apps.svg diff --git a/projects/icons-material/src/filled/apps_outage.svg b/projects/icons-material/src/material/filled/apps_outage.svg similarity index 100% rename from projects/icons-material/src/filled/apps_outage.svg rename to projects/icons-material/src/material/filled/apps_outage.svg diff --git a/projects/icons-material/src/filled/architecture.svg b/projects/icons-material/src/material/filled/architecture.svg similarity index 100% rename from projects/icons-material/src/filled/architecture.svg rename to projects/icons-material/src/material/filled/architecture.svg diff --git a/projects/icons-material/src/filled/archive.svg b/projects/icons-material/src/material/filled/archive.svg similarity index 100% rename from projects/icons-material/src/filled/archive.svg rename to projects/icons-material/src/material/filled/archive.svg diff --git a/projects/icons-material/src/filled/area_chart.svg b/projects/icons-material/src/material/filled/area_chart.svg similarity index 100% rename from projects/icons-material/src/filled/area_chart.svg rename to projects/icons-material/src/material/filled/area_chart.svg diff --git a/projects/icons-material/src/filled/arrow_back.svg b/projects/icons-material/src/material/filled/arrow_back.svg similarity index 100% rename from projects/icons-material/src/filled/arrow_back.svg rename to projects/icons-material/src/material/filled/arrow_back.svg diff --git a/projects/icons-material/src/filled/arrow_back_ios.svg b/projects/icons-material/src/material/filled/arrow_back_ios.svg similarity index 100% rename from projects/icons-material/src/filled/arrow_back_ios.svg rename to projects/icons-material/src/material/filled/arrow_back_ios.svg diff --git a/projects/icons-material/src/filled/arrow_back_ios_new.svg b/projects/icons-material/src/material/filled/arrow_back_ios_new.svg similarity index 100% rename from projects/icons-material/src/filled/arrow_back_ios_new.svg rename to projects/icons-material/src/material/filled/arrow_back_ios_new.svg diff --git a/projects/icons-material/src/filled/arrow_circle_down.svg b/projects/icons-material/src/material/filled/arrow_circle_down.svg similarity index 100% rename from projects/icons-material/src/filled/arrow_circle_down.svg rename to projects/icons-material/src/material/filled/arrow_circle_down.svg diff --git a/projects/icons-material/src/filled/arrow_circle_left.svg b/projects/icons-material/src/material/filled/arrow_circle_left.svg similarity index 100% rename from projects/icons-material/src/filled/arrow_circle_left.svg rename to projects/icons-material/src/material/filled/arrow_circle_left.svg diff --git a/projects/icons-material/src/filled/arrow_circle_right.svg b/projects/icons-material/src/material/filled/arrow_circle_right.svg similarity index 100% rename from projects/icons-material/src/filled/arrow_circle_right.svg rename to projects/icons-material/src/material/filled/arrow_circle_right.svg diff --git a/projects/icons-material/src/filled/arrow_circle_up.svg b/projects/icons-material/src/material/filled/arrow_circle_up.svg similarity index 100% rename from projects/icons-material/src/filled/arrow_circle_up.svg rename to projects/icons-material/src/material/filled/arrow_circle_up.svg diff --git a/projects/icons-material/src/filled/arrow_downward.svg b/projects/icons-material/src/material/filled/arrow_downward.svg similarity index 100% rename from projects/icons-material/src/filled/arrow_downward.svg rename to projects/icons-material/src/material/filled/arrow_downward.svg diff --git a/projects/icons-material/src/filled/arrow_drop_down.svg b/projects/icons-material/src/material/filled/arrow_drop_down.svg similarity index 100% rename from projects/icons-material/src/filled/arrow_drop_down.svg rename to projects/icons-material/src/material/filled/arrow_drop_down.svg diff --git a/projects/icons-material/src/filled/arrow_drop_down_circle.svg b/projects/icons-material/src/material/filled/arrow_drop_down_circle.svg similarity index 100% rename from projects/icons-material/src/filled/arrow_drop_down_circle.svg rename to projects/icons-material/src/material/filled/arrow_drop_down_circle.svg diff --git a/projects/icons-material/src/filled/arrow_drop_up.svg b/projects/icons-material/src/material/filled/arrow_drop_up.svg similarity index 100% rename from projects/icons-material/src/filled/arrow_drop_up.svg rename to projects/icons-material/src/material/filled/arrow_drop_up.svg diff --git a/projects/icons-material/src/filled/arrow_forward.svg b/projects/icons-material/src/material/filled/arrow_forward.svg similarity index 100% rename from projects/icons-material/src/filled/arrow_forward.svg rename to projects/icons-material/src/material/filled/arrow_forward.svg diff --git a/projects/icons-material/src/filled/arrow_forward_ios.svg b/projects/icons-material/src/material/filled/arrow_forward_ios.svg similarity index 100% rename from projects/icons-material/src/filled/arrow_forward_ios.svg rename to projects/icons-material/src/material/filled/arrow_forward_ios.svg diff --git a/projects/icons-material/src/filled/arrow_left.svg b/projects/icons-material/src/material/filled/arrow_left.svg similarity index 100% rename from projects/icons-material/src/filled/arrow_left.svg rename to projects/icons-material/src/material/filled/arrow_left.svg diff --git a/projects/icons-material/src/filled/arrow_outward.svg b/projects/icons-material/src/material/filled/arrow_outward.svg similarity index 100% rename from projects/icons-material/src/filled/arrow_outward.svg rename to projects/icons-material/src/material/filled/arrow_outward.svg diff --git a/projects/icons-material/src/filled/arrow_right.svg b/projects/icons-material/src/material/filled/arrow_right.svg similarity index 100% rename from projects/icons-material/src/filled/arrow_right.svg rename to projects/icons-material/src/material/filled/arrow_right.svg diff --git a/projects/icons-material/src/filled/arrow_right_alt.svg b/projects/icons-material/src/material/filled/arrow_right_alt.svg similarity index 100% rename from projects/icons-material/src/filled/arrow_right_alt.svg rename to projects/icons-material/src/material/filled/arrow_right_alt.svg diff --git a/projects/icons-material/src/filled/arrow_upward.svg b/projects/icons-material/src/material/filled/arrow_upward.svg similarity index 100% rename from projects/icons-material/src/filled/arrow_upward.svg rename to projects/icons-material/src/material/filled/arrow_upward.svg diff --git a/projects/icons-material/src/filled/art_track.svg b/projects/icons-material/src/material/filled/art_track.svg similarity index 100% rename from projects/icons-material/src/filled/art_track.svg rename to projects/icons-material/src/material/filled/art_track.svg diff --git a/projects/icons-material/src/filled/article.svg b/projects/icons-material/src/material/filled/article.svg similarity index 100% rename from projects/icons-material/src/filled/article.svg rename to projects/icons-material/src/material/filled/article.svg diff --git a/projects/icons-material/src/filled/aspect_ratio.svg b/projects/icons-material/src/material/filled/aspect_ratio.svg similarity index 100% rename from projects/icons-material/src/filled/aspect_ratio.svg rename to projects/icons-material/src/material/filled/aspect_ratio.svg diff --git a/projects/icons-material/src/filled/assessment.svg b/projects/icons-material/src/material/filled/assessment.svg similarity index 100% rename from projects/icons-material/src/filled/assessment.svg rename to projects/icons-material/src/material/filled/assessment.svg diff --git a/projects/icons-material/src/filled/assignment.svg b/projects/icons-material/src/material/filled/assignment.svg similarity index 100% rename from projects/icons-material/src/filled/assignment.svg rename to projects/icons-material/src/material/filled/assignment.svg diff --git a/projects/icons-material/src/filled/assignment_ind.svg b/projects/icons-material/src/material/filled/assignment_ind.svg similarity index 100% rename from projects/icons-material/src/filled/assignment_ind.svg rename to projects/icons-material/src/material/filled/assignment_ind.svg diff --git a/projects/icons-material/src/filled/assignment_late.svg b/projects/icons-material/src/material/filled/assignment_late.svg similarity index 100% rename from projects/icons-material/src/filled/assignment_late.svg rename to projects/icons-material/src/material/filled/assignment_late.svg diff --git a/projects/icons-material/src/filled/assignment_return.svg b/projects/icons-material/src/material/filled/assignment_return.svg similarity index 100% rename from projects/icons-material/src/filled/assignment_return.svg rename to projects/icons-material/src/material/filled/assignment_return.svg diff --git a/projects/icons-material/src/filled/assignment_returned.svg b/projects/icons-material/src/material/filled/assignment_returned.svg similarity index 100% rename from projects/icons-material/src/filled/assignment_returned.svg rename to projects/icons-material/src/material/filled/assignment_returned.svg diff --git a/projects/icons-material/src/filled/assignment_turned_in.svg b/projects/icons-material/src/material/filled/assignment_turned_in.svg similarity index 100% rename from projects/icons-material/src/filled/assignment_turned_in.svg rename to projects/icons-material/src/material/filled/assignment_turned_in.svg diff --git a/projects/icons-material/src/filled/assist_walker.svg b/projects/icons-material/src/material/filled/assist_walker.svg similarity index 100% rename from projects/icons-material/src/filled/assist_walker.svg rename to projects/icons-material/src/material/filled/assist_walker.svg diff --git a/projects/icons-material/src/filled/assistant.svg b/projects/icons-material/src/material/filled/assistant.svg similarity index 100% rename from projects/icons-material/src/filled/assistant.svg rename to projects/icons-material/src/material/filled/assistant.svg diff --git a/projects/icons-material/src/filled/assistant_direction.svg b/projects/icons-material/src/material/filled/assistant_direction.svg similarity index 100% rename from projects/icons-material/src/filled/assistant_direction.svg rename to projects/icons-material/src/material/filled/assistant_direction.svg diff --git a/projects/icons-material/src/filled/assistant_photo.svg b/projects/icons-material/src/material/filled/assistant_photo.svg similarity index 100% rename from projects/icons-material/src/filled/assistant_photo.svg rename to projects/icons-material/src/material/filled/assistant_photo.svg diff --git a/projects/icons-material/src/filled/assured_workload.svg b/projects/icons-material/src/material/filled/assured_workload.svg similarity index 100% rename from projects/icons-material/src/filled/assured_workload.svg rename to projects/icons-material/src/material/filled/assured_workload.svg diff --git a/projects/icons-material/src/filled/atm.svg b/projects/icons-material/src/material/filled/atm.svg similarity index 100% rename from projects/icons-material/src/filled/atm.svg rename to projects/icons-material/src/material/filled/atm.svg diff --git a/projects/icons-material/src/filled/attach_email.svg b/projects/icons-material/src/material/filled/attach_email.svg similarity index 100% rename from projects/icons-material/src/filled/attach_email.svg rename to projects/icons-material/src/material/filled/attach_email.svg diff --git a/projects/icons-material/src/filled/attach_file.svg b/projects/icons-material/src/material/filled/attach_file.svg similarity index 100% rename from projects/icons-material/src/filled/attach_file.svg rename to projects/icons-material/src/material/filled/attach_file.svg diff --git a/projects/icons-material/src/filled/attach_money.svg b/projects/icons-material/src/material/filled/attach_money.svg similarity index 100% rename from projects/icons-material/src/filled/attach_money.svg rename to projects/icons-material/src/material/filled/attach_money.svg diff --git a/projects/icons-material/src/filled/attachment.svg b/projects/icons-material/src/material/filled/attachment.svg similarity index 100% rename from projects/icons-material/src/filled/attachment.svg rename to projects/icons-material/src/material/filled/attachment.svg diff --git a/projects/icons-material/src/filled/attractions.svg b/projects/icons-material/src/material/filled/attractions.svg similarity index 100% rename from projects/icons-material/src/filled/attractions.svg rename to projects/icons-material/src/material/filled/attractions.svg diff --git a/projects/icons-material/src/filled/attribution.svg b/projects/icons-material/src/material/filled/attribution.svg similarity index 100% rename from projects/icons-material/src/filled/attribution.svg rename to projects/icons-material/src/material/filled/attribution.svg diff --git a/projects/icons-material/src/filled/audio_file.svg b/projects/icons-material/src/material/filled/audio_file.svg similarity index 100% rename from projects/icons-material/src/filled/audio_file.svg rename to projects/icons-material/src/material/filled/audio_file.svg diff --git a/projects/icons-material/src/filled/audiotrack.svg b/projects/icons-material/src/material/filled/audiotrack.svg similarity index 100% rename from projects/icons-material/src/filled/audiotrack.svg rename to projects/icons-material/src/material/filled/audiotrack.svg diff --git a/projects/icons-material/src/filled/auto_awesome.svg b/projects/icons-material/src/material/filled/auto_awesome.svg similarity index 100% rename from projects/icons-material/src/filled/auto_awesome.svg rename to projects/icons-material/src/material/filled/auto_awesome.svg diff --git a/projects/icons-material/src/filled/auto_awesome_mosaic.svg b/projects/icons-material/src/material/filled/auto_awesome_mosaic.svg similarity index 100% rename from projects/icons-material/src/filled/auto_awesome_mosaic.svg rename to projects/icons-material/src/material/filled/auto_awesome_mosaic.svg diff --git a/projects/icons-material/src/filled/auto_awesome_motion.svg b/projects/icons-material/src/material/filled/auto_awesome_motion.svg similarity index 100% rename from projects/icons-material/src/filled/auto_awesome_motion.svg rename to projects/icons-material/src/material/filled/auto_awesome_motion.svg diff --git a/projects/icons-material/src/filled/auto_delete.svg b/projects/icons-material/src/material/filled/auto_delete.svg similarity index 100% rename from projects/icons-material/src/filled/auto_delete.svg rename to projects/icons-material/src/material/filled/auto_delete.svg diff --git a/projects/icons-material/src/filled/auto_fix_high.svg b/projects/icons-material/src/material/filled/auto_fix_high.svg similarity index 100% rename from projects/icons-material/src/filled/auto_fix_high.svg rename to projects/icons-material/src/material/filled/auto_fix_high.svg diff --git a/projects/icons-material/src/filled/auto_fix_normal.svg b/projects/icons-material/src/material/filled/auto_fix_normal.svg similarity index 100% rename from projects/icons-material/src/filled/auto_fix_normal.svg rename to projects/icons-material/src/material/filled/auto_fix_normal.svg diff --git a/projects/icons-material/src/filled/auto_fix_off.svg b/projects/icons-material/src/material/filled/auto_fix_off.svg similarity index 100% rename from projects/icons-material/src/filled/auto_fix_off.svg rename to projects/icons-material/src/material/filled/auto_fix_off.svg diff --git a/projects/icons-material/src/filled/auto_graph.svg b/projects/icons-material/src/material/filled/auto_graph.svg similarity index 100% rename from projects/icons-material/src/filled/auto_graph.svg rename to projects/icons-material/src/material/filled/auto_graph.svg diff --git a/projects/icons-material/src/filled/auto_mode.svg b/projects/icons-material/src/material/filled/auto_mode.svg similarity index 100% rename from projects/icons-material/src/filled/auto_mode.svg rename to projects/icons-material/src/material/filled/auto_mode.svg diff --git a/projects/icons-material/src/filled/auto_stories.svg b/projects/icons-material/src/material/filled/auto_stories.svg similarity index 100% rename from projects/icons-material/src/filled/auto_stories.svg rename to projects/icons-material/src/material/filled/auto_stories.svg diff --git a/projects/icons-material/src/filled/autofps_select.svg b/projects/icons-material/src/material/filled/autofps_select.svg similarity index 100% rename from projects/icons-material/src/filled/autofps_select.svg rename to projects/icons-material/src/material/filled/autofps_select.svg diff --git a/projects/icons-material/src/filled/autorenew.svg b/projects/icons-material/src/material/filled/autorenew.svg similarity index 100% rename from projects/icons-material/src/filled/autorenew.svg rename to projects/icons-material/src/material/filled/autorenew.svg diff --git a/projects/icons-material/src/filled/av_timer.svg b/projects/icons-material/src/material/filled/av_timer.svg similarity index 100% rename from projects/icons-material/src/filled/av_timer.svg rename to projects/icons-material/src/material/filled/av_timer.svg diff --git a/projects/icons-material/src/filled/baby_changing_station.svg b/projects/icons-material/src/material/filled/baby_changing_station.svg similarity index 100% rename from projects/icons-material/src/filled/baby_changing_station.svg rename to projects/icons-material/src/material/filled/baby_changing_station.svg diff --git a/projects/icons-material/src/filled/back_hand.svg b/projects/icons-material/src/material/filled/back_hand.svg similarity index 100% rename from projects/icons-material/src/filled/back_hand.svg rename to projects/icons-material/src/material/filled/back_hand.svg diff --git a/projects/icons-material/src/filled/backpack.svg b/projects/icons-material/src/material/filled/backpack.svg similarity index 100% rename from projects/icons-material/src/filled/backpack.svg rename to projects/icons-material/src/material/filled/backpack.svg diff --git a/projects/icons-material/src/filled/backspace.svg b/projects/icons-material/src/material/filled/backspace.svg similarity index 100% rename from projects/icons-material/src/filled/backspace.svg rename to projects/icons-material/src/material/filled/backspace.svg diff --git a/projects/icons-material/src/filled/backup.svg b/projects/icons-material/src/material/filled/backup.svg similarity index 100% rename from projects/icons-material/src/filled/backup.svg rename to projects/icons-material/src/material/filled/backup.svg diff --git a/projects/icons-material/src/filled/backup_table.svg b/projects/icons-material/src/material/filled/backup_table.svg similarity index 100% rename from projects/icons-material/src/filled/backup_table.svg rename to projects/icons-material/src/material/filled/backup_table.svg diff --git a/projects/icons-material/src/filled/badge.svg b/projects/icons-material/src/material/filled/badge.svg similarity index 100% rename from projects/icons-material/src/filled/badge.svg rename to projects/icons-material/src/material/filled/badge.svg diff --git a/projects/icons-material/src/filled/bakery_dining.svg b/projects/icons-material/src/material/filled/bakery_dining.svg similarity index 100% rename from projects/icons-material/src/filled/bakery_dining.svg rename to projects/icons-material/src/material/filled/bakery_dining.svg diff --git a/projects/icons-material/src/filled/balance.svg b/projects/icons-material/src/material/filled/balance.svg similarity index 100% rename from projects/icons-material/src/filled/balance.svg rename to projects/icons-material/src/material/filled/balance.svg diff --git a/projects/icons-material/src/filled/balcony.svg b/projects/icons-material/src/material/filled/balcony.svg similarity index 100% rename from projects/icons-material/src/filled/balcony.svg rename to projects/icons-material/src/material/filled/balcony.svg diff --git a/projects/icons-material/src/filled/ballot.svg b/projects/icons-material/src/material/filled/ballot.svg similarity index 100% rename from projects/icons-material/src/filled/ballot.svg rename to projects/icons-material/src/material/filled/ballot.svg diff --git a/projects/icons-material/src/filled/bar_chart.svg b/projects/icons-material/src/material/filled/bar_chart.svg similarity index 100% rename from projects/icons-material/src/filled/bar_chart.svg rename to projects/icons-material/src/material/filled/bar_chart.svg diff --git a/projects/icons-material/src/filled/batch_prediction.svg b/projects/icons-material/src/material/filled/batch_prediction.svg similarity index 100% rename from projects/icons-material/src/filled/batch_prediction.svg rename to projects/icons-material/src/material/filled/batch_prediction.svg diff --git a/projects/icons-material/src/filled/bathroom.svg b/projects/icons-material/src/material/filled/bathroom.svg similarity index 100% rename from projects/icons-material/src/filled/bathroom.svg rename to projects/icons-material/src/material/filled/bathroom.svg diff --git a/projects/icons-material/src/filled/bathtub.svg b/projects/icons-material/src/material/filled/bathtub.svg similarity index 100% rename from projects/icons-material/src/filled/bathtub.svg rename to projects/icons-material/src/material/filled/bathtub.svg diff --git a/projects/icons-material/src/filled/battery_0_bar.svg b/projects/icons-material/src/material/filled/battery_0_bar.svg similarity index 100% rename from projects/icons-material/src/filled/battery_0_bar.svg rename to projects/icons-material/src/material/filled/battery_0_bar.svg diff --git a/projects/icons-material/src/filled/battery_1_bar.svg b/projects/icons-material/src/material/filled/battery_1_bar.svg similarity index 100% rename from projects/icons-material/src/filled/battery_1_bar.svg rename to projects/icons-material/src/material/filled/battery_1_bar.svg diff --git a/projects/icons-material/src/filled/battery_2_bar.svg b/projects/icons-material/src/material/filled/battery_2_bar.svg similarity index 100% rename from projects/icons-material/src/filled/battery_2_bar.svg rename to projects/icons-material/src/material/filled/battery_2_bar.svg diff --git a/projects/icons-material/src/filled/battery_3_bar.svg b/projects/icons-material/src/material/filled/battery_3_bar.svg similarity index 100% rename from projects/icons-material/src/filled/battery_3_bar.svg rename to projects/icons-material/src/material/filled/battery_3_bar.svg diff --git a/projects/icons-material/src/filled/battery_4_bar.svg b/projects/icons-material/src/material/filled/battery_4_bar.svg similarity index 100% rename from projects/icons-material/src/filled/battery_4_bar.svg rename to projects/icons-material/src/material/filled/battery_4_bar.svg diff --git a/projects/icons-material/src/filled/battery_5_bar.svg b/projects/icons-material/src/material/filled/battery_5_bar.svg similarity index 100% rename from projects/icons-material/src/filled/battery_5_bar.svg rename to projects/icons-material/src/material/filled/battery_5_bar.svg diff --git a/projects/icons-material/src/filled/battery_6_bar.svg b/projects/icons-material/src/material/filled/battery_6_bar.svg similarity index 100% rename from projects/icons-material/src/filled/battery_6_bar.svg rename to projects/icons-material/src/material/filled/battery_6_bar.svg diff --git a/projects/icons-material/src/filled/battery_alert.svg b/projects/icons-material/src/material/filled/battery_alert.svg similarity index 100% rename from projects/icons-material/src/filled/battery_alert.svg rename to projects/icons-material/src/material/filled/battery_alert.svg diff --git a/projects/icons-material/src/filled/battery_charging_full.svg b/projects/icons-material/src/material/filled/battery_charging_full.svg similarity index 100% rename from projects/icons-material/src/filled/battery_charging_full.svg rename to projects/icons-material/src/material/filled/battery_charging_full.svg diff --git a/projects/icons-material/src/filled/battery_full.svg b/projects/icons-material/src/material/filled/battery_full.svg similarity index 100% rename from projects/icons-material/src/filled/battery_full.svg rename to projects/icons-material/src/material/filled/battery_full.svg diff --git a/projects/icons-material/src/filled/battery_saver.svg b/projects/icons-material/src/material/filled/battery_saver.svg similarity index 100% rename from projects/icons-material/src/filled/battery_saver.svg rename to projects/icons-material/src/material/filled/battery_saver.svg diff --git a/projects/icons-material/src/filled/battery_std.svg b/projects/icons-material/src/material/filled/battery_std.svg similarity index 100% rename from projects/icons-material/src/filled/battery_std.svg rename to projects/icons-material/src/material/filled/battery_std.svg diff --git a/projects/icons-material/src/filled/battery_unknown.svg b/projects/icons-material/src/material/filled/battery_unknown.svg similarity index 100% rename from projects/icons-material/src/filled/battery_unknown.svg rename to projects/icons-material/src/material/filled/battery_unknown.svg diff --git a/projects/icons-material/src/filled/beach_access.svg b/projects/icons-material/src/material/filled/beach_access.svg similarity index 100% rename from projects/icons-material/src/filled/beach_access.svg rename to projects/icons-material/src/material/filled/beach_access.svg diff --git a/projects/icons-material/src/filled/bed.svg b/projects/icons-material/src/material/filled/bed.svg similarity index 100% rename from projects/icons-material/src/filled/bed.svg rename to projects/icons-material/src/material/filled/bed.svg diff --git a/projects/icons-material/src/filled/bedroom_baby.svg b/projects/icons-material/src/material/filled/bedroom_baby.svg similarity index 100% rename from projects/icons-material/src/filled/bedroom_baby.svg rename to projects/icons-material/src/material/filled/bedroom_baby.svg diff --git a/projects/icons-material/src/filled/bedroom_child.svg b/projects/icons-material/src/material/filled/bedroom_child.svg similarity index 100% rename from projects/icons-material/src/filled/bedroom_child.svg rename to projects/icons-material/src/material/filled/bedroom_child.svg diff --git a/projects/icons-material/src/filled/bedroom_parent.svg b/projects/icons-material/src/material/filled/bedroom_parent.svg similarity index 100% rename from projects/icons-material/src/filled/bedroom_parent.svg rename to projects/icons-material/src/material/filled/bedroom_parent.svg diff --git a/projects/icons-material/src/filled/bedtime.svg b/projects/icons-material/src/material/filled/bedtime.svg similarity index 100% rename from projects/icons-material/src/filled/bedtime.svg rename to projects/icons-material/src/material/filled/bedtime.svg diff --git a/projects/icons-material/src/filled/bedtime_off.svg b/projects/icons-material/src/material/filled/bedtime_off.svg similarity index 100% rename from projects/icons-material/src/filled/bedtime_off.svg rename to projects/icons-material/src/material/filled/bedtime_off.svg diff --git a/projects/icons-material/src/filled/beenhere.svg b/projects/icons-material/src/material/filled/beenhere.svg similarity index 100% rename from projects/icons-material/src/filled/beenhere.svg rename to projects/icons-material/src/material/filled/beenhere.svg diff --git a/projects/icons-material/src/filled/bento.svg b/projects/icons-material/src/material/filled/bento.svg similarity index 100% rename from projects/icons-material/src/filled/bento.svg rename to projects/icons-material/src/material/filled/bento.svg diff --git a/projects/icons-material/src/filled/bike_scooter.svg b/projects/icons-material/src/material/filled/bike_scooter.svg similarity index 100% rename from projects/icons-material/src/filled/bike_scooter.svg rename to projects/icons-material/src/material/filled/bike_scooter.svg diff --git a/projects/icons-material/src/filled/biotech.svg b/projects/icons-material/src/material/filled/biotech.svg similarity index 100% rename from projects/icons-material/src/filled/biotech.svg rename to projects/icons-material/src/material/filled/biotech.svg diff --git a/projects/icons-material/src/filled/blender.svg b/projects/icons-material/src/material/filled/blender.svg similarity index 100% rename from projects/icons-material/src/filled/blender.svg rename to projects/icons-material/src/material/filled/blender.svg diff --git a/projects/icons-material/src/filled/blind.svg b/projects/icons-material/src/material/filled/blind.svg similarity index 100% rename from projects/icons-material/src/filled/blind.svg rename to projects/icons-material/src/material/filled/blind.svg diff --git a/projects/icons-material/src/filled/blinds.svg b/projects/icons-material/src/material/filled/blinds.svg similarity index 100% rename from projects/icons-material/src/filled/blinds.svg rename to projects/icons-material/src/material/filled/blinds.svg diff --git a/projects/icons-material/src/filled/blinds_closed.svg b/projects/icons-material/src/material/filled/blinds_closed.svg similarity index 100% rename from projects/icons-material/src/filled/blinds_closed.svg rename to projects/icons-material/src/material/filled/blinds_closed.svg diff --git a/projects/icons-material/src/filled/block.svg b/projects/icons-material/src/material/filled/block.svg similarity index 100% rename from projects/icons-material/src/filled/block.svg rename to projects/icons-material/src/material/filled/block.svg diff --git a/projects/icons-material/src/filled/bloodtype.svg b/projects/icons-material/src/material/filled/bloodtype.svg similarity index 100% rename from projects/icons-material/src/filled/bloodtype.svg rename to projects/icons-material/src/material/filled/bloodtype.svg diff --git a/projects/icons-material/src/filled/bluetooth.svg b/projects/icons-material/src/material/filled/bluetooth.svg similarity index 100% rename from projects/icons-material/src/filled/bluetooth.svg rename to projects/icons-material/src/material/filled/bluetooth.svg diff --git a/projects/icons-material/src/filled/bluetooth_audio.svg b/projects/icons-material/src/material/filled/bluetooth_audio.svg similarity index 100% rename from projects/icons-material/src/filled/bluetooth_audio.svg rename to projects/icons-material/src/material/filled/bluetooth_audio.svg diff --git a/projects/icons-material/src/filled/bluetooth_connected.svg b/projects/icons-material/src/material/filled/bluetooth_connected.svg similarity index 100% rename from projects/icons-material/src/filled/bluetooth_connected.svg rename to projects/icons-material/src/material/filled/bluetooth_connected.svg diff --git a/projects/icons-material/src/filled/bluetooth_disabled.svg b/projects/icons-material/src/material/filled/bluetooth_disabled.svg similarity index 100% rename from projects/icons-material/src/filled/bluetooth_disabled.svg rename to projects/icons-material/src/material/filled/bluetooth_disabled.svg diff --git a/projects/icons-material/src/filled/bluetooth_drive.svg b/projects/icons-material/src/material/filled/bluetooth_drive.svg similarity index 100% rename from projects/icons-material/src/filled/bluetooth_drive.svg rename to projects/icons-material/src/material/filled/bluetooth_drive.svg diff --git a/projects/icons-material/src/filled/bluetooth_searching.svg b/projects/icons-material/src/material/filled/bluetooth_searching.svg similarity index 100% rename from projects/icons-material/src/filled/bluetooth_searching.svg rename to projects/icons-material/src/material/filled/bluetooth_searching.svg diff --git a/projects/icons-material/src/filled/blur_circular.svg b/projects/icons-material/src/material/filled/blur_circular.svg similarity index 100% rename from projects/icons-material/src/filled/blur_circular.svg rename to projects/icons-material/src/material/filled/blur_circular.svg diff --git a/projects/icons-material/src/filled/blur_linear.svg b/projects/icons-material/src/material/filled/blur_linear.svg similarity index 100% rename from projects/icons-material/src/filled/blur_linear.svg rename to projects/icons-material/src/material/filled/blur_linear.svg diff --git a/projects/icons-material/src/filled/blur_off.svg b/projects/icons-material/src/material/filled/blur_off.svg similarity index 100% rename from projects/icons-material/src/filled/blur_off.svg rename to projects/icons-material/src/material/filled/blur_off.svg diff --git a/projects/icons-material/src/filled/blur_on.svg b/projects/icons-material/src/material/filled/blur_on.svg similarity index 100% rename from projects/icons-material/src/filled/blur_on.svg rename to projects/icons-material/src/material/filled/blur_on.svg diff --git a/projects/icons-material/src/filled/bolt.svg b/projects/icons-material/src/material/filled/bolt.svg similarity index 100% rename from projects/icons-material/src/filled/bolt.svg rename to projects/icons-material/src/material/filled/bolt.svg diff --git a/projects/icons-material/src/filled/book.svg b/projects/icons-material/src/material/filled/book.svg similarity index 100% rename from projects/icons-material/src/filled/book.svg rename to projects/icons-material/src/material/filled/book.svg diff --git a/projects/icons-material/src/filled/book_online.svg b/projects/icons-material/src/material/filled/book_online.svg similarity index 100% rename from projects/icons-material/src/filled/book_online.svg rename to projects/icons-material/src/material/filled/book_online.svg diff --git a/projects/icons-material/src/filled/bookmark.svg b/projects/icons-material/src/material/filled/bookmark.svg similarity index 100% rename from projects/icons-material/src/filled/bookmark.svg rename to projects/icons-material/src/material/filled/bookmark.svg diff --git a/projects/icons-material/src/filled/bookmark_add.svg b/projects/icons-material/src/material/filled/bookmark_add.svg similarity index 100% rename from projects/icons-material/src/filled/bookmark_add.svg rename to projects/icons-material/src/material/filled/bookmark_add.svg diff --git a/projects/icons-material/src/filled/bookmark_added.svg b/projects/icons-material/src/material/filled/bookmark_added.svg similarity index 100% rename from projects/icons-material/src/filled/bookmark_added.svg rename to projects/icons-material/src/material/filled/bookmark_added.svg diff --git a/projects/icons-material/src/filled/bookmark_border.svg b/projects/icons-material/src/material/filled/bookmark_border.svg similarity index 100% rename from projects/icons-material/src/filled/bookmark_border.svg rename to projects/icons-material/src/material/filled/bookmark_border.svg diff --git a/projects/icons-material/src/filled/bookmark_remove.svg b/projects/icons-material/src/material/filled/bookmark_remove.svg similarity index 100% rename from projects/icons-material/src/filled/bookmark_remove.svg rename to projects/icons-material/src/material/filled/bookmark_remove.svg diff --git a/projects/icons-material/src/filled/bookmarks.svg b/projects/icons-material/src/material/filled/bookmarks.svg similarity index 100% rename from projects/icons-material/src/filled/bookmarks.svg rename to projects/icons-material/src/material/filled/bookmarks.svg diff --git a/projects/icons-material/src/filled/border_all.svg b/projects/icons-material/src/material/filled/border_all.svg similarity index 100% rename from projects/icons-material/src/filled/border_all.svg rename to projects/icons-material/src/material/filled/border_all.svg diff --git a/projects/icons-material/src/filled/border_bottom.svg b/projects/icons-material/src/material/filled/border_bottom.svg similarity index 100% rename from projects/icons-material/src/filled/border_bottom.svg rename to projects/icons-material/src/material/filled/border_bottom.svg diff --git a/projects/icons-material/src/filled/border_clear.svg b/projects/icons-material/src/material/filled/border_clear.svg similarity index 100% rename from projects/icons-material/src/filled/border_clear.svg rename to projects/icons-material/src/material/filled/border_clear.svg diff --git a/projects/icons-material/src/filled/border_color.svg b/projects/icons-material/src/material/filled/border_color.svg similarity index 100% rename from projects/icons-material/src/filled/border_color.svg rename to projects/icons-material/src/material/filled/border_color.svg diff --git a/projects/icons-material/src/filled/border_horizontal.svg b/projects/icons-material/src/material/filled/border_horizontal.svg similarity index 100% rename from projects/icons-material/src/filled/border_horizontal.svg rename to projects/icons-material/src/material/filled/border_horizontal.svg diff --git a/projects/icons-material/src/filled/border_inner.svg b/projects/icons-material/src/material/filled/border_inner.svg similarity index 100% rename from projects/icons-material/src/filled/border_inner.svg rename to projects/icons-material/src/material/filled/border_inner.svg diff --git a/projects/icons-material/src/filled/border_left.svg b/projects/icons-material/src/material/filled/border_left.svg similarity index 100% rename from projects/icons-material/src/filled/border_left.svg rename to projects/icons-material/src/material/filled/border_left.svg diff --git a/projects/icons-material/src/filled/border_outer.svg b/projects/icons-material/src/material/filled/border_outer.svg similarity index 100% rename from projects/icons-material/src/filled/border_outer.svg rename to projects/icons-material/src/material/filled/border_outer.svg diff --git a/projects/icons-material/src/filled/border_right.svg b/projects/icons-material/src/material/filled/border_right.svg similarity index 100% rename from projects/icons-material/src/filled/border_right.svg rename to projects/icons-material/src/material/filled/border_right.svg diff --git a/projects/icons-material/src/filled/border_style.svg b/projects/icons-material/src/material/filled/border_style.svg similarity index 100% rename from projects/icons-material/src/filled/border_style.svg rename to projects/icons-material/src/material/filled/border_style.svg diff --git a/projects/icons-material/src/filled/border_top.svg b/projects/icons-material/src/material/filled/border_top.svg similarity index 100% rename from projects/icons-material/src/filled/border_top.svg rename to projects/icons-material/src/material/filled/border_top.svg diff --git a/projects/icons-material/src/filled/border_vertical.svg b/projects/icons-material/src/material/filled/border_vertical.svg similarity index 100% rename from projects/icons-material/src/filled/border_vertical.svg rename to projects/icons-material/src/material/filled/border_vertical.svg diff --git a/projects/icons-material/src/filled/boy.svg b/projects/icons-material/src/material/filled/boy.svg similarity index 100% rename from projects/icons-material/src/filled/boy.svg rename to projects/icons-material/src/material/filled/boy.svg diff --git a/projects/icons-material/src/filled/branding_watermark.svg b/projects/icons-material/src/material/filled/branding_watermark.svg similarity index 100% rename from projects/icons-material/src/filled/branding_watermark.svg rename to projects/icons-material/src/material/filled/branding_watermark.svg diff --git a/projects/icons-material/src/filled/breakfast_dining.svg b/projects/icons-material/src/material/filled/breakfast_dining.svg similarity index 100% rename from projects/icons-material/src/filled/breakfast_dining.svg rename to projects/icons-material/src/material/filled/breakfast_dining.svg diff --git a/projects/icons-material/src/filled/brightness_1.svg b/projects/icons-material/src/material/filled/brightness_1.svg similarity index 100% rename from projects/icons-material/src/filled/brightness_1.svg rename to projects/icons-material/src/material/filled/brightness_1.svg diff --git a/projects/icons-material/src/filled/brightness_2.svg b/projects/icons-material/src/material/filled/brightness_2.svg similarity index 100% rename from projects/icons-material/src/filled/brightness_2.svg rename to projects/icons-material/src/material/filled/brightness_2.svg diff --git a/projects/icons-material/src/filled/brightness_3.svg b/projects/icons-material/src/material/filled/brightness_3.svg similarity index 100% rename from projects/icons-material/src/filled/brightness_3.svg rename to projects/icons-material/src/material/filled/brightness_3.svg diff --git a/projects/icons-material/src/filled/brightness_4.svg b/projects/icons-material/src/material/filled/brightness_4.svg similarity index 100% rename from projects/icons-material/src/filled/brightness_4.svg rename to projects/icons-material/src/material/filled/brightness_4.svg diff --git a/projects/icons-material/src/filled/brightness_5.svg b/projects/icons-material/src/material/filled/brightness_5.svg similarity index 100% rename from projects/icons-material/src/filled/brightness_5.svg rename to projects/icons-material/src/material/filled/brightness_5.svg diff --git a/projects/icons-material/src/filled/brightness_6.svg b/projects/icons-material/src/material/filled/brightness_6.svg similarity index 100% rename from projects/icons-material/src/filled/brightness_6.svg rename to projects/icons-material/src/material/filled/brightness_6.svg diff --git a/projects/icons-material/src/filled/brightness_7.svg b/projects/icons-material/src/material/filled/brightness_7.svg similarity index 100% rename from projects/icons-material/src/filled/brightness_7.svg rename to projects/icons-material/src/material/filled/brightness_7.svg diff --git a/projects/icons-material/src/filled/brightness_auto.svg b/projects/icons-material/src/material/filled/brightness_auto.svg similarity index 100% rename from projects/icons-material/src/filled/brightness_auto.svg rename to projects/icons-material/src/material/filled/brightness_auto.svg diff --git a/projects/icons-material/src/filled/brightness_high.svg b/projects/icons-material/src/material/filled/brightness_high.svg similarity index 100% rename from projects/icons-material/src/filled/brightness_high.svg rename to projects/icons-material/src/material/filled/brightness_high.svg diff --git a/projects/icons-material/src/filled/brightness_low.svg b/projects/icons-material/src/material/filled/brightness_low.svg similarity index 100% rename from projects/icons-material/src/filled/brightness_low.svg rename to projects/icons-material/src/material/filled/brightness_low.svg diff --git a/projects/icons-material/src/filled/brightness_medium.svg b/projects/icons-material/src/material/filled/brightness_medium.svg similarity index 100% rename from projects/icons-material/src/filled/brightness_medium.svg rename to projects/icons-material/src/material/filled/brightness_medium.svg diff --git a/projects/icons-material/src/filled/broadcast_on_home.svg b/projects/icons-material/src/material/filled/broadcast_on_home.svg similarity index 100% rename from projects/icons-material/src/filled/broadcast_on_home.svg rename to projects/icons-material/src/material/filled/broadcast_on_home.svg diff --git a/projects/icons-material/src/filled/broadcast_on_personal.svg b/projects/icons-material/src/material/filled/broadcast_on_personal.svg similarity index 100% rename from projects/icons-material/src/filled/broadcast_on_personal.svg rename to projects/icons-material/src/material/filled/broadcast_on_personal.svg diff --git a/projects/icons-material/src/filled/broken_image.svg b/projects/icons-material/src/material/filled/broken_image.svg similarity index 100% rename from projects/icons-material/src/filled/broken_image.svg rename to projects/icons-material/src/material/filled/broken_image.svg diff --git a/projects/icons-material/src/filled/browse_gallery.svg b/projects/icons-material/src/material/filled/browse_gallery.svg similarity index 100% rename from projects/icons-material/src/filled/browse_gallery.svg rename to projects/icons-material/src/material/filled/browse_gallery.svg diff --git a/projects/icons-material/src/filled/browser_not_supported.svg b/projects/icons-material/src/material/filled/browser_not_supported.svg similarity index 100% rename from projects/icons-material/src/filled/browser_not_supported.svg rename to projects/icons-material/src/material/filled/browser_not_supported.svg diff --git a/projects/icons-material/src/filled/browser_updated.svg b/projects/icons-material/src/material/filled/browser_updated.svg similarity index 100% rename from projects/icons-material/src/filled/browser_updated.svg rename to projects/icons-material/src/material/filled/browser_updated.svg diff --git a/projects/icons-material/src/filled/brunch_dining.svg b/projects/icons-material/src/material/filled/brunch_dining.svg similarity index 100% rename from projects/icons-material/src/filled/brunch_dining.svg rename to projects/icons-material/src/material/filled/brunch_dining.svg diff --git a/projects/icons-material/src/filled/brush.svg b/projects/icons-material/src/material/filled/brush.svg similarity index 100% rename from projects/icons-material/src/filled/brush.svg rename to projects/icons-material/src/material/filled/brush.svg diff --git a/projects/icons-material/src/filled/bubble_chart.svg b/projects/icons-material/src/material/filled/bubble_chart.svg similarity index 100% rename from projects/icons-material/src/filled/bubble_chart.svg rename to projects/icons-material/src/material/filled/bubble_chart.svg diff --git a/projects/icons-material/src/filled/bug_report.svg b/projects/icons-material/src/material/filled/bug_report.svg similarity index 100% rename from projects/icons-material/src/filled/bug_report.svg rename to projects/icons-material/src/material/filled/bug_report.svg diff --git a/projects/icons-material/src/filled/build.svg b/projects/icons-material/src/material/filled/build.svg similarity index 100% rename from projects/icons-material/src/filled/build.svg rename to projects/icons-material/src/material/filled/build.svg diff --git a/projects/icons-material/src/filled/build_circle.svg b/projects/icons-material/src/material/filled/build_circle.svg similarity index 100% rename from projects/icons-material/src/filled/build_circle.svg rename to projects/icons-material/src/material/filled/build_circle.svg diff --git a/projects/icons-material/src/filled/bungalow.svg b/projects/icons-material/src/material/filled/bungalow.svg similarity index 100% rename from projects/icons-material/src/filled/bungalow.svg rename to projects/icons-material/src/material/filled/bungalow.svg diff --git a/projects/icons-material/src/filled/burst_mode.svg b/projects/icons-material/src/material/filled/burst_mode.svg similarity index 100% rename from projects/icons-material/src/filled/burst_mode.svg rename to projects/icons-material/src/material/filled/burst_mode.svg diff --git a/projects/icons-material/src/filled/bus_alert.svg b/projects/icons-material/src/material/filled/bus_alert.svg similarity index 100% rename from projects/icons-material/src/filled/bus_alert.svg rename to projects/icons-material/src/material/filled/bus_alert.svg diff --git a/projects/icons-material/src/filled/business.svg b/projects/icons-material/src/material/filled/business.svg similarity index 100% rename from projects/icons-material/src/filled/business.svg rename to projects/icons-material/src/material/filled/business.svg diff --git a/projects/icons-material/src/filled/business_center.svg b/projects/icons-material/src/material/filled/business_center.svg similarity index 100% rename from projects/icons-material/src/filled/business_center.svg rename to projects/icons-material/src/material/filled/business_center.svg diff --git a/projects/icons-material/src/filled/cabin.svg b/projects/icons-material/src/material/filled/cabin.svg similarity index 100% rename from projects/icons-material/src/filled/cabin.svg rename to projects/icons-material/src/material/filled/cabin.svg diff --git a/projects/icons-material/src/filled/cable.svg b/projects/icons-material/src/material/filled/cable.svg similarity index 100% rename from projects/icons-material/src/filled/cable.svg rename to projects/icons-material/src/material/filled/cable.svg diff --git a/projects/icons-material/src/filled/cached.svg b/projects/icons-material/src/material/filled/cached.svg similarity index 100% rename from projects/icons-material/src/filled/cached.svg rename to projects/icons-material/src/material/filled/cached.svg diff --git a/projects/icons-material/src/filled/cake.svg b/projects/icons-material/src/material/filled/cake.svg similarity index 100% rename from projects/icons-material/src/filled/cake.svg rename to projects/icons-material/src/material/filled/cake.svg diff --git a/projects/icons-material/src/filled/calculate.svg b/projects/icons-material/src/material/filled/calculate.svg similarity index 100% rename from projects/icons-material/src/filled/calculate.svg rename to projects/icons-material/src/material/filled/calculate.svg diff --git a/projects/icons-material/src/filled/calendar_month.svg b/projects/icons-material/src/material/filled/calendar_month.svg similarity index 100% rename from projects/icons-material/src/filled/calendar_month.svg rename to projects/icons-material/src/material/filled/calendar_month.svg diff --git a/projects/icons-material/src/filled/calendar_today.svg b/projects/icons-material/src/material/filled/calendar_today.svg similarity index 100% rename from projects/icons-material/src/filled/calendar_today.svg rename to projects/icons-material/src/material/filled/calendar_today.svg diff --git a/projects/icons-material/src/filled/calendar_view_day.svg b/projects/icons-material/src/material/filled/calendar_view_day.svg similarity index 100% rename from projects/icons-material/src/filled/calendar_view_day.svg rename to projects/icons-material/src/material/filled/calendar_view_day.svg diff --git a/projects/icons-material/src/filled/calendar_view_month.svg b/projects/icons-material/src/material/filled/calendar_view_month.svg similarity index 100% rename from projects/icons-material/src/filled/calendar_view_month.svg rename to projects/icons-material/src/material/filled/calendar_view_month.svg diff --git a/projects/icons-material/src/filled/calendar_view_week.svg b/projects/icons-material/src/material/filled/calendar_view_week.svg similarity index 100% rename from projects/icons-material/src/filled/calendar_view_week.svg rename to projects/icons-material/src/material/filled/calendar_view_week.svg diff --git a/projects/icons-material/src/filled/call.svg b/projects/icons-material/src/material/filled/call.svg similarity index 100% rename from projects/icons-material/src/filled/call.svg rename to projects/icons-material/src/material/filled/call.svg diff --git a/projects/icons-material/src/filled/call_end.svg b/projects/icons-material/src/material/filled/call_end.svg similarity index 100% rename from projects/icons-material/src/filled/call_end.svg rename to projects/icons-material/src/material/filled/call_end.svg diff --git a/projects/icons-material/src/filled/call_made.svg b/projects/icons-material/src/material/filled/call_made.svg similarity index 100% rename from projects/icons-material/src/filled/call_made.svg rename to projects/icons-material/src/material/filled/call_made.svg diff --git a/projects/icons-material/src/filled/call_merge.svg b/projects/icons-material/src/material/filled/call_merge.svg similarity index 100% rename from projects/icons-material/src/filled/call_merge.svg rename to projects/icons-material/src/material/filled/call_merge.svg diff --git a/projects/icons-material/src/filled/call_missed.svg b/projects/icons-material/src/material/filled/call_missed.svg similarity index 100% rename from projects/icons-material/src/filled/call_missed.svg rename to projects/icons-material/src/material/filled/call_missed.svg diff --git a/projects/icons-material/src/filled/call_missed_outgoing.svg b/projects/icons-material/src/material/filled/call_missed_outgoing.svg similarity index 100% rename from projects/icons-material/src/filled/call_missed_outgoing.svg rename to projects/icons-material/src/material/filled/call_missed_outgoing.svg diff --git a/projects/icons-material/src/filled/call_received.svg b/projects/icons-material/src/material/filled/call_received.svg similarity index 100% rename from projects/icons-material/src/filled/call_received.svg rename to projects/icons-material/src/material/filled/call_received.svg diff --git a/projects/icons-material/src/filled/call_split.svg b/projects/icons-material/src/material/filled/call_split.svg similarity index 100% rename from projects/icons-material/src/filled/call_split.svg rename to projects/icons-material/src/material/filled/call_split.svg diff --git a/projects/icons-material/src/filled/call_to_action.svg b/projects/icons-material/src/material/filled/call_to_action.svg similarity index 100% rename from projects/icons-material/src/filled/call_to_action.svg rename to projects/icons-material/src/material/filled/call_to_action.svg diff --git a/projects/icons-material/src/filled/camera.svg b/projects/icons-material/src/material/filled/camera.svg similarity index 100% rename from projects/icons-material/src/filled/camera.svg rename to projects/icons-material/src/material/filled/camera.svg diff --git a/projects/icons-material/src/filled/camera_alt.svg b/projects/icons-material/src/material/filled/camera_alt.svg similarity index 100% rename from projects/icons-material/src/filled/camera_alt.svg rename to projects/icons-material/src/material/filled/camera_alt.svg diff --git a/projects/icons-material/src/filled/camera_enhance.svg b/projects/icons-material/src/material/filled/camera_enhance.svg similarity index 100% rename from projects/icons-material/src/filled/camera_enhance.svg rename to projects/icons-material/src/material/filled/camera_enhance.svg diff --git a/projects/icons-material/src/filled/camera_front.svg b/projects/icons-material/src/material/filled/camera_front.svg similarity index 100% rename from projects/icons-material/src/filled/camera_front.svg rename to projects/icons-material/src/material/filled/camera_front.svg diff --git a/projects/icons-material/src/filled/camera_indoor.svg b/projects/icons-material/src/material/filled/camera_indoor.svg similarity index 100% rename from projects/icons-material/src/filled/camera_indoor.svg rename to projects/icons-material/src/material/filled/camera_indoor.svg diff --git a/projects/icons-material/src/filled/camera_outdoor.svg b/projects/icons-material/src/material/filled/camera_outdoor.svg similarity index 100% rename from projects/icons-material/src/filled/camera_outdoor.svg rename to projects/icons-material/src/material/filled/camera_outdoor.svg diff --git a/projects/icons-material/src/filled/camera_rear.svg b/projects/icons-material/src/material/filled/camera_rear.svg similarity index 100% rename from projects/icons-material/src/filled/camera_rear.svg rename to projects/icons-material/src/material/filled/camera_rear.svg diff --git a/projects/icons-material/src/filled/camera_roll.svg b/projects/icons-material/src/material/filled/camera_roll.svg similarity index 100% rename from projects/icons-material/src/filled/camera_roll.svg rename to projects/icons-material/src/material/filled/camera_roll.svg diff --git a/projects/icons-material/src/filled/cameraswitch.svg b/projects/icons-material/src/material/filled/cameraswitch.svg similarity index 100% rename from projects/icons-material/src/filled/cameraswitch.svg rename to projects/icons-material/src/material/filled/cameraswitch.svg diff --git a/projects/icons-material/src/filled/campaign.svg b/projects/icons-material/src/material/filled/campaign.svg similarity index 100% rename from projects/icons-material/src/filled/campaign.svg rename to projects/icons-material/src/material/filled/campaign.svg diff --git a/projects/icons-material/src/filled/cancel.svg b/projects/icons-material/src/material/filled/cancel.svg similarity index 100% rename from projects/icons-material/src/filled/cancel.svg rename to projects/icons-material/src/material/filled/cancel.svg diff --git a/projects/icons-material/src/filled/cancel_presentation.svg b/projects/icons-material/src/material/filled/cancel_presentation.svg similarity index 100% rename from projects/icons-material/src/filled/cancel_presentation.svg rename to projects/icons-material/src/material/filled/cancel_presentation.svg diff --git a/projects/icons-material/src/filled/cancel_schedule_send.svg b/projects/icons-material/src/material/filled/cancel_schedule_send.svg similarity index 100% rename from projects/icons-material/src/filled/cancel_schedule_send.svg rename to projects/icons-material/src/material/filled/cancel_schedule_send.svg diff --git a/projects/icons-material/src/filled/candlestick_chart.svg b/projects/icons-material/src/material/filled/candlestick_chart.svg similarity index 100% rename from projects/icons-material/src/filled/candlestick_chart.svg rename to projects/icons-material/src/material/filled/candlestick_chart.svg diff --git a/projects/icons-material/src/filled/car_crash.svg b/projects/icons-material/src/material/filled/car_crash.svg similarity index 100% rename from projects/icons-material/src/filled/car_crash.svg rename to projects/icons-material/src/material/filled/car_crash.svg diff --git a/projects/icons-material/src/filled/car_rental.svg b/projects/icons-material/src/material/filled/car_rental.svg similarity index 100% rename from projects/icons-material/src/filled/car_rental.svg rename to projects/icons-material/src/material/filled/car_rental.svg diff --git a/projects/icons-material/src/filled/car_repair.svg b/projects/icons-material/src/material/filled/car_repair.svg similarity index 100% rename from projects/icons-material/src/filled/car_repair.svg rename to projects/icons-material/src/material/filled/car_repair.svg diff --git a/projects/icons-material/src/filled/card_giftcard.svg b/projects/icons-material/src/material/filled/card_giftcard.svg similarity index 100% rename from projects/icons-material/src/filled/card_giftcard.svg rename to projects/icons-material/src/material/filled/card_giftcard.svg diff --git a/projects/icons-material/src/filled/card_membership.svg b/projects/icons-material/src/material/filled/card_membership.svg similarity index 100% rename from projects/icons-material/src/filled/card_membership.svg rename to projects/icons-material/src/material/filled/card_membership.svg diff --git a/projects/icons-material/src/filled/card_travel.svg b/projects/icons-material/src/material/filled/card_travel.svg similarity index 100% rename from projects/icons-material/src/filled/card_travel.svg rename to projects/icons-material/src/material/filled/card_travel.svg diff --git a/projects/icons-material/src/filled/carpenter.svg b/projects/icons-material/src/material/filled/carpenter.svg similarity index 100% rename from projects/icons-material/src/filled/carpenter.svg rename to projects/icons-material/src/material/filled/carpenter.svg diff --git a/projects/icons-material/src/filled/cases.svg b/projects/icons-material/src/material/filled/cases.svg similarity index 100% rename from projects/icons-material/src/filled/cases.svg rename to projects/icons-material/src/material/filled/cases.svg diff --git a/projects/icons-material/src/filled/casino.svg b/projects/icons-material/src/material/filled/casino.svg similarity index 100% rename from projects/icons-material/src/filled/casino.svg rename to projects/icons-material/src/material/filled/casino.svg diff --git a/projects/icons-material/src/filled/cast.svg b/projects/icons-material/src/material/filled/cast.svg similarity index 100% rename from projects/icons-material/src/filled/cast.svg rename to projects/icons-material/src/material/filled/cast.svg diff --git a/projects/icons-material/src/filled/cast_connected.svg b/projects/icons-material/src/material/filled/cast_connected.svg similarity index 100% rename from projects/icons-material/src/filled/cast_connected.svg rename to projects/icons-material/src/material/filled/cast_connected.svg diff --git a/projects/icons-material/src/filled/cast_for_education.svg b/projects/icons-material/src/material/filled/cast_for_education.svg similarity index 100% rename from projects/icons-material/src/filled/cast_for_education.svg rename to projects/icons-material/src/material/filled/cast_for_education.svg diff --git a/projects/icons-material/src/filled/castle.svg b/projects/icons-material/src/material/filled/castle.svg similarity index 100% rename from projects/icons-material/src/filled/castle.svg rename to projects/icons-material/src/material/filled/castle.svg diff --git a/projects/icons-material/src/filled/catching_pokemon.svg b/projects/icons-material/src/material/filled/catching_pokemon.svg similarity index 100% rename from projects/icons-material/src/filled/catching_pokemon.svg rename to projects/icons-material/src/material/filled/catching_pokemon.svg diff --git a/projects/icons-material/src/filled/category.svg b/projects/icons-material/src/material/filled/category.svg similarity index 100% rename from projects/icons-material/src/filled/category.svg rename to projects/icons-material/src/material/filled/category.svg diff --git a/projects/icons-material/src/filled/celebration.svg b/projects/icons-material/src/material/filled/celebration.svg similarity index 100% rename from projects/icons-material/src/filled/celebration.svg rename to projects/icons-material/src/material/filled/celebration.svg diff --git a/projects/icons-material/src/filled/cell_tower.svg b/projects/icons-material/src/material/filled/cell_tower.svg similarity index 100% rename from projects/icons-material/src/filled/cell_tower.svg rename to projects/icons-material/src/material/filled/cell_tower.svg diff --git a/projects/icons-material/src/filled/cell_wifi.svg b/projects/icons-material/src/material/filled/cell_wifi.svg similarity index 100% rename from projects/icons-material/src/filled/cell_wifi.svg rename to projects/icons-material/src/material/filled/cell_wifi.svg diff --git a/projects/icons-material/src/filled/center_focus_strong.svg b/projects/icons-material/src/material/filled/center_focus_strong.svg similarity index 100% rename from projects/icons-material/src/filled/center_focus_strong.svg rename to projects/icons-material/src/material/filled/center_focus_strong.svg diff --git a/projects/icons-material/src/filled/center_focus_weak.svg b/projects/icons-material/src/material/filled/center_focus_weak.svg similarity index 100% rename from projects/icons-material/src/filled/center_focus_weak.svg rename to projects/icons-material/src/material/filled/center_focus_weak.svg diff --git a/projects/icons-material/src/filled/chair.svg b/projects/icons-material/src/material/filled/chair.svg similarity index 100% rename from projects/icons-material/src/filled/chair.svg rename to projects/icons-material/src/material/filled/chair.svg diff --git a/projects/icons-material/src/filled/chair_alt.svg b/projects/icons-material/src/material/filled/chair_alt.svg similarity index 100% rename from projects/icons-material/src/filled/chair_alt.svg rename to projects/icons-material/src/material/filled/chair_alt.svg diff --git a/projects/icons-material/src/filled/chalet.svg b/projects/icons-material/src/material/filled/chalet.svg similarity index 100% rename from projects/icons-material/src/filled/chalet.svg rename to projects/icons-material/src/material/filled/chalet.svg diff --git a/projects/icons-material/src/filled/change_circle.svg b/projects/icons-material/src/material/filled/change_circle.svg similarity index 100% rename from projects/icons-material/src/filled/change_circle.svg rename to projects/icons-material/src/material/filled/change_circle.svg diff --git a/projects/icons-material/src/filled/change_history.svg b/projects/icons-material/src/material/filled/change_history.svg similarity index 100% rename from projects/icons-material/src/filled/change_history.svg rename to projects/icons-material/src/material/filled/change_history.svg diff --git a/projects/icons-material/src/filled/charging_station.svg b/projects/icons-material/src/material/filled/charging_station.svg similarity index 100% rename from projects/icons-material/src/filled/charging_station.svg rename to projects/icons-material/src/material/filled/charging_station.svg diff --git a/projects/icons-material/src/filled/chat.svg b/projects/icons-material/src/material/filled/chat.svg similarity index 100% rename from projects/icons-material/src/filled/chat.svg rename to projects/icons-material/src/material/filled/chat.svg diff --git a/projects/icons-material/src/filled/chat_bubble.svg b/projects/icons-material/src/material/filled/chat_bubble.svg similarity index 100% rename from projects/icons-material/src/filled/chat_bubble.svg rename to projects/icons-material/src/material/filled/chat_bubble.svg diff --git a/projects/icons-material/src/filled/chat_bubble_outline.svg b/projects/icons-material/src/material/filled/chat_bubble_outline.svg similarity index 100% rename from projects/icons-material/src/filled/chat_bubble_outline.svg rename to projects/icons-material/src/material/filled/chat_bubble_outline.svg diff --git a/projects/icons-material/src/filled/check.svg b/projects/icons-material/src/material/filled/check.svg similarity index 100% rename from projects/icons-material/src/filled/check.svg rename to projects/icons-material/src/material/filled/check.svg diff --git a/projects/icons-material/src/filled/check_box.svg b/projects/icons-material/src/material/filled/check_box.svg similarity index 100% rename from projects/icons-material/src/filled/check_box.svg rename to projects/icons-material/src/material/filled/check_box.svg diff --git a/projects/icons-material/src/filled/check_box_outline_blank.svg b/projects/icons-material/src/material/filled/check_box_outline_blank.svg similarity index 100% rename from projects/icons-material/src/filled/check_box_outline_blank.svg rename to projects/icons-material/src/material/filled/check_box_outline_blank.svg diff --git a/projects/icons-material/src/filled/check_circle.svg b/projects/icons-material/src/material/filled/check_circle.svg similarity index 100% rename from projects/icons-material/src/filled/check_circle.svg rename to projects/icons-material/src/material/filled/check_circle.svg diff --git a/projects/icons-material/src/filled/check_circle_outline.svg b/projects/icons-material/src/material/filled/check_circle_outline.svg similarity index 100% rename from projects/icons-material/src/filled/check_circle_outline.svg rename to projects/icons-material/src/material/filled/check_circle_outline.svg diff --git a/projects/icons-material/src/filled/checklist.svg b/projects/icons-material/src/material/filled/checklist.svg similarity index 100% rename from projects/icons-material/src/filled/checklist.svg rename to projects/icons-material/src/material/filled/checklist.svg diff --git a/projects/icons-material/src/filled/checklist_rtl.svg b/projects/icons-material/src/material/filled/checklist_rtl.svg similarity index 100% rename from projects/icons-material/src/filled/checklist_rtl.svg rename to projects/icons-material/src/material/filled/checklist_rtl.svg diff --git a/projects/icons-material/src/filled/checkroom.svg b/projects/icons-material/src/material/filled/checkroom.svg similarity index 100% rename from projects/icons-material/src/filled/checkroom.svg rename to projects/icons-material/src/material/filled/checkroom.svg diff --git a/projects/icons-material/src/filled/chevron_left.svg b/projects/icons-material/src/material/filled/chevron_left.svg similarity index 100% rename from projects/icons-material/src/filled/chevron_left.svg rename to projects/icons-material/src/material/filled/chevron_left.svg diff --git a/projects/icons-material/src/filled/chevron_right.svg b/projects/icons-material/src/material/filled/chevron_right.svg similarity index 100% rename from projects/icons-material/src/filled/chevron_right.svg rename to projects/icons-material/src/material/filled/chevron_right.svg diff --git a/projects/icons-material/src/filled/child_care.svg b/projects/icons-material/src/material/filled/child_care.svg similarity index 100% rename from projects/icons-material/src/filled/child_care.svg rename to projects/icons-material/src/material/filled/child_care.svg diff --git a/projects/icons-material/src/filled/child_friendly.svg b/projects/icons-material/src/material/filled/child_friendly.svg similarity index 100% rename from projects/icons-material/src/filled/child_friendly.svg rename to projects/icons-material/src/material/filled/child_friendly.svg diff --git a/projects/icons-material/src/filled/chrome_reader_mode.svg b/projects/icons-material/src/material/filled/chrome_reader_mode.svg similarity index 100% rename from projects/icons-material/src/filled/chrome_reader_mode.svg rename to projects/icons-material/src/material/filled/chrome_reader_mode.svg diff --git a/projects/icons-material/src/filled/church.svg b/projects/icons-material/src/material/filled/church.svg similarity index 100% rename from projects/icons-material/src/filled/church.svg rename to projects/icons-material/src/material/filled/church.svg diff --git a/projects/icons-material/src/filled/circle.svg b/projects/icons-material/src/material/filled/circle.svg similarity index 100% rename from projects/icons-material/src/filled/circle.svg rename to projects/icons-material/src/material/filled/circle.svg diff --git a/projects/icons-material/src/filled/circle_notifications.svg b/projects/icons-material/src/material/filled/circle_notifications.svg similarity index 100% rename from projects/icons-material/src/filled/circle_notifications.svg rename to projects/icons-material/src/material/filled/circle_notifications.svg diff --git a/projects/icons-material/src/filled/class.svg b/projects/icons-material/src/material/filled/class.svg similarity index 100% rename from projects/icons-material/src/filled/class.svg rename to projects/icons-material/src/material/filled/class.svg diff --git a/projects/icons-material/src/filled/clean_hands.svg b/projects/icons-material/src/material/filled/clean_hands.svg similarity index 100% rename from projects/icons-material/src/filled/clean_hands.svg rename to projects/icons-material/src/material/filled/clean_hands.svg diff --git a/projects/icons-material/src/filled/cleaning_services.svg b/projects/icons-material/src/material/filled/cleaning_services.svg similarity index 100% rename from projects/icons-material/src/filled/cleaning_services.svg rename to projects/icons-material/src/material/filled/cleaning_services.svg diff --git a/projects/icons-material/src/filled/clear.svg b/projects/icons-material/src/material/filled/clear.svg similarity index 100% rename from projects/icons-material/src/filled/clear.svg rename to projects/icons-material/src/material/filled/clear.svg diff --git a/projects/icons-material/src/filled/clear_all.svg b/projects/icons-material/src/material/filled/clear_all.svg similarity index 100% rename from projects/icons-material/src/filled/clear_all.svg rename to projects/icons-material/src/material/filled/clear_all.svg diff --git a/projects/icons-material/src/filled/close.svg b/projects/icons-material/src/material/filled/close.svg similarity index 100% rename from projects/icons-material/src/filled/close.svg rename to projects/icons-material/src/material/filled/close.svg diff --git a/projects/icons-material/src/filled/close_fullscreen.svg b/projects/icons-material/src/material/filled/close_fullscreen.svg similarity index 100% rename from projects/icons-material/src/filled/close_fullscreen.svg rename to projects/icons-material/src/material/filled/close_fullscreen.svg diff --git a/projects/icons-material/src/filled/closed_caption.svg b/projects/icons-material/src/material/filled/closed_caption.svg similarity index 100% rename from projects/icons-material/src/filled/closed_caption.svg rename to projects/icons-material/src/material/filled/closed_caption.svg diff --git a/projects/icons-material/src/filled/closed_caption_disabled.svg b/projects/icons-material/src/material/filled/closed_caption_disabled.svg similarity index 100% rename from projects/icons-material/src/filled/closed_caption_disabled.svg rename to projects/icons-material/src/material/filled/closed_caption_disabled.svg diff --git a/projects/icons-material/src/filled/closed_caption_off.svg b/projects/icons-material/src/material/filled/closed_caption_off.svg similarity index 100% rename from projects/icons-material/src/filled/closed_caption_off.svg rename to projects/icons-material/src/material/filled/closed_caption_off.svg diff --git a/projects/icons-material/src/filled/cloud.svg b/projects/icons-material/src/material/filled/cloud.svg similarity index 100% rename from projects/icons-material/src/filled/cloud.svg rename to projects/icons-material/src/material/filled/cloud.svg diff --git a/projects/icons-material/src/filled/cloud_circle.svg b/projects/icons-material/src/material/filled/cloud_circle.svg similarity index 100% rename from projects/icons-material/src/filled/cloud_circle.svg rename to projects/icons-material/src/material/filled/cloud_circle.svg diff --git a/projects/icons-material/src/filled/cloud_done.svg b/projects/icons-material/src/material/filled/cloud_done.svg similarity index 100% rename from projects/icons-material/src/filled/cloud_done.svg rename to projects/icons-material/src/material/filled/cloud_done.svg diff --git a/projects/icons-material/src/filled/cloud_download.svg b/projects/icons-material/src/material/filled/cloud_download.svg similarity index 100% rename from projects/icons-material/src/filled/cloud_download.svg rename to projects/icons-material/src/material/filled/cloud_download.svg diff --git a/projects/icons-material/src/filled/cloud_off.svg b/projects/icons-material/src/material/filled/cloud_off.svg similarity index 100% rename from projects/icons-material/src/filled/cloud_off.svg rename to projects/icons-material/src/material/filled/cloud_off.svg diff --git a/projects/icons-material/src/filled/cloud_queue.svg b/projects/icons-material/src/material/filled/cloud_queue.svg similarity index 100% rename from projects/icons-material/src/filled/cloud_queue.svg rename to projects/icons-material/src/material/filled/cloud_queue.svg diff --git a/projects/icons-material/src/filled/cloud_sync.svg b/projects/icons-material/src/material/filled/cloud_sync.svg similarity index 100% rename from projects/icons-material/src/filled/cloud_sync.svg rename to projects/icons-material/src/material/filled/cloud_sync.svg diff --git a/projects/icons-material/src/filled/cloud_upload.svg b/projects/icons-material/src/material/filled/cloud_upload.svg similarity index 100% rename from projects/icons-material/src/filled/cloud_upload.svg rename to projects/icons-material/src/material/filled/cloud_upload.svg diff --git a/projects/icons-material/src/filled/co2.svg b/projects/icons-material/src/material/filled/co2.svg similarity index 100% rename from projects/icons-material/src/filled/co2.svg rename to projects/icons-material/src/material/filled/co2.svg diff --git a/projects/icons-material/src/filled/co_present.svg b/projects/icons-material/src/material/filled/co_present.svg similarity index 100% rename from projects/icons-material/src/filled/co_present.svg rename to projects/icons-material/src/material/filled/co_present.svg diff --git a/projects/icons-material/src/filled/code.svg b/projects/icons-material/src/material/filled/code.svg similarity index 100% rename from projects/icons-material/src/filled/code.svg rename to projects/icons-material/src/material/filled/code.svg diff --git a/projects/icons-material/src/filled/code_off.svg b/projects/icons-material/src/material/filled/code_off.svg similarity index 100% rename from projects/icons-material/src/filled/code_off.svg rename to projects/icons-material/src/material/filled/code_off.svg diff --git a/projects/icons-material/src/filled/coffee.svg b/projects/icons-material/src/material/filled/coffee.svg similarity index 100% rename from projects/icons-material/src/filled/coffee.svg rename to projects/icons-material/src/material/filled/coffee.svg diff --git a/projects/icons-material/src/filled/coffee_maker.svg b/projects/icons-material/src/material/filled/coffee_maker.svg similarity index 100% rename from projects/icons-material/src/filled/coffee_maker.svg rename to projects/icons-material/src/material/filled/coffee_maker.svg diff --git a/projects/icons-material/src/filled/collections.svg b/projects/icons-material/src/material/filled/collections.svg similarity index 100% rename from projects/icons-material/src/filled/collections.svg rename to projects/icons-material/src/material/filled/collections.svg diff --git a/projects/icons-material/src/filled/collections_bookmark.svg b/projects/icons-material/src/material/filled/collections_bookmark.svg similarity index 100% rename from projects/icons-material/src/filled/collections_bookmark.svg rename to projects/icons-material/src/material/filled/collections_bookmark.svg diff --git a/projects/icons-material/src/filled/color_lens.svg b/projects/icons-material/src/material/filled/color_lens.svg similarity index 100% rename from projects/icons-material/src/filled/color_lens.svg rename to projects/icons-material/src/material/filled/color_lens.svg diff --git a/projects/icons-material/src/filled/colorize.svg b/projects/icons-material/src/material/filled/colorize.svg similarity index 100% rename from projects/icons-material/src/filled/colorize.svg rename to projects/icons-material/src/material/filled/colorize.svg diff --git a/projects/icons-material/src/filled/comment.svg b/projects/icons-material/src/material/filled/comment.svg similarity index 100% rename from projects/icons-material/src/filled/comment.svg rename to projects/icons-material/src/material/filled/comment.svg diff --git a/projects/icons-material/src/filled/comment_bank.svg b/projects/icons-material/src/material/filled/comment_bank.svg similarity index 100% rename from projects/icons-material/src/filled/comment_bank.svg rename to projects/icons-material/src/material/filled/comment_bank.svg diff --git a/projects/icons-material/src/filled/comments_disabled.svg b/projects/icons-material/src/material/filled/comments_disabled.svg similarity index 100% rename from projects/icons-material/src/filled/comments_disabled.svg rename to projects/icons-material/src/material/filled/comments_disabled.svg diff --git a/projects/icons-material/src/filled/commit.svg b/projects/icons-material/src/material/filled/commit.svg similarity index 100% rename from projects/icons-material/src/filled/commit.svg rename to projects/icons-material/src/material/filled/commit.svg diff --git a/projects/icons-material/src/filled/commute.svg b/projects/icons-material/src/material/filled/commute.svg similarity index 100% rename from projects/icons-material/src/filled/commute.svg rename to projects/icons-material/src/material/filled/commute.svg diff --git a/projects/icons-material/src/filled/compare.svg b/projects/icons-material/src/material/filled/compare.svg similarity index 100% rename from projects/icons-material/src/filled/compare.svg rename to projects/icons-material/src/material/filled/compare.svg diff --git a/projects/icons-material/src/filled/compare_arrows.svg b/projects/icons-material/src/material/filled/compare_arrows.svg similarity index 100% rename from projects/icons-material/src/filled/compare_arrows.svg rename to projects/icons-material/src/material/filled/compare_arrows.svg diff --git a/projects/icons-material/src/filled/compass_calibration.svg b/projects/icons-material/src/material/filled/compass_calibration.svg similarity index 100% rename from projects/icons-material/src/filled/compass_calibration.svg rename to projects/icons-material/src/material/filled/compass_calibration.svg diff --git a/projects/icons-material/src/filled/compost.svg b/projects/icons-material/src/material/filled/compost.svg similarity index 100% rename from projects/icons-material/src/filled/compost.svg rename to projects/icons-material/src/material/filled/compost.svg diff --git a/projects/icons-material/src/filled/compress.svg b/projects/icons-material/src/material/filled/compress.svg similarity index 100% rename from projects/icons-material/src/filled/compress.svg rename to projects/icons-material/src/material/filled/compress.svg diff --git a/projects/icons-material/src/filled/computer.svg b/projects/icons-material/src/material/filled/computer.svg similarity index 100% rename from projects/icons-material/src/filled/computer.svg rename to projects/icons-material/src/material/filled/computer.svg diff --git a/projects/icons-material/src/filled/confirmation_number.svg b/projects/icons-material/src/material/filled/confirmation_number.svg similarity index 100% rename from projects/icons-material/src/filled/confirmation_number.svg rename to projects/icons-material/src/material/filled/confirmation_number.svg diff --git a/projects/icons-material/src/filled/connect_without_contact.svg b/projects/icons-material/src/material/filled/connect_without_contact.svg similarity index 100% rename from projects/icons-material/src/filled/connect_without_contact.svg rename to projects/icons-material/src/material/filled/connect_without_contact.svg diff --git a/projects/icons-material/src/filled/connected_tv.svg b/projects/icons-material/src/material/filled/connected_tv.svg similarity index 100% rename from projects/icons-material/src/filled/connected_tv.svg rename to projects/icons-material/src/material/filled/connected_tv.svg diff --git a/projects/icons-material/src/filled/connecting_airports.svg b/projects/icons-material/src/material/filled/connecting_airports.svg similarity index 100% rename from projects/icons-material/src/filled/connecting_airports.svg rename to projects/icons-material/src/material/filled/connecting_airports.svg diff --git a/projects/icons-material/src/filled/construction.svg b/projects/icons-material/src/material/filled/construction.svg similarity index 100% rename from projects/icons-material/src/filled/construction.svg rename to projects/icons-material/src/material/filled/construction.svg diff --git a/projects/icons-material/src/filled/contact_emergency.svg b/projects/icons-material/src/material/filled/contact_emergency.svg similarity index 100% rename from projects/icons-material/src/filled/contact_emergency.svg rename to projects/icons-material/src/material/filled/contact_emergency.svg diff --git a/projects/icons-material/src/filled/contact_mail.svg b/projects/icons-material/src/material/filled/contact_mail.svg similarity index 100% rename from projects/icons-material/src/filled/contact_mail.svg rename to projects/icons-material/src/material/filled/contact_mail.svg diff --git a/projects/icons-material/src/filled/contact_page.svg b/projects/icons-material/src/material/filled/contact_page.svg similarity index 100% rename from projects/icons-material/src/filled/contact_page.svg rename to projects/icons-material/src/material/filled/contact_page.svg diff --git a/projects/icons-material/src/filled/contact_phone.svg b/projects/icons-material/src/material/filled/contact_phone.svg similarity index 100% rename from projects/icons-material/src/filled/contact_phone.svg rename to projects/icons-material/src/material/filled/contact_phone.svg diff --git a/projects/icons-material/src/filled/contact_support.svg b/projects/icons-material/src/material/filled/contact_support.svg similarity index 100% rename from projects/icons-material/src/filled/contact_support.svg rename to projects/icons-material/src/material/filled/contact_support.svg diff --git a/projects/icons-material/src/filled/contactless.svg b/projects/icons-material/src/material/filled/contactless.svg similarity index 100% rename from projects/icons-material/src/filled/contactless.svg rename to projects/icons-material/src/material/filled/contactless.svg diff --git a/projects/icons-material/src/filled/contacts.svg b/projects/icons-material/src/material/filled/contacts.svg similarity index 100% rename from projects/icons-material/src/filled/contacts.svg rename to projects/icons-material/src/material/filled/contacts.svg diff --git a/projects/icons-material/src/filled/content_copy.svg b/projects/icons-material/src/material/filled/content_copy.svg similarity index 100% rename from projects/icons-material/src/filled/content_copy.svg rename to projects/icons-material/src/material/filled/content_copy.svg diff --git a/projects/icons-material/src/filled/content_cut.svg b/projects/icons-material/src/material/filled/content_cut.svg similarity index 100% rename from projects/icons-material/src/filled/content_cut.svg rename to projects/icons-material/src/material/filled/content_cut.svg diff --git a/projects/icons-material/src/filled/content_paste.svg b/projects/icons-material/src/material/filled/content_paste.svg similarity index 100% rename from projects/icons-material/src/filled/content_paste.svg rename to projects/icons-material/src/material/filled/content_paste.svg diff --git a/projects/icons-material/src/filled/content_paste_go.svg b/projects/icons-material/src/material/filled/content_paste_go.svg similarity index 100% rename from projects/icons-material/src/filled/content_paste_go.svg rename to projects/icons-material/src/material/filled/content_paste_go.svg diff --git a/projects/icons-material/src/filled/content_paste_off.svg b/projects/icons-material/src/material/filled/content_paste_off.svg similarity index 100% rename from projects/icons-material/src/filled/content_paste_off.svg rename to projects/icons-material/src/material/filled/content_paste_off.svg diff --git a/projects/icons-material/src/filled/content_paste_search.svg b/projects/icons-material/src/material/filled/content_paste_search.svg similarity index 100% rename from projects/icons-material/src/filled/content_paste_search.svg rename to projects/icons-material/src/material/filled/content_paste_search.svg diff --git a/projects/icons-material/src/filled/contrast.svg b/projects/icons-material/src/material/filled/contrast.svg similarity index 100% rename from projects/icons-material/src/filled/contrast.svg rename to projects/icons-material/src/material/filled/contrast.svg diff --git a/projects/icons-material/src/filled/control_camera.svg b/projects/icons-material/src/material/filled/control_camera.svg similarity index 100% rename from projects/icons-material/src/filled/control_camera.svg rename to projects/icons-material/src/material/filled/control_camera.svg diff --git a/projects/icons-material/src/filled/control_point.svg b/projects/icons-material/src/material/filled/control_point.svg similarity index 100% rename from projects/icons-material/src/filled/control_point.svg rename to projects/icons-material/src/material/filled/control_point.svg diff --git a/projects/icons-material/src/filled/control_point_duplicate.svg b/projects/icons-material/src/material/filled/control_point_duplicate.svg similarity index 100% rename from projects/icons-material/src/filled/control_point_duplicate.svg rename to projects/icons-material/src/material/filled/control_point_duplicate.svg diff --git a/projects/icons-material/src/filled/cookie.svg b/projects/icons-material/src/material/filled/cookie.svg similarity index 100% rename from projects/icons-material/src/filled/cookie.svg rename to projects/icons-material/src/material/filled/cookie.svg diff --git a/projects/icons-material/src/filled/copy_all.svg b/projects/icons-material/src/material/filled/copy_all.svg similarity index 100% rename from projects/icons-material/src/filled/copy_all.svg rename to projects/icons-material/src/material/filled/copy_all.svg diff --git a/projects/icons-material/src/filled/copyright.svg b/projects/icons-material/src/material/filled/copyright.svg similarity index 100% rename from projects/icons-material/src/filled/copyright.svg rename to projects/icons-material/src/material/filled/copyright.svg diff --git a/projects/icons-material/src/filled/coronavirus.svg b/projects/icons-material/src/material/filled/coronavirus.svg similarity index 100% rename from projects/icons-material/src/filled/coronavirus.svg rename to projects/icons-material/src/material/filled/coronavirus.svg diff --git a/projects/icons-material/src/filled/corporate_fare.svg b/projects/icons-material/src/material/filled/corporate_fare.svg similarity index 100% rename from projects/icons-material/src/filled/corporate_fare.svg rename to projects/icons-material/src/material/filled/corporate_fare.svg diff --git a/projects/icons-material/src/filled/cottage.svg b/projects/icons-material/src/material/filled/cottage.svg similarity index 100% rename from projects/icons-material/src/filled/cottage.svg rename to projects/icons-material/src/material/filled/cottage.svg diff --git a/projects/icons-material/src/filled/countertops.svg b/projects/icons-material/src/material/filled/countertops.svg similarity index 100% rename from projects/icons-material/src/filled/countertops.svg rename to projects/icons-material/src/material/filled/countertops.svg diff --git a/projects/icons-material/src/filled/create.svg b/projects/icons-material/src/material/filled/create.svg similarity index 100% rename from projects/icons-material/src/filled/create.svg rename to projects/icons-material/src/material/filled/create.svg diff --git a/projects/icons-material/src/filled/create_new_folder.svg b/projects/icons-material/src/material/filled/create_new_folder.svg similarity index 100% rename from projects/icons-material/src/filled/create_new_folder.svg rename to projects/icons-material/src/material/filled/create_new_folder.svg diff --git a/projects/icons-material/src/filled/credit_card.svg b/projects/icons-material/src/material/filled/credit_card.svg similarity index 100% rename from projects/icons-material/src/filled/credit_card.svg rename to projects/icons-material/src/material/filled/credit_card.svg diff --git a/projects/icons-material/src/filled/credit_card_off.svg b/projects/icons-material/src/material/filled/credit_card_off.svg similarity index 100% rename from projects/icons-material/src/filled/credit_card_off.svg rename to projects/icons-material/src/material/filled/credit_card_off.svg diff --git a/projects/icons-material/src/filled/credit_score.svg b/projects/icons-material/src/material/filled/credit_score.svg similarity index 100% rename from projects/icons-material/src/filled/credit_score.svg rename to projects/icons-material/src/material/filled/credit_score.svg diff --git a/projects/icons-material/src/filled/crib.svg b/projects/icons-material/src/material/filled/crib.svg similarity index 100% rename from projects/icons-material/src/filled/crib.svg rename to projects/icons-material/src/material/filled/crib.svg diff --git a/projects/icons-material/src/filled/crisis_alert.svg b/projects/icons-material/src/material/filled/crisis_alert.svg similarity index 100% rename from projects/icons-material/src/filled/crisis_alert.svg rename to projects/icons-material/src/material/filled/crisis_alert.svg diff --git a/projects/icons-material/src/filled/crop.svg b/projects/icons-material/src/material/filled/crop.svg similarity index 100% rename from projects/icons-material/src/filled/crop.svg rename to projects/icons-material/src/material/filled/crop.svg diff --git a/projects/icons-material/src/filled/crop_16_9.svg b/projects/icons-material/src/material/filled/crop_16_9.svg similarity index 100% rename from projects/icons-material/src/filled/crop_16_9.svg rename to projects/icons-material/src/material/filled/crop_16_9.svg diff --git a/projects/icons-material/src/filled/crop_3_2.svg b/projects/icons-material/src/material/filled/crop_3_2.svg similarity index 100% rename from projects/icons-material/src/filled/crop_3_2.svg rename to projects/icons-material/src/material/filled/crop_3_2.svg diff --git a/projects/icons-material/src/filled/crop_5_4.svg b/projects/icons-material/src/material/filled/crop_5_4.svg similarity index 100% rename from projects/icons-material/src/filled/crop_5_4.svg rename to projects/icons-material/src/material/filled/crop_5_4.svg diff --git a/projects/icons-material/src/filled/crop_7_5.svg b/projects/icons-material/src/material/filled/crop_7_5.svg similarity index 100% rename from projects/icons-material/src/filled/crop_7_5.svg rename to projects/icons-material/src/material/filled/crop_7_5.svg diff --git a/projects/icons-material/src/filled/crop_din.svg b/projects/icons-material/src/material/filled/crop_din.svg similarity index 100% rename from projects/icons-material/src/filled/crop_din.svg rename to projects/icons-material/src/material/filled/crop_din.svg diff --git a/projects/icons-material/src/filled/crop_free.svg b/projects/icons-material/src/material/filled/crop_free.svg similarity index 100% rename from projects/icons-material/src/filled/crop_free.svg rename to projects/icons-material/src/material/filled/crop_free.svg diff --git a/projects/icons-material/src/filled/crop_landscape.svg b/projects/icons-material/src/material/filled/crop_landscape.svg similarity index 100% rename from projects/icons-material/src/filled/crop_landscape.svg rename to projects/icons-material/src/material/filled/crop_landscape.svg diff --git a/projects/icons-material/src/filled/crop_original.svg b/projects/icons-material/src/material/filled/crop_original.svg similarity index 100% rename from projects/icons-material/src/filled/crop_original.svg rename to projects/icons-material/src/material/filled/crop_original.svg diff --git a/projects/icons-material/src/filled/crop_portrait.svg b/projects/icons-material/src/material/filled/crop_portrait.svg similarity index 100% rename from projects/icons-material/src/filled/crop_portrait.svg rename to projects/icons-material/src/material/filled/crop_portrait.svg diff --git a/projects/icons-material/src/filled/crop_rotate.svg b/projects/icons-material/src/material/filled/crop_rotate.svg similarity index 100% rename from projects/icons-material/src/filled/crop_rotate.svg rename to projects/icons-material/src/material/filled/crop_rotate.svg diff --git a/projects/icons-material/src/filled/crop_square.svg b/projects/icons-material/src/material/filled/crop_square.svg similarity index 100% rename from projects/icons-material/src/filled/crop_square.svg rename to projects/icons-material/src/material/filled/crop_square.svg diff --git a/projects/icons-material/src/filled/cruelty_free.svg b/projects/icons-material/src/material/filled/cruelty_free.svg similarity index 100% rename from projects/icons-material/src/filled/cruelty_free.svg rename to projects/icons-material/src/material/filled/cruelty_free.svg diff --git a/projects/icons-material/src/filled/css.svg b/projects/icons-material/src/material/filled/css.svg similarity index 100% rename from projects/icons-material/src/filled/css.svg rename to projects/icons-material/src/material/filled/css.svg diff --git a/projects/icons-material/src/filled/currency_bitcoin.svg b/projects/icons-material/src/material/filled/currency_bitcoin.svg similarity index 100% rename from projects/icons-material/src/filled/currency_bitcoin.svg rename to projects/icons-material/src/material/filled/currency_bitcoin.svg diff --git a/projects/icons-material/src/filled/currency_exchange.svg b/projects/icons-material/src/material/filled/currency_exchange.svg similarity index 100% rename from projects/icons-material/src/filled/currency_exchange.svg rename to projects/icons-material/src/material/filled/currency_exchange.svg diff --git a/projects/icons-material/src/filled/currency_franc.svg b/projects/icons-material/src/material/filled/currency_franc.svg similarity index 100% rename from projects/icons-material/src/filled/currency_franc.svg rename to projects/icons-material/src/material/filled/currency_franc.svg diff --git a/projects/icons-material/src/filled/currency_lira.svg b/projects/icons-material/src/material/filled/currency_lira.svg similarity index 100% rename from projects/icons-material/src/filled/currency_lira.svg rename to projects/icons-material/src/material/filled/currency_lira.svg diff --git a/projects/icons-material/src/filled/currency_pound.svg b/projects/icons-material/src/material/filled/currency_pound.svg similarity index 100% rename from projects/icons-material/src/filled/currency_pound.svg rename to projects/icons-material/src/material/filled/currency_pound.svg diff --git a/projects/icons-material/src/filled/currency_ruble.svg b/projects/icons-material/src/material/filled/currency_ruble.svg similarity index 100% rename from projects/icons-material/src/filled/currency_ruble.svg rename to projects/icons-material/src/material/filled/currency_ruble.svg diff --git a/projects/icons-material/src/filled/currency_rupee.svg b/projects/icons-material/src/material/filled/currency_rupee.svg similarity index 100% rename from projects/icons-material/src/filled/currency_rupee.svg rename to projects/icons-material/src/material/filled/currency_rupee.svg diff --git a/projects/icons-material/src/filled/currency_yen.svg b/projects/icons-material/src/material/filled/currency_yen.svg similarity index 100% rename from projects/icons-material/src/filled/currency_yen.svg rename to projects/icons-material/src/material/filled/currency_yen.svg diff --git a/projects/icons-material/src/filled/currency_yuan.svg b/projects/icons-material/src/material/filled/currency_yuan.svg similarity index 100% rename from projects/icons-material/src/filled/currency_yuan.svg rename to projects/icons-material/src/material/filled/currency_yuan.svg diff --git a/projects/icons-material/src/filled/curtains.svg b/projects/icons-material/src/material/filled/curtains.svg similarity index 100% rename from projects/icons-material/src/filled/curtains.svg rename to projects/icons-material/src/material/filled/curtains.svg diff --git a/projects/icons-material/src/filled/curtains_closed.svg b/projects/icons-material/src/material/filled/curtains_closed.svg similarity index 100% rename from projects/icons-material/src/filled/curtains_closed.svg rename to projects/icons-material/src/material/filled/curtains_closed.svg diff --git a/projects/icons-material/src/filled/cyclone.svg b/projects/icons-material/src/material/filled/cyclone.svg similarity index 100% rename from projects/icons-material/src/filled/cyclone.svg rename to projects/icons-material/src/material/filled/cyclone.svg diff --git a/projects/icons-material/src/filled/dangerous.svg b/projects/icons-material/src/material/filled/dangerous.svg similarity index 100% rename from projects/icons-material/src/filled/dangerous.svg rename to projects/icons-material/src/material/filled/dangerous.svg diff --git a/projects/icons-material/src/filled/dark_mode.svg b/projects/icons-material/src/material/filled/dark_mode.svg similarity index 100% rename from projects/icons-material/src/filled/dark_mode.svg rename to projects/icons-material/src/material/filled/dark_mode.svg diff --git a/projects/icons-material/src/filled/dashboard.svg b/projects/icons-material/src/material/filled/dashboard.svg similarity index 100% rename from projects/icons-material/src/filled/dashboard.svg rename to projects/icons-material/src/material/filled/dashboard.svg diff --git a/projects/icons-material/src/filled/dashboard_customize.svg b/projects/icons-material/src/material/filled/dashboard_customize.svg similarity index 100% rename from projects/icons-material/src/filled/dashboard_customize.svg rename to projects/icons-material/src/material/filled/dashboard_customize.svg diff --git a/projects/icons-material/src/filled/data_array.svg b/projects/icons-material/src/material/filled/data_array.svg similarity index 100% rename from projects/icons-material/src/filled/data_array.svg rename to projects/icons-material/src/material/filled/data_array.svg diff --git a/projects/icons-material/src/filled/data_exploration.svg b/projects/icons-material/src/material/filled/data_exploration.svg similarity index 100% rename from projects/icons-material/src/filled/data_exploration.svg rename to projects/icons-material/src/material/filled/data_exploration.svg diff --git a/projects/icons-material/src/filled/data_object.svg b/projects/icons-material/src/material/filled/data_object.svg similarity index 100% rename from projects/icons-material/src/filled/data_object.svg rename to projects/icons-material/src/material/filled/data_object.svg diff --git a/projects/icons-material/src/filled/data_saver_off.svg b/projects/icons-material/src/material/filled/data_saver_off.svg similarity index 100% rename from projects/icons-material/src/filled/data_saver_off.svg rename to projects/icons-material/src/material/filled/data_saver_off.svg diff --git a/projects/icons-material/src/filled/data_saver_on.svg b/projects/icons-material/src/material/filled/data_saver_on.svg similarity index 100% rename from projects/icons-material/src/filled/data_saver_on.svg rename to projects/icons-material/src/material/filled/data_saver_on.svg diff --git a/projects/icons-material/src/filled/data_thresholding.svg b/projects/icons-material/src/material/filled/data_thresholding.svg similarity index 100% rename from projects/icons-material/src/filled/data_thresholding.svg rename to projects/icons-material/src/material/filled/data_thresholding.svg diff --git a/projects/icons-material/src/filled/data_usage.svg b/projects/icons-material/src/material/filled/data_usage.svg similarity index 100% rename from projects/icons-material/src/filled/data_usage.svg rename to projects/icons-material/src/material/filled/data_usage.svg diff --git a/projects/icons-material/src/filled/dataset.svg b/projects/icons-material/src/material/filled/dataset.svg similarity index 100% rename from projects/icons-material/src/filled/dataset.svg rename to projects/icons-material/src/material/filled/dataset.svg diff --git a/projects/icons-material/src/filled/dataset_linked.svg b/projects/icons-material/src/material/filled/dataset_linked.svg similarity index 100% rename from projects/icons-material/src/filled/dataset_linked.svg rename to projects/icons-material/src/material/filled/dataset_linked.svg diff --git a/projects/icons-material/src/filled/date_range.svg b/projects/icons-material/src/material/filled/date_range.svg similarity index 100% rename from projects/icons-material/src/filled/date_range.svg rename to projects/icons-material/src/material/filled/date_range.svg diff --git a/projects/icons-material/src/filled/deblur.svg b/projects/icons-material/src/material/filled/deblur.svg similarity index 100% rename from projects/icons-material/src/filled/deblur.svg rename to projects/icons-material/src/material/filled/deblur.svg diff --git a/projects/icons-material/src/filled/deck.svg b/projects/icons-material/src/material/filled/deck.svg similarity index 100% rename from projects/icons-material/src/filled/deck.svg rename to projects/icons-material/src/material/filled/deck.svg diff --git a/projects/icons-material/src/filled/dehaze.svg b/projects/icons-material/src/material/filled/dehaze.svg similarity index 100% rename from projects/icons-material/src/filled/dehaze.svg rename to projects/icons-material/src/material/filled/dehaze.svg diff --git a/projects/icons-material/src/filled/delete.svg b/projects/icons-material/src/material/filled/delete.svg similarity index 100% rename from projects/icons-material/src/filled/delete.svg rename to projects/icons-material/src/material/filled/delete.svg diff --git a/projects/icons-material/src/filled/delete_forever.svg b/projects/icons-material/src/material/filled/delete_forever.svg similarity index 100% rename from projects/icons-material/src/filled/delete_forever.svg rename to projects/icons-material/src/material/filled/delete_forever.svg diff --git a/projects/icons-material/src/filled/delete_outline.svg b/projects/icons-material/src/material/filled/delete_outline.svg similarity index 100% rename from projects/icons-material/src/filled/delete_outline.svg rename to projects/icons-material/src/material/filled/delete_outline.svg diff --git a/projects/icons-material/src/filled/delete_sweep.svg b/projects/icons-material/src/material/filled/delete_sweep.svg similarity index 100% rename from projects/icons-material/src/filled/delete_sweep.svg rename to projects/icons-material/src/material/filled/delete_sweep.svg diff --git a/projects/icons-material/src/filled/delivery_dining.svg b/projects/icons-material/src/material/filled/delivery_dining.svg similarity index 100% rename from projects/icons-material/src/filled/delivery_dining.svg rename to projects/icons-material/src/material/filled/delivery_dining.svg diff --git a/projects/icons-material/src/filled/density_large.svg b/projects/icons-material/src/material/filled/density_large.svg similarity index 100% rename from projects/icons-material/src/filled/density_large.svg rename to projects/icons-material/src/material/filled/density_large.svg diff --git a/projects/icons-material/src/filled/density_medium.svg b/projects/icons-material/src/material/filled/density_medium.svg similarity index 100% rename from projects/icons-material/src/filled/density_medium.svg rename to projects/icons-material/src/material/filled/density_medium.svg diff --git a/projects/icons-material/src/filled/density_small.svg b/projects/icons-material/src/material/filled/density_small.svg similarity index 100% rename from projects/icons-material/src/filled/density_small.svg rename to projects/icons-material/src/material/filled/density_small.svg diff --git a/projects/icons-material/src/filled/departure_board.svg b/projects/icons-material/src/material/filled/departure_board.svg similarity index 100% rename from projects/icons-material/src/filled/departure_board.svg rename to projects/icons-material/src/material/filled/departure_board.svg diff --git a/projects/icons-material/src/filled/description.svg b/projects/icons-material/src/material/filled/description.svg similarity index 100% rename from projects/icons-material/src/filled/description.svg rename to projects/icons-material/src/material/filled/description.svg diff --git a/projects/icons-material/src/filled/deselect.svg b/projects/icons-material/src/material/filled/deselect.svg similarity index 100% rename from projects/icons-material/src/filled/deselect.svg rename to projects/icons-material/src/material/filled/deselect.svg diff --git a/projects/icons-material/src/filled/design_services.svg b/projects/icons-material/src/material/filled/design_services.svg similarity index 100% rename from projects/icons-material/src/filled/design_services.svg rename to projects/icons-material/src/material/filled/design_services.svg diff --git a/projects/icons-material/src/filled/desk.svg b/projects/icons-material/src/material/filled/desk.svg similarity index 100% rename from projects/icons-material/src/filled/desk.svg rename to projects/icons-material/src/material/filled/desk.svg diff --git a/projects/icons-material/src/filled/desktop_access_disabled.svg b/projects/icons-material/src/material/filled/desktop_access_disabled.svg similarity index 100% rename from projects/icons-material/src/filled/desktop_access_disabled.svg rename to projects/icons-material/src/material/filled/desktop_access_disabled.svg diff --git a/projects/icons-material/src/filled/desktop_mac.svg b/projects/icons-material/src/material/filled/desktop_mac.svg similarity index 100% rename from projects/icons-material/src/filled/desktop_mac.svg rename to projects/icons-material/src/material/filled/desktop_mac.svg diff --git a/projects/icons-material/src/filled/desktop_windows.svg b/projects/icons-material/src/material/filled/desktop_windows.svg similarity index 100% rename from projects/icons-material/src/filled/desktop_windows.svg rename to projects/icons-material/src/material/filled/desktop_windows.svg diff --git a/projects/icons-material/src/filled/details.svg b/projects/icons-material/src/material/filled/details.svg similarity index 100% rename from projects/icons-material/src/filled/details.svg rename to projects/icons-material/src/material/filled/details.svg diff --git a/projects/icons-material/src/filled/developer_board.svg b/projects/icons-material/src/material/filled/developer_board.svg similarity index 100% rename from projects/icons-material/src/filled/developer_board.svg rename to projects/icons-material/src/material/filled/developer_board.svg diff --git a/projects/icons-material/src/filled/developer_board_off.svg b/projects/icons-material/src/material/filled/developer_board_off.svg similarity index 100% rename from projects/icons-material/src/filled/developer_board_off.svg rename to projects/icons-material/src/material/filled/developer_board_off.svg diff --git a/projects/icons-material/src/filled/developer_mode.svg b/projects/icons-material/src/material/filled/developer_mode.svg similarity index 100% rename from projects/icons-material/src/filled/developer_mode.svg rename to projects/icons-material/src/material/filled/developer_mode.svg diff --git a/projects/icons-material/src/filled/device_hub.svg b/projects/icons-material/src/material/filled/device_hub.svg similarity index 100% rename from projects/icons-material/src/filled/device_hub.svg rename to projects/icons-material/src/material/filled/device_hub.svg diff --git a/projects/icons-material/src/filled/device_thermostat.svg b/projects/icons-material/src/material/filled/device_thermostat.svg similarity index 100% rename from projects/icons-material/src/filled/device_thermostat.svg rename to projects/icons-material/src/material/filled/device_thermostat.svg diff --git a/projects/icons-material/src/filled/device_unknown.svg b/projects/icons-material/src/material/filled/device_unknown.svg similarity index 100% rename from projects/icons-material/src/filled/device_unknown.svg rename to projects/icons-material/src/material/filled/device_unknown.svg diff --git a/projects/icons-material/src/filled/devices.svg b/projects/icons-material/src/material/filled/devices.svg similarity index 100% rename from projects/icons-material/src/filled/devices.svg rename to projects/icons-material/src/material/filled/devices.svg diff --git a/projects/icons-material/src/filled/devices_fold.svg b/projects/icons-material/src/material/filled/devices_fold.svg similarity index 100% rename from projects/icons-material/src/filled/devices_fold.svg rename to projects/icons-material/src/material/filled/devices_fold.svg diff --git a/projects/icons-material/src/filled/devices_other.svg b/projects/icons-material/src/material/filled/devices_other.svg similarity index 100% rename from projects/icons-material/src/filled/devices_other.svg rename to projects/icons-material/src/material/filled/devices_other.svg diff --git a/projects/icons-material/src/filled/dialer_sip.svg b/projects/icons-material/src/material/filled/dialer_sip.svg similarity index 100% rename from projects/icons-material/src/filled/dialer_sip.svg rename to projects/icons-material/src/material/filled/dialer_sip.svg diff --git a/projects/icons-material/src/filled/dialpad.svg b/projects/icons-material/src/material/filled/dialpad.svg similarity index 100% rename from projects/icons-material/src/filled/dialpad.svg rename to projects/icons-material/src/material/filled/dialpad.svg diff --git a/projects/icons-material/src/filled/diamond.svg b/projects/icons-material/src/material/filled/diamond.svg similarity index 100% rename from projects/icons-material/src/filled/diamond.svg rename to projects/icons-material/src/material/filled/diamond.svg diff --git a/projects/icons-material/src/filled/difference.svg b/projects/icons-material/src/material/filled/difference.svg similarity index 100% rename from projects/icons-material/src/filled/difference.svg rename to projects/icons-material/src/material/filled/difference.svg diff --git a/projects/icons-material/src/filled/dining.svg b/projects/icons-material/src/material/filled/dining.svg similarity index 100% rename from projects/icons-material/src/filled/dining.svg rename to projects/icons-material/src/material/filled/dining.svg diff --git a/projects/icons-material/src/filled/dinner_dining.svg b/projects/icons-material/src/material/filled/dinner_dining.svg similarity index 100% rename from projects/icons-material/src/filled/dinner_dining.svg rename to projects/icons-material/src/material/filled/dinner_dining.svg diff --git a/projects/icons-material/src/filled/directions.svg b/projects/icons-material/src/material/filled/directions.svg similarity index 100% rename from projects/icons-material/src/filled/directions.svg rename to projects/icons-material/src/material/filled/directions.svg diff --git a/projects/icons-material/src/filled/directions_bike.svg b/projects/icons-material/src/material/filled/directions_bike.svg similarity index 100% rename from projects/icons-material/src/filled/directions_bike.svg rename to projects/icons-material/src/material/filled/directions_bike.svg diff --git a/projects/icons-material/src/filled/directions_boat.svg b/projects/icons-material/src/material/filled/directions_boat.svg similarity index 100% rename from projects/icons-material/src/filled/directions_boat.svg rename to projects/icons-material/src/material/filled/directions_boat.svg diff --git a/projects/icons-material/src/filled/directions_boat_filled.svg b/projects/icons-material/src/material/filled/directions_boat_filled.svg similarity index 100% rename from projects/icons-material/src/filled/directions_boat_filled.svg rename to projects/icons-material/src/material/filled/directions_boat_filled.svg diff --git a/projects/icons-material/src/filled/directions_bus.svg b/projects/icons-material/src/material/filled/directions_bus.svg similarity index 100% rename from projects/icons-material/src/filled/directions_bus.svg rename to projects/icons-material/src/material/filled/directions_bus.svg diff --git a/projects/icons-material/src/filled/directions_bus_filled.svg b/projects/icons-material/src/material/filled/directions_bus_filled.svg similarity index 100% rename from projects/icons-material/src/filled/directions_bus_filled.svg rename to projects/icons-material/src/material/filled/directions_bus_filled.svg diff --git a/projects/icons-material/src/filled/directions_car.svg b/projects/icons-material/src/material/filled/directions_car.svg similarity index 100% rename from projects/icons-material/src/filled/directions_car.svg rename to projects/icons-material/src/material/filled/directions_car.svg diff --git a/projects/icons-material/src/filled/directions_car_filled.svg b/projects/icons-material/src/material/filled/directions_car_filled.svg similarity index 100% rename from projects/icons-material/src/filled/directions_car_filled.svg rename to projects/icons-material/src/material/filled/directions_car_filled.svg diff --git a/projects/icons-material/src/filled/directions_off.svg b/projects/icons-material/src/material/filled/directions_off.svg similarity index 100% rename from projects/icons-material/src/filled/directions_off.svg rename to projects/icons-material/src/material/filled/directions_off.svg diff --git a/projects/icons-material/src/filled/directions_railway.svg b/projects/icons-material/src/material/filled/directions_railway.svg similarity index 100% rename from projects/icons-material/src/filled/directions_railway.svg rename to projects/icons-material/src/material/filled/directions_railway.svg diff --git a/projects/icons-material/src/filled/directions_railway_filled.svg b/projects/icons-material/src/material/filled/directions_railway_filled.svg similarity index 100% rename from projects/icons-material/src/filled/directions_railway_filled.svg rename to projects/icons-material/src/material/filled/directions_railway_filled.svg diff --git a/projects/icons-material/src/filled/directions_run.svg b/projects/icons-material/src/material/filled/directions_run.svg similarity index 100% rename from projects/icons-material/src/filled/directions_run.svg rename to projects/icons-material/src/material/filled/directions_run.svg diff --git a/projects/icons-material/src/filled/directions_subway.svg b/projects/icons-material/src/material/filled/directions_subway.svg similarity index 100% rename from projects/icons-material/src/filled/directions_subway.svg rename to projects/icons-material/src/material/filled/directions_subway.svg diff --git a/projects/icons-material/src/filled/directions_subway_filled.svg b/projects/icons-material/src/material/filled/directions_subway_filled.svg similarity index 100% rename from projects/icons-material/src/filled/directions_subway_filled.svg rename to projects/icons-material/src/material/filled/directions_subway_filled.svg diff --git a/projects/icons-material/src/filled/directions_transit.svg b/projects/icons-material/src/material/filled/directions_transit.svg similarity index 100% rename from projects/icons-material/src/filled/directions_transit.svg rename to projects/icons-material/src/material/filled/directions_transit.svg diff --git a/projects/icons-material/src/filled/directions_transit_filled.svg b/projects/icons-material/src/material/filled/directions_transit_filled.svg similarity index 100% rename from projects/icons-material/src/filled/directions_transit_filled.svg rename to projects/icons-material/src/material/filled/directions_transit_filled.svg diff --git a/projects/icons-material/src/filled/directions_walk.svg b/projects/icons-material/src/material/filled/directions_walk.svg similarity index 100% rename from projects/icons-material/src/filled/directions_walk.svg rename to projects/icons-material/src/material/filled/directions_walk.svg diff --git a/projects/icons-material/src/filled/dirty_lens.svg b/projects/icons-material/src/material/filled/dirty_lens.svg similarity index 100% rename from projects/icons-material/src/filled/dirty_lens.svg rename to projects/icons-material/src/material/filled/dirty_lens.svg diff --git a/projects/icons-material/src/filled/disabled_by_default.svg b/projects/icons-material/src/material/filled/disabled_by_default.svg similarity index 100% rename from projects/icons-material/src/filled/disabled_by_default.svg rename to projects/icons-material/src/material/filled/disabled_by_default.svg diff --git a/projects/icons-material/src/filled/disabled_visible.svg b/projects/icons-material/src/material/filled/disabled_visible.svg similarity index 100% rename from projects/icons-material/src/filled/disabled_visible.svg rename to projects/icons-material/src/material/filled/disabled_visible.svg diff --git a/projects/icons-material/src/filled/disc_full.svg b/projects/icons-material/src/material/filled/disc_full.svg similarity index 100% rename from projects/icons-material/src/filled/disc_full.svg rename to projects/icons-material/src/material/filled/disc_full.svg diff --git a/projects/icons-material/src/filled/discount.svg b/projects/icons-material/src/material/filled/discount.svg similarity index 100% rename from projects/icons-material/src/filled/discount.svg rename to projects/icons-material/src/material/filled/discount.svg diff --git a/projects/icons-material/src/filled/display_settings.svg b/projects/icons-material/src/material/filled/display_settings.svg similarity index 100% rename from projects/icons-material/src/filled/display_settings.svg rename to projects/icons-material/src/material/filled/display_settings.svg diff --git a/projects/icons-material/src/filled/diversity_1.svg b/projects/icons-material/src/material/filled/diversity_1.svg similarity index 100% rename from projects/icons-material/src/filled/diversity_1.svg rename to projects/icons-material/src/material/filled/diversity_1.svg diff --git a/projects/icons-material/src/filled/diversity_2.svg b/projects/icons-material/src/material/filled/diversity_2.svg similarity index 100% rename from projects/icons-material/src/filled/diversity_2.svg rename to projects/icons-material/src/material/filled/diversity_2.svg diff --git a/projects/icons-material/src/filled/diversity_3.svg b/projects/icons-material/src/material/filled/diversity_3.svg similarity index 100% rename from projects/icons-material/src/filled/diversity_3.svg rename to projects/icons-material/src/material/filled/diversity_3.svg diff --git a/projects/icons-material/src/filled/dns.svg b/projects/icons-material/src/material/filled/dns.svg similarity index 100% rename from projects/icons-material/src/filled/dns.svg rename to projects/icons-material/src/material/filled/dns.svg diff --git a/projects/icons-material/src/filled/do_disturb.svg b/projects/icons-material/src/material/filled/do_disturb.svg similarity index 100% rename from projects/icons-material/src/filled/do_disturb.svg rename to projects/icons-material/src/material/filled/do_disturb.svg diff --git a/projects/icons-material/src/filled/do_disturb_alt.svg b/projects/icons-material/src/material/filled/do_disturb_alt.svg similarity index 100% rename from projects/icons-material/src/filled/do_disturb_alt.svg rename to projects/icons-material/src/material/filled/do_disturb_alt.svg diff --git a/projects/icons-material/src/filled/do_disturb_off.svg b/projects/icons-material/src/material/filled/do_disturb_off.svg similarity index 100% rename from projects/icons-material/src/filled/do_disturb_off.svg rename to projects/icons-material/src/material/filled/do_disturb_off.svg diff --git a/projects/icons-material/src/filled/do_disturb_on.svg b/projects/icons-material/src/material/filled/do_disturb_on.svg similarity index 100% rename from projects/icons-material/src/filled/do_disturb_on.svg rename to projects/icons-material/src/material/filled/do_disturb_on.svg diff --git a/projects/icons-material/src/filled/do_not_disturb.svg b/projects/icons-material/src/material/filled/do_not_disturb.svg similarity index 100% rename from projects/icons-material/src/filled/do_not_disturb.svg rename to projects/icons-material/src/material/filled/do_not_disturb.svg diff --git a/projects/icons-material/src/filled/do_not_disturb_alt.svg b/projects/icons-material/src/material/filled/do_not_disturb_alt.svg similarity index 100% rename from projects/icons-material/src/filled/do_not_disturb_alt.svg rename to projects/icons-material/src/material/filled/do_not_disturb_alt.svg diff --git a/projects/icons-material/src/filled/do_not_disturb_off.svg b/projects/icons-material/src/material/filled/do_not_disturb_off.svg similarity index 100% rename from projects/icons-material/src/filled/do_not_disturb_off.svg rename to projects/icons-material/src/material/filled/do_not_disturb_off.svg diff --git a/projects/icons-material/src/filled/do_not_disturb_on.svg b/projects/icons-material/src/material/filled/do_not_disturb_on.svg similarity index 100% rename from projects/icons-material/src/filled/do_not_disturb_on.svg rename to projects/icons-material/src/material/filled/do_not_disturb_on.svg diff --git a/projects/icons-material/src/filled/do_not_disturb_on_total_silence.svg b/projects/icons-material/src/material/filled/do_not_disturb_on_total_silence.svg similarity index 100% rename from projects/icons-material/src/filled/do_not_disturb_on_total_silence.svg rename to projects/icons-material/src/material/filled/do_not_disturb_on_total_silence.svg diff --git a/projects/icons-material/src/filled/do_not_step.svg b/projects/icons-material/src/material/filled/do_not_step.svg similarity index 100% rename from projects/icons-material/src/filled/do_not_step.svg rename to projects/icons-material/src/material/filled/do_not_step.svg diff --git a/projects/icons-material/src/filled/do_not_touch.svg b/projects/icons-material/src/material/filled/do_not_touch.svg similarity index 100% rename from projects/icons-material/src/filled/do_not_touch.svg rename to projects/icons-material/src/material/filled/do_not_touch.svg diff --git a/projects/icons-material/src/filled/dock.svg b/projects/icons-material/src/material/filled/dock.svg similarity index 100% rename from projects/icons-material/src/filled/dock.svg rename to projects/icons-material/src/material/filled/dock.svg diff --git a/projects/icons-material/src/filled/document_scanner.svg b/projects/icons-material/src/material/filled/document_scanner.svg similarity index 100% rename from projects/icons-material/src/filled/document_scanner.svg rename to projects/icons-material/src/material/filled/document_scanner.svg diff --git a/projects/icons-material/src/filled/domain.svg b/projects/icons-material/src/material/filled/domain.svg similarity index 100% rename from projects/icons-material/src/filled/domain.svg rename to projects/icons-material/src/material/filled/domain.svg diff --git a/projects/icons-material/src/filled/domain_add.svg b/projects/icons-material/src/material/filled/domain_add.svg similarity index 100% rename from projects/icons-material/src/filled/domain_add.svg rename to projects/icons-material/src/material/filled/domain_add.svg diff --git a/projects/icons-material/src/filled/domain_disabled.svg b/projects/icons-material/src/material/filled/domain_disabled.svg similarity index 100% rename from projects/icons-material/src/filled/domain_disabled.svg rename to projects/icons-material/src/material/filled/domain_disabled.svg diff --git a/projects/icons-material/src/filled/domain_verification.svg b/projects/icons-material/src/material/filled/domain_verification.svg similarity index 100% rename from projects/icons-material/src/filled/domain_verification.svg rename to projects/icons-material/src/material/filled/domain_verification.svg diff --git a/projects/icons-material/src/filled/done.svg b/projects/icons-material/src/material/filled/done.svg similarity index 100% rename from projects/icons-material/src/filled/done.svg rename to projects/icons-material/src/material/filled/done.svg diff --git a/projects/icons-material/src/filled/done_all.svg b/projects/icons-material/src/material/filled/done_all.svg similarity index 100% rename from projects/icons-material/src/filled/done_all.svg rename to projects/icons-material/src/material/filled/done_all.svg diff --git a/projects/icons-material/src/filled/done_outline.svg b/projects/icons-material/src/material/filled/done_outline.svg similarity index 100% rename from projects/icons-material/src/filled/done_outline.svg rename to projects/icons-material/src/material/filled/done_outline.svg diff --git a/projects/icons-material/src/filled/donut_large.svg b/projects/icons-material/src/material/filled/donut_large.svg similarity index 100% rename from projects/icons-material/src/filled/donut_large.svg rename to projects/icons-material/src/material/filled/donut_large.svg diff --git a/projects/icons-material/src/filled/donut_small.svg b/projects/icons-material/src/material/filled/donut_small.svg similarity index 100% rename from projects/icons-material/src/filled/donut_small.svg rename to projects/icons-material/src/material/filled/donut_small.svg diff --git a/projects/icons-material/src/filled/door_back.svg b/projects/icons-material/src/material/filled/door_back.svg similarity index 100% rename from projects/icons-material/src/filled/door_back.svg rename to projects/icons-material/src/material/filled/door_back.svg diff --git a/projects/icons-material/src/filled/door_front.svg b/projects/icons-material/src/material/filled/door_front.svg similarity index 100% rename from projects/icons-material/src/filled/door_front.svg rename to projects/icons-material/src/material/filled/door_front.svg diff --git a/projects/icons-material/src/filled/door_sliding.svg b/projects/icons-material/src/material/filled/door_sliding.svg similarity index 100% rename from projects/icons-material/src/filled/door_sliding.svg rename to projects/icons-material/src/material/filled/door_sliding.svg diff --git a/projects/icons-material/src/filled/doorbell.svg b/projects/icons-material/src/material/filled/doorbell.svg similarity index 100% rename from projects/icons-material/src/filled/doorbell.svg rename to projects/icons-material/src/material/filled/doorbell.svg diff --git a/projects/icons-material/src/filled/double_arrow.svg b/projects/icons-material/src/material/filled/double_arrow.svg similarity index 100% rename from projects/icons-material/src/filled/double_arrow.svg rename to projects/icons-material/src/material/filled/double_arrow.svg diff --git a/projects/icons-material/src/filled/downhill_skiing.svg b/projects/icons-material/src/material/filled/downhill_skiing.svg similarity index 100% rename from projects/icons-material/src/filled/downhill_skiing.svg rename to projects/icons-material/src/material/filled/downhill_skiing.svg diff --git a/projects/icons-material/src/filled/download.svg b/projects/icons-material/src/material/filled/download.svg similarity index 100% rename from projects/icons-material/src/filled/download.svg rename to projects/icons-material/src/material/filled/download.svg diff --git a/projects/icons-material/src/filled/download_done.svg b/projects/icons-material/src/material/filled/download_done.svg similarity index 100% rename from projects/icons-material/src/filled/download_done.svg rename to projects/icons-material/src/material/filled/download_done.svg diff --git a/projects/icons-material/src/filled/download_for_offline.svg b/projects/icons-material/src/material/filled/download_for_offline.svg similarity index 100% rename from projects/icons-material/src/filled/download_for_offline.svg rename to projects/icons-material/src/material/filled/download_for_offline.svg diff --git a/projects/icons-material/src/filled/downloading.svg b/projects/icons-material/src/material/filled/downloading.svg similarity index 100% rename from projects/icons-material/src/filled/downloading.svg rename to projects/icons-material/src/material/filled/downloading.svg diff --git a/projects/icons-material/src/filled/drafts.svg b/projects/icons-material/src/material/filled/drafts.svg similarity index 100% rename from projects/icons-material/src/filled/drafts.svg rename to projects/icons-material/src/material/filled/drafts.svg diff --git a/projects/icons-material/src/filled/drag_handle.svg b/projects/icons-material/src/material/filled/drag_handle.svg similarity index 100% rename from projects/icons-material/src/filled/drag_handle.svg rename to projects/icons-material/src/material/filled/drag_handle.svg diff --git a/projects/icons-material/src/filled/drag_indicator.svg b/projects/icons-material/src/material/filled/drag_indicator.svg similarity index 100% rename from projects/icons-material/src/filled/drag_indicator.svg rename to projects/icons-material/src/material/filled/drag_indicator.svg diff --git a/projects/icons-material/src/filled/draw.svg b/projects/icons-material/src/material/filled/draw.svg similarity index 100% rename from projects/icons-material/src/filled/draw.svg rename to projects/icons-material/src/material/filled/draw.svg diff --git a/projects/icons-material/src/filled/drive_eta.svg b/projects/icons-material/src/material/filled/drive_eta.svg similarity index 100% rename from projects/icons-material/src/filled/drive_eta.svg rename to projects/icons-material/src/material/filled/drive_eta.svg diff --git a/projects/icons-material/src/filled/drive_file_move.svg b/projects/icons-material/src/material/filled/drive_file_move.svg similarity index 100% rename from projects/icons-material/src/filled/drive_file_move.svg rename to projects/icons-material/src/material/filled/drive_file_move.svg diff --git a/projects/icons-material/src/filled/drive_file_move_rtl.svg b/projects/icons-material/src/material/filled/drive_file_move_rtl.svg similarity index 100% rename from projects/icons-material/src/filled/drive_file_move_rtl.svg rename to projects/icons-material/src/material/filled/drive_file_move_rtl.svg diff --git a/projects/icons-material/src/filled/drive_file_rename_outline.svg b/projects/icons-material/src/material/filled/drive_file_rename_outline.svg similarity index 100% rename from projects/icons-material/src/filled/drive_file_rename_outline.svg rename to projects/icons-material/src/material/filled/drive_file_rename_outline.svg diff --git a/projects/icons-material/src/filled/drive_folder_upload.svg b/projects/icons-material/src/material/filled/drive_folder_upload.svg similarity index 100% rename from projects/icons-material/src/filled/drive_folder_upload.svg rename to projects/icons-material/src/material/filled/drive_folder_upload.svg diff --git a/projects/icons-material/src/filled/dry.svg b/projects/icons-material/src/material/filled/dry.svg similarity index 100% rename from projects/icons-material/src/filled/dry.svg rename to projects/icons-material/src/material/filled/dry.svg diff --git a/projects/icons-material/src/filled/dry_cleaning.svg b/projects/icons-material/src/material/filled/dry_cleaning.svg similarity index 100% rename from projects/icons-material/src/filled/dry_cleaning.svg rename to projects/icons-material/src/material/filled/dry_cleaning.svg diff --git a/projects/icons-material/src/filled/duo.svg b/projects/icons-material/src/material/filled/duo.svg similarity index 100% rename from projects/icons-material/src/filled/duo.svg rename to projects/icons-material/src/material/filled/duo.svg diff --git a/projects/icons-material/src/filled/dvr.svg b/projects/icons-material/src/material/filled/dvr.svg similarity index 100% rename from projects/icons-material/src/filled/dvr.svg rename to projects/icons-material/src/material/filled/dvr.svg diff --git a/projects/icons-material/src/filled/dynamic_feed.svg b/projects/icons-material/src/material/filled/dynamic_feed.svg similarity index 100% rename from projects/icons-material/src/filled/dynamic_feed.svg rename to projects/icons-material/src/material/filled/dynamic_feed.svg diff --git a/projects/icons-material/src/filled/dynamic_form.svg b/projects/icons-material/src/material/filled/dynamic_form.svg similarity index 100% rename from projects/icons-material/src/filled/dynamic_form.svg rename to projects/icons-material/src/material/filled/dynamic_form.svg diff --git a/projects/icons-material/src/filled/e_mobiledata.svg b/projects/icons-material/src/material/filled/e_mobiledata.svg similarity index 100% rename from projects/icons-material/src/filled/e_mobiledata.svg rename to projects/icons-material/src/material/filled/e_mobiledata.svg diff --git a/projects/icons-material/src/filled/earbuds.svg b/projects/icons-material/src/material/filled/earbuds.svg similarity index 100% rename from projects/icons-material/src/filled/earbuds.svg rename to projects/icons-material/src/material/filled/earbuds.svg diff --git a/projects/icons-material/src/filled/earbuds_battery.svg b/projects/icons-material/src/material/filled/earbuds_battery.svg similarity index 100% rename from projects/icons-material/src/filled/earbuds_battery.svg rename to projects/icons-material/src/material/filled/earbuds_battery.svg diff --git a/projects/icons-material/src/filled/east.svg b/projects/icons-material/src/material/filled/east.svg similarity index 100% rename from projects/icons-material/src/filled/east.svg rename to projects/icons-material/src/material/filled/east.svg diff --git a/projects/icons-material/src/filled/edgesensor_high.svg b/projects/icons-material/src/material/filled/edgesensor_high.svg similarity index 100% rename from projects/icons-material/src/filled/edgesensor_high.svg rename to projects/icons-material/src/material/filled/edgesensor_high.svg diff --git a/projects/icons-material/src/filled/edgesensor_low.svg b/projects/icons-material/src/material/filled/edgesensor_low.svg similarity index 100% rename from projects/icons-material/src/filled/edgesensor_low.svg rename to projects/icons-material/src/material/filled/edgesensor_low.svg diff --git a/projects/icons-material/src/filled/edit.svg b/projects/icons-material/src/material/filled/edit.svg similarity index 100% rename from projects/icons-material/src/filled/edit.svg rename to projects/icons-material/src/material/filled/edit.svg diff --git a/projects/icons-material/src/filled/edit_attributes.svg b/projects/icons-material/src/material/filled/edit_attributes.svg similarity index 100% rename from projects/icons-material/src/filled/edit_attributes.svg rename to projects/icons-material/src/material/filled/edit_attributes.svg diff --git a/projects/icons-material/src/filled/edit_calendar.svg b/projects/icons-material/src/material/filled/edit_calendar.svg similarity index 100% rename from projects/icons-material/src/filled/edit_calendar.svg rename to projects/icons-material/src/material/filled/edit_calendar.svg diff --git a/projects/icons-material/src/filled/edit_location.svg b/projects/icons-material/src/material/filled/edit_location.svg similarity index 100% rename from projects/icons-material/src/filled/edit_location.svg rename to projects/icons-material/src/material/filled/edit_location.svg diff --git a/projects/icons-material/src/filled/edit_location_alt.svg b/projects/icons-material/src/material/filled/edit_location_alt.svg similarity index 100% rename from projects/icons-material/src/filled/edit_location_alt.svg rename to projects/icons-material/src/material/filled/edit_location_alt.svg diff --git a/projects/icons-material/src/filled/edit_note.svg b/projects/icons-material/src/material/filled/edit_note.svg similarity index 100% rename from projects/icons-material/src/filled/edit_note.svg rename to projects/icons-material/src/material/filled/edit_note.svg diff --git a/projects/icons-material/src/filled/edit_notifications.svg b/projects/icons-material/src/material/filled/edit_notifications.svg similarity index 100% rename from projects/icons-material/src/filled/edit_notifications.svg rename to projects/icons-material/src/material/filled/edit_notifications.svg diff --git a/projects/icons-material/src/filled/edit_off.svg b/projects/icons-material/src/material/filled/edit_off.svg similarity index 100% rename from projects/icons-material/src/filled/edit_off.svg rename to projects/icons-material/src/material/filled/edit_off.svg diff --git a/projects/icons-material/src/filled/edit_road.svg b/projects/icons-material/src/material/filled/edit_road.svg similarity index 100% rename from projects/icons-material/src/filled/edit_road.svg rename to projects/icons-material/src/material/filled/edit_road.svg diff --git a/projects/icons-material/src/filled/egg.svg b/projects/icons-material/src/material/filled/egg.svg similarity index 100% rename from projects/icons-material/src/filled/egg.svg rename to projects/icons-material/src/material/filled/egg.svg diff --git a/projects/icons-material/src/filled/egg_alt.svg b/projects/icons-material/src/material/filled/egg_alt.svg similarity index 100% rename from projects/icons-material/src/filled/egg_alt.svg rename to projects/icons-material/src/material/filled/egg_alt.svg diff --git a/projects/icons-material/src/filled/eject.svg b/projects/icons-material/src/material/filled/eject.svg similarity index 100% rename from projects/icons-material/src/filled/eject.svg rename to projects/icons-material/src/material/filled/eject.svg diff --git a/projects/icons-material/src/filled/elderly.svg b/projects/icons-material/src/material/filled/elderly.svg similarity index 100% rename from projects/icons-material/src/filled/elderly.svg rename to projects/icons-material/src/material/filled/elderly.svg diff --git a/projects/icons-material/src/filled/elderly_woman.svg b/projects/icons-material/src/material/filled/elderly_woman.svg similarity index 100% rename from projects/icons-material/src/filled/elderly_woman.svg rename to projects/icons-material/src/material/filled/elderly_woman.svg diff --git a/projects/icons-material/src/filled/electric_bike.svg b/projects/icons-material/src/material/filled/electric_bike.svg similarity index 100% rename from projects/icons-material/src/filled/electric_bike.svg rename to projects/icons-material/src/material/filled/electric_bike.svg diff --git a/projects/icons-material/src/filled/electric_bolt.svg b/projects/icons-material/src/material/filled/electric_bolt.svg similarity index 100% rename from projects/icons-material/src/filled/electric_bolt.svg rename to projects/icons-material/src/material/filled/electric_bolt.svg diff --git a/projects/icons-material/src/filled/electric_car.svg b/projects/icons-material/src/material/filled/electric_car.svg similarity index 100% rename from projects/icons-material/src/filled/electric_car.svg rename to projects/icons-material/src/material/filled/electric_car.svg diff --git a/projects/icons-material/src/filled/electric_meter.svg b/projects/icons-material/src/material/filled/electric_meter.svg similarity index 100% rename from projects/icons-material/src/filled/electric_meter.svg rename to projects/icons-material/src/material/filled/electric_meter.svg diff --git a/projects/icons-material/src/filled/electric_moped.svg b/projects/icons-material/src/material/filled/electric_moped.svg similarity index 100% rename from projects/icons-material/src/filled/electric_moped.svg rename to projects/icons-material/src/material/filled/electric_moped.svg diff --git a/projects/icons-material/src/filled/electric_rickshaw.svg b/projects/icons-material/src/material/filled/electric_rickshaw.svg similarity index 100% rename from projects/icons-material/src/filled/electric_rickshaw.svg rename to projects/icons-material/src/material/filled/electric_rickshaw.svg diff --git a/projects/icons-material/src/filled/electric_scooter.svg b/projects/icons-material/src/material/filled/electric_scooter.svg similarity index 100% rename from projects/icons-material/src/filled/electric_scooter.svg rename to projects/icons-material/src/material/filled/electric_scooter.svg diff --git a/projects/icons-material/src/filled/electrical_services.svg b/projects/icons-material/src/material/filled/electrical_services.svg similarity index 100% rename from projects/icons-material/src/filled/electrical_services.svg rename to projects/icons-material/src/material/filled/electrical_services.svg diff --git a/projects/icons-material/src/filled/elevator.svg b/projects/icons-material/src/material/filled/elevator.svg similarity index 100% rename from projects/icons-material/src/filled/elevator.svg rename to projects/icons-material/src/material/filled/elevator.svg diff --git a/projects/icons-material/src/filled/email.svg b/projects/icons-material/src/material/filled/email.svg similarity index 100% rename from projects/icons-material/src/filled/email.svg rename to projects/icons-material/src/material/filled/email.svg diff --git a/projects/icons-material/src/filled/emergency.svg b/projects/icons-material/src/material/filled/emergency.svg similarity index 100% rename from projects/icons-material/src/filled/emergency.svg rename to projects/icons-material/src/material/filled/emergency.svg diff --git a/projects/icons-material/src/filled/emergency_recording.svg b/projects/icons-material/src/material/filled/emergency_recording.svg similarity index 100% rename from projects/icons-material/src/filled/emergency_recording.svg rename to projects/icons-material/src/material/filled/emergency_recording.svg diff --git a/projects/icons-material/src/filled/emergency_share.svg b/projects/icons-material/src/material/filled/emergency_share.svg similarity index 100% rename from projects/icons-material/src/filled/emergency_share.svg rename to projects/icons-material/src/material/filled/emergency_share.svg diff --git a/projects/icons-material/src/filled/emoji_emotions.svg b/projects/icons-material/src/material/filled/emoji_emotions.svg similarity index 100% rename from projects/icons-material/src/filled/emoji_emotions.svg rename to projects/icons-material/src/material/filled/emoji_emotions.svg diff --git a/projects/icons-material/src/filled/emoji_events.svg b/projects/icons-material/src/material/filled/emoji_events.svg similarity index 100% rename from projects/icons-material/src/filled/emoji_events.svg rename to projects/icons-material/src/material/filled/emoji_events.svg diff --git a/projects/icons-material/src/filled/emoji_food_beverage.svg b/projects/icons-material/src/material/filled/emoji_food_beverage.svg similarity index 100% rename from projects/icons-material/src/filled/emoji_food_beverage.svg rename to projects/icons-material/src/material/filled/emoji_food_beverage.svg diff --git a/projects/icons-material/src/filled/emoji_nature.svg b/projects/icons-material/src/material/filled/emoji_nature.svg similarity index 100% rename from projects/icons-material/src/filled/emoji_nature.svg rename to projects/icons-material/src/material/filled/emoji_nature.svg diff --git a/projects/icons-material/src/filled/emoji_objects.svg b/projects/icons-material/src/material/filled/emoji_objects.svg similarity index 100% rename from projects/icons-material/src/filled/emoji_objects.svg rename to projects/icons-material/src/material/filled/emoji_objects.svg diff --git a/projects/icons-material/src/filled/emoji_people.svg b/projects/icons-material/src/material/filled/emoji_people.svg similarity index 100% rename from projects/icons-material/src/filled/emoji_people.svg rename to projects/icons-material/src/material/filled/emoji_people.svg diff --git a/projects/icons-material/src/filled/emoji_symbols.svg b/projects/icons-material/src/material/filled/emoji_symbols.svg similarity index 100% rename from projects/icons-material/src/filled/emoji_symbols.svg rename to projects/icons-material/src/material/filled/emoji_symbols.svg diff --git a/projects/icons-material/src/filled/emoji_transportation.svg b/projects/icons-material/src/material/filled/emoji_transportation.svg similarity index 100% rename from projects/icons-material/src/filled/emoji_transportation.svg rename to projects/icons-material/src/material/filled/emoji_transportation.svg diff --git a/projects/icons-material/src/filled/energy_savings_leaf.svg b/projects/icons-material/src/material/filled/energy_savings_leaf.svg similarity index 100% rename from projects/icons-material/src/filled/energy_savings_leaf.svg rename to projects/icons-material/src/material/filled/energy_savings_leaf.svg diff --git a/projects/icons-material/src/filled/engineering.svg b/projects/icons-material/src/material/filled/engineering.svg similarity index 100% rename from projects/icons-material/src/filled/engineering.svg rename to projects/icons-material/src/material/filled/engineering.svg diff --git a/projects/icons-material/src/filled/enhanced_encryption.svg b/projects/icons-material/src/material/filled/enhanced_encryption.svg similarity index 100% rename from projects/icons-material/src/filled/enhanced_encryption.svg rename to projects/icons-material/src/material/filled/enhanced_encryption.svg diff --git a/projects/icons-material/src/filled/equalizer.svg b/projects/icons-material/src/material/filled/equalizer.svg similarity index 100% rename from projects/icons-material/src/filled/equalizer.svg rename to projects/icons-material/src/material/filled/equalizer.svg diff --git a/projects/icons-material/src/filled/error.svg b/projects/icons-material/src/material/filled/error.svg similarity index 100% rename from projects/icons-material/src/filled/error.svg rename to projects/icons-material/src/material/filled/error.svg diff --git a/projects/icons-material/src/filled/error_outline.svg b/projects/icons-material/src/material/filled/error_outline.svg similarity index 100% rename from projects/icons-material/src/filled/error_outline.svg rename to projects/icons-material/src/material/filled/error_outline.svg diff --git a/projects/icons-material/src/filled/escalator.svg b/projects/icons-material/src/material/filled/escalator.svg similarity index 100% rename from projects/icons-material/src/filled/escalator.svg rename to projects/icons-material/src/material/filled/escalator.svg diff --git a/projects/icons-material/src/filled/escalator_warning.svg b/projects/icons-material/src/material/filled/escalator_warning.svg similarity index 100% rename from projects/icons-material/src/filled/escalator_warning.svg rename to projects/icons-material/src/material/filled/escalator_warning.svg diff --git a/projects/icons-material/src/filled/euro.svg b/projects/icons-material/src/material/filled/euro.svg similarity index 100% rename from projects/icons-material/src/filled/euro.svg rename to projects/icons-material/src/material/filled/euro.svg diff --git a/projects/icons-material/src/filled/euro_symbol.svg b/projects/icons-material/src/material/filled/euro_symbol.svg similarity index 100% rename from projects/icons-material/src/filled/euro_symbol.svg rename to projects/icons-material/src/material/filled/euro_symbol.svg diff --git a/projects/icons-material/src/filled/ev_station.svg b/projects/icons-material/src/material/filled/ev_station.svg similarity index 100% rename from projects/icons-material/src/filled/ev_station.svg rename to projects/icons-material/src/material/filled/ev_station.svg diff --git a/projects/icons-material/src/filled/event.svg b/projects/icons-material/src/material/filled/event.svg similarity index 100% rename from projects/icons-material/src/filled/event.svg rename to projects/icons-material/src/material/filled/event.svg diff --git a/projects/icons-material/src/filled/event_available.svg b/projects/icons-material/src/material/filled/event_available.svg similarity index 100% rename from projects/icons-material/src/filled/event_available.svg rename to projects/icons-material/src/material/filled/event_available.svg diff --git a/projects/icons-material/src/filled/event_busy.svg b/projects/icons-material/src/material/filled/event_busy.svg similarity index 100% rename from projects/icons-material/src/filled/event_busy.svg rename to projects/icons-material/src/material/filled/event_busy.svg diff --git a/projects/icons-material/src/filled/event_note.svg b/projects/icons-material/src/material/filled/event_note.svg similarity index 100% rename from projects/icons-material/src/filled/event_note.svg rename to projects/icons-material/src/material/filled/event_note.svg diff --git a/projects/icons-material/src/filled/event_repeat.svg b/projects/icons-material/src/material/filled/event_repeat.svg similarity index 100% rename from projects/icons-material/src/filled/event_repeat.svg rename to projects/icons-material/src/material/filled/event_repeat.svg diff --git a/projects/icons-material/src/filled/event_seat.svg b/projects/icons-material/src/material/filled/event_seat.svg similarity index 100% rename from projects/icons-material/src/filled/event_seat.svg rename to projects/icons-material/src/material/filled/event_seat.svg diff --git a/projects/icons-material/src/filled/exit_to_app.svg b/projects/icons-material/src/material/filled/exit_to_app.svg similarity index 100% rename from projects/icons-material/src/filled/exit_to_app.svg rename to projects/icons-material/src/material/filled/exit_to_app.svg diff --git a/projects/icons-material/src/filled/expand.svg b/projects/icons-material/src/material/filled/expand.svg similarity index 100% rename from projects/icons-material/src/filled/expand.svg rename to projects/icons-material/src/material/filled/expand.svg diff --git a/projects/icons-material/src/filled/expand_circle_down.svg b/projects/icons-material/src/material/filled/expand_circle_down.svg similarity index 100% rename from projects/icons-material/src/filled/expand_circle_down.svg rename to projects/icons-material/src/material/filled/expand_circle_down.svg diff --git a/projects/icons-material/src/filled/expand_less.svg b/projects/icons-material/src/material/filled/expand_less.svg similarity index 100% rename from projects/icons-material/src/filled/expand_less.svg rename to projects/icons-material/src/material/filled/expand_less.svg diff --git a/projects/icons-material/src/filled/expand_more.svg b/projects/icons-material/src/material/filled/expand_more.svg similarity index 100% rename from projects/icons-material/src/filled/expand_more.svg rename to projects/icons-material/src/material/filled/expand_more.svg diff --git a/projects/icons-material/src/filled/explicit.svg b/projects/icons-material/src/material/filled/explicit.svg similarity index 100% rename from projects/icons-material/src/filled/explicit.svg rename to projects/icons-material/src/material/filled/explicit.svg diff --git a/projects/icons-material/src/filled/explore.svg b/projects/icons-material/src/material/filled/explore.svg similarity index 100% rename from projects/icons-material/src/filled/explore.svg rename to projects/icons-material/src/material/filled/explore.svg diff --git a/projects/icons-material/src/filled/explore_off.svg b/projects/icons-material/src/material/filled/explore_off.svg similarity index 100% rename from projects/icons-material/src/filled/explore_off.svg rename to projects/icons-material/src/material/filled/explore_off.svg diff --git a/projects/icons-material/src/filled/exposure.svg b/projects/icons-material/src/material/filled/exposure.svg similarity index 100% rename from projects/icons-material/src/filled/exposure.svg rename to projects/icons-material/src/material/filled/exposure.svg diff --git a/projects/icons-material/src/filled/exposure_neg_1.svg b/projects/icons-material/src/material/filled/exposure_neg_1.svg similarity index 100% rename from projects/icons-material/src/filled/exposure_neg_1.svg rename to projects/icons-material/src/material/filled/exposure_neg_1.svg diff --git a/projects/icons-material/src/filled/exposure_neg_2.svg b/projects/icons-material/src/material/filled/exposure_neg_2.svg similarity index 100% rename from projects/icons-material/src/filled/exposure_neg_2.svg rename to projects/icons-material/src/material/filled/exposure_neg_2.svg diff --git a/projects/icons-material/src/filled/exposure_plus_1.svg b/projects/icons-material/src/material/filled/exposure_plus_1.svg similarity index 100% rename from projects/icons-material/src/filled/exposure_plus_1.svg rename to projects/icons-material/src/material/filled/exposure_plus_1.svg diff --git a/projects/icons-material/src/filled/exposure_plus_2.svg b/projects/icons-material/src/material/filled/exposure_plus_2.svg similarity index 100% rename from projects/icons-material/src/filled/exposure_plus_2.svg rename to projects/icons-material/src/material/filled/exposure_plus_2.svg diff --git a/projects/icons-material/src/filled/exposure_zero.svg b/projects/icons-material/src/material/filled/exposure_zero.svg similarity index 100% rename from projects/icons-material/src/filled/exposure_zero.svg rename to projects/icons-material/src/material/filled/exposure_zero.svg diff --git a/projects/icons-material/src/filled/extension.svg b/projects/icons-material/src/material/filled/extension.svg similarity index 100% rename from projects/icons-material/src/filled/extension.svg rename to projects/icons-material/src/material/filled/extension.svg diff --git a/projects/icons-material/src/filled/extension_off.svg b/projects/icons-material/src/material/filled/extension_off.svg similarity index 100% rename from projects/icons-material/src/filled/extension_off.svg rename to projects/icons-material/src/material/filled/extension_off.svg diff --git a/projects/icons-material/src/filled/face.svg b/projects/icons-material/src/material/filled/face.svg similarity index 100% rename from projects/icons-material/src/filled/face.svg rename to projects/icons-material/src/material/filled/face.svg diff --git a/projects/icons-material/src/filled/face_2.svg b/projects/icons-material/src/material/filled/face_2.svg similarity index 100% rename from projects/icons-material/src/filled/face_2.svg rename to projects/icons-material/src/material/filled/face_2.svg diff --git a/projects/icons-material/src/filled/face_3.svg b/projects/icons-material/src/material/filled/face_3.svg similarity index 100% rename from projects/icons-material/src/filled/face_3.svg rename to projects/icons-material/src/material/filled/face_3.svg diff --git a/projects/icons-material/src/filled/face_4.svg b/projects/icons-material/src/material/filled/face_4.svg similarity index 100% rename from projects/icons-material/src/filled/face_4.svg rename to projects/icons-material/src/material/filled/face_4.svg diff --git a/projects/icons-material/src/filled/face_5.svg b/projects/icons-material/src/material/filled/face_5.svg similarity index 100% rename from projects/icons-material/src/filled/face_5.svg rename to projects/icons-material/src/material/filled/face_5.svg diff --git a/projects/icons-material/src/filled/face_6.svg b/projects/icons-material/src/material/filled/face_6.svg similarity index 100% rename from projects/icons-material/src/filled/face_6.svg rename to projects/icons-material/src/material/filled/face_6.svg diff --git a/projects/icons-material/src/filled/face_retouching_natural.svg b/projects/icons-material/src/material/filled/face_retouching_natural.svg similarity index 100% rename from projects/icons-material/src/filled/face_retouching_natural.svg rename to projects/icons-material/src/material/filled/face_retouching_natural.svg diff --git a/projects/icons-material/src/filled/face_retouching_off.svg b/projects/icons-material/src/material/filled/face_retouching_off.svg similarity index 100% rename from projects/icons-material/src/filled/face_retouching_off.svg rename to projects/icons-material/src/material/filled/face_retouching_off.svg diff --git a/projects/icons-material/src/filled/fact_check.svg b/projects/icons-material/src/material/filled/fact_check.svg similarity index 100% rename from projects/icons-material/src/filled/fact_check.svg rename to projects/icons-material/src/material/filled/fact_check.svg diff --git a/projects/icons-material/src/filled/factory.svg b/projects/icons-material/src/material/filled/factory.svg similarity index 100% rename from projects/icons-material/src/filled/factory.svg rename to projects/icons-material/src/material/filled/factory.svg diff --git a/projects/icons-material/src/filled/family_restroom.svg b/projects/icons-material/src/material/filled/family_restroom.svg similarity index 100% rename from projects/icons-material/src/filled/family_restroom.svg rename to projects/icons-material/src/material/filled/family_restroom.svg diff --git a/projects/icons-material/src/filled/fast_forward.svg b/projects/icons-material/src/material/filled/fast_forward.svg similarity index 100% rename from projects/icons-material/src/filled/fast_forward.svg rename to projects/icons-material/src/material/filled/fast_forward.svg diff --git a/projects/icons-material/src/filled/fast_rewind.svg b/projects/icons-material/src/material/filled/fast_rewind.svg similarity index 100% rename from projects/icons-material/src/filled/fast_rewind.svg rename to projects/icons-material/src/material/filled/fast_rewind.svg diff --git a/projects/icons-material/src/filled/fastfood.svg b/projects/icons-material/src/material/filled/fastfood.svg similarity index 100% rename from projects/icons-material/src/filled/fastfood.svg rename to projects/icons-material/src/material/filled/fastfood.svg diff --git a/projects/icons-material/src/filled/favorite.svg b/projects/icons-material/src/material/filled/favorite.svg similarity index 100% rename from projects/icons-material/src/filled/favorite.svg rename to projects/icons-material/src/material/filled/favorite.svg diff --git a/projects/icons-material/src/filled/favorite_border.svg b/projects/icons-material/src/material/filled/favorite_border.svg similarity index 100% rename from projects/icons-material/src/filled/favorite_border.svg rename to projects/icons-material/src/material/filled/favorite_border.svg diff --git a/projects/icons-material/src/filled/fax.svg b/projects/icons-material/src/material/filled/fax.svg similarity index 100% rename from projects/icons-material/src/filled/fax.svg rename to projects/icons-material/src/material/filled/fax.svg diff --git a/projects/icons-material/src/filled/featured_play_list.svg b/projects/icons-material/src/material/filled/featured_play_list.svg similarity index 100% rename from projects/icons-material/src/filled/featured_play_list.svg rename to projects/icons-material/src/material/filled/featured_play_list.svg diff --git a/projects/icons-material/src/filled/featured_video.svg b/projects/icons-material/src/material/filled/featured_video.svg similarity index 100% rename from projects/icons-material/src/filled/featured_video.svg rename to projects/icons-material/src/material/filled/featured_video.svg diff --git a/projects/icons-material/src/filled/feed.svg b/projects/icons-material/src/material/filled/feed.svg similarity index 100% rename from projects/icons-material/src/filled/feed.svg rename to projects/icons-material/src/material/filled/feed.svg diff --git a/projects/icons-material/src/filled/feedback.svg b/projects/icons-material/src/material/filled/feedback.svg similarity index 100% rename from projects/icons-material/src/filled/feedback.svg rename to projects/icons-material/src/material/filled/feedback.svg diff --git a/projects/icons-material/src/filled/female.svg b/projects/icons-material/src/material/filled/female.svg similarity index 100% rename from projects/icons-material/src/filled/female.svg rename to projects/icons-material/src/material/filled/female.svg diff --git a/projects/icons-material/src/filled/fence.svg b/projects/icons-material/src/material/filled/fence.svg similarity index 100% rename from projects/icons-material/src/filled/fence.svg rename to projects/icons-material/src/material/filled/fence.svg diff --git a/projects/icons-material/src/filled/festival.svg b/projects/icons-material/src/material/filled/festival.svg similarity index 100% rename from projects/icons-material/src/filled/festival.svg rename to projects/icons-material/src/material/filled/festival.svg diff --git a/projects/icons-material/src/filled/fiber_dvr.svg b/projects/icons-material/src/material/filled/fiber_dvr.svg similarity index 100% rename from projects/icons-material/src/filled/fiber_dvr.svg rename to projects/icons-material/src/material/filled/fiber_dvr.svg diff --git a/projects/icons-material/src/filled/fiber_manual_record.svg b/projects/icons-material/src/material/filled/fiber_manual_record.svg similarity index 100% rename from projects/icons-material/src/filled/fiber_manual_record.svg rename to projects/icons-material/src/material/filled/fiber_manual_record.svg diff --git a/projects/icons-material/src/filled/fiber_new.svg b/projects/icons-material/src/material/filled/fiber_new.svg similarity index 100% rename from projects/icons-material/src/filled/fiber_new.svg rename to projects/icons-material/src/material/filled/fiber_new.svg diff --git a/projects/icons-material/src/filled/fiber_pin.svg b/projects/icons-material/src/material/filled/fiber_pin.svg similarity index 100% rename from projects/icons-material/src/filled/fiber_pin.svg rename to projects/icons-material/src/material/filled/fiber_pin.svg diff --git a/projects/icons-material/src/filled/fiber_smart_record.svg b/projects/icons-material/src/material/filled/fiber_smart_record.svg similarity index 100% rename from projects/icons-material/src/filled/fiber_smart_record.svg rename to projects/icons-material/src/material/filled/fiber_smart_record.svg diff --git a/projects/icons-material/src/filled/file_copy.svg b/projects/icons-material/src/material/filled/file_copy.svg similarity index 100% rename from projects/icons-material/src/filled/file_copy.svg rename to projects/icons-material/src/material/filled/file_copy.svg diff --git a/projects/icons-material/src/filled/file_download.svg b/projects/icons-material/src/material/filled/file_download.svg similarity index 100% rename from projects/icons-material/src/filled/file_download.svg rename to projects/icons-material/src/material/filled/file_download.svg diff --git a/projects/icons-material/src/filled/file_download_done.svg b/projects/icons-material/src/material/filled/file_download_done.svg similarity index 100% rename from projects/icons-material/src/filled/file_download_done.svg rename to projects/icons-material/src/material/filled/file_download_done.svg diff --git a/projects/icons-material/src/filled/file_download_off.svg b/projects/icons-material/src/material/filled/file_download_off.svg similarity index 100% rename from projects/icons-material/src/filled/file_download_off.svg rename to projects/icons-material/src/material/filled/file_download_off.svg diff --git a/projects/icons-material/src/filled/file_open.svg b/projects/icons-material/src/material/filled/file_open.svg similarity index 100% rename from projects/icons-material/src/filled/file_open.svg rename to projects/icons-material/src/material/filled/file_open.svg diff --git a/projects/icons-material/src/filled/file_present.svg b/projects/icons-material/src/material/filled/file_present.svg similarity index 100% rename from projects/icons-material/src/filled/file_present.svg rename to projects/icons-material/src/material/filled/file_present.svg diff --git a/projects/icons-material/src/filled/file_upload.svg b/projects/icons-material/src/material/filled/file_upload.svg similarity index 100% rename from projects/icons-material/src/filled/file_upload.svg rename to projects/icons-material/src/material/filled/file_upload.svg diff --git a/projects/icons-material/src/filled/filter.svg b/projects/icons-material/src/material/filled/filter.svg similarity index 100% rename from projects/icons-material/src/filled/filter.svg rename to projects/icons-material/src/material/filled/filter.svg diff --git a/projects/icons-material/src/filled/filter_1.svg b/projects/icons-material/src/material/filled/filter_1.svg similarity index 100% rename from projects/icons-material/src/filled/filter_1.svg rename to projects/icons-material/src/material/filled/filter_1.svg diff --git a/projects/icons-material/src/filled/filter_2.svg b/projects/icons-material/src/material/filled/filter_2.svg similarity index 100% rename from projects/icons-material/src/filled/filter_2.svg rename to projects/icons-material/src/material/filled/filter_2.svg diff --git a/projects/icons-material/src/filled/filter_3.svg b/projects/icons-material/src/material/filled/filter_3.svg similarity index 100% rename from projects/icons-material/src/filled/filter_3.svg rename to projects/icons-material/src/material/filled/filter_3.svg diff --git a/projects/icons-material/src/filled/filter_4.svg b/projects/icons-material/src/material/filled/filter_4.svg similarity index 100% rename from projects/icons-material/src/filled/filter_4.svg rename to projects/icons-material/src/material/filled/filter_4.svg diff --git a/projects/icons-material/src/filled/filter_5.svg b/projects/icons-material/src/material/filled/filter_5.svg similarity index 100% rename from projects/icons-material/src/filled/filter_5.svg rename to projects/icons-material/src/material/filled/filter_5.svg diff --git a/projects/icons-material/src/filled/filter_6.svg b/projects/icons-material/src/material/filled/filter_6.svg similarity index 100% rename from projects/icons-material/src/filled/filter_6.svg rename to projects/icons-material/src/material/filled/filter_6.svg diff --git a/projects/icons-material/src/filled/filter_7.svg b/projects/icons-material/src/material/filled/filter_7.svg similarity index 100% rename from projects/icons-material/src/filled/filter_7.svg rename to projects/icons-material/src/material/filled/filter_7.svg diff --git a/projects/icons-material/src/filled/filter_8.svg b/projects/icons-material/src/material/filled/filter_8.svg similarity index 100% rename from projects/icons-material/src/filled/filter_8.svg rename to projects/icons-material/src/material/filled/filter_8.svg diff --git a/projects/icons-material/src/filled/filter_9.svg b/projects/icons-material/src/material/filled/filter_9.svg similarity index 100% rename from projects/icons-material/src/filled/filter_9.svg rename to projects/icons-material/src/material/filled/filter_9.svg diff --git a/projects/icons-material/src/filled/filter_9_plus.svg b/projects/icons-material/src/material/filled/filter_9_plus.svg similarity index 100% rename from projects/icons-material/src/filled/filter_9_plus.svg rename to projects/icons-material/src/material/filled/filter_9_plus.svg diff --git a/projects/icons-material/src/filled/filter_alt.svg b/projects/icons-material/src/material/filled/filter_alt.svg similarity index 100% rename from projects/icons-material/src/filled/filter_alt.svg rename to projects/icons-material/src/material/filled/filter_alt.svg diff --git a/projects/icons-material/src/filled/filter_alt_off.svg b/projects/icons-material/src/material/filled/filter_alt_off.svg similarity index 100% rename from projects/icons-material/src/filled/filter_alt_off.svg rename to projects/icons-material/src/material/filled/filter_alt_off.svg diff --git a/projects/icons-material/src/filled/filter_b_and_w.svg b/projects/icons-material/src/material/filled/filter_b_and_w.svg similarity index 100% rename from projects/icons-material/src/filled/filter_b_and_w.svg rename to projects/icons-material/src/material/filled/filter_b_and_w.svg diff --git a/projects/icons-material/src/filled/filter_center_focus.svg b/projects/icons-material/src/material/filled/filter_center_focus.svg similarity index 100% rename from projects/icons-material/src/filled/filter_center_focus.svg rename to projects/icons-material/src/material/filled/filter_center_focus.svg diff --git a/projects/icons-material/src/filled/filter_drama.svg b/projects/icons-material/src/material/filled/filter_drama.svg similarity index 100% rename from projects/icons-material/src/filled/filter_drama.svg rename to projects/icons-material/src/material/filled/filter_drama.svg diff --git a/projects/icons-material/src/filled/filter_frames.svg b/projects/icons-material/src/material/filled/filter_frames.svg similarity index 100% rename from projects/icons-material/src/filled/filter_frames.svg rename to projects/icons-material/src/material/filled/filter_frames.svg diff --git a/projects/icons-material/src/filled/filter_hdr.svg b/projects/icons-material/src/material/filled/filter_hdr.svg similarity index 100% rename from projects/icons-material/src/filled/filter_hdr.svg rename to projects/icons-material/src/material/filled/filter_hdr.svg diff --git a/projects/icons-material/src/filled/filter_list.svg b/projects/icons-material/src/material/filled/filter_list.svg similarity index 100% rename from projects/icons-material/src/filled/filter_list.svg rename to projects/icons-material/src/material/filled/filter_list.svg diff --git a/projects/icons-material/src/filled/filter_list_off.svg b/projects/icons-material/src/material/filled/filter_list_off.svg similarity index 100% rename from projects/icons-material/src/filled/filter_list_off.svg rename to projects/icons-material/src/material/filled/filter_list_off.svg diff --git a/projects/icons-material/src/filled/filter_none.svg b/projects/icons-material/src/material/filled/filter_none.svg similarity index 100% rename from projects/icons-material/src/filled/filter_none.svg rename to projects/icons-material/src/material/filled/filter_none.svg diff --git a/projects/icons-material/src/filled/filter_tilt_shift.svg b/projects/icons-material/src/material/filled/filter_tilt_shift.svg similarity index 100% rename from projects/icons-material/src/filled/filter_tilt_shift.svg rename to projects/icons-material/src/material/filled/filter_tilt_shift.svg diff --git a/projects/icons-material/src/filled/filter_vintage.svg b/projects/icons-material/src/material/filled/filter_vintage.svg similarity index 100% rename from projects/icons-material/src/filled/filter_vintage.svg rename to projects/icons-material/src/material/filled/filter_vintage.svg diff --git a/projects/icons-material/src/filled/find_in_page.svg b/projects/icons-material/src/material/filled/find_in_page.svg similarity index 100% rename from projects/icons-material/src/filled/find_in_page.svg rename to projects/icons-material/src/material/filled/find_in_page.svg diff --git a/projects/icons-material/src/filled/find_replace.svg b/projects/icons-material/src/material/filled/find_replace.svg similarity index 100% rename from projects/icons-material/src/filled/find_replace.svg rename to projects/icons-material/src/material/filled/find_replace.svg diff --git a/projects/icons-material/src/filled/fingerprint.svg b/projects/icons-material/src/material/filled/fingerprint.svg similarity index 100% rename from projects/icons-material/src/filled/fingerprint.svg rename to projects/icons-material/src/material/filled/fingerprint.svg diff --git a/projects/icons-material/src/filled/fire_extinguisher.svg b/projects/icons-material/src/material/filled/fire_extinguisher.svg similarity index 100% rename from projects/icons-material/src/filled/fire_extinguisher.svg rename to projects/icons-material/src/material/filled/fire_extinguisher.svg diff --git a/projects/icons-material/src/filled/fire_hydrant_alt.svg b/projects/icons-material/src/material/filled/fire_hydrant_alt.svg similarity index 100% rename from projects/icons-material/src/filled/fire_hydrant_alt.svg rename to projects/icons-material/src/material/filled/fire_hydrant_alt.svg diff --git a/projects/icons-material/src/filled/fire_truck.svg b/projects/icons-material/src/material/filled/fire_truck.svg similarity index 100% rename from projects/icons-material/src/filled/fire_truck.svg rename to projects/icons-material/src/material/filled/fire_truck.svg diff --git a/projects/icons-material/src/filled/fireplace.svg b/projects/icons-material/src/material/filled/fireplace.svg similarity index 100% rename from projects/icons-material/src/filled/fireplace.svg rename to projects/icons-material/src/material/filled/fireplace.svg diff --git a/projects/icons-material/src/filled/first_page.svg b/projects/icons-material/src/material/filled/first_page.svg similarity index 100% rename from projects/icons-material/src/filled/first_page.svg rename to projects/icons-material/src/material/filled/first_page.svg diff --git a/projects/icons-material/src/filled/fit_screen.svg b/projects/icons-material/src/material/filled/fit_screen.svg similarity index 100% rename from projects/icons-material/src/filled/fit_screen.svg rename to projects/icons-material/src/material/filled/fit_screen.svg diff --git a/projects/icons-material/src/filled/fitbit.svg b/projects/icons-material/src/material/filled/fitbit.svg similarity index 100% rename from projects/icons-material/src/filled/fitbit.svg rename to projects/icons-material/src/material/filled/fitbit.svg diff --git a/projects/icons-material/src/filled/fitness_center.svg b/projects/icons-material/src/material/filled/fitness_center.svg similarity index 100% rename from projects/icons-material/src/filled/fitness_center.svg rename to projects/icons-material/src/material/filled/fitness_center.svg diff --git a/projects/icons-material/src/filled/flag.svg b/projects/icons-material/src/material/filled/flag.svg similarity index 100% rename from projects/icons-material/src/filled/flag.svg rename to projects/icons-material/src/material/filled/flag.svg diff --git a/projects/icons-material/src/filled/flag_circle.svg b/projects/icons-material/src/material/filled/flag_circle.svg similarity index 100% rename from projects/icons-material/src/filled/flag_circle.svg rename to projects/icons-material/src/material/filled/flag_circle.svg diff --git a/projects/icons-material/src/filled/flaky.svg b/projects/icons-material/src/material/filled/flaky.svg similarity index 100% rename from projects/icons-material/src/filled/flaky.svg rename to projects/icons-material/src/material/filled/flaky.svg diff --git a/projects/icons-material/src/filled/flare.svg b/projects/icons-material/src/material/filled/flare.svg similarity index 100% rename from projects/icons-material/src/filled/flare.svg rename to projects/icons-material/src/material/filled/flare.svg diff --git a/projects/icons-material/src/filled/flash_auto.svg b/projects/icons-material/src/material/filled/flash_auto.svg similarity index 100% rename from projects/icons-material/src/filled/flash_auto.svg rename to projects/icons-material/src/material/filled/flash_auto.svg diff --git a/projects/icons-material/src/filled/flash_off.svg b/projects/icons-material/src/material/filled/flash_off.svg similarity index 100% rename from projects/icons-material/src/filled/flash_off.svg rename to projects/icons-material/src/material/filled/flash_off.svg diff --git a/projects/icons-material/src/filled/flash_on.svg b/projects/icons-material/src/material/filled/flash_on.svg similarity index 100% rename from projects/icons-material/src/filled/flash_on.svg rename to projects/icons-material/src/material/filled/flash_on.svg diff --git a/projects/icons-material/src/filled/flashlight_off.svg b/projects/icons-material/src/material/filled/flashlight_off.svg similarity index 100% rename from projects/icons-material/src/filled/flashlight_off.svg rename to projects/icons-material/src/material/filled/flashlight_off.svg diff --git a/projects/icons-material/src/filled/flashlight_on.svg b/projects/icons-material/src/material/filled/flashlight_on.svg similarity index 100% rename from projects/icons-material/src/filled/flashlight_on.svg rename to projects/icons-material/src/material/filled/flashlight_on.svg diff --git a/projects/icons-material/src/filled/flatware.svg b/projects/icons-material/src/material/filled/flatware.svg similarity index 100% rename from projects/icons-material/src/filled/flatware.svg rename to projects/icons-material/src/material/filled/flatware.svg diff --git a/projects/icons-material/src/filled/flight.svg b/projects/icons-material/src/material/filled/flight.svg similarity index 100% rename from projects/icons-material/src/filled/flight.svg rename to projects/icons-material/src/material/filled/flight.svg diff --git a/projects/icons-material/src/filled/flight_class.svg b/projects/icons-material/src/material/filled/flight_class.svg similarity index 100% rename from projects/icons-material/src/filled/flight_class.svg rename to projects/icons-material/src/material/filled/flight_class.svg diff --git a/projects/icons-material/src/filled/flight_land.svg b/projects/icons-material/src/material/filled/flight_land.svg similarity index 100% rename from projects/icons-material/src/filled/flight_land.svg rename to projects/icons-material/src/material/filled/flight_land.svg diff --git a/projects/icons-material/src/filled/flight_takeoff.svg b/projects/icons-material/src/material/filled/flight_takeoff.svg similarity index 100% rename from projects/icons-material/src/filled/flight_takeoff.svg rename to projects/icons-material/src/material/filled/flight_takeoff.svg diff --git a/projects/icons-material/src/filled/flip.svg b/projects/icons-material/src/material/filled/flip.svg similarity index 100% rename from projects/icons-material/src/filled/flip.svg rename to projects/icons-material/src/material/filled/flip.svg diff --git a/projects/icons-material/src/filled/flip_camera_android.svg b/projects/icons-material/src/material/filled/flip_camera_android.svg similarity index 100% rename from projects/icons-material/src/filled/flip_camera_android.svg rename to projects/icons-material/src/material/filled/flip_camera_android.svg diff --git a/projects/icons-material/src/filled/flip_camera_ios.svg b/projects/icons-material/src/material/filled/flip_camera_ios.svg similarity index 100% rename from projects/icons-material/src/filled/flip_camera_ios.svg rename to projects/icons-material/src/material/filled/flip_camera_ios.svg diff --git a/projects/icons-material/src/filled/flip_to_back.svg b/projects/icons-material/src/material/filled/flip_to_back.svg similarity index 100% rename from projects/icons-material/src/filled/flip_to_back.svg rename to projects/icons-material/src/material/filled/flip_to_back.svg diff --git a/projects/icons-material/src/filled/flip_to_front.svg b/projects/icons-material/src/material/filled/flip_to_front.svg similarity index 100% rename from projects/icons-material/src/filled/flip_to_front.svg rename to projects/icons-material/src/material/filled/flip_to_front.svg diff --git a/projects/icons-material/src/filled/flood.svg b/projects/icons-material/src/material/filled/flood.svg similarity index 100% rename from projects/icons-material/src/filled/flood.svg rename to projects/icons-material/src/material/filled/flood.svg diff --git a/projects/icons-material/src/filled/fluorescent.svg b/projects/icons-material/src/material/filled/fluorescent.svg similarity index 100% rename from projects/icons-material/src/filled/fluorescent.svg rename to projects/icons-material/src/material/filled/fluorescent.svg diff --git a/projects/icons-material/src/filled/flutter_dash.svg b/projects/icons-material/src/material/filled/flutter_dash.svg similarity index 100% rename from projects/icons-material/src/filled/flutter_dash.svg rename to projects/icons-material/src/material/filled/flutter_dash.svg diff --git a/projects/icons-material/src/filled/fmd_bad.svg b/projects/icons-material/src/material/filled/fmd_bad.svg similarity index 100% rename from projects/icons-material/src/filled/fmd_bad.svg rename to projects/icons-material/src/material/filled/fmd_bad.svg diff --git a/projects/icons-material/src/filled/fmd_good.svg b/projects/icons-material/src/material/filled/fmd_good.svg similarity index 100% rename from projects/icons-material/src/filled/fmd_good.svg rename to projects/icons-material/src/material/filled/fmd_good.svg diff --git a/projects/icons-material/src/filled/folder.svg b/projects/icons-material/src/material/filled/folder.svg similarity index 100% rename from projects/icons-material/src/filled/folder.svg rename to projects/icons-material/src/material/filled/folder.svg diff --git a/projects/icons-material/src/filled/folder_copy.svg b/projects/icons-material/src/material/filled/folder_copy.svg similarity index 100% rename from projects/icons-material/src/filled/folder_copy.svg rename to projects/icons-material/src/material/filled/folder_copy.svg diff --git a/projects/icons-material/src/filled/folder_delete.svg b/projects/icons-material/src/material/filled/folder_delete.svg similarity index 100% rename from projects/icons-material/src/filled/folder_delete.svg rename to projects/icons-material/src/material/filled/folder_delete.svg diff --git a/projects/icons-material/src/filled/folder_off.svg b/projects/icons-material/src/material/filled/folder_off.svg similarity index 100% rename from projects/icons-material/src/filled/folder_off.svg rename to projects/icons-material/src/material/filled/folder_off.svg diff --git a/projects/icons-material/src/filled/folder_open.svg b/projects/icons-material/src/material/filled/folder_open.svg similarity index 100% rename from projects/icons-material/src/filled/folder_open.svg rename to projects/icons-material/src/material/filled/folder_open.svg diff --git a/projects/icons-material/src/filled/folder_shared.svg b/projects/icons-material/src/material/filled/folder_shared.svg similarity index 100% rename from projects/icons-material/src/filled/folder_shared.svg rename to projects/icons-material/src/material/filled/folder_shared.svg diff --git a/projects/icons-material/src/filled/folder_special.svg b/projects/icons-material/src/material/filled/folder_special.svg similarity index 100% rename from projects/icons-material/src/filled/folder_special.svg rename to projects/icons-material/src/material/filled/folder_special.svg diff --git a/projects/icons-material/src/filled/folder_zip.svg b/projects/icons-material/src/material/filled/folder_zip.svg similarity index 100% rename from projects/icons-material/src/filled/folder_zip.svg rename to projects/icons-material/src/material/filled/folder_zip.svg diff --git a/projects/icons-material/src/filled/follow_the_signs.svg b/projects/icons-material/src/material/filled/follow_the_signs.svg similarity index 100% rename from projects/icons-material/src/filled/follow_the_signs.svg rename to projects/icons-material/src/material/filled/follow_the_signs.svg diff --git a/projects/icons-material/src/filled/font_download.svg b/projects/icons-material/src/material/filled/font_download.svg similarity index 100% rename from projects/icons-material/src/filled/font_download.svg rename to projects/icons-material/src/material/filled/font_download.svg diff --git a/projects/icons-material/src/filled/font_download_off.svg b/projects/icons-material/src/material/filled/font_download_off.svg similarity index 100% rename from projects/icons-material/src/filled/font_download_off.svg rename to projects/icons-material/src/material/filled/font_download_off.svg diff --git a/projects/icons-material/src/filled/food_bank.svg b/projects/icons-material/src/material/filled/food_bank.svg similarity index 100% rename from projects/icons-material/src/filled/food_bank.svg rename to projects/icons-material/src/material/filled/food_bank.svg diff --git a/projects/icons-material/src/filled/forest.svg b/projects/icons-material/src/material/filled/forest.svg similarity index 100% rename from projects/icons-material/src/filled/forest.svg rename to projects/icons-material/src/material/filled/forest.svg diff --git a/projects/icons-material/src/filled/fork_left.svg b/projects/icons-material/src/material/filled/fork_left.svg similarity index 100% rename from projects/icons-material/src/filled/fork_left.svg rename to projects/icons-material/src/material/filled/fork_left.svg diff --git a/projects/icons-material/src/filled/fork_right.svg b/projects/icons-material/src/material/filled/fork_right.svg similarity index 100% rename from projects/icons-material/src/filled/fork_right.svg rename to projects/icons-material/src/material/filled/fork_right.svg diff --git a/projects/icons-material/src/filled/format_align_center.svg b/projects/icons-material/src/material/filled/format_align_center.svg similarity index 100% rename from projects/icons-material/src/filled/format_align_center.svg rename to projects/icons-material/src/material/filled/format_align_center.svg diff --git a/projects/icons-material/src/filled/format_align_justify.svg b/projects/icons-material/src/material/filled/format_align_justify.svg similarity index 100% rename from projects/icons-material/src/filled/format_align_justify.svg rename to projects/icons-material/src/material/filled/format_align_justify.svg diff --git a/projects/icons-material/src/filled/format_align_left.svg b/projects/icons-material/src/material/filled/format_align_left.svg similarity index 100% rename from projects/icons-material/src/filled/format_align_left.svg rename to projects/icons-material/src/material/filled/format_align_left.svg diff --git a/projects/icons-material/src/filled/format_align_right.svg b/projects/icons-material/src/material/filled/format_align_right.svg similarity index 100% rename from projects/icons-material/src/filled/format_align_right.svg rename to projects/icons-material/src/material/filled/format_align_right.svg diff --git a/projects/icons-material/src/filled/format_bold.svg b/projects/icons-material/src/material/filled/format_bold.svg similarity index 100% rename from projects/icons-material/src/filled/format_bold.svg rename to projects/icons-material/src/material/filled/format_bold.svg diff --git a/projects/icons-material/src/filled/format_clear.svg b/projects/icons-material/src/material/filled/format_clear.svg similarity index 100% rename from projects/icons-material/src/filled/format_clear.svg rename to projects/icons-material/src/material/filled/format_clear.svg diff --git a/projects/icons-material/src/filled/format_color_fill.svg b/projects/icons-material/src/material/filled/format_color_fill.svg similarity index 100% rename from projects/icons-material/src/filled/format_color_fill.svg rename to projects/icons-material/src/material/filled/format_color_fill.svg diff --git a/projects/icons-material/src/filled/format_color_reset.svg b/projects/icons-material/src/material/filled/format_color_reset.svg similarity index 100% rename from projects/icons-material/src/filled/format_color_reset.svg rename to projects/icons-material/src/material/filled/format_color_reset.svg diff --git a/projects/icons-material/src/filled/format_color_text.svg b/projects/icons-material/src/material/filled/format_color_text.svg similarity index 100% rename from projects/icons-material/src/filled/format_color_text.svg rename to projects/icons-material/src/material/filled/format_color_text.svg diff --git a/projects/icons-material/src/filled/format_indent_decrease.svg b/projects/icons-material/src/material/filled/format_indent_decrease.svg similarity index 100% rename from projects/icons-material/src/filled/format_indent_decrease.svg rename to projects/icons-material/src/material/filled/format_indent_decrease.svg diff --git a/projects/icons-material/src/filled/format_indent_increase.svg b/projects/icons-material/src/material/filled/format_indent_increase.svg similarity index 100% rename from projects/icons-material/src/filled/format_indent_increase.svg rename to projects/icons-material/src/material/filled/format_indent_increase.svg diff --git a/projects/icons-material/src/filled/format_italic.svg b/projects/icons-material/src/material/filled/format_italic.svg similarity index 100% rename from projects/icons-material/src/filled/format_italic.svg rename to projects/icons-material/src/material/filled/format_italic.svg diff --git a/projects/icons-material/src/filled/format_line_spacing.svg b/projects/icons-material/src/material/filled/format_line_spacing.svg similarity index 100% rename from projects/icons-material/src/filled/format_line_spacing.svg rename to projects/icons-material/src/material/filled/format_line_spacing.svg diff --git a/projects/icons-material/src/filled/format_list_bulleted.svg b/projects/icons-material/src/material/filled/format_list_bulleted.svg similarity index 100% rename from projects/icons-material/src/filled/format_list_bulleted.svg rename to projects/icons-material/src/material/filled/format_list_bulleted.svg diff --git a/projects/icons-material/src/filled/format_list_numbered.svg b/projects/icons-material/src/material/filled/format_list_numbered.svg similarity index 100% rename from projects/icons-material/src/filled/format_list_numbered.svg rename to projects/icons-material/src/material/filled/format_list_numbered.svg diff --git a/projects/icons-material/src/filled/format_list_numbered_rtl.svg b/projects/icons-material/src/material/filled/format_list_numbered_rtl.svg similarity index 100% rename from projects/icons-material/src/filled/format_list_numbered_rtl.svg rename to projects/icons-material/src/material/filled/format_list_numbered_rtl.svg diff --git a/projects/icons-material/src/filled/format_overline.svg b/projects/icons-material/src/material/filled/format_overline.svg similarity index 100% rename from projects/icons-material/src/filled/format_overline.svg rename to projects/icons-material/src/material/filled/format_overline.svg diff --git a/projects/icons-material/src/filled/format_paint.svg b/projects/icons-material/src/material/filled/format_paint.svg similarity index 100% rename from projects/icons-material/src/filled/format_paint.svg rename to projects/icons-material/src/material/filled/format_paint.svg diff --git a/projects/icons-material/src/filled/format_quote.svg b/projects/icons-material/src/material/filled/format_quote.svg similarity index 100% rename from projects/icons-material/src/filled/format_quote.svg rename to projects/icons-material/src/material/filled/format_quote.svg diff --git a/projects/icons-material/src/filled/format_shapes.svg b/projects/icons-material/src/material/filled/format_shapes.svg similarity index 100% rename from projects/icons-material/src/filled/format_shapes.svg rename to projects/icons-material/src/material/filled/format_shapes.svg diff --git a/projects/icons-material/src/filled/format_size.svg b/projects/icons-material/src/material/filled/format_size.svg similarity index 100% rename from projects/icons-material/src/filled/format_size.svg rename to projects/icons-material/src/material/filled/format_size.svg diff --git a/projects/icons-material/src/filled/format_strikethrough.svg b/projects/icons-material/src/material/filled/format_strikethrough.svg similarity index 100% rename from projects/icons-material/src/filled/format_strikethrough.svg rename to projects/icons-material/src/material/filled/format_strikethrough.svg diff --git a/projects/icons-material/src/filled/format_textdirection_l_to_r.svg b/projects/icons-material/src/material/filled/format_textdirection_l_to_r.svg similarity index 100% rename from projects/icons-material/src/filled/format_textdirection_l_to_r.svg rename to projects/icons-material/src/material/filled/format_textdirection_l_to_r.svg diff --git a/projects/icons-material/src/filled/format_textdirection_r_to_l.svg b/projects/icons-material/src/material/filled/format_textdirection_r_to_l.svg similarity index 100% rename from projects/icons-material/src/filled/format_textdirection_r_to_l.svg rename to projects/icons-material/src/material/filled/format_textdirection_r_to_l.svg diff --git a/projects/icons-material/src/filled/format_underlined.svg b/projects/icons-material/src/material/filled/format_underlined.svg similarity index 100% rename from projects/icons-material/src/filled/format_underlined.svg rename to projects/icons-material/src/material/filled/format_underlined.svg diff --git a/projects/icons-material/src/filled/fort.svg b/projects/icons-material/src/material/filled/fort.svg similarity index 100% rename from projects/icons-material/src/filled/fort.svg rename to projects/icons-material/src/material/filled/fort.svg diff --git a/projects/icons-material/src/filled/forum.svg b/projects/icons-material/src/material/filled/forum.svg similarity index 100% rename from projects/icons-material/src/filled/forum.svg rename to projects/icons-material/src/material/filled/forum.svg diff --git a/projects/icons-material/src/filled/forward.svg b/projects/icons-material/src/material/filled/forward.svg similarity index 100% rename from projects/icons-material/src/filled/forward.svg rename to projects/icons-material/src/material/filled/forward.svg diff --git a/projects/icons-material/src/filled/forward_10.svg b/projects/icons-material/src/material/filled/forward_10.svg similarity index 100% rename from projects/icons-material/src/filled/forward_10.svg rename to projects/icons-material/src/material/filled/forward_10.svg diff --git a/projects/icons-material/src/filled/forward_30.svg b/projects/icons-material/src/material/filled/forward_30.svg similarity index 100% rename from projects/icons-material/src/filled/forward_30.svg rename to projects/icons-material/src/material/filled/forward_30.svg diff --git a/projects/icons-material/src/filled/forward_5.svg b/projects/icons-material/src/material/filled/forward_5.svg similarity index 100% rename from projects/icons-material/src/filled/forward_5.svg rename to projects/icons-material/src/material/filled/forward_5.svg diff --git a/projects/icons-material/src/filled/forward_to_inbox.svg b/projects/icons-material/src/material/filled/forward_to_inbox.svg similarity index 100% rename from projects/icons-material/src/filled/forward_to_inbox.svg rename to projects/icons-material/src/material/filled/forward_to_inbox.svg diff --git a/projects/icons-material/src/filled/foundation.svg b/projects/icons-material/src/material/filled/foundation.svg similarity index 100% rename from projects/icons-material/src/filled/foundation.svg rename to projects/icons-material/src/material/filled/foundation.svg diff --git a/projects/icons-material/src/filled/free_breakfast.svg b/projects/icons-material/src/material/filled/free_breakfast.svg similarity index 100% rename from projects/icons-material/src/filled/free_breakfast.svg rename to projects/icons-material/src/material/filled/free_breakfast.svg diff --git a/projects/icons-material/src/filled/free_cancellation.svg b/projects/icons-material/src/material/filled/free_cancellation.svg similarity index 100% rename from projects/icons-material/src/filled/free_cancellation.svg rename to projects/icons-material/src/material/filled/free_cancellation.svg diff --git a/projects/icons-material/src/filled/front_hand.svg b/projects/icons-material/src/material/filled/front_hand.svg similarity index 100% rename from projects/icons-material/src/filled/front_hand.svg rename to projects/icons-material/src/material/filled/front_hand.svg diff --git a/projects/icons-material/src/filled/fullscreen.svg b/projects/icons-material/src/material/filled/fullscreen.svg similarity index 100% rename from projects/icons-material/src/filled/fullscreen.svg rename to projects/icons-material/src/material/filled/fullscreen.svg diff --git a/projects/icons-material/src/filled/fullscreen_exit.svg b/projects/icons-material/src/material/filled/fullscreen_exit.svg similarity index 100% rename from projects/icons-material/src/filled/fullscreen_exit.svg rename to projects/icons-material/src/material/filled/fullscreen_exit.svg diff --git a/projects/icons-material/src/filled/functions.svg b/projects/icons-material/src/material/filled/functions.svg similarity index 100% rename from projects/icons-material/src/filled/functions.svg rename to projects/icons-material/src/material/filled/functions.svg diff --git a/projects/icons-material/src/filled/g_mobiledata.svg b/projects/icons-material/src/material/filled/g_mobiledata.svg similarity index 100% rename from projects/icons-material/src/filled/g_mobiledata.svg rename to projects/icons-material/src/material/filled/g_mobiledata.svg diff --git a/projects/icons-material/src/filled/g_translate.svg b/projects/icons-material/src/material/filled/g_translate.svg similarity index 100% rename from projects/icons-material/src/filled/g_translate.svg rename to projects/icons-material/src/material/filled/g_translate.svg diff --git a/projects/icons-material/src/filled/gamepad.svg b/projects/icons-material/src/material/filled/gamepad.svg similarity index 100% rename from projects/icons-material/src/filled/gamepad.svg rename to projects/icons-material/src/material/filled/gamepad.svg diff --git a/projects/icons-material/src/filled/games.svg b/projects/icons-material/src/material/filled/games.svg similarity index 100% rename from projects/icons-material/src/filled/games.svg rename to projects/icons-material/src/material/filled/games.svg diff --git a/projects/icons-material/src/filled/garage.svg b/projects/icons-material/src/material/filled/garage.svg similarity index 100% rename from projects/icons-material/src/filled/garage.svg rename to projects/icons-material/src/material/filled/garage.svg diff --git a/projects/icons-material/src/filled/gas_meter.svg b/projects/icons-material/src/material/filled/gas_meter.svg similarity index 100% rename from projects/icons-material/src/filled/gas_meter.svg rename to projects/icons-material/src/material/filled/gas_meter.svg diff --git a/projects/icons-material/src/filled/gavel.svg b/projects/icons-material/src/material/filled/gavel.svg similarity index 100% rename from projects/icons-material/src/filled/gavel.svg rename to projects/icons-material/src/material/filled/gavel.svg diff --git a/projects/icons-material/src/filled/generating_tokens.svg b/projects/icons-material/src/material/filled/generating_tokens.svg similarity index 100% rename from projects/icons-material/src/filled/generating_tokens.svg rename to projects/icons-material/src/material/filled/generating_tokens.svg diff --git a/projects/icons-material/src/filled/gesture.svg b/projects/icons-material/src/material/filled/gesture.svg similarity index 100% rename from projects/icons-material/src/filled/gesture.svg rename to projects/icons-material/src/material/filled/gesture.svg diff --git a/projects/icons-material/src/filled/get_app.svg b/projects/icons-material/src/material/filled/get_app.svg similarity index 100% rename from projects/icons-material/src/filled/get_app.svg rename to projects/icons-material/src/material/filled/get_app.svg diff --git a/projects/icons-material/src/filled/gif.svg b/projects/icons-material/src/material/filled/gif.svg similarity index 100% rename from projects/icons-material/src/filled/gif.svg rename to projects/icons-material/src/material/filled/gif.svg diff --git a/projects/icons-material/src/filled/gif_box.svg b/projects/icons-material/src/material/filled/gif_box.svg similarity index 100% rename from projects/icons-material/src/filled/gif_box.svg rename to projects/icons-material/src/material/filled/gif_box.svg diff --git a/projects/icons-material/src/filled/girl.svg b/projects/icons-material/src/material/filled/girl.svg similarity index 100% rename from projects/icons-material/src/filled/girl.svg rename to projects/icons-material/src/material/filled/girl.svg diff --git a/projects/icons-material/src/filled/gite.svg b/projects/icons-material/src/material/filled/gite.svg similarity index 100% rename from projects/icons-material/src/filled/gite.svg rename to projects/icons-material/src/material/filled/gite.svg diff --git a/projects/icons-material/src/filled/golf_course.svg b/projects/icons-material/src/material/filled/golf_course.svg similarity index 100% rename from projects/icons-material/src/filled/golf_course.svg rename to projects/icons-material/src/material/filled/golf_course.svg diff --git a/projects/icons-material/src/filled/gpp_bad.svg b/projects/icons-material/src/material/filled/gpp_bad.svg similarity index 100% rename from projects/icons-material/src/filled/gpp_bad.svg rename to projects/icons-material/src/material/filled/gpp_bad.svg diff --git a/projects/icons-material/src/filled/gpp_good.svg b/projects/icons-material/src/material/filled/gpp_good.svg similarity index 100% rename from projects/icons-material/src/filled/gpp_good.svg rename to projects/icons-material/src/material/filled/gpp_good.svg diff --git a/projects/icons-material/src/filled/gpp_maybe.svg b/projects/icons-material/src/material/filled/gpp_maybe.svg similarity index 100% rename from projects/icons-material/src/filled/gpp_maybe.svg rename to projects/icons-material/src/material/filled/gpp_maybe.svg diff --git a/projects/icons-material/src/filled/gps_fixed.svg b/projects/icons-material/src/material/filled/gps_fixed.svg similarity index 100% rename from projects/icons-material/src/filled/gps_fixed.svg rename to projects/icons-material/src/material/filled/gps_fixed.svg diff --git a/projects/icons-material/src/filled/gps_not_fixed.svg b/projects/icons-material/src/material/filled/gps_not_fixed.svg similarity index 100% rename from projects/icons-material/src/filled/gps_not_fixed.svg rename to projects/icons-material/src/material/filled/gps_not_fixed.svg diff --git a/projects/icons-material/src/filled/gps_off.svg b/projects/icons-material/src/material/filled/gps_off.svg similarity index 100% rename from projects/icons-material/src/filled/gps_off.svg rename to projects/icons-material/src/material/filled/gps_off.svg diff --git a/projects/icons-material/src/filled/grade.svg b/projects/icons-material/src/material/filled/grade.svg similarity index 100% rename from projects/icons-material/src/filled/grade.svg rename to projects/icons-material/src/material/filled/grade.svg diff --git a/projects/icons-material/src/filled/gradient.svg b/projects/icons-material/src/material/filled/gradient.svg similarity index 100% rename from projects/icons-material/src/filled/gradient.svg rename to projects/icons-material/src/material/filled/gradient.svg diff --git a/projects/icons-material/src/filled/grading.svg b/projects/icons-material/src/material/filled/grading.svg similarity index 100% rename from projects/icons-material/src/filled/grading.svg rename to projects/icons-material/src/material/filled/grading.svg diff --git a/projects/icons-material/src/filled/grain.svg b/projects/icons-material/src/material/filled/grain.svg similarity index 100% rename from projects/icons-material/src/filled/grain.svg rename to projects/icons-material/src/material/filled/grain.svg diff --git a/projects/icons-material/src/filled/graphic_eq.svg b/projects/icons-material/src/material/filled/graphic_eq.svg similarity index 100% rename from projects/icons-material/src/filled/graphic_eq.svg rename to projects/icons-material/src/material/filled/graphic_eq.svg diff --git a/projects/icons-material/src/filled/grass.svg b/projects/icons-material/src/material/filled/grass.svg similarity index 100% rename from projects/icons-material/src/filled/grass.svg rename to projects/icons-material/src/material/filled/grass.svg diff --git a/projects/icons-material/src/filled/grid_3x3.svg b/projects/icons-material/src/material/filled/grid_3x3.svg similarity index 100% rename from projects/icons-material/src/filled/grid_3x3.svg rename to projects/icons-material/src/material/filled/grid_3x3.svg diff --git a/projects/icons-material/src/filled/grid_4x4.svg b/projects/icons-material/src/material/filled/grid_4x4.svg similarity index 100% rename from projects/icons-material/src/filled/grid_4x4.svg rename to projects/icons-material/src/material/filled/grid_4x4.svg diff --git a/projects/icons-material/src/filled/grid_goldenratio.svg b/projects/icons-material/src/material/filled/grid_goldenratio.svg similarity index 100% rename from projects/icons-material/src/filled/grid_goldenratio.svg rename to projects/icons-material/src/material/filled/grid_goldenratio.svg diff --git a/projects/icons-material/src/filled/grid_off.svg b/projects/icons-material/src/material/filled/grid_off.svg similarity index 100% rename from projects/icons-material/src/filled/grid_off.svg rename to projects/icons-material/src/material/filled/grid_off.svg diff --git a/projects/icons-material/src/filled/grid_on.svg b/projects/icons-material/src/material/filled/grid_on.svg similarity index 100% rename from projects/icons-material/src/filled/grid_on.svg rename to projects/icons-material/src/material/filled/grid_on.svg diff --git a/projects/icons-material/src/filled/grid_view.svg b/projects/icons-material/src/material/filled/grid_view.svg similarity index 100% rename from projects/icons-material/src/filled/grid_view.svg rename to projects/icons-material/src/material/filled/grid_view.svg diff --git a/projects/icons-material/src/filled/group.svg b/projects/icons-material/src/material/filled/group.svg similarity index 100% rename from projects/icons-material/src/filled/group.svg rename to projects/icons-material/src/material/filled/group.svg diff --git a/projects/icons-material/src/filled/group_add.svg b/projects/icons-material/src/material/filled/group_add.svg similarity index 100% rename from projects/icons-material/src/filled/group_add.svg rename to projects/icons-material/src/material/filled/group_add.svg diff --git a/projects/icons-material/src/filled/group_off.svg b/projects/icons-material/src/material/filled/group_off.svg similarity index 100% rename from projects/icons-material/src/filled/group_off.svg rename to projects/icons-material/src/material/filled/group_off.svg diff --git a/projects/icons-material/src/filled/group_remove.svg b/projects/icons-material/src/material/filled/group_remove.svg similarity index 100% rename from projects/icons-material/src/filled/group_remove.svg rename to projects/icons-material/src/material/filled/group_remove.svg diff --git a/projects/icons-material/src/filled/group_work.svg b/projects/icons-material/src/material/filled/group_work.svg similarity index 100% rename from projects/icons-material/src/filled/group_work.svg rename to projects/icons-material/src/material/filled/group_work.svg diff --git a/projects/icons-material/src/filled/groups.svg b/projects/icons-material/src/material/filled/groups.svg similarity index 100% rename from projects/icons-material/src/filled/groups.svg rename to projects/icons-material/src/material/filled/groups.svg diff --git a/projects/icons-material/src/filled/groups_2.svg b/projects/icons-material/src/material/filled/groups_2.svg similarity index 100% rename from projects/icons-material/src/filled/groups_2.svg rename to projects/icons-material/src/material/filled/groups_2.svg diff --git a/projects/icons-material/src/filled/groups_3.svg b/projects/icons-material/src/material/filled/groups_3.svg similarity index 100% rename from projects/icons-material/src/filled/groups_3.svg rename to projects/icons-material/src/material/filled/groups_3.svg diff --git a/projects/icons-material/src/filled/h_mobiledata.svg b/projects/icons-material/src/material/filled/h_mobiledata.svg similarity index 100% rename from projects/icons-material/src/filled/h_mobiledata.svg rename to projects/icons-material/src/material/filled/h_mobiledata.svg diff --git a/projects/icons-material/src/filled/h_plus_mobiledata.svg b/projects/icons-material/src/material/filled/h_plus_mobiledata.svg similarity index 100% rename from projects/icons-material/src/filled/h_plus_mobiledata.svg rename to projects/icons-material/src/material/filled/h_plus_mobiledata.svg diff --git a/projects/icons-material/src/filled/hail.svg b/projects/icons-material/src/material/filled/hail.svg similarity index 100% rename from projects/icons-material/src/filled/hail.svg rename to projects/icons-material/src/material/filled/hail.svg diff --git a/projects/icons-material/src/filled/handshake.svg b/projects/icons-material/src/material/filled/handshake.svg similarity index 100% rename from projects/icons-material/src/filled/handshake.svg rename to projects/icons-material/src/material/filled/handshake.svg diff --git a/projects/icons-material/src/filled/handyman.svg b/projects/icons-material/src/material/filled/handyman.svg similarity index 100% rename from projects/icons-material/src/filled/handyman.svg rename to projects/icons-material/src/material/filled/handyman.svg diff --git a/projects/icons-material/src/filled/hardware.svg b/projects/icons-material/src/material/filled/hardware.svg similarity index 100% rename from projects/icons-material/src/filled/hardware.svg rename to projects/icons-material/src/material/filled/hardware.svg diff --git a/projects/icons-material/src/filled/hd.svg b/projects/icons-material/src/material/filled/hd.svg similarity index 100% rename from projects/icons-material/src/filled/hd.svg rename to projects/icons-material/src/material/filled/hd.svg diff --git a/projects/icons-material/src/filled/hdr_auto.svg b/projects/icons-material/src/material/filled/hdr_auto.svg similarity index 100% rename from projects/icons-material/src/filled/hdr_auto.svg rename to projects/icons-material/src/material/filled/hdr_auto.svg diff --git a/projects/icons-material/src/filled/hdr_auto_select.svg b/projects/icons-material/src/material/filled/hdr_auto_select.svg similarity index 100% rename from projects/icons-material/src/filled/hdr_auto_select.svg rename to projects/icons-material/src/material/filled/hdr_auto_select.svg diff --git a/projects/icons-material/src/filled/hdr_enhanced_select.svg b/projects/icons-material/src/material/filled/hdr_enhanced_select.svg similarity index 100% rename from projects/icons-material/src/filled/hdr_enhanced_select.svg rename to projects/icons-material/src/material/filled/hdr_enhanced_select.svg diff --git a/projects/icons-material/src/filled/hdr_off.svg b/projects/icons-material/src/material/filled/hdr_off.svg similarity index 100% rename from projects/icons-material/src/filled/hdr_off.svg rename to projects/icons-material/src/material/filled/hdr_off.svg diff --git a/projects/icons-material/src/filled/hdr_off_select.svg b/projects/icons-material/src/material/filled/hdr_off_select.svg similarity index 100% rename from projects/icons-material/src/filled/hdr_off_select.svg rename to projects/icons-material/src/material/filled/hdr_off_select.svg diff --git a/projects/icons-material/src/filled/hdr_on.svg b/projects/icons-material/src/material/filled/hdr_on.svg similarity index 100% rename from projects/icons-material/src/filled/hdr_on.svg rename to projects/icons-material/src/material/filled/hdr_on.svg diff --git a/projects/icons-material/src/filled/hdr_on_select.svg b/projects/icons-material/src/material/filled/hdr_on_select.svg similarity index 100% rename from projects/icons-material/src/filled/hdr_on_select.svg rename to projects/icons-material/src/material/filled/hdr_on_select.svg diff --git a/projects/icons-material/src/filled/hdr_plus.svg b/projects/icons-material/src/material/filled/hdr_plus.svg similarity index 100% rename from projects/icons-material/src/filled/hdr_plus.svg rename to projects/icons-material/src/material/filled/hdr_plus.svg diff --git a/projects/icons-material/src/filled/hdr_strong.svg b/projects/icons-material/src/material/filled/hdr_strong.svg similarity index 100% rename from projects/icons-material/src/filled/hdr_strong.svg rename to projects/icons-material/src/material/filled/hdr_strong.svg diff --git a/projects/icons-material/src/filled/hdr_weak.svg b/projects/icons-material/src/material/filled/hdr_weak.svg similarity index 100% rename from projects/icons-material/src/filled/hdr_weak.svg rename to projects/icons-material/src/material/filled/hdr_weak.svg diff --git a/projects/icons-material/src/filled/headphones.svg b/projects/icons-material/src/material/filled/headphones.svg similarity index 100% rename from projects/icons-material/src/filled/headphones.svg rename to projects/icons-material/src/material/filled/headphones.svg diff --git a/projects/icons-material/src/filled/headphones_battery.svg b/projects/icons-material/src/material/filled/headphones_battery.svg similarity index 100% rename from projects/icons-material/src/filled/headphones_battery.svg rename to projects/icons-material/src/material/filled/headphones_battery.svg diff --git a/projects/icons-material/src/filled/headset.svg b/projects/icons-material/src/material/filled/headset.svg similarity index 100% rename from projects/icons-material/src/filled/headset.svg rename to projects/icons-material/src/material/filled/headset.svg diff --git a/projects/icons-material/src/filled/headset_mic.svg b/projects/icons-material/src/material/filled/headset_mic.svg similarity index 100% rename from projects/icons-material/src/filled/headset_mic.svg rename to projects/icons-material/src/material/filled/headset_mic.svg diff --git a/projects/icons-material/src/filled/headset_off.svg b/projects/icons-material/src/material/filled/headset_off.svg similarity index 100% rename from projects/icons-material/src/filled/headset_off.svg rename to projects/icons-material/src/material/filled/headset_off.svg diff --git a/projects/icons-material/src/filled/healing.svg b/projects/icons-material/src/material/filled/healing.svg similarity index 100% rename from projects/icons-material/src/filled/healing.svg rename to projects/icons-material/src/material/filled/healing.svg diff --git a/projects/icons-material/src/filled/health_and_safety.svg b/projects/icons-material/src/material/filled/health_and_safety.svg similarity index 100% rename from projects/icons-material/src/filled/health_and_safety.svg rename to projects/icons-material/src/material/filled/health_and_safety.svg diff --git a/projects/icons-material/src/filled/hearing.svg b/projects/icons-material/src/material/filled/hearing.svg similarity index 100% rename from projects/icons-material/src/filled/hearing.svg rename to projects/icons-material/src/material/filled/hearing.svg diff --git a/projects/icons-material/src/filled/hearing_disabled.svg b/projects/icons-material/src/material/filled/hearing_disabled.svg similarity index 100% rename from projects/icons-material/src/filled/hearing_disabled.svg rename to projects/icons-material/src/material/filled/hearing_disabled.svg diff --git a/projects/icons-material/src/filled/heart_broken.svg b/projects/icons-material/src/material/filled/heart_broken.svg similarity index 100% rename from projects/icons-material/src/filled/heart_broken.svg rename to projects/icons-material/src/material/filled/heart_broken.svg diff --git a/projects/icons-material/src/filled/heat_pump.svg b/projects/icons-material/src/material/filled/heat_pump.svg similarity index 100% rename from projects/icons-material/src/filled/heat_pump.svg rename to projects/icons-material/src/material/filled/heat_pump.svg diff --git a/projects/icons-material/src/filled/height.svg b/projects/icons-material/src/material/filled/height.svg similarity index 100% rename from projects/icons-material/src/filled/height.svg rename to projects/icons-material/src/material/filled/height.svg diff --git a/projects/icons-material/src/filled/help.svg b/projects/icons-material/src/material/filled/help.svg similarity index 100% rename from projects/icons-material/src/filled/help.svg rename to projects/icons-material/src/material/filled/help.svg diff --git a/projects/icons-material/src/filled/help_center.svg b/projects/icons-material/src/material/filled/help_center.svg similarity index 100% rename from projects/icons-material/src/filled/help_center.svg rename to projects/icons-material/src/material/filled/help_center.svg diff --git a/projects/icons-material/src/filled/help_outline.svg b/projects/icons-material/src/material/filled/help_outline.svg similarity index 100% rename from projects/icons-material/src/filled/help_outline.svg rename to projects/icons-material/src/material/filled/help_outline.svg diff --git a/projects/icons-material/src/filled/hevc.svg b/projects/icons-material/src/material/filled/hevc.svg similarity index 100% rename from projects/icons-material/src/filled/hevc.svg rename to projects/icons-material/src/material/filled/hevc.svg diff --git a/projects/icons-material/src/filled/hexagon.svg b/projects/icons-material/src/material/filled/hexagon.svg similarity index 100% rename from projects/icons-material/src/filled/hexagon.svg rename to projects/icons-material/src/material/filled/hexagon.svg diff --git a/projects/icons-material/src/filled/hide_image.svg b/projects/icons-material/src/material/filled/hide_image.svg similarity index 100% rename from projects/icons-material/src/filled/hide_image.svg rename to projects/icons-material/src/material/filled/hide_image.svg diff --git a/projects/icons-material/src/filled/hide_source.svg b/projects/icons-material/src/material/filled/hide_source.svg similarity index 100% rename from projects/icons-material/src/filled/hide_source.svg rename to projects/icons-material/src/material/filled/hide_source.svg diff --git a/projects/icons-material/src/filled/high_quality.svg b/projects/icons-material/src/material/filled/high_quality.svg similarity index 100% rename from projects/icons-material/src/filled/high_quality.svg rename to projects/icons-material/src/material/filled/high_quality.svg diff --git a/projects/icons-material/src/filled/highlight.svg b/projects/icons-material/src/material/filled/highlight.svg similarity index 100% rename from projects/icons-material/src/filled/highlight.svg rename to projects/icons-material/src/material/filled/highlight.svg diff --git a/projects/icons-material/src/filled/highlight_alt.svg b/projects/icons-material/src/material/filled/highlight_alt.svg similarity index 100% rename from projects/icons-material/src/filled/highlight_alt.svg rename to projects/icons-material/src/material/filled/highlight_alt.svg diff --git a/projects/icons-material/src/filled/highlight_off.svg b/projects/icons-material/src/material/filled/highlight_off.svg similarity index 100% rename from projects/icons-material/src/filled/highlight_off.svg rename to projects/icons-material/src/material/filled/highlight_off.svg diff --git a/projects/icons-material/src/filled/hiking.svg b/projects/icons-material/src/material/filled/hiking.svg similarity index 100% rename from projects/icons-material/src/filled/hiking.svg rename to projects/icons-material/src/material/filled/hiking.svg diff --git a/projects/icons-material/src/filled/history.svg b/projects/icons-material/src/material/filled/history.svg similarity index 100% rename from projects/icons-material/src/filled/history.svg rename to projects/icons-material/src/material/filled/history.svg diff --git a/projects/icons-material/src/filled/history_edu.svg b/projects/icons-material/src/material/filled/history_edu.svg similarity index 100% rename from projects/icons-material/src/filled/history_edu.svg rename to projects/icons-material/src/material/filled/history_edu.svg diff --git a/projects/icons-material/src/filled/history_toggle_off.svg b/projects/icons-material/src/material/filled/history_toggle_off.svg similarity index 100% rename from projects/icons-material/src/filled/history_toggle_off.svg rename to projects/icons-material/src/material/filled/history_toggle_off.svg diff --git a/projects/icons-material/src/filled/hive.svg b/projects/icons-material/src/material/filled/hive.svg similarity index 100% rename from projects/icons-material/src/filled/hive.svg rename to projects/icons-material/src/material/filled/hive.svg diff --git a/projects/icons-material/src/filled/hls.svg b/projects/icons-material/src/material/filled/hls.svg similarity index 100% rename from projects/icons-material/src/filled/hls.svg rename to projects/icons-material/src/material/filled/hls.svg diff --git a/projects/icons-material/src/filled/hls_off.svg b/projects/icons-material/src/material/filled/hls_off.svg similarity index 100% rename from projects/icons-material/src/filled/hls_off.svg rename to projects/icons-material/src/material/filled/hls_off.svg diff --git a/projects/icons-material/src/filled/holiday_village.svg b/projects/icons-material/src/material/filled/holiday_village.svg similarity index 100% rename from projects/icons-material/src/filled/holiday_village.svg rename to projects/icons-material/src/material/filled/holiday_village.svg diff --git a/projects/icons-material/src/filled/home.svg b/projects/icons-material/src/material/filled/home.svg similarity index 100% rename from projects/icons-material/src/filled/home.svg rename to projects/icons-material/src/material/filled/home.svg diff --git a/projects/icons-material/src/filled/home_max.svg b/projects/icons-material/src/material/filled/home_max.svg similarity index 100% rename from projects/icons-material/src/filled/home_max.svg rename to projects/icons-material/src/material/filled/home_max.svg diff --git a/projects/icons-material/src/filled/home_mini.svg b/projects/icons-material/src/material/filled/home_mini.svg similarity index 100% rename from projects/icons-material/src/filled/home_mini.svg rename to projects/icons-material/src/material/filled/home_mini.svg diff --git a/projects/icons-material/src/filled/home_repair_service.svg b/projects/icons-material/src/material/filled/home_repair_service.svg similarity index 100% rename from projects/icons-material/src/filled/home_repair_service.svg rename to projects/icons-material/src/material/filled/home_repair_service.svg diff --git a/projects/icons-material/src/filled/home_work.svg b/projects/icons-material/src/material/filled/home_work.svg similarity index 100% rename from projects/icons-material/src/filled/home_work.svg rename to projects/icons-material/src/material/filled/home_work.svg diff --git a/projects/icons-material/src/filled/horizontal_distribute.svg b/projects/icons-material/src/material/filled/horizontal_distribute.svg similarity index 100% rename from projects/icons-material/src/filled/horizontal_distribute.svg rename to projects/icons-material/src/material/filled/horizontal_distribute.svg diff --git a/projects/icons-material/src/filled/horizontal_rule.svg b/projects/icons-material/src/material/filled/horizontal_rule.svg similarity index 100% rename from projects/icons-material/src/filled/horizontal_rule.svg rename to projects/icons-material/src/material/filled/horizontal_rule.svg diff --git a/projects/icons-material/src/filled/horizontal_split.svg b/projects/icons-material/src/material/filled/horizontal_split.svg similarity index 100% rename from projects/icons-material/src/filled/horizontal_split.svg rename to projects/icons-material/src/material/filled/horizontal_split.svg diff --git a/projects/icons-material/src/filled/hot_tub.svg b/projects/icons-material/src/material/filled/hot_tub.svg similarity index 100% rename from projects/icons-material/src/filled/hot_tub.svg rename to projects/icons-material/src/material/filled/hot_tub.svg diff --git a/projects/icons-material/src/filled/hotel.svg b/projects/icons-material/src/material/filled/hotel.svg similarity index 100% rename from projects/icons-material/src/filled/hotel.svg rename to projects/icons-material/src/material/filled/hotel.svg diff --git a/projects/icons-material/src/filled/hotel_class.svg b/projects/icons-material/src/material/filled/hotel_class.svg similarity index 100% rename from projects/icons-material/src/filled/hotel_class.svg rename to projects/icons-material/src/material/filled/hotel_class.svg diff --git a/projects/icons-material/src/filled/hourglass_bottom.svg b/projects/icons-material/src/material/filled/hourglass_bottom.svg similarity index 100% rename from projects/icons-material/src/filled/hourglass_bottom.svg rename to projects/icons-material/src/material/filled/hourglass_bottom.svg diff --git a/projects/icons-material/src/filled/hourglass_disabled.svg b/projects/icons-material/src/material/filled/hourglass_disabled.svg similarity index 100% rename from projects/icons-material/src/filled/hourglass_disabled.svg rename to projects/icons-material/src/material/filled/hourglass_disabled.svg diff --git a/projects/icons-material/src/filled/hourglass_empty.svg b/projects/icons-material/src/material/filled/hourglass_empty.svg similarity index 100% rename from projects/icons-material/src/filled/hourglass_empty.svg rename to projects/icons-material/src/material/filled/hourglass_empty.svg diff --git a/projects/icons-material/src/filled/hourglass_full.svg b/projects/icons-material/src/material/filled/hourglass_full.svg similarity index 100% rename from projects/icons-material/src/filled/hourglass_full.svg rename to projects/icons-material/src/material/filled/hourglass_full.svg diff --git a/projects/icons-material/src/filled/hourglass_top.svg b/projects/icons-material/src/material/filled/hourglass_top.svg similarity index 100% rename from projects/icons-material/src/filled/hourglass_top.svg rename to projects/icons-material/src/material/filled/hourglass_top.svg diff --git a/projects/icons-material/src/filled/house.svg b/projects/icons-material/src/material/filled/house.svg similarity index 100% rename from projects/icons-material/src/filled/house.svg rename to projects/icons-material/src/material/filled/house.svg diff --git a/projects/icons-material/src/filled/house_siding.svg b/projects/icons-material/src/material/filled/house_siding.svg similarity index 100% rename from projects/icons-material/src/filled/house_siding.svg rename to projects/icons-material/src/material/filled/house_siding.svg diff --git a/projects/icons-material/src/filled/houseboat.svg b/projects/icons-material/src/material/filled/houseboat.svg similarity index 100% rename from projects/icons-material/src/filled/houseboat.svg rename to projects/icons-material/src/material/filled/houseboat.svg diff --git a/projects/icons-material/src/filled/how_to_reg.svg b/projects/icons-material/src/material/filled/how_to_reg.svg similarity index 100% rename from projects/icons-material/src/filled/how_to_reg.svg rename to projects/icons-material/src/material/filled/how_to_reg.svg diff --git a/projects/icons-material/src/filled/how_to_vote.svg b/projects/icons-material/src/material/filled/how_to_vote.svg similarity index 100% rename from projects/icons-material/src/filled/how_to_vote.svg rename to projects/icons-material/src/material/filled/how_to_vote.svg diff --git a/projects/icons-material/src/filled/html.svg b/projects/icons-material/src/material/filled/html.svg similarity index 100% rename from projects/icons-material/src/filled/html.svg rename to projects/icons-material/src/material/filled/html.svg diff --git a/projects/icons-material/src/filled/http.svg b/projects/icons-material/src/material/filled/http.svg similarity index 100% rename from projects/icons-material/src/filled/http.svg rename to projects/icons-material/src/material/filled/http.svg diff --git a/projects/icons-material/src/filled/https.svg b/projects/icons-material/src/material/filled/https.svg similarity index 100% rename from projects/icons-material/src/filled/https.svg rename to projects/icons-material/src/material/filled/https.svg diff --git a/projects/icons-material/src/filled/hub.svg b/projects/icons-material/src/material/filled/hub.svg similarity index 100% rename from projects/icons-material/src/filled/hub.svg rename to projects/icons-material/src/material/filled/hub.svg diff --git a/projects/icons-material/src/filled/hvac.svg b/projects/icons-material/src/material/filled/hvac.svg similarity index 100% rename from projects/icons-material/src/filled/hvac.svg rename to projects/icons-material/src/material/filled/hvac.svg diff --git a/projects/icons-material/src/filled/ice_skating.svg b/projects/icons-material/src/material/filled/ice_skating.svg similarity index 100% rename from projects/icons-material/src/filled/ice_skating.svg rename to projects/icons-material/src/material/filled/ice_skating.svg diff --git a/projects/icons-material/src/filled/icecream.svg b/projects/icons-material/src/material/filled/icecream.svg similarity index 100% rename from projects/icons-material/src/filled/icecream.svg rename to projects/icons-material/src/material/filled/icecream.svg diff --git a/projects/icons-material/src/filled/image.svg b/projects/icons-material/src/material/filled/image.svg similarity index 100% rename from projects/icons-material/src/filled/image.svg rename to projects/icons-material/src/material/filled/image.svg diff --git a/projects/icons-material/src/filled/image_aspect_ratio.svg b/projects/icons-material/src/material/filled/image_aspect_ratio.svg similarity index 100% rename from projects/icons-material/src/filled/image_aspect_ratio.svg rename to projects/icons-material/src/material/filled/image_aspect_ratio.svg diff --git a/projects/icons-material/src/filled/image_not_supported.svg b/projects/icons-material/src/material/filled/image_not_supported.svg similarity index 100% rename from projects/icons-material/src/filled/image_not_supported.svg rename to projects/icons-material/src/material/filled/image_not_supported.svg diff --git a/projects/icons-material/src/filled/image_search.svg b/projects/icons-material/src/material/filled/image_search.svg similarity index 100% rename from projects/icons-material/src/filled/image_search.svg rename to projects/icons-material/src/material/filled/image_search.svg diff --git a/projects/icons-material/src/filled/imagesearch_roller.svg b/projects/icons-material/src/material/filled/imagesearch_roller.svg similarity index 100% rename from projects/icons-material/src/filled/imagesearch_roller.svg rename to projects/icons-material/src/material/filled/imagesearch_roller.svg diff --git a/projects/icons-material/src/filled/import_contacts.svg b/projects/icons-material/src/material/filled/import_contacts.svg similarity index 100% rename from projects/icons-material/src/filled/import_contacts.svg rename to projects/icons-material/src/material/filled/import_contacts.svg diff --git a/projects/icons-material/src/filled/import_export.svg b/projects/icons-material/src/material/filled/import_export.svg similarity index 100% rename from projects/icons-material/src/filled/import_export.svg rename to projects/icons-material/src/material/filled/import_export.svg diff --git a/projects/icons-material/src/filled/important_devices.svg b/projects/icons-material/src/material/filled/important_devices.svg similarity index 100% rename from projects/icons-material/src/filled/important_devices.svg rename to projects/icons-material/src/material/filled/important_devices.svg diff --git a/projects/icons-material/src/filled/inbox.svg b/projects/icons-material/src/material/filled/inbox.svg similarity index 100% rename from projects/icons-material/src/filled/inbox.svg rename to projects/icons-material/src/material/filled/inbox.svg diff --git a/projects/icons-material/src/filled/incomplete_circle.svg b/projects/icons-material/src/material/filled/incomplete_circle.svg similarity index 100% rename from projects/icons-material/src/filled/incomplete_circle.svg rename to projects/icons-material/src/material/filled/incomplete_circle.svg diff --git a/projects/icons-material/src/filled/indeterminate_check_box.svg b/projects/icons-material/src/material/filled/indeterminate_check_box.svg similarity index 100% rename from projects/icons-material/src/filled/indeterminate_check_box.svg rename to projects/icons-material/src/material/filled/indeterminate_check_box.svg diff --git a/projects/icons-material/src/filled/info.svg b/projects/icons-material/src/material/filled/info.svg similarity index 100% rename from projects/icons-material/src/filled/info.svg rename to projects/icons-material/src/material/filled/info.svg diff --git a/projects/icons-material/src/filled/input.svg b/projects/icons-material/src/material/filled/input.svg similarity index 100% rename from projects/icons-material/src/filled/input.svg rename to projects/icons-material/src/material/filled/input.svg diff --git a/projects/icons-material/src/filled/insert_chart.svg b/projects/icons-material/src/material/filled/insert_chart.svg similarity index 100% rename from projects/icons-material/src/filled/insert_chart.svg rename to projects/icons-material/src/material/filled/insert_chart.svg diff --git a/projects/icons-material/src/filled/insert_chart_outlined.svg b/projects/icons-material/src/material/filled/insert_chart_outlined.svg similarity index 100% rename from projects/icons-material/src/filled/insert_chart_outlined.svg rename to projects/icons-material/src/material/filled/insert_chart_outlined.svg diff --git a/projects/icons-material/src/filled/insert_comment.svg b/projects/icons-material/src/material/filled/insert_comment.svg similarity index 100% rename from projects/icons-material/src/filled/insert_comment.svg rename to projects/icons-material/src/material/filled/insert_comment.svg diff --git a/projects/icons-material/src/filled/insert_drive_file.svg b/projects/icons-material/src/material/filled/insert_drive_file.svg similarity index 100% rename from projects/icons-material/src/filled/insert_drive_file.svg rename to projects/icons-material/src/material/filled/insert_drive_file.svg diff --git a/projects/icons-material/src/filled/insert_emoticon.svg b/projects/icons-material/src/material/filled/insert_emoticon.svg similarity index 100% rename from projects/icons-material/src/filled/insert_emoticon.svg rename to projects/icons-material/src/material/filled/insert_emoticon.svg diff --git a/projects/icons-material/src/filled/insert_invitation.svg b/projects/icons-material/src/material/filled/insert_invitation.svg similarity index 100% rename from projects/icons-material/src/filled/insert_invitation.svg rename to projects/icons-material/src/material/filled/insert_invitation.svg diff --git a/projects/icons-material/src/filled/insert_link.svg b/projects/icons-material/src/material/filled/insert_link.svg similarity index 100% rename from projects/icons-material/src/filled/insert_link.svg rename to projects/icons-material/src/material/filled/insert_link.svg diff --git a/projects/icons-material/src/filled/insert_page_break.svg b/projects/icons-material/src/material/filled/insert_page_break.svg similarity index 100% rename from projects/icons-material/src/filled/insert_page_break.svg rename to projects/icons-material/src/material/filled/insert_page_break.svg diff --git a/projects/icons-material/src/filled/insert_photo.svg b/projects/icons-material/src/material/filled/insert_photo.svg similarity index 100% rename from projects/icons-material/src/filled/insert_photo.svg rename to projects/icons-material/src/material/filled/insert_photo.svg diff --git a/projects/icons-material/src/filled/insights.svg b/projects/icons-material/src/material/filled/insights.svg similarity index 100% rename from projects/icons-material/src/filled/insights.svg rename to projects/icons-material/src/material/filled/insights.svg diff --git a/projects/icons-material/src/filled/install_desktop.svg b/projects/icons-material/src/material/filled/install_desktop.svg similarity index 100% rename from projects/icons-material/src/filled/install_desktop.svg rename to projects/icons-material/src/material/filled/install_desktop.svg diff --git a/projects/icons-material/src/filled/install_mobile.svg b/projects/icons-material/src/material/filled/install_mobile.svg similarity index 100% rename from projects/icons-material/src/filled/install_mobile.svg rename to projects/icons-material/src/material/filled/install_mobile.svg diff --git a/projects/icons-material/src/filled/integration_instructions.svg b/projects/icons-material/src/material/filled/integration_instructions.svg similarity index 100% rename from projects/icons-material/src/filled/integration_instructions.svg rename to projects/icons-material/src/material/filled/integration_instructions.svg diff --git a/projects/icons-material/src/filled/interests.svg b/projects/icons-material/src/material/filled/interests.svg similarity index 100% rename from projects/icons-material/src/filled/interests.svg rename to projects/icons-material/src/material/filled/interests.svg diff --git a/projects/icons-material/src/filled/interpreter_mode.svg b/projects/icons-material/src/material/filled/interpreter_mode.svg similarity index 100% rename from projects/icons-material/src/filled/interpreter_mode.svg rename to projects/icons-material/src/material/filled/interpreter_mode.svg diff --git a/projects/icons-material/src/filled/inventory.svg b/projects/icons-material/src/material/filled/inventory.svg similarity index 100% rename from projects/icons-material/src/filled/inventory.svg rename to projects/icons-material/src/material/filled/inventory.svg diff --git a/projects/icons-material/src/filled/inventory_2.svg b/projects/icons-material/src/material/filled/inventory_2.svg similarity index 100% rename from projects/icons-material/src/filled/inventory_2.svg rename to projects/icons-material/src/material/filled/inventory_2.svg diff --git a/projects/icons-material/src/filled/invert_colors.svg b/projects/icons-material/src/material/filled/invert_colors.svg similarity index 100% rename from projects/icons-material/src/filled/invert_colors.svg rename to projects/icons-material/src/material/filled/invert_colors.svg diff --git a/projects/icons-material/src/filled/invert_colors_off.svg b/projects/icons-material/src/material/filled/invert_colors_off.svg similarity index 100% rename from projects/icons-material/src/filled/invert_colors_off.svg rename to projects/icons-material/src/material/filled/invert_colors_off.svg diff --git a/projects/icons-material/src/filled/ios_share.svg b/projects/icons-material/src/material/filled/ios_share.svg similarity index 100% rename from projects/icons-material/src/filled/ios_share.svg rename to projects/icons-material/src/material/filled/ios_share.svg diff --git a/projects/icons-material/src/filled/iron.svg b/projects/icons-material/src/material/filled/iron.svg similarity index 100% rename from projects/icons-material/src/filled/iron.svg rename to projects/icons-material/src/material/filled/iron.svg diff --git a/projects/icons-material/src/filled/iso.svg b/projects/icons-material/src/material/filled/iso.svg similarity index 100% rename from projects/icons-material/src/filled/iso.svg rename to projects/icons-material/src/material/filled/iso.svg diff --git a/projects/icons-material/src/filled/javascript.svg b/projects/icons-material/src/material/filled/javascript.svg similarity index 100% rename from projects/icons-material/src/filled/javascript.svg rename to projects/icons-material/src/material/filled/javascript.svg diff --git a/projects/icons-material/src/filled/join_full.svg b/projects/icons-material/src/material/filled/join_full.svg similarity index 100% rename from projects/icons-material/src/filled/join_full.svg rename to projects/icons-material/src/material/filled/join_full.svg diff --git a/projects/icons-material/src/filled/join_inner.svg b/projects/icons-material/src/material/filled/join_inner.svg similarity index 100% rename from projects/icons-material/src/filled/join_inner.svg rename to projects/icons-material/src/material/filled/join_inner.svg diff --git a/projects/icons-material/src/filled/join_left.svg b/projects/icons-material/src/material/filled/join_left.svg similarity index 100% rename from projects/icons-material/src/filled/join_left.svg rename to projects/icons-material/src/material/filled/join_left.svg diff --git a/projects/icons-material/src/filled/join_right.svg b/projects/icons-material/src/material/filled/join_right.svg similarity index 100% rename from projects/icons-material/src/filled/join_right.svg rename to projects/icons-material/src/material/filled/join_right.svg diff --git a/projects/icons-material/src/filled/kayaking.svg b/projects/icons-material/src/material/filled/kayaking.svg similarity index 100% rename from projects/icons-material/src/filled/kayaking.svg rename to projects/icons-material/src/material/filled/kayaking.svg diff --git a/projects/icons-material/src/filled/kebab_dining.svg b/projects/icons-material/src/material/filled/kebab_dining.svg similarity index 100% rename from projects/icons-material/src/filled/kebab_dining.svg rename to projects/icons-material/src/material/filled/kebab_dining.svg diff --git a/projects/icons-material/src/filled/key.svg b/projects/icons-material/src/material/filled/key.svg similarity index 100% rename from projects/icons-material/src/filled/key.svg rename to projects/icons-material/src/material/filled/key.svg diff --git a/projects/icons-material/src/filled/key_off.svg b/projects/icons-material/src/material/filled/key_off.svg similarity index 100% rename from projects/icons-material/src/filled/key_off.svg rename to projects/icons-material/src/material/filled/key_off.svg diff --git a/projects/icons-material/src/filled/keyboard.svg b/projects/icons-material/src/material/filled/keyboard.svg similarity index 100% rename from projects/icons-material/src/filled/keyboard.svg rename to projects/icons-material/src/material/filled/keyboard.svg diff --git a/projects/icons-material/src/filled/keyboard_alt.svg b/projects/icons-material/src/material/filled/keyboard_alt.svg similarity index 100% rename from projects/icons-material/src/filled/keyboard_alt.svg rename to projects/icons-material/src/material/filled/keyboard_alt.svg diff --git a/projects/icons-material/src/filled/keyboard_arrow_down.svg b/projects/icons-material/src/material/filled/keyboard_arrow_down.svg similarity index 100% rename from projects/icons-material/src/filled/keyboard_arrow_down.svg rename to projects/icons-material/src/material/filled/keyboard_arrow_down.svg diff --git a/projects/icons-material/src/filled/keyboard_arrow_left.svg b/projects/icons-material/src/material/filled/keyboard_arrow_left.svg similarity index 100% rename from projects/icons-material/src/filled/keyboard_arrow_left.svg rename to projects/icons-material/src/material/filled/keyboard_arrow_left.svg diff --git a/projects/icons-material/src/filled/keyboard_arrow_right.svg b/projects/icons-material/src/material/filled/keyboard_arrow_right.svg similarity index 100% rename from projects/icons-material/src/filled/keyboard_arrow_right.svg rename to projects/icons-material/src/material/filled/keyboard_arrow_right.svg diff --git a/projects/icons-material/src/filled/keyboard_arrow_up.svg b/projects/icons-material/src/material/filled/keyboard_arrow_up.svg similarity index 100% rename from projects/icons-material/src/filled/keyboard_arrow_up.svg rename to projects/icons-material/src/material/filled/keyboard_arrow_up.svg diff --git a/projects/icons-material/src/filled/keyboard_backspace.svg b/projects/icons-material/src/material/filled/keyboard_backspace.svg similarity index 100% rename from projects/icons-material/src/filled/keyboard_backspace.svg rename to projects/icons-material/src/material/filled/keyboard_backspace.svg diff --git a/projects/icons-material/src/filled/keyboard_capslock.svg b/projects/icons-material/src/material/filled/keyboard_capslock.svg similarity index 100% rename from projects/icons-material/src/filled/keyboard_capslock.svg rename to projects/icons-material/src/material/filled/keyboard_capslock.svg diff --git a/projects/icons-material/src/filled/keyboard_command_key.svg b/projects/icons-material/src/material/filled/keyboard_command_key.svg similarity index 100% rename from projects/icons-material/src/filled/keyboard_command_key.svg rename to projects/icons-material/src/material/filled/keyboard_command_key.svg diff --git a/projects/icons-material/src/filled/keyboard_control_key.svg b/projects/icons-material/src/material/filled/keyboard_control_key.svg similarity index 100% rename from projects/icons-material/src/filled/keyboard_control_key.svg rename to projects/icons-material/src/material/filled/keyboard_control_key.svg diff --git a/projects/icons-material/src/filled/keyboard_double_arrow_down.svg b/projects/icons-material/src/material/filled/keyboard_double_arrow_down.svg similarity index 100% rename from projects/icons-material/src/filled/keyboard_double_arrow_down.svg rename to projects/icons-material/src/material/filled/keyboard_double_arrow_down.svg diff --git a/projects/icons-material/src/filled/keyboard_double_arrow_left.svg b/projects/icons-material/src/material/filled/keyboard_double_arrow_left.svg similarity index 100% rename from projects/icons-material/src/filled/keyboard_double_arrow_left.svg rename to projects/icons-material/src/material/filled/keyboard_double_arrow_left.svg diff --git a/projects/icons-material/src/filled/keyboard_double_arrow_right.svg b/projects/icons-material/src/material/filled/keyboard_double_arrow_right.svg similarity index 100% rename from projects/icons-material/src/filled/keyboard_double_arrow_right.svg rename to projects/icons-material/src/material/filled/keyboard_double_arrow_right.svg diff --git a/projects/icons-material/src/filled/keyboard_double_arrow_up.svg b/projects/icons-material/src/material/filled/keyboard_double_arrow_up.svg similarity index 100% rename from projects/icons-material/src/filled/keyboard_double_arrow_up.svg rename to projects/icons-material/src/material/filled/keyboard_double_arrow_up.svg diff --git a/projects/icons-material/src/filled/keyboard_hide.svg b/projects/icons-material/src/material/filled/keyboard_hide.svg similarity index 100% rename from projects/icons-material/src/filled/keyboard_hide.svg rename to projects/icons-material/src/material/filled/keyboard_hide.svg diff --git a/projects/icons-material/src/filled/keyboard_option_key.svg b/projects/icons-material/src/material/filled/keyboard_option_key.svg similarity index 100% rename from projects/icons-material/src/filled/keyboard_option_key.svg rename to projects/icons-material/src/material/filled/keyboard_option_key.svg diff --git a/projects/icons-material/src/filled/keyboard_return.svg b/projects/icons-material/src/material/filled/keyboard_return.svg similarity index 100% rename from projects/icons-material/src/filled/keyboard_return.svg rename to projects/icons-material/src/material/filled/keyboard_return.svg diff --git a/projects/icons-material/src/filled/keyboard_tab.svg b/projects/icons-material/src/material/filled/keyboard_tab.svg similarity index 100% rename from projects/icons-material/src/filled/keyboard_tab.svg rename to projects/icons-material/src/material/filled/keyboard_tab.svg diff --git a/projects/icons-material/src/filled/keyboard_voice.svg b/projects/icons-material/src/material/filled/keyboard_voice.svg similarity index 100% rename from projects/icons-material/src/filled/keyboard_voice.svg rename to projects/icons-material/src/material/filled/keyboard_voice.svg diff --git a/projects/icons-material/src/filled/king_bed.svg b/projects/icons-material/src/material/filled/king_bed.svg similarity index 100% rename from projects/icons-material/src/filled/king_bed.svg rename to projects/icons-material/src/material/filled/king_bed.svg diff --git a/projects/icons-material/src/filled/kitchen.svg b/projects/icons-material/src/material/filled/kitchen.svg similarity index 100% rename from projects/icons-material/src/filled/kitchen.svg rename to projects/icons-material/src/material/filled/kitchen.svg diff --git a/projects/icons-material/src/filled/kitesurfing.svg b/projects/icons-material/src/material/filled/kitesurfing.svg similarity index 100% rename from projects/icons-material/src/filled/kitesurfing.svg rename to projects/icons-material/src/material/filled/kitesurfing.svg diff --git a/projects/icons-material/src/filled/label.svg b/projects/icons-material/src/material/filled/label.svg similarity index 100% rename from projects/icons-material/src/filled/label.svg rename to projects/icons-material/src/material/filled/label.svg diff --git a/projects/icons-material/src/filled/label_important.svg b/projects/icons-material/src/material/filled/label_important.svg similarity index 100% rename from projects/icons-material/src/filled/label_important.svg rename to projects/icons-material/src/material/filled/label_important.svg diff --git a/projects/icons-material/src/filled/label_off.svg b/projects/icons-material/src/material/filled/label_off.svg similarity index 100% rename from projects/icons-material/src/filled/label_off.svg rename to projects/icons-material/src/material/filled/label_off.svg diff --git a/projects/icons-material/src/filled/lan.svg b/projects/icons-material/src/material/filled/lan.svg similarity index 100% rename from projects/icons-material/src/filled/lan.svg rename to projects/icons-material/src/material/filled/lan.svg diff --git a/projects/icons-material/src/filled/landscape.svg b/projects/icons-material/src/material/filled/landscape.svg similarity index 100% rename from projects/icons-material/src/filled/landscape.svg rename to projects/icons-material/src/material/filled/landscape.svg diff --git a/projects/icons-material/src/filled/landslide.svg b/projects/icons-material/src/material/filled/landslide.svg similarity index 100% rename from projects/icons-material/src/filled/landslide.svg rename to projects/icons-material/src/material/filled/landslide.svg diff --git a/projects/icons-material/src/filled/language.svg b/projects/icons-material/src/material/filled/language.svg similarity index 100% rename from projects/icons-material/src/filled/language.svg rename to projects/icons-material/src/material/filled/language.svg diff --git a/projects/icons-material/src/filled/laptop.svg b/projects/icons-material/src/material/filled/laptop.svg similarity index 100% rename from projects/icons-material/src/filled/laptop.svg rename to projects/icons-material/src/material/filled/laptop.svg diff --git a/projects/icons-material/src/filled/laptop_chromebook.svg b/projects/icons-material/src/material/filled/laptop_chromebook.svg similarity index 100% rename from projects/icons-material/src/filled/laptop_chromebook.svg rename to projects/icons-material/src/material/filled/laptop_chromebook.svg diff --git a/projects/icons-material/src/filled/laptop_mac.svg b/projects/icons-material/src/material/filled/laptop_mac.svg similarity index 100% rename from projects/icons-material/src/filled/laptop_mac.svg rename to projects/icons-material/src/material/filled/laptop_mac.svg diff --git a/projects/icons-material/src/filled/laptop_windows.svg b/projects/icons-material/src/material/filled/laptop_windows.svg similarity index 100% rename from projects/icons-material/src/filled/laptop_windows.svg rename to projects/icons-material/src/material/filled/laptop_windows.svg diff --git a/projects/icons-material/src/filled/last_page.svg b/projects/icons-material/src/material/filled/last_page.svg similarity index 100% rename from projects/icons-material/src/filled/last_page.svg rename to projects/icons-material/src/material/filled/last_page.svg diff --git a/projects/icons-material/src/filled/launch.svg b/projects/icons-material/src/material/filled/launch.svg similarity index 100% rename from projects/icons-material/src/filled/launch.svg rename to projects/icons-material/src/material/filled/launch.svg diff --git a/projects/icons-material/src/filled/layers.svg b/projects/icons-material/src/material/filled/layers.svg similarity index 100% rename from projects/icons-material/src/filled/layers.svg rename to projects/icons-material/src/material/filled/layers.svg diff --git a/projects/icons-material/src/filled/layers_clear.svg b/projects/icons-material/src/material/filled/layers_clear.svg similarity index 100% rename from projects/icons-material/src/filled/layers_clear.svg rename to projects/icons-material/src/material/filled/layers_clear.svg diff --git a/projects/icons-material/src/filled/leaderboard.svg b/projects/icons-material/src/material/filled/leaderboard.svg similarity index 100% rename from projects/icons-material/src/filled/leaderboard.svg rename to projects/icons-material/src/material/filled/leaderboard.svg diff --git a/projects/icons-material/src/filled/leak_add.svg b/projects/icons-material/src/material/filled/leak_add.svg similarity index 100% rename from projects/icons-material/src/filled/leak_add.svg rename to projects/icons-material/src/material/filled/leak_add.svg diff --git a/projects/icons-material/src/filled/leak_remove.svg b/projects/icons-material/src/material/filled/leak_remove.svg similarity index 100% rename from projects/icons-material/src/filled/leak_remove.svg rename to projects/icons-material/src/material/filled/leak_remove.svg diff --git a/projects/icons-material/src/filled/legend_toggle.svg b/projects/icons-material/src/material/filled/legend_toggle.svg similarity index 100% rename from projects/icons-material/src/filled/legend_toggle.svg rename to projects/icons-material/src/material/filled/legend_toggle.svg diff --git a/projects/icons-material/src/filled/lens.svg b/projects/icons-material/src/material/filled/lens.svg similarity index 100% rename from projects/icons-material/src/filled/lens.svg rename to projects/icons-material/src/material/filled/lens.svg diff --git a/projects/icons-material/src/filled/lens_blur.svg b/projects/icons-material/src/material/filled/lens_blur.svg similarity index 100% rename from projects/icons-material/src/filled/lens_blur.svg rename to projects/icons-material/src/material/filled/lens_blur.svg diff --git a/projects/icons-material/src/filled/library_add.svg b/projects/icons-material/src/material/filled/library_add.svg similarity index 100% rename from projects/icons-material/src/filled/library_add.svg rename to projects/icons-material/src/material/filled/library_add.svg diff --git a/projects/icons-material/src/filled/library_add_check.svg b/projects/icons-material/src/material/filled/library_add_check.svg similarity index 100% rename from projects/icons-material/src/filled/library_add_check.svg rename to projects/icons-material/src/material/filled/library_add_check.svg diff --git a/projects/icons-material/src/filled/library_books.svg b/projects/icons-material/src/material/filled/library_books.svg similarity index 100% rename from projects/icons-material/src/filled/library_books.svg rename to projects/icons-material/src/material/filled/library_books.svg diff --git a/projects/icons-material/src/filled/library_music.svg b/projects/icons-material/src/material/filled/library_music.svg similarity index 100% rename from projects/icons-material/src/filled/library_music.svg rename to projects/icons-material/src/material/filled/library_music.svg diff --git a/projects/icons-material/src/filled/light.svg b/projects/icons-material/src/material/filled/light.svg similarity index 100% rename from projects/icons-material/src/filled/light.svg rename to projects/icons-material/src/material/filled/light.svg diff --git a/projects/icons-material/src/filled/light_mode.svg b/projects/icons-material/src/material/filled/light_mode.svg similarity index 100% rename from projects/icons-material/src/filled/light_mode.svg rename to projects/icons-material/src/material/filled/light_mode.svg diff --git a/projects/icons-material/src/filled/lightbulb.svg b/projects/icons-material/src/material/filled/lightbulb.svg similarity index 100% rename from projects/icons-material/src/filled/lightbulb.svg rename to projects/icons-material/src/material/filled/lightbulb.svg diff --git a/projects/icons-material/src/filled/lightbulb_circle.svg b/projects/icons-material/src/material/filled/lightbulb_circle.svg similarity index 100% rename from projects/icons-material/src/filled/lightbulb_circle.svg rename to projects/icons-material/src/material/filled/lightbulb_circle.svg diff --git a/projects/icons-material/src/filled/line_axis.svg b/projects/icons-material/src/material/filled/line_axis.svg similarity index 100% rename from projects/icons-material/src/filled/line_axis.svg rename to projects/icons-material/src/material/filled/line_axis.svg diff --git a/projects/icons-material/src/filled/line_style.svg b/projects/icons-material/src/material/filled/line_style.svg similarity index 100% rename from projects/icons-material/src/filled/line_style.svg rename to projects/icons-material/src/material/filled/line_style.svg diff --git a/projects/icons-material/src/filled/line_weight.svg b/projects/icons-material/src/material/filled/line_weight.svg similarity index 100% rename from projects/icons-material/src/filled/line_weight.svg rename to projects/icons-material/src/material/filled/line_weight.svg diff --git a/projects/icons-material/src/filled/linear_scale.svg b/projects/icons-material/src/material/filled/linear_scale.svg similarity index 100% rename from projects/icons-material/src/filled/linear_scale.svg rename to projects/icons-material/src/material/filled/linear_scale.svg diff --git a/projects/icons-material/src/filled/link.svg b/projects/icons-material/src/material/filled/link.svg similarity index 100% rename from projects/icons-material/src/filled/link.svg rename to projects/icons-material/src/material/filled/link.svg diff --git a/projects/icons-material/src/filled/link_off.svg b/projects/icons-material/src/material/filled/link_off.svg similarity index 100% rename from projects/icons-material/src/filled/link_off.svg rename to projects/icons-material/src/material/filled/link_off.svg diff --git a/projects/icons-material/src/filled/linked_camera.svg b/projects/icons-material/src/material/filled/linked_camera.svg similarity index 100% rename from projects/icons-material/src/filled/linked_camera.svg rename to projects/icons-material/src/material/filled/linked_camera.svg diff --git a/projects/icons-material/src/filled/liquor.svg b/projects/icons-material/src/material/filled/liquor.svg similarity index 100% rename from projects/icons-material/src/filled/liquor.svg rename to projects/icons-material/src/material/filled/liquor.svg diff --git a/projects/icons-material/src/filled/list.svg b/projects/icons-material/src/material/filled/list.svg similarity index 100% rename from projects/icons-material/src/filled/list.svg rename to projects/icons-material/src/material/filled/list.svg diff --git a/projects/icons-material/src/filled/list_alt.svg b/projects/icons-material/src/material/filled/list_alt.svg similarity index 100% rename from projects/icons-material/src/filled/list_alt.svg rename to projects/icons-material/src/material/filled/list_alt.svg diff --git a/projects/icons-material/src/filled/live_help.svg b/projects/icons-material/src/material/filled/live_help.svg similarity index 100% rename from projects/icons-material/src/filled/live_help.svg rename to projects/icons-material/src/material/filled/live_help.svg diff --git a/projects/icons-material/src/filled/live_tv.svg b/projects/icons-material/src/material/filled/live_tv.svg similarity index 100% rename from projects/icons-material/src/filled/live_tv.svg rename to projects/icons-material/src/material/filled/live_tv.svg diff --git a/projects/icons-material/src/filled/living.svg b/projects/icons-material/src/material/filled/living.svg similarity index 100% rename from projects/icons-material/src/filled/living.svg rename to projects/icons-material/src/material/filled/living.svg diff --git a/projects/icons-material/src/filled/local_activity.svg b/projects/icons-material/src/material/filled/local_activity.svg similarity index 100% rename from projects/icons-material/src/filled/local_activity.svg rename to projects/icons-material/src/material/filled/local_activity.svg diff --git a/projects/icons-material/src/filled/local_airport.svg b/projects/icons-material/src/material/filled/local_airport.svg similarity index 100% rename from projects/icons-material/src/filled/local_airport.svg rename to projects/icons-material/src/material/filled/local_airport.svg diff --git a/projects/icons-material/src/filled/local_atm.svg b/projects/icons-material/src/material/filled/local_atm.svg similarity index 100% rename from projects/icons-material/src/filled/local_atm.svg rename to projects/icons-material/src/material/filled/local_atm.svg diff --git a/projects/icons-material/src/filled/local_bar.svg b/projects/icons-material/src/material/filled/local_bar.svg similarity index 100% rename from projects/icons-material/src/filled/local_bar.svg rename to projects/icons-material/src/material/filled/local_bar.svg diff --git a/projects/icons-material/src/filled/local_cafe.svg b/projects/icons-material/src/material/filled/local_cafe.svg similarity index 100% rename from projects/icons-material/src/filled/local_cafe.svg rename to projects/icons-material/src/material/filled/local_cafe.svg diff --git a/projects/icons-material/src/filled/local_car_wash.svg b/projects/icons-material/src/material/filled/local_car_wash.svg similarity index 100% rename from projects/icons-material/src/filled/local_car_wash.svg rename to projects/icons-material/src/material/filled/local_car_wash.svg diff --git a/projects/icons-material/src/filled/local_convenience_store.svg b/projects/icons-material/src/material/filled/local_convenience_store.svg similarity index 100% rename from projects/icons-material/src/filled/local_convenience_store.svg rename to projects/icons-material/src/material/filled/local_convenience_store.svg diff --git a/projects/icons-material/src/filled/local_dining.svg b/projects/icons-material/src/material/filled/local_dining.svg similarity index 100% rename from projects/icons-material/src/filled/local_dining.svg rename to projects/icons-material/src/material/filled/local_dining.svg diff --git a/projects/icons-material/src/filled/local_drink.svg b/projects/icons-material/src/material/filled/local_drink.svg similarity index 100% rename from projects/icons-material/src/filled/local_drink.svg rename to projects/icons-material/src/material/filled/local_drink.svg diff --git a/projects/icons-material/src/filled/local_fire_department.svg b/projects/icons-material/src/material/filled/local_fire_department.svg similarity index 100% rename from projects/icons-material/src/filled/local_fire_department.svg rename to projects/icons-material/src/material/filled/local_fire_department.svg diff --git a/projects/icons-material/src/filled/local_florist.svg b/projects/icons-material/src/material/filled/local_florist.svg similarity index 100% rename from projects/icons-material/src/filled/local_florist.svg rename to projects/icons-material/src/material/filled/local_florist.svg diff --git a/projects/icons-material/src/filled/local_gas_station.svg b/projects/icons-material/src/material/filled/local_gas_station.svg similarity index 100% rename from projects/icons-material/src/filled/local_gas_station.svg rename to projects/icons-material/src/material/filled/local_gas_station.svg diff --git a/projects/icons-material/src/filled/local_grocery_store.svg b/projects/icons-material/src/material/filled/local_grocery_store.svg similarity index 100% rename from projects/icons-material/src/filled/local_grocery_store.svg rename to projects/icons-material/src/material/filled/local_grocery_store.svg diff --git a/projects/icons-material/src/filled/local_hospital.svg b/projects/icons-material/src/material/filled/local_hospital.svg similarity index 100% rename from projects/icons-material/src/filled/local_hospital.svg rename to projects/icons-material/src/material/filled/local_hospital.svg diff --git a/projects/icons-material/src/filled/local_hotel.svg b/projects/icons-material/src/material/filled/local_hotel.svg similarity index 100% rename from projects/icons-material/src/filled/local_hotel.svg rename to projects/icons-material/src/material/filled/local_hotel.svg diff --git a/projects/icons-material/src/filled/local_laundry_service.svg b/projects/icons-material/src/material/filled/local_laundry_service.svg similarity index 100% rename from projects/icons-material/src/filled/local_laundry_service.svg rename to projects/icons-material/src/material/filled/local_laundry_service.svg diff --git a/projects/icons-material/src/filled/local_library.svg b/projects/icons-material/src/material/filled/local_library.svg similarity index 100% rename from projects/icons-material/src/filled/local_library.svg rename to projects/icons-material/src/material/filled/local_library.svg diff --git a/projects/icons-material/src/filled/local_mall.svg b/projects/icons-material/src/material/filled/local_mall.svg similarity index 100% rename from projects/icons-material/src/filled/local_mall.svg rename to projects/icons-material/src/material/filled/local_mall.svg diff --git a/projects/icons-material/src/filled/local_movies.svg b/projects/icons-material/src/material/filled/local_movies.svg similarity index 100% rename from projects/icons-material/src/filled/local_movies.svg rename to projects/icons-material/src/material/filled/local_movies.svg diff --git a/projects/icons-material/src/filled/local_offer.svg b/projects/icons-material/src/material/filled/local_offer.svg similarity index 100% rename from projects/icons-material/src/filled/local_offer.svg rename to projects/icons-material/src/material/filled/local_offer.svg diff --git a/projects/icons-material/src/filled/local_parking.svg b/projects/icons-material/src/material/filled/local_parking.svg similarity index 100% rename from projects/icons-material/src/filled/local_parking.svg rename to projects/icons-material/src/material/filled/local_parking.svg diff --git a/projects/icons-material/src/filled/local_pharmacy.svg b/projects/icons-material/src/material/filled/local_pharmacy.svg similarity index 100% rename from projects/icons-material/src/filled/local_pharmacy.svg rename to projects/icons-material/src/material/filled/local_pharmacy.svg diff --git a/projects/icons-material/src/filled/local_phone.svg b/projects/icons-material/src/material/filled/local_phone.svg similarity index 100% rename from projects/icons-material/src/filled/local_phone.svg rename to projects/icons-material/src/material/filled/local_phone.svg diff --git a/projects/icons-material/src/filled/local_pizza.svg b/projects/icons-material/src/material/filled/local_pizza.svg similarity index 100% rename from projects/icons-material/src/filled/local_pizza.svg rename to projects/icons-material/src/material/filled/local_pizza.svg diff --git a/projects/icons-material/src/filled/local_play.svg b/projects/icons-material/src/material/filled/local_play.svg similarity index 100% rename from projects/icons-material/src/filled/local_play.svg rename to projects/icons-material/src/material/filled/local_play.svg diff --git a/projects/icons-material/src/filled/local_police.svg b/projects/icons-material/src/material/filled/local_police.svg similarity index 100% rename from projects/icons-material/src/filled/local_police.svg rename to projects/icons-material/src/material/filled/local_police.svg diff --git a/projects/icons-material/src/filled/local_post_office.svg b/projects/icons-material/src/material/filled/local_post_office.svg similarity index 100% rename from projects/icons-material/src/filled/local_post_office.svg rename to projects/icons-material/src/material/filled/local_post_office.svg diff --git a/projects/icons-material/src/filled/local_printshop.svg b/projects/icons-material/src/material/filled/local_printshop.svg similarity index 100% rename from projects/icons-material/src/filled/local_printshop.svg rename to projects/icons-material/src/material/filled/local_printshop.svg diff --git a/projects/icons-material/src/filled/local_see.svg b/projects/icons-material/src/material/filled/local_see.svg similarity index 100% rename from projects/icons-material/src/filled/local_see.svg rename to projects/icons-material/src/material/filled/local_see.svg diff --git a/projects/icons-material/src/filled/local_shipping.svg b/projects/icons-material/src/material/filled/local_shipping.svg similarity index 100% rename from projects/icons-material/src/filled/local_shipping.svg rename to projects/icons-material/src/material/filled/local_shipping.svg diff --git a/projects/icons-material/src/filled/local_taxi.svg b/projects/icons-material/src/material/filled/local_taxi.svg similarity index 100% rename from projects/icons-material/src/filled/local_taxi.svg rename to projects/icons-material/src/material/filled/local_taxi.svg diff --git a/projects/icons-material/src/filled/location_city.svg b/projects/icons-material/src/material/filled/location_city.svg similarity index 100% rename from projects/icons-material/src/filled/location_city.svg rename to projects/icons-material/src/material/filled/location_city.svg diff --git a/projects/icons-material/src/filled/location_disabled.svg b/projects/icons-material/src/material/filled/location_disabled.svg similarity index 100% rename from projects/icons-material/src/filled/location_disabled.svg rename to projects/icons-material/src/material/filled/location_disabled.svg diff --git a/projects/icons-material/src/filled/location_off.svg b/projects/icons-material/src/material/filled/location_off.svg similarity index 100% rename from projects/icons-material/src/filled/location_off.svg rename to projects/icons-material/src/material/filled/location_off.svg diff --git a/projects/icons-material/src/filled/location_on.svg b/projects/icons-material/src/material/filled/location_on.svg similarity index 100% rename from projects/icons-material/src/filled/location_on.svg rename to projects/icons-material/src/material/filled/location_on.svg diff --git a/projects/icons-material/src/filled/location_searching.svg b/projects/icons-material/src/material/filled/location_searching.svg similarity index 100% rename from projects/icons-material/src/filled/location_searching.svg rename to projects/icons-material/src/material/filled/location_searching.svg diff --git a/projects/icons-material/src/filled/lock.svg b/projects/icons-material/src/material/filled/lock.svg similarity index 100% rename from projects/icons-material/src/filled/lock.svg rename to projects/icons-material/src/material/filled/lock.svg diff --git a/projects/icons-material/src/filled/lock_clock.svg b/projects/icons-material/src/material/filled/lock_clock.svg similarity index 100% rename from projects/icons-material/src/filled/lock_clock.svg rename to projects/icons-material/src/material/filled/lock_clock.svg diff --git a/projects/icons-material/src/filled/lock_open.svg b/projects/icons-material/src/material/filled/lock_open.svg similarity index 100% rename from projects/icons-material/src/filled/lock_open.svg rename to projects/icons-material/src/material/filled/lock_open.svg diff --git a/projects/icons-material/src/filled/lock_person.svg b/projects/icons-material/src/material/filled/lock_person.svg similarity index 100% rename from projects/icons-material/src/filled/lock_person.svg rename to projects/icons-material/src/material/filled/lock_person.svg diff --git a/projects/icons-material/src/filled/lock_reset.svg b/projects/icons-material/src/material/filled/lock_reset.svg similarity index 100% rename from projects/icons-material/src/filled/lock_reset.svg rename to projects/icons-material/src/material/filled/lock_reset.svg diff --git a/projects/icons-material/src/filled/login.svg b/projects/icons-material/src/material/filled/login.svg similarity index 100% rename from projects/icons-material/src/filled/login.svg rename to projects/icons-material/src/material/filled/login.svg diff --git a/projects/icons-material/src/filled/logo_dev.svg b/projects/icons-material/src/material/filled/logo_dev.svg similarity index 100% rename from projects/icons-material/src/filled/logo_dev.svg rename to projects/icons-material/src/material/filled/logo_dev.svg diff --git a/projects/icons-material/src/filled/logout.svg b/projects/icons-material/src/material/filled/logout.svg similarity index 100% rename from projects/icons-material/src/filled/logout.svg rename to projects/icons-material/src/material/filled/logout.svg diff --git a/projects/icons-material/src/filled/looks.svg b/projects/icons-material/src/material/filled/looks.svg similarity index 100% rename from projects/icons-material/src/filled/looks.svg rename to projects/icons-material/src/material/filled/looks.svg diff --git a/projects/icons-material/src/filled/looks_3.svg b/projects/icons-material/src/material/filled/looks_3.svg similarity index 100% rename from projects/icons-material/src/filled/looks_3.svg rename to projects/icons-material/src/material/filled/looks_3.svg diff --git a/projects/icons-material/src/filled/looks_4.svg b/projects/icons-material/src/material/filled/looks_4.svg similarity index 100% rename from projects/icons-material/src/filled/looks_4.svg rename to projects/icons-material/src/material/filled/looks_4.svg diff --git a/projects/icons-material/src/filled/looks_5.svg b/projects/icons-material/src/material/filled/looks_5.svg similarity index 100% rename from projects/icons-material/src/filled/looks_5.svg rename to projects/icons-material/src/material/filled/looks_5.svg diff --git a/projects/icons-material/src/filled/looks_6.svg b/projects/icons-material/src/material/filled/looks_6.svg similarity index 100% rename from projects/icons-material/src/filled/looks_6.svg rename to projects/icons-material/src/material/filled/looks_6.svg diff --git a/projects/icons-material/src/filled/looks_one.svg b/projects/icons-material/src/material/filled/looks_one.svg similarity index 100% rename from projects/icons-material/src/filled/looks_one.svg rename to projects/icons-material/src/material/filled/looks_one.svg diff --git a/projects/icons-material/src/filled/looks_two.svg b/projects/icons-material/src/material/filled/looks_two.svg similarity index 100% rename from projects/icons-material/src/filled/looks_two.svg rename to projects/icons-material/src/material/filled/looks_two.svg diff --git a/projects/icons-material/src/filled/loop.svg b/projects/icons-material/src/material/filled/loop.svg similarity index 100% rename from projects/icons-material/src/filled/loop.svg rename to projects/icons-material/src/material/filled/loop.svg diff --git a/projects/icons-material/src/filled/loupe.svg b/projects/icons-material/src/material/filled/loupe.svg similarity index 100% rename from projects/icons-material/src/filled/loupe.svg rename to projects/icons-material/src/material/filled/loupe.svg diff --git a/projects/icons-material/src/filled/low_priority.svg b/projects/icons-material/src/material/filled/low_priority.svg similarity index 100% rename from projects/icons-material/src/filled/low_priority.svg rename to projects/icons-material/src/material/filled/low_priority.svg diff --git a/projects/icons-material/src/filled/loyalty.svg b/projects/icons-material/src/material/filled/loyalty.svg similarity index 100% rename from projects/icons-material/src/filled/loyalty.svg rename to projects/icons-material/src/material/filled/loyalty.svg diff --git a/projects/icons-material/src/filled/lte_mobiledata.svg b/projects/icons-material/src/material/filled/lte_mobiledata.svg similarity index 100% rename from projects/icons-material/src/filled/lte_mobiledata.svg rename to projects/icons-material/src/material/filled/lte_mobiledata.svg diff --git a/projects/icons-material/src/filled/lte_plus_mobiledata.svg b/projects/icons-material/src/material/filled/lte_plus_mobiledata.svg similarity index 100% rename from projects/icons-material/src/filled/lte_plus_mobiledata.svg rename to projects/icons-material/src/material/filled/lte_plus_mobiledata.svg diff --git a/projects/icons-material/src/filled/luggage.svg b/projects/icons-material/src/material/filled/luggage.svg similarity index 100% rename from projects/icons-material/src/filled/luggage.svg rename to projects/icons-material/src/material/filled/luggage.svg diff --git a/projects/icons-material/src/filled/lunch_dining.svg b/projects/icons-material/src/material/filled/lunch_dining.svg similarity index 100% rename from projects/icons-material/src/filled/lunch_dining.svg rename to projects/icons-material/src/material/filled/lunch_dining.svg diff --git a/projects/icons-material/src/filled/lyrics.svg b/projects/icons-material/src/material/filled/lyrics.svg similarity index 100% rename from projects/icons-material/src/filled/lyrics.svg rename to projects/icons-material/src/material/filled/lyrics.svg diff --git a/projects/icons-material/src/filled/macro_off.svg b/projects/icons-material/src/material/filled/macro_off.svg similarity index 100% rename from projects/icons-material/src/filled/macro_off.svg rename to projects/icons-material/src/material/filled/macro_off.svg diff --git a/projects/icons-material/src/filled/mail.svg b/projects/icons-material/src/material/filled/mail.svg similarity index 100% rename from projects/icons-material/src/filled/mail.svg rename to projects/icons-material/src/material/filled/mail.svg diff --git a/projects/icons-material/src/filled/mail_lock.svg b/projects/icons-material/src/material/filled/mail_lock.svg similarity index 100% rename from projects/icons-material/src/filled/mail_lock.svg rename to projects/icons-material/src/material/filled/mail_lock.svg diff --git a/projects/icons-material/src/filled/mail_outline.svg b/projects/icons-material/src/material/filled/mail_outline.svg similarity index 100% rename from projects/icons-material/src/filled/mail_outline.svg rename to projects/icons-material/src/material/filled/mail_outline.svg diff --git a/projects/icons-material/src/filled/male.svg b/projects/icons-material/src/material/filled/male.svg similarity index 100% rename from projects/icons-material/src/filled/male.svg rename to projects/icons-material/src/material/filled/male.svg diff --git a/projects/icons-material/src/filled/man.svg b/projects/icons-material/src/material/filled/man.svg similarity index 100% rename from projects/icons-material/src/filled/man.svg rename to projects/icons-material/src/material/filled/man.svg diff --git a/projects/icons-material/src/filled/man_2.svg b/projects/icons-material/src/material/filled/man_2.svg similarity index 100% rename from projects/icons-material/src/filled/man_2.svg rename to projects/icons-material/src/material/filled/man_2.svg diff --git a/projects/icons-material/src/filled/man_3.svg b/projects/icons-material/src/material/filled/man_3.svg similarity index 100% rename from projects/icons-material/src/filled/man_3.svg rename to projects/icons-material/src/material/filled/man_3.svg diff --git a/projects/icons-material/src/filled/man_4.svg b/projects/icons-material/src/material/filled/man_4.svg similarity index 100% rename from projects/icons-material/src/filled/man_4.svg rename to projects/icons-material/src/material/filled/man_4.svg diff --git a/projects/icons-material/src/filled/manage_accounts.svg b/projects/icons-material/src/material/filled/manage_accounts.svg similarity index 100% rename from projects/icons-material/src/filled/manage_accounts.svg rename to projects/icons-material/src/material/filled/manage_accounts.svg diff --git a/projects/icons-material/src/filled/manage_history.svg b/projects/icons-material/src/material/filled/manage_history.svg similarity index 100% rename from projects/icons-material/src/filled/manage_history.svg rename to projects/icons-material/src/material/filled/manage_history.svg diff --git a/projects/icons-material/src/filled/manage_search.svg b/projects/icons-material/src/material/filled/manage_search.svg similarity index 100% rename from projects/icons-material/src/filled/manage_search.svg rename to projects/icons-material/src/material/filled/manage_search.svg diff --git a/projects/icons-material/src/filled/map.svg b/projects/icons-material/src/material/filled/map.svg similarity index 100% rename from projects/icons-material/src/filled/map.svg rename to projects/icons-material/src/material/filled/map.svg diff --git a/projects/icons-material/src/filled/maps_home_work.svg b/projects/icons-material/src/material/filled/maps_home_work.svg similarity index 100% rename from projects/icons-material/src/filled/maps_home_work.svg rename to projects/icons-material/src/material/filled/maps_home_work.svg diff --git a/projects/icons-material/src/filled/maps_ugc.svg b/projects/icons-material/src/material/filled/maps_ugc.svg similarity index 100% rename from projects/icons-material/src/filled/maps_ugc.svg rename to projects/icons-material/src/material/filled/maps_ugc.svg diff --git a/projects/icons-material/src/filled/margin.svg b/projects/icons-material/src/material/filled/margin.svg similarity index 100% rename from projects/icons-material/src/filled/margin.svg rename to projects/icons-material/src/material/filled/margin.svg diff --git a/projects/icons-material/src/filled/mark_as_unread.svg b/projects/icons-material/src/material/filled/mark_as_unread.svg similarity index 100% rename from projects/icons-material/src/filled/mark_as_unread.svg rename to projects/icons-material/src/material/filled/mark_as_unread.svg diff --git a/projects/icons-material/src/filled/mark_chat_read.svg b/projects/icons-material/src/material/filled/mark_chat_read.svg similarity index 100% rename from projects/icons-material/src/filled/mark_chat_read.svg rename to projects/icons-material/src/material/filled/mark_chat_read.svg diff --git a/projects/icons-material/src/filled/mark_chat_unread.svg b/projects/icons-material/src/material/filled/mark_chat_unread.svg similarity index 100% rename from projects/icons-material/src/filled/mark_chat_unread.svg rename to projects/icons-material/src/material/filled/mark_chat_unread.svg diff --git a/projects/icons-material/src/filled/mark_email_read.svg b/projects/icons-material/src/material/filled/mark_email_read.svg similarity index 100% rename from projects/icons-material/src/filled/mark_email_read.svg rename to projects/icons-material/src/material/filled/mark_email_read.svg diff --git a/projects/icons-material/src/filled/mark_email_unread.svg b/projects/icons-material/src/material/filled/mark_email_unread.svg similarity index 100% rename from projects/icons-material/src/filled/mark_email_unread.svg rename to projects/icons-material/src/material/filled/mark_email_unread.svg diff --git a/projects/icons-material/src/filled/mark_unread_chat_alt.svg b/projects/icons-material/src/material/filled/mark_unread_chat_alt.svg similarity index 100% rename from projects/icons-material/src/filled/mark_unread_chat_alt.svg rename to projects/icons-material/src/material/filled/mark_unread_chat_alt.svg diff --git a/projects/icons-material/src/filled/markunread.svg b/projects/icons-material/src/material/filled/markunread.svg similarity index 100% rename from projects/icons-material/src/filled/markunread.svg rename to projects/icons-material/src/material/filled/markunread.svg diff --git a/projects/icons-material/src/filled/markunread_mailbox.svg b/projects/icons-material/src/material/filled/markunread_mailbox.svg similarity index 100% rename from projects/icons-material/src/filled/markunread_mailbox.svg rename to projects/icons-material/src/material/filled/markunread_mailbox.svg diff --git a/projects/icons-material/src/filled/masks.svg b/projects/icons-material/src/material/filled/masks.svg similarity index 100% rename from projects/icons-material/src/filled/masks.svg rename to projects/icons-material/src/material/filled/masks.svg diff --git a/projects/icons-material/src/filled/maximize.svg b/projects/icons-material/src/material/filled/maximize.svg similarity index 100% rename from projects/icons-material/src/filled/maximize.svg rename to projects/icons-material/src/material/filled/maximize.svg diff --git a/projects/icons-material/src/filled/media_bluetooth_off.svg b/projects/icons-material/src/material/filled/media_bluetooth_off.svg similarity index 100% rename from projects/icons-material/src/filled/media_bluetooth_off.svg rename to projects/icons-material/src/material/filled/media_bluetooth_off.svg diff --git a/projects/icons-material/src/filled/media_bluetooth_on.svg b/projects/icons-material/src/material/filled/media_bluetooth_on.svg similarity index 100% rename from projects/icons-material/src/filled/media_bluetooth_on.svg rename to projects/icons-material/src/material/filled/media_bluetooth_on.svg diff --git a/projects/icons-material/src/filled/mediation.svg b/projects/icons-material/src/material/filled/mediation.svg similarity index 100% rename from projects/icons-material/src/filled/mediation.svg rename to projects/icons-material/src/material/filled/mediation.svg diff --git a/projects/icons-material/src/filled/medical_information.svg b/projects/icons-material/src/material/filled/medical_information.svg similarity index 100% rename from projects/icons-material/src/filled/medical_information.svg rename to projects/icons-material/src/material/filled/medical_information.svg diff --git a/projects/icons-material/src/filled/medical_services.svg b/projects/icons-material/src/material/filled/medical_services.svg similarity index 100% rename from projects/icons-material/src/filled/medical_services.svg rename to projects/icons-material/src/material/filled/medical_services.svg diff --git a/projects/icons-material/src/filled/medication.svg b/projects/icons-material/src/material/filled/medication.svg similarity index 100% rename from projects/icons-material/src/filled/medication.svg rename to projects/icons-material/src/material/filled/medication.svg diff --git a/projects/icons-material/src/filled/medication_liquid.svg b/projects/icons-material/src/material/filled/medication_liquid.svg similarity index 100% rename from projects/icons-material/src/filled/medication_liquid.svg rename to projects/icons-material/src/material/filled/medication_liquid.svg diff --git a/projects/icons-material/src/filled/meeting_room.svg b/projects/icons-material/src/material/filled/meeting_room.svg similarity index 100% rename from projects/icons-material/src/filled/meeting_room.svg rename to projects/icons-material/src/material/filled/meeting_room.svg diff --git a/projects/icons-material/src/filled/memory.svg b/projects/icons-material/src/material/filled/memory.svg similarity index 100% rename from projects/icons-material/src/filled/memory.svg rename to projects/icons-material/src/material/filled/memory.svg diff --git a/projects/icons-material/src/filled/menu.svg b/projects/icons-material/src/material/filled/menu.svg similarity index 100% rename from projects/icons-material/src/filled/menu.svg rename to projects/icons-material/src/material/filled/menu.svg diff --git a/projects/icons-material/src/filled/menu_book.svg b/projects/icons-material/src/material/filled/menu_book.svg similarity index 100% rename from projects/icons-material/src/filled/menu_book.svg rename to projects/icons-material/src/material/filled/menu_book.svg diff --git a/projects/icons-material/src/filled/menu_open.svg b/projects/icons-material/src/material/filled/menu_open.svg similarity index 100% rename from projects/icons-material/src/filled/menu_open.svg rename to projects/icons-material/src/material/filled/menu_open.svg diff --git a/projects/icons-material/src/filled/merge.svg b/projects/icons-material/src/material/filled/merge.svg similarity index 100% rename from projects/icons-material/src/filled/merge.svg rename to projects/icons-material/src/material/filled/merge.svg diff --git a/projects/icons-material/src/filled/merge_type.svg b/projects/icons-material/src/material/filled/merge_type.svg similarity index 100% rename from projects/icons-material/src/filled/merge_type.svg rename to projects/icons-material/src/material/filled/merge_type.svg diff --git a/projects/icons-material/src/filled/message.svg b/projects/icons-material/src/material/filled/message.svg similarity index 100% rename from projects/icons-material/src/filled/message.svg rename to projects/icons-material/src/material/filled/message.svg diff --git a/projects/icons-material/src/filled/mic.svg b/projects/icons-material/src/material/filled/mic.svg similarity index 100% rename from projects/icons-material/src/filled/mic.svg rename to projects/icons-material/src/material/filled/mic.svg diff --git a/projects/icons-material/src/filled/mic_external_off.svg b/projects/icons-material/src/material/filled/mic_external_off.svg similarity index 100% rename from projects/icons-material/src/filled/mic_external_off.svg rename to projects/icons-material/src/material/filled/mic_external_off.svg diff --git a/projects/icons-material/src/filled/mic_external_on.svg b/projects/icons-material/src/material/filled/mic_external_on.svg similarity index 100% rename from projects/icons-material/src/filled/mic_external_on.svg rename to projects/icons-material/src/material/filled/mic_external_on.svg diff --git a/projects/icons-material/src/filled/mic_none.svg b/projects/icons-material/src/material/filled/mic_none.svg similarity index 100% rename from projects/icons-material/src/filled/mic_none.svg rename to projects/icons-material/src/material/filled/mic_none.svg diff --git a/projects/icons-material/src/filled/mic_off.svg b/projects/icons-material/src/material/filled/mic_off.svg similarity index 100% rename from projects/icons-material/src/filled/mic_off.svg rename to projects/icons-material/src/material/filled/mic_off.svg diff --git a/projects/icons-material/src/filled/microwave.svg b/projects/icons-material/src/material/filled/microwave.svg similarity index 100% rename from projects/icons-material/src/filled/microwave.svg rename to projects/icons-material/src/material/filled/microwave.svg diff --git a/projects/icons-material/src/filled/military_tech.svg b/projects/icons-material/src/material/filled/military_tech.svg similarity index 100% rename from projects/icons-material/src/filled/military_tech.svg rename to projects/icons-material/src/material/filled/military_tech.svg diff --git a/projects/icons-material/src/filled/minimize.svg b/projects/icons-material/src/material/filled/minimize.svg similarity index 100% rename from projects/icons-material/src/filled/minimize.svg rename to projects/icons-material/src/material/filled/minimize.svg diff --git a/projects/icons-material/src/filled/minor_crash.svg b/projects/icons-material/src/material/filled/minor_crash.svg similarity index 100% rename from projects/icons-material/src/filled/minor_crash.svg rename to projects/icons-material/src/material/filled/minor_crash.svg diff --git a/projects/icons-material/src/filled/miscellaneous_services.svg b/projects/icons-material/src/material/filled/miscellaneous_services.svg similarity index 100% rename from projects/icons-material/src/filled/miscellaneous_services.svg rename to projects/icons-material/src/material/filled/miscellaneous_services.svg diff --git a/projects/icons-material/src/filled/missed_video_call.svg b/projects/icons-material/src/material/filled/missed_video_call.svg similarity index 100% rename from projects/icons-material/src/filled/missed_video_call.svg rename to projects/icons-material/src/material/filled/missed_video_call.svg diff --git a/projects/icons-material/src/filled/mms.svg b/projects/icons-material/src/material/filled/mms.svg similarity index 100% rename from projects/icons-material/src/filled/mms.svg rename to projects/icons-material/src/material/filled/mms.svg diff --git a/projects/icons-material/src/filled/mobile_friendly.svg b/projects/icons-material/src/material/filled/mobile_friendly.svg similarity index 100% rename from projects/icons-material/src/filled/mobile_friendly.svg rename to projects/icons-material/src/material/filled/mobile_friendly.svg diff --git a/projects/icons-material/src/filled/mobile_off.svg b/projects/icons-material/src/material/filled/mobile_off.svg similarity index 100% rename from projects/icons-material/src/filled/mobile_off.svg rename to projects/icons-material/src/material/filled/mobile_off.svg diff --git a/projects/icons-material/src/filled/mobile_screen_share.svg b/projects/icons-material/src/material/filled/mobile_screen_share.svg similarity index 100% rename from projects/icons-material/src/filled/mobile_screen_share.svg rename to projects/icons-material/src/material/filled/mobile_screen_share.svg diff --git a/projects/icons-material/src/filled/mobiledata_off.svg b/projects/icons-material/src/material/filled/mobiledata_off.svg similarity index 100% rename from projects/icons-material/src/filled/mobiledata_off.svg rename to projects/icons-material/src/material/filled/mobiledata_off.svg diff --git a/projects/icons-material/src/filled/mode.svg b/projects/icons-material/src/material/filled/mode.svg similarity index 100% rename from projects/icons-material/src/filled/mode.svg rename to projects/icons-material/src/material/filled/mode.svg diff --git a/projects/icons-material/src/filled/mode_comment.svg b/projects/icons-material/src/material/filled/mode_comment.svg similarity index 100% rename from projects/icons-material/src/filled/mode_comment.svg rename to projects/icons-material/src/material/filled/mode_comment.svg diff --git a/projects/icons-material/src/filled/mode_edit.svg b/projects/icons-material/src/material/filled/mode_edit.svg similarity index 100% rename from projects/icons-material/src/filled/mode_edit.svg rename to projects/icons-material/src/material/filled/mode_edit.svg diff --git a/projects/icons-material/src/filled/mode_edit_outline.svg b/projects/icons-material/src/material/filled/mode_edit_outline.svg similarity index 100% rename from projects/icons-material/src/filled/mode_edit_outline.svg rename to projects/icons-material/src/material/filled/mode_edit_outline.svg diff --git a/projects/icons-material/src/filled/mode_fan_off.svg b/projects/icons-material/src/material/filled/mode_fan_off.svg similarity index 100% rename from projects/icons-material/src/filled/mode_fan_off.svg rename to projects/icons-material/src/material/filled/mode_fan_off.svg diff --git a/projects/icons-material/src/filled/mode_night.svg b/projects/icons-material/src/material/filled/mode_night.svg similarity index 100% rename from projects/icons-material/src/filled/mode_night.svg rename to projects/icons-material/src/material/filled/mode_night.svg diff --git a/projects/icons-material/src/filled/mode_of_travel.svg b/projects/icons-material/src/material/filled/mode_of_travel.svg similarity index 100% rename from projects/icons-material/src/filled/mode_of_travel.svg rename to projects/icons-material/src/material/filled/mode_of_travel.svg diff --git a/projects/icons-material/src/filled/mode_standby.svg b/projects/icons-material/src/material/filled/mode_standby.svg similarity index 100% rename from projects/icons-material/src/filled/mode_standby.svg rename to projects/icons-material/src/material/filled/mode_standby.svg diff --git a/projects/icons-material/src/filled/model_training.svg b/projects/icons-material/src/material/filled/model_training.svg similarity index 100% rename from projects/icons-material/src/filled/model_training.svg rename to projects/icons-material/src/material/filled/model_training.svg diff --git a/projects/icons-material/src/filled/monetization_on.svg b/projects/icons-material/src/material/filled/monetization_on.svg similarity index 100% rename from projects/icons-material/src/filled/monetization_on.svg rename to projects/icons-material/src/material/filled/monetization_on.svg diff --git a/projects/icons-material/src/filled/money.svg b/projects/icons-material/src/material/filled/money.svg similarity index 100% rename from projects/icons-material/src/filled/money.svg rename to projects/icons-material/src/material/filled/money.svg diff --git a/projects/icons-material/src/filled/money_off.svg b/projects/icons-material/src/material/filled/money_off.svg similarity index 100% rename from projects/icons-material/src/filled/money_off.svg rename to projects/icons-material/src/material/filled/money_off.svg diff --git a/projects/icons-material/src/filled/money_off_csred.svg b/projects/icons-material/src/material/filled/money_off_csred.svg similarity index 100% rename from projects/icons-material/src/filled/money_off_csred.svg rename to projects/icons-material/src/material/filled/money_off_csred.svg diff --git a/projects/icons-material/src/filled/monitor.svg b/projects/icons-material/src/material/filled/monitor.svg similarity index 100% rename from projects/icons-material/src/filled/monitor.svg rename to projects/icons-material/src/material/filled/monitor.svg diff --git a/projects/icons-material/src/filled/monitor_heart.svg b/projects/icons-material/src/material/filled/monitor_heart.svg similarity index 100% rename from projects/icons-material/src/filled/monitor_heart.svg rename to projects/icons-material/src/material/filled/monitor_heart.svg diff --git a/projects/icons-material/src/filled/monitor_weight.svg b/projects/icons-material/src/material/filled/monitor_weight.svg similarity index 100% rename from projects/icons-material/src/filled/monitor_weight.svg rename to projects/icons-material/src/material/filled/monitor_weight.svg diff --git a/projects/icons-material/src/filled/monochrome_photos.svg b/projects/icons-material/src/material/filled/monochrome_photos.svg similarity index 100% rename from projects/icons-material/src/filled/monochrome_photos.svg rename to projects/icons-material/src/material/filled/monochrome_photos.svg diff --git a/projects/icons-material/src/filled/mood.svg b/projects/icons-material/src/material/filled/mood.svg similarity index 100% rename from projects/icons-material/src/filled/mood.svg rename to projects/icons-material/src/material/filled/mood.svg diff --git a/projects/icons-material/src/filled/mood_bad.svg b/projects/icons-material/src/material/filled/mood_bad.svg similarity index 100% rename from projects/icons-material/src/filled/mood_bad.svg rename to projects/icons-material/src/material/filled/mood_bad.svg diff --git a/projects/icons-material/src/filled/moped.svg b/projects/icons-material/src/material/filled/moped.svg similarity index 100% rename from projects/icons-material/src/filled/moped.svg rename to projects/icons-material/src/material/filled/moped.svg diff --git a/projects/icons-material/src/filled/more.svg b/projects/icons-material/src/material/filled/more.svg similarity index 100% rename from projects/icons-material/src/filled/more.svg rename to projects/icons-material/src/material/filled/more.svg diff --git a/projects/icons-material/src/filled/more_horiz.svg b/projects/icons-material/src/material/filled/more_horiz.svg similarity index 100% rename from projects/icons-material/src/filled/more_horiz.svg rename to projects/icons-material/src/material/filled/more_horiz.svg diff --git a/projects/icons-material/src/filled/more_time.svg b/projects/icons-material/src/material/filled/more_time.svg similarity index 100% rename from projects/icons-material/src/filled/more_time.svg rename to projects/icons-material/src/material/filled/more_time.svg diff --git a/projects/icons-material/src/filled/more_vert.svg b/projects/icons-material/src/material/filled/more_vert.svg similarity index 100% rename from projects/icons-material/src/filled/more_vert.svg rename to projects/icons-material/src/material/filled/more_vert.svg diff --git a/projects/icons-material/src/filled/mosque.svg b/projects/icons-material/src/material/filled/mosque.svg similarity index 100% rename from projects/icons-material/src/filled/mosque.svg rename to projects/icons-material/src/material/filled/mosque.svg diff --git a/projects/icons-material/src/filled/motion_photos_auto.svg b/projects/icons-material/src/material/filled/motion_photos_auto.svg similarity index 100% rename from projects/icons-material/src/filled/motion_photos_auto.svg rename to projects/icons-material/src/material/filled/motion_photos_auto.svg diff --git a/projects/icons-material/src/filled/motion_photos_off.svg b/projects/icons-material/src/material/filled/motion_photos_off.svg similarity index 100% rename from projects/icons-material/src/filled/motion_photos_off.svg rename to projects/icons-material/src/material/filled/motion_photos_off.svg diff --git a/projects/icons-material/src/filled/motion_photos_on.svg b/projects/icons-material/src/material/filled/motion_photos_on.svg similarity index 100% rename from projects/icons-material/src/filled/motion_photos_on.svg rename to projects/icons-material/src/material/filled/motion_photos_on.svg diff --git a/projects/icons-material/src/filled/motion_photos_pause.svg b/projects/icons-material/src/material/filled/motion_photos_pause.svg similarity index 100% rename from projects/icons-material/src/filled/motion_photos_pause.svg rename to projects/icons-material/src/material/filled/motion_photos_pause.svg diff --git a/projects/icons-material/src/filled/motion_photos_paused.svg b/projects/icons-material/src/material/filled/motion_photos_paused.svg similarity index 100% rename from projects/icons-material/src/filled/motion_photos_paused.svg rename to projects/icons-material/src/material/filled/motion_photos_paused.svg diff --git a/projects/icons-material/src/filled/mouse.svg b/projects/icons-material/src/material/filled/mouse.svg similarity index 100% rename from projects/icons-material/src/filled/mouse.svg rename to projects/icons-material/src/material/filled/mouse.svg diff --git a/projects/icons-material/src/filled/move_down.svg b/projects/icons-material/src/material/filled/move_down.svg similarity index 100% rename from projects/icons-material/src/filled/move_down.svg rename to projects/icons-material/src/material/filled/move_down.svg diff --git a/projects/icons-material/src/filled/move_to_inbox.svg b/projects/icons-material/src/material/filled/move_to_inbox.svg similarity index 100% rename from projects/icons-material/src/filled/move_to_inbox.svg rename to projects/icons-material/src/material/filled/move_to_inbox.svg diff --git a/projects/icons-material/src/filled/move_up.svg b/projects/icons-material/src/material/filled/move_up.svg similarity index 100% rename from projects/icons-material/src/filled/move_up.svg rename to projects/icons-material/src/material/filled/move_up.svg diff --git a/projects/icons-material/src/filled/movie.svg b/projects/icons-material/src/material/filled/movie.svg similarity index 100% rename from projects/icons-material/src/filled/movie.svg rename to projects/icons-material/src/material/filled/movie.svg diff --git a/projects/icons-material/src/filled/movie_creation.svg b/projects/icons-material/src/material/filled/movie_creation.svg similarity index 100% rename from projects/icons-material/src/filled/movie_creation.svg rename to projects/icons-material/src/material/filled/movie_creation.svg diff --git a/projects/icons-material/src/filled/movie_filter.svg b/projects/icons-material/src/material/filled/movie_filter.svg similarity index 100% rename from projects/icons-material/src/filled/movie_filter.svg rename to projects/icons-material/src/material/filled/movie_filter.svg diff --git a/projects/icons-material/src/filled/moving.svg b/projects/icons-material/src/material/filled/moving.svg similarity index 100% rename from projects/icons-material/src/filled/moving.svg rename to projects/icons-material/src/material/filled/moving.svg diff --git a/projects/icons-material/src/filled/mp.svg b/projects/icons-material/src/material/filled/mp.svg similarity index 100% rename from projects/icons-material/src/filled/mp.svg rename to projects/icons-material/src/material/filled/mp.svg diff --git a/projects/icons-material/src/filled/multiline_chart.svg b/projects/icons-material/src/material/filled/multiline_chart.svg similarity index 100% rename from projects/icons-material/src/filled/multiline_chart.svg rename to projects/icons-material/src/material/filled/multiline_chart.svg diff --git a/projects/icons-material/src/filled/multiple_stop.svg b/projects/icons-material/src/material/filled/multiple_stop.svg similarity index 100% rename from projects/icons-material/src/filled/multiple_stop.svg rename to projects/icons-material/src/material/filled/multiple_stop.svg diff --git a/projects/icons-material/src/filled/museum.svg b/projects/icons-material/src/material/filled/museum.svg similarity index 100% rename from projects/icons-material/src/filled/museum.svg rename to projects/icons-material/src/material/filled/museum.svg diff --git a/projects/icons-material/src/filled/music_note.svg b/projects/icons-material/src/material/filled/music_note.svg similarity index 100% rename from projects/icons-material/src/filled/music_note.svg rename to projects/icons-material/src/material/filled/music_note.svg diff --git a/projects/icons-material/src/filled/music_off.svg b/projects/icons-material/src/material/filled/music_off.svg similarity index 100% rename from projects/icons-material/src/filled/music_off.svg rename to projects/icons-material/src/material/filled/music_off.svg diff --git a/projects/icons-material/src/filled/music_video.svg b/projects/icons-material/src/material/filled/music_video.svg similarity index 100% rename from projects/icons-material/src/filled/music_video.svg rename to projects/icons-material/src/material/filled/music_video.svg diff --git a/projects/icons-material/src/filled/my_location.svg b/projects/icons-material/src/material/filled/my_location.svg similarity index 100% rename from projects/icons-material/src/filled/my_location.svg rename to projects/icons-material/src/material/filled/my_location.svg diff --git a/projects/icons-material/src/filled/nat.svg b/projects/icons-material/src/material/filled/nat.svg similarity index 100% rename from projects/icons-material/src/filled/nat.svg rename to projects/icons-material/src/material/filled/nat.svg diff --git a/projects/icons-material/src/filled/nature.svg b/projects/icons-material/src/material/filled/nature.svg similarity index 100% rename from projects/icons-material/src/filled/nature.svg rename to projects/icons-material/src/material/filled/nature.svg diff --git a/projects/icons-material/src/filled/nature_people.svg b/projects/icons-material/src/material/filled/nature_people.svg similarity index 100% rename from projects/icons-material/src/filled/nature_people.svg rename to projects/icons-material/src/material/filled/nature_people.svg diff --git a/projects/icons-material/src/filled/navigate_before.svg b/projects/icons-material/src/material/filled/navigate_before.svg similarity index 100% rename from projects/icons-material/src/filled/navigate_before.svg rename to projects/icons-material/src/material/filled/navigate_before.svg diff --git a/projects/icons-material/src/filled/navigate_next.svg b/projects/icons-material/src/material/filled/navigate_next.svg similarity index 100% rename from projects/icons-material/src/filled/navigate_next.svg rename to projects/icons-material/src/material/filled/navigate_next.svg diff --git a/projects/icons-material/src/filled/navigation.svg b/projects/icons-material/src/material/filled/navigation.svg similarity index 100% rename from projects/icons-material/src/filled/navigation.svg rename to projects/icons-material/src/material/filled/navigation.svg diff --git a/projects/icons-material/src/filled/near_me.svg b/projects/icons-material/src/material/filled/near_me.svg similarity index 100% rename from projects/icons-material/src/filled/near_me.svg rename to projects/icons-material/src/material/filled/near_me.svg diff --git a/projects/icons-material/src/filled/near_me_disabled.svg b/projects/icons-material/src/material/filled/near_me_disabled.svg similarity index 100% rename from projects/icons-material/src/filled/near_me_disabled.svg rename to projects/icons-material/src/material/filled/near_me_disabled.svg diff --git a/projects/icons-material/src/filled/nearby_error.svg b/projects/icons-material/src/material/filled/nearby_error.svg similarity index 100% rename from projects/icons-material/src/filled/nearby_error.svg rename to projects/icons-material/src/material/filled/nearby_error.svg diff --git a/projects/icons-material/src/filled/nearby_off.svg b/projects/icons-material/src/material/filled/nearby_off.svg similarity index 100% rename from projects/icons-material/src/filled/nearby_off.svg rename to projects/icons-material/src/material/filled/nearby_off.svg diff --git a/projects/icons-material/src/filled/nest_cam_wired_stand.svg b/projects/icons-material/src/material/filled/nest_cam_wired_stand.svg similarity index 100% rename from projects/icons-material/src/filled/nest_cam_wired_stand.svg rename to projects/icons-material/src/material/filled/nest_cam_wired_stand.svg diff --git a/projects/icons-material/src/filled/network_cell.svg b/projects/icons-material/src/material/filled/network_cell.svg similarity index 100% rename from projects/icons-material/src/filled/network_cell.svg rename to projects/icons-material/src/material/filled/network_cell.svg diff --git a/projects/icons-material/src/filled/network_check.svg b/projects/icons-material/src/material/filled/network_check.svg similarity index 100% rename from projects/icons-material/src/filled/network_check.svg rename to projects/icons-material/src/material/filled/network_check.svg diff --git a/projects/icons-material/src/filled/network_locked.svg b/projects/icons-material/src/material/filled/network_locked.svg similarity index 100% rename from projects/icons-material/src/filled/network_locked.svg rename to projects/icons-material/src/material/filled/network_locked.svg diff --git a/projects/icons-material/src/filled/network_ping.svg b/projects/icons-material/src/material/filled/network_ping.svg similarity index 100% rename from projects/icons-material/src/filled/network_ping.svg rename to projects/icons-material/src/material/filled/network_ping.svg diff --git a/projects/icons-material/src/filled/network_wifi.svg b/projects/icons-material/src/material/filled/network_wifi.svg similarity index 100% rename from projects/icons-material/src/filled/network_wifi.svg rename to projects/icons-material/src/material/filled/network_wifi.svg diff --git a/projects/icons-material/src/filled/network_wifi_1_bar.svg b/projects/icons-material/src/material/filled/network_wifi_1_bar.svg similarity index 100% rename from projects/icons-material/src/filled/network_wifi_1_bar.svg rename to projects/icons-material/src/material/filled/network_wifi_1_bar.svg diff --git a/projects/icons-material/src/filled/network_wifi_2_bar.svg b/projects/icons-material/src/material/filled/network_wifi_2_bar.svg similarity index 100% rename from projects/icons-material/src/filled/network_wifi_2_bar.svg rename to projects/icons-material/src/material/filled/network_wifi_2_bar.svg diff --git a/projects/icons-material/src/filled/network_wifi_3_bar.svg b/projects/icons-material/src/material/filled/network_wifi_3_bar.svg similarity index 100% rename from projects/icons-material/src/filled/network_wifi_3_bar.svg rename to projects/icons-material/src/material/filled/network_wifi_3_bar.svg diff --git a/projects/icons-material/src/filled/new_label.svg b/projects/icons-material/src/material/filled/new_label.svg similarity index 100% rename from projects/icons-material/src/filled/new_label.svg rename to projects/icons-material/src/material/filled/new_label.svg diff --git a/projects/icons-material/src/filled/new_releases.svg b/projects/icons-material/src/material/filled/new_releases.svg similarity index 100% rename from projects/icons-material/src/filled/new_releases.svg rename to projects/icons-material/src/material/filled/new_releases.svg diff --git a/projects/icons-material/src/filled/newspaper.svg b/projects/icons-material/src/material/filled/newspaper.svg similarity index 100% rename from projects/icons-material/src/filled/newspaper.svg rename to projects/icons-material/src/material/filled/newspaper.svg diff --git a/projects/icons-material/src/filled/next_plan.svg b/projects/icons-material/src/material/filled/next_plan.svg similarity index 100% rename from projects/icons-material/src/filled/next_plan.svg rename to projects/icons-material/src/material/filled/next_plan.svg diff --git a/projects/icons-material/src/filled/next_week.svg b/projects/icons-material/src/material/filled/next_week.svg similarity index 100% rename from projects/icons-material/src/filled/next_week.svg rename to projects/icons-material/src/material/filled/next_week.svg diff --git a/projects/icons-material/src/filled/nfc.svg b/projects/icons-material/src/material/filled/nfc.svg similarity index 100% rename from projects/icons-material/src/filled/nfc.svg rename to projects/icons-material/src/material/filled/nfc.svg diff --git a/projects/icons-material/src/filled/night_shelter.svg b/projects/icons-material/src/material/filled/night_shelter.svg similarity index 100% rename from projects/icons-material/src/filled/night_shelter.svg rename to projects/icons-material/src/material/filled/night_shelter.svg diff --git a/projects/icons-material/src/filled/nightlife.svg b/projects/icons-material/src/material/filled/nightlife.svg similarity index 100% rename from projects/icons-material/src/filled/nightlife.svg rename to projects/icons-material/src/material/filled/nightlife.svg diff --git a/projects/icons-material/src/filled/nightlight.svg b/projects/icons-material/src/material/filled/nightlight.svg similarity index 100% rename from projects/icons-material/src/filled/nightlight.svg rename to projects/icons-material/src/material/filled/nightlight.svg diff --git a/projects/icons-material/src/filled/nightlight_round.svg b/projects/icons-material/src/material/filled/nightlight_round.svg similarity index 100% rename from projects/icons-material/src/filled/nightlight_round.svg rename to projects/icons-material/src/material/filled/nightlight_round.svg diff --git a/projects/icons-material/src/filled/nights_stay.svg b/projects/icons-material/src/material/filled/nights_stay.svg similarity index 100% rename from projects/icons-material/src/filled/nights_stay.svg rename to projects/icons-material/src/material/filled/nights_stay.svg diff --git a/projects/icons-material/src/filled/no_accounts.svg b/projects/icons-material/src/material/filled/no_accounts.svg similarity index 100% rename from projects/icons-material/src/filled/no_accounts.svg rename to projects/icons-material/src/material/filled/no_accounts.svg diff --git a/projects/icons-material/src/filled/no_adult_content.svg b/projects/icons-material/src/material/filled/no_adult_content.svg similarity index 100% rename from projects/icons-material/src/filled/no_adult_content.svg rename to projects/icons-material/src/material/filled/no_adult_content.svg diff --git a/projects/icons-material/src/filled/no_backpack.svg b/projects/icons-material/src/material/filled/no_backpack.svg similarity index 100% rename from projects/icons-material/src/filled/no_backpack.svg rename to projects/icons-material/src/material/filled/no_backpack.svg diff --git a/projects/icons-material/src/filled/no_cell.svg b/projects/icons-material/src/material/filled/no_cell.svg similarity index 100% rename from projects/icons-material/src/filled/no_cell.svg rename to projects/icons-material/src/material/filled/no_cell.svg diff --git a/projects/icons-material/src/filled/no_crash.svg b/projects/icons-material/src/material/filled/no_crash.svg similarity index 100% rename from projects/icons-material/src/filled/no_crash.svg rename to projects/icons-material/src/material/filled/no_crash.svg diff --git a/projects/icons-material/src/filled/no_drinks.svg b/projects/icons-material/src/material/filled/no_drinks.svg similarity index 100% rename from projects/icons-material/src/filled/no_drinks.svg rename to projects/icons-material/src/material/filled/no_drinks.svg diff --git a/projects/icons-material/src/filled/no_encryption.svg b/projects/icons-material/src/material/filled/no_encryption.svg similarity index 100% rename from projects/icons-material/src/filled/no_encryption.svg rename to projects/icons-material/src/material/filled/no_encryption.svg diff --git a/projects/icons-material/src/filled/no_encryption_gmailerrorred.svg b/projects/icons-material/src/material/filled/no_encryption_gmailerrorred.svg similarity index 100% rename from projects/icons-material/src/filled/no_encryption_gmailerrorred.svg rename to projects/icons-material/src/material/filled/no_encryption_gmailerrorred.svg diff --git a/projects/icons-material/src/filled/no_flash.svg b/projects/icons-material/src/material/filled/no_flash.svg similarity index 100% rename from projects/icons-material/src/filled/no_flash.svg rename to projects/icons-material/src/material/filled/no_flash.svg diff --git a/projects/icons-material/src/filled/no_food.svg b/projects/icons-material/src/material/filled/no_food.svg similarity index 100% rename from projects/icons-material/src/filled/no_food.svg rename to projects/icons-material/src/material/filled/no_food.svg diff --git a/projects/icons-material/src/filled/no_luggage.svg b/projects/icons-material/src/material/filled/no_luggage.svg similarity index 100% rename from projects/icons-material/src/filled/no_luggage.svg rename to projects/icons-material/src/material/filled/no_luggage.svg diff --git a/projects/icons-material/src/filled/no_meals.svg b/projects/icons-material/src/material/filled/no_meals.svg similarity index 100% rename from projects/icons-material/src/filled/no_meals.svg rename to projects/icons-material/src/material/filled/no_meals.svg diff --git a/projects/icons-material/src/filled/no_meeting_room.svg b/projects/icons-material/src/material/filled/no_meeting_room.svg similarity index 100% rename from projects/icons-material/src/filled/no_meeting_room.svg rename to projects/icons-material/src/material/filled/no_meeting_room.svg diff --git a/projects/icons-material/src/filled/no_photography.svg b/projects/icons-material/src/material/filled/no_photography.svg similarity index 100% rename from projects/icons-material/src/filled/no_photography.svg rename to projects/icons-material/src/material/filled/no_photography.svg diff --git a/projects/icons-material/src/filled/no_sim.svg b/projects/icons-material/src/material/filled/no_sim.svg similarity index 100% rename from projects/icons-material/src/filled/no_sim.svg rename to projects/icons-material/src/material/filled/no_sim.svg diff --git a/projects/icons-material/src/filled/no_stroller.svg b/projects/icons-material/src/material/filled/no_stroller.svg similarity index 100% rename from projects/icons-material/src/filled/no_stroller.svg rename to projects/icons-material/src/material/filled/no_stroller.svg diff --git a/projects/icons-material/src/filled/no_transfer.svg b/projects/icons-material/src/material/filled/no_transfer.svg similarity index 100% rename from projects/icons-material/src/filled/no_transfer.svg rename to projects/icons-material/src/material/filled/no_transfer.svg diff --git a/projects/icons-material/src/filled/noise_aware.svg b/projects/icons-material/src/material/filled/noise_aware.svg similarity index 100% rename from projects/icons-material/src/filled/noise_aware.svg rename to projects/icons-material/src/material/filled/noise_aware.svg diff --git a/projects/icons-material/src/filled/noise_control_off.svg b/projects/icons-material/src/material/filled/noise_control_off.svg similarity index 100% rename from projects/icons-material/src/filled/noise_control_off.svg rename to projects/icons-material/src/material/filled/noise_control_off.svg diff --git a/projects/icons-material/src/filled/nordic_walking.svg b/projects/icons-material/src/material/filled/nordic_walking.svg similarity index 100% rename from projects/icons-material/src/filled/nordic_walking.svg rename to projects/icons-material/src/material/filled/nordic_walking.svg diff --git a/projects/icons-material/src/filled/north.svg b/projects/icons-material/src/material/filled/north.svg similarity index 100% rename from projects/icons-material/src/filled/north.svg rename to projects/icons-material/src/material/filled/north.svg diff --git a/projects/icons-material/src/filled/north_east.svg b/projects/icons-material/src/material/filled/north_east.svg similarity index 100% rename from projects/icons-material/src/filled/north_east.svg rename to projects/icons-material/src/material/filled/north_east.svg diff --git a/projects/icons-material/src/filled/north_west.svg b/projects/icons-material/src/material/filled/north_west.svg similarity index 100% rename from projects/icons-material/src/filled/north_west.svg rename to projects/icons-material/src/material/filled/north_west.svg diff --git a/projects/icons-material/src/filled/not_accessible.svg b/projects/icons-material/src/material/filled/not_accessible.svg similarity index 100% rename from projects/icons-material/src/filled/not_accessible.svg rename to projects/icons-material/src/material/filled/not_accessible.svg diff --git a/projects/icons-material/src/filled/not_interested.svg b/projects/icons-material/src/material/filled/not_interested.svg similarity index 100% rename from projects/icons-material/src/filled/not_interested.svg rename to projects/icons-material/src/material/filled/not_interested.svg diff --git a/projects/icons-material/src/filled/not_listed_location.svg b/projects/icons-material/src/material/filled/not_listed_location.svg similarity index 100% rename from projects/icons-material/src/filled/not_listed_location.svg rename to projects/icons-material/src/material/filled/not_listed_location.svg diff --git a/projects/icons-material/src/filled/not_started.svg b/projects/icons-material/src/material/filled/not_started.svg similarity index 100% rename from projects/icons-material/src/filled/not_started.svg rename to projects/icons-material/src/material/filled/not_started.svg diff --git a/projects/icons-material/src/filled/note.svg b/projects/icons-material/src/material/filled/note.svg similarity index 100% rename from projects/icons-material/src/filled/note.svg rename to projects/icons-material/src/material/filled/note.svg diff --git a/projects/icons-material/src/filled/note_add.svg b/projects/icons-material/src/material/filled/note_add.svg similarity index 100% rename from projects/icons-material/src/filled/note_add.svg rename to projects/icons-material/src/material/filled/note_add.svg diff --git a/projects/icons-material/src/filled/note_alt.svg b/projects/icons-material/src/material/filled/note_alt.svg similarity index 100% rename from projects/icons-material/src/filled/note_alt.svg rename to projects/icons-material/src/material/filled/note_alt.svg diff --git a/projects/icons-material/src/filled/notes.svg b/projects/icons-material/src/material/filled/notes.svg similarity index 100% rename from projects/icons-material/src/filled/notes.svg rename to projects/icons-material/src/material/filled/notes.svg diff --git a/projects/icons-material/src/filled/notification_add.svg b/projects/icons-material/src/material/filled/notification_add.svg similarity index 100% rename from projects/icons-material/src/filled/notification_add.svg rename to projects/icons-material/src/material/filled/notification_add.svg diff --git a/projects/icons-material/src/filled/notification_important.svg b/projects/icons-material/src/material/filled/notification_important.svg similarity index 100% rename from projects/icons-material/src/filled/notification_important.svg rename to projects/icons-material/src/material/filled/notification_important.svg diff --git a/projects/icons-material/src/filled/notifications.svg b/projects/icons-material/src/material/filled/notifications.svg similarity index 100% rename from projects/icons-material/src/filled/notifications.svg rename to projects/icons-material/src/material/filled/notifications.svg diff --git a/projects/icons-material/src/filled/notifications_active.svg b/projects/icons-material/src/material/filled/notifications_active.svg similarity index 100% rename from projects/icons-material/src/filled/notifications_active.svg rename to projects/icons-material/src/material/filled/notifications_active.svg diff --git a/projects/icons-material/src/filled/notifications_none.svg b/projects/icons-material/src/material/filled/notifications_none.svg similarity index 100% rename from projects/icons-material/src/filled/notifications_none.svg rename to projects/icons-material/src/material/filled/notifications_none.svg diff --git a/projects/icons-material/src/filled/notifications_off.svg b/projects/icons-material/src/material/filled/notifications_off.svg similarity index 100% rename from projects/icons-material/src/filled/notifications_off.svg rename to projects/icons-material/src/material/filled/notifications_off.svg diff --git a/projects/icons-material/src/filled/notifications_paused.svg b/projects/icons-material/src/material/filled/notifications_paused.svg similarity index 100% rename from projects/icons-material/src/filled/notifications_paused.svg rename to projects/icons-material/src/material/filled/notifications_paused.svg diff --git a/projects/icons-material/src/filled/numbers.svg b/projects/icons-material/src/material/filled/numbers.svg similarity index 100% rename from projects/icons-material/src/filled/numbers.svg rename to projects/icons-material/src/material/filled/numbers.svg diff --git a/projects/icons-material/src/filled/offline_bolt.svg b/projects/icons-material/src/material/filled/offline_bolt.svg similarity index 100% rename from projects/icons-material/src/filled/offline_bolt.svg rename to projects/icons-material/src/material/filled/offline_bolt.svg diff --git a/projects/icons-material/src/filled/offline_pin.svg b/projects/icons-material/src/material/filled/offline_pin.svg similarity index 100% rename from projects/icons-material/src/filled/offline_pin.svg rename to projects/icons-material/src/material/filled/offline_pin.svg diff --git a/projects/icons-material/src/filled/offline_share.svg b/projects/icons-material/src/material/filled/offline_share.svg similarity index 100% rename from projects/icons-material/src/filled/offline_share.svg rename to projects/icons-material/src/material/filled/offline_share.svg diff --git a/projects/icons-material/src/filled/oil_barrel.svg b/projects/icons-material/src/material/filled/oil_barrel.svg similarity index 100% rename from projects/icons-material/src/filled/oil_barrel.svg rename to projects/icons-material/src/material/filled/oil_barrel.svg diff --git a/projects/icons-material/src/filled/on_device_training.svg b/projects/icons-material/src/material/filled/on_device_training.svg similarity index 100% rename from projects/icons-material/src/filled/on_device_training.svg rename to projects/icons-material/src/material/filled/on_device_training.svg diff --git a/projects/icons-material/src/filled/ondemand_video.svg b/projects/icons-material/src/material/filled/ondemand_video.svg similarity index 100% rename from projects/icons-material/src/filled/ondemand_video.svg rename to projects/icons-material/src/material/filled/ondemand_video.svg diff --git a/projects/icons-material/src/filled/online_prediction.svg b/projects/icons-material/src/material/filled/online_prediction.svg similarity index 100% rename from projects/icons-material/src/filled/online_prediction.svg rename to projects/icons-material/src/material/filled/online_prediction.svg diff --git a/projects/icons-material/src/filled/opacity.svg b/projects/icons-material/src/material/filled/opacity.svg similarity index 100% rename from projects/icons-material/src/filled/opacity.svg rename to projects/icons-material/src/material/filled/opacity.svg diff --git a/projects/icons-material/src/filled/open_in_browser.svg b/projects/icons-material/src/material/filled/open_in_browser.svg similarity index 100% rename from projects/icons-material/src/filled/open_in_browser.svg rename to projects/icons-material/src/material/filled/open_in_browser.svg diff --git a/projects/icons-material/src/filled/open_in_full.svg b/projects/icons-material/src/material/filled/open_in_full.svg similarity index 100% rename from projects/icons-material/src/filled/open_in_full.svg rename to projects/icons-material/src/material/filled/open_in_full.svg diff --git a/projects/icons-material/src/filled/open_in_new.svg b/projects/icons-material/src/material/filled/open_in_new.svg similarity index 100% rename from projects/icons-material/src/filled/open_in_new.svg rename to projects/icons-material/src/material/filled/open_in_new.svg diff --git a/projects/icons-material/src/filled/open_in_new_off.svg b/projects/icons-material/src/material/filled/open_in_new_off.svg similarity index 100% rename from projects/icons-material/src/filled/open_in_new_off.svg rename to projects/icons-material/src/material/filled/open_in_new_off.svg diff --git a/projects/icons-material/src/filled/open_with.svg b/projects/icons-material/src/material/filled/open_with.svg similarity index 100% rename from projects/icons-material/src/filled/open_with.svg rename to projects/icons-material/src/material/filled/open_with.svg diff --git a/projects/icons-material/src/filled/other_houses.svg b/projects/icons-material/src/material/filled/other_houses.svg similarity index 100% rename from projects/icons-material/src/filled/other_houses.svg rename to projects/icons-material/src/material/filled/other_houses.svg diff --git a/projects/icons-material/src/filled/outbound.svg b/projects/icons-material/src/material/filled/outbound.svg similarity index 100% rename from projects/icons-material/src/filled/outbound.svg rename to projects/icons-material/src/material/filled/outbound.svg diff --git a/projects/icons-material/src/filled/outbox.svg b/projects/icons-material/src/material/filled/outbox.svg similarity index 100% rename from projects/icons-material/src/filled/outbox.svg rename to projects/icons-material/src/material/filled/outbox.svg diff --git a/projects/icons-material/src/filled/outdoor_grill.svg b/projects/icons-material/src/material/filled/outdoor_grill.svg similarity index 100% rename from projects/icons-material/src/filled/outdoor_grill.svg rename to projects/icons-material/src/material/filled/outdoor_grill.svg diff --git a/projects/icons-material/src/filled/outlet.svg b/projects/icons-material/src/material/filled/outlet.svg similarity index 100% rename from projects/icons-material/src/filled/outlet.svg rename to projects/icons-material/src/material/filled/outlet.svg diff --git a/projects/icons-material/src/filled/outlined_flag.svg b/projects/icons-material/src/material/filled/outlined_flag.svg similarity index 100% rename from projects/icons-material/src/filled/outlined_flag.svg rename to projects/icons-material/src/material/filled/outlined_flag.svg diff --git a/projects/icons-material/src/filled/output.svg b/projects/icons-material/src/material/filled/output.svg similarity index 100% rename from projects/icons-material/src/filled/output.svg rename to projects/icons-material/src/material/filled/output.svg diff --git a/projects/icons-material/src/filled/padding.svg b/projects/icons-material/src/material/filled/padding.svg similarity index 100% rename from projects/icons-material/src/filled/padding.svg rename to projects/icons-material/src/material/filled/padding.svg diff --git a/projects/icons-material/src/filled/pages.svg b/projects/icons-material/src/material/filled/pages.svg similarity index 100% rename from projects/icons-material/src/filled/pages.svg rename to projects/icons-material/src/material/filled/pages.svg diff --git a/projects/icons-material/src/filled/pageview.svg b/projects/icons-material/src/material/filled/pageview.svg similarity index 100% rename from projects/icons-material/src/filled/pageview.svg rename to projects/icons-material/src/material/filled/pageview.svg diff --git a/projects/icons-material/src/filled/paid.svg b/projects/icons-material/src/material/filled/paid.svg similarity index 100% rename from projects/icons-material/src/filled/paid.svg rename to projects/icons-material/src/material/filled/paid.svg diff --git a/projects/icons-material/src/filled/palette.svg b/projects/icons-material/src/material/filled/palette.svg similarity index 100% rename from projects/icons-material/src/filled/palette.svg rename to projects/icons-material/src/material/filled/palette.svg diff --git a/projects/icons-material/src/filled/pan_tool.svg b/projects/icons-material/src/material/filled/pan_tool.svg similarity index 100% rename from projects/icons-material/src/filled/pan_tool.svg rename to projects/icons-material/src/material/filled/pan_tool.svg diff --git a/projects/icons-material/src/filled/pan_tool_alt.svg b/projects/icons-material/src/material/filled/pan_tool_alt.svg similarity index 100% rename from projects/icons-material/src/filled/pan_tool_alt.svg rename to projects/icons-material/src/material/filled/pan_tool_alt.svg diff --git a/projects/icons-material/src/filled/panorama.svg b/projects/icons-material/src/material/filled/panorama.svg similarity index 100% rename from projects/icons-material/src/filled/panorama.svg rename to projects/icons-material/src/material/filled/panorama.svg diff --git a/projects/icons-material/src/filled/panorama_fish_eye.svg b/projects/icons-material/src/material/filled/panorama_fish_eye.svg similarity index 100% rename from projects/icons-material/src/filled/panorama_fish_eye.svg rename to projects/icons-material/src/material/filled/panorama_fish_eye.svg diff --git a/projects/icons-material/src/filled/panorama_horizontal.svg b/projects/icons-material/src/material/filled/panorama_horizontal.svg similarity index 100% rename from projects/icons-material/src/filled/panorama_horizontal.svg rename to projects/icons-material/src/material/filled/panorama_horizontal.svg diff --git a/projects/icons-material/src/filled/panorama_horizontal_select.svg b/projects/icons-material/src/material/filled/panorama_horizontal_select.svg similarity index 100% rename from projects/icons-material/src/filled/panorama_horizontal_select.svg rename to projects/icons-material/src/material/filled/panorama_horizontal_select.svg diff --git a/projects/icons-material/src/filled/panorama_photosphere.svg b/projects/icons-material/src/material/filled/panorama_photosphere.svg similarity index 100% rename from projects/icons-material/src/filled/panorama_photosphere.svg rename to projects/icons-material/src/material/filled/panorama_photosphere.svg diff --git a/projects/icons-material/src/filled/panorama_photosphere_select.svg b/projects/icons-material/src/material/filled/panorama_photosphere_select.svg similarity index 100% rename from projects/icons-material/src/filled/panorama_photosphere_select.svg rename to projects/icons-material/src/material/filled/panorama_photosphere_select.svg diff --git a/projects/icons-material/src/filled/panorama_vertical.svg b/projects/icons-material/src/material/filled/panorama_vertical.svg similarity index 100% rename from projects/icons-material/src/filled/panorama_vertical.svg rename to projects/icons-material/src/material/filled/panorama_vertical.svg diff --git a/projects/icons-material/src/filled/panorama_vertical_select.svg b/projects/icons-material/src/material/filled/panorama_vertical_select.svg similarity index 100% rename from projects/icons-material/src/filled/panorama_vertical_select.svg rename to projects/icons-material/src/material/filled/panorama_vertical_select.svg diff --git a/projects/icons-material/src/filled/panorama_wide_angle.svg b/projects/icons-material/src/material/filled/panorama_wide_angle.svg similarity index 100% rename from projects/icons-material/src/filled/panorama_wide_angle.svg rename to projects/icons-material/src/material/filled/panorama_wide_angle.svg diff --git a/projects/icons-material/src/filled/panorama_wide_angle_select.svg b/projects/icons-material/src/material/filled/panorama_wide_angle_select.svg similarity index 100% rename from projects/icons-material/src/filled/panorama_wide_angle_select.svg rename to projects/icons-material/src/material/filled/panorama_wide_angle_select.svg diff --git a/projects/icons-material/src/filled/paragliding.svg b/projects/icons-material/src/material/filled/paragliding.svg similarity index 100% rename from projects/icons-material/src/filled/paragliding.svg rename to projects/icons-material/src/material/filled/paragliding.svg diff --git a/projects/icons-material/src/filled/park.svg b/projects/icons-material/src/material/filled/park.svg similarity index 100% rename from projects/icons-material/src/filled/park.svg rename to projects/icons-material/src/material/filled/park.svg diff --git a/projects/icons-material/src/filled/party_mode.svg b/projects/icons-material/src/material/filled/party_mode.svg similarity index 100% rename from projects/icons-material/src/filled/party_mode.svg rename to projects/icons-material/src/material/filled/party_mode.svg diff --git a/projects/icons-material/src/filled/password.svg b/projects/icons-material/src/material/filled/password.svg similarity index 100% rename from projects/icons-material/src/filled/password.svg rename to projects/icons-material/src/material/filled/password.svg diff --git a/projects/icons-material/src/filled/pattern.svg b/projects/icons-material/src/material/filled/pattern.svg similarity index 100% rename from projects/icons-material/src/filled/pattern.svg rename to projects/icons-material/src/material/filled/pattern.svg diff --git a/projects/icons-material/src/filled/pause.svg b/projects/icons-material/src/material/filled/pause.svg similarity index 100% rename from projects/icons-material/src/filled/pause.svg rename to projects/icons-material/src/material/filled/pause.svg diff --git a/projects/icons-material/src/filled/pause_circle.svg b/projects/icons-material/src/material/filled/pause_circle.svg similarity index 100% rename from projects/icons-material/src/filled/pause_circle.svg rename to projects/icons-material/src/material/filled/pause_circle.svg diff --git a/projects/icons-material/src/filled/pause_circle_filled.svg b/projects/icons-material/src/material/filled/pause_circle_filled.svg similarity index 100% rename from projects/icons-material/src/filled/pause_circle_filled.svg rename to projects/icons-material/src/material/filled/pause_circle_filled.svg diff --git a/projects/icons-material/src/filled/pause_circle_outline.svg b/projects/icons-material/src/material/filled/pause_circle_outline.svg similarity index 100% rename from projects/icons-material/src/filled/pause_circle_outline.svg rename to projects/icons-material/src/material/filled/pause_circle_outline.svg diff --git a/projects/icons-material/src/filled/pause_presentation.svg b/projects/icons-material/src/material/filled/pause_presentation.svg similarity index 100% rename from projects/icons-material/src/filled/pause_presentation.svg rename to projects/icons-material/src/material/filled/pause_presentation.svg diff --git a/projects/icons-material/src/filled/payment.svg b/projects/icons-material/src/material/filled/payment.svg similarity index 100% rename from projects/icons-material/src/filled/payment.svg rename to projects/icons-material/src/material/filled/payment.svg diff --git a/projects/icons-material/src/filled/payments.svg b/projects/icons-material/src/material/filled/payments.svg similarity index 100% rename from projects/icons-material/src/filled/payments.svg rename to projects/icons-material/src/material/filled/payments.svg diff --git a/projects/icons-material/src/filled/pedal_bike.svg b/projects/icons-material/src/material/filled/pedal_bike.svg similarity index 100% rename from projects/icons-material/src/filled/pedal_bike.svg rename to projects/icons-material/src/material/filled/pedal_bike.svg diff --git a/projects/icons-material/src/filled/pending.svg b/projects/icons-material/src/material/filled/pending.svg similarity index 100% rename from projects/icons-material/src/filled/pending.svg rename to projects/icons-material/src/material/filled/pending.svg diff --git a/projects/icons-material/src/filled/pending_actions.svg b/projects/icons-material/src/material/filled/pending_actions.svg similarity index 100% rename from projects/icons-material/src/filled/pending_actions.svg rename to projects/icons-material/src/material/filled/pending_actions.svg diff --git a/projects/icons-material/src/filled/pentagon.svg b/projects/icons-material/src/material/filled/pentagon.svg similarity index 100% rename from projects/icons-material/src/filled/pentagon.svg rename to projects/icons-material/src/material/filled/pentagon.svg diff --git a/projects/icons-material/src/filled/people.svg b/projects/icons-material/src/material/filled/people.svg similarity index 100% rename from projects/icons-material/src/filled/people.svg rename to projects/icons-material/src/material/filled/people.svg diff --git a/projects/icons-material/src/filled/people_alt.svg b/projects/icons-material/src/material/filled/people_alt.svg similarity index 100% rename from projects/icons-material/src/filled/people_alt.svg rename to projects/icons-material/src/material/filled/people_alt.svg diff --git a/projects/icons-material/src/filled/people_outline.svg b/projects/icons-material/src/material/filled/people_outline.svg similarity index 100% rename from projects/icons-material/src/filled/people_outline.svg rename to projects/icons-material/src/material/filled/people_outline.svg diff --git a/projects/icons-material/src/filled/percent.svg b/projects/icons-material/src/material/filled/percent.svg similarity index 100% rename from projects/icons-material/src/filled/percent.svg rename to projects/icons-material/src/material/filled/percent.svg diff --git a/projects/icons-material/src/filled/perm_camera_mic.svg b/projects/icons-material/src/material/filled/perm_camera_mic.svg similarity index 100% rename from projects/icons-material/src/filled/perm_camera_mic.svg rename to projects/icons-material/src/material/filled/perm_camera_mic.svg diff --git a/projects/icons-material/src/filled/perm_contact_calendar.svg b/projects/icons-material/src/material/filled/perm_contact_calendar.svg similarity index 100% rename from projects/icons-material/src/filled/perm_contact_calendar.svg rename to projects/icons-material/src/material/filled/perm_contact_calendar.svg diff --git a/projects/icons-material/src/filled/perm_data_setting.svg b/projects/icons-material/src/material/filled/perm_data_setting.svg similarity index 100% rename from projects/icons-material/src/filled/perm_data_setting.svg rename to projects/icons-material/src/material/filled/perm_data_setting.svg diff --git a/projects/icons-material/src/filled/perm_device_information.svg b/projects/icons-material/src/material/filled/perm_device_information.svg similarity index 100% rename from projects/icons-material/src/filled/perm_device_information.svg rename to projects/icons-material/src/material/filled/perm_device_information.svg diff --git a/projects/icons-material/src/filled/perm_identity.svg b/projects/icons-material/src/material/filled/perm_identity.svg similarity index 100% rename from projects/icons-material/src/filled/perm_identity.svg rename to projects/icons-material/src/material/filled/perm_identity.svg diff --git a/projects/icons-material/src/filled/perm_media.svg b/projects/icons-material/src/material/filled/perm_media.svg similarity index 100% rename from projects/icons-material/src/filled/perm_media.svg rename to projects/icons-material/src/material/filled/perm_media.svg diff --git a/projects/icons-material/src/filled/perm_phone_msg.svg b/projects/icons-material/src/material/filled/perm_phone_msg.svg similarity index 100% rename from projects/icons-material/src/filled/perm_phone_msg.svg rename to projects/icons-material/src/material/filled/perm_phone_msg.svg diff --git a/projects/icons-material/src/filled/perm_scan_wifi.svg b/projects/icons-material/src/material/filled/perm_scan_wifi.svg similarity index 100% rename from projects/icons-material/src/filled/perm_scan_wifi.svg rename to projects/icons-material/src/material/filled/perm_scan_wifi.svg diff --git a/projects/icons-material/src/filled/person.svg b/projects/icons-material/src/material/filled/person.svg similarity index 100% rename from projects/icons-material/src/filled/person.svg rename to projects/icons-material/src/material/filled/person.svg diff --git a/projects/icons-material/src/filled/person_2.svg b/projects/icons-material/src/material/filled/person_2.svg similarity index 100% rename from projects/icons-material/src/filled/person_2.svg rename to projects/icons-material/src/material/filled/person_2.svg diff --git a/projects/icons-material/src/filled/person_3.svg b/projects/icons-material/src/material/filled/person_3.svg similarity index 100% rename from projects/icons-material/src/filled/person_3.svg rename to projects/icons-material/src/material/filled/person_3.svg diff --git a/projects/icons-material/src/filled/person_4.svg b/projects/icons-material/src/material/filled/person_4.svg similarity index 100% rename from projects/icons-material/src/filled/person_4.svg rename to projects/icons-material/src/material/filled/person_4.svg diff --git a/projects/icons-material/src/filled/person_add.svg b/projects/icons-material/src/material/filled/person_add.svg similarity index 100% rename from projects/icons-material/src/filled/person_add.svg rename to projects/icons-material/src/material/filled/person_add.svg diff --git a/projects/icons-material/src/filled/person_add_alt.svg b/projects/icons-material/src/material/filled/person_add_alt.svg similarity index 100% rename from projects/icons-material/src/filled/person_add_alt.svg rename to projects/icons-material/src/material/filled/person_add_alt.svg diff --git a/projects/icons-material/src/filled/person_add_alt_1.svg b/projects/icons-material/src/material/filled/person_add_alt_1.svg similarity index 100% rename from projects/icons-material/src/filled/person_add_alt_1.svg rename to projects/icons-material/src/material/filled/person_add_alt_1.svg diff --git a/projects/icons-material/src/filled/person_add_disabled.svg b/projects/icons-material/src/material/filled/person_add_disabled.svg similarity index 100% rename from projects/icons-material/src/filled/person_add_disabled.svg rename to projects/icons-material/src/material/filled/person_add_disabled.svg diff --git a/projects/icons-material/src/filled/person_off.svg b/projects/icons-material/src/material/filled/person_off.svg similarity index 100% rename from projects/icons-material/src/filled/person_off.svg rename to projects/icons-material/src/material/filled/person_off.svg diff --git a/projects/icons-material/src/filled/person_outline.svg b/projects/icons-material/src/material/filled/person_outline.svg similarity index 100% rename from projects/icons-material/src/filled/person_outline.svg rename to projects/icons-material/src/material/filled/person_outline.svg diff --git a/projects/icons-material/src/filled/person_pin.svg b/projects/icons-material/src/material/filled/person_pin.svg similarity index 100% rename from projects/icons-material/src/filled/person_pin.svg rename to projects/icons-material/src/material/filled/person_pin.svg diff --git a/projects/icons-material/src/filled/person_pin_circle.svg b/projects/icons-material/src/material/filled/person_pin_circle.svg similarity index 100% rename from projects/icons-material/src/filled/person_pin_circle.svg rename to projects/icons-material/src/material/filled/person_pin_circle.svg diff --git a/projects/icons-material/src/filled/person_remove.svg b/projects/icons-material/src/material/filled/person_remove.svg similarity index 100% rename from projects/icons-material/src/filled/person_remove.svg rename to projects/icons-material/src/material/filled/person_remove.svg diff --git a/projects/icons-material/src/filled/person_remove_alt_1.svg b/projects/icons-material/src/material/filled/person_remove_alt_1.svg similarity index 100% rename from projects/icons-material/src/filled/person_remove_alt_1.svg rename to projects/icons-material/src/material/filled/person_remove_alt_1.svg diff --git a/projects/icons-material/src/filled/person_search.svg b/projects/icons-material/src/material/filled/person_search.svg similarity index 100% rename from projects/icons-material/src/filled/person_search.svg rename to projects/icons-material/src/material/filled/person_search.svg diff --git a/projects/icons-material/src/filled/personal_injury.svg b/projects/icons-material/src/material/filled/personal_injury.svg similarity index 100% rename from projects/icons-material/src/filled/personal_injury.svg rename to projects/icons-material/src/material/filled/personal_injury.svg diff --git a/projects/icons-material/src/filled/personal_video.svg b/projects/icons-material/src/material/filled/personal_video.svg similarity index 100% rename from projects/icons-material/src/filled/personal_video.svg rename to projects/icons-material/src/material/filled/personal_video.svg diff --git a/projects/icons-material/src/filled/pest_control.svg b/projects/icons-material/src/material/filled/pest_control.svg similarity index 100% rename from projects/icons-material/src/filled/pest_control.svg rename to projects/icons-material/src/material/filled/pest_control.svg diff --git a/projects/icons-material/src/filled/pest_control_rodent.svg b/projects/icons-material/src/material/filled/pest_control_rodent.svg similarity index 100% rename from projects/icons-material/src/filled/pest_control_rodent.svg rename to projects/icons-material/src/material/filled/pest_control_rodent.svg diff --git a/projects/icons-material/src/filled/pets.svg b/projects/icons-material/src/material/filled/pets.svg similarity index 100% rename from projects/icons-material/src/filled/pets.svg rename to projects/icons-material/src/material/filled/pets.svg diff --git a/projects/icons-material/src/filled/phishing.svg b/projects/icons-material/src/material/filled/phishing.svg similarity index 100% rename from projects/icons-material/src/filled/phishing.svg rename to projects/icons-material/src/material/filled/phishing.svg diff --git a/projects/icons-material/src/filled/phone.svg b/projects/icons-material/src/material/filled/phone.svg similarity index 100% rename from projects/icons-material/src/filled/phone.svg rename to projects/icons-material/src/material/filled/phone.svg diff --git a/projects/icons-material/src/filled/phone_android.svg b/projects/icons-material/src/material/filled/phone_android.svg similarity index 100% rename from projects/icons-material/src/filled/phone_android.svg rename to projects/icons-material/src/material/filled/phone_android.svg diff --git a/projects/icons-material/src/filled/phone_bluetooth_speaker.svg b/projects/icons-material/src/material/filled/phone_bluetooth_speaker.svg similarity index 100% rename from projects/icons-material/src/filled/phone_bluetooth_speaker.svg rename to projects/icons-material/src/material/filled/phone_bluetooth_speaker.svg diff --git a/projects/icons-material/src/filled/phone_callback.svg b/projects/icons-material/src/material/filled/phone_callback.svg similarity index 100% rename from projects/icons-material/src/filled/phone_callback.svg rename to projects/icons-material/src/material/filled/phone_callback.svg diff --git a/projects/icons-material/src/filled/phone_disabled.svg b/projects/icons-material/src/material/filled/phone_disabled.svg similarity index 100% rename from projects/icons-material/src/filled/phone_disabled.svg rename to projects/icons-material/src/material/filled/phone_disabled.svg diff --git a/projects/icons-material/src/filled/phone_enabled.svg b/projects/icons-material/src/material/filled/phone_enabled.svg similarity index 100% rename from projects/icons-material/src/filled/phone_enabled.svg rename to projects/icons-material/src/material/filled/phone_enabled.svg diff --git a/projects/icons-material/src/filled/phone_forwarded.svg b/projects/icons-material/src/material/filled/phone_forwarded.svg similarity index 100% rename from projects/icons-material/src/filled/phone_forwarded.svg rename to projects/icons-material/src/material/filled/phone_forwarded.svg diff --git a/projects/icons-material/src/filled/phone_iphone.svg b/projects/icons-material/src/material/filled/phone_iphone.svg similarity index 100% rename from projects/icons-material/src/filled/phone_iphone.svg rename to projects/icons-material/src/material/filled/phone_iphone.svg diff --git a/projects/icons-material/src/filled/phone_locked.svg b/projects/icons-material/src/material/filled/phone_locked.svg similarity index 100% rename from projects/icons-material/src/filled/phone_locked.svg rename to projects/icons-material/src/material/filled/phone_locked.svg diff --git a/projects/icons-material/src/filled/phone_missed.svg b/projects/icons-material/src/material/filled/phone_missed.svg similarity index 100% rename from projects/icons-material/src/filled/phone_missed.svg rename to projects/icons-material/src/material/filled/phone_missed.svg diff --git a/projects/icons-material/src/filled/phone_paused.svg b/projects/icons-material/src/material/filled/phone_paused.svg similarity index 100% rename from projects/icons-material/src/filled/phone_paused.svg rename to projects/icons-material/src/material/filled/phone_paused.svg diff --git a/projects/icons-material/src/filled/phonelink.svg b/projects/icons-material/src/material/filled/phonelink.svg similarity index 100% rename from projects/icons-material/src/filled/phonelink.svg rename to projects/icons-material/src/material/filled/phonelink.svg diff --git a/projects/icons-material/src/filled/phonelink_erase.svg b/projects/icons-material/src/material/filled/phonelink_erase.svg similarity index 100% rename from projects/icons-material/src/filled/phonelink_erase.svg rename to projects/icons-material/src/material/filled/phonelink_erase.svg diff --git a/projects/icons-material/src/filled/phonelink_lock.svg b/projects/icons-material/src/material/filled/phonelink_lock.svg similarity index 100% rename from projects/icons-material/src/filled/phonelink_lock.svg rename to projects/icons-material/src/material/filled/phonelink_lock.svg diff --git a/projects/icons-material/src/filled/phonelink_off.svg b/projects/icons-material/src/material/filled/phonelink_off.svg similarity index 100% rename from projects/icons-material/src/filled/phonelink_off.svg rename to projects/icons-material/src/material/filled/phonelink_off.svg diff --git a/projects/icons-material/src/filled/phonelink_ring.svg b/projects/icons-material/src/material/filled/phonelink_ring.svg similarity index 100% rename from projects/icons-material/src/filled/phonelink_ring.svg rename to projects/icons-material/src/material/filled/phonelink_ring.svg diff --git a/projects/icons-material/src/filled/phonelink_setup.svg b/projects/icons-material/src/material/filled/phonelink_setup.svg similarity index 100% rename from projects/icons-material/src/filled/phonelink_setup.svg rename to projects/icons-material/src/material/filled/phonelink_setup.svg diff --git a/projects/icons-material/src/filled/photo.svg b/projects/icons-material/src/material/filled/photo.svg similarity index 100% rename from projects/icons-material/src/filled/photo.svg rename to projects/icons-material/src/material/filled/photo.svg diff --git a/projects/icons-material/src/filled/photo_album.svg b/projects/icons-material/src/material/filled/photo_album.svg similarity index 100% rename from projects/icons-material/src/filled/photo_album.svg rename to projects/icons-material/src/material/filled/photo_album.svg diff --git a/projects/icons-material/src/filled/photo_camera.svg b/projects/icons-material/src/material/filled/photo_camera.svg similarity index 100% rename from projects/icons-material/src/filled/photo_camera.svg rename to projects/icons-material/src/material/filled/photo_camera.svg diff --git a/projects/icons-material/src/filled/photo_camera_back.svg b/projects/icons-material/src/material/filled/photo_camera_back.svg similarity index 100% rename from projects/icons-material/src/filled/photo_camera_back.svg rename to projects/icons-material/src/material/filled/photo_camera_back.svg diff --git a/projects/icons-material/src/filled/photo_camera_front.svg b/projects/icons-material/src/material/filled/photo_camera_front.svg similarity index 100% rename from projects/icons-material/src/filled/photo_camera_front.svg rename to projects/icons-material/src/material/filled/photo_camera_front.svg diff --git a/projects/icons-material/src/filled/photo_filter.svg b/projects/icons-material/src/material/filled/photo_filter.svg similarity index 100% rename from projects/icons-material/src/filled/photo_filter.svg rename to projects/icons-material/src/material/filled/photo_filter.svg diff --git a/projects/icons-material/src/filled/photo_library.svg b/projects/icons-material/src/material/filled/photo_library.svg similarity index 100% rename from projects/icons-material/src/filled/photo_library.svg rename to projects/icons-material/src/material/filled/photo_library.svg diff --git a/projects/icons-material/src/filled/photo_size_select_actual.svg b/projects/icons-material/src/material/filled/photo_size_select_actual.svg similarity index 100% rename from projects/icons-material/src/filled/photo_size_select_actual.svg rename to projects/icons-material/src/material/filled/photo_size_select_actual.svg diff --git a/projects/icons-material/src/filled/photo_size_select_large.svg b/projects/icons-material/src/material/filled/photo_size_select_large.svg similarity index 100% rename from projects/icons-material/src/filled/photo_size_select_large.svg rename to projects/icons-material/src/material/filled/photo_size_select_large.svg diff --git a/projects/icons-material/src/filled/photo_size_select_small.svg b/projects/icons-material/src/material/filled/photo_size_select_small.svg similarity index 100% rename from projects/icons-material/src/filled/photo_size_select_small.svg rename to projects/icons-material/src/material/filled/photo_size_select_small.svg diff --git a/projects/icons-material/src/filled/php.svg b/projects/icons-material/src/material/filled/php.svg similarity index 100% rename from projects/icons-material/src/filled/php.svg rename to projects/icons-material/src/material/filled/php.svg diff --git a/projects/icons-material/src/filled/piano.svg b/projects/icons-material/src/material/filled/piano.svg similarity index 100% rename from projects/icons-material/src/filled/piano.svg rename to projects/icons-material/src/material/filled/piano.svg diff --git a/projects/icons-material/src/filled/piano_off.svg b/projects/icons-material/src/material/filled/piano_off.svg similarity index 100% rename from projects/icons-material/src/filled/piano_off.svg rename to projects/icons-material/src/material/filled/piano_off.svg diff --git a/projects/icons-material/src/filled/picture_as_pdf.svg b/projects/icons-material/src/material/filled/picture_as_pdf.svg similarity index 100% rename from projects/icons-material/src/filled/picture_as_pdf.svg rename to projects/icons-material/src/material/filled/picture_as_pdf.svg diff --git a/projects/icons-material/src/filled/picture_in_picture.svg b/projects/icons-material/src/material/filled/picture_in_picture.svg similarity index 100% rename from projects/icons-material/src/filled/picture_in_picture.svg rename to projects/icons-material/src/material/filled/picture_in_picture.svg diff --git a/projects/icons-material/src/filled/picture_in_picture_alt.svg b/projects/icons-material/src/material/filled/picture_in_picture_alt.svg similarity index 100% rename from projects/icons-material/src/filled/picture_in_picture_alt.svg rename to projects/icons-material/src/material/filled/picture_in_picture_alt.svg diff --git a/projects/icons-material/src/filled/pie_chart.svg b/projects/icons-material/src/material/filled/pie_chart.svg similarity index 100% rename from projects/icons-material/src/filled/pie_chart.svg rename to projects/icons-material/src/material/filled/pie_chart.svg diff --git a/projects/icons-material/src/filled/pie_chart_outline.svg b/projects/icons-material/src/material/filled/pie_chart_outline.svg similarity index 100% rename from projects/icons-material/src/filled/pie_chart_outline.svg rename to projects/icons-material/src/material/filled/pie_chart_outline.svg diff --git a/projects/icons-material/src/filled/pin.svg b/projects/icons-material/src/material/filled/pin.svg similarity index 100% rename from projects/icons-material/src/filled/pin.svg rename to projects/icons-material/src/material/filled/pin.svg diff --git a/projects/icons-material/src/filled/pin_drop.svg b/projects/icons-material/src/material/filled/pin_drop.svg similarity index 100% rename from projects/icons-material/src/filled/pin_drop.svg rename to projects/icons-material/src/material/filled/pin_drop.svg diff --git a/projects/icons-material/src/filled/pin_end.svg b/projects/icons-material/src/material/filled/pin_end.svg similarity index 100% rename from projects/icons-material/src/filled/pin_end.svg rename to projects/icons-material/src/material/filled/pin_end.svg diff --git a/projects/icons-material/src/filled/pin_invoke.svg b/projects/icons-material/src/material/filled/pin_invoke.svg similarity index 100% rename from projects/icons-material/src/filled/pin_invoke.svg rename to projects/icons-material/src/material/filled/pin_invoke.svg diff --git a/projects/icons-material/src/filled/pinch.svg b/projects/icons-material/src/material/filled/pinch.svg similarity index 100% rename from projects/icons-material/src/filled/pinch.svg rename to projects/icons-material/src/material/filled/pinch.svg diff --git a/projects/icons-material/src/filled/pivot_table_chart.svg b/projects/icons-material/src/material/filled/pivot_table_chart.svg similarity index 100% rename from projects/icons-material/src/filled/pivot_table_chart.svg rename to projects/icons-material/src/material/filled/pivot_table_chart.svg diff --git a/projects/icons-material/src/filled/pix.svg b/projects/icons-material/src/material/filled/pix.svg similarity index 100% rename from projects/icons-material/src/filled/pix.svg rename to projects/icons-material/src/material/filled/pix.svg diff --git a/projects/icons-material/src/filled/place.svg b/projects/icons-material/src/material/filled/place.svg similarity index 100% rename from projects/icons-material/src/filled/place.svg rename to projects/icons-material/src/material/filled/place.svg diff --git a/projects/icons-material/src/filled/plagiarism.svg b/projects/icons-material/src/material/filled/plagiarism.svg similarity index 100% rename from projects/icons-material/src/filled/plagiarism.svg rename to projects/icons-material/src/material/filled/plagiarism.svg diff --git a/projects/icons-material/src/filled/play_arrow.svg b/projects/icons-material/src/material/filled/play_arrow.svg similarity index 100% rename from projects/icons-material/src/filled/play_arrow.svg rename to projects/icons-material/src/material/filled/play_arrow.svg diff --git a/projects/icons-material/src/filled/play_circle.svg b/projects/icons-material/src/material/filled/play_circle.svg similarity index 100% rename from projects/icons-material/src/filled/play_circle.svg rename to projects/icons-material/src/material/filled/play_circle.svg diff --git a/projects/icons-material/src/filled/play_circle_filled.svg b/projects/icons-material/src/material/filled/play_circle_filled.svg similarity index 100% rename from projects/icons-material/src/filled/play_circle_filled.svg rename to projects/icons-material/src/material/filled/play_circle_filled.svg diff --git a/projects/icons-material/src/filled/play_circle_outline.svg b/projects/icons-material/src/material/filled/play_circle_outline.svg similarity index 100% rename from projects/icons-material/src/filled/play_circle_outline.svg rename to projects/icons-material/src/material/filled/play_circle_outline.svg diff --git a/projects/icons-material/src/filled/play_disabled.svg b/projects/icons-material/src/material/filled/play_disabled.svg similarity index 100% rename from projects/icons-material/src/filled/play_disabled.svg rename to projects/icons-material/src/material/filled/play_disabled.svg diff --git a/projects/icons-material/src/filled/play_for_work.svg b/projects/icons-material/src/material/filled/play_for_work.svg similarity index 100% rename from projects/icons-material/src/filled/play_for_work.svg rename to projects/icons-material/src/material/filled/play_for_work.svg diff --git a/projects/icons-material/src/filled/play_lesson.svg b/projects/icons-material/src/material/filled/play_lesson.svg similarity index 100% rename from projects/icons-material/src/filled/play_lesson.svg rename to projects/icons-material/src/material/filled/play_lesson.svg diff --git a/projects/icons-material/src/filled/playlist_add.svg b/projects/icons-material/src/material/filled/playlist_add.svg similarity index 100% rename from projects/icons-material/src/filled/playlist_add.svg rename to projects/icons-material/src/material/filled/playlist_add.svg diff --git a/projects/icons-material/src/filled/playlist_add_check.svg b/projects/icons-material/src/material/filled/playlist_add_check.svg similarity index 100% rename from projects/icons-material/src/filled/playlist_add_check.svg rename to projects/icons-material/src/material/filled/playlist_add_check.svg diff --git a/projects/icons-material/src/filled/playlist_add_check_circle.svg b/projects/icons-material/src/material/filled/playlist_add_check_circle.svg similarity index 100% rename from projects/icons-material/src/filled/playlist_add_check_circle.svg rename to projects/icons-material/src/material/filled/playlist_add_check_circle.svg diff --git a/projects/icons-material/src/filled/playlist_add_circle.svg b/projects/icons-material/src/material/filled/playlist_add_circle.svg similarity index 100% rename from projects/icons-material/src/filled/playlist_add_circle.svg rename to projects/icons-material/src/material/filled/playlist_add_circle.svg diff --git a/projects/icons-material/src/filled/playlist_play.svg b/projects/icons-material/src/material/filled/playlist_play.svg similarity index 100% rename from projects/icons-material/src/filled/playlist_play.svg rename to projects/icons-material/src/material/filled/playlist_play.svg diff --git a/projects/icons-material/src/filled/playlist_remove.svg b/projects/icons-material/src/material/filled/playlist_remove.svg similarity index 100% rename from projects/icons-material/src/filled/playlist_remove.svg rename to projects/icons-material/src/material/filled/playlist_remove.svg diff --git a/projects/icons-material/src/filled/plumbing.svg b/projects/icons-material/src/material/filled/plumbing.svg similarity index 100% rename from projects/icons-material/src/filled/plumbing.svg rename to projects/icons-material/src/material/filled/plumbing.svg diff --git a/projects/icons-material/src/filled/plus_one.svg b/projects/icons-material/src/material/filled/plus_one.svg similarity index 100% rename from projects/icons-material/src/filled/plus_one.svg rename to projects/icons-material/src/material/filled/plus_one.svg diff --git a/projects/icons-material/src/filled/podcasts.svg b/projects/icons-material/src/material/filled/podcasts.svg similarity index 100% rename from projects/icons-material/src/filled/podcasts.svg rename to projects/icons-material/src/material/filled/podcasts.svg diff --git a/projects/icons-material/src/filled/point_of_sale.svg b/projects/icons-material/src/material/filled/point_of_sale.svg similarity index 100% rename from projects/icons-material/src/filled/point_of_sale.svg rename to projects/icons-material/src/material/filled/point_of_sale.svg diff --git a/projects/icons-material/src/filled/policy.svg b/projects/icons-material/src/material/filled/policy.svg similarity index 100% rename from projects/icons-material/src/filled/policy.svg rename to projects/icons-material/src/material/filled/policy.svg diff --git a/projects/icons-material/src/filled/poll.svg b/projects/icons-material/src/material/filled/poll.svg similarity index 100% rename from projects/icons-material/src/filled/poll.svg rename to projects/icons-material/src/material/filled/poll.svg diff --git a/projects/icons-material/src/filled/polyline.svg b/projects/icons-material/src/material/filled/polyline.svg similarity index 100% rename from projects/icons-material/src/filled/polyline.svg rename to projects/icons-material/src/material/filled/polyline.svg diff --git a/projects/icons-material/src/filled/polymer.svg b/projects/icons-material/src/material/filled/polymer.svg similarity index 100% rename from projects/icons-material/src/filled/polymer.svg rename to projects/icons-material/src/material/filled/polymer.svg diff --git a/projects/icons-material/src/filled/pool.svg b/projects/icons-material/src/material/filled/pool.svg similarity index 100% rename from projects/icons-material/src/filled/pool.svg rename to projects/icons-material/src/material/filled/pool.svg diff --git a/projects/icons-material/src/filled/portable_wifi_off.svg b/projects/icons-material/src/material/filled/portable_wifi_off.svg similarity index 100% rename from projects/icons-material/src/filled/portable_wifi_off.svg rename to projects/icons-material/src/material/filled/portable_wifi_off.svg diff --git a/projects/icons-material/src/filled/portrait.svg b/projects/icons-material/src/material/filled/portrait.svg similarity index 100% rename from projects/icons-material/src/filled/portrait.svg rename to projects/icons-material/src/material/filled/portrait.svg diff --git a/projects/icons-material/src/filled/post_add.svg b/projects/icons-material/src/material/filled/post_add.svg similarity index 100% rename from projects/icons-material/src/filled/post_add.svg rename to projects/icons-material/src/material/filled/post_add.svg diff --git a/projects/icons-material/src/filled/power.svg b/projects/icons-material/src/material/filled/power.svg similarity index 100% rename from projects/icons-material/src/filled/power.svg rename to projects/icons-material/src/material/filled/power.svg diff --git a/projects/icons-material/src/filled/power_input.svg b/projects/icons-material/src/material/filled/power_input.svg similarity index 100% rename from projects/icons-material/src/filled/power_input.svg rename to projects/icons-material/src/material/filled/power_input.svg diff --git a/projects/icons-material/src/filled/power_off.svg b/projects/icons-material/src/material/filled/power_off.svg similarity index 100% rename from projects/icons-material/src/filled/power_off.svg rename to projects/icons-material/src/material/filled/power_off.svg diff --git a/projects/icons-material/src/filled/power_settings_new.svg b/projects/icons-material/src/material/filled/power_settings_new.svg similarity index 100% rename from projects/icons-material/src/filled/power_settings_new.svg rename to projects/icons-material/src/material/filled/power_settings_new.svg diff --git a/projects/icons-material/src/filled/precision_manufacturing.svg b/projects/icons-material/src/material/filled/precision_manufacturing.svg similarity index 100% rename from projects/icons-material/src/filled/precision_manufacturing.svg rename to projects/icons-material/src/material/filled/precision_manufacturing.svg diff --git a/projects/icons-material/src/filled/pregnant_woman.svg b/projects/icons-material/src/material/filled/pregnant_woman.svg similarity index 100% rename from projects/icons-material/src/filled/pregnant_woman.svg rename to projects/icons-material/src/material/filled/pregnant_woman.svg diff --git a/projects/icons-material/src/filled/present_to_all.svg b/projects/icons-material/src/material/filled/present_to_all.svg similarity index 100% rename from projects/icons-material/src/filled/present_to_all.svg rename to projects/icons-material/src/material/filled/present_to_all.svg diff --git a/projects/icons-material/src/filled/preview.svg b/projects/icons-material/src/material/filled/preview.svg similarity index 100% rename from projects/icons-material/src/filled/preview.svg rename to projects/icons-material/src/material/filled/preview.svg diff --git a/projects/icons-material/src/filled/price_change.svg b/projects/icons-material/src/material/filled/price_change.svg similarity index 100% rename from projects/icons-material/src/filled/price_change.svg rename to projects/icons-material/src/material/filled/price_change.svg diff --git a/projects/icons-material/src/filled/price_check.svg b/projects/icons-material/src/material/filled/price_check.svg similarity index 100% rename from projects/icons-material/src/filled/price_check.svg rename to projects/icons-material/src/material/filled/price_check.svg diff --git a/projects/icons-material/src/filled/print.svg b/projects/icons-material/src/material/filled/print.svg similarity index 100% rename from projects/icons-material/src/filled/print.svg rename to projects/icons-material/src/material/filled/print.svg diff --git a/projects/icons-material/src/filled/print_disabled.svg b/projects/icons-material/src/material/filled/print_disabled.svg similarity index 100% rename from projects/icons-material/src/filled/print_disabled.svg rename to projects/icons-material/src/material/filled/print_disabled.svg diff --git a/projects/icons-material/src/filled/priority_high.svg b/projects/icons-material/src/material/filled/priority_high.svg similarity index 100% rename from projects/icons-material/src/filled/priority_high.svg rename to projects/icons-material/src/material/filled/priority_high.svg diff --git a/projects/icons-material/src/filled/privacy_tip.svg b/projects/icons-material/src/material/filled/privacy_tip.svg similarity index 100% rename from projects/icons-material/src/filled/privacy_tip.svg rename to projects/icons-material/src/material/filled/privacy_tip.svg diff --git a/projects/icons-material/src/filled/private_connectivity.svg b/projects/icons-material/src/material/filled/private_connectivity.svg similarity index 100% rename from projects/icons-material/src/filled/private_connectivity.svg rename to projects/icons-material/src/material/filled/private_connectivity.svg diff --git a/projects/icons-material/src/filled/production_quantity_limits.svg b/projects/icons-material/src/material/filled/production_quantity_limits.svg similarity index 100% rename from projects/icons-material/src/filled/production_quantity_limits.svg rename to projects/icons-material/src/material/filled/production_quantity_limits.svg diff --git a/projects/icons-material/src/filled/propane.svg b/projects/icons-material/src/material/filled/propane.svg similarity index 100% rename from projects/icons-material/src/filled/propane.svg rename to projects/icons-material/src/material/filled/propane.svg diff --git a/projects/icons-material/src/filled/propane_tank.svg b/projects/icons-material/src/material/filled/propane_tank.svg similarity index 100% rename from projects/icons-material/src/filled/propane_tank.svg rename to projects/icons-material/src/material/filled/propane_tank.svg diff --git a/projects/icons-material/src/filled/psychology.svg b/projects/icons-material/src/material/filled/psychology.svg similarity index 100% rename from projects/icons-material/src/filled/psychology.svg rename to projects/icons-material/src/material/filled/psychology.svg diff --git a/projects/icons-material/src/filled/psychology_alt.svg b/projects/icons-material/src/material/filled/psychology_alt.svg similarity index 100% rename from projects/icons-material/src/filled/psychology_alt.svg rename to projects/icons-material/src/material/filled/psychology_alt.svg diff --git a/projects/icons-material/src/filled/public.svg b/projects/icons-material/src/material/filled/public.svg similarity index 100% rename from projects/icons-material/src/filled/public.svg rename to projects/icons-material/src/material/filled/public.svg diff --git a/projects/icons-material/src/filled/public_off.svg b/projects/icons-material/src/material/filled/public_off.svg similarity index 100% rename from projects/icons-material/src/filled/public_off.svg rename to projects/icons-material/src/material/filled/public_off.svg diff --git a/projects/icons-material/src/filled/publish.svg b/projects/icons-material/src/material/filled/publish.svg similarity index 100% rename from projects/icons-material/src/filled/publish.svg rename to projects/icons-material/src/material/filled/publish.svg diff --git a/projects/icons-material/src/filled/published_with_changes.svg b/projects/icons-material/src/material/filled/published_with_changes.svg similarity index 100% rename from projects/icons-material/src/filled/published_with_changes.svg rename to projects/icons-material/src/material/filled/published_with_changes.svg diff --git a/projects/icons-material/src/filled/punch_clock.svg b/projects/icons-material/src/material/filled/punch_clock.svg similarity index 100% rename from projects/icons-material/src/filled/punch_clock.svg rename to projects/icons-material/src/material/filled/punch_clock.svg diff --git a/projects/icons-material/src/filled/push_pin.svg b/projects/icons-material/src/material/filled/push_pin.svg similarity index 100% rename from projects/icons-material/src/filled/push_pin.svg rename to projects/icons-material/src/material/filled/push_pin.svg diff --git a/projects/icons-material/src/filled/qr_code.svg b/projects/icons-material/src/material/filled/qr_code.svg similarity index 100% rename from projects/icons-material/src/filled/qr_code.svg rename to projects/icons-material/src/material/filled/qr_code.svg diff --git a/projects/icons-material/src/filled/qr_code_2.svg b/projects/icons-material/src/material/filled/qr_code_2.svg similarity index 100% rename from projects/icons-material/src/filled/qr_code_2.svg rename to projects/icons-material/src/material/filled/qr_code_2.svg diff --git a/projects/icons-material/src/filled/qr_code_scanner.svg b/projects/icons-material/src/material/filled/qr_code_scanner.svg similarity index 100% rename from projects/icons-material/src/filled/qr_code_scanner.svg rename to projects/icons-material/src/material/filled/qr_code_scanner.svg diff --git a/projects/icons-material/src/filled/query_builder.svg b/projects/icons-material/src/material/filled/query_builder.svg similarity index 100% rename from projects/icons-material/src/filled/query_builder.svg rename to projects/icons-material/src/material/filled/query_builder.svg diff --git a/projects/icons-material/src/filled/query_stats.svg b/projects/icons-material/src/material/filled/query_stats.svg similarity index 100% rename from projects/icons-material/src/filled/query_stats.svg rename to projects/icons-material/src/material/filled/query_stats.svg diff --git a/projects/icons-material/src/filled/question_answer.svg b/projects/icons-material/src/material/filled/question_answer.svg similarity index 100% rename from projects/icons-material/src/filled/question_answer.svg rename to projects/icons-material/src/material/filled/question_answer.svg diff --git a/projects/icons-material/src/filled/question_mark.svg b/projects/icons-material/src/material/filled/question_mark.svg similarity index 100% rename from projects/icons-material/src/filled/question_mark.svg rename to projects/icons-material/src/material/filled/question_mark.svg diff --git a/projects/icons-material/src/filled/queue.svg b/projects/icons-material/src/material/filled/queue.svg similarity index 100% rename from projects/icons-material/src/filled/queue.svg rename to projects/icons-material/src/material/filled/queue.svg diff --git a/projects/icons-material/src/filled/queue_music.svg b/projects/icons-material/src/material/filled/queue_music.svg similarity index 100% rename from projects/icons-material/src/filled/queue_music.svg rename to projects/icons-material/src/material/filled/queue_music.svg diff --git a/projects/icons-material/src/filled/queue_play_next.svg b/projects/icons-material/src/material/filled/queue_play_next.svg similarity index 100% rename from projects/icons-material/src/filled/queue_play_next.svg rename to projects/icons-material/src/material/filled/queue_play_next.svg diff --git a/projects/icons-material/src/filled/quickreply.svg b/projects/icons-material/src/material/filled/quickreply.svg similarity index 100% rename from projects/icons-material/src/filled/quickreply.svg rename to projects/icons-material/src/material/filled/quickreply.svg diff --git a/projects/icons-material/src/filled/quiz.svg b/projects/icons-material/src/material/filled/quiz.svg similarity index 100% rename from projects/icons-material/src/filled/quiz.svg rename to projects/icons-material/src/material/filled/quiz.svg diff --git a/projects/icons-material/src/filled/r_mobiledata.svg b/projects/icons-material/src/material/filled/r_mobiledata.svg similarity index 100% rename from projects/icons-material/src/filled/r_mobiledata.svg rename to projects/icons-material/src/material/filled/r_mobiledata.svg diff --git a/projects/icons-material/src/filled/radar.svg b/projects/icons-material/src/material/filled/radar.svg similarity index 100% rename from projects/icons-material/src/filled/radar.svg rename to projects/icons-material/src/material/filled/radar.svg diff --git a/projects/icons-material/src/filled/radio.svg b/projects/icons-material/src/material/filled/radio.svg similarity index 100% rename from projects/icons-material/src/filled/radio.svg rename to projects/icons-material/src/material/filled/radio.svg diff --git a/projects/icons-material/src/filled/radio_button_checked.svg b/projects/icons-material/src/material/filled/radio_button_checked.svg similarity index 100% rename from projects/icons-material/src/filled/radio_button_checked.svg rename to projects/icons-material/src/material/filled/radio_button_checked.svg diff --git a/projects/icons-material/src/filled/radio_button_unchecked.svg b/projects/icons-material/src/material/filled/radio_button_unchecked.svg similarity index 100% rename from projects/icons-material/src/filled/radio_button_unchecked.svg rename to projects/icons-material/src/material/filled/radio_button_unchecked.svg diff --git a/projects/icons-material/src/filled/railway_alert.svg b/projects/icons-material/src/material/filled/railway_alert.svg similarity index 100% rename from projects/icons-material/src/filled/railway_alert.svg rename to projects/icons-material/src/material/filled/railway_alert.svg diff --git a/projects/icons-material/src/filled/ramen_dining.svg b/projects/icons-material/src/material/filled/ramen_dining.svg similarity index 100% rename from projects/icons-material/src/filled/ramen_dining.svg rename to projects/icons-material/src/material/filled/ramen_dining.svg diff --git a/projects/icons-material/src/filled/ramp_left.svg b/projects/icons-material/src/material/filled/ramp_left.svg similarity index 100% rename from projects/icons-material/src/filled/ramp_left.svg rename to projects/icons-material/src/material/filled/ramp_left.svg diff --git a/projects/icons-material/src/filled/ramp_right.svg b/projects/icons-material/src/material/filled/ramp_right.svg similarity index 100% rename from projects/icons-material/src/filled/ramp_right.svg rename to projects/icons-material/src/material/filled/ramp_right.svg diff --git a/projects/icons-material/src/filled/rate_review.svg b/projects/icons-material/src/material/filled/rate_review.svg similarity index 100% rename from projects/icons-material/src/filled/rate_review.svg rename to projects/icons-material/src/material/filled/rate_review.svg diff --git a/projects/icons-material/src/filled/raw_off.svg b/projects/icons-material/src/material/filled/raw_off.svg similarity index 100% rename from projects/icons-material/src/filled/raw_off.svg rename to projects/icons-material/src/material/filled/raw_off.svg diff --git a/projects/icons-material/src/filled/raw_on.svg b/projects/icons-material/src/material/filled/raw_on.svg similarity index 100% rename from projects/icons-material/src/filled/raw_on.svg rename to projects/icons-material/src/material/filled/raw_on.svg diff --git a/projects/icons-material/src/filled/read_more.svg b/projects/icons-material/src/material/filled/read_more.svg similarity index 100% rename from projects/icons-material/src/filled/read_more.svg rename to projects/icons-material/src/material/filled/read_more.svg diff --git a/projects/icons-material/src/filled/real_estate_agent.svg b/projects/icons-material/src/material/filled/real_estate_agent.svg similarity index 100% rename from projects/icons-material/src/filled/real_estate_agent.svg rename to projects/icons-material/src/material/filled/real_estate_agent.svg diff --git a/projects/icons-material/src/filled/receipt.svg b/projects/icons-material/src/material/filled/receipt.svg similarity index 100% rename from projects/icons-material/src/filled/receipt.svg rename to projects/icons-material/src/material/filled/receipt.svg diff --git a/projects/icons-material/src/filled/receipt_long.svg b/projects/icons-material/src/material/filled/receipt_long.svg similarity index 100% rename from projects/icons-material/src/filled/receipt_long.svg rename to projects/icons-material/src/material/filled/receipt_long.svg diff --git a/projects/icons-material/src/filled/recent_actors.svg b/projects/icons-material/src/material/filled/recent_actors.svg similarity index 100% rename from projects/icons-material/src/filled/recent_actors.svg rename to projects/icons-material/src/material/filled/recent_actors.svg diff --git a/projects/icons-material/src/filled/recommend.svg b/projects/icons-material/src/material/filled/recommend.svg similarity index 100% rename from projects/icons-material/src/filled/recommend.svg rename to projects/icons-material/src/material/filled/recommend.svg diff --git a/projects/icons-material/src/filled/record_voice_over.svg b/projects/icons-material/src/material/filled/record_voice_over.svg similarity index 100% rename from projects/icons-material/src/filled/record_voice_over.svg rename to projects/icons-material/src/material/filled/record_voice_over.svg diff --git a/projects/icons-material/src/filled/rectangle.svg b/projects/icons-material/src/material/filled/rectangle.svg similarity index 100% rename from projects/icons-material/src/filled/rectangle.svg rename to projects/icons-material/src/material/filled/rectangle.svg diff --git a/projects/icons-material/src/filled/recycling.svg b/projects/icons-material/src/material/filled/recycling.svg similarity index 100% rename from projects/icons-material/src/filled/recycling.svg rename to projects/icons-material/src/material/filled/recycling.svg diff --git a/projects/icons-material/src/filled/redeem.svg b/projects/icons-material/src/material/filled/redeem.svg similarity index 100% rename from projects/icons-material/src/filled/redeem.svg rename to projects/icons-material/src/material/filled/redeem.svg diff --git a/projects/icons-material/src/filled/redo.svg b/projects/icons-material/src/material/filled/redo.svg similarity index 100% rename from projects/icons-material/src/filled/redo.svg rename to projects/icons-material/src/material/filled/redo.svg diff --git a/projects/icons-material/src/filled/reduce_capacity.svg b/projects/icons-material/src/material/filled/reduce_capacity.svg similarity index 100% rename from projects/icons-material/src/filled/reduce_capacity.svg rename to projects/icons-material/src/material/filled/reduce_capacity.svg diff --git a/projects/icons-material/src/filled/refresh.svg b/projects/icons-material/src/material/filled/refresh.svg similarity index 100% rename from projects/icons-material/src/filled/refresh.svg rename to projects/icons-material/src/material/filled/refresh.svg diff --git a/projects/icons-material/src/filled/remember_me.svg b/projects/icons-material/src/material/filled/remember_me.svg similarity index 100% rename from projects/icons-material/src/filled/remember_me.svg rename to projects/icons-material/src/material/filled/remember_me.svg diff --git a/projects/icons-material/src/filled/remove.svg b/projects/icons-material/src/material/filled/remove.svg similarity index 100% rename from projects/icons-material/src/filled/remove.svg rename to projects/icons-material/src/material/filled/remove.svg diff --git a/projects/icons-material/src/filled/remove_circle.svg b/projects/icons-material/src/material/filled/remove_circle.svg similarity index 100% rename from projects/icons-material/src/filled/remove_circle.svg rename to projects/icons-material/src/material/filled/remove_circle.svg diff --git a/projects/icons-material/src/filled/remove_circle_outline.svg b/projects/icons-material/src/material/filled/remove_circle_outline.svg similarity index 100% rename from projects/icons-material/src/filled/remove_circle_outline.svg rename to projects/icons-material/src/material/filled/remove_circle_outline.svg diff --git a/projects/icons-material/src/filled/remove_done.svg b/projects/icons-material/src/material/filled/remove_done.svg similarity index 100% rename from projects/icons-material/src/filled/remove_done.svg rename to projects/icons-material/src/material/filled/remove_done.svg diff --git a/projects/icons-material/src/filled/remove_from_queue.svg b/projects/icons-material/src/material/filled/remove_from_queue.svg similarity index 100% rename from projects/icons-material/src/filled/remove_from_queue.svg rename to projects/icons-material/src/material/filled/remove_from_queue.svg diff --git a/projects/icons-material/src/filled/remove_moderator.svg b/projects/icons-material/src/material/filled/remove_moderator.svg similarity index 100% rename from projects/icons-material/src/filled/remove_moderator.svg rename to projects/icons-material/src/material/filled/remove_moderator.svg diff --git a/projects/icons-material/src/filled/remove_red_eye.svg b/projects/icons-material/src/material/filled/remove_red_eye.svg similarity index 100% rename from projects/icons-material/src/filled/remove_red_eye.svg rename to projects/icons-material/src/material/filled/remove_red_eye.svg diff --git a/projects/icons-material/src/filled/remove_road.svg b/projects/icons-material/src/material/filled/remove_road.svg similarity index 100% rename from projects/icons-material/src/filled/remove_road.svg rename to projects/icons-material/src/material/filled/remove_road.svg diff --git a/projects/icons-material/src/filled/remove_shopping_cart.svg b/projects/icons-material/src/material/filled/remove_shopping_cart.svg similarity index 100% rename from projects/icons-material/src/filled/remove_shopping_cart.svg rename to projects/icons-material/src/material/filled/remove_shopping_cart.svg diff --git a/projects/icons-material/src/filled/reorder.svg b/projects/icons-material/src/material/filled/reorder.svg similarity index 100% rename from projects/icons-material/src/filled/reorder.svg rename to projects/icons-material/src/material/filled/reorder.svg diff --git a/projects/icons-material/src/filled/repartition.svg b/projects/icons-material/src/material/filled/repartition.svg similarity index 100% rename from projects/icons-material/src/filled/repartition.svg rename to projects/icons-material/src/material/filled/repartition.svg diff --git a/projects/icons-material/src/filled/repeat.svg b/projects/icons-material/src/material/filled/repeat.svg similarity index 100% rename from projects/icons-material/src/filled/repeat.svg rename to projects/icons-material/src/material/filled/repeat.svg diff --git a/projects/icons-material/src/filled/repeat_on.svg b/projects/icons-material/src/material/filled/repeat_on.svg similarity index 100% rename from projects/icons-material/src/filled/repeat_on.svg rename to projects/icons-material/src/material/filled/repeat_on.svg diff --git a/projects/icons-material/src/filled/repeat_one.svg b/projects/icons-material/src/material/filled/repeat_one.svg similarity index 100% rename from projects/icons-material/src/filled/repeat_one.svg rename to projects/icons-material/src/material/filled/repeat_one.svg diff --git a/projects/icons-material/src/filled/repeat_one_on.svg b/projects/icons-material/src/material/filled/repeat_one_on.svg similarity index 100% rename from projects/icons-material/src/filled/repeat_one_on.svg rename to projects/icons-material/src/material/filled/repeat_one_on.svg diff --git a/projects/icons-material/src/filled/replay.svg b/projects/icons-material/src/material/filled/replay.svg similarity index 100% rename from projects/icons-material/src/filled/replay.svg rename to projects/icons-material/src/material/filled/replay.svg diff --git a/projects/icons-material/src/filled/replay_10.svg b/projects/icons-material/src/material/filled/replay_10.svg similarity index 100% rename from projects/icons-material/src/filled/replay_10.svg rename to projects/icons-material/src/material/filled/replay_10.svg diff --git a/projects/icons-material/src/filled/replay_30.svg b/projects/icons-material/src/material/filled/replay_30.svg similarity index 100% rename from projects/icons-material/src/filled/replay_30.svg rename to projects/icons-material/src/material/filled/replay_30.svg diff --git a/projects/icons-material/src/filled/replay_5.svg b/projects/icons-material/src/material/filled/replay_5.svg similarity index 100% rename from projects/icons-material/src/filled/replay_5.svg rename to projects/icons-material/src/material/filled/replay_5.svg diff --git a/projects/icons-material/src/filled/replay_circle_filled.svg b/projects/icons-material/src/material/filled/replay_circle_filled.svg similarity index 100% rename from projects/icons-material/src/filled/replay_circle_filled.svg rename to projects/icons-material/src/material/filled/replay_circle_filled.svg diff --git a/projects/icons-material/src/filled/reply.svg b/projects/icons-material/src/material/filled/reply.svg similarity index 100% rename from projects/icons-material/src/filled/reply.svg rename to projects/icons-material/src/material/filled/reply.svg diff --git a/projects/icons-material/src/filled/reply_all.svg b/projects/icons-material/src/material/filled/reply_all.svg similarity index 100% rename from projects/icons-material/src/filled/reply_all.svg rename to projects/icons-material/src/material/filled/reply_all.svg diff --git a/projects/icons-material/src/filled/report.svg b/projects/icons-material/src/material/filled/report.svg similarity index 100% rename from projects/icons-material/src/filled/report.svg rename to projects/icons-material/src/material/filled/report.svg diff --git a/projects/icons-material/src/filled/report_gmailerrorred.svg b/projects/icons-material/src/material/filled/report_gmailerrorred.svg similarity index 100% rename from projects/icons-material/src/filled/report_gmailerrorred.svg rename to projects/icons-material/src/material/filled/report_gmailerrorred.svg diff --git a/projects/icons-material/src/filled/report_off.svg b/projects/icons-material/src/material/filled/report_off.svg similarity index 100% rename from projects/icons-material/src/filled/report_off.svg rename to projects/icons-material/src/material/filled/report_off.svg diff --git a/projects/icons-material/src/filled/report_problem.svg b/projects/icons-material/src/material/filled/report_problem.svg similarity index 100% rename from projects/icons-material/src/filled/report_problem.svg rename to projects/icons-material/src/material/filled/report_problem.svg diff --git a/projects/icons-material/src/filled/request_page.svg b/projects/icons-material/src/material/filled/request_page.svg similarity index 100% rename from projects/icons-material/src/filled/request_page.svg rename to projects/icons-material/src/material/filled/request_page.svg diff --git a/projects/icons-material/src/filled/request_quote.svg b/projects/icons-material/src/material/filled/request_quote.svg similarity index 100% rename from projects/icons-material/src/filled/request_quote.svg rename to projects/icons-material/src/material/filled/request_quote.svg diff --git a/projects/icons-material/src/filled/reset_tv.svg b/projects/icons-material/src/material/filled/reset_tv.svg similarity index 100% rename from projects/icons-material/src/filled/reset_tv.svg rename to projects/icons-material/src/material/filled/reset_tv.svg diff --git a/projects/icons-material/src/filled/restart_alt.svg b/projects/icons-material/src/material/filled/restart_alt.svg similarity index 100% rename from projects/icons-material/src/filled/restart_alt.svg rename to projects/icons-material/src/material/filled/restart_alt.svg diff --git a/projects/icons-material/src/filled/restaurant.svg b/projects/icons-material/src/material/filled/restaurant.svg similarity index 100% rename from projects/icons-material/src/filled/restaurant.svg rename to projects/icons-material/src/material/filled/restaurant.svg diff --git a/projects/icons-material/src/filled/restaurant_menu.svg b/projects/icons-material/src/material/filled/restaurant_menu.svg similarity index 100% rename from projects/icons-material/src/filled/restaurant_menu.svg rename to projects/icons-material/src/material/filled/restaurant_menu.svg diff --git a/projects/icons-material/src/filled/restore.svg b/projects/icons-material/src/material/filled/restore.svg similarity index 100% rename from projects/icons-material/src/filled/restore.svg rename to projects/icons-material/src/material/filled/restore.svg diff --git a/projects/icons-material/src/filled/restore_from_trash.svg b/projects/icons-material/src/material/filled/restore_from_trash.svg similarity index 100% rename from projects/icons-material/src/filled/restore_from_trash.svg rename to projects/icons-material/src/material/filled/restore_from_trash.svg diff --git a/projects/icons-material/src/filled/restore_page.svg b/projects/icons-material/src/material/filled/restore_page.svg similarity index 100% rename from projects/icons-material/src/filled/restore_page.svg rename to projects/icons-material/src/material/filled/restore_page.svg diff --git a/projects/icons-material/src/filled/reviews.svg b/projects/icons-material/src/material/filled/reviews.svg similarity index 100% rename from projects/icons-material/src/filled/reviews.svg rename to projects/icons-material/src/material/filled/reviews.svg diff --git a/projects/icons-material/src/filled/rice_bowl.svg b/projects/icons-material/src/material/filled/rice_bowl.svg similarity index 100% rename from projects/icons-material/src/filled/rice_bowl.svg rename to projects/icons-material/src/material/filled/rice_bowl.svg diff --git a/projects/icons-material/src/filled/ring_volume.svg b/projects/icons-material/src/material/filled/ring_volume.svg similarity index 100% rename from projects/icons-material/src/filled/ring_volume.svg rename to projects/icons-material/src/material/filled/ring_volume.svg diff --git a/projects/icons-material/src/filled/rocket.svg b/projects/icons-material/src/material/filled/rocket.svg similarity index 100% rename from projects/icons-material/src/filled/rocket.svg rename to projects/icons-material/src/material/filled/rocket.svg diff --git a/projects/icons-material/src/filled/rocket_launch.svg b/projects/icons-material/src/material/filled/rocket_launch.svg similarity index 100% rename from projects/icons-material/src/filled/rocket_launch.svg rename to projects/icons-material/src/material/filled/rocket_launch.svg diff --git a/projects/icons-material/src/filled/roller_shades.svg b/projects/icons-material/src/material/filled/roller_shades.svg similarity index 100% rename from projects/icons-material/src/filled/roller_shades.svg rename to projects/icons-material/src/material/filled/roller_shades.svg diff --git a/projects/icons-material/src/filled/roller_shades_closed.svg b/projects/icons-material/src/material/filled/roller_shades_closed.svg similarity index 100% rename from projects/icons-material/src/filled/roller_shades_closed.svg rename to projects/icons-material/src/material/filled/roller_shades_closed.svg diff --git a/projects/icons-material/src/filled/roller_skating.svg b/projects/icons-material/src/material/filled/roller_skating.svg similarity index 100% rename from projects/icons-material/src/filled/roller_skating.svg rename to projects/icons-material/src/material/filled/roller_skating.svg diff --git a/projects/icons-material/src/filled/roofing.svg b/projects/icons-material/src/material/filled/roofing.svg similarity index 100% rename from projects/icons-material/src/filled/roofing.svg rename to projects/icons-material/src/material/filled/roofing.svg diff --git a/projects/icons-material/src/filled/room.svg b/projects/icons-material/src/material/filled/room.svg similarity index 100% rename from projects/icons-material/src/filled/room.svg rename to projects/icons-material/src/material/filled/room.svg diff --git a/projects/icons-material/src/filled/room_preferences.svg b/projects/icons-material/src/material/filled/room_preferences.svg similarity index 100% rename from projects/icons-material/src/filled/room_preferences.svg rename to projects/icons-material/src/material/filled/room_preferences.svg diff --git a/projects/icons-material/src/filled/room_service.svg b/projects/icons-material/src/material/filled/room_service.svg similarity index 100% rename from projects/icons-material/src/filled/room_service.svg rename to projects/icons-material/src/material/filled/room_service.svg diff --git a/projects/icons-material/src/filled/rotate_90_degrees_ccw.svg b/projects/icons-material/src/material/filled/rotate_90_degrees_ccw.svg similarity index 100% rename from projects/icons-material/src/filled/rotate_90_degrees_ccw.svg rename to projects/icons-material/src/material/filled/rotate_90_degrees_ccw.svg diff --git a/projects/icons-material/src/filled/rotate_90_degrees_cw.svg b/projects/icons-material/src/material/filled/rotate_90_degrees_cw.svg similarity index 100% rename from projects/icons-material/src/filled/rotate_90_degrees_cw.svg rename to projects/icons-material/src/material/filled/rotate_90_degrees_cw.svg diff --git a/projects/icons-material/src/filled/rotate_left.svg b/projects/icons-material/src/material/filled/rotate_left.svg similarity index 100% rename from projects/icons-material/src/filled/rotate_left.svg rename to projects/icons-material/src/material/filled/rotate_left.svg diff --git a/projects/icons-material/src/filled/rotate_right.svg b/projects/icons-material/src/material/filled/rotate_right.svg similarity index 100% rename from projects/icons-material/src/filled/rotate_right.svg rename to projects/icons-material/src/material/filled/rotate_right.svg diff --git a/projects/icons-material/src/filled/roundabout_left.svg b/projects/icons-material/src/material/filled/roundabout_left.svg similarity index 100% rename from projects/icons-material/src/filled/roundabout_left.svg rename to projects/icons-material/src/material/filled/roundabout_left.svg diff --git a/projects/icons-material/src/filled/roundabout_right.svg b/projects/icons-material/src/material/filled/roundabout_right.svg similarity index 100% rename from projects/icons-material/src/filled/roundabout_right.svg rename to projects/icons-material/src/material/filled/roundabout_right.svg diff --git a/projects/icons-material/src/filled/rounded_corner.svg b/projects/icons-material/src/material/filled/rounded_corner.svg similarity index 100% rename from projects/icons-material/src/filled/rounded_corner.svg rename to projects/icons-material/src/material/filled/rounded_corner.svg diff --git a/projects/icons-material/src/filled/route.svg b/projects/icons-material/src/material/filled/route.svg similarity index 100% rename from projects/icons-material/src/filled/route.svg rename to projects/icons-material/src/material/filled/route.svg diff --git a/projects/icons-material/src/filled/router.svg b/projects/icons-material/src/material/filled/router.svg similarity index 100% rename from projects/icons-material/src/filled/router.svg rename to projects/icons-material/src/material/filled/router.svg diff --git a/projects/icons-material/src/filled/rowing.svg b/projects/icons-material/src/material/filled/rowing.svg similarity index 100% rename from projects/icons-material/src/filled/rowing.svg rename to projects/icons-material/src/material/filled/rowing.svg diff --git a/projects/icons-material/src/filled/rss_feed.svg b/projects/icons-material/src/material/filled/rss_feed.svg similarity index 100% rename from projects/icons-material/src/filled/rss_feed.svg rename to projects/icons-material/src/material/filled/rss_feed.svg diff --git a/projects/icons-material/src/filled/rsvp.svg b/projects/icons-material/src/material/filled/rsvp.svg similarity index 100% rename from projects/icons-material/src/filled/rsvp.svg rename to projects/icons-material/src/material/filled/rsvp.svg diff --git a/projects/icons-material/src/filled/rtt.svg b/projects/icons-material/src/material/filled/rtt.svg similarity index 100% rename from projects/icons-material/src/filled/rtt.svg rename to projects/icons-material/src/material/filled/rtt.svg diff --git a/projects/icons-material/src/filled/rule.svg b/projects/icons-material/src/material/filled/rule.svg similarity index 100% rename from projects/icons-material/src/filled/rule.svg rename to projects/icons-material/src/material/filled/rule.svg diff --git a/projects/icons-material/src/filled/rule_folder.svg b/projects/icons-material/src/material/filled/rule_folder.svg similarity index 100% rename from projects/icons-material/src/filled/rule_folder.svg rename to projects/icons-material/src/material/filled/rule_folder.svg diff --git a/projects/icons-material/src/filled/run_circle.svg b/projects/icons-material/src/material/filled/run_circle.svg similarity index 100% rename from projects/icons-material/src/filled/run_circle.svg rename to projects/icons-material/src/material/filled/run_circle.svg diff --git a/projects/icons-material/src/filled/running_with_errors.svg b/projects/icons-material/src/material/filled/running_with_errors.svg similarity index 100% rename from projects/icons-material/src/filled/running_with_errors.svg rename to projects/icons-material/src/material/filled/running_with_errors.svg diff --git a/projects/icons-material/src/filled/rv_hookup.svg b/projects/icons-material/src/material/filled/rv_hookup.svg similarity index 100% rename from projects/icons-material/src/filled/rv_hookup.svg rename to projects/icons-material/src/material/filled/rv_hookup.svg diff --git a/projects/icons-material/src/filled/safety_check.svg b/projects/icons-material/src/material/filled/safety_check.svg similarity index 100% rename from projects/icons-material/src/filled/safety_check.svg rename to projects/icons-material/src/material/filled/safety_check.svg diff --git a/projects/icons-material/src/filled/safety_divider.svg b/projects/icons-material/src/material/filled/safety_divider.svg similarity index 100% rename from projects/icons-material/src/filled/safety_divider.svg rename to projects/icons-material/src/material/filled/safety_divider.svg diff --git a/projects/icons-material/src/filled/sailing.svg b/projects/icons-material/src/material/filled/sailing.svg similarity index 100% rename from projects/icons-material/src/filled/sailing.svg rename to projects/icons-material/src/material/filled/sailing.svg diff --git a/projects/icons-material/src/filled/sanitizer.svg b/projects/icons-material/src/material/filled/sanitizer.svg similarity index 100% rename from projects/icons-material/src/filled/sanitizer.svg rename to projects/icons-material/src/material/filled/sanitizer.svg diff --git a/projects/icons-material/src/filled/satellite.svg b/projects/icons-material/src/material/filled/satellite.svg similarity index 100% rename from projects/icons-material/src/filled/satellite.svg rename to projects/icons-material/src/material/filled/satellite.svg diff --git a/projects/icons-material/src/filled/satellite_alt.svg b/projects/icons-material/src/material/filled/satellite_alt.svg similarity index 100% rename from projects/icons-material/src/filled/satellite_alt.svg rename to projects/icons-material/src/material/filled/satellite_alt.svg diff --git a/projects/icons-material/src/filled/save.svg b/projects/icons-material/src/material/filled/save.svg similarity index 100% rename from projects/icons-material/src/filled/save.svg rename to projects/icons-material/src/material/filled/save.svg diff --git a/projects/icons-material/src/filled/save_alt.svg b/projects/icons-material/src/material/filled/save_alt.svg similarity index 100% rename from projects/icons-material/src/filled/save_alt.svg rename to projects/icons-material/src/material/filled/save_alt.svg diff --git a/projects/icons-material/src/filled/save_as.svg b/projects/icons-material/src/material/filled/save_as.svg similarity index 100% rename from projects/icons-material/src/filled/save_as.svg rename to projects/icons-material/src/material/filled/save_as.svg diff --git a/projects/icons-material/src/filled/saved_search.svg b/projects/icons-material/src/material/filled/saved_search.svg similarity index 100% rename from projects/icons-material/src/filled/saved_search.svg rename to projects/icons-material/src/material/filled/saved_search.svg diff --git a/projects/icons-material/src/filled/savings.svg b/projects/icons-material/src/material/filled/savings.svg similarity index 100% rename from projects/icons-material/src/filled/savings.svg rename to projects/icons-material/src/material/filled/savings.svg diff --git a/projects/icons-material/src/filled/scale.svg b/projects/icons-material/src/material/filled/scale.svg similarity index 100% rename from projects/icons-material/src/filled/scale.svg rename to projects/icons-material/src/material/filled/scale.svg diff --git a/projects/icons-material/src/filled/scanner.svg b/projects/icons-material/src/material/filled/scanner.svg similarity index 100% rename from projects/icons-material/src/filled/scanner.svg rename to projects/icons-material/src/material/filled/scanner.svg diff --git a/projects/icons-material/src/filled/scatter_plot.svg b/projects/icons-material/src/material/filled/scatter_plot.svg similarity index 100% rename from projects/icons-material/src/filled/scatter_plot.svg rename to projects/icons-material/src/material/filled/scatter_plot.svg diff --git a/projects/icons-material/src/filled/schedule.svg b/projects/icons-material/src/material/filled/schedule.svg similarity index 100% rename from projects/icons-material/src/filled/schedule.svg rename to projects/icons-material/src/material/filled/schedule.svg diff --git a/projects/icons-material/src/filled/schedule_send.svg b/projects/icons-material/src/material/filled/schedule_send.svg similarity index 100% rename from projects/icons-material/src/filled/schedule_send.svg rename to projects/icons-material/src/material/filled/schedule_send.svg diff --git a/projects/icons-material/src/filled/schema.svg b/projects/icons-material/src/material/filled/schema.svg similarity index 100% rename from projects/icons-material/src/filled/schema.svg rename to projects/icons-material/src/material/filled/schema.svg diff --git a/projects/icons-material/src/filled/school.svg b/projects/icons-material/src/material/filled/school.svg similarity index 100% rename from projects/icons-material/src/filled/school.svg rename to projects/icons-material/src/material/filled/school.svg diff --git a/projects/icons-material/src/filled/science.svg b/projects/icons-material/src/material/filled/science.svg similarity index 100% rename from projects/icons-material/src/filled/science.svg rename to projects/icons-material/src/material/filled/science.svg diff --git a/projects/icons-material/src/filled/score.svg b/projects/icons-material/src/material/filled/score.svg similarity index 100% rename from projects/icons-material/src/filled/score.svg rename to projects/icons-material/src/material/filled/score.svg diff --git a/projects/icons-material/src/filled/scoreboard.svg b/projects/icons-material/src/material/filled/scoreboard.svg similarity index 100% rename from projects/icons-material/src/filled/scoreboard.svg rename to projects/icons-material/src/material/filled/scoreboard.svg diff --git a/projects/icons-material/src/filled/screen_lock_landscape.svg b/projects/icons-material/src/material/filled/screen_lock_landscape.svg similarity index 100% rename from projects/icons-material/src/filled/screen_lock_landscape.svg rename to projects/icons-material/src/material/filled/screen_lock_landscape.svg diff --git a/projects/icons-material/src/filled/screen_lock_portrait.svg b/projects/icons-material/src/material/filled/screen_lock_portrait.svg similarity index 100% rename from projects/icons-material/src/filled/screen_lock_portrait.svg rename to projects/icons-material/src/material/filled/screen_lock_portrait.svg diff --git a/projects/icons-material/src/filled/screen_lock_rotation.svg b/projects/icons-material/src/material/filled/screen_lock_rotation.svg similarity index 100% rename from projects/icons-material/src/filled/screen_lock_rotation.svg rename to projects/icons-material/src/material/filled/screen_lock_rotation.svg diff --git a/projects/icons-material/src/filled/screen_rotation.svg b/projects/icons-material/src/material/filled/screen_rotation.svg similarity index 100% rename from projects/icons-material/src/filled/screen_rotation.svg rename to projects/icons-material/src/material/filled/screen_rotation.svg diff --git a/projects/icons-material/src/filled/screen_rotation_alt.svg b/projects/icons-material/src/material/filled/screen_rotation_alt.svg similarity index 100% rename from projects/icons-material/src/filled/screen_rotation_alt.svg rename to projects/icons-material/src/material/filled/screen_rotation_alt.svg diff --git a/projects/icons-material/src/filled/screen_search_desktop.svg b/projects/icons-material/src/material/filled/screen_search_desktop.svg similarity index 100% rename from projects/icons-material/src/filled/screen_search_desktop.svg rename to projects/icons-material/src/material/filled/screen_search_desktop.svg diff --git a/projects/icons-material/src/filled/screen_share.svg b/projects/icons-material/src/material/filled/screen_share.svg similarity index 100% rename from projects/icons-material/src/filled/screen_share.svg rename to projects/icons-material/src/material/filled/screen_share.svg diff --git a/projects/icons-material/src/filled/screenshot.svg b/projects/icons-material/src/material/filled/screenshot.svg similarity index 100% rename from projects/icons-material/src/filled/screenshot.svg rename to projects/icons-material/src/material/filled/screenshot.svg diff --git a/projects/icons-material/src/filled/screenshot_monitor.svg b/projects/icons-material/src/material/filled/screenshot_monitor.svg similarity index 100% rename from projects/icons-material/src/filled/screenshot_monitor.svg rename to projects/icons-material/src/material/filled/screenshot_monitor.svg diff --git a/projects/icons-material/src/filled/scuba_diving.svg b/projects/icons-material/src/material/filled/scuba_diving.svg similarity index 100% rename from projects/icons-material/src/filled/scuba_diving.svg rename to projects/icons-material/src/material/filled/scuba_diving.svg diff --git a/projects/icons-material/src/filled/sd.svg b/projects/icons-material/src/material/filled/sd.svg similarity index 100% rename from projects/icons-material/src/filled/sd.svg rename to projects/icons-material/src/material/filled/sd.svg diff --git a/projects/icons-material/src/filled/sd_card.svg b/projects/icons-material/src/material/filled/sd_card.svg similarity index 100% rename from projects/icons-material/src/filled/sd_card.svg rename to projects/icons-material/src/material/filled/sd_card.svg diff --git a/projects/icons-material/src/filled/sd_card_alert.svg b/projects/icons-material/src/material/filled/sd_card_alert.svg similarity index 100% rename from projects/icons-material/src/filled/sd_card_alert.svg rename to projects/icons-material/src/material/filled/sd_card_alert.svg diff --git a/projects/icons-material/src/filled/sd_storage.svg b/projects/icons-material/src/material/filled/sd_storage.svg similarity index 100% rename from projects/icons-material/src/filled/sd_storage.svg rename to projects/icons-material/src/material/filled/sd_storage.svg diff --git a/projects/icons-material/src/filled/search.svg b/projects/icons-material/src/material/filled/search.svg similarity index 100% rename from projects/icons-material/src/filled/search.svg rename to projects/icons-material/src/material/filled/search.svg diff --git a/projects/icons-material/src/filled/search_off.svg b/projects/icons-material/src/material/filled/search_off.svg similarity index 100% rename from projects/icons-material/src/filled/search_off.svg rename to projects/icons-material/src/material/filled/search_off.svg diff --git a/projects/icons-material/src/filled/security.svg b/projects/icons-material/src/material/filled/security.svg similarity index 100% rename from projects/icons-material/src/filled/security.svg rename to projects/icons-material/src/material/filled/security.svg diff --git a/projects/icons-material/src/filled/security_update.svg b/projects/icons-material/src/material/filled/security_update.svg similarity index 100% rename from projects/icons-material/src/filled/security_update.svg rename to projects/icons-material/src/material/filled/security_update.svg diff --git a/projects/icons-material/src/filled/security_update_good.svg b/projects/icons-material/src/material/filled/security_update_good.svg similarity index 100% rename from projects/icons-material/src/filled/security_update_good.svg rename to projects/icons-material/src/material/filled/security_update_good.svg diff --git a/projects/icons-material/src/filled/security_update_warning.svg b/projects/icons-material/src/material/filled/security_update_warning.svg similarity index 100% rename from projects/icons-material/src/filled/security_update_warning.svg rename to projects/icons-material/src/material/filled/security_update_warning.svg diff --git a/projects/icons-material/src/filled/segment.svg b/projects/icons-material/src/material/filled/segment.svg similarity index 100% rename from projects/icons-material/src/filled/segment.svg rename to projects/icons-material/src/material/filled/segment.svg diff --git a/projects/icons-material/src/filled/select_all.svg b/projects/icons-material/src/material/filled/select_all.svg similarity index 100% rename from projects/icons-material/src/filled/select_all.svg rename to projects/icons-material/src/material/filled/select_all.svg diff --git a/projects/icons-material/src/filled/self_improvement.svg b/projects/icons-material/src/material/filled/self_improvement.svg similarity index 100% rename from projects/icons-material/src/filled/self_improvement.svg rename to projects/icons-material/src/material/filled/self_improvement.svg diff --git a/projects/icons-material/src/filled/sell.svg b/projects/icons-material/src/material/filled/sell.svg similarity index 100% rename from projects/icons-material/src/filled/sell.svg rename to projects/icons-material/src/material/filled/sell.svg diff --git a/projects/icons-material/src/filled/send.svg b/projects/icons-material/src/material/filled/send.svg similarity index 100% rename from projects/icons-material/src/filled/send.svg rename to projects/icons-material/src/material/filled/send.svg diff --git a/projects/icons-material/src/filled/send_and_archive.svg b/projects/icons-material/src/material/filled/send_and_archive.svg similarity index 100% rename from projects/icons-material/src/filled/send_and_archive.svg rename to projects/icons-material/src/material/filled/send_and_archive.svg diff --git a/projects/icons-material/src/filled/send_time_extension.svg b/projects/icons-material/src/material/filled/send_time_extension.svg similarity index 100% rename from projects/icons-material/src/filled/send_time_extension.svg rename to projects/icons-material/src/material/filled/send_time_extension.svg diff --git a/projects/icons-material/src/filled/send_to_mobile.svg b/projects/icons-material/src/material/filled/send_to_mobile.svg similarity index 100% rename from projects/icons-material/src/filled/send_to_mobile.svg rename to projects/icons-material/src/material/filled/send_to_mobile.svg diff --git a/projects/icons-material/src/filled/sensor_door.svg b/projects/icons-material/src/material/filled/sensor_door.svg similarity index 100% rename from projects/icons-material/src/filled/sensor_door.svg rename to projects/icons-material/src/material/filled/sensor_door.svg diff --git a/projects/icons-material/src/filled/sensor_occupied.svg b/projects/icons-material/src/material/filled/sensor_occupied.svg similarity index 100% rename from projects/icons-material/src/filled/sensor_occupied.svg rename to projects/icons-material/src/material/filled/sensor_occupied.svg diff --git a/projects/icons-material/src/filled/sensor_window.svg b/projects/icons-material/src/material/filled/sensor_window.svg similarity index 100% rename from projects/icons-material/src/filled/sensor_window.svg rename to projects/icons-material/src/material/filled/sensor_window.svg diff --git a/projects/icons-material/src/filled/sensors.svg b/projects/icons-material/src/material/filled/sensors.svg similarity index 100% rename from projects/icons-material/src/filled/sensors.svg rename to projects/icons-material/src/material/filled/sensors.svg diff --git a/projects/icons-material/src/filled/sensors_off.svg b/projects/icons-material/src/material/filled/sensors_off.svg similarity index 100% rename from projects/icons-material/src/filled/sensors_off.svg rename to projects/icons-material/src/material/filled/sensors_off.svg diff --git a/projects/icons-material/src/filled/sentiment_dissatisfied.svg b/projects/icons-material/src/material/filled/sentiment_dissatisfied.svg similarity index 100% rename from projects/icons-material/src/filled/sentiment_dissatisfied.svg rename to projects/icons-material/src/material/filled/sentiment_dissatisfied.svg diff --git a/projects/icons-material/src/filled/sentiment_neutral.svg b/projects/icons-material/src/material/filled/sentiment_neutral.svg similarity index 100% rename from projects/icons-material/src/filled/sentiment_neutral.svg rename to projects/icons-material/src/material/filled/sentiment_neutral.svg diff --git a/projects/icons-material/src/filled/sentiment_satisfied.svg b/projects/icons-material/src/material/filled/sentiment_satisfied.svg similarity index 100% rename from projects/icons-material/src/filled/sentiment_satisfied.svg rename to projects/icons-material/src/material/filled/sentiment_satisfied.svg diff --git a/projects/icons-material/src/filled/sentiment_satisfied_alt.svg b/projects/icons-material/src/material/filled/sentiment_satisfied_alt.svg similarity index 100% rename from projects/icons-material/src/filled/sentiment_satisfied_alt.svg rename to projects/icons-material/src/material/filled/sentiment_satisfied_alt.svg diff --git a/projects/icons-material/src/filled/sentiment_very_dissatisfied.svg b/projects/icons-material/src/material/filled/sentiment_very_dissatisfied.svg similarity index 100% rename from projects/icons-material/src/filled/sentiment_very_dissatisfied.svg rename to projects/icons-material/src/material/filled/sentiment_very_dissatisfied.svg diff --git a/projects/icons-material/src/filled/sentiment_very_satisfied.svg b/projects/icons-material/src/material/filled/sentiment_very_satisfied.svg similarity index 100% rename from projects/icons-material/src/filled/sentiment_very_satisfied.svg rename to projects/icons-material/src/material/filled/sentiment_very_satisfied.svg diff --git a/projects/icons-material/src/filled/set_meal.svg b/projects/icons-material/src/material/filled/set_meal.svg similarity index 100% rename from projects/icons-material/src/filled/set_meal.svg rename to projects/icons-material/src/material/filled/set_meal.svg diff --git a/projects/icons-material/src/filled/settings.svg b/projects/icons-material/src/material/filled/settings.svg similarity index 100% rename from projects/icons-material/src/filled/settings.svg rename to projects/icons-material/src/material/filled/settings.svg diff --git a/projects/icons-material/src/filled/settings_accessibility.svg b/projects/icons-material/src/material/filled/settings_accessibility.svg similarity index 100% rename from projects/icons-material/src/filled/settings_accessibility.svg rename to projects/icons-material/src/material/filled/settings_accessibility.svg diff --git a/projects/icons-material/src/filled/settings_applications.svg b/projects/icons-material/src/material/filled/settings_applications.svg similarity index 100% rename from projects/icons-material/src/filled/settings_applications.svg rename to projects/icons-material/src/material/filled/settings_applications.svg diff --git a/projects/icons-material/src/filled/settings_backup_restore.svg b/projects/icons-material/src/material/filled/settings_backup_restore.svg similarity index 100% rename from projects/icons-material/src/filled/settings_backup_restore.svg rename to projects/icons-material/src/material/filled/settings_backup_restore.svg diff --git a/projects/icons-material/src/filled/settings_bluetooth.svg b/projects/icons-material/src/material/filled/settings_bluetooth.svg similarity index 100% rename from projects/icons-material/src/filled/settings_bluetooth.svg rename to projects/icons-material/src/material/filled/settings_bluetooth.svg diff --git a/projects/icons-material/src/filled/settings_brightness.svg b/projects/icons-material/src/material/filled/settings_brightness.svg similarity index 100% rename from projects/icons-material/src/filled/settings_brightness.svg rename to projects/icons-material/src/material/filled/settings_brightness.svg diff --git a/projects/icons-material/src/filled/settings_cell.svg b/projects/icons-material/src/material/filled/settings_cell.svg similarity index 100% rename from projects/icons-material/src/filled/settings_cell.svg rename to projects/icons-material/src/material/filled/settings_cell.svg diff --git a/projects/icons-material/src/filled/settings_ethernet.svg b/projects/icons-material/src/material/filled/settings_ethernet.svg similarity index 100% rename from projects/icons-material/src/filled/settings_ethernet.svg rename to projects/icons-material/src/material/filled/settings_ethernet.svg diff --git a/projects/icons-material/src/filled/settings_input_antenna.svg b/projects/icons-material/src/material/filled/settings_input_antenna.svg similarity index 100% rename from projects/icons-material/src/filled/settings_input_antenna.svg rename to projects/icons-material/src/material/filled/settings_input_antenna.svg diff --git a/projects/icons-material/src/filled/settings_input_component.svg b/projects/icons-material/src/material/filled/settings_input_component.svg similarity index 100% rename from projects/icons-material/src/filled/settings_input_component.svg rename to projects/icons-material/src/material/filled/settings_input_component.svg diff --git a/projects/icons-material/src/filled/settings_input_composite.svg b/projects/icons-material/src/material/filled/settings_input_composite.svg similarity index 100% rename from projects/icons-material/src/filled/settings_input_composite.svg rename to projects/icons-material/src/material/filled/settings_input_composite.svg diff --git a/projects/icons-material/src/filled/settings_input_hdmi.svg b/projects/icons-material/src/material/filled/settings_input_hdmi.svg similarity index 100% rename from projects/icons-material/src/filled/settings_input_hdmi.svg rename to projects/icons-material/src/material/filled/settings_input_hdmi.svg diff --git a/projects/icons-material/src/filled/settings_input_svideo.svg b/projects/icons-material/src/material/filled/settings_input_svideo.svg similarity index 100% rename from projects/icons-material/src/filled/settings_input_svideo.svg rename to projects/icons-material/src/material/filled/settings_input_svideo.svg diff --git a/projects/icons-material/src/filled/settings_overscan.svg b/projects/icons-material/src/material/filled/settings_overscan.svg similarity index 100% rename from projects/icons-material/src/filled/settings_overscan.svg rename to projects/icons-material/src/material/filled/settings_overscan.svg diff --git a/projects/icons-material/src/filled/settings_phone.svg b/projects/icons-material/src/material/filled/settings_phone.svg similarity index 100% rename from projects/icons-material/src/filled/settings_phone.svg rename to projects/icons-material/src/material/filled/settings_phone.svg diff --git a/projects/icons-material/src/filled/settings_power.svg b/projects/icons-material/src/material/filled/settings_power.svg similarity index 100% rename from projects/icons-material/src/filled/settings_power.svg rename to projects/icons-material/src/material/filled/settings_power.svg diff --git a/projects/icons-material/src/filled/settings_remote.svg b/projects/icons-material/src/material/filled/settings_remote.svg similarity index 100% rename from projects/icons-material/src/filled/settings_remote.svg rename to projects/icons-material/src/material/filled/settings_remote.svg diff --git a/projects/icons-material/src/filled/settings_suggest.svg b/projects/icons-material/src/material/filled/settings_suggest.svg similarity index 100% rename from projects/icons-material/src/filled/settings_suggest.svg rename to projects/icons-material/src/material/filled/settings_suggest.svg diff --git a/projects/icons-material/src/filled/settings_system_daydream.svg b/projects/icons-material/src/material/filled/settings_system_daydream.svg similarity index 100% rename from projects/icons-material/src/filled/settings_system_daydream.svg rename to projects/icons-material/src/material/filled/settings_system_daydream.svg diff --git a/projects/icons-material/src/filled/settings_voice.svg b/projects/icons-material/src/material/filled/settings_voice.svg similarity index 100% rename from projects/icons-material/src/filled/settings_voice.svg rename to projects/icons-material/src/material/filled/settings_voice.svg diff --git a/projects/icons-material/src/filled/severe_cold.svg b/projects/icons-material/src/material/filled/severe_cold.svg similarity index 100% rename from projects/icons-material/src/filled/severe_cold.svg rename to projects/icons-material/src/material/filled/severe_cold.svg diff --git a/projects/icons-material/src/filled/shape_line.svg b/projects/icons-material/src/material/filled/shape_line.svg similarity index 100% rename from projects/icons-material/src/filled/shape_line.svg rename to projects/icons-material/src/material/filled/shape_line.svg diff --git a/projects/icons-material/src/filled/share.svg b/projects/icons-material/src/material/filled/share.svg similarity index 100% rename from projects/icons-material/src/filled/share.svg rename to projects/icons-material/src/material/filled/share.svg diff --git a/projects/icons-material/src/filled/share_location.svg b/projects/icons-material/src/material/filled/share_location.svg similarity index 100% rename from projects/icons-material/src/filled/share_location.svg rename to projects/icons-material/src/material/filled/share_location.svg diff --git a/projects/icons-material/src/filled/shield.svg b/projects/icons-material/src/material/filled/shield.svg similarity index 100% rename from projects/icons-material/src/filled/shield.svg rename to projects/icons-material/src/material/filled/shield.svg diff --git a/projects/icons-material/src/filled/shield_moon.svg b/projects/icons-material/src/material/filled/shield_moon.svg similarity index 100% rename from projects/icons-material/src/filled/shield_moon.svg rename to projects/icons-material/src/material/filled/shield_moon.svg diff --git a/projects/icons-material/src/filled/shop.svg b/projects/icons-material/src/material/filled/shop.svg similarity index 100% rename from projects/icons-material/src/filled/shop.svg rename to projects/icons-material/src/material/filled/shop.svg diff --git a/projects/icons-material/src/filled/shop_2.svg b/projects/icons-material/src/material/filled/shop_2.svg similarity index 100% rename from projects/icons-material/src/filled/shop_2.svg rename to projects/icons-material/src/material/filled/shop_2.svg diff --git a/projects/icons-material/src/filled/shop_two.svg b/projects/icons-material/src/material/filled/shop_two.svg similarity index 100% rename from projects/icons-material/src/filled/shop_two.svg rename to projects/icons-material/src/material/filled/shop_two.svg diff --git a/projects/icons-material/src/filled/shopping_bag.svg b/projects/icons-material/src/material/filled/shopping_bag.svg similarity index 100% rename from projects/icons-material/src/filled/shopping_bag.svg rename to projects/icons-material/src/material/filled/shopping_bag.svg diff --git a/projects/icons-material/src/filled/shopping_basket.svg b/projects/icons-material/src/material/filled/shopping_basket.svg similarity index 100% rename from projects/icons-material/src/filled/shopping_basket.svg rename to projects/icons-material/src/material/filled/shopping_basket.svg diff --git a/projects/icons-material/src/filled/shopping_cart.svg b/projects/icons-material/src/material/filled/shopping_cart.svg similarity index 100% rename from projects/icons-material/src/filled/shopping_cart.svg rename to projects/icons-material/src/material/filled/shopping_cart.svg diff --git a/projects/icons-material/src/filled/shopping_cart_checkout.svg b/projects/icons-material/src/material/filled/shopping_cart_checkout.svg similarity index 100% rename from projects/icons-material/src/filled/shopping_cart_checkout.svg rename to projects/icons-material/src/material/filled/shopping_cart_checkout.svg diff --git a/projects/icons-material/src/filled/short_text.svg b/projects/icons-material/src/material/filled/short_text.svg similarity index 100% rename from projects/icons-material/src/filled/short_text.svg rename to projects/icons-material/src/material/filled/short_text.svg diff --git a/projects/icons-material/src/filled/shortcut.svg b/projects/icons-material/src/material/filled/shortcut.svg similarity index 100% rename from projects/icons-material/src/filled/shortcut.svg rename to projects/icons-material/src/material/filled/shortcut.svg diff --git a/projects/icons-material/src/filled/show_chart.svg b/projects/icons-material/src/material/filled/show_chart.svg similarity index 100% rename from projects/icons-material/src/filled/show_chart.svg rename to projects/icons-material/src/material/filled/show_chart.svg diff --git a/projects/icons-material/src/filled/shower.svg b/projects/icons-material/src/material/filled/shower.svg similarity index 100% rename from projects/icons-material/src/filled/shower.svg rename to projects/icons-material/src/material/filled/shower.svg diff --git a/projects/icons-material/src/filled/shuffle.svg b/projects/icons-material/src/material/filled/shuffle.svg similarity index 100% rename from projects/icons-material/src/filled/shuffle.svg rename to projects/icons-material/src/material/filled/shuffle.svg diff --git a/projects/icons-material/src/filled/shuffle_on.svg b/projects/icons-material/src/material/filled/shuffle_on.svg similarity index 100% rename from projects/icons-material/src/filled/shuffle_on.svg rename to projects/icons-material/src/material/filled/shuffle_on.svg diff --git a/projects/icons-material/src/filled/shutter_speed.svg b/projects/icons-material/src/material/filled/shutter_speed.svg similarity index 100% rename from projects/icons-material/src/filled/shutter_speed.svg rename to projects/icons-material/src/material/filled/shutter_speed.svg diff --git a/projects/icons-material/src/filled/sick.svg b/projects/icons-material/src/material/filled/sick.svg similarity index 100% rename from projects/icons-material/src/filled/sick.svg rename to projects/icons-material/src/material/filled/sick.svg diff --git a/projects/icons-material/src/filled/sign_language.svg b/projects/icons-material/src/material/filled/sign_language.svg similarity index 100% rename from projects/icons-material/src/filled/sign_language.svg rename to projects/icons-material/src/material/filled/sign_language.svg diff --git a/projects/icons-material/src/filled/signal_cellular_0_bar.svg b/projects/icons-material/src/material/filled/signal_cellular_0_bar.svg similarity index 100% rename from projects/icons-material/src/filled/signal_cellular_0_bar.svg rename to projects/icons-material/src/material/filled/signal_cellular_0_bar.svg diff --git a/projects/icons-material/src/filled/signal_cellular_4_bar.svg b/projects/icons-material/src/material/filled/signal_cellular_4_bar.svg similarity index 100% rename from projects/icons-material/src/filled/signal_cellular_4_bar.svg rename to projects/icons-material/src/material/filled/signal_cellular_4_bar.svg diff --git a/projects/icons-material/src/filled/signal_cellular_alt.svg b/projects/icons-material/src/material/filled/signal_cellular_alt.svg similarity index 100% rename from projects/icons-material/src/filled/signal_cellular_alt.svg rename to projects/icons-material/src/material/filled/signal_cellular_alt.svg diff --git a/projects/icons-material/src/filled/signal_cellular_alt_1_bar.svg b/projects/icons-material/src/material/filled/signal_cellular_alt_1_bar.svg similarity index 100% rename from projects/icons-material/src/filled/signal_cellular_alt_1_bar.svg rename to projects/icons-material/src/material/filled/signal_cellular_alt_1_bar.svg diff --git a/projects/icons-material/src/filled/signal_cellular_alt_2_bar.svg b/projects/icons-material/src/material/filled/signal_cellular_alt_2_bar.svg similarity index 100% rename from projects/icons-material/src/filled/signal_cellular_alt_2_bar.svg rename to projects/icons-material/src/material/filled/signal_cellular_alt_2_bar.svg diff --git a/projects/icons-material/src/filled/signal_cellular_connected_no_internet_0_bar.svg b/projects/icons-material/src/material/filled/signal_cellular_connected_no_internet_0_bar.svg similarity index 100% rename from projects/icons-material/src/filled/signal_cellular_connected_no_internet_0_bar.svg rename to projects/icons-material/src/material/filled/signal_cellular_connected_no_internet_0_bar.svg diff --git a/projects/icons-material/src/filled/signal_cellular_connected_no_internet_4_bar.svg b/projects/icons-material/src/material/filled/signal_cellular_connected_no_internet_4_bar.svg similarity index 100% rename from projects/icons-material/src/filled/signal_cellular_connected_no_internet_4_bar.svg rename to projects/icons-material/src/material/filled/signal_cellular_connected_no_internet_4_bar.svg diff --git a/projects/icons-material/src/filled/signal_cellular_no_sim.svg b/projects/icons-material/src/material/filled/signal_cellular_no_sim.svg similarity index 100% rename from projects/icons-material/src/filled/signal_cellular_no_sim.svg rename to projects/icons-material/src/material/filled/signal_cellular_no_sim.svg diff --git a/projects/icons-material/src/filled/signal_cellular_nodata.svg b/projects/icons-material/src/material/filled/signal_cellular_nodata.svg similarity index 100% rename from projects/icons-material/src/filled/signal_cellular_nodata.svg rename to projects/icons-material/src/material/filled/signal_cellular_nodata.svg diff --git a/projects/icons-material/src/filled/signal_cellular_null.svg b/projects/icons-material/src/material/filled/signal_cellular_null.svg similarity index 100% rename from projects/icons-material/src/filled/signal_cellular_null.svg rename to projects/icons-material/src/material/filled/signal_cellular_null.svg diff --git a/projects/icons-material/src/filled/signal_cellular_off.svg b/projects/icons-material/src/material/filled/signal_cellular_off.svg similarity index 100% rename from projects/icons-material/src/filled/signal_cellular_off.svg rename to projects/icons-material/src/material/filled/signal_cellular_off.svg diff --git a/projects/icons-material/src/filled/signal_wifi_0_bar.svg b/projects/icons-material/src/material/filled/signal_wifi_0_bar.svg similarity index 100% rename from projects/icons-material/src/filled/signal_wifi_0_bar.svg rename to projects/icons-material/src/material/filled/signal_wifi_0_bar.svg diff --git a/projects/icons-material/src/filled/signal_wifi_4_bar.svg b/projects/icons-material/src/material/filled/signal_wifi_4_bar.svg similarity index 100% rename from projects/icons-material/src/filled/signal_wifi_4_bar.svg rename to projects/icons-material/src/material/filled/signal_wifi_4_bar.svg diff --git a/projects/icons-material/src/filled/signal_wifi_4_bar_lock.svg b/projects/icons-material/src/material/filled/signal_wifi_4_bar_lock.svg similarity index 100% rename from projects/icons-material/src/filled/signal_wifi_4_bar_lock.svg rename to projects/icons-material/src/material/filled/signal_wifi_4_bar_lock.svg diff --git a/projects/icons-material/src/filled/signal_wifi_bad.svg b/projects/icons-material/src/material/filled/signal_wifi_bad.svg similarity index 100% rename from projects/icons-material/src/filled/signal_wifi_bad.svg rename to projects/icons-material/src/material/filled/signal_wifi_bad.svg diff --git a/projects/icons-material/src/filled/signal_wifi_connected_no_internet_4.svg b/projects/icons-material/src/material/filled/signal_wifi_connected_no_internet_4.svg similarity index 100% rename from projects/icons-material/src/filled/signal_wifi_connected_no_internet_4.svg rename to projects/icons-material/src/material/filled/signal_wifi_connected_no_internet_4.svg diff --git a/projects/icons-material/src/filled/signal_wifi_off.svg b/projects/icons-material/src/material/filled/signal_wifi_off.svg similarity index 100% rename from projects/icons-material/src/filled/signal_wifi_off.svg rename to projects/icons-material/src/material/filled/signal_wifi_off.svg diff --git a/projects/icons-material/src/filled/signal_wifi_statusbar_4_bar.svg b/projects/icons-material/src/material/filled/signal_wifi_statusbar_4_bar.svg similarity index 100% rename from projects/icons-material/src/filled/signal_wifi_statusbar_4_bar.svg rename to projects/icons-material/src/material/filled/signal_wifi_statusbar_4_bar.svg diff --git a/projects/icons-material/src/filled/signal_wifi_statusbar_connected_no_internet_4.svg b/projects/icons-material/src/material/filled/signal_wifi_statusbar_connected_no_internet_4.svg similarity index 100% rename from projects/icons-material/src/filled/signal_wifi_statusbar_connected_no_internet_4.svg rename to projects/icons-material/src/material/filled/signal_wifi_statusbar_connected_no_internet_4.svg diff --git a/projects/icons-material/src/filled/signal_wifi_statusbar_null.svg b/projects/icons-material/src/material/filled/signal_wifi_statusbar_null.svg similarity index 100% rename from projects/icons-material/src/filled/signal_wifi_statusbar_null.svg rename to projects/icons-material/src/material/filled/signal_wifi_statusbar_null.svg diff --git a/projects/icons-material/src/filled/signpost.svg b/projects/icons-material/src/material/filled/signpost.svg similarity index 100% rename from projects/icons-material/src/filled/signpost.svg rename to projects/icons-material/src/material/filled/signpost.svg diff --git a/projects/icons-material/src/filled/sim_card.svg b/projects/icons-material/src/material/filled/sim_card.svg similarity index 100% rename from projects/icons-material/src/filled/sim_card.svg rename to projects/icons-material/src/material/filled/sim_card.svg diff --git a/projects/icons-material/src/filled/sim_card_alert.svg b/projects/icons-material/src/material/filled/sim_card_alert.svg similarity index 100% rename from projects/icons-material/src/filled/sim_card_alert.svg rename to projects/icons-material/src/material/filled/sim_card_alert.svg diff --git a/projects/icons-material/src/filled/sim_card_download.svg b/projects/icons-material/src/material/filled/sim_card_download.svg similarity index 100% rename from projects/icons-material/src/filled/sim_card_download.svg rename to projects/icons-material/src/material/filled/sim_card_download.svg diff --git a/projects/icons-material/src/filled/single_bed.svg b/projects/icons-material/src/material/filled/single_bed.svg similarity index 100% rename from projects/icons-material/src/filled/single_bed.svg rename to projects/icons-material/src/material/filled/single_bed.svg diff --git a/projects/icons-material/src/filled/sip.svg b/projects/icons-material/src/material/filled/sip.svg similarity index 100% rename from projects/icons-material/src/filled/sip.svg rename to projects/icons-material/src/material/filled/sip.svg diff --git a/projects/icons-material/src/filled/skateboarding.svg b/projects/icons-material/src/material/filled/skateboarding.svg similarity index 100% rename from projects/icons-material/src/filled/skateboarding.svg rename to projects/icons-material/src/material/filled/skateboarding.svg diff --git a/projects/icons-material/src/filled/skip_next.svg b/projects/icons-material/src/material/filled/skip_next.svg similarity index 100% rename from projects/icons-material/src/filled/skip_next.svg rename to projects/icons-material/src/material/filled/skip_next.svg diff --git a/projects/icons-material/src/filled/skip_previous.svg b/projects/icons-material/src/material/filled/skip_previous.svg similarity index 100% rename from projects/icons-material/src/filled/skip_previous.svg rename to projects/icons-material/src/material/filled/skip_previous.svg diff --git a/projects/icons-material/src/filled/sledding.svg b/projects/icons-material/src/material/filled/sledding.svg similarity index 100% rename from projects/icons-material/src/filled/sledding.svg rename to projects/icons-material/src/material/filled/sledding.svg diff --git a/projects/icons-material/src/filled/slideshow.svg b/projects/icons-material/src/material/filled/slideshow.svg similarity index 100% rename from projects/icons-material/src/filled/slideshow.svg rename to projects/icons-material/src/material/filled/slideshow.svg diff --git a/projects/icons-material/src/filled/slow_motion_video.svg b/projects/icons-material/src/material/filled/slow_motion_video.svg similarity index 100% rename from projects/icons-material/src/filled/slow_motion_video.svg rename to projects/icons-material/src/material/filled/slow_motion_video.svg diff --git a/projects/icons-material/src/filled/smart_button.svg b/projects/icons-material/src/material/filled/smart_button.svg similarity index 100% rename from projects/icons-material/src/filled/smart_button.svg rename to projects/icons-material/src/material/filled/smart_button.svg diff --git a/projects/icons-material/src/filled/smart_display.svg b/projects/icons-material/src/material/filled/smart_display.svg similarity index 100% rename from projects/icons-material/src/filled/smart_display.svg rename to projects/icons-material/src/material/filled/smart_display.svg diff --git a/projects/icons-material/src/filled/smart_screen.svg b/projects/icons-material/src/material/filled/smart_screen.svg similarity index 100% rename from projects/icons-material/src/filled/smart_screen.svg rename to projects/icons-material/src/material/filled/smart_screen.svg diff --git a/projects/icons-material/src/filled/smart_toy.svg b/projects/icons-material/src/material/filled/smart_toy.svg similarity index 100% rename from projects/icons-material/src/filled/smart_toy.svg rename to projects/icons-material/src/material/filled/smart_toy.svg diff --git a/projects/icons-material/src/filled/smartphone.svg b/projects/icons-material/src/material/filled/smartphone.svg similarity index 100% rename from projects/icons-material/src/filled/smartphone.svg rename to projects/icons-material/src/material/filled/smartphone.svg diff --git a/projects/icons-material/src/filled/smoke_free.svg b/projects/icons-material/src/material/filled/smoke_free.svg similarity index 100% rename from projects/icons-material/src/filled/smoke_free.svg rename to projects/icons-material/src/material/filled/smoke_free.svg diff --git a/projects/icons-material/src/filled/smoking_rooms.svg b/projects/icons-material/src/material/filled/smoking_rooms.svg similarity index 100% rename from projects/icons-material/src/filled/smoking_rooms.svg rename to projects/icons-material/src/material/filled/smoking_rooms.svg diff --git a/projects/icons-material/src/filled/sms.svg b/projects/icons-material/src/material/filled/sms.svg similarity index 100% rename from projects/icons-material/src/filled/sms.svg rename to projects/icons-material/src/material/filled/sms.svg diff --git a/projects/icons-material/src/filled/sms_failed.svg b/projects/icons-material/src/material/filled/sms_failed.svg similarity index 100% rename from projects/icons-material/src/filled/sms_failed.svg rename to projects/icons-material/src/material/filled/sms_failed.svg diff --git a/projects/icons-material/src/filled/snippet_folder.svg b/projects/icons-material/src/material/filled/snippet_folder.svg similarity index 100% rename from projects/icons-material/src/filled/snippet_folder.svg rename to projects/icons-material/src/material/filled/snippet_folder.svg diff --git a/projects/icons-material/src/filled/snooze.svg b/projects/icons-material/src/material/filled/snooze.svg similarity index 100% rename from projects/icons-material/src/filled/snooze.svg rename to projects/icons-material/src/material/filled/snooze.svg diff --git a/projects/icons-material/src/filled/snowboarding.svg b/projects/icons-material/src/material/filled/snowboarding.svg similarity index 100% rename from projects/icons-material/src/filled/snowboarding.svg rename to projects/icons-material/src/material/filled/snowboarding.svg diff --git a/projects/icons-material/src/filled/snowmobile.svg b/projects/icons-material/src/material/filled/snowmobile.svg similarity index 100% rename from projects/icons-material/src/filled/snowmobile.svg rename to projects/icons-material/src/material/filled/snowmobile.svg diff --git a/projects/icons-material/src/filled/snowshoeing.svg b/projects/icons-material/src/material/filled/snowshoeing.svg similarity index 100% rename from projects/icons-material/src/filled/snowshoeing.svg rename to projects/icons-material/src/material/filled/snowshoeing.svg diff --git a/projects/icons-material/src/filled/soap.svg b/projects/icons-material/src/material/filled/soap.svg similarity index 100% rename from projects/icons-material/src/filled/soap.svg rename to projects/icons-material/src/material/filled/soap.svg diff --git a/projects/icons-material/src/filled/social_distance.svg b/projects/icons-material/src/material/filled/social_distance.svg similarity index 100% rename from projects/icons-material/src/filled/social_distance.svg rename to projects/icons-material/src/material/filled/social_distance.svg diff --git a/projects/icons-material/src/filled/solar_power.svg b/projects/icons-material/src/material/filled/solar_power.svg similarity index 100% rename from projects/icons-material/src/filled/solar_power.svg rename to projects/icons-material/src/material/filled/solar_power.svg diff --git a/projects/icons-material/src/filled/sort.svg b/projects/icons-material/src/material/filled/sort.svg similarity index 100% rename from projects/icons-material/src/filled/sort.svg rename to projects/icons-material/src/material/filled/sort.svg diff --git a/projects/icons-material/src/filled/sort_by_alpha.svg b/projects/icons-material/src/material/filled/sort_by_alpha.svg similarity index 100% rename from projects/icons-material/src/filled/sort_by_alpha.svg rename to projects/icons-material/src/material/filled/sort_by_alpha.svg diff --git a/projects/icons-material/src/filled/sos.svg b/projects/icons-material/src/material/filled/sos.svg similarity index 100% rename from projects/icons-material/src/filled/sos.svg rename to projects/icons-material/src/material/filled/sos.svg diff --git a/projects/icons-material/src/filled/soup_kitchen.svg b/projects/icons-material/src/material/filled/soup_kitchen.svg similarity index 100% rename from projects/icons-material/src/filled/soup_kitchen.svg rename to projects/icons-material/src/material/filled/soup_kitchen.svg diff --git a/projects/icons-material/src/filled/source.svg b/projects/icons-material/src/material/filled/source.svg similarity index 100% rename from projects/icons-material/src/filled/source.svg rename to projects/icons-material/src/material/filled/source.svg diff --git a/projects/icons-material/src/filled/south.svg b/projects/icons-material/src/material/filled/south.svg similarity index 100% rename from projects/icons-material/src/filled/south.svg rename to projects/icons-material/src/material/filled/south.svg diff --git a/projects/icons-material/src/filled/south_america.svg b/projects/icons-material/src/material/filled/south_america.svg similarity index 100% rename from projects/icons-material/src/filled/south_america.svg rename to projects/icons-material/src/material/filled/south_america.svg diff --git a/projects/icons-material/src/filled/south_east.svg b/projects/icons-material/src/material/filled/south_east.svg similarity index 100% rename from projects/icons-material/src/filled/south_east.svg rename to projects/icons-material/src/material/filled/south_east.svg diff --git a/projects/icons-material/src/filled/south_west.svg b/projects/icons-material/src/material/filled/south_west.svg similarity index 100% rename from projects/icons-material/src/filled/south_west.svg rename to projects/icons-material/src/material/filled/south_west.svg diff --git a/projects/icons-material/src/filled/spa.svg b/projects/icons-material/src/material/filled/spa.svg similarity index 100% rename from projects/icons-material/src/filled/spa.svg rename to projects/icons-material/src/material/filled/spa.svg diff --git a/projects/icons-material/src/filled/space_bar.svg b/projects/icons-material/src/material/filled/space_bar.svg similarity index 100% rename from projects/icons-material/src/filled/space_bar.svg rename to projects/icons-material/src/material/filled/space_bar.svg diff --git a/projects/icons-material/src/filled/space_dashboard.svg b/projects/icons-material/src/material/filled/space_dashboard.svg similarity index 100% rename from projects/icons-material/src/filled/space_dashboard.svg rename to projects/icons-material/src/material/filled/space_dashboard.svg diff --git a/projects/icons-material/src/filled/spatial_audio.svg b/projects/icons-material/src/material/filled/spatial_audio.svg similarity index 100% rename from projects/icons-material/src/filled/spatial_audio.svg rename to projects/icons-material/src/material/filled/spatial_audio.svg diff --git a/projects/icons-material/src/filled/spatial_audio_off.svg b/projects/icons-material/src/material/filled/spatial_audio_off.svg similarity index 100% rename from projects/icons-material/src/filled/spatial_audio_off.svg rename to projects/icons-material/src/material/filled/spatial_audio_off.svg diff --git a/projects/icons-material/src/filled/spatial_tracking.svg b/projects/icons-material/src/material/filled/spatial_tracking.svg similarity index 100% rename from projects/icons-material/src/filled/spatial_tracking.svg rename to projects/icons-material/src/material/filled/spatial_tracking.svg diff --git a/projects/icons-material/src/filled/speaker.svg b/projects/icons-material/src/material/filled/speaker.svg similarity index 100% rename from projects/icons-material/src/filled/speaker.svg rename to projects/icons-material/src/material/filled/speaker.svg diff --git a/projects/icons-material/src/filled/speaker_group.svg b/projects/icons-material/src/material/filled/speaker_group.svg similarity index 100% rename from projects/icons-material/src/filled/speaker_group.svg rename to projects/icons-material/src/material/filled/speaker_group.svg diff --git a/projects/icons-material/src/filled/speaker_notes.svg b/projects/icons-material/src/material/filled/speaker_notes.svg similarity index 100% rename from projects/icons-material/src/filled/speaker_notes.svg rename to projects/icons-material/src/material/filled/speaker_notes.svg diff --git a/projects/icons-material/src/filled/speaker_notes_off.svg b/projects/icons-material/src/material/filled/speaker_notes_off.svg similarity index 100% rename from projects/icons-material/src/filled/speaker_notes_off.svg rename to projects/icons-material/src/material/filled/speaker_notes_off.svg diff --git a/projects/icons-material/src/filled/speaker_phone.svg b/projects/icons-material/src/material/filled/speaker_phone.svg similarity index 100% rename from projects/icons-material/src/filled/speaker_phone.svg rename to projects/icons-material/src/material/filled/speaker_phone.svg diff --git a/projects/icons-material/src/filled/speed.svg b/projects/icons-material/src/material/filled/speed.svg similarity index 100% rename from projects/icons-material/src/filled/speed.svg rename to projects/icons-material/src/material/filled/speed.svg diff --git a/projects/icons-material/src/filled/spellcheck.svg b/projects/icons-material/src/material/filled/spellcheck.svg similarity index 100% rename from projects/icons-material/src/filled/spellcheck.svg rename to projects/icons-material/src/material/filled/spellcheck.svg diff --git a/projects/icons-material/src/filled/splitscreen.svg b/projects/icons-material/src/material/filled/splitscreen.svg similarity index 100% rename from projects/icons-material/src/filled/splitscreen.svg rename to projects/icons-material/src/material/filled/splitscreen.svg diff --git a/projects/icons-material/src/filled/spoke.svg b/projects/icons-material/src/material/filled/spoke.svg similarity index 100% rename from projects/icons-material/src/filled/spoke.svg rename to projects/icons-material/src/material/filled/spoke.svg diff --git a/projects/icons-material/src/filled/sports.svg b/projects/icons-material/src/material/filled/sports.svg similarity index 100% rename from projects/icons-material/src/filled/sports.svg rename to projects/icons-material/src/material/filled/sports.svg diff --git a/projects/icons-material/src/filled/sports_bar.svg b/projects/icons-material/src/material/filled/sports_bar.svg similarity index 100% rename from projects/icons-material/src/filled/sports_bar.svg rename to projects/icons-material/src/material/filled/sports_bar.svg diff --git a/projects/icons-material/src/filled/sports_baseball.svg b/projects/icons-material/src/material/filled/sports_baseball.svg similarity index 100% rename from projects/icons-material/src/filled/sports_baseball.svg rename to projects/icons-material/src/material/filled/sports_baseball.svg diff --git a/projects/icons-material/src/filled/sports_basketball.svg b/projects/icons-material/src/material/filled/sports_basketball.svg similarity index 100% rename from projects/icons-material/src/filled/sports_basketball.svg rename to projects/icons-material/src/material/filled/sports_basketball.svg diff --git a/projects/icons-material/src/filled/sports_cricket.svg b/projects/icons-material/src/material/filled/sports_cricket.svg similarity index 100% rename from projects/icons-material/src/filled/sports_cricket.svg rename to projects/icons-material/src/material/filled/sports_cricket.svg diff --git a/projects/icons-material/src/filled/sports_esports.svg b/projects/icons-material/src/material/filled/sports_esports.svg similarity index 100% rename from projects/icons-material/src/filled/sports_esports.svg rename to projects/icons-material/src/material/filled/sports_esports.svg diff --git a/projects/icons-material/src/filled/sports_football.svg b/projects/icons-material/src/material/filled/sports_football.svg similarity index 100% rename from projects/icons-material/src/filled/sports_football.svg rename to projects/icons-material/src/material/filled/sports_football.svg diff --git a/projects/icons-material/src/filled/sports_golf.svg b/projects/icons-material/src/material/filled/sports_golf.svg similarity index 100% rename from projects/icons-material/src/filled/sports_golf.svg rename to projects/icons-material/src/material/filled/sports_golf.svg diff --git a/projects/icons-material/src/filled/sports_gymnastics.svg b/projects/icons-material/src/material/filled/sports_gymnastics.svg similarity index 100% rename from projects/icons-material/src/filled/sports_gymnastics.svg rename to projects/icons-material/src/material/filled/sports_gymnastics.svg diff --git a/projects/icons-material/src/filled/sports_handball.svg b/projects/icons-material/src/material/filled/sports_handball.svg similarity index 100% rename from projects/icons-material/src/filled/sports_handball.svg rename to projects/icons-material/src/material/filled/sports_handball.svg diff --git a/projects/icons-material/src/filled/sports_hockey.svg b/projects/icons-material/src/material/filled/sports_hockey.svg similarity index 100% rename from projects/icons-material/src/filled/sports_hockey.svg rename to projects/icons-material/src/material/filled/sports_hockey.svg diff --git a/projects/icons-material/src/filled/sports_kabaddi.svg b/projects/icons-material/src/material/filled/sports_kabaddi.svg similarity index 100% rename from projects/icons-material/src/filled/sports_kabaddi.svg rename to projects/icons-material/src/material/filled/sports_kabaddi.svg diff --git a/projects/icons-material/src/filled/sports_martial_arts.svg b/projects/icons-material/src/material/filled/sports_martial_arts.svg similarity index 100% rename from projects/icons-material/src/filled/sports_martial_arts.svg rename to projects/icons-material/src/material/filled/sports_martial_arts.svg diff --git a/projects/icons-material/src/filled/sports_mma.svg b/projects/icons-material/src/material/filled/sports_mma.svg similarity index 100% rename from projects/icons-material/src/filled/sports_mma.svg rename to projects/icons-material/src/material/filled/sports_mma.svg diff --git a/projects/icons-material/src/filled/sports_motorsports.svg b/projects/icons-material/src/material/filled/sports_motorsports.svg similarity index 100% rename from projects/icons-material/src/filled/sports_motorsports.svg rename to projects/icons-material/src/material/filled/sports_motorsports.svg diff --git a/projects/icons-material/src/filled/sports_rugby.svg b/projects/icons-material/src/material/filled/sports_rugby.svg similarity index 100% rename from projects/icons-material/src/filled/sports_rugby.svg rename to projects/icons-material/src/material/filled/sports_rugby.svg diff --git a/projects/icons-material/src/filled/sports_score.svg b/projects/icons-material/src/material/filled/sports_score.svg similarity index 100% rename from projects/icons-material/src/filled/sports_score.svg rename to projects/icons-material/src/material/filled/sports_score.svg diff --git a/projects/icons-material/src/filled/sports_soccer.svg b/projects/icons-material/src/material/filled/sports_soccer.svg similarity index 100% rename from projects/icons-material/src/filled/sports_soccer.svg rename to projects/icons-material/src/material/filled/sports_soccer.svg diff --git a/projects/icons-material/src/filled/sports_tennis.svg b/projects/icons-material/src/material/filled/sports_tennis.svg similarity index 100% rename from projects/icons-material/src/filled/sports_tennis.svg rename to projects/icons-material/src/material/filled/sports_tennis.svg diff --git a/projects/icons-material/src/filled/sports_volleyball.svg b/projects/icons-material/src/material/filled/sports_volleyball.svg similarity index 100% rename from projects/icons-material/src/filled/sports_volleyball.svg rename to projects/icons-material/src/material/filled/sports_volleyball.svg diff --git a/projects/icons-material/src/filled/square.svg b/projects/icons-material/src/material/filled/square.svg similarity index 100% rename from projects/icons-material/src/filled/square.svg rename to projects/icons-material/src/material/filled/square.svg diff --git a/projects/icons-material/src/filled/square_foot.svg b/projects/icons-material/src/material/filled/square_foot.svg similarity index 100% rename from projects/icons-material/src/filled/square_foot.svg rename to projects/icons-material/src/material/filled/square_foot.svg diff --git a/projects/icons-material/src/filled/ssid_chart.svg b/projects/icons-material/src/material/filled/ssid_chart.svg similarity index 100% rename from projects/icons-material/src/filled/ssid_chart.svg rename to projects/icons-material/src/material/filled/ssid_chart.svg diff --git a/projects/icons-material/src/filled/stacked_bar_chart.svg b/projects/icons-material/src/material/filled/stacked_bar_chart.svg similarity index 100% rename from projects/icons-material/src/filled/stacked_bar_chart.svg rename to projects/icons-material/src/material/filled/stacked_bar_chart.svg diff --git a/projects/icons-material/src/filled/stacked_line_chart.svg b/projects/icons-material/src/material/filled/stacked_line_chart.svg similarity index 100% rename from projects/icons-material/src/filled/stacked_line_chart.svg rename to projects/icons-material/src/material/filled/stacked_line_chart.svg diff --git a/projects/icons-material/src/filled/stadium.svg b/projects/icons-material/src/material/filled/stadium.svg similarity index 100% rename from projects/icons-material/src/filled/stadium.svg rename to projects/icons-material/src/material/filled/stadium.svg diff --git a/projects/icons-material/src/filled/stairs.svg b/projects/icons-material/src/material/filled/stairs.svg similarity index 100% rename from projects/icons-material/src/filled/stairs.svg rename to projects/icons-material/src/material/filled/stairs.svg diff --git a/projects/icons-material/src/filled/star.svg b/projects/icons-material/src/material/filled/star.svg similarity index 100% rename from projects/icons-material/src/filled/star.svg rename to projects/icons-material/src/material/filled/star.svg diff --git a/projects/icons-material/src/filled/star_border.svg b/projects/icons-material/src/material/filled/star_border.svg similarity index 100% rename from projects/icons-material/src/filled/star_border.svg rename to projects/icons-material/src/material/filled/star_border.svg diff --git a/projects/icons-material/src/filled/star_border_purple500.svg b/projects/icons-material/src/material/filled/star_border_purple500.svg similarity index 100% rename from projects/icons-material/src/filled/star_border_purple500.svg rename to projects/icons-material/src/material/filled/star_border_purple500.svg diff --git a/projects/icons-material/src/filled/star_half.svg b/projects/icons-material/src/material/filled/star_half.svg similarity index 100% rename from projects/icons-material/src/filled/star_half.svg rename to projects/icons-material/src/material/filled/star_half.svg diff --git a/projects/icons-material/src/filled/star_outline.svg b/projects/icons-material/src/material/filled/star_outline.svg similarity index 100% rename from projects/icons-material/src/filled/star_outline.svg rename to projects/icons-material/src/material/filled/star_outline.svg diff --git a/projects/icons-material/src/filled/star_purple500.svg b/projects/icons-material/src/material/filled/star_purple500.svg similarity index 100% rename from projects/icons-material/src/filled/star_purple500.svg rename to projects/icons-material/src/material/filled/star_purple500.svg diff --git a/projects/icons-material/src/filled/star_rate.svg b/projects/icons-material/src/material/filled/star_rate.svg similarity index 100% rename from projects/icons-material/src/filled/star_rate.svg rename to projects/icons-material/src/material/filled/star_rate.svg diff --git a/projects/icons-material/src/filled/stars.svg b/projects/icons-material/src/material/filled/stars.svg similarity index 100% rename from projects/icons-material/src/filled/stars.svg rename to projects/icons-material/src/material/filled/stars.svg diff --git a/projects/icons-material/src/filled/start.svg b/projects/icons-material/src/material/filled/start.svg similarity index 100% rename from projects/icons-material/src/filled/start.svg rename to projects/icons-material/src/material/filled/start.svg diff --git a/projects/icons-material/src/filled/stay_current_landscape.svg b/projects/icons-material/src/material/filled/stay_current_landscape.svg similarity index 100% rename from projects/icons-material/src/filled/stay_current_landscape.svg rename to projects/icons-material/src/material/filled/stay_current_landscape.svg diff --git a/projects/icons-material/src/filled/stay_current_portrait.svg b/projects/icons-material/src/material/filled/stay_current_portrait.svg similarity index 100% rename from projects/icons-material/src/filled/stay_current_portrait.svg rename to projects/icons-material/src/material/filled/stay_current_portrait.svg diff --git a/projects/icons-material/src/filled/stay_primary_landscape.svg b/projects/icons-material/src/material/filled/stay_primary_landscape.svg similarity index 100% rename from projects/icons-material/src/filled/stay_primary_landscape.svg rename to projects/icons-material/src/material/filled/stay_primary_landscape.svg diff --git a/projects/icons-material/src/filled/stay_primary_portrait.svg b/projects/icons-material/src/material/filled/stay_primary_portrait.svg similarity index 100% rename from projects/icons-material/src/filled/stay_primary_portrait.svg rename to projects/icons-material/src/material/filled/stay_primary_portrait.svg diff --git a/projects/icons-material/src/filled/sticky_note_2.svg b/projects/icons-material/src/material/filled/sticky_note_2.svg similarity index 100% rename from projects/icons-material/src/filled/sticky_note_2.svg rename to projects/icons-material/src/material/filled/sticky_note_2.svg diff --git a/projects/icons-material/src/filled/stop.svg b/projects/icons-material/src/material/filled/stop.svg similarity index 100% rename from projects/icons-material/src/filled/stop.svg rename to projects/icons-material/src/material/filled/stop.svg diff --git a/projects/icons-material/src/filled/stop_circle.svg b/projects/icons-material/src/material/filled/stop_circle.svg similarity index 100% rename from projects/icons-material/src/filled/stop_circle.svg rename to projects/icons-material/src/material/filled/stop_circle.svg diff --git a/projects/icons-material/src/filled/stop_screen_share.svg b/projects/icons-material/src/material/filled/stop_screen_share.svg similarity index 100% rename from projects/icons-material/src/filled/stop_screen_share.svg rename to projects/icons-material/src/material/filled/stop_screen_share.svg diff --git a/projects/icons-material/src/filled/storage.svg b/projects/icons-material/src/material/filled/storage.svg similarity index 100% rename from projects/icons-material/src/filled/storage.svg rename to projects/icons-material/src/material/filled/storage.svg diff --git a/projects/icons-material/src/filled/store.svg b/projects/icons-material/src/material/filled/store.svg similarity index 100% rename from projects/icons-material/src/filled/store.svg rename to projects/icons-material/src/material/filled/store.svg diff --git a/projects/icons-material/src/filled/store_mall_directory.svg b/projects/icons-material/src/material/filled/store_mall_directory.svg similarity index 100% rename from projects/icons-material/src/filled/store_mall_directory.svg rename to projects/icons-material/src/material/filled/store_mall_directory.svg diff --git a/projects/icons-material/src/filled/storefront.svg b/projects/icons-material/src/material/filled/storefront.svg similarity index 100% rename from projects/icons-material/src/filled/storefront.svg rename to projects/icons-material/src/material/filled/storefront.svg diff --git a/projects/icons-material/src/filled/storm.svg b/projects/icons-material/src/material/filled/storm.svg similarity index 100% rename from projects/icons-material/src/filled/storm.svg rename to projects/icons-material/src/material/filled/storm.svg diff --git a/projects/icons-material/src/filled/straight.svg b/projects/icons-material/src/material/filled/straight.svg similarity index 100% rename from projects/icons-material/src/filled/straight.svg rename to projects/icons-material/src/material/filled/straight.svg diff --git a/projects/icons-material/src/filled/straighten.svg b/projects/icons-material/src/material/filled/straighten.svg similarity index 100% rename from projects/icons-material/src/filled/straighten.svg rename to projects/icons-material/src/material/filled/straighten.svg diff --git a/projects/icons-material/src/filled/stream.svg b/projects/icons-material/src/material/filled/stream.svg similarity index 100% rename from projects/icons-material/src/filled/stream.svg rename to projects/icons-material/src/material/filled/stream.svg diff --git a/projects/icons-material/src/filled/streetview.svg b/projects/icons-material/src/material/filled/streetview.svg similarity index 100% rename from projects/icons-material/src/filled/streetview.svg rename to projects/icons-material/src/material/filled/streetview.svg diff --git a/projects/icons-material/src/filled/strikethrough_s.svg b/projects/icons-material/src/material/filled/strikethrough_s.svg similarity index 100% rename from projects/icons-material/src/filled/strikethrough_s.svg rename to projects/icons-material/src/material/filled/strikethrough_s.svg diff --git a/projects/icons-material/src/filled/stroller.svg b/projects/icons-material/src/material/filled/stroller.svg similarity index 100% rename from projects/icons-material/src/filled/stroller.svg rename to projects/icons-material/src/material/filled/stroller.svg diff --git a/projects/icons-material/src/filled/style.svg b/projects/icons-material/src/material/filled/style.svg similarity index 100% rename from projects/icons-material/src/filled/style.svg rename to projects/icons-material/src/material/filled/style.svg diff --git a/projects/icons-material/src/filled/subdirectory_arrow_left.svg b/projects/icons-material/src/material/filled/subdirectory_arrow_left.svg similarity index 100% rename from projects/icons-material/src/filled/subdirectory_arrow_left.svg rename to projects/icons-material/src/material/filled/subdirectory_arrow_left.svg diff --git a/projects/icons-material/src/filled/subdirectory_arrow_right.svg b/projects/icons-material/src/material/filled/subdirectory_arrow_right.svg similarity index 100% rename from projects/icons-material/src/filled/subdirectory_arrow_right.svg rename to projects/icons-material/src/material/filled/subdirectory_arrow_right.svg diff --git a/projects/icons-material/src/filled/subject.svg b/projects/icons-material/src/material/filled/subject.svg similarity index 100% rename from projects/icons-material/src/filled/subject.svg rename to projects/icons-material/src/material/filled/subject.svg diff --git a/projects/icons-material/src/filled/subscript.svg b/projects/icons-material/src/material/filled/subscript.svg similarity index 100% rename from projects/icons-material/src/filled/subscript.svg rename to projects/icons-material/src/material/filled/subscript.svg diff --git a/projects/icons-material/src/filled/subscriptions.svg b/projects/icons-material/src/material/filled/subscriptions.svg similarity index 100% rename from projects/icons-material/src/filled/subscriptions.svg rename to projects/icons-material/src/material/filled/subscriptions.svg diff --git a/projects/icons-material/src/filled/subtitles.svg b/projects/icons-material/src/material/filled/subtitles.svg similarity index 100% rename from projects/icons-material/src/filled/subtitles.svg rename to projects/icons-material/src/material/filled/subtitles.svg diff --git a/projects/icons-material/src/filled/subtitles_off.svg b/projects/icons-material/src/material/filled/subtitles_off.svg similarity index 100% rename from projects/icons-material/src/filled/subtitles_off.svg rename to projects/icons-material/src/material/filled/subtitles_off.svg diff --git a/projects/icons-material/src/filled/subway.svg b/projects/icons-material/src/material/filled/subway.svg similarity index 100% rename from projects/icons-material/src/filled/subway.svg rename to projects/icons-material/src/material/filled/subway.svg diff --git a/projects/icons-material/src/filled/summarize.svg b/projects/icons-material/src/material/filled/summarize.svg similarity index 100% rename from projects/icons-material/src/filled/summarize.svg rename to projects/icons-material/src/material/filled/summarize.svg diff --git a/projects/icons-material/src/filled/superscript.svg b/projects/icons-material/src/material/filled/superscript.svg similarity index 100% rename from projects/icons-material/src/filled/superscript.svg rename to projects/icons-material/src/material/filled/superscript.svg diff --git a/projects/icons-material/src/filled/supervised_user_circle.svg b/projects/icons-material/src/material/filled/supervised_user_circle.svg similarity index 100% rename from projects/icons-material/src/filled/supervised_user_circle.svg rename to projects/icons-material/src/material/filled/supervised_user_circle.svg diff --git a/projects/icons-material/src/filled/supervisor_account.svg b/projects/icons-material/src/material/filled/supervisor_account.svg similarity index 100% rename from projects/icons-material/src/filled/supervisor_account.svg rename to projects/icons-material/src/material/filled/supervisor_account.svg diff --git a/projects/icons-material/src/filled/support.svg b/projects/icons-material/src/material/filled/support.svg similarity index 100% rename from projects/icons-material/src/filled/support.svg rename to projects/icons-material/src/material/filled/support.svg diff --git a/projects/icons-material/src/filled/support_agent.svg b/projects/icons-material/src/material/filled/support_agent.svg similarity index 100% rename from projects/icons-material/src/filled/support_agent.svg rename to projects/icons-material/src/material/filled/support_agent.svg diff --git a/projects/icons-material/src/filled/surfing.svg b/projects/icons-material/src/material/filled/surfing.svg similarity index 100% rename from projects/icons-material/src/filled/surfing.svg rename to projects/icons-material/src/material/filled/surfing.svg diff --git a/projects/icons-material/src/filled/surround_sound.svg b/projects/icons-material/src/material/filled/surround_sound.svg similarity index 100% rename from projects/icons-material/src/filled/surround_sound.svg rename to projects/icons-material/src/material/filled/surround_sound.svg diff --git a/projects/icons-material/src/filled/swap_calls.svg b/projects/icons-material/src/material/filled/swap_calls.svg similarity index 100% rename from projects/icons-material/src/filled/swap_calls.svg rename to projects/icons-material/src/material/filled/swap_calls.svg diff --git a/projects/icons-material/src/filled/swap_horiz.svg b/projects/icons-material/src/material/filled/swap_horiz.svg similarity index 100% rename from projects/icons-material/src/filled/swap_horiz.svg rename to projects/icons-material/src/material/filled/swap_horiz.svg diff --git a/projects/icons-material/src/filled/swap_horizontal_circle.svg b/projects/icons-material/src/material/filled/swap_horizontal_circle.svg similarity index 100% rename from projects/icons-material/src/filled/swap_horizontal_circle.svg rename to projects/icons-material/src/material/filled/swap_horizontal_circle.svg diff --git a/projects/icons-material/src/filled/swap_vert.svg b/projects/icons-material/src/material/filled/swap_vert.svg similarity index 100% rename from projects/icons-material/src/filled/swap_vert.svg rename to projects/icons-material/src/material/filled/swap_vert.svg diff --git a/projects/icons-material/src/filled/swap_vertical_circle.svg b/projects/icons-material/src/material/filled/swap_vertical_circle.svg similarity index 100% rename from projects/icons-material/src/filled/swap_vertical_circle.svg rename to projects/icons-material/src/material/filled/swap_vertical_circle.svg diff --git a/projects/icons-material/src/filled/swipe.svg b/projects/icons-material/src/material/filled/swipe.svg similarity index 100% rename from projects/icons-material/src/filled/swipe.svg rename to projects/icons-material/src/material/filled/swipe.svg diff --git a/projects/icons-material/src/filled/swipe_down.svg b/projects/icons-material/src/material/filled/swipe_down.svg similarity index 100% rename from projects/icons-material/src/filled/swipe_down.svg rename to projects/icons-material/src/material/filled/swipe_down.svg diff --git a/projects/icons-material/src/filled/swipe_down_alt.svg b/projects/icons-material/src/material/filled/swipe_down_alt.svg similarity index 100% rename from projects/icons-material/src/filled/swipe_down_alt.svg rename to projects/icons-material/src/material/filled/swipe_down_alt.svg diff --git a/projects/icons-material/src/filled/swipe_left.svg b/projects/icons-material/src/material/filled/swipe_left.svg similarity index 100% rename from projects/icons-material/src/filled/swipe_left.svg rename to projects/icons-material/src/material/filled/swipe_left.svg diff --git a/projects/icons-material/src/filled/swipe_left_alt.svg b/projects/icons-material/src/material/filled/swipe_left_alt.svg similarity index 100% rename from projects/icons-material/src/filled/swipe_left_alt.svg rename to projects/icons-material/src/material/filled/swipe_left_alt.svg diff --git a/projects/icons-material/src/filled/swipe_right.svg b/projects/icons-material/src/material/filled/swipe_right.svg similarity index 100% rename from projects/icons-material/src/filled/swipe_right.svg rename to projects/icons-material/src/material/filled/swipe_right.svg diff --git a/projects/icons-material/src/filled/swipe_right_alt.svg b/projects/icons-material/src/material/filled/swipe_right_alt.svg similarity index 100% rename from projects/icons-material/src/filled/swipe_right_alt.svg rename to projects/icons-material/src/material/filled/swipe_right_alt.svg diff --git a/projects/icons-material/src/filled/swipe_up.svg b/projects/icons-material/src/material/filled/swipe_up.svg similarity index 100% rename from projects/icons-material/src/filled/swipe_up.svg rename to projects/icons-material/src/material/filled/swipe_up.svg diff --git a/projects/icons-material/src/filled/swipe_up_alt.svg b/projects/icons-material/src/material/filled/swipe_up_alt.svg similarity index 100% rename from projects/icons-material/src/filled/swipe_up_alt.svg rename to projects/icons-material/src/material/filled/swipe_up_alt.svg diff --git a/projects/icons-material/src/filled/swipe_vertical.svg b/projects/icons-material/src/material/filled/swipe_vertical.svg similarity index 100% rename from projects/icons-material/src/filled/swipe_vertical.svg rename to projects/icons-material/src/material/filled/swipe_vertical.svg diff --git a/projects/icons-material/src/filled/switch_access_shortcut.svg b/projects/icons-material/src/material/filled/switch_access_shortcut.svg similarity index 100% rename from projects/icons-material/src/filled/switch_access_shortcut.svg rename to projects/icons-material/src/material/filled/switch_access_shortcut.svg diff --git a/projects/icons-material/src/filled/switch_access_shortcut_add.svg b/projects/icons-material/src/material/filled/switch_access_shortcut_add.svg similarity index 100% rename from projects/icons-material/src/filled/switch_access_shortcut_add.svg rename to projects/icons-material/src/material/filled/switch_access_shortcut_add.svg diff --git a/projects/icons-material/src/filled/switch_account.svg b/projects/icons-material/src/material/filled/switch_account.svg similarity index 100% rename from projects/icons-material/src/filled/switch_account.svg rename to projects/icons-material/src/material/filled/switch_account.svg diff --git a/projects/icons-material/src/filled/switch_camera.svg b/projects/icons-material/src/material/filled/switch_camera.svg similarity index 100% rename from projects/icons-material/src/filled/switch_camera.svg rename to projects/icons-material/src/material/filled/switch_camera.svg diff --git a/projects/icons-material/src/filled/switch_left.svg b/projects/icons-material/src/material/filled/switch_left.svg similarity index 100% rename from projects/icons-material/src/filled/switch_left.svg rename to projects/icons-material/src/material/filled/switch_left.svg diff --git a/projects/icons-material/src/filled/switch_right.svg b/projects/icons-material/src/material/filled/switch_right.svg similarity index 100% rename from projects/icons-material/src/filled/switch_right.svg rename to projects/icons-material/src/material/filled/switch_right.svg diff --git a/projects/icons-material/src/filled/switch_video.svg b/projects/icons-material/src/material/filled/switch_video.svg similarity index 100% rename from projects/icons-material/src/filled/switch_video.svg rename to projects/icons-material/src/material/filled/switch_video.svg diff --git a/projects/icons-material/src/filled/synagogue.svg b/projects/icons-material/src/material/filled/synagogue.svg similarity index 100% rename from projects/icons-material/src/filled/synagogue.svg rename to projects/icons-material/src/material/filled/synagogue.svg diff --git a/projects/icons-material/src/filled/sync.svg b/projects/icons-material/src/material/filled/sync.svg similarity index 100% rename from projects/icons-material/src/filled/sync.svg rename to projects/icons-material/src/material/filled/sync.svg diff --git a/projects/icons-material/src/filled/sync_alt.svg b/projects/icons-material/src/material/filled/sync_alt.svg similarity index 100% rename from projects/icons-material/src/filled/sync_alt.svg rename to projects/icons-material/src/material/filled/sync_alt.svg diff --git a/projects/icons-material/src/filled/sync_disabled.svg b/projects/icons-material/src/material/filled/sync_disabled.svg similarity index 100% rename from projects/icons-material/src/filled/sync_disabled.svg rename to projects/icons-material/src/material/filled/sync_disabled.svg diff --git a/projects/icons-material/src/filled/sync_lock.svg b/projects/icons-material/src/material/filled/sync_lock.svg similarity index 100% rename from projects/icons-material/src/filled/sync_lock.svg rename to projects/icons-material/src/material/filled/sync_lock.svg diff --git a/projects/icons-material/src/filled/sync_problem.svg b/projects/icons-material/src/material/filled/sync_problem.svg similarity index 100% rename from projects/icons-material/src/filled/sync_problem.svg rename to projects/icons-material/src/material/filled/sync_problem.svg diff --git a/projects/icons-material/src/filled/system_security_update.svg b/projects/icons-material/src/material/filled/system_security_update.svg similarity index 100% rename from projects/icons-material/src/filled/system_security_update.svg rename to projects/icons-material/src/material/filled/system_security_update.svg diff --git a/projects/icons-material/src/filled/system_security_update_good.svg b/projects/icons-material/src/material/filled/system_security_update_good.svg similarity index 100% rename from projects/icons-material/src/filled/system_security_update_good.svg rename to projects/icons-material/src/material/filled/system_security_update_good.svg diff --git a/projects/icons-material/src/filled/system_security_update_warning.svg b/projects/icons-material/src/material/filled/system_security_update_warning.svg similarity index 100% rename from projects/icons-material/src/filled/system_security_update_warning.svg rename to projects/icons-material/src/material/filled/system_security_update_warning.svg diff --git a/projects/icons-material/src/filled/system_update.svg b/projects/icons-material/src/material/filled/system_update.svg similarity index 100% rename from projects/icons-material/src/filled/system_update.svg rename to projects/icons-material/src/material/filled/system_update.svg diff --git a/projects/icons-material/src/filled/system_update_alt.svg b/projects/icons-material/src/material/filled/system_update_alt.svg similarity index 100% rename from projects/icons-material/src/filled/system_update_alt.svg rename to projects/icons-material/src/material/filled/system_update_alt.svg diff --git a/projects/icons-material/src/filled/tab.svg b/projects/icons-material/src/material/filled/tab.svg similarity index 100% rename from projects/icons-material/src/filled/tab.svg rename to projects/icons-material/src/material/filled/tab.svg diff --git a/projects/icons-material/src/filled/tab_unselected.svg b/projects/icons-material/src/material/filled/tab_unselected.svg similarity index 100% rename from projects/icons-material/src/filled/tab_unselected.svg rename to projects/icons-material/src/material/filled/tab_unselected.svg diff --git a/projects/icons-material/src/filled/table_bar.svg b/projects/icons-material/src/material/filled/table_bar.svg similarity index 100% rename from projects/icons-material/src/filled/table_bar.svg rename to projects/icons-material/src/material/filled/table_bar.svg diff --git a/projects/icons-material/src/filled/table_chart.svg b/projects/icons-material/src/material/filled/table_chart.svg similarity index 100% rename from projects/icons-material/src/filled/table_chart.svg rename to projects/icons-material/src/material/filled/table_chart.svg diff --git a/projects/icons-material/src/filled/table_restaurant.svg b/projects/icons-material/src/material/filled/table_restaurant.svg similarity index 100% rename from projects/icons-material/src/filled/table_restaurant.svg rename to projects/icons-material/src/material/filled/table_restaurant.svg diff --git a/projects/icons-material/src/filled/table_rows.svg b/projects/icons-material/src/material/filled/table_rows.svg similarity index 100% rename from projects/icons-material/src/filled/table_rows.svg rename to projects/icons-material/src/material/filled/table_rows.svg diff --git a/projects/icons-material/src/filled/table_view.svg b/projects/icons-material/src/material/filled/table_view.svg similarity index 100% rename from projects/icons-material/src/filled/table_view.svg rename to projects/icons-material/src/material/filled/table_view.svg diff --git a/projects/icons-material/src/filled/tablet.svg b/projects/icons-material/src/material/filled/tablet.svg similarity index 100% rename from projects/icons-material/src/filled/tablet.svg rename to projects/icons-material/src/material/filled/tablet.svg diff --git a/projects/icons-material/src/filled/tablet_android.svg b/projects/icons-material/src/material/filled/tablet_android.svg similarity index 100% rename from projects/icons-material/src/filled/tablet_android.svg rename to projects/icons-material/src/material/filled/tablet_android.svg diff --git a/projects/icons-material/src/filled/tablet_mac.svg b/projects/icons-material/src/material/filled/tablet_mac.svg similarity index 100% rename from projects/icons-material/src/filled/tablet_mac.svg rename to projects/icons-material/src/material/filled/tablet_mac.svg diff --git a/projects/icons-material/src/filled/tag.svg b/projects/icons-material/src/material/filled/tag.svg similarity index 100% rename from projects/icons-material/src/filled/tag.svg rename to projects/icons-material/src/material/filled/tag.svg diff --git a/projects/icons-material/src/filled/tag_faces.svg b/projects/icons-material/src/material/filled/tag_faces.svg similarity index 100% rename from projects/icons-material/src/filled/tag_faces.svg rename to projects/icons-material/src/material/filled/tag_faces.svg diff --git a/projects/icons-material/src/filled/takeout_dining.svg b/projects/icons-material/src/material/filled/takeout_dining.svg similarity index 100% rename from projects/icons-material/src/filled/takeout_dining.svg rename to projects/icons-material/src/material/filled/takeout_dining.svg diff --git a/projects/icons-material/src/filled/tap_and_play.svg b/projects/icons-material/src/material/filled/tap_and_play.svg similarity index 100% rename from projects/icons-material/src/filled/tap_and_play.svg rename to projects/icons-material/src/material/filled/tap_and_play.svg diff --git a/projects/icons-material/src/filled/tapas.svg b/projects/icons-material/src/material/filled/tapas.svg similarity index 100% rename from projects/icons-material/src/filled/tapas.svg rename to projects/icons-material/src/material/filled/tapas.svg diff --git a/projects/icons-material/src/filled/task.svg b/projects/icons-material/src/material/filled/task.svg similarity index 100% rename from projects/icons-material/src/filled/task.svg rename to projects/icons-material/src/material/filled/task.svg diff --git a/projects/icons-material/src/filled/task_alt.svg b/projects/icons-material/src/material/filled/task_alt.svg similarity index 100% rename from projects/icons-material/src/filled/task_alt.svg rename to projects/icons-material/src/material/filled/task_alt.svg diff --git a/projects/icons-material/src/filled/taxi_alert.svg b/projects/icons-material/src/material/filled/taxi_alert.svg similarity index 100% rename from projects/icons-material/src/filled/taxi_alert.svg rename to projects/icons-material/src/material/filled/taxi_alert.svg diff --git a/projects/icons-material/src/filled/temple_buddhist.svg b/projects/icons-material/src/material/filled/temple_buddhist.svg similarity index 100% rename from projects/icons-material/src/filled/temple_buddhist.svg rename to projects/icons-material/src/material/filled/temple_buddhist.svg diff --git a/projects/icons-material/src/filled/temple_hindu.svg b/projects/icons-material/src/material/filled/temple_hindu.svg similarity index 100% rename from projects/icons-material/src/filled/temple_hindu.svg rename to projects/icons-material/src/material/filled/temple_hindu.svg diff --git a/projects/icons-material/src/filled/terminal.svg b/projects/icons-material/src/material/filled/terminal.svg similarity index 100% rename from projects/icons-material/src/filled/terminal.svg rename to projects/icons-material/src/material/filled/terminal.svg diff --git a/projects/icons-material/src/filled/terrain.svg b/projects/icons-material/src/material/filled/terrain.svg similarity index 100% rename from projects/icons-material/src/filled/terrain.svg rename to projects/icons-material/src/material/filled/terrain.svg diff --git a/projects/icons-material/src/filled/text_decrease.svg b/projects/icons-material/src/material/filled/text_decrease.svg similarity index 100% rename from projects/icons-material/src/filled/text_decrease.svg rename to projects/icons-material/src/material/filled/text_decrease.svg diff --git a/projects/icons-material/src/filled/text_fields.svg b/projects/icons-material/src/material/filled/text_fields.svg similarity index 100% rename from projects/icons-material/src/filled/text_fields.svg rename to projects/icons-material/src/material/filled/text_fields.svg diff --git a/projects/icons-material/src/filled/text_format.svg b/projects/icons-material/src/material/filled/text_format.svg similarity index 100% rename from projects/icons-material/src/filled/text_format.svg rename to projects/icons-material/src/material/filled/text_format.svg diff --git a/projects/icons-material/src/filled/text_increase.svg b/projects/icons-material/src/material/filled/text_increase.svg similarity index 100% rename from projects/icons-material/src/filled/text_increase.svg rename to projects/icons-material/src/material/filled/text_increase.svg diff --git a/projects/icons-material/src/filled/text_rotate_up.svg b/projects/icons-material/src/material/filled/text_rotate_up.svg similarity index 100% rename from projects/icons-material/src/filled/text_rotate_up.svg rename to projects/icons-material/src/material/filled/text_rotate_up.svg diff --git a/projects/icons-material/src/filled/text_rotate_vertical.svg b/projects/icons-material/src/material/filled/text_rotate_vertical.svg similarity index 100% rename from projects/icons-material/src/filled/text_rotate_vertical.svg rename to projects/icons-material/src/material/filled/text_rotate_vertical.svg diff --git a/projects/icons-material/src/filled/text_rotation_angledown.svg b/projects/icons-material/src/material/filled/text_rotation_angledown.svg similarity index 100% rename from projects/icons-material/src/filled/text_rotation_angledown.svg rename to projects/icons-material/src/material/filled/text_rotation_angledown.svg diff --git a/projects/icons-material/src/filled/text_rotation_angleup.svg b/projects/icons-material/src/material/filled/text_rotation_angleup.svg similarity index 100% rename from projects/icons-material/src/filled/text_rotation_angleup.svg rename to projects/icons-material/src/material/filled/text_rotation_angleup.svg diff --git a/projects/icons-material/src/filled/text_rotation_down.svg b/projects/icons-material/src/material/filled/text_rotation_down.svg similarity index 100% rename from projects/icons-material/src/filled/text_rotation_down.svg rename to projects/icons-material/src/material/filled/text_rotation_down.svg diff --git a/projects/icons-material/src/filled/text_rotation_none.svg b/projects/icons-material/src/material/filled/text_rotation_none.svg similarity index 100% rename from projects/icons-material/src/filled/text_rotation_none.svg rename to projects/icons-material/src/material/filled/text_rotation_none.svg diff --git a/projects/icons-material/src/filled/text_snippet.svg b/projects/icons-material/src/material/filled/text_snippet.svg similarity index 100% rename from projects/icons-material/src/filled/text_snippet.svg rename to projects/icons-material/src/material/filled/text_snippet.svg diff --git a/projects/icons-material/src/filled/textsms.svg b/projects/icons-material/src/material/filled/textsms.svg similarity index 100% rename from projects/icons-material/src/filled/textsms.svg rename to projects/icons-material/src/material/filled/textsms.svg diff --git a/projects/icons-material/src/filled/texture.svg b/projects/icons-material/src/material/filled/texture.svg similarity index 100% rename from projects/icons-material/src/filled/texture.svg rename to projects/icons-material/src/material/filled/texture.svg diff --git a/projects/icons-material/src/filled/theater_comedy.svg b/projects/icons-material/src/material/filled/theater_comedy.svg similarity index 100% rename from projects/icons-material/src/filled/theater_comedy.svg rename to projects/icons-material/src/material/filled/theater_comedy.svg diff --git a/projects/icons-material/src/filled/theaters.svg b/projects/icons-material/src/material/filled/theaters.svg similarity index 100% rename from projects/icons-material/src/filled/theaters.svg rename to projects/icons-material/src/material/filled/theaters.svg diff --git a/projects/icons-material/src/filled/thermostat.svg b/projects/icons-material/src/material/filled/thermostat.svg similarity index 100% rename from projects/icons-material/src/filled/thermostat.svg rename to projects/icons-material/src/material/filled/thermostat.svg diff --git a/projects/icons-material/src/filled/thermostat_auto.svg b/projects/icons-material/src/material/filled/thermostat_auto.svg similarity index 100% rename from projects/icons-material/src/filled/thermostat_auto.svg rename to projects/icons-material/src/material/filled/thermostat_auto.svg diff --git a/projects/icons-material/src/filled/thumb_down.svg b/projects/icons-material/src/material/filled/thumb_down.svg similarity index 100% rename from projects/icons-material/src/filled/thumb_down.svg rename to projects/icons-material/src/material/filled/thumb_down.svg diff --git a/projects/icons-material/src/filled/thumb_down_alt.svg b/projects/icons-material/src/material/filled/thumb_down_alt.svg similarity index 100% rename from projects/icons-material/src/filled/thumb_down_alt.svg rename to projects/icons-material/src/material/filled/thumb_down_alt.svg diff --git a/projects/icons-material/src/filled/thumb_down_off_alt.svg b/projects/icons-material/src/material/filled/thumb_down_off_alt.svg similarity index 100% rename from projects/icons-material/src/filled/thumb_down_off_alt.svg rename to projects/icons-material/src/material/filled/thumb_down_off_alt.svg diff --git a/projects/icons-material/src/filled/thumb_up.svg b/projects/icons-material/src/material/filled/thumb_up.svg similarity index 100% rename from projects/icons-material/src/filled/thumb_up.svg rename to projects/icons-material/src/material/filled/thumb_up.svg diff --git a/projects/icons-material/src/filled/thumb_up_alt.svg b/projects/icons-material/src/material/filled/thumb_up_alt.svg similarity index 100% rename from projects/icons-material/src/filled/thumb_up_alt.svg rename to projects/icons-material/src/material/filled/thumb_up_alt.svg diff --git a/projects/icons-material/src/filled/thumb_up_off_alt.svg b/projects/icons-material/src/material/filled/thumb_up_off_alt.svg similarity index 100% rename from projects/icons-material/src/filled/thumb_up_off_alt.svg rename to projects/icons-material/src/material/filled/thumb_up_off_alt.svg diff --git a/projects/icons-material/src/filled/thumbs_up_down.svg b/projects/icons-material/src/material/filled/thumbs_up_down.svg similarity index 100% rename from projects/icons-material/src/filled/thumbs_up_down.svg rename to projects/icons-material/src/material/filled/thumbs_up_down.svg diff --git a/projects/icons-material/src/filled/thunderstorm.svg b/projects/icons-material/src/material/filled/thunderstorm.svg similarity index 100% rename from projects/icons-material/src/filled/thunderstorm.svg rename to projects/icons-material/src/material/filled/thunderstorm.svg diff --git a/projects/icons-material/src/filled/time_to_leave.svg b/projects/icons-material/src/material/filled/time_to_leave.svg similarity index 100% rename from projects/icons-material/src/filled/time_to_leave.svg rename to projects/icons-material/src/material/filled/time_to_leave.svg diff --git a/projects/icons-material/src/filled/timelapse.svg b/projects/icons-material/src/material/filled/timelapse.svg similarity index 100% rename from projects/icons-material/src/filled/timelapse.svg rename to projects/icons-material/src/material/filled/timelapse.svg diff --git a/projects/icons-material/src/filled/timeline.svg b/projects/icons-material/src/material/filled/timeline.svg similarity index 100% rename from projects/icons-material/src/filled/timeline.svg rename to projects/icons-material/src/material/filled/timeline.svg diff --git a/projects/icons-material/src/filled/timer.svg b/projects/icons-material/src/material/filled/timer.svg similarity index 100% rename from projects/icons-material/src/filled/timer.svg rename to projects/icons-material/src/material/filled/timer.svg diff --git a/projects/icons-material/src/filled/timer_10.svg b/projects/icons-material/src/material/filled/timer_10.svg similarity index 100% rename from projects/icons-material/src/filled/timer_10.svg rename to projects/icons-material/src/material/filled/timer_10.svg diff --git a/projects/icons-material/src/filled/timer_10_select.svg b/projects/icons-material/src/material/filled/timer_10_select.svg similarity index 100% rename from projects/icons-material/src/filled/timer_10_select.svg rename to projects/icons-material/src/material/filled/timer_10_select.svg diff --git a/projects/icons-material/src/filled/timer_3.svg b/projects/icons-material/src/material/filled/timer_3.svg similarity index 100% rename from projects/icons-material/src/filled/timer_3.svg rename to projects/icons-material/src/material/filled/timer_3.svg diff --git a/projects/icons-material/src/filled/timer_3_select.svg b/projects/icons-material/src/material/filled/timer_3_select.svg similarity index 100% rename from projects/icons-material/src/filled/timer_3_select.svg rename to projects/icons-material/src/material/filled/timer_3_select.svg diff --git a/projects/icons-material/src/filled/timer_off.svg b/projects/icons-material/src/material/filled/timer_off.svg similarity index 100% rename from projects/icons-material/src/filled/timer_off.svg rename to projects/icons-material/src/material/filled/timer_off.svg diff --git a/projects/icons-material/src/filled/tips_and_updates.svg b/projects/icons-material/src/material/filled/tips_and_updates.svg similarity index 100% rename from projects/icons-material/src/filled/tips_and_updates.svg rename to projects/icons-material/src/material/filled/tips_and_updates.svg diff --git a/projects/icons-material/src/filled/tire_repair.svg b/projects/icons-material/src/material/filled/tire_repair.svg similarity index 100% rename from projects/icons-material/src/filled/tire_repair.svg rename to projects/icons-material/src/material/filled/tire_repair.svg diff --git a/projects/icons-material/src/filled/title.svg b/projects/icons-material/src/material/filled/title.svg similarity index 100% rename from projects/icons-material/src/filled/title.svg rename to projects/icons-material/src/material/filled/title.svg diff --git a/projects/icons-material/src/filled/toc.svg b/projects/icons-material/src/material/filled/toc.svg similarity index 100% rename from projects/icons-material/src/filled/toc.svg rename to projects/icons-material/src/material/filled/toc.svg diff --git a/projects/icons-material/src/filled/today.svg b/projects/icons-material/src/material/filled/today.svg similarity index 100% rename from projects/icons-material/src/filled/today.svg rename to projects/icons-material/src/material/filled/today.svg diff --git a/projects/icons-material/src/filled/toggle_off.svg b/projects/icons-material/src/material/filled/toggle_off.svg similarity index 100% rename from projects/icons-material/src/filled/toggle_off.svg rename to projects/icons-material/src/material/filled/toggle_off.svg diff --git a/projects/icons-material/src/filled/toggle_on.svg b/projects/icons-material/src/material/filled/toggle_on.svg similarity index 100% rename from projects/icons-material/src/filled/toggle_on.svg rename to projects/icons-material/src/material/filled/toggle_on.svg diff --git a/projects/icons-material/src/filled/token.svg b/projects/icons-material/src/material/filled/token.svg similarity index 100% rename from projects/icons-material/src/filled/token.svg rename to projects/icons-material/src/material/filled/token.svg diff --git a/projects/icons-material/src/filled/toll.svg b/projects/icons-material/src/material/filled/toll.svg similarity index 100% rename from projects/icons-material/src/filled/toll.svg rename to projects/icons-material/src/material/filled/toll.svg diff --git a/projects/icons-material/src/filled/tonality.svg b/projects/icons-material/src/material/filled/tonality.svg similarity index 100% rename from projects/icons-material/src/filled/tonality.svg rename to projects/icons-material/src/material/filled/tonality.svg diff --git a/projects/icons-material/src/filled/topic.svg b/projects/icons-material/src/material/filled/topic.svg similarity index 100% rename from projects/icons-material/src/filled/topic.svg rename to projects/icons-material/src/material/filled/topic.svg diff --git a/projects/icons-material/src/filled/tornado.svg b/projects/icons-material/src/material/filled/tornado.svg similarity index 100% rename from projects/icons-material/src/filled/tornado.svg rename to projects/icons-material/src/material/filled/tornado.svg diff --git a/projects/icons-material/src/filled/touch_app.svg b/projects/icons-material/src/material/filled/touch_app.svg similarity index 100% rename from projects/icons-material/src/filled/touch_app.svg rename to projects/icons-material/src/material/filled/touch_app.svg diff --git a/projects/icons-material/src/filled/tour.svg b/projects/icons-material/src/material/filled/tour.svg similarity index 100% rename from projects/icons-material/src/filled/tour.svg rename to projects/icons-material/src/material/filled/tour.svg diff --git a/projects/icons-material/src/filled/toys.svg b/projects/icons-material/src/material/filled/toys.svg similarity index 100% rename from projects/icons-material/src/filled/toys.svg rename to projects/icons-material/src/material/filled/toys.svg diff --git a/projects/icons-material/src/filled/track_changes.svg b/projects/icons-material/src/material/filled/track_changes.svg similarity index 100% rename from projects/icons-material/src/filled/track_changes.svg rename to projects/icons-material/src/material/filled/track_changes.svg diff --git a/projects/icons-material/src/filled/traffic.svg b/projects/icons-material/src/material/filled/traffic.svg similarity index 100% rename from projects/icons-material/src/filled/traffic.svg rename to projects/icons-material/src/material/filled/traffic.svg diff --git a/projects/icons-material/src/filled/train.svg b/projects/icons-material/src/material/filled/train.svg similarity index 100% rename from projects/icons-material/src/filled/train.svg rename to projects/icons-material/src/material/filled/train.svg diff --git a/projects/icons-material/src/filled/tram.svg b/projects/icons-material/src/material/filled/tram.svg similarity index 100% rename from projects/icons-material/src/filled/tram.svg rename to projects/icons-material/src/material/filled/tram.svg diff --git a/projects/icons-material/src/filled/transcribe.svg b/projects/icons-material/src/material/filled/transcribe.svg similarity index 100% rename from projects/icons-material/src/filled/transcribe.svg rename to projects/icons-material/src/material/filled/transcribe.svg diff --git a/projects/icons-material/src/filled/transfer_within_a_station.svg b/projects/icons-material/src/material/filled/transfer_within_a_station.svg similarity index 100% rename from projects/icons-material/src/filled/transfer_within_a_station.svg rename to projects/icons-material/src/material/filled/transfer_within_a_station.svg diff --git a/projects/icons-material/src/filled/transform.svg b/projects/icons-material/src/material/filled/transform.svg similarity index 100% rename from projects/icons-material/src/filled/transform.svg rename to projects/icons-material/src/material/filled/transform.svg diff --git a/projects/icons-material/src/filled/transgender.svg b/projects/icons-material/src/material/filled/transgender.svg similarity index 100% rename from projects/icons-material/src/filled/transgender.svg rename to projects/icons-material/src/material/filled/transgender.svg diff --git a/projects/icons-material/src/filled/transit_enterexit.svg b/projects/icons-material/src/material/filled/transit_enterexit.svg similarity index 100% rename from projects/icons-material/src/filled/transit_enterexit.svg rename to projects/icons-material/src/material/filled/transit_enterexit.svg diff --git a/projects/icons-material/src/filled/translate.svg b/projects/icons-material/src/material/filled/translate.svg similarity index 100% rename from projects/icons-material/src/filled/translate.svg rename to projects/icons-material/src/material/filled/translate.svg diff --git a/projects/icons-material/src/filled/travel_explore.svg b/projects/icons-material/src/material/filled/travel_explore.svg similarity index 100% rename from projects/icons-material/src/filled/travel_explore.svg rename to projects/icons-material/src/material/filled/travel_explore.svg diff --git a/projects/icons-material/src/filled/trending_down.svg b/projects/icons-material/src/material/filled/trending_down.svg similarity index 100% rename from projects/icons-material/src/filled/trending_down.svg rename to projects/icons-material/src/material/filled/trending_down.svg diff --git a/projects/icons-material/src/filled/trending_flat.svg b/projects/icons-material/src/material/filled/trending_flat.svg similarity index 100% rename from projects/icons-material/src/filled/trending_flat.svg rename to projects/icons-material/src/material/filled/trending_flat.svg diff --git a/projects/icons-material/src/filled/trending_up.svg b/projects/icons-material/src/material/filled/trending_up.svg similarity index 100% rename from projects/icons-material/src/filled/trending_up.svg rename to projects/icons-material/src/material/filled/trending_up.svg diff --git a/projects/icons-material/src/filled/trip_origin.svg b/projects/icons-material/src/material/filled/trip_origin.svg similarity index 100% rename from projects/icons-material/src/filled/trip_origin.svg rename to projects/icons-material/src/material/filled/trip_origin.svg diff --git a/projects/icons-material/src/filled/troubleshoot.svg b/projects/icons-material/src/material/filled/troubleshoot.svg similarity index 100% rename from projects/icons-material/src/filled/troubleshoot.svg rename to projects/icons-material/src/material/filled/troubleshoot.svg diff --git a/projects/icons-material/src/filled/try.svg b/projects/icons-material/src/material/filled/try.svg similarity index 100% rename from projects/icons-material/src/filled/try.svg rename to projects/icons-material/src/material/filled/try.svg diff --git a/projects/icons-material/src/filled/tsunami.svg b/projects/icons-material/src/material/filled/tsunami.svg similarity index 100% rename from projects/icons-material/src/filled/tsunami.svg rename to projects/icons-material/src/material/filled/tsunami.svg diff --git a/projects/icons-material/src/filled/tty.svg b/projects/icons-material/src/material/filled/tty.svg similarity index 100% rename from projects/icons-material/src/filled/tty.svg rename to projects/icons-material/src/material/filled/tty.svg diff --git a/projects/icons-material/src/filled/tune.svg b/projects/icons-material/src/material/filled/tune.svg similarity index 100% rename from projects/icons-material/src/filled/tune.svg rename to projects/icons-material/src/material/filled/tune.svg diff --git a/projects/icons-material/src/filled/tungsten.svg b/projects/icons-material/src/material/filled/tungsten.svg similarity index 100% rename from projects/icons-material/src/filled/tungsten.svg rename to projects/icons-material/src/material/filled/tungsten.svg diff --git a/projects/icons-material/src/filled/turn_left.svg b/projects/icons-material/src/material/filled/turn_left.svg similarity index 100% rename from projects/icons-material/src/filled/turn_left.svg rename to projects/icons-material/src/material/filled/turn_left.svg diff --git a/projects/icons-material/src/filled/turn_right.svg b/projects/icons-material/src/material/filled/turn_right.svg similarity index 100% rename from projects/icons-material/src/filled/turn_right.svg rename to projects/icons-material/src/material/filled/turn_right.svg diff --git a/projects/icons-material/src/filled/turn_sharp_left.svg b/projects/icons-material/src/material/filled/turn_sharp_left.svg similarity index 100% rename from projects/icons-material/src/filled/turn_sharp_left.svg rename to projects/icons-material/src/material/filled/turn_sharp_left.svg diff --git a/projects/icons-material/src/filled/turn_sharp_right.svg b/projects/icons-material/src/material/filled/turn_sharp_right.svg similarity index 100% rename from projects/icons-material/src/filled/turn_sharp_right.svg rename to projects/icons-material/src/material/filled/turn_sharp_right.svg diff --git a/projects/icons-material/src/filled/turn_slight_left.svg b/projects/icons-material/src/material/filled/turn_slight_left.svg similarity index 100% rename from projects/icons-material/src/filled/turn_slight_left.svg rename to projects/icons-material/src/material/filled/turn_slight_left.svg diff --git a/projects/icons-material/src/filled/turn_slight_right.svg b/projects/icons-material/src/material/filled/turn_slight_right.svg similarity index 100% rename from projects/icons-material/src/filled/turn_slight_right.svg rename to projects/icons-material/src/material/filled/turn_slight_right.svg diff --git a/projects/icons-material/src/filled/turned_in.svg b/projects/icons-material/src/material/filled/turned_in.svg similarity index 100% rename from projects/icons-material/src/filled/turned_in.svg rename to projects/icons-material/src/material/filled/turned_in.svg diff --git a/projects/icons-material/src/filled/turned_in_not.svg b/projects/icons-material/src/material/filled/turned_in_not.svg similarity index 100% rename from projects/icons-material/src/filled/turned_in_not.svg rename to projects/icons-material/src/material/filled/turned_in_not.svg diff --git a/projects/icons-material/src/filled/tv.svg b/projects/icons-material/src/material/filled/tv.svg similarity index 100% rename from projects/icons-material/src/filled/tv.svg rename to projects/icons-material/src/material/filled/tv.svg diff --git a/projects/icons-material/src/filled/tv_off.svg b/projects/icons-material/src/material/filled/tv_off.svg similarity index 100% rename from projects/icons-material/src/filled/tv_off.svg rename to projects/icons-material/src/material/filled/tv_off.svg diff --git a/projects/icons-material/src/filled/two_wheeler.svg b/projects/icons-material/src/material/filled/two_wheeler.svg similarity index 100% rename from projects/icons-material/src/filled/two_wheeler.svg rename to projects/icons-material/src/material/filled/two_wheeler.svg diff --git a/projects/icons-material/src/filled/type_specimen.svg b/projects/icons-material/src/material/filled/type_specimen.svg similarity index 100% rename from projects/icons-material/src/filled/type_specimen.svg rename to projects/icons-material/src/material/filled/type_specimen.svg diff --git a/projects/icons-material/src/filled/u_turn_left.svg b/projects/icons-material/src/material/filled/u_turn_left.svg similarity index 100% rename from projects/icons-material/src/filled/u_turn_left.svg rename to projects/icons-material/src/material/filled/u_turn_left.svg diff --git a/projects/icons-material/src/filled/u_turn_right.svg b/projects/icons-material/src/material/filled/u_turn_right.svg similarity index 100% rename from projects/icons-material/src/filled/u_turn_right.svg rename to projects/icons-material/src/material/filled/u_turn_right.svg diff --git a/projects/icons-material/src/filled/umbrella.svg b/projects/icons-material/src/material/filled/umbrella.svg similarity index 100% rename from projects/icons-material/src/filled/umbrella.svg rename to projects/icons-material/src/material/filled/umbrella.svg diff --git a/projects/icons-material/src/filled/unarchive.svg b/projects/icons-material/src/material/filled/unarchive.svg similarity index 100% rename from projects/icons-material/src/filled/unarchive.svg rename to projects/icons-material/src/material/filled/unarchive.svg diff --git a/projects/icons-material/src/filled/undo.svg b/projects/icons-material/src/material/filled/undo.svg similarity index 100% rename from projects/icons-material/src/filled/undo.svg rename to projects/icons-material/src/material/filled/undo.svg diff --git a/projects/icons-material/src/filled/unfold_less.svg b/projects/icons-material/src/material/filled/unfold_less.svg similarity index 100% rename from projects/icons-material/src/filled/unfold_less.svg rename to projects/icons-material/src/material/filled/unfold_less.svg diff --git a/projects/icons-material/src/filled/unfold_less_double.svg b/projects/icons-material/src/material/filled/unfold_less_double.svg similarity index 100% rename from projects/icons-material/src/filled/unfold_less_double.svg rename to projects/icons-material/src/material/filled/unfold_less_double.svg diff --git a/projects/icons-material/src/filled/unfold_more.svg b/projects/icons-material/src/material/filled/unfold_more.svg similarity index 100% rename from projects/icons-material/src/filled/unfold_more.svg rename to projects/icons-material/src/material/filled/unfold_more.svg diff --git a/projects/icons-material/src/filled/unfold_more_double.svg b/projects/icons-material/src/material/filled/unfold_more_double.svg similarity index 100% rename from projects/icons-material/src/filled/unfold_more_double.svg rename to projects/icons-material/src/material/filled/unfold_more_double.svg diff --git a/projects/icons-material/src/filled/unpublished.svg b/projects/icons-material/src/material/filled/unpublished.svg similarity index 100% rename from projects/icons-material/src/filled/unpublished.svg rename to projects/icons-material/src/material/filled/unpublished.svg diff --git a/projects/icons-material/src/filled/unsubscribe.svg b/projects/icons-material/src/material/filled/unsubscribe.svg similarity index 100% rename from projects/icons-material/src/filled/unsubscribe.svg rename to projects/icons-material/src/material/filled/unsubscribe.svg diff --git a/projects/icons-material/src/filled/upcoming.svg b/projects/icons-material/src/material/filled/upcoming.svg similarity index 100% rename from projects/icons-material/src/filled/upcoming.svg rename to projects/icons-material/src/material/filled/upcoming.svg diff --git a/projects/icons-material/src/filled/update.svg b/projects/icons-material/src/material/filled/update.svg similarity index 100% rename from projects/icons-material/src/filled/update.svg rename to projects/icons-material/src/material/filled/update.svg diff --git a/projects/icons-material/src/filled/update_disabled.svg b/projects/icons-material/src/material/filled/update_disabled.svg similarity index 100% rename from projects/icons-material/src/filled/update_disabled.svg rename to projects/icons-material/src/material/filled/update_disabled.svg diff --git a/projects/icons-material/src/filled/upgrade.svg b/projects/icons-material/src/material/filled/upgrade.svg similarity index 100% rename from projects/icons-material/src/filled/upgrade.svg rename to projects/icons-material/src/material/filled/upgrade.svg diff --git a/projects/icons-material/src/filled/upload.svg b/projects/icons-material/src/material/filled/upload.svg similarity index 100% rename from projects/icons-material/src/filled/upload.svg rename to projects/icons-material/src/material/filled/upload.svg diff --git a/projects/icons-material/src/filled/upload_file.svg b/projects/icons-material/src/material/filled/upload_file.svg similarity index 100% rename from projects/icons-material/src/filled/upload_file.svg rename to projects/icons-material/src/material/filled/upload_file.svg diff --git a/projects/icons-material/src/filled/usb.svg b/projects/icons-material/src/material/filled/usb.svg similarity index 100% rename from projects/icons-material/src/filled/usb.svg rename to projects/icons-material/src/material/filled/usb.svg diff --git a/projects/icons-material/src/filled/usb_off.svg b/projects/icons-material/src/material/filled/usb_off.svg similarity index 100% rename from projects/icons-material/src/filled/usb_off.svg rename to projects/icons-material/src/material/filled/usb_off.svg diff --git a/projects/icons-material/src/filled/vaccines.svg b/projects/icons-material/src/material/filled/vaccines.svg similarity index 100% rename from projects/icons-material/src/filled/vaccines.svg rename to projects/icons-material/src/material/filled/vaccines.svg diff --git a/projects/icons-material/src/filled/vape_free.svg b/projects/icons-material/src/material/filled/vape_free.svg similarity index 100% rename from projects/icons-material/src/filled/vape_free.svg rename to projects/icons-material/src/material/filled/vape_free.svg diff --git a/projects/icons-material/src/filled/vaping_rooms.svg b/projects/icons-material/src/material/filled/vaping_rooms.svg similarity index 100% rename from projects/icons-material/src/filled/vaping_rooms.svg rename to projects/icons-material/src/material/filled/vaping_rooms.svg diff --git a/projects/icons-material/src/filled/verified.svg b/projects/icons-material/src/material/filled/verified.svg similarity index 100% rename from projects/icons-material/src/filled/verified.svg rename to projects/icons-material/src/material/filled/verified.svg diff --git a/projects/icons-material/src/filled/verified_user.svg b/projects/icons-material/src/material/filled/verified_user.svg similarity index 100% rename from projects/icons-material/src/filled/verified_user.svg rename to projects/icons-material/src/material/filled/verified_user.svg diff --git a/projects/icons-material/src/filled/vertical_align_bottom.svg b/projects/icons-material/src/material/filled/vertical_align_bottom.svg similarity index 100% rename from projects/icons-material/src/filled/vertical_align_bottom.svg rename to projects/icons-material/src/material/filled/vertical_align_bottom.svg diff --git a/projects/icons-material/src/filled/vertical_align_center.svg b/projects/icons-material/src/material/filled/vertical_align_center.svg similarity index 100% rename from projects/icons-material/src/filled/vertical_align_center.svg rename to projects/icons-material/src/material/filled/vertical_align_center.svg diff --git a/projects/icons-material/src/filled/vertical_align_top.svg b/projects/icons-material/src/material/filled/vertical_align_top.svg similarity index 100% rename from projects/icons-material/src/filled/vertical_align_top.svg rename to projects/icons-material/src/material/filled/vertical_align_top.svg diff --git a/projects/icons-material/src/filled/vertical_distribute.svg b/projects/icons-material/src/material/filled/vertical_distribute.svg similarity index 100% rename from projects/icons-material/src/filled/vertical_distribute.svg rename to projects/icons-material/src/material/filled/vertical_distribute.svg diff --git a/projects/icons-material/src/filled/vertical_shades.svg b/projects/icons-material/src/material/filled/vertical_shades.svg similarity index 100% rename from projects/icons-material/src/filled/vertical_shades.svg rename to projects/icons-material/src/material/filled/vertical_shades.svg diff --git a/projects/icons-material/src/filled/vertical_shades_closed.svg b/projects/icons-material/src/material/filled/vertical_shades_closed.svg similarity index 100% rename from projects/icons-material/src/filled/vertical_shades_closed.svg rename to projects/icons-material/src/material/filled/vertical_shades_closed.svg diff --git a/projects/icons-material/src/filled/vertical_split.svg b/projects/icons-material/src/material/filled/vertical_split.svg similarity index 100% rename from projects/icons-material/src/filled/vertical_split.svg rename to projects/icons-material/src/material/filled/vertical_split.svg diff --git a/projects/icons-material/src/filled/vibration.svg b/projects/icons-material/src/material/filled/vibration.svg similarity index 100% rename from projects/icons-material/src/filled/vibration.svg rename to projects/icons-material/src/material/filled/vibration.svg diff --git a/projects/icons-material/src/filled/video_call.svg b/projects/icons-material/src/material/filled/video_call.svg similarity index 100% rename from projects/icons-material/src/filled/video_call.svg rename to projects/icons-material/src/material/filled/video_call.svg diff --git a/projects/icons-material/src/filled/video_camera_back.svg b/projects/icons-material/src/material/filled/video_camera_back.svg similarity index 100% rename from projects/icons-material/src/filled/video_camera_back.svg rename to projects/icons-material/src/material/filled/video_camera_back.svg diff --git a/projects/icons-material/src/filled/video_camera_front.svg b/projects/icons-material/src/material/filled/video_camera_front.svg similarity index 100% rename from projects/icons-material/src/filled/video_camera_front.svg rename to projects/icons-material/src/material/filled/video_camera_front.svg diff --git a/projects/icons-material/src/filled/video_chat.svg b/projects/icons-material/src/material/filled/video_chat.svg similarity index 100% rename from projects/icons-material/src/filled/video_chat.svg rename to projects/icons-material/src/material/filled/video_chat.svg diff --git a/projects/icons-material/src/filled/video_file.svg b/projects/icons-material/src/material/filled/video_file.svg similarity index 100% rename from projects/icons-material/src/filled/video_file.svg rename to projects/icons-material/src/material/filled/video_file.svg diff --git a/projects/icons-material/src/filled/video_label.svg b/projects/icons-material/src/material/filled/video_label.svg similarity index 100% rename from projects/icons-material/src/filled/video_label.svg rename to projects/icons-material/src/material/filled/video_label.svg diff --git a/projects/icons-material/src/filled/video_library.svg b/projects/icons-material/src/material/filled/video_library.svg similarity index 100% rename from projects/icons-material/src/filled/video_library.svg rename to projects/icons-material/src/material/filled/video_library.svg diff --git a/projects/icons-material/src/filled/video_settings.svg b/projects/icons-material/src/material/filled/video_settings.svg similarity index 100% rename from projects/icons-material/src/filled/video_settings.svg rename to projects/icons-material/src/material/filled/video_settings.svg diff --git a/projects/icons-material/src/filled/video_stable.svg b/projects/icons-material/src/material/filled/video_stable.svg similarity index 100% rename from projects/icons-material/src/filled/video_stable.svg rename to projects/icons-material/src/material/filled/video_stable.svg diff --git a/projects/icons-material/src/filled/videocam.svg b/projects/icons-material/src/material/filled/videocam.svg similarity index 100% rename from projects/icons-material/src/filled/videocam.svg rename to projects/icons-material/src/material/filled/videocam.svg diff --git a/projects/icons-material/src/filled/videocam_off.svg b/projects/icons-material/src/material/filled/videocam_off.svg similarity index 100% rename from projects/icons-material/src/filled/videocam_off.svg rename to projects/icons-material/src/material/filled/videocam_off.svg diff --git a/projects/icons-material/src/filled/videogame_asset.svg b/projects/icons-material/src/material/filled/videogame_asset.svg similarity index 100% rename from projects/icons-material/src/filled/videogame_asset.svg rename to projects/icons-material/src/material/filled/videogame_asset.svg diff --git a/projects/icons-material/src/filled/videogame_asset_off.svg b/projects/icons-material/src/material/filled/videogame_asset_off.svg similarity index 100% rename from projects/icons-material/src/filled/videogame_asset_off.svg rename to projects/icons-material/src/material/filled/videogame_asset_off.svg diff --git a/projects/icons-material/src/filled/view_agenda.svg b/projects/icons-material/src/material/filled/view_agenda.svg similarity index 100% rename from projects/icons-material/src/filled/view_agenda.svg rename to projects/icons-material/src/material/filled/view_agenda.svg diff --git a/projects/icons-material/src/filled/view_array.svg b/projects/icons-material/src/material/filled/view_array.svg similarity index 100% rename from projects/icons-material/src/filled/view_array.svg rename to projects/icons-material/src/material/filled/view_array.svg diff --git a/projects/icons-material/src/filled/view_carousel.svg b/projects/icons-material/src/material/filled/view_carousel.svg similarity index 100% rename from projects/icons-material/src/filled/view_carousel.svg rename to projects/icons-material/src/material/filled/view_carousel.svg diff --git a/projects/icons-material/src/filled/view_column.svg b/projects/icons-material/src/material/filled/view_column.svg similarity index 100% rename from projects/icons-material/src/filled/view_column.svg rename to projects/icons-material/src/material/filled/view_column.svg diff --git a/projects/icons-material/src/filled/view_comfy.svg b/projects/icons-material/src/material/filled/view_comfy.svg similarity index 100% rename from projects/icons-material/src/filled/view_comfy.svg rename to projects/icons-material/src/material/filled/view_comfy.svg diff --git a/projects/icons-material/src/filled/view_comfy_alt.svg b/projects/icons-material/src/material/filled/view_comfy_alt.svg similarity index 100% rename from projects/icons-material/src/filled/view_comfy_alt.svg rename to projects/icons-material/src/material/filled/view_comfy_alt.svg diff --git a/projects/icons-material/src/filled/view_compact.svg b/projects/icons-material/src/material/filled/view_compact.svg similarity index 100% rename from projects/icons-material/src/filled/view_compact.svg rename to projects/icons-material/src/material/filled/view_compact.svg diff --git a/projects/icons-material/src/filled/view_compact_alt.svg b/projects/icons-material/src/material/filled/view_compact_alt.svg similarity index 100% rename from projects/icons-material/src/filled/view_compact_alt.svg rename to projects/icons-material/src/material/filled/view_compact_alt.svg diff --git a/projects/icons-material/src/filled/view_cozy.svg b/projects/icons-material/src/material/filled/view_cozy.svg similarity index 100% rename from projects/icons-material/src/filled/view_cozy.svg rename to projects/icons-material/src/material/filled/view_cozy.svg diff --git a/projects/icons-material/src/filled/view_day.svg b/projects/icons-material/src/material/filled/view_day.svg similarity index 100% rename from projects/icons-material/src/filled/view_day.svg rename to projects/icons-material/src/material/filled/view_day.svg diff --git a/projects/icons-material/src/filled/view_headline.svg b/projects/icons-material/src/material/filled/view_headline.svg similarity index 100% rename from projects/icons-material/src/filled/view_headline.svg rename to projects/icons-material/src/material/filled/view_headline.svg diff --git a/projects/icons-material/src/filled/view_in_ar.svg b/projects/icons-material/src/material/filled/view_in_ar.svg similarity index 100% rename from projects/icons-material/src/filled/view_in_ar.svg rename to projects/icons-material/src/material/filled/view_in_ar.svg diff --git a/projects/icons-material/src/filled/view_kanban.svg b/projects/icons-material/src/material/filled/view_kanban.svg similarity index 100% rename from projects/icons-material/src/filled/view_kanban.svg rename to projects/icons-material/src/material/filled/view_kanban.svg diff --git a/projects/icons-material/src/filled/view_list.svg b/projects/icons-material/src/material/filled/view_list.svg similarity index 100% rename from projects/icons-material/src/filled/view_list.svg rename to projects/icons-material/src/material/filled/view_list.svg diff --git a/projects/icons-material/src/filled/view_module.svg b/projects/icons-material/src/material/filled/view_module.svg similarity index 100% rename from projects/icons-material/src/filled/view_module.svg rename to projects/icons-material/src/material/filled/view_module.svg diff --git a/projects/icons-material/src/filled/view_quilt.svg b/projects/icons-material/src/material/filled/view_quilt.svg similarity index 100% rename from projects/icons-material/src/filled/view_quilt.svg rename to projects/icons-material/src/material/filled/view_quilt.svg diff --git a/projects/icons-material/src/filled/view_sidebar.svg b/projects/icons-material/src/material/filled/view_sidebar.svg similarity index 100% rename from projects/icons-material/src/filled/view_sidebar.svg rename to projects/icons-material/src/material/filled/view_sidebar.svg diff --git a/projects/icons-material/src/filled/view_stream.svg b/projects/icons-material/src/material/filled/view_stream.svg similarity index 100% rename from projects/icons-material/src/filled/view_stream.svg rename to projects/icons-material/src/material/filled/view_stream.svg diff --git a/projects/icons-material/src/filled/view_timeline.svg b/projects/icons-material/src/material/filled/view_timeline.svg similarity index 100% rename from projects/icons-material/src/filled/view_timeline.svg rename to projects/icons-material/src/material/filled/view_timeline.svg diff --git a/projects/icons-material/src/filled/view_week.svg b/projects/icons-material/src/material/filled/view_week.svg similarity index 100% rename from projects/icons-material/src/filled/view_week.svg rename to projects/icons-material/src/material/filled/view_week.svg diff --git a/projects/icons-material/src/filled/vignette.svg b/projects/icons-material/src/material/filled/vignette.svg similarity index 100% rename from projects/icons-material/src/filled/vignette.svg rename to projects/icons-material/src/material/filled/vignette.svg diff --git a/projects/icons-material/src/filled/villa.svg b/projects/icons-material/src/material/filled/villa.svg similarity index 100% rename from projects/icons-material/src/filled/villa.svg rename to projects/icons-material/src/material/filled/villa.svg diff --git a/projects/icons-material/src/filled/visibility.svg b/projects/icons-material/src/material/filled/visibility.svg similarity index 100% rename from projects/icons-material/src/filled/visibility.svg rename to projects/icons-material/src/material/filled/visibility.svg diff --git a/projects/icons-material/src/filled/visibility_off.svg b/projects/icons-material/src/material/filled/visibility_off.svg similarity index 100% rename from projects/icons-material/src/filled/visibility_off.svg rename to projects/icons-material/src/material/filled/visibility_off.svg diff --git a/projects/icons-material/src/filled/voice_chat.svg b/projects/icons-material/src/material/filled/voice_chat.svg similarity index 100% rename from projects/icons-material/src/filled/voice_chat.svg rename to projects/icons-material/src/material/filled/voice_chat.svg diff --git a/projects/icons-material/src/filled/voice_over_off.svg b/projects/icons-material/src/material/filled/voice_over_off.svg similarity index 100% rename from projects/icons-material/src/filled/voice_over_off.svg rename to projects/icons-material/src/material/filled/voice_over_off.svg diff --git a/projects/icons-material/src/filled/voicemail.svg b/projects/icons-material/src/material/filled/voicemail.svg similarity index 100% rename from projects/icons-material/src/filled/voicemail.svg rename to projects/icons-material/src/material/filled/voicemail.svg diff --git a/projects/icons-material/src/filled/volcano.svg b/projects/icons-material/src/material/filled/volcano.svg similarity index 100% rename from projects/icons-material/src/filled/volcano.svg rename to projects/icons-material/src/material/filled/volcano.svg diff --git a/projects/icons-material/src/filled/volume_down.svg b/projects/icons-material/src/material/filled/volume_down.svg similarity index 100% rename from projects/icons-material/src/filled/volume_down.svg rename to projects/icons-material/src/material/filled/volume_down.svg diff --git a/projects/icons-material/src/filled/volume_mute.svg b/projects/icons-material/src/material/filled/volume_mute.svg similarity index 100% rename from projects/icons-material/src/filled/volume_mute.svg rename to projects/icons-material/src/material/filled/volume_mute.svg diff --git a/projects/icons-material/src/filled/volume_off.svg b/projects/icons-material/src/material/filled/volume_off.svg similarity index 100% rename from projects/icons-material/src/filled/volume_off.svg rename to projects/icons-material/src/material/filled/volume_off.svg diff --git a/projects/icons-material/src/filled/volume_up.svg b/projects/icons-material/src/material/filled/volume_up.svg similarity index 100% rename from projects/icons-material/src/filled/volume_up.svg rename to projects/icons-material/src/material/filled/volume_up.svg diff --git a/projects/icons-material/src/filled/volunteer_activism.svg b/projects/icons-material/src/material/filled/volunteer_activism.svg similarity index 100% rename from projects/icons-material/src/filled/volunteer_activism.svg rename to projects/icons-material/src/material/filled/volunteer_activism.svg diff --git a/projects/icons-material/src/filled/vpn_key.svg b/projects/icons-material/src/material/filled/vpn_key.svg similarity index 100% rename from projects/icons-material/src/filled/vpn_key.svg rename to projects/icons-material/src/material/filled/vpn_key.svg diff --git a/projects/icons-material/src/filled/vpn_key_off.svg b/projects/icons-material/src/material/filled/vpn_key_off.svg similarity index 100% rename from projects/icons-material/src/filled/vpn_key_off.svg rename to projects/icons-material/src/material/filled/vpn_key_off.svg diff --git a/projects/icons-material/src/filled/vpn_lock.svg b/projects/icons-material/src/material/filled/vpn_lock.svg similarity index 100% rename from projects/icons-material/src/filled/vpn_lock.svg rename to projects/icons-material/src/material/filled/vpn_lock.svg diff --git a/projects/icons-material/src/filled/vrpano.svg b/projects/icons-material/src/material/filled/vrpano.svg similarity index 100% rename from projects/icons-material/src/filled/vrpano.svg rename to projects/icons-material/src/material/filled/vrpano.svg diff --git a/projects/icons-material/src/filled/wallet.svg b/projects/icons-material/src/material/filled/wallet.svg similarity index 100% rename from projects/icons-material/src/filled/wallet.svg rename to projects/icons-material/src/material/filled/wallet.svg diff --git a/projects/icons-material/src/filled/wallpaper.svg b/projects/icons-material/src/material/filled/wallpaper.svg similarity index 100% rename from projects/icons-material/src/filled/wallpaper.svg rename to projects/icons-material/src/material/filled/wallpaper.svg diff --git a/projects/icons-material/src/filled/warehouse.svg b/projects/icons-material/src/material/filled/warehouse.svg similarity index 100% rename from projects/icons-material/src/filled/warehouse.svg rename to projects/icons-material/src/material/filled/warehouse.svg diff --git a/projects/icons-material/src/filled/warning.svg b/projects/icons-material/src/material/filled/warning.svg similarity index 100% rename from projects/icons-material/src/filled/warning.svg rename to projects/icons-material/src/material/filled/warning.svg diff --git a/projects/icons-material/src/filled/warning_amber.svg b/projects/icons-material/src/material/filled/warning_amber.svg similarity index 100% rename from projects/icons-material/src/filled/warning_amber.svg rename to projects/icons-material/src/material/filled/warning_amber.svg diff --git a/projects/icons-material/src/filled/wash.svg b/projects/icons-material/src/material/filled/wash.svg similarity index 100% rename from projects/icons-material/src/filled/wash.svg rename to projects/icons-material/src/material/filled/wash.svg diff --git a/projects/icons-material/src/filled/watch.svg b/projects/icons-material/src/material/filled/watch.svg similarity index 100% rename from projects/icons-material/src/filled/watch.svg rename to projects/icons-material/src/material/filled/watch.svg diff --git a/projects/icons-material/src/filled/watch_later.svg b/projects/icons-material/src/material/filled/watch_later.svg similarity index 100% rename from projects/icons-material/src/filled/watch_later.svg rename to projects/icons-material/src/material/filled/watch_later.svg diff --git a/projects/icons-material/src/filled/watch_off.svg b/projects/icons-material/src/material/filled/watch_off.svg similarity index 100% rename from projects/icons-material/src/filled/watch_off.svg rename to projects/icons-material/src/material/filled/watch_off.svg diff --git a/projects/icons-material/src/filled/water.svg b/projects/icons-material/src/material/filled/water.svg similarity index 100% rename from projects/icons-material/src/filled/water.svg rename to projects/icons-material/src/material/filled/water.svg diff --git a/projects/icons-material/src/filled/water_damage.svg b/projects/icons-material/src/material/filled/water_damage.svg similarity index 100% rename from projects/icons-material/src/filled/water_damage.svg rename to projects/icons-material/src/material/filled/water_damage.svg diff --git a/projects/icons-material/src/filled/water_drop.svg b/projects/icons-material/src/material/filled/water_drop.svg similarity index 100% rename from projects/icons-material/src/filled/water_drop.svg rename to projects/icons-material/src/material/filled/water_drop.svg diff --git a/projects/icons-material/src/filled/waterfall_chart.svg b/projects/icons-material/src/material/filled/waterfall_chart.svg similarity index 100% rename from projects/icons-material/src/filled/waterfall_chart.svg rename to projects/icons-material/src/material/filled/waterfall_chart.svg diff --git a/projects/icons-material/src/filled/waves.svg b/projects/icons-material/src/material/filled/waves.svg similarity index 100% rename from projects/icons-material/src/filled/waves.svg rename to projects/icons-material/src/material/filled/waves.svg diff --git a/projects/icons-material/src/filled/waving_hand.svg b/projects/icons-material/src/material/filled/waving_hand.svg similarity index 100% rename from projects/icons-material/src/filled/waving_hand.svg rename to projects/icons-material/src/material/filled/waving_hand.svg diff --git a/projects/icons-material/src/filled/wb_auto.svg b/projects/icons-material/src/material/filled/wb_auto.svg similarity index 100% rename from projects/icons-material/src/filled/wb_auto.svg rename to projects/icons-material/src/material/filled/wb_auto.svg diff --git a/projects/icons-material/src/filled/wb_cloudy.svg b/projects/icons-material/src/material/filled/wb_cloudy.svg similarity index 100% rename from projects/icons-material/src/filled/wb_cloudy.svg rename to projects/icons-material/src/material/filled/wb_cloudy.svg diff --git a/projects/icons-material/src/filled/wb_incandescent.svg b/projects/icons-material/src/material/filled/wb_incandescent.svg similarity index 100% rename from projects/icons-material/src/filled/wb_incandescent.svg rename to projects/icons-material/src/material/filled/wb_incandescent.svg diff --git a/projects/icons-material/src/filled/wb_iridescent.svg b/projects/icons-material/src/material/filled/wb_iridescent.svg similarity index 100% rename from projects/icons-material/src/filled/wb_iridescent.svg rename to projects/icons-material/src/material/filled/wb_iridescent.svg diff --git a/projects/icons-material/src/filled/wb_shade.svg b/projects/icons-material/src/material/filled/wb_shade.svg similarity index 100% rename from projects/icons-material/src/filled/wb_shade.svg rename to projects/icons-material/src/material/filled/wb_shade.svg diff --git a/projects/icons-material/src/filled/wb_sunny.svg b/projects/icons-material/src/material/filled/wb_sunny.svg similarity index 100% rename from projects/icons-material/src/filled/wb_sunny.svg rename to projects/icons-material/src/material/filled/wb_sunny.svg diff --git a/projects/icons-material/src/filled/wb_twilight.svg b/projects/icons-material/src/material/filled/wb_twilight.svg similarity index 100% rename from projects/icons-material/src/filled/wb_twilight.svg rename to projects/icons-material/src/material/filled/wb_twilight.svg diff --git a/projects/icons-material/src/filled/wc.svg b/projects/icons-material/src/material/filled/wc.svg similarity index 100% rename from projects/icons-material/src/filled/wc.svg rename to projects/icons-material/src/material/filled/wc.svg diff --git a/projects/icons-material/src/filled/web.svg b/projects/icons-material/src/material/filled/web.svg similarity index 100% rename from projects/icons-material/src/filled/web.svg rename to projects/icons-material/src/material/filled/web.svg diff --git a/projects/icons-material/src/filled/web_asset.svg b/projects/icons-material/src/material/filled/web_asset.svg similarity index 100% rename from projects/icons-material/src/filled/web_asset.svg rename to projects/icons-material/src/material/filled/web_asset.svg diff --git a/projects/icons-material/src/filled/web_asset_off.svg b/projects/icons-material/src/material/filled/web_asset_off.svg similarity index 100% rename from projects/icons-material/src/filled/web_asset_off.svg rename to projects/icons-material/src/material/filled/web_asset_off.svg diff --git a/projects/icons-material/src/filled/web_stories.svg b/projects/icons-material/src/material/filled/web_stories.svg similarity index 100% rename from projects/icons-material/src/filled/web_stories.svg rename to projects/icons-material/src/material/filled/web_stories.svg diff --git a/projects/icons-material/src/filled/webhook.svg b/projects/icons-material/src/material/filled/webhook.svg similarity index 100% rename from projects/icons-material/src/filled/webhook.svg rename to projects/icons-material/src/material/filled/webhook.svg diff --git a/projects/icons-material/src/filled/weekend.svg b/projects/icons-material/src/material/filled/weekend.svg similarity index 100% rename from projects/icons-material/src/filled/weekend.svg rename to projects/icons-material/src/material/filled/weekend.svg diff --git a/projects/icons-material/src/filled/west.svg b/projects/icons-material/src/material/filled/west.svg similarity index 100% rename from projects/icons-material/src/filled/west.svg rename to projects/icons-material/src/material/filled/west.svg diff --git a/projects/icons-material/src/filled/whatshot.svg b/projects/icons-material/src/material/filled/whatshot.svg similarity index 100% rename from projects/icons-material/src/filled/whatshot.svg rename to projects/icons-material/src/material/filled/whatshot.svg diff --git a/projects/icons-material/src/filled/wheelchair_pickup.svg b/projects/icons-material/src/material/filled/wheelchair_pickup.svg similarity index 100% rename from projects/icons-material/src/filled/wheelchair_pickup.svg rename to projects/icons-material/src/material/filled/wheelchair_pickup.svg diff --git a/projects/icons-material/src/filled/where_to_vote.svg b/projects/icons-material/src/material/filled/where_to_vote.svg similarity index 100% rename from projects/icons-material/src/filled/where_to_vote.svg rename to projects/icons-material/src/material/filled/where_to_vote.svg diff --git a/projects/icons-material/src/filled/widgets.svg b/projects/icons-material/src/material/filled/widgets.svg similarity index 100% rename from projects/icons-material/src/filled/widgets.svg rename to projects/icons-material/src/material/filled/widgets.svg diff --git a/projects/icons-material/src/filled/width_full.svg b/projects/icons-material/src/material/filled/width_full.svg similarity index 100% rename from projects/icons-material/src/filled/width_full.svg rename to projects/icons-material/src/material/filled/width_full.svg diff --git a/projects/icons-material/src/filled/width_normal.svg b/projects/icons-material/src/material/filled/width_normal.svg similarity index 100% rename from projects/icons-material/src/filled/width_normal.svg rename to projects/icons-material/src/material/filled/width_normal.svg diff --git a/projects/icons-material/src/filled/width_wide.svg b/projects/icons-material/src/material/filled/width_wide.svg similarity index 100% rename from projects/icons-material/src/filled/width_wide.svg rename to projects/icons-material/src/material/filled/width_wide.svg diff --git a/projects/icons-material/src/filled/wifi.svg b/projects/icons-material/src/material/filled/wifi.svg similarity index 100% rename from projects/icons-material/src/filled/wifi.svg rename to projects/icons-material/src/material/filled/wifi.svg diff --git a/projects/icons-material/src/filled/wifi_1_bar.svg b/projects/icons-material/src/material/filled/wifi_1_bar.svg similarity index 100% rename from projects/icons-material/src/filled/wifi_1_bar.svg rename to projects/icons-material/src/material/filled/wifi_1_bar.svg diff --git a/projects/icons-material/src/filled/wifi_2_bar.svg b/projects/icons-material/src/material/filled/wifi_2_bar.svg similarity index 100% rename from projects/icons-material/src/filled/wifi_2_bar.svg rename to projects/icons-material/src/material/filled/wifi_2_bar.svg diff --git a/projects/icons-material/src/filled/wifi_calling.svg b/projects/icons-material/src/material/filled/wifi_calling.svg similarity index 100% rename from projects/icons-material/src/filled/wifi_calling.svg rename to projects/icons-material/src/material/filled/wifi_calling.svg diff --git a/projects/icons-material/src/filled/wifi_calling_3.svg b/projects/icons-material/src/material/filled/wifi_calling_3.svg similarity index 100% rename from projects/icons-material/src/filled/wifi_calling_3.svg rename to projects/icons-material/src/material/filled/wifi_calling_3.svg diff --git a/projects/icons-material/src/filled/wifi_channel.svg b/projects/icons-material/src/material/filled/wifi_channel.svg similarity index 100% rename from projects/icons-material/src/filled/wifi_channel.svg rename to projects/icons-material/src/material/filled/wifi_channel.svg diff --git a/projects/icons-material/src/filled/wifi_find.svg b/projects/icons-material/src/material/filled/wifi_find.svg similarity index 100% rename from projects/icons-material/src/filled/wifi_find.svg rename to projects/icons-material/src/material/filled/wifi_find.svg diff --git a/projects/icons-material/src/filled/wifi_lock.svg b/projects/icons-material/src/material/filled/wifi_lock.svg similarity index 100% rename from projects/icons-material/src/filled/wifi_lock.svg rename to projects/icons-material/src/material/filled/wifi_lock.svg diff --git a/projects/icons-material/src/filled/wifi_off.svg b/projects/icons-material/src/material/filled/wifi_off.svg similarity index 100% rename from projects/icons-material/src/filled/wifi_off.svg rename to projects/icons-material/src/material/filled/wifi_off.svg diff --git a/projects/icons-material/src/filled/wifi_password.svg b/projects/icons-material/src/material/filled/wifi_password.svg similarity index 100% rename from projects/icons-material/src/filled/wifi_password.svg rename to projects/icons-material/src/material/filled/wifi_password.svg diff --git a/projects/icons-material/src/filled/wifi_protected_setup.svg b/projects/icons-material/src/material/filled/wifi_protected_setup.svg similarity index 100% rename from projects/icons-material/src/filled/wifi_protected_setup.svg rename to projects/icons-material/src/material/filled/wifi_protected_setup.svg diff --git a/projects/icons-material/src/filled/wifi_tethering.svg b/projects/icons-material/src/material/filled/wifi_tethering.svg similarity index 100% rename from projects/icons-material/src/filled/wifi_tethering.svg rename to projects/icons-material/src/material/filled/wifi_tethering.svg diff --git a/projects/icons-material/src/filled/wifi_tethering_error.svg b/projects/icons-material/src/material/filled/wifi_tethering_error.svg similarity index 100% rename from projects/icons-material/src/filled/wifi_tethering_error.svg rename to projects/icons-material/src/material/filled/wifi_tethering_error.svg diff --git a/projects/icons-material/src/filled/wifi_tethering_off.svg b/projects/icons-material/src/material/filled/wifi_tethering_off.svg similarity index 100% rename from projects/icons-material/src/filled/wifi_tethering_off.svg rename to projects/icons-material/src/material/filled/wifi_tethering_off.svg diff --git a/projects/icons-material/src/filled/wind_power.svg b/projects/icons-material/src/material/filled/wind_power.svg similarity index 100% rename from projects/icons-material/src/filled/wind_power.svg rename to projects/icons-material/src/material/filled/wind_power.svg diff --git a/projects/icons-material/src/filled/window.svg b/projects/icons-material/src/material/filled/window.svg similarity index 100% rename from projects/icons-material/src/filled/window.svg rename to projects/icons-material/src/material/filled/window.svg diff --git a/projects/icons-material/src/filled/wine_bar.svg b/projects/icons-material/src/material/filled/wine_bar.svg similarity index 100% rename from projects/icons-material/src/filled/wine_bar.svg rename to projects/icons-material/src/material/filled/wine_bar.svg diff --git a/projects/icons-material/src/filled/woman.svg b/projects/icons-material/src/material/filled/woman.svg similarity index 100% rename from projects/icons-material/src/filled/woman.svg rename to projects/icons-material/src/material/filled/woman.svg diff --git a/projects/icons-material/src/filled/woman_2.svg b/projects/icons-material/src/material/filled/woman_2.svg similarity index 100% rename from projects/icons-material/src/filled/woman_2.svg rename to projects/icons-material/src/material/filled/woman_2.svg diff --git a/projects/icons-material/src/filled/work.svg b/projects/icons-material/src/material/filled/work.svg similarity index 100% rename from projects/icons-material/src/filled/work.svg rename to projects/icons-material/src/material/filled/work.svg diff --git a/projects/icons-material/src/filled/work_history.svg b/projects/icons-material/src/material/filled/work_history.svg similarity index 100% rename from projects/icons-material/src/filled/work_history.svg rename to projects/icons-material/src/material/filled/work_history.svg diff --git a/projects/icons-material/src/filled/work_off.svg b/projects/icons-material/src/material/filled/work_off.svg similarity index 100% rename from projects/icons-material/src/filled/work_off.svg rename to projects/icons-material/src/material/filled/work_off.svg diff --git a/projects/icons-material/src/filled/work_outline.svg b/projects/icons-material/src/material/filled/work_outline.svg similarity index 100% rename from projects/icons-material/src/filled/work_outline.svg rename to projects/icons-material/src/material/filled/work_outline.svg diff --git a/projects/icons-material/src/filled/workspace_premium.svg b/projects/icons-material/src/material/filled/workspace_premium.svg similarity index 100% rename from projects/icons-material/src/filled/workspace_premium.svg rename to projects/icons-material/src/material/filled/workspace_premium.svg diff --git a/projects/icons-material/src/filled/workspaces.svg b/projects/icons-material/src/material/filled/workspaces.svg similarity index 100% rename from projects/icons-material/src/filled/workspaces.svg rename to projects/icons-material/src/material/filled/workspaces.svg diff --git a/projects/icons-material/src/filled/wrap_text.svg b/projects/icons-material/src/material/filled/wrap_text.svg similarity index 100% rename from projects/icons-material/src/filled/wrap_text.svg rename to projects/icons-material/src/material/filled/wrap_text.svg diff --git a/projects/icons-material/src/filled/wrong_location.svg b/projects/icons-material/src/material/filled/wrong_location.svg similarity index 100% rename from projects/icons-material/src/filled/wrong_location.svg rename to projects/icons-material/src/material/filled/wrong_location.svg diff --git a/projects/icons-material/src/filled/wysiwyg.svg b/projects/icons-material/src/material/filled/wysiwyg.svg similarity index 100% rename from projects/icons-material/src/filled/wysiwyg.svg rename to projects/icons-material/src/material/filled/wysiwyg.svg diff --git a/projects/icons-material/src/filled/yard.svg b/projects/icons-material/src/material/filled/yard.svg similarity index 100% rename from projects/icons-material/src/filled/yard.svg rename to projects/icons-material/src/material/filled/yard.svg diff --git a/projects/icons-material/src/filled/youtube_searched_for.svg b/projects/icons-material/src/material/filled/youtube_searched_for.svg similarity index 100% rename from projects/icons-material/src/filled/youtube_searched_for.svg rename to projects/icons-material/src/material/filled/youtube_searched_for.svg diff --git a/projects/icons-material/src/filled/zoom_in.svg b/projects/icons-material/src/material/filled/zoom_in.svg similarity index 100% rename from projects/icons-material/src/filled/zoom_in.svg rename to projects/icons-material/src/material/filled/zoom_in.svg diff --git a/projects/icons-material/src/filled/zoom_in_map.svg b/projects/icons-material/src/material/filled/zoom_in_map.svg similarity index 100% rename from projects/icons-material/src/filled/zoom_in_map.svg rename to projects/icons-material/src/material/filled/zoom_in_map.svg diff --git a/projects/icons-material/src/filled/zoom_out.svg b/projects/icons-material/src/material/filled/zoom_out.svg similarity index 100% rename from projects/icons-material/src/filled/zoom_out.svg rename to projects/icons-material/src/material/filled/zoom_out.svg diff --git a/projects/icons-material/src/filled/zoom_out_map.svg b/projects/icons-material/src/material/filled/zoom_out_map.svg similarity index 100% rename from projects/icons-material/src/filled/zoom_out_map.svg rename to projects/icons-material/src/material/filled/zoom_out_map.svg diff --git a/projects/icons-material/src/outlined/10k.svg b/projects/icons-material/src/material/outlined/10k.svg similarity index 100% rename from projects/icons-material/src/outlined/10k.svg rename to projects/icons-material/src/material/outlined/10k.svg diff --git a/projects/icons-material/src/outlined/10mp.svg b/projects/icons-material/src/material/outlined/10mp.svg similarity index 100% rename from projects/icons-material/src/outlined/10mp.svg rename to projects/icons-material/src/material/outlined/10mp.svg diff --git a/projects/icons-material/src/outlined/11mp.svg b/projects/icons-material/src/material/outlined/11mp.svg similarity index 100% rename from projects/icons-material/src/outlined/11mp.svg rename to projects/icons-material/src/material/outlined/11mp.svg diff --git a/projects/icons-material/src/outlined/123.svg b/projects/icons-material/src/material/outlined/123.svg similarity index 100% rename from projects/icons-material/src/outlined/123.svg rename to projects/icons-material/src/material/outlined/123.svg diff --git a/projects/icons-material/src/outlined/12mp.svg b/projects/icons-material/src/material/outlined/12mp.svg similarity index 100% rename from projects/icons-material/src/outlined/12mp.svg rename to projects/icons-material/src/material/outlined/12mp.svg diff --git a/projects/icons-material/src/outlined/13mp.svg b/projects/icons-material/src/material/outlined/13mp.svg similarity index 100% rename from projects/icons-material/src/outlined/13mp.svg rename to projects/icons-material/src/material/outlined/13mp.svg diff --git a/projects/icons-material/src/outlined/14mp.svg b/projects/icons-material/src/material/outlined/14mp.svg similarity index 100% rename from projects/icons-material/src/outlined/14mp.svg rename to projects/icons-material/src/material/outlined/14mp.svg diff --git a/projects/icons-material/src/outlined/15mp.svg b/projects/icons-material/src/material/outlined/15mp.svg similarity index 100% rename from projects/icons-material/src/outlined/15mp.svg rename to projects/icons-material/src/material/outlined/15mp.svg diff --git a/projects/icons-material/src/outlined/16mp.svg b/projects/icons-material/src/material/outlined/16mp.svg similarity index 100% rename from projects/icons-material/src/outlined/16mp.svg rename to projects/icons-material/src/material/outlined/16mp.svg diff --git a/projects/icons-material/src/outlined/17mp.svg b/projects/icons-material/src/material/outlined/17mp.svg similarity index 100% rename from projects/icons-material/src/outlined/17mp.svg rename to projects/icons-material/src/material/outlined/17mp.svg diff --git a/projects/icons-material/src/outlined/18_up_rating.svg b/projects/icons-material/src/material/outlined/18_up_rating.svg similarity index 100% rename from projects/icons-material/src/outlined/18_up_rating.svg rename to projects/icons-material/src/material/outlined/18_up_rating.svg diff --git a/projects/icons-material/src/outlined/18mp.svg b/projects/icons-material/src/material/outlined/18mp.svg similarity index 100% rename from projects/icons-material/src/outlined/18mp.svg rename to projects/icons-material/src/material/outlined/18mp.svg diff --git a/projects/icons-material/src/outlined/19mp.svg b/projects/icons-material/src/material/outlined/19mp.svg similarity index 100% rename from projects/icons-material/src/outlined/19mp.svg rename to projects/icons-material/src/material/outlined/19mp.svg diff --git a/projects/icons-material/src/outlined/1k.svg b/projects/icons-material/src/material/outlined/1k.svg similarity index 100% rename from projects/icons-material/src/outlined/1k.svg rename to projects/icons-material/src/material/outlined/1k.svg diff --git a/projects/icons-material/src/outlined/1k_plus.svg b/projects/icons-material/src/material/outlined/1k_plus.svg similarity index 100% rename from projects/icons-material/src/outlined/1k_plus.svg rename to projects/icons-material/src/material/outlined/1k_plus.svg diff --git a/projects/icons-material/src/outlined/1x_mobiledata.svg b/projects/icons-material/src/material/outlined/1x_mobiledata.svg similarity index 100% rename from projects/icons-material/src/outlined/1x_mobiledata.svg rename to projects/icons-material/src/material/outlined/1x_mobiledata.svg diff --git a/projects/icons-material/src/outlined/20mp.svg b/projects/icons-material/src/material/outlined/20mp.svg similarity index 100% rename from projects/icons-material/src/outlined/20mp.svg rename to projects/icons-material/src/material/outlined/20mp.svg diff --git a/projects/icons-material/src/outlined/21mp.svg b/projects/icons-material/src/material/outlined/21mp.svg similarity index 100% rename from projects/icons-material/src/outlined/21mp.svg rename to projects/icons-material/src/material/outlined/21mp.svg diff --git a/projects/icons-material/src/outlined/22mp.svg b/projects/icons-material/src/material/outlined/22mp.svg similarity index 100% rename from projects/icons-material/src/outlined/22mp.svg rename to projects/icons-material/src/material/outlined/22mp.svg diff --git a/projects/icons-material/src/outlined/23mp.svg b/projects/icons-material/src/material/outlined/23mp.svg similarity index 100% rename from projects/icons-material/src/outlined/23mp.svg rename to projects/icons-material/src/material/outlined/23mp.svg diff --git a/projects/icons-material/src/outlined/24mp.svg b/projects/icons-material/src/material/outlined/24mp.svg similarity index 100% rename from projects/icons-material/src/outlined/24mp.svg rename to projects/icons-material/src/material/outlined/24mp.svg diff --git a/projects/icons-material/src/outlined/2k.svg b/projects/icons-material/src/material/outlined/2k.svg similarity index 100% rename from projects/icons-material/src/outlined/2k.svg rename to projects/icons-material/src/material/outlined/2k.svg diff --git a/projects/icons-material/src/outlined/2k_plus.svg b/projects/icons-material/src/material/outlined/2k_plus.svg similarity index 100% rename from projects/icons-material/src/outlined/2k_plus.svg rename to projects/icons-material/src/material/outlined/2k_plus.svg diff --git a/projects/icons-material/src/outlined/2mp.svg b/projects/icons-material/src/material/outlined/2mp.svg similarity index 100% rename from projects/icons-material/src/outlined/2mp.svg rename to projects/icons-material/src/material/outlined/2mp.svg diff --git a/projects/icons-material/src/outlined/30fps.svg b/projects/icons-material/src/material/outlined/30fps.svg similarity index 100% rename from projects/icons-material/src/outlined/30fps.svg rename to projects/icons-material/src/material/outlined/30fps.svg diff --git a/projects/icons-material/src/outlined/30fps_select.svg b/projects/icons-material/src/material/outlined/30fps_select.svg similarity index 100% rename from projects/icons-material/src/outlined/30fps_select.svg rename to projects/icons-material/src/material/outlined/30fps_select.svg diff --git a/projects/icons-material/src/outlined/360.svg b/projects/icons-material/src/material/outlined/360.svg similarity index 100% rename from projects/icons-material/src/outlined/360.svg rename to projects/icons-material/src/material/outlined/360.svg diff --git a/projects/icons-material/src/outlined/3d_rotation.svg b/projects/icons-material/src/material/outlined/3d_rotation.svg similarity index 100% rename from projects/icons-material/src/outlined/3d_rotation.svg rename to projects/icons-material/src/material/outlined/3d_rotation.svg diff --git a/projects/icons-material/src/outlined/3g_mobiledata.svg b/projects/icons-material/src/material/outlined/3g_mobiledata.svg similarity index 100% rename from projects/icons-material/src/outlined/3g_mobiledata.svg rename to projects/icons-material/src/material/outlined/3g_mobiledata.svg diff --git a/projects/icons-material/src/outlined/3k.svg b/projects/icons-material/src/material/outlined/3k.svg similarity index 100% rename from projects/icons-material/src/outlined/3k.svg rename to projects/icons-material/src/material/outlined/3k.svg diff --git a/projects/icons-material/src/outlined/3k_plus.svg b/projects/icons-material/src/material/outlined/3k_plus.svg similarity index 100% rename from projects/icons-material/src/outlined/3k_plus.svg rename to projects/icons-material/src/material/outlined/3k_plus.svg diff --git a/projects/icons-material/src/outlined/3mp.svg b/projects/icons-material/src/material/outlined/3mp.svg similarity index 100% rename from projects/icons-material/src/outlined/3mp.svg rename to projects/icons-material/src/material/outlined/3mp.svg diff --git a/projects/icons-material/src/outlined/3p.svg b/projects/icons-material/src/material/outlined/3p.svg similarity index 100% rename from projects/icons-material/src/outlined/3p.svg rename to projects/icons-material/src/material/outlined/3p.svg diff --git a/projects/icons-material/src/outlined/4g_mobiledata.svg b/projects/icons-material/src/material/outlined/4g_mobiledata.svg similarity index 100% rename from projects/icons-material/src/outlined/4g_mobiledata.svg rename to projects/icons-material/src/material/outlined/4g_mobiledata.svg diff --git a/projects/icons-material/src/outlined/4g_plus_mobiledata.svg b/projects/icons-material/src/material/outlined/4g_plus_mobiledata.svg similarity index 100% rename from projects/icons-material/src/outlined/4g_plus_mobiledata.svg rename to projects/icons-material/src/material/outlined/4g_plus_mobiledata.svg diff --git a/projects/icons-material/src/outlined/4k.svg b/projects/icons-material/src/material/outlined/4k.svg similarity index 100% rename from projects/icons-material/src/outlined/4k.svg rename to projects/icons-material/src/material/outlined/4k.svg diff --git a/projects/icons-material/src/outlined/4k_plus.svg b/projects/icons-material/src/material/outlined/4k_plus.svg similarity index 100% rename from projects/icons-material/src/outlined/4k_plus.svg rename to projects/icons-material/src/material/outlined/4k_plus.svg diff --git a/projects/icons-material/src/outlined/4mp.svg b/projects/icons-material/src/material/outlined/4mp.svg similarity index 100% rename from projects/icons-material/src/outlined/4mp.svg rename to projects/icons-material/src/material/outlined/4mp.svg diff --git a/projects/icons-material/src/outlined/5g.svg b/projects/icons-material/src/material/outlined/5g.svg similarity index 100% rename from projects/icons-material/src/outlined/5g.svg rename to projects/icons-material/src/material/outlined/5g.svg diff --git a/projects/icons-material/src/outlined/5k.svg b/projects/icons-material/src/material/outlined/5k.svg similarity index 100% rename from projects/icons-material/src/outlined/5k.svg rename to projects/icons-material/src/material/outlined/5k.svg diff --git a/projects/icons-material/src/outlined/5k_plus.svg b/projects/icons-material/src/material/outlined/5k_plus.svg similarity index 100% rename from projects/icons-material/src/outlined/5k_plus.svg rename to projects/icons-material/src/material/outlined/5k_plus.svg diff --git a/projects/icons-material/src/outlined/5mp.svg b/projects/icons-material/src/material/outlined/5mp.svg similarity index 100% rename from projects/icons-material/src/outlined/5mp.svg rename to projects/icons-material/src/material/outlined/5mp.svg diff --git a/projects/icons-material/src/outlined/60fps.svg b/projects/icons-material/src/material/outlined/60fps.svg similarity index 100% rename from projects/icons-material/src/outlined/60fps.svg rename to projects/icons-material/src/material/outlined/60fps.svg diff --git a/projects/icons-material/src/outlined/60fps_select.svg b/projects/icons-material/src/material/outlined/60fps_select.svg similarity index 100% rename from projects/icons-material/src/outlined/60fps_select.svg rename to projects/icons-material/src/material/outlined/60fps_select.svg diff --git a/projects/icons-material/src/outlined/6_ft_apart.svg b/projects/icons-material/src/material/outlined/6_ft_apart.svg similarity index 100% rename from projects/icons-material/src/outlined/6_ft_apart.svg rename to projects/icons-material/src/material/outlined/6_ft_apart.svg diff --git a/projects/icons-material/src/outlined/6k.svg b/projects/icons-material/src/material/outlined/6k.svg similarity index 100% rename from projects/icons-material/src/outlined/6k.svg rename to projects/icons-material/src/material/outlined/6k.svg diff --git a/projects/icons-material/src/outlined/6k_plus.svg b/projects/icons-material/src/material/outlined/6k_plus.svg similarity index 100% rename from projects/icons-material/src/outlined/6k_plus.svg rename to projects/icons-material/src/material/outlined/6k_plus.svg diff --git a/projects/icons-material/src/outlined/6mp.svg b/projects/icons-material/src/material/outlined/6mp.svg similarity index 100% rename from projects/icons-material/src/outlined/6mp.svg rename to projects/icons-material/src/material/outlined/6mp.svg diff --git a/projects/icons-material/src/outlined/7k.svg b/projects/icons-material/src/material/outlined/7k.svg similarity index 100% rename from projects/icons-material/src/outlined/7k.svg rename to projects/icons-material/src/material/outlined/7k.svg diff --git a/projects/icons-material/src/outlined/7k_plus.svg b/projects/icons-material/src/material/outlined/7k_plus.svg similarity index 100% rename from projects/icons-material/src/outlined/7k_plus.svg rename to projects/icons-material/src/material/outlined/7k_plus.svg diff --git a/projects/icons-material/src/outlined/7mp.svg b/projects/icons-material/src/material/outlined/7mp.svg similarity index 100% rename from projects/icons-material/src/outlined/7mp.svg rename to projects/icons-material/src/material/outlined/7mp.svg diff --git a/projects/icons-material/src/outlined/8k.svg b/projects/icons-material/src/material/outlined/8k.svg similarity index 100% rename from projects/icons-material/src/outlined/8k.svg rename to projects/icons-material/src/material/outlined/8k.svg diff --git a/projects/icons-material/src/outlined/8k_plus.svg b/projects/icons-material/src/material/outlined/8k_plus.svg similarity index 100% rename from projects/icons-material/src/outlined/8k_plus.svg rename to projects/icons-material/src/material/outlined/8k_plus.svg diff --git a/projects/icons-material/src/outlined/8mp.svg b/projects/icons-material/src/material/outlined/8mp.svg similarity index 100% rename from projects/icons-material/src/outlined/8mp.svg rename to projects/icons-material/src/material/outlined/8mp.svg diff --git a/projects/icons-material/src/outlined/9k.svg b/projects/icons-material/src/material/outlined/9k.svg similarity index 100% rename from projects/icons-material/src/outlined/9k.svg rename to projects/icons-material/src/material/outlined/9k.svg diff --git a/projects/icons-material/src/outlined/9k_plus.svg b/projects/icons-material/src/material/outlined/9k_plus.svg similarity index 100% rename from projects/icons-material/src/outlined/9k_plus.svg rename to projects/icons-material/src/material/outlined/9k_plus.svg diff --git a/projects/icons-material/src/outlined/9mp.svg b/projects/icons-material/src/material/outlined/9mp.svg similarity index 100% rename from projects/icons-material/src/outlined/9mp.svg rename to projects/icons-material/src/material/outlined/9mp.svg diff --git a/projects/icons-material/src/outlined/abc.svg b/projects/icons-material/src/material/outlined/abc.svg similarity index 100% rename from projects/icons-material/src/outlined/abc.svg rename to projects/icons-material/src/material/outlined/abc.svg diff --git a/projects/icons-material/src/outlined/ac_unit.svg b/projects/icons-material/src/material/outlined/ac_unit.svg similarity index 100% rename from projects/icons-material/src/outlined/ac_unit.svg rename to projects/icons-material/src/material/outlined/ac_unit.svg diff --git a/projects/icons-material/src/outlined/access_alarm.svg b/projects/icons-material/src/material/outlined/access_alarm.svg similarity index 100% rename from projects/icons-material/src/outlined/access_alarm.svg rename to projects/icons-material/src/material/outlined/access_alarm.svg diff --git a/projects/icons-material/src/outlined/access_alarms.svg b/projects/icons-material/src/material/outlined/access_alarms.svg similarity index 100% rename from projects/icons-material/src/outlined/access_alarms.svg rename to projects/icons-material/src/material/outlined/access_alarms.svg diff --git a/projects/icons-material/src/outlined/access_time.svg b/projects/icons-material/src/material/outlined/access_time.svg similarity index 100% rename from projects/icons-material/src/outlined/access_time.svg rename to projects/icons-material/src/material/outlined/access_time.svg diff --git a/projects/icons-material/src/outlined/access_time_filled.svg b/projects/icons-material/src/material/outlined/access_time_filled.svg similarity index 100% rename from projects/icons-material/src/outlined/access_time_filled.svg rename to projects/icons-material/src/material/outlined/access_time_filled.svg diff --git a/projects/icons-material/src/outlined/accessibility.svg b/projects/icons-material/src/material/outlined/accessibility.svg similarity index 100% rename from projects/icons-material/src/outlined/accessibility.svg rename to projects/icons-material/src/material/outlined/accessibility.svg diff --git a/projects/icons-material/src/outlined/accessibility_new.svg b/projects/icons-material/src/material/outlined/accessibility_new.svg similarity index 100% rename from projects/icons-material/src/outlined/accessibility_new.svg rename to projects/icons-material/src/material/outlined/accessibility_new.svg diff --git a/projects/icons-material/src/outlined/accessible.svg b/projects/icons-material/src/material/outlined/accessible.svg similarity index 100% rename from projects/icons-material/src/outlined/accessible.svg rename to projects/icons-material/src/material/outlined/accessible.svg diff --git a/projects/icons-material/src/outlined/accessible_forward.svg b/projects/icons-material/src/material/outlined/accessible_forward.svg similarity index 100% rename from projects/icons-material/src/outlined/accessible_forward.svg rename to projects/icons-material/src/material/outlined/accessible_forward.svg diff --git a/projects/icons-material/src/outlined/account_balance.svg b/projects/icons-material/src/material/outlined/account_balance.svg similarity index 100% rename from projects/icons-material/src/outlined/account_balance.svg rename to projects/icons-material/src/material/outlined/account_balance.svg diff --git a/projects/icons-material/src/outlined/account_balance_wallet.svg b/projects/icons-material/src/material/outlined/account_balance_wallet.svg similarity index 100% rename from projects/icons-material/src/outlined/account_balance_wallet.svg rename to projects/icons-material/src/material/outlined/account_balance_wallet.svg diff --git a/projects/icons-material/src/outlined/account_box.svg b/projects/icons-material/src/material/outlined/account_box.svg similarity index 100% rename from projects/icons-material/src/outlined/account_box.svg rename to projects/icons-material/src/material/outlined/account_box.svg diff --git a/projects/icons-material/src/outlined/account_circle.svg b/projects/icons-material/src/material/outlined/account_circle.svg similarity index 100% rename from projects/icons-material/src/outlined/account_circle.svg rename to projects/icons-material/src/material/outlined/account_circle.svg diff --git a/projects/icons-material/src/outlined/account_tree.svg b/projects/icons-material/src/material/outlined/account_tree.svg similarity index 100% rename from projects/icons-material/src/outlined/account_tree.svg rename to projects/icons-material/src/material/outlined/account_tree.svg diff --git a/projects/icons-material/src/outlined/ad_units.svg b/projects/icons-material/src/material/outlined/ad_units.svg similarity index 100% rename from projects/icons-material/src/outlined/ad_units.svg rename to projects/icons-material/src/material/outlined/ad_units.svg diff --git a/projects/icons-material/src/outlined/adb.svg b/projects/icons-material/src/material/outlined/adb.svg similarity index 100% rename from projects/icons-material/src/outlined/adb.svg rename to projects/icons-material/src/material/outlined/adb.svg diff --git a/projects/icons-material/src/outlined/add.svg b/projects/icons-material/src/material/outlined/add.svg similarity index 100% rename from projects/icons-material/src/outlined/add.svg rename to projects/icons-material/src/material/outlined/add.svg diff --git a/projects/icons-material/src/outlined/add_a_photo.svg b/projects/icons-material/src/material/outlined/add_a_photo.svg similarity index 100% rename from projects/icons-material/src/outlined/add_a_photo.svg rename to projects/icons-material/src/material/outlined/add_a_photo.svg diff --git a/projects/icons-material/src/outlined/add_alarm.svg b/projects/icons-material/src/material/outlined/add_alarm.svg similarity index 100% rename from projects/icons-material/src/outlined/add_alarm.svg rename to projects/icons-material/src/material/outlined/add_alarm.svg diff --git a/projects/icons-material/src/outlined/add_alert.svg b/projects/icons-material/src/material/outlined/add_alert.svg similarity index 100% rename from projects/icons-material/src/outlined/add_alert.svg rename to projects/icons-material/src/material/outlined/add_alert.svg diff --git a/projects/icons-material/src/outlined/add_box.svg b/projects/icons-material/src/material/outlined/add_box.svg similarity index 100% rename from projects/icons-material/src/outlined/add_box.svg rename to projects/icons-material/src/material/outlined/add_box.svg diff --git a/projects/icons-material/src/outlined/add_business.svg b/projects/icons-material/src/material/outlined/add_business.svg similarity index 100% rename from projects/icons-material/src/outlined/add_business.svg rename to projects/icons-material/src/material/outlined/add_business.svg diff --git a/projects/icons-material/src/outlined/add_card.svg b/projects/icons-material/src/material/outlined/add_card.svg similarity index 100% rename from projects/icons-material/src/outlined/add_card.svg rename to projects/icons-material/src/material/outlined/add_card.svg diff --git a/projects/icons-material/src/outlined/add_chart.svg b/projects/icons-material/src/material/outlined/add_chart.svg similarity index 100% rename from projects/icons-material/src/outlined/add_chart.svg rename to projects/icons-material/src/material/outlined/add_chart.svg diff --git a/projects/icons-material/src/outlined/add_circle.svg b/projects/icons-material/src/material/outlined/add_circle.svg similarity index 100% rename from projects/icons-material/src/outlined/add_circle.svg rename to projects/icons-material/src/material/outlined/add_circle.svg diff --git a/projects/icons-material/src/outlined/add_circle_outline.svg b/projects/icons-material/src/material/outlined/add_circle_outline.svg similarity index 100% rename from projects/icons-material/src/outlined/add_circle_outline.svg rename to projects/icons-material/src/material/outlined/add_circle_outline.svg diff --git a/projects/icons-material/src/outlined/add_comment.svg b/projects/icons-material/src/material/outlined/add_comment.svg similarity index 100% rename from projects/icons-material/src/outlined/add_comment.svg rename to projects/icons-material/src/material/outlined/add_comment.svg diff --git a/projects/icons-material/src/outlined/add_home.svg b/projects/icons-material/src/material/outlined/add_home.svg similarity index 100% rename from projects/icons-material/src/outlined/add_home.svg rename to projects/icons-material/src/material/outlined/add_home.svg diff --git a/projects/icons-material/src/outlined/add_home_work.svg b/projects/icons-material/src/material/outlined/add_home_work.svg similarity index 100% rename from projects/icons-material/src/outlined/add_home_work.svg rename to projects/icons-material/src/material/outlined/add_home_work.svg diff --git a/projects/icons-material/src/outlined/add_ic_call.svg b/projects/icons-material/src/material/outlined/add_ic_call.svg similarity index 100% rename from projects/icons-material/src/outlined/add_ic_call.svg rename to projects/icons-material/src/material/outlined/add_ic_call.svg diff --git a/projects/icons-material/src/outlined/add_link.svg b/projects/icons-material/src/material/outlined/add_link.svg similarity index 100% rename from projects/icons-material/src/outlined/add_link.svg rename to projects/icons-material/src/material/outlined/add_link.svg diff --git a/projects/icons-material/src/outlined/add_location.svg b/projects/icons-material/src/material/outlined/add_location.svg similarity index 100% rename from projects/icons-material/src/outlined/add_location.svg rename to projects/icons-material/src/material/outlined/add_location.svg diff --git a/projects/icons-material/src/outlined/add_location_alt.svg b/projects/icons-material/src/material/outlined/add_location_alt.svg similarity index 100% rename from projects/icons-material/src/outlined/add_location_alt.svg rename to projects/icons-material/src/material/outlined/add_location_alt.svg diff --git a/projects/icons-material/src/outlined/add_moderator.svg b/projects/icons-material/src/material/outlined/add_moderator.svg similarity index 100% rename from projects/icons-material/src/outlined/add_moderator.svg rename to projects/icons-material/src/material/outlined/add_moderator.svg diff --git a/projects/icons-material/src/outlined/add_photo_alternate.svg b/projects/icons-material/src/material/outlined/add_photo_alternate.svg similarity index 100% rename from projects/icons-material/src/outlined/add_photo_alternate.svg rename to projects/icons-material/src/material/outlined/add_photo_alternate.svg diff --git a/projects/icons-material/src/outlined/add_reaction.svg b/projects/icons-material/src/material/outlined/add_reaction.svg similarity index 100% rename from projects/icons-material/src/outlined/add_reaction.svg rename to projects/icons-material/src/material/outlined/add_reaction.svg diff --git a/projects/icons-material/src/outlined/add_road.svg b/projects/icons-material/src/material/outlined/add_road.svg similarity index 100% rename from projects/icons-material/src/outlined/add_road.svg rename to projects/icons-material/src/material/outlined/add_road.svg diff --git a/projects/icons-material/src/outlined/add_shopping_cart.svg b/projects/icons-material/src/material/outlined/add_shopping_cart.svg similarity index 100% rename from projects/icons-material/src/outlined/add_shopping_cart.svg rename to projects/icons-material/src/material/outlined/add_shopping_cart.svg diff --git a/projects/icons-material/src/outlined/add_task.svg b/projects/icons-material/src/material/outlined/add_task.svg similarity index 100% rename from projects/icons-material/src/outlined/add_task.svg rename to projects/icons-material/src/material/outlined/add_task.svg diff --git a/projects/icons-material/src/outlined/add_to_drive.svg b/projects/icons-material/src/material/outlined/add_to_drive.svg similarity index 100% rename from projects/icons-material/src/outlined/add_to_drive.svg rename to projects/icons-material/src/material/outlined/add_to_drive.svg diff --git a/projects/icons-material/src/outlined/add_to_home_screen.svg b/projects/icons-material/src/material/outlined/add_to_home_screen.svg similarity index 100% rename from projects/icons-material/src/outlined/add_to_home_screen.svg rename to projects/icons-material/src/material/outlined/add_to_home_screen.svg diff --git a/projects/icons-material/src/outlined/add_to_photos.svg b/projects/icons-material/src/material/outlined/add_to_photos.svg similarity index 100% rename from projects/icons-material/src/outlined/add_to_photos.svg rename to projects/icons-material/src/material/outlined/add_to_photos.svg diff --git a/projects/icons-material/src/outlined/add_to_queue.svg b/projects/icons-material/src/material/outlined/add_to_queue.svg similarity index 100% rename from projects/icons-material/src/outlined/add_to_queue.svg rename to projects/icons-material/src/material/outlined/add_to_queue.svg diff --git a/projects/icons-material/src/outlined/addchart.svg b/projects/icons-material/src/material/outlined/addchart.svg similarity index 100% rename from projects/icons-material/src/outlined/addchart.svg rename to projects/icons-material/src/material/outlined/addchart.svg diff --git a/projects/icons-material/src/outlined/adf_scanner.svg b/projects/icons-material/src/material/outlined/adf_scanner.svg similarity index 100% rename from projects/icons-material/src/outlined/adf_scanner.svg rename to projects/icons-material/src/material/outlined/adf_scanner.svg diff --git a/projects/icons-material/src/outlined/adjust.svg b/projects/icons-material/src/material/outlined/adjust.svg similarity index 100% rename from projects/icons-material/src/outlined/adjust.svg rename to projects/icons-material/src/material/outlined/adjust.svg diff --git a/projects/icons-material/src/outlined/admin_panel_settings.svg b/projects/icons-material/src/material/outlined/admin_panel_settings.svg similarity index 100% rename from projects/icons-material/src/outlined/admin_panel_settings.svg rename to projects/icons-material/src/material/outlined/admin_panel_settings.svg diff --git a/projects/icons-material/src/outlined/ads_click.svg b/projects/icons-material/src/material/outlined/ads_click.svg similarity index 100% rename from projects/icons-material/src/outlined/ads_click.svg rename to projects/icons-material/src/material/outlined/ads_click.svg diff --git a/projects/icons-material/src/outlined/agriculture.svg b/projects/icons-material/src/material/outlined/agriculture.svg similarity index 100% rename from projects/icons-material/src/outlined/agriculture.svg rename to projects/icons-material/src/material/outlined/agriculture.svg diff --git a/projects/icons-material/src/outlined/air.svg b/projects/icons-material/src/material/outlined/air.svg similarity index 100% rename from projects/icons-material/src/outlined/air.svg rename to projects/icons-material/src/material/outlined/air.svg diff --git a/projects/icons-material/src/outlined/airline_seat_flat.svg b/projects/icons-material/src/material/outlined/airline_seat_flat.svg similarity index 100% rename from projects/icons-material/src/outlined/airline_seat_flat.svg rename to projects/icons-material/src/material/outlined/airline_seat_flat.svg diff --git a/projects/icons-material/src/outlined/airline_seat_flat_angled.svg b/projects/icons-material/src/material/outlined/airline_seat_flat_angled.svg similarity index 100% rename from projects/icons-material/src/outlined/airline_seat_flat_angled.svg rename to projects/icons-material/src/material/outlined/airline_seat_flat_angled.svg diff --git a/projects/icons-material/src/outlined/airline_seat_individual_suite.svg b/projects/icons-material/src/material/outlined/airline_seat_individual_suite.svg similarity index 100% rename from projects/icons-material/src/outlined/airline_seat_individual_suite.svg rename to projects/icons-material/src/material/outlined/airline_seat_individual_suite.svg diff --git a/projects/icons-material/src/outlined/airline_seat_legroom_extra.svg b/projects/icons-material/src/material/outlined/airline_seat_legroom_extra.svg similarity index 100% rename from projects/icons-material/src/outlined/airline_seat_legroom_extra.svg rename to projects/icons-material/src/material/outlined/airline_seat_legroom_extra.svg diff --git a/projects/icons-material/src/outlined/airline_seat_legroom_normal.svg b/projects/icons-material/src/material/outlined/airline_seat_legroom_normal.svg similarity index 100% rename from projects/icons-material/src/outlined/airline_seat_legroom_normal.svg rename to projects/icons-material/src/material/outlined/airline_seat_legroom_normal.svg diff --git a/projects/icons-material/src/outlined/airline_seat_legroom_reduced.svg b/projects/icons-material/src/material/outlined/airline_seat_legroom_reduced.svg similarity index 100% rename from projects/icons-material/src/outlined/airline_seat_legroom_reduced.svg rename to projects/icons-material/src/material/outlined/airline_seat_legroom_reduced.svg diff --git a/projects/icons-material/src/outlined/airline_seat_recline_extra.svg b/projects/icons-material/src/material/outlined/airline_seat_recline_extra.svg similarity index 100% rename from projects/icons-material/src/outlined/airline_seat_recline_extra.svg rename to projects/icons-material/src/material/outlined/airline_seat_recline_extra.svg diff --git a/projects/icons-material/src/outlined/airline_seat_recline_normal.svg b/projects/icons-material/src/material/outlined/airline_seat_recline_normal.svg similarity index 100% rename from projects/icons-material/src/outlined/airline_seat_recline_normal.svg rename to projects/icons-material/src/material/outlined/airline_seat_recline_normal.svg diff --git a/projects/icons-material/src/outlined/airline_stops.svg b/projects/icons-material/src/material/outlined/airline_stops.svg similarity index 100% rename from projects/icons-material/src/outlined/airline_stops.svg rename to projects/icons-material/src/material/outlined/airline_stops.svg diff --git a/projects/icons-material/src/outlined/airlines.svg b/projects/icons-material/src/material/outlined/airlines.svg similarity index 100% rename from projects/icons-material/src/outlined/airlines.svg rename to projects/icons-material/src/material/outlined/airlines.svg diff --git a/projects/icons-material/src/outlined/airplane_ticket.svg b/projects/icons-material/src/material/outlined/airplane_ticket.svg similarity index 100% rename from projects/icons-material/src/outlined/airplane_ticket.svg rename to projects/icons-material/src/material/outlined/airplane_ticket.svg diff --git a/projects/icons-material/src/outlined/airplanemode_active.svg b/projects/icons-material/src/material/outlined/airplanemode_active.svg similarity index 100% rename from projects/icons-material/src/outlined/airplanemode_active.svg rename to projects/icons-material/src/material/outlined/airplanemode_active.svg diff --git a/projects/icons-material/src/outlined/airplanemode_inactive.svg b/projects/icons-material/src/material/outlined/airplanemode_inactive.svg similarity index 100% rename from projects/icons-material/src/outlined/airplanemode_inactive.svg rename to projects/icons-material/src/material/outlined/airplanemode_inactive.svg diff --git a/projects/icons-material/src/outlined/airplay.svg b/projects/icons-material/src/material/outlined/airplay.svg similarity index 100% rename from projects/icons-material/src/outlined/airplay.svg rename to projects/icons-material/src/material/outlined/airplay.svg diff --git a/projects/icons-material/src/outlined/airport_shuttle.svg b/projects/icons-material/src/material/outlined/airport_shuttle.svg similarity index 100% rename from projects/icons-material/src/outlined/airport_shuttle.svg rename to projects/icons-material/src/material/outlined/airport_shuttle.svg diff --git a/projects/icons-material/src/outlined/alarm.svg b/projects/icons-material/src/material/outlined/alarm.svg similarity index 100% rename from projects/icons-material/src/outlined/alarm.svg rename to projects/icons-material/src/material/outlined/alarm.svg diff --git a/projects/icons-material/src/outlined/alarm_add.svg b/projects/icons-material/src/material/outlined/alarm_add.svg similarity index 100% rename from projects/icons-material/src/outlined/alarm_add.svg rename to projects/icons-material/src/material/outlined/alarm_add.svg diff --git a/projects/icons-material/src/outlined/alarm_off.svg b/projects/icons-material/src/material/outlined/alarm_off.svg similarity index 100% rename from projects/icons-material/src/outlined/alarm_off.svg rename to projects/icons-material/src/material/outlined/alarm_off.svg diff --git a/projects/icons-material/src/outlined/alarm_on.svg b/projects/icons-material/src/material/outlined/alarm_on.svg similarity index 100% rename from projects/icons-material/src/outlined/alarm_on.svg rename to projects/icons-material/src/material/outlined/alarm_on.svg diff --git a/projects/icons-material/src/outlined/album.svg b/projects/icons-material/src/material/outlined/album.svg similarity index 100% rename from projects/icons-material/src/outlined/album.svg rename to projects/icons-material/src/material/outlined/album.svg diff --git a/projects/icons-material/src/outlined/align_horizontal_center.svg b/projects/icons-material/src/material/outlined/align_horizontal_center.svg similarity index 100% rename from projects/icons-material/src/outlined/align_horizontal_center.svg rename to projects/icons-material/src/material/outlined/align_horizontal_center.svg diff --git a/projects/icons-material/src/outlined/align_horizontal_left.svg b/projects/icons-material/src/material/outlined/align_horizontal_left.svg similarity index 100% rename from projects/icons-material/src/outlined/align_horizontal_left.svg rename to projects/icons-material/src/material/outlined/align_horizontal_left.svg diff --git a/projects/icons-material/src/outlined/align_horizontal_right.svg b/projects/icons-material/src/material/outlined/align_horizontal_right.svg similarity index 100% rename from projects/icons-material/src/outlined/align_horizontal_right.svg rename to projects/icons-material/src/material/outlined/align_horizontal_right.svg diff --git a/projects/icons-material/src/outlined/align_vertical_bottom.svg b/projects/icons-material/src/material/outlined/align_vertical_bottom.svg similarity index 100% rename from projects/icons-material/src/outlined/align_vertical_bottom.svg rename to projects/icons-material/src/material/outlined/align_vertical_bottom.svg diff --git a/projects/icons-material/src/outlined/align_vertical_center.svg b/projects/icons-material/src/material/outlined/align_vertical_center.svg similarity index 100% rename from projects/icons-material/src/outlined/align_vertical_center.svg rename to projects/icons-material/src/material/outlined/align_vertical_center.svg diff --git a/projects/icons-material/src/outlined/align_vertical_top.svg b/projects/icons-material/src/material/outlined/align_vertical_top.svg similarity index 100% rename from projects/icons-material/src/outlined/align_vertical_top.svg rename to projects/icons-material/src/material/outlined/align_vertical_top.svg diff --git a/projects/icons-material/src/outlined/all_inbox.svg b/projects/icons-material/src/material/outlined/all_inbox.svg similarity index 100% rename from projects/icons-material/src/outlined/all_inbox.svg rename to projects/icons-material/src/material/outlined/all_inbox.svg diff --git a/projects/icons-material/src/outlined/all_inclusive.svg b/projects/icons-material/src/material/outlined/all_inclusive.svg similarity index 100% rename from projects/icons-material/src/outlined/all_inclusive.svg rename to projects/icons-material/src/material/outlined/all_inclusive.svg diff --git a/projects/icons-material/src/outlined/all_out.svg b/projects/icons-material/src/material/outlined/all_out.svg similarity index 100% rename from projects/icons-material/src/outlined/all_out.svg rename to projects/icons-material/src/material/outlined/all_out.svg diff --git a/projects/icons-material/src/outlined/alt_route.svg b/projects/icons-material/src/material/outlined/alt_route.svg similarity index 100% rename from projects/icons-material/src/outlined/alt_route.svg rename to projects/icons-material/src/material/outlined/alt_route.svg diff --git a/projects/icons-material/src/outlined/alternate_email.svg b/projects/icons-material/src/material/outlined/alternate_email.svg similarity index 100% rename from projects/icons-material/src/outlined/alternate_email.svg rename to projects/icons-material/src/material/outlined/alternate_email.svg diff --git a/projects/icons-material/src/outlined/analytics.svg b/projects/icons-material/src/material/outlined/analytics.svg similarity index 100% rename from projects/icons-material/src/outlined/analytics.svg rename to projects/icons-material/src/material/outlined/analytics.svg diff --git a/projects/icons-material/src/outlined/anchor.svg b/projects/icons-material/src/material/outlined/anchor.svg similarity index 100% rename from projects/icons-material/src/outlined/anchor.svg rename to projects/icons-material/src/material/outlined/anchor.svg diff --git a/projects/icons-material/src/outlined/android.svg b/projects/icons-material/src/material/outlined/android.svg similarity index 100% rename from projects/icons-material/src/outlined/android.svg rename to projects/icons-material/src/material/outlined/android.svg diff --git a/projects/icons-material/src/outlined/animation.svg b/projects/icons-material/src/material/outlined/animation.svg similarity index 100% rename from projects/icons-material/src/outlined/animation.svg rename to projects/icons-material/src/material/outlined/animation.svg diff --git a/projects/icons-material/src/outlined/announcement.svg b/projects/icons-material/src/material/outlined/announcement.svg similarity index 100% rename from projects/icons-material/src/outlined/announcement.svg rename to projects/icons-material/src/material/outlined/announcement.svg diff --git a/projects/icons-material/src/outlined/aod.svg b/projects/icons-material/src/material/outlined/aod.svg similarity index 100% rename from projects/icons-material/src/outlined/aod.svg rename to projects/icons-material/src/material/outlined/aod.svg diff --git a/projects/icons-material/src/outlined/apartment.svg b/projects/icons-material/src/material/outlined/apartment.svg similarity index 100% rename from projects/icons-material/src/outlined/apartment.svg rename to projects/icons-material/src/material/outlined/apartment.svg diff --git a/projects/icons-material/src/outlined/api.svg b/projects/icons-material/src/material/outlined/api.svg similarity index 100% rename from projects/icons-material/src/outlined/api.svg rename to projects/icons-material/src/material/outlined/api.svg diff --git a/projects/icons-material/src/outlined/app_blocking.svg b/projects/icons-material/src/material/outlined/app_blocking.svg similarity index 100% rename from projects/icons-material/src/outlined/app_blocking.svg rename to projects/icons-material/src/material/outlined/app_blocking.svg diff --git a/projects/icons-material/src/outlined/app_registration.svg b/projects/icons-material/src/material/outlined/app_registration.svg similarity index 100% rename from projects/icons-material/src/outlined/app_registration.svg rename to projects/icons-material/src/material/outlined/app_registration.svg diff --git a/projects/icons-material/src/outlined/app_settings_alt.svg b/projects/icons-material/src/material/outlined/app_settings_alt.svg similarity index 100% rename from projects/icons-material/src/outlined/app_settings_alt.svg rename to projects/icons-material/src/material/outlined/app_settings_alt.svg diff --git a/projects/icons-material/src/outlined/app_shortcut.svg b/projects/icons-material/src/material/outlined/app_shortcut.svg similarity index 100% rename from projects/icons-material/src/outlined/app_shortcut.svg rename to projects/icons-material/src/material/outlined/app_shortcut.svg diff --git a/projects/icons-material/src/outlined/approval.svg b/projects/icons-material/src/material/outlined/approval.svg similarity index 100% rename from projects/icons-material/src/outlined/approval.svg rename to projects/icons-material/src/material/outlined/approval.svg diff --git a/projects/icons-material/src/outlined/apps.svg b/projects/icons-material/src/material/outlined/apps.svg similarity index 100% rename from projects/icons-material/src/outlined/apps.svg rename to projects/icons-material/src/material/outlined/apps.svg diff --git a/projects/icons-material/src/outlined/apps_outage.svg b/projects/icons-material/src/material/outlined/apps_outage.svg similarity index 100% rename from projects/icons-material/src/outlined/apps_outage.svg rename to projects/icons-material/src/material/outlined/apps_outage.svg diff --git a/projects/icons-material/src/outlined/architecture.svg b/projects/icons-material/src/material/outlined/architecture.svg similarity index 100% rename from projects/icons-material/src/outlined/architecture.svg rename to projects/icons-material/src/material/outlined/architecture.svg diff --git a/projects/icons-material/src/outlined/archive.svg b/projects/icons-material/src/material/outlined/archive.svg similarity index 100% rename from projects/icons-material/src/outlined/archive.svg rename to projects/icons-material/src/material/outlined/archive.svg diff --git a/projects/icons-material/src/outlined/area_chart.svg b/projects/icons-material/src/material/outlined/area_chart.svg similarity index 100% rename from projects/icons-material/src/outlined/area_chart.svg rename to projects/icons-material/src/material/outlined/area_chart.svg diff --git a/projects/icons-material/src/outlined/arrow_back.svg b/projects/icons-material/src/material/outlined/arrow_back.svg similarity index 100% rename from projects/icons-material/src/outlined/arrow_back.svg rename to projects/icons-material/src/material/outlined/arrow_back.svg diff --git a/projects/icons-material/src/outlined/arrow_back_ios.svg b/projects/icons-material/src/material/outlined/arrow_back_ios.svg similarity index 100% rename from projects/icons-material/src/outlined/arrow_back_ios.svg rename to projects/icons-material/src/material/outlined/arrow_back_ios.svg diff --git a/projects/icons-material/src/outlined/arrow_back_ios_new.svg b/projects/icons-material/src/material/outlined/arrow_back_ios_new.svg similarity index 100% rename from projects/icons-material/src/outlined/arrow_back_ios_new.svg rename to projects/icons-material/src/material/outlined/arrow_back_ios_new.svg diff --git a/projects/icons-material/src/outlined/arrow_circle_down.svg b/projects/icons-material/src/material/outlined/arrow_circle_down.svg similarity index 100% rename from projects/icons-material/src/outlined/arrow_circle_down.svg rename to projects/icons-material/src/material/outlined/arrow_circle_down.svg diff --git a/projects/icons-material/src/outlined/arrow_circle_left.svg b/projects/icons-material/src/material/outlined/arrow_circle_left.svg similarity index 100% rename from projects/icons-material/src/outlined/arrow_circle_left.svg rename to projects/icons-material/src/material/outlined/arrow_circle_left.svg diff --git a/projects/icons-material/src/outlined/arrow_circle_right.svg b/projects/icons-material/src/material/outlined/arrow_circle_right.svg similarity index 100% rename from projects/icons-material/src/outlined/arrow_circle_right.svg rename to projects/icons-material/src/material/outlined/arrow_circle_right.svg diff --git a/projects/icons-material/src/outlined/arrow_circle_up.svg b/projects/icons-material/src/material/outlined/arrow_circle_up.svg similarity index 100% rename from projects/icons-material/src/outlined/arrow_circle_up.svg rename to projects/icons-material/src/material/outlined/arrow_circle_up.svg diff --git a/projects/icons-material/src/outlined/arrow_downward.svg b/projects/icons-material/src/material/outlined/arrow_downward.svg similarity index 100% rename from projects/icons-material/src/outlined/arrow_downward.svg rename to projects/icons-material/src/material/outlined/arrow_downward.svg diff --git a/projects/icons-material/src/outlined/arrow_drop_down.svg b/projects/icons-material/src/material/outlined/arrow_drop_down.svg similarity index 100% rename from projects/icons-material/src/outlined/arrow_drop_down.svg rename to projects/icons-material/src/material/outlined/arrow_drop_down.svg diff --git a/projects/icons-material/src/outlined/arrow_drop_down_circle.svg b/projects/icons-material/src/material/outlined/arrow_drop_down_circle.svg similarity index 100% rename from projects/icons-material/src/outlined/arrow_drop_down_circle.svg rename to projects/icons-material/src/material/outlined/arrow_drop_down_circle.svg diff --git a/projects/icons-material/src/outlined/arrow_drop_up.svg b/projects/icons-material/src/material/outlined/arrow_drop_up.svg similarity index 100% rename from projects/icons-material/src/outlined/arrow_drop_up.svg rename to projects/icons-material/src/material/outlined/arrow_drop_up.svg diff --git a/projects/icons-material/src/outlined/arrow_forward.svg b/projects/icons-material/src/material/outlined/arrow_forward.svg similarity index 100% rename from projects/icons-material/src/outlined/arrow_forward.svg rename to projects/icons-material/src/material/outlined/arrow_forward.svg diff --git a/projects/icons-material/src/outlined/arrow_forward_ios.svg b/projects/icons-material/src/material/outlined/arrow_forward_ios.svg similarity index 100% rename from projects/icons-material/src/outlined/arrow_forward_ios.svg rename to projects/icons-material/src/material/outlined/arrow_forward_ios.svg diff --git a/projects/icons-material/src/outlined/arrow_left.svg b/projects/icons-material/src/material/outlined/arrow_left.svg similarity index 100% rename from projects/icons-material/src/outlined/arrow_left.svg rename to projects/icons-material/src/material/outlined/arrow_left.svg diff --git a/projects/icons-material/src/outlined/arrow_outward.svg b/projects/icons-material/src/material/outlined/arrow_outward.svg similarity index 100% rename from projects/icons-material/src/outlined/arrow_outward.svg rename to projects/icons-material/src/material/outlined/arrow_outward.svg diff --git a/projects/icons-material/src/outlined/arrow_right.svg b/projects/icons-material/src/material/outlined/arrow_right.svg similarity index 100% rename from projects/icons-material/src/outlined/arrow_right.svg rename to projects/icons-material/src/material/outlined/arrow_right.svg diff --git a/projects/icons-material/src/outlined/arrow_right_alt.svg b/projects/icons-material/src/material/outlined/arrow_right_alt.svg similarity index 100% rename from projects/icons-material/src/outlined/arrow_right_alt.svg rename to projects/icons-material/src/material/outlined/arrow_right_alt.svg diff --git a/projects/icons-material/src/outlined/arrow_upward.svg b/projects/icons-material/src/material/outlined/arrow_upward.svg similarity index 100% rename from projects/icons-material/src/outlined/arrow_upward.svg rename to projects/icons-material/src/material/outlined/arrow_upward.svg diff --git a/projects/icons-material/src/outlined/art_track.svg b/projects/icons-material/src/material/outlined/art_track.svg similarity index 100% rename from projects/icons-material/src/outlined/art_track.svg rename to projects/icons-material/src/material/outlined/art_track.svg diff --git a/projects/icons-material/src/outlined/article.svg b/projects/icons-material/src/material/outlined/article.svg similarity index 100% rename from projects/icons-material/src/outlined/article.svg rename to projects/icons-material/src/material/outlined/article.svg diff --git a/projects/icons-material/src/outlined/aspect_ratio.svg b/projects/icons-material/src/material/outlined/aspect_ratio.svg similarity index 100% rename from projects/icons-material/src/outlined/aspect_ratio.svg rename to projects/icons-material/src/material/outlined/aspect_ratio.svg diff --git a/projects/icons-material/src/outlined/assessment.svg b/projects/icons-material/src/material/outlined/assessment.svg similarity index 100% rename from projects/icons-material/src/outlined/assessment.svg rename to projects/icons-material/src/material/outlined/assessment.svg diff --git a/projects/icons-material/src/outlined/assignment.svg b/projects/icons-material/src/material/outlined/assignment.svg similarity index 100% rename from projects/icons-material/src/outlined/assignment.svg rename to projects/icons-material/src/material/outlined/assignment.svg diff --git a/projects/icons-material/src/outlined/assignment_ind.svg b/projects/icons-material/src/material/outlined/assignment_ind.svg similarity index 100% rename from projects/icons-material/src/outlined/assignment_ind.svg rename to projects/icons-material/src/material/outlined/assignment_ind.svg diff --git a/projects/icons-material/src/outlined/assignment_late.svg b/projects/icons-material/src/material/outlined/assignment_late.svg similarity index 100% rename from projects/icons-material/src/outlined/assignment_late.svg rename to projects/icons-material/src/material/outlined/assignment_late.svg diff --git a/projects/icons-material/src/outlined/assignment_return.svg b/projects/icons-material/src/material/outlined/assignment_return.svg similarity index 100% rename from projects/icons-material/src/outlined/assignment_return.svg rename to projects/icons-material/src/material/outlined/assignment_return.svg diff --git a/projects/icons-material/src/outlined/assignment_returned.svg b/projects/icons-material/src/material/outlined/assignment_returned.svg similarity index 100% rename from projects/icons-material/src/outlined/assignment_returned.svg rename to projects/icons-material/src/material/outlined/assignment_returned.svg diff --git a/projects/icons-material/src/outlined/assignment_turned_in.svg b/projects/icons-material/src/material/outlined/assignment_turned_in.svg similarity index 100% rename from projects/icons-material/src/outlined/assignment_turned_in.svg rename to projects/icons-material/src/material/outlined/assignment_turned_in.svg diff --git a/projects/icons-material/src/outlined/assist_walker.svg b/projects/icons-material/src/material/outlined/assist_walker.svg similarity index 100% rename from projects/icons-material/src/outlined/assist_walker.svg rename to projects/icons-material/src/material/outlined/assist_walker.svg diff --git a/projects/icons-material/src/outlined/assistant.svg b/projects/icons-material/src/material/outlined/assistant.svg similarity index 100% rename from projects/icons-material/src/outlined/assistant.svg rename to projects/icons-material/src/material/outlined/assistant.svg diff --git a/projects/icons-material/src/outlined/assistant_direction.svg b/projects/icons-material/src/material/outlined/assistant_direction.svg similarity index 100% rename from projects/icons-material/src/outlined/assistant_direction.svg rename to projects/icons-material/src/material/outlined/assistant_direction.svg diff --git a/projects/icons-material/src/outlined/assistant_photo.svg b/projects/icons-material/src/material/outlined/assistant_photo.svg similarity index 100% rename from projects/icons-material/src/outlined/assistant_photo.svg rename to projects/icons-material/src/material/outlined/assistant_photo.svg diff --git a/projects/icons-material/src/outlined/assured_workload.svg b/projects/icons-material/src/material/outlined/assured_workload.svg similarity index 100% rename from projects/icons-material/src/outlined/assured_workload.svg rename to projects/icons-material/src/material/outlined/assured_workload.svg diff --git a/projects/icons-material/src/outlined/atm.svg b/projects/icons-material/src/material/outlined/atm.svg similarity index 100% rename from projects/icons-material/src/outlined/atm.svg rename to projects/icons-material/src/material/outlined/atm.svg diff --git a/projects/icons-material/src/outlined/attach_email.svg b/projects/icons-material/src/material/outlined/attach_email.svg similarity index 100% rename from projects/icons-material/src/outlined/attach_email.svg rename to projects/icons-material/src/material/outlined/attach_email.svg diff --git a/projects/icons-material/src/outlined/attach_file.svg b/projects/icons-material/src/material/outlined/attach_file.svg similarity index 100% rename from projects/icons-material/src/outlined/attach_file.svg rename to projects/icons-material/src/material/outlined/attach_file.svg diff --git a/projects/icons-material/src/outlined/attach_money.svg b/projects/icons-material/src/material/outlined/attach_money.svg similarity index 100% rename from projects/icons-material/src/outlined/attach_money.svg rename to projects/icons-material/src/material/outlined/attach_money.svg diff --git a/projects/icons-material/src/outlined/attachment.svg b/projects/icons-material/src/material/outlined/attachment.svg similarity index 100% rename from projects/icons-material/src/outlined/attachment.svg rename to projects/icons-material/src/material/outlined/attachment.svg diff --git a/projects/icons-material/src/outlined/attractions.svg b/projects/icons-material/src/material/outlined/attractions.svg similarity index 100% rename from projects/icons-material/src/outlined/attractions.svg rename to projects/icons-material/src/material/outlined/attractions.svg diff --git a/projects/icons-material/src/outlined/attribution.svg b/projects/icons-material/src/material/outlined/attribution.svg similarity index 100% rename from projects/icons-material/src/outlined/attribution.svg rename to projects/icons-material/src/material/outlined/attribution.svg diff --git a/projects/icons-material/src/outlined/audio_file.svg b/projects/icons-material/src/material/outlined/audio_file.svg similarity index 100% rename from projects/icons-material/src/outlined/audio_file.svg rename to projects/icons-material/src/material/outlined/audio_file.svg diff --git a/projects/icons-material/src/outlined/audiotrack.svg b/projects/icons-material/src/material/outlined/audiotrack.svg similarity index 100% rename from projects/icons-material/src/outlined/audiotrack.svg rename to projects/icons-material/src/material/outlined/audiotrack.svg diff --git a/projects/icons-material/src/outlined/auto_awesome.svg b/projects/icons-material/src/material/outlined/auto_awesome.svg similarity index 100% rename from projects/icons-material/src/outlined/auto_awesome.svg rename to projects/icons-material/src/material/outlined/auto_awesome.svg diff --git a/projects/icons-material/src/outlined/auto_awesome_mosaic.svg b/projects/icons-material/src/material/outlined/auto_awesome_mosaic.svg similarity index 100% rename from projects/icons-material/src/outlined/auto_awesome_mosaic.svg rename to projects/icons-material/src/material/outlined/auto_awesome_mosaic.svg diff --git a/projects/icons-material/src/outlined/auto_awesome_motion.svg b/projects/icons-material/src/material/outlined/auto_awesome_motion.svg similarity index 100% rename from projects/icons-material/src/outlined/auto_awesome_motion.svg rename to projects/icons-material/src/material/outlined/auto_awesome_motion.svg diff --git a/projects/icons-material/src/outlined/auto_delete.svg b/projects/icons-material/src/material/outlined/auto_delete.svg similarity index 100% rename from projects/icons-material/src/outlined/auto_delete.svg rename to projects/icons-material/src/material/outlined/auto_delete.svg diff --git a/projects/icons-material/src/outlined/auto_fix_high.svg b/projects/icons-material/src/material/outlined/auto_fix_high.svg similarity index 100% rename from projects/icons-material/src/outlined/auto_fix_high.svg rename to projects/icons-material/src/material/outlined/auto_fix_high.svg diff --git a/projects/icons-material/src/outlined/auto_fix_normal.svg b/projects/icons-material/src/material/outlined/auto_fix_normal.svg similarity index 100% rename from projects/icons-material/src/outlined/auto_fix_normal.svg rename to projects/icons-material/src/material/outlined/auto_fix_normal.svg diff --git a/projects/icons-material/src/outlined/auto_fix_off.svg b/projects/icons-material/src/material/outlined/auto_fix_off.svg similarity index 100% rename from projects/icons-material/src/outlined/auto_fix_off.svg rename to projects/icons-material/src/material/outlined/auto_fix_off.svg diff --git a/projects/icons-material/src/outlined/auto_graph.svg b/projects/icons-material/src/material/outlined/auto_graph.svg similarity index 100% rename from projects/icons-material/src/outlined/auto_graph.svg rename to projects/icons-material/src/material/outlined/auto_graph.svg diff --git a/projects/icons-material/src/outlined/auto_mode.svg b/projects/icons-material/src/material/outlined/auto_mode.svg similarity index 100% rename from projects/icons-material/src/outlined/auto_mode.svg rename to projects/icons-material/src/material/outlined/auto_mode.svg diff --git a/projects/icons-material/src/outlined/auto_stories.svg b/projects/icons-material/src/material/outlined/auto_stories.svg similarity index 100% rename from projects/icons-material/src/outlined/auto_stories.svg rename to projects/icons-material/src/material/outlined/auto_stories.svg diff --git a/projects/icons-material/src/outlined/autofps_select.svg b/projects/icons-material/src/material/outlined/autofps_select.svg similarity index 100% rename from projects/icons-material/src/outlined/autofps_select.svg rename to projects/icons-material/src/material/outlined/autofps_select.svg diff --git a/projects/icons-material/src/outlined/autorenew.svg b/projects/icons-material/src/material/outlined/autorenew.svg similarity index 100% rename from projects/icons-material/src/outlined/autorenew.svg rename to projects/icons-material/src/material/outlined/autorenew.svg diff --git a/projects/icons-material/src/outlined/av_timer.svg b/projects/icons-material/src/material/outlined/av_timer.svg similarity index 100% rename from projects/icons-material/src/outlined/av_timer.svg rename to projects/icons-material/src/material/outlined/av_timer.svg diff --git a/projects/icons-material/src/outlined/baby_changing_station.svg b/projects/icons-material/src/material/outlined/baby_changing_station.svg similarity index 100% rename from projects/icons-material/src/outlined/baby_changing_station.svg rename to projects/icons-material/src/material/outlined/baby_changing_station.svg diff --git a/projects/icons-material/src/outlined/back_hand.svg b/projects/icons-material/src/material/outlined/back_hand.svg similarity index 100% rename from projects/icons-material/src/outlined/back_hand.svg rename to projects/icons-material/src/material/outlined/back_hand.svg diff --git a/projects/icons-material/src/outlined/backpack.svg b/projects/icons-material/src/material/outlined/backpack.svg similarity index 100% rename from projects/icons-material/src/outlined/backpack.svg rename to projects/icons-material/src/material/outlined/backpack.svg diff --git a/projects/icons-material/src/outlined/backspace.svg b/projects/icons-material/src/material/outlined/backspace.svg similarity index 100% rename from projects/icons-material/src/outlined/backspace.svg rename to projects/icons-material/src/material/outlined/backspace.svg diff --git a/projects/icons-material/src/outlined/backup.svg b/projects/icons-material/src/material/outlined/backup.svg similarity index 100% rename from projects/icons-material/src/outlined/backup.svg rename to projects/icons-material/src/material/outlined/backup.svg diff --git a/projects/icons-material/src/outlined/backup_table.svg b/projects/icons-material/src/material/outlined/backup_table.svg similarity index 100% rename from projects/icons-material/src/outlined/backup_table.svg rename to projects/icons-material/src/material/outlined/backup_table.svg diff --git a/projects/icons-material/src/outlined/badge.svg b/projects/icons-material/src/material/outlined/badge.svg similarity index 100% rename from projects/icons-material/src/outlined/badge.svg rename to projects/icons-material/src/material/outlined/badge.svg diff --git a/projects/icons-material/src/outlined/bakery_dining.svg b/projects/icons-material/src/material/outlined/bakery_dining.svg similarity index 100% rename from projects/icons-material/src/outlined/bakery_dining.svg rename to projects/icons-material/src/material/outlined/bakery_dining.svg diff --git a/projects/icons-material/src/outlined/balance.svg b/projects/icons-material/src/material/outlined/balance.svg similarity index 100% rename from projects/icons-material/src/outlined/balance.svg rename to projects/icons-material/src/material/outlined/balance.svg diff --git a/projects/icons-material/src/outlined/balcony.svg b/projects/icons-material/src/material/outlined/balcony.svg similarity index 100% rename from projects/icons-material/src/outlined/balcony.svg rename to projects/icons-material/src/material/outlined/balcony.svg diff --git a/projects/icons-material/src/outlined/ballot.svg b/projects/icons-material/src/material/outlined/ballot.svg similarity index 100% rename from projects/icons-material/src/outlined/ballot.svg rename to projects/icons-material/src/material/outlined/ballot.svg diff --git a/projects/icons-material/src/outlined/bar_chart.svg b/projects/icons-material/src/material/outlined/bar_chart.svg similarity index 100% rename from projects/icons-material/src/outlined/bar_chart.svg rename to projects/icons-material/src/material/outlined/bar_chart.svg diff --git a/projects/icons-material/src/outlined/batch_prediction.svg b/projects/icons-material/src/material/outlined/batch_prediction.svg similarity index 100% rename from projects/icons-material/src/outlined/batch_prediction.svg rename to projects/icons-material/src/material/outlined/batch_prediction.svg diff --git a/projects/icons-material/src/outlined/bathroom.svg b/projects/icons-material/src/material/outlined/bathroom.svg similarity index 100% rename from projects/icons-material/src/outlined/bathroom.svg rename to projects/icons-material/src/material/outlined/bathroom.svg diff --git a/projects/icons-material/src/outlined/bathtub.svg b/projects/icons-material/src/material/outlined/bathtub.svg similarity index 100% rename from projects/icons-material/src/outlined/bathtub.svg rename to projects/icons-material/src/material/outlined/bathtub.svg diff --git a/projects/icons-material/src/outlined/battery_0_bar.svg b/projects/icons-material/src/material/outlined/battery_0_bar.svg similarity index 100% rename from projects/icons-material/src/outlined/battery_0_bar.svg rename to projects/icons-material/src/material/outlined/battery_0_bar.svg diff --git a/projects/icons-material/src/outlined/battery_1_bar.svg b/projects/icons-material/src/material/outlined/battery_1_bar.svg similarity index 100% rename from projects/icons-material/src/outlined/battery_1_bar.svg rename to projects/icons-material/src/material/outlined/battery_1_bar.svg diff --git a/projects/icons-material/src/outlined/battery_2_bar.svg b/projects/icons-material/src/material/outlined/battery_2_bar.svg similarity index 100% rename from projects/icons-material/src/outlined/battery_2_bar.svg rename to projects/icons-material/src/material/outlined/battery_2_bar.svg diff --git a/projects/icons-material/src/outlined/battery_3_bar.svg b/projects/icons-material/src/material/outlined/battery_3_bar.svg similarity index 100% rename from projects/icons-material/src/outlined/battery_3_bar.svg rename to projects/icons-material/src/material/outlined/battery_3_bar.svg diff --git a/projects/icons-material/src/outlined/battery_4_bar.svg b/projects/icons-material/src/material/outlined/battery_4_bar.svg similarity index 100% rename from projects/icons-material/src/outlined/battery_4_bar.svg rename to projects/icons-material/src/material/outlined/battery_4_bar.svg diff --git a/projects/icons-material/src/outlined/battery_5_bar.svg b/projects/icons-material/src/material/outlined/battery_5_bar.svg similarity index 100% rename from projects/icons-material/src/outlined/battery_5_bar.svg rename to projects/icons-material/src/material/outlined/battery_5_bar.svg diff --git a/projects/icons-material/src/outlined/battery_6_bar.svg b/projects/icons-material/src/material/outlined/battery_6_bar.svg similarity index 100% rename from projects/icons-material/src/outlined/battery_6_bar.svg rename to projects/icons-material/src/material/outlined/battery_6_bar.svg diff --git a/projects/icons-material/src/outlined/battery_alert.svg b/projects/icons-material/src/material/outlined/battery_alert.svg similarity index 100% rename from projects/icons-material/src/outlined/battery_alert.svg rename to projects/icons-material/src/material/outlined/battery_alert.svg diff --git a/projects/icons-material/src/outlined/battery_charging_full.svg b/projects/icons-material/src/material/outlined/battery_charging_full.svg similarity index 100% rename from projects/icons-material/src/outlined/battery_charging_full.svg rename to projects/icons-material/src/material/outlined/battery_charging_full.svg diff --git a/projects/icons-material/src/outlined/battery_full.svg b/projects/icons-material/src/material/outlined/battery_full.svg similarity index 100% rename from projects/icons-material/src/outlined/battery_full.svg rename to projects/icons-material/src/material/outlined/battery_full.svg diff --git a/projects/icons-material/src/outlined/battery_saver.svg b/projects/icons-material/src/material/outlined/battery_saver.svg similarity index 100% rename from projects/icons-material/src/outlined/battery_saver.svg rename to projects/icons-material/src/material/outlined/battery_saver.svg diff --git a/projects/icons-material/src/outlined/battery_std.svg b/projects/icons-material/src/material/outlined/battery_std.svg similarity index 100% rename from projects/icons-material/src/outlined/battery_std.svg rename to projects/icons-material/src/material/outlined/battery_std.svg diff --git a/projects/icons-material/src/outlined/battery_unknown.svg b/projects/icons-material/src/material/outlined/battery_unknown.svg similarity index 100% rename from projects/icons-material/src/outlined/battery_unknown.svg rename to projects/icons-material/src/material/outlined/battery_unknown.svg diff --git a/projects/icons-material/src/outlined/beach_access.svg b/projects/icons-material/src/material/outlined/beach_access.svg similarity index 100% rename from projects/icons-material/src/outlined/beach_access.svg rename to projects/icons-material/src/material/outlined/beach_access.svg diff --git a/projects/icons-material/src/outlined/bed.svg b/projects/icons-material/src/material/outlined/bed.svg similarity index 100% rename from projects/icons-material/src/outlined/bed.svg rename to projects/icons-material/src/material/outlined/bed.svg diff --git a/projects/icons-material/src/outlined/bedroom_baby.svg b/projects/icons-material/src/material/outlined/bedroom_baby.svg similarity index 100% rename from projects/icons-material/src/outlined/bedroom_baby.svg rename to projects/icons-material/src/material/outlined/bedroom_baby.svg diff --git a/projects/icons-material/src/outlined/bedroom_child.svg b/projects/icons-material/src/material/outlined/bedroom_child.svg similarity index 100% rename from projects/icons-material/src/outlined/bedroom_child.svg rename to projects/icons-material/src/material/outlined/bedroom_child.svg diff --git a/projects/icons-material/src/outlined/bedroom_parent.svg b/projects/icons-material/src/material/outlined/bedroom_parent.svg similarity index 100% rename from projects/icons-material/src/outlined/bedroom_parent.svg rename to projects/icons-material/src/material/outlined/bedroom_parent.svg diff --git a/projects/icons-material/src/outlined/bedtime.svg b/projects/icons-material/src/material/outlined/bedtime.svg similarity index 100% rename from projects/icons-material/src/outlined/bedtime.svg rename to projects/icons-material/src/material/outlined/bedtime.svg diff --git a/projects/icons-material/src/outlined/bedtime_off.svg b/projects/icons-material/src/material/outlined/bedtime_off.svg similarity index 100% rename from projects/icons-material/src/outlined/bedtime_off.svg rename to projects/icons-material/src/material/outlined/bedtime_off.svg diff --git a/projects/icons-material/src/outlined/beenhere.svg b/projects/icons-material/src/material/outlined/beenhere.svg similarity index 100% rename from projects/icons-material/src/outlined/beenhere.svg rename to projects/icons-material/src/material/outlined/beenhere.svg diff --git a/projects/icons-material/src/outlined/bento.svg b/projects/icons-material/src/material/outlined/bento.svg similarity index 100% rename from projects/icons-material/src/outlined/bento.svg rename to projects/icons-material/src/material/outlined/bento.svg diff --git a/projects/icons-material/src/outlined/bike_scooter.svg b/projects/icons-material/src/material/outlined/bike_scooter.svg similarity index 100% rename from projects/icons-material/src/outlined/bike_scooter.svg rename to projects/icons-material/src/material/outlined/bike_scooter.svg diff --git a/projects/icons-material/src/outlined/biotech.svg b/projects/icons-material/src/material/outlined/biotech.svg similarity index 100% rename from projects/icons-material/src/outlined/biotech.svg rename to projects/icons-material/src/material/outlined/biotech.svg diff --git a/projects/icons-material/src/outlined/blender.svg b/projects/icons-material/src/material/outlined/blender.svg similarity index 100% rename from projects/icons-material/src/outlined/blender.svg rename to projects/icons-material/src/material/outlined/blender.svg diff --git a/projects/icons-material/src/outlined/blind.svg b/projects/icons-material/src/material/outlined/blind.svg similarity index 100% rename from projects/icons-material/src/outlined/blind.svg rename to projects/icons-material/src/material/outlined/blind.svg diff --git a/projects/icons-material/src/outlined/blinds.svg b/projects/icons-material/src/material/outlined/blinds.svg similarity index 100% rename from projects/icons-material/src/outlined/blinds.svg rename to projects/icons-material/src/material/outlined/blinds.svg diff --git a/projects/icons-material/src/outlined/blinds_closed.svg b/projects/icons-material/src/material/outlined/blinds_closed.svg similarity index 100% rename from projects/icons-material/src/outlined/blinds_closed.svg rename to projects/icons-material/src/material/outlined/blinds_closed.svg diff --git a/projects/icons-material/src/outlined/block.svg b/projects/icons-material/src/material/outlined/block.svg similarity index 100% rename from projects/icons-material/src/outlined/block.svg rename to projects/icons-material/src/material/outlined/block.svg diff --git a/projects/icons-material/src/outlined/bloodtype.svg b/projects/icons-material/src/material/outlined/bloodtype.svg similarity index 100% rename from projects/icons-material/src/outlined/bloodtype.svg rename to projects/icons-material/src/material/outlined/bloodtype.svg diff --git a/projects/icons-material/src/outlined/bluetooth.svg b/projects/icons-material/src/material/outlined/bluetooth.svg similarity index 100% rename from projects/icons-material/src/outlined/bluetooth.svg rename to projects/icons-material/src/material/outlined/bluetooth.svg diff --git a/projects/icons-material/src/outlined/bluetooth_audio.svg b/projects/icons-material/src/material/outlined/bluetooth_audio.svg similarity index 100% rename from projects/icons-material/src/outlined/bluetooth_audio.svg rename to projects/icons-material/src/material/outlined/bluetooth_audio.svg diff --git a/projects/icons-material/src/outlined/bluetooth_connected.svg b/projects/icons-material/src/material/outlined/bluetooth_connected.svg similarity index 100% rename from projects/icons-material/src/outlined/bluetooth_connected.svg rename to projects/icons-material/src/material/outlined/bluetooth_connected.svg diff --git a/projects/icons-material/src/outlined/bluetooth_disabled.svg b/projects/icons-material/src/material/outlined/bluetooth_disabled.svg similarity index 100% rename from projects/icons-material/src/outlined/bluetooth_disabled.svg rename to projects/icons-material/src/material/outlined/bluetooth_disabled.svg diff --git a/projects/icons-material/src/outlined/bluetooth_drive.svg b/projects/icons-material/src/material/outlined/bluetooth_drive.svg similarity index 100% rename from projects/icons-material/src/outlined/bluetooth_drive.svg rename to projects/icons-material/src/material/outlined/bluetooth_drive.svg diff --git a/projects/icons-material/src/outlined/bluetooth_searching.svg b/projects/icons-material/src/material/outlined/bluetooth_searching.svg similarity index 100% rename from projects/icons-material/src/outlined/bluetooth_searching.svg rename to projects/icons-material/src/material/outlined/bluetooth_searching.svg diff --git a/projects/icons-material/src/outlined/blur_circular.svg b/projects/icons-material/src/material/outlined/blur_circular.svg similarity index 100% rename from projects/icons-material/src/outlined/blur_circular.svg rename to projects/icons-material/src/material/outlined/blur_circular.svg diff --git a/projects/icons-material/src/outlined/blur_linear.svg b/projects/icons-material/src/material/outlined/blur_linear.svg similarity index 100% rename from projects/icons-material/src/outlined/blur_linear.svg rename to projects/icons-material/src/material/outlined/blur_linear.svg diff --git a/projects/icons-material/src/outlined/blur_off.svg b/projects/icons-material/src/material/outlined/blur_off.svg similarity index 100% rename from projects/icons-material/src/outlined/blur_off.svg rename to projects/icons-material/src/material/outlined/blur_off.svg diff --git a/projects/icons-material/src/outlined/blur_on.svg b/projects/icons-material/src/material/outlined/blur_on.svg similarity index 100% rename from projects/icons-material/src/outlined/blur_on.svg rename to projects/icons-material/src/material/outlined/blur_on.svg diff --git a/projects/icons-material/src/outlined/bolt.svg b/projects/icons-material/src/material/outlined/bolt.svg similarity index 100% rename from projects/icons-material/src/outlined/bolt.svg rename to projects/icons-material/src/material/outlined/bolt.svg diff --git a/projects/icons-material/src/outlined/book.svg b/projects/icons-material/src/material/outlined/book.svg similarity index 100% rename from projects/icons-material/src/outlined/book.svg rename to projects/icons-material/src/material/outlined/book.svg diff --git a/projects/icons-material/src/outlined/book_online.svg b/projects/icons-material/src/material/outlined/book_online.svg similarity index 100% rename from projects/icons-material/src/outlined/book_online.svg rename to projects/icons-material/src/material/outlined/book_online.svg diff --git a/projects/icons-material/src/outlined/bookmark.svg b/projects/icons-material/src/material/outlined/bookmark.svg similarity index 100% rename from projects/icons-material/src/outlined/bookmark.svg rename to projects/icons-material/src/material/outlined/bookmark.svg diff --git a/projects/icons-material/src/outlined/bookmark_add.svg b/projects/icons-material/src/material/outlined/bookmark_add.svg similarity index 100% rename from projects/icons-material/src/outlined/bookmark_add.svg rename to projects/icons-material/src/material/outlined/bookmark_add.svg diff --git a/projects/icons-material/src/outlined/bookmark_added.svg b/projects/icons-material/src/material/outlined/bookmark_added.svg similarity index 100% rename from projects/icons-material/src/outlined/bookmark_added.svg rename to projects/icons-material/src/material/outlined/bookmark_added.svg diff --git a/projects/icons-material/src/outlined/bookmark_border.svg b/projects/icons-material/src/material/outlined/bookmark_border.svg similarity index 100% rename from projects/icons-material/src/outlined/bookmark_border.svg rename to projects/icons-material/src/material/outlined/bookmark_border.svg diff --git a/projects/icons-material/src/outlined/bookmark_remove.svg b/projects/icons-material/src/material/outlined/bookmark_remove.svg similarity index 100% rename from projects/icons-material/src/outlined/bookmark_remove.svg rename to projects/icons-material/src/material/outlined/bookmark_remove.svg diff --git a/projects/icons-material/src/outlined/bookmarks.svg b/projects/icons-material/src/material/outlined/bookmarks.svg similarity index 100% rename from projects/icons-material/src/outlined/bookmarks.svg rename to projects/icons-material/src/material/outlined/bookmarks.svg diff --git a/projects/icons-material/src/outlined/border_all.svg b/projects/icons-material/src/material/outlined/border_all.svg similarity index 100% rename from projects/icons-material/src/outlined/border_all.svg rename to projects/icons-material/src/material/outlined/border_all.svg diff --git a/projects/icons-material/src/outlined/border_bottom.svg b/projects/icons-material/src/material/outlined/border_bottom.svg similarity index 100% rename from projects/icons-material/src/outlined/border_bottom.svg rename to projects/icons-material/src/material/outlined/border_bottom.svg diff --git a/projects/icons-material/src/outlined/border_clear.svg b/projects/icons-material/src/material/outlined/border_clear.svg similarity index 100% rename from projects/icons-material/src/outlined/border_clear.svg rename to projects/icons-material/src/material/outlined/border_clear.svg diff --git a/projects/icons-material/src/outlined/border_color.svg b/projects/icons-material/src/material/outlined/border_color.svg similarity index 100% rename from projects/icons-material/src/outlined/border_color.svg rename to projects/icons-material/src/material/outlined/border_color.svg diff --git a/projects/icons-material/src/outlined/border_horizontal.svg b/projects/icons-material/src/material/outlined/border_horizontal.svg similarity index 100% rename from projects/icons-material/src/outlined/border_horizontal.svg rename to projects/icons-material/src/material/outlined/border_horizontal.svg diff --git a/projects/icons-material/src/outlined/border_inner.svg b/projects/icons-material/src/material/outlined/border_inner.svg similarity index 100% rename from projects/icons-material/src/outlined/border_inner.svg rename to projects/icons-material/src/material/outlined/border_inner.svg diff --git a/projects/icons-material/src/outlined/border_left.svg b/projects/icons-material/src/material/outlined/border_left.svg similarity index 100% rename from projects/icons-material/src/outlined/border_left.svg rename to projects/icons-material/src/material/outlined/border_left.svg diff --git a/projects/icons-material/src/outlined/border_outer.svg b/projects/icons-material/src/material/outlined/border_outer.svg similarity index 100% rename from projects/icons-material/src/outlined/border_outer.svg rename to projects/icons-material/src/material/outlined/border_outer.svg diff --git a/projects/icons-material/src/outlined/border_right.svg b/projects/icons-material/src/material/outlined/border_right.svg similarity index 100% rename from projects/icons-material/src/outlined/border_right.svg rename to projects/icons-material/src/material/outlined/border_right.svg diff --git a/projects/icons-material/src/outlined/border_style.svg b/projects/icons-material/src/material/outlined/border_style.svg similarity index 100% rename from projects/icons-material/src/outlined/border_style.svg rename to projects/icons-material/src/material/outlined/border_style.svg diff --git a/projects/icons-material/src/outlined/border_top.svg b/projects/icons-material/src/material/outlined/border_top.svg similarity index 100% rename from projects/icons-material/src/outlined/border_top.svg rename to projects/icons-material/src/material/outlined/border_top.svg diff --git a/projects/icons-material/src/outlined/border_vertical.svg b/projects/icons-material/src/material/outlined/border_vertical.svg similarity index 100% rename from projects/icons-material/src/outlined/border_vertical.svg rename to projects/icons-material/src/material/outlined/border_vertical.svg diff --git a/projects/icons-material/src/outlined/boy.svg b/projects/icons-material/src/material/outlined/boy.svg similarity index 100% rename from projects/icons-material/src/outlined/boy.svg rename to projects/icons-material/src/material/outlined/boy.svg diff --git a/projects/icons-material/src/outlined/branding_watermark.svg b/projects/icons-material/src/material/outlined/branding_watermark.svg similarity index 100% rename from projects/icons-material/src/outlined/branding_watermark.svg rename to projects/icons-material/src/material/outlined/branding_watermark.svg diff --git a/projects/icons-material/src/outlined/breakfast_dining.svg b/projects/icons-material/src/material/outlined/breakfast_dining.svg similarity index 100% rename from projects/icons-material/src/outlined/breakfast_dining.svg rename to projects/icons-material/src/material/outlined/breakfast_dining.svg diff --git a/projects/icons-material/src/outlined/brightness_1.svg b/projects/icons-material/src/material/outlined/brightness_1.svg similarity index 100% rename from projects/icons-material/src/outlined/brightness_1.svg rename to projects/icons-material/src/material/outlined/brightness_1.svg diff --git a/projects/icons-material/src/outlined/brightness_2.svg b/projects/icons-material/src/material/outlined/brightness_2.svg similarity index 100% rename from projects/icons-material/src/outlined/brightness_2.svg rename to projects/icons-material/src/material/outlined/brightness_2.svg diff --git a/projects/icons-material/src/outlined/brightness_3.svg b/projects/icons-material/src/material/outlined/brightness_3.svg similarity index 100% rename from projects/icons-material/src/outlined/brightness_3.svg rename to projects/icons-material/src/material/outlined/brightness_3.svg diff --git a/projects/icons-material/src/outlined/brightness_4.svg b/projects/icons-material/src/material/outlined/brightness_4.svg similarity index 100% rename from projects/icons-material/src/outlined/brightness_4.svg rename to projects/icons-material/src/material/outlined/brightness_4.svg diff --git a/projects/icons-material/src/outlined/brightness_5.svg b/projects/icons-material/src/material/outlined/brightness_5.svg similarity index 100% rename from projects/icons-material/src/outlined/brightness_5.svg rename to projects/icons-material/src/material/outlined/brightness_5.svg diff --git a/projects/icons-material/src/outlined/brightness_6.svg b/projects/icons-material/src/material/outlined/brightness_6.svg similarity index 100% rename from projects/icons-material/src/outlined/brightness_6.svg rename to projects/icons-material/src/material/outlined/brightness_6.svg diff --git a/projects/icons-material/src/outlined/brightness_7.svg b/projects/icons-material/src/material/outlined/brightness_7.svg similarity index 100% rename from projects/icons-material/src/outlined/brightness_7.svg rename to projects/icons-material/src/material/outlined/brightness_7.svg diff --git a/projects/icons-material/src/outlined/brightness_auto.svg b/projects/icons-material/src/material/outlined/brightness_auto.svg similarity index 100% rename from projects/icons-material/src/outlined/brightness_auto.svg rename to projects/icons-material/src/material/outlined/brightness_auto.svg diff --git a/projects/icons-material/src/outlined/brightness_high.svg b/projects/icons-material/src/material/outlined/brightness_high.svg similarity index 100% rename from projects/icons-material/src/outlined/brightness_high.svg rename to projects/icons-material/src/material/outlined/brightness_high.svg diff --git a/projects/icons-material/src/outlined/brightness_low.svg b/projects/icons-material/src/material/outlined/brightness_low.svg similarity index 100% rename from projects/icons-material/src/outlined/brightness_low.svg rename to projects/icons-material/src/material/outlined/brightness_low.svg diff --git a/projects/icons-material/src/outlined/brightness_medium.svg b/projects/icons-material/src/material/outlined/brightness_medium.svg similarity index 100% rename from projects/icons-material/src/outlined/brightness_medium.svg rename to projects/icons-material/src/material/outlined/brightness_medium.svg diff --git a/projects/icons-material/src/outlined/broadcast_on_home.svg b/projects/icons-material/src/material/outlined/broadcast_on_home.svg similarity index 100% rename from projects/icons-material/src/outlined/broadcast_on_home.svg rename to projects/icons-material/src/material/outlined/broadcast_on_home.svg diff --git a/projects/icons-material/src/outlined/broadcast_on_personal.svg b/projects/icons-material/src/material/outlined/broadcast_on_personal.svg similarity index 100% rename from projects/icons-material/src/outlined/broadcast_on_personal.svg rename to projects/icons-material/src/material/outlined/broadcast_on_personal.svg diff --git a/projects/icons-material/src/outlined/broken_image.svg b/projects/icons-material/src/material/outlined/broken_image.svg similarity index 100% rename from projects/icons-material/src/outlined/broken_image.svg rename to projects/icons-material/src/material/outlined/broken_image.svg diff --git a/projects/icons-material/src/outlined/browse_gallery.svg b/projects/icons-material/src/material/outlined/browse_gallery.svg similarity index 100% rename from projects/icons-material/src/outlined/browse_gallery.svg rename to projects/icons-material/src/material/outlined/browse_gallery.svg diff --git a/projects/icons-material/src/outlined/browser_not_supported.svg b/projects/icons-material/src/material/outlined/browser_not_supported.svg similarity index 100% rename from projects/icons-material/src/outlined/browser_not_supported.svg rename to projects/icons-material/src/material/outlined/browser_not_supported.svg diff --git a/projects/icons-material/src/outlined/browser_updated.svg b/projects/icons-material/src/material/outlined/browser_updated.svg similarity index 100% rename from projects/icons-material/src/outlined/browser_updated.svg rename to projects/icons-material/src/material/outlined/browser_updated.svg diff --git a/projects/icons-material/src/outlined/brunch_dining.svg b/projects/icons-material/src/material/outlined/brunch_dining.svg similarity index 100% rename from projects/icons-material/src/outlined/brunch_dining.svg rename to projects/icons-material/src/material/outlined/brunch_dining.svg diff --git a/projects/icons-material/src/outlined/brush.svg b/projects/icons-material/src/material/outlined/brush.svg similarity index 100% rename from projects/icons-material/src/outlined/brush.svg rename to projects/icons-material/src/material/outlined/brush.svg diff --git a/projects/icons-material/src/outlined/bubble_chart.svg b/projects/icons-material/src/material/outlined/bubble_chart.svg similarity index 100% rename from projects/icons-material/src/outlined/bubble_chart.svg rename to projects/icons-material/src/material/outlined/bubble_chart.svg diff --git a/projects/icons-material/src/outlined/bug_report.svg b/projects/icons-material/src/material/outlined/bug_report.svg similarity index 100% rename from projects/icons-material/src/outlined/bug_report.svg rename to projects/icons-material/src/material/outlined/bug_report.svg diff --git a/projects/icons-material/src/outlined/build.svg b/projects/icons-material/src/material/outlined/build.svg similarity index 100% rename from projects/icons-material/src/outlined/build.svg rename to projects/icons-material/src/material/outlined/build.svg diff --git a/projects/icons-material/src/outlined/build_circle.svg b/projects/icons-material/src/material/outlined/build_circle.svg similarity index 100% rename from projects/icons-material/src/outlined/build_circle.svg rename to projects/icons-material/src/material/outlined/build_circle.svg diff --git a/projects/icons-material/src/outlined/bungalow.svg b/projects/icons-material/src/material/outlined/bungalow.svg similarity index 100% rename from projects/icons-material/src/outlined/bungalow.svg rename to projects/icons-material/src/material/outlined/bungalow.svg diff --git a/projects/icons-material/src/outlined/burst_mode.svg b/projects/icons-material/src/material/outlined/burst_mode.svg similarity index 100% rename from projects/icons-material/src/outlined/burst_mode.svg rename to projects/icons-material/src/material/outlined/burst_mode.svg diff --git a/projects/icons-material/src/outlined/bus_alert.svg b/projects/icons-material/src/material/outlined/bus_alert.svg similarity index 100% rename from projects/icons-material/src/outlined/bus_alert.svg rename to projects/icons-material/src/material/outlined/bus_alert.svg diff --git a/projects/icons-material/src/outlined/business.svg b/projects/icons-material/src/material/outlined/business.svg similarity index 100% rename from projects/icons-material/src/outlined/business.svg rename to projects/icons-material/src/material/outlined/business.svg diff --git a/projects/icons-material/src/outlined/business_center.svg b/projects/icons-material/src/material/outlined/business_center.svg similarity index 100% rename from projects/icons-material/src/outlined/business_center.svg rename to projects/icons-material/src/material/outlined/business_center.svg diff --git a/projects/icons-material/src/outlined/cabin.svg b/projects/icons-material/src/material/outlined/cabin.svg similarity index 100% rename from projects/icons-material/src/outlined/cabin.svg rename to projects/icons-material/src/material/outlined/cabin.svg diff --git a/projects/icons-material/src/outlined/cable.svg b/projects/icons-material/src/material/outlined/cable.svg similarity index 100% rename from projects/icons-material/src/outlined/cable.svg rename to projects/icons-material/src/material/outlined/cable.svg diff --git a/projects/icons-material/src/outlined/cached.svg b/projects/icons-material/src/material/outlined/cached.svg similarity index 100% rename from projects/icons-material/src/outlined/cached.svg rename to projects/icons-material/src/material/outlined/cached.svg diff --git a/projects/icons-material/src/outlined/cake.svg b/projects/icons-material/src/material/outlined/cake.svg similarity index 100% rename from projects/icons-material/src/outlined/cake.svg rename to projects/icons-material/src/material/outlined/cake.svg diff --git a/projects/icons-material/src/outlined/calculate.svg b/projects/icons-material/src/material/outlined/calculate.svg similarity index 100% rename from projects/icons-material/src/outlined/calculate.svg rename to projects/icons-material/src/material/outlined/calculate.svg diff --git a/projects/icons-material/src/outlined/calendar_month.svg b/projects/icons-material/src/material/outlined/calendar_month.svg similarity index 100% rename from projects/icons-material/src/outlined/calendar_month.svg rename to projects/icons-material/src/material/outlined/calendar_month.svg diff --git a/projects/icons-material/src/outlined/calendar_today.svg b/projects/icons-material/src/material/outlined/calendar_today.svg similarity index 100% rename from projects/icons-material/src/outlined/calendar_today.svg rename to projects/icons-material/src/material/outlined/calendar_today.svg diff --git a/projects/icons-material/src/outlined/calendar_view_day.svg b/projects/icons-material/src/material/outlined/calendar_view_day.svg similarity index 100% rename from projects/icons-material/src/outlined/calendar_view_day.svg rename to projects/icons-material/src/material/outlined/calendar_view_day.svg diff --git a/projects/icons-material/src/outlined/calendar_view_month.svg b/projects/icons-material/src/material/outlined/calendar_view_month.svg similarity index 100% rename from projects/icons-material/src/outlined/calendar_view_month.svg rename to projects/icons-material/src/material/outlined/calendar_view_month.svg diff --git a/projects/icons-material/src/outlined/calendar_view_week.svg b/projects/icons-material/src/material/outlined/calendar_view_week.svg similarity index 100% rename from projects/icons-material/src/outlined/calendar_view_week.svg rename to projects/icons-material/src/material/outlined/calendar_view_week.svg diff --git a/projects/icons-material/src/outlined/call.svg b/projects/icons-material/src/material/outlined/call.svg similarity index 100% rename from projects/icons-material/src/outlined/call.svg rename to projects/icons-material/src/material/outlined/call.svg diff --git a/projects/icons-material/src/outlined/call_end.svg b/projects/icons-material/src/material/outlined/call_end.svg similarity index 100% rename from projects/icons-material/src/outlined/call_end.svg rename to projects/icons-material/src/material/outlined/call_end.svg diff --git a/projects/icons-material/src/outlined/call_made.svg b/projects/icons-material/src/material/outlined/call_made.svg similarity index 100% rename from projects/icons-material/src/outlined/call_made.svg rename to projects/icons-material/src/material/outlined/call_made.svg diff --git a/projects/icons-material/src/outlined/call_merge.svg b/projects/icons-material/src/material/outlined/call_merge.svg similarity index 100% rename from projects/icons-material/src/outlined/call_merge.svg rename to projects/icons-material/src/material/outlined/call_merge.svg diff --git a/projects/icons-material/src/outlined/call_missed.svg b/projects/icons-material/src/material/outlined/call_missed.svg similarity index 100% rename from projects/icons-material/src/outlined/call_missed.svg rename to projects/icons-material/src/material/outlined/call_missed.svg diff --git a/projects/icons-material/src/outlined/call_missed_outgoing.svg b/projects/icons-material/src/material/outlined/call_missed_outgoing.svg similarity index 100% rename from projects/icons-material/src/outlined/call_missed_outgoing.svg rename to projects/icons-material/src/material/outlined/call_missed_outgoing.svg diff --git a/projects/icons-material/src/outlined/call_received.svg b/projects/icons-material/src/material/outlined/call_received.svg similarity index 100% rename from projects/icons-material/src/outlined/call_received.svg rename to projects/icons-material/src/material/outlined/call_received.svg diff --git a/projects/icons-material/src/outlined/call_split.svg b/projects/icons-material/src/material/outlined/call_split.svg similarity index 100% rename from projects/icons-material/src/outlined/call_split.svg rename to projects/icons-material/src/material/outlined/call_split.svg diff --git a/projects/icons-material/src/outlined/call_to_action.svg b/projects/icons-material/src/material/outlined/call_to_action.svg similarity index 100% rename from projects/icons-material/src/outlined/call_to_action.svg rename to projects/icons-material/src/material/outlined/call_to_action.svg diff --git a/projects/icons-material/src/outlined/camera.svg b/projects/icons-material/src/material/outlined/camera.svg similarity index 100% rename from projects/icons-material/src/outlined/camera.svg rename to projects/icons-material/src/material/outlined/camera.svg diff --git a/projects/icons-material/src/outlined/camera_alt.svg b/projects/icons-material/src/material/outlined/camera_alt.svg similarity index 100% rename from projects/icons-material/src/outlined/camera_alt.svg rename to projects/icons-material/src/material/outlined/camera_alt.svg diff --git a/projects/icons-material/src/outlined/camera_enhance.svg b/projects/icons-material/src/material/outlined/camera_enhance.svg similarity index 100% rename from projects/icons-material/src/outlined/camera_enhance.svg rename to projects/icons-material/src/material/outlined/camera_enhance.svg diff --git a/projects/icons-material/src/outlined/camera_front.svg b/projects/icons-material/src/material/outlined/camera_front.svg similarity index 100% rename from projects/icons-material/src/outlined/camera_front.svg rename to projects/icons-material/src/material/outlined/camera_front.svg diff --git a/projects/icons-material/src/outlined/camera_indoor.svg b/projects/icons-material/src/material/outlined/camera_indoor.svg similarity index 100% rename from projects/icons-material/src/outlined/camera_indoor.svg rename to projects/icons-material/src/material/outlined/camera_indoor.svg diff --git a/projects/icons-material/src/outlined/camera_outdoor.svg b/projects/icons-material/src/material/outlined/camera_outdoor.svg similarity index 100% rename from projects/icons-material/src/outlined/camera_outdoor.svg rename to projects/icons-material/src/material/outlined/camera_outdoor.svg diff --git a/projects/icons-material/src/outlined/camera_rear.svg b/projects/icons-material/src/material/outlined/camera_rear.svg similarity index 100% rename from projects/icons-material/src/outlined/camera_rear.svg rename to projects/icons-material/src/material/outlined/camera_rear.svg diff --git a/projects/icons-material/src/outlined/camera_roll.svg b/projects/icons-material/src/material/outlined/camera_roll.svg similarity index 100% rename from projects/icons-material/src/outlined/camera_roll.svg rename to projects/icons-material/src/material/outlined/camera_roll.svg diff --git a/projects/icons-material/src/outlined/cameraswitch.svg b/projects/icons-material/src/material/outlined/cameraswitch.svg similarity index 100% rename from projects/icons-material/src/outlined/cameraswitch.svg rename to projects/icons-material/src/material/outlined/cameraswitch.svg diff --git a/projects/icons-material/src/outlined/campaign.svg b/projects/icons-material/src/material/outlined/campaign.svg similarity index 100% rename from projects/icons-material/src/outlined/campaign.svg rename to projects/icons-material/src/material/outlined/campaign.svg diff --git a/projects/icons-material/src/outlined/cancel.svg b/projects/icons-material/src/material/outlined/cancel.svg similarity index 100% rename from projects/icons-material/src/outlined/cancel.svg rename to projects/icons-material/src/material/outlined/cancel.svg diff --git a/projects/icons-material/src/outlined/cancel_presentation.svg b/projects/icons-material/src/material/outlined/cancel_presentation.svg similarity index 100% rename from projects/icons-material/src/outlined/cancel_presentation.svg rename to projects/icons-material/src/material/outlined/cancel_presentation.svg diff --git a/projects/icons-material/src/outlined/cancel_schedule_send.svg b/projects/icons-material/src/material/outlined/cancel_schedule_send.svg similarity index 100% rename from projects/icons-material/src/outlined/cancel_schedule_send.svg rename to projects/icons-material/src/material/outlined/cancel_schedule_send.svg diff --git a/projects/icons-material/src/outlined/candlestick_chart.svg b/projects/icons-material/src/material/outlined/candlestick_chart.svg similarity index 100% rename from projects/icons-material/src/outlined/candlestick_chart.svg rename to projects/icons-material/src/material/outlined/candlestick_chart.svg diff --git a/projects/icons-material/src/outlined/car_crash.svg b/projects/icons-material/src/material/outlined/car_crash.svg similarity index 100% rename from projects/icons-material/src/outlined/car_crash.svg rename to projects/icons-material/src/material/outlined/car_crash.svg diff --git a/projects/icons-material/src/outlined/car_rental.svg b/projects/icons-material/src/material/outlined/car_rental.svg similarity index 100% rename from projects/icons-material/src/outlined/car_rental.svg rename to projects/icons-material/src/material/outlined/car_rental.svg diff --git a/projects/icons-material/src/outlined/car_repair.svg b/projects/icons-material/src/material/outlined/car_repair.svg similarity index 100% rename from projects/icons-material/src/outlined/car_repair.svg rename to projects/icons-material/src/material/outlined/car_repair.svg diff --git a/projects/icons-material/src/outlined/card_giftcard.svg b/projects/icons-material/src/material/outlined/card_giftcard.svg similarity index 100% rename from projects/icons-material/src/outlined/card_giftcard.svg rename to projects/icons-material/src/material/outlined/card_giftcard.svg diff --git a/projects/icons-material/src/outlined/card_membership.svg b/projects/icons-material/src/material/outlined/card_membership.svg similarity index 100% rename from projects/icons-material/src/outlined/card_membership.svg rename to projects/icons-material/src/material/outlined/card_membership.svg diff --git a/projects/icons-material/src/outlined/card_travel.svg b/projects/icons-material/src/material/outlined/card_travel.svg similarity index 100% rename from projects/icons-material/src/outlined/card_travel.svg rename to projects/icons-material/src/material/outlined/card_travel.svg diff --git a/projects/icons-material/src/outlined/carpenter.svg b/projects/icons-material/src/material/outlined/carpenter.svg similarity index 100% rename from projects/icons-material/src/outlined/carpenter.svg rename to projects/icons-material/src/material/outlined/carpenter.svg diff --git a/projects/icons-material/src/outlined/cases.svg b/projects/icons-material/src/material/outlined/cases.svg similarity index 100% rename from projects/icons-material/src/outlined/cases.svg rename to projects/icons-material/src/material/outlined/cases.svg diff --git a/projects/icons-material/src/outlined/casino.svg b/projects/icons-material/src/material/outlined/casino.svg similarity index 100% rename from projects/icons-material/src/outlined/casino.svg rename to projects/icons-material/src/material/outlined/casino.svg diff --git a/projects/icons-material/src/outlined/cast.svg b/projects/icons-material/src/material/outlined/cast.svg similarity index 100% rename from projects/icons-material/src/outlined/cast.svg rename to projects/icons-material/src/material/outlined/cast.svg diff --git a/projects/icons-material/src/outlined/cast_connected.svg b/projects/icons-material/src/material/outlined/cast_connected.svg similarity index 100% rename from projects/icons-material/src/outlined/cast_connected.svg rename to projects/icons-material/src/material/outlined/cast_connected.svg diff --git a/projects/icons-material/src/outlined/cast_for_education.svg b/projects/icons-material/src/material/outlined/cast_for_education.svg similarity index 100% rename from projects/icons-material/src/outlined/cast_for_education.svg rename to projects/icons-material/src/material/outlined/cast_for_education.svg diff --git a/projects/icons-material/src/outlined/castle.svg b/projects/icons-material/src/material/outlined/castle.svg similarity index 100% rename from projects/icons-material/src/outlined/castle.svg rename to projects/icons-material/src/material/outlined/castle.svg diff --git a/projects/icons-material/src/outlined/catching_pokemon.svg b/projects/icons-material/src/material/outlined/catching_pokemon.svg similarity index 100% rename from projects/icons-material/src/outlined/catching_pokemon.svg rename to projects/icons-material/src/material/outlined/catching_pokemon.svg diff --git a/projects/icons-material/src/outlined/category.svg b/projects/icons-material/src/material/outlined/category.svg similarity index 100% rename from projects/icons-material/src/outlined/category.svg rename to projects/icons-material/src/material/outlined/category.svg diff --git a/projects/icons-material/src/outlined/celebration.svg b/projects/icons-material/src/material/outlined/celebration.svg similarity index 100% rename from projects/icons-material/src/outlined/celebration.svg rename to projects/icons-material/src/material/outlined/celebration.svg diff --git a/projects/icons-material/src/outlined/cell_tower.svg b/projects/icons-material/src/material/outlined/cell_tower.svg similarity index 100% rename from projects/icons-material/src/outlined/cell_tower.svg rename to projects/icons-material/src/material/outlined/cell_tower.svg diff --git a/projects/icons-material/src/outlined/cell_wifi.svg b/projects/icons-material/src/material/outlined/cell_wifi.svg similarity index 100% rename from projects/icons-material/src/outlined/cell_wifi.svg rename to projects/icons-material/src/material/outlined/cell_wifi.svg diff --git a/projects/icons-material/src/outlined/center_focus_strong.svg b/projects/icons-material/src/material/outlined/center_focus_strong.svg similarity index 100% rename from projects/icons-material/src/outlined/center_focus_strong.svg rename to projects/icons-material/src/material/outlined/center_focus_strong.svg diff --git a/projects/icons-material/src/outlined/center_focus_weak.svg b/projects/icons-material/src/material/outlined/center_focus_weak.svg similarity index 100% rename from projects/icons-material/src/outlined/center_focus_weak.svg rename to projects/icons-material/src/material/outlined/center_focus_weak.svg diff --git a/projects/icons-material/src/outlined/chair.svg b/projects/icons-material/src/material/outlined/chair.svg similarity index 100% rename from projects/icons-material/src/outlined/chair.svg rename to projects/icons-material/src/material/outlined/chair.svg diff --git a/projects/icons-material/src/outlined/chair_alt.svg b/projects/icons-material/src/material/outlined/chair_alt.svg similarity index 100% rename from projects/icons-material/src/outlined/chair_alt.svg rename to projects/icons-material/src/material/outlined/chair_alt.svg diff --git a/projects/icons-material/src/outlined/chalet.svg b/projects/icons-material/src/material/outlined/chalet.svg similarity index 100% rename from projects/icons-material/src/outlined/chalet.svg rename to projects/icons-material/src/material/outlined/chalet.svg diff --git a/projects/icons-material/src/outlined/change_circle.svg b/projects/icons-material/src/material/outlined/change_circle.svg similarity index 100% rename from projects/icons-material/src/outlined/change_circle.svg rename to projects/icons-material/src/material/outlined/change_circle.svg diff --git a/projects/icons-material/src/outlined/change_history.svg b/projects/icons-material/src/material/outlined/change_history.svg similarity index 100% rename from projects/icons-material/src/outlined/change_history.svg rename to projects/icons-material/src/material/outlined/change_history.svg diff --git a/projects/icons-material/src/outlined/charging_station.svg b/projects/icons-material/src/material/outlined/charging_station.svg similarity index 100% rename from projects/icons-material/src/outlined/charging_station.svg rename to projects/icons-material/src/material/outlined/charging_station.svg diff --git a/projects/icons-material/src/outlined/chat.svg b/projects/icons-material/src/material/outlined/chat.svg similarity index 100% rename from projects/icons-material/src/outlined/chat.svg rename to projects/icons-material/src/material/outlined/chat.svg diff --git a/projects/icons-material/src/outlined/chat_bubble.svg b/projects/icons-material/src/material/outlined/chat_bubble.svg similarity index 100% rename from projects/icons-material/src/outlined/chat_bubble.svg rename to projects/icons-material/src/material/outlined/chat_bubble.svg diff --git a/projects/icons-material/src/outlined/chat_bubble_outline.svg b/projects/icons-material/src/material/outlined/chat_bubble_outline.svg similarity index 100% rename from projects/icons-material/src/outlined/chat_bubble_outline.svg rename to projects/icons-material/src/material/outlined/chat_bubble_outline.svg diff --git a/projects/icons-material/src/outlined/check.svg b/projects/icons-material/src/material/outlined/check.svg similarity index 100% rename from projects/icons-material/src/outlined/check.svg rename to projects/icons-material/src/material/outlined/check.svg diff --git a/projects/icons-material/src/outlined/check_box.svg b/projects/icons-material/src/material/outlined/check_box.svg similarity index 100% rename from projects/icons-material/src/outlined/check_box.svg rename to projects/icons-material/src/material/outlined/check_box.svg diff --git a/projects/icons-material/src/outlined/check_box_outline_blank.svg b/projects/icons-material/src/material/outlined/check_box_outline_blank.svg similarity index 100% rename from projects/icons-material/src/outlined/check_box_outline_blank.svg rename to projects/icons-material/src/material/outlined/check_box_outline_blank.svg diff --git a/projects/icons-material/src/outlined/check_circle.svg b/projects/icons-material/src/material/outlined/check_circle.svg similarity index 100% rename from projects/icons-material/src/outlined/check_circle.svg rename to projects/icons-material/src/material/outlined/check_circle.svg diff --git a/projects/icons-material/src/outlined/check_circle_outline.svg b/projects/icons-material/src/material/outlined/check_circle_outline.svg similarity index 100% rename from projects/icons-material/src/outlined/check_circle_outline.svg rename to projects/icons-material/src/material/outlined/check_circle_outline.svg diff --git a/projects/icons-material/src/outlined/checklist.svg b/projects/icons-material/src/material/outlined/checklist.svg similarity index 100% rename from projects/icons-material/src/outlined/checklist.svg rename to projects/icons-material/src/material/outlined/checklist.svg diff --git a/projects/icons-material/src/outlined/checklist_rtl.svg b/projects/icons-material/src/material/outlined/checklist_rtl.svg similarity index 100% rename from projects/icons-material/src/outlined/checklist_rtl.svg rename to projects/icons-material/src/material/outlined/checklist_rtl.svg diff --git a/projects/icons-material/src/outlined/checkroom.svg b/projects/icons-material/src/material/outlined/checkroom.svg similarity index 100% rename from projects/icons-material/src/outlined/checkroom.svg rename to projects/icons-material/src/material/outlined/checkroom.svg diff --git a/projects/icons-material/src/outlined/chevron_left.svg b/projects/icons-material/src/material/outlined/chevron_left.svg similarity index 100% rename from projects/icons-material/src/outlined/chevron_left.svg rename to projects/icons-material/src/material/outlined/chevron_left.svg diff --git a/projects/icons-material/src/outlined/chevron_right.svg b/projects/icons-material/src/material/outlined/chevron_right.svg similarity index 100% rename from projects/icons-material/src/outlined/chevron_right.svg rename to projects/icons-material/src/material/outlined/chevron_right.svg diff --git a/projects/icons-material/src/outlined/child_care.svg b/projects/icons-material/src/material/outlined/child_care.svg similarity index 100% rename from projects/icons-material/src/outlined/child_care.svg rename to projects/icons-material/src/material/outlined/child_care.svg diff --git a/projects/icons-material/src/outlined/child_friendly.svg b/projects/icons-material/src/material/outlined/child_friendly.svg similarity index 100% rename from projects/icons-material/src/outlined/child_friendly.svg rename to projects/icons-material/src/material/outlined/child_friendly.svg diff --git a/projects/icons-material/src/outlined/chrome_reader_mode.svg b/projects/icons-material/src/material/outlined/chrome_reader_mode.svg similarity index 100% rename from projects/icons-material/src/outlined/chrome_reader_mode.svg rename to projects/icons-material/src/material/outlined/chrome_reader_mode.svg diff --git a/projects/icons-material/src/outlined/church.svg b/projects/icons-material/src/material/outlined/church.svg similarity index 100% rename from projects/icons-material/src/outlined/church.svg rename to projects/icons-material/src/material/outlined/church.svg diff --git a/projects/icons-material/src/outlined/circle.svg b/projects/icons-material/src/material/outlined/circle.svg similarity index 100% rename from projects/icons-material/src/outlined/circle.svg rename to projects/icons-material/src/material/outlined/circle.svg diff --git a/projects/icons-material/src/outlined/circle_notifications.svg b/projects/icons-material/src/material/outlined/circle_notifications.svg similarity index 100% rename from projects/icons-material/src/outlined/circle_notifications.svg rename to projects/icons-material/src/material/outlined/circle_notifications.svg diff --git a/projects/icons-material/src/outlined/class.svg b/projects/icons-material/src/material/outlined/class.svg similarity index 100% rename from projects/icons-material/src/outlined/class.svg rename to projects/icons-material/src/material/outlined/class.svg diff --git a/projects/icons-material/src/outlined/clean_hands.svg b/projects/icons-material/src/material/outlined/clean_hands.svg similarity index 100% rename from projects/icons-material/src/outlined/clean_hands.svg rename to projects/icons-material/src/material/outlined/clean_hands.svg diff --git a/projects/icons-material/src/outlined/cleaning_services.svg b/projects/icons-material/src/material/outlined/cleaning_services.svg similarity index 100% rename from projects/icons-material/src/outlined/cleaning_services.svg rename to projects/icons-material/src/material/outlined/cleaning_services.svg diff --git a/projects/icons-material/src/outlined/clear.svg b/projects/icons-material/src/material/outlined/clear.svg similarity index 100% rename from projects/icons-material/src/outlined/clear.svg rename to projects/icons-material/src/material/outlined/clear.svg diff --git a/projects/icons-material/src/outlined/clear_all.svg b/projects/icons-material/src/material/outlined/clear_all.svg similarity index 100% rename from projects/icons-material/src/outlined/clear_all.svg rename to projects/icons-material/src/material/outlined/clear_all.svg diff --git a/projects/icons-material/src/outlined/close.svg b/projects/icons-material/src/material/outlined/close.svg similarity index 100% rename from projects/icons-material/src/outlined/close.svg rename to projects/icons-material/src/material/outlined/close.svg diff --git a/projects/icons-material/src/outlined/close_fullscreen.svg b/projects/icons-material/src/material/outlined/close_fullscreen.svg similarity index 100% rename from projects/icons-material/src/outlined/close_fullscreen.svg rename to projects/icons-material/src/material/outlined/close_fullscreen.svg diff --git a/projects/icons-material/src/outlined/closed_caption.svg b/projects/icons-material/src/material/outlined/closed_caption.svg similarity index 100% rename from projects/icons-material/src/outlined/closed_caption.svg rename to projects/icons-material/src/material/outlined/closed_caption.svg diff --git a/projects/icons-material/src/outlined/closed_caption_disabled.svg b/projects/icons-material/src/material/outlined/closed_caption_disabled.svg similarity index 100% rename from projects/icons-material/src/outlined/closed_caption_disabled.svg rename to projects/icons-material/src/material/outlined/closed_caption_disabled.svg diff --git a/projects/icons-material/src/outlined/closed_caption_off.svg b/projects/icons-material/src/material/outlined/closed_caption_off.svg similarity index 100% rename from projects/icons-material/src/outlined/closed_caption_off.svg rename to projects/icons-material/src/material/outlined/closed_caption_off.svg diff --git a/projects/icons-material/src/outlined/cloud.svg b/projects/icons-material/src/material/outlined/cloud.svg similarity index 100% rename from projects/icons-material/src/outlined/cloud.svg rename to projects/icons-material/src/material/outlined/cloud.svg diff --git a/projects/icons-material/src/outlined/cloud_circle.svg b/projects/icons-material/src/material/outlined/cloud_circle.svg similarity index 100% rename from projects/icons-material/src/outlined/cloud_circle.svg rename to projects/icons-material/src/material/outlined/cloud_circle.svg diff --git a/projects/icons-material/src/outlined/cloud_done.svg b/projects/icons-material/src/material/outlined/cloud_done.svg similarity index 100% rename from projects/icons-material/src/outlined/cloud_done.svg rename to projects/icons-material/src/material/outlined/cloud_done.svg diff --git a/projects/icons-material/src/outlined/cloud_download.svg b/projects/icons-material/src/material/outlined/cloud_download.svg similarity index 100% rename from projects/icons-material/src/outlined/cloud_download.svg rename to projects/icons-material/src/material/outlined/cloud_download.svg diff --git a/projects/icons-material/src/outlined/cloud_off.svg b/projects/icons-material/src/material/outlined/cloud_off.svg similarity index 100% rename from projects/icons-material/src/outlined/cloud_off.svg rename to projects/icons-material/src/material/outlined/cloud_off.svg diff --git a/projects/icons-material/src/outlined/cloud_queue.svg b/projects/icons-material/src/material/outlined/cloud_queue.svg similarity index 100% rename from projects/icons-material/src/outlined/cloud_queue.svg rename to projects/icons-material/src/material/outlined/cloud_queue.svg diff --git a/projects/icons-material/src/outlined/cloud_sync.svg b/projects/icons-material/src/material/outlined/cloud_sync.svg similarity index 100% rename from projects/icons-material/src/outlined/cloud_sync.svg rename to projects/icons-material/src/material/outlined/cloud_sync.svg diff --git a/projects/icons-material/src/outlined/cloud_upload.svg b/projects/icons-material/src/material/outlined/cloud_upload.svg similarity index 100% rename from projects/icons-material/src/outlined/cloud_upload.svg rename to projects/icons-material/src/material/outlined/cloud_upload.svg diff --git a/projects/icons-material/src/outlined/co2.svg b/projects/icons-material/src/material/outlined/co2.svg similarity index 100% rename from projects/icons-material/src/outlined/co2.svg rename to projects/icons-material/src/material/outlined/co2.svg diff --git a/projects/icons-material/src/outlined/co_present.svg b/projects/icons-material/src/material/outlined/co_present.svg similarity index 100% rename from projects/icons-material/src/outlined/co_present.svg rename to projects/icons-material/src/material/outlined/co_present.svg diff --git a/projects/icons-material/src/outlined/code.svg b/projects/icons-material/src/material/outlined/code.svg similarity index 100% rename from projects/icons-material/src/outlined/code.svg rename to projects/icons-material/src/material/outlined/code.svg diff --git a/projects/icons-material/src/outlined/code_off.svg b/projects/icons-material/src/material/outlined/code_off.svg similarity index 100% rename from projects/icons-material/src/outlined/code_off.svg rename to projects/icons-material/src/material/outlined/code_off.svg diff --git a/projects/icons-material/src/outlined/coffee.svg b/projects/icons-material/src/material/outlined/coffee.svg similarity index 100% rename from projects/icons-material/src/outlined/coffee.svg rename to projects/icons-material/src/material/outlined/coffee.svg diff --git a/projects/icons-material/src/outlined/coffee_maker.svg b/projects/icons-material/src/material/outlined/coffee_maker.svg similarity index 100% rename from projects/icons-material/src/outlined/coffee_maker.svg rename to projects/icons-material/src/material/outlined/coffee_maker.svg diff --git a/projects/icons-material/src/outlined/collections.svg b/projects/icons-material/src/material/outlined/collections.svg similarity index 100% rename from projects/icons-material/src/outlined/collections.svg rename to projects/icons-material/src/material/outlined/collections.svg diff --git a/projects/icons-material/src/outlined/collections_bookmark.svg b/projects/icons-material/src/material/outlined/collections_bookmark.svg similarity index 100% rename from projects/icons-material/src/outlined/collections_bookmark.svg rename to projects/icons-material/src/material/outlined/collections_bookmark.svg diff --git a/projects/icons-material/src/outlined/color_lens.svg b/projects/icons-material/src/material/outlined/color_lens.svg similarity index 100% rename from projects/icons-material/src/outlined/color_lens.svg rename to projects/icons-material/src/material/outlined/color_lens.svg diff --git a/projects/icons-material/src/outlined/colorize.svg b/projects/icons-material/src/material/outlined/colorize.svg similarity index 100% rename from projects/icons-material/src/outlined/colorize.svg rename to projects/icons-material/src/material/outlined/colorize.svg diff --git a/projects/icons-material/src/outlined/comment.svg b/projects/icons-material/src/material/outlined/comment.svg similarity index 100% rename from projects/icons-material/src/outlined/comment.svg rename to projects/icons-material/src/material/outlined/comment.svg diff --git a/projects/icons-material/src/outlined/comment_bank.svg b/projects/icons-material/src/material/outlined/comment_bank.svg similarity index 100% rename from projects/icons-material/src/outlined/comment_bank.svg rename to projects/icons-material/src/material/outlined/comment_bank.svg diff --git a/projects/icons-material/src/outlined/comments_disabled.svg b/projects/icons-material/src/material/outlined/comments_disabled.svg similarity index 100% rename from projects/icons-material/src/outlined/comments_disabled.svg rename to projects/icons-material/src/material/outlined/comments_disabled.svg diff --git a/projects/icons-material/src/outlined/commit.svg b/projects/icons-material/src/material/outlined/commit.svg similarity index 100% rename from projects/icons-material/src/outlined/commit.svg rename to projects/icons-material/src/material/outlined/commit.svg diff --git a/projects/icons-material/src/outlined/commute.svg b/projects/icons-material/src/material/outlined/commute.svg similarity index 100% rename from projects/icons-material/src/outlined/commute.svg rename to projects/icons-material/src/material/outlined/commute.svg diff --git a/projects/icons-material/src/outlined/compare.svg b/projects/icons-material/src/material/outlined/compare.svg similarity index 100% rename from projects/icons-material/src/outlined/compare.svg rename to projects/icons-material/src/material/outlined/compare.svg diff --git a/projects/icons-material/src/outlined/compare_arrows.svg b/projects/icons-material/src/material/outlined/compare_arrows.svg similarity index 100% rename from projects/icons-material/src/outlined/compare_arrows.svg rename to projects/icons-material/src/material/outlined/compare_arrows.svg diff --git a/projects/icons-material/src/outlined/compass_calibration.svg b/projects/icons-material/src/material/outlined/compass_calibration.svg similarity index 100% rename from projects/icons-material/src/outlined/compass_calibration.svg rename to projects/icons-material/src/material/outlined/compass_calibration.svg diff --git a/projects/icons-material/src/outlined/compost.svg b/projects/icons-material/src/material/outlined/compost.svg similarity index 100% rename from projects/icons-material/src/outlined/compost.svg rename to projects/icons-material/src/material/outlined/compost.svg diff --git a/projects/icons-material/src/outlined/compress.svg b/projects/icons-material/src/material/outlined/compress.svg similarity index 100% rename from projects/icons-material/src/outlined/compress.svg rename to projects/icons-material/src/material/outlined/compress.svg diff --git a/projects/icons-material/src/outlined/computer.svg b/projects/icons-material/src/material/outlined/computer.svg similarity index 100% rename from projects/icons-material/src/outlined/computer.svg rename to projects/icons-material/src/material/outlined/computer.svg diff --git a/projects/icons-material/src/outlined/confirmation_number.svg b/projects/icons-material/src/material/outlined/confirmation_number.svg similarity index 100% rename from projects/icons-material/src/outlined/confirmation_number.svg rename to projects/icons-material/src/material/outlined/confirmation_number.svg diff --git a/projects/icons-material/src/outlined/connect_without_contact.svg b/projects/icons-material/src/material/outlined/connect_without_contact.svg similarity index 100% rename from projects/icons-material/src/outlined/connect_without_contact.svg rename to projects/icons-material/src/material/outlined/connect_without_contact.svg diff --git a/projects/icons-material/src/outlined/connected_tv.svg b/projects/icons-material/src/material/outlined/connected_tv.svg similarity index 100% rename from projects/icons-material/src/outlined/connected_tv.svg rename to projects/icons-material/src/material/outlined/connected_tv.svg diff --git a/projects/icons-material/src/outlined/connecting_airports.svg b/projects/icons-material/src/material/outlined/connecting_airports.svg similarity index 100% rename from projects/icons-material/src/outlined/connecting_airports.svg rename to projects/icons-material/src/material/outlined/connecting_airports.svg diff --git a/projects/icons-material/src/outlined/construction.svg b/projects/icons-material/src/material/outlined/construction.svg similarity index 100% rename from projects/icons-material/src/outlined/construction.svg rename to projects/icons-material/src/material/outlined/construction.svg diff --git a/projects/icons-material/src/outlined/contact_emergency.svg b/projects/icons-material/src/material/outlined/contact_emergency.svg similarity index 100% rename from projects/icons-material/src/outlined/contact_emergency.svg rename to projects/icons-material/src/material/outlined/contact_emergency.svg diff --git a/projects/icons-material/src/outlined/contact_mail.svg b/projects/icons-material/src/material/outlined/contact_mail.svg similarity index 100% rename from projects/icons-material/src/outlined/contact_mail.svg rename to projects/icons-material/src/material/outlined/contact_mail.svg diff --git a/projects/icons-material/src/outlined/contact_page.svg b/projects/icons-material/src/material/outlined/contact_page.svg similarity index 100% rename from projects/icons-material/src/outlined/contact_page.svg rename to projects/icons-material/src/material/outlined/contact_page.svg diff --git a/projects/icons-material/src/outlined/contact_phone.svg b/projects/icons-material/src/material/outlined/contact_phone.svg similarity index 100% rename from projects/icons-material/src/outlined/contact_phone.svg rename to projects/icons-material/src/material/outlined/contact_phone.svg diff --git a/projects/icons-material/src/outlined/contact_support.svg b/projects/icons-material/src/material/outlined/contact_support.svg similarity index 100% rename from projects/icons-material/src/outlined/contact_support.svg rename to projects/icons-material/src/material/outlined/contact_support.svg diff --git a/projects/icons-material/src/outlined/contactless.svg b/projects/icons-material/src/material/outlined/contactless.svg similarity index 100% rename from projects/icons-material/src/outlined/contactless.svg rename to projects/icons-material/src/material/outlined/contactless.svg diff --git a/projects/icons-material/src/outlined/contacts.svg b/projects/icons-material/src/material/outlined/contacts.svg similarity index 100% rename from projects/icons-material/src/outlined/contacts.svg rename to projects/icons-material/src/material/outlined/contacts.svg diff --git a/projects/icons-material/src/outlined/content_copy.svg b/projects/icons-material/src/material/outlined/content_copy.svg similarity index 100% rename from projects/icons-material/src/outlined/content_copy.svg rename to projects/icons-material/src/material/outlined/content_copy.svg diff --git a/projects/icons-material/src/outlined/content_cut.svg b/projects/icons-material/src/material/outlined/content_cut.svg similarity index 100% rename from projects/icons-material/src/outlined/content_cut.svg rename to projects/icons-material/src/material/outlined/content_cut.svg diff --git a/projects/icons-material/src/outlined/content_paste.svg b/projects/icons-material/src/material/outlined/content_paste.svg similarity index 100% rename from projects/icons-material/src/outlined/content_paste.svg rename to projects/icons-material/src/material/outlined/content_paste.svg diff --git a/projects/icons-material/src/outlined/content_paste_go.svg b/projects/icons-material/src/material/outlined/content_paste_go.svg similarity index 100% rename from projects/icons-material/src/outlined/content_paste_go.svg rename to projects/icons-material/src/material/outlined/content_paste_go.svg diff --git a/projects/icons-material/src/outlined/content_paste_off.svg b/projects/icons-material/src/material/outlined/content_paste_off.svg similarity index 100% rename from projects/icons-material/src/outlined/content_paste_off.svg rename to projects/icons-material/src/material/outlined/content_paste_off.svg diff --git a/projects/icons-material/src/outlined/content_paste_search.svg b/projects/icons-material/src/material/outlined/content_paste_search.svg similarity index 100% rename from projects/icons-material/src/outlined/content_paste_search.svg rename to projects/icons-material/src/material/outlined/content_paste_search.svg diff --git a/projects/icons-material/src/outlined/contrast.svg b/projects/icons-material/src/material/outlined/contrast.svg similarity index 100% rename from projects/icons-material/src/outlined/contrast.svg rename to projects/icons-material/src/material/outlined/contrast.svg diff --git a/projects/icons-material/src/outlined/control_camera.svg b/projects/icons-material/src/material/outlined/control_camera.svg similarity index 100% rename from projects/icons-material/src/outlined/control_camera.svg rename to projects/icons-material/src/material/outlined/control_camera.svg diff --git a/projects/icons-material/src/outlined/control_point.svg b/projects/icons-material/src/material/outlined/control_point.svg similarity index 100% rename from projects/icons-material/src/outlined/control_point.svg rename to projects/icons-material/src/material/outlined/control_point.svg diff --git a/projects/icons-material/src/outlined/control_point_duplicate.svg b/projects/icons-material/src/material/outlined/control_point_duplicate.svg similarity index 100% rename from projects/icons-material/src/outlined/control_point_duplicate.svg rename to projects/icons-material/src/material/outlined/control_point_duplicate.svg diff --git a/projects/icons-material/src/outlined/cookie.svg b/projects/icons-material/src/material/outlined/cookie.svg similarity index 100% rename from projects/icons-material/src/outlined/cookie.svg rename to projects/icons-material/src/material/outlined/cookie.svg diff --git a/projects/icons-material/src/outlined/copy_all.svg b/projects/icons-material/src/material/outlined/copy_all.svg similarity index 100% rename from projects/icons-material/src/outlined/copy_all.svg rename to projects/icons-material/src/material/outlined/copy_all.svg diff --git a/projects/icons-material/src/outlined/copyright.svg b/projects/icons-material/src/material/outlined/copyright.svg similarity index 100% rename from projects/icons-material/src/outlined/copyright.svg rename to projects/icons-material/src/material/outlined/copyright.svg diff --git a/projects/icons-material/src/outlined/coronavirus.svg b/projects/icons-material/src/material/outlined/coronavirus.svg similarity index 100% rename from projects/icons-material/src/outlined/coronavirus.svg rename to projects/icons-material/src/material/outlined/coronavirus.svg diff --git a/projects/icons-material/src/outlined/corporate_fare.svg b/projects/icons-material/src/material/outlined/corporate_fare.svg similarity index 100% rename from projects/icons-material/src/outlined/corporate_fare.svg rename to projects/icons-material/src/material/outlined/corporate_fare.svg diff --git a/projects/icons-material/src/outlined/cottage.svg b/projects/icons-material/src/material/outlined/cottage.svg similarity index 100% rename from projects/icons-material/src/outlined/cottage.svg rename to projects/icons-material/src/material/outlined/cottage.svg diff --git a/projects/icons-material/src/outlined/countertops.svg b/projects/icons-material/src/material/outlined/countertops.svg similarity index 100% rename from projects/icons-material/src/outlined/countertops.svg rename to projects/icons-material/src/material/outlined/countertops.svg diff --git a/projects/icons-material/src/outlined/create.svg b/projects/icons-material/src/material/outlined/create.svg similarity index 100% rename from projects/icons-material/src/outlined/create.svg rename to projects/icons-material/src/material/outlined/create.svg diff --git a/projects/icons-material/src/outlined/create_new_folder.svg b/projects/icons-material/src/material/outlined/create_new_folder.svg similarity index 100% rename from projects/icons-material/src/outlined/create_new_folder.svg rename to projects/icons-material/src/material/outlined/create_new_folder.svg diff --git a/projects/icons-material/src/outlined/credit_card.svg b/projects/icons-material/src/material/outlined/credit_card.svg similarity index 100% rename from projects/icons-material/src/outlined/credit_card.svg rename to projects/icons-material/src/material/outlined/credit_card.svg diff --git a/projects/icons-material/src/outlined/credit_card_off.svg b/projects/icons-material/src/material/outlined/credit_card_off.svg similarity index 100% rename from projects/icons-material/src/outlined/credit_card_off.svg rename to projects/icons-material/src/material/outlined/credit_card_off.svg diff --git a/projects/icons-material/src/outlined/credit_score.svg b/projects/icons-material/src/material/outlined/credit_score.svg similarity index 100% rename from projects/icons-material/src/outlined/credit_score.svg rename to projects/icons-material/src/material/outlined/credit_score.svg diff --git a/projects/icons-material/src/outlined/crib.svg b/projects/icons-material/src/material/outlined/crib.svg similarity index 100% rename from projects/icons-material/src/outlined/crib.svg rename to projects/icons-material/src/material/outlined/crib.svg diff --git a/projects/icons-material/src/outlined/crisis_alert.svg b/projects/icons-material/src/material/outlined/crisis_alert.svg similarity index 100% rename from projects/icons-material/src/outlined/crisis_alert.svg rename to projects/icons-material/src/material/outlined/crisis_alert.svg diff --git a/projects/icons-material/src/outlined/crop.svg b/projects/icons-material/src/material/outlined/crop.svg similarity index 100% rename from projects/icons-material/src/outlined/crop.svg rename to projects/icons-material/src/material/outlined/crop.svg diff --git a/projects/icons-material/src/outlined/crop_16_9.svg b/projects/icons-material/src/material/outlined/crop_16_9.svg similarity index 100% rename from projects/icons-material/src/outlined/crop_16_9.svg rename to projects/icons-material/src/material/outlined/crop_16_9.svg diff --git a/projects/icons-material/src/outlined/crop_3_2.svg b/projects/icons-material/src/material/outlined/crop_3_2.svg similarity index 100% rename from projects/icons-material/src/outlined/crop_3_2.svg rename to projects/icons-material/src/material/outlined/crop_3_2.svg diff --git a/projects/icons-material/src/outlined/crop_5_4.svg b/projects/icons-material/src/material/outlined/crop_5_4.svg similarity index 100% rename from projects/icons-material/src/outlined/crop_5_4.svg rename to projects/icons-material/src/material/outlined/crop_5_4.svg diff --git a/projects/icons-material/src/outlined/crop_7_5.svg b/projects/icons-material/src/material/outlined/crop_7_5.svg similarity index 100% rename from projects/icons-material/src/outlined/crop_7_5.svg rename to projects/icons-material/src/material/outlined/crop_7_5.svg diff --git a/projects/icons-material/src/outlined/crop_din.svg b/projects/icons-material/src/material/outlined/crop_din.svg similarity index 100% rename from projects/icons-material/src/outlined/crop_din.svg rename to projects/icons-material/src/material/outlined/crop_din.svg diff --git a/projects/icons-material/src/outlined/crop_free.svg b/projects/icons-material/src/material/outlined/crop_free.svg similarity index 100% rename from projects/icons-material/src/outlined/crop_free.svg rename to projects/icons-material/src/material/outlined/crop_free.svg diff --git a/projects/icons-material/src/outlined/crop_landscape.svg b/projects/icons-material/src/material/outlined/crop_landscape.svg similarity index 100% rename from projects/icons-material/src/outlined/crop_landscape.svg rename to projects/icons-material/src/material/outlined/crop_landscape.svg diff --git a/projects/icons-material/src/outlined/crop_original.svg b/projects/icons-material/src/material/outlined/crop_original.svg similarity index 100% rename from projects/icons-material/src/outlined/crop_original.svg rename to projects/icons-material/src/material/outlined/crop_original.svg diff --git a/projects/icons-material/src/outlined/crop_portrait.svg b/projects/icons-material/src/material/outlined/crop_portrait.svg similarity index 100% rename from projects/icons-material/src/outlined/crop_portrait.svg rename to projects/icons-material/src/material/outlined/crop_portrait.svg diff --git a/projects/icons-material/src/outlined/crop_rotate.svg b/projects/icons-material/src/material/outlined/crop_rotate.svg similarity index 100% rename from projects/icons-material/src/outlined/crop_rotate.svg rename to projects/icons-material/src/material/outlined/crop_rotate.svg diff --git a/projects/icons-material/src/outlined/crop_square.svg b/projects/icons-material/src/material/outlined/crop_square.svg similarity index 100% rename from projects/icons-material/src/outlined/crop_square.svg rename to projects/icons-material/src/material/outlined/crop_square.svg diff --git a/projects/icons-material/src/outlined/cruelty_free.svg b/projects/icons-material/src/material/outlined/cruelty_free.svg similarity index 100% rename from projects/icons-material/src/outlined/cruelty_free.svg rename to projects/icons-material/src/material/outlined/cruelty_free.svg diff --git a/projects/icons-material/src/outlined/css.svg b/projects/icons-material/src/material/outlined/css.svg similarity index 100% rename from projects/icons-material/src/outlined/css.svg rename to projects/icons-material/src/material/outlined/css.svg diff --git a/projects/icons-material/src/outlined/currency_bitcoin.svg b/projects/icons-material/src/material/outlined/currency_bitcoin.svg similarity index 100% rename from projects/icons-material/src/outlined/currency_bitcoin.svg rename to projects/icons-material/src/material/outlined/currency_bitcoin.svg diff --git a/projects/icons-material/src/outlined/currency_exchange.svg b/projects/icons-material/src/material/outlined/currency_exchange.svg similarity index 100% rename from projects/icons-material/src/outlined/currency_exchange.svg rename to projects/icons-material/src/material/outlined/currency_exchange.svg diff --git a/projects/icons-material/src/outlined/currency_franc.svg b/projects/icons-material/src/material/outlined/currency_franc.svg similarity index 100% rename from projects/icons-material/src/outlined/currency_franc.svg rename to projects/icons-material/src/material/outlined/currency_franc.svg diff --git a/projects/icons-material/src/outlined/currency_lira.svg b/projects/icons-material/src/material/outlined/currency_lira.svg similarity index 100% rename from projects/icons-material/src/outlined/currency_lira.svg rename to projects/icons-material/src/material/outlined/currency_lira.svg diff --git a/projects/icons-material/src/outlined/currency_pound.svg b/projects/icons-material/src/material/outlined/currency_pound.svg similarity index 100% rename from projects/icons-material/src/outlined/currency_pound.svg rename to projects/icons-material/src/material/outlined/currency_pound.svg diff --git a/projects/icons-material/src/outlined/currency_ruble.svg b/projects/icons-material/src/material/outlined/currency_ruble.svg similarity index 100% rename from projects/icons-material/src/outlined/currency_ruble.svg rename to projects/icons-material/src/material/outlined/currency_ruble.svg diff --git a/projects/icons-material/src/outlined/currency_rupee.svg b/projects/icons-material/src/material/outlined/currency_rupee.svg similarity index 100% rename from projects/icons-material/src/outlined/currency_rupee.svg rename to projects/icons-material/src/material/outlined/currency_rupee.svg diff --git a/projects/icons-material/src/outlined/currency_yen.svg b/projects/icons-material/src/material/outlined/currency_yen.svg similarity index 100% rename from projects/icons-material/src/outlined/currency_yen.svg rename to projects/icons-material/src/material/outlined/currency_yen.svg diff --git a/projects/icons-material/src/outlined/currency_yuan.svg b/projects/icons-material/src/material/outlined/currency_yuan.svg similarity index 100% rename from projects/icons-material/src/outlined/currency_yuan.svg rename to projects/icons-material/src/material/outlined/currency_yuan.svg diff --git a/projects/icons-material/src/outlined/curtains.svg b/projects/icons-material/src/material/outlined/curtains.svg similarity index 100% rename from projects/icons-material/src/outlined/curtains.svg rename to projects/icons-material/src/material/outlined/curtains.svg diff --git a/projects/icons-material/src/outlined/curtains_closed.svg b/projects/icons-material/src/material/outlined/curtains_closed.svg similarity index 100% rename from projects/icons-material/src/outlined/curtains_closed.svg rename to projects/icons-material/src/material/outlined/curtains_closed.svg diff --git a/projects/icons-material/src/outlined/cyclone.svg b/projects/icons-material/src/material/outlined/cyclone.svg similarity index 100% rename from projects/icons-material/src/outlined/cyclone.svg rename to projects/icons-material/src/material/outlined/cyclone.svg diff --git a/projects/icons-material/src/outlined/dangerous.svg b/projects/icons-material/src/material/outlined/dangerous.svg similarity index 100% rename from projects/icons-material/src/outlined/dangerous.svg rename to projects/icons-material/src/material/outlined/dangerous.svg diff --git a/projects/icons-material/src/outlined/dark_mode.svg b/projects/icons-material/src/material/outlined/dark_mode.svg similarity index 100% rename from projects/icons-material/src/outlined/dark_mode.svg rename to projects/icons-material/src/material/outlined/dark_mode.svg diff --git a/projects/icons-material/src/outlined/dashboard.svg b/projects/icons-material/src/material/outlined/dashboard.svg similarity index 100% rename from projects/icons-material/src/outlined/dashboard.svg rename to projects/icons-material/src/material/outlined/dashboard.svg diff --git a/projects/icons-material/src/outlined/dashboard_customize.svg b/projects/icons-material/src/material/outlined/dashboard_customize.svg similarity index 100% rename from projects/icons-material/src/outlined/dashboard_customize.svg rename to projects/icons-material/src/material/outlined/dashboard_customize.svg diff --git a/projects/icons-material/src/outlined/data_array.svg b/projects/icons-material/src/material/outlined/data_array.svg similarity index 100% rename from projects/icons-material/src/outlined/data_array.svg rename to projects/icons-material/src/material/outlined/data_array.svg diff --git a/projects/icons-material/src/outlined/data_exploration.svg b/projects/icons-material/src/material/outlined/data_exploration.svg similarity index 100% rename from projects/icons-material/src/outlined/data_exploration.svg rename to projects/icons-material/src/material/outlined/data_exploration.svg diff --git a/projects/icons-material/src/outlined/data_object.svg b/projects/icons-material/src/material/outlined/data_object.svg similarity index 100% rename from projects/icons-material/src/outlined/data_object.svg rename to projects/icons-material/src/material/outlined/data_object.svg diff --git a/projects/icons-material/src/outlined/data_saver_off.svg b/projects/icons-material/src/material/outlined/data_saver_off.svg similarity index 100% rename from projects/icons-material/src/outlined/data_saver_off.svg rename to projects/icons-material/src/material/outlined/data_saver_off.svg diff --git a/projects/icons-material/src/outlined/data_saver_on.svg b/projects/icons-material/src/material/outlined/data_saver_on.svg similarity index 100% rename from projects/icons-material/src/outlined/data_saver_on.svg rename to projects/icons-material/src/material/outlined/data_saver_on.svg diff --git a/projects/icons-material/src/outlined/data_thresholding.svg b/projects/icons-material/src/material/outlined/data_thresholding.svg similarity index 100% rename from projects/icons-material/src/outlined/data_thresholding.svg rename to projects/icons-material/src/material/outlined/data_thresholding.svg diff --git a/projects/icons-material/src/outlined/data_usage.svg b/projects/icons-material/src/material/outlined/data_usage.svg similarity index 100% rename from projects/icons-material/src/outlined/data_usage.svg rename to projects/icons-material/src/material/outlined/data_usage.svg diff --git a/projects/icons-material/src/outlined/dataset.svg b/projects/icons-material/src/material/outlined/dataset.svg similarity index 100% rename from projects/icons-material/src/outlined/dataset.svg rename to projects/icons-material/src/material/outlined/dataset.svg diff --git a/projects/icons-material/src/outlined/dataset_linked.svg b/projects/icons-material/src/material/outlined/dataset_linked.svg similarity index 100% rename from projects/icons-material/src/outlined/dataset_linked.svg rename to projects/icons-material/src/material/outlined/dataset_linked.svg diff --git a/projects/icons-material/src/outlined/date_range.svg b/projects/icons-material/src/material/outlined/date_range.svg similarity index 100% rename from projects/icons-material/src/outlined/date_range.svg rename to projects/icons-material/src/material/outlined/date_range.svg diff --git a/projects/icons-material/src/outlined/deblur.svg b/projects/icons-material/src/material/outlined/deblur.svg similarity index 100% rename from projects/icons-material/src/outlined/deblur.svg rename to projects/icons-material/src/material/outlined/deblur.svg diff --git a/projects/icons-material/src/outlined/deck.svg b/projects/icons-material/src/material/outlined/deck.svg similarity index 100% rename from projects/icons-material/src/outlined/deck.svg rename to projects/icons-material/src/material/outlined/deck.svg diff --git a/projects/icons-material/src/outlined/dehaze.svg b/projects/icons-material/src/material/outlined/dehaze.svg similarity index 100% rename from projects/icons-material/src/outlined/dehaze.svg rename to projects/icons-material/src/material/outlined/dehaze.svg diff --git a/projects/icons-material/src/outlined/delete.svg b/projects/icons-material/src/material/outlined/delete.svg similarity index 100% rename from projects/icons-material/src/outlined/delete.svg rename to projects/icons-material/src/material/outlined/delete.svg diff --git a/projects/icons-material/src/outlined/delete_forever.svg b/projects/icons-material/src/material/outlined/delete_forever.svg similarity index 100% rename from projects/icons-material/src/outlined/delete_forever.svg rename to projects/icons-material/src/material/outlined/delete_forever.svg diff --git a/projects/icons-material/src/outlined/delete_outline.svg b/projects/icons-material/src/material/outlined/delete_outline.svg similarity index 100% rename from projects/icons-material/src/outlined/delete_outline.svg rename to projects/icons-material/src/material/outlined/delete_outline.svg diff --git a/projects/icons-material/src/outlined/delete_sweep.svg b/projects/icons-material/src/material/outlined/delete_sweep.svg similarity index 100% rename from projects/icons-material/src/outlined/delete_sweep.svg rename to projects/icons-material/src/material/outlined/delete_sweep.svg diff --git a/projects/icons-material/src/outlined/delivery_dining.svg b/projects/icons-material/src/material/outlined/delivery_dining.svg similarity index 100% rename from projects/icons-material/src/outlined/delivery_dining.svg rename to projects/icons-material/src/material/outlined/delivery_dining.svg diff --git a/projects/icons-material/src/outlined/density_large.svg b/projects/icons-material/src/material/outlined/density_large.svg similarity index 100% rename from projects/icons-material/src/outlined/density_large.svg rename to projects/icons-material/src/material/outlined/density_large.svg diff --git a/projects/icons-material/src/outlined/density_medium.svg b/projects/icons-material/src/material/outlined/density_medium.svg similarity index 100% rename from projects/icons-material/src/outlined/density_medium.svg rename to projects/icons-material/src/material/outlined/density_medium.svg diff --git a/projects/icons-material/src/outlined/density_small.svg b/projects/icons-material/src/material/outlined/density_small.svg similarity index 100% rename from projects/icons-material/src/outlined/density_small.svg rename to projects/icons-material/src/material/outlined/density_small.svg diff --git a/projects/icons-material/src/outlined/departure_board.svg b/projects/icons-material/src/material/outlined/departure_board.svg similarity index 100% rename from projects/icons-material/src/outlined/departure_board.svg rename to projects/icons-material/src/material/outlined/departure_board.svg diff --git a/projects/icons-material/src/outlined/description.svg b/projects/icons-material/src/material/outlined/description.svg similarity index 100% rename from projects/icons-material/src/outlined/description.svg rename to projects/icons-material/src/material/outlined/description.svg diff --git a/projects/icons-material/src/outlined/deselect.svg b/projects/icons-material/src/material/outlined/deselect.svg similarity index 100% rename from projects/icons-material/src/outlined/deselect.svg rename to projects/icons-material/src/material/outlined/deselect.svg diff --git a/projects/icons-material/src/outlined/design_services.svg b/projects/icons-material/src/material/outlined/design_services.svg similarity index 100% rename from projects/icons-material/src/outlined/design_services.svg rename to projects/icons-material/src/material/outlined/design_services.svg diff --git a/projects/icons-material/src/outlined/desk.svg b/projects/icons-material/src/material/outlined/desk.svg similarity index 100% rename from projects/icons-material/src/outlined/desk.svg rename to projects/icons-material/src/material/outlined/desk.svg diff --git a/projects/icons-material/src/outlined/desktop_access_disabled.svg b/projects/icons-material/src/material/outlined/desktop_access_disabled.svg similarity index 100% rename from projects/icons-material/src/outlined/desktop_access_disabled.svg rename to projects/icons-material/src/material/outlined/desktop_access_disabled.svg diff --git a/projects/icons-material/src/outlined/desktop_mac.svg b/projects/icons-material/src/material/outlined/desktop_mac.svg similarity index 100% rename from projects/icons-material/src/outlined/desktop_mac.svg rename to projects/icons-material/src/material/outlined/desktop_mac.svg diff --git a/projects/icons-material/src/outlined/desktop_windows.svg b/projects/icons-material/src/material/outlined/desktop_windows.svg similarity index 100% rename from projects/icons-material/src/outlined/desktop_windows.svg rename to projects/icons-material/src/material/outlined/desktop_windows.svg diff --git a/projects/icons-material/src/outlined/details.svg b/projects/icons-material/src/material/outlined/details.svg similarity index 100% rename from projects/icons-material/src/outlined/details.svg rename to projects/icons-material/src/material/outlined/details.svg diff --git a/projects/icons-material/src/outlined/developer_board.svg b/projects/icons-material/src/material/outlined/developer_board.svg similarity index 100% rename from projects/icons-material/src/outlined/developer_board.svg rename to projects/icons-material/src/material/outlined/developer_board.svg diff --git a/projects/icons-material/src/outlined/developer_board_off.svg b/projects/icons-material/src/material/outlined/developer_board_off.svg similarity index 100% rename from projects/icons-material/src/outlined/developer_board_off.svg rename to projects/icons-material/src/material/outlined/developer_board_off.svg diff --git a/projects/icons-material/src/outlined/developer_mode.svg b/projects/icons-material/src/material/outlined/developer_mode.svg similarity index 100% rename from projects/icons-material/src/outlined/developer_mode.svg rename to projects/icons-material/src/material/outlined/developer_mode.svg diff --git a/projects/icons-material/src/outlined/device_hub.svg b/projects/icons-material/src/material/outlined/device_hub.svg similarity index 100% rename from projects/icons-material/src/outlined/device_hub.svg rename to projects/icons-material/src/material/outlined/device_hub.svg diff --git a/projects/icons-material/src/outlined/device_thermostat.svg b/projects/icons-material/src/material/outlined/device_thermostat.svg similarity index 100% rename from projects/icons-material/src/outlined/device_thermostat.svg rename to projects/icons-material/src/material/outlined/device_thermostat.svg diff --git a/projects/icons-material/src/outlined/device_unknown.svg b/projects/icons-material/src/material/outlined/device_unknown.svg similarity index 100% rename from projects/icons-material/src/outlined/device_unknown.svg rename to projects/icons-material/src/material/outlined/device_unknown.svg diff --git a/projects/icons-material/src/outlined/devices.svg b/projects/icons-material/src/material/outlined/devices.svg similarity index 100% rename from projects/icons-material/src/outlined/devices.svg rename to projects/icons-material/src/material/outlined/devices.svg diff --git a/projects/icons-material/src/outlined/devices_fold.svg b/projects/icons-material/src/material/outlined/devices_fold.svg similarity index 100% rename from projects/icons-material/src/outlined/devices_fold.svg rename to projects/icons-material/src/material/outlined/devices_fold.svg diff --git a/projects/icons-material/src/outlined/devices_other.svg b/projects/icons-material/src/material/outlined/devices_other.svg similarity index 100% rename from projects/icons-material/src/outlined/devices_other.svg rename to projects/icons-material/src/material/outlined/devices_other.svg diff --git a/projects/icons-material/src/outlined/dialer_sip.svg b/projects/icons-material/src/material/outlined/dialer_sip.svg similarity index 100% rename from projects/icons-material/src/outlined/dialer_sip.svg rename to projects/icons-material/src/material/outlined/dialer_sip.svg diff --git a/projects/icons-material/src/outlined/dialpad.svg b/projects/icons-material/src/material/outlined/dialpad.svg similarity index 100% rename from projects/icons-material/src/outlined/dialpad.svg rename to projects/icons-material/src/material/outlined/dialpad.svg diff --git a/projects/icons-material/src/outlined/diamond.svg b/projects/icons-material/src/material/outlined/diamond.svg similarity index 100% rename from projects/icons-material/src/outlined/diamond.svg rename to projects/icons-material/src/material/outlined/diamond.svg diff --git a/projects/icons-material/src/outlined/difference.svg b/projects/icons-material/src/material/outlined/difference.svg similarity index 100% rename from projects/icons-material/src/outlined/difference.svg rename to projects/icons-material/src/material/outlined/difference.svg diff --git a/projects/icons-material/src/outlined/dining.svg b/projects/icons-material/src/material/outlined/dining.svg similarity index 100% rename from projects/icons-material/src/outlined/dining.svg rename to projects/icons-material/src/material/outlined/dining.svg diff --git a/projects/icons-material/src/outlined/dinner_dining.svg b/projects/icons-material/src/material/outlined/dinner_dining.svg similarity index 100% rename from projects/icons-material/src/outlined/dinner_dining.svg rename to projects/icons-material/src/material/outlined/dinner_dining.svg diff --git a/projects/icons-material/src/outlined/directions.svg b/projects/icons-material/src/material/outlined/directions.svg similarity index 100% rename from projects/icons-material/src/outlined/directions.svg rename to projects/icons-material/src/material/outlined/directions.svg diff --git a/projects/icons-material/src/outlined/directions_bike.svg b/projects/icons-material/src/material/outlined/directions_bike.svg similarity index 100% rename from projects/icons-material/src/outlined/directions_bike.svg rename to projects/icons-material/src/material/outlined/directions_bike.svg diff --git a/projects/icons-material/src/outlined/directions_boat.svg b/projects/icons-material/src/material/outlined/directions_boat.svg similarity index 100% rename from projects/icons-material/src/outlined/directions_boat.svg rename to projects/icons-material/src/material/outlined/directions_boat.svg diff --git a/projects/icons-material/src/outlined/directions_boat_filled.svg b/projects/icons-material/src/material/outlined/directions_boat_filled.svg similarity index 100% rename from projects/icons-material/src/outlined/directions_boat_filled.svg rename to projects/icons-material/src/material/outlined/directions_boat_filled.svg diff --git a/projects/icons-material/src/outlined/directions_bus.svg b/projects/icons-material/src/material/outlined/directions_bus.svg similarity index 100% rename from projects/icons-material/src/outlined/directions_bus.svg rename to projects/icons-material/src/material/outlined/directions_bus.svg diff --git a/projects/icons-material/src/outlined/directions_bus_filled.svg b/projects/icons-material/src/material/outlined/directions_bus_filled.svg similarity index 100% rename from projects/icons-material/src/outlined/directions_bus_filled.svg rename to projects/icons-material/src/material/outlined/directions_bus_filled.svg diff --git a/projects/icons-material/src/outlined/directions_car.svg b/projects/icons-material/src/material/outlined/directions_car.svg similarity index 100% rename from projects/icons-material/src/outlined/directions_car.svg rename to projects/icons-material/src/material/outlined/directions_car.svg diff --git a/projects/icons-material/src/outlined/directions_car_filled.svg b/projects/icons-material/src/material/outlined/directions_car_filled.svg similarity index 100% rename from projects/icons-material/src/outlined/directions_car_filled.svg rename to projects/icons-material/src/material/outlined/directions_car_filled.svg diff --git a/projects/icons-material/src/outlined/directions_off.svg b/projects/icons-material/src/material/outlined/directions_off.svg similarity index 100% rename from projects/icons-material/src/outlined/directions_off.svg rename to projects/icons-material/src/material/outlined/directions_off.svg diff --git a/projects/icons-material/src/outlined/directions_railway.svg b/projects/icons-material/src/material/outlined/directions_railway.svg similarity index 100% rename from projects/icons-material/src/outlined/directions_railway.svg rename to projects/icons-material/src/material/outlined/directions_railway.svg diff --git a/projects/icons-material/src/outlined/directions_railway_filled.svg b/projects/icons-material/src/material/outlined/directions_railway_filled.svg similarity index 100% rename from projects/icons-material/src/outlined/directions_railway_filled.svg rename to projects/icons-material/src/material/outlined/directions_railway_filled.svg diff --git a/projects/icons-material/src/outlined/directions_run.svg b/projects/icons-material/src/material/outlined/directions_run.svg similarity index 100% rename from projects/icons-material/src/outlined/directions_run.svg rename to projects/icons-material/src/material/outlined/directions_run.svg diff --git a/projects/icons-material/src/outlined/directions_subway.svg b/projects/icons-material/src/material/outlined/directions_subway.svg similarity index 100% rename from projects/icons-material/src/outlined/directions_subway.svg rename to projects/icons-material/src/material/outlined/directions_subway.svg diff --git a/projects/icons-material/src/outlined/directions_subway_filled.svg b/projects/icons-material/src/material/outlined/directions_subway_filled.svg similarity index 100% rename from projects/icons-material/src/outlined/directions_subway_filled.svg rename to projects/icons-material/src/material/outlined/directions_subway_filled.svg diff --git a/projects/icons-material/src/outlined/directions_transit.svg b/projects/icons-material/src/material/outlined/directions_transit.svg similarity index 100% rename from projects/icons-material/src/outlined/directions_transit.svg rename to projects/icons-material/src/material/outlined/directions_transit.svg diff --git a/projects/icons-material/src/outlined/directions_transit_filled.svg b/projects/icons-material/src/material/outlined/directions_transit_filled.svg similarity index 100% rename from projects/icons-material/src/outlined/directions_transit_filled.svg rename to projects/icons-material/src/material/outlined/directions_transit_filled.svg diff --git a/projects/icons-material/src/outlined/directions_walk.svg b/projects/icons-material/src/material/outlined/directions_walk.svg similarity index 100% rename from projects/icons-material/src/outlined/directions_walk.svg rename to projects/icons-material/src/material/outlined/directions_walk.svg diff --git a/projects/icons-material/src/outlined/dirty_lens.svg b/projects/icons-material/src/material/outlined/dirty_lens.svg similarity index 100% rename from projects/icons-material/src/outlined/dirty_lens.svg rename to projects/icons-material/src/material/outlined/dirty_lens.svg diff --git a/projects/icons-material/src/outlined/disabled_by_default.svg b/projects/icons-material/src/material/outlined/disabled_by_default.svg similarity index 100% rename from projects/icons-material/src/outlined/disabled_by_default.svg rename to projects/icons-material/src/material/outlined/disabled_by_default.svg diff --git a/projects/icons-material/src/outlined/disabled_visible.svg b/projects/icons-material/src/material/outlined/disabled_visible.svg similarity index 100% rename from projects/icons-material/src/outlined/disabled_visible.svg rename to projects/icons-material/src/material/outlined/disabled_visible.svg diff --git a/projects/icons-material/src/outlined/disc_full.svg b/projects/icons-material/src/material/outlined/disc_full.svg similarity index 100% rename from projects/icons-material/src/outlined/disc_full.svg rename to projects/icons-material/src/material/outlined/disc_full.svg diff --git a/projects/icons-material/src/outlined/discount.svg b/projects/icons-material/src/material/outlined/discount.svg similarity index 100% rename from projects/icons-material/src/outlined/discount.svg rename to projects/icons-material/src/material/outlined/discount.svg diff --git a/projects/icons-material/src/outlined/display_settings.svg b/projects/icons-material/src/material/outlined/display_settings.svg similarity index 100% rename from projects/icons-material/src/outlined/display_settings.svg rename to projects/icons-material/src/material/outlined/display_settings.svg diff --git a/projects/icons-material/src/outlined/diversity_1.svg b/projects/icons-material/src/material/outlined/diversity_1.svg similarity index 100% rename from projects/icons-material/src/outlined/diversity_1.svg rename to projects/icons-material/src/material/outlined/diversity_1.svg diff --git a/projects/icons-material/src/outlined/diversity_2.svg b/projects/icons-material/src/material/outlined/diversity_2.svg similarity index 100% rename from projects/icons-material/src/outlined/diversity_2.svg rename to projects/icons-material/src/material/outlined/diversity_2.svg diff --git a/projects/icons-material/src/outlined/diversity_3.svg b/projects/icons-material/src/material/outlined/diversity_3.svg similarity index 100% rename from projects/icons-material/src/outlined/diversity_3.svg rename to projects/icons-material/src/material/outlined/diversity_3.svg diff --git a/projects/icons-material/src/outlined/dns.svg b/projects/icons-material/src/material/outlined/dns.svg similarity index 100% rename from projects/icons-material/src/outlined/dns.svg rename to projects/icons-material/src/material/outlined/dns.svg diff --git a/projects/icons-material/src/outlined/do_disturb.svg b/projects/icons-material/src/material/outlined/do_disturb.svg similarity index 100% rename from projects/icons-material/src/outlined/do_disturb.svg rename to projects/icons-material/src/material/outlined/do_disturb.svg diff --git a/projects/icons-material/src/outlined/do_disturb_alt.svg b/projects/icons-material/src/material/outlined/do_disturb_alt.svg similarity index 100% rename from projects/icons-material/src/outlined/do_disturb_alt.svg rename to projects/icons-material/src/material/outlined/do_disturb_alt.svg diff --git a/projects/icons-material/src/outlined/do_disturb_off.svg b/projects/icons-material/src/material/outlined/do_disturb_off.svg similarity index 100% rename from projects/icons-material/src/outlined/do_disturb_off.svg rename to projects/icons-material/src/material/outlined/do_disturb_off.svg diff --git a/projects/icons-material/src/outlined/do_disturb_on.svg b/projects/icons-material/src/material/outlined/do_disturb_on.svg similarity index 100% rename from projects/icons-material/src/outlined/do_disturb_on.svg rename to projects/icons-material/src/material/outlined/do_disturb_on.svg diff --git a/projects/icons-material/src/outlined/do_not_disturb.svg b/projects/icons-material/src/material/outlined/do_not_disturb.svg similarity index 100% rename from projects/icons-material/src/outlined/do_not_disturb.svg rename to projects/icons-material/src/material/outlined/do_not_disturb.svg diff --git a/projects/icons-material/src/outlined/do_not_disturb_alt.svg b/projects/icons-material/src/material/outlined/do_not_disturb_alt.svg similarity index 100% rename from projects/icons-material/src/outlined/do_not_disturb_alt.svg rename to projects/icons-material/src/material/outlined/do_not_disturb_alt.svg diff --git a/projects/icons-material/src/outlined/do_not_disturb_off.svg b/projects/icons-material/src/material/outlined/do_not_disturb_off.svg similarity index 100% rename from projects/icons-material/src/outlined/do_not_disturb_off.svg rename to projects/icons-material/src/material/outlined/do_not_disturb_off.svg diff --git a/projects/icons-material/src/outlined/do_not_disturb_on.svg b/projects/icons-material/src/material/outlined/do_not_disturb_on.svg similarity index 100% rename from projects/icons-material/src/outlined/do_not_disturb_on.svg rename to projects/icons-material/src/material/outlined/do_not_disturb_on.svg diff --git a/projects/icons-material/src/outlined/do_not_disturb_on_total_silence.svg b/projects/icons-material/src/material/outlined/do_not_disturb_on_total_silence.svg similarity index 100% rename from projects/icons-material/src/outlined/do_not_disturb_on_total_silence.svg rename to projects/icons-material/src/material/outlined/do_not_disturb_on_total_silence.svg diff --git a/projects/icons-material/src/outlined/do_not_step.svg b/projects/icons-material/src/material/outlined/do_not_step.svg similarity index 100% rename from projects/icons-material/src/outlined/do_not_step.svg rename to projects/icons-material/src/material/outlined/do_not_step.svg diff --git a/projects/icons-material/src/outlined/do_not_touch.svg b/projects/icons-material/src/material/outlined/do_not_touch.svg similarity index 100% rename from projects/icons-material/src/outlined/do_not_touch.svg rename to projects/icons-material/src/material/outlined/do_not_touch.svg diff --git a/projects/icons-material/src/outlined/dock.svg b/projects/icons-material/src/material/outlined/dock.svg similarity index 100% rename from projects/icons-material/src/outlined/dock.svg rename to projects/icons-material/src/material/outlined/dock.svg diff --git a/projects/icons-material/src/outlined/document_scanner.svg b/projects/icons-material/src/material/outlined/document_scanner.svg similarity index 100% rename from projects/icons-material/src/outlined/document_scanner.svg rename to projects/icons-material/src/material/outlined/document_scanner.svg diff --git a/projects/icons-material/src/outlined/domain.svg b/projects/icons-material/src/material/outlined/domain.svg similarity index 100% rename from projects/icons-material/src/outlined/domain.svg rename to projects/icons-material/src/material/outlined/domain.svg diff --git a/projects/icons-material/src/outlined/domain_add.svg b/projects/icons-material/src/material/outlined/domain_add.svg similarity index 100% rename from projects/icons-material/src/outlined/domain_add.svg rename to projects/icons-material/src/material/outlined/domain_add.svg diff --git a/projects/icons-material/src/outlined/domain_disabled.svg b/projects/icons-material/src/material/outlined/domain_disabled.svg similarity index 100% rename from projects/icons-material/src/outlined/domain_disabled.svg rename to projects/icons-material/src/material/outlined/domain_disabled.svg diff --git a/projects/icons-material/src/outlined/domain_verification.svg b/projects/icons-material/src/material/outlined/domain_verification.svg similarity index 100% rename from projects/icons-material/src/outlined/domain_verification.svg rename to projects/icons-material/src/material/outlined/domain_verification.svg diff --git a/projects/icons-material/src/outlined/done.svg b/projects/icons-material/src/material/outlined/done.svg similarity index 100% rename from projects/icons-material/src/outlined/done.svg rename to projects/icons-material/src/material/outlined/done.svg diff --git a/projects/icons-material/src/outlined/done_all.svg b/projects/icons-material/src/material/outlined/done_all.svg similarity index 100% rename from projects/icons-material/src/outlined/done_all.svg rename to projects/icons-material/src/material/outlined/done_all.svg diff --git a/projects/icons-material/src/outlined/done_outline.svg b/projects/icons-material/src/material/outlined/done_outline.svg similarity index 100% rename from projects/icons-material/src/outlined/done_outline.svg rename to projects/icons-material/src/material/outlined/done_outline.svg diff --git a/projects/icons-material/src/outlined/donut_large.svg b/projects/icons-material/src/material/outlined/donut_large.svg similarity index 100% rename from projects/icons-material/src/outlined/donut_large.svg rename to projects/icons-material/src/material/outlined/donut_large.svg diff --git a/projects/icons-material/src/outlined/donut_small.svg b/projects/icons-material/src/material/outlined/donut_small.svg similarity index 100% rename from projects/icons-material/src/outlined/donut_small.svg rename to projects/icons-material/src/material/outlined/donut_small.svg diff --git a/projects/icons-material/src/outlined/door_back.svg b/projects/icons-material/src/material/outlined/door_back.svg similarity index 100% rename from projects/icons-material/src/outlined/door_back.svg rename to projects/icons-material/src/material/outlined/door_back.svg diff --git a/projects/icons-material/src/outlined/door_front.svg b/projects/icons-material/src/material/outlined/door_front.svg similarity index 100% rename from projects/icons-material/src/outlined/door_front.svg rename to projects/icons-material/src/material/outlined/door_front.svg diff --git a/projects/icons-material/src/outlined/door_sliding.svg b/projects/icons-material/src/material/outlined/door_sliding.svg similarity index 100% rename from projects/icons-material/src/outlined/door_sliding.svg rename to projects/icons-material/src/material/outlined/door_sliding.svg diff --git a/projects/icons-material/src/outlined/doorbell.svg b/projects/icons-material/src/material/outlined/doorbell.svg similarity index 100% rename from projects/icons-material/src/outlined/doorbell.svg rename to projects/icons-material/src/material/outlined/doorbell.svg diff --git a/projects/icons-material/src/outlined/double_arrow.svg b/projects/icons-material/src/material/outlined/double_arrow.svg similarity index 100% rename from projects/icons-material/src/outlined/double_arrow.svg rename to projects/icons-material/src/material/outlined/double_arrow.svg diff --git a/projects/icons-material/src/outlined/downhill_skiing.svg b/projects/icons-material/src/material/outlined/downhill_skiing.svg similarity index 100% rename from projects/icons-material/src/outlined/downhill_skiing.svg rename to projects/icons-material/src/material/outlined/downhill_skiing.svg diff --git a/projects/icons-material/src/outlined/download.svg b/projects/icons-material/src/material/outlined/download.svg similarity index 100% rename from projects/icons-material/src/outlined/download.svg rename to projects/icons-material/src/material/outlined/download.svg diff --git a/projects/icons-material/src/outlined/download_done.svg b/projects/icons-material/src/material/outlined/download_done.svg similarity index 100% rename from projects/icons-material/src/outlined/download_done.svg rename to projects/icons-material/src/material/outlined/download_done.svg diff --git a/projects/icons-material/src/outlined/download_for_offline.svg b/projects/icons-material/src/material/outlined/download_for_offline.svg similarity index 100% rename from projects/icons-material/src/outlined/download_for_offline.svg rename to projects/icons-material/src/material/outlined/download_for_offline.svg diff --git a/projects/icons-material/src/outlined/downloading.svg b/projects/icons-material/src/material/outlined/downloading.svg similarity index 100% rename from projects/icons-material/src/outlined/downloading.svg rename to projects/icons-material/src/material/outlined/downloading.svg diff --git a/projects/icons-material/src/outlined/drafts.svg b/projects/icons-material/src/material/outlined/drafts.svg similarity index 100% rename from projects/icons-material/src/outlined/drafts.svg rename to projects/icons-material/src/material/outlined/drafts.svg diff --git a/projects/icons-material/src/outlined/drag_handle.svg b/projects/icons-material/src/material/outlined/drag_handle.svg similarity index 100% rename from projects/icons-material/src/outlined/drag_handle.svg rename to projects/icons-material/src/material/outlined/drag_handle.svg diff --git a/projects/icons-material/src/outlined/drag_indicator.svg b/projects/icons-material/src/material/outlined/drag_indicator.svg similarity index 100% rename from projects/icons-material/src/outlined/drag_indicator.svg rename to projects/icons-material/src/material/outlined/drag_indicator.svg diff --git a/projects/icons-material/src/outlined/draw.svg b/projects/icons-material/src/material/outlined/draw.svg similarity index 100% rename from projects/icons-material/src/outlined/draw.svg rename to projects/icons-material/src/material/outlined/draw.svg diff --git a/projects/icons-material/src/outlined/drive_eta.svg b/projects/icons-material/src/material/outlined/drive_eta.svg similarity index 100% rename from projects/icons-material/src/outlined/drive_eta.svg rename to projects/icons-material/src/material/outlined/drive_eta.svg diff --git a/projects/icons-material/src/outlined/drive_file_move.svg b/projects/icons-material/src/material/outlined/drive_file_move.svg similarity index 100% rename from projects/icons-material/src/outlined/drive_file_move.svg rename to projects/icons-material/src/material/outlined/drive_file_move.svg diff --git a/projects/icons-material/src/outlined/drive_file_move_rtl.svg b/projects/icons-material/src/material/outlined/drive_file_move_rtl.svg similarity index 100% rename from projects/icons-material/src/outlined/drive_file_move_rtl.svg rename to projects/icons-material/src/material/outlined/drive_file_move_rtl.svg diff --git a/projects/icons-material/src/outlined/drive_file_rename_outline.svg b/projects/icons-material/src/material/outlined/drive_file_rename_outline.svg similarity index 100% rename from projects/icons-material/src/outlined/drive_file_rename_outline.svg rename to projects/icons-material/src/material/outlined/drive_file_rename_outline.svg diff --git a/projects/icons-material/src/outlined/drive_folder_upload.svg b/projects/icons-material/src/material/outlined/drive_folder_upload.svg similarity index 100% rename from projects/icons-material/src/outlined/drive_folder_upload.svg rename to projects/icons-material/src/material/outlined/drive_folder_upload.svg diff --git a/projects/icons-material/src/outlined/dry.svg b/projects/icons-material/src/material/outlined/dry.svg similarity index 100% rename from projects/icons-material/src/outlined/dry.svg rename to projects/icons-material/src/material/outlined/dry.svg diff --git a/projects/icons-material/src/outlined/dry_cleaning.svg b/projects/icons-material/src/material/outlined/dry_cleaning.svg similarity index 100% rename from projects/icons-material/src/outlined/dry_cleaning.svg rename to projects/icons-material/src/material/outlined/dry_cleaning.svg diff --git a/projects/icons-material/src/outlined/duo.svg b/projects/icons-material/src/material/outlined/duo.svg similarity index 100% rename from projects/icons-material/src/outlined/duo.svg rename to projects/icons-material/src/material/outlined/duo.svg diff --git a/projects/icons-material/src/outlined/dvr.svg b/projects/icons-material/src/material/outlined/dvr.svg similarity index 100% rename from projects/icons-material/src/outlined/dvr.svg rename to projects/icons-material/src/material/outlined/dvr.svg diff --git a/projects/icons-material/src/outlined/dynamic_feed.svg b/projects/icons-material/src/material/outlined/dynamic_feed.svg similarity index 100% rename from projects/icons-material/src/outlined/dynamic_feed.svg rename to projects/icons-material/src/material/outlined/dynamic_feed.svg diff --git a/projects/icons-material/src/outlined/dynamic_form.svg b/projects/icons-material/src/material/outlined/dynamic_form.svg similarity index 100% rename from projects/icons-material/src/outlined/dynamic_form.svg rename to projects/icons-material/src/material/outlined/dynamic_form.svg diff --git a/projects/icons-material/src/outlined/e_mobiledata.svg b/projects/icons-material/src/material/outlined/e_mobiledata.svg similarity index 100% rename from projects/icons-material/src/outlined/e_mobiledata.svg rename to projects/icons-material/src/material/outlined/e_mobiledata.svg diff --git a/projects/icons-material/src/outlined/earbuds.svg b/projects/icons-material/src/material/outlined/earbuds.svg similarity index 100% rename from projects/icons-material/src/outlined/earbuds.svg rename to projects/icons-material/src/material/outlined/earbuds.svg diff --git a/projects/icons-material/src/outlined/earbuds_battery.svg b/projects/icons-material/src/material/outlined/earbuds_battery.svg similarity index 100% rename from projects/icons-material/src/outlined/earbuds_battery.svg rename to projects/icons-material/src/material/outlined/earbuds_battery.svg diff --git a/projects/icons-material/src/outlined/east.svg b/projects/icons-material/src/material/outlined/east.svg similarity index 100% rename from projects/icons-material/src/outlined/east.svg rename to projects/icons-material/src/material/outlined/east.svg diff --git a/projects/icons-material/src/outlined/edgesensor_high.svg b/projects/icons-material/src/material/outlined/edgesensor_high.svg similarity index 100% rename from projects/icons-material/src/outlined/edgesensor_high.svg rename to projects/icons-material/src/material/outlined/edgesensor_high.svg diff --git a/projects/icons-material/src/outlined/edgesensor_low.svg b/projects/icons-material/src/material/outlined/edgesensor_low.svg similarity index 100% rename from projects/icons-material/src/outlined/edgesensor_low.svg rename to projects/icons-material/src/material/outlined/edgesensor_low.svg diff --git a/projects/icons-material/src/outlined/edit.svg b/projects/icons-material/src/material/outlined/edit.svg similarity index 100% rename from projects/icons-material/src/outlined/edit.svg rename to projects/icons-material/src/material/outlined/edit.svg diff --git a/projects/icons-material/src/outlined/edit_attributes.svg b/projects/icons-material/src/material/outlined/edit_attributes.svg similarity index 100% rename from projects/icons-material/src/outlined/edit_attributes.svg rename to projects/icons-material/src/material/outlined/edit_attributes.svg diff --git a/projects/icons-material/src/outlined/edit_calendar.svg b/projects/icons-material/src/material/outlined/edit_calendar.svg similarity index 100% rename from projects/icons-material/src/outlined/edit_calendar.svg rename to projects/icons-material/src/material/outlined/edit_calendar.svg diff --git a/projects/icons-material/src/outlined/edit_location.svg b/projects/icons-material/src/material/outlined/edit_location.svg similarity index 100% rename from projects/icons-material/src/outlined/edit_location.svg rename to projects/icons-material/src/material/outlined/edit_location.svg diff --git a/projects/icons-material/src/outlined/edit_location_alt.svg b/projects/icons-material/src/material/outlined/edit_location_alt.svg similarity index 100% rename from projects/icons-material/src/outlined/edit_location_alt.svg rename to projects/icons-material/src/material/outlined/edit_location_alt.svg diff --git a/projects/icons-material/src/outlined/edit_note.svg b/projects/icons-material/src/material/outlined/edit_note.svg similarity index 100% rename from projects/icons-material/src/outlined/edit_note.svg rename to projects/icons-material/src/material/outlined/edit_note.svg diff --git a/projects/icons-material/src/outlined/edit_notifications.svg b/projects/icons-material/src/material/outlined/edit_notifications.svg similarity index 100% rename from projects/icons-material/src/outlined/edit_notifications.svg rename to projects/icons-material/src/material/outlined/edit_notifications.svg diff --git a/projects/icons-material/src/outlined/edit_off.svg b/projects/icons-material/src/material/outlined/edit_off.svg similarity index 100% rename from projects/icons-material/src/outlined/edit_off.svg rename to projects/icons-material/src/material/outlined/edit_off.svg diff --git a/projects/icons-material/src/outlined/edit_road.svg b/projects/icons-material/src/material/outlined/edit_road.svg similarity index 100% rename from projects/icons-material/src/outlined/edit_road.svg rename to projects/icons-material/src/material/outlined/edit_road.svg diff --git a/projects/icons-material/src/outlined/egg.svg b/projects/icons-material/src/material/outlined/egg.svg similarity index 100% rename from projects/icons-material/src/outlined/egg.svg rename to projects/icons-material/src/material/outlined/egg.svg diff --git a/projects/icons-material/src/outlined/egg_alt.svg b/projects/icons-material/src/material/outlined/egg_alt.svg similarity index 100% rename from projects/icons-material/src/outlined/egg_alt.svg rename to projects/icons-material/src/material/outlined/egg_alt.svg diff --git a/projects/icons-material/src/outlined/eject.svg b/projects/icons-material/src/material/outlined/eject.svg similarity index 100% rename from projects/icons-material/src/outlined/eject.svg rename to projects/icons-material/src/material/outlined/eject.svg diff --git a/projects/icons-material/src/outlined/elderly.svg b/projects/icons-material/src/material/outlined/elderly.svg similarity index 100% rename from projects/icons-material/src/outlined/elderly.svg rename to projects/icons-material/src/material/outlined/elderly.svg diff --git a/projects/icons-material/src/outlined/elderly_woman.svg b/projects/icons-material/src/material/outlined/elderly_woman.svg similarity index 100% rename from projects/icons-material/src/outlined/elderly_woman.svg rename to projects/icons-material/src/material/outlined/elderly_woman.svg diff --git a/projects/icons-material/src/outlined/electric_bike.svg b/projects/icons-material/src/material/outlined/electric_bike.svg similarity index 100% rename from projects/icons-material/src/outlined/electric_bike.svg rename to projects/icons-material/src/material/outlined/electric_bike.svg diff --git a/projects/icons-material/src/outlined/electric_bolt.svg b/projects/icons-material/src/material/outlined/electric_bolt.svg similarity index 100% rename from projects/icons-material/src/outlined/electric_bolt.svg rename to projects/icons-material/src/material/outlined/electric_bolt.svg diff --git a/projects/icons-material/src/outlined/electric_car.svg b/projects/icons-material/src/material/outlined/electric_car.svg similarity index 100% rename from projects/icons-material/src/outlined/electric_car.svg rename to projects/icons-material/src/material/outlined/electric_car.svg diff --git a/projects/icons-material/src/outlined/electric_meter.svg b/projects/icons-material/src/material/outlined/electric_meter.svg similarity index 100% rename from projects/icons-material/src/outlined/electric_meter.svg rename to projects/icons-material/src/material/outlined/electric_meter.svg diff --git a/projects/icons-material/src/outlined/electric_moped.svg b/projects/icons-material/src/material/outlined/electric_moped.svg similarity index 100% rename from projects/icons-material/src/outlined/electric_moped.svg rename to projects/icons-material/src/material/outlined/electric_moped.svg diff --git a/projects/icons-material/src/outlined/electric_rickshaw.svg b/projects/icons-material/src/material/outlined/electric_rickshaw.svg similarity index 100% rename from projects/icons-material/src/outlined/electric_rickshaw.svg rename to projects/icons-material/src/material/outlined/electric_rickshaw.svg diff --git a/projects/icons-material/src/outlined/electric_scooter.svg b/projects/icons-material/src/material/outlined/electric_scooter.svg similarity index 100% rename from projects/icons-material/src/outlined/electric_scooter.svg rename to projects/icons-material/src/material/outlined/electric_scooter.svg diff --git a/projects/icons-material/src/outlined/electrical_services.svg b/projects/icons-material/src/material/outlined/electrical_services.svg similarity index 100% rename from projects/icons-material/src/outlined/electrical_services.svg rename to projects/icons-material/src/material/outlined/electrical_services.svg diff --git a/projects/icons-material/src/outlined/elevator.svg b/projects/icons-material/src/material/outlined/elevator.svg similarity index 100% rename from projects/icons-material/src/outlined/elevator.svg rename to projects/icons-material/src/material/outlined/elevator.svg diff --git a/projects/icons-material/src/outlined/email.svg b/projects/icons-material/src/material/outlined/email.svg similarity index 100% rename from projects/icons-material/src/outlined/email.svg rename to projects/icons-material/src/material/outlined/email.svg diff --git a/projects/icons-material/src/outlined/emergency.svg b/projects/icons-material/src/material/outlined/emergency.svg similarity index 100% rename from projects/icons-material/src/outlined/emergency.svg rename to projects/icons-material/src/material/outlined/emergency.svg diff --git a/projects/icons-material/src/outlined/emergency_recording.svg b/projects/icons-material/src/material/outlined/emergency_recording.svg similarity index 100% rename from projects/icons-material/src/outlined/emergency_recording.svg rename to projects/icons-material/src/material/outlined/emergency_recording.svg diff --git a/projects/icons-material/src/outlined/emergency_share.svg b/projects/icons-material/src/material/outlined/emergency_share.svg similarity index 100% rename from projects/icons-material/src/outlined/emergency_share.svg rename to projects/icons-material/src/material/outlined/emergency_share.svg diff --git a/projects/icons-material/src/outlined/emoji_emotions.svg b/projects/icons-material/src/material/outlined/emoji_emotions.svg similarity index 100% rename from projects/icons-material/src/outlined/emoji_emotions.svg rename to projects/icons-material/src/material/outlined/emoji_emotions.svg diff --git a/projects/icons-material/src/outlined/emoji_events.svg b/projects/icons-material/src/material/outlined/emoji_events.svg similarity index 100% rename from projects/icons-material/src/outlined/emoji_events.svg rename to projects/icons-material/src/material/outlined/emoji_events.svg diff --git a/projects/icons-material/src/outlined/emoji_food_beverage.svg b/projects/icons-material/src/material/outlined/emoji_food_beverage.svg similarity index 100% rename from projects/icons-material/src/outlined/emoji_food_beverage.svg rename to projects/icons-material/src/material/outlined/emoji_food_beverage.svg diff --git a/projects/icons-material/src/outlined/emoji_nature.svg b/projects/icons-material/src/material/outlined/emoji_nature.svg similarity index 100% rename from projects/icons-material/src/outlined/emoji_nature.svg rename to projects/icons-material/src/material/outlined/emoji_nature.svg diff --git a/projects/icons-material/src/outlined/emoji_objects.svg b/projects/icons-material/src/material/outlined/emoji_objects.svg similarity index 100% rename from projects/icons-material/src/outlined/emoji_objects.svg rename to projects/icons-material/src/material/outlined/emoji_objects.svg diff --git a/projects/icons-material/src/outlined/emoji_people.svg b/projects/icons-material/src/material/outlined/emoji_people.svg similarity index 100% rename from projects/icons-material/src/outlined/emoji_people.svg rename to projects/icons-material/src/material/outlined/emoji_people.svg diff --git a/projects/icons-material/src/outlined/emoji_symbols.svg b/projects/icons-material/src/material/outlined/emoji_symbols.svg similarity index 100% rename from projects/icons-material/src/outlined/emoji_symbols.svg rename to projects/icons-material/src/material/outlined/emoji_symbols.svg diff --git a/projects/icons-material/src/outlined/emoji_transportation.svg b/projects/icons-material/src/material/outlined/emoji_transportation.svg similarity index 100% rename from projects/icons-material/src/outlined/emoji_transportation.svg rename to projects/icons-material/src/material/outlined/emoji_transportation.svg diff --git a/projects/icons-material/src/outlined/energy_savings_leaf.svg b/projects/icons-material/src/material/outlined/energy_savings_leaf.svg similarity index 100% rename from projects/icons-material/src/outlined/energy_savings_leaf.svg rename to projects/icons-material/src/material/outlined/energy_savings_leaf.svg diff --git a/projects/icons-material/src/outlined/engineering.svg b/projects/icons-material/src/material/outlined/engineering.svg similarity index 100% rename from projects/icons-material/src/outlined/engineering.svg rename to projects/icons-material/src/material/outlined/engineering.svg diff --git a/projects/icons-material/src/outlined/enhanced_encryption.svg b/projects/icons-material/src/material/outlined/enhanced_encryption.svg similarity index 100% rename from projects/icons-material/src/outlined/enhanced_encryption.svg rename to projects/icons-material/src/material/outlined/enhanced_encryption.svg diff --git a/projects/icons-material/src/outlined/equalizer.svg b/projects/icons-material/src/material/outlined/equalizer.svg similarity index 100% rename from projects/icons-material/src/outlined/equalizer.svg rename to projects/icons-material/src/material/outlined/equalizer.svg diff --git a/projects/icons-material/src/outlined/error.svg b/projects/icons-material/src/material/outlined/error.svg similarity index 100% rename from projects/icons-material/src/outlined/error.svg rename to projects/icons-material/src/material/outlined/error.svg diff --git a/projects/icons-material/src/outlined/error_outline.svg b/projects/icons-material/src/material/outlined/error_outline.svg similarity index 100% rename from projects/icons-material/src/outlined/error_outline.svg rename to projects/icons-material/src/material/outlined/error_outline.svg diff --git a/projects/icons-material/src/outlined/escalator.svg b/projects/icons-material/src/material/outlined/escalator.svg similarity index 100% rename from projects/icons-material/src/outlined/escalator.svg rename to projects/icons-material/src/material/outlined/escalator.svg diff --git a/projects/icons-material/src/outlined/escalator_warning.svg b/projects/icons-material/src/material/outlined/escalator_warning.svg similarity index 100% rename from projects/icons-material/src/outlined/escalator_warning.svg rename to projects/icons-material/src/material/outlined/escalator_warning.svg diff --git a/projects/icons-material/src/outlined/euro.svg b/projects/icons-material/src/material/outlined/euro.svg similarity index 100% rename from projects/icons-material/src/outlined/euro.svg rename to projects/icons-material/src/material/outlined/euro.svg diff --git a/projects/icons-material/src/outlined/euro_symbol.svg b/projects/icons-material/src/material/outlined/euro_symbol.svg similarity index 100% rename from projects/icons-material/src/outlined/euro_symbol.svg rename to projects/icons-material/src/material/outlined/euro_symbol.svg diff --git a/projects/icons-material/src/outlined/ev_station.svg b/projects/icons-material/src/material/outlined/ev_station.svg similarity index 100% rename from projects/icons-material/src/outlined/ev_station.svg rename to projects/icons-material/src/material/outlined/ev_station.svg diff --git a/projects/icons-material/src/outlined/event.svg b/projects/icons-material/src/material/outlined/event.svg similarity index 100% rename from projects/icons-material/src/outlined/event.svg rename to projects/icons-material/src/material/outlined/event.svg diff --git a/projects/icons-material/src/outlined/event_available.svg b/projects/icons-material/src/material/outlined/event_available.svg similarity index 100% rename from projects/icons-material/src/outlined/event_available.svg rename to projects/icons-material/src/material/outlined/event_available.svg diff --git a/projects/icons-material/src/outlined/event_busy.svg b/projects/icons-material/src/material/outlined/event_busy.svg similarity index 100% rename from projects/icons-material/src/outlined/event_busy.svg rename to projects/icons-material/src/material/outlined/event_busy.svg diff --git a/projects/icons-material/src/outlined/event_note.svg b/projects/icons-material/src/material/outlined/event_note.svg similarity index 100% rename from projects/icons-material/src/outlined/event_note.svg rename to projects/icons-material/src/material/outlined/event_note.svg diff --git a/projects/icons-material/src/outlined/event_repeat.svg b/projects/icons-material/src/material/outlined/event_repeat.svg similarity index 100% rename from projects/icons-material/src/outlined/event_repeat.svg rename to projects/icons-material/src/material/outlined/event_repeat.svg diff --git a/projects/icons-material/src/outlined/event_seat.svg b/projects/icons-material/src/material/outlined/event_seat.svg similarity index 100% rename from projects/icons-material/src/outlined/event_seat.svg rename to projects/icons-material/src/material/outlined/event_seat.svg diff --git a/projects/icons-material/src/outlined/exit_to_app.svg b/projects/icons-material/src/material/outlined/exit_to_app.svg similarity index 100% rename from projects/icons-material/src/outlined/exit_to_app.svg rename to projects/icons-material/src/material/outlined/exit_to_app.svg diff --git a/projects/icons-material/src/outlined/expand.svg b/projects/icons-material/src/material/outlined/expand.svg similarity index 100% rename from projects/icons-material/src/outlined/expand.svg rename to projects/icons-material/src/material/outlined/expand.svg diff --git a/projects/icons-material/src/outlined/expand_circle_down.svg b/projects/icons-material/src/material/outlined/expand_circle_down.svg similarity index 100% rename from projects/icons-material/src/outlined/expand_circle_down.svg rename to projects/icons-material/src/material/outlined/expand_circle_down.svg diff --git a/projects/icons-material/src/outlined/expand_less.svg b/projects/icons-material/src/material/outlined/expand_less.svg similarity index 100% rename from projects/icons-material/src/outlined/expand_less.svg rename to projects/icons-material/src/material/outlined/expand_less.svg diff --git a/projects/icons-material/src/outlined/expand_more.svg b/projects/icons-material/src/material/outlined/expand_more.svg similarity index 100% rename from projects/icons-material/src/outlined/expand_more.svg rename to projects/icons-material/src/material/outlined/expand_more.svg diff --git a/projects/icons-material/src/outlined/explicit.svg b/projects/icons-material/src/material/outlined/explicit.svg similarity index 100% rename from projects/icons-material/src/outlined/explicit.svg rename to projects/icons-material/src/material/outlined/explicit.svg diff --git a/projects/icons-material/src/outlined/explore.svg b/projects/icons-material/src/material/outlined/explore.svg similarity index 100% rename from projects/icons-material/src/outlined/explore.svg rename to projects/icons-material/src/material/outlined/explore.svg diff --git a/projects/icons-material/src/outlined/explore_off.svg b/projects/icons-material/src/material/outlined/explore_off.svg similarity index 100% rename from projects/icons-material/src/outlined/explore_off.svg rename to projects/icons-material/src/material/outlined/explore_off.svg diff --git a/projects/icons-material/src/outlined/exposure.svg b/projects/icons-material/src/material/outlined/exposure.svg similarity index 100% rename from projects/icons-material/src/outlined/exposure.svg rename to projects/icons-material/src/material/outlined/exposure.svg diff --git a/projects/icons-material/src/outlined/exposure_neg_1.svg b/projects/icons-material/src/material/outlined/exposure_neg_1.svg similarity index 100% rename from projects/icons-material/src/outlined/exposure_neg_1.svg rename to projects/icons-material/src/material/outlined/exposure_neg_1.svg diff --git a/projects/icons-material/src/outlined/exposure_neg_2.svg b/projects/icons-material/src/material/outlined/exposure_neg_2.svg similarity index 100% rename from projects/icons-material/src/outlined/exposure_neg_2.svg rename to projects/icons-material/src/material/outlined/exposure_neg_2.svg diff --git a/projects/icons-material/src/outlined/exposure_plus_1.svg b/projects/icons-material/src/material/outlined/exposure_plus_1.svg similarity index 100% rename from projects/icons-material/src/outlined/exposure_plus_1.svg rename to projects/icons-material/src/material/outlined/exposure_plus_1.svg diff --git a/projects/icons-material/src/outlined/exposure_plus_2.svg b/projects/icons-material/src/material/outlined/exposure_plus_2.svg similarity index 100% rename from projects/icons-material/src/outlined/exposure_plus_2.svg rename to projects/icons-material/src/material/outlined/exposure_plus_2.svg diff --git a/projects/icons-material/src/outlined/exposure_zero.svg b/projects/icons-material/src/material/outlined/exposure_zero.svg similarity index 100% rename from projects/icons-material/src/outlined/exposure_zero.svg rename to projects/icons-material/src/material/outlined/exposure_zero.svg diff --git a/projects/icons-material/src/outlined/extension.svg b/projects/icons-material/src/material/outlined/extension.svg similarity index 100% rename from projects/icons-material/src/outlined/extension.svg rename to projects/icons-material/src/material/outlined/extension.svg diff --git a/projects/icons-material/src/outlined/extension_off.svg b/projects/icons-material/src/material/outlined/extension_off.svg similarity index 100% rename from projects/icons-material/src/outlined/extension_off.svg rename to projects/icons-material/src/material/outlined/extension_off.svg diff --git a/projects/icons-material/src/outlined/face.svg b/projects/icons-material/src/material/outlined/face.svg similarity index 100% rename from projects/icons-material/src/outlined/face.svg rename to projects/icons-material/src/material/outlined/face.svg diff --git a/projects/icons-material/src/outlined/face_2.svg b/projects/icons-material/src/material/outlined/face_2.svg similarity index 100% rename from projects/icons-material/src/outlined/face_2.svg rename to projects/icons-material/src/material/outlined/face_2.svg diff --git a/projects/icons-material/src/outlined/face_3.svg b/projects/icons-material/src/material/outlined/face_3.svg similarity index 100% rename from projects/icons-material/src/outlined/face_3.svg rename to projects/icons-material/src/material/outlined/face_3.svg diff --git a/projects/icons-material/src/outlined/face_4.svg b/projects/icons-material/src/material/outlined/face_4.svg similarity index 100% rename from projects/icons-material/src/outlined/face_4.svg rename to projects/icons-material/src/material/outlined/face_4.svg diff --git a/projects/icons-material/src/outlined/face_5.svg b/projects/icons-material/src/material/outlined/face_5.svg similarity index 100% rename from projects/icons-material/src/outlined/face_5.svg rename to projects/icons-material/src/material/outlined/face_5.svg diff --git a/projects/icons-material/src/outlined/face_6.svg b/projects/icons-material/src/material/outlined/face_6.svg similarity index 100% rename from projects/icons-material/src/outlined/face_6.svg rename to projects/icons-material/src/material/outlined/face_6.svg diff --git a/projects/icons-material/src/outlined/face_retouching_natural.svg b/projects/icons-material/src/material/outlined/face_retouching_natural.svg similarity index 100% rename from projects/icons-material/src/outlined/face_retouching_natural.svg rename to projects/icons-material/src/material/outlined/face_retouching_natural.svg diff --git a/projects/icons-material/src/outlined/face_retouching_off.svg b/projects/icons-material/src/material/outlined/face_retouching_off.svg similarity index 100% rename from projects/icons-material/src/outlined/face_retouching_off.svg rename to projects/icons-material/src/material/outlined/face_retouching_off.svg diff --git a/projects/icons-material/src/outlined/fact_check.svg b/projects/icons-material/src/material/outlined/fact_check.svg similarity index 100% rename from projects/icons-material/src/outlined/fact_check.svg rename to projects/icons-material/src/material/outlined/fact_check.svg diff --git a/projects/icons-material/src/outlined/factory.svg b/projects/icons-material/src/material/outlined/factory.svg similarity index 100% rename from projects/icons-material/src/outlined/factory.svg rename to projects/icons-material/src/material/outlined/factory.svg diff --git a/projects/icons-material/src/outlined/family_restroom.svg b/projects/icons-material/src/material/outlined/family_restroom.svg similarity index 100% rename from projects/icons-material/src/outlined/family_restroom.svg rename to projects/icons-material/src/material/outlined/family_restroom.svg diff --git a/projects/icons-material/src/outlined/fast_forward.svg b/projects/icons-material/src/material/outlined/fast_forward.svg similarity index 100% rename from projects/icons-material/src/outlined/fast_forward.svg rename to projects/icons-material/src/material/outlined/fast_forward.svg diff --git a/projects/icons-material/src/outlined/fast_rewind.svg b/projects/icons-material/src/material/outlined/fast_rewind.svg similarity index 100% rename from projects/icons-material/src/outlined/fast_rewind.svg rename to projects/icons-material/src/material/outlined/fast_rewind.svg diff --git a/projects/icons-material/src/outlined/fastfood.svg b/projects/icons-material/src/material/outlined/fastfood.svg similarity index 100% rename from projects/icons-material/src/outlined/fastfood.svg rename to projects/icons-material/src/material/outlined/fastfood.svg diff --git a/projects/icons-material/src/outlined/favorite.svg b/projects/icons-material/src/material/outlined/favorite.svg similarity index 100% rename from projects/icons-material/src/outlined/favorite.svg rename to projects/icons-material/src/material/outlined/favorite.svg diff --git a/projects/icons-material/src/outlined/favorite_border.svg b/projects/icons-material/src/material/outlined/favorite_border.svg similarity index 100% rename from projects/icons-material/src/outlined/favorite_border.svg rename to projects/icons-material/src/material/outlined/favorite_border.svg diff --git a/projects/icons-material/src/outlined/fax.svg b/projects/icons-material/src/material/outlined/fax.svg similarity index 100% rename from projects/icons-material/src/outlined/fax.svg rename to projects/icons-material/src/material/outlined/fax.svg diff --git a/projects/icons-material/src/outlined/featured_play_list.svg b/projects/icons-material/src/material/outlined/featured_play_list.svg similarity index 100% rename from projects/icons-material/src/outlined/featured_play_list.svg rename to projects/icons-material/src/material/outlined/featured_play_list.svg diff --git a/projects/icons-material/src/outlined/featured_video.svg b/projects/icons-material/src/material/outlined/featured_video.svg similarity index 100% rename from projects/icons-material/src/outlined/featured_video.svg rename to projects/icons-material/src/material/outlined/featured_video.svg diff --git a/projects/icons-material/src/outlined/feed.svg b/projects/icons-material/src/material/outlined/feed.svg similarity index 100% rename from projects/icons-material/src/outlined/feed.svg rename to projects/icons-material/src/material/outlined/feed.svg diff --git a/projects/icons-material/src/outlined/feedback.svg b/projects/icons-material/src/material/outlined/feedback.svg similarity index 100% rename from projects/icons-material/src/outlined/feedback.svg rename to projects/icons-material/src/material/outlined/feedback.svg diff --git a/projects/icons-material/src/outlined/female.svg b/projects/icons-material/src/material/outlined/female.svg similarity index 100% rename from projects/icons-material/src/outlined/female.svg rename to projects/icons-material/src/material/outlined/female.svg diff --git a/projects/icons-material/src/outlined/fence.svg b/projects/icons-material/src/material/outlined/fence.svg similarity index 100% rename from projects/icons-material/src/outlined/fence.svg rename to projects/icons-material/src/material/outlined/fence.svg diff --git a/projects/icons-material/src/outlined/festival.svg b/projects/icons-material/src/material/outlined/festival.svg similarity index 100% rename from projects/icons-material/src/outlined/festival.svg rename to projects/icons-material/src/material/outlined/festival.svg diff --git a/projects/icons-material/src/outlined/fiber_dvr.svg b/projects/icons-material/src/material/outlined/fiber_dvr.svg similarity index 100% rename from projects/icons-material/src/outlined/fiber_dvr.svg rename to projects/icons-material/src/material/outlined/fiber_dvr.svg diff --git a/projects/icons-material/src/outlined/fiber_manual_record.svg b/projects/icons-material/src/material/outlined/fiber_manual_record.svg similarity index 100% rename from projects/icons-material/src/outlined/fiber_manual_record.svg rename to projects/icons-material/src/material/outlined/fiber_manual_record.svg diff --git a/projects/icons-material/src/outlined/fiber_new.svg b/projects/icons-material/src/material/outlined/fiber_new.svg similarity index 100% rename from projects/icons-material/src/outlined/fiber_new.svg rename to projects/icons-material/src/material/outlined/fiber_new.svg diff --git a/projects/icons-material/src/outlined/fiber_pin.svg b/projects/icons-material/src/material/outlined/fiber_pin.svg similarity index 100% rename from projects/icons-material/src/outlined/fiber_pin.svg rename to projects/icons-material/src/material/outlined/fiber_pin.svg diff --git a/projects/icons-material/src/outlined/fiber_smart_record.svg b/projects/icons-material/src/material/outlined/fiber_smart_record.svg similarity index 100% rename from projects/icons-material/src/outlined/fiber_smart_record.svg rename to projects/icons-material/src/material/outlined/fiber_smart_record.svg diff --git a/projects/icons-material/src/outlined/file_copy.svg b/projects/icons-material/src/material/outlined/file_copy.svg similarity index 100% rename from projects/icons-material/src/outlined/file_copy.svg rename to projects/icons-material/src/material/outlined/file_copy.svg diff --git a/projects/icons-material/src/outlined/file_download.svg b/projects/icons-material/src/material/outlined/file_download.svg similarity index 100% rename from projects/icons-material/src/outlined/file_download.svg rename to projects/icons-material/src/material/outlined/file_download.svg diff --git a/projects/icons-material/src/outlined/file_download_done.svg b/projects/icons-material/src/material/outlined/file_download_done.svg similarity index 100% rename from projects/icons-material/src/outlined/file_download_done.svg rename to projects/icons-material/src/material/outlined/file_download_done.svg diff --git a/projects/icons-material/src/outlined/file_download_off.svg b/projects/icons-material/src/material/outlined/file_download_off.svg similarity index 100% rename from projects/icons-material/src/outlined/file_download_off.svg rename to projects/icons-material/src/material/outlined/file_download_off.svg diff --git a/projects/icons-material/src/outlined/file_open.svg b/projects/icons-material/src/material/outlined/file_open.svg similarity index 100% rename from projects/icons-material/src/outlined/file_open.svg rename to projects/icons-material/src/material/outlined/file_open.svg diff --git a/projects/icons-material/src/outlined/file_present.svg b/projects/icons-material/src/material/outlined/file_present.svg similarity index 100% rename from projects/icons-material/src/outlined/file_present.svg rename to projects/icons-material/src/material/outlined/file_present.svg diff --git a/projects/icons-material/src/outlined/file_upload.svg b/projects/icons-material/src/material/outlined/file_upload.svg similarity index 100% rename from projects/icons-material/src/outlined/file_upload.svg rename to projects/icons-material/src/material/outlined/file_upload.svg diff --git a/projects/icons-material/src/outlined/filter.svg b/projects/icons-material/src/material/outlined/filter.svg similarity index 100% rename from projects/icons-material/src/outlined/filter.svg rename to projects/icons-material/src/material/outlined/filter.svg diff --git a/projects/icons-material/src/outlined/filter_1.svg b/projects/icons-material/src/material/outlined/filter_1.svg similarity index 100% rename from projects/icons-material/src/outlined/filter_1.svg rename to projects/icons-material/src/material/outlined/filter_1.svg diff --git a/projects/icons-material/src/outlined/filter_2.svg b/projects/icons-material/src/material/outlined/filter_2.svg similarity index 100% rename from projects/icons-material/src/outlined/filter_2.svg rename to projects/icons-material/src/material/outlined/filter_2.svg diff --git a/projects/icons-material/src/outlined/filter_3.svg b/projects/icons-material/src/material/outlined/filter_3.svg similarity index 100% rename from projects/icons-material/src/outlined/filter_3.svg rename to projects/icons-material/src/material/outlined/filter_3.svg diff --git a/projects/icons-material/src/outlined/filter_4.svg b/projects/icons-material/src/material/outlined/filter_4.svg similarity index 100% rename from projects/icons-material/src/outlined/filter_4.svg rename to projects/icons-material/src/material/outlined/filter_4.svg diff --git a/projects/icons-material/src/outlined/filter_5.svg b/projects/icons-material/src/material/outlined/filter_5.svg similarity index 100% rename from projects/icons-material/src/outlined/filter_5.svg rename to projects/icons-material/src/material/outlined/filter_5.svg diff --git a/projects/icons-material/src/outlined/filter_6.svg b/projects/icons-material/src/material/outlined/filter_6.svg similarity index 100% rename from projects/icons-material/src/outlined/filter_6.svg rename to projects/icons-material/src/material/outlined/filter_6.svg diff --git a/projects/icons-material/src/outlined/filter_7.svg b/projects/icons-material/src/material/outlined/filter_7.svg similarity index 100% rename from projects/icons-material/src/outlined/filter_7.svg rename to projects/icons-material/src/material/outlined/filter_7.svg diff --git a/projects/icons-material/src/outlined/filter_8.svg b/projects/icons-material/src/material/outlined/filter_8.svg similarity index 100% rename from projects/icons-material/src/outlined/filter_8.svg rename to projects/icons-material/src/material/outlined/filter_8.svg diff --git a/projects/icons-material/src/outlined/filter_9.svg b/projects/icons-material/src/material/outlined/filter_9.svg similarity index 100% rename from projects/icons-material/src/outlined/filter_9.svg rename to projects/icons-material/src/material/outlined/filter_9.svg diff --git a/projects/icons-material/src/outlined/filter_9_plus.svg b/projects/icons-material/src/material/outlined/filter_9_plus.svg similarity index 100% rename from projects/icons-material/src/outlined/filter_9_plus.svg rename to projects/icons-material/src/material/outlined/filter_9_plus.svg diff --git a/projects/icons-material/src/outlined/filter_alt.svg b/projects/icons-material/src/material/outlined/filter_alt.svg similarity index 100% rename from projects/icons-material/src/outlined/filter_alt.svg rename to projects/icons-material/src/material/outlined/filter_alt.svg diff --git a/projects/icons-material/src/outlined/filter_alt_off.svg b/projects/icons-material/src/material/outlined/filter_alt_off.svg similarity index 100% rename from projects/icons-material/src/outlined/filter_alt_off.svg rename to projects/icons-material/src/material/outlined/filter_alt_off.svg diff --git a/projects/icons-material/src/outlined/filter_b_and_w.svg b/projects/icons-material/src/material/outlined/filter_b_and_w.svg similarity index 100% rename from projects/icons-material/src/outlined/filter_b_and_w.svg rename to projects/icons-material/src/material/outlined/filter_b_and_w.svg diff --git a/projects/icons-material/src/outlined/filter_center_focus.svg b/projects/icons-material/src/material/outlined/filter_center_focus.svg similarity index 100% rename from projects/icons-material/src/outlined/filter_center_focus.svg rename to projects/icons-material/src/material/outlined/filter_center_focus.svg diff --git a/projects/icons-material/src/outlined/filter_drama.svg b/projects/icons-material/src/material/outlined/filter_drama.svg similarity index 100% rename from projects/icons-material/src/outlined/filter_drama.svg rename to projects/icons-material/src/material/outlined/filter_drama.svg diff --git a/projects/icons-material/src/outlined/filter_frames.svg b/projects/icons-material/src/material/outlined/filter_frames.svg similarity index 100% rename from projects/icons-material/src/outlined/filter_frames.svg rename to projects/icons-material/src/material/outlined/filter_frames.svg diff --git a/projects/icons-material/src/outlined/filter_hdr.svg b/projects/icons-material/src/material/outlined/filter_hdr.svg similarity index 100% rename from projects/icons-material/src/outlined/filter_hdr.svg rename to projects/icons-material/src/material/outlined/filter_hdr.svg diff --git a/projects/icons-material/src/outlined/filter_list.svg b/projects/icons-material/src/material/outlined/filter_list.svg similarity index 100% rename from projects/icons-material/src/outlined/filter_list.svg rename to projects/icons-material/src/material/outlined/filter_list.svg diff --git a/projects/icons-material/src/outlined/filter_list_off.svg b/projects/icons-material/src/material/outlined/filter_list_off.svg similarity index 100% rename from projects/icons-material/src/outlined/filter_list_off.svg rename to projects/icons-material/src/material/outlined/filter_list_off.svg diff --git a/projects/icons-material/src/outlined/filter_none.svg b/projects/icons-material/src/material/outlined/filter_none.svg similarity index 100% rename from projects/icons-material/src/outlined/filter_none.svg rename to projects/icons-material/src/material/outlined/filter_none.svg diff --git a/projects/icons-material/src/outlined/filter_tilt_shift.svg b/projects/icons-material/src/material/outlined/filter_tilt_shift.svg similarity index 100% rename from projects/icons-material/src/outlined/filter_tilt_shift.svg rename to projects/icons-material/src/material/outlined/filter_tilt_shift.svg diff --git a/projects/icons-material/src/outlined/filter_vintage.svg b/projects/icons-material/src/material/outlined/filter_vintage.svg similarity index 100% rename from projects/icons-material/src/outlined/filter_vintage.svg rename to projects/icons-material/src/material/outlined/filter_vintage.svg diff --git a/projects/icons-material/src/outlined/find_in_page.svg b/projects/icons-material/src/material/outlined/find_in_page.svg similarity index 100% rename from projects/icons-material/src/outlined/find_in_page.svg rename to projects/icons-material/src/material/outlined/find_in_page.svg diff --git a/projects/icons-material/src/outlined/find_replace.svg b/projects/icons-material/src/material/outlined/find_replace.svg similarity index 100% rename from projects/icons-material/src/outlined/find_replace.svg rename to projects/icons-material/src/material/outlined/find_replace.svg diff --git a/projects/icons-material/src/outlined/fingerprint.svg b/projects/icons-material/src/material/outlined/fingerprint.svg similarity index 100% rename from projects/icons-material/src/outlined/fingerprint.svg rename to projects/icons-material/src/material/outlined/fingerprint.svg diff --git a/projects/icons-material/src/outlined/fire_extinguisher.svg b/projects/icons-material/src/material/outlined/fire_extinguisher.svg similarity index 100% rename from projects/icons-material/src/outlined/fire_extinguisher.svg rename to projects/icons-material/src/material/outlined/fire_extinguisher.svg diff --git a/projects/icons-material/src/outlined/fire_hydrant_alt.svg b/projects/icons-material/src/material/outlined/fire_hydrant_alt.svg similarity index 100% rename from projects/icons-material/src/outlined/fire_hydrant_alt.svg rename to projects/icons-material/src/material/outlined/fire_hydrant_alt.svg diff --git a/projects/icons-material/src/outlined/fire_truck.svg b/projects/icons-material/src/material/outlined/fire_truck.svg similarity index 100% rename from projects/icons-material/src/outlined/fire_truck.svg rename to projects/icons-material/src/material/outlined/fire_truck.svg diff --git a/projects/icons-material/src/outlined/fireplace.svg b/projects/icons-material/src/material/outlined/fireplace.svg similarity index 100% rename from projects/icons-material/src/outlined/fireplace.svg rename to projects/icons-material/src/material/outlined/fireplace.svg diff --git a/projects/icons-material/src/outlined/first_page.svg b/projects/icons-material/src/material/outlined/first_page.svg similarity index 100% rename from projects/icons-material/src/outlined/first_page.svg rename to projects/icons-material/src/material/outlined/first_page.svg diff --git a/projects/icons-material/src/outlined/fit_screen.svg b/projects/icons-material/src/material/outlined/fit_screen.svg similarity index 100% rename from projects/icons-material/src/outlined/fit_screen.svg rename to projects/icons-material/src/material/outlined/fit_screen.svg diff --git a/projects/icons-material/src/outlined/fitbit.svg b/projects/icons-material/src/material/outlined/fitbit.svg similarity index 100% rename from projects/icons-material/src/outlined/fitbit.svg rename to projects/icons-material/src/material/outlined/fitbit.svg diff --git a/projects/icons-material/src/outlined/fitness_center.svg b/projects/icons-material/src/material/outlined/fitness_center.svg similarity index 100% rename from projects/icons-material/src/outlined/fitness_center.svg rename to projects/icons-material/src/material/outlined/fitness_center.svg diff --git a/projects/icons-material/src/outlined/flag.svg b/projects/icons-material/src/material/outlined/flag.svg similarity index 100% rename from projects/icons-material/src/outlined/flag.svg rename to projects/icons-material/src/material/outlined/flag.svg diff --git a/projects/icons-material/src/outlined/flag_circle.svg b/projects/icons-material/src/material/outlined/flag_circle.svg similarity index 100% rename from projects/icons-material/src/outlined/flag_circle.svg rename to projects/icons-material/src/material/outlined/flag_circle.svg diff --git a/projects/icons-material/src/outlined/flaky.svg b/projects/icons-material/src/material/outlined/flaky.svg similarity index 100% rename from projects/icons-material/src/outlined/flaky.svg rename to projects/icons-material/src/material/outlined/flaky.svg diff --git a/projects/icons-material/src/outlined/flare.svg b/projects/icons-material/src/material/outlined/flare.svg similarity index 100% rename from projects/icons-material/src/outlined/flare.svg rename to projects/icons-material/src/material/outlined/flare.svg diff --git a/projects/icons-material/src/outlined/flash_auto.svg b/projects/icons-material/src/material/outlined/flash_auto.svg similarity index 100% rename from projects/icons-material/src/outlined/flash_auto.svg rename to projects/icons-material/src/material/outlined/flash_auto.svg diff --git a/projects/icons-material/src/outlined/flash_off.svg b/projects/icons-material/src/material/outlined/flash_off.svg similarity index 100% rename from projects/icons-material/src/outlined/flash_off.svg rename to projects/icons-material/src/material/outlined/flash_off.svg diff --git a/projects/icons-material/src/outlined/flash_on.svg b/projects/icons-material/src/material/outlined/flash_on.svg similarity index 100% rename from projects/icons-material/src/outlined/flash_on.svg rename to projects/icons-material/src/material/outlined/flash_on.svg diff --git a/projects/icons-material/src/outlined/flashlight_off.svg b/projects/icons-material/src/material/outlined/flashlight_off.svg similarity index 100% rename from projects/icons-material/src/outlined/flashlight_off.svg rename to projects/icons-material/src/material/outlined/flashlight_off.svg diff --git a/projects/icons-material/src/outlined/flashlight_on.svg b/projects/icons-material/src/material/outlined/flashlight_on.svg similarity index 100% rename from projects/icons-material/src/outlined/flashlight_on.svg rename to projects/icons-material/src/material/outlined/flashlight_on.svg diff --git a/projects/icons-material/src/outlined/flatware.svg b/projects/icons-material/src/material/outlined/flatware.svg similarity index 100% rename from projects/icons-material/src/outlined/flatware.svg rename to projects/icons-material/src/material/outlined/flatware.svg diff --git a/projects/icons-material/src/outlined/flight.svg b/projects/icons-material/src/material/outlined/flight.svg similarity index 100% rename from projects/icons-material/src/outlined/flight.svg rename to projects/icons-material/src/material/outlined/flight.svg diff --git a/projects/icons-material/src/outlined/flight_class.svg b/projects/icons-material/src/material/outlined/flight_class.svg similarity index 100% rename from projects/icons-material/src/outlined/flight_class.svg rename to projects/icons-material/src/material/outlined/flight_class.svg diff --git a/projects/icons-material/src/outlined/flight_land.svg b/projects/icons-material/src/material/outlined/flight_land.svg similarity index 100% rename from projects/icons-material/src/outlined/flight_land.svg rename to projects/icons-material/src/material/outlined/flight_land.svg diff --git a/projects/icons-material/src/outlined/flight_takeoff.svg b/projects/icons-material/src/material/outlined/flight_takeoff.svg similarity index 100% rename from projects/icons-material/src/outlined/flight_takeoff.svg rename to projects/icons-material/src/material/outlined/flight_takeoff.svg diff --git a/projects/icons-material/src/outlined/flip.svg b/projects/icons-material/src/material/outlined/flip.svg similarity index 100% rename from projects/icons-material/src/outlined/flip.svg rename to projects/icons-material/src/material/outlined/flip.svg diff --git a/projects/icons-material/src/outlined/flip_camera_android.svg b/projects/icons-material/src/material/outlined/flip_camera_android.svg similarity index 100% rename from projects/icons-material/src/outlined/flip_camera_android.svg rename to projects/icons-material/src/material/outlined/flip_camera_android.svg diff --git a/projects/icons-material/src/outlined/flip_camera_ios.svg b/projects/icons-material/src/material/outlined/flip_camera_ios.svg similarity index 100% rename from projects/icons-material/src/outlined/flip_camera_ios.svg rename to projects/icons-material/src/material/outlined/flip_camera_ios.svg diff --git a/projects/icons-material/src/outlined/flip_to_back.svg b/projects/icons-material/src/material/outlined/flip_to_back.svg similarity index 100% rename from projects/icons-material/src/outlined/flip_to_back.svg rename to projects/icons-material/src/material/outlined/flip_to_back.svg diff --git a/projects/icons-material/src/outlined/flip_to_front.svg b/projects/icons-material/src/material/outlined/flip_to_front.svg similarity index 100% rename from projects/icons-material/src/outlined/flip_to_front.svg rename to projects/icons-material/src/material/outlined/flip_to_front.svg diff --git a/projects/icons-material/src/outlined/flood.svg b/projects/icons-material/src/material/outlined/flood.svg similarity index 100% rename from projects/icons-material/src/outlined/flood.svg rename to projects/icons-material/src/material/outlined/flood.svg diff --git a/projects/icons-material/src/outlined/fluorescent.svg b/projects/icons-material/src/material/outlined/fluorescent.svg similarity index 100% rename from projects/icons-material/src/outlined/fluorescent.svg rename to projects/icons-material/src/material/outlined/fluorescent.svg diff --git a/projects/icons-material/src/outlined/flutter_dash.svg b/projects/icons-material/src/material/outlined/flutter_dash.svg similarity index 100% rename from projects/icons-material/src/outlined/flutter_dash.svg rename to projects/icons-material/src/material/outlined/flutter_dash.svg diff --git a/projects/icons-material/src/outlined/fmd_bad.svg b/projects/icons-material/src/material/outlined/fmd_bad.svg similarity index 100% rename from projects/icons-material/src/outlined/fmd_bad.svg rename to projects/icons-material/src/material/outlined/fmd_bad.svg diff --git a/projects/icons-material/src/outlined/fmd_good.svg b/projects/icons-material/src/material/outlined/fmd_good.svg similarity index 100% rename from projects/icons-material/src/outlined/fmd_good.svg rename to projects/icons-material/src/material/outlined/fmd_good.svg diff --git a/projects/icons-material/src/outlined/folder.svg b/projects/icons-material/src/material/outlined/folder.svg similarity index 100% rename from projects/icons-material/src/outlined/folder.svg rename to projects/icons-material/src/material/outlined/folder.svg diff --git a/projects/icons-material/src/outlined/folder_copy.svg b/projects/icons-material/src/material/outlined/folder_copy.svg similarity index 100% rename from projects/icons-material/src/outlined/folder_copy.svg rename to projects/icons-material/src/material/outlined/folder_copy.svg diff --git a/projects/icons-material/src/outlined/folder_delete.svg b/projects/icons-material/src/material/outlined/folder_delete.svg similarity index 100% rename from projects/icons-material/src/outlined/folder_delete.svg rename to projects/icons-material/src/material/outlined/folder_delete.svg diff --git a/projects/icons-material/src/outlined/folder_off.svg b/projects/icons-material/src/material/outlined/folder_off.svg similarity index 100% rename from projects/icons-material/src/outlined/folder_off.svg rename to projects/icons-material/src/material/outlined/folder_off.svg diff --git a/projects/icons-material/src/outlined/folder_open.svg b/projects/icons-material/src/material/outlined/folder_open.svg similarity index 100% rename from projects/icons-material/src/outlined/folder_open.svg rename to projects/icons-material/src/material/outlined/folder_open.svg diff --git a/projects/icons-material/src/outlined/folder_shared.svg b/projects/icons-material/src/material/outlined/folder_shared.svg similarity index 100% rename from projects/icons-material/src/outlined/folder_shared.svg rename to projects/icons-material/src/material/outlined/folder_shared.svg diff --git a/projects/icons-material/src/outlined/folder_special.svg b/projects/icons-material/src/material/outlined/folder_special.svg similarity index 100% rename from projects/icons-material/src/outlined/folder_special.svg rename to projects/icons-material/src/material/outlined/folder_special.svg diff --git a/projects/icons-material/src/outlined/folder_zip.svg b/projects/icons-material/src/material/outlined/folder_zip.svg similarity index 100% rename from projects/icons-material/src/outlined/folder_zip.svg rename to projects/icons-material/src/material/outlined/folder_zip.svg diff --git a/projects/icons-material/src/outlined/follow_the_signs.svg b/projects/icons-material/src/material/outlined/follow_the_signs.svg similarity index 100% rename from projects/icons-material/src/outlined/follow_the_signs.svg rename to projects/icons-material/src/material/outlined/follow_the_signs.svg diff --git a/projects/icons-material/src/outlined/font_download.svg b/projects/icons-material/src/material/outlined/font_download.svg similarity index 100% rename from projects/icons-material/src/outlined/font_download.svg rename to projects/icons-material/src/material/outlined/font_download.svg diff --git a/projects/icons-material/src/outlined/font_download_off.svg b/projects/icons-material/src/material/outlined/font_download_off.svg similarity index 100% rename from projects/icons-material/src/outlined/font_download_off.svg rename to projects/icons-material/src/material/outlined/font_download_off.svg diff --git a/projects/icons-material/src/outlined/food_bank.svg b/projects/icons-material/src/material/outlined/food_bank.svg similarity index 100% rename from projects/icons-material/src/outlined/food_bank.svg rename to projects/icons-material/src/material/outlined/food_bank.svg diff --git a/projects/icons-material/src/outlined/forest.svg b/projects/icons-material/src/material/outlined/forest.svg similarity index 100% rename from projects/icons-material/src/outlined/forest.svg rename to projects/icons-material/src/material/outlined/forest.svg diff --git a/projects/icons-material/src/outlined/fork_left.svg b/projects/icons-material/src/material/outlined/fork_left.svg similarity index 100% rename from projects/icons-material/src/outlined/fork_left.svg rename to projects/icons-material/src/material/outlined/fork_left.svg diff --git a/projects/icons-material/src/outlined/fork_right.svg b/projects/icons-material/src/material/outlined/fork_right.svg similarity index 100% rename from projects/icons-material/src/outlined/fork_right.svg rename to projects/icons-material/src/material/outlined/fork_right.svg diff --git a/projects/icons-material/src/outlined/format_align_center.svg b/projects/icons-material/src/material/outlined/format_align_center.svg similarity index 100% rename from projects/icons-material/src/outlined/format_align_center.svg rename to projects/icons-material/src/material/outlined/format_align_center.svg diff --git a/projects/icons-material/src/outlined/format_align_justify.svg b/projects/icons-material/src/material/outlined/format_align_justify.svg similarity index 100% rename from projects/icons-material/src/outlined/format_align_justify.svg rename to projects/icons-material/src/material/outlined/format_align_justify.svg diff --git a/projects/icons-material/src/outlined/format_align_left.svg b/projects/icons-material/src/material/outlined/format_align_left.svg similarity index 100% rename from projects/icons-material/src/outlined/format_align_left.svg rename to projects/icons-material/src/material/outlined/format_align_left.svg diff --git a/projects/icons-material/src/outlined/format_align_right.svg b/projects/icons-material/src/material/outlined/format_align_right.svg similarity index 100% rename from projects/icons-material/src/outlined/format_align_right.svg rename to projects/icons-material/src/material/outlined/format_align_right.svg diff --git a/projects/icons-material/src/outlined/format_bold.svg b/projects/icons-material/src/material/outlined/format_bold.svg similarity index 100% rename from projects/icons-material/src/outlined/format_bold.svg rename to projects/icons-material/src/material/outlined/format_bold.svg diff --git a/projects/icons-material/src/outlined/format_clear.svg b/projects/icons-material/src/material/outlined/format_clear.svg similarity index 100% rename from projects/icons-material/src/outlined/format_clear.svg rename to projects/icons-material/src/material/outlined/format_clear.svg diff --git a/projects/icons-material/src/outlined/format_color_fill.svg b/projects/icons-material/src/material/outlined/format_color_fill.svg similarity index 100% rename from projects/icons-material/src/outlined/format_color_fill.svg rename to projects/icons-material/src/material/outlined/format_color_fill.svg diff --git a/projects/icons-material/src/outlined/format_color_reset.svg b/projects/icons-material/src/material/outlined/format_color_reset.svg similarity index 100% rename from projects/icons-material/src/outlined/format_color_reset.svg rename to projects/icons-material/src/material/outlined/format_color_reset.svg diff --git a/projects/icons-material/src/outlined/format_color_text.svg b/projects/icons-material/src/material/outlined/format_color_text.svg similarity index 100% rename from projects/icons-material/src/outlined/format_color_text.svg rename to projects/icons-material/src/material/outlined/format_color_text.svg diff --git a/projects/icons-material/src/outlined/format_indent_decrease.svg b/projects/icons-material/src/material/outlined/format_indent_decrease.svg similarity index 100% rename from projects/icons-material/src/outlined/format_indent_decrease.svg rename to projects/icons-material/src/material/outlined/format_indent_decrease.svg diff --git a/projects/icons-material/src/outlined/format_indent_increase.svg b/projects/icons-material/src/material/outlined/format_indent_increase.svg similarity index 100% rename from projects/icons-material/src/outlined/format_indent_increase.svg rename to projects/icons-material/src/material/outlined/format_indent_increase.svg diff --git a/projects/icons-material/src/outlined/format_italic.svg b/projects/icons-material/src/material/outlined/format_italic.svg similarity index 100% rename from projects/icons-material/src/outlined/format_italic.svg rename to projects/icons-material/src/material/outlined/format_italic.svg diff --git a/projects/icons-material/src/outlined/format_line_spacing.svg b/projects/icons-material/src/material/outlined/format_line_spacing.svg similarity index 100% rename from projects/icons-material/src/outlined/format_line_spacing.svg rename to projects/icons-material/src/material/outlined/format_line_spacing.svg diff --git a/projects/icons-material/src/outlined/format_list_bulleted.svg b/projects/icons-material/src/material/outlined/format_list_bulleted.svg similarity index 100% rename from projects/icons-material/src/outlined/format_list_bulleted.svg rename to projects/icons-material/src/material/outlined/format_list_bulleted.svg diff --git a/projects/icons-material/src/outlined/format_list_numbered.svg b/projects/icons-material/src/material/outlined/format_list_numbered.svg similarity index 100% rename from projects/icons-material/src/outlined/format_list_numbered.svg rename to projects/icons-material/src/material/outlined/format_list_numbered.svg diff --git a/projects/icons-material/src/outlined/format_list_numbered_rtl.svg b/projects/icons-material/src/material/outlined/format_list_numbered_rtl.svg similarity index 100% rename from projects/icons-material/src/outlined/format_list_numbered_rtl.svg rename to projects/icons-material/src/material/outlined/format_list_numbered_rtl.svg diff --git a/projects/icons-material/src/outlined/format_overline.svg b/projects/icons-material/src/material/outlined/format_overline.svg similarity index 100% rename from projects/icons-material/src/outlined/format_overline.svg rename to projects/icons-material/src/material/outlined/format_overline.svg diff --git a/projects/icons-material/src/outlined/format_paint.svg b/projects/icons-material/src/material/outlined/format_paint.svg similarity index 100% rename from projects/icons-material/src/outlined/format_paint.svg rename to projects/icons-material/src/material/outlined/format_paint.svg diff --git a/projects/icons-material/src/outlined/format_quote.svg b/projects/icons-material/src/material/outlined/format_quote.svg similarity index 100% rename from projects/icons-material/src/outlined/format_quote.svg rename to projects/icons-material/src/material/outlined/format_quote.svg diff --git a/projects/icons-material/src/outlined/format_shapes.svg b/projects/icons-material/src/material/outlined/format_shapes.svg similarity index 100% rename from projects/icons-material/src/outlined/format_shapes.svg rename to projects/icons-material/src/material/outlined/format_shapes.svg diff --git a/projects/icons-material/src/outlined/format_size.svg b/projects/icons-material/src/material/outlined/format_size.svg similarity index 100% rename from projects/icons-material/src/outlined/format_size.svg rename to projects/icons-material/src/material/outlined/format_size.svg diff --git a/projects/icons-material/src/outlined/format_strikethrough.svg b/projects/icons-material/src/material/outlined/format_strikethrough.svg similarity index 100% rename from projects/icons-material/src/outlined/format_strikethrough.svg rename to projects/icons-material/src/material/outlined/format_strikethrough.svg diff --git a/projects/icons-material/src/outlined/format_textdirection_l_to_r.svg b/projects/icons-material/src/material/outlined/format_textdirection_l_to_r.svg similarity index 100% rename from projects/icons-material/src/outlined/format_textdirection_l_to_r.svg rename to projects/icons-material/src/material/outlined/format_textdirection_l_to_r.svg diff --git a/projects/icons-material/src/outlined/format_textdirection_r_to_l.svg b/projects/icons-material/src/material/outlined/format_textdirection_r_to_l.svg similarity index 100% rename from projects/icons-material/src/outlined/format_textdirection_r_to_l.svg rename to projects/icons-material/src/material/outlined/format_textdirection_r_to_l.svg diff --git a/projects/icons-material/src/outlined/format_underlined.svg b/projects/icons-material/src/material/outlined/format_underlined.svg similarity index 100% rename from projects/icons-material/src/outlined/format_underlined.svg rename to projects/icons-material/src/material/outlined/format_underlined.svg diff --git a/projects/icons-material/src/outlined/fort.svg b/projects/icons-material/src/material/outlined/fort.svg similarity index 100% rename from projects/icons-material/src/outlined/fort.svg rename to projects/icons-material/src/material/outlined/fort.svg diff --git a/projects/icons-material/src/outlined/forum.svg b/projects/icons-material/src/material/outlined/forum.svg similarity index 100% rename from projects/icons-material/src/outlined/forum.svg rename to projects/icons-material/src/material/outlined/forum.svg diff --git a/projects/icons-material/src/outlined/forward.svg b/projects/icons-material/src/material/outlined/forward.svg similarity index 100% rename from projects/icons-material/src/outlined/forward.svg rename to projects/icons-material/src/material/outlined/forward.svg diff --git a/projects/icons-material/src/outlined/forward_10.svg b/projects/icons-material/src/material/outlined/forward_10.svg similarity index 100% rename from projects/icons-material/src/outlined/forward_10.svg rename to projects/icons-material/src/material/outlined/forward_10.svg diff --git a/projects/icons-material/src/outlined/forward_30.svg b/projects/icons-material/src/material/outlined/forward_30.svg similarity index 100% rename from projects/icons-material/src/outlined/forward_30.svg rename to projects/icons-material/src/material/outlined/forward_30.svg diff --git a/projects/icons-material/src/outlined/forward_5.svg b/projects/icons-material/src/material/outlined/forward_5.svg similarity index 100% rename from projects/icons-material/src/outlined/forward_5.svg rename to projects/icons-material/src/material/outlined/forward_5.svg diff --git a/projects/icons-material/src/outlined/forward_to_inbox.svg b/projects/icons-material/src/material/outlined/forward_to_inbox.svg similarity index 100% rename from projects/icons-material/src/outlined/forward_to_inbox.svg rename to projects/icons-material/src/material/outlined/forward_to_inbox.svg diff --git a/projects/icons-material/src/outlined/foundation.svg b/projects/icons-material/src/material/outlined/foundation.svg similarity index 100% rename from projects/icons-material/src/outlined/foundation.svg rename to projects/icons-material/src/material/outlined/foundation.svg diff --git a/projects/icons-material/src/outlined/free_breakfast.svg b/projects/icons-material/src/material/outlined/free_breakfast.svg similarity index 100% rename from projects/icons-material/src/outlined/free_breakfast.svg rename to projects/icons-material/src/material/outlined/free_breakfast.svg diff --git a/projects/icons-material/src/outlined/free_cancellation.svg b/projects/icons-material/src/material/outlined/free_cancellation.svg similarity index 100% rename from projects/icons-material/src/outlined/free_cancellation.svg rename to projects/icons-material/src/material/outlined/free_cancellation.svg diff --git a/projects/icons-material/src/outlined/front_hand.svg b/projects/icons-material/src/material/outlined/front_hand.svg similarity index 100% rename from projects/icons-material/src/outlined/front_hand.svg rename to projects/icons-material/src/material/outlined/front_hand.svg diff --git a/projects/icons-material/src/outlined/fullscreen.svg b/projects/icons-material/src/material/outlined/fullscreen.svg similarity index 100% rename from projects/icons-material/src/outlined/fullscreen.svg rename to projects/icons-material/src/material/outlined/fullscreen.svg diff --git a/projects/icons-material/src/outlined/fullscreen_exit.svg b/projects/icons-material/src/material/outlined/fullscreen_exit.svg similarity index 100% rename from projects/icons-material/src/outlined/fullscreen_exit.svg rename to projects/icons-material/src/material/outlined/fullscreen_exit.svg diff --git a/projects/icons-material/src/outlined/functions.svg b/projects/icons-material/src/material/outlined/functions.svg similarity index 100% rename from projects/icons-material/src/outlined/functions.svg rename to projects/icons-material/src/material/outlined/functions.svg diff --git a/projects/icons-material/src/outlined/g_mobiledata.svg b/projects/icons-material/src/material/outlined/g_mobiledata.svg similarity index 100% rename from projects/icons-material/src/outlined/g_mobiledata.svg rename to projects/icons-material/src/material/outlined/g_mobiledata.svg diff --git a/projects/icons-material/src/outlined/g_translate.svg b/projects/icons-material/src/material/outlined/g_translate.svg similarity index 100% rename from projects/icons-material/src/outlined/g_translate.svg rename to projects/icons-material/src/material/outlined/g_translate.svg diff --git a/projects/icons-material/src/outlined/gamepad.svg b/projects/icons-material/src/material/outlined/gamepad.svg similarity index 100% rename from projects/icons-material/src/outlined/gamepad.svg rename to projects/icons-material/src/material/outlined/gamepad.svg diff --git a/projects/icons-material/src/outlined/games.svg b/projects/icons-material/src/material/outlined/games.svg similarity index 100% rename from projects/icons-material/src/outlined/games.svg rename to projects/icons-material/src/material/outlined/games.svg diff --git a/projects/icons-material/src/outlined/garage.svg b/projects/icons-material/src/material/outlined/garage.svg similarity index 100% rename from projects/icons-material/src/outlined/garage.svg rename to projects/icons-material/src/material/outlined/garage.svg diff --git a/projects/icons-material/src/outlined/gas_meter.svg b/projects/icons-material/src/material/outlined/gas_meter.svg similarity index 100% rename from projects/icons-material/src/outlined/gas_meter.svg rename to projects/icons-material/src/material/outlined/gas_meter.svg diff --git a/projects/icons-material/src/outlined/gavel.svg b/projects/icons-material/src/material/outlined/gavel.svg similarity index 100% rename from projects/icons-material/src/outlined/gavel.svg rename to projects/icons-material/src/material/outlined/gavel.svg diff --git a/projects/icons-material/src/outlined/generating_tokens.svg b/projects/icons-material/src/material/outlined/generating_tokens.svg similarity index 100% rename from projects/icons-material/src/outlined/generating_tokens.svg rename to projects/icons-material/src/material/outlined/generating_tokens.svg diff --git a/projects/icons-material/src/outlined/gesture.svg b/projects/icons-material/src/material/outlined/gesture.svg similarity index 100% rename from projects/icons-material/src/outlined/gesture.svg rename to projects/icons-material/src/material/outlined/gesture.svg diff --git a/projects/icons-material/src/outlined/get_app.svg b/projects/icons-material/src/material/outlined/get_app.svg similarity index 100% rename from projects/icons-material/src/outlined/get_app.svg rename to projects/icons-material/src/material/outlined/get_app.svg diff --git a/projects/icons-material/src/outlined/gif.svg b/projects/icons-material/src/material/outlined/gif.svg similarity index 100% rename from projects/icons-material/src/outlined/gif.svg rename to projects/icons-material/src/material/outlined/gif.svg diff --git a/projects/icons-material/src/outlined/gif_box.svg b/projects/icons-material/src/material/outlined/gif_box.svg similarity index 100% rename from projects/icons-material/src/outlined/gif_box.svg rename to projects/icons-material/src/material/outlined/gif_box.svg diff --git a/projects/icons-material/src/outlined/girl.svg b/projects/icons-material/src/material/outlined/girl.svg similarity index 100% rename from projects/icons-material/src/outlined/girl.svg rename to projects/icons-material/src/material/outlined/girl.svg diff --git a/projects/icons-material/src/outlined/gite.svg b/projects/icons-material/src/material/outlined/gite.svg similarity index 100% rename from projects/icons-material/src/outlined/gite.svg rename to projects/icons-material/src/material/outlined/gite.svg diff --git a/projects/icons-material/src/outlined/golf_course.svg b/projects/icons-material/src/material/outlined/golf_course.svg similarity index 100% rename from projects/icons-material/src/outlined/golf_course.svg rename to projects/icons-material/src/material/outlined/golf_course.svg diff --git a/projects/icons-material/src/outlined/gpp_bad.svg b/projects/icons-material/src/material/outlined/gpp_bad.svg similarity index 100% rename from projects/icons-material/src/outlined/gpp_bad.svg rename to projects/icons-material/src/material/outlined/gpp_bad.svg diff --git a/projects/icons-material/src/outlined/gpp_good.svg b/projects/icons-material/src/material/outlined/gpp_good.svg similarity index 100% rename from projects/icons-material/src/outlined/gpp_good.svg rename to projects/icons-material/src/material/outlined/gpp_good.svg diff --git a/projects/icons-material/src/outlined/gpp_maybe.svg b/projects/icons-material/src/material/outlined/gpp_maybe.svg similarity index 100% rename from projects/icons-material/src/outlined/gpp_maybe.svg rename to projects/icons-material/src/material/outlined/gpp_maybe.svg diff --git a/projects/icons-material/src/outlined/gps_fixed.svg b/projects/icons-material/src/material/outlined/gps_fixed.svg similarity index 100% rename from projects/icons-material/src/outlined/gps_fixed.svg rename to projects/icons-material/src/material/outlined/gps_fixed.svg diff --git a/projects/icons-material/src/outlined/gps_not_fixed.svg b/projects/icons-material/src/material/outlined/gps_not_fixed.svg similarity index 100% rename from projects/icons-material/src/outlined/gps_not_fixed.svg rename to projects/icons-material/src/material/outlined/gps_not_fixed.svg diff --git a/projects/icons-material/src/outlined/gps_off.svg b/projects/icons-material/src/material/outlined/gps_off.svg similarity index 100% rename from projects/icons-material/src/outlined/gps_off.svg rename to projects/icons-material/src/material/outlined/gps_off.svg diff --git a/projects/icons-material/src/outlined/grade.svg b/projects/icons-material/src/material/outlined/grade.svg similarity index 100% rename from projects/icons-material/src/outlined/grade.svg rename to projects/icons-material/src/material/outlined/grade.svg diff --git a/projects/icons-material/src/outlined/gradient.svg b/projects/icons-material/src/material/outlined/gradient.svg similarity index 100% rename from projects/icons-material/src/outlined/gradient.svg rename to projects/icons-material/src/material/outlined/gradient.svg diff --git a/projects/icons-material/src/outlined/grading.svg b/projects/icons-material/src/material/outlined/grading.svg similarity index 100% rename from projects/icons-material/src/outlined/grading.svg rename to projects/icons-material/src/material/outlined/grading.svg diff --git a/projects/icons-material/src/outlined/grain.svg b/projects/icons-material/src/material/outlined/grain.svg similarity index 100% rename from projects/icons-material/src/outlined/grain.svg rename to projects/icons-material/src/material/outlined/grain.svg diff --git a/projects/icons-material/src/outlined/graphic_eq.svg b/projects/icons-material/src/material/outlined/graphic_eq.svg similarity index 100% rename from projects/icons-material/src/outlined/graphic_eq.svg rename to projects/icons-material/src/material/outlined/graphic_eq.svg diff --git a/projects/icons-material/src/outlined/grass.svg b/projects/icons-material/src/material/outlined/grass.svg similarity index 100% rename from projects/icons-material/src/outlined/grass.svg rename to projects/icons-material/src/material/outlined/grass.svg diff --git a/projects/icons-material/src/outlined/grid_3x3.svg b/projects/icons-material/src/material/outlined/grid_3x3.svg similarity index 100% rename from projects/icons-material/src/outlined/grid_3x3.svg rename to projects/icons-material/src/material/outlined/grid_3x3.svg diff --git a/projects/icons-material/src/outlined/grid_4x4.svg b/projects/icons-material/src/material/outlined/grid_4x4.svg similarity index 100% rename from projects/icons-material/src/outlined/grid_4x4.svg rename to projects/icons-material/src/material/outlined/grid_4x4.svg diff --git a/projects/icons-material/src/outlined/grid_goldenratio.svg b/projects/icons-material/src/material/outlined/grid_goldenratio.svg similarity index 100% rename from projects/icons-material/src/outlined/grid_goldenratio.svg rename to projects/icons-material/src/material/outlined/grid_goldenratio.svg diff --git a/projects/icons-material/src/outlined/grid_off.svg b/projects/icons-material/src/material/outlined/grid_off.svg similarity index 100% rename from projects/icons-material/src/outlined/grid_off.svg rename to projects/icons-material/src/material/outlined/grid_off.svg diff --git a/projects/icons-material/src/outlined/grid_on.svg b/projects/icons-material/src/material/outlined/grid_on.svg similarity index 100% rename from projects/icons-material/src/outlined/grid_on.svg rename to projects/icons-material/src/material/outlined/grid_on.svg diff --git a/projects/icons-material/src/outlined/grid_view.svg b/projects/icons-material/src/material/outlined/grid_view.svg similarity index 100% rename from projects/icons-material/src/outlined/grid_view.svg rename to projects/icons-material/src/material/outlined/grid_view.svg diff --git a/projects/icons-material/src/outlined/group.svg b/projects/icons-material/src/material/outlined/group.svg similarity index 100% rename from projects/icons-material/src/outlined/group.svg rename to projects/icons-material/src/material/outlined/group.svg diff --git a/projects/icons-material/src/outlined/group_add.svg b/projects/icons-material/src/material/outlined/group_add.svg similarity index 100% rename from projects/icons-material/src/outlined/group_add.svg rename to projects/icons-material/src/material/outlined/group_add.svg diff --git a/projects/icons-material/src/outlined/group_off.svg b/projects/icons-material/src/material/outlined/group_off.svg similarity index 100% rename from projects/icons-material/src/outlined/group_off.svg rename to projects/icons-material/src/material/outlined/group_off.svg diff --git a/projects/icons-material/src/outlined/group_remove.svg b/projects/icons-material/src/material/outlined/group_remove.svg similarity index 100% rename from projects/icons-material/src/outlined/group_remove.svg rename to projects/icons-material/src/material/outlined/group_remove.svg diff --git a/projects/icons-material/src/outlined/group_work.svg b/projects/icons-material/src/material/outlined/group_work.svg similarity index 100% rename from projects/icons-material/src/outlined/group_work.svg rename to projects/icons-material/src/material/outlined/group_work.svg diff --git a/projects/icons-material/src/outlined/groups.svg b/projects/icons-material/src/material/outlined/groups.svg similarity index 100% rename from projects/icons-material/src/outlined/groups.svg rename to projects/icons-material/src/material/outlined/groups.svg diff --git a/projects/icons-material/src/outlined/groups_2.svg b/projects/icons-material/src/material/outlined/groups_2.svg similarity index 100% rename from projects/icons-material/src/outlined/groups_2.svg rename to projects/icons-material/src/material/outlined/groups_2.svg diff --git a/projects/icons-material/src/outlined/groups_3.svg b/projects/icons-material/src/material/outlined/groups_3.svg similarity index 100% rename from projects/icons-material/src/outlined/groups_3.svg rename to projects/icons-material/src/material/outlined/groups_3.svg diff --git a/projects/icons-material/src/outlined/h_mobiledata.svg b/projects/icons-material/src/material/outlined/h_mobiledata.svg similarity index 100% rename from projects/icons-material/src/outlined/h_mobiledata.svg rename to projects/icons-material/src/material/outlined/h_mobiledata.svg diff --git a/projects/icons-material/src/outlined/h_plus_mobiledata.svg b/projects/icons-material/src/material/outlined/h_plus_mobiledata.svg similarity index 100% rename from projects/icons-material/src/outlined/h_plus_mobiledata.svg rename to projects/icons-material/src/material/outlined/h_plus_mobiledata.svg diff --git a/projects/icons-material/src/outlined/hail.svg b/projects/icons-material/src/material/outlined/hail.svg similarity index 100% rename from projects/icons-material/src/outlined/hail.svg rename to projects/icons-material/src/material/outlined/hail.svg diff --git a/projects/icons-material/src/outlined/handshake.svg b/projects/icons-material/src/material/outlined/handshake.svg similarity index 100% rename from projects/icons-material/src/outlined/handshake.svg rename to projects/icons-material/src/material/outlined/handshake.svg diff --git a/projects/icons-material/src/outlined/handyman.svg b/projects/icons-material/src/material/outlined/handyman.svg similarity index 100% rename from projects/icons-material/src/outlined/handyman.svg rename to projects/icons-material/src/material/outlined/handyman.svg diff --git a/projects/icons-material/src/outlined/hardware.svg b/projects/icons-material/src/material/outlined/hardware.svg similarity index 100% rename from projects/icons-material/src/outlined/hardware.svg rename to projects/icons-material/src/material/outlined/hardware.svg diff --git a/projects/icons-material/src/outlined/hd.svg b/projects/icons-material/src/material/outlined/hd.svg similarity index 100% rename from projects/icons-material/src/outlined/hd.svg rename to projects/icons-material/src/material/outlined/hd.svg diff --git a/projects/icons-material/src/outlined/hdr_auto.svg b/projects/icons-material/src/material/outlined/hdr_auto.svg similarity index 100% rename from projects/icons-material/src/outlined/hdr_auto.svg rename to projects/icons-material/src/material/outlined/hdr_auto.svg diff --git a/projects/icons-material/src/outlined/hdr_auto_select.svg b/projects/icons-material/src/material/outlined/hdr_auto_select.svg similarity index 100% rename from projects/icons-material/src/outlined/hdr_auto_select.svg rename to projects/icons-material/src/material/outlined/hdr_auto_select.svg diff --git a/projects/icons-material/src/outlined/hdr_enhanced_select.svg b/projects/icons-material/src/material/outlined/hdr_enhanced_select.svg similarity index 100% rename from projects/icons-material/src/outlined/hdr_enhanced_select.svg rename to projects/icons-material/src/material/outlined/hdr_enhanced_select.svg diff --git a/projects/icons-material/src/outlined/hdr_off.svg b/projects/icons-material/src/material/outlined/hdr_off.svg similarity index 100% rename from projects/icons-material/src/outlined/hdr_off.svg rename to projects/icons-material/src/material/outlined/hdr_off.svg diff --git a/projects/icons-material/src/outlined/hdr_off_select.svg b/projects/icons-material/src/material/outlined/hdr_off_select.svg similarity index 100% rename from projects/icons-material/src/outlined/hdr_off_select.svg rename to projects/icons-material/src/material/outlined/hdr_off_select.svg diff --git a/projects/icons-material/src/outlined/hdr_on.svg b/projects/icons-material/src/material/outlined/hdr_on.svg similarity index 100% rename from projects/icons-material/src/outlined/hdr_on.svg rename to projects/icons-material/src/material/outlined/hdr_on.svg diff --git a/projects/icons-material/src/outlined/hdr_on_select.svg b/projects/icons-material/src/material/outlined/hdr_on_select.svg similarity index 100% rename from projects/icons-material/src/outlined/hdr_on_select.svg rename to projects/icons-material/src/material/outlined/hdr_on_select.svg diff --git a/projects/icons-material/src/outlined/hdr_plus.svg b/projects/icons-material/src/material/outlined/hdr_plus.svg similarity index 100% rename from projects/icons-material/src/outlined/hdr_plus.svg rename to projects/icons-material/src/material/outlined/hdr_plus.svg diff --git a/projects/icons-material/src/outlined/hdr_strong.svg b/projects/icons-material/src/material/outlined/hdr_strong.svg similarity index 100% rename from projects/icons-material/src/outlined/hdr_strong.svg rename to projects/icons-material/src/material/outlined/hdr_strong.svg diff --git a/projects/icons-material/src/outlined/hdr_weak.svg b/projects/icons-material/src/material/outlined/hdr_weak.svg similarity index 100% rename from projects/icons-material/src/outlined/hdr_weak.svg rename to projects/icons-material/src/material/outlined/hdr_weak.svg diff --git a/projects/icons-material/src/outlined/headphones.svg b/projects/icons-material/src/material/outlined/headphones.svg similarity index 100% rename from projects/icons-material/src/outlined/headphones.svg rename to projects/icons-material/src/material/outlined/headphones.svg diff --git a/projects/icons-material/src/outlined/headphones_battery.svg b/projects/icons-material/src/material/outlined/headphones_battery.svg similarity index 100% rename from projects/icons-material/src/outlined/headphones_battery.svg rename to projects/icons-material/src/material/outlined/headphones_battery.svg diff --git a/projects/icons-material/src/outlined/headset.svg b/projects/icons-material/src/material/outlined/headset.svg similarity index 100% rename from projects/icons-material/src/outlined/headset.svg rename to projects/icons-material/src/material/outlined/headset.svg diff --git a/projects/icons-material/src/outlined/headset_mic.svg b/projects/icons-material/src/material/outlined/headset_mic.svg similarity index 100% rename from projects/icons-material/src/outlined/headset_mic.svg rename to projects/icons-material/src/material/outlined/headset_mic.svg diff --git a/projects/icons-material/src/outlined/headset_off.svg b/projects/icons-material/src/material/outlined/headset_off.svg similarity index 100% rename from projects/icons-material/src/outlined/headset_off.svg rename to projects/icons-material/src/material/outlined/headset_off.svg diff --git a/projects/icons-material/src/outlined/healing.svg b/projects/icons-material/src/material/outlined/healing.svg similarity index 100% rename from projects/icons-material/src/outlined/healing.svg rename to projects/icons-material/src/material/outlined/healing.svg diff --git a/projects/icons-material/src/outlined/health_and_safety.svg b/projects/icons-material/src/material/outlined/health_and_safety.svg similarity index 100% rename from projects/icons-material/src/outlined/health_and_safety.svg rename to projects/icons-material/src/material/outlined/health_and_safety.svg diff --git a/projects/icons-material/src/outlined/hearing.svg b/projects/icons-material/src/material/outlined/hearing.svg similarity index 100% rename from projects/icons-material/src/outlined/hearing.svg rename to projects/icons-material/src/material/outlined/hearing.svg diff --git a/projects/icons-material/src/outlined/hearing_disabled.svg b/projects/icons-material/src/material/outlined/hearing_disabled.svg similarity index 100% rename from projects/icons-material/src/outlined/hearing_disabled.svg rename to projects/icons-material/src/material/outlined/hearing_disabled.svg diff --git a/projects/icons-material/src/outlined/heart_broken.svg b/projects/icons-material/src/material/outlined/heart_broken.svg similarity index 100% rename from projects/icons-material/src/outlined/heart_broken.svg rename to projects/icons-material/src/material/outlined/heart_broken.svg diff --git a/projects/icons-material/src/outlined/heat_pump.svg b/projects/icons-material/src/material/outlined/heat_pump.svg similarity index 100% rename from projects/icons-material/src/outlined/heat_pump.svg rename to projects/icons-material/src/material/outlined/heat_pump.svg diff --git a/projects/icons-material/src/outlined/height.svg b/projects/icons-material/src/material/outlined/height.svg similarity index 100% rename from projects/icons-material/src/outlined/height.svg rename to projects/icons-material/src/material/outlined/height.svg diff --git a/projects/icons-material/src/outlined/help.svg b/projects/icons-material/src/material/outlined/help.svg similarity index 100% rename from projects/icons-material/src/outlined/help.svg rename to projects/icons-material/src/material/outlined/help.svg diff --git a/projects/icons-material/src/outlined/help_center.svg b/projects/icons-material/src/material/outlined/help_center.svg similarity index 100% rename from projects/icons-material/src/outlined/help_center.svg rename to projects/icons-material/src/material/outlined/help_center.svg diff --git a/projects/icons-material/src/outlined/help_outline.svg b/projects/icons-material/src/material/outlined/help_outline.svg similarity index 100% rename from projects/icons-material/src/outlined/help_outline.svg rename to projects/icons-material/src/material/outlined/help_outline.svg diff --git a/projects/icons-material/src/outlined/hevc.svg b/projects/icons-material/src/material/outlined/hevc.svg similarity index 100% rename from projects/icons-material/src/outlined/hevc.svg rename to projects/icons-material/src/material/outlined/hevc.svg diff --git a/projects/icons-material/src/outlined/hexagon.svg b/projects/icons-material/src/material/outlined/hexagon.svg similarity index 100% rename from projects/icons-material/src/outlined/hexagon.svg rename to projects/icons-material/src/material/outlined/hexagon.svg diff --git a/projects/icons-material/src/outlined/hide_image.svg b/projects/icons-material/src/material/outlined/hide_image.svg similarity index 100% rename from projects/icons-material/src/outlined/hide_image.svg rename to projects/icons-material/src/material/outlined/hide_image.svg diff --git a/projects/icons-material/src/outlined/hide_source.svg b/projects/icons-material/src/material/outlined/hide_source.svg similarity index 100% rename from projects/icons-material/src/outlined/hide_source.svg rename to projects/icons-material/src/material/outlined/hide_source.svg diff --git a/projects/icons-material/src/outlined/high_quality.svg b/projects/icons-material/src/material/outlined/high_quality.svg similarity index 100% rename from projects/icons-material/src/outlined/high_quality.svg rename to projects/icons-material/src/material/outlined/high_quality.svg diff --git a/projects/icons-material/src/outlined/highlight.svg b/projects/icons-material/src/material/outlined/highlight.svg similarity index 100% rename from projects/icons-material/src/outlined/highlight.svg rename to projects/icons-material/src/material/outlined/highlight.svg diff --git a/projects/icons-material/src/outlined/highlight_alt.svg b/projects/icons-material/src/material/outlined/highlight_alt.svg similarity index 100% rename from projects/icons-material/src/outlined/highlight_alt.svg rename to projects/icons-material/src/material/outlined/highlight_alt.svg diff --git a/projects/icons-material/src/outlined/highlight_off.svg b/projects/icons-material/src/material/outlined/highlight_off.svg similarity index 100% rename from projects/icons-material/src/outlined/highlight_off.svg rename to projects/icons-material/src/material/outlined/highlight_off.svg diff --git a/projects/icons-material/src/outlined/hiking.svg b/projects/icons-material/src/material/outlined/hiking.svg similarity index 100% rename from projects/icons-material/src/outlined/hiking.svg rename to projects/icons-material/src/material/outlined/hiking.svg diff --git a/projects/icons-material/src/outlined/history.svg b/projects/icons-material/src/material/outlined/history.svg similarity index 100% rename from projects/icons-material/src/outlined/history.svg rename to projects/icons-material/src/material/outlined/history.svg diff --git a/projects/icons-material/src/outlined/history_edu.svg b/projects/icons-material/src/material/outlined/history_edu.svg similarity index 100% rename from projects/icons-material/src/outlined/history_edu.svg rename to projects/icons-material/src/material/outlined/history_edu.svg diff --git a/projects/icons-material/src/outlined/history_toggle_off.svg b/projects/icons-material/src/material/outlined/history_toggle_off.svg similarity index 100% rename from projects/icons-material/src/outlined/history_toggle_off.svg rename to projects/icons-material/src/material/outlined/history_toggle_off.svg diff --git a/projects/icons-material/src/outlined/hive.svg b/projects/icons-material/src/material/outlined/hive.svg similarity index 100% rename from projects/icons-material/src/outlined/hive.svg rename to projects/icons-material/src/material/outlined/hive.svg diff --git a/projects/icons-material/src/outlined/hls.svg b/projects/icons-material/src/material/outlined/hls.svg similarity index 100% rename from projects/icons-material/src/outlined/hls.svg rename to projects/icons-material/src/material/outlined/hls.svg diff --git a/projects/icons-material/src/outlined/hls_off.svg b/projects/icons-material/src/material/outlined/hls_off.svg similarity index 100% rename from projects/icons-material/src/outlined/hls_off.svg rename to projects/icons-material/src/material/outlined/hls_off.svg diff --git a/projects/icons-material/src/outlined/holiday_village.svg b/projects/icons-material/src/material/outlined/holiday_village.svg similarity index 100% rename from projects/icons-material/src/outlined/holiday_village.svg rename to projects/icons-material/src/material/outlined/holiday_village.svg diff --git a/projects/icons-material/src/outlined/home.svg b/projects/icons-material/src/material/outlined/home.svg similarity index 100% rename from projects/icons-material/src/outlined/home.svg rename to projects/icons-material/src/material/outlined/home.svg diff --git a/projects/icons-material/src/outlined/home_max.svg b/projects/icons-material/src/material/outlined/home_max.svg similarity index 100% rename from projects/icons-material/src/outlined/home_max.svg rename to projects/icons-material/src/material/outlined/home_max.svg diff --git a/projects/icons-material/src/outlined/home_mini.svg b/projects/icons-material/src/material/outlined/home_mini.svg similarity index 100% rename from projects/icons-material/src/outlined/home_mini.svg rename to projects/icons-material/src/material/outlined/home_mini.svg diff --git a/projects/icons-material/src/outlined/home_repair_service.svg b/projects/icons-material/src/material/outlined/home_repair_service.svg similarity index 100% rename from projects/icons-material/src/outlined/home_repair_service.svg rename to projects/icons-material/src/material/outlined/home_repair_service.svg diff --git a/projects/icons-material/src/outlined/home_work.svg b/projects/icons-material/src/material/outlined/home_work.svg similarity index 100% rename from projects/icons-material/src/outlined/home_work.svg rename to projects/icons-material/src/material/outlined/home_work.svg diff --git a/projects/icons-material/src/outlined/horizontal_distribute.svg b/projects/icons-material/src/material/outlined/horizontal_distribute.svg similarity index 100% rename from projects/icons-material/src/outlined/horizontal_distribute.svg rename to projects/icons-material/src/material/outlined/horizontal_distribute.svg diff --git a/projects/icons-material/src/outlined/horizontal_rule.svg b/projects/icons-material/src/material/outlined/horizontal_rule.svg similarity index 100% rename from projects/icons-material/src/outlined/horizontal_rule.svg rename to projects/icons-material/src/material/outlined/horizontal_rule.svg diff --git a/projects/icons-material/src/outlined/horizontal_split.svg b/projects/icons-material/src/material/outlined/horizontal_split.svg similarity index 100% rename from projects/icons-material/src/outlined/horizontal_split.svg rename to projects/icons-material/src/material/outlined/horizontal_split.svg diff --git a/projects/icons-material/src/outlined/hot_tub.svg b/projects/icons-material/src/material/outlined/hot_tub.svg similarity index 100% rename from projects/icons-material/src/outlined/hot_tub.svg rename to projects/icons-material/src/material/outlined/hot_tub.svg diff --git a/projects/icons-material/src/outlined/hotel.svg b/projects/icons-material/src/material/outlined/hotel.svg similarity index 100% rename from projects/icons-material/src/outlined/hotel.svg rename to projects/icons-material/src/material/outlined/hotel.svg diff --git a/projects/icons-material/src/outlined/hotel_class.svg b/projects/icons-material/src/material/outlined/hotel_class.svg similarity index 100% rename from projects/icons-material/src/outlined/hotel_class.svg rename to projects/icons-material/src/material/outlined/hotel_class.svg diff --git a/projects/icons-material/src/outlined/hourglass_bottom.svg b/projects/icons-material/src/material/outlined/hourglass_bottom.svg similarity index 100% rename from projects/icons-material/src/outlined/hourglass_bottom.svg rename to projects/icons-material/src/material/outlined/hourglass_bottom.svg diff --git a/projects/icons-material/src/outlined/hourglass_disabled.svg b/projects/icons-material/src/material/outlined/hourglass_disabled.svg similarity index 100% rename from projects/icons-material/src/outlined/hourglass_disabled.svg rename to projects/icons-material/src/material/outlined/hourglass_disabled.svg diff --git a/projects/icons-material/src/outlined/hourglass_empty.svg b/projects/icons-material/src/material/outlined/hourglass_empty.svg similarity index 100% rename from projects/icons-material/src/outlined/hourglass_empty.svg rename to projects/icons-material/src/material/outlined/hourglass_empty.svg diff --git a/projects/icons-material/src/outlined/hourglass_full.svg b/projects/icons-material/src/material/outlined/hourglass_full.svg similarity index 100% rename from projects/icons-material/src/outlined/hourglass_full.svg rename to projects/icons-material/src/material/outlined/hourglass_full.svg diff --git a/projects/icons-material/src/outlined/hourglass_top.svg b/projects/icons-material/src/material/outlined/hourglass_top.svg similarity index 100% rename from projects/icons-material/src/outlined/hourglass_top.svg rename to projects/icons-material/src/material/outlined/hourglass_top.svg diff --git a/projects/icons-material/src/outlined/house.svg b/projects/icons-material/src/material/outlined/house.svg similarity index 100% rename from projects/icons-material/src/outlined/house.svg rename to projects/icons-material/src/material/outlined/house.svg diff --git a/projects/icons-material/src/outlined/house_siding.svg b/projects/icons-material/src/material/outlined/house_siding.svg similarity index 100% rename from projects/icons-material/src/outlined/house_siding.svg rename to projects/icons-material/src/material/outlined/house_siding.svg diff --git a/projects/icons-material/src/outlined/houseboat.svg b/projects/icons-material/src/material/outlined/houseboat.svg similarity index 100% rename from projects/icons-material/src/outlined/houseboat.svg rename to projects/icons-material/src/material/outlined/houseboat.svg diff --git a/projects/icons-material/src/outlined/how_to_reg.svg b/projects/icons-material/src/material/outlined/how_to_reg.svg similarity index 100% rename from projects/icons-material/src/outlined/how_to_reg.svg rename to projects/icons-material/src/material/outlined/how_to_reg.svg diff --git a/projects/icons-material/src/outlined/how_to_vote.svg b/projects/icons-material/src/material/outlined/how_to_vote.svg similarity index 100% rename from projects/icons-material/src/outlined/how_to_vote.svg rename to projects/icons-material/src/material/outlined/how_to_vote.svg diff --git a/projects/icons-material/src/outlined/html.svg b/projects/icons-material/src/material/outlined/html.svg similarity index 100% rename from projects/icons-material/src/outlined/html.svg rename to projects/icons-material/src/material/outlined/html.svg diff --git a/projects/icons-material/src/outlined/http.svg b/projects/icons-material/src/material/outlined/http.svg similarity index 100% rename from projects/icons-material/src/outlined/http.svg rename to projects/icons-material/src/material/outlined/http.svg diff --git a/projects/icons-material/src/outlined/https.svg b/projects/icons-material/src/material/outlined/https.svg similarity index 100% rename from projects/icons-material/src/outlined/https.svg rename to projects/icons-material/src/material/outlined/https.svg diff --git a/projects/icons-material/src/outlined/hub.svg b/projects/icons-material/src/material/outlined/hub.svg similarity index 100% rename from projects/icons-material/src/outlined/hub.svg rename to projects/icons-material/src/material/outlined/hub.svg diff --git a/projects/icons-material/src/outlined/hvac.svg b/projects/icons-material/src/material/outlined/hvac.svg similarity index 100% rename from projects/icons-material/src/outlined/hvac.svg rename to projects/icons-material/src/material/outlined/hvac.svg diff --git a/projects/icons-material/src/outlined/ice_skating.svg b/projects/icons-material/src/material/outlined/ice_skating.svg similarity index 100% rename from projects/icons-material/src/outlined/ice_skating.svg rename to projects/icons-material/src/material/outlined/ice_skating.svg diff --git a/projects/icons-material/src/outlined/icecream.svg b/projects/icons-material/src/material/outlined/icecream.svg similarity index 100% rename from projects/icons-material/src/outlined/icecream.svg rename to projects/icons-material/src/material/outlined/icecream.svg diff --git a/projects/icons-material/src/outlined/image.svg b/projects/icons-material/src/material/outlined/image.svg similarity index 100% rename from projects/icons-material/src/outlined/image.svg rename to projects/icons-material/src/material/outlined/image.svg diff --git a/projects/icons-material/src/outlined/image_aspect_ratio.svg b/projects/icons-material/src/material/outlined/image_aspect_ratio.svg similarity index 100% rename from projects/icons-material/src/outlined/image_aspect_ratio.svg rename to projects/icons-material/src/material/outlined/image_aspect_ratio.svg diff --git a/projects/icons-material/src/outlined/image_not_supported.svg b/projects/icons-material/src/material/outlined/image_not_supported.svg similarity index 100% rename from projects/icons-material/src/outlined/image_not_supported.svg rename to projects/icons-material/src/material/outlined/image_not_supported.svg diff --git a/projects/icons-material/src/outlined/image_search.svg b/projects/icons-material/src/material/outlined/image_search.svg similarity index 100% rename from projects/icons-material/src/outlined/image_search.svg rename to projects/icons-material/src/material/outlined/image_search.svg diff --git a/projects/icons-material/src/outlined/imagesearch_roller.svg b/projects/icons-material/src/material/outlined/imagesearch_roller.svg similarity index 100% rename from projects/icons-material/src/outlined/imagesearch_roller.svg rename to projects/icons-material/src/material/outlined/imagesearch_roller.svg diff --git a/projects/icons-material/src/outlined/import_contacts.svg b/projects/icons-material/src/material/outlined/import_contacts.svg similarity index 100% rename from projects/icons-material/src/outlined/import_contacts.svg rename to projects/icons-material/src/material/outlined/import_contacts.svg diff --git a/projects/icons-material/src/outlined/import_export.svg b/projects/icons-material/src/material/outlined/import_export.svg similarity index 100% rename from projects/icons-material/src/outlined/import_export.svg rename to projects/icons-material/src/material/outlined/import_export.svg diff --git a/projects/icons-material/src/outlined/important_devices.svg b/projects/icons-material/src/material/outlined/important_devices.svg similarity index 100% rename from projects/icons-material/src/outlined/important_devices.svg rename to projects/icons-material/src/material/outlined/important_devices.svg diff --git a/projects/icons-material/src/outlined/inbox.svg b/projects/icons-material/src/material/outlined/inbox.svg similarity index 100% rename from projects/icons-material/src/outlined/inbox.svg rename to projects/icons-material/src/material/outlined/inbox.svg diff --git a/projects/icons-material/src/outlined/incomplete_circle.svg b/projects/icons-material/src/material/outlined/incomplete_circle.svg similarity index 100% rename from projects/icons-material/src/outlined/incomplete_circle.svg rename to projects/icons-material/src/material/outlined/incomplete_circle.svg diff --git a/projects/icons-material/src/outlined/indeterminate_check_box.svg b/projects/icons-material/src/material/outlined/indeterminate_check_box.svg similarity index 100% rename from projects/icons-material/src/outlined/indeterminate_check_box.svg rename to projects/icons-material/src/material/outlined/indeterminate_check_box.svg diff --git a/projects/icons-material/src/outlined/info.svg b/projects/icons-material/src/material/outlined/info.svg similarity index 100% rename from projects/icons-material/src/outlined/info.svg rename to projects/icons-material/src/material/outlined/info.svg diff --git a/projects/icons-material/src/outlined/input.svg b/projects/icons-material/src/material/outlined/input.svg similarity index 100% rename from projects/icons-material/src/outlined/input.svg rename to projects/icons-material/src/material/outlined/input.svg diff --git a/projects/icons-material/src/outlined/insert_chart.svg b/projects/icons-material/src/material/outlined/insert_chart.svg similarity index 100% rename from projects/icons-material/src/outlined/insert_chart.svg rename to projects/icons-material/src/material/outlined/insert_chart.svg diff --git a/projects/icons-material/src/outlined/insert_chart_outlined.svg b/projects/icons-material/src/material/outlined/insert_chart_outlined.svg similarity index 100% rename from projects/icons-material/src/outlined/insert_chart_outlined.svg rename to projects/icons-material/src/material/outlined/insert_chart_outlined.svg diff --git a/projects/icons-material/src/outlined/insert_comment.svg b/projects/icons-material/src/material/outlined/insert_comment.svg similarity index 100% rename from projects/icons-material/src/outlined/insert_comment.svg rename to projects/icons-material/src/material/outlined/insert_comment.svg diff --git a/projects/icons-material/src/outlined/insert_drive_file.svg b/projects/icons-material/src/material/outlined/insert_drive_file.svg similarity index 100% rename from projects/icons-material/src/outlined/insert_drive_file.svg rename to projects/icons-material/src/material/outlined/insert_drive_file.svg diff --git a/projects/icons-material/src/outlined/insert_emoticon.svg b/projects/icons-material/src/material/outlined/insert_emoticon.svg similarity index 100% rename from projects/icons-material/src/outlined/insert_emoticon.svg rename to projects/icons-material/src/material/outlined/insert_emoticon.svg diff --git a/projects/icons-material/src/outlined/insert_invitation.svg b/projects/icons-material/src/material/outlined/insert_invitation.svg similarity index 100% rename from projects/icons-material/src/outlined/insert_invitation.svg rename to projects/icons-material/src/material/outlined/insert_invitation.svg diff --git a/projects/icons-material/src/outlined/insert_link.svg b/projects/icons-material/src/material/outlined/insert_link.svg similarity index 100% rename from projects/icons-material/src/outlined/insert_link.svg rename to projects/icons-material/src/material/outlined/insert_link.svg diff --git a/projects/icons-material/src/outlined/insert_page_break.svg b/projects/icons-material/src/material/outlined/insert_page_break.svg similarity index 100% rename from projects/icons-material/src/outlined/insert_page_break.svg rename to projects/icons-material/src/material/outlined/insert_page_break.svg diff --git a/projects/icons-material/src/outlined/insert_photo.svg b/projects/icons-material/src/material/outlined/insert_photo.svg similarity index 100% rename from projects/icons-material/src/outlined/insert_photo.svg rename to projects/icons-material/src/material/outlined/insert_photo.svg diff --git a/projects/icons-material/src/outlined/insights.svg b/projects/icons-material/src/material/outlined/insights.svg similarity index 100% rename from projects/icons-material/src/outlined/insights.svg rename to projects/icons-material/src/material/outlined/insights.svg diff --git a/projects/icons-material/src/outlined/install_desktop.svg b/projects/icons-material/src/material/outlined/install_desktop.svg similarity index 100% rename from projects/icons-material/src/outlined/install_desktop.svg rename to projects/icons-material/src/material/outlined/install_desktop.svg diff --git a/projects/icons-material/src/outlined/install_mobile.svg b/projects/icons-material/src/material/outlined/install_mobile.svg similarity index 100% rename from projects/icons-material/src/outlined/install_mobile.svg rename to projects/icons-material/src/material/outlined/install_mobile.svg diff --git a/projects/icons-material/src/outlined/integration_instructions.svg b/projects/icons-material/src/material/outlined/integration_instructions.svg similarity index 100% rename from projects/icons-material/src/outlined/integration_instructions.svg rename to projects/icons-material/src/material/outlined/integration_instructions.svg diff --git a/projects/icons-material/src/outlined/interests.svg b/projects/icons-material/src/material/outlined/interests.svg similarity index 100% rename from projects/icons-material/src/outlined/interests.svg rename to projects/icons-material/src/material/outlined/interests.svg diff --git a/projects/icons-material/src/outlined/interpreter_mode.svg b/projects/icons-material/src/material/outlined/interpreter_mode.svg similarity index 100% rename from projects/icons-material/src/outlined/interpreter_mode.svg rename to projects/icons-material/src/material/outlined/interpreter_mode.svg diff --git a/projects/icons-material/src/outlined/inventory.svg b/projects/icons-material/src/material/outlined/inventory.svg similarity index 100% rename from projects/icons-material/src/outlined/inventory.svg rename to projects/icons-material/src/material/outlined/inventory.svg diff --git a/projects/icons-material/src/outlined/inventory_2.svg b/projects/icons-material/src/material/outlined/inventory_2.svg similarity index 100% rename from projects/icons-material/src/outlined/inventory_2.svg rename to projects/icons-material/src/material/outlined/inventory_2.svg diff --git a/projects/icons-material/src/outlined/invert_colors.svg b/projects/icons-material/src/material/outlined/invert_colors.svg similarity index 100% rename from projects/icons-material/src/outlined/invert_colors.svg rename to projects/icons-material/src/material/outlined/invert_colors.svg diff --git a/projects/icons-material/src/outlined/invert_colors_off.svg b/projects/icons-material/src/material/outlined/invert_colors_off.svg similarity index 100% rename from projects/icons-material/src/outlined/invert_colors_off.svg rename to projects/icons-material/src/material/outlined/invert_colors_off.svg diff --git a/projects/icons-material/src/outlined/ios_share.svg b/projects/icons-material/src/material/outlined/ios_share.svg similarity index 100% rename from projects/icons-material/src/outlined/ios_share.svg rename to projects/icons-material/src/material/outlined/ios_share.svg diff --git a/projects/icons-material/src/outlined/iron.svg b/projects/icons-material/src/material/outlined/iron.svg similarity index 100% rename from projects/icons-material/src/outlined/iron.svg rename to projects/icons-material/src/material/outlined/iron.svg diff --git a/projects/icons-material/src/outlined/iso.svg b/projects/icons-material/src/material/outlined/iso.svg similarity index 100% rename from projects/icons-material/src/outlined/iso.svg rename to projects/icons-material/src/material/outlined/iso.svg diff --git a/projects/icons-material/src/outlined/javascript.svg b/projects/icons-material/src/material/outlined/javascript.svg similarity index 100% rename from projects/icons-material/src/outlined/javascript.svg rename to projects/icons-material/src/material/outlined/javascript.svg diff --git a/projects/icons-material/src/outlined/join_full.svg b/projects/icons-material/src/material/outlined/join_full.svg similarity index 100% rename from projects/icons-material/src/outlined/join_full.svg rename to projects/icons-material/src/material/outlined/join_full.svg diff --git a/projects/icons-material/src/outlined/join_inner.svg b/projects/icons-material/src/material/outlined/join_inner.svg similarity index 100% rename from projects/icons-material/src/outlined/join_inner.svg rename to projects/icons-material/src/material/outlined/join_inner.svg diff --git a/projects/icons-material/src/outlined/join_left.svg b/projects/icons-material/src/material/outlined/join_left.svg similarity index 100% rename from projects/icons-material/src/outlined/join_left.svg rename to projects/icons-material/src/material/outlined/join_left.svg diff --git a/projects/icons-material/src/outlined/join_right.svg b/projects/icons-material/src/material/outlined/join_right.svg similarity index 100% rename from projects/icons-material/src/outlined/join_right.svg rename to projects/icons-material/src/material/outlined/join_right.svg diff --git a/projects/icons-material/src/outlined/kayaking.svg b/projects/icons-material/src/material/outlined/kayaking.svg similarity index 100% rename from projects/icons-material/src/outlined/kayaking.svg rename to projects/icons-material/src/material/outlined/kayaking.svg diff --git a/projects/icons-material/src/outlined/kebab_dining.svg b/projects/icons-material/src/material/outlined/kebab_dining.svg similarity index 100% rename from projects/icons-material/src/outlined/kebab_dining.svg rename to projects/icons-material/src/material/outlined/kebab_dining.svg diff --git a/projects/icons-material/src/outlined/key.svg b/projects/icons-material/src/material/outlined/key.svg similarity index 100% rename from projects/icons-material/src/outlined/key.svg rename to projects/icons-material/src/material/outlined/key.svg diff --git a/projects/icons-material/src/outlined/key_off.svg b/projects/icons-material/src/material/outlined/key_off.svg similarity index 100% rename from projects/icons-material/src/outlined/key_off.svg rename to projects/icons-material/src/material/outlined/key_off.svg diff --git a/projects/icons-material/src/outlined/keyboard.svg b/projects/icons-material/src/material/outlined/keyboard.svg similarity index 100% rename from projects/icons-material/src/outlined/keyboard.svg rename to projects/icons-material/src/material/outlined/keyboard.svg diff --git a/projects/icons-material/src/outlined/keyboard_alt.svg b/projects/icons-material/src/material/outlined/keyboard_alt.svg similarity index 100% rename from projects/icons-material/src/outlined/keyboard_alt.svg rename to projects/icons-material/src/material/outlined/keyboard_alt.svg diff --git a/projects/icons-material/src/outlined/keyboard_arrow_down.svg b/projects/icons-material/src/material/outlined/keyboard_arrow_down.svg similarity index 100% rename from projects/icons-material/src/outlined/keyboard_arrow_down.svg rename to projects/icons-material/src/material/outlined/keyboard_arrow_down.svg diff --git a/projects/icons-material/src/outlined/keyboard_arrow_left.svg b/projects/icons-material/src/material/outlined/keyboard_arrow_left.svg similarity index 100% rename from projects/icons-material/src/outlined/keyboard_arrow_left.svg rename to projects/icons-material/src/material/outlined/keyboard_arrow_left.svg diff --git a/projects/icons-material/src/outlined/keyboard_arrow_right.svg b/projects/icons-material/src/material/outlined/keyboard_arrow_right.svg similarity index 100% rename from projects/icons-material/src/outlined/keyboard_arrow_right.svg rename to projects/icons-material/src/material/outlined/keyboard_arrow_right.svg diff --git a/projects/icons-material/src/outlined/keyboard_arrow_up.svg b/projects/icons-material/src/material/outlined/keyboard_arrow_up.svg similarity index 100% rename from projects/icons-material/src/outlined/keyboard_arrow_up.svg rename to projects/icons-material/src/material/outlined/keyboard_arrow_up.svg diff --git a/projects/icons-material/src/outlined/keyboard_backspace.svg b/projects/icons-material/src/material/outlined/keyboard_backspace.svg similarity index 100% rename from projects/icons-material/src/outlined/keyboard_backspace.svg rename to projects/icons-material/src/material/outlined/keyboard_backspace.svg diff --git a/projects/icons-material/src/outlined/keyboard_capslock.svg b/projects/icons-material/src/material/outlined/keyboard_capslock.svg similarity index 100% rename from projects/icons-material/src/outlined/keyboard_capslock.svg rename to projects/icons-material/src/material/outlined/keyboard_capslock.svg diff --git a/projects/icons-material/src/outlined/keyboard_command_key.svg b/projects/icons-material/src/material/outlined/keyboard_command_key.svg similarity index 100% rename from projects/icons-material/src/outlined/keyboard_command_key.svg rename to projects/icons-material/src/material/outlined/keyboard_command_key.svg diff --git a/projects/icons-material/src/outlined/keyboard_control_key.svg b/projects/icons-material/src/material/outlined/keyboard_control_key.svg similarity index 100% rename from projects/icons-material/src/outlined/keyboard_control_key.svg rename to projects/icons-material/src/material/outlined/keyboard_control_key.svg diff --git a/projects/icons-material/src/outlined/keyboard_double_arrow_down.svg b/projects/icons-material/src/material/outlined/keyboard_double_arrow_down.svg similarity index 100% rename from projects/icons-material/src/outlined/keyboard_double_arrow_down.svg rename to projects/icons-material/src/material/outlined/keyboard_double_arrow_down.svg diff --git a/projects/icons-material/src/outlined/keyboard_double_arrow_left.svg b/projects/icons-material/src/material/outlined/keyboard_double_arrow_left.svg similarity index 100% rename from projects/icons-material/src/outlined/keyboard_double_arrow_left.svg rename to projects/icons-material/src/material/outlined/keyboard_double_arrow_left.svg diff --git a/projects/icons-material/src/outlined/keyboard_double_arrow_right.svg b/projects/icons-material/src/material/outlined/keyboard_double_arrow_right.svg similarity index 100% rename from projects/icons-material/src/outlined/keyboard_double_arrow_right.svg rename to projects/icons-material/src/material/outlined/keyboard_double_arrow_right.svg diff --git a/projects/icons-material/src/outlined/keyboard_double_arrow_up.svg b/projects/icons-material/src/material/outlined/keyboard_double_arrow_up.svg similarity index 100% rename from projects/icons-material/src/outlined/keyboard_double_arrow_up.svg rename to projects/icons-material/src/material/outlined/keyboard_double_arrow_up.svg diff --git a/projects/icons-material/src/outlined/keyboard_hide.svg b/projects/icons-material/src/material/outlined/keyboard_hide.svg similarity index 100% rename from projects/icons-material/src/outlined/keyboard_hide.svg rename to projects/icons-material/src/material/outlined/keyboard_hide.svg diff --git a/projects/icons-material/src/outlined/keyboard_option_key.svg b/projects/icons-material/src/material/outlined/keyboard_option_key.svg similarity index 100% rename from projects/icons-material/src/outlined/keyboard_option_key.svg rename to projects/icons-material/src/material/outlined/keyboard_option_key.svg diff --git a/projects/icons-material/src/outlined/keyboard_return.svg b/projects/icons-material/src/material/outlined/keyboard_return.svg similarity index 100% rename from projects/icons-material/src/outlined/keyboard_return.svg rename to projects/icons-material/src/material/outlined/keyboard_return.svg diff --git a/projects/icons-material/src/outlined/keyboard_tab.svg b/projects/icons-material/src/material/outlined/keyboard_tab.svg similarity index 100% rename from projects/icons-material/src/outlined/keyboard_tab.svg rename to projects/icons-material/src/material/outlined/keyboard_tab.svg diff --git a/projects/icons-material/src/outlined/keyboard_voice.svg b/projects/icons-material/src/material/outlined/keyboard_voice.svg similarity index 100% rename from projects/icons-material/src/outlined/keyboard_voice.svg rename to projects/icons-material/src/material/outlined/keyboard_voice.svg diff --git a/projects/icons-material/src/outlined/king_bed.svg b/projects/icons-material/src/material/outlined/king_bed.svg similarity index 100% rename from projects/icons-material/src/outlined/king_bed.svg rename to projects/icons-material/src/material/outlined/king_bed.svg diff --git a/projects/icons-material/src/outlined/kitchen.svg b/projects/icons-material/src/material/outlined/kitchen.svg similarity index 100% rename from projects/icons-material/src/outlined/kitchen.svg rename to projects/icons-material/src/material/outlined/kitchen.svg diff --git a/projects/icons-material/src/outlined/kitesurfing.svg b/projects/icons-material/src/material/outlined/kitesurfing.svg similarity index 100% rename from projects/icons-material/src/outlined/kitesurfing.svg rename to projects/icons-material/src/material/outlined/kitesurfing.svg diff --git a/projects/icons-material/src/outlined/label.svg b/projects/icons-material/src/material/outlined/label.svg similarity index 100% rename from projects/icons-material/src/outlined/label.svg rename to projects/icons-material/src/material/outlined/label.svg diff --git a/projects/icons-material/src/outlined/label_important.svg b/projects/icons-material/src/material/outlined/label_important.svg similarity index 100% rename from projects/icons-material/src/outlined/label_important.svg rename to projects/icons-material/src/material/outlined/label_important.svg diff --git a/projects/icons-material/src/outlined/label_off.svg b/projects/icons-material/src/material/outlined/label_off.svg similarity index 100% rename from projects/icons-material/src/outlined/label_off.svg rename to projects/icons-material/src/material/outlined/label_off.svg diff --git a/projects/icons-material/src/outlined/lan.svg b/projects/icons-material/src/material/outlined/lan.svg similarity index 100% rename from projects/icons-material/src/outlined/lan.svg rename to projects/icons-material/src/material/outlined/lan.svg diff --git a/projects/icons-material/src/outlined/landscape.svg b/projects/icons-material/src/material/outlined/landscape.svg similarity index 100% rename from projects/icons-material/src/outlined/landscape.svg rename to projects/icons-material/src/material/outlined/landscape.svg diff --git a/projects/icons-material/src/outlined/landslide.svg b/projects/icons-material/src/material/outlined/landslide.svg similarity index 100% rename from projects/icons-material/src/outlined/landslide.svg rename to projects/icons-material/src/material/outlined/landslide.svg diff --git a/projects/icons-material/src/outlined/language.svg b/projects/icons-material/src/material/outlined/language.svg similarity index 100% rename from projects/icons-material/src/outlined/language.svg rename to projects/icons-material/src/material/outlined/language.svg diff --git a/projects/icons-material/src/outlined/laptop.svg b/projects/icons-material/src/material/outlined/laptop.svg similarity index 100% rename from projects/icons-material/src/outlined/laptop.svg rename to projects/icons-material/src/material/outlined/laptop.svg diff --git a/projects/icons-material/src/outlined/laptop_chromebook.svg b/projects/icons-material/src/material/outlined/laptop_chromebook.svg similarity index 100% rename from projects/icons-material/src/outlined/laptop_chromebook.svg rename to projects/icons-material/src/material/outlined/laptop_chromebook.svg diff --git a/projects/icons-material/src/outlined/laptop_mac.svg b/projects/icons-material/src/material/outlined/laptop_mac.svg similarity index 100% rename from projects/icons-material/src/outlined/laptop_mac.svg rename to projects/icons-material/src/material/outlined/laptop_mac.svg diff --git a/projects/icons-material/src/outlined/laptop_windows.svg b/projects/icons-material/src/material/outlined/laptop_windows.svg similarity index 100% rename from projects/icons-material/src/outlined/laptop_windows.svg rename to projects/icons-material/src/material/outlined/laptop_windows.svg diff --git a/projects/icons-material/src/outlined/last_page.svg b/projects/icons-material/src/material/outlined/last_page.svg similarity index 100% rename from projects/icons-material/src/outlined/last_page.svg rename to projects/icons-material/src/material/outlined/last_page.svg diff --git a/projects/icons-material/src/outlined/launch.svg b/projects/icons-material/src/material/outlined/launch.svg similarity index 100% rename from projects/icons-material/src/outlined/launch.svg rename to projects/icons-material/src/material/outlined/launch.svg diff --git a/projects/icons-material/src/outlined/layers.svg b/projects/icons-material/src/material/outlined/layers.svg similarity index 100% rename from projects/icons-material/src/outlined/layers.svg rename to projects/icons-material/src/material/outlined/layers.svg diff --git a/projects/icons-material/src/outlined/layers_clear.svg b/projects/icons-material/src/material/outlined/layers_clear.svg similarity index 100% rename from projects/icons-material/src/outlined/layers_clear.svg rename to projects/icons-material/src/material/outlined/layers_clear.svg diff --git a/projects/icons-material/src/outlined/leaderboard.svg b/projects/icons-material/src/material/outlined/leaderboard.svg similarity index 100% rename from projects/icons-material/src/outlined/leaderboard.svg rename to projects/icons-material/src/material/outlined/leaderboard.svg diff --git a/projects/icons-material/src/outlined/leak_add.svg b/projects/icons-material/src/material/outlined/leak_add.svg similarity index 100% rename from projects/icons-material/src/outlined/leak_add.svg rename to projects/icons-material/src/material/outlined/leak_add.svg diff --git a/projects/icons-material/src/outlined/leak_remove.svg b/projects/icons-material/src/material/outlined/leak_remove.svg similarity index 100% rename from projects/icons-material/src/outlined/leak_remove.svg rename to projects/icons-material/src/material/outlined/leak_remove.svg diff --git a/projects/icons-material/src/outlined/legend_toggle.svg b/projects/icons-material/src/material/outlined/legend_toggle.svg similarity index 100% rename from projects/icons-material/src/outlined/legend_toggle.svg rename to projects/icons-material/src/material/outlined/legend_toggle.svg diff --git a/projects/icons-material/src/outlined/lens.svg b/projects/icons-material/src/material/outlined/lens.svg similarity index 100% rename from projects/icons-material/src/outlined/lens.svg rename to projects/icons-material/src/material/outlined/lens.svg diff --git a/projects/icons-material/src/outlined/lens_blur.svg b/projects/icons-material/src/material/outlined/lens_blur.svg similarity index 100% rename from projects/icons-material/src/outlined/lens_blur.svg rename to projects/icons-material/src/material/outlined/lens_blur.svg diff --git a/projects/icons-material/src/outlined/library_add.svg b/projects/icons-material/src/material/outlined/library_add.svg similarity index 100% rename from projects/icons-material/src/outlined/library_add.svg rename to projects/icons-material/src/material/outlined/library_add.svg diff --git a/projects/icons-material/src/outlined/library_add_check.svg b/projects/icons-material/src/material/outlined/library_add_check.svg similarity index 100% rename from projects/icons-material/src/outlined/library_add_check.svg rename to projects/icons-material/src/material/outlined/library_add_check.svg diff --git a/projects/icons-material/src/outlined/library_books.svg b/projects/icons-material/src/material/outlined/library_books.svg similarity index 100% rename from projects/icons-material/src/outlined/library_books.svg rename to projects/icons-material/src/material/outlined/library_books.svg diff --git a/projects/icons-material/src/outlined/library_music.svg b/projects/icons-material/src/material/outlined/library_music.svg similarity index 100% rename from projects/icons-material/src/outlined/library_music.svg rename to projects/icons-material/src/material/outlined/library_music.svg diff --git a/projects/icons-material/src/outlined/light.svg b/projects/icons-material/src/material/outlined/light.svg similarity index 100% rename from projects/icons-material/src/outlined/light.svg rename to projects/icons-material/src/material/outlined/light.svg diff --git a/projects/icons-material/src/outlined/light_mode.svg b/projects/icons-material/src/material/outlined/light_mode.svg similarity index 100% rename from projects/icons-material/src/outlined/light_mode.svg rename to projects/icons-material/src/material/outlined/light_mode.svg diff --git a/projects/icons-material/src/outlined/lightbulb.svg b/projects/icons-material/src/material/outlined/lightbulb.svg similarity index 100% rename from projects/icons-material/src/outlined/lightbulb.svg rename to projects/icons-material/src/material/outlined/lightbulb.svg diff --git a/projects/icons-material/src/outlined/lightbulb_circle.svg b/projects/icons-material/src/material/outlined/lightbulb_circle.svg similarity index 100% rename from projects/icons-material/src/outlined/lightbulb_circle.svg rename to projects/icons-material/src/material/outlined/lightbulb_circle.svg diff --git a/projects/icons-material/src/outlined/line_axis.svg b/projects/icons-material/src/material/outlined/line_axis.svg similarity index 100% rename from projects/icons-material/src/outlined/line_axis.svg rename to projects/icons-material/src/material/outlined/line_axis.svg diff --git a/projects/icons-material/src/outlined/line_style.svg b/projects/icons-material/src/material/outlined/line_style.svg similarity index 100% rename from projects/icons-material/src/outlined/line_style.svg rename to projects/icons-material/src/material/outlined/line_style.svg diff --git a/projects/icons-material/src/outlined/line_weight.svg b/projects/icons-material/src/material/outlined/line_weight.svg similarity index 100% rename from projects/icons-material/src/outlined/line_weight.svg rename to projects/icons-material/src/material/outlined/line_weight.svg diff --git a/projects/icons-material/src/outlined/linear_scale.svg b/projects/icons-material/src/material/outlined/linear_scale.svg similarity index 100% rename from projects/icons-material/src/outlined/linear_scale.svg rename to projects/icons-material/src/material/outlined/linear_scale.svg diff --git a/projects/icons-material/src/outlined/link.svg b/projects/icons-material/src/material/outlined/link.svg similarity index 100% rename from projects/icons-material/src/outlined/link.svg rename to projects/icons-material/src/material/outlined/link.svg diff --git a/projects/icons-material/src/outlined/link_off.svg b/projects/icons-material/src/material/outlined/link_off.svg similarity index 100% rename from projects/icons-material/src/outlined/link_off.svg rename to projects/icons-material/src/material/outlined/link_off.svg diff --git a/projects/icons-material/src/outlined/linked_camera.svg b/projects/icons-material/src/material/outlined/linked_camera.svg similarity index 100% rename from projects/icons-material/src/outlined/linked_camera.svg rename to projects/icons-material/src/material/outlined/linked_camera.svg diff --git a/projects/icons-material/src/outlined/liquor.svg b/projects/icons-material/src/material/outlined/liquor.svg similarity index 100% rename from projects/icons-material/src/outlined/liquor.svg rename to projects/icons-material/src/material/outlined/liquor.svg diff --git a/projects/icons-material/src/outlined/list.svg b/projects/icons-material/src/material/outlined/list.svg similarity index 100% rename from projects/icons-material/src/outlined/list.svg rename to projects/icons-material/src/material/outlined/list.svg diff --git a/projects/icons-material/src/outlined/list_alt.svg b/projects/icons-material/src/material/outlined/list_alt.svg similarity index 100% rename from projects/icons-material/src/outlined/list_alt.svg rename to projects/icons-material/src/material/outlined/list_alt.svg diff --git a/projects/icons-material/src/outlined/live_help.svg b/projects/icons-material/src/material/outlined/live_help.svg similarity index 100% rename from projects/icons-material/src/outlined/live_help.svg rename to projects/icons-material/src/material/outlined/live_help.svg diff --git a/projects/icons-material/src/outlined/live_tv.svg b/projects/icons-material/src/material/outlined/live_tv.svg similarity index 100% rename from projects/icons-material/src/outlined/live_tv.svg rename to projects/icons-material/src/material/outlined/live_tv.svg diff --git a/projects/icons-material/src/outlined/living.svg b/projects/icons-material/src/material/outlined/living.svg similarity index 100% rename from projects/icons-material/src/outlined/living.svg rename to projects/icons-material/src/material/outlined/living.svg diff --git a/projects/icons-material/src/outlined/local_activity.svg b/projects/icons-material/src/material/outlined/local_activity.svg similarity index 100% rename from projects/icons-material/src/outlined/local_activity.svg rename to projects/icons-material/src/material/outlined/local_activity.svg diff --git a/projects/icons-material/src/outlined/local_airport.svg b/projects/icons-material/src/material/outlined/local_airport.svg similarity index 100% rename from projects/icons-material/src/outlined/local_airport.svg rename to projects/icons-material/src/material/outlined/local_airport.svg diff --git a/projects/icons-material/src/outlined/local_atm.svg b/projects/icons-material/src/material/outlined/local_atm.svg similarity index 100% rename from projects/icons-material/src/outlined/local_atm.svg rename to projects/icons-material/src/material/outlined/local_atm.svg diff --git a/projects/icons-material/src/outlined/local_bar.svg b/projects/icons-material/src/material/outlined/local_bar.svg similarity index 100% rename from projects/icons-material/src/outlined/local_bar.svg rename to projects/icons-material/src/material/outlined/local_bar.svg diff --git a/projects/icons-material/src/outlined/local_cafe.svg b/projects/icons-material/src/material/outlined/local_cafe.svg similarity index 100% rename from projects/icons-material/src/outlined/local_cafe.svg rename to projects/icons-material/src/material/outlined/local_cafe.svg diff --git a/projects/icons-material/src/outlined/local_car_wash.svg b/projects/icons-material/src/material/outlined/local_car_wash.svg similarity index 100% rename from projects/icons-material/src/outlined/local_car_wash.svg rename to projects/icons-material/src/material/outlined/local_car_wash.svg diff --git a/projects/icons-material/src/outlined/local_convenience_store.svg b/projects/icons-material/src/material/outlined/local_convenience_store.svg similarity index 100% rename from projects/icons-material/src/outlined/local_convenience_store.svg rename to projects/icons-material/src/material/outlined/local_convenience_store.svg diff --git a/projects/icons-material/src/outlined/local_dining.svg b/projects/icons-material/src/material/outlined/local_dining.svg similarity index 100% rename from projects/icons-material/src/outlined/local_dining.svg rename to projects/icons-material/src/material/outlined/local_dining.svg diff --git a/projects/icons-material/src/outlined/local_drink.svg b/projects/icons-material/src/material/outlined/local_drink.svg similarity index 100% rename from projects/icons-material/src/outlined/local_drink.svg rename to projects/icons-material/src/material/outlined/local_drink.svg diff --git a/projects/icons-material/src/outlined/local_fire_department.svg b/projects/icons-material/src/material/outlined/local_fire_department.svg similarity index 100% rename from projects/icons-material/src/outlined/local_fire_department.svg rename to projects/icons-material/src/material/outlined/local_fire_department.svg diff --git a/projects/icons-material/src/outlined/local_florist.svg b/projects/icons-material/src/material/outlined/local_florist.svg similarity index 100% rename from projects/icons-material/src/outlined/local_florist.svg rename to projects/icons-material/src/material/outlined/local_florist.svg diff --git a/projects/icons-material/src/outlined/local_gas_station.svg b/projects/icons-material/src/material/outlined/local_gas_station.svg similarity index 100% rename from projects/icons-material/src/outlined/local_gas_station.svg rename to projects/icons-material/src/material/outlined/local_gas_station.svg diff --git a/projects/icons-material/src/outlined/local_grocery_store.svg b/projects/icons-material/src/material/outlined/local_grocery_store.svg similarity index 100% rename from projects/icons-material/src/outlined/local_grocery_store.svg rename to projects/icons-material/src/material/outlined/local_grocery_store.svg diff --git a/projects/icons-material/src/outlined/local_hospital.svg b/projects/icons-material/src/material/outlined/local_hospital.svg similarity index 100% rename from projects/icons-material/src/outlined/local_hospital.svg rename to projects/icons-material/src/material/outlined/local_hospital.svg diff --git a/projects/icons-material/src/outlined/local_hotel.svg b/projects/icons-material/src/material/outlined/local_hotel.svg similarity index 100% rename from projects/icons-material/src/outlined/local_hotel.svg rename to projects/icons-material/src/material/outlined/local_hotel.svg diff --git a/projects/icons-material/src/outlined/local_laundry_service.svg b/projects/icons-material/src/material/outlined/local_laundry_service.svg similarity index 100% rename from projects/icons-material/src/outlined/local_laundry_service.svg rename to projects/icons-material/src/material/outlined/local_laundry_service.svg diff --git a/projects/icons-material/src/outlined/local_library.svg b/projects/icons-material/src/material/outlined/local_library.svg similarity index 100% rename from projects/icons-material/src/outlined/local_library.svg rename to projects/icons-material/src/material/outlined/local_library.svg diff --git a/projects/icons-material/src/outlined/local_mall.svg b/projects/icons-material/src/material/outlined/local_mall.svg similarity index 100% rename from projects/icons-material/src/outlined/local_mall.svg rename to projects/icons-material/src/material/outlined/local_mall.svg diff --git a/projects/icons-material/src/outlined/local_movies.svg b/projects/icons-material/src/material/outlined/local_movies.svg similarity index 100% rename from projects/icons-material/src/outlined/local_movies.svg rename to projects/icons-material/src/material/outlined/local_movies.svg diff --git a/projects/icons-material/src/outlined/local_offer.svg b/projects/icons-material/src/material/outlined/local_offer.svg similarity index 100% rename from projects/icons-material/src/outlined/local_offer.svg rename to projects/icons-material/src/material/outlined/local_offer.svg diff --git a/projects/icons-material/src/outlined/local_parking.svg b/projects/icons-material/src/material/outlined/local_parking.svg similarity index 100% rename from projects/icons-material/src/outlined/local_parking.svg rename to projects/icons-material/src/material/outlined/local_parking.svg diff --git a/projects/icons-material/src/outlined/local_pharmacy.svg b/projects/icons-material/src/material/outlined/local_pharmacy.svg similarity index 100% rename from projects/icons-material/src/outlined/local_pharmacy.svg rename to projects/icons-material/src/material/outlined/local_pharmacy.svg diff --git a/projects/icons-material/src/outlined/local_phone.svg b/projects/icons-material/src/material/outlined/local_phone.svg similarity index 100% rename from projects/icons-material/src/outlined/local_phone.svg rename to projects/icons-material/src/material/outlined/local_phone.svg diff --git a/projects/icons-material/src/outlined/local_pizza.svg b/projects/icons-material/src/material/outlined/local_pizza.svg similarity index 100% rename from projects/icons-material/src/outlined/local_pizza.svg rename to projects/icons-material/src/material/outlined/local_pizza.svg diff --git a/projects/icons-material/src/outlined/local_play.svg b/projects/icons-material/src/material/outlined/local_play.svg similarity index 100% rename from projects/icons-material/src/outlined/local_play.svg rename to projects/icons-material/src/material/outlined/local_play.svg diff --git a/projects/icons-material/src/outlined/local_police.svg b/projects/icons-material/src/material/outlined/local_police.svg similarity index 100% rename from projects/icons-material/src/outlined/local_police.svg rename to projects/icons-material/src/material/outlined/local_police.svg diff --git a/projects/icons-material/src/outlined/local_post_office.svg b/projects/icons-material/src/material/outlined/local_post_office.svg similarity index 100% rename from projects/icons-material/src/outlined/local_post_office.svg rename to projects/icons-material/src/material/outlined/local_post_office.svg diff --git a/projects/icons-material/src/outlined/local_printshop.svg b/projects/icons-material/src/material/outlined/local_printshop.svg similarity index 100% rename from projects/icons-material/src/outlined/local_printshop.svg rename to projects/icons-material/src/material/outlined/local_printshop.svg diff --git a/projects/icons-material/src/outlined/local_see.svg b/projects/icons-material/src/material/outlined/local_see.svg similarity index 100% rename from projects/icons-material/src/outlined/local_see.svg rename to projects/icons-material/src/material/outlined/local_see.svg diff --git a/projects/icons-material/src/outlined/local_shipping.svg b/projects/icons-material/src/material/outlined/local_shipping.svg similarity index 100% rename from projects/icons-material/src/outlined/local_shipping.svg rename to projects/icons-material/src/material/outlined/local_shipping.svg diff --git a/projects/icons-material/src/outlined/local_taxi.svg b/projects/icons-material/src/material/outlined/local_taxi.svg similarity index 100% rename from projects/icons-material/src/outlined/local_taxi.svg rename to projects/icons-material/src/material/outlined/local_taxi.svg diff --git a/projects/icons-material/src/outlined/location_city.svg b/projects/icons-material/src/material/outlined/location_city.svg similarity index 100% rename from projects/icons-material/src/outlined/location_city.svg rename to projects/icons-material/src/material/outlined/location_city.svg diff --git a/projects/icons-material/src/outlined/location_disabled.svg b/projects/icons-material/src/material/outlined/location_disabled.svg similarity index 100% rename from projects/icons-material/src/outlined/location_disabled.svg rename to projects/icons-material/src/material/outlined/location_disabled.svg diff --git a/projects/icons-material/src/outlined/location_off.svg b/projects/icons-material/src/material/outlined/location_off.svg similarity index 100% rename from projects/icons-material/src/outlined/location_off.svg rename to projects/icons-material/src/material/outlined/location_off.svg diff --git a/projects/icons-material/src/outlined/location_on.svg b/projects/icons-material/src/material/outlined/location_on.svg similarity index 100% rename from projects/icons-material/src/outlined/location_on.svg rename to projects/icons-material/src/material/outlined/location_on.svg diff --git a/projects/icons-material/src/outlined/location_searching.svg b/projects/icons-material/src/material/outlined/location_searching.svg similarity index 100% rename from projects/icons-material/src/outlined/location_searching.svg rename to projects/icons-material/src/material/outlined/location_searching.svg diff --git a/projects/icons-material/src/outlined/lock.svg b/projects/icons-material/src/material/outlined/lock.svg similarity index 100% rename from projects/icons-material/src/outlined/lock.svg rename to projects/icons-material/src/material/outlined/lock.svg diff --git a/projects/icons-material/src/outlined/lock_clock.svg b/projects/icons-material/src/material/outlined/lock_clock.svg similarity index 100% rename from projects/icons-material/src/outlined/lock_clock.svg rename to projects/icons-material/src/material/outlined/lock_clock.svg diff --git a/projects/icons-material/src/outlined/lock_open.svg b/projects/icons-material/src/material/outlined/lock_open.svg similarity index 100% rename from projects/icons-material/src/outlined/lock_open.svg rename to projects/icons-material/src/material/outlined/lock_open.svg diff --git a/projects/icons-material/src/outlined/lock_person.svg b/projects/icons-material/src/material/outlined/lock_person.svg similarity index 100% rename from projects/icons-material/src/outlined/lock_person.svg rename to projects/icons-material/src/material/outlined/lock_person.svg diff --git a/projects/icons-material/src/outlined/lock_reset.svg b/projects/icons-material/src/material/outlined/lock_reset.svg similarity index 100% rename from projects/icons-material/src/outlined/lock_reset.svg rename to projects/icons-material/src/material/outlined/lock_reset.svg diff --git a/projects/icons-material/src/outlined/login.svg b/projects/icons-material/src/material/outlined/login.svg similarity index 100% rename from projects/icons-material/src/outlined/login.svg rename to projects/icons-material/src/material/outlined/login.svg diff --git a/projects/icons-material/src/outlined/logo_dev.svg b/projects/icons-material/src/material/outlined/logo_dev.svg similarity index 100% rename from projects/icons-material/src/outlined/logo_dev.svg rename to projects/icons-material/src/material/outlined/logo_dev.svg diff --git a/projects/icons-material/src/outlined/logout.svg b/projects/icons-material/src/material/outlined/logout.svg similarity index 100% rename from projects/icons-material/src/outlined/logout.svg rename to projects/icons-material/src/material/outlined/logout.svg diff --git a/projects/icons-material/src/outlined/looks.svg b/projects/icons-material/src/material/outlined/looks.svg similarity index 100% rename from projects/icons-material/src/outlined/looks.svg rename to projects/icons-material/src/material/outlined/looks.svg diff --git a/projects/icons-material/src/outlined/looks_3.svg b/projects/icons-material/src/material/outlined/looks_3.svg similarity index 100% rename from projects/icons-material/src/outlined/looks_3.svg rename to projects/icons-material/src/material/outlined/looks_3.svg diff --git a/projects/icons-material/src/outlined/looks_4.svg b/projects/icons-material/src/material/outlined/looks_4.svg similarity index 100% rename from projects/icons-material/src/outlined/looks_4.svg rename to projects/icons-material/src/material/outlined/looks_4.svg diff --git a/projects/icons-material/src/outlined/looks_5.svg b/projects/icons-material/src/material/outlined/looks_5.svg similarity index 100% rename from projects/icons-material/src/outlined/looks_5.svg rename to projects/icons-material/src/material/outlined/looks_5.svg diff --git a/projects/icons-material/src/outlined/looks_6.svg b/projects/icons-material/src/material/outlined/looks_6.svg similarity index 100% rename from projects/icons-material/src/outlined/looks_6.svg rename to projects/icons-material/src/material/outlined/looks_6.svg diff --git a/projects/icons-material/src/outlined/looks_one.svg b/projects/icons-material/src/material/outlined/looks_one.svg similarity index 100% rename from projects/icons-material/src/outlined/looks_one.svg rename to projects/icons-material/src/material/outlined/looks_one.svg diff --git a/projects/icons-material/src/outlined/looks_two.svg b/projects/icons-material/src/material/outlined/looks_two.svg similarity index 100% rename from projects/icons-material/src/outlined/looks_two.svg rename to projects/icons-material/src/material/outlined/looks_two.svg diff --git a/projects/icons-material/src/outlined/loop.svg b/projects/icons-material/src/material/outlined/loop.svg similarity index 100% rename from projects/icons-material/src/outlined/loop.svg rename to projects/icons-material/src/material/outlined/loop.svg diff --git a/projects/icons-material/src/outlined/loupe.svg b/projects/icons-material/src/material/outlined/loupe.svg similarity index 100% rename from projects/icons-material/src/outlined/loupe.svg rename to projects/icons-material/src/material/outlined/loupe.svg diff --git a/projects/icons-material/src/outlined/low_priority.svg b/projects/icons-material/src/material/outlined/low_priority.svg similarity index 100% rename from projects/icons-material/src/outlined/low_priority.svg rename to projects/icons-material/src/material/outlined/low_priority.svg diff --git a/projects/icons-material/src/outlined/loyalty.svg b/projects/icons-material/src/material/outlined/loyalty.svg similarity index 100% rename from projects/icons-material/src/outlined/loyalty.svg rename to projects/icons-material/src/material/outlined/loyalty.svg diff --git a/projects/icons-material/src/outlined/lte_mobiledata.svg b/projects/icons-material/src/material/outlined/lte_mobiledata.svg similarity index 100% rename from projects/icons-material/src/outlined/lte_mobiledata.svg rename to projects/icons-material/src/material/outlined/lte_mobiledata.svg diff --git a/projects/icons-material/src/outlined/lte_plus_mobiledata.svg b/projects/icons-material/src/material/outlined/lte_plus_mobiledata.svg similarity index 100% rename from projects/icons-material/src/outlined/lte_plus_mobiledata.svg rename to projects/icons-material/src/material/outlined/lte_plus_mobiledata.svg diff --git a/projects/icons-material/src/outlined/luggage.svg b/projects/icons-material/src/material/outlined/luggage.svg similarity index 100% rename from projects/icons-material/src/outlined/luggage.svg rename to projects/icons-material/src/material/outlined/luggage.svg diff --git a/projects/icons-material/src/outlined/lunch_dining.svg b/projects/icons-material/src/material/outlined/lunch_dining.svg similarity index 100% rename from projects/icons-material/src/outlined/lunch_dining.svg rename to projects/icons-material/src/material/outlined/lunch_dining.svg diff --git a/projects/icons-material/src/outlined/lyrics.svg b/projects/icons-material/src/material/outlined/lyrics.svg similarity index 100% rename from projects/icons-material/src/outlined/lyrics.svg rename to projects/icons-material/src/material/outlined/lyrics.svg diff --git a/projects/icons-material/src/outlined/macro_off.svg b/projects/icons-material/src/material/outlined/macro_off.svg similarity index 100% rename from projects/icons-material/src/outlined/macro_off.svg rename to projects/icons-material/src/material/outlined/macro_off.svg diff --git a/projects/icons-material/src/outlined/mail.svg b/projects/icons-material/src/material/outlined/mail.svg similarity index 100% rename from projects/icons-material/src/outlined/mail.svg rename to projects/icons-material/src/material/outlined/mail.svg diff --git a/projects/icons-material/src/outlined/mail_lock.svg b/projects/icons-material/src/material/outlined/mail_lock.svg similarity index 100% rename from projects/icons-material/src/outlined/mail_lock.svg rename to projects/icons-material/src/material/outlined/mail_lock.svg diff --git a/projects/icons-material/src/outlined/mail_outline.svg b/projects/icons-material/src/material/outlined/mail_outline.svg similarity index 100% rename from projects/icons-material/src/outlined/mail_outline.svg rename to projects/icons-material/src/material/outlined/mail_outline.svg diff --git a/projects/icons-material/src/outlined/male.svg b/projects/icons-material/src/material/outlined/male.svg similarity index 100% rename from projects/icons-material/src/outlined/male.svg rename to projects/icons-material/src/material/outlined/male.svg diff --git a/projects/icons-material/src/outlined/man.svg b/projects/icons-material/src/material/outlined/man.svg similarity index 100% rename from projects/icons-material/src/outlined/man.svg rename to projects/icons-material/src/material/outlined/man.svg diff --git a/projects/icons-material/src/outlined/man_2.svg b/projects/icons-material/src/material/outlined/man_2.svg similarity index 100% rename from projects/icons-material/src/outlined/man_2.svg rename to projects/icons-material/src/material/outlined/man_2.svg diff --git a/projects/icons-material/src/outlined/man_3.svg b/projects/icons-material/src/material/outlined/man_3.svg similarity index 100% rename from projects/icons-material/src/outlined/man_3.svg rename to projects/icons-material/src/material/outlined/man_3.svg diff --git a/projects/icons-material/src/outlined/man_4.svg b/projects/icons-material/src/material/outlined/man_4.svg similarity index 100% rename from projects/icons-material/src/outlined/man_4.svg rename to projects/icons-material/src/material/outlined/man_4.svg diff --git a/projects/icons-material/src/outlined/manage_accounts.svg b/projects/icons-material/src/material/outlined/manage_accounts.svg similarity index 100% rename from projects/icons-material/src/outlined/manage_accounts.svg rename to projects/icons-material/src/material/outlined/manage_accounts.svg diff --git a/projects/icons-material/src/outlined/manage_history.svg b/projects/icons-material/src/material/outlined/manage_history.svg similarity index 100% rename from projects/icons-material/src/outlined/manage_history.svg rename to projects/icons-material/src/material/outlined/manage_history.svg diff --git a/projects/icons-material/src/outlined/manage_search.svg b/projects/icons-material/src/material/outlined/manage_search.svg similarity index 100% rename from projects/icons-material/src/outlined/manage_search.svg rename to projects/icons-material/src/material/outlined/manage_search.svg diff --git a/projects/icons-material/src/outlined/map.svg b/projects/icons-material/src/material/outlined/map.svg similarity index 100% rename from projects/icons-material/src/outlined/map.svg rename to projects/icons-material/src/material/outlined/map.svg diff --git a/projects/icons-material/src/outlined/maps_home_work.svg b/projects/icons-material/src/material/outlined/maps_home_work.svg similarity index 100% rename from projects/icons-material/src/outlined/maps_home_work.svg rename to projects/icons-material/src/material/outlined/maps_home_work.svg diff --git a/projects/icons-material/src/outlined/maps_ugc.svg b/projects/icons-material/src/material/outlined/maps_ugc.svg similarity index 100% rename from projects/icons-material/src/outlined/maps_ugc.svg rename to projects/icons-material/src/material/outlined/maps_ugc.svg diff --git a/projects/icons-material/src/outlined/margin.svg b/projects/icons-material/src/material/outlined/margin.svg similarity index 100% rename from projects/icons-material/src/outlined/margin.svg rename to projects/icons-material/src/material/outlined/margin.svg diff --git a/projects/icons-material/src/outlined/mark_as_unread.svg b/projects/icons-material/src/material/outlined/mark_as_unread.svg similarity index 100% rename from projects/icons-material/src/outlined/mark_as_unread.svg rename to projects/icons-material/src/material/outlined/mark_as_unread.svg diff --git a/projects/icons-material/src/outlined/mark_chat_read.svg b/projects/icons-material/src/material/outlined/mark_chat_read.svg similarity index 100% rename from projects/icons-material/src/outlined/mark_chat_read.svg rename to projects/icons-material/src/material/outlined/mark_chat_read.svg diff --git a/projects/icons-material/src/outlined/mark_chat_unread.svg b/projects/icons-material/src/material/outlined/mark_chat_unread.svg similarity index 100% rename from projects/icons-material/src/outlined/mark_chat_unread.svg rename to projects/icons-material/src/material/outlined/mark_chat_unread.svg diff --git a/projects/icons-material/src/outlined/mark_email_read.svg b/projects/icons-material/src/material/outlined/mark_email_read.svg similarity index 100% rename from projects/icons-material/src/outlined/mark_email_read.svg rename to projects/icons-material/src/material/outlined/mark_email_read.svg diff --git a/projects/icons-material/src/outlined/mark_email_unread.svg b/projects/icons-material/src/material/outlined/mark_email_unread.svg similarity index 100% rename from projects/icons-material/src/outlined/mark_email_unread.svg rename to projects/icons-material/src/material/outlined/mark_email_unread.svg diff --git a/projects/icons-material/src/outlined/mark_unread_chat_alt.svg b/projects/icons-material/src/material/outlined/mark_unread_chat_alt.svg similarity index 100% rename from projects/icons-material/src/outlined/mark_unread_chat_alt.svg rename to projects/icons-material/src/material/outlined/mark_unread_chat_alt.svg diff --git a/projects/icons-material/src/outlined/markunread.svg b/projects/icons-material/src/material/outlined/markunread.svg similarity index 100% rename from projects/icons-material/src/outlined/markunread.svg rename to projects/icons-material/src/material/outlined/markunread.svg diff --git a/projects/icons-material/src/outlined/markunread_mailbox.svg b/projects/icons-material/src/material/outlined/markunread_mailbox.svg similarity index 100% rename from projects/icons-material/src/outlined/markunread_mailbox.svg rename to projects/icons-material/src/material/outlined/markunread_mailbox.svg diff --git a/projects/icons-material/src/outlined/masks.svg b/projects/icons-material/src/material/outlined/masks.svg similarity index 100% rename from projects/icons-material/src/outlined/masks.svg rename to projects/icons-material/src/material/outlined/masks.svg diff --git a/projects/icons-material/src/outlined/maximize.svg b/projects/icons-material/src/material/outlined/maximize.svg similarity index 100% rename from projects/icons-material/src/outlined/maximize.svg rename to projects/icons-material/src/material/outlined/maximize.svg diff --git a/projects/icons-material/src/outlined/media_bluetooth_off.svg b/projects/icons-material/src/material/outlined/media_bluetooth_off.svg similarity index 100% rename from projects/icons-material/src/outlined/media_bluetooth_off.svg rename to projects/icons-material/src/material/outlined/media_bluetooth_off.svg diff --git a/projects/icons-material/src/outlined/media_bluetooth_on.svg b/projects/icons-material/src/material/outlined/media_bluetooth_on.svg similarity index 100% rename from projects/icons-material/src/outlined/media_bluetooth_on.svg rename to projects/icons-material/src/material/outlined/media_bluetooth_on.svg diff --git a/projects/icons-material/src/outlined/mediation.svg b/projects/icons-material/src/material/outlined/mediation.svg similarity index 100% rename from projects/icons-material/src/outlined/mediation.svg rename to projects/icons-material/src/material/outlined/mediation.svg diff --git a/projects/icons-material/src/outlined/medical_information.svg b/projects/icons-material/src/material/outlined/medical_information.svg similarity index 100% rename from projects/icons-material/src/outlined/medical_information.svg rename to projects/icons-material/src/material/outlined/medical_information.svg diff --git a/projects/icons-material/src/outlined/medical_services.svg b/projects/icons-material/src/material/outlined/medical_services.svg similarity index 100% rename from projects/icons-material/src/outlined/medical_services.svg rename to projects/icons-material/src/material/outlined/medical_services.svg diff --git a/projects/icons-material/src/outlined/medication.svg b/projects/icons-material/src/material/outlined/medication.svg similarity index 100% rename from projects/icons-material/src/outlined/medication.svg rename to projects/icons-material/src/material/outlined/medication.svg diff --git a/projects/icons-material/src/outlined/medication_liquid.svg b/projects/icons-material/src/material/outlined/medication_liquid.svg similarity index 100% rename from projects/icons-material/src/outlined/medication_liquid.svg rename to projects/icons-material/src/material/outlined/medication_liquid.svg diff --git a/projects/icons-material/src/outlined/meeting_room.svg b/projects/icons-material/src/material/outlined/meeting_room.svg similarity index 100% rename from projects/icons-material/src/outlined/meeting_room.svg rename to projects/icons-material/src/material/outlined/meeting_room.svg diff --git a/projects/icons-material/src/outlined/memory.svg b/projects/icons-material/src/material/outlined/memory.svg similarity index 100% rename from projects/icons-material/src/outlined/memory.svg rename to projects/icons-material/src/material/outlined/memory.svg diff --git a/projects/icons-material/src/outlined/menu.svg b/projects/icons-material/src/material/outlined/menu.svg similarity index 100% rename from projects/icons-material/src/outlined/menu.svg rename to projects/icons-material/src/material/outlined/menu.svg diff --git a/projects/icons-material/src/outlined/menu_book.svg b/projects/icons-material/src/material/outlined/menu_book.svg similarity index 100% rename from projects/icons-material/src/outlined/menu_book.svg rename to projects/icons-material/src/material/outlined/menu_book.svg diff --git a/projects/icons-material/src/outlined/menu_open.svg b/projects/icons-material/src/material/outlined/menu_open.svg similarity index 100% rename from projects/icons-material/src/outlined/menu_open.svg rename to projects/icons-material/src/material/outlined/menu_open.svg diff --git a/projects/icons-material/src/outlined/merge.svg b/projects/icons-material/src/material/outlined/merge.svg similarity index 100% rename from projects/icons-material/src/outlined/merge.svg rename to projects/icons-material/src/material/outlined/merge.svg diff --git a/projects/icons-material/src/outlined/merge_type.svg b/projects/icons-material/src/material/outlined/merge_type.svg similarity index 100% rename from projects/icons-material/src/outlined/merge_type.svg rename to projects/icons-material/src/material/outlined/merge_type.svg diff --git a/projects/icons-material/src/outlined/message.svg b/projects/icons-material/src/material/outlined/message.svg similarity index 100% rename from projects/icons-material/src/outlined/message.svg rename to projects/icons-material/src/material/outlined/message.svg diff --git a/projects/icons-material/src/outlined/mic.svg b/projects/icons-material/src/material/outlined/mic.svg similarity index 100% rename from projects/icons-material/src/outlined/mic.svg rename to projects/icons-material/src/material/outlined/mic.svg diff --git a/projects/icons-material/src/outlined/mic_external_off.svg b/projects/icons-material/src/material/outlined/mic_external_off.svg similarity index 100% rename from projects/icons-material/src/outlined/mic_external_off.svg rename to projects/icons-material/src/material/outlined/mic_external_off.svg diff --git a/projects/icons-material/src/outlined/mic_external_on.svg b/projects/icons-material/src/material/outlined/mic_external_on.svg similarity index 100% rename from projects/icons-material/src/outlined/mic_external_on.svg rename to projects/icons-material/src/material/outlined/mic_external_on.svg diff --git a/projects/icons-material/src/outlined/mic_none.svg b/projects/icons-material/src/material/outlined/mic_none.svg similarity index 100% rename from projects/icons-material/src/outlined/mic_none.svg rename to projects/icons-material/src/material/outlined/mic_none.svg diff --git a/projects/icons-material/src/outlined/mic_off.svg b/projects/icons-material/src/material/outlined/mic_off.svg similarity index 100% rename from projects/icons-material/src/outlined/mic_off.svg rename to projects/icons-material/src/material/outlined/mic_off.svg diff --git a/projects/icons-material/src/outlined/microwave.svg b/projects/icons-material/src/material/outlined/microwave.svg similarity index 100% rename from projects/icons-material/src/outlined/microwave.svg rename to projects/icons-material/src/material/outlined/microwave.svg diff --git a/projects/icons-material/src/outlined/military_tech.svg b/projects/icons-material/src/material/outlined/military_tech.svg similarity index 100% rename from projects/icons-material/src/outlined/military_tech.svg rename to projects/icons-material/src/material/outlined/military_tech.svg diff --git a/projects/icons-material/src/outlined/minimize.svg b/projects/icons-material/src/material/outlined/minimize.svg similarity index 100% rename from projects/icons-material/src/outlined/minimize.svg rename to projects/icons-material/src/material/outlined/minimize.svg diff --git a/projects/icons-material/src/outlined/minor_crash.svg b/projects/icons-material/src/material/outlined/minor_crash.svg similarity index 100% rename from projects/icons-material/src/outlined/minor_crash.svg rename to projects/icons-material/src/material/outlined/minor_crash.svg diff --git a/projects/icons-material/src/outlined/miscellaneous_services.svg b/projects/icons-material/src/material/outlined/miscellaneous_services.svg similarity index 100% rename from projects/icons-material/src/outlined/miscellaneous_services.svg rename to projects/icons-material/src/material/outlined/miscellaneous_services.svg diff --git a/projects/icons-material/src/outlined/missed_video_call.svg b/projects/icons-material/src/material/outlined/missed_video_call.svg similarity index 100% rename from projects/icons-material/src/outlined/missed_video_call.svg rename to projects/icons-material/src/material/outlined/missed_video_call.svg diff --git a/projects/icons-material/src/outlined/mms.svg b/projects/icons-material/src/material/outlined/mms.svg similarity index 100% rename from projects/icons-material/src/outlined/mms.svg rename to projects/icons-material/src/material/outlined/mms.svg diff --git a/projects/icons-material/src/outlined/mobile_friendly.svg b/projects/icons-material/src/material/outlined/mobile_friendly.svg similarity index 100% rename from projects/icons-material/src/outlined/mobile_friendly.svg rename to projects/icons-material/src/material/outlined/mobile_friendly.svg diff --git a/projects/icons-material/src/outlined/mobile_off.svg b/projects/icons-material/src/material/outlined/mobile_off.svg similarity index 100% rename from projects/icons-material/src/outlined/mobile_off.svg rename to projects/icons-material/src/material/outlined/mobile_off.svg diff --git a/projects/icons-material/src/outlined/mobile_screen_share.svg b/projects/icons-material/src/material/outlined/mobile_screen_share.svg similarity index 100% rename from projects/icons-material/src/outlined/mobile_screen_share.svg rename to projects/icons-material/src/material/outlined/mobile_screen_share.svg diff --git a/projects/icons-material/src/outlined/mobiledata_off.svg b/projects/icons-material/src/material/outlined/mobiledata_off.svg similarity index 100% rename from projects/icons-material/src/outlined/mobiledata_off.svg rename to projects/icons-material/src/material/outlined/mobiledata_off.svg diff --git a/projects/icons-material/src/outlined/mode.svg b/projects/icons-material/src/material/outlined/mode.svg similarity index 100% rename from projects/icons-material/src/outlined/mode.svg rename to projects/icons-material/src/material/outlined/mode.svg diff --git a/projects/icons-material/src/outlined/mode_comment.svg b/projects/icons-material/src/material/outlined/mode_comment.svg similarity index 100% rename from projects/icons-material/src/outlined/mode_comment.svg rename to projects/icons-material/src/material/outlined/mode_comment.svg diff --git a/projects/icons-material/src/outlined/mode_edit.svg b/projects/icons-material/src/material/outlined/mode_edit.svg similarity index 100% rename from projects/icons-material/src/outlined/mode_edit.svg rename to projects/icons-material/src/material/outlined/mode_edit.svg diff --git a/projects/icons-material/src/outlined/mode_edit_outline.svg b/projects/icons-material/src/material/outlined/mode_edit_outline.svg similarity index 100% rename from projects/icons-material/src/outlined/mode_edit_outline.svg rename to projects/icons-material/src/material/outlined/mode_edit_outline.svg diff --git a/projects/icons-material/src/outlined/mode_fan_off.svg b/projects/icons-material/src/material/outlined/mode_fan_off.svg similarity index 100% rename from projects/icons-material/src/outlined/mode_fan_off.svg rename to projects/icons-material/src/material/outlined/mode_fan_off.svg diff --git a/projects/icons-material/src/outlined/mode_night.svg b/projects/icons-material/src/material/outlined/mode_night.svg similarity index 100% rename from projects/icons-material/src/outlined/mode_night.svg rename to projects/icons-material/src/material/outlined/mode_night.svg diff --git a/projects/icons-material/src/outlined/mode_of_travel.svg b/projects/icons-material/src/material/outlined/mode_of_travel.svg similarity index 100% rename from projects/icons-material/src/outlined/mode_of_travel.svg rename to projects/icons-material/src/material/outlined/mode_of_travel.svg diff --git a/projects/icons-material/src/outlined/mode_standby.svg b/projects/icons-material/src/material/outlined/mode_standby.svg similarity index 100% rename from projects/icons-material/src/outlined/mode_standby.svg rename to projects/icons-material/src/material/outlined/mode_standby.svg diff --git a/projects/icons-material/src/outlined/model_training.svg b/projects/icons-material/src/material/outlined/model_training.svg similarity index 100% rename from projects/icons-material/src/outlined/model_training.svg rename to projects/icons-material/src/material/outlined/model_training.svg diff --git a/projects/icons-material/src/outlined/monetization_on.svg b/projects/icons-material/src/material/outlined/monetization_on.svg similarity index 100% rename from projects/icons-material/src/outlined/monetization_on.svg rename to projects/icons-material/src/material/outlined/monetization_on.svg diff --git a/projects/icons-material/src/outlined/money.svg b/projects/icons-material/src/material/outlined/money.svg similarity index 100% rename from projects/icons-material/src/outlined/money.svg rename to projects/icons-material/src/material/outlined/money.svg diff --git a/projects/icons-material/src/outlined/money_off.svg b/projects/icons-material/src/material/outlined/money_off.svg similarity index 100% rename from projects/icons-material/src/outlined/money_off.svg rename to projects/icons-material/src/material/outlined/money_off.svg diff --git a/projects/icons-material/src/outlined/money_off_csred.svg b/projects/icons-material/src/material/outlined/money_off_csred.svg similarity index 100% rename from projects/icons-material/src/outlined/money_off_csred.svg rename to projects/icons-material/src/material/outlined/money_off_csred.svg diff --git a/projects/icons-material/src/outlined/monitor.svg b/projects/icons-material/src/material/outlined/monitor.svg similarity index 100% rename from projects/icons-material/src/outlined/monitor.svg rename to projects/icons-material/src/material/outlined/monitor.svg diff --git a/projects/icons-material/src/outlined/monitor_heart.svg b/projects/icons-material/src/material/outlined/monitor_heart.svg similarity index 100% rename from projects/icons-material/src/outlined/monitor_heart.svg rename to projects/icons-material/src/material/outlined/monitor_heart.svg diff --git a/projects/icons-material/src/outlined/monitor_weight.svg b/projects/icons-material/src/material/outlined/monitor_weight.svg similarity index 100% rename from projects/icons-material/src/outlined/monitor_weight.svg rename to projects/icons-material/src/material/outlined/monitor_weight.svg diff --git a/projects/icons-material/src/outlined/monochrome_photos.svg b/projects/icons-material/src/material/outlined/monochrome_photos.svg similarity index 100% rename from projects/icons-material/src/outlined/monochrome_photos.svg rename to projects/icons-material/src/material/outlined/monochrome_photos.svg diff --git a/projects/icons-material/src/outlined/mood.svg b/projects/icons-material/src/material/outlined/mood.svg similarity index 100% rename from projects/icons-material/src/outlined/mood.svg rename to projects/icons-material/src/material/outlined/mood.svg diff --git a/projects/icons-material/src/outlined/mood_bad.svg b/projects/icons-material/src/material/outlined/mood_bad.svg similarity index 100% rename from projects/icons-material/src/outlined/mood_bad.svg rename to projects/icons-material/src/material/outlined/mood_bad.svg diff --git a/projects/icons-material/src/outlined/moped.svg b/projects/icons-material/src/material/outlined/moped.svg similarity index 100% rename from projects/icons-material/src/outlined/moped.svg rename to projects/icons-material/src/material/outlined/moped.svg diff --git a/projects/icons-material/src/outlined/more.svg b/projects/icons-material/src/material/outlined/more.svg similarity index 100% rename from projects/icons-material/src/outlined/more.svg rename to projects/icons-material/src/material/outlined/more.svg diff --git a/projects/icons-material/src/outlined/more_horiz.svg b/projects/icons-material/src/material/outlined/more_horiz.svg similarity index 100% rename from projects/icons-material/src/outlined/more_horiz.svg rename to projects/icons-material/src/material/outlined/more_horiz.svg diff --git a/projects/icons-material/src/outlined/more_time.svg b/projects/icons-material/src/material/outlined/more_time.svg similarity index 100% rename from projects/icons-material/src/outlined/more_time.svg rename to projects/icons-material/src/material/outlined/more_time.svg diff --git a/projects/icons-material/src/outlined/more_vert.svg b/projects/icons-material/src/material/outlined/more_vert.svg similarity index 100% rename from projects/icons-material/src/outlined/more_vert.svg rename to projects/icons-material/src/material/outlined/more_vert.svg diff --git a/projects/icons-material/src/outlined/mosque.svg b/projects/icons-material/src/material/outlined/mosque.svg similarity index 100% rename from projects/icons-material/src/outlined/mosque.svg rename to projects/icons-material/src/material/outlined/mosque.svg diff --git a/projects/icons-material/src/outlined/motion_photos_auto.svg b/projects/icons-material/src/material/outlined/motion_photos_auto.svg similarity index 100% rename from projects/icons-material/src/outlined/motion_photos_auto.svg rename to projects/icons-material/src/material/outlined/motion_photos_auto.svg diff --git a/projects/icons-material/src/outlined/motion_photos_off.svg b/projects/icons-material/src/material/outlined/motion_photos_off.svg similarity index 100% rename from projects/icons-material/src/outlined/motion_photos_off.svg rename to projects/icons-material/src/material/outlined/motion_photos_off.svg diff --git a/projects/icons-material/src/outlined/motion_photos_on.svg b/projects/icons-material/src/material/outlined/motion_photos_on.svg similarity index 100% rename from projects/icons-material/src/outlined/motion_photos_on.svg rename to projects/icons-material/src/material/outlined/motion_photos_on.svg diff --git a/projects/icons-material/src/outlined/motion_photos_pause.svg b/projects/icons-material/src/material/outlined/motion_photos_pause.svg similarity index 100% rename from projects/icons-material/src/outlined/motion_photos_pause.svg rename to projects/icons-material/src/material/outlined/motion_photos_pause.svg diff --git a/projects/icons-material/src/outlined/motion_photos_paused.svg b/projects/icons-material/src/material/outlined/motion_photos_paused.svg similarity index 100% rename from projects/icons-material/src/outlined/motion_photos_paused.svg rename to projects/icons-material/src/material/outlined/motion_photos_paused.svg diff --git a/projects/icons-material/src/outlined/mouse.svg b/projects/icons-material/src/material/outlined/mouse.svg similarity index 100% rename from projects/icons-material/src/outlined/mouse.svg rename to projects/icons-material/src/material/outlined/mouse.svg diff --git a/projects/icons-material/src/outlined/move_down.svg b/projects/icons-material/src/material/outlined/move_down.svg similarity index 100% rename from projects/icons-material/src/outlined/move_down.svg rename to projects/icons-material/src/material/outlined/move_down.svg diff --git a/projects/icons-material/src/outlined/move_to_inbox.svg b/projects/icons-material/src/material/outlined/move_to_inbox.svg similarity index 100% rename from projects/icons-material/src/outlined/move_to_inbox.svg rename to projects/icons-material/src/material/outlined/move_to_inbox.svg diff --git a/projects/icons-material/src/outlined/move_up.svg b/projects/icons-material/src/material/outlined/move_up.svg similarity index 100% rename from projects/icons-material/src/outlined/move_up.svg rename to projects/icons-material/src/material/outlined/move_up.svg diff --git a/projects/icons-material/src/outlined/movie.svg b/projects/icons-material/src/material/outlined/movie.svg similarity index 100% rename from projects/icons-material/src/outlined/movie.svg rename to projects/icons-material/src/material/outlined/movie.svg diff --git a/projects/icons-material/src/outlined/movie_creation.svg b/projects/icons-material/src/material/outlined/movie_creation.svg similarity index 100% rename from projects/icons-material/src/outlined/movie_creation.svg rename to projects/icons-material/src/material/outlined/movie_creation.svg diff --git a/projects/icons-material/src/outlined/movie_filter.svg b/projects/icons-material/src/material/outlined/movie_filter.svg similarity index 100% rename from projects/icons-material/src/outlined/movie_filter.svg rename to projects/icons-material/src/material/outlined/movie_filter.svg diff --git a/projects/icons-material/src/outlined/moving.svg b/projects/icons-material/src/material/outlined/moving.svg similarity index 100% rename from projects/icons-material/src/outlined/moving.svg rename to projects/icons-material/src/material/outlined/moving.svg diff --git a/projects/icons-material/src/outlined/mp.svg b/projects/icons-material/src/material/outlined/mp.svg similarity index 100% rename from projects/icons-material/src/outlined/mp.svg rename to projects/icons-material/src/material/outlined/mp.svg diff --git a/projects/icons-material/src/outlined/multiline_chart.svg b/projects/icons-material/src/material/outlined/multiline_chart.svg similarity index 100% rename from projects/icons-material/src/outlined/multiline_chart.svg rename to projects/icons-material/src/material/outlined/multiline_chart.svg diff --git a/projects/icons-material/src/outlined/multiple_stop.svg b/projects/icons-material/src/material/outlined/multiple_stop.svg similarity index 100% rename from projects/icons-material/src/outlined/multiple_stop.svg rename to projects/icons-material/src/material/outlined/multiple_stop.svg diff --git a/projects/icons-material/src/outlined/museum.svg b/projects/icons-material/src/material/outlined/museum.svg similarity index 100% rename from projects/icons-material/src/outlined/museum.svg rename to projects/icons-material/src/material/outlined/museum.svg diff --git a/projects/icons-material/src/outlined/music_note.svg b/projects/icons-material/src/material/outlined/music_note.svg similarity index 100% rename from projects/icons-material/src/outlined/music_note.svg rename to projects/icons-material/src/material/outlined/music_note.svg diff --git a/projects/icons-material/src/outlined/music_off.svg b/projects/icons-material/src/material/outlined/music_off.svg similarity index 100% rename from projects/icons-material/src/outlined/music_off.svg rename to projects/icons-material/src/material/outlined/music_off.svg diff --git a/projects/icons-material/src/outlined/music_video.svg b/projects/icons-material/src/material/outlined/music_video.svg similarity index 100% rename from projects/icons-material/src/outlined/music_video.svg rename to projects/icons-material/src/material/outlined/music_video.svg diff --git a/projects/icons-material/src/outlined/my_location.svg b/projects/icons-material/src/material/outlined/my_location.svg similarity index 100% rename from projects/icons-material/src/outlined/my_location.svg rename to projects/icons-material/src/material/outlined/my_location.svg diff --git a/projects/icons-material/src/outlined/nat.svg b/projects/icons-material/src/material/outlined/nat.svg similarity index 100% rename from projects/icons-material/src/outlined/nat.svg rename to projects/icons-material/src/material/outlined/nat.svg diff --git a/projects/icons-material/src/outlined/nature.svg b/projects/icons-material/src/material/outlined/nature.svg similarity index 100% rename from projects/icons-material/src/outlined/nature.svg rename to projects/icons-material/src/material/outlined/nature.svg diff --git a/projects/icons-material/src/outlined/nature_people.svg b/projects/icons-material/src/material/outlined/nature_people.svg similarity index 100% rename from projects/icons-material/src/outlined/nature_people.svg rename to projects/icons-material/src/material/outlined/nature_people.svg diff --git a/projects/icons-material/src/outlined/navigate_before.svg b/projects/icons-material/src/material/outlined/navigate_before.svg similarity index 100% rename from projects/icons-material/src/outlined/navigate_before.svg rename to projects/icons-material/src/material/outlined/navigate_before.svg diff --git a/projects/icons-material/src/outlined/navigate_next.svg b/projects/icons-material/src/material/outlined/navigate_next.svg similarity index 100% rename from projects/icons-material/src/outlined/navigate_next.svg rename to projects/icons-material/src/material/outlined/navigate_next.svg diff --git a/projects/icons-material/src/outlined/navigation.svg b/projects/icons-material/src/material/outlined/navigation.svg similarity index 100% rename from projects/icons-material/src/outlined/navigation.svg rename to projects/icons-material/src/material/outlined/navigation.svg diff --git a/projects/icons-material/src/outlined/near_me.svg b/projects/icons-material/src/material/outlined/near_me.svg similarity index 100% rename from projects/icons-material/src/outlined/near_me.svg rename to projects/icons-material/src/material/outlined/near_me.svg diff --git a/projects/icons-material/src/outlined/near_me_disabled.svg b/projects/icons-material/src/material/outlined/near_me_disabled.svg similarity index 100% rename from projects/icons-material/src/outlined/near_me_disabled.svg rename to projects/icons-material/src/material/outlined/near_me_disabled.svg diff --git a/projects/icons-material/src/outlined/nearby_error.svg b/projects/icons-material/src/material/outlined/nearby_error.svg similarity index 100% rename from projects/icons-material/src/outlined/nearby_error.svg rename to projects/icons-material/src/material/outlined/nearby_error.svg diff --git a/projects/icons-material/src/outlined/nearby_off.svg b/projects/icons-material/src/material/outlined/nearby_off.svg similarity index 100% rename from projects/icons-material/src/outlined/nearby_off.svg rename to projects/icons-material/src/material/outlined/nearby_off.svg diff --git a/projects/icons-material/src/outlined/nest_cam_wired_stand.svg b/projects/icons-material/src/material/outlined/nest_cam_wired_stand.svg similarity index 100% rename from projects/icons-material/src/outlined/nest_cam_wired_stand.svg rename to projects/icons-material/src/material/outlined/nest_cam_wired_stand.svg diff --git a/projects/icons-material/src/outlined/network_cell.svg b/projects/icons-material/src/material/outlined/network_cell.svg similarity index 100% rename from projects/icons-material/src/outlined/network_cell.svg rename to projects/icons-material/src/material/outlined/network_cell.svg diff --git a/projects/icons-material/src/outlined/network_check.svg b/projects/icons-material/src/material/outlined/network_check.svg similarity index 100% rename from projects/icons-material/src/outlined/network_check.svg rename to projects/icons-material/src/material/outlined/network_check.svg diff --git a/projects/icons-material/src/outlined/network_locked.svg b/projects/icons-material/src/material/outlined/network_locked.svg similarity index 100% rename from projects/icons-material/src/outlined/network_locked.svg rename to projects/icons-material/src/material/outlined/network_locked.svg diff --git a/projects/icons-material/src/outlined/network_ping.svg b/projects/icons-material/src/material/outlined/network_ping.svg similarity index 100% rename from projects/icons-material/src/outlined/network_ping.svg rename to projects/icons-material/src/material/outlined/network_ping.svg diff --git a/projects/icons-material/src/outlined/network_wifi.svg b/projects/icons-material/src/material/outlined/network_wifi.svg similarity index 100% rename from projects/icons-material/src/outlined/network_wifi.svg rename to projects/icons-material/src/material/outlined/network_wifi.svg diff --git a/projects/icons-material/src/outlined/network_wifi_1_bar.svg b/projects/icons-material/src/material/outlined/network_wifi_1_bar.svg similarity index 100% rename from projects/icons-material/src/outlined/network_wifi_1_bar.svg rename to projects/icons-material/src/material/outlined/network_wifi_1_bar.svg diff --git a/projects/icons-material/src/outlined/network_wifi_2_bar.svg b/projects/icons-material/src/material/outlined/network_wifi_2_bar.svg similarity index 100% rename from projects/icons-material/src/outlined/network_wifi_2_bar.svg rename to projects/icons-material/src/material/outlined/network_wifi_2_bar.svg diff --git a/projects/icons-material/src/outlined/network_wifi_3_bar.svg b/projects/icons-material/src/material/outlined/network_wifi_3_bar.svg similarity index 100% rename from projects/icons-material/src/outlined/network_wifi_3_bar.svg rename to projects/icons-material/src/material/outlined/network_wifi_3_bar.svg diff --git a/projects/icons-material/src/outlined/new_label.svg b/projects/icons-material/src/material/outlined/new_label.svg similarity index 100% rename from projects/icons-material/src/outlined/new_label.svg rename to projects/icons-material/src/material/outlined/new_label.svg diff --git a/projects/icons-material/src/outlined/new_releases.svg b/projects/icons-material/src/material/outlined/new_releases.svg similarity index 100% rename from projects/icons-material/src/outlined/new_releases.svg rename to projects/icons-material/src/material/outlined/new_releases.svg diff --git a/projects/icons-material/src/outlined/newspaper.svg b/projects/icons-material/src/material/outlined/newspaper.svg similarity index 100% rename from projects/icons-material/src/outlined/newspaper.svg rename to projects/icons-material/src/material/outlined/newspaper.svg diff --git a/projects/icons-material/src/outlined/next_plan.svg b/projects/icons-material/src/material/outlined/next_plan.svg similarity index 100% rename from projects/icons-material/src/outlined/next_plan.svg rename to projects/icons-material/src/material/outlined/next_plan.svg diff --git a/projects/icons-material/src/outlined/next_week.svg b/projects/icons-material/src/material/outlined/next_week.svg similarity index 100% rename from projects/icons-material/src/outlined/next_week.svg rename to projects/icons-material/src/material/outlined/next_week.svg diff --git a/projects/icons-material/src/outlined/nfc.svg b/projects/icons-material/src/material/outlined/nfc.svg similarity index 100% rename from projects/icons-material/src/outlined/nfc.svg rename to projects/icons-material/src/material/outlined/nfc.svg diff --git a/projects/icons-material/src/outlined/night_shelter.svg b/projects/icons-material/src/material/outlined/night_shelter.svg similarity index 100% rename from projects/icons-material/src/outlined/night_shelter.svg rename to projects/icons-material/src/material/outlined/night_shelter.svg diff --git a/projects/icons-material/src/outlined/nightlife.svg b/projects/icons-material/src/material/outlined/nightlife.svg similarity index 100% rename from projects/icons-material/src/outlined/nightlife.svg rename to projects/icons-material/src/material/outlined/nightlife.svg diff --git a/projects/icons-material/src/outlined/nightlight.svg b/projects/icons-material/src/material/outlined/nightlight.svg similarity index 100% rename from projects/icons-material/src/outlined/nightlight.svg rename to projects/icons-material/src/material/outlined/nightlight.svg diff --git a/projects/icons-material/src/outlined/nightlight_round.svg b/projects/icons-material/src/material/outlined/nightlight_round.svg similarity index 100% rename from projects/icons-material/src/outlined/nightlight_round.svg rename to projects/icons-material/src/material/outlined/nightlight_round.svg diff --git a/projects/icons-material/src/outlined/nights_stay.svg b/projects/icons-material/src/material/outlined/nights_stay.svg similarity index 100% rename from projects/icons-material/src/outlined/nights_stay.svg rename to projects/icons-material/src/material/outlined/nights_stay.svg diff --git a/projects/icons-material/src/outlined/no_accounts.svg b/projects/icons-material/src/material/outlined/no_accounts.svg similarity index 100% rename from projects/icons-material/src/outlined/no_accounts.svg rename to projects/icons-material/src/material/outlined/no_accounts.svg diff --git a/projects/icons-material/src/outlined/no_adult_content.svg b/projects/icons-material/src/material/outlined/no_adult_content.svg similarity index 100% rename from projects/icons-material/src/outlined/no_adult_content.svg rename to projects/icons-material/src/material/outlined/no_adult_content.svg diff --git a/projects/icons-material/src/outlined/no_backpack.svg b/projects/icons-material/src/material/outlined/no_backpack.svg similarity index 100% rename from projects/icons-material/src/outlined/no_backpack.svg rename to projects/icons-material/src/material/outlined/no_backpack.svg diff --git a/projects/icons-material/src/outlined/no_cell.svg b/projects/icons-material/src/material/outlined/no_cell.svg similarity index 100% rename from projects/icons-material/src/outlined/no_cell.svg rename to projects/icons-material/src/material/outlined/no_cell.svg diff --git a/projects/icons-material/src/outlined/no_crash.svg b/projects/icons-material/src/material/outlined/no_crash.svg similarity index 100% rename from projects/icons-material/src/outlined/no_crash.svg rename to projects/icons-material/src/material/outlined/no_crash.svg diff --git a/projects/icons-material/src/outlined/no_drinks.svg b/projects/icons-material/src/material/outlined/no_drinks.svg similarity index 100% rename from projects/icons-material/src/outlined/no_drinks.svg rename to projects/icons-material/src/material/outlined/no_drinks.svg diff --git a/projects/icons-material/src/outlined/no_encryption.svg b/projects/icons-material/src/material/outlined/no_encryption.svg similarity index 100% rename from projects/icons-material/src/outlined/no_encryption.svg rename to projects/icons-material/src/material/outlined/no_encryption.svg diff --git a/projects/icons-material/src/outlined/no_encryption_gmailerrorred.svg b/projects/icons-material/src/material/outlined/no_encryption_gmailerrorred.svg similarity index 100% rename from projects/icons-material/src/outlined/no_encryption_gmailerrorred.svg rename to projects/icons-material/src/material/outlined/no_encryption_gmailerrorred.svg diff --git a/projects/icons-material/src/outlined/no_flash.svg b/projects/icons-material/src/material/outlined/no_flash.svg similarity index 100% rename from projects/icons-material/src/outlined/no_flash.svg rename to projects/icons-material/src/material/outlined/no_flash.svg diff --git a/projects/icons-material/src/outlined/no_food.svg b/projects/icons-material/src/material/outlined/no_food.svg similarity index 100% rename from projects/icons-material/src/outlined/no_food.svg rename to projects/icons-material/src/material/outlined/no_food.svg diff --git a/projects/icons-material/src/outlined/no_luggage.svg b/projects/icons-material/src/material/outlined/no_luggage.svg similarity index 100% rename from projects/icons-material/src/outlined/no_luggage.svg rename to projects/icons-material/src/material/outlined/no_luggage.svg diff --git a/projects/icons-material/src/outlined/no_meals.svg b/projects/icons-material/src/material/outlined/no_meals.svg similarity index 100% rename from projects/icons-material/src/outlined/no_meals.svg rename to projects/icons-material/src/material/outlined/no_meals.svg diff --git a/projects/icons-material/src/outlined/no_meeting_room.svg b/projects/icons-material/src/material/outlined/no_meeting_room.svg similarity index 100% rename from projects/icons-material/src/outlined/no_meeting_room.svg rename to projects/icons-material/src/material/outlined/no_meeting_room.svg diff --git a/projects/icons-material/src/outlined/no_photography.svg b/projects/icons-material/src/material/outlined/no_photography.svg similarity index 100% rename from projects/icons-material/src/outlined/no_photography.svg rename to projects/icons-material/src/material/outlined/no_photography.svg diff --git a/projects/icons-material/src/outlined/no_sim.svg b/projects/icons-material/src/material/outlined/no_sim.svg similarity index 100% rename from projects/icons-material/src/outlined/no_sim.svg rename to projects/icons-material/src/material/outlined/no_sim.svg diff --git a/projects/icons-material/src/outlined/no_stroller.svg b/projects/icons-material/src/material/outlined/no_stroller.svg similarity index 100% rename from projects/icons-material/src/outlined/no_stroller.svg rename to projects/icons-material/src/material/outlined/no_stroller.svg diff --git a/projects/icons-material/src/outlined/no_transfer.svg b/projects/icons-material/src/material/outlined/no_transfer.svg similarity index 100% rename from projects/icons-material/src/outlined/no_transfer.svg rename to projects/icons-material/src/material/outlined/no_transfer.svg diff --git a/projects/icons-material/src/outlined/noise_aware.svg b/projects/icons-material/src/material/outlined/noise_aware.svg similarity index 100% rename from projects/icons-material/src/outlined/noise_aware.svg rename to projects/icons-material/src/material/outlined/noise_aware.svg diff --git a/projects/icons-material/src/outlined/noise_control_off.svg b/projects/icons-material/src/material/outlined/noise_control_off.svg similarity index 100% rename from projects/icons-material/src/outlined/noise_control_off.svg rename to projects/icons-material/src/material/outlined/noise_control_off.svg diff --git a/projects/icons-material/src/outlined/nordic_walking.svg b/projects/icons-material/src/material/outlined/nordic_walking.svg similarity index 100% rename from projects/icons-material/src/outlined/nordic_walking.svg rename to projects/icons-material/src/material/outlined/nordic_walking.svg diff --git a/projects/icons-material/src/outlined/north.svg b/projects/icons-material/src/material/outlined/north.svg similarity index 100% rename from projects/icons-material/src/outlined/north.svg rename to projects/icons-material/src/material/outlined/north.svg diff --git a/projects/icons-material/src/outlined/north_east.svg b/projects/icons-material/src/material/outlined/north_east.svg similarity index 100% rename from projects/icons-material/src/outlined/north_east.svg rename to projects/icons-material/src/material/outlined/north_east.svg diff --git a/projects/icons-material/src/outlined/north_west.svg b/projects/icons-material/src/material/outlined/north_west.svg similarity index 100% rename from projects/icons-material/src/outlined/north_west.svg rename to projects/icons-material/src/material/outlined/north_west.svg diff --git a/projects/icons-material/src/outlined/not_accessible.svg b/projects/icons-material/src/material/outlined/not_accessible.svg similarity index 100% rename from projects/icons-material/src/outlined/not_accessible.svg rename to projects/icons-material/src/material/outlined/not_accessible.svg diff --git a/projects/icons-material/src/outlined/not_interested.svg b/projects/icons-material/src/material/outlined/not_interested.svg similarity index 100% rename from projects/icons-material/src/outlined/not_interested.svg rename to projects/icons-material/src/material/outlined/not_interested.svg diff --git a/projects/icons-material/src/outlined/not_listed_location.svg b/projects/icons-material/src/material/outlined/not_listed_location.svg similarity index 100% rename from projects/icons-material/src/outlined/not_listed_location.svg rename to projects/icons-material/src/material/outlined/not_listed_location.svg diff --git a/projects/icons-material/src/outlined/not_started.svg b/projects/icons-material/src/material/outlined/not_started.svg similarity index 100% rename from projects/icons-material/src/outlined/not_started.svg rename to projects/icons-material/src/material/outlined/not_started.svg diff --git a/projects/icons-material/src/outlined/note.svg b/projects/icons-material/src/material/outlined/note.svg similarity index 100% rename from projects/icons-material/src/outlined/note.svg rename to projects/icons-material/src/material/outlined/note.svg diff --git a/projects/icons-material/src/outlined/note_add.svg b/projects/icons-material/src/material/outlined/note_add.svg similarity index 100% rename from projects/icons-material/src/outlined/note_add.svg rename to projects/icons-material/src/material/outlined/note_add.svg diff --git a/projects/icons-material/src/outlined/note_alt.svg b/projects/icons-material/src/material/outlined/note_alt.svg similarity index 100% rename from projects/icons-material/src/outlined/note_alt.svg rename to projects/icons-material/src/material/outlined/note_alt.svg diff --git a/projects/icons-material/src/outlined/notes.svg b/projects/icons-material/src/material/outlined/notes.svg similarity index 100% rename from projects/icons-material/src/outlined/notes.svg rename to projects/icons-material/src/material/outlined/notes.svg diff --git a/projects/icons-material/src/outlined/notification_add.svg b/projects/icons-material/src/material/outlined/notification_add.svg similarity index 100% rename from projects/icons-material/src/outlined/notification_add.svg rename to projects/icons-material/src/material/outlined/notification_add.svg diff --git a/projects/icons-material/src/outlined/notification_important.svg b/projects/icons-material/src/material/outlined/notification_important.svg similarity index 100% rename from projects/icons-material/src/outlined/notification_important.svg rename to projects/icons-material/src/material/outlined/notification_important.svg diff --git a/projects/icons-material/src/outlined/notifications.svg b/projects/icons-material/src/material/outlined/notifications.svg similarity index 100% rename from projects/icons-material/src/outlined/notifications.svg rename to projects/icons-material/src/material/outlined/notifications.svg diff --git a/projects/icons-material/src/outlined/notifications_active.svg b/projects/icons-material/src/material/outlined/notifications_active.svg similarity index 100% rename from projects/icons-material/src/outlined/notifications_active.svg rename to projects/icons-material/src/material/outlined/notifications_active.svg diff --git a/projects/icons-material/src/outlined/notifications_none.svg b/projects/icons-material/src/material/outlined/notifications_none.svg similarity index 100% rename from projects/icons-material/src/outlined/notifications_none.svg rename to projects/icons-material/src/material/outlined/notifications_none.svg diff --git a/projects/icons-material/src/outlined/notifications_off.svg b/projects/icons-material/src/material/outlined/notifications_off.svg similarity index 100% rename from projects/icons-material/src/outlined/notifications_off.svg rename to projects/icons-material/src/material/outlined/notifications_off.svg diff --git a/projects/icons-material/src/outlined/notifications_paused.svg b/projects/icons-material/src/material/outlined/notifications_paused.svg similarity index 100% rename from projects/icons-material/src/outlined/notifications_paused.svg rename to projects/icons-material/src/material/outlined/notifications_paused.svg diff --git a/projects/icons-material/src/outlined/numbers.svg b/projects/icons-material/src/material/outlined/numbers.svg similarity index 100% rename from projects/icons-material/src/outlined/numbers.svg rename to projects/icons-material/src/material/outlined/numbers.svg diff --git a/projects/icons-material/src/outlined/offline_bolt.svg b/projects/icons-material/src/material/outlined/offline_bolt.svg similarity index 100% rename from projects/icons-material/src/outlined/offline_bolt.svg rename to projects/icons-material/src/material/outlined/offline_bolt.svg diff --git a/projects/icons-material/src/outlined/offline_pin.svg b/projects/icons-material/src/material/outlined/offline_pin.svg similarity index 100% rename from projects/icons-material/src/outlined/offline_pin.svg rename to projects/icons-material/src/material/outlined/offline_pin.svg diff --git a/projects/icons-material/src/outlined/offline_share.svg b/projects/icons-material/src/material/outlined/offline_share.svg similarity index 100% rename from projects/icons-material/src/outlined/offline_share.svg rename to projects/icons-material/src/material/outlined/offline_share.svg diff --git a/projects/icons-material/src/outlined/oil_barrel.svg b/projects/icons-material/src/material/outlined/oil_barrel.svg similarity index 100% rename from projects/icons-material/src/outlined/oil_barrel.svg rename to projects/icons-material/src/material/outlined/oil_barrel.svg diff --git a/projects/icons-material/src/outlined/on_device_training.svg b/projects/icons-material/src/material/outlined/on_device_training.svg similarity index 100% rename from projects/icons-material/src/outlined/on_device_training.svg rename to projects/icons-material/src/material/outlined/on_device_training.svg diff --git a/projects/icons-material/src/outlined/ondemand_video.svg b/projects/icons-material/src/material/outlined/ondemand_video.svg similarity index 100% rename from projects/icons-material/src/outlined/ondemand_video.svg rename to projects/icons-material/src/material/outlined/ondemand_video.svg diff --git a/projects/icons-material/src/outlined/online_prediction.svg b/projects/icons-material/src/material/outlined/online_prediction.svg similarity index 100% rename from projects/icons-material/src/outlined/online_prediction.svg rename to projects/icons-material/src/material/outlined/online_prediction.svg diff --git a/projects/icons-material/src/outlined/opacity.svg b/projects/icons-material/src/material/outlined/opacity.svg similarity index 100% rename from projects/icons-material/src/outlined/opacity.svg rename to projects/icons-material/src/material/outlined/opacity.svg diff --git a/projects/icons-material/src/outlined/open_in_browser.svg b/projects/icons-material/src/material/outlined/open_in_browser.svg similarity index 100% rename from projects/icons-material/src/outlined/open_in_browser.svg rename to projects/icons-material/src/material/outlined/open_in_browser.svg diff --git a/projects/icons-material/src/outlined/open_in_full.svg b/projects/icons-material/src/material/outlined/open_in_full.svg similarity index 100% rename from projects/icons-material/src/outlined/open_in_full.svg rename to projects/icons-material/src/material/outlined/open_in_full.svg diff --git a/projects/icons-material/src/outlined/open_in_new.svg b/projects/icons-material/src/material/outlined/open_in_new.svg similarity index 100% rename from projects/icons-material/src/outlined/open_in_new.svg rename to projects/icons-material/src/material/outlined/open_in_new.svg diff --git a/projects/icons-material/src/outlined/open_in_new_off.svg b/projects/icons-material/src/material/outlined/open_in_new_off.svg similarity index 100% rename from projects/icons-material/src/outlined/open_in_new_off.svg rename to projects/icons-material/src/material/outlined/open_in_new_off.svg diff --git a/projects/icons-material/src/outlined/open_with.svg b/projects/icons-material/src/material/outlined/open_with.svg similarity index 100% rename from projects/icons-material/src/outlined/open_with.svg rename to projects/icons-material/src/material/outlined/open_with.svg diff --git a/projects/icons-material/src/outlined/other_houses.svg b/projects/icons-material/src/material/outlined/other_houses.svg similarity index 100% rename from projects/icons-material/src/outlined/other_houses.svg rename to projects/icons-material/src/material/outlined/other_houses.svg diff --git a/projects/icons-material/src/outlined/outbound.svg b/projects/icons-material/src/material/outlined/outbound.svg similarity index 100% rename from projects/icons-material/src/outlined/outbound.svg rename to projects/icons-material/src/material/outlined/outbound.svg diff --git a/projects/icons-material/src/outlined/outbox.svg b/projects/icons-material/src/material/outlined/outbox.svg similarity index 100% rename from projects/icons-material/src/outlined/outbox.svg rename to projects/icons-material/src/material/outlined/outbox.svg diff --git a/projects/icons-material/src/outlined/outdoor_grill.svg b/projects/icons-material/src/material/outlined/outdoor_grill.svg similarity index 100% rename from projects/icons-material/src/outlined/outdoor_grill.svg rename to projects/icons-material/src/material/outlined/outdoor_grill.svg diff --git a/projects/icons-material/src/outlined/outlet.svg b/projects/icons-material/src/material/outlined/outlet.svg similarity index 100% rename from projects/icons-material/src/outlined/outlet.svg rename to projects/icons-material/src/material/outlined/outlet.svg diff --git a/projects/icons-material/src/outlined/outlined_flag.svg b/projects/icons-material/src/material/outlined/outlined_flag.svg similarity index 100% rename from projects/icons-material/src/outlined/outlined_flag.svg rename to projects/icons-material/src/material/outlined/outlined_flag.svg diff --git a/projects/icons-material/src/outlined/output.svg b/projects/icons-material/src/material/outlined/output.svg similarity index 100% rename from projects/icons-material/src/outlined/output.svg rename to projects/icons-material/src/material/outlined/output.svg diff --git a/projects/icons-material/src/outlined/padding.svg b/projects/icons-material/src/material/outlined/padding.svg similarity index 100% rename from projects/icons-material/src/outlined/padding.svg rename to projects/icons-material/src/material/outlined/padding.svg diff --git a/projects/icons-material/src/outlined/pages.svg b/projects/icons-material/src/material/outlined/pages.svg similarity index 100% rename from projects/icons-material/src/outlined/pages.svg rename to projects/icons-material/src/material/outlined/pages.svg diff --git a/projects/icons-material/src/outlined/pageview.svg b/projects/icons-material/src/material/outlined/pageview.svg similarity index 100% rename from projects/icons-material/src/outlined/pageview.svg rename to projects/icons-material/src/material/outlined/pageview.svg diff --git a/projects/icons-material/src/outlined/paid.svg b/projects/icons-material/src/material/outlined/paid.svg similarity index 100% rename from projects/icons-material/src/outlined/paid.svg rename to projects/icons-material/src/material/outlined/paid.svg diff --git a/projects/icons-material/src/outlined/palette.svg b/projects/icons-material/src/material/outlined/palette.svg similarity index 100% rename from projects/icons-material/src/outlined/palette.svg rename to projects/icons-material/src/material/outlined/palette.svg diff --git a/projects/icons-material/src/outlined/pan_tool.svg b/projects/icons-material/src/material/outlined/pan_tool.svg similarity index 100% rename from projects/icons-material/src/outlined/pan_tool.svg rename to projects/icons-material/src/material/outlined/pan_tool.svg diff --git a/projects/icons-material/src/outlined/pan_tool_alt.svg b/projects/icons-material/src/material/outlined/pan_tool_alt.svg similarity index 100% rename from projects/icons-material/src/outlined/pan_tool_alt.svg rename to projects/icons-material/src/material/outlined/pan_tool_alt.svg diff --git a/projects/icons-material/src/outlined/panorama.svg b/projects/icons-material/src/material/outlined/panorama.svg similarity index 100% rename from projects/icons-material/src/outlined/panorama.svg rename to projects/icons-material/src/material/outlined/panorama.svg diff --git a/projects/icons-material/src/outlined/panorama_fish_eye.svg b/projects/icons-material/src/material/outlined/panorama_fish_eye.svg similarity index 100% rename from projects/icons-material/src/outlined/panorama_fish_eye.svg rename to projects/icons-material/src/material/outlined/panorama_fish_eye.svg diff --git a/projects/icons-material/src/outlined/panorama_horizontal.svg b/projects/icons-material/src/material/outlined/panorama_horizontal.svg similarity index 100% rename from projects/icons-material/src/outlined/panorama_horizontal.svg rename to projects/icons-material/src/material/outlined/panorama_horizontal.svg diff --git a/projects/icons-material/src/outlined/panorama_horizontal_select.svg b/projects/icons-material/src/material/outlined/panorama_horizontal_select.svg similarity index 100% rename from projects/icons-material/src/outlined/panorama_horizontal_select.svg rename to projects/icons-material/src/material/outlined/panorama_horizontal_select.svg diff --git a/projects/icons-material/src/outlined/panorama_photosphere.svg b/projects/icons-material/src/material/outlined/panorama_photosphere.svg similarity index 100% rename from projects/icons-material/src/outlined/panorama_photosphere.svg rename to projects/icons-material/src/material/outlined/panorama_photosphere.svg diff --git a/projects/icons-material/src/outlined/panorama_photosphere_select.svg b/projects/icons-material/src/material/outlined/panorama_photosphere_select.svg similarity index 100% rename from projects/icons-material/src/outlined/panorama_photosphere_select.svg rename to projects/icons-material/src/material/outlined/panorama_photosphere_select.svg diff --git a/projects/icons-material/src/outlined/panorama_vertical.svg b/projects/icons-material/src/material/outlined/panorama_vertical.svg similarity index 100% rename from projects/icons-material/src/outlined/panorama_vertical.svg rename to projects/icons-material/src/material/outlined/panorama_vertical.svg diff --git a/projects/icons-material/src/outlined/panorama_vertical_select.svg b/projects/icons-material/src/material/outlined/panorama_vertical_select.svg similarity index 100% rename from projects/icons-material/src/outlined/panorama_vertical_select.svg rename to projects/icons-material/src/material/outlined/panorama_vertical_select.svg diff --git a/projects/icons-material/src/outlined/panorama_wide_angle.svg b/projects/icons-material/src/material/outlined/panorama_wide_angle.svg similarity index 100% rename from projects/icons-material/src/outlined/panorama_wide_angle.svg rename to projects/icons-material/src/material/outlined/panorama_wide_angle.svg diff --git a/projects/icons-material/src/outlined/panorama_wide_angle_select.svg b/projects/icons-material/src/material/outlined/panorama_wide_angle_select.svg similarity index 100% rename from projects/icons-material/src/outlined/panorama_wide_angle_select.svg rename to projects/icons-material/src/material/outlined/panorama_wide_angle_select.svg diff --git a/projects/icons-material/src/outlined/paragliding.svg b/projects/icons-material/src/material/outlined/paragliding.svg similarity index 100% rename from projects/icons-material/src/outlined/paragliding.svg rename to projects/icons-material/src/material/outlined/paragliding.svg diff --git a/projects/icons-material/src/outlined/park.svg b/projects/icons-material/src/material/outlined/park.svg similarity index 100% rename from projects/icons-material/src/outlined/park.svg rename to projects/icons-material/src/material/outlined/park.svg diff --git a/projects/icons-material/src/outlined/party_mode.svg b/projects/icons-material/src/material/outlined/party_mode.svg similarity index 100% rename from projects/icons-material/src/outlined/party_mode.svg rename to projects/icons-material/src/material/outlined/party_mode.svg diff --git a/projects/icons-material/src/outlined/password.svg b/projects/icons-material/src/material/outlined/password.svg similarity index 100% rename from projects/icons-material/src/outlined/password.svg rename to projects/icons-material/src/material/outlined/password.svg diff --git a/projects/icons-material/src/outlined/pattern.svg b/projects/icons-material/src/material/outlined/pattern.svg similarity index 100% rename from projects/icons-material/src/outlined/pattern.svg rename to projects/icons-material/src/material/outlined/pattern.svg diff --git a/projects/icons-material/src/outlined/pause.svg b/projects/icons-material/src/material/outlined/pause.svg similarity index 100% rename from projects/icons-material/src/outlined/pause.svg rename to projects/icons-material/src/material/outlined/pause.svg diff --git a/projects/icons-material/src/outlined/pause_circle.svg b/projects/icons-material/src/material/outlined/pause_circle.svg similarity index 100% rename from projects/icons-material/src/outlined/pause_circle.svg rename to projects/icons-material/src/material/outlined/pause_circle.svg diff --git a/projects/icons-material/src/outlined/pause_circle_filled.svg b/projects/icons-material/src/material/outlined/pause_circle_filled.svg similarity index 100% rename from projects/icons-material/src/outlined/pause_circle_filled.svg rename to projects/icons-material/src/material/outlined/pause_circle_filled.svg diff --git a/projects/icons-material/src/outlined/pause_circle_outline.svg b/projects/icons-material/src/material/outlined/pause_circle_outline.svg similarity index 100% rename from projects/icons-material/src/outlined/pause_circle_outline.svg rename to projects/icons-material/src/material/outlined/pause_circle_outline.svg diff --git a/projects/icons-material/src/outlined/pause_presentation.svg b/projects/icons-material/src/material/outlined/pause_presentation.svg similarity index 100% rename from projects/icons-material/src/outlined/pause_presentation.svg rename to projects/icons-material/src/material/outlined/pause_presentation.svg diff --git a/projects/icons-material/src/outlined/payment.svg b/projects/icons-material/src/material/outlined/payment.svg similarity index 100% rename from projects/icons-material/src/outlined/payment.svg rename to projects/icons-material/src/material/outlined/payment.svg diff --git a/projects/icons-material/src/outlined/payments.svg b/projects/icons-material/src/material/outlined/payments.svg similarity index 100% rename from projects/icons-material/src/outlined/payments.svg rename to projects/icons-material/src/material/outlined/payments.svg diff --git a/projects/icons-material/src/outlined/pedal_bike.svg b/projects/icons-material/src/material/outlined/pedal_bike.svg similarity index 100% rename from projects/icons-material/src/outlined/pedal_bike.svg rename to projects/icons-material/src/material/outlined/pedal_bike.svg diff --git a/projects/icons-material/src/outlined/pending.svg b/projects/icons-material/src/material/outlined/pending.svg similarity index 100% rename from projects/icons-material/src/outlined/pending.svg rename to projects/icons-material/src/material/outlined/pending.svg diff --git a/projects/icons-material/src/outlined/pending_actions.svg b/projects/icons-material/src/material/outlined/pending_actions.svg similarity index 100% rename from projects/icons-material/src/outlined/pending_actions.svg rename to projects/icons-material/src/material/outlined/pending_actions.svg diff --git a/projects/icons-material/src/outlined/pentagon.svg b/projects/icons-material/src/material/outlined/pentagon.svg similarity index 100% rename from projects/icons-material/src/outlined/pentagon.svg rename to projects/icons-material/src/material/outlined/pentagon.svg diff --git a/projects/icons-material/src/outlined/people.svg b/projects/icons-material/src/material/outlined/people.svg similarity index 100% rename from projects/icons-material/src/outlined/people.svg rename to projects/icons-material/src/material/outlined/people.svg diff --git a/projects/icons-material/src/outlined/people_alt.svg b/projects/icons-material/src/material/outlined/people_alt.svg similarity index 100% rename from projects/icons-material/src/outlined/people_alt.svg rename to projects/icons-material/src/material/outlined/people_alt.svg diff --git a/projects/icons-material/src/outlined/people_outline.svg b/projects/icons-material/src/material/outlined/people_outline.svg similarity index 100% rename from projects/icons-material/src/outlined/people_outline.svg rename to projects/icons-material/src/material/outlined/people_outline.svg diff --git a/projects/icons-material/src/outlined/percent.svg b/projects/icons-material/src/material/outlined/percent.svg similarity index 100% rename from projects/icons-material/src/outlined/percent.svg rename to projects/icons-material/src/material/outlined/percent.svg diff --git a/projects/icons-material/src/outlined/perm_camera_mic.svg b/projects/icons-material/src/material/outlined/perm_camera_mic.svg similarity index 100% rename from projects/icons-material/src/outlined/perm_camera_mic.svg rename to projects/icons-material/src/material/outlined/perm_camera_mic.svg diff --git a/projects/icons-material/src/outlined/perm_contact_calendar.svg b/projects/icons-material/src/material/outlined/perm_contact_calendar.svg similarity index 100% rename from projects/icons-material/src/outlined/perm_contact_calendar.svg rename to projects/icons-material/src/material/outlined/perm_contact_calendar.svg diff --git a/projects/icons-material/src/outlined/perm_data_setting.svg b/projects/icons-material/src/material/outlined/perm_data_setting.svg similarity index 100% rename from projects/icons-material/src/outlined/perm_data_setting.svg rename to projects/icons-material/src/material/outlined/perm_data_setting.svg diff --git a/projects/icons-material/src/outlined/perm_device_information.svg b/projects/icons-material/src/material/outlined/perm_device_information.svg similarity index 100% rename from projects/icons-material/src/outlined/perm_device_information.svg rename to projects/icons-material/src/material/outlined/perm_device_information.svg diff --git a/projects/icons-material/src/outlined/perm_identity.svg b/projects/icons-material/src/material/outlined/perm_identity.svg similarity index 100% rename from projects/icons-material/src/outlined/perm_identity.svg rename to projects/icons-material/src/material/outlined/perm_identity.svg diff --git a/projects/icons-material/src/outlined/perm_media.svg b/projects/icons-material/src/material/outlined/perm_media.svg similarity index 100% rename from projects/icons-material/src/outlined/perm_media.svg rename to projects/icons-material/src/material/outlined/perm_media.svg diff --git a/projects/icons-material/src/outlined/perm_phone_msg.svg b/projects/icons-material/src/material/outlined/perm_phone_msg.svg similarity index 100% rename from projects/icons-material/src/outlined/perm_phone_msg.svg rename to projects/icons-material/src/material/outlined/perm_phone_msg.svg diff --git a/projects/icons-material/src/outlined/perm_scan_wifi.svg b/projects/icons-material/src/material/outlined/perm_scan_wifi.svg similarity index 100% rename from projects/icons-material/src/outlined/perm_scan_wifi.svg rename to projects/icons-material/src/material/outlined/perm_scan_wifi.svg diff --git a/projects/icons-material/src/outlined/person.svg b/projects/icons-material/src/material/outlined/person.svg similarity index 100% rename from projects/icons-material/src/outlined/person.svg rename to projects/icons-material/src/material/outlined/person.svg diff --git a/projects/icons-material/src/outlined/person_2.svg b/projects/icons-material/src/material/outlined/person_2.svg similarity index 100% rename from projects/icons-material/src/outlined/person_2.svg rename to projects/icons-material/src/material/outlined/person_2.svg diff --git a/projects/icons-material/src/outlined/person_3.svg b/projects/icons-material/src/material/outlined/person_3.svg similarity index 100% rename from projects/icons-material/src/outlined/person_3.svg rename to projects/icons-material/src/material/outlined/person_3.svg diff --git a/projects/icons-material/src/outlined/person_4.svg b/projects/icons-material/src/material/outlined/person_4.svg similarity index 100% rename from projects/icons-material/src/outlined/person_4.svg rename to projects/icons-material/src/material/outlined/person_4.svg diff --git a/projects/icons-material/src/outlined/person_add.svg b/projects/icons-material/src/material/outlined/person_add.svg similarity index 100% rename from projects/icons-material/src/outlined/person_add.svg rename to projects/icons-material/src/material/outlined/person_add.svg diff --git a/projects/icons-material/src/outlined/person_add_alt.svg b/projects/icons-material/src/material/outlined/person_add_alt.svg similarity index 100% rename from projects/icons-material/src/outlined/person_add_alt.svg rename to projects/icons-material/src/material/outlined/person_add_alt.svg diff --git a/projects/icons-material/src/outlined/person_add_alt_1.svg b/projects/icons-material/src/material/outlined/person_add_alt_1.svg similarity index 100% rename from projects/icons-material/src/outlined/person_add_alt_1.svg rename to projects/icons-material/src/material/outlined/person_add_alt_1.svg diff --git a/projects/icons-material/src/outlined/person_add_disabled.svg b/projects/icons-material/src/material/outlined/person_add_disabled.svg similarity index 100% rename from projects/icons-material/src/outlined/person_add_disabled.svg rename to projects/icons-material/src/material/outlined/person_add_disabled.svg diff --git a/projects/icons-material/src/outlined/person_off.svg b/projects/icons-material/src/material/outlined/person_off.svg similarity index 100% rename from projects/icons-material/src/outlined/person_off.svg rename to projects/icons-material/src/material/outlined/person_off.svg diff --git a/projects/icons-material/src/outlined/person_outline.svg b/projects/icons-material/src/material/outlined/person_outline.svg similarity index 100% rename from projects/icons-material/src/outlined/person_outline.svg rename to projects/icons-material/src/material/outlined/person_outline.svg diff --git a/projects/icons-material/src/outlined/person_pin.svg b/projects/icons-material/src/material/outlined/person_pin.svg similarity index 100% rename from projects/icons-material/src/outlined/person_pin.svg rename to projects/icons-material/src/material/outlined/person_pin.svg diff --git a/projects/icons-material/src/outlined/person_pin_circle.svg b/projects/icons-material/src/material/outlined/person_pin_circle.svg similarity index 100% rename from projects/icons-material/src/outlined/person_pin_circle.svg rename to projects/icons-material/src/material/outlined/person_pin_circle.svg diff --git a/projects/icons-material/src/outlined/person_remove.svg b/projects/icons-material/src/material/outlined/person_remove.svg similarity index 100% rename from projects/icons-material/src/outlined/person_remove.svg rename to projects/icons-material/src/material/outlined/person_remove.svg diff --git a/projects/icons-material/src/outlined/person_remove_alt_1.svg b/projects/icons-material/src/material/outlined/person_remove_alt_1.svg similarity index 100% rename from projects/icons-material/src/outlined/person_remove_alt_1.svg rename to projects/icons-material/src/material/outlined/person_remove_alt_1.svg diff --git a/projects/icons-material/src/outlined/person_search.svg b/projects/icons-material/src/material/outlined/person_search.svg similarity index 100% rename from projects/icons-material/src/outlined/person_search.svg rename to projects/icons-material/src/material/outlined/person_search.svg diff --git a/projects/icons-material/src/outlined/personal_injury.svg b/projects/icons-material/src/material/outlined/personal_injury.svg similarity index 100% rename from projects/icons-material/src/outlined/personal_injury.svg rename to projects/icons-material/src/material/outlined/personal_injury.svg diff --git a/projects/icons-material/src/outlined/personal_video.svg b/projects/icons-material/src/material/outlined/personal_video.svg similarity index 100% rename from projects/icons-material/src/outlined/personal_video.svg rename to projects/icons-material/src/material/outlined/personal_video.svg diff --git a/projects/icons-material/src/outlined/pest_control.svg b/projects/icons-material/src/material/outlined/pest_control.svg similarity index 100% rename from projects/icons-material/src/outlined/pest_control.svg rename to projects/icons-material/src/material/outlined/pest_control.svg diff --git a/projects/icons-material/src/outlined/pest_control_rodent.svg b/projects/icons-material/src/material/outlined/pest_control_rodent.svg similarity index 100% rename from projects/icons-material/src/outlined/pest_control_rodent.svg rename to projects/icons-material/src/material/outlined/pest_control_rodent.svg diff --git a/projects/icons-material/src/outlined/pets.svg b/projects/icons-material/src/material/outlined/pets.svg similarity index 100% rename from projects/icons-material/src/outlined/pets.svg rename to projects/icons-material/src/material/outlined/pets.svg diff --git a/projects/icons-material/src/outlined/phishing.svg b/projects/icons-material/src/material/outlined/phishing.svg similarity index 100% rename from projects/icons-material/src/outlined/phishing.svg rename to projects/icons-material/src/material/outlined/phishing.svg diff --git a/projects/icons-material/src/outlined/phone.svg b/projects/icons-material/src/material/outlined/phone.svg similarity index 100% rename from projects/icons-material/src/outlined/phone.svg rename to projects/icons-material/src/material/outlined/phone.svg diff --git a/projects/icons-material/src/outlined/phone_android.svg b/projects/icons-material/src/material/outlined/phone_android.svg similarity index 100% rename from projects/icons-material/src/outlined/phone_android.svg rename to projects/icons-material/src/material/outlined/phone_android.svg diff --git a/projects/icons-material/src/outlined/phone_bluetooth_speaker.svg b/projects/icons-material/src/material/outlined/phone_bluetooth_speaker.svg similarity index 100% rename from projects/icons-material/src/outlined/phone_bluetooth_speaker.svg rename to projects/icons-material/src/material/outlined/phone_bluetooth_speaker.svg diff --git a/projects/icons-material/src/outlined/phone_callback.svg b/projects/icons-material/src/material/outlined/phone_callback.svg similarity index 100% rename from projects/icons-material/src/outlined/phone_callback.svg rename to projects/icons-material/src/material/outlined/phone_callback.svg diff --git a/projects/icons-material/src/outlined/phone_disabled.svg b/projects/icons-material/src/material/outlined/phone_disabled.svg similarity index 100% rename from projects/icons-material/src/outlined/phone_disabled.svg rename to projects/icons-material/src/material/outlined/phone_disabled.svg diff --git a/projects/icons-material/src/outlined/phone_enabled.svg b/projects/icons-material/src/material/outlined/phone_enabled.svg similarity index 100% rename from projects/icons-material/src/outlined/phone_enabled.svg rename to projects/icons-material/src/material/outlined/phone_enabled.svg diff --git a/projects/icons-material/src/outlined/phone_forwarded.svg b/projects/icons-material/src/material/outlined/phone_forwarded.svg similarity index 100% rename from projects/icons-material/src/outlined/phone_forwarded.svg rename to projects/icons-material/src/material/outlined/phone_forwarded.svg diff --git a/projects/icons-material/src/outlined/phone_iphone.svg b/projects/icons-material/src/material/outlined/phone_iphone.svg similarity index 100% rename from projects/icons-material/src/outlined/phone_iphone.svg rename to projects/icons-material/src/material/outlined/phone_iphone.svg diff --git a/projects/icons-material/src/outlined/phone_locked.svg b/projects/icons-material/src/material/outlined/phone_locked.svg similarity index 100% rename from projects/icons-material/src/outlined/phone_locked.svg rename to projects/icons-material/src/material/outlined/phone_locked.svg diff --git a/projects/icons-material/src/outlined/phone_missed.svg b/projects/icons-material/src/material/outlined/phone_missed.svg similarity index 100% rename from projects/icons-material/src/outlined/phone_missed.svg rename to projects/icons-material/src/material/outlined/phone_missed.svg diff --git a/projects/icons-material/src/outlined/phone_paused.svg b/projects/icons-material/src/material/outlined/phone_paused.svg similarity index 100% rename from projects/icons-material/src/outlined/phone_paused.svg rename to projects/icons-material/src/material/outlined/phone_paused.svg diff --git a/projects/icons-material/src/outlined/phonelink.svg b/projects/icons-material/src/material/outlined/phonelink.svg similarity index 100% rename from projects/icons-material/src/outlined/phonelink.svg rename to projects/icons-material/src/material/outlined/phonelink.svg diff --git a/projects/icons-material/src/outlined/phonelink_erase.svg b/projects/icons-material/src/material/outlined/phonelink_erase.svg similarity index 100% rename from projects/icons-material/src/outlined/phonelink_erase.svg rename to projects/icons-material/src/material/outlined/phonelink_erase.svg diff --git a/projects/icons-material/src/outlined/phonelink_lock.svg b/projects/icons-material/src/material/outlined/phonelink_lock.svg similarity index 100% rename from projects/icons-material/src/outlined/phonelink_lock.svg rename to projects/icons-material/src/material/outlined/phonelink_lock.svg diff --git a/projects/icons-material/src/outlined/phonelink_off.svg b/projects/icons-material/src/material/outlined/phonelink_off.svg similarity index 100% rename from projects/icons-material/src/outlined/phonelink_off.svg rename to projects/icons-material/src/material/outlined/phonelink_off.svg diff --git a/projects/icons-material/src/outlined/phonelink_ring.svg b/projects/icons-material/src/material/outlined/phonelink_ring.svg similarity index 100% rename from projects/icons-material/src/outlined/phonelink_ring.svg rename to projects/icons-material/src/material/outlined/phonelink_ring.svg diff --git a/projects/icons-material/src/outlined/phonelink_setup.svg b/projects/icons-material/src/material/outlined/phonelink_setup.svg similarity index 100% rename from projects/icons-material/src/outlined/phonelink_setup.svg rename to projects/icons-material/src/material/outlined/phonelink_setup.svg diff --git a/projects/icons-material/src/outlined/photo.svg b/projects/icons-material/src/material/outlined/photo.svg similarity index 100% rename from projects/icons-material/src/outlined/photo.svg rename to projects/icons-material/src/material/outlined/photo.svg diff --git a/projects/icons-material/src/outlined/photo_album.svg b/projects/icons-material/src/material/outlined/photo_album.svg similarity index 100% rename from projects/icons-material/src/outlined/photo_album.svg rename to projects/icons-material/src/material/outlined/photo_album.svg diff --git a/projects/icons-material/src/outlined/photo_camera.svg b/projects/icons-material/src/material/outlined/photo_camera.svg similarity index 100% rename from projects/icons-material/src/outlined/photo_camera.svg rename to projects/icons-material/src/material/outlined/photo_camera.svg diff --git a/projects/icons-material/src/outlined/photo_camera_back.svg b/projects/icons-material/src/material/outlined/photo_camera_back.svg similarity index 100% rename from projects/icons-material/src/outlined/photo_camera_back.svg rename to projects/icons-material/src/material/outlined/photo_camera_back.svg diff --git a/projects/icons-material/src/outlined/photo_camera_front.svg b/projects/icons-material/src/material/outlined/photo_camera_front.svg similarity index 100% rename from projects/icons-material/src/outlined/photo_camera_front.svg rename to projects/icons-material/src/material/outlined/photo_camera_front.svg diff --git a/projects/icons-material/src/outlined/photo_filter.svg b/projects/icons-material/src/material/outlined/photo_filter.svg similarity index 100% rename from projects/icons-material/src/outlined/photo_filter.svg rename to projects/icons-material/src/material/outlined/photo_filter.svg diff --git a/projects/icons-material/src/outlined/photo_library.svg b/projects/icons-material/src/material/outlined/photo_library.svg similarity index 100% rename from projects/icons-material/src/outlined/photo_library.svg rename to projects/icons-material/src/material/outlined/photo_library.svg diff --git a/projects/icons-material/src/outlined/photo_size_select_actual.svg b/projects/icons-material/src/material/outlined/photo_size_select_actual.svg similarity index 100% rename from projects/icons-material/src/outlined/photo_size_select_actual.svg rename to projects/icons-material/src/material/outlined/photo_size_select_actual.svg diff --git a/projects/icons-material/src/outlined/photo_size_select_large.svg b/projects/icons-material/src/material/outlined/photo_size_select_large.svg similarity index 100% rename from projects/icons-material/src/outlined/photo_size_select_large.svg rename to projects/icons-material/src/material/outlined/photo_size_select_large.svg diff --git a/projects/icons-material/src/outlined/photo_size_select_small.svg b/projects/icons-material/src/material/outlined/photo_size_select_small.svg similarity index 100% rename from projects/icons-material/src/outlined/photo_size_select_small.svg rename to projects/icons-material/src/material/outlined/photo_size_select_small.svg diff --git a/projects/icons-material/src/outlined/php.svg b/projects/icons-material/src/material/outlined/php.svg similarity index 100% rename from projects/icons-material/src/outlined/php.svg rename to projects/icons-material/src/material/outlined/php.svg diff --git a/projects/icons-material/src/outlined/piano.svg b/projects/icons-material/src/material/outlined/piano.svg similarity index 100% rename from projects/icons-material/src/outlined/piano.svg rename to projects/icons-material/src/material/outlined/piano.svg diff --git a/projects/icons-material/src/outlined/piano_off.svg b/projects/icons-material/src/material/outlined/piano_off.svg similarity index 100% rename from projects/icons-material/src/outlined/piano_off.svg rename to projects/icons-material/src/material/outlined/piano_off.svg diff --git a/projects/icons-material/src/outlined/picture_as_pdf.svg b/projects/icons-material/src/material/outlined/picture_as_pdf.svg similarity index 100% rename from projects/icons-material/src/outlined/picture_as_pdf.svg rename to projects/icons-material/src/material/outlined/picture_as_pdf.svg diff --git a/projects/icons-material/src/outlined/picture_in_picture.svg b/projects/icons-material/src/material/outlined/picture_in_picture.svg similarity index 100% rename from projects/icons-material/src/outlined/picture_in_picture.svg rename to projects/icons-material/src/material/outlined/picture_in_picture.svg diff --git a/projects/icons-material/src/outlined/picture_in_picture_alt.svg b/projects/icons-material/src/material/outlined/picture_in_picture_alt.svg similarity index 100% rename from projects/icons-material/src/outlined/picture_in_picture_alt.svg rename to projects/icons-material/src/material/outlined/picture_in_picture_alt.svg diff --git a/projects/icons-material/src/outlined/pie_chart.svg b/projects/icons-material/src/material/outlined/pie_chart.svg similarity index 100% rename from projects/icons-material/src/outlined/pie_chart.svg rename to projects/icons-material/src/material/outlined/pie_chart.svg diff --git a/projects/icons-material/src/outlined/pie_chart_outline.svg b/projects/icons-material/src/material/outlined/pie_chart_outline.svg similarity index 100% rename from projects/icons-material/src/outlined/pie_chart_outline.svg rename to projects/icons-material/src/material/outlined/pie_chart_outline.svg diff --git a/projects/icons-material/src/outlined/pin.svg b/projects/icons-material/src/material/outlined/pin.svg similarity index 100% rename from projects/icons-material/src/outlined/pin.svg rename to projects/icons-material/src/material/outlined/pin.svg diff --git a/projects/icons-material/src/outlined/pin_drop.svg b/projects/icons-material/src/material/outlined/pin_drop.svg similarity index 100% rename from projects/icons-material/src/outlined/pin_drop.svg rename to projects/icons-material/src/material/outlined/pin_drop.svg diff --git a/projects/icons-material/src/outlined/pin_end.svg b/projects/icons-material/src/material/outlined/pin_end.svg similarity index 100% rename from projects/icons-material/src/outlined/pin_end.svg rename to projects/icons-material/src/material/outlined/pin_end.svg diff --git a/projects/icons-material/src/outlined/pin_invoke.svg b/projects/icons-material/src/material/outlined/pin_invoke.svg similarity index 100% rename from projects/icons-material/src/outlined/pin_invoke.svg rename to projects/icons-material/src/material/outlined/pin_invoke.svg diff --git a/projects/icons-material/src/outlined/pinch.svg b/projects/icons-material/src/material/outlined/pinch.svg similarity index 100% rename from projects/icons-material/src/outlined/pinch.svg rename to projects/icons-material/src/material/outlined/pinch.svg diff --git a/projects/icons-material/src/outlined/pivot_table_chart.svg b/projects/icons-material/src/material/outlined/pivot_table_chart.svg similarity index 100% rename from projects/icons-material/src/outlined/pivot_table_chart.svg rename to projects/icons-material/src/material/outlined/pivot_table_chart.svg diff --git a/projects/icons-material/src/outlined/pix.svg b/projects/icons-material/src/material/outlined/pix.svg similarity index 100% rename from projects/icons-material/src/outlined/pix.svg rename to projects/icons-material/src/material/outlined/pix.svg diff --git a/projects/icons-material/src/outlined/place.svg b/projects/icons-material/src/material/outlined/place.svg similarity index 100% rename from projects/icons-material/src/outlined/place.svg rename to projects/icons-material/src/material/outlined/place.svg diff --git a/projects/icons-material/src/outlined/plagiarism.svg b/projects/icons-material/src/material/outlined/plagiarism.svg similarity index 100% rename from projects/icons-material/src/outlined/plagiarism.svg rename to projects/icons-material/src/material/outlined/plagiarism.svg diff --git a/projects/icons-material/src/outlined/play_arrow.svg b/projects/icons-material/src/material/outlined/play_arrow.svg similarity index 100% rename from projects/icons-material/src/outlined/play_arrow.svg rename to projects/icons-material/src/material/outlined/play_arrow.svg diff --git a/projects/icons-material/src/outlined/play_circle.svg b/projects/icons-material/src/material/outlined/play_circle.svg similarity index 100% rename from projects/icons-material/src/outlined/play_circle.svg rename to projects/icons-material/src/material/outlined/play_circle.svg diff --git a/projects/icons-material/src/outlined/play_circle_filled.svg b/projects/icons-material/src/material/outlined/play_circle_filled.svg similarity index 100% rename from projects/icons-material/src/outlined/play_circle_filled.svg rename to projects/icons-material/src/material/outlined/play_circle_filled.svg diff --git a/projects/icons-material/src/outlined/play_circle_outline.svg b/projects/icons-material/src/material/outlined/play_circle_outline.svg similarity index 100% rename from projects/icons-material/src/outlined/play_circle_outline.svg rename to projects/icons-material/src/material/outlined/play_circle_outline.svg diff --git a/projects/icons-material/src/outlined/play_disabled.svg b/projects/icons-material/src/material/outlined/play_disabled.svg similarity index 100% rename from projects/icons-material/src/outlined/play_disabled.svg rename to projects/icons-material/src/material/outlined/play_disabled.svg diff --git a/projects/icons-material/src/outlined/play_for_work.svg b/projects/icons-material/src/material/outlined/play_for_work.svg similarity index 100% rename from projects/icons-material/src/outlined/play_for_work.svg rename to projects/icons-material/src/material/outlined/play_for_work.svg diff --git a/projects/icons-material/src/outlined/play_lesson.svg b/projects/icons-material/src/material/outlined/play_lesson.svg similarity index 100% rename from projects/icons-material/src/outlined/play_lesson.svg rename to projects/icons-material/src/material/outlined/play_lesson.svg diff --git a/projects/icons-material/src/outlined/playlist_add.svg b/projects/icons-material/src/material/outlined/playlist_add.svg similarity index 100% rename from projects/icons-material/src/outlined/playlist_add.svg rename to projects/icons-material/src/material/outlined/playlist_add.svg diff --git a/projects/icons-material/src/outlined/playlist_add_check.svg b/projects/icons-material/src/material/outlined/playlist_add_check.svg similarity index 100% rename from projects/icons-material/src/outlined/playlist_add_check.svg rename to projects/icons-material/src/material/outlined/playlist_add_check.svg diff --git a/projects/icons-material/src/outlined/playlist_add_check_circle.svg b/projects/icons-material/src/material/outlined/playlist_add_check_circle.svg similarity index 100% rename from projects/icons-material/src/outlined/playlist_add_check_circle.svg rename to projects/icons-material/src/material/outlined/playlist_add_check_circle.svg diff --git a/projects/icons-material/src/outlined/playlist_add_circle.svg b/projects/icons-material/src/material/outlined/playlist_add_circle.svg similarity index 100% rename from projects/icons-material/src/outlined/playlist_add_circle.svg rename to projects/icons-material/src/material/outlined/playlist_add_circle.svg diff --git a/projects/icons-material/src/outlined/playlist_play.svg b/projects/icons-material/src/material/outlined/playlist_play.svg similarity index 100% rename from projects/icons-material/src/outlined/playlist_play.svg rename to projects/icons-material/src/material/outlined/playlist_play.svg diff --git a/projects/icons-material/src/outlined/playlist_remove.svg b/projects/icons-material/src/material/outlined/playlist_remove.svg similarity index 100% rename from projects/icons-material/src/outlined/playlist_remove.svg rename to projects/icons-material/src/material/outlined/playlist_remove.svg diff --git a/projects/icons-material/src/outlined/plumbing.svg b/projects/icons-material/src/material/outlined/plumbing.svg similarity index 100% rename from projects/icons-material/src/outlined/plumbing.svg rename to projects/icons-material/src/material/outlined/plumbing.svg diff --git a/projects/icons-material/src/outlined/plus_one.svg b/projects/icons-material/src/material/outlined/plus_one.svg similarity index 100% rename from projects/icons-material/src/outlined/plus_one.svg rename to projects/icons-material/src/material/outlined/plus_one.svg diff --git a/projects/icons-material/src/outlined/podcasts.svg b/projects/icons-material/src/material/outlined/podcasts.svg similarity index 100% rename from projects/icons-material/src/outlined/podcasts.svg rename to projects/icons-material/src/material/outlined/podcasts.svg diff --git a/projects/icons-material/src/outlined/point_of_sale.svg b/projects/icons-material/src/material/outlined/point_of_sale.svg similarity index 100% rename from projects/icons-material/src/outlined/point_of_sale.svg rename to projects/icons-material/src/material/outlined/point_of_sale.svg diff --git a/projects/icons-material/src/outlined/policy.svg b/projects/icons-material/src/material/outlined/policy.svg similarity index 100% rename from projects/icons-material/src/outlined/policy.svg rename to projects/icons-material/src/material/outlined/policy.svg diff --git a/projects/icons-material/src/outlined/poll.svg b/projects/icons-material/src/material/outlined/poll.svg similarity index 100% rename from projects/icons-material/src/outlined/poll.svg rename to projects/icons-material/src/material/outlined/poll.svg diff --git a/projects/icons-material/src/outlined/polyline.svg b/projects/icons-material/src/material/outlined/polyline.svg similarity index 100% rename from projects/icons-material/src/outlined/polyline.svg rename to projects/icons-material/src/material/outlined/polyline.svg diff --git a/projects/icons-material/src/outlined/polymer.svg b/projects/icons-material/src/material/outlined/polymer.svg similarity index 100% rename from projects/icons-material/src/outlined/polymer.svg rename to projects/icons-material/src/material/outlined/polymer.svg diff --git a/projects/icons-material/src/outlined/pool.svg b/projects/icons-material/src/material/outlined/pool.svg similarity index 100% rename from projects/icons-material/src/outlined/pool.svg rename to projects/icons-material/src/material/outlined/pool.svg diff --git a/projects/icons-material/src/outlined/portable_wifi_off.svg b/projects/icons-material/src/material/outlined/portable_wifi_off.svg similarity index 100% rename from projects/icons-material/src/outlined/portable_wifi_off.svg rename to projects/icons-material/src/material/outlined/portable_wifi_off.svg diff --git a/projects/icons-material/src/outlined/portrait.svg b/projects/icons-material/src/material/outlined/portrait.svg similarity index 100% rename from projects/icons-material/src/outlined/portrait.svg rename to projects/icons-material/src/material/outlined/portrait.svg diff --git a/projects/icons-material/src/outlined/post_add.svg b/projects/icons-material/src/material/outlined/post_add.svg similarity index 100% rename from projects/icons-material/src/outlined/post_add.svg rename to projects/icons-material/src/material/outlined/post_add.svg diff --git a/projects/icons-material/src/outlined/power.svg b/projects/icons-material/src/material/outlined/power.svg similarity index 100% rename from projects/icons-material/src/outlined/power.svg rename to projects/icons-material/src/material/outlined/power.svg diff --git a/projects/icons-material/src/outlined/power_input.svg b/projects/icons-material/src/material/outlined/power_input.svg similarity index 100% rename from projects/icons-material/src/outlined/power_input.svg rename to projects/icons-material/src/material/outlined/power_input.svg diff --git a/projects/icons-material/src/outlined/power_off.svg b/projects/icons-material/src/material/outlined/power_off.svg similarity index 100% rename from projects/icons-material/src/outlined/power_off.svg rename to projects/icons-material/src/material/outlined/power_off.svg diff --git a/projects/icons-material/src/outlined/power_settings_new.svg b/projects/icons-material/src/material/outlined/power_settings_new.svg similarity index 100% rename from projects/icons-material/src/outlined/power_settings_new.svg rename to projects/icons-material/src/material/outlined/power_settings_new.svg diff --git a/projects/icons-material/src/outlined/precision_manufacturing.svg b/projects/icons-material/src/material/outlined/precision_manufacturing.svg similarity index 100% rename from projects/icons-material/src/outlined/precision_manufacturing.svg rename to projects/icons-material/src/material/outlined/precision_manufacturing.svg diff --git a/projects/icons-material/src/outlined/pregnant_woman.svg b/projects/icons-material/src/material/outlined/pregnant_woman.svg similarity index 100% rename from projects/icons-material/src/outlined/pregnant_woman.svg rename to projects/icons-material/src/material/outlined/pregnant_woman.svg diff --git a/projects/icons-material/src/outlined/present_to_all.svg b/projects/icons-material/src/material/outlined/present_to_all.svg similarity index 100% rename from projects/icons-material/src/outlined/present_to_all.svg rename to projects/icons-material/src/material/outlined/present_to_all.svg diff --git a/projects/icons-material/src/outlined/preview.svg b/projects/icons-material/src/material/outlined/preview.svg similarity index 100% rename from projects/icons-material/src/outlined/preview.svg rename to projects/icons-material/src/material/outlined/preview.svg diff --git a/projects/icons-material/src/outlined/price_change.svg b/projects/icons-material/src/material/outlined/price_change.svg similarity index 100% rename from projects/icons-material/src/outlined/price_change.svg rename to projects/icons-material/src/material/outlined/price_change.svg diff --git a/projects/icons-material/src/outlined/price_check.svg b/projects/icons-material/src/material/outlined/price_check.svg similarity index 100% rename from projects/icons-material/src/outlined/price_check.svg rename to projects/icons-material/src/material/outlined/price_check.svg diff --git a/projects/icons-material/src/outlined/print.svg b/projects/icons-material/src/material/outlined/print.svg similarity index 100% rename from projects/icons-material/src/outlined/print.svg rename to projects/icons-material/src/material/outlined/print.svg diff --git a/projects/icons-material/src/outlined/print_disabled.svg b/projects/icons-material/src/material/outlined/print_disabled.svg similarity index 100% rename from projects/icons-material/src/outlined/print_disabled.svg rename to projects/icons-material/src/material/outlined/print_disabled.svg diff --git a/projects/icons-material/src/outlined/priority_high.svg b/projects/icons-material/src/material/outlined/priority_high.svg similarity index 100% rename from projects/icons-material/src/outlined/priority_high.svg rename to projects/icons-material/src/material/outlined/priority_high.svg diff --git a/projects/icons-material/src/outlined/privacy_tip.svg b/projects/icons-material/src/material/outlined/privacy_tip.svg similarity index 100% rename from projects/icons-material/src/outlined/privacy_tip.svg rename to projects/icons-material/src/material/outlined/privacy_tip.svg diff --git a/projects/icons-material/src/outlined/private_connectivity.svg b/projects/icons-material/src/material/outlined/private_connectivity.svg similarity index 100% rename from projects/icons-material/src/outlined/private_connectivity.svg rename to projects/icons-material/src/material/outlined/private_connectivity.svg diff --git a/projects/icons-material/src/outlined/production_quantity_limits.svg b/projects/icons-material/src/material/outlined/production_quantity_limits.svg similarity index 100% rename from projects/icons-material/src/outlined/production_quantity_limits.svg rename to projects/icons-material/src/material/outlined/production_quantity_limits.svg diff --git a/projects/icons-material/src/outlined/propane.svg b/projects/icons-material/src/material/outlined/propane.svg similarity index 100% rename from projects/icons-material/src/outlined/propane.svg rename to projects/icons-material/src/material/outlined/propane.svg diff --git a/projects/icons-material/src/outlined/propane_tank.svg b/projects/icons-material/src/material/outlined/propane_tank.svg similarity index 100% rename from projects/icons-material/src/outlined/propane_tank.svg rename to projects/icons-material/src/material/outlined/propane_tank.svg diff --git a/projects/icons-material/src/outlined/psychology.svg b/projects/icons-material/src/material/outlined/psychology.svg similarity index 100% rename from projects/icons-material/src/outlined/psychology.svg rename to projects/icons-material/src/material/outlined/psychology.svg diff --git a/projects/icons-material/src/outlined/psychology_alt.svg b/projects/icons-material/src/material/outlined/psychology_alt.svg similarity index 100% rename from projects/icons-material/src/outlined/psychology_alt.svg rename to projects/icons-material/src/material/outlined/psychology_alt.svg diff --git a/projects/icons-material/src/outlined/public.svg b/projects/icons-material/src/material/outlined/public.svg similarity index 100% rename from projects/icons-material/src/outlined/public.svg rename to projects/icons-material/src/material/outlined/public.svg diff --git a/projects/icons-material/src/outlined/public_off.svg b/projects/icons-material/src/material/outlined/public_off.svg similarity index 100% rename from projects/icons-material/src/outlined/public_off.svg rename to projects/icons-material/src/material/outlined/public_off.svg diff --git a/projects/icons-material/src/outlined/publish.svg b/projects/icons-material/src/material/outlined/publish.svg similarity index 100% rename from projects/icons-material/src/outlined/publish.svg rename to projects/icons-material/src/material/outlined/publish.svg diff --git a/projects/icons-material/src/outlined/published_with_changes.svg b/projects/icons-material/src/material/outlined/published_with_changes.svg similarity index 100% rename from projects/icons-material/src/outlined/published_with_changes.svg rename to projects/icons-material/src/material/outlined/published_with_changes.svg diff --git a/projects/icons-material/src/outlined/punch_clock.svg b/projects/icons-material/src/material/outlined/punch_clock.svg similarity index 100% rename from projects/icons-material/src/outlined/punch_clock.svg rename to projects/icons-material/src/material/outlined/punch_clock.svg diff --git a/projects/icons-material/src/outlined/push_pin.svg b/projects/icons-material/src/material/outlined/push_pin.svg similarity index 100% rename from projects/icons-material/src/outlined/push_pin.svg rename to projects/icons-material/src/material/outlined/push_pin.svg diff --git a/projects/icons-material/src/outlined/qr_code.svg b/projects/icons-material/src/material/outlined/qr_code.svg similarity index 100% rename from projects/icons-material/src/outlined/qr_code.svg rename to projects/icons-material/src/material/outlined/qr_code.svg diff --git a/projects/icons-material/src/outlined/qr_code_2.svg b/projects/icons-material/src/material/outlined/qr_code_2.svg similarity index 100% rename from projects/icons-material/src/outlined/qr_code_2.svg rename to projects/icons-material/src/material/outlined/qr_code_2.svg diff --git a/projects/icons-material/src/outlined/qr_code_scanner.svg b/projects/icons-material/src/material/outlined/qr_code_scanner.svg similarity index 100% rename from projects/icons-material/src/outlined/qr_code_scanner.svg rename to projects/icons-material/src/material/outlined/qr_code_scanner.svg diff --git a/projects/icons-material/src/outlined/query_builder.svg b/projects/icons-material/src/material/outlined/query_builder.svg similarity index 100% rename from projects/icons-material/src/outlined/query_builder.svg rename to projects/icons-material/src/material/outlined/query_builder.svg diff --git a/projects/icons-material/src/outlined/query_stats.svg b/projects/icons-material/src/material/outlined/query_stats.svg similarity index 100% rename from projects/icons-material/src/outlined/query_stats.svg rename to projects/icons-material/src/material/outlined/query_stats.svg diff --git a/projects/icons-material/src/outlined/question_answer.svg b/projects/icons-material/src/material/outlined/question_answer.svg similarity index 100% rename from projects/icons-material/src/outlined/question_answer.svg rename to projects/icons-material/src/material/outlined/question_answer.svg diff --git a/projects/icons-material/src/outlined/question_mark.svg b/projects/icons-material/src/material/outlined/question_mark.svg similarity index 100% rename from projects/icons-material/src/outlined/question_mark.svg rename to projects/icons-material/src/material/outlined/question_mark.svg diff --git a/projects/icons-material/src/outlined/queue.svg b/projects/icons-material/src/material/outlined/queue.svg similarity index 100% rename from projects/icons-material/src/outlined/queue.svg rename to projects/icons-material/src/material/outlined/queue.svg diff --git a/projects/icons-material/src/outlined/queue_music.svg b/projects/icons-material/src/material/outlined/queue_music.svg similarity index 100% rename from projects/icons-material/src/outlined/queue_music.svg rename to projects/icons-material/src/material/outlined/queue_music.svg diff --git a/projects/icons-material/src/outlined/queue_play_next.svg b/projects/icons-material/src/material/outlined/queue_play_next.svg similarity index 100% rename from projects/icons-material/src/outlined/queue_play_next.svg rename to projects/icons-material/src/material/outlined/queue_play_next.svg diff --git a/projects/icons-material/src/outlined/quickreply.svg b/projects/icons-material/src/material/outlined/quickreply.svg similarity index 100% rename from projects/icons-material/src/outlined/quickreply.svg rename to projects/icons-material/src/material/outlined/quickreply.svg diff --git a/projects/icons-material/src/outlined/quiz.svg b/projects/icons-material/src/material/outlined/quiz.svg similarity index 100% rename from projects/icons-material/src/outlined/quiz.svg rename to projects/icons-material/src/material/outlined/quiz.svg diff --git a/projects/icons-material/src/outlined/r_mobiledata.svg b/projects/icons-material/src/material/outlined/r_mobiledata.svg similarity index 100% rename from projects/icons-material/src/outlined/r_mobiledata.svg rename to projects/icons-material/src/material/outlined/r_mobiledata.svg diff --git a/projects/icons-material/src/outlined/radar.svg b/projects/icons-material/src/material/outlined/radar.svg similarity index 100% rename from projects/icons-material/src/outlined/radar.svg rename to projects/icons-material/src/material/outlined/radar.svg diff --git a/projects/icons-material/src/outlined/radio.svg b/projects/icons-material/src/material/outlined/radio.svg similarity index 100% rename from projects/icons-material/src/outlined/radio.svg rename to projects/icons-material/src/material/outlined/radio.svg diff --git a/projects/icons-material/src/outlined/radio_button_checked.svg b/projects/icons-material/src/material/outlined/radio_button_checked.svg similarity index 100% rename from projects/icons-material/src/outlined/radio_button_checked.svg rename to projects/icons-material/src/material/outlined/radio_button_checked.svg diff --git a/projects/icons-material/src/outlined/radio_button_unchecked.svg b/projects/icons-material/src/material/outlined/radio_button_unchecked.svg similarity index 100% rename from projects/icons-material/src/outlined/radio_button_unchecked.svg rename to projects/icons-material/src/material/outlined/radio_button_unchecked.svg diff --git a/projects/icons-material/src/outlined/railway_alert.svg b/projects/icons-material/src/material/outlined/railway_alert.svg similarity index 100% rename from projects/icons-material/src/outlined/railway_alert.svg rename to projects/icons-material/src/material/outlined/railway_alert.svg diff --git a/projects/icons-material/src/outlined/ramen_dining.svg b/projects/icons-material/src/material/outlined/ramen_dining.svg similarity index 100% rename from projects/icons-material/src/outlined/ramen_dining.svg rename to projects/icons-material/src/material/outlined/ramen_dining.svg diff --git a/projects/icons-material/src/outlined/ramp_left.svg b/projects/icons-material/src/material/outlined/ramp_left.svg similarity index 100% rename from projects/icons-material/src/outlined/ramp_left.svg rename to projects/icons-material/src/material/outlined/ramp_left.svg diff --git a/projects/icons-material/src/outlined/ramp_right.svg b/projects/icons-material/src/material/outlined/ramp_right.svg similarity index 100% rename from projects/icons-material/src/outlined/ramp_right.svg rename to projects/icons-material/src/material/outlined/ramp_right.svg diff --git a/projects/icons-material/src/outlined/rate_review.svg b/projects/icons-material/src/material/outlined/rate_review.svg similarity index 100% rename from projects/icons-material/src/outlined/rate_review.svg rename to projects/icons-material/src/material/outlined/rate_review.svg diff --git a/projects/icons-material/src/outlined/raw_off.svg b/projects/icons-material/src/material/outlined/raw_off.svg similarity index 100% rename from projects/icons-material/src/outlined/raw_off.svg rename to projects/icons-material/src/material/outlined/raw_off.svg diff --git a/projects/icons-material/src/outlined/raw_on.svg b/projects/icons-material/src/material/outlined/raw_on.svg similarity index 100% rename from projects/icons-material/src/outlined/raw_on.svg rename to projects/icons-material/src/material/outlined/raw_on.svg diff --git a/projects/icons-material/src/outlined/read_more.svg b/projects/icons-material/src/material/outlined/read_more.svg similarity index 100% rename from projects/icons-material/src/outlined/read_more.svg rename to projects/icons-material/src/material/outlined/read_more.svg diff --git a/projects/icons-material/src/outlined/real_estate_agent.svg b/projects/icons-material/src/material/outlined/real_estate_agent.svg similarity index 100% rename from projects/icons-material/src/outlined/real_estate_agent.svg rename to projects/icons-material/src/material/outlined/real_estate_agent.svg diff --git a/projects/icons-material/src/outlined/receipt.svg b/projects/icons-material/src/material/outlined/receipt.svg similarity index 100% rename from projects/icons-material/src/outlined/receipt.svg rename to projects/icons-material/src/material/outlined/receipt.svg diff --git a/projects/icons-material/src/outlined/receipt_long.svg b/projects/icons-material/src/material/outlined/receipt_long.svg similarity index 100% rename from projects/icons-material/src/outlined/receipt_long.svg rename to projects/icons-material/src/material/outlined/receipt_long.svg diff --git a/projects/icons-material/src/outlined/recent_actors.svg b/projects/icons-material/src/material/outlined/recent_actors.svg similarity index 100% rename from projects/icons-material/src/outlined/recent_actors.svg rename to projects/icons-material/src/material/outlined/recent_actors.svg diff --git a/projects/icons-material/src/outlined/recommend.svg b/projects/icons-material/src/material/outlined/recommend.svg similarity index 100% rename from projects/icons-material/src/outlined/recommend.svg rename to projects/icons-material/src/material/outlined/recommend.svg diff --git a/projects/icons-material/src/outlined/record_voice_over.svg b/projects/icons-material/src/material/outlined/record_voice_over.svg similarity index 100% rename from projects/icons-material/src/outlined/record_voice_over.svg rename to projects/icons-material/src/material/outlined/record_voice_over.svg diff --git a/projects/icons-material/src/outlined/rectangle.svg b/projects/icons-material/src/material/outlined/rectangle.svg similarity index 100% rename from projects/icons-material/src/outlined/rectangle.svg rename to projects/icons-material/src/material/outlined/rectangle.svg diff --git a/projects/icons-material/src/outlined/recycling.svg b/projects/icons-material/src/material/outlined/recycling.svg similarity index 100% rename from projects/icons-material/src/outlined/recycling.svg rename to projects/icons-material/src/material/outlined/recycling.svg diff --git a/projects/icons-material/src/outlined/redeem.svg b/projects/icons-material/src/material/outlined/redeem.svg similarity index 100% rename from projects/icons-material/src/outlined/redeem.svg rename to projects/icons-material/src/material/outlined/redeem.svg diff --git a/projects/icons-material/src/outlined/redo.svg b/projects/icons-material/src/material/outlined/redo.svg similarity index 100% rename from projects/icons-material/src/outlined/redo.svg rename to projects/icons-material/src/material/outlined/redo.svg diff --git a/projects/icons-material/src/outlined/reduce_capacity.svg b/projects/icons-material/src/material/outlined/reduce_capacity.svg similarity index 100% rename from projects/icons-material/src/outlined/reduce_capacity.svg rename to projects/icons-material/src/material/outlined/reduce_capacity.svg diff --git a/projects/icons-material/src/outlined/refresh.svg b/projects/icons-material/src/material/outlined/refresh.svg similarity index 100% rename from projects/icons-material/src/outlined/refresh.svg rename to projects/icons-material/src/material/outlined/refresh.svg diff --git a/projects/icons-material/src/outlined/remember_me.svg b/projects/icons-material/src/material/outlined/remember_me.svg similarity index 100% rename from projects/icons-material/src/outlined/remember_me.svg rename to projects/icons-material/src/material/outlined/remember_me.svg diff --git a/projects/icons-material/src/outlined/remove.svg b/projects/icons-material/src/material/outlined/remove.svg similarity index 100% rename from projects/icons-material/src/outlined/remove.svg rename to projects/icons-material/src/material/outlined/remove.svg diff --git a/projects/icons-material/src/outlined/remove_circle.svg b/projects/icons-material/src/material/outlined/remove_circle.svg similarity index 100% rename from projects/icons-material/src/outlined/remove_circle.svg rename to projects/icons-material/src/material/outlined/remove_circle.svg diff --git a/projects/icons-material/src/outlined/remove_circle_outline.svg b/projects/icons-material/src/material/outlined/remove_circle_outline.svg similarity index 100% rename from projects/icons-material/src/outlined/remove_circle_outline.svg rename to projects/icons-material/src/material/outlined/remove_circle_outline.svg diff --git a/projects/icons-material/src/outlined/remove_done.svg b/projects/icons-material/src/material/outlined/remove_done.svg similarity index 100% rename from projects/icons-material/src/outlined/remove_done.svg rename to projects/icons-material/src/material/outlined/remove_done.svg diff --git a/projects/icons-material/src/outlined/remove_from_queue.svg b/projects/icons-material/src/material/outlined/remove_from_queue.svg similarity index 100% rename from projects/icons-material/src/outlined/remove_from_queue.svg rename to projects/icons-material/src/material/outlined/remove_from_queue.svg diff --git a/projects/icons-material/src/outlined/remove_moderator.svg b/projects/icons-material/src/material/outlined/remove_moderator.svg similarity index 100% rename from projects/icons-material/src/outlined/remove_moderator.svg rename to projects/icons-material/src/material/outlined/remove_moderator.svg diff --git a/projects/icons-material/src/outlined/remove_red_eye.svg b/projects/icons-material/src/material/outlined/remove_red_eye.svg similarity index 100% rename from projects/icons-material/src/outlined/remove_red_eye.svg rename to projects/icons-material/src/material/outlined/remove_red_eye.svg diff --git a/projects/icons-material/src/outlined/remove_road.svg b/projects/icons-material/src/material/outlined/remove_road.svg similarity index 100% rename from projects/icons-material/src/outlined/remove_road.svg rename to projects/icons-material/src/material/outlined/remove_road.svg diff --git a/projects/icons-material/src/outlined/remove_shopping_cart.svg b/projects/icons-material/src/material/outlined/remove_shopping_cart.svg similarity index 100% rename from projects/icons-material/src/outlined/remove_shopping_cart.svg rename to projects/icons-material/src/material/outlined/remove_shopping_cart.svg diff --git a/projects/icons-material/src/outlined/reorder.svg b/projects/icons-material/src/material/outlined/reorder.svg similarity index 100% rename from projects/icons-material/src/outlined/reorder.svg rename to projects/icons-material/src/material/outlined/reorder.svg diff --git a/projects/icons-material/src/outlined/repartition.svg b/projects/icons-material/src/material/outlined/repartition.svg similarity index 100% rename from projects/icons-material/src/outlined/repartition.svg rename to projects/icons-material/src/material/outlined/repartition.svg diff --git a/projects/icons-material/src/outlined/repeat.svg b/projects/icons-material/src/material/outlined/repeat.svg similarity index 100% rename from projects/icons-material/src/outlined/repeat.svg rename to projects/icons-material/src/material/outlined/repeat.svg diff --git a/projects/icons-material/src/outlined/repeat_on.svg b/projects/icons-material/src/material/outlined/repeat_on.svg similarity index 100% rename from projects/icons-material/src/outlined/repeat_on.svg rename to projects/icons-material/src/material/outlined/repeat_on.svg diff --git a/projects/icons-material/src/outlined/repeat_one.svg b/projects/icons-material/src/material/outlined/repeat_one.svg similarity index 100% rename from projects/icons-material/src/outlined/repeat_one.svg rename to projects/icons-material/src/material/outlined/repeat_one.svg diff --git a/projects/icons-material/src/outlined/repeat_one_on.svg b/projects/icons-material/src/material/outlined/repeat_one_on.svg similarity index 100% rename from projects/icons-material/src/outlined/repeat_one_on.svg rename to projects/icons-material/src/material/outlined/repeat_one_on.svg diff --git a/projects/icons-material/src/outlined/replay.svg b/projects/icons-material/src/material/outlined/replay.svg similarity index 100% rename from projects/icons-material/src/outlined/replay.svg rename to projects/icons-material/src/material/outlined/replay.svg diff --git a/projects/icons-material/src/outlined/replay_10.svg b/projects/icons-material/src/material/outlined/replay_10.svg similarity index 100% rename from projects/icons-material/src/outlined/replay_10.svg rename to projects/icons-material/src/material/outlined/replay_10.svg diff --git a/projects/icons-material/src/outlined/replay_30.svg b/projects/icons-material/src/material/outlined/replay_30.svg similarity index 100% rename from projects/icons-material/src/outlined/replay_30.svg rename to projects/icons-material/src/material/outlined/replay_30.svg diff --git a/projects/icons-material/src/outlined/replay_5.svg b/projects/icons-material/src/material/outlined/replay_5.svg similarity index 100% rename from projects/icons-material/src/outlined/replay_5.svg rename to projects/icons-material/src/material/outlined/replay_5.svg diff --git a/projects/icons-material/src/outlined/replay_circle_filled.svg b/projects/icons-material/src/material/outlined/replay_circle_filled.svg similarity index 100% rename from projects/icons-material/src/outlined/replay_circle_filled.svg rename to projects/icons-material/src/material/outlined/replay_circle_filled.svg diff --git a/projects/icons-material/src/outlined/reply.svg b/projects/icons-material/src/material/outlined/reply.svg similarity index 100% rename from projects/icons-material/src/outlined/reply.svg rename to projects/icons-material/src/material/outlined/reply.svg diff --git a/projects/icons-material/src/outlined/reply_all.svg b/projects/icons-material/src/material/outlined/reply_all.svg similarity index 100% rename from projects/icons-material/src/outlined/reply_all.svg rename to projects/icons-material/src/material/outlined/reply_all.svg diff --git a/projects/icons-material/src/outlined/report.svg b/projects/icons-material/src/material/outlined/report.svg similarity index 100% rename from projects/icons-material/src/outlined/report.svg rename to projects/icons-material/src/material/outlined/report.svg diff --git a/projects/icons-material/src/outlined/report_gmailerrorred.svg b/projects/icons-material/src/material/outlined/report_gmailerrorred.svg similarity index 100% rename from projects/icons-material/src/outlined/report_gmailerrorred.svg rename to projects/icons-material/src/material/outlined/report_gmailerrorred.svg diff --git a/projects/icons-material/src/outlined/report_off.svg b/projects/icons-material/src/material/outlined/report_off.svg similarity index 100% rename from projects/icons-material/src/outlined/report_off.svg rename to projects/icons-material/src/material/outlined/report_off.svg diff --git a/projects/icons-material/src/outlined/report_problem.svg b/projects/icons-material/src/material/outlined/report_problem.svg similarity index 100% rename from projects/icons-material/src/outlined/report_problem.svg rename to projects/icons-material/src/material/outlined/report_problem.svg diff --git a/projects/icons-material/src/outlined/request_page.svg b/projects/icons-material/src/material/outlined/request_page.svg similarity index 100% rename from projects/icons-material/src/outlined/request_page.svg rename to projects/icons-material/src/material/outlined/request_page.svg diff --git a/projects/icons-material/src/outlined/request_quote.svg b/projects/icons-material/src/material/outlined/request_quote.svg similarity index 100% rename from projects/icons-material/src/outlined/request_quote.svg rename to projects/icons-material/src/material/outlined/request_quote.svg diff --git a/projects/icons-material/src/outlined/reset_tv.svg b/projects/icons-material/src/material/outlined/reset_tv.svg similarity index 100% rename from projects/icons-material/src/outlined/reset_tv.svg rename to projects/icons-material/src/material/outlined/reset_tv.svg diff --git a/projects/icons-material/src/outlined/restart_alt.svg b/projects/icons-material/src/material/outlined/restart_alt.svg similarity index 100% rename from projects/icons-material/src/outlined/restart_alt.svg rename to projects/icons-material/src/material/outlined/restart_alt.svg diff --git a/projects/icons-material/src/outlined/restaurant.svg b/projects/icons-material/src/material/outlined/restaurant.svg similarity index 100% rename from projects/icons-material/src/outlined/restaurant.svg rename to projects/icons-material/src/material/outlined/restaurant.svg diff --git a/projects/icons-material/src/outlined/restaurant_menu.svg b/projects/icons-material/src/material/outlined/restaurant_menu.svg similarity index 100% rename from projects/icons-material/src/outlined/restaurant_menu.svg rename to projects/icons-material/src/material/outlined/restaurant_menu.svg diff --git a/projects/icons-material/src/outlined/restore.svg b/projects/icons-material/src/material/outlined/restore.svg similarity index 100% rename from projects/icons-material/src/outlined/restore.svg rename to projects/icons-material/src/material/outlined/restore.svg diff --git a/projects/icons-material/src/outlined/restore_from_trash.svg b/projects/icons-material/src/material/outlined/restore_from_trash.svg similarity index 100% rename from projects/icons-material/src/outlined/restore_from_trash.svg rename to projects/icons-material/src/material/outlined/restore_from_trash.svg diff --git a/projects/icons-material/src/outlined/restore_page.svg b/projects/icons-material/src/material/outlined/restore_page.svg similarity index 100% rename from projects/icons-material/src/outlined/restore_page.svg rename to projects/icons-material/src/material/outlined/restore_page.svg diff --git a/projects/icons-material/src/outlined/reviews.svg b/projects/icons-material/src/material/outlined/reviews.svg similarity index 100% rename from projects/icons-material/src/outlined/reviews.svg rename to projects/icons-material/src/material/outlined/reviews.svg diff --git a/projects/icons-material/src/outlined/rice_bowl.svg b/projects/icons-material/src/material/outlined/rice_bowl.svg similarity index 100% rename from projects/icons-material/src/outlined/rice_bowl.svg rename to projects/icons-material/src/material/outlined/rice_bowl.svg diff --git a/projects/icons-material/src/outlined/ring_volume.svg b/projects/icons-material/src/material/outlined/ring_volume.svg similarity index 100% rename from projects/icons-material/src/outlined/ring_volume.svg rename to projects/icons-material/src/material/outlined/ring_volume.svg diff --git a/projects/icons-material/src/outlined/rocket.svg b/projects/icons-material/src/material/outlined/rocket.svg similarity index 100% rename from projects/icons-material/src/outlined/rocket.svg rename to projects/icons-material/src/material/outlined/rocket.svg diff --git a/projects/icons-material/src/outlined/rocket_launch.svg b/projects/icons-material/src/material/outlined/rocket_launch.svg similarity index 100% rename from projects/icons-material/src/outlined/rocket_launch.svg rename to projects/icons-material/src/material/outlined/rocket_launch.svg diff --git a/projects/icons-material/src/outlined/roller_shades.svg b/projects/icons-material/src/material/outlined/roller_shades.svg similarity index 100% rename from projects/icons-material/src/outlined/roller_shades.svg rename to projects/icons-material/src/material/outlined/roller_shades.svg diff --git a/projects/icons-material/src/outlined/roller_shades_closed.svg b/projects/icons-material/src/material/outlined/roller_shades_closed.svg similarity index 100% rename from projects/icons-material/src/outlined/roller_shades_closed.svg rename to projects/icons-material/src/material/outlined/roller_shades_closed.svg diff --git a/projects/icons-material/src/outlined/roller_skating.svg b/projects/icons-material/src/material/outlined/roller_skating.svg similarity index 100% rename from projects/icons-material/src/outlined/roller_skating.svg rename to projects/icons-material/src/material/outlined/roller_skating.svg diff --git a/projects/icons-material/src/outlined/roofing.svg b/projects/icons-material/src/material/outlined/roofing.svg similarity index 100% rename from projects/icons-material/src/outlined/roofing.svg rename to projects/icons-material/src/material/outlined/roofing.svg diff --git a/projects/icons-material/src/outlined/room.svg b/projects/icons-material/src/material/outlined/room.svg similarity index 100% rename from projects/icons-material/src/outlined/room.svg rename to projects/icons-material/src/material/outlined/room.svg diff --git a/projects/icons-material/src/outlined/room_preferences.svg b/projects/icons-material/src/material/outlined/room_preferences.svg similarity index 100% rename from projects/icons-material/src/outlined/room_preferences.svg rename to projects/icons-material/src/material/outlined/room_preferences.svg diff --git a/projects/icons-material/src/outlined/room_service.svg b/projects/icons-material/src/material/outlined/room_service.svg similarity index 100% rename from projects/icons-material/src/outlined/room_service.svg rename to projects/icons-material/src/material/outlined/room_service.svg diff --git a/projects/icons-material/src/outlined/rotate_90_degrees_ccw.svg b/projects/icons-material/src/material/outlined/rotate_90_degrees_ccw.svg similarity index 100% rename from projects/icons-material/src/outlined/rotate_90_degrees_ccw.svg rename to projects/icons-material/src/material/outlined/rotate_90_degrees_ccw.svg diff --git a/projects/icons-material/src/outlined/rotate_90_degrees_cw.svg b/projects/icons-material/src/material/outlined/rotate_90_degrees_cw.svg similarity index 100% rename from projects/icons-material/src/outlined/rotate_90_degrees_cw.svg rename to projects/icons-material/src/material/outlined/rotate_90_degrees_cw.svg diff --git a/projects/icons-material/src/outlined/rotate_left.svg b/projects/icons-material/src/material/outlined/rotate_left.svg similarity index 100% rename from projects/icons-material/src/outlined/rotate_left.svg rename to projects/icons-material/src/material/outlined/rotate_left.svg diff --git a/projects/icons-material/src/outlined/rotate_right.svg b/projects/icons-material/src/material/outlined/rotate_right.svg similarity index 100% rename from projects/icons-material/src/outlined/rotate_right.svg rename to projects/icons-material/src/material/outlined/rotate_right.svg diff --git a/projects/icons-material/src/outlined/roundabout_left.svg b/projects/icons-material/src/material/outlined/roundabout_left.svg similarity index 100% rename from projects/icons-material/src/outlined/roundabout_left.svg rename to projects/icons-material/src/material/outlined/roundabout_left.svg diff --git a/projects/icons-material/src/outlined/roundabout_right.svg b/projects/icons-material/src/material/outlined/roundabout_right.svg similarity index 100% rename from projects/icons-material/src/outlined/roundabout_right.svg rename to projects/icons-material/src/material/outlined/roundabout_right.svg diff --git a/projects/icons-material/src/outlined/rounded_corner.svg b/projects/icons-material/src/material/outlined/rounded_corner.svg similarity index 100% rename from projects/icons-material/src/outlined/rounded_corner.svg rename to projects/icons-material/src/material/outlined/rounded_corner.svg diff --git a/projects/icons-material/src/outlined/route.svg b/projects/icons-material/src/material/outlined/route.svg similarity index 100% rename from projects/icons-material/src/outlined/route.svg rename to projects/icons-material/src/material/outlined/route.svg diff --git a/projects/icons-material/src/outlined/router.svg b/projects/icons-material/src/material/outlined/router.svg similarity index 100% rename from projects/icons-material/src/outlined/router.svg rename to projects/icons-material/src/material/outlined/router.svg diff --git a/projects/icons-material/src/outlined/rowing.svg b/projects/icons-material/src/material/outlined/rowing.svg similarity index 100% rename from projects/icons-material/src/outlined/rowing.svg rename to projects/icons-material/src/material/outlined/rowing.svg diff --git a/projects/icons-material/src/outlined/rss_feed.svg b/projects/icons-material/src/material/outlined/rss_feed.svg similarity index 100% rename from projects/icons-material/src/outlined/rss_feed.svg rename to projects/icons-material/src/material/outlined/rss_feed.svg diff --git a/projects/icons-material/src/outlined/rsvp.svg b/projects/icons-material/src/material/outlined/rsvp.svg similarity index 100% rename from projects/icons-material/src/outlined/rsvp.svg rename to projects/icons-material/src/material/outlined/rsvp.svg diff --git a/projects/icons-material/src/outlined/rtt.svg b/projects/icons-material/src/material/outlined/rtt.svg similarity index 100% rename from projects/icons-material/src/outlined/rtt.svg rename to projects/icons-material/src/material/outlined/rtt.svg diff --git a/projects/icons-material/src/outlined/rule.svg b/projects/icons-material/src/material/outlined/rule.svg similarity index 100% rename from projects/icons-material/src/outlined/rule.svg rename to projects/icons-material/src/material/outlined/rule.svg diff --git a/projects/icons-material/src/outlined/rule_folder.svg b/projects/icons-material/src/material/outlined/rule_folder.svg similarity index 100% rename from projects/icons-material/src/outlined/rule_folder.svg rename to projects/icons-material/src/material/outlined/rule_folder.svg diff --git a/projects/icons-material/src/outlined/run_circle.svg b/projects/icons-material/src/material/outlined/run_circle.svg similarity index 100% rename from projects/icons-material/src/outlined/run_circle.svg rename to projects/icons-material/src/material/outlined/run_circle.svg diff --git a/projects/icons-material/src/outlined/running_with_errors.svg b/projects/icons-material/src/material/outlined/running_with_errors.svg similarity index 100% rename from projects/icons-material/src/outlined/running_with_errors.svg rename to projects/icons-material/src/material/outlined/running_with_errors.svg diff --git a/projects/icons-material/src/outlined/rv_hookup.svg b/projects/icons-material/src/material/outlined/rv_hookup.svg similarity index 100% rename from projects/icons-material/src/outlined/rv_hookup.svg rename to projects/icons-material/src/material/outlined/rv_hookup.svg diff --git a/projects/icons-material/src/outlined/safety_check.svg b/projects/icons-material/src/material/outlined/safety_check.svg similarity index 100% rename from projects/icons-material/src/outlined/safety_check.svg rename to projects/icons-material/src/material/outlined/safety_check.svg diff --git a/projects/icons-material/src/outlined/safety_divider.svg b/projects/icons-material/src/material/outlined/safety_divider.svg similarity index 100% rename from projects/icons-material/src/outlined/safety_divider.svg rename to projects/icons-material/src/material/outlined/safety_divider.svg diff --git a/projects/icons-material/src/outlined/sailing.svg b/projects/icons-material/src/material/outlined/sailing.svg similarity index 100% rename from projects/icons-material/src/outlined/sailing.svg rename to projects/icons-material/src/material/outlined/sailing.svg diff --git a/projects/icons-material/src/outlined/sanitizer.svg b/projects/icons-material/src/material/outlined/sanitizer.svg similarity index 100% rename from projects/icons-material/src/outlined/sanitizer.svg rename to projects/icons-material/src/material/outlined/sanitizer.svg diff --git a/projects/icons-material/src/outlined/satellite.svg b/projects/icons-material/src/material/outlined/satellite.svg similarity index 100% rename from projects/icons-material/src/outlined/satellite.svg rename to projects/icons-material/src/material/outlined/satellite.svg diff --git a/projects/icons-material/src/outlined/satellite_alt.svg b/projects/icons-material/src/material/outlined/satellite_alt.svg similarity index 100% rename from projects/icons-material/src/outlined/satellite_alt.svg rename to projects/icons-material/src/material/outlined/satellite_alt.svg diff --git a/projects/icons-material/src/outlined/save.svg b/projects/icons-material/src/material/outlined/save.svg similarity index 100% rename from projects/icons-material/src/outlined/save.svg rename to projects/icons-material/src/material/outlined/save.svg diff --git a/projects/icons-material/src/outlined/save_alt.svg b/projects/icons-material/src/material/outlined/save_alt.svg similarity index 100% rename from projects/icons-material/src/outlined/save_alt.svg rename to projects/icons-material/src/material/outlined/save_alt.svg diff --git a/projects/icons-material/src/outlined/save_as.svg b/projects/icons-material/src/material/outlined/save_as.svg similarity index 100% rename from projects/icons-material/src/outlined/save_as.svg rename to projects/icons-material/src/material/outlined/save_as.svg diff --git a/projects/icons-material/src/outlined/saved_search.svg b/projects/icons-material/src/material/outlined/saved_search.svg similarity index 100% rename from projects/icons-material/src/outlined/saved_search.svg rename to projects/icons-material/src/material/outlined/saved_search.svg diff --git a/projects/icons-material/src/outlined/savings.svg b/projects/icons-material/src/material/outlined/savings.svg similarity index 100% rename from projects/icons-material/src/outlined/savings.svg rename to projects/icons-material/src/material/outlined/savings.svg diff --git a/projects/icons-material/src/outlined/scale.svg b/projects/icons-material/src/material/outlined/scale.svg similarity index 100% rename from projects/icons-material/src/outlined/scale.svg rename to projects/icons-material/src/material/outlined/scale.svg diff --git a/projects/icons-material/src/outlined/scanner.svg b/projects/icons-material/src/material/outlined/scanner.svg similarity index 100% rename from projects/icons-material/src/outlined/scanner.svg rename to projects/icons-material/src/material/outlined/scanner.svg diff --git a/projects/icons-material/src/outlined/scatter_plot.svg b/projects/icons-material/src/material/outlined/scatter_plot.svg similarity index 100% rename from projects/icons-material/src/outlined/scatter_plot.svg rename to projects/icons-material/src/material/outlined/scatter_plot.svg diff --git a/projects/icons-material/src/outlined/schedule.svg b/projects/icons-material/src/material/outlined/schedule.svg similarity index 100% rename from projects/icons-material/src/outlined/schedule.svg rename to projects/icons-material/src/material/outlined/schedule.svg diff --git a/projects/icons-material/src/outlined/schedule_send.svg b/projects/icons-material/src/material/outlined/schedule_send.svg similarity index 100% rename from projects/icons-material/src/outlined/schedule_send.svg rename to projects/icons-material/src/material/outlined/schedule_send.svg diff --git a/projects/icons-material/src/outlined/schema.svg b/projects/icons-material/src/material/outlined/schema.svg similarity index 100% rename from projects/icons-material/src/outlined/schema.svg rename to projects/icons-material/src/material/outlined/schema.svg diff --git a/projects/icons-material/src/outlined/school.svg b/projects/icons-material/src/material/outlined/school.svg similarity index 100% rename from projects/icons-material/src/outlined/school.svg rename to projects/icons-material/src/material/outlined/school.svg diff --git a/projects/icons-material/src/outlined/science.svg b/projects/icons-material/src/material/outlined/science.svg similarity index 100% rename from projects/icons-material/src/outlined/science.svg rename to projects/icons-material/src/material/outlined/science.svg diff --git a/projects/icons-material/src/outlined/score.svg b/projects/icons-material/src/material/outlined/score.svg similarity index 100% rename from projects/icons-material/src/outlined/score.svg rename to projects/icons-material/src/material/outlined/score.svg diff --git a/projects/icons-material/src/outlined/scoreboard.svg b/projects/icons-material/src/material/outlined/scoreboard.svg similarity index 100% rename from projects/icons-material/src/outlined/scoreboard.svg rename to projects/icons-material/src/material/outlined/scoreboard.svg diff --git a/projects/icons-material/src/outlined/screen_lock_landscape.svg b/projects/icons-material/src/material/outlined/screen_lock_landscape.svg similarity index 100% rename from projects/icons-material/src/outlined/screen_lock_landscape.svg rename to projects/icons-material/src/material/outlined/screen_lock_landscape.svg diff --git a/projects/icons-material/src/outlined/screen_lock_portrait.svg b/projects/icons-material/src/material/outlined/screen_lock_portrait.svg similarity index 100% rename from projects/icons-material/src/outlined/screen_lock_portrait.svg rename to projects/icons-material/src/material/outlined/screen_lock_portrait.svg diff --git a/projects/icons-material/src/outlined/screen_lock_rotation.svg b/projects/icons-material/src/material/outlined/screen_lock_rotation.svg similarity index 100% rename from projects/icons-material/src/outlined/screen_lock_rotation.svg rename to projects/icons-material/src/material/outlined/screen_lock_rotation.svg diff --git a/projects/icons-material/src/outlined/screen_rotation.svg b/projects/icons-material/src/material/outlined/screen_rotation.svg similarity index 100% rename from projects/icons-material/src/outlined/screen_rotation.svg rename to projects/icons-material/src/material/outlined/screen_rotation.svg diff --git a/projects/icons-material/src/outlined/screen_rotation_alt.svg b/projects/icons-material/src/material/outlined/screen_rotation_alt.svg similarity index 100% rename from projects/icons-material/src/outlined/screen_rotation_alt.svg rename to projects/icons-material/src/material/outlined/screen_rotation_alt.svg diff --git a/projects/icons-material/src/outlined/screen_search_desktop.svg b/projects/icons-material/src/material/outlined/screen_search_desktop.svg similarity index 100% rename from projects/icons-material/src/outlined/screen_search_desktop.svg rename to projects/icons-material/src/material/outlined/screen_search_desktop.svg diff --git a/projects/icons-material/src/outlined/screen_share.svg b/projects/icons-material/src/material/outlined/screen_share.svg similarity index 100% rename from projects/icons-material/src/outlined/screen_share.svg rename to projects/icons-material/src/material/outlined/screen_share.svg diff --git a/projects/icons-material/src/outlined/screenshot.svg b/projects/icons-material/src/material/outlined/screenshot.svg similarity index 100% rename from projects/icons-material/src/outlined/screenshot.svg rename to projects/icons-material/src/material/outlined/screenshot.svg diff --git a/projects/icons-material/src/outlined/screenshot_monitor.svg b/projects/icons-material/src/material/outlined/screenshot_monitor.svg similarity index 100% rename from projects/icons-material/src/outlined/screenshot_monitor.svg rename to projects/icons-material/src/material/outlined/screenshot_monitor.svg diff --git a/projects/icons-material/src/outlined/scuba_diving.svg b/projects/icons-material/src/material/outlined/scuba_diving.svg similarity index 100% rename from projects/icons-material/src/outlined/scuba_diving.svg rename to projects/icons-material/src/material/outlined/scuba_diving.svg diff --git a/projects/icons-material/src/outlined/sd.svg b/projects/icons-material/src/material/outlined/sd.svg similarity index 100% rename from projects/icons-material/src/outlined/sd.svg rename to projects/icons-material/src/material/outlined/sd.svg diff --git a/projects/icons-material/src/outlined/sd_card.svg b/projects/icons-material/src/material/outlined/sd_card.svg similarity index 100% rename from projects/icons-material/src/outlined/sd_card.svg rename to projects/icons-material/src/material/outlined/sd_card.svg diff --git a/projects/icons-material/src/outlined/sd_card_alert.svg b/projects/icons-material/src/material/outlined/sd_card_alert.svg similarity index 100% rename from projects/icons-material/src/outlined/sd_card_alert.svg rename to projects/icons-material/src/material/outlined/sd_card_alert.svg diff --git a/projects/icons-material/src/outlined/sd_storage.svg b/projects/icons-material/src/material/outlined/sd_storage.svg similarity index 100% rename from projects/icons-material/src/outlined/sd_storage.svg rename to projects/icons-material/src/material/outlined/sd_storage.svg diff --git a/projects/icons-material/src/outlined/search.svg b/projects/icons-material/src/material/outlined/search.svg similarity index 100% rename from projects/icons-material/src/outlined/search.svg rename to projects/icons-material/src/material/outlined/search.svg diff --git a/projects/icons-material/src/outlined/search_off.svg b/projects/icons-material/src/material/outlined/search_off.svg similarity index 100% rename from projects/icons-material/src/outlined/search_off.svg rename to projects/icons-material/src/material/outlined/search_off.svg diff --git a/projects/icons-material/src/outlined/security.svg b/projects/icons-material/src/material/outlined/security.svg similarity index 100% rename from projects/icons-material/src/outlined/security.svg rename to projects/icons-material/src/material/outlined/security.svg diff --git a/projects/icons-material/src/outlined/security_update.svg b/projects/icons-material/src/material/outlined/security_update.svg similarity index 100% rename from projects/icons-material/src/outlined/security_update.svg rename to projects/icons-material/src/material/outlined/security_update.svg diff --git a/projects/icons-material/src/outlined/security_update_good.svg b/projects/icons-material/src/material/outlined/security_update_good.svg similarity index 100% rename from projects/icons-material/src/outlined/security_update_good.svg rename to projects/icons-material/src/material/outlined/security_update_good.svg diff --git a/projects/icons-material/src/outlined/security_update_warning.svg b/projects/icons-material/src/material/outlined/security_update_warning.svg similarity index 100% rename from projects/icons-material/src/outlined/security_update_warning.svg rename to projects/icons-material/src/material/outlined/security_update_warning.svg diff --git a/projects/icons-material/src/outlined/segment.svg b/projects/icons-material/src/material/outlined/segment.svg similarity index 100% rename from projects/icons-material/src/outlined/segment.svg rename to projects/icons-material/src/material/outlined/segment.svg diff --git a/projects/icons-material/src/outlined/select_all.svg b/projects/icons-material/src/material/outlined/select_all.svg similarity index 100% rename from projects/icons-material/src/outlined/select_all.svg rename to projects/icons-material/src/material/outlined/select_all.svg diff --git a/projects/icons-material/src/outlined/self_improvement.svg b/projects/icons-material/src/material/outlined/self_improvement.svg similarity index 100% rename from projects/icons-material/src/outlined/self_improvement.svg rename to projects/icons-material/src/material/outlined/self_improvement.svg diff --git a/projects/icons-material/src/outlined/sell.svg b/projects/icons-material/src/material/outlined/sell.svg similarity index 100% rename from projects/icons-material/src/outlined/sell.svg rename to projects/icons-material/src/material/outlined/sell.svg diff --git a/projects/icons-material/src/outlined/send.svg b/projects/icons-material/src/material/outlined/send.svg similarity index 100% rename from projects/icons-material/src/outlined/send.svg rename to projects/icons-material/src/material/outlined/send.svg diff --git a/projects/icons-material/src/outlined/send_and_archive.svg b/projects/icons-material/src/material/outlined/send_and_archive.svg similarity index 100% rename from projects/icons-material/src/outlined/send_and_archive.svg rename to projects/icons-material/src/material/outlined/send_and_archive.svg diff --git a/projects/icons-material/src/outlined/send_time_extension.svg b/projects/icons-material/src/material/outlined/send_time_extension.svg similarity index 100% rename from projects/icons-material/src/outlined/send_time_extension.svg rename to projects/icons-material/src/material/outlined/send_time_extension.svg diff --git a/projects/icons-material/src/outlined/send_to_mobile.svg b/projects/icons-material/src/material/outlined/send_to_mobile.svg similarity index 100% rename from projects/icons-material/src/outlined/send_to_mobile.svg rename to projects/icons-material/src/material/outlined/send_to_mobile.svg diff --git a/projects/icons-material/src/outlined/sensor_door.svg b/projects/icons-material/src/material/outlined/sensor_door.svg similarity index 100% rename from projects/icons-material/src/outlined/sensor_door.svg rename to projects/icons-material/src/material/outlined/sensor_door.svg diff --git a/projects/icons-material/src/outlined/sensor_occupied.svg b/projects/icons-material/src/material/outlined/sensor_occupied.svg similarity index 100% rename from projects/icons-material/src/outlined/sensor_occupied.svg rename to projects/icons-material/src/material/outlined/sensor_occupied.svg diff --git a/projects/icons-material/src/outlined/sensor_window.svg b/projects/icons-material/src/material/outlined/sensor_window.svg similarity index 100% rename from projects/icons-material/src/outlined/sensor_window.svg rename to projects/icons-material/src/material/outlined/sensor_window.svg diff --git a/projects/icons-material/src/outlined/sensors.svg b/projects/icons-material/src/material/outlined/sensors.svg similarity index 100% rename from projects/icons-material/src/outlined/sensors.svg rename to projects/icons-material/src/material/outlined/sensors.svg diff --git a/projects/icons-material/src/outlined/sensors_off.svg b/projects/icons-material/src/material/outlined/sensors_off.svg similarity index 100% rename from projects/icons-material/src/outlined/sensors_off.svg rename to projects/icons-material/src/material/outlined/sensors_off.svg diff --git a/projects/icons-material/src/outlined/sentiment_dissatisfied.svg b/projects/icons-material/src/material/outlined/sentiment_dissatisfied.svg similarity index 100% rename from projects/icons-material/src/outlined/sentiment_dissatisfied.svg rename to projects/icons-material/src/material/outlined/sentiment_dissatisfied.svg diff --git a/projects/icons-material/src/outlined/sentiment_neutral.svg b/projects/icons-material/src/material/outlined/sentiment_neutral.svg similarity index 100% rename from projects/icons-material/src/outlined/sentiment_neutral.svg rename to projects/icons-material/src/material/outlined/sentiment_neutral.svg diff --git a/projects/icons-material/src/outlined/sentiment_satisfied.svg b/projects/icons-material/src/material/outlined/sentiment_satisfied.svg similarity index 100% rename from projects/icons-material/src/outlined/sentiment_satisfied.svg rename to projects/icons-material/src/material/outlined/sentiment_satisfied.svg diff --git a/projects/icons-material/src/outlined/sentiment_satisfied_alt.svg b/projects/icons-material/src/material/outlined/sentiment_satisfied_alt.svg similarity index 100% rename from projects/icons-material/src/outlined/sentiment_satisfied_alt.svg rename to projects/icons-material/src/material/outlined/sentiment_satisfied_alt.svg diff --git a/projects/icons-material/src/outlined/sentiment_very_dissatisfied.svg b/projects/icons-material/src/material/outlined/sentiment_very_dissatisfied.svg similarity index 100% rename from projects/icons-material/src/outlined/sentiment_very_dissatisfied.svg rename to projects/icons-material/src/material/outlined/sentiment_very_dissatisfied.svg diff --git a/projects/icons-material/src/outlined/sentiment_very_satisfied.svg b/projects/icons-material/src/material/outlined/sentiment_very_satisfied.svg similarity index 100% rename from projects/icons-material/src/outlined/sentiment_very_satisfied.svg rename to projects/icons-material/src/material/outlined/sentiment_very_satisfied.svg diff --git a/projects/icons-material/src/outlined/set_meal.svg b/projects/icons-material/src/material/outlined/set_meal.svg similarity index 100% rename from projects/icons-material/src/outlined/set_meal.svg rename to projects/icons-material/src/material/outlined/set_meal.svg diff --git a/projects/icons-material/src/outlined/settings.svg b/projects/icons-material/src/material/outlined/settings.svg similarity index 100% rename from projects/icons-material/src/outlined/settings.svg rename to projects/icons-material/src/material/outlined/settings.svg diff --git a/projects/icons-material/src/outlined/settings_accessibility.svg b/projects/icons-material/src/material/outlined/settings_accessibility.svg similarity index 100% rename from projects/icons-material/src/outlined/settings_accessibility.svg rename to projects/icons-material/src/material/outlined/settings_accessibility.svg diff --git a/projects/icons-material/src/outlined/settings_applications.svg b/projects/icons-material/src/material/outlined/settings_applications.svg similarity index 100% rename from projects/icons-material/src/outlined/settings_applications.svg rename to projects/icons-material/src/material/outlined/settings_applications.svg diff --git a/projects/icons-material/src/outlined/settings_backup_restore.svg b/projects/icons-material/src/material/outlined/settings_backup_restore.svg similarity index 100% rename from projects/icons-material/src/outlined/settings_backup_restore.svg rename to projects/icons-material/src/material/outlined/settings_backup_restore.svg diff --git a/projects/icons-material/src/outlined/settings_bluetooth.svg b/projects/icons-material/src/material/outlined/settings_bluetooth.svg similarity index 100% rename from projects/icons-material/src/outlined/settings_bluetooth.svg rename to projects/icons-material/src/material/outlined/settings_bluetooth.svg diff --git a/projects/icons-material/src/outlined/settings_brightness.svg b/projects/icons-material/src/material/outlined/settings_brightness.svg similarity index 100% rename from projects/icons-material/src/outlined/settings_brightness.svg rename to projects/icons-material/src/material/outlined/settings_brightness.svg diff --git a/projects/icons-material/src/outlined/settings_cell.svg b/projects/icons-material/src/material/outlined/settings_cell.svg similarity index 100% rename from projects/icons-material/src/outlined/settings_cell.svg rename to projects/icons-material/src/material/outlined/settings_cell.svg diff --git a/projects/icons-material/src/outlined/settings_ethernet.svg b/projects/icons-material/src/material/outlined/settings_ethernet.svg similarity index 100% rename from projects/icons-material/src/outlined/settings_ethernet.svg rename to projects/icons-material/src/material/outlined/settings_ethernet.svg diff --git a/projects/icons-material/src/outlined/settings_input_antenna.svg b/projects/icons-material/src/material/outlined/settings_input_antenna.svg similarity index 100% rename from projects/icons-material/src/outlined/settings_input_antenna.svg rename to projects/icons-material/src/material/outlined/settings_input_antenna.svg diff --git a/projects/icons-material/src/outlined/settings_input_component.svg b/projects/icons-material/src/material/outlined/settings_input_component.svg similarity index 100% rename from projects/icons-material/src/outlined/settings_input_component.svg rename to projects/icons-material/src/material/outlined/settings_input_component.svg diff --git a/projects/icons-material/src/outlined/settings_input_composite.svg b/projects/icons-material/src/material/outlined/settings_input_composite.svg similarity index 100% rename from projects/icons-material/src/outlined/settings_input_composite.svg rename to projects/icons-material/src/material/outlined/settings_input_composite.svg diff --git a/projects/icons-material/src/outlined/settings_input_hdmi.svg b/projects/icons-material/src/material/outlined/settings_input_hdmi.svg similarity index 100% rename from projects/icons-material/src/outlined/settings_input_hdmi.svg rename to projects/icons-material/src/material/outlined/settings_input_hdmi.svg diff --git a/projects/icons-material/src/outlined/settings_input_svideo.svg b/projects/icons-material/src/material/outlined/settings_input_svideo.svg similarity index 100% rename from projects/icons-material/src/outlined/settings_input_svideo.svg rename to projects/icons-material/src/material/outlined/settings_input_svideo.svg diff --git a/projects/icons-material/src/outlined/settings_overscan.svg b/projects/icons-material/src/material/outlined/settings_overscan.svg similarity index 100% rename from projects/icons-material/src/outlined/settings_overscan.svg rename to projects/icons-material/src/material/outlined/settings_overscan.svg diff --git a/projects/icons-material/src/outlined/settings_phone.svg b/projects/icons-material/src/material/outlined/settings_phone.svg similarity index 100% rename from projects/icons-material/src/outlined/settings_phone.svg rename to projects/icons-material/src/material/outlined/settings_phone.svg diff --git a/projects/icons-material/src/outlined/settings_power.svg b/projects/icons-material/src/material/outlined/settings_power.svg similarity index 100% rename from projects/icons-material/src/outlined/settings_power.svg rename to projects/icons-material/src/material/outlined/settings_power.svg diff --git a/projects/icons-material/src/outlined/settings_remote.svg b/projects/icons-material/src/material/outlined/settings_remote.svg similarity index 100% rename from projects/icons-material/src/outlined/settings_remote.svg rename to projects/icons-material/src/material/outlined/settings_remote.svg diff --git a/projects/icons-material/src/outlined/settings_suggest.svg b/projects/icons-material/src/material/outlined/settings_suggest.svg similarity index 100% rename from projects/icons-material/src/outlined/settings_suggest.svg rename to projects/icons-material/src/material/outlined/settings_suggest.svg diff --git a/projects/icons-material/src/outlined/settings_system_daydream.svg b/projects/icons-material/src/material/outlined/settings_system_daydream.svg similarity index 100% rename from projects/icons-material/src/outlined/settings_system_daydream.svg rename to projects/icons-material/src/material/outlined/settings_system_daydream.svg diff --git a/projects/icons-material/src/outlined/settings_voice.svg b/projects/icons-material/src/material/outlined/settings_voice.svg similarity index 100% rename from projects/icons-material/src/outlined/settings_voice.svg rename to projects/icons-material/src/material/outlined/settings_voice.svg diff --git a/projects/icons-material/src/outlined/severe_cold.svg b/projects/icons-material/src/material/outlined/severe_cold.svg similarity index 100% rename from projects/icons-material/src/outlined/severe_cold.svg rename to projects/icons-material/src/material/outlined/severe_cold.svg diff --git a/projects/icons-material/src/outlined/shape_line.svg b/projects/icons-material/src/material/outlined/shape_line.svg similarity index 100% rename from projects/icons-material/src/outlined/shape_line.svg rename to projects/icons-material/src/material/outlined/shape_line.svg diff --git a/projects/icons-material/src/outlined/share.svg b/projects/icons-material/src/material/outlined/share.svg similarity index 100% rename from projects/icons-material/src/outlined/share.svg rename to projects/icons-material/src/material/outlined/share.svg diff --git a/projects/icons-material/src/outlined/share_location.svg b/projects/icons-material/src/material/outlined/share_location.svg similarity index 100% rename from projects/icons-material/src/outlined/share_location.svg rename to projects/icons-material/src/material/outlined/share_location.svg diff --git a/projects/icons-material/src/outlined/shield.svg b/projects/icons-material/src/material/outlined/shield.svg similarity index 100% rename from projects/icons-material/src/outlined/shield.svg rename to projects/icons-material/src/material/outlined/shield.svg diff --git a/projects/icons-material/src/outlined/shield_moon.svg b/projects/icons-material/src/material/outlined/shield_moon.svg similarity index 100% rename from projects/icons-material/src/outlined/shield_moon.svg rename to projects/icons-material/src/material/outlined/shield_moon.svg diff --git a/projects/icons-material/src/outlined/shop.svg b/projects/icons-material/src/material/outlined/shop.svg similarity index 100% rename from projects/icons-material/src/outlined/shop.svg rename to projects/icons-material/src/material/outlined/shop.svg diff --git a/projects/icons-material/src/outlined/shop_2.svg b/projects/icons-material/src/material/outlined/shop_2.svg similarity index 100% rename from projects/icons-material/src/outlined/shop_2.svg rename to projects/icons-material/src/material/outlined/shop_2.svg diff --git a/projects/icons-material/src/outlined/shop_two.svg b/projects/icons-material/src/material/outlined/shop_two.svg similarity index 100% rename from projects/icons-material/src/outlined/shop_two.svg rename to projects/icons-material/src/material/outlined/shop_two.svg diff --git a/projects/icons-material/src/outlined/shopping_bag.svg b/projects/icons-material/src/material/outlined/shopping_bag.svg similarity index 100% rename from projects/icons-material/src/outlined/shopping_bag.svg rename to projects/icons-material/src/material/outlined/shopping_bag.svg diff --git a/projects/icons-material/src/outlined/shopping_basket.svg b/projects/icons-material/src/material/outlined/shopping_basket.svg similarity index 100% rename from projects/icons-material/src/outlined/shopping_basket.svg rename to projects/icons-material/src/material/outlined/shopping_basket.svg diff --git a/projects/icons-material/src/outlined/shopping_cart.svg b/projects/icons-material/src/material/outlined/shopping_cart.svg similarity index 100% rename from projects/icons-material/src/outlined/shopping_cart.svg rename to projects/icons-material/src/material/outlined/shopping_cart.svg diff --git a/projects/icons-material/src/outlined/shopping_cart_checkout.svg b/projects/icons-material/src/material/outlined/shopping_cart_checkout.svg similarity index 100% rename from projects/icons-material/src/outlined/shopping_cart_checkout.svg rename to projects/icons-material/src/material/outlined/shopping_cart_checkout.svg diff --git a/projects/icons-material/src/outlined/short_text.svg b/projects/icons-material/src/material/outlined/short_text.svg similarity index 100% rename from projects/icons-material/src/outlined/short_text.svg rename to projects/icons-material/src/material/outlined/short_text.svg diff --git a/projects/icons-material/src/outlined/shortcut.svg b/projects/icons-material/src/material/outlined/shortcut.svg similarity index 100% rename from projects/icons-material/src/outlined/shortcut.svg rename to projects/icons-material/src/material/outlined/shortcut.svg diff --git a/projects/icons-material/src/outlined/show_chart.svg b/projects/icons-material/src/material/outlined/show_chart.svg similarity index 100% rename from projects/icons-material/src/outlined/show_chart.svg rename to projects/icons-material/src/material/outlined/show_chart.svg diff --git a/projects/icons-material/src/outlined/shower.svg b/projects/icons-material/src/material/outlined/shower.svg similarity index 100% rename from projects/icons-material/src/outlined/shower.svg rename to projects/icons-material/src/material/outlined/shower.svg diff --git a/projects/icons-material/src/outlined/shuffle.svg b/projects/icons-material/src/material/outlined/shuffle.svg similarity index 100% rename from projects/icons-material/src/outlined/shuffle.svg rename to projects/icons-material/src/material/outlined/shuffle.svg diff --git a/projects/icons-material/src/outlined/shuffle_on.svg b/projects/icons-material/src/material/outlined/shuffle_on.svg similarity index 100% rename from projects/icons-material/src/outlined/shuffle_on.svg rename to projects/icons-material/src/material/outlined/shuffle_on.svg diff --git a/projects/icons-material/src/outlined/shutter_speed.svg b/projects/icons-material/src/material/outlined/shutter_speed.svg similarity index 100% rename from projects/icons-material/src/outlined/shutter_speed.svg rename to projects/icons-material/src/material/outlined/shutter_speed.svg diff --git a/projects/icons-material/src/outlined/sick.svg b/projects/icons-material/src/material/outlined/sick.svg similarity index 100% rename from projects/icons-material/src/outlined/sick.svg rename to projects/icons-material/src/material/outlined/sick.svg diff --git a/projects/icons-material/src/outlined/sign_language.svg b/projects/icons-material/src/material/outlined/sign_language.svg similarity index 100% rename from projects/icons-material/src/outlined/sign_language.svg rename to projects/icons-material/src/material/outlined/sign_language.svg diff --git a/projects/icons-material/src/outlined/signal_cellular_0_bar.svg b/projects/icons-material/src/material/outlined/signal_cellular_0_bar.svg similarity index 100% rename from projects/icons-material/src/outlined/signal_cellular_0_bar.svg rename to projects/icons-material/src/material/outlined/signal_cellular_0_bar.svg diff --git a/projects/icons-material/src/outlined/signal_cellular_4_bar.svg b/projects/icons-material/src/material/outlined/signal_cellular_4_bar.svg similarity index 100% rename from projects/icons-material/src/outlined/signal_cellular_4_bar.svg rename to projects/icons-material/src/material/outlined/signal_cellular_4_bar.svg diff --git a/projects/icons-material/src/outlined/signal_cellular_alt.svg b/projects/icons-material/src/material/outlined/signal_cellular_alt.svg similarity index 100% rename from projects/icons-material/src/outlined/signal_cellular_alt.svg rename to projects/icons-material/src/material/outlined/signal_cellular_alt.svg diff --git a/projects/icons-material/src/outlined/signal_cellular_alt_1_bar.svg b/projects/icons-material/src/material/outlined/signal_cellular_alt_1_bar.svg similarity index 100% rename from projects/icons-material/src/outlined/signal_cellular_alt_1_bar.svg rename to projects/icons-material/src/material/outlined/signal_cellular_alt_1_bar.svg diff --git a/projects/icons-material/src/outlined/signal_cellular_alt_2_bar.svg b/projects/icons-material/src/material/outlined/signal_cellular_alt_2_bar.svg similarity index 100% rename from projects/icons-material/src/outlined/signal_cellular_alt_2_bar.svg rename to projects/icons-material/src/material/outlined/signal_cellular_alt_2_bar.svg diff --git a/projects/icons-material/src/outlined/signal_cellular_connected_no_internet_0_bar.svg b/projects/icons-material/src/material/outlined/signal_cellular_connected_no_internet_0_bar.svg similarity index 100% rename from projects/icons-material/src/outlined/signal_cellular_connected_no_internet_0_bar.svg rename to projects/icons-material/src/material/outlined/signal_cellular_connected_no_internet_0_bar.svg diff --git a/projects/icons-material/src/outlined/signal_cellular_connected_no_internet_4_bar.svg b/projects/icons-material/src/material/outlined/signal_cellular_connected_no_internet_4_bar.svg similarity index 100% rename from projects/icons-material/src/outlined/signal_cellular_connected_no_internet_4_bar.svg rename to projects/icons-material/src/material/outlined/signal_cellular_connected_no_internet_4_bar.svg diff --git a/projects/icons-material/src/outlined/signal_cellular_no_sim.svg b/projects/icons-material/src/material/outlined/signal_cellular_no_sim.svg similarity index 100% rename from projects/icons-material/src/outlined/signal_cellular_no_sim.svg rename to projects/icons-material/src/material/outlined/signal_cellular_no_sim.svg diff --git a/projects/icons-material/src/outlined/signal_cellular_nodata.svg b/projects/icons-material/src/material/outlined/signal_cellular_nodata.svg similarity index 100% rename from projects/icons-material/src/outlined/signal_cellular_nodata.svg rename to projects/icons-material/src/material/outlined/signal_cellular_nodata.svg diff --git a/projects/icons-material/src/outlined/signal_cellular_null.svg b/projects/icons-material/src/material/outlined/signal_cellular_null.svg similarity index 100% rename from projects/icons-material/src/outlined/signal_cellular_null.svg rename to projects/icons-material/src/material/outlined/signal_cellular_null.svg diff --git a/projects/icons-material/src/outlined/signal_cellular_off.svg b/projects/icons-material/src/material/outlined/signal_cellular_off.svg similarity index 100% rename from projects/icons-material/src/outlined/signal_cellular_off.svg rename to projects/icons-material/src/material/outlined/signal_cellular_off.svg diff --git a/projects/icons-material/src/outlined/signal_wifi_0_bar.svg b/projects/icons-material/src/material/outlined/signal_wifi_0_bar.svg similarity index 100% rename from projects/icons-material/src/outlined/signal_wifi_0_bar.svg rename to projects/icons-material/src/material/outlined/signal_wifi_0_bar.svg diff --git a/projects/icons-material/src/outlined/signal_wifi_4_bar.svg b/projects/icons-material/src/material/outlined/signal_wifi_4_bar.svg similarity index 100% rename from projects/icons-material/src/outlined/signal_wifi_4_bar.svg rename to projects/icons-material/src/material/outlined/signal_wifi_4_bar.svg diff --git a/projects/icons-material/src/outlined/signal_wifi_4_bar_lock.svg b/projects/icons-material/src/material/outlined/signal_wifi_4_bar_lock.svg similarity index 100% rename from projects/icons-material/src/outlined/signal_wifi_4_bar_lock.svg rename to projects/icons-material/src/material/outlined/signal_wifi_4_bar_lock.svg diff --git a/projects/icons-material/src/outlined/signal_wifi_bad.svg b/projects/icons-material/src/material/outlined/signal_wifi_bad.svg similarity index 100% rename from projects/icons-material/src/outlined/signal_wifi_bad.svg rename to projects/icons-material/src/material/outlined/signal_wifi_bad.svg diff --git a/projects/icons-material/src/outlined/signal_wifi_connected_no_internet_4.svg b/projects/icons-material/src/material/outlined/signal_wifi_connected_no_internet_4.svg similarity index 100% rename from projects/icons-material/src/outlined/signal_wifi_connected_no_internet_4.svg rename to projects/icons-material/src/material/outlined/signal_wifi_connected_no_internet_4.svg diff --git a/projects/icons-material/src/outlined/signal_wifi_off.svg b/projects/icons-material/src/material/outlined/signal_wifi_off.svg similarity index 100% rename from projects/icons-material/src/outlined/signal_wifi_off.svg rename to projects/icons-material/src/material/outlined/signal_wifi_off.svg diff --git a/projects/icons-material/src/outlined/signal_wifi_statusbar_4_bar.svg b/projects/icons-material/src/material/outlined/signal_wifi_statusbar_4_bar.svg similarity index 100% rename from projects/icons-material/src/outlined/signal_wifi_statusbar_4_bar.svg rename to projects/icons-material/src/material/outlined/signal_wifi_statusbar_4_bar.svg diff --git a/projects/icons-material/src/outlined/signal_wifi_statusbar_connected_no_internet_4.svg b/projects/icons-material/src/material/outlined/signal_wifi_statusbar_connected_no_internet_4.svg similarity index 100% rename from projects/icons-material/src/outlined/signal_wifi_statusbar_connected_no_internet_4.svg rename to projects/icons-material/src/material/outlined/signal_wifi_statusbar_connected_no_internet_4.svg diff --git a/projects/icons-material/src/outlined/signal_wifi_statusbar_null.svg b/projects/icons-material/src/material/outlined/signal_wifi_statusbar_null.svg similarity index 100% rename from projects/icons-material/src/outlined/signal_wifi_statusbar_null.svg rename to projects/icons-material/src/material/outlined/signal_wifi_statusbar_null.svg diff --git a/projects/icons-material/src/outlined/signpost.svg b/projects/icons-material/src/material/outlined/signpost.svg similarity index 100% rename from projects/icons-material/src/outlined/signpost.svg rename to projects/icons-material/src/material/outlined/signpost.svg diff --git a/projects/icons-material/src/outlined/sim_card.svg b/projects/icons-material/src/material/outlined/sim_card.svg similarity index 100% rename from projects/icons-material/src/outlined/sim_card.svg rename to projects/icons-material/src/material/outlined/sim_card.svg diff --git a/projects/icons-material/src/outlined/sim_card_alert.svg b/projects/icons-material/src/material/outlined/sim_card_alert.svg similarity index 100% rename from projects/icons-material/src/outlined/sim_card_alert.svg rename to projects/icons-material/src/material/outlined/sim_card_alert.svg diff --git a/projects/icons-material/src/outlined/sim_card_download.svg b/projects/icons-material/src/material/outlined/sim_card_download.svg similarity index 100% rename from projects/icons-material/src/outlined/sim_card_download.svg rename to projects/icons-material/src/material/outlined/sim_card_download.svg diff --git a/projects/icons-material/src/outlined/single_bed.svg b/projects/icons-material/src/material/outlined/single_bed.svg similarity index 100% rename from projects/icons-material/src/outlined/single_bed.svg rename to projects/icons-material/src/material/outlined/single_bed.svg diff --git a/projects/icons-material/src/outlined/sip.svg b/projects/icons-material/src/material/outlined/sip.svg similarity index 100% rename from projects/icons-material/src/outlined/sip.svg rename to projects/icons-material/src/material/outlined/sip.svg diff --git a/projects/icons-material/src/outlined/skateboarding.svg b/projects/icons-material/src/material/outlined/skateboarding.svg similarity index 100% rename from projects/icons-material/src/outlined/skateboarding.svg rename to projects/icons-material/src/material/outlined/skateboarding.svg diff --git a/projects/icons-material/src/outlined/skip_next.svg b/projects/icons-material/src/material/outlined/skip_next.svg similarity index 100% rename from projects/icons-material/src/outlined/skip_next.svg rename to projects/icons-material/src/material/outlined/skip_next.svg diff --git a/projects/icons-material/src/outlined/skip_previous.svg b/projects/icons-material/src/material/outlined/skip_previous.svg similarity index 100% rename from projects/icons-material/src/outlined/skip_previous.svg rename to projects/icons-material/src/material/outlined/skip_previous.svg diff --git a/projects/icons-material/src/outlined/sledding.svg b/projects/icons-material/src/material/outlined/sledding.svg similarity index 100% rename from projects/icons-material/src/outlined/sledding.svg rename to projects/icons-material/src/material/outlined/sledding.svg diff --git a/projects/icons-material/src/outlined/slideshow.svg b/projects/icons-material/src/material/outlined/slideshow.svg similarity index 100% rename from projects/icons-material/src/outlined/slideshow.svg rename to projects/icons-material/src/material/outlined/slideshow.svg diff --git a/projects/icons-material/src/outlined/slow_motion_video.svg b/projects/icons-material/src/material/outlined/slow_motion_video.svg similarity index 100% rename from projects/icons-material/src/outlined/slow_motion_video.svg rename to projects/icons-material/src/material/outlined/slow_motion_video.svg diff --git a/projects/icons-material/src/outlined/smart_button.svg b/projects/icons-material/src/material/outlined/smart_button.svg similarity index 100% rename from projects/icons-material/src/outlined/smart_button.svg rename to projects/icons-material/src/material/outlined/smart_button.svg diff --git a/projects/icons-material/src/outlined/smart_display.svg b/projects/icons-material/src/material/outlined/smart_display.svg similarity index 100% rename from projects/icons-material/src/outlined/smart_display.svg rename to projects/icons-material/src/material/outlined/smart_display.svg diff --git a/projects/icons-material/src/outlined/smart_screen.svg b/projects/icons-material/src/material/outlined/smart_screen.svg similarity index 100% rename from projects/icons-material/src/outlined/smart_screen.svg rename to projects/icons-material/src/material/outlined/smart_screen.svg diff --git a/projects/icons-material/src/outlined/smart_toy.svg b/projects/icons-material/src/material/outlined/smart_toy.svg similarity index 100% rename from projects/icons-material/src/outlined/smart_toy.svg rename to projects/icons-material/src/material/outlined/smart_toy.svg diff --git a/projects/icons-material/src/outlined/smartphone.svg b/projects/icons-material/src/material/outlined/smartphone.svg similarity index 100% rename from projects/icons-material/src/outlined/smartphone.svg rename to projects/icons-material/src/material/outlined/smartphone.svg diff --git a/projects/icons-material/src/outlined/smoke_free.svg b/projects/icons-material/src/material/outlined/smoke_free.svg similarity index 100% rename from projects/icons-material/src/outlined/smoke_free.svg rename to projects/icons-material/src/material/outlined/smoke_free.svg diff --git a/projects/icons-material/src/outlined/smoking_rooms.svg b/projects/icons-material/src/material/outlined/smoking_rooms.svg similarity index 100% rename from projects/icons-material/src/outlined/smoking_rooms.svg rename to projects/icons-material/src/material/outlined/smoking_rooms.svg diff --git a/projects/icons-material/src/outlined/sms.svg b/projects/icons-material/src/material/outlined/sms.svg similarity index 100% rename from projects/icons-material/src/outlined/sms.svg rename to projects/icons-material/src/material/outlined/sms.svg diff --git a/projects/icons-material/src/outlined/sms_failed.svg b/projects/icons-material/src/material/outlined/sms_failed.svg similarity index 100% rename from projects/icons-material/src/outlined/sms_failed.svg rename to projects/icons-material/src/material/outlined/sms_failed.svg diff --git a/projects/icons-material/src/outlined/snippet_folder.svg b/projects/icons-material/src/material/outlined/snippet_folder.svg similarity index 100% rename from projects/icons-material/src/outlined/snippet_folder.svg rename to projects/icons-material/src/material/outlined/snippet_folder.svg diff --git a/projects/icons-material/src/outlined/snooze.svg b/projects/icons-material/src/material/outlined/snooze.svg similarity index 100% rename from projects/icons-material/src/outlined/snooze.svg rename to projects/icons-material/src/material/outlined/snooze.svg diff --git a/projects/icons-material/src/outlined/snowboarding.svg b/projects/icons-material/src/material/outlined/snowboarding.svg similarity index 100% rename from projects/icons-material/src/outlined/snowboarding.svg rename to projects/icons-material/src/material/outlined/snowboarding.svg diff --git a/projects/icons-material/src/outlined/snowmobile.svg b/projects/icons-material/src/material/outlined/snowmobile.svg similarity index 100% rename from projects/icons-material/src/outlined/snowmobile.svg rename to projects/icons-material/src/material/outlined/snowmobile.svg diff --git a/projects/icons-material/src/outlined/snowshoeing.svg b/projects/icons-material/src/material/outlined/snowshoeing.svg similarity index 100% rename from projects/icons-material/src/outlined/snowshoeing.svg rename to projects/icons-material/src/material/outlined/snowshoeing.svg diff --git a/projects/icons-material/src/outlined/soap.svg b/projects/icons-material/src/material/outlined/soap.svg similarity index 100% rename from projects/icons-material/src/outlined/soap.svg rename to projects/icons-material/src/material/outlined/soap.svg diff --git a/projects/icons-material/src/outlined/social_distance.svg b/projects/icons-material/src/material/outlined/social_distance.svg similarity index 100% rename from projects/icons-material/src/outlined/social_distance.svg rename to projects/icons-material/src/material/outlined/social_distance.svg diff --git a/projects/icons-material/src/outlined/solar_power.svg b/projects/icons-material/src/material/outlined/solar_power.svg similarity index 100% rename from projects/icons-material/src/outlined/solar_power.svg rename to projects/icons-material/src/material/outlined/solar_power.svg diff --git a/projects/icons-material/src/outlined/sort.svg b/projects/icons-material/src/material/outlined/sort.svg similarity index 100% rename from projects/icons-material/src/outlined/sort.svg rename to projects/icons-material/src/material/outlined/sort.svg diff --git a/projects/icons-material/src/outlined/sort_by_alpha.svg b/projects/icons-material/src/material/outlined/sort_by_alpha.svg similarity index 100% rename from projects/icons-material/src/outlined/sort_by_alpha.svg rename to projects/icons-material/src/material/outlined/sort_by_alpha.svg diff --git a/projects/icons-material/src/outlined/sos.svg b/projects/icons-material/src/material/outlined/sos.svg similarity index 100% rename from projects/icons-material/src/outlined/sos.svg rename to projects/icons-material/src/material/outlined/sos.svg diff --git a/projects/icons-material/src/outlined/soup_kitchen.svg b/projects/icons-material/src/material/outlined/soup_kitchen.svg similarity index 100% rename from projects/icons-material/src/outlined/soup_kitchen.svg rename to projects/icons-material/src/material/outlined/soup_kitchen.svg diff --git a/projects/icons-material/src/outlined/source.svg b/projects/icons-material/src/material/outlined/source.svg similarity index 100% rename from projects/icons-material/src/outlined/source.svg rename to projects/icons-material/src/material/outlined/source.svg diff --git a/projects/icons-material/src/outlined/south.svg b/projects/icons-material/src/material/outlined/south.svg similarity index 100% rename from projects/icons-material/src/outlined/south.svg rename to projects/icons-material/src/material/outlined/south.svg diff --git a/projects/icons-material/src/outlined/south_america.svg b/projects/icons-material/src/material/outlined/south_america.svg similarity index 100% rename from projects/icons-material/src/outlined/south_america.svg rename to projects/icons-material/src/material/outlined/south_america.svg diff --git a/projects/icons-material/src/outlined/south_east.svg b/projects/icons-material/src/material/outlined/south_east.svg similarity index 100% rename from projects/icons-material/src/outlined/south_east.svg rename to projects/icons-material/src/material/outlined/south_east.svg diff --git a/projects/icons-material/src/outlined/south_west.svg b/projects/icons-material/src/material/outlined/south_west.svg similarity index 100% rename from projects/icons-material/src/outlined/south_west.svg rename to projects/icons-material/src/material/outlined/south_west.svg diff --git a/projects/icons-material/src/outlined/spa.svg b/projects/icons-material/src/material/outlined/spa.svg similarity index 100% rename from projects/icons-material/src/outlined/spa.svg rename to projects/icons-material/src/material/outlined/spa.svg diff --git a/projects/icons-material/src/outlined/space_bar.svg b/projects/icons-material/src/material/outlined/space_bar.svg similarity index 100% rename from projects/icons-material/src/outlined/space_bar.svg rename to projects/icons-material/src/material/outlined/space_bar.svg diff --git a/projects/icons-material/src/outlined/space_dashboard.svg b/projects/icons-material/src/material/outlined/space_dashboard.svg similarity index 100% rename from projects/icons-material/src/outlined/space_dashboard.svg rename to projects/icons-material/src/material/outlined/space_dashboard.svg diff --git a/projects/icons-material/src/outlined/spatial_audio.svg b/projects/icons-material/src/material/outlined/spatial_audio.svg similarity index 100% rename from projects/icons-material/src/outlined/spatial_audio.svg rename to projects/icons-material/src/material/outlined/spatial_audio.svg diff --git a/projects/icons-material/src/outlined/spatial_audio_off.svg b/projects/icons-material/src/material/outlined/spatial_audio_off.svg similarity index 100% rename from projects/icons-material/src/outlined/spatial_audio_off.svg rename to projects/icons-material/src/material/outlined/spatial_audio_off.svg diff --git a/projects/icons-material/src/outlined/spatial_tracking.svg b/projects/icons-material/src/material/outlined/spatial_tracking.svg similarity index 100% rename from projects/icons-material/src/outlined/spatial_tracking.svg rename to projects/icons-material/src/material/outlined/spatial_tracking.svg diff --git a/projects/icons-material/src/outlined/speaker.svg b/projects/icons-material/src/material/outlined/speaker.svg similarity index 100% rename from projects/icons-material/src/outlined/speaker.svg rename to projects/icons-material/src/material/outlined/speaker.svg diff --git a/projects/icons-material/src/outlined/speaker_group.svg b/projects/icons-material/src/material/outlined/speaker_group.svg similarity index 100% rename from projects/icons-material/src/outlined/speaker_group.svg rename to projects/icons-material/src/material/outlined/speaker_group.svg diff --git a/projects/icons-material/src/outlined/speaker_notes.svg b/projects/icons-material/src/material/outlined/speaker_notes.svg similarity index 100% rename from projects/icons-material/src/outlined/speaker_notes.svg rename to projects/icons-material/src/material/outlined/speaker_notes.svg diff --git a/projects/icons-material/src/outlined/speaker_notes_off.svg b/projects/icons-material/src/material/outlined/speaker_notes_off.svg similarity index 100% rename from projects/icons-material/src/outlined/speaker_notes_off.svg rename to projects/icons-material/src/material/outlined/speaker_notes_off.svg diff --git a/projects/icons-material/src/outlined/speaker_phone.svg b/projects/icons-material/src/material/outlined/speaker_phone.svg similarity index 100% rename from projects/icons-material/src/outlined/speaker_phone.svg rename to projects/icons-material/src/material/outlined/speaker_phone.svg diff --git a/projects/icons-material/src/outlined/speed.svg b/projects/icons-material/src/material/outlined/speed.svg similarity index 100% rename from projects/icons-material/src/outlined/speed.svg rename to projects/icons-material/src/material/outlined/speed.svg diff --git a/projects/icons-material/src/outlined/spellcheck.svg b/projects/icons-material/src/material/outlined/spellcheck.svg similarity index 100% rename from projects/icons-material/src/outlined/spellcheck.svg rename to projects/icons-material/src/material/outlined/spellcheck.svg diff --git a/projects/icons-material/src/outlined/splitscreen.svg b/projects/icons-material/src/material/outlined/splitscreen.svg similarity index 100% rename from projects/icons-material/src/outlined/splitscreen.svg rename to projects/icons-material/src/material/outlined/splitscreen.svg diff --git a/projects/icons-material/src/outlined/spoke.svg b/projects/icons-material/src/material/outlined/spoke.svg similarity index 100% rename from projects/icons-material/src/outlined/spoke.svg rename to projects/icons-material/src/material/outlined/spoke.svg diff --git a/projects/icons-material/src/outlined/sports.svg b/projects/icons-material/src/material/outlined/sports.svg similarity index 100% rename from projects/icons-material/src/outlined/sports.svg rename to projects/icons-material/src/material/outlined/sports.svg diff --git a/projects/icons-material/src/outlined/sports_bar.svg b/projects/icons-material/src/material/outlined/sports_bar.svg similarity index 100% rename from projects/icons-material/src/outlined/sports_bar.svg rename to projects/icons-material/src/material/outlined/sports_bar.svg diff --git a/projects/icons-material/src/outlined/sports_baseball.svg b/projects/icons-material/src/material/outlined/sports_baseball.svg similarity index 100% rename from projects/icons-material/src/outlined/sports_baseball.svg rename to projects/icons-material/src/material/outlined/sports_baseball.svg diff --git a/projects/icons-material/src/outlined/sports_basketball.svg b/projects/icons-material/src/material/outlined/sports_basketball.svg similarity index 100% rename from projects/icons-material/src/outlined/sports_basketball.svg rename to projects/icons-material/src/material/outlined/sports_basketball.svg diff --git a/projects/icons-material/src/outlined/sports_cricket.svg b/projects/icons-material/src/material/outlined/sports_cricket.svg similarity index 100% rename from projects/icons-material/src/outlined/sports_cricket.svg rename to projects/icons-material/src/material/outlined/sports_cricket.svg diff --git a/projects/icons-material/src/outlined/sports_esports.svg b/projects/icons-material/src/material/outlined/sports_esports.svg similarity index 100% rename from projects/icons-material/src/outlined/sports_esports.svg rename to projects/icons-material/src/material/outlined/sports_esports.svg diff --git a/projects/icons-material/src/outlined/sports_football.svg b/projects/icons-material/src/material/outlined/sports_football.svg similarity index 100% rename from projects/icons-material/src/outlined/sports_football.svg rename to projects/icons-material/src/material/outlined/sports_football.svg diff --git a/projects/icons-material/src/outlined/sports_golf.svg b/projects/icons-material/src/material/outlined/sports_golf.svg similarity index 100% rename from projects/icons-material/src/outlined/sports_golf.svg rename to projects/icons-material/src/material/outlined/sports_golf.svg diff --git a/projects/icons-material/src/outlined/sports_gymnastics.svg b/projects/icons-material/src/material/outlined/sports_gymnastics.svg similarity index 100% rename from projects/icons-material/src/outlined/sports_gymnastics.svg rename to projects/icons-material/src/material/outlined/sports_gymnastics.svg diff --git a/projects/icons-material/src/outlined/sports_handball.svg b/projects/icons-material/src/material/outlined/sports_handball.svg similarity index 100% rename from projects/icons-material/src/outlined/sports_handball.svg rename to projects/icons-material/src/material/outlined/sports_handball.svg diff --git a/projects/icons-material/src/outlined/sports_hockey.svg b/projects/icons-material/src/material/outlined/sports_hockey.svg similarity index 100% rename from projects/icons-material/src/outlined/sports_hockey.svg rename to projects/icons-material/src/material/outlined/sports_hockey.svg diff --git a/projects/icons-material/src/outlined/sports_kabaddi.svg b/projects/icons-material/src/material/outlined/sports_kabaddi.svg similarity index 100% rename from projects/icons-material/src/outlined/sports_kabaddi.svg rename to projects/icons-material/src/material/outlined/sports_kabaddi.svg diff --git a/projects/icons-material/src/outlined/sports_martial_arts.svg b/projects/icons-material/src/material/outlined/sports_martial_arts.svg similarity index 100% rename from projects/icons-material/src/outlined/sports_martial_arts.svg rename to projects/icons-material/src/material/outlined/sports_martial_arts.svg diff --git a/projects/icons-material/src/outlined/sports_mma.svg b/projects/icons-material/src/material/outlined/sports_mma.svg similarity index 100% rename from projects/icons-material/src/outlined/sports_mma.svg rename to projects/icons-material/src/material/outlined/sports_mma.svg diff --git a/projects/icons-material/src/outlined/sports_motorsports.svg b/projects/icons-material/src/material/outlined/sports_motorsports.svg similarity index 100% rename from projects/icons-material/src/outlined/sports_motorsports.svg rename to projects/icons-material/src/material/outlined/sports_motorsports.svg diff --git a/projects/icons-material/src/outlined/sports_rugby.svg b/projects/icons-material/src/material/outlined/sports_rugby.svg similarity index 100% rename from projects/icons-material/src/outlined/sports_rugby.svg rename to projects/icons-material/src/material/outlined/sports_rugby.svg diff --git a/projects/icons-material/src/outlined/sports_score.svg b/projects/icons-material/src/material/outlined/sports_score.svg similarity index 100% rename from projects/icons-material/src/outlined/sports_score.svg rename to projects/icons-material/src/material/outlined/sports_score.svg diff --git a/projects/icons-material/src/outlined/sports_soccer.svg b/projects/icons-material/src/material/outlined/sports_soccer.svg similarity index 100% rename from projects/icons-material/src/outlined/sports_soccer.svg rename to projects/icons-material/src/material/outlined/sports_soccer.svg diff --git a/projects/icons-material/src/outlined/sports_tennis.svg b/projects/icons-material/src/material/outlined/sports_tennis.svg similarity index 100% rename from projects/icons-material/src/outlined/sports_tennis.svg rename to projects/icons-material/src/material/outlined/sports_tennis.svg diff --git a/projects/icons-material/src/outlined/sports_volleyball.svg b/projects/icons-material/src/material/outlined/sports_volleyball.svg similarity index 100% rename from projects/icons-material/src/outlined/sports_volleyball.svg rename to projects/icons-material/src/material/outlined/sports_volleyball.svg diff --git a/projects/icons-material/src/outlined/square.svg b/projects/icons-material/src/material/outlined/square.svg similarity index 100% rename from projects/icons-material/src/outlined/square.svg rename to projects/icons-material/src/material/outlined/square.svg diff --git a/projects/icons-material/src/outlined/square_foot.svg b/projects/icons-material/src/material/outlined/square_foot.svg similarity index 100% rename from projects/icons-material/src/outlined/square_foot.svg rename to projects/icons-material/src/material/outlined/square_foot.svg diff --git a/projects/icons-material/src/outlined/ssid_chart.svg b/projects/icons-material/src/material/outlined/ssid_chart.svg similarity index 100% rename from projects/icons-material/src/outlined/ssid_chart.svg rename to projects/icons-material/src/material/outlined/ssid_chart.svg diff --git a/projects/icons-material/src/outlined/stacked_bar_chart.svg b/projects/icons-material/src/material/outlined/stacked_bar_chart.svg similarity index 100% rename from projects/icons-material/src/outlined/stacked_bar_chart.svg rename to projects/icons-material/src/material/outlined/stacked_bar_chart.svg diff --git a/projects/icons-material/src/outlined/stacked_line_chart.svg b/projects/icons-material/src/material/outlined/stacked_line_chart.svg similarity index 100% rename from projects/icons-material/src/outlined/stacked_line_chart.svg rename to projects/icons-material/src/material/outlined/stacked_line_chart.svg diff --git a/projects/icons-material/src/outlined/stadium.svg b/projects/icons-material/src/material/outlined/stadium.svg similarity index 100% rename from projects/icons-material/src/outlined/stadium.svg rename to projects/icons-material/src/material/outlined/stadium.svg diff --git a/projects/icons-material/src/outlined/stairs.svg b/projects/icons-material/src/material/outlined/stairs.svg similarity index 100% rename from projects/icons-material/src/outlined/stairs.svg rename to projects/icons-material/src/material/outlined/stairs.svg diff --git a/projects/icons-material/src/outlined/star.svg b/projects/icons-material/src/material/outlined/star.svg similarity index 100% rename from projects/icons-material/src/outlined/star.svg rename to projects/icons-material/src/material/outlined/star.svg diff --git a/projects/icons-material/src/outlined/star_border.svg b/projects/icons-material/src/material/outlined/star_border.svg similarity index 100% rename from projects/icons-material/src/outlined/star_border.svg rename to projects/icons-material/src/material/outlined/star_border.svg diff --git a/projects/icons-material/src/outlined/star_border_purple500.svg b/projects/icons-material/src/material/outlined/star_border_purple500.svg similarity index 100% rename from projects/icons-material/src/outlined/star_border_purple500.svg rename to projects/icons-material/src/material/outlined/star_border_purple500.svg diff --git a/projects/icons-material/src/outlined/star_half.svg b/projects/icons-material/src/material/outlined/star_half.svg similarity index 100% rename from projects/icons-material/src/outlined/star_half.svg rename to projects/icons-material/src/material/outlined/star_half.svg diff --git a/projects/icons-material/src/outlined/star_outline.svg b/projects/icons-material/src/material/outlined/star_outline.svg similarity index 100% rename from projects/icons-material/src/outlined/star_outline.svg rename to projects/icons-material/src/material/outlined/star_outline.svg diff --git a/projects/icons-material/src/outlined/star_purple500.svg b/projects/icons-material/src/material/outlined/star_purple500.svg similarity index 100% rename from projects/icons-material/src/outlined/star_purple500.svg rename to projects/icons-material/src/material/outlined/star_purple500.svg diff --git a/projects/icons-material/src/outlined/star_rate.svg b/projects/icons-material/src/material/outlined/star_rate.svg similarity index 100% rename from projects/icons-material/src/outlined/star_rate.svg rename to projects/icons-material/src/material/outlined/star_rate.svg diff --git a/projects/icons-material/src/outlined/stars.svg b/projects/icons-material/src/material/outlined/stars.svg similarity index 100% rename from projects/icons-material/src/outlined/stars.svg rename to projects/icons-material/src/material/outlined/stars.svg diff --git a/projects/icons-material/src/outlined/start.svg b/projects/icons-material/src/material/outlined/start.svg similarity index 100% rename from projects/icons-material/src/outlined/start.svg rename to projects/icons-material/src/material/outlined/start.svg diff --git a/projects/icons-material/src/outlined/stay_current_landscape.svg b/projects/icons-material/src/material/outlined/stay_current_landscape.svg similarity index 100% rename from projects/icons-material/src/outlined/stay_current_landscape.svg rename to projects/icons-material/src/material/outlined/stay_current_landscape.svg diff --git a/projects/icons-material/src/outlined/stay_current_portrait.svg b/projects/icons-material/src/material/outlined/stay_current_portrait.svg similarity index 100% rename from projects/icons-material/src/outlined/stay_current_portrait.svg rename to projects/icons-material/src/material/outlined/stay_current_portrait.svg diff --git a/projects/icons-material/src/outlined/stay_primary_landscape.svg b/projects/icons-material/src/material/outlined/stay_primary_landscape.svg similarity index 100% rename from projects/icons-material/src/outlined/stay_primary_landscape.svg rename to projects/icons-material/src/material/outlined/stay_primary_landscape.svg diff --git a/projects/icons-material/src/outlined/stay_primary_portrait.svg b/projects/icons-material/src/material/outlined/stay_primary_portrait.svg similarity index 100% rename from projects/icons-material/src/outlined/stay_primary_portrait.svg rename to projects/icons-material/src/material/outlined/stay_primary_portrait.svg diff --git a/projects/icons-material/src/outlined/sticky_note_2.svg b/projects/icons-material/src/material/outlined/sticky_note_2.svg similarity index 100% rename from projects/icons-material/src/outlined/sticky_note_2.svg rename to projects/icons-material/src/material/outlined/sticky_note_2.svg diff --git a/projects/icons-material/src/outlined/stop.svg b/projects/icons-material/src/material/outlined/stop.svg similarity index 100% rename from projects/icons-material/src/outlined/stop.svg rename to projects/icons-material/src/material/outlined/stop.svg diff --git a/projects/icons-material/src/outlined/stop_circle.svg b/projects/icons-material/src/material/outlined/stop_circle.svg similarity index 100% rename from projects/icons-material/src/outlined/stop_circle.svg rename to projects/icons-material/src/material/outlined/stop_circle.svg diff --git a/projects/icons-material/src/outlined/stop_screen_share.svg b/projects/icons-material/src/material/outlined/stop_screen_share.svg similarity index 100% rename from projects/icons-material/src/outlined/stop_screen_share.svg rename to projects/icons-material/src/material/outlined/stop_screen_share.svg diff --git a/projects/icons-material/src/outlined/storage.svg b/projects/icons-material/src/material/outlined/storage.svg similarity index 100% rename from projects/icons-material/src/outlined/storage.svg rename to projects/icons-material/src/material/outlined/storage.svg diff --git a/projects/icons-material/src/outlined/store.svg b/projects/icons-material/src/material/outlined/store.svg similarity index 100% rename from projects/icons-material/src/outlined/store.svg rename to projects/icons-material/src/material/outlined/store.svg diff --git a/projects/icons-material/src/outlined/store_mall_directory.svg b/projects/icons-material/src/material/outlined/store_mall_directory.svg similarity index 100% rename from projects/icons-material/src/outlined/store_mall_directory.svg rename to projects/icons-material/src/material/outlined/store_mall_directory.svg diff --git a/projects/icons-material/src/outlined/storefront.svg b/projects/icons-material/src/material/outlined/storefront.svg similarity index 100% rename from projects/icons-material/src/outlined/storefront.svg rename to projects/icons-material/src/material/outlined/storefront.svg diff --git a/projects/icons-material/src/outlined/storm.svg b/projects/icons-material/src/material/outlined/storm.svg similarity index 100% rename from projects/icons-material/src/outlined/storm.svg rename to projects/icons-material/src/material/outlined/storm.svg diff --git a/projects/icons-material/src/outlined/straight.svg b/projects/icons-material/src/material/outlined/straight.svg similarity index 100% rename from projects/icons-material/src/outlined/straight.svg rename to projects/icons-material/src/material/outlined/straight.svg diff --git a/projects/icons-material/src/outlined/straighten.svg b/projects/icons-material/src/material/outlined/straighten.svg similarity index 100% rename from projects/icons-material/src/outlined/straighten.svg rename to projects/icons-material/src/material/outlined/straighten.svg diff --git a/projects/icons-material/src/outlined/stream.svg b/projects/icons-material/src/material/outlined/stream.svg similarity index 100% rename from projects/icons-material/src/outlined/stream.svg rename to projects/icons-material/src/material/outlined/stream.svg diff --git a/projects/icons-material/src/outlined/streetview.svg b/projects/icons-material/src/material/outlined/streetview.svg similarity index 100% rename from projects/icons-material/src/outlined/streetview.svg rename to projects/icons-material/src/material/outlined/streetview.svg diff --git a/projects/icons-material/src/outlined/strikethrough_s.svg b/projects/icons-material/src/material/outlined/strikethrough_s.svg similarity index 100% rename from projects/icons-material/src/outlined/strikethrough_s.svg rename to projects/icons-material/src/material/outlined/strikethrough_s.svg diff --git a/projects/icons-material/src/outlined/stroller.svg b/projects/icons-material/src/material/outlined/stroller.svg similarity index 100% rename from projects/icons-material/src/outlined/stroller.svg rename to projects/icons-material/src/material/outlined/stroller.svg diff --git a/projects/icons-material/src/outlined/style.svg b/projects/icons-material/src/material/outlined/style.svg similarity index 100% rename from projects/icons-material/src/outlined/style.svg rename to projects/icons-material/src/material/outlined/style.svg diff --git a/projects/icons-material/src/outlined/subdirectory_arrow_left.svg b/projects/icons-material/src/material/outlined/subdirectory_arrow_left.svg similarity index 100% rename from projects/icons-material/src/outlined/subdirectory_arrow_left.svg rename to projects/icons-material/src/material/outlined/subdirectory_arrow_left.svg diff --git a/projects/icons-material/src/outlined/subdirectory_arrow_right.svg b/projects/icons-material/src/material/outlined/subdirectory_arrow_right.svg similarity index 100% rename from projects/icons-material/src/outlined/subdirectory_arrow_right.svg rename to projects/icons-material/src/material/outlined/subdirectory_arrow_right.svg diff --git a/projects/icons-material/src/outlined/subject.svg b/projects/icons-material/src/material/outlined/subject.svg similarity index 100% rename from projects/icons-material/src/outlined/subject.svg rename to projects/icons-material/src/material/outlined/subject.svg diff --git a/projects/icons-material/src/outlined/subscript.svg b/projects/icons-material/src/material/outlined/subscript.svg similarity index 100% rename from projects/icons-material/src/outlined/subscript.svg rename to projects/icons-material/src/material/outlined/subscript.svg diff --git a/projects/icons-material/src/outlined/subscriptions.svg b/projects/icons-material/src/material/outlined/subscriptions.svg similarity index 100% rename from projects/icons-material/src/outlined/subscriptions.svg rename to projects/icons-material/src/material/outlined/subscriptions.svg diff --git a/projects/icons-material/src/outlined/subtitles.svg b/projects/icons-material/src/material/outlined/subtitles.svg similarity index 100% rename from projects/icons-material/src/outlined/subtitles.svg rename to projects/icons-material/src/material/outlined/subtitles.svg diff --git a/projects/icons-material/src/outlined/subtitles_off.svg b/projects/icons-material/src/material/outlined/subtitles_off.svg similarity index 100% rename from projects/icons-material/src/outlined/subtitles_off.svg rename to projects/icons-material/src/material/outlined/subtitles_off.svg diff --git a/projects/icons-material/src/outlined/subway.svg b/projects/icons-material/src/material/outlined/subway.svg similarity index 100% rename from projects/icons-material/src/outlined/subway.svg rename to projects/icons-material/src/material/outlined/subway.svg diff --git a/projects/icons-material/src/outlined/summarize.svg b/projects/icons-material/src/material/outlined/summarize.svg similarity index 100% rename from projects/icons-material/src/outlined/summarize.svg rename to projects/icons-material/src/material/outlined/summarize.svg diff --git a/projects/icons-material/src/outlined/superscript.svg b/projects/icons-material/src/material/outlined/superscript.svg similarity index 100% rename from projects/icons-material/src/outlined/superscript.svg rename to projects/icons-material/src/material/outlined/superscript.svg diff --git a/projects/icons-material/src/outlined/supervised_user_circle.svg b/projects/icons-material/src/material/outlined/supervised_user_circle.svg similarity index 100% rename from projects/icons-material/src/outlined/supervised_user_circle.svg rename to projects/icons-material/src/material/outlined/supervised_user_circle.svg diff --git a/projects/icons-material/src/outlined/supervisor_account.svg b/projects/icons-material/src/material/outlined/supervisor_account.svg similarity index 100% rename from projects/icons-material/src/outlined/supervisor_account.svg rename to projects/icons-material/src/material/outlined/supervisor_account.svg diff --git a/projects/icons-material/src/outlined/support.svg b/projects/icons-material/src/material/outlined/support.svg similarity index 100% rename from projects/icons-material/src/outlined/support.svg rename to projects/icons-material/src/material/outlined/support.svg diff --git a/projects/icons-material/src/outlined/support_agent.svg b/projects/icons-material/src/material/outlined/support_agent.svg similarity index 100% rename from projects/icons-material/src/outlined/support_agent.svg rename to projects/icons-material/src/material/outlined/support_agent.svg diff --git a/projects/icons-material/src/outlined/surfing.svg b/projects/icons-material/src/material/outlined/surfing.svg similarity index 100% rename from projects/icons-material/src/outlined/surfing.svg rename to projects/icons-material/src/material/outlined/surfing.svg diff --git a/projects/icons-material/src/outlined/surround_sound.svg b/projects/icons-material/src/material/outlined/surround_sound.svg similarity index 100% rename from projects/icons-material/src/outlined/surround_sound.svg rename to projects/icons-material/src/material/outlined/surround_sound.svg diff --git a/projects/icons-material/src/outlined/swap_calls.svg b/projects/icons-material/src/material/outlined/swap_calls.svg similarity index 100% rename from projects/icons-material/src/outlined/swap_calls.svg rename to projects/icons-material/src/material/outlined/swap_calls.svg diff --git a/projects/icons-material/src/outlined/swap_horiz.svg b/projects/icons-material/src/material/outlined/swap_horiz.svg similarity index 100% rename from projects/icons-material/src/outlined/swap_horiz.svg rename to projects/icons-material/src/material/outlined/swap_horiz.svg diff --git a/projects/icons-material/src/outlined/swap_horizontal_circle.svg b/projects/icons-material/src/material/outlined/swap_horizontal_circle.svg similarity index 100% rename from projects/icons-material/src/outlined/swap_horizontal_circle.svg rename to projects/icons-material/src/material/outlined/swap_horizontal_circle.svg diff --git a/projects/icons-material/src/outlined/swap_vert.svg b/projects/icons-material/src/material/outlined/swap_vert.svg similarity index 100% rename from projects/icons-material/src/outlined/swap_vert.svg rename to projects/icons-material/src/material/outlined/swap_vert.svg diff --git a/projects/icons-material/src/outlined/swap_vertical_circle.svg b/projects/icons-material/src/material/outlined/swap_vertical_circle.svg similarity index 100% rename from projects/icons-material/src/outlined/swap_vertical_circle.svg rename to projects/icons-material/src/material/outlined/swap_vertical_circle.svg diff --git a/projects/icons-material/src/outlined/swipe.svg b/projects/icons-material/src/material/outlined/swipe.svg similarity index 100% rename from projects/icons-material/src/outlined/swipe.svg rename to projects/icons-material/src/material/outlined/swipe.svg diff --git a/projects/icons-material/src/outlined/swipe_down.svg b/projects/icons-material/src/material/outlined/swipe_down.svg similarity index 100% rename from projects/icons-material/src/outlined/swipe_down.svg rename to projects/icons-material/src/material/outlined/swipe_down.svg diff --git a/projects/icons-material/src/outlined/swipe_down_alt.svg b/projects/icons-material/src/material/outlined/swipe_down_alt.svg similarity index 100% rename from projects/icons-material/src/outlined/swipe_down_alt.svg rename to projects/icons-material/src/material/outlined/swipe_down_alt.svg diff --git a/projects/icons-material/src/outlined/swipe_left.svg b/projects/icons-material/src/material/outlined/swipe_left.svg similarity index 100% rename from projects/icons-material/src/outlined/swipe_left.svg rename to projects/icons-material/src/material/outlined/swipe_left.svg diff --git a/projects/icons-material/src/outlined/swipe_left_alt.svg b/projects/icons-material/src/material/outlined/swipe_left_alt.svg similarity index 100% rename from projects/icons-material/src/outlined/swipe_left_alt.svg rename to projects/icons-material/src/material/outlined/swipe_left_alt.svg diff --git a/projects/icons-material/src/outlined/swipe_right.svg b/projects/icons-material/src/material/outlined/swipe_right.svg similarity index 100% rename from projects/icons-material/src/outlined/swipe_right.svg rename to projects/icons-material/src/material/outlined/swipe_right.svg diff --git a/projects/icons-material/src/outlined/swipe_right_alt.svg b/projects/icons-material/src/material/outlined/swipe_right_alt.svg similarity index 100% rename from projects/icons-material/src/outlined/swipe_right_alt.svg rename to projects/icons-material/src/material/outlined/swipe_right_alt.svg diff --git a/projects/icons-material/src/outlined/swipe_up.svg b/projects/icons-material/src/material/outlined/swipe_up.svg similarity index 100% rename from projects/icons-material/src/outlined/swipe_up.svg rename to projects/icons-material/src/material/outlined/swipe_up.svg diff --git a/projects/icons-material/src/outlined/swipe_up_alt.svg b/projects/icons-material/src/material/outlined/swipe_up_alt.svg similarity index 100% rename from projects/icons-material/src/outlined/swipe_up_alt.svg rename to projects/icons-material/src/material/outlined/swipe_up_alt.svg diff --git a/projects/icons-material/src/outlined/swipe_vertical.svg b/projects/icons-material/src/material/outlined/swipe_vertical.svg similarity index 100% rename from projects/icons-material/src/outlined/swipe_vertical.svg rename to projects/icons-material/src/material/outlined/swipe_vertical.svg diff --git a/projects/icons-material/src/outlined/switch_access_shortcut.svg b/projects/icons-material/src/material/outlined/switch_access_shortcut.svg similarity index 100% rename from projects/icons-material/src/outlined/switch_access_shortcut.svg rename to projects/icons-material/src/material/outlined/switch_access_shortcut.svg diff --git a/projects/icons-material/src/outlined/switch_access_shortcut_add.svg b/projects/icons-material/src/material/outlined/switch_access_shortcut_add.svg similarity index 100% rename from projects/icons-material/src/outlined/switch_access_shortcut_add.svg rename to projects/icons-material/src/material/outlined/switch_access_shortcut_add.svg diff --git a/projects/icons-material/src/outlined/switch_account.svg b/projects/icons-material/src/material/outlined/switch_account.svg similarity index 100% rename from projects/icons-material/src/outlined/switch_account.svg rename to projects/icons-material/src/material/outlined/switch_account.svg diff --git a/projects/icons-material/src/outlined/switch_camera.svg b/projects/icons-material/src/material/outlined/switch_camera.svg similarity index 100% rename from projects/icons-material/src/outlined/switch_camera.svg rename to projects/icons-material/src/material/outlined/switch_camera.svg diff --git a/projects/icons-material/src/outlined/switch_left.svg b/projects/icons-material/src/material/outlined/switch_left.svg similarity index 100% rename from projects/icons-material/src/outlined/switch_left.svg rename to projects/icons-material/src/material/outlined/switch_left.svg diff --git a/projects/icons-material/src/outlined/switch_right.svg b/projects/icons-material/src/material/outlined/switch_right.svg similarity index 100% rename from projects/icons-material/src/outlined/switch_right.svg rename to projects/icons-material/src/material/outlined/switch_right.svg diff --git a/projects/icons-material/src/outlined/switch_video.svg b/projects/icons-material/src/material/outlined/switch_video.svg similarity index 100% rename from projects/icons-material/src/outlined/switch_video.svg rename to projects/icons-material/src/material/outlined/switch_video.svg diff --git a/projects/icons-material/src/outlined/synagogue.svg b/projects/icons-material/src/material/outlined/synagogue.svg similarity index 100% rename from projects/icons-material/src/outlined/synagogue.svg rename to projects/icons-material/src/material/outlined/synagogue.svg diff --git a/projects/icons-material/src/outlined/sync.svg b/projects/icons-material/src/material/outlined/sync.svg similarity index 100% rename from projects/icons-material/src/outlined/sync.svg rename to projects/icons-material/src/material/outlined/sync.svg diff --git a/projects/icons-material/src/outlined/sync_alt.svg b/projects/icons-material/src/material/outlined/sync_alt.svg similarity index 100% rename from projects/icons-material/src/outlined/sync_alt.svg rename to projects/icons-material/src/material/outlined/sync_alt.svg diff --git a/projects/icons-material/src/outlined/sync_disabled.svg b/projects/icons-material/src/material/outlined/sync_disabled.svg similarity index 100% rename from projects/icons-material/src/outlined/sync_disabled.svg rename to projects/icons-material/src/material/outlined/sync_disabled.svg diff --git a/projects/icons-material/src/outlined/sync_lock.svg b/projects/icons-material/src/material/outlined/sync_lock.svg similarity index 100% rename from projects/icons-material/src/outlined/sync_lock.svg rename to projects/icons-material/src/material/outlined/sync_lock.svg diff --git a/projects/icons-material/src/outlined/sync_problem.svg b/projects/icons-material/src/material/outlined/sync_problem.svg similarity index 100% rename from projects/icons-material/src/outlined/sync_problem.svg rename to projects/icons-material/src/material/outlined/sync_problem.svg diff --git a/projects/icons-material/src/outlined/system_security_update.svg b/projects/icons-material/src/material/outlined/system_security_update.svg similarity index 100% rename from projects/icons-material/src/outlined/system_security_update.svg rename to projects/icons-material/src/material/outlined/system_security_update.svg diff --git a/projects/icons-material/src/outlined/system_security_update_good.svg b/projects/icons-material/src/material/outlined/system_security_update_good.svg similarity index 100% rename from projects/icons-material/src/outlined/system_security_update_good.svg rename to projects/icons-material/src/material/outlined/system_security_update_good.svg diff --git a/projects/icons-material/src/outlined/system_security_update_warning.svg b/projects/icons-material/src/material/outlined/system_security_update_warning.svg similarity index 100% rename from projects/icons-material/src/outlined/system_security_update_warning.svg rename to projects/icons-material/src/material/outlined/system_security_update_warning.svg diff --git a/projects/icons-material/src/outlined/system_update.svg b/projects/icons-material/src/material/outlined/system_update.svg similarity index 100% rename from projects/icons-material/src/outlined/system_update.svg rename to projects/icons-material/src/material/outlined/system_update.svg diff --git a/projects/icons-material/src/outlined/system_update_alt.svg b/projects/icons-material/src/material/outlined/system_update_alt.svg similarity index 100% rename from projects/icons-material/src/outlined/system_update_alt.svg rename to projects/icons-material/src/material/outlined/system_update_alt.svg diff --git a/projects/icons-material/src/outlined/tab.svg b/projects/icons-material/src/material/outlined/tab.svg similarity index 100% rename from projects/icons-material/src/outlined/tab.svg rename to projects/icons-material/src/material/outlined/tab.svg diff --git a/projects/icons-material/src/outlined/tab_unselected.svg b/projects/icons-material/src/material/outlined/tab_unselected.svg similarity index 100% rename from projects/icons-material/src/outlined/tab_unselected.svg rename to projects/icons-material/src/material/outlined/tab_unselected.svg diff --git a/projects/icons-material/src/outlined/table_bar.svg b/projects/icons-material/src/material/outlined/table_bar.svg similarity index 100% rename from projects/icons-material/src/outlined/table_bar.svg rename to projects/icons-material/src/material/outlined/table_bar.svg diff --git a/projects/icons-material/src/outlined/table_chart.svg b/projects/icons-material/src/material/outlined/table_chart.svg similarity index 100% rename from projects/icons-material/src/outlined/table_chart.svg rename to projects/icons-material/src/material/outlined/table_chart.svg diff --git a/projects/icons-material/src/outlined/table_restaurant.svg b/projects/icons-material/src/material/outlined/table_restaurant.svg similarity index 100% rename from projects/icons-material/src/outlined/table_restaurant.svg rename to projects/icons-material/src/material/outlined/table_restaurant.svg diff --git a/projects/icons-material/src/outlined/table_rows.svg b/projects/icons-material/src/material/outlined/table_rows.svg similarity index 100% rename from projects/icons-material/src/outlined/table_rows.svg rename to projects/icons-material/src/material/outlined/table_rows.svg diff --git a/projects/icons-material/src/outlined/table_view.svg b/projects/icons-material/src/material/outlined/table_view.svg similarity index 100% rename from projects/icons-material/src/outlined/table_view.svg rename to projects/icons-material/src/material/outlined/table_view.svg diff --git a/projects/icons-material/src/outlined/tablet.svg b/projects/icons-material/src/material/outlined/tablet.svg similarity index 100% rename from projects/icons-material/src/outlined/tablet.svg rename to projects/icons-material/src/material/outlined/tablet.svg diff --git a/projects/icons-material/src/outlined/tablet_android.svg b/projects/icons-material/src/material/outlined/tablet_android.svg similarity index 100% rename from projects/icons-material/src/outlined/tablet_android.svg rename to projects/icons-material/src/material/outlined/tablet_android.svg diff --git a/projects/icons-material/src/outlined/tablet_mac.svg b/projects/icons-material/src/material/outlined/tablet_mac.svg similarity index 100% rename from projects/icons-material/src/outlined/tablet_mac.svg rename to projects/icons-material/src/material/outlined/tablet_mac.svg diff --git a/projects/icons-material/src/outlined/tag.svg b/projects/icons-material/src/material/outlined/tag.svg similarity index 100% rename from projects/icons-material/src/outlined/tag.svg rename to projects/icons-material/src/material/outlined/tag.svg diff --git a/projects/icons-material/src/outlined/tag_faces.svg b/projects/icons-material/src/material/outlined/tag_faces.svg similarity index 100% rename from projects/icons-material/src/outlined/tag_faces.svg rename to projects/icons-material/src/material/outlined/tag_faces.svg diff --git a/projects/icons-material/src/outlined/takeout_dining.svg b/projects/icons-material/src/material/outlined/takeout_dining.svg similarity index 100% rename from projects/icons-material/src/outlined/takeout_dining.svg rename to projects/icons-material/src/material/outlined/takeout_dining.svg diff --git a/projects/icons-material/src/outlined/tap_and_play.svg b/projects/icons-material/src/material/outlined/tap_and_play.svg similarity index 100% rename from projects/icons-material/src/outlined/tap_and_play.svg rename to projects/icons-material/src/material/outlined/tap_and_play.svg diff --git a/projects/icons-material/src/outlined/tapas.svg b/projects/icons-material/src/material/outlined/tapas.svg similarity index 100% rename from projects/icons-material/src/outlined/tapas.svg rename to projects/icons-material/src/material/outlined/tapas.svg diff --git a/projects/icons-material/src/outlined/task.svg b/projects/icons-material/src/material/outlined/task.svg similarity index 100% rename from projects/icons-material/src/outlined/task.svg rename to projects/icons-material/src/material/outlined/task.svg diff --git a/projects/icons-material/src/outlined/task_alt.svg b/projects/icons-material/src/material/outlined/task_alt.svg similarity index 100% rename from projects/icons-material/src/outlined/task_alt.svg rename to projects/icons-material/src/material/outlined/task_alt.svg diff --git a/projects/icons-material/src/outlined/taxi_alert.svg b/projects/icons-material/src/material/outlined/taxi_alert.svg similarity index 100% rename from projects/icons-material/src/outlined/taxi_alert.svg rename to projects/icons-material/src/material/outlined/taxi_alert.svg diff --git a/projects/icons-material/src/outlined/temple_buddhist.svg b/projects/icons-material/src/material/outlined/temple_buddhist.svg similarity index 100% rename from projects/icons-material/src/outlined/temple_buddhist.svg rename to projects/icons-material/src/material/outlined/temple_buddhist.svg diff --git a/projects/icons-material/src/outlined/temple_hindu.svg b/projects/icons-material/src/material/outlined/temple_hindu.svg similarity index 100% rename from projects/icons-material/src/outlined/temple_hindu.svg rename to projects/icons-material/src/material/outlined/temple_hindu.svg diff --git a/projects/icons-material/src/outlined/terminal.svg b/projects/icons-material/src/material/outlined/terminal.svg similarity index 100% rename from projects/icons-material/src/outlined/terminal.svg rename to projects/icons-material/src/material/outlined/terminal.svg diff --git a/projects/icons-material/src/outlined/terrain.svg b/projects/icons-material/src/material/outlined/terrain.svg similarity index 100% rename from projects/icons-material/src/outlined/terrain.svg rename to projects/icons-material/src/material/outlined/terrain.svg diff --git a/projects/icons-material/src/outlined/text_decrease.svg b/projects/icons-material/src/material/outlined/text_decrease.svg similarity index 100% rename from projects/icons-material/src/outlined/text_decrease.svg rename to projects/icons-material/src/material/outlined/text_decrease.svg diff --git a/projects/icons-material/src/outlined/text_fields.svg b/projects/icons-material/src/material/outlined/text_fields.svg similarity index 100% rename from projects/icons-material/src/outlined/text_fields.svg rename to projects/icons-material/src/material/outlined/text_fields.svg diff --git a/projects/icons-material/src/outlined/text_format.svg b/projects/icons-material/src/material/outlined/text_format.svg similarity index 100% rename from projects/icons-material/src/outlined/text_format.svg rename to projects/icons-material/src/material/outlined/text_format.svg diff --git a/projects/icons-material/src/outlined/text_increase.svg b/projects/icons-material/src/material/outlined/text_increase.svg similarity index 100% rename from projects/icons-material/src/outlined/text_increase.svg rename to projects/icons-material/src/material/outlined/text_increase.svg diff --git a/projects/icons-material/src/outlined/text_rotate_up.svg b/projects/icons-material/src/material/outlined/text_rotate_up.svg similarity index 100% rename from projects/icons-material/src/outlined/text_rotate_up.svg rename to projects/icons-material/src/material/outlined/text_rotate_up.svg diff --git a/projects/icons-material/src/outlined/text_rotate_vertical.svg b/projects/icons-material/src/material/outlined/text_rotate_vertical.svg similarity index 100% rename from projects/icons-material/src/outlined/text_rotate_vertical.svg rename to projects/icons-material/src/material/outlined/text_rotate_vertical.svg diff --git a/projects/icons-material/src/outlined/text_rotation_angledown.svg b/projects/icons-material/src/material/outlined/text_rotation_angledown.svg similarity index 100% rename from projects/icons-material/src/outlined/text_rotation_angledown.svg rename to projects/icons-material/src/material/outlined/text_rotation_angledown.svg diff --git a/projects/icons-material/src/outlined/text_rotation_angleup.svg b/projects/icons-material/src/material/outlined/text_rotation_angleup.svg similarity index 100% rename from projects/icons-material/src/outlined/text_rotation_angleup.svg rename to projects/icons-material/src/material/outlined/text_rotation_angleup.svg diff --git a/projects/icons-material/src/outlined/text_rotation_down.svg b/projects/icons-material/src/material/outlined/text_rotation_down.svg similarity index 100% rename from projects/icons-material/src/outlined/text_rotation_down.svg rename to projects/icons-material/src/material/outlined/text_rotation_down.svg diff --git a/projects/icons-material/src/outlined/text_rotation_none.svg b/projects/icons-material/src/material/outlined/text_rotation_none.svg similarity index 100% rename from projects/icons-material/src/outlined/text_rotation_none.svg rename to projects/icons-material/src/material/outlined/text_rotation_none.svg diff --git a/projects/icons-material/src/outlined/text_snippet.svg b/projects/icons-material/src/material/outlined/text_snippet.svg similarity index 100% rename from projects/icons-material/src/outlined/text_snippet.svg rename to projects/icons-material/src/material/outlined/text_snippet.svg diff --git a/projects/icons-material/src/outlined/textsms.svg b/projects/icons-material/src/material/outlined/textsms.svg similarity index 100% rename from projects/icons-material/src/outlined/textsms.svg rename to projects/icons-material/src/material/outlined/textsms.svg diff --git a/projects/icons-material/src/outlined/texture.svg b/projects/icons-material/src/material/outlined/texture.svg similarity index 100% rename from projects/icons-material/src/outlined/texture.svg rename to projects/icons-material/src/material/outlined/texture.svg diff --git a/projects/icons-material/src/outlined/theater_comedy.svg b/projects/icons-material/src/material/outlined/theater_comedy.svg similarity index 100% rename from projects/icons-material/src/outlined/theater_comedy.svg rename to projects/icons-material/src/material/outlined/theater_comedy.svg diff --git a/projects/icons-material/src/outlined/theaters.svg b/projects/icons-material/src/material/outlined/theaters.svg similarity index 100% rename from projects/icons-material/src/outlined/theaters.svg rename to projects/icons-material/src/material/outlined/theaters.svg diff --git a/projects/icons-material/src/outlined/thermostat.svg b/projects/icons-material/src/material/outlined/thermostat.svg similarity index 100% rename from projects/icons-material/src/outlined/thermostat.svg rename to projects/icons-material/src/material/outlined/thermostat.svg diff --git a/projects/icons-material/src/outlined/thermostat_auto.svg b/projects/icons-material/src/material/outlined/thermostat_auto.svg similarity index 100% rename from projects/icons-material/src/outlined/thermostat_auto.svg rename to projects/icons-material/src/material/outlined/thermostat_auto.svg diff --git a/projects/icons-material/src/outlined/thumb_down.svg b/projects/icons-material/src/material/outlined/thumb_down.svg similarity index 100% rename from projects/icons-material/src/outlined/thumb_down.svg rename to projects/icons-material/src/material/outlined/thumb_down.svg diff --git a/projects/icons-material/src/outlined/thumb_down_alt.svg b/projects/icons-material/src/material/outlined/thumb_down_alt.svg similarity index 100% rename from projects/icons-material/src/outlined/thumb_down_alt.svg rename to projects/icons-material/src/material/outlined/thumb_down_alt.svg diff --git a/projects/icons-material/src/outlined/thumb_down_off_alt.svg b/projects/icons-material/src/material/outlined/thumb_down_off_alt.svg similarity index 100% rename from projects/icons-material/src/outlined/thumb_down_off_alt.svg rename to projects/icons-material/src/material/outlined/thumb_down_off_alt.svg diff --git a/projects/icons-material/src/outlined/thumb_up.svg b/projects/icons-material/src/material/outlined/thumb_up.svg similarity index 100% rename from projects/icons-material/src/outlined/thumb_up.svg rename to projects/icons-material/src/material/outlined/thumb_up.svg diff --git a/projects/icons-material/src/outlined/thumb_up_alt.svg b/projects/icons-material/src/material/outlined/thumb_up_alt.svg similarity index 100% rename from projects/icons-material/src/outlined/thumb_up_alt.svg rename to projects/icons-material/src/material/outlined/thumb_up_alt.svg diff --git a/projects/icons-material/src/outlined/thumb_up_off_alt.svg b/projects/icons-material/src/material/outlined/thumb_up_off_alt.svg similarity index 100% rename from projects/icons-material/src/outlined/thumb_up_off_alt.svg rename to projects/icons-material/src/material/outlined/thumb_up_off_alt.svg diff --git a/projects/icons-material/src/outlined/thumbs_up_down.svg b/projects/icons-material/src/material/outlined/thumbs_up_down.svg similarity index 100% rename from projects/icons-material/src/outlined/thumbs_up_down.svg rename to projects/icons-material/src/material/outlined/thumbs_up_down.svg diff --git a/projects/icons-material/src/outlined/thunderstorm.svg b/projects/icons-material/src/material/outlined/thunderstorm.svg similarity index 100% rename from projects/icons-material/src/outlined/thunderstorm.svg rename to projects/icons-material/src/material/outlined/thunderstorm.svg diff --git a/projects/icons-material/src/outlined/time_to_leave.svg b/projects/icons-material/src/material/outlined/time_to_leave.svg similarity index 100% rename from projects/icons-material/src/outlined/time_to_leave.svg rename to projects/icons-material/src/material/outlined/time_to_leave.svg diff --git a/projects/icons-material/src/outlined/timelapse.svg b/projects/icons-material/src/material/outlined/timelapse.svg similarity index 100% rename from projects/icons-material/src/outlined/timelapse.svg rename to projects/icons-material/src/material/outlined/timelapse.svg diff --git a/projects/icons-material/src/outlined/timeline.svg b/projects/icons-material/src/material/outlined/timeline.svg similarity index 100% rename from projects/icons-material/src/outlined/timeline.svg rename to projects/icons-material/src/material/outlined/timeline.svg diff --git a/projects/icons-material/src/outlined/timer.svg b/projects/icons-material/src/material/outlined/timer.svg similarity index 100% rename from projects/icons-material/src/outlined/timer.svg rename to projects/icons-material/src/material/outlined/timer.svg diff --git a/projects/icons-material/src/outlined/timer_10.svg b/projects/icons-material/src/material/outlined/timer_10.svg similarity index 100% rename from projects/icons-material/src/outlined/timer_10.svg rename to projects/icons-material/src/material/outlined/timer_10.svg diff --git a/projects/icons-material/src/outlined/timer_10_select.svg b/projects/icons-material/src/material/outlined/timer_10_select.svg similarity index 100% rename from projects/icons-material/src/outlined/timer_10_select.svg rename to projects/icons-material/src/material/outlined/timer_10_select.svg diff --git a/projects/icons-material/src/outlined/timer_3.svg b/projects/icons-material/src/material/outlined/timer_3.svg similarity index 100% rename from projects/icons-material/src/outlined/timer_3.svg rename to projects/icons-material/src/material/outlined/timer_3.svg diff --git a/projects/icons-material/src/outlined/timer_3_select.svg b/projects/icons-material/src/material/outlined/timer_3_select.svg similarity index 100% rename from projects/icons-material/src/outlined/timer_3_select.svg rename to projects/icons-material/src/material/outlined/timer_3_select.svg diff --git a/projects/icons-material/src/outlined/timer_off.svg b/projects/icons-material/src/material/outlined/timer_off.svg similarity index 100% rename from projects/icons-material/src/outlined/timer_off.svg rename to projects/icons-material/src/material/outlined/timer_off.svg diff --git a/projects/icons-material/src/outlined/tips_and_updates.svg b/projects/icons-material/src/material/outlined/tips_and_updates.svg similarity index 100% rename from projects/icons-material/src/outlined/tips_and_updates.svg rename to projects/icons-material/src/material/outlined/tips_and_updates.svg diff --git a/projects/icons-material/src/outlined/tire_repair.svg b/projects/icons-material/src/material/outlined/tire_repair.svg similarity index 100% rename from projects/icons-material/src/outlined/tire_repair.svg rename to projects/icons-material/src/material/outlined/tire_repair.svg diff --git a/projects/icons-material/src/outlined/title.svg b/projects/icons-material/src/material/outlined/title.svg similarity index 100% rename from projects/icons-material/src/outlined/title.svg rename to projects/icons-material/src/material/outlined/title.svg diff --git a/projects/icons-material/src/outlined/toc.svg b/projects/icons-material/src/material/outlined/toc.svg similarity index 100% rename from projects/icons-material/src/outlined/toc.svg rename to projects/icons-material/src/material/outlined/toc.svg diff --git a/projects/icons-material/src/outlined/today.svg b/projects/icons-material/src/material/outlined/today.svg similarity index 100% rename from projects/icons-material/src/outlined/today.svg rename to projects/icons-material/src/material/outlined/today.svg diff --git a/projects/icons-material/src/outlined/toggle_off.svg b/projects/icons-material/src/material/outlined/toggle_off.svg similarity index 100% rename from projects/icons-material/src/outlined/toggle_off.svg rename to projects/icons-material/src/material/outlined/toggle_off.svg diff --git a/projects/icons-material/src/outlined/toggle_on.svg b/projects/icons-material/src/material/outlined/toggle_on.svg similarity index 100% rename from projects/icons-material/src/outlined/toggle_on.svg rename to projects/icons-material/src/material/outlined/toggle_on.svg diff --git a/projects/icons-material/src/outlined/token.svg b/projects/icons-material/src/material/outlined/token.svg similarity index 100% rename from projects/icons-material/src/outlined/token.svg rename to projects/icons-material/src/material/outlined/token.svg diff --git a/projects/icons-material/src/outlined/toll.svg b/projects/icons-material/src/material/outlined/toll.svg similarity index 100% rename from projects/icons-material/src/outlined/toll.svg rename to projects/icons-material/src/material/outlined/toll.svg diff --git a/projects/icons-material/src/outlined/tonality.svg b/projects/icons-material/src/material/outlined/tonality.svg similarity index 100% rename from projects/icons-material/src/outlined/tonality.svg rename to projects/icons-material/src/material/outlined/tonality.svg diff --git a/projects/icons-material/src/outlined/topic.svg b/projects/icons-material/src/material/outlined/topic.svg similarity index 100% rename from projects/icons-material/src/outlined/topic.svg rename to projects/icons-material/src/material/outlined/topic.svg diff --git a/projects/icons-material/src/outlined/tornado.svg b/projects/icons-material/src/material/outlined/tornado.svg similarity index 100% rename from projects/icons-material/src/outlined/tornado.svg rename to projects/icons-material/src/material/outlined/tornado.svg diff --git a/projects/icons-material/src/outlined/touch_app.svg b/projects/icons-material/src/material/outlined/touch_app.svg similarity index 100% rename from projects/icons-material/src/outlined/touch_app.svg rename to projects/icons-material/src/material/outlined/touch_app.svg diff --git a/projects/icons-material/src/outlined/tour.svg b/projects/icons-material/src/material/outlined/tour.svg similarity index 100% rename from projects/icons-material/src/outlined/tour.svg rename to projects/icons-material/src/material/outlined/tour.svg diff --git a/projects/icons-material/src/outlined/toys.svg b/projects/icons-material/src/material/outlined/toys.svg similarity index 100% rename from projects/icons-material/src/outlined/toys.svg rename to projects/icons-material/src/material/outlined/toys.svg diff --git a/projects/icons-material/src/outlined/track_changes.svg b/projects/icons-material/src/material/outlined/track_changes.svg similarity index 100% rename from projects/icons-material/src/outlined/track_changes.svg rename to projects/icons-material/src/material/outlined/track_changes.svg diff --git a/projects/icons-material/src/outlined/traffic.svg b/projects/icons-material/src/material/outlined/traffic.svg similarity index 100% rename from projects/icons-material/src/outlined/traffic.svg rename to projects/icons-material/src/material/outlined/traffic.svg diff --git a/projects/icons-material/src/outlined/train.svg b/projects/icons-material/src/material/outlined/train.svg similarity index 100% rename from projects/icons-material/src/outlined/train.svg rename to projects/icons-material/src/material/outlined/train.svg diff --git a/projects/icons-material/src/outlined/tram.svg b/projects/icons-material/src/material/outlined/tram.svg similarity index 100% rename from projects/icons-material/src/outlined/tram.svg rename to projects/icons-material/src/material/outlined/tram.svg diff --git a/projects/icons-material/src/outlined/transcribe.svg b/projects/icons-material/src/material/outlined/transcribe.svg similarity index 100% rename from projects/icons-material/src/outlined/transcribe.svg rename to projects/icons-material/src/material/outlined/transcribe.svg diff --git a/projects/icons-material/src/outlined/transfer_within_a_station.svg b/projects/icons-material/src/material/outlined/transfer_within_a_station.svg similarity index 100% rename from projects/icons-material/src/outlined/transfer_within_a_station.svg rename to projects/icons-material/src/material/outlined/transfer_within_a_station.svg diff --git a/projects/icons-material/src/outlined/transform.svg b/projects/icons-material/src/material/outlined/transform.svg similarity index 100% rename from projects/icons-material/src/outlined/transform.svg rename to projects/icons-material/src/material/outlined/transform.svg diff --git a/projects/icons-material/src/outlined/transgender.svg b/projects/icons-material/src/material/outlined/transgender.svg similarity index 100% rename from projects/icons-material/src/outlined/transgender.svg rename to projects/icons-material/src/material/outlined/transgender.svg diff --git a/projects/icons-material/src/outlined/transit_enterexit.svg b/projects/icons-material/src/material/outlined/transit_enterexit.svg similarity index 100% rename from projects/icons-material/src/outlined/transit_enterexit.svg rename to projects/icons-material/src/material/outlined/transit_enterexit.svg diff --git a/projects/icons-material/src/outlined/translate.svg b/projects/icons-material/src/material/outlined/translate.svg similarity index 100% rename from projects/icons-material/src/outlined/translate.svg rename to projects/icons-material/src/material/outlined/translate.svg diff --git a/projects/icons-material/src/outlined/travel_explore.svg b/projects/icons-material/src/material/outlined/travel_explore.svg similarity index 100% rename from projects/icons-material/src/outlined/travel_explore.svg rename to projects/icons-material/src/material/outlined/travel_explore.svg diff --git a/projects/icons-material/src/outlined/trending_down.svg b/projects/icons-material/src/material/outlined/trending_down.svg similarity index 100% rename from projects/icons-material/src/outlined/trending_down.svg rename to projects/icons-material/src/material/outlined/trending_down.svg diff --git a/projects/icons-material/src/outlined/trending_flat.svg b/projects/icons-material/src/material/outlined/trending_flat.svg similarity index 100% rename from projects/icons-material/src/outlined/trending_flat.svg rename to projects/icons-material/src/material/outlined/trending_flat.svg diff --git a/projects/icons-material/src/outlined/trending_up.svg b/projects/icons-material/src/material/outlined/trending_up.svg similarity index 100% rename from projects/icons-material/src/outlined/trending_up.svg rename to projects/icons-material/src/material/outlined/trending_up.svg diff --git a/projects/icons-material/src/outlined/trip_origin.svg b/projects/icons-material/src/material/outlined/trip_origin.svg similarity index 100% rename from projects/icons-material/src/outlined/trip_origin.svg rename to projects/icons-material/src/material/outlined/trip_origin.svg diff --git a/projects/icons-material/src/outlined/troubleshoot.svg b/projects/icons-material/src/material/outlined/troubleshoot.svg similarity index 100% rename from projects/icons-material/src/outlined/troubleshoot.svg rename to projects/icons-material/src/material/outlined/troubleshoot.svg diff --git a/projects/icons-material/src/outlined/try.svg b/projects/icons-material/src/material/outlined/try.svg similarity index 100% rename from projects/icons-material/src/outlined/try.svg rename to projects/icons-material/src/material/outlined/try.svg diff --git a/projects/icons-material/src/outlined/tsunami.svg b/projects/icons-material/src/material/outlined/tsunami.svg similarity index 100% rename from projects/icons-material/src/outlined/tsunami.svg rename to projects/icons-material/src/material/outlined/tsunami.svg diff --git a/projects/icons-material/src/outlined/tty.svg b/projects/icons-material/src/material/outlined/tty.svg similarity index 100% rename from projects/icons-material/src/outlined/tty.svg rename to projects/icons-material/src/material/outlined/tty.svg diff --git a/projects/icons-material/src/outlined/tune.svg b/projects/icons-material/src/material/outlined/tune.svg similarity index 100% rename from projects/icons-material/src/outlined/tune.svg rename to projects/icons-material/src/material/outlined/tune.svg diff --git a/projects/icons-material/src/outlined/tungsten.svg b/projects/icons-material/src/material/outlined/tungsten.svg similarity index 100% rename from projects/icons-material/src/outlined/tungsten.svg rename to projects/icons-material/src/material/outlined/tungsten.svg diff --git a/projects/icons-material/src/outlined/turn_left.svg b/projects/icons-material/src/material/outlined/turn_left.svg similarity index 100% rename from projects/icons-material/src/outlined/turn_left.svg rename to projects/icons-material/src/material/outlined/turn_left.svg diff --git a/projects/icons-material/src/outlined/turn_right.svg b/projects/icons-material/src/material/outlined/turn_right.svg similarity index 100% rename from projects/icons-material/src/outlined/turn_right.svg rename to projects/icons-material/src/material/outlined/turn_right.svg diff --git a/projects/icons-material/src/outlined/turn_sharp_left.svg b/projects/icons-material/src/material/outlined/turn_sharp_left.svg similarity index 100% rename from projects/icons-material/src/outlined/turn_sharp_left.svg rename to projects/icons-material/src/material/outlined/turn_sharp_left.svg diff --git a/projects/icons-material/src/outlined/turn_sharp_right.svg b/projects/icons-material/src/material/outlined/turn_sharp_right.svg similarity index 100% rename from projects/icons-material/src/outlined/turn_sharp_right.svg rename to projects/icons-material/src/material/outlined/turn_sharp_right.svg diff --git a/projects/icons-material/src/outlined/turn_slight_left.svg b/projects/icons-material/src/material/outlined/turn_slight_left.svg similarity index 100% rename from projects/icons-material/src/outlined/turn_slight_left.svg rename to projects/icons-material/src/material/outlined/turn_slight_left.svg diff --git a/projects/icons-material/src/outlined/turn_slight_right.svg b/projects/icons-material/src/material/outlined/turn_slight_right.svg similarity index 100% rename from projects/icons-material/src/outlined/turn_slight_right.svg rename to projects/icons-material/src/material/outlined/turn_slight_right.svg diff --git a/projects/icons-material/src/outlined/turned_in.svg b/projects/icons-material/src/material/outlined/turned_in.svg similarity index 100% rename from projects/icons-material/src/outlined/turned_in.svg rename to projects/icons-material/src/material/outlined/turned_in.svg diff --git a/projects/icons-material/src/outlined/turned_in_not.svg b/projects/icons-material/src/material/outlined/turned_in_not.svg similarity index 100% rename from projects/icons-material/src/outlined/turned_in_not.svg rename to projects/icons-material/src/material/outlined/turned_in_not.svg diff --git a/projects/icons-material/src/outlined/tv.svg b/projects/icons-material/src/material/outlined/tv.svg similarity index 100% rename from projects/icons-material/src/outlined/tv.svg rename to projects/icons-material/src/material/outlined/tv.svg diff --git a/projects/icons-material/src/outlined/tv_off.svg b/projects/icons-material/src/material/outlined/tv_off.svg similarity index 100% rename from projects/icons-material/src/outlined/tv_off.svg rename to projects/icons-material/src/material/outlined/tv_off.svg diff --git a/projects/icons-material/src/outlined/two_wheeler.svg b/projects/icons-material/src/material/outlined/two_wheeler.svg similarity index 100% rename from projects/icons-material/src/outlined/two_wheeler.svg rename to projects/icons-material/src/material/outlined/two_wheeler.svg diff --git a/projects/icons-material/src/outlined/type_specimen.svg b/projects/icons-material/src/material/outlined/type_specimen.svg similarity index 100% rename from projects/icons-material/src/outlined/type_specimen.svg rename to projects/icons-material/src/material/outlined/type_specimen.svg diff --git a/projects/icons-material/src/outlined/u_turn_left.svg b/projects/icons-material/src/material/outlined/u_turn_left.svg similarity index 100% rename from projects/icons-material/src/outlined/u_turn_left.svg rename to projects/icons-material/src/material/outlined/u_turn_left.svg diff --git a/projects/icons-material/src/outlined/u_turn_right.svg b/projects/icons-material/src/material/outlined/u_turn_right.svg similarity index 100% rename from projects/icons-material/src/outlined/u_turn_right.svg rename to projects/icons-material/src/material/outlined/u_turn_right.svg diff --git a/projects/icons-material/src/outlined/umbrella.svg b/projects/icons-material/src/material/outlined/umbrella.svg similarity index 100% rename from projects/icons-material/src/outlined/umbrella.svg rename to projects/icons-material/src/material/outlined/umbrella.svg diff --git a/projects/icons-material/src/outlined/unarchive.svg b/projects/icons-material/src/material/outlined/unarchive.svg similarity index 100% rename from projects/icons-material/src/outlined/unarchive.svg rename to projects/icons-material/src/material/outlined/unarchive.svg diff --git a/projects/icons-material/src/outlined/undo.svg b/projects/icons-material/src/material/outlined/undo.svg similarity index 100% rename from projects/icons-material/src/outlined/undo.svg rename to projects/icons-material/src/material/outlined/undo.svg diff --git a/projects/icons-material/src/outlined/unfold_less.svg b/projects/icons-material/src/material/outlined/unfold_less.svg similarity index 100% rename from projects/icons-material/src/outlined/unfold_less.svg rename to projects/icons-material/src/material/outlined/unfold_less.svg diff --git a/projects/icons-material/src/outlined/unfold_less_double.svg b/projects/icons-material/src/material/outlined/unfold_less_double.svg similarity index 100% rename from projects/icons-material/src/outlined/unfold_less_double.svg rename to projects/icons-material/src/material/outlined/unfold_less_double.svg diff --git a/projects/icons-material/src/outlined/unfold_more.svg b/projects/icons-material/src/material/outlined/unfold_more.svg similarity index 100% rename from projects/icons-material/src/outlined/unfold_more.svg rename to projects/icons-material/src/material/outlined/unfold_more.svg diff --git a/projects/icons-material/src/outlined/unfold_more_double.svg b/projects/icons-material/src/material/outlined/unfold_more_double.svg similarity index 100% rename from projects/icons-material/src/outlined/unfold_more_double.svg rename to projects/icons-material/src/material/outlined/unfold_more_double.svg diff --git a/projects/icons-material/src/outlined/unpublished.svg b/projects/icons-material/src/material/outlined/unpublished.svg similarity index 100% rename from projects/icons-material/src/outlined/unpublished.svg rename to projects/icons-material/src/material/outlined/unpublished.svg diff --git a/projects/icons-material/src/outlined/unsubscribe.svg b/projects/icons-material/src/material/outlined/unsubscribe.svg similarity index 100% rename from projects/icons-material/src/outlined/unsubscribe.svg rename to projects/icons-material/src/material/outlined/unsubscribe.svg diff --git a/projects/icons-material/src/outlined/upcoming.svg b/projects/icons-material/src/material/outlined/upcoming.svg similarity index 100% rename from projects/icons-material/src/outlined/upcoming.svg rename to projects/icons-material/src/material/outlined/upcoming.svg diff --git a/projects/icons-material/src/outlined/update.svg b/projects/icons-material/src/material/outlined/update.svg similarity index 100% rename from projects/icons-material/src/outlined/update.svg rename to projects/icons-material/src/material/outlined/update.svg diff --git a/projects/icons-material/src/outlined/update_disabled.svg b/projects/icons-material/src/material/outlined/update_disabled.svg similarity index 100% rename from projects/icons-material/src/outlined/update_disabled.svg rename to projects/icons-material/src/material/outlined/update_disabled.svg diff --git a/projects/icons-material/src/outlined/upgrade.svg b/projects/icons-material/src/material/outlined/upgrade.svg similarity index 100% rename from projects/icons-material/src/outlined/upgrade.svg rename to projects/icons-material/src/material/outlined/upgrade.svg diff --git a/projects/icons-material/src/outlined/upload.svg b/projects/icons-material/src/material/outlined/upload.svg similarity index 100% rename from projects/icons-material/src/outlined/upload.svg rename to projects/icons-material/src/material/outlined/upload.svg diff --git a/projects/icons-material/src/outlined/upload_file.svg b/projects/icons-material/src/material/outlined/upload_file.svg similarity index 100% rename from projects/icons-material/src/outlined/upload_file.svg rename to projects/icons-material/src/material/outlined/upload_file.svg diff --git a/projects/icons-material/src/outlined/usb.svg b/projects/icons-material/src/material/outlined/usb.svg similarity index 100% rename from projects/icons-material/src/outlined/usb.svg rename to projects/icons-material/src/material/outlined/usb.svg diff --git a/projects/icons-material/src/outlined/usb_off.svg b/projects/icons-material/src/material/outlined/usb_off.svg similarity index 100% rename from projects/icons-material/src/outlined/usb_off.svg rename to projects/icons-material/src/material/outlined/usb_off.svg diff --git a/projects/icons-material/src/outlined/vaccines.svg b/projects/icons-material/src/material/outlined/vaccines.svg similarity index 100% rename from projects/icons-material/src/outlined/vaccines.svg rename to projects/icons-material/src/material/outlined/vaccines.svg diff --git a/projects/icons-material/src/outlined/vape_free.svg b/projects/icons-material/src/material/outlined/vape_free.svg similarity index 100% rename from projects/icons-material/src/outlined/vape_free.svg rename to projects/icons-material/src/material/outlined/vape_free.svg diff --git a/projects/icons-material/src/outlined/vaping_rooms.svg b/projects/icons-material/src/material/outlined/vaping_rooms.svg similarity index 100% rename from projects/icons-material/src/outlined/vaping_rooms.svg rename to projects/icons-material/src/material/outlined/vaping_rooms.svg diff --git a/projects/icons-material/src/outlined/verified.svg b/projects/icons-material/src/material/outlined/verified.svg similarity index 100% rename from projects/icons-material/src/outlined/verified.svg rename to projects/icons-material/src/material/outlined/verified.svg diff --git a/projects/icons-material/src/outlined/verified_user.svg b/projects/icons-material/src/material/outlined/verified_user.svg similarity index 100% rename from projects/icons-material/src/outlined/verified_user.svg rename to projects/icons-material/src/material/outlined/verified_user.svg diff --git a/projects/icons-material/src/outlined/vertical_align_bottom.svg b/projects/icons-material/src/material/outlined/vertical_align_bottom.svg similarity index 100% rename from projects/icons-material/src/outlined/vertical_align_bottom.svg rename to projects/icons-material/src/material/outlined/vertical_align_bottom.svg diff --git a/projects/icons-material/src/outlined/vertical_align_center.svg b/projects/icons-material/src/material/outlined/vertical_align_center.svg similarity index 100% rename from projects/icons-material/src/outlined/vertical_align_center.svg rename to projects/icons-material/src/material/outlined/vertical_align_center.svg diff --git a/projects/icons-material/src/outlined/vertical_align_top.svg b/projects/icons-material/src/material/outlined/vertical_align_top.svg similarity index 100% rename from projects/icons-material/src/outlined/vertical_align_top.svg rename to projects/icons-material/src/material/outlined/vertical_align_top.svg diff --git a/projects/icons-material/src/outlined/vertical_distribute.svg b/projects/icons-material/src/material/outlined/vertical_distribute.svg similarity index 100% rename from projects/icons-material/src/outlined/vertical_distribute.svg rename to projects/icons-material/src/material/outlined/vertical_distribute.svg diff --git a/projects/icons-material/src/outlined/vertical_shades.svg b/projects/icons-material/src/material/outlined/vertical_shades.svg similarity index 100% rename from projects/icons-material/src/outlined/vertical_shades.svg rename to projects/icons-material/src/material/outlined/vertical_shades.svg diff --git a/projects/icons-material/src/outlined/vertical_shades_closed.svg b/projects/icons-material/src/material/outlined/vertical_shades_closed.svg similarity index 100% rename from projects/icons-material/src/outlined/vertical_shades_closed.svg rename to projects/icons-material/src/material/outlined/vertical_shades_closed.svg diff --git a/projects/icons-material/src/outlined/vertical_split.svg b/projects/icons-material/src/material/outlined/vertical_split.svg similarity index 100% rename from projects/icons-material/src/outlined/vertical_split.svg rename to projects/icons-material/src/material/outlined/vertical_split.svg diff --git a/projects/icons-material/src/outlined/vibration.svg b/projects/icons-material/src/material/outlined/vibration.svg similarity index 100% rename from projects/icons-material/src/outlined/vibration.svg rename to projects/icons-material/src/material/outlined/vibration.svg diff --git a/projects/icons-material/src/outlined/video_call.svg b/projects/icons-material/src/material/outlined/video_call.svg similarity index 100% rename from projects/icons-material/src/outlined/video_call.svg rename to projects/icons-material/src/material/outlined/video_call.svg diff --git a/projects/icons-material/src/outlined/video_camera_back.svg b/projects/icons-material/src/material/outlined/video_camera_back.svg similarity index 100% rename from projects/icons-material/src/outlined/video_camera_back.svg rename to projects/icons-material/src/material/outlined/video_camera_back.svg diff --git a/projects/icons-material/src/outlined/video_camera_front.svg b/projects/icons-material/src/material/outlined/video_camera_front.svg similarity index 100% rename from projects/icons-material/src/outlined/video_camera_front.svg rename to projects/icons-material/src/material/outlined/video_camera_front.svg diff --git a/projects/icons-material/src/outlined/video_chat.svg b/projects/icons-material/src/material/outlined/video_chat.svg similarity index 100% rename from projects/icons-material/src/outlined/video_chat.svg rename to projects/icons-material/src/material/outlined/video_chat.svg diff --git a/projects/icons-material/src/outlined/video_file.svg b/projects/icons-material/src/material/outlined/video_file.svg similarity index 100% rename from projects/icons-material/src/outlined/video_file.svg rename to projects/icons-material/src/material/outlined/video_file.svg diff --git a/projects/icons-material/src/outlined/video_label.svg b/projects/icons-material/src/material/outlined/video_label.svg similarity index 100% rename from projects/icons-material/src/outlined/video_label.svg rename to projects/icons-material/src/material/outlined/video_label.svg diff --git a/projects/icons-material/src/outlined/video_library.svg b/projects/icons-material/src/material/outlined/video_library.svg similarity index 100% rename from projects/icons-material/src/outlined/video_library.svg rename to projects/icons-material/src/material/outlined/video_library.svg diff --git a/projects/icons-material/src/outlined/video_settings.svg b/projects/icons-material/src/material/outlined/video_settings.svg similarity index 100% rename from projects/icons-material/src/outlined/video_settings.svg rename to projects/icons-material/src/material/outlined/video_settings.svg diff --git a/projects/icons-material/src/outlined/video_stable.svg b/projects/icons-material/src/material/outlined/video_stable.svg similarity index 100% rename from projects/icons-material/src/outlined/video_stable.svg rename to projects/icons-material/src/material/outlined/video_stable.svg diff --git a/projects/icons-material/src/outlined/videocam.svg b/projects/icons-material/src/material/outlined/videocam.svg similarity index 100% rename from projects/icons-material/src/outlined/videocam.svg rename to projects/icons-material/src/material/outlined/videocam.svg diff --git a/projects/icons-material/src/outlined/videocam_off.svg b/projects/icons-material/src/material/outlined/videocam_off.svg similarity index 100% rename from projects/icons-material/src/outlined/videocam_off.svg rename to projects/icons-material/src/material/outlined/videocam_off.svg diff --git a/projects/icons-material/src/outlined/videogame_asset.svg b/projects/icons-material/src/material/outlined/videogame_asset.svg similarity index 100% rename from projects/icons-material/src/outlined/videogame_asset.svg rename to projects/icons-material/src/material/outlined/videogame_asset.svg diff --git a/projects/icons-material/src/outlined/videogame_asset_off.svg b/projects/icons-material/src/material/outlined/videogame_asset_off.svg similarity index 100% rename from projects/icons-material/src/outlined/videogame_asset_off.svg rename to projects/icons-material/src/material/outlined/videogame_asset_off.svg diff --git a/projects/icons-material/src/outlined/view_agenda.svg b/projects/icons-material/src/material/outlined/view_agenda.svg similarity index 100% rename from projects/icons-material/src/outlined/view_agenda.svg rename to projects/icons-material/src/material/outlined/view_agenda.svg diff --git a/projects/icons-material/src/outlined/view_array.svg b/projects/icons-material/src/material/outlined/view_array.svg similarity index 100% rename from projects/icons-material/src/outlined/view_array.svg rename to projects/icons-material/src/material/outlined/view_array.svg diff --git a/projects/icons-material/src/outlined/view_carousel.svg b/projects/icons-material/src/material/outlined/view_carousel.svg similarity index 100% rename from projects/icons-material/src/outlined/view_carousel.svg rename to projects/icons-material/src/material/outlined/view_carousel.svg diff --git a/projects/icons-material/src/outlined/view_column.svg b/projects/icons-material/src/material/outlined/view_column.svg similarity index 100% rename from projects/icons-material/src/outlined/view_column.svg rename to projects/icons-material/src/material/outlined/view_column.svg diff --git a/projects/icons-material/src/outlined/view_comfy.svg b/projects/icons-material/src/material/outlined/view_comfy.svg similarity index 100% rename from projects/icons-material/src/outlined/view_comfy.svg rename to projects/icons-material/src/material/outlined/view_comfy.svg diff --git a/projects/icons-material/src/outlined/view_comfy_alt.svg b/projects/icons-material/src/material/outlined/view_comfy_alt.svg similarity index 100% rename from projects/icons-material/src/outlined/view_comfy_alt.svg rename to projects/icons-material/src/material/outlined/view_comfy_alt.svg diff --git a/projects/icons-material/src/outlined/view_compact.svg b/projects/icons-material/src/material/outlined/view_compact.svg similarity index 100% rename from projects/icons-material/src/outlined/view_compact.svg rename to projects/icons-material/src/material/outlined/view_compact.svg diff --git a/projects/icons-material/src/outlined/view_compact_alt.svg b/projects/icons-material/src/material/outlined/view_compact_alt.svg similarity index 100% rename from projects/icons-material/src/outlined/view_compact_alt.svg rename to projects/icons-material/src/material/outlined/view_compact_alt.svg diff --git a/projects/icons-material/src/outlined/view_cozy.svg b/projects/icons-material/src/material/outlined/view_cozy.svg similarity index 100% rename from projects/icons-material/src/outlined/view_cozy.svg rename to projects/icons-material/src/material/outlined/view_cozy.svg diff --git a/projects/icons-material/src/outlined/view_day.svg b/projects/icons-material/src/material/outlined/view_day.svg similarity index 100% rename from projects/icons-material/src/outlined/view_day.svg rename to projects/icons-material/src/material/outlined/view_day.svg diff --git a/projects/icons-material/src/outlined/view_headline.svg b/projects/icons-material/src/material/outlined/view_headline.svg similarity index 100% rename from projects/icons-material/src/outlined/view_headline.svg rename to projects/icons-material/src/material/outlined/view_headline.svg diff --git a/projects/icons-material/src/outlined/view_in_ar.svg b/projects/icons-material/src/material/outlined/view_in_ar.svg similarity index 100% rename from projects/icons-material/src/outlined/view_in_ar.svg rename to projects/icons-material/src/material/outlined/view_in_ar.svg diff --git a/projects/icons-material/src/outlined/view_kanban.svg b/projects/icons-material/src/material/outlined/view_kanban.svg similarity index 100% rename from projects/icons-material/src/outlined/view_kanban.svg rename to projects/icons-material/src/material/outlined/view_kanban.svg diff --git a/projects/icons-material/src/outlined/view_list.svg b/projects/icons-material/src/material/outlined/view_list.svg similarity index 100% rename from projects/icons-material/src/outlined/view_list.svg rename to projects/icons-material/src/material/outlined/view_list.svg diff --git a/projects/icons-material/src/outlined/view_module.svg b/projects/icons-material/src/material/outlined/view_module.svg similarity index 100% rename from projects/icons-material/src/outlined/view_module.svg rename to projects/icons-material/src/material/outlined/view_module.svg diff --git a/projects/icons-material/src/outlined/view_quilt.svg b/projects/icons-material/src/material/outlined/view_quilt.svg similarity index 100% rename from projects/icons-material/src/outlined/view_quilt.svg rename to projects/icons-material/src/material/outlined/view_quilt.svg diff --git a/projects/icons-material/src/outlined/view_sidebar.svg b/projects/icons-material/src/material/outlined/view_sidebar.svg similarity index 100% rename from projects/icons-material/src/outlined/view_sidebar.svg rename to projects/icons-material/src/material/outlined/view_sidebar.svg diff --git a/projects/icons-material/src/outlined/view_stream.svg b/projects/icons-material/src/material/outlined/view_stream.svg similarity index 100% rename from projects/icons-material/src/outlined/view_stream.svg rename to projects/icons-material/src/material/outlined/view_stream.svg diff --git a/projects/icons-material/src/outlined/view_timeline.svg b/projects/icons-material/src/material/outlined/view_timeline.svg similarity index 100% rename from projects/icons-material/src/outlined/view_timeline.svg rename to projects/icons-material/src/material/outlined/view_timeline.svg diff --git a/projects/icons-material/src/outlined/view_week.svg b/projects/icons-material/src/material/outlined/view_week.svg similarity index 100% rename from projects/icons-material/src/outlined/view_week.svg rename to projects/icons-material/src/material/outlined/view_week.svg diff --git a/projects/icons-material/src/outlined/vignette.svg b/projects/icons-material/src/material/outlined/vignette.svg similarity index 100% rename from projects/icons-material/src/outlined/vignette.svg rename to projects/icons-material/src/material/outlined/vignette.svg diff --git a/projects/icons-material/src/outlined/villa.svg b/projects/icons-material/src/material/outlined/villa.svg similarity index 100% rename from projects/icons-material/src/outlined/villa.svg rename to projects/icons-material/src/material/outlined/villa.svg diff --git a/projects/icons-material/src/outlined/visibility.svg b/projects/icons-material/src/material/outlined/visibility.svg similarity index 100% rename from projects/icons-material/src/outlined/visibility.svg rename to projects/icons-material/src/material/outlined/visibility.svg diff --git a/projects/icons-material/src/outlined/visibility_off.svg b/projects/icons-material/src/material/outlined/visibility_off.svg similarity index 100% rename from projects/icons-material/src/outlined/visibility_off.svg rename to projects/icons-material/src/material/outlined/visibility_off.svg diff --git a/projects/icons-material/src/outlined/voice_chat.svg b/projects/icons-material/src/material/outlined/voice_chat.svg similarity index 100% rename from projects/icons-material/src/outlined/voice_chat.svg rename to projects/icons-material/src/material/outlined/voice_chat.svg diff --git a/projects/icons-material/src/outlined/voice_over_off.svg b/projects/icons-material/src/material/outlined/voice_over_off.svg similarity index 100% rename from projects/icons-material/src/outlined/voice_over_off.svg rename to projects/icons-material/src/material/outlined/voice_over_off.svg diff --git a/projects/icons-material/src/outlined/voicemail.svg b/projects/icons-material/src/material/outlined/voicemail.svg similarity index 100% rename from projects/icons-material/src/outlined/voicemail.svg rename to projects/icons-material/src/material/outlined/voicemail.svg diff --git a/projects/icons-material/src/outlined/volcano.svg b/projects/icons-material/src/material/outlined/volcano.svg similarity index 100% rename from projects/icons-material/src/outlined/volcano.svg rename to projects/icons-material/src/material/outlined/volcano.svg diff --git a/projects/icons-material/src/outlined/volume_down.svg b/projects/icons-material/src/material/outlined/volume_down.svg similarity index 100% rename from projects/icons-material/src/outlined/volume_down.svg rename to projects/icons-material/src/material/outlined/volume_down.svg diff --git a/projects/icons-material/src/outlined/volume_mute.svg b/projects/icons-material/src/material/outlined/volume_mute.svg similarity index 100% rename from projects/icons-material/src/outlined/volume_mute.svg rename to projects/icons-material/src/material/outlined/volume_mute.svg diff --git a/projects/icons-material/src/outlined/volume_off.svg b/projects/icons-material/src/material/outlined/volume_off.svg similarity index 100% rename from projects/icons-material/src/outlined/volume_off.svg rename to projects/icons-material/src/material/outlined/volume_off.svg diff --git a/projects/icons-material/src/outlined/volume_up.svg b/projects/icons-material/src/material/outlined/volume_up.svg similarity index 100% rename from projects/icons-material/src/outlined/volume_up.svg rename to projects/icons-material/src/material/outlined/volume_up.svg diff --git a/projects/icons-material/src/outlined/volunteer_activism.svg b/projects/icons-material/src/material/outlined/volunteer_activism.svg similarity index 100% rename from projects/icons-material/src/outlined/volunteer_activism.svg rename to projects/icons-material/src/material/outlined/volunteer_activism.svg diff --git a/projects/icons-material/src/outlined/vpn_key.svg b/projects/icons-material/src/material/outlined/vpn_key.svg similarity index 100% rename from projects/icons-material/src/outlined/vpn_key.svg rename to projects/icons-material/src/material/outlined/vpn_key.svg diff --git a/projects/icons-material/src/outlined/vpn_key_off.svg b/projects/icons-material/src/material/outlined/vpn_key_off.svg similarity index 100% rename from projects/icons-material/src/outlined/vpn_key_off.svg rename to projects/icons-material/src/material/outlined/vpn_key_off.svg diff --git a/projects/icons-material/src/outlined/vpn_lock.svg b/projects/icons-material/src/material/outlined/vpn_lock.svg similarity index 100% rename from projects/icons-material/src/outlined/vpn_lock.svg rename to projects/icons-material/src/material/outlined/vpn_lock.svg diff --git a/projects/icons-material/src/outlined/vrpano.svg b/projects/icons-material/src/material/outlined/vrpano.svg similarity index 100% rename from projects/icons-material/src/outlined/vrpano.svg rename to projects/icons-material/src/material/outlined/vrpano.svg diff --git a/projects/icons-material/src/outlined/wallet.svg b/projects/icons-material/src/material/outlined/wallet.svg similarity index 100% rename from projects/icons-material/src/outlined/wallet.svg rename to projects/icons-material/src/material/outlined/wallet.svg diff --git a/projects/icons-material/src/outlined/wallpaper.svg b/projects/icons-material/src/material/outlined/wallpaper.svg similarity index 100% rename from projects/icons-material/src/outlined/wallpaper.svg rename to projects/icons-material/src/material/outlined/wallpaper.svg diff --git a/projects/icons-material/src/outlined/warehouse.svg b/projects/icons-material/src/material/outlined/warehouse.svg similarity index 100% rename from projects/icons-material/src/outlined/warehouse.svg rename to projects/icons-material/src/material/outlined/warehouse.svg diff --git a/projects/icons-material/src/outlined/warning.svg b/projects/icons-material/src/material/outlined/warning.svg similarity index 100% rename from projects/icons-material/src/outlined/warning.svg rename to projects/icons-material/src/material/outlined/warning.svg diff --git a/projects/icons-material/src/outlined/warning_amber.svg b/projects/icons-material/src/material/outlined/warning_amber.svg similarity index 100% rename from projects/icons-material/src/outlined/warning_amber.svg rename to projects/icons-material/src/material/outlined/warning_amber.svg diff --git a/projects/icons-material/src/outlined/wash.svg b/projects/icons-material/src/material/outlined/wash.svg similarity index 100% rename from projects/icons-material/src/outlined/wash.svg rename to projects/icons-material/src/material/outlined/wash.svg diff --git a/projects/icons-material/src/outlined/watch.svg b/projects/icons-material/src/material/outlined/watch.svg similarity index 100% rename from projects/icons-material/src/outlined/watch.svg rename to projects/icons-material/src/material/outlined/watch.svg diff --git a/projects/icons-material/src/outlined/watch_later.svg b/projects/icons-material/src/material/outlined/watch_later.svg similarity index 100% rename from projects/icons-material/src/outlined/watch_later.svg rename to projects/icons-material/src/material/outlined/watch_later.svg diff --git a/projects/icons-material/src/outlined/watch_off.svg b/projects/icons-material/src/material/outlined/watch_off.svg similarity index 100% rename from projects/icons-material/src/outlined/watch_off.svg rename to projects/icons-material/src/material/outlined/watch_off.svg diff --git a/projects/icons-material/src/outlined/water.svg b/projects/icons-material/src/material/outlined/water.svg similarity index 100% rename from projects/icons-material/src/outlined/water.svg rename to projects/icons-material/src/material/outlined/water.svg diff --git a/projects/icons-material/src/outlined/water_damage.svg b/projects/icons-material/src/material/outlined/water_damage.svg similarity index 100% rename from projects/icons-material/src/outlined/water_damage.svg rename to projects/icons-material/src/material/outlined/water_damage.svg diff --git a/projects/icons-material/src/outlined/water_drop.svg b/projects/icons-material/src/material/outlined/water_drop.svg similarity index 100% rename from projects/icons-material/src/outlined/water_drop.svg rename to projects/icons-material/src/material/outlined/water_drop.svg diff --git a/projects/icons-material/src/outlined/waterfall_chart.svg b/projects/icons-material/src/material/outlined/waterfall_chart.svg similarity index 100% rename from projects/icons-material/src/outlined/waterfall_chart.svg rename to projects/icons-material/src/material/outlined/waterfall_chart.svg diff --git a/projects/icons-material/src/outlined/waves.svg b/projects/icons-material/src/material/outlined/waves.svg similarity index 100% rename from projects/icons-material/src/outlined/waves.svg rename to projects/icons-material/src/material/outlined/waves.svg diff --git a/projects/icons-material/src/outlined/waving_hand.svg b/projects/icons-material/src/material/outlined/waving_hand.svg similarity index 100% rename from projects/icons-material/src/outlined/waving_hand.svg rename to projects/icons-material/src/material/outlined/waving_hand.svg diff --git a/projects/icons-material/src/outlined/wb_auto.svg b/projects/icons-material/src/material/outlined/wb_auto.svg similarity index 100% rename from projects/icons-material/src/outlined/wb_auto.svg rename to projects/icons-material/src/material/outlined/wb_auto.svg diff --git a/projects/icons-material/src/outlined/wb_cloudy.svg b/projects/icons-material/src/material/outlined/wb_cloudy.svg similarity index 100% rename from projects/icons-material/src/outlined/wb_cloudy.svg rename to projects/icons-material/src/material/outlined/wb_cloudy.svg diff --git a/projects/icons-material/src/outlined/wb_incandescent.svg b/projects/icons-material/src/material/outlined/wb_incandescent.svg similarity index 100% rename from projects/icons-material/src/outlined/wb_incandescent.svg rename to projects/icons-material/src/material/outlined/wb_incandescent.svg diff --git a/projects/icons-material/src/outlined/wb_iridescent.svg b/projects/icons-material/src/material/outlined/wb_iridescent.svg similarity index 100% rename from projects/icons-material/src/outlined/wb_iridescent.svg rename to projects/icons-material/src/material/outlined/wb_iridescent.svg diff --git a/projects/icons-material/src/outlined/wb_shade.svg b/projects/icons-material/src/material/outlined/wb_shade.svg similarity index 100% rename from projects/icons-material/src/outlined/wb_shade.svg rename to projects/icons-material/src/material/outlined/wb_shade.svg diff --git a/projects/icons-material/src/outlined/wb_sunny.svg b/projects/icons-material/src/material/outlined/wb_sunny.svg similarity index 100% rename from projects/icons-material/src/outlined/wb_sunny.svg rename to projects/icons-material/src/material/outlined/wb_sunny.svg diff --git a/projects/icons-material/src/outlined/wb_twilight.svg b/projects/icons-material/src/material/outlined/wb_twilight.svg similarity index 100% rename from projects/icons-material/src/outlined/wb_twilight.svg rename to projects/icons-material/src/material/outlined/wb_twilight.svg diff --git a/projects/icons-material/src/outlined/wc.svg b/projects/icons-material/src/material/outlined/wc.svg similarity index 100% rename from projects/icons-material/src/outlined/wc.svg rename to projects/icons-material/src/material/outlined/wc.svg diff --git a/projects/icons-material/src/outlined/web.svg b/projects/icons-material/src/material/outlined/web.svg similarity index 100% rename from projects/icons-material/src/outlined/web.svg rename to projects/icons-material/src/material/outlined/web.svg diff --git a/projects/icons-material/src/outlined/web_asset.svg b/projects/icons-material/src/material/outlined/web_asset.svg similarity index 100% rename from projects/icons-material/src/outlined/web_asset.svg rename to projects/icons-material/src/material/outlined/web_asset.svg diff --git a/projects/icons-material/src/outlined/web_asset_off.svg b/projects/icons-material/src/material/outlined/web_asset_off.svg similarity index 100% rename from projects/icons-material/src/outlined/web_asset_off.svg rename to projects/icons-material/src/material/outlined/web_asset_off.svg diff --git a/projects/icons-material/src/outlined/web_stories.svg b/projects/icons-material/src/material/outlined/web_stories.svg similarity index 100% rename from projects/icons-material/src/outlined/web_stories.svg rename to projects/icons-material/src/material/outlined/web_stories.svg diff --git a/projects/icons-material/src/outlined/webhook.svg b/projects/icons-material/src/material/outlined/webhook.svg similarity index 100% rename from projects/icons-material/src/outlined/webhook.svg rename to projects/icons-material/src/material/outlined/webhook.svg diff --git a/projects/icons-material/src/outlined/weekend.svg b/projects/icons-material/src/material/outlined/weekend.svg similarity index 100% rename from projects/icons-material/src/outlined/weekend.svg rename to projects/icons-material/src/material/outlined/weekend.svg diff --git a/projects/icons-material/src/outlined/west.svg b/projects/icons-material/src/material/outlined/west.svg similarity index 100% rename from projects/icons-material/src/outlined/west.svg rename to projects/icons-material/src/material/outlined/west.svg diff --git a/projects/icons-material/src/outlined/whatshot.svg b/projects/icons-material/src/material/outlined/whatshot.svg similarity index 100% rename from projects/icons-material/src/outlined/whatshot.svg rename to projects/icons-material/src/material/outlined/whatshot.svg diff --git a/projects/icons-material/src/outlined/wheelchair_pickup.svg b/projects/icons-material/src/material/outlined/wheelchair_pickup.svg similarity index 100% rename from projects/icons-material/src/outlined/wheelchair_pickup.svg rename to projects/icons-material/src/material/outlined/wheelchair_pickup.svg diff --git a/projects/icons-material/src/outlined/where_to_vote.svg b/projects/icons-material/src/material/outlined/where_to_vote.svg similarity index 100% rename from projects/icons-material/src/outlined/where_to_vote.svg rename to projects/icons-material/src/material/outlined/where_to_vote.svg diff --git a/projects/icons-material/src/outlined/widgets.svg b/projects/icons-material/src/material/outlined/widgets.svg similarity index 100% rename from projects/icons-material/src/outlined/widgets.svg rename to projects/icons-material/src/material/outlined/widgets.svg diff --git a/projects/icons-material/src/outlined/width_full.svg b/projects/icons-material/src/material/outlined/width_full.svg similarity index 100% rename from projects/icons-material/src/outlined/width_full.svg rename to projects/icons-material/src/material/outlined/width_full.svg diff --git a/projects/icons-material/src/outlined/width_normal.svg b/projects/icons-material/src/material/outlined/width_normal.svg similarity index 100% rename from projects/icons-material/src/outlined/width_normal.svg rename to projects/icons-material/src/material/outlined/width_normal.svg diff --git a/projects/icons-material/src/outlined/width_wide.svg b/projects/icons-material/src/material/outlined/width_wide.svg similarity index 100% rename from projects/icons-material/src/outlined/width_wide.svg rename to projects/icons-material/src/material/outlined/width_wide.svg diff --git a/projects/icons-material/src/outlined/wifi.svg b/projects/icons-material/src/material/outlined/wifi.svg similarity index 100% rename from projects/icons-material/src/outlined/wifi.svg rename to projects/icons-material/src/material/outlined/wifi.svg diff --git a/projects/icons-material/src/outlined/wifi_1_bar.svg b/projects/icons-material/src/material/outlined/wifi_1_bar.svg similarity index 100% rename from projects/icons-material/src/outlined/wifi_1_bar.svg rename to projects/icons-material/src/material/outlined/wifi_1_bar.svg diff --git a/projects/icons-material/src/outlined/wifi_2_bar.svg b/projects/icons-material/src/material/outlined/wifi_2_bar.svg similarity index 100% rename from projects/icons-material/src/outlined/wifi_2_bar.svg rename to projects/icons-material/src/material/outlined/wifi_2_bar.svg diff --git a/projects/icons-material/src/outlined/wifi_calling.svg b/projects/icons-material/src/material/outlined/wifi_calling.svg similarity index 100% rename from projects/icons-material/src/outlined/wifi_calling.svg rename to projects/icons-material/src/material/outlined/wifi_calling.svg diff --git a/projects/icons-material/src/outlined/wifi_calling_3.svg b/projects/icons-material/src/material/outlined/wifi_calling_3.svg similarity index 100% rename from projects/icons-material/src/outlined/wifi_calling_3.svg rename to projects/icons-material/src/material/outlined/wifi_calling_3.svg diff --git a/projects/icons-material/src/outlined/wifi_channel.svg b/projects/icons-material/src/material/outlined/wifi_channel.svg similarity index 100% rename from projects/icons-material/src/outlined/wifi_channel.svg rename to projects/icons-material/src/material/outlined/wifi_channel.svg diff --git a/projects/icons-material/src/outlined/wifi_find.svg b/projects/icons-material/src/material/outlined/wifi_find.svg similarity index 100% rename from projects/icons-material/src/outlined/wifi_find.svg rename to projects/icons-material/src/material/outlined/wifi_find.svg diff --git a/projects/icons-material/src/outlined/wifi_lock.svg b/projects/icons-material/src/material/outlined/wifi_lock.svg similarity index 100% rename from projects/icons-material/src/outlined/wifi_lock.svg rename to projects/icons-material/src/material/outlined/wifi_lock.svg diff --git a/projects/icons-material/src/outlined/wifi_off.svg b/projects/icons-material/src/material/outlined/wifi_off.svg similarity index 100% rename from projects/icons-material/src/outlined/wifi_off.svg rename to projects/icons-material/src/material/outlined/wifi_off.svg diff --git a/projects/icons-material/src/outlined/wifi_password.svg b/projects/icons-material/src/material/outlined/wifi_password.svg similarity index 100% rename from projects/icons-material/src/outlined/wifi_password.svg rename to projects/icons-material/src/material/outlined/wifi_password.svg diff --git a/projects/icons-material/src/outlined/wifi_protected_setup.svg b/projects/icons-material/src/material/outlined/wifi_protected_setup.svg similarity index 100% rename from projects/icons-material/src/outlined/wifi_protected_setup.svg rename to projects/icons-material/src/material/outlined/wifi_protected_setup.svg diff --git a/projects/icons-material/src/outlined/wifi_tethering.svg b/projects/icons-material/src/material/outlined/wifi_tethering.svg similarity index 100% rename from projects/icons-material/src/outlined/wifi_tethering.svg rename to projects/icons-material/src/material/outlined/wifi_tethering.svg diff --git a/projects/icons-material/src/outlined/wifi_tethering_error.svg b/projects/icons-material/src/material/outlined/wifi_tethering_error.svg similarity index 100% rename from projects/icons-material/src/outlined/wifi_tethering_error.svg rename to projects/icons-material/src/material/outlined/wifi_tethering_error.svg diff --git a/projects/icons-material/src/outlined/wifi_tethering_off.svg b/projects/icons-material/src/material/outlined/wifi_tethering_off.svg similarity index 100% rename from projects/icons-material/src/outlined/wifi_tethering_off.svg rename to projects/icons-material/src/material/outlined/wifi_tethering_off.svg diff --git a/projects/icons-material/src/outlined/wind_power.svg b/projects/icons-material/src/material/outlined/wind_power.svg similarity index 100% rename from projects/icons-material/src/outlined/wind_power.svg rename to projects/icons-material/src/material/outlined/wind_power.svg diff --git a/projects/icons-material/src/outlined/window.svg b/projects/icons-material/src/material/outlined/window.svg similarity index 100% rename from projects/icons-material/src/outlined/window.svg rename to projects/icons-material/src/material/outlined/window.svg diff --git a/projects/icons-material/src/outlined/wine_bar.svg b/projects/icons-material/src/material/outlined/wine_bar.svg similarity index 100% rename from projects/icons-material/src/outlined/wine_bar.svg rename to projects/icons-material/src/material/outlined/wine_bar.svg diff --git a/projects/icons-material/src/outlined/woman.svg b/projects/icons-material/src/material/outlined/woman.svg similarity index 100% rename from projects/icons-material/src/outlined/woman.svg rename to projects/icons-material/src/material/outlined/woman.svg diff --git a/projects/icons-material/src/outlined/woman_2.svg b/projects/icons-material/src/material/outlined/woman_2.svg similarity index 100% rename from projects/icons-material/src/outlined/woman_2.svg rename to projects/icons-material/src/material/outlined/woman_2.svg diff --git a/projects/icons-material/src/outlined/work.svg b/projects/icons-material/src/material/outlined/work.svg similarity index 100% rename from projects/icons-material/src/outlined/work.svg rename to projects/icons-material/src/material/outlined/work.svg diff --git a/projects/icons-material/src/outlined/work_history.svg b/projects/icons-material/src/material/outlined/work_history.svg similarity index 100% rename from projects/icons-material/src/outlined/work_history.svg rename to projects/icons-material/src/material/outlined/work_history.svg diff --git a/projects/icons-material/src/outlined/work_off.svg b/projects/icons-material/src/material/outlined/work_off.svg similarity index 100% rename from projects/icons-material/src/outlined/work_off.svg rename to projects/icons-material/src/material/outlined/work_off.svg diff --git a/projects/icons-material/src/outlined/work_outline.svg b/projects/icons-material/src/material/outlined/work_outline.svg similarity index 100% rename from projects/icons-material/src/outlined/work_outline.svg rename to projects/icons-material/src/material/outlined/work_outline.svg diff --git a/projects/icons-material/src/outlined/workspace_premium.svg b/projects/icons-material/src/material/outlined/workspace_premium.svg similarity index 100% rename from projects/icons-material/src/outlined/workspace_premium.svg rename to projects/icons-material/src/material/outlined/workspace_premium.svg diff --git a/projects/icons-material/src/outlined/workspaces.svg b/projects/icons-material/src/material/outlined/workspaces.svg similarity index 100% rename from projects/icons-material/src/outlined/workspaces.svg rename to projects/icons-material/src/material/outlined/workspaces.svg diff --git a/projects/icons-material/src/outlined/wrap_text.svg b/projects/icons-material/src/material/outlined/wrap_text.svg similarity index 100% rename from projects/icons-material/src/outlined/wrap_text.svg rename to projects/icons-material/src/material/outlined/wrap_text.svg diff --git a/projects/icons-material/src/outlined/wrong_location.svg b/projects/icons-material/src/material/outlined/wrong_location.svg similarity index 100% rename from projects/icons-material/src/outlined/wrong_location.svg rename to projects/icons-material/src/material/outlined/wrong_location.svg diff --git a/projects/icons-material/src/outlined/wysiwyg.svg b/projects/icons-material/src/material/outlined/wysiwyg.svg similarity index 100% rename from projects/icons-material/src/outlined/wysiwyg.svg rename to projects/icons-material/src/material/outlined/wysiwyg.svg diff --git a/projects/icons-material/src/outlined/yard.svg b/projects/icons-material/src/material/outlined/yard.svg similarity index 100% rename from projects/icons-material/src/outlined/yard.svg rename to projects/icons-material/src/material/outlined/yard.svg diff --git a/projects/icons-material/src/outlined/youtube_searched_for.svg b/projects/icons-material/src/material/outlined/youtube_searched_for.svg similarity index 100% rename from projects/icons-material/src/outlined/youtube_searched_for.svg rename to projects/icons-material/src/material/outlined/youtube_searched_for.svg diff --git a/projects/icons-material/src/outlined/zoom_in.svg b/projects/icons-material/src/material/outlined/zoom_in.svg similarity index 100% rename from projects/icons-material/src/outlined/zoom_in.svg rename to projects/icons-material/src/material/outlined/zoom_in.svg diff --git a/projects/icons-material/src/outlined/zoom_in_map.svg b/projects/icons-material/src/material/outlined/zoom_in_map.svg similarity index 100% rename from projects/icons-material/src/outlined/zoom_in_map.svg rename to projects/icons-material/src/material/outlined/zoom_in_map.svg diff --git a/projects/icons-material/src/outlined/zoom_out.svg b/projects/icons-material/src/material/outlined/zoom_out.svg similarity index 100% rename from projects/icons-material/src/outlined/zoom_out.svg rename to projects/icons-material/src/material/outlined/zoom_out.svg diff --git a/projects/icons-material/src/outlined/zoom_out_map.svg b/projects/icons-material/src/material/outlined/zoom_out_map.svg similarity index 100% rename from projects/icons-material/src/outlined/zoom_out_map.svg rename to projects/icons-material/src/material/outlined/zoom_out_map.svg diff --git a/projects/icons-material/src/round/10k.svg b/projects/icons-material/src/material/round/10k.svg similarity index 100% rename from projects/icons-material/src/round/10k.svg rename to projects/icons-material/src/material/round/10k.svg diff --git a/projects/icons-material/src/round/10mp.svg b/projects/icons-material/src/material/round/10mp.svg similarity index 100% rename from projects/icons-material/src/round/10mp.svg rename to projects/icons-material/src/material/round/10mp.svg diff --git a/projects/icons-material/src/round/11mp.svg b/projects/icons-material/src/material/round/11mp.svg similarity index 100% rename from projects/icons-material/src/round/11mp.svg rename to projects/icons-material/src/material/round/11mp.svg diff --git a/projects/icons-material/src/round/123.svg b/projects/icons-material/src/material/round/123.svg similarity index 100% rename from projects/icons-material/src/round/123.svg rename to projects/icons-material/src/material/round/123.svg diff --git a/projects/icons-material/src/round/12mp.svg b/projects/icons-material/src/material/round/12mp.svg similarity index 100% rename from projects/icons-material/src/round/12mp.svg rename to projects/icons-material/src/material/round/12mp.svg diff --git a/projects/icons-material/src/round/13mp.svg b/projects/icons-material/src/material/round/13mp.svg similarity index 100% rename from projects/icons-material/src/round/13mp.svg rename to projects/icons-material/src/material/round/13mp.svg diff --git a/projects/icons-material/src/round/14mp.svg b/projects/icons-material/src/material/round/14mp.svg similarity index 100% rename from projects/icons-material/src/round/14mp.svg rename to projects/icons-material/src/material/round/14mp.svg diff --git a/projects/icons-material/src/round/15mp.svg b/projects/icons-material/src/material/round/15mp.svg similarity index 100% rename from projects/icons-material/src/round/15mp.svg rename to projects/icons-material/src/material/round/15mp.svg diff --git a/projects/icons-material/src/round/16mp.svg b/projects/icons-material/src/material/round/16mp.svg similarity index 100% rename from projects/icons-material/src/round/16mp.svg rename to projects/icons-material/src/material/round/16mp.svg diff --git a/projects/icons-material/src/round/17mp.svg b/projects/icons-material/src/material/round/17mp.svg similarity index 100% rename from projects/icons-material/src/round/17mp.svg rename to projects/icons-material/src/material/round/17mp.svg diff --git a/projects/icons-material/src/round/18_up_rating.svg b/projects/icons-material/src/material/round/18_up_rating.svg similarity index 100% rename from projects/icons-material/src/round/18_up_rating.svg rename to projects/icons-material/src/material/round/18_up_rating.svg diff --git a/projects/icons-material/src/round/18mp.svg b/projects/icons-material/src/material/round/18mp.svg similarity index 100% rename from projects/icons-material/src/round/18mp.svg rename to projects/icons-material/src/material/round/18mp.svg diff --git a/projects/icons-material/src/round/19mp.svg b/projects/icons-material/src/material/round/19mp.svg similarity index 100% rename from projects/icons-material/src/round/19mp.svg rename to projects/icons-material/src/material/round/19mp.svg diff --git a/projects/icons-material/src/round/1k.svg b/projects/icons-material/src/material/round/1k.svg similarity index 100% rename from projects/icons-material/src/round/1k.svg rename to projects/icons-material/src/material/round/1k.svg diff --git a/projects/icons-material/src/round/1k_plus.svg b/projects/icons-material/src/material/round/1k_plus.svg similarity index 100% rename from projects/icons-material/src/round/1k_plus.svg rename to projects/icons-material/src/material/round/1k_plus.svg diff --git a/projects/icons-material/src/round/1x_mobiledata.svg b/projects/icons-material/src/material/round/1x_mobiledata.svg similarity index 100% rename from projects/icons-material/src/round/1x_mobiledata.svg rename to projects/icons-material/src/material/round/1x_mobiledata.svg diff --git a/projects/icons-material/src/round/20mp.svg b/projects/icons-material/src/material/round/20mp.svg similarity index 100% rename from projects/icons-material/src/round/20mp.svg rename to projects/icons-material/src/material/round/20mp.svg diff --git a/projects/icons-material/src/round/21mp.svg b/projects/icons-material/src/material/round/21mp.svg similarity index 100% rename from projects/icons-material/src/round/21mp.svg rename to projects/icons-material/src/material/round/21mp.svg diff --git a/projects/icons-material/src/round/22mp.svg b/projects/icons-material/src/material/round/22mp.svg similarity index 100% rename from projects/icons-material/src/round/22mp.svg rename to projects/icons-material/src/material/round/22mp.svg diff --git a/projects/icons-material/src/round/23mp.svg b/projects/icons-material/src/material/round/23mp.svg similarity index 100% rename from projects/icons-material/src/round/23mp.svg rename to projects/icons-material/src/material/round/23mp.svg diff --git a/projects/icons-material/src/round/24mp.svg b/projects/icons-material/src/material/round/24mp.svg similarity index 100% rename from projects/icons-material/src/round/24mp.svg rename to projects/icons-material/src/material/round/24mp.svg diff --git a/projects/icons-material/src/round/2k.svg b/projects/icons-material/src/material/round/2k.svg similarity index 100% rename from projects/icons-material/src/round/2k.svg rename to projects/icons-material/src/material/round/2k.svg diff --git a/projects/icons-material/src/round/2k_plus.svg b/projects/icons-material/src/material/round/2k_plus.svg similarity index 100% rename from projects/icons-material/src/round/2k_plus.svg rename to projects/icons-material/src/material/round/2k_plus.svg diff --git a/projects/icons-material/src/round/2mp.svg b/projects/icons-material/src/material/round/2mp.svg similarity index 100% rename from projects/icons-material/src/round/2mp.svg rename to projects/icons-material/src/material/round/2mp.svg diff --git a/projects/icons-material/src/round/30fps.svg b/projects/icons-material/src/material/round/30fps.svg similarity index 100% rename from projects/icons-material/src/round/30fps.svg rename to projects/icons-material/src/material/round/30fps.svg diff --git a/projects/icons-material/src/round/30fps_select.svg b/projects/icons-material/src/material/round/30fps_select.svg similarity index 100% rename from projects/icons-material/src/round/30fps_select.svg rename to projects/icons-material/src/material/round/30fps_select.svg diff --git a/projects/icons-material/src/round/360.svg b/projects/icons-material/src/material/round/360.svg similarity index 100% rename from projects/icons-material/src/round/360.svg rename to projects/icons-material/src/material/round/360.svg diff --git a/projects/icons-material/src/round/3d_rotation.svg b/projects/icons-material/src/material/round/3d_rotation.svg similarity index 100% rename from projects/icons-material/src/round/3d_rotation.svg rename to projects/icons-material/src/material/round/3d_rotation.svg diff --git a/projects/icons-material/src/round/3g_mobiledata.svg b/projects/icons-material/src/material/round/3g_mobiledata.svg similarity index 100% rename from projects/icons-material/src/round/3g_mobiledata.svg rename to projects/icons-material/src/material/round/3g_mobiledata.svg diff --git a/projects/icons-material/src/round/3k.svg b/projects/icons-material/src/material/round/3k.svg similarity index 100% rename from projects/icons-material/src/round/3k.svg rename to projects/icons-material/src/material/round/3k.svg diff --git a/projects/icons-material/src/round/3k_plus.svg b/projects/icons-material/src/material/round/3k_plus.svg similarity index 100% rename from projects/icons-material/src/round/3k_plus.svg rename to projects/icons-material/src/material/round/3k_plus.svg diff --git a/projects/icons-material/src/round/3mp.svg b/projects/icons-material/src/material/round/3mp.svg similarity index 100% rename from projects/icons-material/src/round/3mp.svg rename to projects/icons-material/src/material/round/3mp.svg diff --git a/projects/icons-material/src/round/3p.svg b/projects/icons-material/src/material/round/3p.svg similarity index 100% rename from projects/icons-material/src/round/3p.svg rename to projects/icons-material/src/material/round/3p.svg diff --git a/projects/icons-material/src/round/4g_mobiledata.svg b/projects/icons-material/src/material/round/4g_mobiledata.svg similarity index 100% rename from projects/icons-material/src/round/4g_mobiledata.svg rename to projects/icons-material/src/material/round/4g_mobiledata.svg diff --git a/projects/icons-material/src/round/4g_plus_mobiledata.svg b/projects/icons-material/src/material/round/4g_plus_mobiledata.svg similarity index 100% rename from projects/icons-material/src/round/4g_plus_mobiledata.svg rename to projects/icons-material/src/material/round/4g_plus_mobiledata.svg diff --git a/projects/icons-material/src/round/4k.svg b/projects/icons-material/src/material/round/4k.svg similarity index 100% rename from projects/icons-material/src/round/4k.svg rename to projects/icons-material/src/material/round/4k.svg diff --git a/projects/icons-material/src/round/4k_plus.svg b/projects/icons-material/src/material/round/4k_plus.svg similarity index 100% rename from projects/icons-material/src/round/4k_plus.svg rename to projects/icons-material/src/material/round/4k_plus.svg diff --git a/projects/icons-material/src/round/4mp.svg b/projects/icons-material/src/material/round/4mp.svg similarity index 100% rename from projects/icons-material/src/round/4mp.svg rename to projects/icons-material/src/material/round/4mp.svg diff --git a/projects/icons-material/src/round/5g.svg b/projects/icons-material/src/material/round/5g.svg similarity index 100% rename from projects/icons-material/src/round/5g.svg rename to projects/icons-material/src/material/round/5g.svg diff --git a/projects/icons-material/src/round/5k.svg b/projects/icons-material/src/material/round/5k.svg similarity index 100% rename from projects/icons-material/src/round/5k.svg rename to projects/icons-material/src/material/round/5k.svg diff --git a/projects/icons-material/src/round/5k_plus.svg b/projects/icons-material/src/material/round/5k_plus.svg similarity index 100% rename from projects/icons-material/src/round/5k_plus.svg rename to projects/icons-material/src/material/round/5k_plus.svg diff --git a/projects/icons-material/src/round/5mp.svg b/projects/icons-material/src/material/round/5mp.svg similarity index 100% rename from projects/icons-material/src/round/5mp.svg rename to projects/icons-material/src/material/round/5mp.svg diff --git a/projects/icons-material/src/round/60fps.svg b/projects/icons-material/src/material/round/60fps.svg similarity index 100% rename from projects/icons-material/src/round/60fps.svg rename to projects/icons-material/src/material/round/60fps.svg diff --git a/projects/icons-material/src/round/60fps_select.svg b/projects/icons-material/src/material/round/60fps_select.svg similarity index 100% rename from projects/icons-material/src/round/60fps_select.svg rename to projects/icons-material/src/material/round/60fps_select.svg diff --git a/projects/icons-material/src/round/6_ft_apart.svg b/projects/icons-material/src/material/round/6_ft_apart.svg similarity index 100% rename from projects/icons-material/src/round/6_ft_apart.svg rename to projects/icons-material/src/material/round/6_ft_apart.svg diff --git a/projects/icons-material/src/round/6k.svg b/projects/icons-material/src/material/round/6k.svg similarity index 100% rename from projects/icons-material/src/round/6k.svg rename to projects/icons-material/src/material/round/6k.svg diff --git a/projects/icons-material/src/round/6k_plus.svg b/projects/icons-material/src/material/round/6k_plus.svg similarity index 100% rename from projects/icons-material/src/round/6k_plus.svg rename to projects/icons-material/src/material/round/6k_plus.svg diff --git a/projects/icons-material/src/round/6mp.svg b/projects/icons-material/src/material/round/6mp.svg similarity index 100% rename from projects/icons-material/src/round/6mp.svg rename to projects/icons-material/src/material/round/6mp.svg diff --git a/projects/icons-material/src/round/7k.svg b/projects/icons-material/src/material/round/7k.svg similarity index 100% rename from projects/icons-material/src/round/7k.svg rename to projects/icons-material/src/material/round/7k.svg diff --git a/projects/icons-material/src/round/7k_plus.svg b/projects/icons-material/src/material/round/7k_plus.svg similarity index 100% rename from projects/icons-material/src/round/7k_plus.svg rename to projects/icons-material/src/material/round/7k_plus.svg diff --git a/projects/icons-material/src/round/7mp.svg b/projects/icons-material/src/material/round/7mp.svg similarity index 100% rename from projects/icons-material/src/round/7mp.svg rename to projects/icons-material/src/material/round/7mp.svg diff --git a/projects/icons-material/src/round/8k.svg b/projects/icons-material/src/material/round/8k.svg similarity index 100% rename from projects/icons-material/src/round/8k.svg rename to projects/icons-material/src/material/round/8k.svg diff --git a/projects/icons-material/src/round/8k_plus.svg b/projects/icons-material/src/material/round/8k_plus.svg similarity index 100% rename from projects/icons-material/src/round/8k_plus.svg rename to projects/icons-material/src/material/round/8k_plus.svg diff --git a/projects/icons-material/src/round/8mp.svg b/projects/icons-material/src/material/round/8mp.svg similarity index 100% rename from projects/icons-material/src/round/8mp.svg rename to projects/icons-material/src/material/round/8mp.svg diff --git a/projects/icons-material/src/round/9k.svg b/projects/icons-material/src/material/round/9k.svg similarity index 100% rename from projects/icons-material/src/round/9k.svg rename to projects/icons-material/src/material/round/9k.svg diff --git a/projects/icons-material/src/round/9k_plus.svg b/projects/icons-material/src/material/round/9k_plus.svg similarity index 100% rename from projects/icons-material/src/round/9k_plus.svg rename to projects/icons-material/src/material/round/9k_plus.svg diff --git a/projects/icons-material/src/round/9mp.svg b/projects/icons-material/src/material/round/9mp.svg similarity index 100% rename from projects/icons-material/src/round/9mp.svg rename to projects/icons-material/src/material/round/9mp.svg diff --git a/projects/icons-material/src/round/abc.svg b/projects/icons-material/src/material/round/abc.svg similarity index 100% rename from projects/icons-material/src/round/abc.svg rename to projects/icons-material/src/material/round/abc.svg diff --git a/projects/icons-material/src/round/ac_unit.svg b/projects/icons-material/src/material/round/ac_unit.svg similarity index 100% rename from projects/icons-material/src/round/ac_unit.svg rename to projects/icons-material/src/material/round/ac_unit.svg diff --git a/projects/icons-material/src/round/access_alarm.svg b/projects/icons-material/src/material/round/access_alarm.svg similarity index 100% rename from projects/icons-material/src/round/access_alarm.svg rename to projects/icons-material/src/material/round/access_alarm.svg diff --git a/projects/icons-material/src/round/access_alarms.svg b/projects/icons-material/src/material/round/access_alarms.svg similarity index 100% rename from projects/icons-material/src/round/access_alarms.svg rename to projects/icons-material/src/material/round/access_alarms.svg diff --git a/projects/icons-material/src/round/access_time.svg b/projects/icons-material/src/material/round/access_time.svg similarity index 100% rename from projects/icons-material/src/round/access_time.svg rename to projects/icons-material/src/material/round/access_time.svg diff --git a/projects/icons-material/src/round/access_time_filled.svg b/projects/icons-material/src/material/round/access_time_filled.svg similarity index 100% rename from projects/icons-material/src/round/access_time_filled.svg rename to projects/icons-material/src/material/round/access_time_filled.svg diff --git a/projects/icons-material/src/round/accessibility.svg b/projects/icons-material/src/material/round/accessibility.svg similarity index 100% rename from projects/icons-material/src/round/accessibility.svg rename to projects/icons-material/src/material/round/accessibility.svg diff --git a/projects/icons-material/src/round/accessibility_new.svg b/projects/icons-material/src/material/round/accessibility_new.svg similarity index 100% rename from projects/icons-material/src/round/accessibility_new.svg rename to projects/icons-material/src/material/round/accessibility_new.svg diff --git a/projects/icons-material/src/round/accessible.svg b/projects/icons-material/src/material/round/accessible.svg similarity index 100% rename from projects/icons-material/src/round/accessible.svg rename to projects/icons-material/src/material/round/accessible.svg diff --git a/projects/icons-material/src/round/accessible_forward.svg b/projects/icons-material/src/material/round/accessible_forward.svg similarity index 100% rename from projects/icons-material/src/round/accessible_forward.svg rename to projects/icons-material/src/material/round/accessible_forward.svg diff --git a/projects/icons-material/src/round/account_balance.svg b/projects/icons-material/src/material/round/account_balance.svg similarity index 100% rename from projects/icons-material/src/round/account_balance.svg rename to projects/icons-material/src/material/round/account_balance.svg diff --git a/projects/icons-material/src/round/account_balance_wallet.svg b/projects/icons-material/src/material/round/account_balance_wallet.svg similarity index 100% rename from projects/icons-material/src/round/account_balance_wallet.svg rename to projects/icons-material/src/material/round/account_balance_wallet.svg diff --git a/projects/icons-material/src/round/account_box.svg b/projects/icons-material/src/material/round/account_box.svg similarity index 100% rename from projects/icons-material/src/round/account_box.svg rename to projects/icons-material/src/material/round/account_box.svg diff --git a/projects/icons-material/src/round/account_circle.svg b/projects/icons-material/src/material/round/account_circle.svg similarity index 100% rename from projects/icons-material/src/round/account_circle.svg rename to projects/icons-material/src/material/round/account_circle.svg diff --git a/projects/icons-material/src/round/account_tree.svg b/projects/icons-material/src/material/round/account_tree.svg similarity index 100% rename from projects/icons-material/src/round/account_tree.svg rename to projects/icons-material/src/material/round/account_tree.svg diff --git a/projects/icons-material/src/round/ad_units.svg b/projects/icons-material/src/material/round/ad_units.svg similarity index 100% rename from projects/icons-material/src/round/ad_units.svg rename to projects/icons-material/src/material/round/ad_units.svg diff --git a/projects/icons-material/src/round/adb.svg b/projects/icons-material/src/material/round/adb.svg similarity index 100% rename from projects/icons-material/src/round/adb.svg rename to projects/icons-material/src/material/round/adb.svg diff --git a/projects/icons-material/src/round/add.svg b/projects/icons-material/src/material/round/add.svg similarity index 100% rename from projects/icons-material/src/round/add.svg rename to projects/icons-material/src/material/round/add.svg diff --git a/projects/icons-material/src/round/add_a_photo.svg b/projects/icons-material/src/material/round/add_a_photo.svg similarity index 100% rename from projects/icons-material/src/round/add_a_photo.svg rename to projects/icons-material/src/material/round/add_a_photo.svg diff --git a/projects/icons-material/src/round/add_alarm.svg b/projects/icons-material/src/material/round/add_alarm.svg similarity index 100% rename from projects/icons-material/src/round/add_alarm.svg rename to projects/icons-material/src/material/round/add_alarm.svg diff --git a/projects/icons-material/src/round/add_alert.svg b/projects/icons-material/src/material/round/add_alert.svg similarity index 100% rename from projects/icons-material/src/round/add_alert.svg rename to projects/icons-material/src/material/round/add_alert.svg diff --git a/projects/icons-material/src/round/add_box.svg b/projects/icons-material/src/material/round/add_box.svg similarity index 100% rename from projects/icons-material/src/round/add_box.svg rename to projects/icons-material/src/material/round/add_box.svg diff --git a/projects/icons-material/src/round/add_business.svg b/projects/icons-material/src/material/round/add_business.svg similarity index 100% rename from projects/icons-material/src/round/add_business.svg rename to projects/icons-material/src/material/round/add_business.svg diff --git a/projects/icons-material/src/round/add_card.svg b/projects/icons-material/src/material/round/add_card.svg similarity index 100% rename from projects/icons-material/src/round/add_card.svg rename to projects/icons-material/src/material/round/add_card.svg diff --git a/projects/icons-material/src/round/add_chart.svg b/projects/icons-material/src/material/round/add_chart.svg similarity index 100% rename from projects/icons-material/src/round/add_chart.svg rename to projects/icons-material/src/material/round/add_chart.svg diff --git a/projects/icons-material/src/round/add_circle.svg b/projects/icons-material/src/material/round/add_circle.svg similarity index 100% rename from projects/icons-material/src/round/add_circle.svg rename to projects/icons-material/src/material/round/add_circle.svg diff --git a/projects/icons-material/src/round/add_circle_outline.svg b/projects/icons-material/src/material/round/add_circle_outline.svg similarity index 100% rename from projects/icons-material/src/round/add_circle_outline.svg rename to projects/icons-material/src/material/round/add_circle_outline.svg diff --git a/projects/icons-material/src/round/add_comment.svg b/projects/icons-material/src/material/round/add_comment.svg similarity index 100% rename from projects/icons-material/src/round/add_comment.svg rename to projects/icons-material/src/material/round/add_comment.svg diff --git a/projects/icons-material/src/round/add_home.svg b/projects/icons-material/src/material/round/add_home.svg similarity index 100% rename from projects/icons-material/src/round/add_home.svg rename to projects/icons-material/src/material/round/add_home.svg diff --git a/projects/icons-material/src/round/add_home_work.svg b/projects/icons-material/src/material/round/add_home_work.svg similarity index 100% rename from projects/icons-material/src/round/add_home_work.svg rename to projects/icons-material/src/material/round/add_home_work.svg diff --git a/projects/icons-material/src/round/add_ic_call.svg b/projects/icons-material/src/material/round/add_ic_call.svg similarity index 100% rename from projects/icons-material/src/round/add_ic_call.svg rename to projects/icons-material/src/material/round/add_ic_call.svg diff --git a/projects/icons-material/src/round/add_link.svg b/projects/icons-material/src/material/round/add_link.svg similarity index 100% rename from projects/icons-material/src/round/add_link.svg rename to projects/icons-material/src/material/round/add_link.svg diff --git a/projects/icons-material/src/round/add_location.svg b/projects/icons-material/src/material/round/add_location.svg similarity index 100% rename from projects/icons-material/src/round/add_location.svg rename to projects/icons-material/src/material/round/add_location.svg diff --git a/projects/icons-material/src/round/add_location_alt.svg b/projects/icons-material/src/material/round/add_location_alt.svg similarity index 100% rename from projects/icons-material/src/round/add_location_alt.svg rename to projects/icons-material/src/material/round/add_location_alt.svg diff --git a/projects/icons-material/src/round/add_moderator.svg b/projects/icons-material/src/material/round/add_moderator.svg similarity index 100% rename from projects/icons-material/src/round/add_moderator.svg rename to projects/icons-material/src/material/round/add_moderator.svg diff --git a/projects/icons-material/src/round/add_photo_alternate.svg b/projects/icons-material/src/material/round/add_photo_alternate.svg similarity index 100% rename from projects/icons-material/src/round/add_photo_alternate.svg rename to projects/icons-material/src/material/round/add_photo_alternate.svg diff --git a/projects/icons-material/src/round/add_reaction.svg b/projects/icons-material/src/material/round/add_reaction.svg similarity index 100% rename from projects/icons-material/src/round/add_reaction.svg rename to projects/icons-material/src/material/round/add_reaction.svg diff --git a/projects/icons-material/src/round/add_road.svg b/projects/icons-material/src/material/round/add_road.svg similarity index 100% rename from projects/icons-material/src/round/add_road.svg rename to projects/icons-material/src/material/round/add_road.svg diff --git a/projects/icons-material/src/round/add_shopping_cart.svg b/projects/icons-material/src/material/round/add_shopping_cart.svg similarity index 100% rename from projects/icons-material/src/round/add_shopping_cart.svg rename to projects/icons-material/src/material/round/add_shopping_cart.svg diff --git a/projects/icons-material/src/round/add_task.svg b/projects/icons-material/src/material/round/add_task.svg similarity index 100% rename from projects/icons-material/src/round/add_task.svg rename to projects/icons-material/src/material/round/add_task.svg diff --git a/projects/icons-material/src/round/add_to_drive.svg b/projects/icons-material/src/material/round/add_to_drive.svg similarity index 100% rename from projects/icons-material/src/round/add_to_drive.svg rename to projects/icons-material/src/material/round/add_to_drive.svg diff --git a/projects/icons-material/src/round/add_to_home_screen.svg b/projects/icons-material/src/material/round/add_to_home_screen.svg similarity index 100% rename from projects/icons-material/src/round/add_to_home_screen.svg rename to projects/icons-material/src/material/round/add_to_home_screen.svg diff --git a/projects/icons-material/src/round/add_to_photos.svg b/projects/icons-material/src/material/round/add_to_photos.svg similarity index 100% rename from projects/icons-material/src/round/add_to_photos.svg rename to projects/icons-material/src/material/round/add_to_photos.svg diff --git a/projects/icons-material/src/round/add_to_queue.svg b/projects/icons-material/src/material/round/add_to_queue.svg similarity index 100% rename from projects/icons-material/src/round/add_to_queue.svg rename to projects/icons-material/src/material/round/add_to_queue.svg diff --git a/projects/icons-material/src/round/addchart.svg b/projects/icons-material/src/material/round/addchart.svg similarity index 100% rename from projects/icons-material/src/round/addchart.svg rename to projects/icons-material/src/material/round/addchart.svg diff --git a/projects/icons-material/src/round/adf_scanner.svg b/projects/icons-material/src/material/round/adf_scanner.svg similarity index 100% rename from projects/icons-material/src/round/adf_scanner.svg rename to projects/icons-material/src/material/round/adf_scanner.svg diff --git a/projects/icons-material/src/round/adjust.svg b/projects/icons-material/src/material/round/adjust.svg similarity index 100% rename from projects/icons-material/src/round/adjust.svg rename to projects/icons-material/src/material/round/adjust.svg diff --git a/projects/icons-material/src/round/admin_panel_settings.svg b/projects/icons-material/src/material/round/admin_panel_settings.svg similarity index 100% rename from projects/icons-material/src/round/admin_panel_settings.svg rename to projects/icons-material/src/material/round/admin_panel_settings.svg diff --git a/projects/icons-material/src/round/ads_click.svg b/projects/icons-material/src/material/round/ads_click.svg similarity index 100% rename from projects/icons-material/src/round/ads_click.svg rename to projects/icons-material/src/material/round/ads_click.svg diff --git a/projects/icons-material/src/round/agriculture.svg b/projects/icons-material/src/material/round/agriculture.svg similarity index 100% rename from projects/icons-material/src/round/agriculture.svg rename to projects/icons-material/src/material/round/agriculture.svg diff --git a/projects/icons-material/src/round/air.svg b/projects/icons-material/src/material/round/air.svg similarity index 100% rename from projects/icons-material/src/round/air.svg rename to projects/icons-material/src/material/round/air.svg diff --git a/projects/icons-material/src/round/airline_seat_flat.svg b/projects/icons-material/src/material/round/airline_seat_flat.svg similarity index 100% rename from projects/icons-material/src/round/airline_seat_flat.svg rename to projects/icons-material/src/material/round/airline_seat_flat.svg diff --git a/projects/icons-material/src/round/airline_seat_flat_angled.svg b/projects/icons-material/src/material/round/airline_seat_flat_angled.svg similarity index 100% rename from projects/icons-material/src/round/airline_seat_flat_angled.svg rename to projects/icons-material/src/material/round/airline_seat_flat_angled.svg diff --git a/projects/icons-material/src/round/airline_seat_individual_suite.svg b/projects/icons-material/src/material/round/airline_seat_individual_suite.svg similarity index 100% rename from projects/icons-material/src/round/airline_seat_individual_suite.svg rename to projects/icons-material/src/material/round/airline_seat_individual_suite.svg diff --git a/projects/icons-material/src/round/airline_seat_legroom_extra.svg b/projects/icons-material/src/material/round/airline_seat_legroom_extra.svg similarity index 100% rename from projects/icons-material/src/round/airline_seat_legroom_extra.svg rename to projects/icons-material/src/material/round/airline_seat_legroom_extra.svg diff --git a/projects/icons-material/src/round/airline_seat_legroom_normal.svg b/projects/icons-material/src/material/round/airline_seat_legroom_normal.svg similarity index 100% rename from projects/icons-material/src/round/airline_seat_legroom_normal.svg rename to projects/icons-material/src/material/round/airline_seat_legroom_normal.svg diff --git a/projects/icons-material/src/round/airline_seat_legroom_reduced.svg b/projects/icons-material/src/material/round/airline_seat_legroom_reduced.svg similarity index 100% rename from projects/icons-material/src/round/airline_seat_legroom_reduced.svg rename to projects/icons-material/src/material/round/airline_seat_legroom_reduced.svg diff --git a/projects/icons-material/src/round/airline_seat_recline_extra.svg b/projects/icons-material/src/material/round/airline_seat_recline_extra.svg similarity index 100% rename from projects/icons-material/src/round/airline_seat_recline_extra.svg rename to projects/icons-material/src/material/round/airline_seat_recline_extra.svg diff --git a/projects/icons-material/src/round/airline_seat_recline_normal.svg b/projects/icons-material/src/material/round/airline_seat_recline_normal.svg similarity index 100% rename from projects/icons-material/src/round/airline_seat_recline_normal.svg rename to projects/icons-material/src/material/round/airline_seat_recline_normal.svg diff --git a/projects/icons-material/src/round/airline_stops.svg b/projects/icons-material/src/material/round/airline_stops.svg similarity index 100% rename from projects/icons-material/src/round/airline_stops.svg rename to projects/icons-material/src/material/round/airline_stops.svg diff --git a/projects/icons-material/src/round/airlines.svg b/projects/icons-material/src/material/round/airlines.svg similarity index 100% rename from projects/icons-material/src/round/airlines.svg rename to projects/icons-material/src/material/round/airlines.svg diff --git a/projects/icons-material/src/round/airplane_ticket.svg b/projects/icons-material/src/material/round/airplane_ticket.svg similarity index 100% rename from projects/icons-material/src/round/airplane_ticket.svg rename to projects/icons-material/src/material/round/airplane_ticket.svg diff --git a/projects/icons-material/src/round/airplanemode_active.svg b/projects/icons-material/src/material/round/airplanemode_active.svg similarity index 100% rename from projects/icons-material/src/round/airplanemode_active.svg rename to projects/icons-material/src/material/round/airplanemode_active.svg diff --git a/projects/icons-material/src/round/airplanemode_inactive.svg b/projects/icons-material/src/material/round/airplanemode_inactive.svg similarity index 100% rename from projects/icons-material/src/round/airplanemode_inactive.svg rename to projects/icons-material/src/material/round/airplanemode_inactive.svg diff --git a/projects/icons-material/src/round/airplay.svg b/projects/icons-material/src/material/round/airplay.svg similarity index 100% rename from projects/icons-material/src/round/airplay.svg rename to projects/icons-material/src/material/round/airplay.svg diff --git a/projects/icons-material/src/round/airport_shuttle.svg b/projects/icons-material/src/material/round/airport_shuttle.svg similarity index 100% rename from projects/icons-material/src/round/airport_shuttle.svg rename to projects/icons-material/src/material/round/airport_shuttle.svg diff --git a/projects/icons-material/src/round/alarm.svg b/projects/icons-material/src/material/round/alarm.svg similarity index 100% rename from projects/icons-material/src/round/alarm.svg rename to projects/icons-material/src/material/round/alarm.svg diff --git a/projects/icons-material/src/round/alarm_add.svg b/projects/icons-material/src/material/round/alarm_add.svg similarity index 100% rename from projects/icons-material/src/round/alarm_add.svg rename to projects/icons-material/src/material/round/alarm_add.svg diff --git a/projects/icons-material/src/round/alarm_off.svg b/projects/icons-material/src/material/round/alarm_off.svg similarity index 100% rename from projects/icons-material/src/round/alarm_off.svg rename to projects/icons-material/src/material/round/alarm_off.svg diff --git a/projects/icons-material/src/round/alarm_on.svg b/projects/icons-material/src/material/round/alarm_on.svg similarity index 100% rename from projects/icons-material/src/round/alarm_on.svg rename to projects/icons-material/src/material/round/alarm_on.svg diff --git a/projects/icons-material/src/round/album.svg b/projects/icons-material/src/material/round/album.svg similarity index 100% rename from projects/icons-material/src/round/album.svg rename to projects/icons-material/src/material/round/album.svg diff --git a/projects/icons-material/src/round/align_horizontal_center.svg b/projects/icons-material/src/material/round/align_horizontal_center.svg similarity index 100% rename from projects/icons-material/src/round/align_horizontal_center.svg rename to projects/icons-material/src/material/round/align_horizontal_center.svg diff --git a/projects/icons-material/src/round/align_horizontal_left.svg b/projects/icons-material/src/material/round/align_horizontal_left.svg similarity index 100% rename from projects/icons-material/src/round/align_horizontal_left.svg rename to projects/icons-material/src/material/round/align_horizontal_left.svg diff --git a/projects/icons-material/src/round/align_horizontal_right.svg b/projects/icons-material/src/material/round/align_horizontal_right.svg similarity index 100% rename from projects/icons-material/src/round/align_horizontal_right.svg rename to projects/icons-material/src/material/round/align_horizontal_right.svg diff --git a/projects/icons-material/src/round/align_vertical_bottom.svg b/projects/icons-material/src/material/round/align_vertical_bottom.svg similarity index 100% rename from projects/icons-material/src/round/align_vertical_bottom.svg rename to projects/icons-material/src/material/round/align_vertical_bottom.svg diff --git a/projects/icons-material/src/round/align_vertical_center.svg b/projects/icons-material/src/material/round/align_vertical_center.svg similarity index 100% rename from projects/icons-material/src/round/align_vertical_center.svg rename to projects/icons-material/src/material/round/align_vertical_center.svg diff --git a/projects/icons-material/src/round/align_vertical_top.svg b/projects/icons-material/src/material/round/align_vertical_top.svg similarity index 100% rename from projects/icons-material/src/round/align_vertical_top.svg rename to projects/icons-material/src/material/round/align_vertical_top.svg diff --git a/projects/icons-material/src/round/all_inbox.svg b/projects/icons-material/src/material/round/all_inbox.svg similarity index 100% rename from projects/icons-material/src/round/all_inbox.svg rename to projects/icons-material/src/material/round/all_inbox.svg diff --git a/projects/icons-material/src/round/all_inclusive.svg b/projects/icons-material/src/material/round/all_inclusive.svg similarity index 100% rename from projects/icons-material/src/round/all_inclusive.svg rename to projects/icons-material/src/material/round/all_inclusive.svg diff --git a/projects/icons-material/src/round/all_out.svg b/projects/icons-material/src/material/round/all_out.svg similarity index 100% rename from projects/icons-material/src/round/all_out.svg rename to projects/icons-material/src/material/round/all_out.svg diff --git a/projects/icons-material/src/round/alt_route.svg b/projects/icons-material/src/material/round/alt_route.svg similarity index 100% rename from projects/icons-material/src/round/alt_route.svg rename to projects/icons-material/src/material/round/alt_route.svg diff --git a/projects/icons-material/src/round/alternate_email.svg b/projects/icons-material/src/material/round/alternate_email.svg similarity index 100% rename from projects/icons-material/src/round/alternate_email.svg rename to projects/icons-material/src/material/round/alternate_email.svg diff --git a/projects/icons-material/src/round/analytics.svg b/projects/icons-material/src/material/round/analytics.svg similarity index 100% rename from projects/icons-material/src/round/analytics.svg rename to projects/icons-material/src/material/round/analytics.svg diff --git a/projects/icons-material/src/round/anchor.svg b/projects/icons-material/src/material/round/anchor.svg similarity index 100% rename from projects/icons-material/src/round/anchor.svg rename to projects/icons-material/src/material/round/anchor.svg diff --git a/projects/icons-material/src/round/android.svg b/projects/icons-material/src/material/round/android.svg similarity index 100% rename from projects/icons-material/src/round/android.svg rename to projects/icons-material/src/material/round/android.svg diff --git a/projects/icons-material/src/round/animation.svg b/projects/icons-material/src/material/round/animation.svg similarity index 100% rename from projects/icons-material/src/round/animation.svg rename to projects/icons-material/src/material/round/animation.svg diff --git a/projects/icons-material/src/round/announcement.svg b/projects/icons-material/src/material/round/announcement.svg similarity index 100% rename from projects/icons-material/src/round/announcement.svg rename to projects/icons-material/src/material/round/announcement.svg diff --git a/projects/icons-material/src/round/aod.svg b/projects/icons-material/src/material/round/aod.svg similarity index 100% rename from projects/icons-material/src/round/aod.svg rename to projects/icons-material/src/material/round/aod.svg diff --git a/projects/icons-material/src/round/apartment.svg b/projects/icons-material/src/material/round/apartment.svg similarity index 100% rename from projects/icons-material/src/round/apartment.svg rename to projects/icons-material/src/material/round/apartment.svg diff --git a/projects/icons-material/src/round/api.svg b/projects/icons-material/src/material/round/api.svg similarity index 100% rename from projects/icons-material/src/round/api.svg rename to projects/icons-material/src/material/round/api.svg diff --git a/projects/icons-material/src/round/app_blocking.svg b/projects/icons-material/src/material/round/app_blocking.svg similarity index 100% rename from projects/icons-material/src/round/app_blocking.svg rename to projects/icons-material/src/material/round/app_blocking.svg diff --git a/projects/icons-material/src/round/app_registration.svg b/projects/icons-material/src/material/round/app_registration.svg similarity index 100% rename from projects/icons-material/src/round/app_registration.svg rename to projects/icons-material/src/material/round/app_registration.svg diff --git a/projects/icons-material/src/round/app_settings_alt.svg b/projects/icons-material/src/material/round/app_settings_alt.svg similarity index 100% rename from projects/icons-material/src/round/app_settings_alt.svg rename to projects/icons-material/src/material/round/app_settings_alt.svg diff --git a/projects/icons-material/src/round/app_shortcut.svg b/projects/icons-material/src/material/round/app_shortcut.svg similarity index 100% rename from projects/icons-material/src/round/app_shortcut.svg rename to projects/icons-material/src/material/round/app_shortcut.svg diff --git a/projects/icons-material/src/round/approval.svg b/projects/icons-material/src/material/round/approval.svg similarity index 100% rename from projects/icons-material/src/round/approval.svg rename to projects/icons-material/src/material/round/approval.svg diff --git a/projects/icons-material/src/round/apps.svg b/projects/icons-material/src/material/round/apps.svg similarity index 100% rename from projects/icons-material/src/round/apps.svg rename to projects/icons-material/src/material/round/apps.svg diff --git a/projects/icons-material/src/round/apps_outage.svg b/projects/icons-material/src/material/round/apps_outage.svg similarity index 100% rename from projects/icons-material/src/round/apps_outage.svg rename to projects/icons-material/src/material/round/apps_outage.svg diff --git a/projects/icons-material/src/round/architecture.svg b/projects/icons-material/src/material/round/architecture.svg similarity index 100% rename from projects/icons-material/src/round/architecture.svg rename to projects/icons-material/src/material/round/architecture.svg diff --git a/projects/icons-material/src/round/archive.svg b/projects/icons-material/src/material/round/archive.svg similarity index 100% rename from projects/icons-material/src/round/archive.svg rename to projects/icons-material/src/material/round/archive.svg diff --git a/projects/icons-material/src/round/area_chart.svg b/projects/icons-material/src/material/round/area_chart.svg similarity index 100% rename from projects/icons-material/src/round/area_chart.svg rename to projects/icons-material/src/material/round/area_chart.svg diff --git a/projects/icons-material/src/round/arrow_back.svg b/projects/icons-material/src/material/round/arrow_back.svg similarity index 100% rename from projects/icons-material/src/round/arrow_back.svg rename to projects/icons-material/src/material/round/arrow_back.svg diff --git a/projects/icons-material/src/round/arrow_back_ios.svg b/projects/icons-material/src/material/round/arrow_back_ios.svg similarity index 100% rename from projects/icons-material/src/round/arrow_back_ios.svg rename to projects/icons-material/src/material/round/arrow_back_ios.svg diff --git a/projects/icons-material/src/round/arrow_back_ios_new.svg b/projects/icons-material/src/material/round/arrow_back_ios_new.svg similarity index 100% rename from projects/icons-material/src/round/arrow_back_ios_new.svg rename to projects/icons-material/src/material/round/arrow_back_ios_new.svg diff --git a/projects/icons-material/src/round/arrow_circle_down.svg b/projects/icons-material/src/material/round/arrow_circle_down.svg similarity index 100% rename from projects/icons-material/src/round/arrow_circle_down.svg rename to projects/icons-material/src/material/round/arrow_circle_down.svg diff --git a/projects/icons-material/src/round/arrow_circle_left.svg b/projects/icons-material/src/material/round/arrow_circle_left.svg similarity index 100% rename from projects/icons-material/src/round/arrow_circle_left.svg rename to projects/icons-material/src/material/round/arrow_circle_left.svg diff --git a/projects/icons-material/src/round/arrow_circle_right.svg b/projects/icons-material/src/material/round/arrow_circle_right.svg similarity index 100% rename from projects/icons-material/src/round/arrow_circle_right.svg rename to projects/icons-material/src/material/round/arrow_circle_right.svg diff --git a/projects/icons-material/src/round/arrow_circle_up.svg b/projects/icons-material/src/material/round/arrow_circle_up.svg similarity index 100% rename from projects/icons-material/src/round/arrow_circle_up.svg rename to projects/icons-material/src/material/round/arrow_circle_up.svg diff --git a/projects/icons-material/src/round/arrow_downward.svg b/projects/icons-material/src/material/round/arrow_downward.svg similarity index 100% rename from projects/icons-material/src/round/arrow_downward.svg rename to projects/icons-material/src/material/round/arrow_downward.svg diff --git a/projects/icons-material/src/round/arrow_drop_down.svg b/projects/icons-material/src/material/round/arrow_drop_down.svg similarity index 100% rename from projects/icons-material/src/round/arrow_drop_down.svg rename to projects/icons-material/src/material/round/arrow_drop_down.svg diff --git a/projects/icons-material/src/round/arrow_drop_down_circle.svg b/projects/icons-material/src/material/round/arrow_drop_down_circle.svg similarity index 100% rename from projects/icons-material/src/round/arrow_drop_down_circle.svg rename to projects/icons-material/src/material/round/arrow_drop_down_circle.svg diff --git a/projects/icons-material/src/round/arrow_drop_up.svg b/projects/icons-material/src/material/round/arrow_drop_up.svg similarity index 100% rename from projects/icons-material/src/round/arrow_drop_up.svg rename to projects/icons-material/src/material/round/arrow_drop_up.svg diff --git a/projects/icons-material/src/round/arrow_forward.svg b/projects/icons-material/src/material/round/arrow_forward.svg similarity index 100% rename from projects/icons-material/src/round/arrow_forward.svg rename to projects/icons-material/src/material/round/arrow_forward.svg diff --git a/projects/icons-material/src/round/arrow_forward_ios.svg b/projects/icons-material/src/material/round/arrow_forward_ios.svg similarity index 100% rename from projects/icons-material/src/round/arrow_forward_ios.svg rename to projects/icons-material/src/material/round/arrow_forward_ios.svg diff --git a/projects/icons-material/src/round/arrow_left.svg b/projects/icons-material/src/material/round/arrow_left.svg similarity index 100% rename from projects/icons-material/src/round/arrow_left.svg rename to projects/icons-material/src/material/round/arrow_left.svg diff --git a/projects/icons-material/src/round/arrow_outward.svg b/projects/icons-material/src/material/round/arrow_outward.svg similarity index 100% rename from projects/icons-material/src/round/arrow_outward.svg rename to projects/icons-material/src/material/round/arrow_outward.svg diff --git a/projects/icons-material/src/round/arrow_right.svg b/projects/icons-material/src/material/round/arrow_right.svg similarity index 100% rename from projects/icons-material/src/round/arrow_right.svg rename to projects/icons-material/src/material/round/arrow_right.svg diff --git a/projects/icons-material/src/round/arrow_right_alt.svg b/projects/icons-material/src/material/round/arrow_right_alt.svg similarity index 100% rename from projects/icons-material/src/round/arrow_right_alt.svg rename to projects/icons-material/src/material/round/arrow_right_alt.svg diff --git a/projects/icons-material/src/round/arrow_upward.svg b/projects/icons-material/src/material/round/arrow_upward.svg similarity index 100% rename from projects/icons-material/src/round/arrow_upward.svg rename to projects/icons-material/src/material/round/arrow_upward.svg diff --git a/projects/icons-material/src/round/art_track.svg b/projects/icons-material/src/material/round/art_track.svg similarity index 100% rename from projects/icons-material/src/round/art_track.svg rename to projects/icons-material/src/material/round/art_track.svg diff --git a/projects/icons-material/src/round/article.svg b/projects/icons-material/src/material/round/article.svg similarity index 100% rename from projects/icons-material/src/round/article.svg rename to projects/icons-material/src/material/round/article.svg diff --git a/projects/icons-material/src/round/aspect_ratio.svg b/projects/icons-material/src/material/round/aspect_ratio.svg similarity index 100% rename from projects/icons-material/src/round/aspect_ratio.svg rename to projects/icons-material/src/material/round/aspect_ratio.svg diff --git a/projects/icons-material/src/round/assessment.svg b/projects/icons-material/src/material/round/assessment.svg similarity index 100% rename from projects/icons-material/src/round/assessment.svg rename to projects/icons-material/src/material/round/assessment.svg diff --git a/projects/icons-material/src/round/assignment.svg b/projects/icons-material/src/material/round/assignment.svg similarity index 100% rename from projects/icons-material/src/round/assignment.svg rename to projects/icons-material/src/material/round/assignment.svg diff --git a/projects/icons-material/src/round/assignment_ind.svg b/projects/icons-material/src/material/round/assignment_ind.svg similarity index 100% rename from projects/icons-material/src/round/assignment_ind.svg rename to projects/icons-material/src/material/round/assignment_ind.svg diff --git a/projects/icons-material/src/round/assignment_late.svg b/projects/icons-material/src/material/round/assignment_late.svg similarity index 100% rename from projects/icons-material/src/round/assignment_late.svg rename to projects/icons-material/src/material/round/assignment_late.svg diff --git a/projects/icons-material/src/round/assignment_return.svg b/projects/icons-material/src/material/round/assignment_return.svg similarity index 100% rename from projects/icons-material/src/round/assignment_return.svg rename to projects/icons-material/src/material/round/assignment_return.svg diff --git a/projects/icons-material/src/round/assignment_returned.svg b/projects/icons-material/src/material/round/assignment_returned.svg similarity index 100% rename from projects/icons-material/src/round/assignment_returned.svg rename to projects/icons-material/src/material/round/assignment_returned.svg diff --git a/projects/icons-material/src/round/assignment_turned_in.svg b/projects/icons-material/src/material/round/assignment_turned_in.svg similarity index 100% rename from projects/icons-material/src/round/assignment_turned_in.svg rename to projects/icons-material/src/material/round/assignment_turned_in.svg diff --git a/projects/icons-material/src/round/assist_walker.svg b/projects/icons-material/src/material/round/assist_walker.svg similarity index 100% rename from projects/icons-material/src/round/assist_walker.svg rename to projects/icons-material/src/material/round/assist_walker.svg diff --git a/projects/icons-material/src/round/assistant.svg b/projects/icons-material/src/material/round/assistant.svg similarity index 100% rename from projects/icons-material/src/round/assistant.svg rename to projects/icons-material/src/material/round/assistant.svg diff --git a/projects/icons-material/src/round/assistant_direction.svg b/projects/icons-material/src/material/round/assistant_direction.svg similarity index 100% rename from projects/icons-material/src/round/assistant_direction.svg rename to projects/icons-material/src/material/round/assistant_direction.svg diff --git a/projects/icons-material/src/round/assistant_photo.svg b/projects/icons-material/src/material/round/assistant_photo.svg similarity index 100% rename from projects/icons-material/src/round/assistant_photo.svg rename to projects/icons-material/src/material/round/assistant_photo.svg diff --git a/projects/icons-material/src/round/assured_workload.svg b/projects/icons-material/src/material/round/assured_workload.svg similarity index 100% rename from projects/icons-material/src/round/assured_workload.svg rename to projects/icons-material/src/material/round/assured_workload.svg diff --git a/projects/icons-material/src/round/atm.svg b/projects/icons-material/src/material/round/atm.svg similarity index 100% rename from projects/icons-material/src/round/atm.svg rename to projects/icons-material/src/material/round/atm.svg diff --git a/projects/icons-material/src/round/attach_email.svg b/projects/icons-material/src/material/round/attach_email.svg similarity index 100% rename from projects/icons-material/src/round/attach_email.svg rename to projects/icons-material/src/material/round/attach_email.svg diff --git a/projects/icons-material/src/round/attach_file.svg b/projects/icons-material/src/material/round/attach_file.svg similarity index 100% rename from projects/icons-material/src/round/attach_file.svg rename to projects/icons-material/src/material/round/attach_file.svg diff --git a/projects/icons-material/src/round/attach_money.svg b/projects/icons-material/src/material/round/attach_money.svg similarity index 100% rename from projects/icons-material/src/round/attach_money.svg rename to projects/icons-material/src/material/round/attach_money.svg diff --git a/projects/icons-material/src/round/attachment.svg b/projects/icons-material/src/material/round/attachment.svg similarity index 100% rename from projects/icons-material/src/round/attachment.svg rename to projects/icons-material/src/material/round/attachment.svg diff --git a/projects/icons-material/src/round/attractions.svg b/projects/icons-material/src/material/round/attractions.svg similarity index 100% rename from projects/icons-material/src/round/attractions.svg rename to projects/icons-material/src/material/round/attractions.svg diff --git a/projects/icons-material/src/round/attribution.svg b/projects/icons-material/src/material/round/attribution.svg similarity index 100% rename from projects/icons-material/src/round/attribution.svg rename to projects/icons-material/src/material/round/attribution.svg diff --git a/projects/icons-material/src/round/audio_file.svg b/projects/icons-material/src/material/round/audio_file.svg similarity index 100% rename from projects/icons-material/src/round/audio_file.svg rename to projects/icons-material/src/material/round/audio_file.svg diff --git a/projects/icons-material/src/round/audiotrack.svg b/projects/icons-material/src/material/round/audiotrack.svg similarity index 100% rename from projects/icons-material/src/round/audiotrack.svg rename to projects/icons-material/src/material/round/audiotrack.svg diff --git a/projects/icons-material/src/round/auto_awesome.svg b/projects/icons-material/src/material/round/auto_awesome.svg similarity index 100% rename from projects/icons-material/src/round/auto_awesome.svg rename to projects/icons-material/src/material/round/auto_awesome.svg diff --git a/projects/icons-material/src/round/auto_awesome_mosaic.svg b/projects/icons-material/src/material/round/auto_awesome_mosaic.svg similarity index 100% rename from projects/icons-material/src/round/auto_awesome_mosaic.svg rename to projects/icons-material/src/material/round/auto_awesome_mosaic.svg diff --git a/projects/icons-material/src/round/auto_awesome_motion.svg b/projects/icons-material/src/material/round/auto_awesome_motion.svg similarity index 100% rename from projects/icons-material/src/round/auto_awesome_motion.svg rename to projects/icons-material/src/material/round/auto_awesome_motion.svg diff --git a/projects/icons-material/src/round/auto_delete.svg b/projects/icons-material/src/material/round/auto_delete.svg similarity index 100% rename from projects/icons-material/src/round/auto_delete.svg rename to projects/icons-material/src/material/round/auto_delete.svg diff --git a/projects/icons-material/src/round/auto_fix_high.svg b/projects/icons-material/src/material/round/auto_fix_high.svg similarity index 100% rename from projects/icons-material/src/round/auto_fix_high.svg rename to projects/icons-material/src/material/round/auto_fix_high.svg diff --git a/projects/icons-material/src/round/auto_fix_normal.svg b/projects/icons-material/src/material/round/auto_fix_normal.svg similarity index 100% rename from projects/icons-material/src/round/auto_fix_normal.svg rename to projects/icons-material/src/material/round/auto_fix_normal.svg diff --git a/projects/icons-material/src/round/auto_fix_off.svg b/projects/icons-material/src/material/round/auto_fix_off.svg similarity index 100% rename from projects/icons-material/src/round/auto_fix_off.svg rename to projects/icons-material/src/material/round/auto_fix_off.svg diff --git a/projects/icons-material/src/round/auto_graph.svg b/projects/icons-material/src/material/round/auto_graph.svg similarity index 100% rename from projects/icons-material/src/round/auto_graph.svg rename to projects/icons-material/src/material/round/auto_graph.svg diff --git a/projects/icons-material/src/round/auto_mode.svg b/projects/icons-material/src/material/round/auto_mode.svg similarity index 100% rename from projects/icons-material/src/round/auto_mode.svg rename to projects/icons-material/src/material/round/auto_mode.svg diff --git a/projects/icons-material/src/round/auto_stories.svg b/projects/icons-material/src/material/round/auto_stories.svg similarity index 100% rename from projects/icons-material/src/round/auto_stories.svg rename to projects/icons-material/src/material/round/auto_stories.svg diff --git a/projects/icons-material/src/round/autofps_select.svg b/projects/icons-material/src/material/round/autofps_select.svg similarity index 100% rename from projects/icons-material/src/round/autofps_select.svg rename to projects/icons-material/src/material/round/autofps_select.svg diff --git a/projects/icons-material/src/round/autorenew.svg b/projects/icons-material/src/material/round/autorenew.svg similarity index 100% rename from projects/icons-material/src/round/autorenew.svg rename to projects/icons-material/src/material/round/autorenew.svg diff --git a/projects/icons-material/src/round/av_timer.svg b/projects/icons-material/src/material/round/av_timer.svg similarity index 100% rename from projects/icons-material/src/round/av_timer.svg rename to projects/icons-material/src/material/round/av_timer.svg diff --git a/projects/icons-material/src/round/baby_changing_station.svg b/projects/icons-material/src/material/round/baby_changing_station.svg similarity index 100% rename from projects/icons-material/src/round/baby_changing_station.svg rename to projects/icons-material/src/material/round/baby_changing_station.svg diff --git a/projects/icons-material/src/round/back_hand.svg b/projects/icons-material/src/material/round/back_hand.svg similarity index 100% rename from projects/icons-material/src/round/back_hand.svg rename to projects/icons-material/src/material/round/back_hand.svg diff --git a/projects/icons-material/src/round/backpack.svg b/projects/icons-material/src/material/round/backpack.svg similarity index 100% rename from projects/icons-material/src/round/backpack.svg rename to projects/icons-material/src/material/round/backpack.svg diff --git a/projects/icons-material/src/round/backspace.svg b/projects/icons-material/src/material/round/backspace.svg similarity index 100% rename from projects/icons-material/src/round/backspace.svg rename to projects/icons-material/src/material/round/backspace.svg diff --git a/projects/icons-material/src/round/backup.svg b/projects/icons-material/src/material/round/backup.svg similarity index 100% rename from projects/icons-material/src/round/backup.svg rename to projects/icons-material/src/material/round/backup.svg diff --git a/projects/icons-material/src/round/backup_table.svg b/projects/icons-material/src/material/round/backup_table.svg similarity index 100% rename from projects/icons-material/src/round/backup_table.svg rename to projects/icons-material/src/material/round/backup_table.svg diff --git a/projects/icons-material/src/round/badge.svg b/projects/icons-material/src/material/round/badge.svg similarity index 100% rename from projects/icons-material/src/round/badge.svg rename to projects/icons-material/src/material/round/badge.svg diff --git a/projects/icons-material/src/round/bakery_dining.svg b/projects/icons-material/src/material/round/bakery_dining.svg similarity index 100% rename from projects/icons-material/src/round/bakery_dining.svg rename to projects/icons-material/src/material/round/bakery_dining.svg diff --git a/projects/icons-material/src/round/balance.svg b/projects/icons-material/src/material/round/balance.svg similarity index 100% rename from projects/icons-material/src/round/balance.svg rename to projects/icons-material/src/material/round/balance.svg diff --git a/projects/icons-material/src/round/balcony.svg b/projects/icons-material/src/material/round/balcony.svg similarity index 100% rename from projects/icons-material/src/round/balcony.svg rename to projects/icons-material/src/material/round/balcony.svg diff --git a/projects/icons-material/src/round/ballot.svg b/projects/icons-material/src/material/round/ballot.svg similarity index 100% rename from projects/icons-material/src/round/ballot.svg rename to projects/icons-material/src/material/round/ballot.svg diff --git a/projects/icons-material/src/round/bar_chart.svg b/projects/icons-material/src/material/round/bar_chart.svg similarity index 100% rename from projects/icons-material/src/round/bar_chart.svg rename to projects/icons-material/src/material/round/bar_chart.svg diff --git a/projects/icons-material/src/round/batch_prediction.svg b/projects/icons-material/src/material/round/batch_prediction.svg similarity index 100% rename from projects/icons-material/src/round/batch_prediction.svg rename to projects/icons-material/src/material/round/batch_prediction.svg diff --git a/projects/icons-material/src/round/bathroom.svg b/projects/icons-material/src/material/round/bathroom.svg similarity index 100% rename from projects/icons-material/src/round/bathroom.svg rename to projects/icons-material/src/material/round/bathroom.svg diff --git a/projects/icons-material/src/round/bathtub.svg b/projects/icons-material/src/material/round/bathtub.svg similarity index 100% rename from projects/icons-material/src/round/bathtub.svg rename to projects/icons-material/src/material/round/bathtub.svg diff --git a/projects/icons-material/src/round/battery_0_bar.svg b/projects/icons-material/src/material/round/battery_0_bar.svg similarity index 100% rename from projects/icons-material/src/round/battery_0_bar.svg rename to projects/icons-material/src/material/round/battery_0_bar.svg diff --git a/projects/icons-material/src/round/battery_1_bar.svg b/projects/icons-material/src/material/round/battery_1_bar.svg similarity index 100% rename from projects/icons-material/src/round/battery_1_bar.svg rename to projects/icons-material/src/material/round/battery_1_bar.svg diff --git a/projects/icons-material/src/round/battery_2_bar.svg b/projects/icons-material/src/material/round/battery_2_bar.svg similarity index 100% rename from projects/icons-material/src/round/battery_2_bar.svg rename to projects/icons-material/src/material/round/battery_2_bar.svg diff --git a/projects/icons-material/src/round/battery_3_bar.svg b/projects/icons-material/src/material/round/battery_3_bar.svg similarity index 100% rename from projects/icons-material/src/round/battery_3_bar.svg rename to projects/icons-material/src/material/round/battery_3_bar.svg diff --git a/projects/icons-material/src/round/battery_4_bar.svg b/projects/icons-material/src/material/round/battery_4_bar.svg similarity index 100% rename from projects/icons-material/src/round/battery_4_bar.svg rename to projects/icons-material/src/material/round/battery_4_bar.svg diff --git a/projects/icons-material/src/round/battery_5_bar.svg b/projects/icons-material/src/material/round/battery_5_bar.svg similarity index 100% rename from projects/icons-material/src/round/battery_5_bar.svg rename to projects/icons-material/src/material/round/battery_5_bar.svg diff --git a/projects/icons-material/src/round/battery_6_bar.svg b/projects/icons-material/src/material/round/battery_6_bar.svg similarity index 100% rename from projects/icons-material/src/round/battery_6_bar.svg rename to projects/icons-material/src/material/round/battery_6_bar.svg diff --git a/projects/icons-material/src/round/battery_alert.svg b/projects/icons-material/src/material/round/battery_alert.svg similarity index 100% rename from projects/icons-material/src/round/battery_alert.svg rename to projects/icons-material/src/material/round/battery_alert.svg diff --git a/projects/icons-material/src/round/battery_charging_full.svg b/projects/icons-material/src/material/round/battery_charging_full.svg similarity index 100% rename from projects/icons-material/src/round/battery_charging_full.svg rename to projects/icons-material/src/material/round/battery_charging_full.svg diff --git a/projects/icons-material/src/round/battery_full.svg b/projects/icons-material/src/material/round/battery_full.svg similarity index 100% rename from projects/icons-material/src/round/battery_full.svg rename to projects/icons-material/src/material/round/battery_full.svg diff --git a/projects/icons-material/src/round/battery_saver.svg b/projects/icons-material/src/material/round/battery_saver.svg similarity index 100% rename from projects/icons-material/src/round/battery_saver.svg rename to projects/icons-material/src/material/round/battery_saver.svg diff --git a/projects/icons-material/src/round/battery_std.svg b/projects/icons-material/src/material/round/battery_std.svg similarity index 100% rename from projects/icons-material/src/round/battery_std.svg rename to projects/icons-material/src/material/round/battery_std.svg diff --git a/projects/icons-material/src/round/battery_unknown.svg b/projects/icons-material/src/material/round/battery_unknown.svg similarity index 100% rename from projects/icons-material/src/round/battery_unknown.svg rename to projects/icons-material/src/material/round/battery_unknown.svg diff --git a/projects/icons-material/src/round/beach_access.svg b/projects/icons-material/src/material/round/beach_access.svg similarity index 100% rename from projects/icons-material/src/round/beach_access.svg rename to projects/icons-material/src/material/round/beach_access.svg diff --git a/projects/icons-material/src/round/bed.svg b/projects/icons-material/src/material/round/bed.svg similarity index 100% rename from projects/icons-material/src/round/bed.svg rename to projects/icons-material/src/material/round/bed.svg diff --git a/projects/icons-material/src/round/bedroom_baby.svg b/projects/icons-material/src/material/round/bedroom_baby.svg similarity index 100% rename from projects/icons-material/src/round/bedroom_baby.svg rename to projects/icons-material/src/material/round/bedroom_baby.svg diff --git a/projects/icons-material/src/round/bedroom_child.svg b/projects/icons-material/src/material/round/bedroom_child.svg similarity index 100% rename from projects/icons-material/src/round/bedroom_child.svg rename to projects/icons-material/src/material/round/bedroom_child.svg diff --git a/projects/icons-material/src/round/bedroom_parent.svg b/projects/icons-material/src/material/round/bedroom_parent.svg similarity index 100% rename from projects/icons-material/src/round/bedroom_parent.svg rename to projects/icons-material/src/material/round/bedroom_parent.svg diff --git a/projects/icons-material/src/round/bedtime.svg b/projects/icons-material/src/material/round/bedtime.svg similarity index 100% rename from projects/icons-material/src/round/bedtime.svg rename to projects/icons-material/src/material/round/bedtime.svg diff --git a/projects/icons-material/src/round/bedtime_off.svg b/projects/icons-material/src/material/round/bedtime_off.svg similarity index 100% rename from projects/icons-material/src/round/bedtime_off.svg rename to projects/icons-material/src/material/round/bedtime_off.svg diff --git a/projects/icons-material/src/round/beenhere.svg b/projects/icons-material/src/material/round/beenhere.svg similarity index 100% rename from projects/icons-material/src/round/beenhere.svg rename to projects/icons-material/src/material/round/beenhere.svg diff --git a/projects/icons-material/src/round/bento.svg b/projects/icons-material/src/material/round/bento.svg similarity index 100% rename from projects/icons-material/src/round/bento.svg rename to projects/icons-material/src/material/round/bento.svg diff --git a/projects/icons-material/src/round/bike_scooter.svg b/projects/icons-material/src/material/round/bike_scooter.svg similarity index 100% rename from projects/icons-material/src/round/bike_scooter.svg rename to projects/icons-material/src/material/round/bike_scooter.svg diff --git a/projects/icons-material/src/round/biotech.svg b/projects/icons-material/src/material/round/biotech.svg similarity index 100% rename from projects/icons-material/src/round/biotech.svg rename to projects/icons-material/src/material/round/biotech.svg diff --git a/projects/icons-material/src/round/blender.svg b/projects/icons-material/src/material/round/blender.svg similarity index 100% rename from projects/icons-material/src/round/blender.svg rename to projects/icons-material/src/material/round/blender.svg diff --git a/projects/icons-material/src/round/blind.svg b/projects/icons-material/src/material/round/blind.svg similarity index 100% rename from projects/icons-material/src/round/blind.svg rename to projects/icons-material/src/material/round/blind.svg diff --git a/projects/icons-material/src/round/blinds.svg b/projects/icons-material/src/material/round/blinds.svg similarity index 100% rename from projects/icons-material/src/round/blinds.svg rename to projects/icons-material/src/material/round/blinds.svg diff --git a/projects/icons-material/src/round/blinds_closed.svg b/projects/icons-material/src/material/round/blinds_closed.svg similarity index 100% rename from projects/icons-material/src/round/blinds_closed.svg rename to projects/icons-material/src/material/round/blinds_closed.svg diff --git a/projects/icons-material/src/round/block.svg b/projects/icons-material/src/material/round/block.svg similarity index 100% rename from projects/icons-material/src/round/block.svg rename to projects/icons-material/src/material/round/block.svg diff --git a/projects/icons-material/src/round/bloodtype.svg b/projects/icons-material/src/material/round/bloodtype.svg similarity index 100% rename from projects/icons-material/src/round/bloodtype.svg rename to projects/icons-material/src/material/round/bloodtype.svg diff --git a/projects/icons-material/src/round/bluetooth.svg b/projects/icons-material/src/material/round/bluetooth.svg similarity index 100% rename from projects/icons-material/src/round/bluetooth.svg rename to projects/icons-material/src/material/round/bluetooth.svg diff --git a/projects/icons-material/src/round/bluetooth_audio.svg b/projects/icons-material/src/material/round/bluetooth_audio.svg similarity index 100% rename from projects/icons-material/src/round/bluetooth_audio.svg rename to projects/icons-material/src/material/round/bluetooth_audio.svg diff --git a/projects/icons-material/src/round/bluetooth_connected.svg b/projects/icons-material/src/material/round/bluetooth_connected.svg similarity index 100% rename from projects/icons-material/src/round/bluetooth_connected.svg rename to projects/icons-material/src/material/round/bluetooth_connected.svg diff --git a/projects/icons-material/src/round/bluetooth_disabled.svg b/projects/icons-material/src/material/round/bluetooth_disabled.svg similarity index 100% rename from projects/icons-material/src/round/bluetooth_disabled.svg rename to projects/icons-material/src/material/round/bluetooth_disabled.svg diff --git a/projects/icons-material/src/round/bluetooth_drive.svg b/projects/icons-material/src/material/round/bluetooth_drive.svg similarity index 100% rename from projects/icons-material/src/round/bluetooth_drive.svg rename to projects/icons-material/src/material/round/bluetooth_drive.svg diff --git a/projects/icons-material/src/round/bluetooth_searching.svg b/projects/icons-material/src/material/round/bluetooth_searching.svg similarity index 100% rename from projects/icons-material/src/round/bluetooth_searching.svg rename to projects/icons-material/src/material/round/bluetooth_searching.svg diff --git a/projects/icons-material/src/round/blur_circular.svg b/projects/icons-material/src/material/round/blur_circular.svg similarity index 100% rename from projects/icons-material/src/round/blur_circular.svg rename to projects/icons-material/src/material/round/blur_circular.svg diff --git a/projects/icons-material/src/round/blur_linear.svg b/projects/icons-material/src/material/round/blur_linear.svg similarity index 100% rename from projects/icons-material/src/round/blur_linear.svg rename to projects/icons-material/src/material/round/blur_linear.svg diff --git a/projects/icons-material/src/round/blur_off.svg b/projects/icons-material/src/material/round/blur_off.svg similarity index 100% rename from projects/icons-material/src/round/blur_off.svg rename to projects/icons-material/src/material/round/blur_off.svg diff --git a/projects/icons-material/src/round/blur_on.svg b/projects/icons-material/src/material/round/blur_on.svg similarity index 100% rename from projects/icons-material/src/round/blur_on.svg rename to projects/icons-material/src/material/round/blur_on.svg diff --git a/projects/icons-material/src/round/bolt.svg b/projects/icons-material/src/material/round/bolt.svg similarity index 100% rename from projects/icons-material/src/round/bolt.svg rename to projects/icons-material/src/material/round/bolt.svg diff --git a/projects/icons-material/src/round/book.svg b/projects/icons-material/src/material/round/book.svg similarity index 100% rename from projects/icons-material/src/round/book.svg rename to projects/icons-material/src/material/round/book.svg diff --git a/projects/icons-material/src/round/book_online.svg b/projects/icons-material/src/material/round/book_online.svg similarity index 100% rename from projects/icons-material/src/round/book_online.svg rename to projects/icons-material/src/material/round/book_online.svg diff --git a/projects/icons-material/src/round/bookmark.svg b/projects/icons-material/src/material/round/bookmark.svg similarity index 100% rename from projects/icons-material/src/round/bookmark.svg rename to projects/icons-material/src/material/round/bookmark.svg diff --git a/projects/icons-material/src/round/bookmark_add.svg b/projects/icons-material/src/material/round/bookmark_add.svg similarity index 100% rename from projects/icons-material/src/round/bookmark_add.svg rename to projects/icons-material/src/material/round/bookmark_add.svg diff --git a/projects/icons-material/src/round/bookmark_added.svg b/projects/icons-material/src/material/round/bookmark_added.svg similarity index 100% rename from projects/icons-material/src/round/bookmark_added.svg rename to projects/icons-material/src/material/round/bookmark_added.svg diff --git a/projects/icons-material/src/round/bookmark_border.svg b/projects/icons-material/src/material/round/bookmark_border.svg similarity index 100% rename from projects/icons-material/src/round/bookmark_border.svg rename to projects/icons-material/src/material/round/bookmark_border.svg diff --git a/projects/icons-material/src/round/bookmark_remove.svg b/projects/icons-material/src/material/round/bookmark_remove.svg similarity index 100% rename from projects/icons-material/src/round/bookmark_remove.svg rename to projects/icons-material/src/material/round/bookmark_remove.svg diff --git a/projects/icons-material/src/round/bookmarks.svg b/projects/icons-material/src/material/round/bookmarks.svg similarity index 100% rename from projects/icons-material/src/round/bookmarks.svg rename to projects/icons-material/src/material/round/bookmarks.svg diff --git a/projects/icons-material/src/round/border_all.svg b/projects/icons-material/src/material/round/border_all.svg similarity index 100% rename from projects/icons-material/src/round/border_all.svg rename to projects/icons-material/src/material/round/border_all.svg diff --git a/projects/icons-material/src/round/border_bottom.svg b/projects/icons-material/src/material/round/border_bottom.svg similarity index 100% rename from projects/icons-material/src/round/border_bottom.svg rename to projects/icons-material/src/material/round/border_bottom.svg diff --git a/projects/icons-material/src/round/border_clear.svg b/projects/icons-material/src/material/round/border_clear.svg similarity index 100% rename from projects/icons-material/src/round/border_clear.svg rename to projects/icons-material/src/material/round/border_clear.svg diff --git a/projects/icons-material/src/round/border_color.svg b/projects/icons-material/src/material/round/border_color.svg similarity index 100% rename from projects/icons-material/src/round/border_color.svg rename to projects/icons-material/src/material/round/border_color.svg diff --git a/projects/icons-material/src/round/border_horizontal.svg b/projects/icons-material/src/material/round/border_horizontal.svg similarity index 100% rename from projects/icons-material/src/round/border_horizontal.svg rename to projects/icons-material/src/material/round/border_horizontal.svg diff --git a/projects/icons-material/src/round/border_inner.svg b/projects/icons-material/src/material/round/border_inner.svg similarity index 100% rename from projects/icons-material/src/round/border_inner.svg rename to projects/icons-material/src/material/round/border_inner.svg diff --git a/projects/icons-material/src/round/border_left.svg b/projects/icons-material/src/material/round/border_left.svg similarity index 100% rename from projects/icons-material/src/round/border_left.svg rename to projects/icons-material/src/material/round/border_left.svg diff --git a/projects/icons-material/src/round/border_outer.svg b/projects/icons-material/src/material/round/border_outer.svg similarity index 100% rename from projects/icons-material/src/round/border_outer.svg rename to projects/icons-material/src/material/round/border_outer.svg diff --git a/projects/icons-material/src/round/border_right.svg b/projects/icons-material/src/material/round/border_right.svg similarity index 100% rename from projects/icons-material/src/round/border_right.svg rename to projects/icons-material/src/material/round/border_right.svg diff --git a/projects/icons-material/src/round/border_style.svg b/projects/icons-material/src/material/round/border_style.svg similarity index 100% rename from projects/icons-material/src/round/border_style.svg rename to projects/icons-material/src/material/round/border_style.svg diff --git a/projects/icons-material/src/round/border_top.svg b/projects/icons-material/src/material/round/border_top.svg similarity index 100% rename from projects/icons-material/src/round/border_top.svg rename to projects/icons-material/src/material/round/border_top.svg diff --git a/projects/icons-material/src/round/border_vertical.svg b/projects/icons-material/src/material/round/border_vertical.svg similarity index 100% rename from projects/icons-material/src/round/border_vertical.svg rename to projects/icons-material/src/material/round/border_vertical.svg diff --git a/projects/icons-material/src/round/boy.svg b/projects/icons-material/src/material/round/boy.svg similarity index 100% rename from projects/icons-material/src/round/boy.svg rename to projects/icons-material/src/material/round/boy.svg diff --git a/projects/icons-material/src/round/branding_watermark.svg b/projects/icons-material/src/material/round/branding_watermark.svg similarity index 100% rename from projects/icons-material/src/round/branding_watermark.svg rename to projects/icons-material/src/material/round/branding_watermark.svg diff --git a/projects/icons-material/src/round/breakfast_dining.svg b/projects/icons-material/src/material/round/breakfast_dining.svg similarity index 100% rename from projects/icons-material/src/round/breakfast_dining.svg rename to projects/icons-material/src/material/round/breakfast_dining.svg diff --git a/projects/icons-material/src/round/brightness_1.svg b/projects/icons-material/src/material/round/brightness_1.svg similarity index 100% rename from projects/icons-material/src/round/brightness_1.svg rename to projects/icons-material/src/material/round/brightness_1.svg diff --git a/projects/icons-material/src/round/brightness_2.svg b/projects/icons-material/src/material/round/brightness_2.svg similarity index 100% rename from projects/icons-material/src/round/brightness_2.svg rename to projects/icons-material/src/material/round/brightness_2.svg diff --git a/projects/icons-material/src/round/brightness_3.svg b/projects/icons-material/src/material/round/brightness_3.svg similarity index 100% rename from projects/icons-material/src/round/brightness_3.svg rename to projects/icons-material/src/material/round/brightness_3.svg diff --git a/projects/icons-material/src/round/brightness_4.svg b/projects/icons-material/src/material/round/brightness_4.svg similarity index 100% rename from projects/icons-material/src/round/brightness_4.svg rename to projects/icons-material/src/material/round/brightness_4.svg diff --git a/projects/icons-material/src/round/brightness_5.svg b/projects/icons-material/src/material/round/brightness_5.svg similarity index 100% rename from projects/icons-material/src/round/brightness_5.svg rename to projects/icons-material/src/material/round/brightness_5.svg diff --git a/projects/icons-material/src/round/brightness_6.svg b/projects/icons-material/src/material/round/brightness_6.svg similarity index 100% rename from projects/icons-material/src/round/brightness_6.svg rename to projects/icons-material/src/material/round/brightness_6.svg diff --git a/projects/icons-material/src/round/brightness_7.svg b/projects/icons-material/src/material/round/brightness_7.svg similarity index 100% rename from projects/icons-material/src/round/brightness_7.svg rename to projects/icons-material/src/material/round/brightness_7.svg diff --git a/projects/icons-material/src/round/brightness_auto.svg b/projects/icons-material/src/material/round/brightness_auto.svg similarity index 100% rename from projects/icons-material/src/round/brightness_auto.svg rename to projects/icons-material/src/material/round/brightness_auto.svg diff --git a/projects/icons-material/src/round/brightness_high.svg b/projects/icons-material/src/material/round/brightness_high.svg similarity index 100% rename from projects/icons-material/src/round/brightness_high.svg rename to projects/icons-material/src/material/round/brightness_high.svg diff --git a/projects/icons-material/src/round/brightness_low.svg b/projects/icons-material/src/material/round/brightness_low.svg similarity index 100% rename from projects/icons-material/src/round/brightness_low.svg rename to projects/icons-material/src/material/round/brightness_low.svg diff --git a/projects/icons-material/src/round/brightness_medium.svg b/projects/icons-material/src/material/round/brightness_medium.svg similarity index 100% rename from projects/icons-material/src/round/brightness_medium.svg rename to projects/icons-material/src/material/round/brightness_medium.svg diff --git a/projects/icons-material/src/round/broadcast_on_home.svg b/projects/icons-material/src/material/round/broadcast_on_home.svg similarity index 100% rename from projects/icons-material/src/round/broadcast_on_home.svg rename to projects/icons-material/src/material/round/broadcast_on_home.svg diff --git a/projects/icons-material/src/round/broadcast_on_personal.svg b/projects/icons-material/src/material/round/broadcast_on_personal.svg similarity index 100% rename from projects/icons-material/src/round/broadcast_on_personal.svg rename to projects/icons-material/src/material/round/broadcast_on_personal.svg diff --git a/projects/icons-material/src/round/broken_image.svg b/projects/icons-material/src/material/round/broken_image.svg similarity index 100% rename from projects/icons-material/src/round/broken_image.svg rename to projects/icons-material/src/material/round/broken_image.svg diff --git a/projects/icons-material/src/round/browse_gallery.svg b/projects/icons-material/src/material/round/browse_gallery.svg similarity index 100% rename from projects/icons-material/src/round/browse_gallery.svg rename to projects/icons-material/src/material/round/browse_gallery.svg diff --git a/projects/icons-material/src/round/browser_not_supported.svg b/projects/icons-material/src/material/round/browser_not_supported.svg similarity index 100% rename from projects/icons-material/src/round/browser_not_supported.svg rename to projects/icons-material/src/material/round/browser_not_supported.svg diff --git a/projects/icons-material/src/round/browser_updated.svg b/projects/icons-material/src/material/round/browser_updated.svg similarity index 100% rename from projects/icons-material/src/round/browser_updated.svg rename to projects/icons-material/src/material/round/browser_updated.svg diff --git a/projects/icons-material/src/round/brunch_dining.svg b/projects/icons-material/src/material/round/brunch_dining.svg similarity index 100% rename from projects/icons-material/src/round/brunch_dining.svg rename to projects/icons-material/src/material/round/brunch_dining.svg diff --git a/projects/icons-material/src/round/brush.svg b/projects/icons-material/src/material/round/brush.svg similarity index 100% rename from projects/icons-material/src/round/brush.svg rename to projects/icons-material/src/material/round/brush.svg diff --git a/projects/icons-material/src/round/bubble_chart.svg b/projects/icons-material/src/material/round/bubble_chart.svg similarity index 100% rename from projects/icons-material/src/round/bubble_chart.svg rename to projects/icons-material/src/material/round/bubble_chart.svg diff --git a/projects/icons-material/src/round/bug_report.svg b/projects/icons-material/src/material/round/bug_report.svg similarity index 100% rename from projects/icons-material/src/round/bug_report.svg rename to projects/icons-material/src/material/round/bug_report.svg diff --git a/projects/icons-material/src/round/build.svg b/projects/icons-material/src/material/round/build.svg similarity index 100% rename from projects/icons-material/src/round/build.svg rename to projects/icons-material/src/material/round/build.svg diff --git a/projects/icons-material/src/round/build_circle.svg b/projects/icons-material/src/material/round/build_circle.svg similarity index 100% rename from projects/icons-material/src/round/build_circle.svg rename to projects/icons-material/src/material/round/build_circle.svg diff --git a/projects/icons-material/src/round/bungalow.svg b/projects/icons-material/src/material/round/bungalow.svg similarity index 100% rename from projects/icons-material/src/round/bungalow.svg rename to projects/icons-material/src/material/round/bungalow.svg diff --git a/projects/icons-material/src/round/burst_mode.svg b/projects/icons-material/src/material/round/burst_mode.svg similarity index 100% rename from projects/icons-material/src/round/burst_mode.svg rename to projects/icons-material/src/material/round/burst_mode.svg diff --git a/projects/icons-material/src/round/bus_alert.svg b/projects/icons-material/src/material/round/bus_alert.svg similarity index 100% rename from projects/icons-material/src/round/bus_alert.svg rename to projects/icons-material/src/material/round/bus_alert.svg diff --git a/projects/icons-material/src/round/business.svg b/projects/icons-material/src/material/round/business.svg similarity index 100% rename from projects/icons-material/src/round/business.svg rename to projects/icons-material/src/material/round/business.svg diff --git a/projects/icons-material/src/round/business_center.svg b/projects/icons-material/src/material/round/business_center.svg similarity index 100% rename from projects/icons-material/src/round/business_center.svg rename to projects/icons-material/src/material/round/business_center.svg diff --git a/projects/icons-material/src/round/cabin.svg b/projects/icons-material/src/material/round/cabin.svg similarity index 100% rename from projects/icons-material/src/round/cabin.svg rename to projects/icons-material/src/material/round/cabin.svg diff --git a/projects/icons-material/src/round/cable.svg b/projects/icons-material/src/material/round/cable.svg similarity index 100% rename from projects/icons-material/src/round/cable.svg rename to projects/icons-material/src/material/round/cable.svg diff --git a/projects/icons-material/src/round/cached.svg b/projects/icons-material/src/material/round/cached.svg similarity index 100% rename from projects/icons-material/src/round/cached.svg rename to projects/icons-material/src/material/round/cached.svg diff --git a/projects/icons-material/src/round/cake.svg b/projects/icons-material/src/material/round/cake.svg similarity index 100% rename from projects/icons-material/src/round/cake.svg rename to projects/icons-material/src/material/round/cake.svg diff --git a/projects/icons-material/src/round/calculate.svg b/projects/icons-material/src/material/round/calculate.svg similarity index 100% rename from projects/icons-material/src/round/calculate.svg rename to projects/icons-material/src/material/round/calculate.svg diff --git a/projects/icons-material/src/round/calendar_month.svg b/projects/icons-material/src/material/round/calendar_month.svg similarity index 100% rename from projects/icons-material/src/round/calendar_month.svg rename to projects/icons-material/src/material/round/calendar_month.svg diff --git a/projects/icons-material/src/round/calendar_today.svg b/projects/icons-material/src/material/round/calendar_today.svg similarity index 100% rename from projects/icons-material/src/round/calendar_today.svg rename to projects/icons-material/src/material/round/calendar_today.svg diff --git a/projects/icons-material/src/round/calendar_view_day.svg b/projects/icons-material/src/material/round/calendar_view_day.svg similarity index 100% rename from projects/icons-material/src/round/calendar_view_day.svg rename to projects/icons-material/src/material/round/calendar_view_day.svg diff --git a/projects/icons-material/src/round/calendar_view_month.svg b/projects/icons-material/src/material/round/calendar_view_month.svg similarity index 100% rename from projects/icons-material/src/round/calendar_view_month.svg rename to projects/icons-material/src/material/round/calendar_view_month.svg diff --git a/projects/icons-material/src/round/calendar_view_week.svg b/projects/icons-material/src/material/round/calendar_view_week.svg similarity index 100% rename from projects/icons-material/src/round/calendar_view_week.svg rename to projects/icons-material/src/material/round/calendar_view_week.svg diff --git a/projects/icons-material/src/round/call.svg b/projects/icons-material/src/material/round/call.svg similarity index 100% rename from projects/icons-material/src/round/call.svg rename to projects/icons-material/src/material/round/call.svg diff --git a/projects/icons-material/src/round/call_end.svg b/projects/icons-material/src/material/round/call_end.svg similarity index 100% rename from projects/icons-material/src/round/call_end.svg rename to projects/icons-material/src/material/round/call_end.svg diff --git a/projects/icons-material/src/round/call_made.svg b/projects/icons-material/src/material/round/call_made.svg similarity index 100% rename from projects/icons-material/src/round/call_made.svg rename to projects/icons-material/src/material/round/call_made.svg diff --git a/projects/icons-material/src/round/call_merge.svg b/projects/icons-material/src/material/round/call_merge.svg similarity index 100% rename from projects/icons-material/src/round/call_merge.svg rename to projects/icons-material/src/material/round/call_merge.svg diff --git a/projects/icons-material/src/round/call_missed.svg b/projects/icons-material/src/material/round/call_missed.svg similarity index 100% rename from projects/icons-material/src/round/call_missed.svg rename to projects/icons-material/src/material/round/call_missed.svg diff --git a/projects/icons-material/src/round/call_missed_outgoing.svg b/projects/icons-material/src/material/round/call_missed_outgoing.svg similarity index 100% rename from projects/icons-material/src/round/call_missed_outgoing.svg rename to projects/icons-material/src/material/round/call_missed_outgoing.svg diff --git a/projects/icons-material/src/round/call_received.svg b/projects/icons-material/src/material/round/call_received.svg similarity index 100% rename from projects/icons-material/src/round/call_received.svg rename to projects/icons-material/src/material/round/call_received.svg diff --git a/projects/icons-material/src/round/call_split.svg b/projects/icons-material/src/material/round/call_split.svg similarity index 100% rename from projects/icons-material/src/round/call_split.svg rename to projects/icons-material/src/material/round/call_split.svg diff --git a/projects/icons-material/src/round/call_to_action.svg b/projects/icons-material/src/material/round/call_to_action.svg similarity index 100% rename from projects/icons-material/src/round/call_to_action.svg rename to projects/icons-material/src/material/round/call_to_action.svg diff --git a/projects/icons-material/src/round/camera.svg b/projects/icons-material/src/material/round/camera.svg similarity index 100% rename from projects/icons-material/src/round/camera.svg rename to projects/icons-material/src/material/round/camera.svg diff --git a/projects/icons-material/src/round/camera_alt.svg b/projects/icons-material/src/material/round/camera_alt.svg similarity index 100% rename from projects/icons-material/src/round/camera_alt.svg rename to projects/icons-material/src/material/round/camera_alt.svg diff --git a/projects/icons-material/src/round/camera_enhance.svg b/projects/icons-material/src/material/round/camera_enhance.svg similarity index 100% rename from projects/icons-material/src/round/camera_enhance.svg rename to projects/icons-material/src/material/round/camera_enhance.svg diff --git a/projects/icons-material/src/round/camera_front.svg b/projects/icons-material/src/material/round/camera_front.svg similarity index 100% rename from projects/icons-material/src/round/camera_front.svg rename to projects/icons-material/src/material/round/camera_front.svg diff --git a/projects/icons-material/src/round/camera_indoor.svg b/projects/icons-material/src/material/round/camera_indoor.svg similarity index 100% rename from projects/icons-material/src/round/camera_indoor.svg rename to projects/icons-material/src/material/round/camera_indoor.svg diff --git a/projects/icons-material/src/round/camera_outdoor.svg b/projects/icons-material/src/material/round/camera_outdoor.svg similarity index 100% rename from projects/icons-material/src/round/camera_outdoor.svg rename to projects/icons-material/src/material/round/camera_outdoor.svg diff --git a/projects/icons-material/src/round/camera_rear.svg b/projects/icons-material/src/material/round/camera_rear.svg similarity index 100% rename from projects/icons-material/src/round/camera_rear.svg rename to projects/icons-material/src/material/round/camera_rear.svg diff --git a/projects/icons-material/src/round/camera_roll.svg b/projects/icons-material/src/material/round/camera_roll.svg similarity index 100% rename from projects/icons-material/src/round/camera_roll.svg rename to projects/icons-material/src/material/round/camera_roll.svg diff --git a/projects/icons-material/src/round/cameraswitch.svg b/projects/icons-material/src/material/round/cameraswitch.svg similarity index 100% rename from projects/icons-material/src/round/cameraswitch.svg rename to projects/icons-material/src/material/round/cameraswitch.svg diff --git a/projects/icons-material/src/round/campaign.svg b/projects/icons-material/src/material/round/campaign.svg similarity index 100% rename from projects/icons-material/src/round/campaign.svg rename to projects/icons-material/src/material/round/campaign.svg diff --git a/projects/icons-material/src/round/cancel.svg b/projects/icons-material/src/material/round/cancel.svg similarity index 100% rename from projects/icons-material/src/round/cancel.svg rename to projects/icons-material/src/material/round/cancel.svg diff --git a/projects/icons-material/src/round/cancel_presentation.svg b/projects/icons-material/src/material/round/cancel_presentation.svg similarity index 100% rename from projects/icons-material/src/round/cancel_presentation.svg rename to projects/icons-material/src/material/round/cancel_presentation.svg diff --git a/projects/icons-material/src/round/cancel_schedule_send.svg b/projects/icons-material/src/material/round/cancel_schedule_send.svg similarity index 100% rename from projects/icons-material/src/round/cancel_schedule_send.svg rename to projects/icons-material/src/material/round/cancel_schedule_send.svg diff --git a/projects/icons-material/src/round/candlestick_chart.svg b/projects/icons-material/src/material/round/candlestick_chart.svg similarity index 100% rename from projects/icons-material/src/round/candlestick_chart.svg rename to projects/icons-material/src/material/round/candlestick_chart.svg diff --git a/projects/icons-material/src/round/car_crash.svg b/projects/icons-material/src/material/round/car_crash.svg similarity index 100% rename from projects/icons-material/src/round/car_crash.svg rename to projects/icons-material/src/material/round/car_crash.svg diff --git a/projects/icons-material/src/round/car_rental.svg b/projects/icons-material/src/material/round/car_rental.svg similarity index 100% rename from projects/icons-material/src/round/car_rental.svg rename to projects/icons-material/src/material/round/car_rental.svg diff --git a/projects/icons-material/src/round/car_repair.svg b/projects/icons-material/src/material/round/car_repair.svg similarity index 100% rename from projects/icons-material/src/round/car_repair.svg rename to projects/icons-material/src/material/round/car_repair.svg diff --git a/projects/icons-material/src/round/card_giftcard.svg b/projects/icons-material/src/material/round/card_giftcard.svg similarity index 100% rename from projects/icons-material/src/round/card_giftcard.svg rename to projects/icons-material/src/material/round/card_giftcard.svg diff --git a/projects/icons-material/src/round/card_membership.svg b/projects/icons-material/src/material/round/card_membership.svg similarity index 100% rename from projects/icons-material/src/round/card_membership.svg rename to projects/icons-material/src/material/round/card_membership.svg diff --git a/projects/icons-material/src/round/card_travel.svg b/projects/icons-material/src/material/round/card_travel.svg similarity index 100% rename from projects/icons-material/src/round/card_travel.svg rename to projects/icons-material/src/material/round/card_travel.svg diff --git a/projects/icons-material/src/round/carpenter.svg b/projects/icons-material/src/material/round/carpenter.svg similarity index 100% rename from projects/icons-material/src/round/carpenter.svg rename to projects/icons-material/src/material/round/carpenter.svg diff --git a/projects/icons-material/src/round/cases.svg b/projects/icons-material/src/material/round/cases.svg similarity index 100% rename from projects/icons-material/src/round/cases.svg rename to projects/icons-material/src/material/round/cases.svg diff --git a/projects/icons-material/src/round/casino.svg b/projects/icons-material/src/material/round/casino.svg similarity index 100% rename from projects/icons-material/src/round/casino.svg rename to projects/icons-material/src/material/round/casino.svg diff --git a/projects/icons-material/src/round/cast.svg b/projects/icons-material/src/material/round/cast.svg similarity index 100% rename from projects/icons-material/src/round/cast.svg rename to projects/icons-material/src/material/round/cast.svg diff --git a/projects/icons-material/src/round/cast_connected.svg b/projects/icons-material/src/material/round/cast_connected.svg similarity index 100% rename from projects/icons-material/src/round/cast_connected.svg rename to projects/icons-material/src/material/round/cast_connected.svg diff --git a/projects/icons-material/src/round/cast_for_education.svg b/projects/icons-material/src/material/round/cast_for_education.svg similarity index 100% rename from projects/icons-material/src/round/cast_for_education.svg rename to projects/icons-material/src/material/round/cast_for_education.svg diff --git a/projects/icons-material/src/round/castle.svg b/projects/icons-material/src/material/round/castle.svg similarity index 100% rename from projects/icons-material/src/round/castle.svg rename to projects/icons-material/src/material/round/castle.svg diff --git a/projects/icons-material/src/round/catching_pokemon.svg b/projects/icons-material/src/material/round/catching_pokemon.svg similarity index 100% rename from projects/icons-material/src/round/catching_pokemon.svg rename to projects/icons-material/src/material/round/catching_pokemon.svg diff --git a/projects/icons-material/src/round/category.svg b/projects/icons-material/src/material/round/category.svg similarity index 100% rename from projects/icons-material/src/round/category.svg rename to projects/icons-material/src/material/round/category.svg diff --git a/projects/icons-material/src/round/celebration.svg b/projects/icons-material/src/material/round/celebration.svg similarity index 100% rename from projects/icons-material/src/round/celebration.svg rename to projects/icons-material/src/material/round/celebration.svg diff --git a/projects/icons-material/src/round/cell_tower.svg b/projects/icons-material/src/material/round/cell_tower.svg similarity index 100% rename from projects/icons-material/src/round/cell_tower.svg rename to projects/icons-material/src/material/round/cell_tower.svg diff --git a/projects/icons-material/src/round/cell_wifi.svg b/projects/icons-material/src/material/round/cell_wifi.svg similarity index 100% rename from projects/icons-material/src/round/cell_wifi.svg rename to projects/icons-material/src/material/round/cell_wifi.svg diff --git a/projects/icons-material/src/round/center_focus_strong.svg b/projects/icons-material/src/material/round/center_focus_strong.svg similarity index 100% rename from projects/icons-material/src/round/center_focus_strong.svg rename to projects/icons-material/src/material/round/center_focus_strong.svg diff --git a/projects/icons-material/src/round/center_focus_weak.svg b/projects/icons-material/src/material/round/center_focus_weak.svg similarity index 100% rename from projects/icons-material/src/round/center_focus_weak.svg rename to projects/icons-material/src/material/round/center_focus_weak.svg diff --git a/projects/icons-material/src/round/chair.svg b/projects/icons-material/src/material/round/chair.svg similarity index 100% rename from projects/icons-material/src/round/chair.svg rename to projects/icons-material/src/material/round/chair.svg diff --git a/projects/icons-material/src/round/chair_alt.svg b/projects/icons-material/src/material/round/chair_alt.svg similarity index 100% rename from projects/icons-material/src/round/chair_alt.svg rename to projects/icons-material/src/material/round/chair_alt.svg diff --git a/projects/icons-material/src/round/chalet.svg b/projects/icons-material/src/material/round/chalet.svg similarity index 100% rename from projects/icons-material/src/round/chalet.svg rename to projects/icons-material/src/material/round/chalet.svg diff --git a/projects/icons-material/src/round/change_circle.svg b/projects/icons-material/src/material/round/change_circle.svg similarity index 100% rename from projects/icons-material/src/round/change_circle.svg rename to projects/icons-material/src/material/round/change_circle.svg diff --git a/projects/icons-material/src/round/change_history.svg b/projects/icons-material/src/material/round/change_history.svg similarity index 100% rename from projects/icons-material/src/round/change_history.svg rename to projects/icons-material/src/material/round/change_history.svg diff --git a/projects/icons-material/src/round/charging_station.svg b/projects/icons-material/src/material/round/charging_station.svg similarity index 100% rename from projects/icons-material/src/round/charging_station.svg rename to projects/icons-material/src/material/round/charging_station.svg diff --git a/projects/icons-material/src/round/chat.svg b/projects/icons-material/src/material/round/chat.svg similarity index 100% rename from projects/icons-material/src/round/chat.svg rename to projects/icons-material/src/material/round/chat.svg diff --git a/projects/icons-material/src/round/chat_bubble.svg b/projects/icons-material/src/material/round/chat_bubble.svg similarity index 100% rename from projects/icons-material/src/round/chat_bubble.svg rename to projects/icons-material/src/material/round/chat_bubble.svg diff --git a/projects/icons-material/src/round/chat_bubble_outline.svg b/projects/icons-material/src/material/round/chat_bubble_outline.svg similarity index 100% rename from projects/icons-material/src/round/chat_bubble_outline.svg rename to projects/icons-material/src/material/round/chat_bubble_outline.svg diff --git a/projects/icons-material/src/round/check.svg b/projects/icons-material/src/material/round/check.svg similarity index 100% rename from projects/icons-material/src/round/check.svg rename to projects/icons-material/src/material/round/check.svg diff --git a/projects/icons-material/src/round/check_box.svg b/projects/icons-material/src/material/round/check_box.svg similarity index 100% rename from projects/icons-material/src/round/check_box.svg rename to projects/icons-material/src/material/round/check_box.svg diff --git a/projects/icons-material/src/round/check_box_outline_blank.svg b/projects/icons-material/src/material/round/check_box_outline_blank.svg similarity index 100% rename from projects/icons-material/src/round/check_box_outline_blank.svg rename to projects/icons-material/src/material/round/check_box_outline_blank.svg diff --git a/projects/icons-material/src/round/check_circle.svg b/projects/icons-material/src/material/round/check_circle.svg similarity index 100% rename from projects/icons-material/src/round/check_circle.svg rename to projects/icons-material/src/material/round/check_circle.svg diff --git a/projects/icons-material/src/round/check_circle_outline.svg b/projects/icons-material/src/material/round/check_circle_outline.svg similarity index 100% rename from projects/icons-material/src/round/check_circle_outline.svg rename to projects/icons-material/src/material/round/check_circle_outline.svg diff --git a/projects/icons-material/src/round/checklist.svg b/projects/icons-material/src/material/round/checklist.svg similarity index 100% rename from projects/icons-material/src/round/checklist.svg rename to projects/icons-material/src/material/round/checklist.svg diff --git a/projects/icons-material/src/round/checklist_rtl.svg b/projects/icons-material/src/material/round/checklist_rtl.svg similarity index 100% rename from projects/icons-material/src/round/checklist_rtl.svg rename to projects/icons-material/src/material/round/checklist_rtl.svg diff --git a/projects/icons-material/src/round/checkroom.svg b/projects/icons-material/src/material/round/checkroom.svg similarity index 100% rename from projects/icons-material/src/round/checkroom.svg rename to projects/icons-material/src/material/round/checkroom.svg diff --git a/projects/icons-material/src/round/chevron_left.svg b/projects/icons-material/src/material/round/chevron_left.svg similarity index 100% rename from projects/icons-material/src/round/chevron_left.svg rename to projects/icons-material/src/material/round/chevron_left.svg diff --git a/projects/icons-material/src/round/chevron_right.svg b/projects/icons-material/src/material/round/chevron_right.svg similarity index 100% rename from projects/icons-material/src/round/chevron_right.svg rename to projects/icons-material/src/material/round/chevron_right.svg diff --git a/projects/icons-material/src/round/child_care.svg b/projects/icons-material/src/material/round/child_care.svg similarity index 100% rename from projects/icons-material/src/round/child_care.svg rename to projects/icons-material/src/material/round/child_care.svg diff --git a/projects/icons-material/src/round/child_friendly.svg b/projects/icons-material/src/material/round/child_friendly.svg similarity index 100% rename from projects/icons-material/src/round/child_friendly.svg rename to projects/icons-material/src/material/round/child_friendly.svg diff --git a/projects/icons-material/src/round/chrome_reader_mode.svg b/projects/icons-material/src/material/round/chrome_reader_mode.svg similarity index 100% rename from projects/icons-material/src/round/chrome_reader_mode.svg rename to projects/icons-material/src/material/round/chrome_reader_mode.svg diff --git a/projects/icons-material/src/round/church.svg b/projects/icons-material/src/material/round/church.svg similarity index 100% rename from projects/icons-material/src/round/church.svg rename to projects/icons-material/src/material/round/church.svg diff --git a/projects/icons-material/src/round/circle.svg b/projects/icons-material/src/material/round/circle.svg similarity index 100% rename from projects/icons-material/src/round/circle.svg rename to projects/icons-material/src/material/round/circle.svg diff --git a/projects/icons-material/src/round/circle_notifications.svg b/projects/icons-material/src/material/round/circle_notifications.svg similarity index 100% rename from projects/icons-material/src/round/circle_notifications.svg rename to projects/icons-material/src/material/round/circle_notifications.svg diff --git a/projects/icons-material/src/round/class.svg b/projects/icons-material/src/material/round/class.svg similarity index 100% rename from projects/icons-material/src/round/class.svg rename to projects/icons-material/src/material/round/class.svg diff --git a/projects/icons-material/src/round/clean_hands.svg b/projects/icons-material/src/material/round/clean_hands.svg similarity index 100% rename from projects/icons-material/src/round/clean_hands.svg rename to projects/icons-material/src/material/round/clean_hands.svg diff --git a/projects/icons-material/src/round/cleaning_services.svg b/projects/icons-material/src/material/round/cleaning_services.svg similarity index 100% rename from projects/icons-material/src/round/cleaning_services.svg rename to projects/icons-material/src/material/round/cleaning_services.svg diff --git a/projects/icons-material/src/round/clear.svg b/projects/icons-material/src/material/round/clear.svg similarity index 100% rename from projects/icons-material/src/round/clear.svg rename to projects/icons-material/src/material/round/clear.svg diff --git a/projects/icons-material/src/round/clear_all.svg b/projects/icons-material/src/material/round/clear_all.svg similarity index 100% rename from projects/icons-material/src/round/clear_all.svg rename to projects/icons-material/src/material/round/clear_all.svg diff --git a/projects/icons-material/src/round/close.svg b/projects/icons-material/src/material/round/close.svg similarity index 100% rename from projects/icons-material/src/round/close.svg rename to projects/icons-material/src/material/round/close.svg diff --git a/projects/icons-material/src/round/close_fullscreen.svg b/projects/icons-material/src/material/round/close_fullscreen.svg similarity index 100% rename from projects/icons-material/src/round/close_fullscreen.svg rename to projects/icons-material/src/material/round/close_fullscreen.svg diff --git a/projects/icons-material/src/round/closed_caption.svg b/projects/icons-material/src/material/round/closed_caption.svg similarity index 100% rename from projects/icons-material/src/round/closed_caption.svg rename to projects/icons-material/src/material/round/closed_caption.svg diff --git a/projects/icons-material/src/round/closed_caption_disabled.svg b/projects/icons-material/src/material/round/closed_caption_disabled.svg similarity index 100% rename from projects/icons-material/src/round/closed_caption_disabled.svg rename to projects/icons-material/src/material/round/closed_caption_disabled.svg diff --git a/projects/icons-material/src/round/closed_caption_off.svg b/projects/icons-material/src/material/round/closed_caption_off.svg similarity index 100% rename from projects/icons-material/src/round/closed_caption_off.svg rename to projects/icons-material/src/material/round/closed_caption_off.svg diff --git a/projects/icons-material/src/round/cloud.svg b/projects/icons-material/src/material/round/cloud.svg similarity index 100% rename from projects/icons-material/src/round/cloud.svg rename to projects/icons-material/src/material/round/cloud.svg diff --git a/projects/icons-material/src/round/cloud_circle.svg b/projects/icons-material/src/material/round/cloud_circle.svg similarity index 100% rename from projects/icons-material/src/round/cloud_circle.svg rename to projects/icons-material/src/material/round/cloud_circle.svg diff --git a/projects/icons-material/src/round/cloud_done.svg b/projects/icons-material/src/material/round/cloud_done.svg similarity index 100% rename from projects/icons-material/src/round/cloud_done.svg rename to projects/icons-material/src/material/round/cloud_done.svg diff --git a/projects/icons-material/src/round/cloud_download.svg b/projects/icons-material/src/material/round/cloud_download.svg similarity index 100% rename from projects/icons-material/src/round/cloud_download.svg rename to projects/icons-material/src/material/round/cloud_download.svg diff --git a/projects/icons-material/src/round/cloud_off.svg b/projects/icons-material/src/material/round/cloud_off.svg similarity index 100% rename from projects/icons-material/src/round/cloud_off.svg rename to projects/icons-material/src/material/round/cloud_off.svg diff --git a/projects/icons-material/src/round/cloud_queue.svg b/projects/icons-material/src/material/round/cloud_queue.svg similarity index 100% rename from projects/icons-material/src/round/cloud_queue.svg rename to projects/icons-material/src/material/round/cloud_queue.svg diff --git a/projects/icons-material/src/round/cloud_sync.svg b/projects/icons-material/src/material/round/cloud_sync.svg similarity index 100% rename from projects/icons-material/src/round/cloud_sync.svg rename to projects/icons-material/src/material/round/cloud_sync.svg diff --git a/projects/icons-material/src/round/cloud_upload.svg b/projects/icons-material/src/material/round/cloud_upload.svg similarity index 100% rename from projects/icons-material/src/round/cloud_upload.svg rename to projects/icons-material/src/material/round/cloud_upload.svg diff --git a/projects/icons-material/src/round/co2.svg b/projects/icons-material/src/material/round/co2.svg similarity index 100% rename from projects/icons-material/src/round/co2.svg rename to projects/icons-material/src/material/round/co2.svg diff --git a/projects/icons-material/src/round/co_present.svg b/projects/icons-material/src/material/round/co_present.svg similarity index 100% rename from projects/icons-material/src/round/co_present.svg rename to projects/icons-material/src/material/round/co_present.svg diff --git a/projects/icons-material/src/round/code.svg b/projects/icons-material/src/material/round/code.svg similarity index 100% rename from projects/icons-material/src/round/code.svg rename to projects/icons-material/src/material/round/code.svg diff --git a/projects/icons-material/src/round/code_off.svg b/projects/icons-material/src/material/round/code_off.svg similarity index 100% rename from projects/icons-material/src/round/code_off.svg rename to projects/icons-material/src/material/round/code_off.svg diff --git a/projects/icons-material/src/round/coffee.svg b/projects/icons-material/src/material/round/coffee.svg similarity index 100% rename from projects/icons-material/src/round/coffee.svg rename to projects/icons-material/src/material/round/coffee.svg diff --git a/projects/icons-material/src/round/coffee_maker.svg b/projects/icons-material/src/material/round/coffee_maker.svg similarity index 100% rename from projects/icons-material/src/round/coffee_maker.svg rename to projects/icons-material/src/material/round/coffee_maker.svg diff --git a/projects/icons-material/src/round/collections.svg b/projects/icons-material/src/material/round/collections.svg similarity index 100% rename from projects/icons-material/src/round/collections.svg rename to projects/icons-material/src/material/round/collections.svg diff --git a/projects/icons-material/src/round/collections_bookmark.svg b/projects/icons-material/src/material/round/collections_bookmark.svg similarity index 100% rename from projects/icons-material/src/round/collections_bookmark.svg rename to projects/icons-material/src/material/round/collections_bookmark.svg diff --git a/projects/icons-material/src/round/color_lens.svg b/projects/icons-material/src/material/round/color_lens.svg similarity index 100% rename from projects/icons-material/src/round/color_lens.svg rename to projects/icons-material/src/material/round/color_lens.svg diff --git a/projects/icons-material/src/round/colorize.svg b/projects/icons-material/src/material/round/colorize.svg similarity index 100% rename from projects/icons-material/src/round/colorize.svg rename to projects/icons-material/src/material/round/colorize.svg diff --git a/projects/icons-material/src/round/comment.svg b/projects/icons-material/src/material/round/comment.svg similarity index 100% rename from projects/icons-material/src/round/comment.svg rename to projects/icons-material/src/material/round/comment.svg diff --git a/projects/icons-material/src/round/comment_bank.svg b/projects/icons-material/src/material/round/comment_bank.svg similarity index 100% rename from projects/icons-material/src/round/comment_bank.svg rename to projects/icons-material/src/material/round/comment_bank.svg diff --git a/projects/icons-material/src/round/comments_disabled.svg b/projects/icons-material/src/material/round/comments_disabled.svg similarity index 100% rename from projects/icons-material/src/round/comments_disabled.svg rename to projects/icons-material/src/material/round/comments_disabled.svg diff --git a/projects/icons-material/src/round/commit.svg b/projects/icons-material/src/material/round/commit.svg similarity index 100% rename from projects/icons-material/src/round/commit.svg rename to projects/icons-material/src/material/round/commit.svg diff --git a/projects/icons-material/src/round/commute.svg b/projects/icons-material/src/material/round/commute.svg similarity index 100% rename from projects/icons-material/src/round/commute.svg rename to projects/icons-material/src/material/round/commute.svg diff --git a/projects/icons-material/src/round/compare.svg b/projects/icons-material/src/material/round/compare.svg similarity index 100% rename from projects/icons-material/src/round/compare.svg rename to projects/icons-material/src/material/round/compare.svg diff --git a/projects/icons-material/src/round/compare_arrows.svg b/projects/icons-material/src/material/round/compare_arrows.svg similarity index 100% rename from projects/icons-material/src/round/compare_arrows.svg rename to projects/icons-material/src/material/round/compare_arrows.svg diff --git a/projects/icons-material/src/round/compass_calibration.svg b/projects/icons-material/src/material/round/compass_calibration.svg similarity index 100% rename from projects/icons-material/src/round/compass_calibration.svg rename to projects/icons-material/src/material/round/compass_calibration.svg diff --git a/projects/icons-material/src/round/compost.svg b/projects/icons-material/src/material/round/compost.svg similarity index 100% rename from projects/icons-material/src/round/compost.svg rename to projects/icons-material/src/material/round/compost.svg diff --git a/projects/icons-material/src/round/compress.svg b/projects/icons-material/src/material/round/compress.svg similarity index 100% rename from projects/icons-material/src/round/compress.svg rename to projects/icons-material/src/material/round/compress.svg diff --git a/projects/icons-material/src/round/computer.svg b/projects/icons-material/src/material/round/computer.svg similarity index 100% rename from projects/icons-material/src/round/computer.svg rename to projects/icons-material/src/material/round/computer.svg diff --git a/projects/icons-material/src/round/confirmation_number.svg b/projects/icons-material/src/material/round/confirmation_number.svg similarity index 100% rename from projects/icons-material/src/round/confirmation_number.svg rename to projects/icons-material/src/material/round/confirmation_number.svg diff --git a/projects/icons-material/src/round/connect_without_contact.svg b/projects/icons-material/src/material/round/connect_without_contact.svg similarity index 100% rename from projects/icons-material/src/round/connect_without_contact.svg rename to projects/icons-material/src/material/round/connect_without_contact.svg diff --git a/projects/icons-material/src/round/connected_tv.svg b/projects/icons-material/src/material/round/connected_tv.svg similarity index 100% rename from projects/icons-material/src/round/connected_tv.svg rename to projects/icons-material/src/material/round/connected_tv.svg diff --git a/projects/icons-material/src/round/connecting_airports.svg b/projects/icons-material/src/material/round/connecting_airports.svg similarity index 100% rename from projects/icons-material/src/round/connecting_airports.svg rename to projects/icons-material/src/material/round/connecting_airports.svg diff --git a/projects/icons-material/src/round/construction.svg b/projects/icons-material/src/material/round/construction.svg similarity index 100% rename from projects/icons-material/src/round/construction.svg rename to projects/icons-material/src/material/round/construction.svg diff --git a/projects/icons-material/src/round/contact_emergency.svg b/projects/icons-material/src/material/round/contact_emergency.svg similarity index 100% rename from projects/icons-material/src/round/contact_emergency.svg rename to projects/icons-material/src/material/round/contact_emergency.svg diff --git a/projects/icons-material/src/round/contact_mail.svg b/projects/icons-material/src/material/round/contact_mail.svg similarity index 100% rename from projects/icons-material/src/round/contact_mail.svg rename to projects/icons-material/src/material/round/contact_mail.svg diff --git a/projects/icons-material/src/round/contact_page.svg b/projects/icons-material/src/material/round/contact_page.svg similarity index 100% rename from projects/icons-material/src/round/contact_page.svg rename to projects/icons-material/src/material/round/contact_page.svg diff --git a/projects/icons-material/src/round/contact_phone.svg b/projects/icons-material/src/material/round/contact_phone.svg similarity index 100% rename from projects/icons-material/src/round/contact_phone.svg rename to projects/icons-material/src/material/round/contact_phone.svg diff --git a/projects/icons-material/src/round/contact_support.svg b/projects/icons-material/src/material/round/contact_support.svg similarity index 100% rename from projects/icons-material/src/round/contact_support.svg rename to projects/icons-material/src/material/round/contact_support.svg diff --git a/projects/icons-material/src/round/contactless.svg b/projects/icons-material/src/material/round/contactless.svg similarity index 100% rename from projects/icons-material/src/round/contactless.svg rename to projects/icons-material/src/material/round/contactless.svg diff --git a/projects/icons-material/src/round/contacts.svg b/projects/icons-material/src/material/round/contacts.svg similarity index 100% rename from projects/icons-material/src/round/contacts.svg rename to projects/icons-material/src/material/round/contacts.svg diff --git a/projects/icons-material/src/round/content_copy.svg b/projects/icons-material/src/material/round/content_copy.svg similarity index 100% rename from projects/icons-material/src/round/content_copy.svg rename to projects/icons-material/src/material/round/content_copy.svg diff --git a/projects/icons-material/src/round/content_cut.svg b/projects/icons-material/src/material/round/content_cut.svg similarity index 100% rename from projects/icons-material/src/round/content_cut.svg rename to projects/icons-material/src/material/round/content_cut.svg diff --git a/projects/icons-material/src/round/content_paste.svg b/projects/icons-material/src/material/round/content_paste.svg similarity index 100% rename from projects/icons-material/src/round/content_paste.svg rename to projects/icons-material/src/material/round/content_paste.svg diff --git a/projects/icons-material/src/round/content_paste_go.svg b/projects/icons-material/src/material/round/content_paste_go.svg similarity index 100% rename from projects/icons-material/src/round/content_paste_go.svg rename to projects/icons-material/src/material/round/content_paste_go.svg diff --git a/projects/icons-material/src/round/content_paste_off.svg b/projects/icons-material/src/material/round/content_paste_off.svg similarity index 100% rename from projects/icons-material/src/round/content_paste_off.svg rename to projects/icons-material/src/material/round/content_paste_off.svg diff --git a/projects/icons-material/src/round/content_paste_search.svg b/projects/icons-material/src/material/round/content_paste_search.svg similarity index 100% rename from projects/icons-material/src/round/content_paste_search.svg rename to projects/icons-material/src/material/round/content_paste_search.svg diff --git a/projects/icons-material/src/round/contrast.svg b/projects/icons-material/src/material/round/contrast.svg similarity index 100% rename from projects/icons-material/src/round/contrast.svg rename to projects/icons-material/src/material/round/contrast.svg diff --git a/projects/icons-material/src/round/control_camera.svg b/projects/icons-material/src/material/round/control_camera.svg similarity index 100% rename from projects/icons-material/src/round/control_camera.svg rename to projects/icons-material/src/material/round/control_camera.svg diff --git a/projects/icons-material/src/round/control_point.svg b/projects/icons-material/src/material/round/control_point.svg similarity index 100% rename from projects/icons-material/src/round/control_point.svg rename to projects/icons-material/src/material/round/control_point.svg diff --git a/projects/icons-material/src/round/control_point_duplicate.svg b/projects/icons-material/src/material/round/control_point_duplicate.svg similarity index 100% rename from projects/icons-material/src/round/control_point_duplicate.svg rename to projects/icons-material/src/material/round/control_point_duplicate.svg diff --git a/projects/icons-material/src/round/cookie.svg b/projects/icons-material/src/material/round/cookie.svg similarity index 100% rename from projects/icons-material/src/round/cookie.svg rename to projects/icons-material/src/material/round/cookie.svg diff --git a/projects/icons-material/src/round/copy_all.svg b/projects/icons-material/src/material/round/copy_all.svg similarity index 100% rename from projects/icons-material/src/round/copy_all.svg rename to projects/icons-material/src/material/round/copy_all.svg diff --git a/projects/icons-material/src/round/copyright.svg b/projects/icons-material/src/material/round/copyright.svg similarity index 100% rename from projects/icons-material/src/round/copyright.svg rename to projects/icons-material/src/material/round/copyright.svg diff --git a/projects/icons-material/src/round/coronavirus.svg b/projects/icons-material/src/material/round/coronavirus.svg similarity index 100% rename from projects/icons-material/src/round/coronavirus.svg rename to projects/icons-material/src/material/round/coronavirus.svg diff --git a/projects/icons-material/src/round/corporate_fare.svg b/projects/icons-material/src/material/round/corporate_fare.svg similarity index 100% rename from projects/icons-material/src/round/corporate_fare.svg rename to projects/icons-material/src/material/round/corporate_fare.svg diff --git a/projects/icons-material/src/round/cottage.svg b/projects/icons-material/src/material/round/cottage.svg similarity index 100% rename from projects/icons-material/src/round/cottage.svg rename to projects/icons-material/src/material/round/cottage.svg diff --git a/projects/icons-material/src/round/countertops.svg b/projects/icons-material/src/material/round/countertops.svg similarity index 100% rename from projects/icons-material/src/round/countertops.svg rename to projects/icons-material/src/material/round/countertops.svg diff --git a/projects/icons-material/src/round/create.svg b/projects/icons-material/src/material/round/create.svg similarity index 100% rename from projects/icons-material/src/round/create.svg rename to projects/icons-material/src/material/round/create.svg diff --git a/projects/icons-material/src/round/create_new_folder.svg b/projects/icons-material/src/material/round/create_new_folder.svg similarity index 100% rename from projects/icons-material/src/round/create_new_folder.svg rename to projects/icons-material/src/material/round/create_new_folder.svg diff --git a/projects/icons-material/src/round/credit_card.svg b/projects/icons-material/src/material/round/credit_card.svg similarity index 100% rename from projects/icons-material/src/round/credit_card.svg rename to projects/icons-material/src/material/round/credit_card.svg diff --git a/projects/icons-material/src/round/credit_card_off.svg b/projects/icons-material/src/material/round/credit_card_off.svg similarity index 100% rename from projects/icons-material/src/round/credit_card_off.svg rename to projects/icons-material/src/material/round/credit_card_off.svg diff --git a/projects/icons-material/src/round/credit_score.svg b/projects/icons-material/src/material/round/credit_score.svg similarity index 100% rename from projects/icons-material/src/round/credit_score.svg rename to projects/icons-material/src/material/round/credit_score.svg diff --git a/projects/icons-material/src/round/crib.svg b/projects/icons-material/src/material/round/crib.svg similarity index 100% rename from projects/icons-material/src/round/crib.svg rename to projects/icons-material/src/material/round/crib.svg diff --git a/projects/icons-material/src/round/crisis_alert.svg b/projects/icons-material/src/material/round/crisis_alert.svg similarity index 100% rename from projects/icons-material/src/round/crisis_alert.svg rename to projects/icons-material/src/material/round/crisis_alert.svg diff --git a/projects/icons-material/src/round/crop.svg b/projects/icons-material/src/material/round/crop.svg similarity index 100% rename from projects/icons-material/src/round/crop.svg rename to projects/icons-material/src/material/round/crop.svg diff --git a/projects/icons-material/src/round/crop_16_9.svg b/projects/icons-material/src/material/round/crop_16_9.svg similarity index 100% rename from projects/icons-material/src/round/crop_16_9.svg rename to projects/icons-material/src/material/round/crop_16_9.svg diff --git a/projects/icons-material/src/round/crop_3_2.svg b/projects/icons-material/src/material/round/crop_3_2.svg similarity index 100% rename from projects/icons-material/src/round/crop_3_2.svg rename to projects/icons-material/src/material/round/crop_3_2.svg diff --git a/projects/icons-material/src/round/crop_5_4.svg b/projects/icons-material/src/material/round/crop_5_4.svg similarity index 100% rename from projects/icons-material/src/round/crop_5_4.svg rename to projects/icons-material/src/material/round/crop_5_4.svg diff --git a/projects/icons-material/src/round/crop_7_5.svg b/projects/icons-material/src/material/round/crop_7_5.svg similarity index 100% rename from projects/icons-material/src/round/crop_7_5.svg rename to projects/icons-material/src/material/round/crop_7_5.svg diff --git a/projects/icons-material/src/round/crop_din.svg b/projects/icons-material/src/material/round/crop_din.svg similarity index 100% rename from projects/icons-material/src/round/crop_din.svg rename to projects/icons-material/src/material/round/crop_din.svg diff --git a/projects/icons-material/src/round/crop_free.svg b/projects/icons-material/src/material/round/crop_free.svg similarity index 100% rename from projects/icons-material/src/round/crop_free.svg rename to projects/icons-material/src/material/round/crop_free.svg diff --git a/projects/icons-material/src/round/crop_landscape.svg b/projects/icons-material/src/material/round/crop_landscape.svg similarity index 100% rename from projects/icons-material/src/round/crop_landscape.svg rename to projects/icons-material/src/material/round/crop_landscape.svg diff --git a/projects/icons-material/src/round/crop_original.svg b/projects/icons-material/src/material/round/crop_original.svg similarity index 100% rename from projects/icons-material/src/round/crop_original.svg rename to projects/icons-material/src/material/round/crop_original.svg diff --git a/projects/icons-material/src/round/crop_portrait.svg b/projects/icons-material/src/material/round/crop_portrait.svg similarity index 100% rename from projects/icons-material/src/round/crop_portrait.svg rename to projects/icons-material/src/material/round/crop_portrait.svg diff --git a/projects/icons-material/src/round/crop_rotate.svg b/projects/icons-material/src/material/round/crop_rotate.svg similarity index 100% rename from projects/icons-material/src/round/crop_rotate.svg rename to projects/icons-material/src/material/round/crop_rotate.svg diff --git a/projects/icons-material/src/round/crop_square.svg b/projects/icons-material/src/material/round/crop_square.svg similarity index 100% rename from projects/icons-material/src/round/crop_square.svg rename to projects/icons-material/src/material/round/crop_square.svg diff --git a/projects/icons-material/src/round/cruelty_free.svg b/projects/icons-material/src/material/round/cruelty_free.svg similarity index 100% rename from projects/icons-material/src/round/cruelty_free.svg rename to projects/icons-material/src/material/round/cruelty_free.svg diff --git a/projects/icons-material/src/round/css.svg b/projects/icons-material/src/material/round/css.svg similarity index 100% rename from projects/icons-material/src/round/css.svg rename to projects/icons-material/src/material/round/css.svg diff --git a/projects/icons-material/src/round/currency_bitcoin.svg b/projects/icons-material/src/material/round/currency_bitcoin.svg similarity index 100% rename from projects/icons-material/src/round/currency_bitcoin.svg rename to projects/icons-material/src/material/round/currency_bitcoin.svg diff --git a/projects/icons-material/src/round/currency_exchange.svg b/projects/icons-material/src/material/round/currency_exchange.svg similarity index 100% rename from projects/icons-material/src/round/currency_exchange.svg rename to projects/icons-material/src/material/round/currency_exchange.svg diff --git a/projects/icons-material/src/round/currency_franc.svg b/projects/icons-material/src/material/round/currency_franc.svg similarity index 100% rename from projects/icons-material/src/round/currency_franc.svg rename to projects/icons-material/src/material/round/currency_franc.svg diff --git a/projects/icons-material/src/round/currency_lira.svg b/projects/icons-material/src/material/round/currency_lira.svg similarity index 100% rename from projects/icons-material/src/round/currency_lira.svg rename to projects/icons-material/src/material/round/currency_lira.svg diff --git a/projects/icons-material/src/round/currency_pound.svg b/projects/icons-material/src/material/round/currency_pound.svg similarity index 100% rename from projects/icons-material/src/round/currency_pound.svg rename to projects/icons-material/src/material/round/currency_pound.svg diff --git a/projects/icons-material/src/round/currency_ruble.svg b/projects/icons-material/src/material/round/currency_ruble.svg similarity index 100% rename from projects/icons-material/src/round/currency_ruble.svg rename to projects/icons-material/src/material/round/currency_ruble.svg diff --git a/projects/icons-material/src/round/currency_rupee.svg b/projects/icons-material/src/material/round/currency_rupee.svg similarity index 100% rename from projects/icons-material/src/round/currency_rupee.svg rename to projects/icons-material/src/material/round/currency_rupee.svg diff --git a/projects/icons-material/src/round/currency_yen.svg b/projects/icons-material/src/material/round/currency_yen.svg similarity index 100% rename from projects/icons-material/src/round/currency_yen.svg rename to projects/icons-material/src/material/round/currency_yen.svg diff --git a/projects/icons-material/src/round/currency_yuan.svg b/projects/icons-material/src/material/round/currency_yuan.svg similarity index 100% rename from projects/icons-material/src/round/currency_yuan.svg rename to projects/icons-material/src/material/round/currency_yuan.svg diff --git a/projects/icons-material/src/round/curtains.svg b/projects/icons-material/src/material/round/curtains.svg similarity index 100% rename from projects/icons-material/src/round/curtains.svg rename to projects/icons-material/src/material/round/curtains.svg diff --git a/projects/icons-material/src/round/curtains_closed.svg b/projects/icons-material/src/material/round/curtains_closed.svg similarity index 100% rename from projects/icons-material/src/round/curtains_closed.svg rename to projects/icons-material/src/material/round/curtains_closed.svg diff --git a/projects/icons-material/src/round/cyclone.svg b/projects/icons-material/src/material/round/cyclone.svg similarity index 100% rename from projects/icons-material/src/round/cyclone.svg rename to projects/icons-material/src/material/round/cyclone.svg diff --git a/projects/icons-material/src/round/dangerous.svg b/projects/icons-material/src/material/round/dangerous.svg similarity index 100% rename from projects/icons-material/src/round/dangerous.svg rename to projects/icons-material/src/material/round/dangerous.svg diff --git a/projects/icons-material/src/round/dark_mode.svg b/projects/icons-material/src/material/round/dark_mode.svg similarity index 100% rename from projects/icons-material/src/round/dark_mode.svg rename to projects/icons-material/src/material/round/dark_mode.svg diff --git a/projects/icons-material/src/round/dashboard.svg b/projects/icons-material/src/material/round/dashboard.svg similarity index 100% rename from projects/icons-material/src/round/dashboard.svg rename to projects/icons-material/src/material/round/dashboard.svg diff --git a/projects/icons-material/src/round/dashboard_customize.svg b/projects/icons-material/src/material/round/dashboard_customize.svg similarity index 100% rename from projects/icons-material/src/round/dashboard_customize.svg rename to projects/icons-material/src/material/round/dashboard_customize.svg diff --git a/projects/icons-material/src/round/data_array.svg b/projects/icons-material/src/material/round/data_array.svg similarity index 100% rename from projects/icons-material/src/round/data_array.svg rename to projects/icons-material/src/material/round/data_array.svg diff --git a/projects/icons-material/src/round/data_exploration.svg b/projects/icons-material/src/material/round/data_exploration.svg similarity index 100% rename from projects/icons-material/src/round/data_exploration.svg rename to projects/icons-material/src/material/round/data_exploration.svg diff --git a/projects/icons-material/src/round/data_object.svg b/projects/icons-material/src/material/round/data_object.svg similarity index 100% rename from projects/icons-material/src/round/data_object.svg rename to projects/icons-material/src/material/round/data_object.svg diff --git a/projects/icons-material/src/round/data_saver_off.svg b/projects/icons-material/src/material/round/data_saver_off.svg similarity index 100% rename from projects/icons-material/src/round/data_saver_off.svg rename to projects/icons-material/src/material/round/data_saver_off.svg diff --git a/projects/icons-material/src/round/data_saver_on.svg b/projects/icons-material/src/material/round/data_saver_on.svg similarity index 100% rename from projects/icons-material/src/round/data_saver_on.svg rename to projects/icons-material/src/material/round/data_saver_on.svg diff --git a/projects/icons-material/src/round/data_thresholding.svg b/projects/icons-material/src/material/round/data_thresholding.svg similarity index 100% rename from projects/icons-material/src/round/data_thresholding.svg rename to projects/icons-material/src/material/round/data_thresholding.svg diff --git a/projects/icons-material/src/round/data_usage.svg b/projects/icons-material/src/material/round/data_usage.svg similarity index 100% rename from projects/icons-material/src/round/data_usage.svg rename to projects/icons-material/src/material/round/data_usage.svg diff --git a/projects/icons-material/src/round/dataset.svg b/projects/icons-material/src/material/round/dataset.svg similarity index 100% rename from projects/icons-material/src/round/dataset.svg rename to projects/icons-material/src/material/round/dataset.svg diff --git a/projects/icons-material/src/round/dataset_linked.svg b/projects/icons-material/src/material/round/dataset_linked.svg similarity index 100% rename from projects/icons-material/src/round/dataset_linked.svg rename to projects/icons-material/src/material/round/dataset_linked.svg diff --git a/projects/icons-material/src/round/date_range.svg b/projects/icons-material/src/material/round/date_range.svg similarity index 100% rename from projects/icons-material/src/round/date_range.svg rename to projects/icons-material/src/material/round/date_range.svg diff --git a/projects/icons-material/src/round/deblur.svg b/projects/icons-material/src/material/round/deblur.svg similarity index 100% rename from projects/icons-material/src/round/deblur.svg rename to projects/icons-material/src/material/round/deblur.svg diff --git a/projects/icons-material/src/round/deck.svg b/projects/icons-material/src/material/round/deck.svg similarity index 100% rename from projects/icons-material/src/round/deck.svg rename to projects/icons-material/src/material/round/deck.svg diff --git a/projects/icons-material/src/round/dehaze.svg b/projects/icons-material/src/material/round/dehaze.svg similarity index 100% rename from projects/icons-material/src/round/dehaze.svg rename to projects/icons-material/src/material/round/dehaze.svg diff --git a/projects/icons-material/src/round/delete.svg b/projects/icons-material/src/material/round/delete.svg similarity index 100% rename from projects/icons-material/src/round/delete.svg rename to projects/icons-material/src/material/round/delete.svg diff --git a/projects/icons-material/src/round/delete_forever.svg b/projects/icons-material/src/material/round/delete_forever.svg similarity index 100% rename from projects/icons-material/src/round/delete_forever.svg rename to projects/icons-material/src/material/round/delete_forever.svg diff --git a/projects/icons-material/src/round/delete_outline.svg b/projects/icons-material/src/material/round/delete_outline.svg similarity index 100% rename from projects/icons-material/src/round/delete_outline.svg rename to projects/icons-material/src/material/round/delete_outline.svg diff --git a/projects/icons-material/src/round/delete_sweep.svg b/projects/icons-material/src/material/round/delete_sweep.svg similarity index 100% rename from projects/icons-material/src/round/delete_sweep.svg rename to projects/icons-material/src/material/round/delete_sweep.svg diff --git a/projects/icons-material/src/round/delivery_dining.svg b/projects/icons-material/src/material/round/delivery_dining.svg similarity index 100% rename from projects/icons-material/src/round/delivery_dining.svg rename to projects/icons-material/src/material/round/delivery_dining.svg diff --git a/projects/icons-material/src/round/density_large.svg b/projects/icons-material/src/material/round/density_large.svg similarity index 100% rename from projects/icons-material/src/round/density_large.svg rename to projects/icons-material/src/material/round/density_large.svg diff --git a/projects/icons-material/src/round/density_medium.svg b/projects/icons-material/src/material/round/density_medium.svg similarity index 100% rename from projects/icons-material/src/round/density_medium.svg rename to projects/icons-material/src/material/round/density_medium.svg diff --git a/projects/icons-material/src/round/density_small.svg b/projects/icons-material/src/material/round/density_small.svg similarity index 100% rename from projects/icons-material/src/round/density_small.svg rename to projects/icons-material/src/material/round/density_small.svg diff --git a/projects/icons-material/src/round/departure_board.svg b/projects/icons-material/src/material/round/departure_board.svg similarity index 100% rename from projects/icons-material/src/round/departure_board.svg rename to projects/icons-material/src/material/round/departure_board.svg diff --git a/projects/icons-material/src/round/description.svg b/projects/icons-material/src/material/round/description.svg similarity index 100% rename from projects/icons-material/src/round/description.svg rename to projects/icons-material/src/material/round/description.svg diff --git a/projects/icons-material/src/round/deselect.svg b/projects/icons-material/src/material/round/deselect.svg similarity index 100% rename from projects/icons-material/src/round/deselect.svg rename to projects/icons-material/src/material/round/deselect.svg diff --git a/projects/icons-material/src/round/design_services.svg b/projects/icons-material/src/material/round/design_services.svg similarity index 100% rename from projects/icons-material/src/round/design_services.svg rename to projects/icons-material/src/material/round/design_services.svg diff --git a/projects/icons-material/src/round/desk.svg b/projects/icons-material/src/material/round/desk.svg similarity index 100% rename from projects/icons-material/src/round/desk.svg rename to projects/icons-material/src/material/round/desk.svg diff --git a/projects/icons-material/src/round/desktop_access_disabled.svg b/projects/icons-material/src/material/round/desktop_access_disabled.svg similarity index 100% rename from projects/icons-material/src/round/desktop_access_disabled.svg rename to projects/icons-material/src/material/round/desktop_access_disabled.svg diff --git a/projects/icons-material/src/round/desktop_mac.svg b/projects/icons-material/src/material/round/desktop_mac.svg similarity index 100% rename from projects/icons-material/src/round/desktop_mac.svg rename to projects/icons-material/src/material/round/desktop_mac.svg diff --git a/projects/icons-material/src/round/desktop_windows.svg b/projects/icons-material/src/material/round/desktop_windows.svg similarity index 100% rename from projects/icons-material/src/round/desktop_windows.svg rename to projects/icons-material/src/material/round/desktop_windows.svg diff --git a/projects/icons-material/src/round/details.svg b/projects/icons-material/src/material/round/details.svg similarity index 100% rename from projects/icons-material/src/round/details.svg rename to projects/icons-material/src/material/round/details.svg diff --git a/projects/icons-material/src/round/developer_board.svg b/projects/icons-material/src/material/round/developer_board.svg similarity index 100% rename from projects/icons-material/src/round/developer_board.svg rename to projects/icons-material/src/material/round/developer_board.svg diff --git a/projects/icons-material/src/round/developer_board_off.svg b/projects/icons-material/src/material/round/developer_board_off.svg similarity index 100% rename from projects/icons-material/src/round/developer_board_off.svg rename to projects/icons-material/src/material/round/developer_board_off.svg diff --git a/projects/icons-material/src/round/developer_mode.svg b/projects/icons-material/src/material/round/developer_mode.svg similarity index 100% rename from projects/icons-material/src/round/developer_mode.svg rename to projects/icons-material/src/material/round/developer_mode.svg diff --git a/projects/icons-material/src/round/device_hub.svg b/projects/icons-material/src/material/round/device_hub.svg similarity index 100% rename from projects/icons-material/src/round/device_hub.svg rename to projects/icons-material/src/material/round/device_hub.svg diff --git a/projects/icons-material/src/round/device_thermostat.svg b/projects/icons-material/src/material/round/device_thermostat.svg similarity index 100% rename from projects/icons-material/src/round/device_thermostat.svg rename to projects/icons-material/src/material/round/device_thermostat.svg diff --git a/projects/icons-material/src/round/device_unknown.svg b/projects/icons-material/src/material/round/device_unknown.svg similarity index 100% rename from projects/icons-material/src/round/device_unknown.svg rename to projects/icons-material/src/material/round/device_unknown.svg diff --git a/projects/icons-material/src/round/devices.svg b/projects/icons-material/src/material/round/devices.svg similarity index 100% rename from projects/icons-material/src/round/devices.svg rename to projects/icons-material/src/material/round/devices.svg diff --git a/projects/icons-material/src/round/devices_fold.svg b/projects/icons-material/src/material/round/devices_fold.svg similarity index 100% rename from projects/icons-material/src/round/devices_fold.svg rename to projects/icons-material/src/material/round/devices_fold.svg diff --git a/projects/icons-material/src/round/devices_other.svg b/projects/icons-material/src/material/round/devices_other.svg similarity index 100% rename from projects/icons-material/src/round/devices_other.svg rename to projects/icons-material/src/material/round/devices_other.svg diff --git a/projects/icons-material/src/round/dialer_sip.svg b/projects/icons-material/src/material/round/dialer_sip.svg similarity index 100% rename from projects/icons-material/src/round/dialer_sip.svg rename to projects/icons-material/src/material/round/dialer_sip.svg diff --git a/projects/icons-material/src/round/dialpad.svg b/projects/icons-material/src/material/round/dialpad.svg similarity index 100% rename from projects/icons-material/src/round/dialpad.svg rename to projects/icons-material/src/material/round/dialpad.svg diff --git a/projects/icons-material/src/round/diamond.svg b/projects/icons-material/src/material/round/diamond.svg similarity index 100% rename from projects/icons-material/src/round/diamond.svg rename to projects/icons-material/src/material/round/diamond.svg diff --git a/projects/icons-material/src/round/difference.svg b/projects/icons-material/src/material/round/difference.svg similarity index 100% rename from projects/icons-material/src/round/difference.svg rename to projects/icons-material/src/material/round/difference.svg diff --git a/projects/icons-material/src/round/dining.svg b/projects/icons-material/src/material/round/dining.svg similarity index 100% rename from projects/icons-material/src/round/dining.svg rename to projects/icons-material/src/material/round/dining.svg diff --git a/projects/icons-material/src/round/dinner_dining.svg b/projects/icons-material/src/material/round/dinner_dining.svg similarity index 100% rename from projects/icons-material/src/round/dinner_dining.svg rename to projects/icons-material/src/material/round/dinner_dining.svg diff --git a/projects/icons-material/src/round/directions.svg b/projects/icons-material/src/material/round/directions.svg similarity index 100% rename from projects/icons-material/src/round/directions.svg rename to projects/icons-material/src/material/round/directions.svg diff --git a/projects/icons-material/src/round/directions_bike.svg b/projects/icons-material/src/material/round/directions_bike.svg similarity index 100% rename from projects/icons-material/src/round/directions_bike.svg rename to projects/icons-material/src/material/round/directions_bike.svg diff --git a/projects/icons-material/src/round/directions_boat.svg b/projects/icons-material/src/material/round/directions_boat.svg similarity index 100% rename from projects/icons-material/src/round/directions_boat.svg rename to projects/icons-material/src/material/round/directions_boat.svg diff --git a/projects/icons-material/src/round/directions_boat_filled.svg b/projects/icons-material/src/material/round/directions_boat_filled.svg similarity index 100% rename from projects/icons-material/src/round/directions_boat_filled.svg rename to projects/icons-material/src/material/round/directions_boat_filled.svg diff --git a/projects/icons-material/src/round/directions_bus.svg b/projects/icons-material/src/material/round/directions_bus.svg similarity index 100% rename from projects/icons-material/src/round/directions_bus.svg rename to projects/icons-material/src/material/round/directions_bus.svg diff --git a/projects/icons-material/src/round/directions_bus_filled.svg b/projects/icons-material/src/material/round/directions_bus_filled.svg similarity index 100% rename from projects/icons-material/src/round/directions_bus_filled.svg rename to projects/icons-material/src/material/round/directions_bus_filled.svg diff --git a/projects/icons-material/src/round/directions_car.svg b/projects/icons-material/src/material/round/directions_car.svg similarity index 100% rename from projects/icons-material/src/round/directions_car.svg rename to projects/icons-material/src/material/round/directions_car.svg diff --git a/projects/icons-material/src/round/directions_car_filled.svg b/projects/icons-material/src/material/round/directions_car_filled.svg similarity index 100% rename from projects/icons-material/src/round/directions_car_filled.svg rename to projects/icons-material/src/material/round/directions_car_filled.svg diff --git a/projects/icons-material/src/round/directions_off.svg b/projects/icons-material/src/material/round/directions_off.svg similarity index 100% rename from projects/icons-material/src/round/directions_off.svg rename to projects/icons-material/src/material/round/directions_off.svg diff --git a/projects/icons-material/src/round/directions_railway.svg b/projects/icons-material/src/material/round/directions_railway.svg similarity index 100% rename from projects/icons-material/src/round/directions_railway.svg rename to projects/icons-material/src/material/round/directions_railway.svg diff --git a/projects/icons-material/src/round/directions_railway_filled.svg b/projects/icons-material/src/material/round/directions_railway_filled.svg similarity index 100% rename from projects/icons-material/src/round/directions_railway_filled.svg rename to projects/icons-material/src/material/round/directions_railway_filled.svg diff --git a/projects/icons-material/src/round/directions_run.svg b/projects/icons-material/src/material/round/directions_run.svg similarity index 100% rename from projects/icons-material/src/round/directions_run.svg rename to projects/icons-material/src/material/round/directions_run.svg diff --git a/projects/icons-material/src/round/directions_subway.svg b/projects/icons-material/src/material/round/directions_subway.svg similarity index 100% rename from projects/icons-material/src/round/directions_subway.svg rename to projects/icons-material/src/material/round/directions_subway.svg diff --git a/projects/icons-material/src/round/directions_subway_filled.svg b/projects/icons-material/src/material/round/directions_subway_filled.svg similarity index 100% rename from projects/icons-material/src/round/directions_subway_filled.svg rename to projects/icons-material/src/material/round/directions_subway_filled.svg diff --git a/projects/icons-material/src/round/directions_transit.svg b/projects/icons-material/src/material/round/directions_transit.svg similarity index 100% rename from projects/icons-material/src/round/directions_transit.svg rename to projects/icons-material/src/material/round/directions_transit.svg diff --git a/projects/icons-material/src/round/directions_transit_filled.svg b/projects/icons-material/src/material/round/directions_transit_filled.svg similarity index 100% rename from projects/icons-material/src/round/directions_transit_filled.svg rename to projects/icons-material/src/material/round/directions_transit_filled.svg diff --git a/projects/icons-material/src/round/directions_walk.svg b/projects/icons-material/src/material/round/directions_walk.svg similarity index 100% rename from projects/icons-material/src/round/directions_walk.svg rename to projects/icons-material/src/material/round/directions_walk.svg diff --git a/projects/icons-material/src/round/dirty_lens.svg b/projects/icons-material/src/material/round/dirty_lens.svg similarity index 100% rename from projects/icons-material/src/round/dirty_lens.svg rename to projects/icons-material/src/material/round/dirty_lens.svg diff --git a/projects/icons-material/src/round/disabled_by_default.svg b/projects/icons-material/src/material/round/disabled_by_default.svg similarity index 100% rename from projects/icons-material/src/round/disabled_by_default.svg rename to projects/icons-material/src/material/round/disabled_by_default.svg diff --git a/projects/icons-material/src/round/disabled_visible.svg b/projects/icons-material/src/material/round/disabled_visible.svg similarity index 100% rename from projects/icons-material/src/round/disabled_visible.svg rename to projects/icons-material/src/material/round/disabled_visible.svg diff --git a/projects/icons-material/src/round/disc_full.svg b/projects/icons-material/src/material/round/disc_full.svg similarity index 100% rename from projects/icons-material/src/round/disc_full.svg rename to projects/icons-material/src/material/round/disc_full.svg diff --git a/projects/icons-material/src/round/discount.svg b/projects/icons-material/src/material/round/discount.svg similarity index 100% rename from projects/icons-material/src/round/discount.svg rename to projects/icons-material/src/material/round/discount.svg diff --git a/projects/icons-material/src/round/display_settings.svg b/projects/icons-material/src/material/round/display_settings.svg similarity index 100% rename from projects/icons-material/src/round/display_settings.svg rename to projects/icons-material/src/material/round/display_settings.svg diff --git a/projects/icons-material/src/round/diversity_1.svg b/projects/icons-material/src/material/round/diversity_1.svg similarity index 100% rename from projects/icons-material/src/round/diversity_1.svg rename to projects/icons-material/src/material/round/diversity_1.svg diff --git a/projects/icons-material/src/round/diversity_2.svg b/projects/icons-material/src/material/round/diversity_2.svg similarity index 100% rename from projects/icons-material/src/round/diversity_2.svg rename to projects/icons-material/src/material/round/diversity_2.svg diff --git a/projects/icons-material/src/round/diversity_3.svg b/projects/icons-material/src/material/round/diversity_3.svg similarity index 100% rename from projects/icons-material/src/round/diversity_3.svg rename to projects/icons-material/src/material/round/diversity_3.svg diff --git a/projects/icons-material/src/round/dns.svg b/projects/icons-material/src/material/round/dns.svg similarity index 100% rename from projects/icons-material/src/round/dns.svg rename to projects/icons-material/src/material/round/dns.svg diff --git a/projects/icons-material/src/round/do_disturb.svg b/projects/icons-material/src/material/round/do_disturb.svg similarity index 100% rename from projects/icons-material/src/round/do_disturb.svg rename to projects/icons-material/src/material/round/do_disturb.svg diff --git a/projects/icons-material/src/round/do_disturb_alt.svg b/projects/icons-material/src/material/round/do_disturb_alt.svg similarity index 100% rename from projects/icons-material/src/round/do_disturb_alt.svg rename to projects/icons-material/src/material/round/do_disturb_alt.svg diff --git a/projects/icons-material/src/round/do_disturb_off.svg b/projects/icons-material/src/material/round/do_disturb_off.svg similarity index 100% rename from projects/icons-material/src/round/do_disturb_off.svg rename to projects/icons-material/src/material/round/do_disturb_off.svg diff --git a/projects/icons-material/src/round/do_disturb_on.svg b/projects/icons-material/src/material/round/do_disturb_on.svg similarity index 100% rename from projects/icons-material/src/round/do_disturb_on.svg rename to projects/icons-material/src/material/round/do_disturb_on.svg diff --git a/projects/icons-material/src/round/do_not_disturb.svg b/projects/icons-material/src/material/round/do_not_disturb.svg similarity index 100% rename from projects/icons-material/src/round/do_not_disturb.svg rename to projects/icons-material/src/material/round/do_not_disturb.svg diff --git a/projects/icons-material/src/round/do_not_disturb_alt.svg b/projects/icons-material/src/material/round/do_not_disturb_alt.svg similarity index 100% rename from projects/icons-material/src/round/do_not_disturb_alt.svg rename to projects/icons-material/src/material/round/do_not_disturb_alt.svg diff --git a/projects/icons-material/src/round/do_not_disturb_off.svg b/projects/icons-material/src/material/round/do_not_disturb_off.svg similarity index 100% rename from projects/icons-material/src/round/do_not_disturb_off.svg rename to projects/icons-material/src/material/round/do_not_disturb_off.svg diff --git a/projects/icons-material/src/round/do_not_disturb_on.svg b/projects/icons-material/src/material/round/do_not_disturb_on.svg similarity index 100% rename from projects/icons-material/src/round/do_not_disturb_on.svg rename to projects/icons-material/src/material/round/do_not_disturb_on.svg diff --git a/projects/icons-material/src/round/do_not_disturb_on_total_silence.svg b/projects/icons-material/src/material/round/do_not_disturb_on_total_silence.svg similarity index 100% rename from projects/icons-material/src/round/do_not_disturb_on_total_silence.svg rename to projects/icons-material/src/material/round/do_not_disturb_on_total_silence.svg diff --git a/projects/icons-material/src/round/do_not_step.svg b/projects/icons-material/src/material/round/do_not_step.svg similarity index 100% rename from projects/icons-material/src/round/do_not_step.svg rename to projects/icons-material/src/material/round/do_not_step.svg diff --git a/projects/icons-material/src/round/do_not_touch.svg b/projects/icons-material/src/material/round/do_not_touch.svg similarity index 100% rename from projects/icons-material/src/round/do_not_touch.svg rename to projects/icons-material/src/material/round/do_not_touch.svg diff --git a/projects/icons-material/src/round/dock.svg b/projects/icons-material/src/material/round/dock.svg similarity index 100% rename from projects/icons-material/src/round/dock.svg rename to projects/icons-material/src/material/round/dock.svg diff --git a/projects/icons-material/src/round/document_scanner.svg b/projects/icons-material/src/material/round/document_scanner.svg similarity index 100% rename from projects/icons-material/src/round/document_scanner.svg rename to projects/icons-material/src/material/round/document_scanner.svg diff --git a/projects/icons-material/src/round/domain.svg b/projects/icons-material/src/material/round/domain.svg similarity index 100% rename from projects/icons-material/src/round/domain.svg rename to projects/icons-material/src/material/round/domain.svg diff --git a/projects/icons-material/src/round/domain_add.svg b/projects/icons-material/src/material/round/domain_add.svg similarity index 100% rename from projects/icons-material/src/round/domain_add.svg rename to projects/icons-material/src/material/round/domain_add.svg diff --git a/projects/icons-material/src/round/domain_disabled.svg b/projects/icons-material/src/material/round/domain_disabled.svg similarity index 100% rename from projects/icons-material/src/round/domain_disabled.svg rename to projects/icons-material/src/material/round/domain_disabled.svg diff --git a/projects/icons-material/src/round/domain_verification.svg b/projects/icons-material/src/material/round/domain_verification.svg similarity index 100% rename from projects/icons-material/src/round/domain_verification.svg rename to projects/icons-material/src/material/round/domain_verification.svg diff --git a/projects/icons-material/src/round/done.svg b/projects/icons-material/src/material/round/done.svg similarity index 100% rename from projects/icons-material/src/round/done.svg rename to projects/icons-material/src/material/round/done.svg diff --git a/projects/icons-material/src/round/done_all.svg b/projects/icons-material/src/material/round/done_all.svg similarity index 100% rename from projects/icons-material/src/round/done_all.svg rename to projects/icons-material/src/material/round/done_all.svg diff --git a/projects/icons-material/src/round/done_outline.svg b/projects/icons-material/src/material/round/done_outline.svg similarity index 100% rename from projects/icons-material/src/round/done_outline.svg rename to projects/icons-material/src/material/round/done_outline.svg diff --git a/projects/icons-material/src/round/donut_large.svg b/projects/icons-material/src/material/round/donut_large.svg similarity index 100% rename from projects/icons-material/src/round/donut_large.svg rename to projects/icons-material/src/material/round/donut_large.svg diff --git a/projects/icons-material/src/round/donut_small.svg b/projects/icons-material/src/material/round/donut_small.svg similarity index 100% rename from projects/icons-material/src/round/donut_small.svg rename to projects/icons-material/src/material/round/donut_small.svg diff --git a/projects/icons-material/src/round/door_back.svg b/projects/icons-material/src/material/round/door_back.svg similarity index 100% rename from projects/icons-material/src/round/door_back.svg rename to projects/icons-material/src/material/round/door_back.svg diff --git a/projects/icons-material/src/round/door_front.svg b/projects/icons-material/src/material/round/door_front.svg similarity index 100% rename from projects/icons-material/src/round/door_front.svg rename to projects/icons-material/src/material/round/door_front.svg diff --git a/projects/icons-material/src/round/door_sliding.svg b/projects/icons-material/src/material/round/door_sliding.svg similarity index 100% rename from projects/icons-material/src/round/door_sliding.svg rename to projects/icons-material/src/material/round/door_sliding.svg diff --git a/projects/icons-material/src/round/doorbell.svg b/projects/icons-material/src/material/round/doorbell.svg similarity index 100% rename from projects/icons-material/src/round/doorbell.svg rename to projects/icons-material/src/material/round/doorbell.svg diff --git a/projects/icons-material/src/round/double_arrow.svg b/projects/icons-material/src/material/round/double_arrow.svg similarity index 100% rename from projects/icons-material/src/round/double_arrow.svg rename to projects/icons-material/src/material/round/double_arrow.svg diff --git a/projects/icons-material/src/round/downhill_skiing.svg b/projects/icons-material/src/material/round/downhill_skiing.svg similarity index 100% rename from projects/icons-material/src/round/downhill_skiing.svg rename to projects/icons-material/src/material/round/downhill_skiing.svg diff --git a/projects/icons-material/src/round/download.svg b/projects/icons-material/src/material/round/download.svg similarity index 100% rename from projects/icons-material/src/round/download.svg rename to projects/icons-material/src/material/round/download.svg diff --git a/projects/icons-material/src/round/download_done.svg b/projects/icons-material/src/material/round/download_done.svg similarity index 100% rename from projects/icons-material/src/round/download_done.svg rename to projects/icons-material/src/material/round/download_done.svg diff --git a/projects/icons-material/src/round/download_for_offline.svg b/projects/icons-material/src/material/round/download_for_offline.svg similarity index 100% rename from projects/icons-material/src/round/download_for_offline.svg rename to projects/icons-material/src/material/round/download_for_offline.svg diff --git a/projects/icons-material/src/round/downloading.svg b/projects/icons-material/src/material/round/downloading.svg similarity index 100% rename from projects/icons-material/src/round/downloading.svg rename to projects/icons-material/src/material/round/downloading.svg diff --git a/projects/icons-material/src/round/drafts.svg b/projects/icons-material/src/material/round/drafts.svg similarity index 100% rename from projects/icons-material/src/round/drafts.svg rename to projects/icons-material/src/material/round/drafts.svg diff --git a/projects/icons-material/src/round/drag_handle.svg b/projects/icons-material/src/material/round/drag_handle.svg similarity index 100% rename from projects/icons-material/src/round/drag_handle.svg rename to projects/icons-material/src/material/round/drag_handle.svg diff --git a/projects/icons-material/src/round/drag_indicator.svg b/projects/icons-material/src/material/round/drag_indicator.svg similarity index 100% rename from projects/icons-material/src/round/drag_indicator.svg rename to projects/icons-material/src/material/round/drag_indicator.svg diff --git a/projects/icons-material/src/round/draw.svg b/projects/icons-material/src/material/round/draw.svg similarity index 100% rename from projects/icons-material/src/round/draw.svg rename to projects/icons-material/src/material/round/draw.svg diff --git a/projects/icons-material/src/round/drive_eta.svg b/projects/icons-material/src/material/round/drive_eta.svg similarity index 100% rename from projects/icons-material/src/round/drive_eta.svg rename to projects/icons-material/src/material/round/drive_eta.svg diff --git a/projects/icons-material/src/round/drive_file_move.svg b/projects/icons-material/src/material/round/drive_file_move.svg similarity index 100% rename from projects/icons-material/src/round/drive_file_move.svg rename to projects/icons-material/src/material/round/drive_file_move.svg diff --git a/projects/icons-material/src/round/drive_file_move_rtl.svg b/projects/icons-material/src/material/round/drive_file_move_rtl.svg similarity index 100% rename from projects/icons-material/src/round/drive_file_move_rtl.svg rename to projects/icons-material/src/material/round/drive_file_move_rtl.svg diff --git a/projects/icons-material/src/round/drive_file_rename_outline.svg b/projects/icons-material/src/material/round/drive_file_rename_outline.svg similarity index 100% rename from projects/icons-material/src/round/drive_file_rename_outline.svg rename to projects/icons-material/src/material/round/drive_file_rename_outline.svg diff --git a/projects/icons-material/src/round/drive_folder_upload.svg b/projects/icons-material/src/material/round/drive_folder_upload.svg similarity index 100% rename from projects/icons-material/src/round/drive_folder_upload.svg rename to projects/icons-material/src/material/round/drive_folder_upload.svg diff --git a/projects/icons-material/src/round/dry.svg b/projects/icons-material/src/material/round/dry.svg similarity index 100% rename from projects/icons-material/src/round/dry.svg rename to projects/icons-material/src/material/round/dry.svg diff --git a/projects/icons-material/src/round/dry_cleaning.svg b/projects/icons-material/src/material/round/dry_cleaning.svg similarity index 100% rename from projects/icons-material/src/round/dry_cleaning.svg rename to projects/icons-material/src/material/round/dry_cleaning.svg diff --git a/projects/icons-material/src/round/duo.svg b/projects/icons-material/src/material/round/duo.svg similarity index 100% rename from projects/icons-material/src/round/duo.svg rename to projects/icons-material/src/material/round/duo.svg diff --git a/projects/icons-material/src/round/dvr.svg b/projects/icons-material/src/material/round/dvr.svg similarity index 100% rename from projects/icons-material/src/round/dvr.svg rename to projects/icons-material/src/material/round/dvr.svg diff --git a/projects/icons-material/src/round/dynamic_feed.svg b/projects/icons-material/src/material/round/dynamic_feed.svg similarity index 100% rename from projects/icons-material/src/round/dynamic_feed.svg rename to projects/icons-material/src/material/round/dynamic_feed.svg diff --git a/projects/icons-material/src/round/dynamic_form.svg b/projects/icons-material/src/material/round/dynamic_form.svg similarity index 100% rename from projects/icons-material/src/round/dynamic_form.svg rename to projects/icons-material/src/material/round/dynamic_form.svg diff --git a/projects/icons-material/src/round/e_mobiledata.svg b/projects/icons-material/src/material/round/e_mobiledata.svg similarity index 100% rename from projects/icons-material/src/round/e_mobiledata.svg rename to projects/icons-material/src/material/round/e_mobiledata.svg diff --git a/projects/icons-material/src/round/earbuds.svg b/projects/icons-material/src/material/round/earbuds.svg similarity index 100% rename from projects/icons-material/src/round/earbuds.svg rename to projects/icons-material/src/material/round/earbuds.svg diff --git a/projects/icons-material/src/round/earbuds_battery.svg b/projects/icons-material/src/material/round/earbuds_battery.svg similarity index 100% rename from projects/icons-material/src/round/earbuds_battery.svg rename to projects/icons-material/src/material/round/earbuds_battery.svg diff --git a/projects/icons-material/src/round/east.svg b/projects/icons-material/src/material/round/east.svg similarity index 100% rename from projects/icons-material/src/round/east.svg rename to projects/icons-material/src/material/round/east.svg diff --git a/projects/icons-material/src/round/edgesensor_high.svg b/projects/icons-material/src/material/round/edgesensor_high.svg similarity index 100% rename from projects/icons-material/src/round/edgesensor_high.svg rename to projects/icons-material/src/material/round/edgesensor_high.svg diff --git a/projects/icons-material/src/round/edgesensor_low.svg b/projects/icons-material/src/material/round/edgesensor_low.svg similarity index 100% rename from projects/icons-material/src/round/edgesensor_low.svg rename to projects/icons-material/src/material/round/edgesensor_low.svg diff --git a/projects/icons-material/src/round/edit.svg b/projects/icons-material/src/material/round/edit.svg similarity index 100% rename from projects/icons-material/src/round/edit.svg rename to projects/icons-material/src/material/round/edit.svg diff --git a/projects/icons-material/src/round/edit_attributes.svg b/projects/icons-material/src/material/round/edit_attributes.svg similarity index 100% rename from projects/icons-material/src/round/edit_attributes.svg rename to projects/icons-material/src/material/round/edit_attributes.svg diff --git a/projects/icons-material/src/round/edit_calendar.svg b/projects/icons-material/src/material/round/edit_calendar.svg similarity index 100% rename from projects/icons-material/src/round/edit_calendar.svg rename to projects/icons-material/src/material/round/edit_calendar.svg diff --git a/projects/icons-material/src/round/edit_location.svg b/projects/icons-material/src/material/round/edit_location.svg similarity index 100% rename from projects/icons-material/src/round/edit_location.svg rename to projects/icons-material/src/material/round/edit_location.svg diff --git a/projects/icons-material/src/round/edit_location_alt.svg b/projects/icons-material/src/material/round/edit_location_alt.svg similarity index 100% rename from projects/icons-material/src/round/edit_location_alt.svg rename to projects/icons-material/src/material/round/edit_location_alt.svg diff --git a/projects/icons-material/src/round/edit_note.svg b/projects/icons-material/src/material/round/edit_note.svg similarity index 100% rename from projects/icons-material/src/round/edit_note.svg rename to projects/icons-material/src/material/round/edit_note.svg diff --git a/projects/icons-material/src/round/edit_notifications.svg b/projects/icons-material/src/material/round/edit_notifications.svg similarity index 100% rename from projects/icons-material/src/round/edit_notifications.svg rename to projects/icons-material/src/material/round/edit_notifications.svg diff --git a/projects/icons-material/src/round/edit_off.svg b/projects/icons-material/src/material/round/edit_off.svg similarity index 100% rename from projects/icons-material/src/round/edit_off.svg rename to projects/icons-material/src/material/round/edit_off.svg diff --git a/projects/icons-material/src/round/edit_road.svg b/projects/icons-material/src/material/round/edit_road.svg similarity index 100% rename from projects/icons-material/src/round/edit_road.svg rename to projects/icons-material/src/material/round/edit_road.svg diff --git a/projects/icons-material/src/round/egg.svg b/projects/icons-material/src/material/round/egg.svg similarity index 100% rename from projects/icons-material/src/round/egg.svg rename to projects/icons-material/src/material/round/egg.svg diff --git a/projects/icons-material/src/round/egg_alt.svg b/projects/icons-material/src/material/round/egg_alt.svg similarity index 100% rename from projects/icons-material/src/round/egg_alt.svg rename to projects/icons-material/src/material/round/egg_alt.svg diff --git a/projects/icons-material/src/round/eject.svg b/projects/icons-material/src/material/round/eject.svg similarity index 100% rename from projects/icons-material/src/round/eject.svg rename to projects/icons-material/src/material/round/eject.svg diff --git a/projects/icons-material/src/round/elderly.svg b/projects/icons-material/src/material/round/elderly.svg similarity index 100% rename from projects/icons-material/src/round/elderly.svg rename to projects/icons-material/src/material/round/elderly.svg diff --git a/projects/icons-material/src/round/elderly_woman.svg b/projects/icons-material/src/material/round/elderly_woman.svg similarity index 100% rename from projects/icons-material/src/round/elderly_woman.svg rename to projects/icons-material/src/material/round/elderly_woman.svg diff --git a/projects/icons-material/src/round/electric_bike.svg b/projects/icons-material/src/material/round/electric_bike.svg similarity index 100% rename from projects/icons-material/src/round/electric_bike.svg rename to projects/icons-material/src/material/round/electric_bike.svg diff --git a/projects/icons-material/src/round/electric_bolt.svg b/projects/icons-material/src/material/round/electric_bolt.svg similarity index 100% rename from projects/icons-material/src/round/electric_bolt.svg rename to projects/icons-material/src/material/round/electric_bolt.svg diff --git a/projects/icons-material/src/round/electric_car.svg b/projects/icons-material/src/material/round/electric_car.svg similarity index 100% rename from projects/icons-material/src/round/electric_car.svg rename to projects/icons-material/src/material/round/electric_car.svg diff --git a/projects/icons-material/src/round/electric_meter.svg b/projects/icons-material/src/material/round/electric_meter.svg similarity index 100% rename from projects/icons-material/src/round/electric_meter.svg rename to projects/icons-material/src/material/round/electric_meter.svg diff --git a/projects/icons-material/src/round/electric_moped.svg b/projects/icons-material/src/material/round/electric_moped.svg similarity index 100% rename from projects/icons-material/src/round/electric_moped.svg rename to projects/icons-material/src/material/round/electric_moped.svg diff --git a/projects/icons-material/src/round/electric_rickshaw.svg b/projects/icons-material/src/material/round/electric_rickshaw.svg similarity index 100% rename from projects/icons-material/src/round/electric_rickshaw.svg rename to projects/icons-material/src/material/round/electric_rickshaw.svg diff --git a/projects/icons-material/src/round/electric_scooter.svg b/projects/icons-material/src/material/round/electric_scooter.svg similarity index 100% rename from projects/icons-material/src/round/electric_scooter.svg rename to projects/icons-material/src/material/round/electric_scooter.svg diff --git a/projects/icons-material/src/round/electrical_services.svg b/projects/icons-material/src/material/round/electrical_services.svg similarity index 100% rename from projects/icons-material/src/round/electrical_services.svg rename to projects/icons-material/src/material/round/electrical_services.svg diff --git a/projects/icons-material/src/round/elevator.svg b/projects/icons-material/src/material/round/elevator.svg similarity index 100% rename from projects/icons-material/src/round/elevator.svg rename to projects/icons-material/src/material/round/elevator.svg diff --git a/projects/icons-material/src/round/email.svg b/projects/icons-material/src/material/round/email.svg similarity index 100% rename from projects/icons-material/src/round/email.svg rename to projects/icons-material/src/material/round/email.svg diff --git a/projects/icons-material/src/round/emergency.svg b/projects/icons-material/src/material/round/emergency.svg similarity index 100% rename from projects/icons-material/src/round/emergency.svg rename to projects/icons-material/src/material/round/emergency.svg diff --git a/projects/icons-material/src/round/emergency_recording.svg b/projects/icons-material/src/material/round/emergency_recording.svg similarity index 100% rename from projects/icons-material/src/round/emergency_recording.svg rename to projects/icons-material/src/material/round/emergency_recording.svg diff --git a/projects/icons-material/src/round/emergency_share.svg b/projects/icons-material/src/material/round/emergency_share.svg similarity index 100% rename from projects/icons-material/src/round/emergency_share.svg rename to projects/icons-material/src/material/round/emergency_share.svg diff --git a/projects/icons-material/src/round/emoji_emotions.svg b/projects/icons-material/src/material/round/emoji_emotions.svg similarity index 100% rename from projects/icons-material/src/round/emoji_emotions.svg rename to projects/icons-material/src/material/round/emoji_emotions.svg diff --git a/projects/icons-material/src/round/emoji_events.svg b/projects/icons-material/src/material/round/emoji_events.svg similarity index 100% rename from projects/icons-material/src/round/emoji_events.svg rename to projects/icons-material/src/material/round/emoji_events.svg diff --git a/projects/icons-material/src/round/emoji_food_beverage.svg b/projects/icons-material/src/material/round/emoji_food_beverage.svg similarity index 100% rename from projects/icons-material/src/round/emoji_food_beverage.svg rename to projects/icons-material/src/material/round/emoji_food_beverage.svg diff --git a/projects/icons-material/src/round/emoji_nature.svg b/projects/icons-material/src/material/round/emoji_nature.svg similarity index 100% rename from projects/icons-material/src/round/emoji_nature.svg rename to projects/icons-material/src/material/round/emoji_nature.svg diff --git a/projects/icons-material/src/round/emoji_objects.svg b/projects/icons-material/src/material/round/emoji_objects.svg similarity index 100% rename from projects/icons-material/src/round/emoji_objects.svg rename to projects/icons-material/src/material/round/emoji_objects.svg diff --git a/projects/icons-material/src/round/emoji_people.svg b/projects/icons-material/src/material/round/emoji_people.svg similarity index 100% rename from projects/icons-material/src/round/emoji_people.svg rename to projects/icons-material/src/material/round/emoji_people.svg diff --git a/projects/icons-material/src/round/emoji_symbols.svg b/projects/icons-material/src/material/round/emoji_symbols.svg similarity index 100% rename from projects/icons-material/src/round/emoji_symbols.svg rename to projects/icons-material/src/material/round/emoji_symbols.svg diff --git a/projects/icons-material/src/round/emoji_transportation.svg b/projects/icons-material/src/material/round/emoji_transportation.svg similarity index 100% rename from projects/icons-material/src/round/emoji_transportation.svg rename to projects/icons-material/src/material/round/emoji_transportation.svg diff --git a/projects/icons-material/src/round/energy_savings_leaf.svg b/projects/icons-material/src/material/round/energy_savings_leaf.svg similarity index 100% rename from projects/icons-material/src/round/energy_savings_leaf.svg rename to projects/icons-material/src/material/round/energy_savings_leaf.svg diff --git a/projects/icons-material/src/round/engineering.svg b/projects/icons-material/src/material/round/engineering.svg similarity index 100% rename from projects/icons-material/src/round/engineering.svg rename to projects/icons-material/src/material/round/engineering.svg diff --git a/projects/icons-material/src/round/enhanced_encryption.svg b/projects/icons-material/src/material/round/enhanced_encryption.svg similarity index 100% rename from projects/icons-material/src/round/enhanced_encryption.svg rename to projects/icons-material/src/material/round/enhanced_encryption.svg diff --git a/projects/icons-material/src/round/equalizer.svg b/projects/icons-material/src/material/round/equalizer.svg similarity index 100% rename from projects/icons-material/src/round/equalizer.svg rename to projects/icons-material/src/material/round/equalizer.svg diff --git a/projects/icons-material/src/round/error.svg b/projects/icons-material/src/material/round/error.svg similarity index 100% rename from projects/icons-material/src/round/error.svg rename to projects/icons-material/src/material/round/error.svg diff --git a/projects/icons-material/src/round/error_outline.svg b/projects/icons-material/src/material/round/error_outline.svg similarity index 100% rename from projects/icons-material/src/round/error_outline.svg rename to projects/icons-material/src/material/round/error_outline.svg diff --git a/projects/icons-material/src/round/escalator.svg b/projects/icons-material/src/material/round/escalator.svg similarity index 100% rename from projects/icons-material/src/round/escalator.svg rename to projects/icons-material/src/material/round/escalator.svg diff --git a/projects/icons-material/src/round/escalator_warning.svg b/projects/icons-material/src/material/round/escalator_warning.svg similarity index 100% rename from projects/icons-material/src/round/escalator_warning.svg rename to projects/icons-material/src/material/round/escalator_warning.svg diff --git a/projects/icons-material/src/round/euro.svg b/projects/icons-material/src/material/round/euro.svg similarity index 100% rename from projects/icons-material/src/round/euro.svg rename to projects/icons-material/src/material/round/euro.svg diff --git a/projects/icons-material/src/round/euro_symbol.svg b/projects/icons-material/src/material/round/euro_symbol.svg similarity index 100% rename from projects/icons-material/src/round/euro_symbol.svg rename to projects/icons-material/src/material/round/euro_symbol.svg diff --git a/projects/icons-material/src/round/ev_station.svg b/projects/icons-material/src/material/round/ev_station.svg similarity index 100% rename from projects/icons-material/src/round/ev_station.svg rename to projects/icons-material/src/material/round/ev_station.svg diff --git a/projects/icons-material/src/round/event.svg b/projects/icons-material/src/material/round/event.svg similarity index 100% rename from projects/icons-material/src/round/event.svg rename to projects/icons-material/src/material/round/event.svg diff --git a/projects/icons-material/src/round/event_available.svg b/projects/icons-material/src/material/round/event_available.svg similarity index 100% rename from projects/icons-material/src/round/event_available.svg rename to projects/icons-material/src/material/round/event_available.svg diff --git a/projects/icons-material/src/round/event_busy.svg b/projects/icons-material/src/material/round/event_busy.svg similarity index 100% rename from projects/icons-material/src/round/event_busy.svg rename to projects/icons-material/src/material/round/event_busy.svg diff --git a/projects/icons-material/src/round/event_note.svg b/projects/icons-material/src/material/round/event_note.svg similarity index 100% rename from projects/icons-material/src/round/event_note.svg rename to projects/icons-material/src/material/round/event_note.svg diff --git a/projects/icons-material/src/round/event_repeat.svg b/projects/icons-material/src/material/round/event_repeat.svg similarity index 100% rename from projects/icons-material/src/round/event_repeat.svg rename to projects/icons-material/src/material/round/event_repeat.svg diff --git a/projects/icons-material/src/round/event_seat.svg b/projects/icons-material/src/material/round/event_seat.svg similarity index 100% rename from projects/icons-material/src/round/event_seat.svg rename to projects/icons-material/src/material/round/event_seat.svg diff --git a/projects/icons-material/src/round/exit_to_app.svg b/projects/icons-material/src/material/round/exit_to_app.svg similarity index 100% rename from projects/icons-material/src/round/exit_to_app.svg rename to projects/icons-material/src/material/round/exit_to_app.svg diff --git a/projects/icons-material/src/round/expand.svg b/projects/icons-material/src/material/round/expand.svg similarity index 100% rename from projects/icons-material/src/round/expand.svg rename to projects/icons-material/src/material/round/expand.svg diff --git a/projects/icons-material/src/round/expand_circle_down.svg b/projects/icons-material/src/material/round/expand_circle_down.svg similarity index 100% rename from projects/icons-material/src/round/expand_circle_down.svg rename to projects/icons-material/src/material/round/expand_circle_down.svg diff --git a/projects/icons-material/src/round/expand_less.svg b/projects/icons-material/src/material/round/expand_less.svg similarity index 100% rename from projects/icons-material/src/round/expand_less.svg rename to projects/icons-material/src/material/round/expand_less.svg diff --git a/projects/icons-material/src/round/expand_more.svg b/projects/icons-material/src/material/round/expand_more.svg similarity index 100% rename from projects/icons-material/src/round/expand_more.svg rename to projects/icons-material/src/material/round/expand_more.svg diff --git a/projects/icons-material/src/round/explicit.svg b/projects/icons-material/src/material/round/explicit.svg similarity index 100% rename from projects/icons-material/src/round/explicit.svg rename to projects/icons-material/src/material/round/explicit.svg diff --git a/projects/icons-material/src/round/explore.svg b/projects/icons-material/src/material/round/explore.svg similarity index 100% rename from projects/icons-material/src/round/explore.svg rename to projects/icons-material/src/material/round/explore.svg diff --git a/projects/icons-material/src/round/explore_off.svg b/projects/icons-material/src/material/round/explore_off.svg similarity index 100% rename from projects/icons-material/src/round/explore_off.svg rename to projects/icons-material/src/material/round/explore_off.svg diff --git a/projects/icons-material/src/round/exposure.svg b/projects/icons-material/src/material/round/exposure.svg similarity index 100% rename from projects/icons-material/src/round/exposure.svg rename to projects/icons-material/src/material/round/exposure.svg diff --git a/projects/icons-material/src/round/exposure_neg_1.svg b/projects/icons-material/src/material/round/exposure_neg_1.svg similarity index 100% rename from projects/icons-material/src/round/exposure_neg_1.svg rename to projects/icons-material/src/material/round/exposure_neg_1.svg diff --git a/projects/icons-material/src/round/exposure_neg_2.svg b/projects/icons-material/src/material/round/exposure_neg_2.svg similarity index 100% rename from projects/icons-material/src/round/exposure_neg_2.svg rename to projects/icons-material/src/material/round/exposure_neg_2.svg diff --git a/projects/icons-material/src/round/exposure_plus_1.svg b/projects/icons-material/src/material/round/exposure_plus_1.svg similarity index 100% rename from projects/icons-material/src/round/exposure_plus_1.svg rename to projects/icons-material/src/material/round/exposure_plus_1.svg diff --git a/projects/icons-material/src/round/exposure_plus_2.svg b/projects/icons-material/src/material/round/exposure_plus_2.svg similarity index 100% rename from projects/icons-material/src/round/exposure_plus_2.svg rename to projects/icons-material/src/material/round/exposure_plus_2.svg diff --git a/projects/icons-material/src/round/exposure_zero.svg b/projects/icons-material/src/material/round/exposure_zero.svg similarity index 100% rename from projects/icons-material/src/round/exposure_zero.svg rename to projects/icons-material/src/material/round/exposure_zero.svg diff --git a/projects/icons-material/src/round/extension.svg b/projects/icons-material/src/material/round/extension.svg similarity index 100% rename from projects/icons-material/src/round/extension.svg rename to projects/icons-material/src/material/round/extension.svg diff --git a/projects/icons-material/src/round/extension_off.svg b/projects/icons-material/src/material/round/extension_off.svg similarity index 100% rename from projects/icons-material/src/round/extension_off.svg rename to projects/icons-material/src/material/round/extension_off.svg diff --git a/projects/icons-material/src/round/face.svg b/projects/icons-material/src/material/round/face.svg similarity index 100% rename from projects/icons-material/src/round/face.svg rename to projects/icons-material/src/material/round/face.svg diff --git a/projects/icons-material/src/round/face_2.svg b/projects/icons-material/src/material/round/face_2.svg similarity index 100% rename from projects/icons-material/src/round/face_2.svg rename to projects/icons-material/src/material/round/face_2.svg diff --git a/projects/icons-material/src/round/face_3.svg b/projects/icons-material/src/material/round/face_3.svg similarity index 100% rename from projects/icons-material/src/round/face_3.svg rename to projects/icons-material/src/material/round/face_3.svg diff --git a/projects/icons-material/src/round/face_4.svg b/projects/icons-material/src/material/round/face_4.svg similarity index 100% rename from projects/icons-material/src/round/face_4.svg rename to projects/icons-material/src/material/round/face_4.svg diff --git a/projects/icons-material/src/round/face_5.svg b/projects/icons-material/src/material/round/face_5.svg similarity index 100% rename from projects/icons-material/src/round/face_5.svg rename to projects/icons-material/src/material/round/face_5.svg diff --git a/projects/icons-material/src/round/face_6.svg b/projects/icons-material/src/material/round/face_6.svg similarity index 100% rename from projects/icons-material/src/round/face_6.svg rename to projects/icons-material/src/material/round/face_6.svg diff --git a/projects/icons-material/src/round/face_retouching_natural.svg b/projects/icons-material/src/material/round/face_retouching_natural.svg similarity index 100% rename from projects/icons-material/src/round/face_retouching_natural.svg rename to projects/icons-material/src/material/round/face_retouching_natural.svg diff --git a/projects/icons-material/src/round/face_retouching_off.svg b/projects/icons-material/src/material/round/face_retouching_off.svg similarity index 100% rename from projects/icons-material/src/round/face_retouching_off.svg rename to projects/icons-material/src/material/round/face_retouching_off.svg diff --git a/projects/icons-material/src/round/fact_check.svg b/projects/icons-material/src/material/round/fact_check.svg similarity index 100% rename from projects/icons-material/src/round/fact_check.svg rename to projects/icons-material/src/material/round/fact_check.svg diff --git a/projects/icons-material/src/round/factory.svg b/projects/icons-material/src/material/round/factory.svg similarity index 100% rename from projects/icons-material/src/round/factory.svg rename to projects/icons-material/src/material/round/factory.svg diff --git a/projects/icons-material/src/round/family_restroom.svg b/projects/icons-material/src/material/round/family_restroom.svg similarity index 100% rename from projects/icons-material/src/round/family_restroom.svg rename to projects/icons-material/src/material/round/family_restroom.svg diff --git a/projects/icons-material/src/round/fast_forward.svg b/projects/icons-material/src/material/round/fast_forward.svg similarity index 100% rename from projects/icons-material/src/round/fast_forward.svg rename to projects/icons-material/src/material/round/fast_forward.svg diff --git a/projects/icons-material/src/round/fast_rewind.svg b/projects/icons-material/src/material/round/fast_rewind.svg similarity index 100% rename from projects/icons-material/src/round/fast_rewind.svg rename to projects/icons-material/src/material/round/fast_rewind.svg diff --git a/projects/icons-material/src/round/fastfood.svg b/projects/icons-material/src/material/round/fastfood.svg similarity index 100% rename from projects/icons-material/src/round/fastfood.svg rename to projects/icons-material/src/material/round/fastfood.svg diff --git a/projects/icons-material/src/round/favorite.svg b/projects/icons-material/src/material/round/favorite.svg similarity index 100% rename from projects/icons-material/src/round/favorite.svg rename to projects/icons-material/src/material/round/favorite.svg diff --git a/projects/icons-material/src/round/favorite_border.svg b/projects/icons-material/src/material/round/favorite_border.svg similarity index 100% rename from projects/icons-material/src/round/favorite_border.svg rename to projects/icons-material/src/material/round/favorite_border.svg diff --git a/projects/icons-material/src/round/fax.svg b/projects/icons-material/src/material/round/fax.svg similarity index 100% rename from projects/icons-material/src/round/fax.svg rename to projects/icons-material/src/material/round/fax.svg diff --git a/projects/icons-material/src/round/featured_play_list.svg b/projects/icons-material/src/material/round/featured_play_list.svg similarity index 100% rename from projects/icons-material/src/round/featured_play_list.svg rename to projects/icons-material/src/material/round/featured_play_list.svg diff --git a/projects/icons-material/src/round/featured_video.svg b/projects/icons-material/src/material/round/featured_video.svg similarity index 100% rename from projects/icons-material/src/round/featured_video.svg rename to projects/icons-material/src/material/round/featured_video.svg diff --git a/projects/icons-material/src/round/feed.svg b/projects/icons-material/src/material/round/feed.svg similarity index 100% rename from projects/icons-material/src/round/feed.svg rename to projects/icons-material/src/material/round/feed.svg diff --git a/projects/icons-material/src/round/feedback.svg b/projects/icons-material/src/material/round/feedback.svg similarity index 100% rename from projects/icons-material/src/round/feedback.svg rename to projects/icons-material/src/material/round/feedback.svg diff --git a/projects/icons-material/src/round/female.svg b/projects/icons-material/src/material/round/female.svg similarity index 100% rename from projects/icons-material/src/round/female.svg rename to projects/icons-material/src/material/round/female.svg diff --git a/projects/icons-material/src/round/fence.svg b/projects/icons-material/src/material/round/fence.svg similarity index 100% rename from projects/icons-material/src/round/fence.svg rename to projects/icons-material/src/material/round/fence.svg diff --git a/projects/icons-material/src/round/festival.svg b/projects/icons-material/src/material/round/festival.svg similarity index 100% rename from projects/icons-material/src/round/festival.svg rename to projects/icons-material/src/material/round/festival.svg diff --git a/projects/icons-material/src/round/fiber_dvr.svg b/projects/icons-material/src/material/round/fiber_dvr.svg similarity index 100% rename from projects/icons-material/src/round/fiber_dvr.svg rename to projects/icons-material/src/material/round/fiber_dvr.svg diff --git a/projects/icons-material/src/round/fiber_manual_record.svg b/projects/icons-material/src/material/round/fiber_manual_record.svg similarity index 100% rename from projects/icons-material/src/round/fiber_manual_record.svg rename to projects/icons-material/src/material/round/fiber_manual_record.svg diff --git a/projects/icons-material/src/round/fiber_new.svg b/projects/icons-material/src/material/round/fiber_new.svg similarity index 100% rename from projects/icons-material/src/round/fiber_new.svg rename to projects/icons-material/src/material/round/fiber_new.svg diff --git a/projects/icons-material/src/round/fiber_pin.svg b/projects/icons-material/src/material/round/fiber_pin.svg similarity index 100% rename from projects/icons-material/src/round/fiber_pin.svg rename to projects/icons-material/src/material/round/fiber_pin.svg diff --git a/projects/icons-material/src/round/fiber_smart_record.svg b/projects/icons-material/src/material/round/fiber_smart_record.svg similarity index 100% rename from projects/icons-material/src/round/fiber_smart_record.svg rename to projects/icons-material/src/material/round/fiber_smart_record.svg diff --git a/projects/icons-material/src/round/file_copy.svg b/projects/icons-material/src/material/round/file_copy.svg similarity index 100% rename from projects/icons-material/src/round/file_copy.svg rename to projects/icons-material/src/material/round/file_copy.svg diff --git a/projects/icons-material/src/round/file_download.svg b/projects/icons-material/src/material/round/file_download.svg similarity index 100% rename from projects/icons-material/src/round/file_download.svg rename to projects/icons-material/src/material/round/file_download.svg diff --git a/projects/icons-material/src/round/file_download_done.svg b/projects/icons-material/src/material/round/file_download_done.svg similarity index 100% rename from projects/icons-material/src/round/file_download_done.svg rename to projects/icons-material/src/material/round/file_download_done.svg diff --git a/projects/icons-material/src/round/file_download_off.svg b/projects/icons-material/src/material/round/file_download_off.svg similarity index 100% rename from projects/icons-material/src/round/file_download_off.svg rename to projects/icons-material/src/material/round/file_download_off.svg diff --git a/projects/icons-material/src/round/file_open.svg b/projects/icons-material/src/material/round/file_open.svg similarity index 100% rename from projects/icons-material/src/round/file_open.svg rename to projects/icons-material/src/material/round/file_open.svg diff --git a/projects/icons-material/src/round/file_present.svg b/projects/icons-material/src/material/round/file_present.svg similarity index 100% rename from projects/icons-material/src/round/file_present.svg rename to projects/icons-material/src/material/round/file_present.svg diff --git a/projects/icons-material/src/round/file_upload.svg b/projects/icons-material/src/material/round/file_upload.svg similarity index 100% rename from projects/icons-material/src/round/file_upload.svg rename to projects/icons-material/src/material/round/file_upload.svg diff --git a/projects/icons-material/src/round/filter.svg b/projects/icons-material/src/material/round/filter.svg similarity index 100% rename from projects/icons-material/src/round/filter.svg rename to projects/icons-material/src/material/round/filter.svg diff --git a/projects/icons-material/src/round/filter_1.svg b/projects/icons-material/src/material/round/filter_1.svg similarity index 100% rename from projects/icons-material/src/round/filter_1.svg rename to projects/icons-material/src/material/round/filter_1.svg diff --git a/projects/icons-material/src/round/filter_2.svg b/projects/icons-material/src/material/round/filter_2.svg similarity index 100% rename from projects/icons-material/src/round/filter_2.svg rename to projects/icons-material/src/material/round/filter_2.svg diff --git a/projects/icons-material/src/round/filter_3.svg b/projects/icons-material/src/material/round/filter_3.svg similarity index 100% rename from projects/icons-material/src/round/filter_3.svg rename to projects/icons-material/src/material/round/filter_3.svg diff --git a/projects/icons-material/src/round/filter_4.svg b/projects/icons-material/src/material/round/filter_4.svg similarity index 100% rename from projects/icons-material/src/round/filter_4.svg rename to projects/icons-material/src/material/round/filter_4.svg diff --git a/projects/icons-material/src/round/filter_5.svg b/projects/icons-material/src/material/round/filter_5.svg similarity index 100% rename from projects/icons-material/src/round/filter_5.svg rename to projects/icons-material/src/material/round/filter_5.svg diff --git a/projects/icons-material/src/round/filter_6.svg b/projects/icons-material/src/material/round/filter_6.svg similarity index 100% rename from projects/icons-material/src/round/filter_6.svg rename to projects/icons-material/src/material/round/filter_6.svg diff --git a/projects/icons-material/src/round/filter_7.svg b/projects/icons-material/src/material/round/filter_7.svg similarity index 100% rename from projects/icons-material/src/round/filter_7.svg rename to projects/icons-material/src/material/round/filter_7.svg diff --git a/projects/icons-material/src/round/filter_8.svg b/projects/icons-material/src/material/round/filter_8.svg similarity index 100% rename from projects/icons-material/src/round/filter_8.svg rename to projects/icons-material/src/material/round/filter_8.svg diff --git a/projects/icons-material/src/round/filter_9.svg b/projects/icons-material/src/material/round/filter_9.svg similarity index 100% rename from projects/icons-material/src/round/filter_9.svg rename to projects/icons-material/src/material/round/filter_9.svg diff --git a/projects/icons-material/src/round/filter_9_plus.svg b/projects/icons-material/src/material/round/filter_9_plus.svg similarity index 100% rename from projects/icons-material/src/round/filter_9_plus.svg rename to projects/icons-material/src/material/round/filter_9_plus.svg diff --git a/projects/icons-material/src/round/filter_alt.svg b/projects/icons-material/src/material/round/filter_alt.svg similarity index 100% rename from projects/icons-material/src/round/filter_alt.svg rename to projects/icons-material/src/material/round/filter_alt.svg diff --git a/projects/icons-material/src/round/filter_alt_off.svg b/projects/icons-material/src/material/round/filter_alt_off.svg similarity index 100% rename from projects/icons-material/src/round/filter_alt_off.svg rename to projects/icons-material/src/material/round/filter_alt_off.svg diff --git a/projects/icons-material/src/round/filter_b_and_w.svg b/projects/icons-material/src/material/round/filter_b_and_w.svg similarity index 100% rename from projects/icons-material/src/round/filter_b_and_w.svg rename to projects/icons-material/src/material/round/filter_b_and_w.svg diff --git a/projects/icons-material/src/round/filter_center_focus.svg b/projects/icons-material/src/material/round/filter_center_focus.svg similarity index 100% rename from projects/icons-material/src/round/filter_center_focus.svg rename to projects/icons-material/src/material/round/filter_center_focus.svg diff --git a/projects/icons-material/src/round/filter_drama.svg b/projects/icons-material/src/material/round/filter_drama.svg similarity index 100% rename from projects/icons-material/src/round/filter_drama.svg rename to projects/icons-material/src/material/round/filter_drama.svg diff --git a/projects/icons-material/src/round/filter_frames.svg b/projects/icons-material/src/material/round/filter_frames.svg similarity index 100% rename from projects/icons-material/src/round/filter_frames.svg rename to projects/icons-material/src/material/round/filter_frames.svg diff --git a/projects/icons-material/src/round/filter_hdr.svg b/projects/icons-material/src/material/round/filter_hdr.svg similarity index 100% rename from projects/icons-material/src/round/filter_hdr.svg rename to projects/icons-material/src/material/round/filter_hdr.svg diff --git a/projects/icons-material/src/round/filter_list.svg b/projects/icons-material/src/material/round/filter_list.svg similarity index 100% rename from projects/icons-material/src/round/filter_list.svg rename to projects/icons-material/src/material/round/filter_list.svg diff --git a/projects/icons-material/src/round/filter_list_off.svg b/projects/icons-material/src/material/round/filter_list_off.svg similarity index 100% rename from projects/icons-material/src/round/filter_list_off.svg rename to projects/icons-material/src/material/round/filter_list_off.svg diff --git a/projects/icons-material/src/round/filter_none.svg b/projects/icons-material/src/material/round/filter_none.svg similarity index 100% rename from projects/icons-material/src/round/filter_none.svg rename to projects/icons-material/src/material/round/filter_none.svg diff --git a/projects/icons-material/src/round/filter_tilt_shift.svg b/projects/icons-material/src/material/round/filter_tilt_shift.svg similarity index 100% rename from projects/icons-material/src/round/filter_tilt_shift.svg rename to projects/icons-material/src/material/round/filter_tilt_shift.svg diff --git a/projects/icons-material/src/round/filter_vintage.svg b/projects/icons-material/src/material/round/filter_vintage.svg similarity index 100% rename from projects/icons-material/src/round/filter_vintage.svg rename to projects/icons-material/src/material/round/filter_vintage.svg diff --git a/projects/icons-material/src/round/find_in_page.svg b/projects/icons-material/src/material/round/find_in_page.svg similarity index 100% rename from projects/icons-material/src/round/find_in_page.svg rename to projects/icons-material/src/material/round/find_in_page.svg diff --git a/projects/icons-material/src/round/find_replace.svg b/projects/icons-material/src/material/round/find_replace.svg similarity index 100% rename from projects/icons-material/src/round/find_replace.svg rename to projects/icons-material/src/material/round/find_replace.svg diff --git a/projects/icons-material/src/round/fingerprint.svg b/projects/icons-material/src/material/round/fingerprint.svg similarity index 100% rename from projects/icons-material/src/round/fingerprint.svg rename to projects/icons-material/src/material/round/fingerprint.svg diff --git a/projects/icons-material/src/round/fire_extinguisher.svg b/projects/icons-material/src/material/round/fire_extinguisher.svg similarity index 100% rename from projects/icons-material/src/round/fire_extinguisher.svg rename to projects/icons-material/src/material/round/fire_extinguisher.svg diff --git a/projects/icons-material/src/round/fire_hydrant_alt.svg b/projects/icons-material/src/material/round/fire_hydrant_alt.svg similarity index 100% rename from projects/icons-material/src/round/fire_hydrant_alt.svg rename to projects/icons-material/src/material/round/fire_hydrant_alt.svg diff --git a/projects/icons-material/src/round/fire_truck.svg b/projects/icons-material/src/material/round/fire_truck.svg similarity index 100% rename from projects/icons-material/src/round/fire_truck.svg rename to projects/icons-material/src/material/round/fire_truck.svg diff --git a/projects/icons-material/src/round/fireplace.svg b/projects/icons-material/src/material/round/fireplace.svg similarity index 100% rename from projects/icons-material/src/round/fireplace.svg rename to projects/icons-material/src/material/round/fireplace.svg diff --git a/projects/icons-material/src/round/first_page.svg b/projects/icons-material/src/material/round/first_page.svg similarity index 100% rename from projects/icons-material/src/round/first_page.svg rename to projects/icons-material/src/material/round/first_page.svg diff --git a/projects/icons-material/src/round/fit_screen.svg b/projects/icons-material/src/material/round/fit_screen.svg similarity index 100% rename from projects/icons-material/src/round/fit_screen.svg rename to projects/icons-material/src/material/round/fit_screen.svg diff --git a/projects/icons-material/src/round/fitbit.svg b/projects/icons-material/src/material/round/fitbit.svg similarity index 100% rename from projects/icons-material/src/round/fitbit.svg rename to projects/icons-material/src/material/round/fitbit.svg diff --git a/projects/icons-material/src/round/fitness_center.svg b/projects/icons-material/src/material/round/fitness_center.svg similarity index 100% rename from projects/icons-material/src/round/fitness_center.svg rename to projects/icons-material/src/material/round/fitness_center.svg diff --git a/projects/icons-material/src/round/flag.svg b/projects/icons-material/src/material/round/flag.svg similarity index 100% rename from projects/icons-material/src/round/flag.svg rename to projects/icons-material/src/material/round/flag.svg diff --git a/projects/icons-material/src/round/flag_circle.svg b/projects/icons-material/src/material/round/flag_circle.svg similarity index 100% rename from projects/icons-material/src/round/flag_circle.svg rename to projects/icons-material/src/material/round/flag_circle.svg diff --git a/projects/icons-material/src/round/flaky.svg b/projects/icons-material/src/material/round/flaky.svg similarity index 100% rename from projects/icons-material/src/round/flaky.svg rename to projects/icons-material/src/material/round/flaky.svg diff --git a/projects/icons-material/src/round/flare.svg b/projects/icons-material/src/material/round/flare.svg similarity index 100% rename from projects/icons-material/src/round/flare.svg rename to projects/icons-material/src/material/round/flare.svg diff --git a/projects/icons-material/src/round/flash_auto.svg b/projects/icons-material/src/material/round/flash_auto.svg similarity index 100% rename from projects/icons-material/src/round/flash_auto.svg rename to projects/icons-material/src/material/round/flash_auto.svg diff --git a/projects/icons-material/src/round/flash_off.svg b/projects/icons-material/src/material/round/flash_off.svg similarity index 100% rename from projects/icons-material/src/round/flash_off.svg rename to projects/icons-material/src/material/round/flash_off.svg diff --git a/projects/icons-material/src/round/flash_on.svg b/projects/icons-material/src/material/round/flash_on.svg similarity index 100% rename from projects/icons-material/src/round/flash_on.svg rename to projects/icons-material/src/material/round/flash_on.svg diff --git a/projects/icons-material/src/round/flashlight_off.svg b/projects/icons-material/src/material/round/flashlight_off.svg similarity index 100% rename from projects/icons-material/src/round/flashlight_off.svg rename to projects/icons-material/src/material/round/flashlight_off.svg diff --git a/projects/icons-material/src/round/flashlight_on.svg b/projects/icons-material/src/material/round/flashlight_on.svg similarity index 100% rename from projects/icons-material/src/round/flashlight_on.svg rename to projects/icons-material/src/material/round/flashlight_on.svg diff --git a/projects/icons-material/src/round/flatware.svg b/projects/icons-material/src/material/round/flatware.svg similarity index 100% rename from projects/icons-material/src/round/flatware.svg rename to projects/icons-material/src/material/round/flatware.svg diff --git a/projects/icons-material/src/round/flight.svg b/projects/icons-material/src/material/round/flight.svg similarity index 100% rename from projects/icons-material/src/round/flight.svg rename to projects/icons-material/src/material/round/flight.svg diff --git a/projects/icons-material/src/round/flight_class.svg b/projects/icons-material/src/material/round/flight_class.svg similarity index 100% rename from projects/icons-material/src/round/flight_class.svg rename to projects/icons-material/src/material/round/flight_class.svg diff --git a/projects/icons-material/src/round/flight_land.svg b/projects/icons-material/src/material/round/flight_land.svg similarity index 100% rename from projects/icons-material/src/round/flight_land.svg rename to projects/icons-material/src/material/round/flight_land.svg diff --git a/projects/icons-material/src/round/flight_takeoff.svg b/projects/icons-material/src/material/round/flight_takeoff.svg similarity index 100% rename from projects/icons-material/src/round/flight_takeoff.svg rename to projects/icons-material/src/material/round/flight_takeoff.svg diff --git a/projects/icons-material/src/round/flip.svg b/projects/icons-material/src/material/round/flip.svg similarity index 100% rename from projects/icons-material/src/round/flip.svg rename to projects/icons-material/src/material/round/flip.svg diff --git a/projects/icons-material/src/round/flip_camera_android.svg b/projects/icons-material/src/material/round/flip_camera_android.svg similarity index 100% rename from projects/icons-material/src/round/flip_camera_android.svg rename to projects/icons-material/src/material/round/flip_camera_android.svg diff --git a/projects/icons-material/src/round/flip_camera_ios.svg b/projects/icons-material/src/material/round/flip_camera_ios.svg similarity index 100% rename from projects/icons-material/src/round/flip_camera_ios.svg rename to projects/icons-material/src/material/round/flip_camera_ios.svg diff --git a/projects/icons-material/src/round/flip_to_back.svg b/projects/icons-material/src/material/round/flip_to_back.svg similarity index 100% rename from projects/icons-material/src/round/flip_to_back.svg rename to projects/icons-material/src/material/round/flip_to_back.svg diff --git a/projects/icons-material/src/round/flip_to_front.svg b/projects/icons-material/src/material/round/flip_to_front.svg similarity index 100% rename from projects/icons-material/src/round/flip_to_front.svg rename to projects/icons-material/src/material/round/flip_to_front.svg diff --git a/projects/icons-material/src/round/flood.svg b/projects/icons-material/src/material/round/flood.svg similarity index 100% rename from projects/icons-material/src/round/flood.svg rename to projects/icons-material/src/material/round/flood.svg diff --git a/projects/icons-material/src/round/fluorescent.svg b/projects/icons-material/src/material/round/fluorescent.svg similarity index 100% rename from projects/icons-material/src/round/fluorescent.svg rename to projects/icons-material/src/material/round/fluorescent.svg diff --git a/projects/icons-material/src/round/flutter_dash.svg b/projects/icons-material/src/material/round/flutter_dash.svg similarity index 100% rename from projects/icons-material/src/round/flutter_dash.svg rename to projects/icons-material/src/material/round/flutter_dash.svg diff --git a/projects/icons-material/src/round/fmd_bad.svg b/projects/icons-material/src/material/round/fmd_bad.svg similarity index 100% rename from projects/icons-material/src/round/fmd_bad.svg rename to projects/icons-material/src/material/round/fmd_bad.svg diff --git a/projects/icons-material/src/round/fmd_good.svg b/projects/icons-material/src/material/round/fmd_good.svg similarity index 100% rename from projects/icons-material/src/round/fmd_good.svg rename to projects/icons-material/src/material/round/fmd_good.svg diff --git a/projects/icons-material/src/round/folder.svg b/projects/icons-material/src/material/round/folder.svg similarity index 100% rename from projects/icons-material/src/round/folder.svg rename to projects/icons-material/src/material/round/folder.svg diff --git a/projects/icons-material/src/round/folder_copy.svg b/projects/icons-material/src/material/round/folder_copy.svg similarity index 100% rename from projects/icons-material/src/round/folder_copy.svg rename to projects/icons-material/src/material/round/folder_copy.svg diff --git a/projects/icons-material/src/round/folder_delete.svg b/projects/icons-material/src/material/round/folder_delete.svg similarity index 100% rename from projects/icons-material/src/round/folder_delete.svg rename to projects/icons-material/src/material/round/folder_delete.svg diff --git a/projects/icons-material/src/round/folder_off.svg b/projects/icons-material/src/material/round/folder_off.svg similarity index 100% rename from projects/icons-material/src/round/folder_off.svg rename to projects/icons-material/src/material/round/folder_off.svg diff --git a/projects/icons-material/src/round/folder_open.svg b/projects/icons-material/src/material/round/folder_open.svg similarity index 100% rename from projects/icons-material/src/round/folder_open.svg rename to projects/icons-material/src/material/round/folder_open.svg diff --git a/projects/icons-material/src/round/folder_shared.svg b/projects/icons-material/src/material/round/folder_shared.svg similarity index 100% rename from projects/icons-material/src/round/folder_shared.svg rename to projects/icons-material/src/material/round/folder_shared.svg diff --git a/projects/icons-material/src/round/folder_special.svg b/projects/icons-material/src/material/round/folder_special.svg similarity index 100% rename from projects/icons-material/src/round/folder_special.svg rename to projects/icons-material/src/material/round/folder_special.svg diff --git a/projects/icons-material/src/round/folder_zip.svg b/projects/icons-material/src/material/round/folder_zip.svg similarity index 100% rename from projects/icons-material/src/round/folder_zip.svg rename to projects/icons-material/src/material/round/folder_zip.svg diff --git a/projects/icons-material/src/round/follow_the_signs.svg b/projects/icons-material/src/material/round/follow_the_signs.svg similarity index 100% rename from projects/icons-material/src/round/follow_the_signs.svg rename to projects/icons-material/src/material/round/follow_the_signs.svg diff --git a/projects/icons-material/src/round/font_download.svg b/projects/icons-material/src/material/round/font_download.svg similarity index 100% rename from projects/icons-material/src/round/font_download.svg rename to projects/icons-material/src/material/round/font_download.svg diff --git a/projects/icons-material/src/round/font_download_off.svg b/projects/icons-material/src/material/round/font_download_off.svg similarity index 100% rename from projects/icons-material/src/round/font_download_off.svg rename to projects/icons-material/src/material/round/font_download_off.svg diff --git a/projects/icons-material/src/round/food_bank.svg b/projects/icons-material/src/material/round/food_bank.svg similarity index 100% rename from projects/icons-material/src/round/food_bank.svg rename to projects/icons-material/src/material/round/food_bank.svg diff --git a/projects/icons-material/src/round/forest.svg b/projects/icons-material/src/material/round/forest.svg similarity index 100% rename from projects/icons-material/src/round/forest.svg rename to projects/icons-material/src/material/round/forest.svg diff --git a/projects/icons-material/src/round/fork_left.svg b/projects/icons-material/src/material/round/fork_left.svg similarity index 100% rename from projects/icons-material/src/round/fork_left.svg rename to projects/icons-material/src/material/round/fork_left.svg diff --git a/projects/icons-material/src/round/fork_right.svg b/projects/icons-material/src/material/round/fork_right.svg similarity index 100% rename from projects/icons-material/src/round/fork_right.svg rename to projects/icons-material/src/material/round/fork_right.svg diff --git a/projects/icons-material/src/round/format_align_center.svg b/projects/icons-material/src/material/round/format_align_center.svg similarity index 100% rename from projects/icons-material/src/round/format_align_center.svg rename to projects/icons-material/src/material/round/format_align_center.svg diff --git a/projects/icons-material/src/round/format_align_justify.svg b/projects/icons-material/src/material/round/format_align_justify.svg similarity index 100% rename from projects/icons-material/src/round/format_align_justify.svg rename to projects/icons-material/src/material/round/format_align_justify.svg diff --git a/projects/icons-material/src/round/format_align_left.svg b/projects/icons-material/src/material/round/format_align_left.svg similarity index 100% rename from projects/icons-material/src/round/format_align_left.svg rename to projects/icons-material/src/material/round/format_align_left.svg diff --git a/projects/icons-material/src/round/format_align_right.svg b/projects/icons-material/src/material/round/format_align_right.svg similarity index 100% rename from projects/icons-material/src/round/format_align_right.svg rename to projects/icons-material/src/material/round/format_align_right.svg diff --git a/projects/icons-material/src/round/format_bold.svg b/projects/icons-material/src/material/round/format_bold.svg similarity index 100% rename from projects/icons-material/src/round/format_bold.svg rename to projects/icons-material/src/material/round/format_bold.svg diff --git a/projects/icons-material/src/round/format_clear.svg b/projects/icons-material/src/material/round/format_clear.svg similarity index 100% rename from projects/icons-material/src/round/format_clear.svg rename to projects/icons-material/src/material/round/format_clear.svg diff --git a/projects/icons-material/src/round/format_color_fill.svg b/projects/icons-material/src/material/round/format_color_fill.svg similarity index 100% rename from projects/icons-material/src/round/format_color_fill.svg rename to projects/icons-material/src/material/round/format_color_fill.svg diff --git a/projects/icons-material/src/round/format_color_reset.svg b/projects/icons-material/src/material/round/format_color_reset.svg similarity index 100% rename from projects/icons-material/src/round/format_color_reset.svg rename to projects/icons-material/src/material/round/format_color_reset.svg diff --git a/projects/icons-material/src/round/format_color_text.svg b/projects/icons-material/src/material/round/format_color_text.svg similarity index 100% rename from projects/icons-material/src/round/format_color_text.svg rename to projects/icons-material/src/material/round/format_color_text.svg diff --git a/projects/icons-material/src/round/format_indent_decrease.svg b/projects/icons-material/src/material/round/format_indent_decrease.svg similarity index 100% rename from projects/icons-material/src/round/format_indent_decrease.svg rename to projects/icons-material/src/material/round/format_indent_decrease.svg diff --git a/projects/icons-material/src/round/format_indent_increase.svg b/projects/icons-material/src/material/round/format_indent_increase.svg similarity index 100% rename from projects/icons-material/src/round/format_indent_increase.svg rename to projects/icons-material/src/material/round/format_indent_increase.svg diff --git a/projects/icons-material/src/round/format_italic.svg b/projects/icons-material/src/material/round/format_italic.svg similarity index 100% rename from projects/icons-material/src/round/format_italic.svg rename to projects/icons-material/src/material/round/format_italic.svg diff --git a/projects/icons-material/src/round/format_line_spacing.svg b/projects/icons-material/src/material/round/format_line_spacing.svg similarity index 100% rename from projects/icons-material/src/round/format_line_spacing.svg rename to projects/icons-material/src/material/round/format_line_spacing.svg diff --git a/projects/icons-material/src/round/format_list_bulleted.svg b/projects/icons-material/src/material/round/format_list_bulleted.svg similarity index 100% rename from projects/icons-material/src/round/format_list_bulleted.svg rename to projects/icons-material/src/material/round/format_list_bulleted.svg diff --git a/projects/icons-material/src/round/format_list_numbered.svg b/projects/icons-material/src/material/round/format_list_numbered.svg similarity index 100% rename from projects/icons-material/src/round/format_list_numbered.svg rename to projects/icons-material/src/material/round/format_list_numbered.svg diff --git a/projects/icons-material/src/round/format_list_numbered_rtl.svg b/projects/icons-material/src/material/round/format_list_numbered_rtl.svg similarity index 100% rename from projects/icons-material/src/round/format_list_numbered_rtl.svg rename to projects/icons-material/src/material/round/format_list_numbered_rtl.svg diff --git a/projects/icons-material/src/round/format_overline.svg b/projects/icons-material/src/material/round/format_overline.svg similarity index 100% rename from projects/icons-material/src/round/format_overline.svg rename to projects/icons-material/src/material/round/format_overline.svg diff --git a/projects/icons-material/src/round/format_paint.svg b/projects/icons-material/src/material/round/format_paint.svg similarity index 100% rename from projects/icons-material/src/round/format_paint.svg rename to projects/icons-material/src/material/round/format_paint.svg diff --git a/projects/icons-material/src/round/format_quote.svg b/projects/icons-material/src/material/round/format_quote.svg similarity index 100% rename from projects/icons-material/src/round/format_quote.svg rename to projects/icons-material/src/material/round/format_quote.svg diff --git a/projects/icons-material/src/round/format_shapes.svg b/projects/icons-material/src/material/round/format_shapes.svg similarity index 100% rename from projects/icons-material/src/round/format_shapes.svg rename to projects/icons-material/src/material/round/format_shapes.svg diff --git a/projects/icons-material/src/round/format_size.svg b/projects/icons-material/src/material/round/format_size.svg similarity index 100% rename from projects/icons-material/src/round/format_size.svg rename to projects/icons-material/src/material/round/format_size.svg diff --git a/projects/icons-material/src/round/format_strikethrough.svg b/projects/icons-material/src/material/round/format_strikethrough.svg similarity index 100% rename from projects/icons-material/src/round/format_strikethrough.svg rename to projects/icons-material/src/material/round/format_strikethrough.svg diff --git a/projects/icons-material/src/round/format_textdirection_l_to_r.svg b/projects/icons-material/src/material/round/format_textdirection_l_to_r.svg similarity index 100% rename from projects/icons-material/src/round/format_textdirection_l_to_r.svg rename to projects/icons-material/src/material/round/format_textdirection_l_to_r.svg diff --git a/projects/icons-material/src/round/format_textdirection_r_to_l.svg b/projects/icons-material/src/material/round/format_textdirection_r_to_l.svg similarity index 100% rename from projects/icons-material/src/round/format_textdirection_r_to_l.svg rename to projects/icons-material/src/material/round/format_textdirection_r_to_l.svg diff --git a/projects/icons-material/src/round/format_underlined.svg b/projects/icons-material/src/material/round/format_underlined.svg similarity index 100% rename from projects/icons-material/src/round/format_underlined.svg rename to projects/icons-material/src/material/round/format_underlined.svg diff --git a/projects/icons-material/src/round/fort.svg b/projects/icons-material/src/material/round/fort.svg similarity index 100% rename from projects/icons-material/src/round/fort.svg rename to projects/icons-material/src/material/round/fort.svg diff --git a/projects/icons-material/src/round/forum.svg b/projects/icons-material/src/material/round/forum.svg similarity index 100% rename from projects/icons-material/src/round/forum.svg rename to projects/icons-material/src/material/round/forum.svg diff --git a/projects/icons-material/src/round/forward.svg b/projects/icons-material/src/material/round/forward.svg similarity index 100% rename from projects/icons-material/src/round/forward.svg rename to projects/icons-material/src/material/round/forward.svg diff --git a/projects/icons-material/src/round/forward_10.svg b/projects/icons-material/src/material/round/forward_10.svg similarity index 100% rename from projects/icons-material/src/round/forward_10.svg rename to projects/icons-material/src/material/round/forward_10.svg diff --git a/projects/icons-material/src/round/forward_30.svg b/projects/icons-material/src/material/round/forward_30.svg similarity index 100% rename from projects/icons-material/src/round/forward_30.svg rename to projects/icons-material/src/material/round/forward_30.svg diff --git a/projects/icons-material/src/round/forward_5.svg b/projects/icons-material/src/material/round/forward_5.svg similarity index 100% rename from projects/icons-material/src/round/forward_5.svg rename to projects/icons-material/src/material/round/forward_5.svg diff --git a/projects/icons-material/src/round/forward_to_inbox.svg b/projects/icons-material/src/material/round/forward_to_inbox.svg similarity index 100% rename from projects/icons-material/src/round/forward_to_inbox.svg rename to projects/icons-material/src/material/round/forward_to_inbox.svg diff --git a/projects/icons-material/src/round/foundation.svg b/projects/icons-material/src/material/round/foundation.svg similarity index 100% rename from projects/icons-material/src/round/foundation.svg rename to projects/icons-material/src/material/round/foundation.svg diff --git a/projects/icons-material/src/round/free_breakfast.svg b/projects/icons-material/src/material/round/free_breakfast.svg similarity index 100% rename from projects/icons-material/src/round/free_breakfast.svg rename to projects/icons-material/src/material/round/free_breakfast.svg diff --git a/projects/icons-material/src/round/free_cancellation.svg b/projects/icons-material/src/material/round/free_cancellation.svg similarity index 100% rename from projects/icons-material/src/round/free_cancellation.svg rename to projects/icons-material/src/material/round/free_cancellation.svg diff --git a/projects/icons-material/src/round/front_hand.svg b/projects/icons-material/src/material/round/front_hand.svg similarity index 100% rename from projects/icons-material/src/round/front_hand.svg rename to projects/icons-material/src/material/round/front_hand.svg diff --git a/projects/icons-material/src/round/fullscreen.svg b/projects/icons-material/src/material/round/fullscreen.svg similarity index 100% rename from projects/icons-material/src/round/fullscreen.svg rename to projects/icons-material/src/material/round/fullscreen.svg diff --git a/projects/icons-material/src/round/fullscreen_exit.svg b/projects/icons-material/src/material/round/fullscreen_exit.svg similarity index 100% rename from projects/icons-material/src/round/fullscreen_exit.svg rename to projects/icons-material/src/material/round/fullscreen_exit.svg diff --git a/projects/icons-material/src/round/functions.svg b/projects/icons-material/src/material/round/functions.svg similarity index 100% rename from projects/icons-material/src/round/functions.svg rename to projects/icons-material/src/material/round/functions.svg diff --git a/projects/icons-material/src/round/g_mobiledata.svg b/projects/icons-material/src/material/round/g_mobiledata.svg similarity index 100% rename from projects/icons-material/src/round/g_mobiledata.svg rename to projects/icons-material/src/material/round/g_mobiledata.svg diff --git a/projects/icons-material/src/round/g_translate.svg b/projects/icons-material/src/material/round/g_translate.svg similarity index 100% rename from projects/icons-material/src/round/g_translate.svg rename to projects/icons-material/src/material/round/g_translate.svg diff --git a/projects/icons-material/src/round/gamepad.svg b/projects/icons-material/src/material/round/gamepad.svg similarity index 100% rename from projects/icons-material/src/round/gamepad.svg rename to projects/icons-material/src/material/round/gamepad.svg diff --git a/projects/icons-material/src/round/games.svg b/projects/icons-material/src/material/round/games.svg similarity index 100% rename from projects/icons-material/src/round/games.svg rename to projects/icons-material/src/material/round/games.svg diff --git a/projects/icons-material/src/round/garage.svg b/projects/icons-material/src/material/round/garage.svg similarity index 100% rename from projects/icons-material/src/round/garage.svg rename to projects/icons-material/src/material/round/garage.svg diff --git a/projects/icons-material/src/round/gas_meter.svg b/projects/icons-material/src/material/round/gas_meter.svg similarity index 100% rename from projects/icons-material/src/round/gas_meter.svg rename to projects/icons-material/src/material/round/gas_meter.svg diff --git a/projects/icons-material/src/round/gavel.svg b/projects/icons-material/src/material/round/gavel.svg similarity index 100% rename from projects/icons-material/src/round/gavel.svg rename to projects/icons-material/src/material/round/gavel.svg diff --git a/projects/icons-material/src/round/generating_tokens.svg b/projects/icons-material/src/material/round/generating_tokens.svg similarity index 100% rename from projects/icons-material/src/round/generating_tokens.svg rename to projects/icons-material/src/material/round/generating_tokens.svg diff --git a/projects/icons-material/src/round/gesture.svg b/projects/icons-material/src/material/round/gesture.svg similarity index 100% rename from projects/icons-material/src/round/gesture.svg rename to projects/icons-material/src/material/round/gesture.svg diff --git a/projects/icons-material/src/round/get_app.svg b/projects/icons-material/src/material/round/get_app.svg similarity index 100% rename from projects/icons-material/src/round/get_app.svg rename to projects/icons-material/src/material/round/get_app.svg diff --git a/projects/icons-material/src/round/gif.svg b/projects/icons-material/src/material/round/gif.svg similarity index 100% rename from projects/icons-material/src/round/gif.svg rename to projects/icons-material/src/material/round/gif.svg diff --git a/projects/icons-material/src/round/gif_box.svg b/projects/icons-material/src/material/round/gif_box.svg similarity index 100% rename from projects/icons-material/src/round/gif_box.svg rename to projects/icons-material/src/material/round/gif_box.svg diff --git a/projects/icons-material/src/round/girl.svg b/projects/icons-material/src/material/round/girl.svg similarity index 100% rename from projects/icons-material/src/round/girl.svg rename to projects/icons-material/src/material/round/girl.svg diff --git a/projects/icons-material/src/round/gite.svg b/projects/icons-material/src/material/round/gite.svg similarity index 100% rename from projects/icons-material/src/round/gite.svg rename to projects/icons-material/src/material/round/gite.svg diff --git a/projects/icons-material/src/round/golf_course.svg b/projects/icons-material/src/material/round/golf_course.svg similarity index 100% rename from projects/icons-material/src/round/golf_course.svg rename to projects/icons-material/src/material/round/golf_course.svg diff --git a/projects/icons-material/src/round/gpp_bad.svg b/projects/icons-material/src/material/round/gpp_bad.svg similarity index 100% rename from projects/icons-material/src/round/gpp_bad.svg rename to projects/icons-material/src/material/round/gpp_bad.svg diff --git a/projects/icons-material/src/round/gpp_good.svg b/projects/icons-material/src/material/round/gpp_good.svg similarity index 100% rename from projects/icons-material/src/round/gpp_good.svg rename to projects/icons-material/src/material/round/gpp_good.svg diff --git a/projects/icons-material/src/round/gpp_maybe.svg b/projects/icons-material/src/material/round/gpp_maybe.svg similarity index 100% rename from projects/icons-material/src/round/gpp_maybe.svg rename to projects/icons-material/src/material/round/gpp_maybe.svg diff --git a/projects/icons-material/src/round/gps_fixed.svg b/projects/icons-material/src/material/round/gps_fixed.svg similarity index 100% rename from projects/icons-material/src/round/gps_fixed.svg rename to projects/icons-material/src/material/round/gps_fixed.svg diff --git a/projects/icons-material/src/round/gps_not_fixed.svg b/projects/icons-material/src/material/round/gps_not_fixed.svg similarity index 100% rename from projects/icons-material/src/round/gps_not_fixed.svg rename to projects/icons-material/src/material/round/gps_not_fixed.svg diff --git a/projects/icons-material/src/round/gps_off.svg b/projects/icons-material/src/material/round/gps_off.svg similarity index 100% rename from projects/icons-material/src/round/gps_off.svg rename to projects/icons-material/src/material/round/gps_off.svg diff --git a/projects/icons-material/src/round/grade.svg b/projects/icons-material/src/material/round/grade.svg similarity index 100% rename from projects/icons-material/src/round/grade.svg rename to projects/icons-material/src/material/round/grade.svg diff --git a/projects/icons-material/src/round/gradient.svg b/projects/icons-material/src/material/round/gradient.svg similarity index 100% rename from projects/icons-material/src/round/gradient.svg rename to projects/icons-material/src/material/round/gradient.svg diff --git a/projects/icons-material/src/round/grading.svg b/projects/icons-material/src/material/round/grading.svg similarity index 100% rename from projects/icons-material/src/round/grading.svg rename to projects/icons-material/src/material/round/grading.svg diff --git a/projects/icons-material/src/round/grain.svg b/projects/icons-material/src/material/round/grain.svg similarity index 100% rename from projects/icons-material/src/round/grain.svg rename to projects/icons-material/src/material/round/grain.svg diff --git a/projects/icons-material/src/round/graphic_eq.svg b/projects/icons-material/src/material/round/graphic_eq.svg similarity index 100% rename from projects/icons-material/src/round/graphic_eq.svg rename to projects/icons-material/src/material/round/graphic_eq.svg diff --git a/projects/icons-material/src/round/grass.svg b/projects/icons-material/src/material/round/grass.svg similarity index 100% rename from projects/icons-material/src/round/grass.svg rename to projects/icons-material/src/material/round/grass.svg diff --git a/projects/icons-material/src/round/grid_3x3.svg b/projects/icons-material/src/material/round/grid_3x3.svg similarity index 100% rename from projects/icons-material/src/round/grid_3x3.svg rename to projects/icons-material/src/material/round/grid_3x3.svg diff --git a/projects/icons-material/src/round/grid_4x4.svg b/projects/icons-material/src/material/round/grid_4x4.svg similarity index 100% rename from projects/icons-material/src/round/grid_4x4.svg rename to projects/icons-material/src/material/round/grid_4x4.svg diff --git a/projects/icons-material/src/round/grid_goldenratio.svg b/projects/icons-material/src/material/round/grid_goldenratio.svg similarity index 100% rename from projects/icons-material/src/round/grid_goldenratio.svg rename to projects/icons-material/src/material/round/grid_goldenratio.svg diff --git a/projects/icons-material/src/round/grid_off.svg b/projects/icons-material/src/material/round/grid_off.svg similarity index 100% rename from projects/icons-material/src/round/grid_off.svg rename to projects/icons-material/src/material/round/grid_off.svg diff --git a/projects/icons-material/src/round/grid_on.svg b/projects/icons-material/src/material/round/grid_on.svg similarity index 100% rename from projects/icons-material/src/round/grid_on.svg rename to projects/icons-material/src/material/round/grid_on.svg diff --git a/projects/icons-material/src/round/grid_view.svg b/projects/icons-material/src/material/round/grid_view.svg similarity index 100% rename from projects/icons-material/src/round/grid_view.svg rename to projects/icons-material/src/material/round/grid_view.svg diff --git a/projects/icons-material/src/round/group.svg b/projects/icons-material/src/material/round/group.svg similarity index 100% rename from projects/icons-material/src/round/group.svg rename to projects/icons-material/src/material/round/group.svg diff --git a/projects/icons-material/src/round/group_add.svg b/projects/icons-material/src/material/round/group_add.svg similarity index 100% rename from projects/icons-material/src/round/group_add.svg rename to projects/icons-material/src/material/round/group_add.svg diff --git a/projects/icons-material/src/round/group_off.svg b/projects/icons-material/src/material/round/group_off.svg similarity index 100% rename from projects/icons-material/src/round/group_off.svg rename to projects/icons-material/src/material/round/group_off.svg diff --git a/projects/icons-material/src/round/group_remove.svg b/projects/icons-material/src/material/round/group_remove.svg similarity index 100% rename from projects/icons-material/src/round/group_remove.svg rename to projects/icons-material/src/material/round/group_remove.svg diff --git a/projects/icons-material/src/round/group_work.svg b/projects/icons-material/src/material/round/group_work.svg similarity index 100% rename from projects/icons-material/src/round/group_work.svg rename to projects/icons-material/src/material/round/group_work.svg diff --git a/projects/icons-material/src/round/groups.svg b/projects/icons-material/src/material/round/groups.svg similarity index 100% rename from projects/icons-material/src/round/groups.svg rename to projects/icons-material/src/material/round/groups.svg diff --git a/projects/icons-material/src/round/groups_2.svg b/projects/icons-material/src/material/round/groups_2.svg similarity index 100% rename from projects/icons-material/src/round/groups_2.svg rename to projects/icons-material/src/material/round/groups_2.svg diff --git a/projects/icons-material/src/round/groups_3.svg b/projects/icons-material/src/material/round/groups_3.svg similarity index 100% rename from projects/icons-material/src/round/groups_3.svg rename to projects/icons-material/src/material/round/groups_3.svg diff --git a/projects/icons-material/src/round/h_mobiledata.svg b/projects/icons-material/src/material/round/h_mobiledata.svg similarity index 100% rename from projects/icons-material/src/round/h_mobiledata.svg rename to projects/icons-material/src/material/round/h_mobiledata.svg diff --git a/projects/icons-material/src/round/h_plus_mobiledata.svg b/projects/icons-material/src/material/round/h_plus_mobiledata.svg similarity index 100% rename from projects/icons-material/src/round/h_plus_mobiledata.svg rename to projects/icons-material/src/material/round/h_plus_mobiledata.svg diff --git a/projects/icons-material/src/round/hail.svg b/projects/icons-material/src/material/round/hail.svg similarity index 100% rename from projects/icons-material/src/round/hail.svg rename to projects/icons-material/src/material/round/hail.svg diff --git a/projects/icons-material/src/round/handshake.svg b/projects/icons-material/src/material/round/handshake.svg similarity index 100% rename from projects/icons-material/src/round/handshake.svg rename to projects/icons-material/src/material/round/handshake.svg diff --git a/projects/icons-material/src/round/handyman.svg b/projects/icons-material/src/material/round/handyman.svg similarity index 100% rename from projects/icons-material/src/round/handyman.svg rename to projects/icons-material/src/material/round/handyman.svg diff --git a/projects/icons-material/src/round/hardware.svg b/projects/icons-material/src/material/round/hardware.svg similarity index 100% rename from projects/icons-material/src/round/hardware.svg rename to projects/icons-material/src/material/round/hardware.svg diff --git a/projects/icons-material/src/round/hd.svg b/projects/icons-material/src/material/round/hd.svg similarity index 100% rename from projects/icons-material/src/round/hd.svg rename to projects/icons-material/src/material/round/hd.svg diff --git a/projects/icons-material/src/round/hdr_auto.svg b/projects/icons-material/src/material/round/hdr_auto.svg similarity index 100% rename from projects/icons-material/src/round/hdr_auto.svg rename to projects/icons-material/src/material/round/hdr_auto.svg diff --git a/projects/icons-material/src/round/hdr_auto_select.svg b/projects/icons-material/src/material/round/hdr_auto_select.svg similarity index 100% rename from projects/icons-material/src/round/hdr_auto_select.svg rename to projects/icons-material/src/material/round/hdr_auto_select.svg diff --git a/projects/icons-material/src/round/hdr_enhanced_select.svg b/projects/icons-material/src/material/round/hdr_enhanced_select.svg similarity index 100% rename from projects/icons-material/src/round/hdr_enhanced_select.svg rename to projects/icons-material/src/material/round/hdr_enhanced_select.svg diff --git a/projects/icons-material/src/round/hdr_off.svg b/projects/icons-material/src/material/round/hdr_off.svg similarity index 100% rename from projects/icons-material/src/round/hdr_off.svg rename to projects/icons-material/src/material/round/hdr_off.svg diff --git a/projects/icons-material/src/round/hdr_off_select.svg b/projects/icons-material/src/material/round/hdr_off_select.svg similarity index 100% rename from projects/icons-material/src/round/hdr_off_select.svg rename to projects/icons-material/src/material/round/hdr_off_select.svg diff --git a/projects/icons-material/src/round/hdr_on.svg b/projects/icons-material/src/material/round/hdr_on.svg similarity index 100% rename from projects/icons-material/src/round/hdr_on.svg rename to projects/icons-material/src/material/round/hdr_on.svg diff --git a/projects/icons-material/src/round/hdr_on_select.svg b/projects/icons-material/src/material/round/hdr_on_select.svg similarity index 100% rename from projects/icons-material/src/round/hdr_on_select.svg rename to projects/icons-material/src/material/round/hdr_on_select.svg diff --git a/projects/icons-material/src/round/hdr_plus.svg b/projects/icons-material/src/material/round/hdr_plus.svg similarity index 100% rename from projects/icons-material/src/round/hdr_plus.svg rename to projects/icons-material/src/material/round/hdr_plus.svg diff --git a/projects/icons-material/src/round/hdr_strong.svg b/projects/icons-material/src/material/round/hdr_strong.svg similarity index 100% rename from projects/icons-material/src/round/hdr_strong.svg rename to projects/icons-material/src/material/round/hdr_strong.svg diff --git a/projects/icons-material/src/round/hdr_weak.svg b/projects/icons-material/src/material/round/hdr_weak.svg similarity index 100% rename from projects/icons-material/src/round/hdr_weak.svg rename to projects/icons-material/src/material/round/hdr_weak.svg diff --git a/projects/icons-material/src/round/headphones.svg b/projects/icons-material/src/material/round/headphones.svg similarity index 100% rename from projects/icons-material/src/round/headphones.svg rename to projects/icons-material/src/material/round/headphones.svg diff --git a/projects/icons-material/src/round/headphones_battery.svg b/projects/icons-material/src/material/round/headphones_battery.svg similarity index 100% rename from projects/icons-material/src/round/headphones_battery.svg rename to projects/icons-material/src/material/round/headphones_battery.svg diff --git a/projects/icons-material/src/round/headset.svg b/projects/icons-material/src/material/round/headset.svg similarity index 100% rename from projects/icons-material/src/round/headset.svg rename to projects/icons-material/src/material/round/headset.svg diff --git a/projects/icons-material/src/round/headset_mic.svg b/projects/icons-material/src/material/round/headset_mic.svg similarity index 100% rename from projects/icons-material/src/round/headset_mic.svg rename to projects/icons-material/src/material/round/headset_mic.svg diff --git a/projects/icons-material/src/round/headset_off.svg b/projects/icons-material/src/material/round/headset_off.svg similarity index 100% rename from projects/icons-material/src/round/headset_off.svg rename to projects/icons-material/src/material/round/headset_off.svg diff --git a/projects/icons-material/src/round/healing.svg b/projects/icons-material/src/material/round/healing.svg similarity index 100% rename from projects/icons-material/src/round/healing.svg rename to projects/icons-material/src/material/round/healing.svg diff --git a/projects/icons-material/src/round/health_and_safety.svg b/projects/icons-material/src/material/round/health_and_safety.svg similarity index 100% rename from projects/icons-material/src/round/health_and_safety.svg rename to projects/icons-material/src/material/round/health_and_safety.svg diff --git a/projects/icons-material/src/round/hearing.svg b/projects/icons-material/src/material/round/hearing.svg similarity index 100% rename from projects/icons-material/src/round/hearing.svg rename to projects/icons-material/src/material/round/hearing.svg diff --git a/projects/icons-material/src/round/hearing_disabled.svg b/projects/icons-material/src/material/round/hearing_disabled.svg similarity index 100% rename from projects/icons-material/src/round/hearing_disabled.svg rename to projects/icons-material/src/material/round/hearing_disabled.svg diff --git a/projects/icons-material/src/round/heart_broken.svg b/projects/icons-material/src/material/round/heart_broken.svg similarity index 100% rename from projects/icons-material/src/round/heart_broken.svg rename to projects/icons-material/src/material/round/heart_broken.svg diff --git a/projects/icons-material/src/round/heat_pump.svg b/projects/icons-material/src/material/round/heat_pump.svg similarity index 100% rename from projects/icons-material/src/round/heat_pump.svg rename to projects/icons-material/src/material/round/heat_pump.svg diff --git a/projects/icons-material/src/round/height.svg b/projects/icons-material/src/material/round/height.svg similarity index 100% rename from projects/icons-material/src/round/height.svg rename to projects/icons-material/src/material/round/height.svg diff --git a/projects/icons-material/src/round/help.svg b/projects/icons-material/src/material/round/help.svg similarity index 100% rename from projects/icons-material/src/round/help.svg rename to projects/icons-material/src/material/round/help.svg diff --git a/projects/icons-material/src/round/help_center.svg b/projects/icons-material/src/material/round/help_center.svg similarity index 100% rename from projects/icons-material/src/round/help_center.svg rename to projects/icons-material/src/material/round/help_center.svg diff --git a/projects/icons-material/src/round/help_outline.svg b/projects/icons-material/src/material/round/help_outline.svg similarity index 100% rename from projects/icons-material/src/round/help_outline.svg rename to projects/icons-material/src/material/round/help_outline.svg diff --git a/projects/icons-material/src/round/hevc.svg b/projects/icons-material/src/material/round/hevc.svg similarity index 100% rename from projects/icons-material/src/round/hevc.svg rename to projects/icons-material/src/material/round/hevc.svg diff --git a/projects/icons-material/src/round/hexagon.svg b/projects/icons-material/src/material/round/hexagon.svg similarity index 100% rename from projects/icons-material/src/round/hexagon.svg rename to projects/icons-material/src/material/round/hexagon.svg diff --git a/projects/icons-material/src/round/hide_image.svg b/projects/icons-material/src/material/round/hide_image.svg similarity index 100% rename from projects/icons-material/src/round/hide_image.svg rename to projects/icons-material/src/material/round/hide_image.svg diff --git a/projects/icons-material/src/round/hide_source.svg b/projects/icons-material/src/material/round/hide_source.svg similarity index 100% rename from projects/icons-material/src/round/hide_source.svg rename to projects/icons-material/src/material/round/hide_source.svg diff --git a/projects/icons-material/src/round/high_quality.svg b/projects/icons-material/src/material/round/high_quality.svg similarity index 100% rename from projects/icons-material/src/round/high_quality.svg rename to projects/icons-material/src/material/round/high_quality.svg diff --git a/projects/icons-material/src/round/highlight.svg b/projects/icons-material/src/material/round/highlight.svg similarity index 100% rename from projects/icons-material/src/round/highlight.svg rename to projects/icons-material/src/material/round/highlight.svg diff --git a/projects/icons-material/src/round/highlight_alt.svg b/projects/icons-material/src/material/round/highlight_alt.svg similarity index 100% rename from projects/icons-material/src/round/highlight_alt.svg rename to projects/icons-material/src/material/round/highlight_alt.svg diff --git a/projects/icons-material/src/round/highlight_off.svg b/projects/icons-material/src/material/round/highlight_off.svg similarity index 100% rename from projects/icons-material/src/round/highlight_off.svg rename to projects/icons-material/src/material/round/highlight_off.svg diff --git a/projects/icons-material/src/round/hiking.svg b/projects/icons-material/src/material/round/hiking.svg similarity index 100% rename from projects/icons-material/src/round/hiking.svg rename to projects/icons-material/src/material/round/hiking.svg diff --git a/projects/icons-material/src/round/history.svg b/projects/icons-material/src/material/round/history.svg similarity index 100% rename from projects/icons-material/src/round/history.svg rename to projects/icons-material/src/material/round/history.svg diff --git a/projects/icons-material/src/round/history_edu.svg b/projects/icons-material/src/material/round/history_edu.svg similarity index 100% rename from projects/icons-material/src/round/history_edu.svg rename to projects/icons-material/src/material/round/history_edu.svg diff --git a/projects/icons-material/src/round/history_toggle_off.svg b/projects/icons-material/src/material/round/history_toggle_off.svg similarity index 100% rename from projects/icons-material/src/round/history_toggle_off.svg rename to projects/icons-material/src/material/round/history_toggle_off.svg diff --git a/projects/icons-material/src/round/hive.svg b/projects/icons-material/src/material/round/hive.svg similarity index 100% rename from projects/icons-material/src/round/hive.svg rename to projects/icons-material/src/material/round/hive.svg diff --git a/projects/icons-material/src/round/hls.svg b/projects/icons-material/src/material/round/hls.svg similarity index 100% rename from projects/icons-material/src/round/hls.svg rename to projects/icons-material/src/material/round/hls.svg diff --git a/projects/icons-material/src/round/hls_off.svg b/projects/icons-material/src/material/round/hls_off.svg similarity index 100% rename from projects/icons-material/src/round/hls_off.svg rename to projects/icons-material/src/material/round/hls_off.svg diff --git a/projects/icons-material/src/round/holiday_village.svg b/projects/icons-material/src/material/round/holiday_village.svg similarity index 100% rename from projects/icons-material/src/round/holiday_village.svg rename to projects/icons-material/src/material/round/holiday_village.svg diff --git a/projects/icons-material/src/round/home.svg b/projects/icons-material/src/material/round/home.svg similarity index 100% rename from projects/icons-material/src/round/home.svg rename to projects/icons-material/src/material/round/home.svg diff --git a/projects/icons-material/src/round/home_max.svg b/projects/icons-material/src/material/round/home_max.svg similarity index 100% rename from projects/icons-material/src/round/home_max.svg rename to projects/icons-material/src/material/round/home_max.svg diff --git a/projects/icons-material/src/round/home_mini.svg b/projects/icons-material/src/material/round/home_mini.svg similarity index 100% rename from projects/icons-material/src/round/home_mini.svg rename to projects/icons-material/src/material/round/home_mini.svg diff --git a/projects/icons-material/src/round/home_repair_service.svg b/projects/icons-material/src/material/round/home_repair_service.svg similarity index 100% rename from projects/icons-material/src/round/home_repair_service.svg rename to projects/icons-material/src/material/round/home_repair_service.svg diff --git a/projects/icons-material/src/round/home_work.svg b/projects/icons-material/src/material/round/home_work.svg similarity index 100% rename from projects/icons-material/src/round/home_work.svg rename to projects/icons-material/src/material/round/home_work.svg diff --git a/projects/icons-material/src/round/horizontal_distribute.svg b/projects/icons-material/src/material/round/horizontal_distribute.svg similarity index 100% rename from projects/icons-material/src/round/horizontal_distribute.svg rename to projects/icons-material/src/material/round/horizontal_distribute.svg diff --git a/projects/icons-material/src/round/horizontal_rule.svg b/projects/icons-material/src/material/round/horizontal_rule.svg similarity index 100% rename from projects/icons-material/src/round/horizontal_rule.svg rename to projects/icons-material/src/material/round/horizontal_rule.svg diff --git a/projects/icons-material/src/round/horizontal_split.svg b/projects/icons-material/src/material/round/horizontal_split.svg similarity index 100% rename from projects/icons-material/src/round/horizontal_split.svg rename to projects/icons-material/src/material/round/horizontal_split.svg diff --git a/projects/icons-material/src/round/hot_tub.svg b/projects/icons-material/src/material/round/hot_tub.svg similarity index 100% rename from projects/icons-material/src/round/hot_tub.svg rename to projects/icons-material/src/material/round/hot_tub.svg diff --git a/projects/icons-material/src/round/hotel.svg b/projects/icons-material/src/material/round/hotel.svg similarity index 100% rename from projects/icons-material/src/round/hotel.svg rename to projects/icons-material/src/material/round/hotel.svg diff --git a/projects/icons-material/src/round/hotel_class.svg b/projects/icons-material/src/material/round/hotel_class.svg similarity index 100% rename from projects/icons-material/src/round/hotel_class.svg rename to projects/icons-material/src/material/round/hotel_class.svg diff --git a/projects/icons-material/src/round/hourglass_bottom.svg b/projects/icons-material/src/material/round/hourglass_bottom.svg similarity index 100% rename from projects/icons-material/src/round/hourglass_bottom.svg rename to projects/icons-material/src/material/round/hourglass_bottom.svg diff --git a/projects/icons-material/src/round/hourglass_disabled.svg b/projects/icons-material/src/material/round/hourglass_disabled.svg similarity index 100% rename from projects/icons-material/src/round/hourglass_disabled.svg rename to projects/icons-material/src/material/round/hourglass_disabled.svg diff --git a/projects/icons-material/src/round/hourglass_empty.svg b/projects/icons-material/src/material/round/hourglass_empty.svg similarity index 100% rename from projects/icons-material/src/round/hourglass_empty.svg rename to projects/icons-material/src/material/round/hourglass_empty.svg diff --git a/projects/icons-material/src/round/hourglass_full.svg b/projects/icons-material/src/material/round/hourglass_full.svg similarity index 100% rename from projects/icons-material/src/round/hourglass_full.svg rename to projects/icons-material/src/material/round/hourglass_full.svg diff --git a/projects/icons-material/src/round/hourglass_top.svg b/projects/icons-material/src/material/round/hourglass_top.svg similarity index 100% rename from projects/icons-material/src/round/hourglass_top.svg rename to projects/icons-material/src/material/round/hourglass_top.svg diff --git a/projects/icons-material/src/round/house.svg b/projects/icons-material/src/material/round/house.svg similarity index 100% rename from projects/icons-material/src/round/house.svg rename to projects/icons-material/src/material/round/house.svg diff --git a/projects/icons-material/src/round/house_siding.svg b/projects/icons-material/src/material/round/house_siding.svg similarity index 100% rename from projects/icons-material/src/round/house_siding.svg rename to projects/icons-material/src/material/round/house_siding.svg diff --git a/projects/icons-material/src/round/houseboat.svg b/projects/icons-material/src/material/round/houseboat.svg similarity index 100% rename from projects/icons-material/src/round/houseboat.svg rename to projects/icons-material/src/material/round/houseboat.svg diff --git a/projects/icons-material/src/round/how_to_reg.svg b/projects/icons-material/src/material/round/how_to_reg.svg similarity index 100% rename from projects/icons-material/src/round/how_to_reg.svg rename to projects/icons-material/src/material/round/how_to_reg.svg diff --git a/projects/icons-material/src/round/how_to_vote.svg b/projects/icons-material/src/material/round/how_to_vote.svg similarity index 100% rename from projects/icons-material/src/round/how_to_vote.svg rename to projects/icons-material/src/material/round/how_to_vote.svg diff --git a/projects/icons-material/src/round/html.svg b/projects/icons-material/src/material/round/html.svg similarity index 100% rename from projects/icons-material/src/round/html.svg rename to projects/icons-material/src/material/round/html.svg diff --git a/projects/icons-material/src/round/http.svg b/projects/icons-material/src/material/round/http.svg similarity index 100% rename from projects/icons-material/src/round/http.svg rename to projects/icons-material/src/material/round/http.svg diff --git a/projects/icons-material/src/round/https.svg b/projects/icons-material/src/material/round/https.svg similarity index 100% rename from projects/icons-material/src/round/https.svg rename to projects/icons-material/src/material/round/https.svg diff --git a/projects/icons-material/src/round/hub.svg b/projects/icons-material/src/material/round/hub.svg similarity index 100% rename from projects/icons-material/src/round/hub.svg rename to projects/icons-material/src/material/round/hub.svg diff --git a/projects/icons-material/src/round/hvac.svg b/projects/icons-material/src/material/round/hvac.svg similarity index 100% rename from projects/icons-material/src/round/hvac.svg rename to projects/icons-material/src/material/round/hvac.svg diff --git a/projects/icons-material/src/round/ice_skating.svg b/projects/icons-material/src/material/round/ice_skating.svg similarity index 100% rename from projects/icons-material/src/round/ice_skating.svg rename to projects/icons-material/src/material/round/ice_skating.svg diff --git a/projects/icons-material/src/round/icecream.svg b/projects/icons-material/src/material/round/icecream.svg similarity index 100% rename from projects/icons-material/src/round/icecream.svg rename to projects/icons-material/src/material/round/icecream.svg diff --git a/projects/icons-material/src/round/image.svg b/projects/icons-material/src/material/round/image.svg similarity index 100% rename from projects/icons-material/src/round/image.svg rename to projects/icons-material/src/material/round/image.svg diff --git a/projects/icons-material/src/round/image_aspect_ratio.svg b/projects/icons-material/src/material/round/image_aspect_ratio.svg similarity index 100% rename from projects/icons-material/src/round/image_aspect_ratio.svg rename to projects/icons-material/src/material/round/image_aspect_ratio.svg diff --git a/projects/icons-material/src/round/image_not_supported.svg b/projects/icons-material/src/material/round/image_not_supported.svg similarity index 100% rename from projects/icons-material/src/round/image_not_supported.svg rename to projects/icons-material/src/material/round/image_not_supported.svg diff --git a/projects/icons-material/src/round/image_search.svg b/projects/icons-material/src/material/round/image_search.svg similarity index 100% rename from projects/icons-material/src/round/image_search.svg rename to projects/icons-material/src/material/round/image_search.svg diff --git a/projects/icons-material/src/round/imagesearch_roller.svg b/projects/icons-material/src/material/round/imagesearch_roller.svg similarity index 100% rename from projects/icons-material/src/round/imagesearch_roller.svg rename to projects/icons-material/src/material/round/imagesearch_roller.svg diff --git a/projects/icons-material/src/round/import_contacts.svg b/projects/icons-material/src/material/round/import_contacts.svg similarity index 100% rename from projects/icons-material/src/round/import_contacts.svg rename to projects/icons-material/src/material/round/import_contacts.svg diff --git a/projects/icons-material/src/round/import_export.svg b/projects/icons-material/src/material/round/import_export.svg similarity index 100% rename from projects/icons-material/src/round/import_export.svg rename to projects/icons-material/src/material/round/import_export.svg diff --git a/projects/icons-material/src/round/important_devices.svg b/projects/icons-material/src/material/round/important_devices.svg similarity index 100% rename from projects/icons-material/src/round/important_devices.svg rename to projects/icons-material/src/material/round/important_devices.svg diff --git a/projects/icons-material/src/round/inbox.svg b/projects/icons-material/src/material/round/inbox.svg similarity index 100% rename from projects/icons-material/src/round/inbox.svg rename to projects/icons-material/src/material/round/inbox.svg diff --git a/projects/icons-material/src/round/incomplete_circle.svg b/projects/icons-material/src/material/round/incomplete_circle.svg similarity index 100% rename from projects/icons-material/src/round/incomplete_circle.svg rename to projects/icons-material/src/material/round/incomplete_circle.svg diff --git a/projects/icons-material/src/round/indeterminate_check_box.svg b/projects/icons-material/src/material/round/indeterminate_check_box.svg similarity index 100% rename from projects/icons-material/src/round/indeterminate_check_box.svg rename to projects/icons-material/src/material/round/indeterminate_check_box.svg diff --git a/projects/icons-material/src/round/info.svg b/projects/icons-material/src/material/round/info.svg similarity index 100% rename from projects/icons-material/src/round/info.svg rename to projects/icons-material/src/material/round/info.svg diff --git a/projects/icons-material/src/round/input.svg b/projects/icons-material/src/material/round/input.svg similarity index 100% rename from projects/icons-material/src/round/input.svg rename to projects/icons-material/src/material/round/input.svg diff --git a/projects/icons-material/src/round/insert_chart.svg b/projects/icons-material/src/material/round/insert_chart.svg similarity index 100% rename from projects/icons-material/src/round/insert_chart.svg rename to projects/icons-material/src/material/round/insert_chart.svg diff --git a/projects/icons-material/src/round/insert_chart_outlined.svg b/projects/icons-material/src/material/round/insert_chart_outlined.svg similarity index 100% rename from projects/icons-material/src/round/insert_chart_outlined.svg rename to projects/icons-material/src/material/round/insert_chart_outlined.svg diff --git a/projects/icons-material/src/round/insert_comment.svg b/projects/icons-material/src/material/round/insert_comment.svg similarity index 100% rename from projects/icons-material/src/round/insert_comment.svg rename to projects/icons-material/src/material/round/insert_comment.svg diff --git a/projects/icons-material/src/round/insert_drive_file.svg b/projects/icons-material/src/material/round/insert_drive_file.svg similarity index 100% rename from projects/icons-material/src/round/insert_drive_file.svg rename to projects/icons-material/src/material/round/insert_drive_file.svg diff --git a/projects/icons-material/src/round/insert_emoticon.svg b/projects/icons-material/src/material/round/insert_emoticon.svg similarity index 100% rename from projects/icons-material/src/round/insert_emoticon.svg rename to projects/icons-material/src/material/round/insert_emoticon.svg diff --git a/projects/icons-material/src/round/insert_invitation.svg b/projects/icons-material/src/material/round/insert_invitation.svg similarity index 100% rename from projects/icons-material/src/round/insert_invitation.svg rename to projects/icons-material/src/material/round/insert_invitation.svg diff --git a/projects/icons-material/src/round/insert_link.svg b/projects/icons-material/src/material/round/insert_link.svg similarity index 100% rename from projects/icons-material/src/round/insert_link.svg rename to projects/icons-material/src/material/round/insert_link.svg diff --git a/projects/icons-material/src/round/insert_page_break.svg b/projects/icons-material/src/material/round/insert_page_break.svg similarity index 100% rename from projects/icons-material/src/round/insert_page_break.svg rename to projects/icons-material/src/material/round/insert_page_break.svg diff --git a/projects/icons-material/src/round/insert_photo.svg b/projects/icons-material/src/material/round/insert_photo.svg similarity index 100% rename from projects/icons-material/src/round/insert_photo.svg rename to projects/icons-material/src/material/round/insert_photo.svg diff --git a/projects/icons-material/src/round/insights.svg b/projects/icons-material/src/material/round/insights.svg similarity index 100% rename from projects/icons-material/src/round/insights.svg rename to projects/icons-material/src/material/round/insights.svg diff --git a/projects/icons-material/src/round/install_desktop.svg b/projects/icons-material/src/material/round/install_desktop.svg similarity index 100% rename from projects/icons-material/src/round/install_desktop.svg rename to projects/icons-material/src/material/round/install_desktop.svg diff --git a/projects/icons-material/src/round/install_mobile.svg b/projects/icons-material/src/material/round/install_mobile.svg similarity index 100% rename from projects/icons-material/src/round/install_mobile.svg rename to projects/icons-material/src/material/round/install_mobile.svg diff --git a/projects/icons-material/src/round/integration_instructions.svg b/projects/icons-material/src/material/round/integration_instructions.svg similarity index 100% rename from projects/icons-material/src/round/integration_instructions.svg rename to projects/icons-material/src/material/round/integration_instructions.svg diff --git a/projects/icons-material/src/round/interests.svg b/projects/icons-material/src/material/round/interests.svg similarity index 100% rename from projects/icons-material/src/round/interests.svg rename to projects/icons-material/src/material/round/interests.svg diff --git a/projects/icons-material/src/round/interpreter_mode.svg b/projects/icons-material/src/material/round/interpreter_mode.svg similarity index 100% rename from projects/icons-material/src/round/interpreter_mode.svg rename to projects/icons-material/src/material/round/interpreter_mode.svg diff --git a/projects/icons-material/src/round/inventory.svg b/projects/icons-material/src/material/round/inventory.svg similarity index 100% rename from projects/icons-material/src/round/inventory.svg rename to projects/icons-material/src/material/round/inventory.svg diff --git a/projects/icons-material/src/round/inventory_2.svg b/projects/icons-material/src/material/round/inventory_2.svg similarity index 100% rename from projects/icons-material/src/round/inventory_2.svg rename to projects/icons-material/src/material/round/inventory_2.svg diff --git a/projects/icons-material/src/round/invert_colors.svg b/projects/icons-material/src/material/round/invert_colors.svg similarity index 100% rename from projects/icons-material/src/round/invert_colors.svg rename to projects/icons-material/src/material/round/invert_colors.svg diff --git a/projects/icons-material/src/round/invert_colors_off.svg b/projects/icons-material/src/material/round/invert_colors_off.svg similarity index 100% rename from projects/icons-material/src/round/invert_colors_off.svg rename to projects/icons-material/src/material/round/invert_colors_off.svg diff --git a/projects/icons-material/src/round/ios_share.svg b/projects/icons-material/src/material/round/ios_share.svg similarity index 100% rename from projects/icons-material/src/round/ios_share.svg rename to projects/icons-material/src/material/round/ios_share.svg diff --git a/projects/icons-material/src/round/iron.svg b/projects/icons-material/src/material/round/iron.svg similarity index 100% rename from projects/icons-material/src/round/iron.svg rename to projects/icons-material/src/material/round/iron.svg diff --git a/projects/icons-material/src/round/iso.svg b/projects/icons-material/src/material/round/iso.svg similarity index 100% rename from projects/icons-material/src/round/iso.svg rename to projects/icons-material/src/material/round/iso.svg diff --git a/projects/icons-material/src/round/javascript.svg b/projects/icons-material/src/material/round/javascript.svg similarity index 100% rename from projects/icons-material/src/round/javascript.svg rename to projects/icons-material/src/material/round/javascript.svg diff --git a/projects/icons-material/src/round/join_full.svg b/projects/icons-material/src/material/round/join_full.svg similarity index 100% rename from projects/icons-material/src/round/join_full.svg rename to projects/icons-material/src/material/round/join_full.svg diff --git a/projects/icons-material/src/round/join_inner.svg b/projects/icons-material/src/material/round/join_inner.svg similarity index 100% rename from projects/icons-material/src/round/join_inner.svg rename to projects/icons-material/src/material/round/join_inner.svg diff --git a/projects/icons-material/src/round/join_left.svg b/projects/icons-material/src/material/round/join_left.svg similarity index 100% rename from projects/icons-material/src/round/join_left.svg rename to projects/icons-material/src/material/round/join_left.svg diff --git a/projects/icons-material/src/round/join_right.svg b/projects/icons-material/src/material/round/join_right.svg similarity index 100% rename from projects/icons-material/src/round/join_right.svg rename to projects/icons-material/src/material/round/join_right.svg diff --git a/projects/icons-material/src/round/kayaking.svg b/projects/icons-material/src/material/round/kayaking.svg similarity index 100% rename from projects/icons-material/src/round/kayaking.svg rename to projects/icons-material/src/material/round/kayaking.svg diff --git a/projects/icons-material/src/round/kebab_dining.svg b/projects/icons-material/src/material/round/kebab_dining.svg similarity index 100% rename from projects/icons-material/src/round/kebab_dining.svg rename to projects/icons-material/src/material/round/kebab_dining.svg diff --git a/projects/icons-material/src/round/key.svg b/projects/icons-material/src/material/round/key.svg similarity index 100% rename from projects/icons-material/src/round/key.svg rename to projects/icons-material/src/material/round/key.svg diff --git a/projects/icons-material/src/round/key_off.svg b/projects/icons-material/src/material/round/key_off.svg similarity index 100% rename from projects/icons-material/src/round/key_off.svg rename to projects/icons-material/src/material/round/key_off.svg diff --git a/projects/icons-material/src/round/keyboard.svg b/projects/icons-material/src/material/round/keyboard.svg similarity index 100% rename from projects/icons-material/src/round/keyboard.svg rename to projects/icons-material/src/material/round/keyboard.svg diff --git a/projects/icons-material/src/round/keyboard_alt.svg b/projects/icons-material/src/material/round/keyboard_alt.svg similarity index 100% rename from projects/icons-material/src/round/keyboard_alt.svg rename to projects/icons-material/src/material/round/keyboard_alt.svg diff --git a/projects/icons-material/src/round/keyboard_arrow_down.svg b/projects/icons-material/src/material/round/keyboard_arrow_down.svg similarity index 100% rename from projects/icons-material/src/round/keyboard_arrow_down.svg rename to projects/icons-material/src/material/round/keyboard_arrow_down.svg diff --git a/projects/icons-material/src/round/keyboard_arrow_left.svg b/projects/icons-material/src/material/round/keyboard_arrow_left.svg similarity index 100% rename from projects/icons-material/src/round/keyboard_arrow_left.svg rename to projects/icons-material/src/material/round/keyboard_arrow_left.svg diff --git a/projects/icons-material/src/round/keyboard_arrow_right.svg b/projects/icons-material/src/material/round/keyboard_arrow_right.svg similarity index 100% rename from projects/icons-material/src/round/keyboard_arrow_right.svg rename to projects/icons-material/src/material/round/keyboard_arrow_right.svg diff --git a/projects/icons-material/src/round/keyboard_arrow_up.svg b/projects/icons-material/src/material/round/keyboard_arrow_up.svg similarity index 100% rename from projects/icons-material/src/round/keyboard_arrow_up.svg rename to projects/icons-material/src/material/round/keyboard_arrow_up.svg diff --git a/projects/icons-material/src/round/keyboard_backspace.svg b/projects/icons-material/src/material/round/keyboard_backspace.svg similarity index 100% rename from projects/icons-material/src/round/keyboard_backspace.svg rename to projects/icons-material/src/material/round/keyboard_backspace.svg diff --git a/projects/icons-material/src/round/keyboard_capslock.svg b/projects/icons-material/src/material/round/keyboard_capslock.svg similarity index 100% rename from projects/icons-material/src/round/keyboard_capslock.svg rename to projects/icons-material/src/material/round/keyboard_capslock.svg diff --git a/projects/icons-material/src/round/keyboard_command_key.svg b/projects/icons-material/src/material/round/keyboard_command_key.svg similarity index 100% rename from projects/icons-material/src/round/keyboard_command_key.svg rename to projects/icons-material/src/material/round/keyboard_command_key.svg diff --git a/projects/icons-material/src/round/keyboard_control_key.svg b/projects/icons-material/src/material/round/keyboard_control_key.svg similarity index 100% rename from projects/icons-material/src/round/keyboard_control_key.svg rename to projects/icons-material/src/material/round/keyboard_control_key.svg diff --git a/projects/icons-material/src/round/keyboard_double_arrow_down.svg b/projects/icons-material/src/material/round/keyboard_double_arrow_down.svg similarity index 100% rename from projects/icons-material/src/round/keyboard_double_arrow_down.svg rename to projects/icons-material/src/material/round/keyboard_double_arrow_down.svg diff --git a/projects/icons-material/src/round/keyboard_double_arrow_left.svg b/projects/icons-material/src/material/round/keyboard_double_arrow_left.svg similarity index 100% rename from projects/icons-material/src/round/keyboard_double_arrow_left.svg rename to projects/icons-material/src/material/round/keyboard_double_arrow_left.svg diff --git a/projects/icons-material/src/round/keyboard_double_arrow_right.svg b/projects/icons-material/src/material/round/keyboard_double_arrow_right.svg similarity index 100% rename from projects/icons-material/src/round/keyboard_double_arrow_right.svg rename to projects/icons-material/src/material/round/keyboard_double_arrow_right.svg diff --git a/projects/icons-material/src/round/keyboard_double_arrow_up.svg b/projects/icons-material/src/material/round/keyboard_double_arrow_up.svg similarity index 100% rename from projects/icons-material/src/round/keyboard_double_arrow_up.svg rename to projects/icons-material/src/material/round/keyboard_double_arrow_up.svg diff --git a/projects/icons-material/src/round/keyboard_hide.svg b/projects/icons-material/src/material/round/keyboard_hide.svg similarity index 100% rename from projects/icons-material/src/round/keyboard_hide.svg rename to projects/icons-material/src/material/round/keyboard_hide.svg diff --git a/projects/icons-material/src/round/keyboard_option_key.svg b/projects/icons-material/src/material/round/keyboard_option_key.svg similarity index 100% rename from projects/icons-material/src/round/keyboard_option_key.svg rename to projects/icons-material/src/material/round/keyboard_option_key.svg diff --git a/projects/icons-material/src/round/keyboard_return.svg b/projects/icons-material/src/material/round/keyboard_return.svg similarity index 100% rename from projects/icons-material/src/round/keyboard_return.svg rename to projects/icons-material/src/material/round/keyboard_return.svg diff --git a/projects/icons-material/src/round/keyboard_tab.svg b/projects/icons-material/src/material/round/keyboard_tab.svg similarity index 100% rename from projects/icons-material/src/round/keyboard_tab.svg rename to projects/icons-material/src/material/round/keyboard_tab.svg diff --git a/projects/icons-material/src/round/keyboard_voice.svg b/projects/icons-material/src/material/round/keyboard_voice.svg similarity index 100% rename from projects/icons-material/src/round/keyboard_voice.svg rename to projects/icons-material/src/material/round/keyboard_voice.svg diff --git a/projects/icons-material/src/round/king_bed.svg b/projects/icons-material/src/material/round/king_bed.svg similarity index 100% rename from projects/icons-material/src/round/king_bed.svg rename to projects/icons-material/src/material/round/king_bed.svg diff --git a/projects/icons-material/src/round/kitchen.svg b/projects/icons-material/src/material/round/kitchen.svg similarity index 100% rename from projects/icons-material/src/round/kitchen.svg rename to projects/icons-material/src/material/round/kitchen.svg diff --git a/projects/icons-material/src/round/kitesurfing.svg b/projects/icons-material/src/material/round/kitesurfing.svg similarity index 100% rename from projects/icons-material/src/round/kitesurfing.svg rename to projects/icons-material/src/material/round/kitesurfing.svg diff --git a/projects/icons-material/src/round/label.svg b/projects/icons-material/src/material/round/label.svg similarity index 100% rename from projects/icons-material/src/round/label.svg rename to projects/icons-material/src/material/round/label.svg diff --git a/projects/icons-material/src/round/label_important.svg b/projects/icons-material/src/material/round/label_important.svg similarity index 100% rename from projects/icons-material/src/round/label_important.svg rename to projects/icons-material/src/material/round/label_important.svg diff --git a/projects/icons-material/src/round/label_off.svg b/projects/icons-material/src/material/round/label_off.svg similarity index 100% rename from projects/icons-material/src/round/label_off.svg rename to projects/icons-material/src/material/round/label_off.svg diff --git a/projects/icons-material/src/round/lan.svg b/projects/icons-material/src/material/round/lan.svg similarity index 100% rename from projects/icons-material/src/round/lan.svg rename to projects/icons-material/src/material/round/lan.svg diff --git a/projects/icons-material/src/round/landscape.svg b/projects/icons-material/src/material/round/landscape.svg similarity index 100% rename from projects/icons-material/src/round/landscape.svg rename to projects/icons-material/src/material/round/landscape.svg diff --git a/projects/icons-material/src/round/landslide.svg b/projects/icons-material/src/material/round/landslide.svg similarity index 100% rename from projects/icons-material/src/round/landslide.svg rename to projects/icons-material/src/material/round/landslide.svg diff --git a/projects/icons-material/src/round/language.svg b/projects/icons-material/src/material/round/language.svg similarity index 100% rename from projects/icons-material/src/round/language.svg rename to projects/icons-material/src/material/round/language.svg diff --git a/projects/icons-material/src/round/laptop.svg b/projects/icons-material/src/material/round/laptop.svg similarity index 100% rename from projects/icons-material/src/round/laptop.svg rename to projects/icons-material/src/material/round/laptop.svg diff --git a/projects/icons-material/src/round/laptop_chromebook.svg b/projects/icons-material/src/material/round/laptop_chromebook.svg similarity index 100% rename from projects/icons-material/src/round/laptop_chromebook.svg rename to projects/icons-material/src/material/round/laptop_chromebook.svg diff --git a/projects/icons-material/src/round/laptop_mac.svg b/projects/icons-material/src/material/round/laptop_mac.svg similarity index 100% rename from projects/icons-material/src/round/laptop_mac.svg rename to projects/icons-material/src/material/round/laptop_mac.svg diff --git a/projects/icons-material/src/round/laptop_windows.svg b/projects/icons-material/src/material/round/laptop_windows.svg similarity index 100% rename from projects/icons-material/src/round/laptop_windows.svg rename to projects/icons-material/src/material/round/laptop_windows.svg diff --git a/projects/icons-material/src/round/last_page.svg b/projects/icons-material/src/material/round/last_page.svg similarity index 100% rename from projects/icons-material/src/round/last_page.svg rename to projects/icons-material/src/material/round/last_page.svg diff --git a/projects/icons-material/src/round/launch.svg b/projects/icons-material/src/material/round/launch.svg similarity index 100% rename from projects/icons-material/src/round/launch.svg rename to projects/icons-material/src/material/round/launch.svg diff --git a/projects/icons-material/src/round/layers.svg b/projects/icons-material/src/material/round/layers.svg similarity index 100% rename from projects/icons-material/src/round/layers.svg rename to projects/icons-material/src/material/round/layers.svg diff --git a/projects/icons-material/src/round/layers_clear.svg b/projects/icons-material/src/material/round/layers_clear.svg similarity index 100% rename from projects/icons-material/src/round/layers_clear.svg rename to projects/icons-material/src/material/round/layers_clear.svg diff --git a/projects/icons-material/src/round/leaderboard.svg b/projects/icons-material/src/material/round/leaderboard.svg similarity index 100% rename from projects/icons-material/src/round/leaderboard.svg rename to projects/icons-material/src/material/round/leaderboard.svg diff --git a/projects/icons-material/src/round/leak_add.svg b/projects/icons-material/src/material/round/leak_add.svg similarity index 100% rename from projects/icons-material/src/round/leak_add.svg rename to projects/icons-material/src/material/round/leak_add.svg diff --git a/projects/icons-material/src/round/leak_remove.svg b/projects/icons-material/src/material/round/leak_remove.svg similarity index 100% rename from projects/icons-material/src/round/leak_remove.svg rename to projects/icons-material/src/material/round/leak_remove.svg diff --git a/projects/icons-material/src/round/legend_toggle.svg b/projects/icons-material/src/material/round/legend_toggle.svg similarity index 100% rename from projects/icons-material/src/round/legend_toggle.svg rename to projects/icons-material/src/material/round/legend_toggle.svg diff --git a/projects/icons-material/src/round/lens.svg b/projects/icons-material/src/material/round/lens.svg similarity index 100% rename from projects/icons-material/src/round/lens.svg rename to projects/icons-material/src/material/round/lens.svg diff --git a/projects/icons-material/src/round/lens_blur.svg b/projects/icons-material/src/material/round/lens_blur.svg similarity index 100% rename from projects/icons-material/src/round/lens_blur.svg rename to projects/icons-material/src/material/round/lens_blur.svg diff --git a/projects/icons-material/src/round/library_add.svg b/projects/icons-material/src/material/round/library_add.svg similarity index 100% rename from projects/icons-material/src/round/library_add.svg rename to projects/icons-material/src/material/round/library_add.svg diff --git a/projects/icons-material/src/round/library_add_check.svg b/projects/icons-material/src/material/round/library_add_check.svg similarity index 100% rename from projects/icons-material/src/round/library_add_check.svg rename to projects/icons-material/src/material/round/library_add_check.svg diff --git a/projects/icons-material/src/round/library_books.svg b/projects/icons-material/src/material/round/library_books.svg similarity index 100% rename from projects/icons-material/src/round/library_books.svg rename to projects/icons-material/src/material/round/library_books.svg diff --git a/projects/icons-material/src/round/library_music.svg b/projects/icons-material/src/material/round/library_music.svg similarity index 100% rename from projects/icons-material/src/round/library_music.svg rename to projects/icons-material/src/material/round/library_music.svg diff --git a/projects/icons-material/src/round/light.svg b/projects/icons-material/src/material/round/light.svg similarity index 100% rename from projects/icons-material/src/round/light.svg rename to projects/icons-material/src/material/round/light.svg diff --git a/projects/icons-material/src/round/light_mode.svg b/projects/icons-material/src/material/round/light_mode.svg similarity index 100% rename from projects/icons-material/src/round/light_mode.svg rename to projects/icons-material/src/material/round/light_mode.svg diff --git a/projects/icons-material/src/round/lightbulb.svg b/projects/icons-material/src/material/round/lightbulb.svg similarity index 100% rename from projects/icons-material/src/round/lightbulb.svg rename to projects/icons-material/src/material/round/lightbulb.svg diff --git a/projects/icons-material/src/round/lightbulb_circle.svg b/projects/icons-material/src/material/round/lightbulb_circle.svg similarity index 100% rename from projects/icons-material/src/round/lightbulb_circle.svg rename to projects/icons-material/src/material/round/lightbulb_circle.svg diff --git a/projects/icons-material/src/round/line_axis.svg b/projects/icons-material/src/material/round/line_axis.svg similarity index 100% rename from projects/icons-material/src/round/line_axis.svg rename to projects/icons-material/src/material/round/line_axis.svg diff --git a/projects/icons-material/src/round/line_style.svg b/projects/icons-material/src/material/round/line_style.svg similarity index 100% rename from projects/icons-material/src/round/line_style.svg rename to projects/icons-material/src/material/round/line_style.svg diff --git a/projects/icons-material/src/round/line_weight.svg b/projects/icons-material/src/material/round/line_weight.svg similarity index 100% rename from projects/icons-material/src/round/line_weight.svg rename to projects/icons-material/src/material/round/line_weight.svg diff --git a/projects/icons-material/src/round/linear_scale.svg b/projects/icons-material/src/material/round/linear_scale.svg similarity index 100% rename from projects/icons-material/src/round/linear_scale.svg rename to projects/icons-material/src/material/round/linear_scale.svg diff --git a/projects/icons-material/src/round/link.svg b/projects/icons-material/src/material/round/link.svg similarity index 100% rename from projects/icons-material/src/round/link.svg rename to projects/icons-material/src/material/round/link.svg diff --git a/projects/icons-material/src/round/link_off.svg b/projects/icons-material/src/material/round/link_off.svg similarity index 100% rename from projects/icons-material/src/round/link_off.svg rename to projects/icons-material/src/material/round/link_off.svg diff --git a/projects/icons-material/src/round/linked_camera.svg b/projects/icons-material/src/material/round/linked_camera.svg similarity index 100% rename from projects/icons-material/src/round/linked_camera.svg rename to projects/icons-material/src/material/round/linked_camera.svg diff --git a/projects/icons-material/src/round/liquor.svg b/projects/icons-material/src/material/round/liquor.svg similarity index 100% rename from projects/icons-material/src/round/liquor.svg rename to projects/icons-material/src/material/round/liquor.svg diff --git a/projects/icons-material/src/round/list.svg b/projects/icons-material/src/material/round/list.svg similarity index 100% rename from projects/icons-material/src/round/list.svg rename to projects/icons-material/src/material/round/list.svg diff --git a/projects/icons-material/src/round/list_alt.svg b/projects/icons-material/src/material/round/list_alt.svg similarity index 100% rename from projects/icons-material/src/round/list_alt.svg rename to projects/icons-material/src/material/round/list_alt.svg diff --git a/projects/icons-material/src/round/live_help.svg b/projects/icons-material/src/material/round/live_help.svg similarity index 100% rename from projects/icons-material/src/round/live_help.svg rename to projects/icons-material/src/material/round/live_help.svg diff --git a/projects/icons-material/src/round/live_tv.svg b/projects/icons-material/src/material/round/live_tv.svg similarity index 100% rename from projects/icons-material/src/round/live_tv.svg rename to projects/icons-material/src/material/round/live_tv.svg diff --git a/projects/icons-material/src/round/living.svg b/projects/icons-material/src/material/round/living.svg similarity index 100% rename from projects/icons-material/src/round/living.svg rename to projects/icons-material/src/material/round/living.svg diff --git a/projects/icons-material/src/round/local_activity.svg b/projects/icons-material/src/material/round/local_activity.svg similarity index 100% rename from projects/icons-material/src/round/local_activity.svg rename to projects/icons-material/src/material/round/local_activity.svg diff --git a/projects/icons-material/src/round/local_airport.svg b/projects/icons-material/src/material/round/local_airport.svg similarity index 100% rename from projects/icons-material/src/round/local_airport.svg rename to projects/icons-material/src/material/round/local_airport.svg diff --git a/projects/icons-material/src/round/local_atm.svg b/projects/icons-material/src/material/round/local_atm.svg similarity index 100% rename from projects/icons-material/src/round/local_atm.svg rename to projects/icons-material/src/material/round/local_atm.svg diff --git a/projects/icons-material/src/round/local_bar.svg b/projects/icons-material/src/material/round/local_bar.svg similarity index 100% rename from projects/icons-material/src/round/local_bar.svg rename to projects/icons-material/src/material/round/local_bar.svg diff --git a/projects/icons-material/src/round/local_cafe.svg b/projects/icons-material/src/material/round/local_cafe.svg similarity index 100% rename from projects/icons-material/src/round/local_cafe.svg rename to projects/icons-material/src/material/round/local_cafe.svg diff --git a/projects/icons-material/src/round/local_car_wash.svg b/projects/icons-material/src/material/round/local_car_wash.svg similarity index 100% rename from projects/icons-material/src/round/local_car_wash.svg rename to projects/icons-material/src/material/round/local_car_wash.svg diff --git a/projects/icons-material/src/round/local_convenience_store.svg b/projects/icons-material/src/material/round/local_convenience_store.svg similarity index 100% rename from projects/icons-material/src/round/local_convenience_store.svg rename to projects/icons-material/src/material/round/local_convenience_store.svg diff --git a/projects/icons-material/src/round/local_dining.svg b/projects/icons-material/src/material/round/local_dining.svg similarity index 100% rename from projects/icons-material/src/round/local_dining.svg rename to projects/icons-material/src/material/round/local_dining.svg diff --git a/projects/icons-material/src/round/local_drink.svg b/projects/icons-material/src/material/round/local_drink.svg similarity index 100% rename from projects/icons-material/src/round/local_drink.svg rename to projects/icons-material/src/material/round/local_drink.svg diff --git a/projects/icons-material/src/round/local_fire_department.svg b/projects/icons-material/src/material/round/local_fire_department.svg similarity index 100% rename from projects/icons-material/src/round/local_fire_department.svg rename to projects/icons-material/src/material/round/local_fire_department.svg diff --git a/projects/icons-material/src/round/local_florist.svg b/projects/icons-material/src/material/round/local_florist.svg similarity index 100% rename from projects/icons-material/src/round/local_florist.svg rename to projects/icons-material/src/material/round/local_florist.svg diff --git a/projects/icons-material/src/round/local_gas_station.svg b/projects/icons-material/src/material/round/local_gas_station.svg similarity index 100% rename from projects/icons-material/src/round/local_gas_station.svg rename to projects/icons-material/src/material/round/local_gas_station.svg diff --git a/projects/icons-material/src/round/local_grocery_store.svg b/projects/icons-material/src/material/round/local_grocery_store.svg similarity index 100% rename from projects/icons-material/src/round/local_grocery_store.svg rename to projects/icons-material/src/material/round/local_grocery_store.svg diff --git a/projects/icons-material/src/round/local_hospital.svg b/projects/icons-material/src/material/round/local_hospital.svg similarity index 100% rename from projects/icons-material/src/round/local_hospital.svg rename to projects/icons-material/src/material/round/local_hospital.svg diff --git a/projects/icons-material/src/round/local_hotel.svg b/projects/icons-material/src/material/round/local_hotel.svg similarity index 100% rename from projects/icons-material/src/round/local_hotel.svg rename to projects/icons-material/src/material/round/local_hotel.svg diff --git a/projects/icons-material/src/round/local_laundry_service.svg b/projects/icons-material/src/material/round/local_laundry_service.svg similarity index 100% rename from projects/icons-material/src/round/local_laundry_service.svg rename to projects/icons-material/src/material/round/local_laundry_service.svg diff --git a/projects/icons-material/src/round/local_library.svg b/projects/icons-material/src/material/round/local_library.svg similarity index 100% rename from projects/icons-material/src/round/local_library.svg rename to projects/icons-material/src/material/round/local_library.svg diff --git a/projects/icons-material/src/round/local_mall.svg b/projects/icons-material/src/material/round/local_mall.svg similarity index 100% rename from projects/icons-material/src/round/local_mall.svg rename to projects/icons-material/src/material/round/local_mall.svg diff --git a/projects/icons-material/src/round/local_movies.svg b/projects/icons-material/src/material/round/local_movies.svg similarity index 100% rename from projects/icons-material/src/round/local_movies.svg rename to projects/icons-material/src/material/round/local_movies.svg diff --git a/projects/icons-material/src/round/local_offer.svg b/projects/icons-material/src/material/round/local_offer.svg similarity index 100% rename from projects/icons-material/src/round/local_offer.svg rename to projects/icons-material/src/material/round/local_offer.svg diff --git a/projects/icons-material/src/round/local_parking.svg b/projects/icons-material/src/material/round/local_parking.svg similarity index 100% rename from projects/icons-material/src/round/local_parking.svg rename to projects/icons-material/src/material/round/local_parking.svg diff --git a/projects/icons-material/src/round/local_pharmacy.svg b/projects/icons-material/src/material/round/local_pharmacy.svg similarity index 100% rename from projects/icons-material/src/round/local_pharmacy.svg rename to projects/icons-material/src/material/round/local_pharmacy.svg diff --git a/projects/icons-material/src/round/local_phone.svg b/projects/icons-material/src/material/round/local_phone.svg similarity index 100% rename from projects/icons-material/src/round/local_phone.svg rename to projects/icons-material/src/material/round/local_phone.svg diff --git a/projects/icons-material/src/round/local_pizza.svg b/projects/icons-material/src/material/round/local_pizza.svg similarity index 100% rename from projects/icons-material/src/round/local_pizza.svg rename to projects/icons-material/src/material/round/local_pizza.svg diff --git a/projects/icons-material/src/round/local_play.svg b/projects/icons-material/src/material/round/local_play.svg similarity index 100% rename from projects/icons-material/src/round/local_play.svg rename to projects/icons-material/src/material/round/local_play.svg diff --git a/projects/icons-material/src/round/local_police.svg b/projects/icons-material/src/material/round/local_police.svg similarity index 100% rename from projects/icons-material/src/round/local_police.svg rename to projects/icons-material/src/material/round/local_police.svg diff --git a/projects/icons-material/src/round/local_post_office.svg b/projects/icons-material/src/material/round/local_post_office.svg similarity index 100% rename from projects/icons-material/src/round/local_post_office.svg rename to projects/icons-material/src/material/round/local_post_office.svg diff --git a/projects/icons-material/src/round/local_printshop.svg b/projects/icons-material/src/material/round/local_printshop.svg similarity index 100% rename from projects/icons-material/src/round/local_printshop.svg rename to projects/icons-material/src/material/round/local_printshop.svg diff --git a/projects/icons-material/src/round/local_see.svg b/projects/icons-material/src/material/round/local_see.svg similarity index 100% rename from projects/icons-material/src/round/local_see.svg rename to projects/icons-material/src/material/round/local_see.svg diff --git a/projects/icons-material/src/round/local_shipping.svg b/projects/icons-material/src/material/round/local_shipping.svg similarity index 100% rename from projects/icons-material/src/round/local_shipping.svg rename to projects/icons-material/src/material/round/local_shipping.svg diff --git a/projects/icons-material/src/round/local_taxi.svg b/projects/icons-material/src/material/round/local_taxi.svg similarity index 100% rename from projects/icons-material/src/round/local_taxi.svg rename to projects/icons-material/src/material/round/local_taxi.svg diff --git a/projects/icons-material/src/round/location_city.svg b/projects/icons-material/src/material/round/location_city.svg similarity index 100% rename from projects/icons-material/src/round/location_city.svg rename to projects/icons-material/src/material/round/location_city.svg diff --git a/projects/icons-material/src/round/location_disabled.svg b/projects/icons-material/src/material/round/location_disabled.svg similarity index 100% rename from projects/icons-material/src/round/location_disabled.svg rename to projects/icons-material/src/material/round/location_disabled.svg diff --git a/projects/icons-material/src/round/location_off.svg b/projects/icons-material/src/material/round/location_off.svg similarity index 100% rename from projects/icons-material/src/round/location_off.svg rename to projects/icons-material/src/material/round/location_off.svg diff --git a/projects/icons-material/src/round/location_on.svg b/projects/icons-material/src/material/round/location_on.svg similarity index 100% rename from projects/icons-material/src/round/location_on.svg rename to projects/icons-material/src/material/round/location_on.svg diff --git a/projects/icons-material/src/round/location_searching.svg b/projects/icons-material/src/material/round/location_searching.svg similarity index 100% rename from projects/icons-material/src/round/location_searching.svg rename to projects/icons-material/src/material/round/location_searching.svg diff --git a/projects/icons-material/src/round/lock.svg b/projects/icons-material/src/material/round/lock.svg similarity index 100% rename from projects/icons-material/src/round/lock.svg rename to projects/icons-material/src/material/round/lock.svg diff --git a/projects/icons-material/src/round/lock_clock.svg b/projects/icons-material/src/material/round/lock_clock.svg similarity index 100% rename from projects/icons-material/src/round/lock_clock.svg rename to projects/icons-material/src/material/round/lock_clock.svg diff --git a/projects/icons-material/src/round/lock_open.svg b/projects/icons-material/src/material/round/lock_open.svg similarity index 100% rename from projects/icons-material/src/round/lock_open.svg rename to projects/icons-material/src/material/round/lock_open.svg diff --git a/projects/icons-material/src/round/lock_person.svg b/projects/icons-material/src/material/round/lock_person.svg similarity index 100% rename from projects/icons-material/src/round/lock_person.svg rename to projects/icons-material/src/material/round/lock_person.svg diff --git a/projects/icons-material/src/round/lock_reset.svg b/projects/icons-material/src/material/round/lock_reset.svg similarity index 100% rename from projects/icons-material/src/round/lock_reset.svg rename to projects/icons-material/src/material/round/lock_reset.svg diff --git a/projects/icons-material/src/round/login.svg b/projects/icons-material/src/material/round/login.svg similarity index 100% rename from projects/icons-material/src/round/login.svg rename to projects/icons-material/src/material/round/login.svg diff --git a/projects/icons-material/src/round/logo_dev.svg b/projects/icons-material/src/material/round/logo_dev.svg similarity index 100% rename from projects/icons-material/src/round/logo_dev.svg rename to projects/icons-material/src/material/round/logo_dev.svg diff --git a/projects/icons-material/src/round/logout.svg b/projects/icons-material/src/material/round/logout.svg similarity index 100% rename from projects/icons-material/src/round/logout.svg rename to projects/icons-material/src/material/round/logout.svg diff --git a/projects/icons-material/src/round/looks.svg b/projects/icons-material/src/material/round/looks.svg similarity index 100% rename from projects/icons-material/src/round/looks.svg rename to projects/icons-material/src/material/round/looks.svg diff --git a/projects/icons-material/src/round/looks_3.svg b/projects/icons-material/src/material/round/looks_3.svg similarity index 100% rename from projects/icons-material/src/round/looks_3.svg rename to projects/icons-material/src/material/round/looks_3.svg diff --git a/projects/icons-material/src/round/looks_4.svg b/projects/icons-material/src/material/round/looks_4.svg similarity index 100% rename from projects/icons-material/src/round/looks_4.svg rename to projects/icons-material/src/material/round/looks_4.svg diff --git a/projects/icons-material/src/round/looks_5.svg b/projects/icons-material/src/material/round/looks_5.svg similarity index 100% rename from projects/icons-material/src/round/looks_5.svg rename to projects/icons-material/src/material/round/looks_5.svg diff --git a/projects/icons-material/src/round/looks_6.svg b/projects/icons-material/src/material/round/looks_6.svg similarity index 100% rename from projects/icons-material/src/round/looks_6.svg rename to projects/icons-material/src/material/round/looks_6.svg diff --git a/projects/icons-material/src/round/looks_one.svg b/projects/icons-material/src/material/round/looks_one.svg similarity index 100% rename from projects/icons-material/src/round/looks_one.svg rename to projects/icons-material/src/material/round/looks_one.svg diff --git a/projects/icons-material/src/round/looks_two.svg b/projects/icons-material/src/material/round/looks_two.svg similarity index 100% rename from projects/icons-material/src/round/looks_two.svg rename to projects/icons-material/src/material/round/looks_two.svg diff --git a/projects/icons-material/src/round/loop.svg b/projects/icons-material/src/material/round/loop.svg similarity index 100% rename from projects/icons-material/src/round/loop.svg rename to projects/icons-material/src/material/round/loop.svg diff --git a/projects/icons-material/src/round/loupe.svg b/projects/icons-material/src/material/round/loupe.svg similarity index 100% rename from projects/icons-material/src/round/loupe.svg rename to projects/icons-material/src/material/round/loupe.svg diff --git a/projects/icons-material/src/round/low_priority.svg b/projects/icons-material/src/material/round/low_priority.svg similarity index 100% rename from projects/icons-material/src/round/low_priority.svg rename to projects/icons-material/src/material/round/low_priority.svg diff --git a/projects/icons-material/src/round/loyalty.svg b/projects/icons-material/src/material/round/loyalty.svg similarity index 100% rename from projects/icons-material/src/round/loyalty.svg rename to projects/icons-material/src/material/round/loyalty.svg diff --git a/projects/icons-material/src/round/lte_mobiledata.svg b/projects/icons-material/src/material/round/lte_mobiledata.svg similarity index 100% rename from projects/icons-material/src/round/lte_mobiledata.svg rename to projects/icons-material/src/material/round/lte_mobiledata.svg diff --git a/projects/icons-material/src/round/lte_plus_mobiledata.svg b/projects/icons-material/src/material/round/lte_plus_mobiledata.svg similarity index 100% rename from projects/icons-material/src/round/lte_plus_mobiledata.svg rename to projects/icons-material/src/material/round/lte_plus_mobiledata.svg diff --git a/projects/icons-material/src/round/luggage.svg b/projects/icons-material/src/material/round/luggage.svg similarity index 100% rename from projects/icons-material/src/round/luggage.svg rename to projects/icons-material/src/material/round/luggage.svg diff --git a/projects/icons-material/src/round/lunch_dining.svg b/projects/icons-material/src/material/round/lunch_dining.svg similarity index 100% rename from projects/icons-material/src/round/lunch_dining.svg rename to projects/icons-material/src/material/round/lunch_dining.svg diff --git a/projects/icons-material/src/round/lyrics.svg b/projects/icons-material/src/material/round/lyrics.svg similarity index 100% rename from projects/icons-material/src/round/lyrics.svg rename to projects/icons-material/src/material/round/lyrics.svg diff --git a/projects/icons-material/src/round/macro_off.svg b/projects/icons-material/src/material/round/macro_off.svg similarity index 100% rename from projects/icons-material/src/round/macro_off.svg rename to projects/icons-material/src/material/round/macro_off.svg diff --git a/projects/icons-material/src/round/mail.svg b/projects/icons-material/src/material/round/mail.svg similarity index 100% rename from projects/icons-material/src/round/mail.svg rename to projects/icons-material/src/material/round/mail.svg diff --git a/projects/icons-material/src/round/mail_lock.svg b/projects/icons-material/src/material/round/mail_lock.svg similarity index 100% rename from projects/icons-material/src/round/mail_lock.svg rename to projects/icons-material/src/material/round/mail_lock.svg diff --git a/projects/icons-material/src/round/mail_outline.svg b/projects/icons-material/src/material/round/mail_outline.svg similarity index 100% rename from projects/icons-material/src/round/mail_outline.svg rename to projects/icons-material/src/material/round/mail_outline.svg diff --git a/projects/icons-material/src/round/male.svg b/projects/icons-material/src/material/round/male.svg similarity index 100% rename from projects/icons-material/src/round/male.svg rename to projects/icons-material/src/material/round/male.svg diff --git a/projects/icons-material/src/round/man.svg b/projects/icons-material/src/material/round/man.svg similarity index 100% rename from projects/icons-material/src/round/man.svg rename to projects/icons-material/src/material/round/man.svg diff --git a/projects/icons-material/src/round/man_2.svg b/projects/icons-material/src/material/round/man_2.svg similarity index 100% rename from projects/icons-material/src/round/man_2.svg rename to projects/icons-material/src/material/round/man_2.svg diff --git a/projects/icons-material/src/round/man_3.svg b/projects/icons-material/src/material/round/man_3.svg similarity index 100% rename from projects/icons-material/src/round/man_3.svg rename to projects/icons-material/src/material/round/man_3.svg diff --git a/projects/icons-material/src/round/man_4.svg b/projects/icons-material/src/material/round/man_4.svg similarity index 100% rename from projects/icons-material/src/round/man_4.svg rename to projects/icons-material/src/material/round/man_4.svg diff --git a/projects/icons-material/src/round/manage_accounts.svg b/projects/icons-material/src/material/round/manage_accounts.svg similarity index 100% rename from projects/icons-material/src/round/manage_accounts.svg rename to projects/icons-material/src/material/round/manage_accounts.svg diff --git a/projects/icons-material/src/round/manage_history.svg b/projects/icons-material/src/material/round/manage_history.svg similarity index 100% rename from projects/icons-material/src/round/manage_history.svg rename to projects/icons-material/src/material/round/manage_history.svg diff --git a/projects/icons-material/src/round/manage_search.svg b/projects/icons-material/src/material/round/manage_search.svg similarity index 100% rename from projects/icons-material/src/round/manage_search.svg rename to projects/icons-material/src/material/round/manage_search.svg diff --git a/projects/icons-material/src/round/map.svg b/projects/icons-material/src/material/round/map.svg similarity index 100% rename from projects/icons-material/src/round/map.svg rename to projects/icons-material/src/material/round/map.svg diff --git a/projects/icons-material/src/round/maps_home_work.svg b/projects/icons-material/src/material/round/maps_home_work.svg similarity index 100% rename from projects/icons-material/src/round/maps_home_work.svg rename to projects/icons-material/src/material/round/maps_home_work.svg diff --git a/projects/icons-material/src/round/maps_ugc.svg b/projects/icons-material/src/material/round/maps_ugc.svg similarity index 100% rename from projects/icons-material/src/round/maps_ugc.svg rename to projects/icons-material/src/material/round/maps_ugc.svg diff --git a/projects/icons-material/src/round/margin.svg b/projects/icons-material/src/material/round/margin.svg similarity index 100% rename from projects/icons-material/src/round/margin.svg rename to projects/icons-material/src/material/round/margin.svg diff --git a/projects/icons-material/src/round/mark_as_unread.svg b/projects/icons-material/src/material/round/mark_as_unread.svg similarity index 100% rename from projects/icons-material/src/round/mark_as_unread.svg rename to projects/icons-material/src/material/round/mark_as_unread.svg diff --git a/projects/icons-material/src/round/mark_chat_read.svg b/projects/icons-material/src/material/round/mark_chat_read.svg similarity index 100% rename from projects/icons-material/src/round/mark_chat_read.svg rename to projects/icons-material/src/material/round/mark_chat_read.svg diff --git a/projects/icons-material/src/round/mark_chat_unread.svg b/projects/icons-material/src/material/round/mark_chat_unread.svg similarity index 100% rename from projects/icons-material/src/round/mark_chat_unread.svg rename to projects/icons-material/src/material/round/mark_chat_unread.svg diff --git a/projects/icons-material/src/round/mark_email_read.svg b/projects/icons-material/src/material/round/mark_email_read.svg similarity index 100% rename from projects/icons-material/src/round/mark_email_read.svg rename to projects/icons-material/src/material/round/mark_email_read.svg diff --git a/projects/icons-material/src/round/mark_email_unread.svg b/projects/icons-material/src/material/round/mark_email_unread.svg similarity index 100% rename from projects/icons-material/src/round/mark_email_unread.svg rename to projects/icons-material/src/material/round/mark_email_unread.svg diff --git a/projects/icons-material/src/round/mark_unread_chat_alt.svg b/projects/icons-material/src/material/round/mark_unread_chat_alt.svg similarity index 100% rename from projects/icons-material/src/round/mark_unread_chat_alt.svg rename to projects/icons-material/src/material/round/mark_unread_chat_alt.svg diff --git a/projects/icons-material/src/round/markunread.svg b/projects/icons-material/src/material/round/markunread.svg similarity index 100% rename from projects/icons-material/src/round/markunread.svg rename to projects/icons-material/src/material/round/markunread.svg diff --git a/projects/icons-material/src/round/markunread_mailbox.svg b/projects/icons-material/src/material/round/markunread_mailbox.svg similarity index 100% rename from projects/icons-material/src/round/markunread_mailbox.svg rename to projects/icons-material/src/material/round/markunread_mailbox.svg diff --git a/projects/icons-material/src/round/masks.svg b/projects/icons-material/src/material/round/masks.svg similarity index 100% rename from projects/icons-material/src/round/masks.svg rename to projects/icons-material/src/material/round/masks.svg diff --git a/projects/icons-material/src/round/maximize.svg b/projects/icons-material/src/material/round/maximize.svg similarity index 100% rename from projects/icons-material/src/round/maximize.svg rename to projects/icons-material/src/material/round/maximize.svg diff --git a/projects/icons-material/src/round/media_bluetooth_off.svg b/projects/icons-material/src/material/round/media_bluetooth_off.svg similarity index 100% rename from projects/icons-material/src/round/media_bluetooth_off.svg rename to projects/icons-material/src/material/round/media_bluetooth_off.svg diff --git a/projects/icons-material/src/round/media_bluetooth_on.svg b/projects/icons-material/src/material/round/media_bluetooth_on.svg similarity index 100% rename from projects/icons-material/src/round/media_bluetooth_on.svg rename to projects/icons-material/src/material/round/media_bluetooth_on.svg diff --git a/projects/icons-material/src/round/mediation.svg b/projects/icons-material/src/material/round/mediation.svg similarity index 100% rename from projects/icons-material/src/round/mediation.svg rename to projects/icons-material/src/material/round/mediation.svg diff --git a/projects/icons-material/src/round/medical_information.svg b/projects/icons-material/src/material/round/medical_information.svg similarity index 100% rename from projects/icons-material/src/round/medical_information.svg rename to projects/icons-material/src/material/round/medical_information.svg diff --git a/projects/icons-material/src/round/medical_services.svg b/projects/icons-material/src/material/round/medical_services.svg similarity index 100% rename from projects/icons-material/src/round/medical_services.svg rename to projects/icons-material/src/material/round/medical_services.svg diff --git a/projects/icons-material/src/round/medication.svg b/projects/icons-material/src/material/round/medication.svg similarity index 100% rename from projects/icons-material/src/round/medication.svg rename to projects/icons-material/src/material/round/medication.svg diff --git a/projects/icons-material/src/round/medication_liquid.svg b/projects/icons-material/src/material/round/medication_liquid.svg similarity index 100% rename from projects/icons-material/src/round/medication_liquid.svg rename to projects/icons-material/src/material/round/medication_liquid.svg diff --git a/projects/icons-material/src/round/meeting_room.svg b/projects/icons-material/src/material/round/meeting_room.svg similarity index 100% rename from projects/icons-material/src/round/meeting_room.svg rename to projects/icons-material/src/material/round/meeting_room.svg diff --git a/projects/icons-material/src/round/memory.svg b/projects/icons-material/src/material/round/memory.svg similarity index 100% rename from projects/icons-material/src/round/memory.svg rename to projects/icons-material/src/material/round/memory.svg diff --git a/projects/icons-material/src/round/menu.svg b/projects/icons-material/src/material/round/menu.svg similarity index 100% rename from projects/icons-material/src/round/menu.svg rename to projects/icons-material/src/material/round/menu.svg diff --git a/projects/icons-material/src/round/menu_book.svg b/projects/icons-material/src/material/round/menu_book.svg similarity index 100% rename from projects/icons-material/src/round/menu_book.svg rename to projects/icons-material/src/material/round/menu_book.svg diff --git a/projects/icons-material/src/round/menu_open.svg b/projects/icons-material/src/material/round/menu_open.svg similarity index 100% rename from projects/icons-material/src/round/menu_open.svg rename to projects/icons-material/src/material/round/menu_open.svg diff --git a/projects/icons-material/src/round/merge.svg b/projects/icons-material/src/material/round/merge.svg similarity index 100% rename from projects/icons-material/src/round/merge.svg rename to projects/icons-material/src/material/round/merge.svg diff --git a/projects/icons-material/src/round/merge_type.svg b/projects/icons-material/src/material/round/merge_type.svg similarity index 100% rename from projects/icons-material/src/round/merge_type.svg rename to projects/icons-material/src/material/round/merge_type.svg diff --git a/projects/icons-material/src/round/message.svg b/projects/icons-material/src/material/round/message.svg similarity index 100% rename from projects/icons-material/src/round/message.svg rename to projects/icons-material/src/material/round/message.svg diff --git a/projects/icons-material/src/round/mic.svg b/projects/icons-material/src/material/round/mic.svg similarity index 100% rename from projects/icons-material/src/round/mic.svg rename to projects/icons-material/src/material/round/mic.svg diff --git a/projects/icons-material/src/round/mic_external_off.svg b/projects/icons-material/src/material/round/mic_external_off.svg similarity index 100% rename from projects/icons-material/src/round/mic_external_off.svg rename to projects/icons-material/src/material/round/mic_external_off.svg diff --git a/projects/icons-material/src/round/mic_external_on.svg b/projects/icons-material/src/material/round/mic_external_on.svg similarity index 100% rename from projects/icons-material/src/round/mic_external_on.svg rename to projects/icons-material/src/material/round/mic_external_on.svg diff --git a/projects/icons-material/src/round/mic_none.svg b/projects/icons-material/src/material/round/mic_none.svg similarity index 100% rename from projects/icons-material/src/round/mic_none.svg rename to projects/icons-material/src/material/round/mic_none.svg diff --git a/projects/icons-material/src/round/mic_off.svg b/projects/icons-material/src/material/round/mic_off.svg similarity index 100% rename from projects/icons-material/src/round/mic_off.svg rename to projects/icons-material/src/material/round/mic_off.svg diff --git a/projects/icons-material/src/round/microwave.svg b/projects/icons-material/src/material/round/microwave.svg similarity index 100% rename from projects/icons-material/src/round/microwave.svg rename to projects/icons-material/src/material/round/microwave.svg diff --git a/projects/icons-material/src/round/military_tech.svg b/projects/icons-material/src/material/round/military_tech.svg similarity index 100% rename from projects/icons-material/src/round/military_tech.svg rename to projects/icons-material/src/material/round/military_tech.svg diff --git a/projects/icons-material/src/round/minimize.svg b/projects/icons-material/src/material/round/minimize.svg similarity index 100% rename from projects/icons-material/src/round/minimize.svg rename to projects/icons-material/src/material/round/minimize.svg diff --git a/projects/icons-material/src/round/minor_crash.svg b/projects/icons-material/src/material/round/minor_crash.svg similarity index 100% rename from projects/icons-material/src/round/minor_crash.svg rename to projects/icons-material/src/material/round/minor_crash.svg diff --git a/projects/icons-material/src/round/miscellaneous_services.svg b/projects/icons-material/src/material/round/miscellaneous_services.svg similarity index 100% rename from projects/icons-material/src/round/miscellaneous_services.svg rename to projects/icons-material/src/material/round/miscellaneous_services.svg diff --git a/projects/icons-material/src/round/missed_video_call.svg b/projects/icons-material/src/material/round/missed_video_call.svg similarity index 100% rename from projects/icons-material/src/round/missed_video_call.svg rename to projects/icons-material/src/material/round/missed_video_call.svg diff --git a/projects/icons-material/src/round/mms.svg b/projects/icons-material/src/material/round/mms.svg similarity index 100% rename from projects/icons-material/src/round/mms.svg rename to projects/icons-material/src/material/round/mms.svg diff --git a/projects/icons-material/src/round/mobile_friendly.svg b/projects/icons-material/src/material/round/mobile_friendly.svg similarity index 100% rename from projects/icons-material/src/round/mobile_friendly.svg rename to projects/icons-material/src/material/round/mobile_friendly.svg diff --git a/projects/icons-material/src/round/mobile_off.svg b/projects/icons-material/src/material/round/mobile_off.svg similarity index 100% rename from projects/icons-material/src/round/mobile_off.svg rename to projects/icons-material/src/material/round/mobile_off.svg diff --git a/projects/icons-material/src/round/mobile_screen_share.svg b/projects/icons-material/src/material/round/mobile_screen_share.svg similarity index 100% rename from projects/icons-material/src/round/mobile_screen_share.svg rename to projects/icons-material/src/material/round/mobile_screen_share.svg diff --git a/projects/icons-material/src/round/mobiledata_off.svg b/projects/icons-material/src/material/round/mobiledata_off.svg similarity index 100% rename from projects/icons-material/src/round/mobiledata_off.svg rename to projects/icons-material/src/material/round/mobiledata_off.svg diff --git a/projects/icons-material/src/round/mode.svg b/projects/icons-material/src/material/round/mode.svg similarity index 100% rename from projects/icons-material/src/round/mode.svg rename to projects/icons-material/src/material/round/mode.svg diff --git a/projects/icons-material/src/round/mode_comment.svg b/projects/icons-material/src/material/round/mode_comment.svg similarity index 100% rename from projects/icons-material/src/round/mode_comment.svg rename to projects/icons-material/src/material/round/mode_comment.svg diff --git a/projects/icons-material/src/round/mode_edit.svg b/projects/icons-material/src/material/round/mode_edit.svg similarity index 100% rename from projects/icons-material/src/round/mode_edit.svg rename to projects/icons-material/src/material/round/mode_edit.svg diff --git a/projects/icons-material/src/round/mode_edit_outline.svg b/projects/icons-material/src/material/round/mode_edit_outline.svg similarity index 100% rename from projects/icons-material/src/round/mode_edit_outline.svg rename to projects/icons-material/src/material/round/mode_edit_outline.svg diff --git a/projects/icons-material/src/round/mode_fan_off.svg b/projects/icons-material/src/material/round/mode_fan_off.svg similarity index 100% rename from projects/icons-material/src/round/mode_fan_off.svg rename to projects/icons-material/src/material/round/mode_fan_off.svg diff --git a/projects/icons-material/src/round/mode_night.svg b/projects/icons-material/src/material/round/mode_night.svg similarity index 100% rename from projects/icons-material/src/round/mode_night.svg rename to projects/icons-material/src/material/round/mode_night.svg diff --git a/projects/icons-material/src/round/mode_of_travel.svg b/projects/icons-material/src/material/round/mode_of_travel.svg similarity index 100% rename from projects/icons-material/src/round/mode_of_travel.svg rename to projects/icons-material/src/material/round/mode_of_travel.svg diff --git a/projects/icons-material/src/round/mode_standby.svg b/projects/icons-material/src/material/round/mode_standby.svg similarity index 100% rename from projects/icons-material/src/round/mode_standby.svg rename to projects/icons-material/src/material/round/mode_standby.svg diff --git a/projects/icons-material/src/round/model_training.svg b/projects/icons-material/src/material/round/model_training.svg similarity index 100% rename from projects/icons-material/src/round/model_training.svg rename to projects/icons-material/src/material/round/model_training.svg diff --git a/projects/icons-material/src/round/monetization_on.svg b/projects/icons-material/src/material/round/monetization_on.svg similarity index 100% rename from projects/icons-material/src/round/monetization_on.svg rename to projects/icons-material/src/material/round/monetization_on.svg diff --git a/projects/icons-material/src/round/money.svg b/projects/icons-material/src/material/round/money.svg similarity index 100% rename from projects/icons-material/src/round/money.svg rename to projects/icons-material/src/material/round/money.svg diff --git a/projects/icons-material/src/round/money_off.svg b/projects/icons-material/src/material/round/money_off.svg similarity index 100% rename from projects/icons-material/src/round/money_off.svg rename to projects/icons-material/src/material/round/money_off.svg diff --git a/projects/icons-material/src/round/money_off_csred.svg b/projects/icons-material/src/material/round/money_off_csred.svg similarity index 100% rename from projects/icons-material/src/round/money_off_csred.svg rename to projects/icons-material/src/material/round/money_off_csred.svg diff --git a/projects/icons-material/src/round/monitor.svg b/projects/icons-material/src/material/round/monitor.svg similarity index 100% rename from projects/icons-material/src/round/monitor.svg rename to projects/icons-material/src/material/round/monitor.svg diff --git a/projects/icons-material/src/round/monitor_heart.svg b/projects/icons-material/src/material/round/monitor_heart.svg similarity index 100% rename from projects/icons-material/src/round/monitor_heart.svg rename to projects/icons-material/src/material/round/monitor_heart.svg diff --git a/projects/icons-material/src/round/monitor_weight.svg b/projects/icons-material/src/material/round/monitor_weight.svg similarity index 100% rename from projects/icons-material/src/round/monitor_weight.svg rename to projects/icons-material/src/material/round/monitor_weight.svg diff --git a/projects/icons-material/src/round/monochrome_photos.svg b/projects/icons-material/src/material/round/monochrome_photos.svg similarity index 100% rename from projects/icons-material/src/round/monochrome_photos.svg rename to projects/icons-material/src/material/round/monochrome_photos.svg diff --git a/projects/icons-material/src/round/mood.svg b/projects/icons-material/src/material/round/mood.svg similarity index 100% rename from projects/icons-material/src/round/mood.svg rename to projects/icons-material/src/material/round/mood.svg diff --git a/projects/icons-material/src/round/mood_bad.svg b/projects/icons-material/src/material/round/mood_bad.svg similarity index 100% rename from projects/icons-material/src/round/mood_bad.svg rename to projects/icons-material/src/material/round/mood_bad.svg diff --git a/projects/icons-material/src/round/moped.svg b/projects/icons-material/src/material/round/moped.svg similarity index 100% rename from projects/icons-material/src/round/moped.svg rename to projects/icons-material/src/material/round/moped.svg diff --git a/projects/icons-material/src/round/more.svg b/projects/icons-material/src/material/round/more.svg similarity index 100% rename from projects/icons-material/src/round/more.svg rename to projects/icons-material/src/material/round/more.svg diff --git a/projects/icons-material/src/round/more_horiz.svg b/projects/icons-material/src/material/round/more_horiz.svg similarity index 100% rename from projects/icons-material/src/round/more_horiz.svg rename to projects/icons-material/src/material/round/more_horiz.svg diff --git a/projects/icons-material/src/round/more_time.svg b/projects/icons-material/src/material/round/more_time.svg similarity index 100% rename from projects/icons-material/src/round/more_time.svg rename to projects/icons-material/src/material/round/more_time.svg diff --git a/projects/icons-material/src/round/more_vert.svg b/projects/icons-material/src/material/round/more_vert.svg similarity index 100% rename from projects/icons-material/src/round/more_vert.svg rename to projects/icons-material/src/material/round/more_vert.svg diff --git a/projects/icons-material/src/round/mosque.svg b/projects/icons-material/src/material/round/mosque.svg similarity index 100% rename from projects/icons-material/src/round/mosque.svg rename to projects/icons-material/src/material/round/mosque.svg diff --git a/projects/icons-material/src/round/motion_photos_auto.svg b/projects/icons-material/src/material/round/motion_photos_auto.svg similarity index 100% rename from projects/icons-material/src/round/motion_photos_auto.svg rename to projects/icons-material/src/material/round/motion_photos_auto.svg diff --git a/projects/icons-material/src/round/motion_photos_off.svg b/projects/icons-material/src/material/round/motion_photos_off.svg similarity index 100% rename from projects/icons-material/src/round/motion_photos_off.svg rename to projects/icons-material/src/material/round/motion_photos_off.svg diff --git a/projects/icons-material/src/round/motion_photos_on.svg b/projects/icons-material/src/material/round/motion_photos_on.svg similarity index 100% rename from projects/icons-material/src/round/motion_photos_on.svg rename to projects/icons-material/src/material/round/motion_photos_on.svg diff --git a/projects/icons-material/src/round/motion_photos_pause.svg b/projects/icons-material/src/material/round/motion_photos_pause.svg similarity index 100% rename from projects/icons-material/src/round/motion_photos_pause.svg rename to projects/icons-material/src/material/round/motion_photos_pause.svg diff --git a/projects/icons-material/src/round/motion_photos_paused.svg b/projects/icons-material/src/material/round/motion_photos_paused.svg similarity index 100% rename from projects/icons-material/src/round/motion_photos_paused.svg rename to projects/icons-material/src/material/round/motion_photos_paused.svg diff --git a/projects/icons-material/src/round/mouse.svg b/projects/icons-material/src/material/round/mouse.svg similarity index 100% rename from projects/icons-material/src/round/mouse.svg rename to projects/icons-material/src/material/round/mouse.svg diff --git a/projects/icons-material/src/round/move_down.svg b/projects/icons-material/src/material/round/move_down.svg similarity index 100% rename from projects/icons-material/src/round/move_down.svg rename to projects/icons-material/src/material/round/move_down.svg diff --git a/projects/icons-material/src/round/move_to_inbox.svg b/projects/icons-material/src/material/round/move_to_inbox.svg similarity index 100% rename from projects/icons-material/src/round/move_to_inbox.svg rename to projects/icons-material/src/material/round/move_to_inbox.svg diff --git a/projects/icons-material/src/round/move_up.svg b/projects/icons-material/src/material/round/move_up.svg similarity index 100% rename from projects/icons-material/src/round/move_up.svg rename to projects/icons-material/src/material/round/move_up.svg diff --git a/projects/icons-material/src/round/movie.svg b/projects/icons-material/src/material/round/movie.svg similarity index 100% rename from projects/icons-material/src/round/movie.svg rename to projects/icons-material/src/material/round/movie.svg diff --git a/projects/icons-material/src/round/movie_creation.svg b/projects/icons-material/src/material/round/movie_creation.svg similarity index 100% rename from projects/icons-material/src/round/movie_creation.svg rename to projects/icons-material/src/material/round/movie_creation.svg diff --git a/projects/icons-material/src/round/movie_filter.svg b/projects/icons-material/src/material/round/movie_filter.svg similarity index 100% rename from projects/icons-material/src/round/movie_filter.svg rename to projects/icons-material/src/material/round/movie_filter.svg diff --git a/projects/icons-material/src/round/moving.svg b/projects/icons-material/src/material/round/moving.svg similarity index 100% rename from projects/icons-material/src/round/moving.svg rename to projects/icons-material/src/material/round/moving.svg diff --git a/projects/icons-material/src/round/mp.svg b/projects/icons-material/src/material/round/mp.svg similarity index 100% rename from projects/icons-material/src/round/mp.svg rename to projects/icons-material/src/material/round/mp.svg diff --git a/projects/icons-material/src/round/multiline_chart.svg b/projects/icons-material/src/material/round/multiline_chart.svg similarity index 100% rename from projects/icons-material/src/round/multiline_chart.svg rename to projects/icons-material/src/material/round/multiline_chart.svg diff --git a/projects/icons-material/src/round/multiple_stop.svg b/projects/icons-material/src/material/round/multiple_stop.svg similarity index 100% rename from projects/icons-material/src/round/multiple_stop.svg rename to projects/icons-material/src/material/round/multiple_stop.svg diff --git a/projects/icons-material/src/round/museum.svg b/projects/icons-material/src/material/round/museum.svg similarity index 100% rename from projects/icons-material/src/round/museum.svg rename to projects/icons-material/src/material/round/museum.svg diff --git a/projects/icons-material/src/round/music_note.svg b/projects/icons-material/src/material/round/music_note.svg similarity index 100% rename from projects/icons-material/src/round/music_note.svg rename to projects/icons-material/src/material/round/music_note.svg diff --git a/projects/icons-material/src/round/music_off.svg b/projects/icons-material/src/material/round/music_off.svg similarity index 100% rename from projects/icons-material/src/round/music_off.svg rename to projects/icons-material/src/material/round/music_off.svg diff --git a/projects/icons-material/src/round/music_video.svg b/projects/icons-material/src/material/round/music_video.svg similarity index 100% rename from projects/icons-material/src/round/music_video.svg rename to projects/icons-material/src/material/round/music_video.svg diff --git a/projects/icons-material/src/round/my_location.svg b/projects/icons-material/src/material/round/my_location.svg similarity index 100% rename from projects/icons-material/src/round/my_location.svg rename to projects/icons-material/src/material/round/my_location.svg diff --git a/projects/icons-material/src/round/nat.svg b/projects/icons-material/src/material/round/nat.svg similarity index 100% rename from projects/icons-material/src/round/nat.svg rename to projects/icons-material/src/material/round/nat.svg diff --git a/projects/icons-material/src/round/nature.svg b/projects/icons-material/src/material/round/nature.svg similarity index 100% rename from projects/icons-material/src/round/nature.svg rename to projects/icons-material/src/material/round/nature.svg diff --git a/projects/icons-material/src/round/nature_people.svg b/projects/icons-material/src/material/round/nature_people.svg similarity index 100% rename from projects/icons-material/src/round/nature_people.svg rename to projects/icons-material/src/material/round/nature_people.svg diff --git a/projects/icons-material/src/round/navigate_before.svg b/projects/icons-material/src/material/round/navigate_before.svg similarity index 100% rename from projects/icons-material/src/round/navigate_before.svg rename to projects/icons-material/src/material/round/navigate_before.svg diff --git a/projects/icons-material/src/round/navigate_next.svg b/projects/icons-material/src/material/round/navigate_next.svg similarity index 100% rename from projects/icons-material/src/round/navigate_next.svg rename to projects/icons-material/src/material/round/navigate_next.svg diff --git a/projects/icons-material/src/round/navigation.svg b/projects/icons-material/src/material/round/navigation.svg similarity index 100% rename from projects/icons-material/src/round/navigation.svg rename to projects/icons-material/src/material/round/navigation.svg diff --git a/projects/icons-material/src/round/near_me.svg b/projects/icons-material/src/material/round/near_me.svg similarity index 100% rename from projects/icons-material/src/round/near_me.svg rename to projects/icons-material/src/material/round/near_me.svg diff --git a/projects/icons-material/src/round/near_me_disabled.svg b/projects/icons-material/src/material/round/near_me_disabled.svg similarity index 100% rename from projects/icons-material/src/round/near_me_disabled.svg rename to projects/icons-material/src/material/round/near_me_disabled.svg diff --git a/projects/icons-material/src/round/nearby_error.svg b/projects/icons-material/src/material/round/nearby_error.svg similarity index 100% rename from projects/icons-material/src/round/nearby_error.svg rename to projects/icons-material/src/material/round/nearby_error.svg diff --git a/projects/icons-material/src/round/nearby_off.svg b/projects/icons-material/src/material/round/nearby_off.svg similarity index 100% rename from projects/icons-material/src/round/nearby_off.svg rename to projects/icons-material/src/material/round/nearby_off.svg diff --git a/projects/icons-material/src/round/nest_cam_wired_stand.svg b/projects/icons-material/src/material/round/nest_cam_wired_stand.svg similarity index 100% rename from projects/icons-material/src/round/nest_cam_wired_stand.svg rename to projects/icons-material/src/material/round/nest_cam_wired_stand.svg diff --git a/projects/icons-material/src/round/network_cell.svg b/projects/icons-material/src/material/round/network_cell.svg similarity index 100% rename from projects/icons-material/src/round/network_cell.svg rename to projects/icons-material/src/material/round/network_cell.svg diff --git a/projects/icons-material/src/round/network_check.svg b/projects/icons-material/src/material/round/network_check.svg similarity index 100% rename from projects/icons-material/src/round/network_check.svg rename to projects/icons-material/src/material/round/network_check.svg diff --git a/projects/icons-material/src/round/network_locked.svg b/projects/icons-material/src/material/round/network_locked.svg similarity index 100% rename from projects/icons-material/src/round/network_locked.svg rename to projects/icons-material/src/material/round/network_locked.svg diff --git a/projects/icons-material/src/round/network_ping.svg b/projects/icons-material/src/material/round/network_ping.svg similarity index 100% rename from projects/icons-material/src/round/network_ping.svg rename to projects/icons-material/src/material/round/network_ping.svg diff --git a/projects/icons-material/src/round/network_wifi.svg b/projects/icons-material/src/material/round/network_wifi.svg similarity index 100% rename from projects/icons-material/src/round/network_wifi.svg rename to projects/icons-material/src/material/round/network_wifi.svg diff --git a/projects/icons-material/src/round/network_wifi_1_bar.svg b/projects/icons-material/src/material/round/network_wifi_1_bar.svg similarity index 100% rename from projects/icons-material/src/round/network_wifi_1_bar.svg rename to projects/icons-material/src/material/round/network_wifi_1_bar.svg diff --git a/projects/icons-material/src/round/network_wifi_2_bar.svg b/projects/icons-material/src/material/round/network_wifi_2_bar.svg similarity index 100% rename from projects/icons-material/src/round/network_wifi_2_bar.svg rename to projects/icons-material/src/material/round/network_wifi_2_bar.svg diff --git a/projects/icons-material/src/round/network_wifi_3_bar.svg b/projects/icons-material/src/material/round/network_wifi_3_bar.svg similarity index 100% rename from projects/icons-material/src/round/network_wifi_3_bar.svg rename to projects/icons-material/src/material/round/network_wifi_3_bar.svg diff --git a/projects/icons-material/src/round/new_label.svg b/projects/icons-material/src/material/round/new_label.svg similarity index 100% rename from projects/icons-material/src/round/new_label.svg rename to projects/icons-material/src/material/round/new_label.svg diff --git a/projects/icons-material/src/round/new_releases.svg b/projects/icons-material/src/material/round/new_releases.svg similarity index 100% rename from projects/icons-material/src/round/new_releases.svg rename to projects/icons-material/src/material/round/new_releases.svg diff --git a/projects/icons-material/src/round/newspaper.svg b/projects/icons-material/src/material/round/newspaper.svg similarity index 100% rename from projects/icons-material/src/round/newspaper.svg rename to projects/icons-material/src/material/round/newspaper.svg diff --git a/projects/icons-material/src/round/next_plan.svg b/projects/icons-material/src/material/round/next_plan.svg similarity index 100% rename from projects/icons-material/src/round/next_plan.svg rename to projects/icons-material/src/material/round/next_plan.svg diff --git a/projects/icons-material/src/round/next_week.svg b/projects/icons-material/src/material/round/next_week.svg similarity index 100% rename from projects/icons-material/src/round/next_week.svg rename to projects/icons-material/src/material/round/next_week.svg diff --git a/projects/icons-material/src/round/nfc.svg b/projects/icons-material/src/material/round/nfc.svg similarity index 100% rename from projects/icons-material/src/round/nfc.svg rename to projects/icons-material/src/material/round/nfc.svg diff --git a/projects/icons-material/src/round/night_shelter.svg b/projects/icons-material/src/material/round/night_shelter.svg similarity index 100% rename from projects/icons-material/src/round/night_shelter.svg rename to projects/icons-material/src/material/round/night_shelter.svg diff --git a/projects/icons-material/src/round/nightlife.svg b/projects/icons-material/src/material/round/nightlife.svg similarity index 100% rename from projects/icons-material/src/round/nightlife.svg rename to projects/icons-material/src/material/round/nightlife.svg diff --git a/projects/icons-material/src/round/nightlight.svg b/projects/icons-material/src/material/round/nightlight.svg similarity index 100% rename from projects/icons-material/src/round/nightlight.svg rename to projects/icons-material/src/material/round/nightlight.svg diff --git a/projects/icons-material/src/round/nightlight_round.svg b/projects/icons-material/src/material/round/nightlight_round.svg similarity index 100% rename from projects/icons-material/src/round/nightlight_round.svg rename to projects/icons-material/src/material/round/nightlight_round.svg diff --git a/projects/icons-material/src/round/nights_stay.svg b/projects/icons-material/src/material/round/nights_stay.svg similarity index 100% rename from projects/icons-material/src/round/nights_stay.svg rename to projects/icons-material/src/material/round/nights_stay.svg diff --git a/projects/icons-material/src/round/no_accounts.svg b/projects/icons-material/src/material/round/no_accounts.svg similarity index 100% rename from projects/icons-material/src/round/no_accounts.svg rename to projects/icons-material/src/material/round/no_accounts.svg diff --git a/projects/icons-material/src/round/no_adult_content.svg b/projects/icons-material/src/material/round/no_adult_content.svg similarity index 100% rename from projects/icons-material/src/round/no_adult_content.svg rename to projects/icons-material/src/material/round/no_adult_content.svg diff --git a/projects/icons-material/src/round/no_backpack.svg b/projects/icons-material/src/material/round/no_backpack.svg similarity index 100% rename from projects/icons-material/src/round/no_backpack.svg rename to projects/icons-material/src/material/round/no_backpack.svg diff --git a/projects/icons-material/src/round/no_cell.svg b/projects/icons-material/src/material/round/no_cell.svg similarity index 100% rename from projects/icons-material/src/round/no_cell.svg rename to projects/icons-material/src/material/round/no_cell.svg diff --git a/projects/icons-material/src/round/no_crash.svg b/projects/icons-material/src/material/round/no_crash.svg similarity index 100% rename from projects/icons-material/src/round/no_crash.svg rename to projects/icons-material/src/material/round/no_crash.svg diff --git a/projects/icons-material/src/round/no_drinks.svg b/projects/icons-material/src/material/round/no_drinks.svg similarity index 100% rename from projects/icons-material/src/round/no_drinks.svg rename to projects/icons-material/src/material/round/no_drinks.svg diff --git a/projects/icons-material/src/round/no_encryption.svg b/projects/icons-material/src/material/round/no_encryption.svg similarity index 100% rename from projects/icons-material/src/round/no_encryption.svg rename to projects/icons-material/src/material/round/no_encryption.svg diff --git a/projects/icons-material/src/round/no_encryption_gmailerrorred.svg b/projects/icons-material/src/material/round/no_encryption_gmailerrorred.svg similarity index 100% rename from projects/icons-material/src/round/no_encryption_gmailerrorred.svg rename to projects/icons-material/src/material/round/no_encryption_gmailerrorred.svg diff --git a/projects/icons-material/src/round/no_flash.svg b/projects/icons-material/src/material/round/no_flash.svg similarity index 100% rename from projects/icons-material/src/round/no_flash.svg rename to projects/icons-material/src/material/round/no_flash.svg diff --git a/projects/icons-material/src/round/no_food.svg b/projects/icons-material/src/material/round/no_food.svg similarity index 100% rename from projects/icons-material/src/round/no_food.svg rename to projects/icons-material/src/material/round/no_food.svg diff --git a/projects/icons-material/src/round/no_luggage.svg b/projects/icons-material/src/material/round/no_luggage.svg similarity index 100% rename from projects/icons-material/src/round/no_luggage.svg rename to projects/icons-material/src/material/round/no_luggage.svg diff --git a/projects/icons-material/src/round/no_meals.svg b/projects/icons-material/src/material/round/no_meals.svg similarity index 100% rename from projects/icons-material/src/round/no_meals.svg rename to projects/icons-material/src/material/round/no_meals.svg diff --git a/projects/icons-material/src/round/no_meeting_room.svg b/projects/icons-material/src/material/round/no_meeting_room.svg similarity index 100% rename from projects/icons-material/src/round/no_meeting_room.svg rename to projects/icons-material/src/material/round/no_meeting_room.svg diff --git a/projects/icons-material/src/round/no_photography.svg b/projects/icons-material/src/material/round/no_photography.svg similarity index 100% rename from projects/icons-material/src/round/no_photography.svg rename to projects/icons-material/src/material/round/no_photography.svg diff --git a/projects/icons-material/src/round/no_sim.svg b/projects/icons-material/src/material/round/no_sim.svg similarity index 100% rename from projects/icons-material/src/round/no_sim.svg rename to projects/icons-material/src/material/round/no_sim.svg diff --git a/projects/icons-material/src/round/no_stroller.svg b/projects/icons-material/src/material/round/no_stroller.svg similarity index 100% rename from projects/icons-material/src/round/no_stroller.svg rename to projects/icons-material/src/material/round/no_stroller.svg diff --git a/projects/icons-material/src/round/no_transfer.svg b/projects/icons-material/src/material/round/no_transfer.svg similarity index 100% rename from projects/icons-material/src/round/no_transfer.svg rename to projects/icons-material/src/material/round/no_transfer.svg diff --git a/projects/icons-material/src/round/noise_aware.svg b/projects/icons-material/src/material/round/noise_aware.svg similarity index 100% rename from projects/icons-material/src/round/noise_aware.svg rename to projects/icons-material/src/material/round/noise_aware.svg diff --git a/projects/icons-material/src/round/noise_control_off.svg b/projects/icons-material/src/material/round/noise_control_off.svg similarity index 100% rename from projects/icons-material/src/round/noise_control_off.svg rename to projects/icons-material/src/material/round/noise_control_off.svg diff --git a/projects/icons-material/src/round/nordic_walking.svg b/projects/icons-material/src/material/round/nordic_walking.svg similarity index 100% rename from projects/icons-material/src/round/nordic_walking.svg rename to projects/icons-material/src/material/round/nordic_walking.svg diff --git a/projects/icons-material/src/round/north.svg b/projects/icons-material/src/material/round/north.svg similarity index 100% rename from projects/icons-material/src/round/north.svg rename to projects/icons-material/src/material/round/north.svg diff --git a/projects/icons-material/src/round/north_east.svg b/projects/icons-material/src/material/round/north_east.svg similarity index 100% rename from projects/icons-material/src/round/north_east.svg rename to projects/icons-material/src/material/round/north_east.svg diff --git a/projects/icons-material/src/round/north_west.svg b/projects/icons-material/src/material/round/north_west.svg similarity index 100% rename from projects/icons-material/src/round/north_west.svg rename to projects/icons-material/src/material/round/north_west.svg diff --git a/projects/icons-material/src/round/not_accessible.svg b/projects/icons-material/src/material/round/not_accessible.svg similarity index 100% rename from projects/icons-material/src/round/not_accessible.svg rename to projects/icons-material/src/material/round/not_accessible.svg diff --git a/projects/icons-material/src/round/not_interested.svg b/projects/icons-material/src/material/round/not_interested.svg similarity index 100% rename from projects/icons-material/src/round/not_interested.svg rename to projects/icons-material/src/material/round/not_interested.svg diff --git a/projects/icons-material/src/round/not_listed_location.svg b/projects/icons-material/src/material/round/not_listed_location.svg similarity index 100% rename from projects/icons-material/src/round/not_listed_location.svg rename to projects/icons-material/src/material/round/not_listed_location.svg diff --git a/projects/icons-material/src/round/not_started.svg b/projects/icons-material/src/material/round/not_started.svg similarity index 100% rename from projects/icons-material/src/round/not_started.svg rename to projects/icons-material/src/material/round/not_started.svg diff --git a/projects/icons-material/src/round/note.svg b/projects/icons-material/src/material/round/note.svg similarity index 100% rename from projects/icons-material/src/round/note.svg rename to projects/icons-material/src/material/round/note.svg diff --git a/projects/icons-material/src/round/note_add.svg b/projects/icons-material/src/material/round/note_add.svg similarity index 100% rename from projects/icons-material/src/round/note_add.svg rename to projects/icons-material/src/material/round/note_add.svg diff --git a/projects/icons-material/src/round/note_alt.svg b/projects/icons-material/src/material/round/note_alt.svg similarity index 100% rename from projects/icons-material/src/round/note_alt.svg rename to projects/icons-material/src/material/round/note_alt.svg diff --git a/projects/icons-material/src/round/notes.svg b/projects/icons-material/src/material/round/notes.svg similarity index 100% rename from projects/icons-material/src/round/notes.svg rename to projects/icons-material/src/material/round/notes.svg diff --git a/projects/icons-material/src/round/notification_add.svg b/projects/icons-material/src/material/round/notification_add.svg similarity index 100% rename from projects/icons-material/src/round/notification_add.svg rename to projects/icons-material/src/material/round/notification_add.svg diff --git a/projects/icons-material/src/round/notification_important.svg b/projects/icons-material/src/material/round/notification_important.svg similarity index 100% rename from projects/icons-material/src/round/notification_important.svg rename to projects/icons-material/src/material/round/notification_important.svg diff --git a/projects/icons-material/src/round/notifications.svg b/projects/icons-material/src/material/round/notifications.svg similarity index 100% rename from projects/icons-material/src/round/notifications.svg rename to projects/icons-material/src/material/round/notifications.svg diff --git a/projects/icons-material/src/round/notifications_active.svg b/projects/icons-material/src/material/round/notifications_active.svg similarity index 100% rename from projects/icons-material/src/round/notifications_active.svg rename to projects/icons-material/src/material/round/notifications_active.svg diff --git a/projects/icons-material/src/round/notifications_none.svg b/projects/icons-material/src/material/round/notifications_none.svg similarity index 100% rename from projects/icons-material/src/round/notifications_none.svg rename to projects/icons-material/src/material/round/notifications_none.svg diff --git a/projects/icons-material/src/round/notifications_off.svg b/projects/icons-material/src/material/round/notifications_off.svg similarity index 100% rename from projects/icons-material/src/round/notifications_off.svg rename to projects/icons-material/src/material/round/notifications_off.svg diff --git a/projects/icons-material/src/round/notifications_paused.svg b/projects/icons-material/src/material/round/notifications_paused.svg similarity index 100% rename from projects/icons-material/src/round/notifications_paused.svg rename to projects/icons-material/src/material/round/notifications_paused.svg diff --git a/projects/icons-material/src/round/numbers.svg b/projects/icons-material/src/material/round/numbers.svg similarity index 100% rename from projects/icons-material/src/round/numbers.svg rename to projects/icons-material/src/material/round/numbers.svg diff --git a/projects/icons-material/src/round/offline_bolt.svg b/projects/icons-material/src/material/round/offline_bolt.svg similarity index 100% rename from projects/icons-material/src/round/offline_bolt.svg rename to projects/icons-material/src/material/round/offline_bolt.svg diff --git a/projects/icons-material/src/round/offline_pin.svg b/projects/icons-material/src/material/round/offline_pin.svg similarity index 100% rename from projects/icons-material/src/round/offline_pin.svg rename to projects/icons-material/src/material/round/offline_pin.svg diff --git a/projects/icons-material/src/round/offline_share.svg b/projects/icons-material/src/material/round/offline_share.svg similarity index 100% rename from projects/icons-material/src/round/offline_share.svg rename to projects/icons-material/src/material/round/offline_share.svg diff --git a/projects/icons-material/src/round/oil_barrel.svg b/projects/icons-material/src/material/round/oil_barrel.svg similarity index 100% rename from projects/icons-material/src/round/oil_barrel.svg rename to projects/icons-material/src/material/round/oil_barrel.svg diff --git a/projects/icons-material/src/round/on_device_training.svg b/projects/icons-material/src/material/round/on_device_training.svg similarity index 100% rename from projects/icons-material/src/round/on_device_training.svg rename to projects/icons-material/src/material/round/on_device_training.svg diff --git a/projects/icons-material/src/round/ondemand_video.svg b/projects/icons-material/src/material/round/ondemand_video.svg similarity index 100% rename from projects/icons-material/src/round/ondemand_video.svg rename to projects/icons-material/src/material/round/ondemand_video.svg diff --git a/projects/icons-material/src/round/online_prediction.svg b/projects/icons-material/src/material/round/online_prediction.svg similarity index 100% rename from projects/icons-material/src/round/online_prediction.svg rename to projects/icons-material/src/material/round/online_prediction.svg diff --git a/projects/icons-material/src/round/opacity.svg b/projects/icons-material/src/material/round/opacity.svg similarity index 100% rename from projects/icons-material/src/round/opacity.svg rename to projects/icons-material/src/material/round/opacity.svg diff --git a/projects/icons-material/src/round/open_in_browser.svg b/projects/icons-material/src/material/round/open_in_browser.svg similarity index 100% rename from projects/icons-material/src/round/open_in_browser.svg rename to projects/icons-material/src/material/round/open_in_browser.svg diff --git a/projects/icons-material/src/round/open_in_full.svg b/projects/icons-material/src/material/round/open_in_full.svg similarity index 100% rename from projects/icons-material/src/round/open_in_full.svg rename to projects/icons-material/src/material/round/open_in_full.svg diff --git a/projects/icons-material/src/round/open_in_new.svg b/projects/icons-material/src/material/round/open_in_new.svg similarity index 100% rename from projects/icons-material/src/round/open_in_new.svg rename to projects/icons-material/src/material/round/open_in_new.svg diff --git a/projects/icons-material/src/round/open_in_new_off.svg b/projects/icons-material/src/material/round/open_in_new_off.svg similarity index 100% rename from projects/icons-material/src/round/open_in_new_off.svg rename to projects/icons-material/src/material/round/open_in_new_off.svg diff --git a/projects/icons-material/src/round/open_with.svg b/projects/icons-material/src/material/round/open_with.svg similarity index 100% rename from projects/icons-material/src/round/open_with.svg rename to projects/icons-material/src/material/round/open_with.svg diff --git a/projects/icons-material/src/round/other_houses.svg b/projects/icons-material/src/material/round/other_houses.svg similarity index 100% rename from projects/icons-material/src/round/other_houses.svg rename to projects/icons-material/src/material/round/other_houses.svg diff --git a/projects/icons-material/src/round/outbound.svg b/projects/icons-material/src/material/round/outbound.svg similarity index 100% rename from projects/icons-material/src/round/outbound.svg rename to projects/icons-material/src/material/round/outbound.svg diff --git a/projects/icons-material/src/round/outbox.svg b/projects/icons-material/src/material/round/outbox.svg similarity index 100% rename from projects/icons-material/src/round/outbox.svg rename to projects/icons-material/src/material/round/outbox.svg diff --git a/projects/icons-material/src/round/outdoor_grill.svg b/projects/icons-material/src/material/round/outdoor_grill.svg similarity index 100% rename from projects/icons-material/src/round/outdoor_grill.svg rename to projects/icons-material/src/material/round/outdoor_grill.svg diff --git a/projects/icons-material/src/round/outlet.svg b/projects/icons-material/src/material/round/outlet.svg similarity index 100% rename from projects/icons-material/src/round/outlet.svg rename to projects/icons-material/src/material/round/outlet.svg diff --git a/projects/icons-material/src/round/outlined_flag.svg b/projects/icons-material/src/material/round/outlined_flag.svg similarity index 100% rename from projects/icons-material/src/round/outlined_flag.svg rename to projects/icons-material/src/material/round/outlined_flag.svg diff --git a/projects/icons-material/src/round/output.svg b/projects/icons-material/src/material/round/output.svg similarity index 100% rename from projects/icons-material/src/round/output.svg rename to projects/icons-material/src/material/round/output.svg diff --git a/projects/icons-material/src/round/padding.svg b/projects/icons-material/src/material/round/padding.svg similarity index 100% rename from projects/icons-material/src/round/padding.svg rename to projects/icons-material/src/material/round/padding.svg diff --git a/projects/icons-material/src/round/pages.svg b/projects/icons-material/src/material/round/pages.svg similarity index 100% rename from projects/icons-material/src/round/pages.svg rename to projects/icons-material/src/material/round/pages.svg diff --git a/projects/icons-material/src/round/pageview.svg b/projects/icons-material/src/material/round/pageview.svg similarity index 100% rename from projects/icons-material/src/round/pageview.svg rename to projects/icons-material/src/material/round/pageview.svg diff --git a/projects/icons-material/src/round/paid.svg b/projects/icons-material/src/material/round/paid.svg similarity index 100% rename from projects/icons-material/src/round/paid.svg rename to projects/icons-material/src/material/round/paid.svg diff --git a/projects/icons-material/src/round/palette.svg b/projects/icons-material/src/material/round/palette.svg similarity index 100% rename from projects/icons-material/src/round/palette.svg rename to projects/icons-material/src/material/round/palette.svg diff --git a/projects/icons-material/src/round/pan_tool.svg b/projects/icons-material/src/material/round/pan_tool.svg similarity index 100% rename from projects/icons-material/src/round/pan_tool.svg rename to projects/icons-material/src/material/round/pan_tool.svg diff --git a/projects/icons-material/src/round/pan_tool_alt.svg b/projects/icons-material/src/material/round/pan_tool_alt.svg similarity index 100% rename from projects/icons-material/src/round/pan_tool_alt.svg rename to projects/icons-material/src/material/round/pan_tool_alt.svg diff --git a/projects/icons-material/src/round/panorama.svg b/projects/icons-material/src/material/round/panorama.svg similarity index 100% rename from projects/icons-material/src/round/panorama.svg rename to projects/icons-material/src/material/round/panorama.svg diff --git a/projects/icons-material/src/round/panorama_fish_eye.svg b/projects/icons-material/src/material/round/panorama_fish_eye.svg similarity index 100% rename from projects/icons-material/src/round/panorama_fish_eye.svg rename to projects/icons-material/src/material/round/panorama_fish_eye.svg diff --git a/projects/icons-material/src/round/panorama_horizontal.svg b/projects/icons-material/src/material/round/panorama_horizontal.svg similarity index 100% rename from projects/icons-material/src/round/panorama_horizontal.svg rename to projects/icons-material/src/material/round/panorama_horizontal.svg diff --git a/projects/icons-material/src/round/panorama_horizontal_select.svg b/projects/icons-material/src/material/round/panorama_horizontal_select.svg similarity index 100% rename from projects/icons-material/src/round/panorama_horizontal_select.svg rename to projects/icons-material/src/material/round/panorama_horizontal_select.svg diff --git a/projects/icons-material/src/round/panorama_photosphere.svg b/projects/icons-material/src/material/round/panorama_photosphere.svg similarity index 100% rename from projects/icons-material/src/round/panorama_photosphere.svg rename to projects/icons-material/src/material/round/panorama_photosphere.svg diff --git a/projects/icons-material/src/round/panorama_photosphere_select.svg b/projects/icons-material/src/material/round/panorama_photosphere_select.svg similarity index 100% rename from projects/icons-material/src/round/panorama_photosphere_select.svg rename to projects/icons-material/src/material/round/panorama_photosphere_select.svg diff --git a/projects/icons-material/src/round/panorama_vertical.svg b/projects/icons-material/src/material/round/panorama_vertical.svg similarity index 100% rename from projects/icons-material/src/round/panorama_vertical.svg rename to projects/icons-material/src/material/round/panorama_vertical.svg diff --git a/projects/icons-material/src/round/panorama_vertical_select.svg b/projects/icons-material/src/material/round/panorama_vertical_select.svg similarity index 100% rename from projects/icons-material/src/round/panorama_vertical_select.svg rename to projects/icons-material/src/material/round/panorama_vertical_select.svg diff --git a/projects/icons-material/src/round/panorama_wide_angle.svg b/projects/icons-material/src/material/round/panorama_wide_angle.svg similarity index 100% rename from projects/icons-material/src/round/panorama_wide_angle.svg rename to projects/icons-material/src/material/round/panorama_wide_angle.svg diff --git a/projects/icons-material/src/round/panorama_wide_angle_select.svg b/projects/icons-material/src/material/round/panorama_wide_angle_select.svg similarity index 100% rename from projects/icons-material/src/round/panorama_wide_angle_select.svg rename to projects/icons-material/src/material/round/panorama_wide_angle_select.svg diff --git a/projects/icons-material/src/round/paragliding.svg b/projects/icons-material/src/material/round/paragliding.svg similarity index 100% rename from projects/icons-material/src/round/paragliding.svg rename to projects/icons-material/src/material/round/paragliding.svg diff --git a/projects/icons-material/src/round/park.svg b/projects/icons-material/src/material/round/park.svg similarity index 100% rename from projects/icons-material/src/round/park.svg rename to projects/icons-material/src/material/round/park.svg diff --git a/projects/icons-material/src/round/party_mode.svg b/projects/icons-material/src/material/round/party_mode.svg similarity index 100% rename from projects/icons-material/src/round/party_mode.svg rename to projects/icons-material/src/material/round/party_mode.svg diff --git a/projects/icons-material/src/round/password.svg b/projects/icons-material/src/material/round/password.svg similarity index 100% rename from projects/icons-material/src/round/password.svg rename to projects/icons-material/src/material/round/password.svg diff --git a/projects/icons-material/src/round/pattern.svg b/projects/icons-material/src/material/round/pattern.svg similarity index 100% rename from projects/icons-material/src/round/pattern.svg rename to projects/icons-material/src/material/round/pattern.svg diff --git a/projects/icons-material/src/round/pause.svg b/projects/icons-material/src/material/round/pause.svg similarity index 100% rename from projects/icons-material/src/round/pause.svg rename to projects/icons-material/src/material/round/pause.svg diff --git a/projects/icons-material/src/round/pause_circle.svg b/projects/icons-material/src/material/round/pause_circle.svg similarity index 100% rename from projects/icons-material/src/round/pause_circle.svg rename to projects/icons-material/src/material/round/pause_circle.svg diff --git a/projects/icons-material/src/round/pause_circle_filled.svg b/projects/icons-material/src/material/round/pause_circle_filled.svg similarity index 100% rename from projects/icons-material/src/round/pause_circle_filled.svg rename to projects/icons-material/src/material/round/pause_circle_filled.svg diff --git a/projects/icons-material/src/round/pause_circle_outline.svg b/projects/icons-material/src/material/round/pause_circle_outline.svg similarity index 100% rename from projects/icons-material/src/round/pause_circle_outline.svg rename to projects/icons-material/src/material/round/pause_circle_outline.svg diff --git a/projects/icons-material/src/round/pause_presentation.svg b/projects/icons-material/src/material/round/pause_presentation.svg similarity index 100% rename from projects/icons-material/src/round/pause_presentation.svg rename to projects/icons-material/src/material/round/pause_presentation.svg diff --git a/projects/icons-material/src/round/payment.svg b/projects/icons-material/src/material/round/payment.svg similarity index 100% rename from projects/icons-material/src/round/payment.svg rename to projects/icons-material/src/material/round/payment.svg diff --git a/projects/icons-material/src/round/payments.svg b/projects/icons-material/src/material/round/payments.svg similarity index 100% rename from projects/icons-material/src/round/payments.svg rename to projects/icons-material/src/material/round/payments.svg diff --git a/projects/icons-material/src/round/pedal_bike.svg b/projects/icons-material/src/material/round/pedal_bike.svg similarity index 100% rename from projects/icons-material/src/round/pedal_bike.svg rename to projects/icons-material/src/material/round/pedal_bike.svg diff --git a/projects/icons-material/src/round/pending.svg b/projects/icons-material/src/material/round/pending.svg similarity index 100% rename from projects/icons-material/src/round/pending.svg rename to projects/icons-material/src/material/round/pending.svg diff --git a/projects/icons-material/src/round/pending_actions.svg b/projects/icons-material/src/material/round/pending_actions.svg similarity index 100% rename from projects/icons-material/src/round/pending_actions.svg rename to projects/icons-material/src/material/round/pending_actions.svg diff --git a/projects/icons-material/src/round/pentagon.svg b/projects/icons-material/src/material/round/pentagon.svg similarity index 100% rename from projects/icons-material/src/round/pentagon.svg rename to projects/icons-material/src/material/round/pentagon.svg diff --git a/projects/icons-material/src/round/people.svg b/projects/icons-material/src/material/round/people.svg similarity index 100% rename from projects/icons-material/src/round/people.svg rename to projects/icons-material/src/material/round/people.svg diff --git a/projects/icons-material/src/round/people_alt.svg b/projects/icons-material/src/material/round/people_alt.svg similarity index 100% rename from projects/icons-material/src/round/people_alt.svg rename to projects/icons-material/src/material/round/people_alt.svg diff --git a/projects/icons-material/src/round/people_outline.svg b/projects/icons-material/src/material/round/people_outline.svg similarity index 100% rename from projects/icons-material/src/round/people_outline.svg rename to projects/icons-material/src/material/round/people_outline.svg diff --git a/projects/icons-material/src/round/percent.svg b/projects/icons-material/src/material/round/percent.svg similarity index 100% rename from projects/icons-material/src/round/percent.svg rename to projects/icons-material/src/material/round/percent.svg diff --git a/projects/icons-material/src/round/perm_camera_mic.svg b/projects/icons-material/src/material/round/perm_camera_mic.svg similarity index 100% rename from projects/icons-material/src/round/perm_camera_mic.svg rename to projects/icons-material/src/material/round/perm_camera_mic.svg diff --git a/projects/icons-material/src/round/perm_contact_calendar.svg b/projects/icons-material/src/material/round/perm_contact_calendar.svg similarity index 100% rename from projects/icons-material/src/round/perm_contact_calendar.svg rename to projects/icons-material/src/material/round/perm_contact_calendar.svg diff --git a/projects/icons-material/src/round/perm_data_setting.svg b/projects/icons-material/src/material/round/perm_data_setting.svg similarity index 100% rename from projects/icons-material/src/round/perm_data_setting.svg rename to projects/icons-material/src/material/round/perm_data_setting.svg diff --git a/projects/icons-material/src/round/perm_device_information.svg b/projects/icons-material/src/material/round/perm_device_information.svg similarity index 100% rename from projects/icons-material/src/round/perm_device_information.svg rename to projects/icons-material/src/material/round/perm_device_information.svg diff --git a/projects/icons-material/src/round/perm_identity.svg b/projects/icons-material/src/material/round/perm_identity.svg similarity index 100% rename from projects/icons-material/src/round/perm_identity.svg rename to projects/icons-material/src/material/round/perm_identity.svg diff --git a/projects/icons-material/src/round/perm_media.svg b/projects/icons-material/src/material/round/perm_media.svg similarity index 100% rename from projects/icons-material/src/round/perm_media.svg rename to projects/icons-material/src/material/round/perm_media.svg diff --git a/projects/icons-material/src/round/perm_phone_msg.svg b/projects/icons-material/src/material/round/perm_phone_msg.svg similarity index 100% rename from projects/icons-material/src/round/perm_phone_msg.svg rename to projects/icons-material/src/material/round/perm_phone_msg.svg diff --git a/projects/icons-material/src/round/perm_scan_wifi.svg b/projects/icons-material/src/material/round/perm_scan_wifi.svg similarity index 100% rename from projects/icons-material/src/round/perm_scan_wifi.svg rename to projects/icons-material/src/material/round/perm_scan_wifi.svg diff --git a/projects/icons-material/src/round/person.svg b/projects/icons-material/src/material/round/person.svg similarity index 100% rename from projects/icons-material/src/round/person.svg rename to projects/icons-material/src/material/round/person.svg diff --git a/projects/icons-material/src/round/person_2.svg b/projects/icons-material/src/material/round/person_2.svg similarity index 100% rename from projects/icons-material/src/round/person_2.svg rename to projects/icons-material/src/material/round/person_2.svg diff --git a/projects/icons-material/src/round/person_3.svg b/projects/icons-material/src/material/round/person_3.svg similarity index 100% rename from projects/icons-material/src/round/person_3.svg rename to projects/icons-material/src/material/round/person_3.svg diff --git a/projects/icons-material/src/round/person_4.svg b/projects/icons-material/src/material/round/person_4.svg similarity index 100% rename from projects/icons-material/src/round/person_4.svg rename to projects/icons-material/src/material/round/person_4.svg diff --git a/projects/icons-material/src/round/person_add.svg b/projects/icons-material/src/material/round/person_add.svg similarity index 100% rename from projects/icons-material/src/round/person_add.svg rename to projects/icons-material/src/material/round/person_add.svg diff --git a/projects/icons-material/src/round/person_add_alt.svg b/projects/icons-material/src/material/round/person_add_alt.svg similarity index 100% rename from projects/icons-material/src/round/person_add_alt.svg rename to projects/icons-material/src/material/round/person_add_alt.svg diff --git a/projects/icons-material/src/round/person_add_alt_1.svg b/projects/icons-material/src/material/round/person_add_alt_1.svg similarity index 100% rename from projects/icons-material/src/round/person_add_alt_1.svg rename to projects/icons-material/src/material/round/person_add_alt_1.svg diff --git a/projects/icons-material/src/round/person_add_disabled.svg b/projects/icons-material/src/material/round/person_add_disabled.svg similarity index 100% rename from projects/icons-material/src/round/person_add_disabled.svg rename to projects/icons-material/src/material/round/person_add_disabled.svg diff --git a/projects/icons-material/src/round/person_off.svg b/projects/icons-material/src/material/round/person_off.svg similarity index 100% rename from projects/icons-material/src/round/person_off.svg rename to projects/icons-material/src/material/round/person_off.svg diff --git a/projects/icons-material/src/round/person_outline.svg b/projects/icons-material/src/material/round/person_outline.svg similarity index 100% rename from projects/icons-material/src/round/person_outline.svg rename to projects/icons-material/src/material/round/person_outline.svg diff --git a/projects/icons-material/src/round/person_pin.svg b/projects/icons-material/src/material/round/person_pin.svg similarity index 100% rename from projects/icons-material/src/round/person_pin.svg rename to projects/icons-material/src/material/round/person_pin.svg diff --git a/projects/icons-material/src/round/person_pin_circle.svg b/projects/icons-material/src/material/round/person_pin_circle.svg similarity index 100% rename from projects/icons-material/src/round/person_pin_circle.svg rename to projects/icons-material/src/material/round/person_pin_circle.svg diff --git a/projects/icons-material/src/round/person_remove.svg b/projects/icons-material/src/material/round/person_remove.svg similarity index 100% rename from projects/icons-material/src/round/person_remove.svg rename to projects/icons-material/src/material/round/person_remove.svg diff --git a/projects/icons-material/src/round/person_remove_alt_1.svg b/projects/icons-material/src/material/round/person_remove_alt_1.svg similarity index 100% rename from projects/icons-material/src/round/person_remove_alt_1.svg rename to projects/icons-material/src/material/round/person_remove_alt_1.svg diff --git a/projects/icons-material/src/round/person_search.svg b/projects/icons-material/src/material/round/person_search.svg similarity index 100% rename from projects/icons-material/src/round/person_search.svg rename to projects/icons-material/src/material/round/person_search.svg diff --git a/projects/icons-material/src/round/personal_injury.svg b/projects/icons-material/src/material/round/personal_injury.svg similarity index 100% rename from projects/icons-material/src/round/personal_injury.svg rename to projects/icons-material/src/material/round/personal_injury.svg diff --git a/projects/icons-material/src/round/personal_video.svg b/projects/icons-material/src/material/round/personal_video.svg similarity index 100% rename from projects/icons-material/src/round/personal_video.svg rename to projects/icons-material/src/material/round/personal_video.svg diff --git a/projects/icons-material/src/round/pest_control.svg b/projects/icons-material/src/material/round/pest_control.svg similarity index 100% rename from projects/icons-material/src/round/pest_control.svg rename to projects/icons-material/src/material/round/pest_control.svg diff --git a/projects/icons-material/src/round/pest_control_rodent.svg b/projects/icons-material/src/material/round/pest_control_rodent.svg similarity index 100% rename from projects/icons-material/src/round/pest_control_rodent.svg rename to projects/icons-material/src/material/round/pest_control_rodent.svg diff --git a/projects/icons-material/src/round/pets.svg b/projects/icons-material/src/material/round/pets.svg similarity index 100% rename from projects/icons-material/src/round/pets.svg rename to projects/icons-material/src/material/round/pets.svg diff --git a/projects/icons-material/src/round/phishing.svg b/projects/icons-material/src/material/round/phishing.svg similarity index 100% rename from projects/icons-material/src/round/phishing.svg rename to projects/icons-material/src/material/round/phishing.svg diff --git a/projects/icons-material/src/round/phone.svg b/projects/icons-material/src/material/round/phone.svg similarity index 100% rename from projects/icons-material/src/round/phone.svg rename to projects/icons-material/src/material/round/phone.svg diff --git a/projects/icons-material/src/round/phone_android.svg b/projects/icons-material/src/material/round/phone_android.svg similarity index 100% rename from projects/icons-material/src/round/phone_android.svg rename to projects/icons-material/src/material/round/phone_android.svg diff --git a/projects/icons-material/src/round/phone_bluetooth_speaker.svg b/projects/icons-material/src/material/round/phone_bluetooth_speaker.svg similarity index 100% rename from projects/icons-material/src/round/phone_bluetooth_speaker.svg rename to projects/icons-material/src/material/round/phone_bluetooth_speaker.svg diff --git a/projects/icons-material/src/round/phone_callback.svg b/projects/icons-material/src/material/round/phone_callback.svg similarity index 100% rename from projects/icons-material/src/round/phone_callback.svg rename to projects/icons-material/src/material/round/phone_callback.svg diff --git a/projects/icons-material/src/round/phone_disabled.svg b/projects/icons-material/src/material/round/phone_disabled.svg similarity index 100% rename from projects/icons-material/src/round/phone_disabled.svg rename to projects/icons-material/src/material/round/phone_disabled.svg diff --git a/projects/icons-material/src/round/phone_enabled.svg b/projects/icons-material/src/material/round/phone_enabled.svg similarity index 100% rename from projects/icons-material/src/round/phone_enabled.svg rename to projects/icons-material/src/material/round/phone_enabled.svg diff --git a/projects/icons-material/src/round/phone_forwarded.svg b/projects/icons-material/src/material/round/phone_forwarded.svg similarity index 100% rename from projects/icons-material/src/round/phone_forwarded.svg rename to projects/icons-material/src/material/round/phone_forwarded.svg diff --git a/projects/icons-material/src/round/phone_iphone.svg b/projects/icons-material/src/material/round/phone_iphone.svg similarity index 100% rename from projects/icons-material/src/round/phone_iphone.svg rename to projects/icons-material/src/material/round/phone_iphone.svg diff --git a/projects/icons-material/src/round/phone_locked.svg b/projects/icons-material/src/material/round/phone_locked.svg similarity index 100% rename from projects/icons-material/src/round/phone_locked.svg rename to projects/icons-material/src/material/round/phone_locked.svg diff --git a/projects/icons-material/src/round/phone_missed.svg b/projects/icons-material/src/material/round/phone_missed.svg similarity index 100% rename from projects/icons-material/src/round/phone_missed.svg rename to projects/icons-material/src/material/round/phone_missed.svg diff --git a/projects/icons-material/src/round/phone_paused.svg b/projects/icons-material/src/material/round/phone_paused.svg similarity index 100% rename from projects/icons-material/src/round/phone_paused.svg rename to projects/icons-material/src/material/round/phone_paused.svg diff --git a/projects/icons-material/src/round/phonelink.svg b/projects/icons-material/src/material/round/phonelink.svg similarity index 100% rename from projects/icons-material/src/round/phonelink.svg rename to projects/icons-material/src/material/round/phonelink.svg diff --git a/projects/icons-material/src/round/phonelink_erase.svg b/projects/icons-material/src/material/round/phonelink_erase.svg similarity index 100% rename from projects/icons-material/src/round/phonelink_erase.svg rename to projects/icons-material/src/material/round/phonelink_erase.svg diff --git a/projects/icons-material/src/round/phonelink_lock.svg b/projects/icons-material/src/material/round/phonelink_lock.svg similarity index 100% rename from projects/icons-material/src/round/phonelink_lock.svg rename to projects/icons-material/src/material/round/phonelink_lock.svg diff --git a/projects/icons-material/src/round/phonelink_off.svg b/projects/icons-material/src/material/round/phonelink_off.svg similarity index 100% rename from projects/icons-material/src/round/phonelink_off.svg rename to projects/icons-material/src/material/round/phonelink_off.svg diff --git a/projects/icons-material/src/round/phonelink_ring.svg b/projects/icons-material/src/material/round/phonelink_ring.svg similarity index 100% rename from projects/icons-material/src/round/phonelink_ring.svg rename to projects/icons-material/src/material/round/phonelink_ring.svg diff --git a/projects/icons-material/src/round/phonelink_setup.svg b/projects/icons-material/src/material/round/phonelink_setup.svg similarity index 100% rename from projects/icons-material/src/round/phonelink_setup.svg rename to projects/icons-material/src/material/round/phonelink_setup.svg diff --git a/projects/icons-material/src/round/photo.svg b/projects/icons-material/src/material/round/photo.svg similarity index 100% rename from projects/icons-material/src/round/photo.svg rename to projects/icons-material/src/material/round/photo.svg diff --git a/projects/icons-material/src/round/photo_album.svg b/projects/icons-material/src/material/round/photo_album.svg similarity index 100% rename from projects/icons-material/src/round/photo_album.svg rename to projects/icons-material/src/material/round/photo_album.svg diff --git a/projects/icons-material/src/round/photo_camera.svg b/projects/icons-material/src/material/round/photo_camera.svg similarity index 100% rename from projects/icons-material/src/round/photo_camera.svg rename to projects/icons-material/src/material/round/photo_camera.svg diff --git a/projects/icons-material/src/round/photo_camera_back.svg b/projects/icons-material/src/material/round/photo_camera_back.svg similarity index 100% rename from projects/icons-material/src/round/photo_camera_back.svg rename to projects/icons-material/src/material/round/photo_camera_back.svg diff --git a/projects/icons-material/src/round/photo_camera_front.svg b/projects/icons-material/src/material/round/photo_camera_front.svg similarity index 100% rename from projects/icons-material/src/round/photo_camera_front.svg rename to projects/icons-material/src/material/round/photo_camera_front.svg diff --git a/projects/icons-material/src/round/photo_filter.svg b/projects/icons-material/src/material/round/photo_filter.svg similarity index 100% rename from projects/icons-material/src/round/photo_filter.svg rename to projects/icons-material/src/material/round/photo_filter.svg diff --git a/projects/icons-material/src/round/photo_library.svg b/projects/icons-material/src/material/round/photo_library.svg similarity index 100% rename from projects/icons-material/src/round/photo_library.svg rename to projects/icons-material/src/material/round/photo_library.svg diff --git a/projects/icons-material/src/round/photo_size_select_actual.svg b/projects/icons-material/src/material/round/photo_size_select_actual.svg similarity index 100% rename from projects/icons-material/src/round/photo_size_select_actual.svg rename to projects/icons-material/src/material/round/photo_size_select_actual.svg diff --git a/projects/icons-material/src/round/photo_size_select_large.svg b/projects/icons-material/src/material/round/photo_size_select_large.svg similarity index 100% rename from projects/icons-material/src/round/photo_size_select_large.svg rename to projects/icons-material/src/material/round/photo_size_select_large.svg diff --git a/projects/icons-material/src/round/photo_size_select_small.svg b/projects/icons-material/src/material/round/photo_size_select_small.svg similarity index 100% rename from projects/icons-material/src/round/photo_size_select_small.svg rename to projects/icons-material/src/material/round/photo_size_select_small.svg diff --git a/projects/icons-material/src/round/php.svg b/projects/icons-material/src/material/round/php.svg similarity index 100% rename from projects/icons-material/src/round/php.svg rename to projects/icons-material/src/material/round/php.svg diff --git a/projects/icons-material/src/round/piano.svg b/projects/icons-material/src/material/round/piano.svg similarity index 100% rename from projects/icons-material/src/round/piano.svg rename to projects/icons-material/src/material/round/piano.svg diff --git a/projects/icons-material/src/round/piano_off.svg b/projects/icons-material/src/material/round/piano_off.svg similarity index 100% rename from projects/icons-material/src/round/piano_off.svg rename to projects/icons-material/src/material/round/piano_off.svg diff --git a/projects/icons-material/src/round/picture_as_pdf.svg b/projects/icons-material/src/material/round/picture_as_pdf.svg similarity index 100% rename from projects/icons-material/src/round/picture_as_pdf.svg rename to projects/icons-material/src/material/round/picture_as_pdf.svg diff --git a/projects/icons-material/src/round/picture_in_picture.svg b/projects/icons-material/src/material/round/picture_in_picture.svg similarity index 100% rename from projects/icons-material/src/round/picture_in_picture.svg rename to projects/icons-material/src/material/round/picture_in_picture.svg diff --git a/projects/icons-material/src/round/picture_in_picture_alt.svg b/projects/icons-material/src/material/round/picture_in_picture_alt.svg similarity index 100% rename from projects/icons-material/src/round/picture_in_picture_alt.svg rename to projects/icons-material/src/material/round/picture_in_picture_alt.svg diff --git a/projects/icons-material/src/round/pie_chart.svg b/projects/icons-material/src/material/round/pie_chart.svg similarity index 100% rename from projects/icons-material/src/round/pie_chart.svg rename to projects/icons-material/src/material/round/pie_chart.svg diff --git a/projects/icons-material/src/round/pie_chart_outline.svg b/projects/icons-material/src/material/round/pie_chart_outline.svg similarity index 100% rename from projects/icons-material/src/round/pie_chart_outline.svg rename to projects/icons-material/src/material/round/pie_chart_outline.svg diff --git a/projects/icons-material/src/round/pin.svg b/projects/icons-material/src/material/round/pin.svg similarity index 100% rename from projects/icons-material/src/round/pin.svg rename to projects/icons-material/src/material/round/pin.svg diff --git a/projects/icons-material/src/round/pin_drop.svg b/projects/icons-material/src/material/round/pin_drop.svg similarity index 100% rename from projects/icons-material/src/round/pin_drop.svg rename to projects/icons-material/src/material/round/pin_drop.svg diff --git a/projects/icons-material/src/round/pin_end.svg b/projects/icons-material/src/material/round/pin_end.svg similarity index 100% rename from projects/icons-material/src/round/pin_end.svg rename to projects/icons-material/src/material/round/pin_end.svg diff --git a/projects/icons-material/src/round/pin_invoke.svg b/projects/icons-material/src/material/round/pin_invoke.svg similarity index 100% rename from projects/icons-material/src/round/pin_invoke.svg rename to projects/icons-material/src/material/round/pin_invoke.svg diff --git a/projects/icons-material/src/round/pinch.svg b/projects/icons-material/src/material/round/pinch.svg similarity index 100% rename from projects/icons-material/src/round/pinch.svg rename to projects/icons-material/src/material/round/pinch.svg diff --git a/projects/icons-material/src/round/pivot_table_chart.svg b/projects/icons-material/src/material/round/pivot_table_chart.svg similarity index 100% rename from projects/icons-material/src/round/pivot_table_chart.svg rename to projects/icons-material/src/material/round/pivot_table_chart.svg diff --git a/projects/icons-material/src/round/pix.svg b/projects/icons-material/src/material/round/pix.svg similarity index 100% rename from projects/icons-material/src/round/pix.svg rename to projects/icons-material/src/material/round/pix.svg diff --git a/projects/icons-material/src/round/place.svg b/projects/icons-material/src/material/round/place.svg similarity index 100% rename from projects/icons-material/src/round/place.svg rename to projects/icons-material/src/material/round/place.svg diff --git a/projects/icons-material/src/round/plagiarism.svg b/projects/icons-material/src/material/round/plagiarism.svg similarity index 100% rename from projects/icons-material/src/round/plagiarism.svg rename to projects/icons-material/src/material/round/plagiarism.svg diff --git a/projects/icons-material/src/round/play_arrow.svg b/projects/icons-material/src/material/round/play_arrow.svg similarity index 100% rename from projects/icons-material/src/round/play_arrow.svg rename to projects/icons-material/src/material/round/play_arrow.svg diff --git a/projects/icons-material/src/round/play_circle.svg b/projects/icons-material/src/material/round/play_circle.svg similarity index 100% rename from projects/icons-material/src/round/play_circle.svg rename to projects/icons-material/src/material/round/play_circle.svg diff --git a/projects/icons-material/src/round/play_circle_filled.svg b/projects/icons-material/src/material/round/play_circle_filled.svg similarity index 100% rename from projects/icons-material/src/round/play_circle_filled.svg rename to projects/icons-material/src/material/round/play_circle_filled.svg diff --git a/projects/icons-material/src/round/play_circle_outline.svg b/projects/icons-material/src/material/round/play_circle_outline.svg similarity index 100% rename from projects/icons-material/src/round/play_circle_outline.svg rename to projects/icons-material/src/material/round/play_circle_outline.svg diff --git a/projects/icons-material/src/round/play_disabled.svg b/projects/icons-material/src/material/round/play_disabled.svg similarity index 100% rename from projects/icons-material/src/round/play_disabled.svg rename to projects/icons-material/src/material/round/play_disabled.svg diff --git a/projects/icons-material/src/round/play_for_work.svg b/projects/icons-material/src/material/round/play_for_work.svg similarity index 100% rename from projects/icons-material/src/round/play_for_work.svg rename to projects/icons-material/src/material/round/play_for_work.svg diff --git a/projects/icons-material/src/round/play_lesson.svg b/projects/icons-material/src/material/round/play_lesson.svg similarity index 100% rename from projects/icons-material/src/round/play_lesson.svg rename to projects/icons-material/src/material/round/play_lesson.svg diff --git a/projects/icons-material/src/round/playlist_add.svg b/projects/icons-material/src/material/round/playlist_add.svg similarity index 100% rename from projects/icons-material/src/round/playlist_add.svg rename to projects/icons-material/src/material/round/playlist_add.svg diff --git a/projects/icons-material/src/round/playlist_add_check.svg b/projects/icons-material/src/material/round/playlist_add_check.svg similarity index 100% rename from projects/icons-material/src/round/playlist_add_check.svg rename to projects/icons-material/src/material/round/playlist_add_check.svg diff --git a/projects/icons-material/src/round/playlist_add_check_circle.svg b/projects/icons-material/src/material/round/playlist_add_check_circle.svg similarity index 100% rename from projects/icons-material/src/round/playlist_add_check_circle.svg rename to projects/icons-material/src/material/round/playlist_add_check_circle.svg diff --git a/projects/icons-material/src/round/playlist_add_circle.svg b/projects/icons-material/src/material/round/playlist_add_circle.svg similarity index 100% rename from projects/icons-material/src/round/playlist_add_circle.svg rename to projects/icons-material/src/material/round/playlist_add_circle.svg diff --git a/projects/icons-material/src/round/playlist_play.svg b/projects/icons-material/src/material/round/playlist_play.svg similarity index 100% rename from projects/icons-material/src/round/playlist_play.svg rename to projects/icons-material/src/material/round/playlist_play.svg diff --git a/projects/icons-material/src/round/playlist_remove.svg b/projects/icons-material/src/material/round/playlist_remove.svg similarity index 100% rename from projects/icons-material/src/round/playlist_remove.svg rename to projects/icons-material/src/material/round/playlist_remove.svg diff --git a/projects/icons-material/src/round/plumbing.svg b/projects/icons-material/src/material/round/plumbing.svg similarity index 100% rename from projects/icons-material/src/round/plumbing.svg rename to projects/icons-material/src/material/round/plumbing.svg diff --git a/projects/icons-material/src/round/plus_one.svg b/projects/icons-material/src/material/round/plus_one.svg similarity index 100% rename from projects/icons-material/src/round/plus_one.svg rename to projects/icons-material/src/material/round/plus_one.svg diff --git a/projects/icons-material/src/round/podcasts.svg b/projects/icons-material/src/material/round/podcasts.svg similarity index 100% rename from projects/icons-material/src/round/podcasts.svg rename to projects/icons-material/src/material/round/podcasts.svg diff --git a/projects/icons-material/src/round/point_of_sale.svg b/projects/icons-material/src/material/round/point_of_sale.svg similarity index 100% rename from projects/icons-material/src/round/point_of_sale.svg rename to projects/icons-material/src/material/round/point_of_sale.svg diff --git a/projects/icons-material/src/round/policy.svg b/projects/icons-material/src/material/round/policy.svg similarity index 100% rename from projects/icons-material/src/round/policy.svg rename to projects/icons-material/src/material/round/policy.svg diff --git a/projects/icons-material/src/round/poll.svg b/projects/icons-material/src/material/round/poll.svg similarity index 100% rename from projects/icons-material/src/round/poll.svg rename to projects/icons-material/src/material/round/poll.svg diff --git a/projects/icons-material/src/round/polyline.svg b/projects/icons-material/src/material/round/polyline.svg similarity index 100% rename from projects/icons-material/src/round/polyline.svg rename to projects/icons-material/src/material/round/polyline.svg diff --git a/projects/icons-material/src/round/polymer.svg b/projects/icons-material/src/material/round/polymer.svg similarity index 100% rename from projects/icons-material/src/round/polymer.svg rename to projects/icons-material/src/material/round/polymer.svg diff --git a/projects/icons-material/src/round/pool.svg b/projects/icons-material/src/material/round/pool.svg similarity index 100% rename from projects/icons-material/src/round/pool.svg rename to projects/icons-material/src/material/round/pool.svg diff --git a/projects/icons-material/src/round/portable_wifi_off.svg b/projects/icons-material/src/material/round/portable_wifi_off.svg similarity index 100% rename from projects/icons-material/src/round/portable_wifi_off.svg rename to projects/icons-material/src/material/round/portable_wifi_off.svg diff --git a/projects/icons-material/src/round/portrait.svg b/projects/icons-material/src/material/round/portrait.svg similarity index 100% rename from projects/icons-material/src/round/portrait.svg rename to projects/icons-material/src/material/round/portrait.svg diff --git a/projects/icons-material/src/round/post_add.svg b/projects/icons-material/src/material/round/post_add.svg similarity index 100% rename from projects/icons-material/src/round/post_add.svg rename to projects/icons-material/src/material/round/post_add.svg diff --git a/projects/icons-material/src/round/power.svg b/projects/icons-material/src/material/round/power.svg similarity index 100% rename from projects/icons-material/src/round/power.svg rename to projects/icons-material/src/material/round/power.svg diff --git a/projects/icons-material/src/round/power_input.svg b/projects/icons-material/src/material/round/power_input.svg similarity index 100% rename from projects/icons-material/src/round/power_input.svg rename to projects/icons-material/src/material/round/power_input.svg diff --git a/projects/icons-material/src/round/power_off.svg b/projects/icons-material/src/material/round/power_off.svg similarity index 100% rename from projects/icons-material/src/round/power_off.svg rename to projects/icons-material/src/material/round/power_off.svg diff --git a/projects/icons-material/src/round/power_settings_new.svg b/projects/icons-material/src/material/round/power_settings_new.svg similarity index 100% rename from projects/icons-material/src/round/power_settings_new.svg rename to projects/icons-material/src/material/round/power_settings_new.svg diff --git a/projects/icons-material/src/round/precision_manufacturing.svg b/projects/icons-material/src/material/round/precision_manufacturing.svg similarity index 100% rename from projects/icons-material/src/round/precision_manufacturing.svg rename to projects/icons-material/src/material/round/precision_manufacturing.svg diff --git a/projects/icons-material/src/round/pregnant_woman.svg b/projects/icons-material/src/material/round/pregnant_woman.svg similarity index 100% rename from projects/icons-material/src/round/pregnant_woman.svg rename to projects/icons-material/src/material/round/pregnant_woman.svg diff --git a/projects/icons-material/src/round/present_to_all.svg b/projects/icons-material/src/material/round/present_to_all.svg similarity index 100% rename from projects/icons-material/src/round/present_to_all.svg rename to projects/icons-material/src/material/round/present_to_all.svg diff --git a/projects/icons-material/src/round/preview.svg b/projects/icons-material/src/material/round/preview.svg similarity index 100% rename from projects/icons-material/src/round/preview.svg rename to projects/icons-material/src/material/round/preview.svg diff --git a/projects/icons-material/src/round/price_change.svg b/projects/icons-material/src/material/round/price_change.svg similarity index 100% rename from projects/icons-material/src/round/price_change.svg rename to projects/icons-material/src/material/round/price_change.svg diff --git a/projects/icons-material/src/round/price_check.svg b/projects/icons-material/src/material/round/price_check.svg similarity index 100% rename from projects/icons-material/src/round/price_check.svg rename to projects/icons-material/src/material/round/price_check.svg diff --git a/projects/icons-material/src/round/print.svg b/projects/icons-material/src/material/round/print.svg similarity index 100% rename from projects/icons-material/src/round/print.svg rename to projects/icons-material/src/material/round/print.svg diff --git a/projects/icons-material/src/round/print_disabled.svg b/projects/icons-material/src/material/round/print_disabled.svg similarity index 100% rename from projects/icons-material/src/round/print_disabled.svg rename to projects/icons-material/src/material/round/print_disabled.svg diff --git a/projects/icons-material/src/round/priority_high.svg b/projects/icons-material/src/material/round/priority_high.svg similarity index 100% rename from projects/icons-material/src/round/priority_high.svg rename to projects/icons-material/src/material/round/priority_high.svg diff --git a/projects/icons-material/src/round/privacy_tip.svg b/projects/icons-material/src/material/round/privacy_tip.svg similarity index 100% rename from projects/icons-material/src/round/privacy_tip.svg rename to projects/icons-material/src/material/round/privacy_tip.svg diff --git a/projects/icons-material/src/round/private_connectivity.svg b/projects/icons-material/src/material/round/private_connectivity.svg similarity index 100% rename from projects/icons-material/src/round/private_connectivity.svg rename to projects/icons-material/src/material/round/private_connectivity.svg diff --git a/projects/icons-material/src/round/production_quantity_limits.svg b/projects/icons-material/src/material/round/production_quantity_limits.svg similarity index 100% rename from projects/icons-material/src/round/production_quantity_limits.svg rename to projects/icons-material/src/material/round/production_quantity_limits.svg diff --git a/projects/icons-material/src/round/propane.svg b/projects/icons-material/src/material/round/propane.svg similarity index 100% rename from projects/icons-material/src/round/propane.svg rename to projects/icons-material/src/material/round/propane.svg diff --git a/projects/icons-material/src/round/propane_tank.svg b/projects/icons-material/src/material/round/propane_tank.svg similarity index 100% rename from projects/icons-material/src/round/propane_tank.svg rename to projects/icons-material/src/material/round/propane_tank.svg diff --git a/projects/icons-material/src/round/psychology.svg b/projects/icons-material/src/material/round/psychology.svg similarity index 100% rename from projects/icons-material/src/round/psychology.svg rename to projects/icons-material/src/material/round/psychology.svg diff --git a/projects/icons-material/src/round/psychology_alt.svg b/projects/icons-material/src/material/round/psychology_alt.svg similarity index 100% rename from projects/icons-material/src/round/psychology_alt.svg rename to projects/icons-material/src/material/round/psychology_alt.svg diff --git a/projects/icons-material/src/round/public.svg b/projects/icons-material/src/material/round/public.svg similarity index 100% rename from projects/icons-material/src/round/public.svg rename to projects/icons-material/src/material/round/public.svg diff --git a/projects/icons-material/src/round/public_off.svg b/projects/icons-material/src/material/round/public_off.svg similarity index 100% rename from projects/icons-material/src/round/public_off.svg rename to projects/icons-material/src/material/round/public_off.svg diff --git a/projects/icons-material/src/round/publish.svg b/projects/icons-material/src/material/round/publish.svg similarity index 100% rename from projects/icons-material/src/round/publish.svg rename to projects/icons-material/src/material/round/publish.svg diff --git a/projects/icons-material/src/round/published_with_changes.svg b/projects/icons-material/src/material/round/published_with_changes.svg similarity index 100% rename from projects/icons-material/src/round/published_with_changes.svg rename to projects/icons-material/src/material/round/published_with_changes.svg diff --git a/projects/icons-material/src/round/punch_clock.svg b/projects/icons-material/src/material/round/punch_clock.svg similarity index 100% rename from projects/icons-material/src/round/punch_clock.svg rename to projects/icons-material/src/material/round/punch_clock.svg diff --git a/projects/icons-material/src/round/push_pin.svg b/projects/icons-material/src/material/round/push_pin.svg similarity index 100% rename from projects/icons-material/src/round/push_pin.svg rename to projects/icons-material/src/material/round/push_pin.svg diff --git a/projects/icons-material/src/round/qr_code.svg b/projects/icons-material/src/material/round/qr_code.svg similarity index 100% rename from projects/icons-material/src/round/qr_code.svg rename to projects/icons-material/src/material/round/qr_code.svg diff --git a/projects/icons-material/src/round/qr_code_2.svg b/projects/icons-material/src/material/round/qr_code_2.svg similarity index 100% rename from projects/icons-material/src/round/qr_code_2.svg rename to projects/icons-material/src/material/round/qr_code_2.svg diff --git a/projects/icons-material/src/round/qr_code_scanner.svg b/projects/icons-material/src/material/round/qr_code_scanner.svg similarity index 100% rename from projects/icons-material/src/round/qr_code_scanner.svg rename to projects/icons-material/src/material/round/qr_code_scanner.svg diff --git a/projects/icons-material/src/round/query_builder.svg b/projects/icons-material/src/material/round/query_builder.svg similarity index 100% rename from projects/icons-material/src/round/query_builder.svg rename to projects/icons-material/src/material/round/query_builder.svg diff --git a/projects/icons-material/src/round/query_stats.svg b/projects/icons-material/src/material/round/query_stats.svg similarity index 100% rename from projects/icons-material/src/round/query_stats.svg rename to projects/icons-material/src/material/round/query_stats.svg diff --git a/projects/icons-material/src/round/question_answer.svg b/projects/icons-material/src/material/round/question_answer.svg similarity index 100% rename from projects/icons-material/src/round/question_answer.svg rename to projects/icons-material/src/material/round/question_answer.svg diff --git a/projects/icons-material/src/round/question_mark.svg b/projects/icons-material/src/material/round/question_mark.svg similarity index 100% rename from projects/icons-material/src/round/question_mark.svg rename to projects/icons-material/src/material/round/question_mark.svg diff --git a/projects/icons-material/src/round/queue.svg b/projects/icons-material/src/material/round/queue.svg similarity index 100% rename from projects/icons-material/src/round/queue.svg rename to projects/icons-material/src/material/round/queue.svg diff --git a/projects/icons-material/src/round/queue_music.svg b/projects/icons-material/src/material/round/queue_music.svg similarity index 100% rename from projects/icons-material/src/round/queue_music.svg rename to projects/icons-material/src/material/round/queue_music.svg diff --git a/projects/icons-material/src/round/queue_play_next.svg b/projects/icons-material/src/material/round/queue_play_next.svg similarity index 100% rename from projects/icons-material/src/round/queue_play_next.svg rename to projects/icons-material/src/material/round/queue_play_next.svg diff --git a/projects/icons-material/src/round/quickreply.svg b/projects/icons-material/src/material/round/quickreply.svg similarity index 100% rename from projects/icons-material/src/round/quickreply.svg rename to projects/icons-material/src/material/round/quickreply.svg diff --git a/projects/icons-material/src/round/quiz.svg b/projects/icons-material/src/material/round/quiz.svg similarity index 100% rename from projects/icons-material/src/round/quiz.svg rename to projects/icons-material/src/material/round/quiz.svg diff --git a/projects/icons-material/src/round/r_mobiledata.svg b/projects/icons-material/src/material/round/r_mobiledata.svg similarity index 100% rename from projects/icons-material/src/round/r_mobiledata.svg rename to projects/icons-material/src/material/round/r_mobiledata.svg diff --git a/projects/icons-material/src/round/radar.svg b/projects/icons-material/src/material/round/radar.svg similarity index 100% rename from projects/icons-material/src/round/radar.svg rename to projects/icons-material/src/material/round/radar.svg diff --git a/projects/icons-material/src/round/radio.svg b/projects/icons-material/src/material/round/radio.svg similarity index 100% rename from projects/icons-material/src/round/radio.svg rename to projects/icons-material/src/material/round/radio.svg diff --git a/projects/icons-material/src/round/radio_button_checked.svg b/projects/icons-material/src/material/round/radio_button_checked.svg similarity index 100% rename from projects/icons-material/src/round/radio_button_checked.svg rename to projects/icons-material/src/material/round/radio_button_checked.svg diff --git a/projects/icons-material/src/round/radio_button_unchecked.svg b/projects/icons-material/src/material/round/radio_button_unchecked.svg similarity index 100% rename from projects/icons-material/src/round/radio_button_unchecked.svg rename to projects/icons-material/src/material/round/radio_button_unchecked.svg diff --git a/projects/icons-material/src/round/railway_alert.svg b/projects/icons-material/src/material/round/railway_alert.svg similarity index 100% rename from projects/icons-material/src/round/railway_alert.svg rename to projects/icons-material/src/material/round/railway_alert.svg diff --git a/projects/icons-material/src/round/ramen_dining.svg b/projects/icons-material/src/material/round/ramen_dining.svg similarity index 100% rename from projects/icons-material/src/round/ramen_dining.svg rename to projects/icons-material/src/material/round/ramen_dining.svg diff --git a/projects/icons-material/src/round/ramp_left.svg b/projects/icons-material/src/material/round/ramp_left.svg similarity index 100% rename from projects/icons-material/src/round/ramp_left.svg rename to projects/icons-material/src/material/round/ramp_left.svg diff --git a/projects/icons-material/src/round/ramp_right.svg b/projects/icons-material/src/material/round/ramp_right.svg similarity index 100% rename from projects/icons-material/src/round/ramp_right.svg rename to projects/icons-material/src/material/round/ramp_right.svg diff --git a/projects/icons-material/src/round/rate_review.svg b/projects/icons-material/src/material/round/rate_review.svg similarity index 100% rename from projects/icons-material/src/round/rate_review.svg rename to projects/icons-material/src/material/round/rate_review.svg diff --git a/projects/icons-material/src/round/raw_off.svg b/projects/icons-material/src/material/round/raw_off.svg similarity index 100% rename from projects/icons-material/src/round/raw_off.svg rename to projects/icons-material/src/material/round/raw_off.svg diff --git a/projects/icons-material/src/round/raw_on.svg b/projects/icons-material/src/material/round/raw_on.svg similarity index 100% rename from projects/icons-material/src/round/raw_on.svg rename to projects/icons-material/src/material/round/raw_on.svg diff --git a/projects/icons-material/src/round/read_more.svg b/projects/icons-material/src/material/round/read_more.svg similarity index 100% rename from projects/icons-material/src/round/read_more.svg rename to projects/icons-material/src/material/round/read_more.svg diff --git a/projects/icons-material/src/round/real_estate_agent.svg b/projects/icons-material/src/material/round/real_estate_agent.svg similarity index 100% rename from projects/icons-material/src/round/real_estate_agent.svg rename to projects/icons-material/src/material/round/real_estate_agent.svg diff --git a/projects/icons-material/src/round/receipt.svg b/projects/icons-material/src/material/round/receipt.svg similarity index 100% rename from projects/icons-material/src/round/receipt.svg rename to projects/icons-material/src/material/round/receipt.svg diff --git a/projects/icons-material/src/round/receipt_long.svg b/projects/icons-material/src/material/round/receipt_long.svg similarity index 100% rename from projects/icons-material/src/round/receipt_long.svg rename to projects/icons-material/src/material/round/receipt_long.svg diff --git a/projects/icons-material/src/round/recent_actors.svg b/projects/icons-material/src/material/round/recent_actors.svg similarity index 100% rename from projects/icons-material/src/round/recent_actors.svg rename to projects/icons-material/src/material/round/recent_actors.svg diff --git a/projects/icons-material/src/round/recommend.svg b/projects/icons-material/src/material/round/recommend.svg similarity index 100% rename from projects/icons-material/src/round/recommend.svg rename to projects/icons-material/src/material/round/recommend.svg diff --git a/projects/icons-material/src/round/record_voice_over.svg b/projects/icons-material/src/material/round/record_voice_over.svg similarity index 100% rename from projects/icons-material/src/round/record_voice_over.svg rename to projects/icons-material/src/material/round/record_voice_over.svg diff --git a/projects/icons-material/src/round/rectangle.svg b/projects/icons-material/src/material/round/rectangle.svg similarity index 100% rename from projects/icons-material/src/round/rectangle.svg rename to projects/icons-material/src/material/round/rectangle.svg diff --git a/projects/icons-material/src/round/recycling.svg b/projects/icons-material/src/material/round/recycling.svg similarity index 100% rename from projects/icons-material/src/round/recycling.svg rename to projects/icons-material/src/material/round/recycling.svg diff --git a/projects/icons-material/src/round/redeem.svg b/projects/icons-material/src/material/round/redeem.svg similarity index 100% rename from projects/icons-material/src/round/redeem.svg rename to projects/icons-material/src/material/round/redeem.svg diff --git a/projects/icons-material/src/round/redo.svg b/projects/icons-material/src/material/round/redo.svg similarity index 100% rename from projects/icons-material/src/round/redo.svg rename to projects/icons-material/src/material/round/redo.svg diff --git a/projects/icons-material/src/round/reduce_capacity.svg b/projects/icons-material/src/material/round/reduce_capacity.svg similarity index 100% rename from projects/icons-material/src/round/reduce_capacity.svg rename to projects/icons-material/src/material/round/reduce_capacity.svg diff --git a/projects/icons-material/src/round/refresh.svg b/projects/icons-material/src/material/round/refresh.svg similarity index 100% rename from projects/icons-material/src/round/refresh.svg rename to projects/icons-material/src/material/round/refresh.svg diff --git a/projects/icons-material/src/round/remember_me.svg b/projects/icons-material/src/material/round/remember_me.svg similarity index 100% rename from projects/icons-material/src/round/remember_me.svg rename to projects/icons-material/src/material/round/remember_me.svg diff --git a/projects/icons-material/src/round/remove.svg b/projects/icons-material/src/material/round/remove.svg similarity index 100% rename from projects/icons-material/src/round/remove.svg rename to projects/icons-material/src/material/round/remove.svg diff --git a/projects/icons-material/src/round/remove_circle.svg b/projects/icons-material/src/material/round/remove_circle.svg similarity index 100% rename from projects/icons-material/src/round/remove_circle.svg rename to projects/icons-material/src/material/round/remove_circle.svg diff --git a/projects/icons-material/src/round/remove_circle_outline.svg b/projects/icons-material/src/material/round/remove_circle_outline.svg similarity index 100% rename from projects/icons-material/src/round/remove_circle_outline.svg rename to projects/icons-material/src/material/round/remove_circle_outline.svg diff --git a/projects/icons-material/src/round/remove_done.svg b/projects/icons-material/src/material/round/remove_done.svg similarity index 100% rename from projects/icons-material/src/round/remove_done.svg rename to projects/icons-material/src/material/round/remove_done.svg diff --git a/projects/icons-material/src/round/remove_from_queue.svg b/projects/icons-material/src/material/round/remove_from_queue.svg similarity index 100% rename from projects/icons-material/src/round/remove_from_queue.svg rename to projects/icons-material/src/material/round/remove_from_queue.svg diff --git a/projects/icons-material/src/round/remove_moderator.svg b/projects/icons-material/src/material/round/remove_moderator.svg similarity index 100% rename from projects/icons-material/src/round/remove_moderator.svg rename to projects/icons-material/src/material/round/remove_moderator.svg diff --git a/projects/icons-material/src/round/remove_red_eye.svg b/projects/icons-material/src/material/round/remove_red_eye.svg similarity index 100% rename from projects/icons-material/src/round/remove_red_eye.svg rename to projects/icons-material/src/material/round/remove_red_eye.svg diff --git a/projects/icons-material/src/round/remove_road.svg b/projects/icons-material/src/material/round/remove_road.svg similarity index 100% rename from projects/icons-material/src/round/remove_road.svg rename to projects/icons-material/src/material/round/remove_road.svg diff --git a/projects/icons-material/src/round/remove_shopping_cart.svg b/projects/icons-material/src/material/round/remove_shopping_cart.svg similarity index 100% rename from projects/icons-material/src/round/remove_shopping_cart.svg rename to projects/icons-material/src/material/round/remove_shopping_cart.svg diff --git a/projects/icons-material/src/round/reorder.svg b/projects/icons-material/src/material/round/reorder.svg similarity index 100% rename from projects/icons-material/src/round/reorder.svg rename to projects/icons-material/src/material/round/reorder.svg diff --git a/projects/icons-material/src/round/repartition.svg b/projects/icons-material/src/material/round/repartition.svg similarity index 100% rename from projects/icons-material/src/round/repartition.svg rename to projects/icons-material/src/material/round/repartition.svg diff --git a/projects/icons-material/src/round/repeat.svg b/projects/icons-material/src/material/round/repeat.svg similarity index 100% rename from projects/icons-material/src/round/repeat.svg rename to projects/icons-material/src/material/round/repeat.svg diff --git a/projects/icons-material/src/round/repeat_on.svg b/projects/icons-material/src/material/round/repeat_on.svg similarity index 100% rename from projects/icons-material/src/round/repeat_on.svg rename to projects/icons-material/src/material/round/repeat_on.svg diff --git a/projects/icons-material/src/round/repeat_one.svg b/projects/icons-material/src/material/round/repeat_one.svg similarity index 100% rename from projects/icons-material/src/round/repeat_one.svg rename to projects/icons-material/src/material/round/repeat_one.svg diff --git a/projects/icons-material/src/round/repeat_one_on.svg b/projects/icons-material/src/material/round/repeat_one_on.svg similarity index 100% rename from projects/icons-material/src/round/repeat_one_on.svg rename to projects/icons-material/src/material/round/repeat_one_on.svg diff --git a/projects/icons-material/src/round/replay.svg b/projects/icons-material/src/material/round/replay.svg similarity index 100% rename from projects/icons-material/src/round/replay.svg rename to projects/icons-material/src/material/round/replay.svg diff --git a/projects/icons-material/src/round/replay_10.svg b/projects/icons-material/src/material/round/replay_10.svg similarity index 100% rename from projects/icons-material/src/round/replay_10.svg rename to projects/icons-material/src/material/round/replay_10.svg diff --git a/projects/icons-material/src/round/replay_30.svg b/projects/icons-material/src/material/round/replay_30.svg similarity index 100% rename from projects/icons-material/src/round/replay_30.svg rename to projects/icons-material/src/material/round/replay_30.svg diff --git a/projects/icons-material/src/round/replay_5.svg b/projects/icons-material/src/material/round/replay_5.svg similarity index 100% rename from projects/icons-material/src/round/replay_5.svg rename to projects/icons-material/src/material/round/replay_5.svg diff --git a/projects/icons-material/src/round/replay_circle_filled.svg b/projects/icons-material/src/material/round/replay_circle_filled.svg similarity index 100% rename from projects/icons-material/src/round/replay_circle_filled.svg rename to projects/icons-material/src/material/round/replay_circle_filled.svg diff --git a/projects/icons-material/src/round/reply.svg b/projects/icons-material/src/material/round/reply.svg similarity index 100% rename from projects/icons-material/src/round/reply.svg rename to projects/icons-material/src/material/round/reply.svg diff --git a/projects/icons-material/src/round/reply_all.svg b/projects/icons-material/src/material/round/reply_all.svg similarity index 100% rename from projects/icons-material/src/round/reply_all.svg rename to projects/icons-material/src/material/round/reply_all.svg diff --git a/projects/icons-material/src/round/report.svg b/projects/icons-material/src/material/round/report.svg similarity index 100% rename from projects/icons-material/src/round/report.svg rename to projects/icons-material/src/material/round/report.svg diff --git a/projects/icons-material/src/round/report_gmailerrorred.svg b/projects/icons-material/src/material/round/report_gmailerrorred.svg similarity index 100% rename from projects/icons-material/src/round/report_gmailerrorred.svg rename to projects/icons-material/src/material/round/report_gmailerrorred.svg diff --git a/projects/icons-material/src/round/report_off.svg b/projects/icons-material/src/material/round/report_off.svg similarity index 100% rename from projects/icons-material/src/round/report_off.svg rename to projects/icons-material/src/material/round/report_off.svg diff --git a/projects/icons-material/src/round/report_problem.svg b/projects/icons-material/src/material/round/report_problem.svg similarity index 100% rename from projects/icons-material/src/round/report_problem.svg rename to projects/icons-material/src/material/round/report_problem.svg diff --git a/projects/icons-material/src/round/request_page.svg b/projects/icons-material/src/material/round/request_page.svg similarity index 100% rename from projects/icons-material/src/round/request_page.svg rename to projects/icons-material/src/material/round/request_page.svg diff --git a/projects/icons-material/src/round/request_quote.svg b/projects/icons-material/src/material/round/request_quote.svg similarity index 100% rename from projects/icons-material/src/round/request_quote.svg rename to projects/icons-material/src/material/round/request_quote.svg diff --git a/projects/icons-material/src/round/reset_tv.svg b/projects/icons-material/src/material/round/reset_tv.svg similarity index 100% rename from projects/icons-material/src/round/reset_tv.svg rename to projects/icons-material/src/material/round/reset_tv.svg diff --git a/projects/icons-material/src/round/restart_alt.svg b/projects/icons-material/src/material/round/restart_alt.svg similarity index 100% rename from projects/icons-material/src/round/restart_alt.svg rename to projects/icons-material/src/material/round/restart_alt.svg diff --git a/projects/icons-material/src/round/restaurant.svg b/projects/icons-material/src/material/round/restaurant.svg similarity index 100% rename from projects/icons-material/src/round/restaurant.svg rename to projects/icons-material/src/material/round/restaurant.svg diff --git a/projects/icons-material/src/round/restaurant_menu.svg b/projects/icons-material/src/material/round/restaurant_menu.svg similarity index 100% rename from projects/icons-material/src/round/restaurant_menu.svg rename to projects/icons-material/src/material/round/restaurant_menu.svg diff --git a/projects/icons-material/src/round/restore.svg b/projects/icons-material/src/material/round/restore.svg similarity index 100% rename from projects/icons-material/src/round/restore.svg rename to projects/icons-material/src/material/round/restore.svg diff --git a/projects/icons-material/src/round/restore_from_trash.svg b/projects/icons-material/src/material/round/restore_from_trash.svg similarity index 100% rename from projects/icons-material/src/round/restore_from_trash.svg rename to projects/icons-material/src/material/round/restore_from_trash.svg diff --git a/projects/icons-material/src/round/restore_page.svg b/projects/icons-material/src/material/round/restore_page.svg similarity index 100% rename from projects/icons-material/src/round/restore_page.svg rename to projects/icons-material/src/material/round/restore_page.svg diff --git a/projects/icons-material/src/round/reviews.svg b/projects/icons-material/src/material/round/reviews.svg similarity index 100% rename from projects/icons-material/src/round/reviews.svg rename to projects/icons-material/src/material/round/reviews.svg diff --git a/projects/icons-material/src/round/rice_bowl.svg b/projects/icons-material/src/material/round/rice_bowl.svg similarity index 100% rename from projects/icons-material/src/round/rice_bowl.svg rename to projects/icons-material/src/material/round/rice_bowl.svg diff --git a/projects/icons-material/src/round/ring_volume.svg b/projects/icons-material/src/material/round/ring_volume.svg similarity index 100% rename from projects/icons-material/src/round/ring_volume.svg rename to projects/icons-material/src/material/round/ring_volume.svg diff --git a/projects/icons-material/src/round/rocket.svg b/projects/icons-material/src/material/round/rocket.svg similarity index 100% rename from projects/icons-material/src/round/rocket.svg rename to projects/icons-material/src/material/round/rocket.svg diff --git a/projects/icons-material/src/round/rocket_launch.svg b/projects/icons-material/src/material/round/rocket_launch.svg similarity index 100% rename from projects/icons-material/src/round/rocket_launch.svg rename to projects/icons-material/src/material/round/rocket_launch.svg diff --git a/projects/icons-material/src/round/roller_shades.svg b/projects/icons-material/src/material/round/roller_shades.svg similarity index 100% rename from projects/icons-material/src/round/roller_shades.svg rename to projects/icons-material/src/material/round/roller_shades.svg diff --git a/projects/icons-material/src/round/roller_shades_closed.svg b/projects/icons-material/src/material/round/roller_shades_closed.svg similarity index 100% rename from projects/icons-material/src/round/roller_shades_closed.svg rename to projects/icons-material/src/material/round/roller_shades_closed.svg diff --git a/projects/icons-material/src/round/roller_skating.svg b/projects/icons-material/src/material/round/roller_skating.svg similarity index 100% rename from projects/icons-material/src/round/roller_skating.svg rename to projects/icons-material/src/material/round/roller_skating.svg diff --git a/projects/icons-material/src/round/roofing.svg b/projects/icons-material/src/material/round/roofing.svg similarity index 100% rename from projects/icons-material/src/round/roofing.svg rename to projects/icons-material/src/material/round/roofing.svg diff --git a/projects/icons-material/src/round/room.svg b/projects/icons-material/src/material/round/room.svg similarity index 100% rename from projects/icons-material/src/round/room.svg rename to projects/icons-material/src/material/round/room.svg diff --git a/projects/icons-material/src/round/room_preferences.svg b/projects/icons-material/src/material/round/room_preferences.svg similarity index 100% rename from projects/icons-material/src/round/room_preferences.svg rename to projects/icons-material/src/material/round/room_preferences.svg diff --git a/projects/icons-material/src/round/room_service.svg b/projects/icons-material/src/material/round/room_service.svg similarity index 100% rename from projects/icons-material/src/round/room_service.svg rename to projects/icons-material/src/material/round/room_service.svg diff --git a/projects/icons-material/src/round/rotate_90_degrees_ccw.svg b/projects/icons-material/src/material/round/rotate_90_degrees_ccw.svg similarity index 100% rename from projects/icons-material/src/round/rotate_90_degrees_ccw.svg rename to projects/icons-material/src/material/round/rotate_90_degrees_ccw.svg diff --git a/projects/icons-material/src/round/rotate_90_degrees_cw.svg b/projects/icons-material/src/material/round/rotate_90_degrees_cw.svg similarity index 100% rename from projects/icons-material/src/round/rotate_90_degrees_cw.svg rename to projects/icons-material/src/material/round/rotate_90_degrees_cw.svg diff --git a/projects/icons-material/src/round/rotate_left.svg b/projects/icons-material/src/material/round/rotate_left.svg similarity index 100% rename from projects/icons-material/src/round/rotate_left.svg rename to projects/icons-material/src/material/round/rotate_left.svg diff --git a/projects/icons-material/src/round/rotate_right.svg b/projects/icons-material/src/material/round/rotate_right.svg similarity index 100% rename from projects/icons-material/src/round/rotate_right.svg rename to projects/icons-material/src/material/round/rotate_right.svg diff --git a/projects/icons-material/src/round/roundabout_left.svg b/projects/icons-material/src/material/round/roundabout_left.svg similarity index 100% rename from projects/icons-material/src/round/roundabout_left.svg rename to projects/icons-material/src/material/round/roundabout_left.svg diff --git a/projects/icons-material/src/round/roundabout_right.svg b/projects/icons-material/src/material/round/roundabout_right.svg similarity index 100% rename from projects/icons-material/src/round/roundabout_right.svg rename to projects/icons-material/src/material/round/roundabout_right.svg diff --git a/projects/icons-material/src/round/rounded_corner.svg b/projects/icons-material/src/material/round/rounded_corner.svg similarity index 100% rename from projects/icons-material/src/round/rounded_corner.svg rename to projects/icons-material/src/material/round/rounded_corner.svg diff --git a/projects/icons-material/src/round/route.svg b/projects/icons-material/src/material/round/route.svg similarity index 100% rename from projects/icons-material/src/round/route.svg rename to projects/icons-material/src/material/round/route.svg diff --git a/projects/icons-material/src/round/router.svg b/projects/icons-material/src/material/round/router.svg similarity index 100% rename from projects/icons-material/src/round/router.svg rename to projects/icons-material/src/material/round/router.svg diff --git a/projects/icons-material/src/round/rowing.svg b/projects/icons-material/src/material/round/rowing.svg similarity index 100% rename from projects/icons-material/src/round/rowing.svg rename to projects/icons-material/src/material/round/rowing.svg diff --git a/projects/icons-material/src/round/rss_feed.svg b/projects/icons-material/src/material/round/rss_feed.svg similarity index 100% rename from projects/icons-material/src/round/rss_feed.svg rename to projects/icons-material/src/material/round/rss_feed.svg diff --git a/projects/icons-material/src/round/rsvp.svg b/projects/icons-material/src/material/round/rsvp.svg similarity index 100% rename from projects/icons-material/src/round/rsvp.svg rename to projects/icons-material/src/material/round/rsvp.svg diff --git a/projects/icons-material/src/round/rtt.svg b/projects/icons-material/src/material/round/rtt.svg similarity index 100% rename from projects/icons-material/src/round/rtt.svg rename to projects/icons-material/src/material/round/rtt.svg diff --git a/projects/icons-material/src/round/rule.svg b/projects/icons-material/src/material/round/rule.svg similarity index 100% rename from projects/icons-material/src/round/rule.svg rename to projects/icons-material/src/material/round/rule.svg diff --git a/projects/icons-material/src/round/rule_folder.svg b/projects/icons-material/src/material/round/rule_folder.svg similarity index 100% rename from projects/icons-material/src/round/rule_folder.svg rename to projects/icons-material/src/material/round/rule_folder.svg diff --git a/projects/icons-material/src/round/run_circle.svg b/projects/icons-material/src/material/round/run_circle.svg similarity index 100% rename from projects/icons-material/src/round/run_circle.svg rename to projects/icons-material/src/material/round/run_circle.svg diff --git a/projects/icons-material/src/round/running_with_errors.svg b/projects/icons-material/src/material/round/running_with_errors.svg similarity index 100% rename from projects/icons-material/src/round/running_with_errors.svg rename to projects/icons-material/src/material/round/running_with_errors.svg diff --git a/projects/icons-material/src/round/rv_hookup.svg b/projects/icons-material/src/material/round/rv_hookup.svg similarity index 100% rename from projects/icons-material/src/round/rv_hookup.svg rename to projects/icons-material/src/material/round/rv_hookup.svg diff --git a/projects/icons-material/src/round/safety_check.svg b/projects/icons-material/src/material/round/safety_check.svg similarity index 100% rename from projects/icons-material/src/round/safety_check.svg rename to projects/icons-material/src/material/round/safety_check.svg diff --git a/projects/icons-material/src/round/safety_divider.svg b/projects/icons-material/src/material/round/safety_divider.svg similarity index 100% rename from projects/icons-material/src/round/safety_divider.svg rename to projects/icons-material/src/material/round/safety_divider.svg diff --git a/projects/icons-material/src/round/sailing.svg b/projects/icons-material/src/material/round/sailing.svg similarity index 100% rename from projects/icons-material/src/round/sailing.svg rename to projects/icons-material/src/material/round/sailing.svg diff --git a/projects/icons-material/src/round/sanitizer.svg b/projects/icons-material/src/material/round/sanitizer.svg similarity index 100% rename from projects/icons-material/src/round/sanitizer.svg rename to projects/icons-material/src/material/round/sanitizer.svg diff --git a/projects/icons-material/src/round/satellite.svg b/projects/icons-material/src/material/round/satellite.svg similarity index 100% rename from projects/icons-material/src/round/satellite.svg rename to projects/icons-material/src/material/round/satellite.svg diff --git a/projects/icons-material/src/round/satellite_alt.svg b/projects/icons-material/src/material/round/satellite_alt.svg similarity index 100% rename from projects/icons-material/src/round/satellite_alt.svg rename to projects/icons-material/src/material/round/satellite_alt.svg diff --git a/projects/icons-material/src/round/save.svg b/projects/icons-material/src/material/round/save.svg similarity index 100% rename from projects/icons-material/src/round/save.svg rename to projects/icons-material/src/material/round/save.svg diff --git a/projects/icons-material/src/round/save_alt.svg b/projects/icons-material/src/material/round/save_alt.svg similarity index 100% rename from projects/icons-material/src/round/save_alt.svg rename to projects/icons-material/src/material/round/save_alt.svg diff --git a/projects/icons-material/src/round/save_as.svg b/projects/icons-material/src/material/round/save_as.svg similarity index 100% rename from projects/icons-material/src/round/save_as.svg rename to projects/icons-material/src/material/round/save_as.svg diff --git a/projects/icons-material/src/round/saved_search.svg b/projects/icons-material/src/material/round/saved_search.svg similarity index 100% rename from projects/icons-material/src/round/saved_search.svg rename to projects/icons-material/src/material/round/saved_search.svg diff --git a/projects/icons-material/src/round/savings.svg b/projects/icons-material/src/material/round/savings.svg similarity index 100% rename from projects/icons-material/src/round/savings.svg rename to projects/icons-material/src/material/round/savings.svg diff --git a/projects/icons-material/src/round/scale.svg b/projects/icons-material/src/material/round/scale.svg similarity index 100% rename from projects/icons-material/src/round/scale.svg rename to projects/icons-material/src/material/round/scale.svg diff --git a/projects/icons-material/src/round/scanner.svg b/projects/icons-material/src/material/round/scanner.svg similarity index 100% rename from projects/icons-material/src/round/scanner.svg rename to projects/icons-material/src/material/round/scanner.svg diff --git a/projects/icons-material/src/round/scatter_plot.svg b/projects/icons-material/src/material/round/scatter_plot.svg similarity index 100% rename from projects/icons-material/src/round/scatter_plot.svg rename to projects/icons-material/src/material/round/scatter_plot.svg diff --git a/projects/icons-material/src/round/schedule.svg b/projects/icons-material/src/material/round/schedule.svg similarity index 100% rename from projects/icons-material/src/round/schedule.svg rename to projects/icons-material/src/material/round/schedule.svg diff --git a/projects/icons-material/src/round/schedule_send.svg b/projects/icons-material/src/material/round/schedule_send.svg similarity index 100% rename from projects/icons-material/src/round/schedule_send.svg rename to projects/icons-material/src/material/round/schedule_send.svg diff --git a/projects/icons-material/src/round/schema.svg b/projects/icons-material/src/material/round/schema.svg similarity index 100% rename from projects/icons-material/src/round/schema.svg rename to projects/icons-material/src/material/round/schema.svg diff --git a/projects/icons-material/src/round/school.svg b/projects/icons-material/src/material/round/school.svg similarity index 100% rename from projects/icons-material/src/round/school.svg rename to projects/icons-material/src/material/round/school.svg diff --git a/projects/icons-material/src/round/science.svg b/projects/icons-material/src/material/round/science.svg similarity index 100% rename from projects/icons-material/src/round/science.svg rename to projects/icons-material/src/material/round/science.svg diff --git a/projects/icons-material/src/round/score.svg b/projects/icons-material/src/material/round/score.svg similarity index 100% rename from projects/icons-material/src/round/score.svg rename to projects/icons-material/src/material/round/score.svg diff --git a/projects/icons-material/src/round/scoreboard.svg b/projects/icons-material/src/material/round/scoreboard.svg similarity index 100% rename from projects/icons-material/src/round/scoreboard.svg rename to projects/icons-material/src/material/round/scoreboard.svg diff --git a/projects/icons-material/src/round/screen_lock_landscape.svg b/projects/icons-material/src/material/round/screen_lock_landscape.svg similarity index 100% rename from projects/icons-material/src/round/screen_lock_landscape.svg rename to projects/icons-material/src/material/round/screen_lock_landscape.svg diff --git a/projects/icons-material/src/round/screen_lock_portrait.svg b/projects/icons-material/src/material/round/screen_lock_portrait.svg similarity index 100% rename from projects/icons-material/src/round/screen_lock_portrait.svg rename to projects/icons-material/src/material/round/screen_lock_portrait.svg diff --git a/projects/icons-material/src/round/screen_lock_rotation.svg b/projects/icons-material/src/material/round/screen_lock_rotation.svg similarity index 100% rename from projects/icons-material/src/round/screen_lock_rotation.svg rename to projects/icons-material/src/material/round/screen_lock_rotation.svg diff --git a/projects/icons-material/src/round/screen_rotation.svg b/projects/icons-material/src/material/round/screen_rotation.svg similarity index 100% rename from projects/icons-material/src/round/screen_rotation.svg rename to projects/icons-material/src/material/round/screen_rotation.svg diff --git a/projects/icons-material/src/round/screen_rotation_alt.svg b/projects/icons-material/src/material/round/screen_rotation_alt.svg similarity index 100% rename from projects/icons-material/src/round/screen_rotation_alt.svg rename to projects/icons-material/src/material/round/screen_rotation_alt.svg diff --git a/projects/icons-material/src/round/screen_search_desktop.svg b/projects/icons-material/src/material/round/screen_search_desktop.svg similarity index 100% rename from projects/icons-material/src/round/screen_search_desktop.svg rename to projects/icons-material/src/material/round/screen_search_desktop.svg diff --git a/projects/icons-material/src/round/screen_share.svg b/projects/icons-material/src/material/round/screen_share.svg similarity index 100% rename from projects/icons-material/src/round/screen_share.svg rename to projects/icons-material/src/material/round/screen_share.svg diff --git a/projects/icons-material/src/round/screenshot.svg b/projects/icons-material/src/material/round/screenshot.svg similarity index 100% rename from projects/icons-material/src/round/screenshot.svg rename to projects/icons-material/src/material/round/screenshot.svg diff --git a/projects/icons-material/src/round/screenshot_monitor.svg b/projects/icons-material/src/material/round/screenshot_monitor.svg similarity index 100% rename from projects/icons-material/src/round/screenshot_monitor.svg rename to projects/icons-material/src/material/round/screenshot_monitor.svg diff --git a/projects/icons-material/src/round/scuba_diving.svg b/projects/icons-material/src/material/round/scuba_diving.svg similarity index 100% rename from projects/icons-material/src/round/scuba_diving.svg rename to projects/icons-material/src/material/round/scuba_diving.svg diff --git a/projects/icons-material/src/round/sd.svg b/projects/icons-material/src/material/round/sd.svg similarity index 100% rename from projects/icons-material/src/round/sd.svg rename to projects/icons-material/src/material/round/sd.svg diff --git a/projects/icons-material/src/round/sd_card.svg b/projects/icons-material/src/material/round/sd_card.svg similarity index 100% rename from projects/icons-material/src/round/sd_card.svg rename to projects/icons-material/src/material/round/sd_card.svg diff --git a/projects/icons-material/src/round/sd_card_alert.svg b/projects/icons-material/src/material/round/sd_card_alert.svg similarity index 100% rename from projects/icons-material/src/round/sd_card_alert.svg rename to projects/icons-material/src/material/round/sd_card_alert.svg diff --git a/projects/icons-material/src/round/sd_storage.svg b/projects/icons-material/src/material/round/sd_storage.svg similarity index 100% rename from projects/icons-material/src/round/sd_storage.svg rename to projects/icons-material/src/material/round/sd_storage.svg diff --git a/projects/icons-material/src/round/search.svg b/projects/icons-material/src/material/round/search.svg similarity index 100% rename from projects/icons-material/src/round/search.svg rename to projects/icons-material/src/material/round/search.svg diff --git a/projects/icons-material/src/round/search_off.svg b/projects/icons-material/src/material/round/search_off.svg similarity index 100% rename from projects/icons-material/src/round/search_off.svg rename to projects/icons-material/src/material/round/search_off.svg diff --git a/projects/icons-material/src/round/security.svg b/projects/icons-material/src/material/round/security.svg similarity index 100% rename from projects/icons-material/src/round/security.svg rename to projects/icons-material/src/material/round/security.svg diff --git a/projects/icons-material/src/round/security_update.svg b/projects/icons-material/src/material/round/security_update.svg similarity index 100% rename from projects/icons-material/src/round/security_update.svg rename to projects/icons-material/src/material/round/security_update.svg diff --git a/projects/icons-material/src/round/security_update_good.svg b/projects/icons-material/src/material/round/security_update_good.svg similarity index 100% rename from projects/icons-material/src/round/security_update_good.svg rename to projects/icons-material/src/material/round/security_update_good.svg diff --git a/projects/icons-material/src/round/security_update_warning.svg b/projects/icons-material/src/material/round/security_update_warning.svg similarity index 100% rename from projects/icons-material/src/round/security_update_warning.svg rename to projects/icons-material/src/material/round/security_update_warning.svg diff --git a/projects/icons-material/src/round/segment.svg b/projects/icons-material/src/material/round/segment.svg similarity index 100% rename from projects/icons-material/src/round/segment.svg rename to projects/icons-material/src/material/round/segment.svg diff --git a/projects/icons-material/src/round/select_all.svg b/projects/icons-material/src/material/round/select_all.svg similarity index 100% rename from projects/icons-material/src/round/select_all.svg rename to projects/icons-material/src/material/round/select_all.svg diff --git a/projects/icons-material/src/round/self_improvement.svg b/projects/icons-material/src/material/round/self_improvement.svg similarity index 100% rename from projects/icons-material/src/round/self_improvement.svg rename to projects/icons-material/src/material/round/self_improvement.svg diff --git a/projects/icons-material/src/round/sell.svg b/projects/icons-material/src/material/round/sell.svg similarity index 100% rename from projects/icons-material/src/round/sell.svg rename to projects/icons-material/src/material/round/sell.svg diff --git a/projects/icons-material/src/round/send.svg b/projects/icons-material/src/material/round/send.svg similarity index 100% rename from projects/icons-material/src/round/send.svg rename to projects/icons-material/src/material/round/send.svg diff --git a/projects/icons-material/src/round/send_and_archive.svg b/projects/icons-material/src/material/round/send_and_archive.svg similarity index 100% rename from projects/icons-material/src/round/send_and_archive.svg rename to projects/icons-material/src/material/round/send_and_archive.svg diff --git a/projects/icons-material/src/round/send_time_extension.svg b/projects/icons-material/src/material/round/send_time_extension.svg similarity index 100% rename from projects/icons-material/src/round/send_time_extension.svg rename to projects/icons-material/src/material/round/send_time_extension.svg diff --git a/projects/icons-material/src/round/send_to_mobile.svg b/projects/icons-material/src/material/round/send_to_mobile.svg similarity index 100% rename from projects/icons-material/src/round/send_to_mobile.svg rename to projects/icons-material/src/material/round/send_to_mobile.svg diff --git a/projects/icons-material/src/round/sensor_door.svg b/projects/icons-material/src/material/round/sensor_door.svg similarity index 100% rename from projects/icons-material/src/round/sensor_door.svg rename to projects/icons-material/src/material/round/sensor_door.svg diff --git a/projects/icons-material/src/round/sensor_occupied.svg b/projects/icons-material/src/material/round/sensor_occupied.svg similarity index 100% rename from projects/icons-material/src/round/sensor_occupied.svg rename to projects/icons-material/src/material/round/sensor_occupied.svg diff --git a/projects/icons-material/src/round/sensor_window.svg b/projects/icons-material/src/material/round/sensor_window.svg similarity index 100% rename from projects/icons-material/src/round/sensor_window.svg rename to projects/icons-material/src/material/round/sensor_window.svg diff --git a/projects/icons-material/src/round/sensors.svg b/projects/icons-material/src/material/round/sensors.svg similarity index 100% rename from projects/icons-material/src/round/sensors.svg rename to projects/icons-material/src/material/round/sensors.svg diff --git a/projects/icons-material/src/round/sensors_off.svg b/projects/icons-material/src/material/round/sensors_off.svg similarity index 100% rename from projects/icons-material/src/round/sensors_off.svg rename to projects/icons-material/src/material/round/sensors_off.svg diff --git a/projects/icons-material/src/round/sentiment_dissatisfied.svg b/projects/icons-material/src/material/round/sentiment_dissatisfied.svg similarity index 100% rename from projects/icons-material/src/round/sentiment_dissatisfied.svg rename to projects/icons-material/src/material/round/sentiment_dissatisfied.svg diff --git a/projects/icons-material/src/round/sentiment_neutral.svg b/projects/icons-material/src/material/round/sentiment_neutral.svg similarity index 100% rename from projects/icons-material/src/round/sentiment_neutral.svg rename to projects/icons-material/src/material/round/sentiment_neutral.svg diff --git a/projects/icons-material/src/round/sentiment_satisfied.svg b/projects/icons-material/src/material/round/sentiment_satisfied.svg similarity index 100% rename from projects/icons-material/src/round/sentiment_satisfied.svg rename to projects/icons-material/src/material/round/sentiment_satisfied.svg diff --git a/projects/icons-material/src/round/sentiment_satisfied_alt.svg b/projects/icons-material/src/material/round/sentiment_satisfied_alt.svg similarity index 100% rename from projects/icons-material/src/round/sentiment_satisfied_alt.svg rename to projects/icons-material/src/material/round/sentiment_satisfied_alt.svg diff --git a/projects/icons-material/src/round/sentiment_very_dissatisfied.svg b/projects/icons-material/src/material/round/sentiment_very_dissatisfied.svg similarity index 100% rename from projects/icons-material/src/round/sentiment_very_dissatisfied.svg rename to projects/icons-material/src/material/round/sentiment_very_dissatisfied.svg diff --git a/projects/icons-material/src/round/sentiment_very_satisfied.svg b/projects/icons-material/src/material/round/sentiment_very_satisfied.svg similarity index 100% rename from projects/icons-material/src/round/sentiment_very_satisfied.svg rename to projects/icons-material/src/material/round/sentiment_very_satisfied.svg diff --git a/projects/icons-material/src/round/set_meal.svg b/projects/icons-material/src/material/round/set_meal.svg similarity index 100% rename from projects/icons-material/src/round/set_meal.svg rename to projects/icons-material/src/material/round/set_meal.svg diff --git a/projects/icons-material/src/round/settings.svg b/projects/icons-material/src/material/round/settings.svg similarity index 100% rename from projects/icons-material/src/round/settings.svg rename to projects/icons-material/src/material/round/settings.svg diff --git a/projects/icons-material/src/round/settings_accessibility.svg b/projects/icons-material/src/material/round/settings_accessibility.svg similarity index 100% rename from projects/icons-material/src/round/settings_accessibility.svg rename to projects/icons-material/src/material/round/settings_accessibility.svg diff --git a/projects/icons-material/src/round/settings_applications.svg b/projects/icons-material/src/material/round/settings_applications.svg similarity index 100% rename from projects/icons-material/src/round/settings_applications.svg rename to projects/icons-material/src/material/round/settings_applications.svg diff --git a/projects/icons-material/src/round/settings_backup_restore.svg b/projects/icons-material/src/material/round/settings_backup_restore.svg similarity index 100% rename from projects/icons-material/src/round/settings_backup_restore.svg rename to projects/icons-material/src/material/round/settings_backup_restore.svg diff --git a/projects/icons-material/src/round/settings_bluetooth.svg b/projects/icons-material/src/material/round/settings_bluetooth.svg similarity index 100% rename from projects/icons-material/src/round/settings_bluetooth.svg rename to projects/icons-material/src/material/round/settings_bluetooth.svg diff --git a/projects/icons-material/src/round/settings_brightness.svg b/projects/icons-material/src/material/round/settings_brightness.svg similarity index 100% rename from projects/icons-material/src/round/settings_brightness.svg rename to projects/icons-material/src/material/round/settings_brightness.svg diff --git a/projects/icons-material/src/round/settings_cell.svg b/projects/icons-material/src/material/round/settings_cell.svg similarity index 100% rename from projects/icons-material/src/round/settings_cell.svg rename to projects/icons-material/src/material/round/settings_cell.svg diff --git a/projects/icons-material/src/round/settings_ethernet.svg b/projects/icons-material/src/material/round/settings_ethernet.svg similarity index 100% rename from projects/icons-material/src/round/settings_ethernet.svg rename to projects/icons-material/src/material/round/settings_ethernet.svg diff --git a/projects/icons-material/src/round/settings_input_antenna.svg b/projects/icons-material/src/material/round/settings_input_antenna.svg similarity index 100% rename from projects/icons-material/src/round/settings_input_antenna.svg rename to projects/icons-material/src/material/round/settings_input_antenna.svg diff --git a/projects/icons-material/src/round/settings_input_component.svg b/projects/icons-material/src/material/round/settings_input_component.svg similarity index 100% rename from projects/icons-material/src/round/settings_input_component.svg rename to projects/icons-material/src/material/round/settings_input_component.svg diff --git a/projects/icons-material/src/round/settings_input_composite.svg b/projects/icons-material/src/material/round/settings_input_composite.svg similarity index 100% rename from projects/icons-material/src/round/settings_input_composite.svg rename to projects/icons-material/src/material/round/settings_input_composite.svg diff --git a/projects/icons-material/src/round/settings_input_hdmi.svg b/projects/icons-material/src/material/round/settings_input_hdmi.svg similarity index 100% rename from projects/icons-material/src/round/settings_input_hdmi.svg rename to projects/icons-material/src/material/round/settings_input_hdmi.svg diff --git a/projects/icons-material/src/round/settings_input_svideo.svg b/projects/icons-material/src/material/round/settings_input_svideo.svg similarity index 100% rename from projects/icons-material/src/round/settings_input_svideo.svg rename to projects/icons-material/src/material/round/settings_input_svideo.svg diff --git a/projects/icons-material/src/round/settings_overscan.svg b/projects/icons-material/src/material/round/settings_overscan.svg similarity index 100% rename from projects/icons-material/src/round/settings_overscan.svg rename to projects/icons-material/src/material/round/settings_overscan.svg diff --git a/projects/icons-material/src/round/settings_phone.svg b/projects/icons-material/src/material/round/settings_phone.svg similarity index 100% rename from projects/icons-material/src/round/settings_phone.svg rename to projects/icons-material/src/material/round/settings_phone.svg diff --git a/projects/icons-material/src/round/settings_power.svg b/projects/icons-material/src/material/round/settings_power.svg similarity index 100% rename from projects/icons-material/src/round/settings_power.svg rename to projects/icons-material/src/material/round/settings_power.svg diff --git a/projects/icons-material/src/round/settings_remote.svg b/projects/icons-material/src/material/round/settings_remote.svg similarity index 100% rename from projects/icons-material/src/round/settings_remote.svg rename to projects/icons-material/src/material/round/settings_remote.svg diff --git a/projects/icons-material/src/round/settings_suggest.svg b/projects/icons-material/src/material/round/settings_suggest.svg similarity index 100% rename from projects/icons-material/src/round/settings_suggest.svg rename to projects/icons-material/src/material/round/settings_suggest.svg diff --git a/projects/icons-material/src/round/settings_system_daydream.svg b/projects/icons-material/src/material/round/settings_system_daydream.svg similarity index 100% rename from projects/icons-material/src/round/settings_system_daydream.svg rename to projects/icons-material/src/material/round/settings_system_daydream.svg diff --git a/projects/icons-material/src/round/settings_voice.svg b/projects/icons-material/src/material/round/settings_voice.svg similarity index 100% rename from projects/icons-material/src/round/settings_voice.svg rename to projects/icons-material/src/material/round/settings_voice.svg diff --git a/projects/icons-material/src/round/severe_cold.svg b/projects/icons-material/src/material/round/severe_cold.svg similarity index 100% rename from projects/icons-material/src/round/severe_cold.svg rename to projects/icons-material/src/material/round/severe_cold.svg diff --git a/projects/icons-material/src/round/shape_line.svg b/projects/icons-material/src/material/round/shape_line.svg similarity index 100% rename from projects/icons-material/src/round/shape_line.svg rename to projects/icons-material/src/material/round/shape_line.svg diff --git a/projects/icons-material/src/round/share.svg b/projects/icons-material/src/material/round/share.svg similarity index 100% rename from projects/icons-material/src/round/share.svg rename to projects/icons-material/src/material/round/share.svg diff --git a/projects/icons-material/src/round/share_location.svg b/projects/icons-material/src/material/round/share_location.svg similarity index 100% rename from projects/icons-material/src/round/share_location.svg rename to projects/icons-material/src/material/round/share_location.svg diff --git a/projects/icons-material/src/round/shield.svg b/projects/icons-material/src/material/round/shield.svg similarity index 100% rename from projects/icons-material/src/round/shield.svg rename to projects/icons-material/src/material/round/shield.svg diff --git a/projects/icons-material/src/round/shield_moon.svg b/projects/icons-material/src/material/round/shield_moon.svg similarity index 100% rename from projects/icons-material/src/round/shield_moon.svg rename to projects/icons-material/src/material/round/shield_moon.svg diff --git a/projects/icons-material/src/round/shop.svg b/projects/icons-material/src/material/round/shop.svg similarity index 100% rename from projects/icons-material/src/round/shop.svg rename to projects/icons-material/src/material/round/shop.svg diff --git a/projects/icons-material/src/round/shop_2.svg b/projects/icons-material/src/material/round/shop_2.svg similarity index 100% rename from projects/icons-material/src/round/shop_2.svg rename to projects/icons-material/src/material/round/shop_2.svg diff --git a/projects/icons-material/src/round/shop_two.svg b/projects/icons-material/src/material/round/shop_two.svg similarity index 100% rename from projects/icons-material/src/round/shop_two.svg rename to projects/icons-material/src/material/round/shop_two.svg diff --git a/projects/icons-material/src/round/shopping_bag.svg b/projects/icons-material/src/material/round/shopping_bag.svg similarity index 100% rename from projects/icons-material/src/round/shopping_bag.svg rename to projects/icons-material/src/material/round/shopping_bag.svg diff --git a/projects/icons-material/src/round/shopping_basket.svg b/projects/icons-material/src/material/round/shopping_basket.svg similarity index 100% rename from projects/icons-material/src/round/shopping_basket.svg rename to projects/icons-material/src/material/round/shopping_basket.svg diff --git a/projects/icons-material/src/round/shopping_cart.svg b/projects/icons-material/src/material/round/shopping_cart.svg similarity index 100% rename from projects/icons-material/src/round/shopping_cart.svg rename to projects/icons-material/src/material/round/shopping_cart.svg diff --git a/projects/icons-material/src/round/shopping_cart_checkout.svg b/projects/icons-material/src/material/round/shopping_cart_checkout.svg similarity index 100% rename from projects/icons-material/src/round/shopping_cart_checkout.svg rename to projects/icons-material/src/material/round/shopping_cart_checkout.svg diff --git a/projects/icons-material/src/round/short_text.svg b/projects/icons-material/src/material/round/short_text.svg similarity index 100% rename from projects/icons-material/src/round/short_text.svg rename to projects/icons-material/src/material/round/short_text.svg diff --git a/projects/icons-material/src/round/shortcut.svg b/projects/icons-material/src/material/round/shortcut.svg similarity index 100% rename from projects/icons-material/src/round/shortcut.svg rename to projects/icons-material/src/material/round/shortcut.svg diff --git a/projects/icons-material/src/round/show_chart.svg b/projects/icons-material/src/material/round/show_chart.svg similarity index 100% rename from projects/icons-material/src/round/show_chart.svg rename to projects/icons-material/src/material/round/show_chart.svg diff --git a/projects/icons-material/src/round/shower.svg b/projects/icons-material/src/material/round/shower.svg similarity index 100% rename from projects/icons-material/src/round/shower.svg rename to projects/icons-material/src/material/round/shower.svg diff --git a/projects/icons-material/src/round/shuffle.svg b/projects/icons-material/src/material/round/shuffle.svg similarity index 100% rename from projects/icons-material/src/round/shuffle.svg rename to projects/icons-material/src/material/round/shuffle.svg diff --git a/projects/icons-material/src/round/shuffle_on.svg b/projects/icons-material/src/material/round/shuffle_on.svg similarity index 100% rename from projects/icons-material/src/round/shuffle_on.svg rename to projects/icons-material/src/material/round/shuffle_on.svg diff --git a/projects/icons-material/src/round/shutter_speed.svg b/projects/icons-material/src/material/round/shutter_speed.svg similarity index 100% rename from projects/icons-material/src/round/shutter_speed.svg rename to projects/icons-material/src/material/round/shutter_speed.svg diff --git a/projects/icons-material/src/round/sick.svg b/projects/icons-material/src/material/round/sick.svg similarity index 100% rename from projects/icons-material/src/round/sick.svg rename to projects/icons-material/src/material/round/sick.svg diff --git a/projects/icons-material/src/round/sign_language.svg b/projects/icons-material/src/material/round/sign_language.svg similarity index 100% rename from projects/icons-material/src/round/sign_language.svg rename to projects/icons-material/src/material/round/sign_language.svg diff --git a/projects/icons-material/src/round/signal_cellular_0_bar.svg b/projects/icons-material/src/material/round/signal_cellular_0_bar.svg similarity index 100% rename from projects/icons-material/src/round/signal_cellular_0_bar.svg rename to projects/icons-material/src/material/round/signal_cellular_0_bar.svg diff --git a/projects/icons-material/src/round/signal_cellular_4_bar.svg b/projects/icons-material/src/material/round/signal_cellular_4_bar.svg similarity index 100% rename from projects/icons-material/src/round/signal_cellular_4_bar.svg rename to projects/icons-material/src/material/round/signal_cellular_4_bar.svg diff --git a/projects/icons-material/src/round/signal_cellular_alt.svg b/projects/icons-material/src/material/round/signal_cellular_alt.svg similarity index 100% rename from projects/icons-material/src/round/signal_cellular_alt.svg rename to projects/icons-material/src/material/round/signal_cellular_alt.svg diff --git a/projects/icons-material/src/round/signal_cellular_alt_1_bar.svg b/projects/icons-material/src/material/round/signal_cellular_alt_1_bar.svg similarity index 100% rename from projects/icons-material/src/round/signal_cellular_alt_1_bar.svg rename to projects/icons-material/src/material/round/signal_cellular_alt_1_bar.svg diff --git a/projects/icons-material/src/round/signal_cellular_alt_2_bar.svg b/projects/icons-material/src/material/round/signal_cellular_alt_2_bar.svg similarity index 100% rename from projects/icons-material/src/round/signal_cellular_alt_2_bar.svg rename to projects/icons-material/src/material/round/signal_cellular_alt_2_bar.svg diff --git a/projects/icons-material/src/round/signal_cellular_connected_no_internet_0_bar.svg b/projects/icons-material/src/material/round/signal_cellular_connected_no_internet_0_bar.svg similarity index 100% rename from projects/icons-material/src/round/signal_cellular_connected_no_internet_0_bar.svg rename to projects/icons-material/src/material/round/signal_cellular_connected_no_internet_0_bar.svg diff --git a/projects/icons-material/src/round/signal_cellular_connected_no_internet_4_bar.svg b/projects/icons-material/src/material/round/signal_cellular_connected_no_internet_4_bar.svg similarity index 100% rename from projects/icons-material/src/round/signal_cellular_connected_no_internet_4_bar.svg rename to projects/icons-material/src/material/round/signal_cellular_connected_no_internet_4_bar.svg diff --git a/projects/icons-material/src/round/signal_cellular_no_sim.svg b/projects/icons-material/src/material/round/signal_cellular_no_sim.svg similarity index 100% rename from projects/icons-material/src/round/signal_cellular_no_sim.svg rename to projects/icons-material/src/material/round/signal_cellular_no_sim.svg diff --git a/projects/icons-material/src/round/signal_cellular_nodata.svg b/projects/icons-material/src/material/round/signal_cellular_nodata.svg similarity index 100% rename from projects/icons-material/src/round/signal_cellular_nodata.svg rename to projects/icons-material/src/material/round/signal_cellular_nodata.svg diff --git a/projects/icons-material/src/round/signal_cellular_null.svg b/projects/icons-material/src/material/round/signal_cellular_null.svg similarity index 100% rename from projects/icons-material/src/round/signal_cellular_null.svg rename to projects/icons-material/src/material/round/signal_cellular_null.svg diff --git a/projects/icons-material/src/round/signal_cellular_off.svg b/projects/icons-material/src/material/round/signal_cellular_off.svg similarity index 100% rename from projects/icons-material/src/round/signal_cellular_off.svg rename to projects/icons-material/src/material/round/signal_cellular_off.svg diff --git a/projects/icons-material/src/round/signal_wifi_0_bar.svg b/projects/icons-material/src/material/round/signal_wifi_0_bar.svg similarity index 100% rename from projects/icons-material/src/round/signal_wifi_0_bar.svg rename to projects/icons-material/src/material/round/signal_wifi_0_bar.svg diff --git a/projects/icons-material/src/round/signal_wifi_4_bar.svg b/projects/icons-material/src/material/round/signal_wifi_4_bar.svg similarity index 100% rename from projects/icons-material/src/round/signal_wifi_4_bar.svg rename to projects/icons-material/src/material/round/signal_wifi_4_bar.svg diff --git a/projects/icons-material/src/round/signal_wifi_4_bar_lock.svg b/projects/icons-material/src/material/round/signal_wifi_4_bar_lock.svg similarity index 100% rename from projects/icons-material/src/round/signal_wifi_4_bar_lock.svg rename to projects/icons-material/src/material/round/signal_wifi_4_bar_lock.svg diff --git a/projects/icons-material/src/round/signal_wifi_bad.svg b/projects/icons-material/src/material/round/signal_wifi_bad.svg similarity index 100% rename from projects/icons-material/src/round/signal_wifi_bad.svg rename to projects/icons-material/src/material/round/signal_wifi_bad.svg diff --git a/projects/icons-material/src/round/signal_wifi_connected_no_internet_4.svg b/projects/icons-material/src/material/round/signal_wifi_connected_no_internet_4.svg similarity index 100% rename from projects/icons-material/src/round/signal_wifi_connected_no_internet_4.svg rename to projects/icons-material/src/material/round/signal_wifi_connected_no_internet_4.svg diff --git a/projects/icons-material/src/round/signal_wifi_off.svg b/projects/icons-material/src/material/round/signal_wifi_off.svg similarity index 100% rename from projects/icons-material/src/round/signal_wifi_off.svg rename to projects/icons-material/src/material/round/signal_wifi_off.svg diff --git a/projects/icons-material/src/round/signal_wifi_statusbar_4_bar.svg b/projects/icons-material/src/material/round/signal_wifi_statusbar_4_bar.svg similarity index 100% rename from projects/icons-material/src/round/signal_wifi_statusbar_4_bar.svg rename to projects/icons-material/src/material/round/signal_wifi_statusbar_4_bar.svg diff --git a/projects/icons-material/src/round/signal_wifi_statusbar_connected_no_internet_4.svg b/projects/icons-material/src/material/round/signal_wifi_statusbar_connected_no_internet_4.svg similarity index 100% rename from projects/icons-material/src/round/signal_wifi_statusbar_connected_no_internet_4.svg rename to projects/icons-material/src/material/round/signal_wifi_statusbar_connected_no_internet_4.svg diff --git a/projects/icons-material/src/round/signal_wifi_statusbar_null.svg b/projects/icons-material/src/material/round/signal_wifi_statusbar_null.svg similarity index 100% rename from projects/icons-material/src/round/signal_wifi_statusbar_null.svg rename to projects/icons-material/src/material/round/signal_wifi_statusbar_null.svg diff --git a/projects/icons-material/src/round/signpost.svg b/projects/icons-material/src/material/round/signpost.svg similarity index 100% rename from projects/icons-material/src/round/signpost.svg rename to projects/icons-material/src/material/round/signpost.svg diff --git a/projects/icons-material/src/round/sim_card.svg b/projects/icons-material/src/material/round/sim_card.svg similarity index 100% rename from projects/icons-material/src/round/sim_card.svg rename to projects/icons-material/src/material/round/sim_card.svg diff --git a/projects/icons-material/src/round/sim_card_alert.svg b/projects/icons-material/src/material/round/sim_card_alert.svg similarity index 100% rename from projects/icons-material/src/round/sim_card_alert.svg rename to projects/icons-material/src/material/round/sim_card_alert.svg diff --git a/projects/icons-material/src/round/sim_card_download.svg b/projects/icons-material/src/material/round/sim_card_download.svg similarity index 100% rename from projects/icons-material/src/round/sim_card_download.svg rename to projects/icons-material/src/material/round/sim_card_download.svg diff --git a/projects/icons-material/src/round/single_bed.svg b/projects/icons-material/src/material/round/single_bed.svg similarity index 100% rename from projects/icons-material/src/round/single_bed.svg rename to projects/icons-material/src/material/round/single_bed.svg diff --git a/projects/icons-material/src/round/sip.svg b/projects/icons-material/src/material/round/sip.svg similarity index 100% rename from projects/icons-material/src/round/sip.svg rename to projects/icons-material/src/material/round/sip.svg diff --git a/projects/icons-material/src/round/skateboarding.svg b/projects/icons-material/src/material/round/skateboarding.svg similarity index 100% rename from projects/icons-material/src/round/skateboarding.svg rename to projects/icons-material/src/material/round/skateboarding.svg diff --git a/projects/icons-material/src/round/skip_next.svg b/projects/icons-material/src/material/round/skip_next.svg similarity index 100% rename from projects/icons-material/src/round/skip_next.svg rename to projects/icons-material/src/material/round/skip_next.svg diff --git a/projects/icons-material/src/round/skip_previous.svg b/projects/icons-material/src/material/round/skip_previous.svg similarity index 100% rename from projects/icons-material/src/round/skip_previous.svg rename to projects/icons-material/src/material/round/skip_previous.svg diff --git a/projects/icons-material/src/round/sledding.svg b/projects/icons-material/src/material/round/sledding.svg similarity index 100% rename from projects/icons-material/src/round/sledding.svg rename to projects/icons-material/src/material/round/sledding.svg diff --git a/projects/icons-material/src/round/slideshow.svg b/projects/icons-material/src/material/round/slideshow.svg similarity index 100% rename from projects/icons-material/src/round/slideshow.svg rename to projects/icons-material/src/material/round/slideshow.svg diff --git a/projects/icons-material/src/round/slow_motion_video.svg b/projects/icons-material/src/material/round/slow_motion_video.svg similarity index 100% rename from projects/icons-material/src/round/slow_motion_video.svg rename to projects/icons-material/src/material/round/slow_motion_video.svg diff --git a/projects/icons-material/src/round/smart_button.svg b/projects/icons-material/src/material/round/smart_button.svg similarity index 100% rename from projects/icons-material/src/round/smart_button.svg rename to projects/icons-material/src/material/round/smart_button.svg diff --git a/projects/icons-material/src/round/smart_display.svg b/projects/icons-material/src/material/round/smart_display.svg similarity index 100% rename from projects/icons-material/src/round/smart_display.svg rename to projects/icons-material/src/material/round/smart_display.svg diff --git a/projects/icons-material/src/round/smart_screen.svg b/projects/icons-material/src/material/round/smart_screen.svg similarity index 100% rename from projects/icons-material/src/round/smart_screen.svg rename to projects/icons-material/src/material/round/smart_screen.svg diff --git a/projects/icons-material/src/round/smart_toy.svg b/projects/icons-material/src/material/round/smart_toy.svg similarity index 100% rename from projects/icons-material/src/round/smart_toy.svg rename to projects/icons-material/src/material/round/smart_toy.svg diff --git a/projects/icons-material/src/round/smartphone.svg b/projects/icons-material/src/material/round/smartphone.svg similarity index 100% rename from projects/icons-material/src/round/smartphone.svg rename to projects/icons-material/src/material/round/smartphone.svg diff --git a/projects/icons-material/src/round/smoke_free.svg b/projects/icons-material/src/material/round/smoke_free.svg similarity index 100% rename from projects/icons-material/src/round/smoke_free.svg rename to projects/icons-material/src/material/round/smoke_free.svg diff --git a/projects/icons-material/src/round/smoking_rooms.svg b/projects/icons-material/src/material/round/smoking_rooms.svg similarity index 100% rename from projects/icons-material/src/round/smoking_rooms.svg rename to projects/icons-material/src/material/round/smoking_rooms.svg diff --git a/projects/icons-material/src/round/sms.svg b/projects/icons-material/src/material/round/sms.svg similarity index 100% rename from projects/icons-material/src/round/sms.svg rename to projects/icons-material/src/material/round/sms.svg diff --git a/projects/icons-material/src/round/sms_failed.svg b/projects/icons-material/src/material/round/sms_failed.svg similarity index 100% rename from projects/icons-material/src/round/sms_failed.svg rename to projects/icons-material/src/material/round/sms_failed.svg diff --git a/projects/icons-material/src/round/snippet_folder.svg b/projects/icons-material/src/material/round/snippet_folder.svg similarity index 100% rename from projects/icons-material/src/round/snippet_folder.svg rename to projects/icons-material/src/material/round/snippet_folder.svg diff --git a/projects/icons-material/src/round/snooze.svg b/projects/icons-material/src/material/round/snooze.svg similarity index 100% rename from projects/icons-material/src/round/snooze.svg rename to projects/icons-material/src/material/round/snooze.svg diff --git a/projects/icons-material/src/round/snowboarding.svg b/projects/icons-material/src/material/round/snowboarding.svg similarity index 100% rename from projects/icons-material/src/round/snowboarding.svg rename to projects/icons-material/src/material/round/snowboarding.svg diff --git a/projects/icons-material/src/round/snowmobile.svg b/projects/icons-material/src/material/round/snowmobile.svg similarity index 100% rename from projects/icons-material/src/round/snowmobile.svg rename to projects/icons-material/src/material/round/snowmobile.svg diff --git a/projects/icons-material/src/round/snowshoeing.svg b/projects/icons-material/src/material/round/snowshoeing.svg similarity index 100% rename from projects/icons-material/src/round/snowshoeing.svg rename to projects/icons-material/src/material/round/snowshoeing.svg diff --git a/projects/icons-material/src/round/soap.svg b/projects/icons-material/src/material/round/soap.svg similarity index 100% rename from projects/icons-material/src/round/soap.svg rename to projects/icons-material/src/material/round/soap.svg diff --git a/projects/icons-material/src/round/social_distance.svg b/projects/icons-material/src/material/round/social_distance.svg similarity index 100% rename from projects/icons-material/src/round/social_distance.svg rename to projects/icons-material/src/material/round/social_distance.svg diff --git a/projects/icons-material/src/round/solar_power.svg b/projects/icons-material/src/material/round/solar_power.svg similarity index 100% rename from projects/icons-material/src/round/solar_power.svg rename to projects/icons-material/src/material/round/solar_power.svg diff --git a/projects/icons-material/src/round/sort.svg b/projects/icons-material/src/material/round/sort.svg similarity index 100% rename from projects/icons-material/src/round/sort.svg rename to projects/icons-material/src/material/round/sort.svg diff --git a/projects/icons-material/src/round/sort_by_alpha.svg b/projects/icons-material/src/material/round/sort_by_alpha.svg similarity index 100% rename from projects/icons-material/src/round/sort_by_alpha.svg rename to projects/icons-material/src/material/round/sort_by_alpha.svg diff --git a/projects/icons-material/src/round/sos.svg b/projects/icons-material/src/material/round/sos.svg similarity index 100% rename from projects/icons-material/src/round/sos.svg rename to projects/icons-material/src/material/round/sos.svg diff --git a/projects/icons-material/src/round/soup_kitchen.svg b/projects/icons-material/src/material/round/soup_kitchen.svg similarity index 100% rename from projects/icons-material/src/round/soup_kitchen.svg rename to projects/icons-material/src/material/round/soup_kitchen.svg diff --git a/projects/icons-material/src/round/source.svg b/projects/icons-material/src/material/round/source.svg similarity index 100% rename from projects/icons-material/src/round/source.svg rename to projects/icons-material/src/material/round/source.svg diff --git a/projects/icons-material/src/round/south.svg b/projects/icons-material/src/material/round/south.svg similarity index 100% rename from projects/icons-material/src/round/south.svg rename to projects/icons-material/src/material/round/south.svg diff --git a/projects/icons-material/src/round/south_america.svg b/projects/icons-material/src/material/round/south_america.svg similarity index 100% rename from projects/icons-material/src/round/south_america.svg rename to projects/icons-material/src/material/round/south_america.svg diff --git a/projects/icons-material/src/round/south_east.svg b/projects/icons-material/src/material/round/south_east.svg similarity index 100% rename from projects/icons-material/src/round/south_east.svg rename to projects/icons-material/src/material/round/south_east.svg diff --git a/projects/icons-material/src/round/south_west.svg b/projects/icons-material/src/material/round/south_west.svg similarity index 100% rename from projects/icons-material/src/round/south_west.svg rename to projects/icons-material/src/material/round/south_west.svg diff --git a/projects/icons-material/src/round/spa.svg b/projects/icons-material/src/material/round/spa.svg similarity index 100% rename from projects/icons-material/src/round/spa.svg rename to projects/icons-material/src/material/round/spa.svg diff --git a/projects/icons-material/src/round/space_bar.svg b/projects/icons-material/src/material/round/space_bar.svg similarity index 100% rename from projects/icons-material/src/round/space_bar.svg rename to projects/icons-material/src/material/round/space_bar.svg diff --git a/projects/icons-material/src/round/space_dashboard.svg b/projects/icons-material/src/material/round/space_dashboard.svg similarity index 100% rename from projects/icons-material/src/round/space_dashboard.svg rename to projects/icons-material/src/material/round/space_dashboard.svg diff --git a/projects/icons-material/src/round/spatial_audio.svg b/projects/icons-material/src/material/round/spatial_audio.svg similarity index 100% rename from projects/icons-material/src/round/spatial_audio.svg rename to projects/icons-material/src/material/round/spatial_audio.svg diff --git a/projects/icons-material/src/round/spatial_audio_off.svg b/projects/icons-material/src/material/round/spatial_audio_off.svg similarity index 100% rename from projects/icons-material/src/round/spatial_audio_off.svg rename to projects/icons-material/src/material/round/spatial_audio_off.svg diff --git a/projects/icons-material/src/round/spatial_tracking.svg b/projects/icons-material/src/material/round/spatial_tracking.svg similarity index 100% rename from projects/icons-material/src/round/spatial_tracking.svg rename to projects/icons-material/src/material/round/spatial_tracking.svg diff --git a/projects/icons-material/src/round/speaker.svg b/projects/icons-material/src/material/round/speaker.svg similarity index 100% rename from projects/icons-material/src/round/speaker.svg rename to projects/icons-material/src/material/round/speaker.svg diff --git a/projects/icons-material/src/round/speaker_group.svg b/projects/icons-material/src/material/round/speaker_group.svg similarity index 100% rename from projects/icons-material/src/round/speaker_group.svg rename to projects/icons-material/src/material/round/speaker_group.svg diff --git a/projects/icons-material/src/round/speaker_notes.svg b/projects/icons-material/src/material/round/speaker_notes.svg similarity index 100% rename from projects/icons-material/src/round/speaker_notes.svg rename to projects/icons-material/src/material/round/speaker_notes.svg diff --git a/projects/icons-material/src/round/speaker_notes_off.svg b/projects/icons-material/src/material/round/speaker_notes_off.svg similarity index 100% rename from projects/icons-material/src/round/speaker_notes_off.svg rename to projects/icons-material/src/material/round/speaker_notes_off.svg diff --git a/projects/icons-material/src/round/speaker_phone.svg b/projects/icons-material/src/material/round/speaker_phone.svg similarity index 100% rename from projects/icons-material/src/round/speaker_phone.svg rename to projects/icons-material/src/material/round/speaker_phone.svg diff --git a/projects/icons-material/src/round/speed.svg b/projects/icons-material/src/material/round/speed.svg similarity index 100% rename from projects/icons-material/src/round/speed.svg rename to projects/icons-material/src/material/round/speed.svg diff --git a/projects/icons-material/src/round/spellcheck.svg b/projects/icons-material/src/material/round/spellcheck.svg similarity index 100% rename from projects/icons-material/src/round/spellcheck.svg rename to projects/icons-material/src/material/round/spellcheck.svg diff --git a/projects/icons-material/src/round/splitscreen.svg b/projects/icons-material/src/material/round/splitscreen.svg similarity index 100% rename from projects/icons-material/src/round/splitscreen.svg rename to projects/icons-material/src/material/round/splitscreen.svg diff --git a/projects/icons-material/src/round/spoke.svg b/projects/icons-material/src/material/round/spoke.svg similarity index 100% rename from projects/icons-material/src/round/spoke.svg rename to projects/icons-material/src/material/round/spoke.svg diff --git a/projects/icons-material/src/round/sports.svg b/projects/icons-material/src/material/round/sports.svg similarity index 100% rename from projects/icons-material/src/round/sports.svg rename to projects/icons-material/src/material/round/sports.svg diff --git a/projects/icons-material/src/round/sports_bar.svg b/projects/icons-material/src/material/round/sports_bar.svg similarity index 100% rename from projects/icons-material/src/round/sports_bar.svg rename to projects/icons-material/src/material/round/sports_bar.svg diff --git a/projects/icons-material/src/round/sports_baseball.svg b/projects/icons-material/src/material/round/sports_baseball.svg similarity index 100% rename from projects/icons-material/src/round/sports_baseball.svg rename to projects/icons-material/src/material/round/sports_baseball.svg diff --git a/projects/icons-material/src/round/sports_basketball.svg b/projects/icons-material/src/material/round/sports_basketball.svg similarity index 100% rename from projects/icons-material/src/round/sports_basketball.svg rename to projects/icons-material/src/material/round/sports_basketball.svg diff --git a/projects/icons-material/src/round/sports_cricket.svg b/projects/icons-material/src/material/round/sports_cricket.svg similarity index 100% rename from projects/icons-material/src/round/sports_cricket.svg rename to projects/icons-material/src/material/round/sports_cricket.svg diff --git a/projects/icons-material/src/round/sports_esports.svg b/projects/icons-material/src/material/round/sports_esports.svg similarity index 100% rename from projects/icons-material/src/round/sports_esports.svg rename to projects/icons-material/src/material/round/sports_esports.svg diff --git a/projects/icons-material/src/round/sports_football.svg b/projects/icons-material/src/material/round/sports_football.svg similarity index 100% rename from projects/icons-material/src/round/sports_football.svg rename to projects/icons-material/src/material/round/sports_football.svg diff --git a/projects/icons-material/src/round/sports_golf.svg b/projects/icons-material/src/material/round/sports_golf.svg similarity index 100% rename from projects/icons-material/src/round/sports_golf.svg rename to projects/icons-material/src/material/round/sports_golf.svg diff --git a/projects/icons-material/src/round/sports_gymnastics.svg b/projects/icons-material/src/material/round/sports_gymnastics.svg similarity index 100% rename from projects/icons-material/src/round/sports_gymnastics.svg rename to projects/icons-material/src/material/round/sports_gymnastics.svg diff --git a/projects/icons-material/src/round/sports_handball.svg b/projects/icons-material/src/material/round/sports_handball.svg similarity index 100% rename from projects/icons-material/src/round/sports_handball.svg rename to projects/icons-material/src/material/round/sports_handball.svg diff --git a/projects/icons-material/src/round/sports_hockey.svg b/projects/icons-material/src/material/round/sports_hockey.svg similarity index 100% rename from projects/icons-material/src/round/sports_hockey.svg rename to projects/icons-material/src/material/round/sports_hockey.svg diff --git a/projects/icons-material/src/round/sports_kabaddi.svg b/projects/icons-material/src/material/round/sports_kabaddi.svg similarity index 100% rename from projects/icons-material/src/round/sports_kabaddi.svg rename to projects/icons-material/src/material/round/sports_kabaddi.svg diff --git a/projects/icons-material/src/round/sports_martial_arts.svg b/projects/icons-material/src/material/round/sports_martial_arts.svg similarity index 100% rename from projects/icons-material/src/round/sports_martial_arts.svg rename to projects/icons-material/src/material/round/sports_martial_arts.svg diff --git a/projects/icons-material/src/round/sports_mma.svg b/projects/icons-material/src/material/round/sports_mma.svg similarity index 100% rename from projects/icons-material/src/round/sports_mma.svg rename to projects/icons-material/src/material/round/sports_mma.svg diff --git a/projects/icons-material/src/round/sports_motorsports.svg b/projects/icons-material/src/material/round/sports_motorsports.svg similarity index 100% rename from projects/icons-material/src/round/sports_motorsports.svg rename to projects/icons-material/src/material/round/sports_motorsports.svg diff --git a/projects/icons-material/src/round/sports_rugby.svg b/projects/icons-material/src/material/round/sports_rugby.svg similarity index 100% rename from projects/icons-material/src/round/sports_rugby.svg rename to projects/icons-material/src/material/round/sports_rugby.svg diff --git a/projects/icons-material/src/round/sports_score.svg b/projects/icons-material/src/material/round/sports_score.svg similarity index 100% rename from projects/icons-material/src/round/sports_score.svg rename to projects/icons-material/src/material/round/sports_score.svg diff --git a/projects/icons-material/src/round/sports_soccer.svg b/projects/icons-material/src/material/round/sports_soccer.svg similarity index 100% rename from projects/icons-material/src/round/sports_soccer.svg rename to projects/icons-material/src/material/round/sports_soccer.svg diff --git a/projects/icons-material/src/round/sports_tennis.svg b/projects/icons-material/src/material/round/sports_tennis.svg similarity index 100% rename from projects/icons-material/src/round/sports_tennis.svg rename to projects/icons-material/src/material/round/sports_tennis.svg diff --git a/projects/icons-material/src/round/sports_volleyball.svg b/projects/icons-material/src/material/round/sports_volleyball.svg similarity index 100% rename from projects/icons-material/src/round/sports_volleyball.svg rename to projects/icons-material/src/material/round/sports_volleyball.svg diff --git a/projects/icons-material/src/round/square.svg b/projects/icons-material/src/material/round/square.svg similarity index 100% rename from projects/icons-material/src/round/square.svg rename to projects/icons-material/src/material/round/square.svg diff --git a/projects/icons-material/src/round/square_foot.svg b/projects/icons-material/src/material/round/square_foot.svg similarity index 100% rename from projects/icons-material/src/round/square_foot.svg rename to projects/icons-material/src/material/round/square_foot.svg diff --git a/projects/icons-material/src/round/ssid_chart.svg b/projects/icons-material/src/material/round/ssid_chart.svg similarity index 100% rename from projects/icons-material/src/round/ssid_chart.svg rename to projects/icons-material/src/material/round/ssid_chart.svg diff --git a/projects/icons-material/src/round/stacked_bar_chart.svg b/projects/icons-material/src/material/round/stacked_bar_chart.svg similarity index 100% rename from projects/icons-material/src/round/stacked_bar_chart.svg rename to projects/icons-material/src/material/round/stacked_bar_chart.svg diff --git a/projects/icons-material/src/round/stacked_line_chart.svg b/projects/icons-material/src/material/round/stacked_line_chart.svg similarity index 100% rename from projects/icons-material/src/round/stacked_line_chart.svg rename to projects/icons-material/src/material/round/stacked_line_chart.svg diff --git a/projects/icons-material/src/round/stadium.svg b/projects/icons-material/src/material/round/stadium.svg similarity index 100% rename from projects/icons-material/src/round/stadium.svg rename to projects/icons-material/src/material/round/stadium.svg diff --git a/projects/icons-material/src/round/stairs.svg b/projects/icons-material/src/material/round/stairs.svg similarity index 100% rename from projects/icons-material/src/round/stairs.svg rename to projects/icons-material/src/material/round/stairs.svg diff --git a/projects/icons-material/src/round/star.svg b/projects/icons-material/src/material/round/star.svg similarity index 100% rename from projects/icons-material/src/round/star.svg rename to projects/icons-material/src/material/round/star.svg diff --git a/projects/icons-material/src/round/star_border.svg b/projects/icons-material/src/material/round/star_border.svg similarity index 100% rename from projects/icons-material/src/round/star_border.svg rename to projects/icons-material/src/material/round/star_border.svg diff --git a/projects/icons-material/src/round/star_border_purple500.svg b/projects/icons-material/src/material/round/star_border_purple500.svg similarity index 100% rename from projects/icons-material/src/round/star_border_purple500.svg rename to projects/icons-material/src/material/round/star_border_purple500.svg diff --git a/projects/icons-material/src/round/star_half.svg b/projects/icons-material/src/material/round/star_half.svg similarity index 100% rename from projects/icons-material/src/round/star_half.svg rename to projects/icons-material/src/material/round/star_half.svg diff --git a/projects/icons-material/src/round/star_outline.svg b/projects/icons-material/src/material/round/star_outline.svg similarity index 100% rename from projects/icons-material/src/round/star_outline.svg rename to projects/icons-material/src/material/round/star_outline.svg diff --git a/projects/icons-material/src/round/star_purple500.svg b/projects/icons-material/src/material/round/star_purple500.svg similarity index 100% rename from projects/icons-material/src/round/star_purple500.svg rename to projects/icons-material/src/material/round/star_purple500.svg diff --git a/projects/icons-material/src/round/star_rate.svg b/projects/icons-material/src/material/round/star_rate.svg similarity index 100% rename from projects/icons-material/src/round/star_rate.svg rename to projects/icons-material/src/material/round/star_rate.svg diff --git a/projects/icons-material/src/round/stars.svg b/projects/icons-material/src/material/round/stars.svg similarity index 100% rename from projects/icons-material/src/round/stars.svg rename to projects/icons-material/src/material/round/stars.svg diff --git a/projects/icons-material/src/round/start.svg b/projects/icons-material/src/material/round/start.svg similarity index 100% rename from projects/icons-material/src/round/start.svg rename to projects/icons-material/src/material/round/start.svg diff --git a/projects/icons-material/src/round/stay_current_landscape.svg b/projects/icons-material/src/material/round/stay_current_landscape.svg similarity index 100% rename from projects/icons-material/src/round/stay_current_landscape.svg rename to projects/icons-material/src/material/round/stay_current_landscape.svg diff --git a/projects/icons-material/src/round/stay_current_portrait.svg b/projects/icons-material/src/material/round/stay_current_portrait.svg similarity index 100% rename from projects/icons-material/src/round/stay_current_portrait.svg rename to projects/icons-material/src/material/round/stay_current_portrait.svg diff --git a/projects/icons-material/src/round/stay_primary_landscape.svg b/projects/icons-material/src/material/round/stay_primary_landscape.svg similarity index 100% rename from projects/icons-material/src/round/stay_primary_landscape.svg rename to projects/icons-material/src/material/round/stay_primary_landscape.svg diff --git a/projects/icons-material/src/round/stay_primary_portrait.svg b/projects/icons-material/src/material/round/stay_primary_portrait.svg similarity index 100% rename from projects/icons-material/src/round/stay_primary_portrait.svg rename to projects/icons-material/src/material/round/stay_primary_portrait.svg diff --git a/projects/icons-material/src/round/sticky_note_2.svg b/projects/icons-material/src/material/round/sticky_note_2.svg similarity index 100% rename from projects/icons-material/src/round/sticky_note_2.svg rename to projects/icons-material/src/material/round/sticky_note_2.svg diff --git a/projects/icons-material/src/round/stop.svg b/projects/icons-material/src/material/round/stop.svg similarity index 100% rename from projects/icons-material/src/round/stop.svg rename to projects/icons-material/src/material/round/stop.svg diff --git a/projects/icons-material/src/round/stop_circle.svg b/projects/icons-material/src/material/round/stop_circle.svg similarity index 100% rename from projects/icons-material/src/round/stop_circle.svg rename to projects/icons-material/src/material/round/stop_circle.svg diff --git a/projects/icons-material/src/round/stop_screen_share.svg b/projects/icons-material/src/material/round/stop_screen_share.svg similarity index 100% rename from projects/icons-material/src/round/stop_screen_share.svg rename to projects/icons-material/src/material/round/stop_screen_share.svg diff --git a/projects/icons-material/src/round/storage.svg b/projects/icons-material/src/material/round/storage.svg similarity index 100% rename from projects/icons-material/src/round/storage.svg rename to projects/icons-material/src/material/round/storage.svg diff --git a/projects/icons-material/src/round/store.svg b/projects/icons-material/src/material/round/store.svg similarity index 100% rename from projects/icons-material/src/round/store.svg rename to projects/icons-material/src/material/round/store.svg diff --git a/projects/icons-material/src/round/store_mall_directory.svg b/projects/icons-material/src/material/round/store_mall_directory.svg similarity index 100% rename from projects/icons-material/src/round/store_mall_directory.svg rename to projects/icons-material/src/material/round/store_mall_directory.svg diff --git a/projects/icons-material/src/round/storefront.svg b/projects/icons-material/src/material/round/storefront.svg similarity index 100% rename from projects/icons-material/src/round/storefront.svg rename to projects/icons-material/src/material/round/storefront.svg diff --git a/projects/icons-material/src/round/storm.svg b/projects/icons-material/src/material/round/storm.svg similarity index 100% rename from projects/icons-material/src/round/storm.svg rename to projects/icons-material/src/material/round/storm.svg diff --git a/projects/icons-material/src/round/straight.svg b/projects/icons-material/src/material/round/straight.svg similarity index 100% rename from projects/icons-material/src/round/straight.svg rename to projects/icons-material/src/material/round/straight.svg diff --git a/projects/icons-material/src/round/straighten.svg b/projects/icons-material/src/material/round/straighten.svg similarity index 100% rename from projects/icons-material/src/round/straighten.svg rename to projects/icons-material/src/material/round/straighten.svg diff --git a/projects/icons-material/src/round/stream.svg b/projects/icons-material/src/material/round/stream.svg similarity index 100% rename from projects/icons-material/src/round/stream.svg rename to projects/icons-material/src/material/round/stream.svg diff --git a/projects/icons-material/src/round/streetview.svg b/projects/icons-material/src/material/round/streetview.svg similarity index 100% rename from projects/icons-material/src/round/streetview.svg rename to projects/icons-material/src/material/round/streetview.svg diff --git a/projects/icons-material/src/round/strikethrough_s.svg b/projects/icons-material/src/material/round/strikethrough_s.svg similarity index 100% rename from projects/icons-material/src/round/strikethrough_s.svg rename to projects/icons-material/src/material/round/strikethrough_s.svg diff --git a/projects/icons-material/src/round/stroller.svg b/projects/icons-material/src/material/round/stroller.svg similarity index 100% rename from projects/icons-material/src/round/stroller.svg rename to projects/icons-material/src/material/round/stroller.svg diff --git a/projects/icons-material/src/round/style.svg b/projects/icons-material/src/material/round/style.svg similarity index 100% rename from projects/icons-material/src/round/style.svg rename to projects/icons-material/src/material/round/style.svg diff --git a/projects/icons-material/src/round/subdirectory_arrow_left.svg b/projects/icons-material/src/material/round/subdirectory_arrow_left.svg similarity index 100% rename from projects/icons-material/src/round/subdirectory_arrow_left.svg rename to projects/icons-material/src/material/round/subdirectory_arrow_left.svg diff --git a/projects/icons-material/src/round/subdirectory_arrow_right.svg b/projects/icons-material/src/material/round/subdirectory_arrow_right.svg similarity index 100% rename from projects/icons-material/src/round/subdirectory_arrow_right.svg rename to projects/icons-material/src/material/round/subdirectory_arrow_right.svg diff --git a/projects/icons-material/src/round/subject.svg b/projects/icons-material/src/material/round/subject.svg similarity index 100% rename from projects/icons-material/src/round/subject.svg rename to projects/icons-material/src/material/round/subject.svg diff --git a/projects/icons-material/src/round/subscript.svg b/projects/icons-material/src/material/round/subscript.svg similarity index 100% rename from projects/icons-material/src/round/subscript.svg rename to projects/icons-material/src/material/round/subscript.svg diff --git a/projects/icons-material/src/round/subscriptions.svg b/projects/icons-material/src/material/round/subscriptions.svg similarity index 100% rename from projects/icons-material/src/round/subscriptions.svg rename to projects/icons-material/src/material/round/subscriptions.svg diff --git a/projects/icons-material/src/round/subtitles.svg b/projects/icons-material/src/material/round/subtitles.svg similarity index 100% rename from projects/icons-material/src/round/subtitles.svg rename to projects/icons-material/src/material/round/subtitles.svg diff --git a/projects/icons-material/src/round/subtitles_off.svg b/projects/icons-material/src/material/round/subtitles_off.svg similarity index 100% rename from projects/icons-material/src/round/subtitles_off.svg rename to projects/icons-material/src/material/round/subtitles_off.svg diff --git a/projects/icons-material/src/round/subway.svg b/projects/icons-material/src/material/round/subway.svg similarity index 100% rename from projects/icons-material/src/round/subway.svg rename to projects/icons-material/src/material/round/subway.svg diff --git a/projects/icons-material/src/round/summarize.svg b/projects/icons-material/src/material/round/summarize.svg similarity index 100% rename from projects/icons-material/src/round/summarize.svg rename to projects/icons-material/src/material/round/summarize.svg diff --git a/projects/icons-material/src/round/superscript.svg b/projects/icons-material/src/material/round/superscript.svg similarity index 100% rename from projects/icons-material/src/round/superscript.svg rename to projects/icons-material/src/material/round/superscript.svg diff --git a/projects/icons-material/src/round/supervised_user_circle.svg b/projects/icons-material/src/material/round/supervised_user_circle.svg similarity index 100% rename from projects/icons-material/src/round/supervised_user_circle.svg rename to projects/icons-material/src/material/round/supervised_user_circle.svg diff --git a/projects/icons-material/src/round/supervisor_account.svg b/projects/icons-material/src/material/round/supervisor_account.svg similarity index 100% rename from projects/icons-material/src/round/supervisor_account.svg rename to projects/icons-material/src/material/round/supervisor_account.svg diff --git a/projects/icons-material/src/round/support.svg b/projects/icons-material/src/material/round/support.svg similarity index 100% rename from projects/icons-material/src/round/support.svg rename to projects/icons-material/src/material/round/support.svg diff --git a/projects/icons-material/src/round/support_agent.svg b/projects/icons-material/src/material/round/support_agent.svg similarity index 100% rename from projects/icons-material/src/round/support_agent.svg rename to projects/icons-material/src/material/round/support_agent.svg diff --git a/projects/icons-material/src/round/surfing.svg b/projects/icons-material/src/material/round/surfing.svg similarity index 100% rename from projects/icons-material/src/round/surfing.svg rename to projects/icons-material/src/material/round/surfing.svg diff --git a/projects/icons-material/src/round/surround_sound.svg b/projects/icons-material/src/material/round/surround_sound.svg similarity index 100% rename from projects/icons-material/src/round/surround_sound.svg rename to projects/icons-material/src/material/round/surround_sound.svg diff --git a/projects/icons-material/src/round/swap_calls.svg b/projects/icons-material/src/material/round/swap_calls.svg similarity index 100% rename from projects/icons-material/src/round/swap_calls.svg rename to projects/icons-material/src/material/round/swap_calls.svg diff --git a/projects/icons-material/src/round/swap_horiz.svg b/projects/icons-material/src/material/round/swap_horiz.svg similarity index 100% rename from projects/icons-material/src/round/swap_horiz.svg rename to projects/icons-material/src/material/round/swap_horiz.svg diff --git a/projects/icons-material/src/round/swap_horizontal_circle.svg b/projects/icons-material/src/material/round/swap_horizontal_circle.svg similarity index 100% rename from projects/icons-material/src/round/swap_horizontal_circle.svg rename to projects/icons-material/src/material/round/swap_horizontal_circle.svg diff --git a/projects/icons-material/src/round/swap_vert.svg b/projects/icons-material/src/material/round/swap_vert.svg similarity index 100% rename from projects/icons-material/src/round/swap_vert.svg rename to projects/icons-material/src/material/round/swap_vert.svg diff --git a/projects/icons-material/src/round/swap_vertical_circle.svg b/projects/icons-material/src/material/round/swap_vertical_circle.svg similarity index 100% rename from projects/icons-material/src/round/swap_vertical_circle.svg rename to projects/icons-material/src/material/round/swap_vertical_circle.svg diff --git a/projects/icons-material/src/round/swipe.svg b/projects/icons-material/src/material/round/swipe.svg similarity index 100% rename from projects/icons-material/src/round/swipe.svg rename to projects/icons-material/src/material/round/swipe.svg diff --git a/projects/icons-material/src/round/swipe_down.svg b/projects/icons-material/src/material/round/swipe_down.svg similarity index 100% rename from projects/icons-material/src/round/swipe_down.svg rename to projects/icons-material/src/material/round/swipe_down.svg diff --git a/projects/icons-material/src/round/swipe_down_alt.svg b/projects/icons-material/src/material/round/swipe_down_alt.svg similarity index 100% rename from projects/icons-material/src/round/swipe_down_alt.svg rename to projects/icons-material/src/material/round/swipe_down_alt.svg diff --git a/projects/icons-material/src/round/swipe_left.svg b/projects/icons-material/src/material/round/swipe_left.svg similarity index 100% rename from projects/icons-material/src/round/swipe_left.svg rename to projects/icons-material/src/material/round/swipe_left.svg diff --git a/projects/icons-material/src/round/swipe_left_alt.svg b/projects/icons-material/src/material/round/swipe_left_alt.svg similarity index 100% rename from projects/icons-material/src/round/swipe_left_alt.svg rename to projects/icons-material/src/material/round/swipe_left_alt.svg diff --git a/projects/icons-material/src/round/swipe_right.svg b/projects/icons-material/src/material/round/swipe_right.svg similarity index 100% rename from projects/icons-material/src/round/swipe_right.svg rename to projects/icons-material/src/material/round/swipe_right.svg diff --git a/projects/icons-material/src/round/swipe_right_alt.svg b/projects/icons-material/src/material/round/swipe_right_alt.svg similarity index 100% rename from projects/icons-material/src/round/swipe_right_alt.svg rename to projects/icons-material/src/material/round/swipe_right_alt.svg diff --git a/projects/icons-material/src/round/swipe_up.svg b/projects/icons-material/src/material/round/swipe_up.svg similarity index 100% rename from projects/icons-material/src/round/swipe_up.svg rename to projects/icons-material/src/material/round/swipe_up.svg diff --git a/projects/icons-material/src/round/swipe_up_alt.svg b/projects/icons-material/src/material/round/swipe_up_alt.svg similarity index 100% rename from projects/icons-material/src/round/swipe_up_alt.svg rename to projects/icons-material/src/material/round/swipe_up_alt.svg diff --git a/projects/icons-material/src/round/swipe_vertical.svg b/projects/icons-material/src/material/round/swipe_vertical.svg similarity index 100% rename from projects/icons-material/src/round/swipe_vertical.svg rename to projects/icons-material/src/material/round/swipe_vertical.svg diff --git a/projects/icons-material/src/round/switch_access_shortcut.svg b/projects/icons-material/src/material/round/switch_access_shortcut.svg similarity index 100% rename from projects/icons-material/src/round/switch_access_shortcut.svg rename to projects/icons-material/src/material/round/switch_access_shortcut.svg diff --git a/projects/icons-material/src/round/switch_access_shortcut_add.svg b/projects/icons-material/src/material/round/switch_access_shortcut_add.svg similarity index 100% rename from projects/icons-material/src/round/switch_access_shortcut_add.svg rename to projects/icons-material/src/material/round/switch_access_shortcut_add.svg diff --git a/projects/icons-material/src/round/switch_account.svg b/projects/icons-material/src/material/round/switch_account.svg similarity index 100% rename from projects/icons-material/src/round/switch_account.svg rename to projects/icons-material/src/material/round/switch_account.svg diff --git a/projects/icons-material/src/round/switch_camera.svg b/projects/icons-material/src/material/round/switch_camera.svg similarity index 100% rename from projects/icons-material/src/round/switch_camera.svg rename to projects/icons-material/src/material/round/switch_camera.svg diff --git a/projects/icons-material/src/round/switch_left.svg b/projects/icons-material/src/material/round/switch_left.svg similarity index 100% rename from projects/icons-material/src/round/switch_left.svg rename to projects/icons-material/src/material/round/switch_left.svg diff --git a/projects/icons-material/src/round/switch_right.svg b/projects/icons-material/src/material/round/switch_right.svg similarity index 100% rename from projects/icons-material/src/round/switch_right.svg rename to projects/icons-material/src/material/round/switch_right.svg diff --git a/projects/icons-material/src/round/switch_video.svg b/projects/icons-material/src/material/round/switch_video.svg similarity index 100% rename from projects/icons-material/src/round/switch_video.svg rename to projects/icons-material/src/material/round/switch_video.svg diff --git a/projects/icons-material/src/round/synagogue.svg b/projects/icons-material/src/material/round/synagogue.svg similarity index 100% rename from projects/icons-material/src/round/synagogue.svg rename to projects/icons-material/src/material/round/synagogue.svg diff --git a/projects/icons-material/src/round/sync.svg b/projects/icons-material/src/material/round/sync.svg similarity index 100% rename from projects/icons-material/src/round/sync.svg rename to projects/icons-material/src/material/round/sync.svg diff --git a/projects/icons-material/src/round/sync_alt.svg b/projects/icons-material/src/material/round/sync_alt.svg similarity index 100% rename from projects/icons-material/src/round/sync_alt.svg rename to projects/icons-material/src/material/round/sync_alt.svg diff --git a/projects/icons-material/src/round/sync_disabled.svg b/projects/icons-material/src/material/round/sync_disabled.svg similarity index 100% rename from projects/icons-material/src/round/sync_disabled.svg rename to projects/icons-material/src/material/round/sync_disabled.svg diff --git a/projects/icons-material/src/round/sync_lock.svg b/projects/icons-material/src/material/round/sync_lock.svg similarity index 100% rename from projects/icons-material/src/round/sync_lock.svg rename to projects/icons-material/src/material/round/sync_lock.svg diff --git a/projects/icons-material/src/round/sync_problem.svg b/projects/icons-material/src/material/round/sync_problem.svg similarity index 100% rename from projects/icons-material/src/round/sync_problem.svg rename to projects/icons-material/src/material/round/sync_problem.svg diff --git a/projects/icons-material/src/round/system_security_update.svg b/projects/icons-material/src/material/round/system_security_update.svg similarity index 100% rename from projects/icons-material/src/round/system_security_update.svg rename to projects/icons-material/src/material/round/system_security_update.svg diff --git a/projects/icons-material/src/round/system_security_update_good.svg b/projects/icons-material/src/material/round/system_security_update_good.svg similarity index 100% rename from projects/icons-material/src/round/system_security_update_good.svg rename to projects/icons-material/src/material/round/system_security_update_good.svg diff --git a/projects/icons-material/src/round/system_security_update_warning.svg b/projects/icons-material/src/material/round/system_security_update_warning.svg similarity index 100% rename from projects/icons-material/src/round/system_security_update_warning.svg rename to projects/icons-material/src/material/round/system_security_update_warning.svg diff --git a/projects/icons-material/src/round/system_update.svg b/projects/icons-material/src/material/round/system_update.svg similarity index 100% rename from projects/icons-material/src/round/system_update.svg rename to projects/icons-material/src/material/round/system_update.svg diff --git a/projects/icons-material/src/round/system_update_alt.svg b/projects/icons-material/src/material/round/system_update_alt.svg similarity index 100% rename from projects/icons-material/src/round/system_update_alt.svg rename to projects/icons-material/src/material/round/system_update_alt.svg diff --git a/projects/icons-material/src/round/tab.svg b/projects/icons-material/src/material/round/tab.svg similarity index 100% rename from projects/icons-material/src/round/tab.svg rename to projects/icons-material/src/material/round/tab.svg diff --git a/projects/icons-material/src/round/tab_unselected.svg b/projects/icons-material/src/material/round/tab_unselected.svg similarity index 100% rename from projects/icons-material/src/round/tab_unselected.svg rename to projects/icons-material/src/material/round/tab_unselected.svg diff --git a/projects/icons-material/src/round/table_bar.svg b/projects/icons-material/src/material/round/table_bar.svg similarity index 100% rename from projects/icons-material/src/round/table_bar.svg rename to projects/icons-material/src/material/round/table_bar.svg diff --git a/projects/icons-material/src/round/table_chart.svg b/projects/icons-material/src/material/round/table_chart.svg similarity index 100% rename from projects/icons-material/src/round/table_chart.svg rename to projects/icons-material/src/material/round/table_chart.svg diff --git a/projects/icons-material/src/round/table_restaurant.svg b/projects/icons-material/src/material/round/table_restaurant.svg similarity index 100% rename from projects/icons-material/src/round/table_restaurant.svg rename to projects/icons-material/src/material/round/table_restaurant.svg diff --git a/projects/icons-material/src/round/table_rows.svg b/projects/icons-material/src/material/round/table_rows.svg similarity index 100% rename from projects/icons-material/src/round/table_rows.svg rename to projects/icons-material/src/material/round/table_rows.svg diff --git a/projects/icons-material/src/round/table_view.svg b/projects/icons-material/src/material/round/table_view.svg similarity index 100% rename from projects/icons-material/src/round/table_view.svg rename to projects/icons-material/src/material/round/table_view.svg diff --git a/projects/icons-material/src/round/tablet.svg b/projects/icons-material/src/material/round/tablet.svg similarity index 100% rename from projects/icons-material/src/round/tablet.svg rename to projects/icons-material/src/material/round/tablet.svg diff --git a/projects/icons-material/src/round/tablet_android.svg b/projects/icons-material/src/material/round/tablet_android.svg similarity index 100% rename from projects/icons-material/src/round/tablet_android.svg rename to projects/icons-material/src/material/round/tablet_android.svg diff --git a/projects/icons-material/src/round/tablet_mac.svg b/projects/icons-material/src/material/round/tablet_mac.svg similarity index 100% rename from projects/icons-material/src/round/tablet_mac.svg rename to projects/icons-material/src/material/round/tablet_mac.svg diff --git a/projects/icons-material/src/round/tag.svg b/projects/icons-material/src/material/round/tag.svg similarity index 100% rename from projects/icons-material/src/round/tag.svg rename to projects/icons-material/src/material/round/tag.svg diff --git a/projects/icons-material/src/round/tag_faces.svg b/projects/icons-material/src/material/round/tag_faces.svg similarity index 100% rename from projects/icons-material/src/round/tag_faces.svg rename to projects/icons-material/src/material/round/tag_faces.svg diff --git a/projects/icons-material/src/round/takeout_dining.svg b/projects/icons-material/src/material/round/takeout_dining.svg similarity index 100% rename from projects/icons-material/src/round/takeout_dining.svg rename to projects/icons-material/src/material/round/takeout_dining.svg diff --git a/projects/icons-material/src/round/tap_and_play.svg b/projects/icons-material/src/material/round/tap_and_play.svg similarity index 100% rename from projects/icons-material/src/round/tap_and_play.svg rename to projects/icons-material/src/material/round/tap_and_play.svg diff --git a/projects/icons-material/src/round/tapas.svg b/projects/icons-material/src/material/round/tapas.svg similarity index 100% rename from projects/icons-material/src/round/tapas.svg rename to projects/icons-material/src/material/round/tapas.svg diff --git a/projects/icons-material/src/round/task.svg b/projects/icons-material/src/material/round/task.svg similarity index 100% rename from projects/icons-material/src/round/task.svg rename to projects/icons-material/src/material/round/task.svg diff --git a/projects/icons-material/src/round/task_alt.svg b/projects/icons-material/src/material/round/task_alt.svg similarity index 100% rename from projects/icons-material/src/round/task_alt.svg rename to projects/icons-material/src/material/round/task_alt.svg diff --git a/projects/icons-material/src/round/taxi_alert.svg b/projects/icons-material/src/material/round/taxi_alert.svg similarity index 100% rename from projects/icons-material/src/round/taxi_alert.svg rename to projects/icons-material/src/material/round/taxi_alert.svg diff --git a/projects/icons-material/src/round/temple_buddhist.svg b/projects/icons-material/src/material/round/temple_buddhist.svg similarity index 100% rename from projects/icons-material/src/round/temple_buddhist.svg rename to projects/icons-material/src/material/round/temple_buddhist.svg diff --git a/projects/icons-material/src/round/temple_hindu.svg b/projects/icons-material/src/material/round/temple_hindu.svg similarity index 100% rename from projects/icons-material/src/round/temple_hindu.svg rename to projects/icons-material/src/material/round/temple_hindu.svg diff --git a/projects/icons-material/src/round/terminal.svg b/projects/icons-material/src/material/round/terminal.svg similarity index 100% rename from projects/icons-material/src/round/terminal.svg rename to projects/icons-material/src/material/round/terminal.svg diff --git a/projects/icons-material/src/round/terrain.svg b/projects/icons-material/src/material/round/terrain.svg similarity index 100% rename from projects/icons-material/src/round/terrain.svg rename to projects/icons-material/src/material/round/terrain.svg diff --git a/projects/icons-material/src/round/text_decrease.svg b/projects/icons-material/src/material/round/text_decrease.svg similarity index 100% rename from projects/icons-material/src/round/text_decrease.svg rename to projects/icons-material/src/material/round/text_decrease.svg diff --git a/projects/icons-material/src/round/text_fields.svg b/projects/icons-material/src/material/round/text_fields.svg similarity index 100% rename from projects/icons-material/src/round/text_fields.svg rename to projects/icons-material/src/material/round/text_fields.svg diff --git a/projects/icons-material/src/round/text_format.svg b/projects/icons-material/src/material/round/text_format.svg similarity index 100% rename from projects/icons-material/src/round/text_format.svg rename to projects/icons-material/src/material/round/text_format.svg diff --git a/projects/icons-material/src/round/text_increase.svg b/projects/icons-material/src/material/round/text_increase.svg similarity index 100% rename from projects/icons-material/src/round/text_increase.svg rename to projects/icons-material/src/material/round/text_increase.svg diff --git a/projects/icons-material/src/round/text_rotate_up.svg b/projects/icons-material/src/material/round/text_rotate_up.svg similarity index 100% rename from projects/icons-material/src/round/text_rotate_up.svg rename to projects/icons-material/src/material/round/text_rotate_up.svg diff --git a/projects/icons-material/src/round/text_rotate_vertical.svg b/projects/icons-material/src/material/round/text_rotate_vertical.svg similarity index 100% rename from projects/icons-material/src/round/text_rotate_vertical.svg rename to projects/icons-material/src/material/round/text_rotate_vertical.svg diff --git a/projects/icons-material/src/round/text_rotation_angledown.svg b/projects/icons-material/src/material/round/text_rotation_angledown.svg similarity index 100% rename from projects/icons-material/src/round/text_rotation_angledown.svg rename to projects/icons-material/src/material/round/text_rotation_angledown.svg diff --git a/projects/icons-material/src/round/text_rotation_angleup.svg b/projects/icons-material/src/material/round/text_rotation_angleup.svg similarity index 100% rename from projects/icons-material/src/round/text_rotation_angleup.svg rename to projects/icons-material/src/material/round/text_rotation_angleup.svg diff --git a/projects/icons-material/src/round/text_rotation_down.svg b/projects/icons-material/src/material/round/text_rotation_down.svg similarity index 100% rename from projects/icons-material/src/round/text_rotation_down.svg rename to projects/icons-material/src/material/round/text_rotation_down.svg diff --git a/projects/icons-material/src/round/text_rotation_none.svg b/projects/icons-material/src/material/round/text_rotation_none.svg similarity index 100% rename from projects/icons-material/src/round/text_rotation_none.svg rename to projects/icons-material/src/material/round/text_rotation_none.svg diff --git a/projects/icons-material/src/round/text_snippet.svg b/projects/icons-material/src/material/round/text_snippet.svg similarity index 100% rename from projects/icons-material/src/round/text_snippet.svg rename to projects/icons-material/src/material/round/text_snippet.svg diff --git a/projects/icons-material/src/round/textsms.svg b/projects/icons-material/src/material/round/textsms.svg similarity index 100% rename from projects/icons-material/src/round/textsms.svg rename to projects/icons-material/src/material/round/textsms.svg diff --git a/projects/icons-material/src/round/texture.svg b/projects/icons-material/src/material/round/texture.svg similarity index 100% rename from projects/icons-material/src/round/texture.svg rename to projects/icons-material/src/material/round/texture.svg diff --git a/projects/icons-material/src/round/theater_comedy.svg b/projects/icons-material/src/material/round/theater_comedy.svg similarity index 100% rename from projects/icons-material/src/round/theater_comedy.svg rename to projects/icons-material/src/material/round/theater_comedy.svg diff --git a/projects/icons-material/src/round/theaters.svg b/projects/icons-material/src/material/round/theaters.svg similarity index 100% rename from projects/icons-material/src/round/theaters.svg rename to projects/icons-material/src/material/round/theaters.svg diff --git a/projects/icons-material/src/round/thermostat.svg b/projects/icons-material/src/material/round/thermostat.svg similarity index 100% rename from projects/icons-material/src/round/thermostat.svg rename to projects/icons-material/src/material/round/thermostat.svg diff --git a/projects/icons-material/src/round/thermostat_auto.svg b/projects/icons-material/src/material/round/thermostat_auto.svg similarity index 100% rename from projects/icons-material/src/round/thermostat_auto.svg rename to projects/icons-material/src/material/round/thermostat_auto.svg diff --git a/projects/icons-material/src/round/thumb_down.svg b/projects/icons-material/src/material/round/thumb_down.svg similarity index 100% rename from projects/icons-material/src/round/thumb_down.svg rename to projects/icons-material/src/material/round/thumb_down.svg diff --git a/projects/icons-material/src/round/thumb_down_alt.svg b/projects/icons-material/src/material/round/thumb_down_alt.svg similarity index 100% rename from projects/icons-material/src/round/thumb_down_alt.svg rename to projects/icons-material/src/material/round/thumb_down_alt.svg diff --git a/projects/icons-material/src/round/thumb_down_off_alt.svg b/projects/icons-material/src/material/round/thumb_down_off_alt.svg similarity index 100% rename from projects/icons-material/src/round/thumb_down_off_alt.svg rename to projects/icons-material/src/material/round/thumb_down_off_alt.svg diff --git a/projects/icons-material/src/round/thumb_up.svg b/projects/icons-material/src/material/round/thumb_up.svg similarity index 100% rename from projects/icons-material/src/round/thumb_up.svg rename to projects/icons-material/src/material/round/thumb_up.svg diff --git a/projects/icons-material/src/round/thumb_up_alt.svg b/projects/icons-material/src/material/round/thumb_up_alt.svg similarity index 100% rename from projects/icons-material/src/round/thumb_up_alt.svg rename to projects/icons-material/src/material/round/thumb_up_alt.svg diff --git a/projects/icons-material/src/round/thumb_up_off_alt.svg b/projects/icons-material/src/material/round/thumb_up_off_alt.svg similarity index 100% rename from projects/icons-material/src/round/thumb_up_off_alt.svg rename to projects/icons-material/src/material/round/thumb_up_off_alt.svg diff --git a/projects/icons-material/src/round/thumbs_up_down.svg b/projects/icons-material/src/material/round/thumbs_up_down.svg similarity index 100% rename from projects/icons-material/src/round/thumbs_up_down.svg rename to projects/icons-material/src/material/round/thumbs_up_down.svg diff --git a/projects/icons-material/src/round/thunderstorm.svg b/projects/icons-material/src/material/round/thunderstorm.svg similarity index 100% rename from projects/icons-material/src/round/thunderstorm.svg rename to projects/icons-material/src/material/round/thunderstorm.svg diff --git a/projects/icons-material/src/round/time_to_leave.svg b/projects/icons-material/src/material/round/time_to_leave.svg similarity index 100% rename from projects/icons-material/src/round/time_to_leave.svg rename to projects/icons-material/src/material/round/time_to_leave.svg diff --git a/projects/icons-material/src/round/timelapse.svg b/projects/icons-material/src/material/round/timelapse.svg similarity index 100% rename from projects/icons-material/src/round/timelapse.svg rename to projects/icons-material/src/material/round/timelapse.svg diff --git a/projects/icons-material/src/round/timeline.svg b/projects/icons-material/src/material/round/timeline.svg similarity index 100% rename from projects/icons-material/src/round/timeline.svg rename to projects/icons-material/src/material/round/timeline.svg diff --git a/projects/icons-material/src/round/timer.svg b/projects/icons-material/src/material/round/timer.svg similarity index 100% rename from projects/icons-material/src/round/timer.svg rename to projects/icons-material/src/material/round/timer.svg diff --git a/projects/icons-material/src/round/timer_10.svg b/projects/icons-material/src/material/round/timer_10.svg similarity index 100% rename from projects/icons-material/src/round/timer_10.svg rename to projects/icons-material/src/material/round/timer_10.svg diff --git a/projects/icons-material/src/round/timer_10_select.svg b/projects/icons-material/src/material/round/timer_10_select.svg similarity index 100% rename from projects/icons-material/src/round/timer_10_select.svg rename to projects/icons-material/src/material/round/timer_10_select.svg diff --git a/projects/icons-material/src/round/timer_3.svg b/projects/icons-material/src/material/round/timer_3.svg similarity index 100% rename from projects/icons-material/src/round/timer_3.svg rename to projects/icons-material/src/material/round/timer_3.svg diff --git a/projects/icons-material/src/round/timer_3_select.svg b/projects/icons-material/src/material/round/timer_3_select.svg similarity index 100% rename from projects/icons-material/src/round/timer_3_select.svg rename to projects/icons-material/src/material/round/timer_3_select.svg diff --git a/projects/icons-material/src/round/timer_off.svg b/projects/icons-material/src/material/round/timer_off.svg similarity index 100% rename from projects/icons-material/src/round/timer_off.svg rename to projects/icons-material/src/material/round/timer_off.svg diff --git a/projects/icons-material/src/round/tips_and_updates.svg b/projects/icons-material/src/material/round/tips_and_updates.svg similarity index 100% rename from projects/icons-material/src/round/tips_and_updates.svg rename to projects/icons-material/src/material/round/tips_and_updates.svg diff --git a/projects/icons-material/src/round/tire_repair.svg b/projects/icons-material/src/material/round/tire_repair.svg similarity index 100% rename from projects/icons-material/src/round/tire_repair.svg rename to projects/icons-material/src/material/round/tire_repair.svg diff --git a/projects/icons-material/src/round/title.svg b/projects/icons-material/src/material/round/title.svg similarity index 100% rename from projects/icons-material/src/round/title.svg rename to projects/icons-material/src/material/round/title.svg diff --git a/projects/icons-material/src/round/toc.svg b/projects/icons-material/src/material/round/toc.svg similarity index 100% rename from projects/icons-material/src/round/toc.svg rename to projects/icons-material/src/material/round/toc.svg diff --git a/projects/icons-material/src/round/today.svg b/projects/icons-material/src/material/round/today.svg similarity index 100% rename from projects/icons-material/src/round/today.svg rename to projects/icons-material/src/material/round/today.svg diff --git a/projects/icons-material/src/round/toggle_off.svg b/projects/icons-material/src/material/round/toggle_off.svg similarity index 100% rename from projects/icons-material/src/round/toggle_off.svg rename to projects/icons-material/src/material/round/toggle_off.svg diff --git a/projects/icons-material/src/round/toggle_on.svg b/projects/icons-material/src/material/round/toggle_on.svg similarity index 100% rename from projects/icons-material/src/round/toggle_on.svg rename to projects/icons-material/src/material/round/toggle_on.svg diff --git a/projects/icons-material/src/round/token.svg b/projects/icons-material/src/material/round/token.svg similarity index 100% rename from projects/icons-material/src/round/token.svg rename to projects/icons-material/src/material/round/token.svg diff --git a/projects/icons-material/src/round/toll.svg b/projects/icons-material/src/material/round/toll.svg similarity index 100% rename from projects/icons-material/src/round/toll.svg rename to projects/icons-material/src/material/round/toll.svg diff --git a/projects/icons-material/src/round/tonality.svg b/projects/icons-material/src/material/round/tonality.svg similarity index 100% rename from projects/icons-material/src/round/tonality.svg rename to projects/icons-material/src/material/round/tonality.svg diff --git a/projects/icons-material/src/round/topic.svg b/projects/icons-material/src/material/round/topic.svg similarity index 100% rename from projects/icons-material/src/round/topic.svg rename to projects/icons-material/src/material/round/topic.svg diff --git a/projects/icons-material/src/round/tornado.svg b/projects/icons-material/src/material/round/tornado.svg similarity index 100% rename from projects/icons-material/src/round/tornado.svg rename to projects/icons-material/src/material/round/tornado.svg diff --git a/projects/icons-material/src/round/touch_app.svg b/projects/icons-material/src/material/round/touch_app.svg similarity index 100% rename from projects/icons-material/src/round/touch_app.svg rename to projects/icons-material/src/material/round/touch_app.svg diff --git a/projects/icons-material/src/round/tour.svg b/projects/icons-material/src/material/round/tour.svg similarity index 100% rename from projects/icons-material/src/round/tour.svg rename to projects/icons-material/src/material/round/tour.svg diff --git a/projects/icons-material/src/round/toys.svg b/projects/icons-material/src/material/round/toys.svg similarity index 100% rename from projects/icons-material/src/round/toys.svg rename to projects/icons-material/src/material/round/toys.svg diff --git a/projects/icons-material/src/round/track_changes.svg b/projects/icons-material/src/material/round/track_changes.svg similarity index 100% rename from projects/icons-material/src/round/track_changes.svg rename to projects/icons-material/src/material/round/track_changes.svg diff --git a/projects/icons-material/src/round/traffic.svg b/projects/icons-material/src/material/round/traffic.svg similarity index 100% rename from projects/icons-material/src/round/traffic.svg rename to projects/icons-material/src/material/round/traffic.svg diff --git a/projects/icons-material/src/round/train.svg b/projects/icons-material/src/material/round/train.svg similarity index 100% rename from projects/icons-material/src/round/train.svg rename to projects/icons-material/src/material/round/train.svg diff --git a/projects/icons-material/src/round/tram.svg b/projects/icons-material/src/material/round/tram.svg similarity index 100% rename from projects/icons-material/src/round/tram.svg rename to projects/icons-material/src/material/round/tram.svg diff --git a/projects/icons-material/src/round/transcribe.svg b/projects/icons-material/src/material/round/transcribe.svg similarity index 100% rename from projects/icons-material/src/round/transcribe.svg rename to projects/icons-material/src/material/round/transcribe.svg diff --git a/projects/icons-material/src/round/transfer_within_a_station.svg b/projects/icons-material/src/material/round/transfer_within_a_station.svg similarity index 100% rename from projects/icons-material/src/round/transfer_within_a_station.svg rename to projects/icons-material/src/material/round/transfer_within_a_station.svg diff --git a/projects/icons-material/src/round/transform.svg b/projects/icons-material/src/material/round/transform.svg similarity index 100% rename from projects/icons-material/src/round/transform.svg rename to projects/icons-material/src/material/round/transform.svg diff --git a/projects/icons-material/src/round/transgender.svg b/projects/icons-material/src/material/round/transgender.svg similarity index 100% rename from projects/icons-material/src/round/transgender.svg rename to projects/icons-material/src/material/round/transgender.svg diff --git a/projects/icons-material/src/round/transit_enterexit.svg b/projects/icons-material/src/material/round/transit_enterexit.svg similarity index 100% rename from projects/icons-material/src/round/transit_enterexit.svg rename to projects/icons-material/src/material/round/transit_enterexit.svg diff --git a/projects/icons-material/src/round/translate.svg b/projects/icons-material/src/material/round/translate.svg similarity index 100% rename from projects/icons-material/src/round/translate.svg rename to projects/icons-material/src/material/round/translate.svg diff --git a/projects/icons-material/src/round/travel_explore.svg b/projects/icons-material/src/material/round/travel_explore.svg similarity index 100% rename from projects/icons-material/src/round/travel_explore.svg rename to projects/icons-material/src/material/round/travel_explore.svg diff --git a/projects/icons-material/src/round/trending_down.svg b/projects/icons-material/src/material/round/trending_down.svg similarity index 100% rename from projects/icons-material/src/round/trending_down.svg rename to projects/icons-material/src/material/round/trending_down.svg diff --git a/projects/icons-material/src/round/trending_flat.svg b/projects/icons-material/src/material/round/trending_flat.svg similarity index 100% rename from projects/icons-material/src/round/trending_flat.svg rename to projects/icons-material/src/material/round/trending_flat.svg diff --git a/projects/icons-material/src/round/trending_up.svg b/projects/icons-material/src/material/round/trending_up.svg similarity index 100% rename from projects/icons-material/src/round/trending_up.svg rename to projects/icons-material/src/material/round/trending_up.svg diff --git a/projects/icons-material/src/round/trip_origin.svg b/projects/icons-material/src/material/round/trip_origin.svg similarity index 100% rename from projects/icons-material/src/round/trip_origin.svg rename to projects/icons-material/src/material/round/trip_origin.svg diff --git a/projects/icons-material/src/round/troubleshoot.svg b/projects/icons-material/src/material/round/troubleshoot.svg similarity index 100% rename from projects/icons-material/src/round/troubleshoot.svg rename to projects/icons-material/src/material/round/troubleshoot.svg diff --git a/projects/icons-material/src/round/try.svg b/projects/icons-material/src/material/round/try.svg similarity index 100% rename from projects/icons-material/src/round/try.svg rename to projects/icons-material/src/material/round/try.svg diff --git a/projects/icons-material/src/round/tsunami.svg b/projects/icons-material/src/material/round/tsunami.svg similarity index 100% rename from projects/icons-material/src/round/tsunami.svg rename to projects/icons-material/src/material/round/tsunami.svg diff --git a/projects/icons-material/src/round/tty.svg b/projects/icons-material/src/material/round/tty.svg similarity index 100% rename from projects/icons-material/src/round/tty.svg rename to projects/icons-material/src/material/round/tty.svg diff --git a/projects/icons-material/src/round/tune.svg b/projects/icons-material/src/material/round/tune.svg similarity index 100% rename from projects/icons-material/src/round/tune.svg rename to projects/icons-material/src/material/round/tune.svg diff --git a/projects/icons-material/src/round/tungsten.svg b/projects/icons-material/src/material/round/tungsten.svg similarity index 100% rename from projects/icons-material/src/round/tungsten.svg rename to projects/icons-material/src/material/round/tungsten.svg diff --git a/projects/icons-material/src/round/turn_left.svg b/projects/icons-material/src/material/round/turn_left.svg similarity index 100% rename from projects/icons-material/src/round/turn_left.svg rename to projects/icons-material/src/material/round/turn_left.svg diff --git a/projects/icons-material/src/round/turn_right.svg b/projects/icons-material/src/material/round/turn_right.svg similarity index 100% rename from projects/icons-material/src/round/turn_right.svg rename to projects/icons-material/src/material/round/turn_right.svg diff --git a/projects/icons-material/src/round/turn_sharp_left.svg b/projects/icons-material/src/material/round/turn_sharp_left.svg similarity index 100% rename from projects/icons-material/src/round/turn_sharp_left.svg rename to projects/icons-material/src/material/round/turn_sharp_left.svg diff --git a/projects/icons-material/src/round/turn_sharp_right.svg b/projects/icons-material/src/material/round/turn_sharp_right.svg similarity index 100% rename from projects/icons-material/src/round/turn_sharp_right.svg rename to projects/icons-material/src/material/round/turn_sharp_right.svg diff --git a/projects/icons-material/src/round/turn_slight_left.svg b/projects/icons-material/src/material/round/turn_slight_left.svg similarity index 100% rename from projects/icons-material/src/round/turn_slight_left.svg rename to projects/icons-material/src/material/round/turn_slight_left.svg diff --git a/projects/icons-material/src/round/turn_slight_right.svg b/projects/icons-material/src/material/round/turn_slight_right.svg similarity index 100% rename from projects/icons-material/src/round/turn_slight_right.svg rename to projects/icons-material/src/material/round/turn_slight_right.svg diff --git a/projects/icons-material/src/round/turned_in.svg b/projects/icons-material/src/material/round/turned_in.svg similarity index 100% rename from projects/icons-material/src/round/turned_in.svg rename to projects/icons-material/src/material/round/turned_in.svg diff --git a/projects/icons-material/src/round/turned_in_not.svg b/projects/icons-material/src/material/round/turned_in_not.svg similarity index 100% rename from projects/icons-material/src/round/turned_in_not.svg rename to projects/icons-material/src/material/round/turned_in_not.svg diff --git a/projects/icons-material/src/round/tv.svg b/projects/icons-material/src/material/round/tv.svg similarity index 100% rename from projects/icons-material/src/round/tv.svg rename to projects/icons-material/src/material/round/tv.svg diff --git a/projects/icons-material/src/round/tv_off.svg b/projects/icons-material/src/material/round/tv_off.svg similarity index 100% rename from projects/icons-material/src/round/tv_off.svg rename to projects/icons-material/src/material/round/tv_off.svg diff --git a/projects/icons-material/src/round/two_wheeler.svg b/projects/icons-material/src/material/round/two_wheeler.svg similarity index 100% rename from projects/icons-material/src/round/two_wheeler.svg rename to projects/icons-material/src/material/round/two_wheeler.svg diff --git a/projects/icons-material/src/round/type_specimen.svg b/projects/icons-material/src/material/round/type_specimen.svg similarity index 100% rename from projects/icons-material/src/round/type_specimen.svg rename to projects/icons-material/src/material/round/type_specimen.svg diff --git a/projects/icons-material/src/round/u_turn_left.svg b/projects/icons-material/src/material/round/u_turn_left.svg similarity index 100% rename from projects/icons-material/src/round/u_turn_left.svg rename to projects/icons-material/src/material/round/u_turn_left.svg diff --git a/projects/icons-material/src/round/u_turn_right.svg b/projects/icons-material/src/material/round/u_turn_right.svg similarity index 100% rename from projects/icons-material/src/round/u_turn_right.svg rename to projects/icons-material/src/material/round/u_turn_right.svg diff --git a/projects/icons-material/src/round/umbrella.svg b/projects/icons-material/src/material/round/umbrella.svg similarity index 100% rename from projects/icons-material/src/round/umbrella.svg rename to projects/icons-material/src/material/round/umbrella.svg diff --git a/projects/icons-material/src/round/unarchive.svg b/projects/icons-material/src/material/round/unarchive.svg similarity index 100% rename from projects/icons-material/src/round/unarchive.svg rename to projects/icons-material/src/material/round/unarchive.svg diff --git a/projects/icons-material/src/round/undo.svg b/projects/icons-material/src/material/round/undo.svg similarity index 100% rename from projects/icons-material/src/round/undo.svg rename to projects/icons-material/src/material/round/undo.svg diff --git a/projects/icons-material/src/round/unfold_less.svg b/projects/icons-material/src/material/round/unfold_less.svg similarity index 100% rename from projects/icons-material/src/round/unfold_less.svg rename to projects/icons-material/src/material/round/unfold_less.svg diff --git a/projects/icons-material/src/round/unfold_less_double.svg b/projects/icons-material/src/material/round/unfold_less_double.svg similarity index 100% rename from projects/icons-material/src/round/unfold_less_double.svg rename to projects/icons-material/src/material/round/unfold_less_double.svg diff --git a/projects/icons-material/src/round/unfold_more.svg b/projects/icons-material/src/material/round/unfold_more.svg similarity index 100% rename from projects/icons-material/src/round/unfold_more.svg rename to projects/icons-material/src/material/round/unfold_more.svg diff --git a/projects/icons-material/src/round/unfold_more_double.svg b/projects/icons-material/src/material/round/unfold_more_double.svg similarity index 100% rename from projects/icons-material/src/round/unfold_more_double.svg rename to projects/icons-material/src/material/round/unfold_more_double.svg diff --git a/projects/icons-material/src/round/unpublished.svg b/projects/icons-material/src/material/round/unpublished.svg similarity index 100% rename from projects/icons-material/src/round/unpublished.svg rename to projects/icons-material/src/material/round/unpublished.svg diff --git a/projects/icons-material/src/round/unsubscribe.svg b/projects/icons-material/src/material/round/unsubscribe.svg similarity index 100% rename from projects/icons-material/src/round/unsubscribe.svg rename to projects/icons-material/src/material/round/unsubscribe.svg diff --git a/projects/icons-material/src/round/upcoming.svg b/projects/icons-material/src/material/round/upcoming.svg similarity index 100% rename from projects/icons-material/src/round/upcoming.svg rename to projects/icons-material/src/material/round/upcoming.svg diff --git a/projects/icons-material/src/round/update.svg b/projects/icons-material/src/material/round/update.svg similarity index 100% rename from projects/icons-material/src/round/update.svg rename to projects/icons-material/src/material/round/update.svg diff --git a/projects/icons-material/src/round/update_disabled.svg b/projects/icons-material/src/material/round/update_disabled.svg similarity index 100% rename from projects/icons-material/src/round/update_disabled.svg rename to projects/icons-material/src/material/round/update_disabled.svg diff --git a/projects/icons-material/src/round/upgrade.svg b/projects/icons-material/src/material/round/upgrade.svg similarity index 100% rename from projects/icons-material/src/round/upgrade.svg rename to projects/icons-material/src/material/round/upgrade.svg diff --git a/projects/icons-material/src/round/upload.svg b/projects/icons-material/src/material/round/upload.svg similarity index 100% rename from projects/icons-material/src/round/upload.svg rename to projects/icons-material/src/material/round/upload.svg diff --git a/projects/icons-material/src/round/upload_file.svg b/projects/icons-material/src/material/round/upload_file.svg similarity index 100% rename from projects/icons-material/src/round/upload_file.svg rename to projects/icons-material/src/material/round/upload_file.svg diff --git a/projects/icons-material/src/round/usb.svg b/projects/icons-material/src/material/round/usb.svg similarity index 100% rename from projects/icons-material/src/round/usb.svg rename to projects/icons-material/src/material/round/usb.svg diff --git a/projects/icons-material/src/round/usb_off.svg b/projects/icons-material/src/material/round/usb_off.svg similarity index 100% rename from projects/icons-material/src/round/usb_off.svg rename to projects/icons-material/src/material/round/usb_off.svg diff --git a/projects/icons-material/src/round/vaccines.svg b/projects/icons-material/src/material/round/vaccines.svg similarity index 100% rename from projects/icons-material/src/round/vaccines.svg rename to projects/icons-material/src/material/round/vaccines.svg diff --git a/projects/icons-material/src/round/vape_free.svg b/projects/icons-material/src/material/round/vape_free.svg similarity index 100% rename from projects/icons-material/src/round/vape_free.svg rename to projects/icons-material/src/material/round/vape_free.svg diff --git a/projects/icons-material/src/round/vaping_rooms.svg b/projects/icons-material/src/material/round/vaping_rooms.svg similarity index 100% rename from projects/icons-material/src/round/vaping_rooms.svg rename to projects/icons-material/src/material/round/vaping_rooms.svg diff --git a/projects/icons-material/src/round/verified.svg b/projects/icons-material/src/material/round/verified.svg similarity index 100% rename from projects/icons-material/src/round/verified.svg rename to projects/icons-material/src/material/round/verified.svg diff --git a/projects/icons-material/src/round/verified_user.svg b/projects/icons-material/src/material/round/verified_user.svg similarity index 100% rename from projects/icons-material/src/round/verified_user.svg rename to projects/icons-material/src/material/round/verified_user.svg diff --git a/projects/icons-material/src/round/vertical_align_bottom.svg b/projects/icons-material/src/material/round/vertical_align_bottom.svg similarity index 100% rename from projects/icons-material/src/round/vertical_align_bottom.svg rename to projects/icons-material/src/material/round/vertical_align_bottom.svg diff --git a/projects/icons-material/src/round/vertical_align_center.svg b/projects/icons-material/src/material/round/vertical_align_center.svg similarity index 100% rename from projects/icons-material/src/round/vertical_align_center.svg rename to projects/icons-material/src/material/round/vertical_align_center.svg diff --git a/projects/icons-material/src/round/vertical_align_top.svg b/projects/icons-material/src/material/round/vertical_align_top.svg similarity index 100% rename from projects/icons-material/src/round/vertical_align_top.svg rename to projects/icons-material/src/material/round/vertical_align_top.svg diff --git a/projects/icons-material/src/round/vertical_distribute.svg b/projects/icons-material/src/material/round/vertical_distribute.svg similarity index 100% rename from projects/icons-material/src/round/vertical_distribute.svg rename to projects/icons-material/src/material/round/vertical_distribute.svg diff --git a/projects/icons-material/src/round/vertical_shades.svg b/projects/icons-material/src/material/round/vertical_shades.svg similarity index 100% rename from projects/icons-material/src/round/vertical_shades.svg rename to projects/icons-material/src/material/round/vertical_shades.svg diff --git a/projects/icons-material/src/round/vertical_shades_closed.svg b/projects/icons-material/src/material/round/vertical_shades_closed.svg similarity index 100% rename from projects/icons-material/src/round/vertical_shades_closed.svg rename to projects/icons-material/src/material/round/vertical_shades_closed.svg diff --git a/projects/icons-material/src/round/vertical_split.svg b/projects/icons-material/src/material/round/vertical_split.svg similarity index 100% rename from projects/icons-material/src/round/vertical_split.svg rename to projects/icons-material/src/material/round/vertical_split.svg diff --git a/projects/icons-material/src/round/vibration.svg b/projects/icons-material/src/material/round/vibration.svg similarity index 100% rename from projects/icons-material/src/round/vibration.svg rename to projects/icons-material/src/material/round/vibration.svg diff --git a/projects/icons-material/src/round/video_call.svg b/projects/icons-material/src/material/round/video_call.svg similarity index 100% rename from projects/icons-material/src/round/video_call.svg rename to projects/icons-material/src/material/round/video_call.svg diff --git a/projects/icons-material/src/round/video_camera_back.svg b/projects/icons-material/src/material/round/video_camera_back.svg similarity index 100% rename from projects/icons-material/src/round/video_camera_back.svg rename to projects/icons-material/src/material/round/video_camera_back.svg diff --git a/projects/icons-material/src/round/video_camera_front.svg b/projects/icons-material/src/material/round/video_camera_front.svg similarity index 100% rename from projects/icons-material/src/round/video_camera_front.svg rename to projects/icons-material/src/material/round/video_camera_front.svg diff --git a/projects/icons-material/src/round/video_chat.svg b/projects/icons-material/src/material/round/video_chat.svg similarity index 100% rename from projects/icons-material/src/round/video_chat.svg rename to projects/icons-material/src/material/round/video_chat.svg diff --git a/projects/icons-material/src/round/video_file.svg b/projects/icons-material/src/material/round/video_file.svg similarity index 100% rename from projects/icons-material/src/round/video_file.svg rename to projects/icons-material/src/material/round/video_file.svg diff --git a/projects/icons-material/src/round/video_label.svg b/projects/icons-material/src/material/round/video_label.svg similarity index 100% rename from projects/icons-material/src/round/video_label.svg rename to projects/icons-material/src/material/round/video_label.svg diff --git a/projects/icons-material/src/round/video_library.svg b/projects/icons-material/src/material/round/video_library.svg similarity index 100% rename from projects/icons-material/src/round/video_library.svg rename to projects/icons-material/src/material/round/video_library.svg diff --git a/projects/icons-material/src/round/video_settings.svg b/projects/icons-material/src/material/round/video_settings.svg similarity index 100% rename from projects/icons-material/src/round/video_settings.svg rename to projects/icons-material/src/material/round/video_settings.svg diff --git a/projects/icons-material/src/round/video_stable.svg b/projects/icons-material/src/material/round/video_stable.svg similarity index 100% rename from projects/icons-material/src/round/video_stable.svg rename to projects/icons-material/src/material/round/video_stable.svg diff --git a/projects/icons-material/src/round/videocam.svg b/projects/icons-material/src/material/round/videocam.svg similarity index 100% rename from projects/icons-material/src/round/videocam.svg rename to projects/icons-material/src/material/round/videocam.svg diff --git a/projects/icons-material/src/round/videocam_off.svg b/projects/icons-material/src/material/round/videocam_off.svg similarity index 100% rename from projects/icons-material/src/round/videocam_off.svg rename to projects/icons-material/src/material/round/videocam_off.svg diff --git a/projects/icons-material/src/round/videogame_asset.svg b/projects/icons-material/src/material/round/videogame_asset.svg similarity index 100% rename from projects/icons-material/src/round/videogame_asset.svg rename to projects/icons-material/src/material/round/videogame_asset.svg diff --git a/projects/icons-material/src/round/videogame_asset_off.svg b/projects/icons-material/src/material/round/videogame_asset_off.svg similarity index 100% rename from projects/icons-material/src/round/videogame_asset_off.svg rename to projects/icons-material/src/material/round/videogame_asset_off.svg diff --git a/projects/icons-material/src/round/view_agenda.svg b/projects/icons-material/src/material/round/view_agenda.svg similarity index 100% rename from projects/icons-material/src/round/view_agenda.svg rename to projects/icons-material/src/material/round/view_agenda.svg diff --git a/projects/icons-material/src/round/view_array.svg b/projects/icons-material/src/material/round/view_array.svg similarity index 100% rename from projects/icons-material/src/round/view_array.svg rename to projects/icons-material/src/material/round/view_array.svg diff --git a/projects/icons-material/src/round/view_carousel.svg b/projects/icons-material/src/material/round/view_carousel.svg similarity index 100% rename from projects/icons-material/src/round/view_carousel.svg rename to projects/icons-material/src/material/round/view_carousel.svg diff --git a/projects/icons-material/src/round/view_column.svg b/projects/icons-material/src/material/round/view_column.svg similarity index 100% rename from projects/icons-material/src/round/view_column.svg rename to projects/icons-material/src/material/round/view_column.svg diff --git a/projects/icons-material/src/round/view_comfy.svg b/projects/icons-material/src/material/round/view_comfy.svg similarity index 100% rename from projects/icons-material/src/round/view_comfy.svg rename to projects/icons-material/src/material/round/view_comfy.svg diff --git a/projects/icons-material/src/round/view_comfy_alt.svg b/projects/icons-material/src/material/round/view_comfy_alt.svg similarity index 100% rename from projects/icons-material/src/round/view_comfy_alt.svg rename to projects/icons-material/src/material/round/view_comfy_alt.svg diff --git a/projects/icons-material/src/round/view_compact.svg b/projects/icons-material/src/material/round/view_compact.svg similarity index 100% rename from projects/icons-material/src/round/view_compact.svg rename to projects/icons-material/src/material/round/view_compact.svg diff --git a/projects/icons-material/src/round/view_compact_alt.svg b/projects/icons-material/src/material/round/view_compact_alt.svg similarity index 100% rename from projects/icons-material/src/round/view_compact_alt.svg rename to projects/icons-material/src/material/round/view_compact_alt.svg diff --git a/projects/icons-material/src/round/view_cozy.svg b/projects/icons-material/src/material/round/view_cozy.svg similarity index 100% rename from projects/icons-material/src/round/view_cozy.svg rename to projects/icons-material/src/material/round/view_cozy.svg diff --git a/projects/icons-material/src/round/view_day.svg b/projects/icons-material/src/material/round/view_day.svg similarity index 100% rename from projects/icons-material/src/round/view_day.svg rename to projects/icons-material/src/material/round/view_day.svg diff --git a/projects/icons-material/src/round/view_headline.svg b/projects/icons-material/src/material/round/view_headline.svg similarity index 100% rename from projects/icons-material/src/round/view_headline.svg rename to projects/icons-material/src/material/round/view_headline.svg diff --git a/projects/icons-material/src/round/view_in_ar.svg b/projects/icons-material/src/material/round/view_in_ar.svg similarity index 100% rename from projects/icons-material/src/round/view_in_ar.svg rename to projects/icons-material/src/material/round/view_in_ar.svg diff --git a/projects/icons-material/src/round/view_kanban.svg b/projects/icons-material/src/material/round/view_kanban.svg similarity index 100% rename from projects/icons-material/src/round/view_kanban.svg rename to projects/icons-material/src/material/round/view_kanban.svg diff --git a/projects/icons-material/src/round/view_list.svg b/projects/icons-material/src/material/round/view_list.svg similarity index 100% rename from projects/icons-material/src/round/view_list.svg rename to projects/icons-material/src/material/round/view_list.svg diff --git a/projects/icons-material/src/round/view_module.svg b/projects/icons-material/src/material/round/view_module.svg similarity index 100% rename from projects/icons-material/src/round/view_module.svg rename to projects/icons-material/src/material/round/view_module.svg diff --git a/projects/icons-material/src/round/view_quilt.svg b/projects/icons-material/src/material/round/view_quilt.svg similarity index 100% rename from projects/icons-material/src/round/view_quilt.svg rename to projects/icons-material/src/material/round/view_quilt.svg diff --git a/projects/icons-material/src/round/view_sidebar.svg b/projects/icons-material/src/material/round/view_sidebar.svg similarity index 100% rename from projects/icons-material/src/round/view_sidebar.svg rename to projects/icons-material/src/material/round/view_sidebar.svg diff --git a/projects/icons-material/src/round/view_stream.svg b/projects/icons-material/src/material/round/view_stream.svg similarity index 100% rename from projects/icons-material/src/round/view_stream.svg rename to projects/icons-material/src/material/round/view_stream.svg diff --git a/projects/icons-material/src/round/view_timeline.svg b/projects/icons-material/src/material/round/view_timeline.svg similarity index 100% rename from projects/icons-material/src/round/view_timeline.svg rename to projects/icons-material/src/material/round/view_timeline.svg diff --git a/projects/icons-material/src/round/view_week.svg b/projects/icons-material/src/material/round/view_week.svg similarity index 100% rename from projects/icons-material/src/round/view_week.svg rename to projects/icons-material/src/material/round/view_week.svg diff --git a/projects/icons-material/src/round/vignette.svg b/projects/icons-material/src/material/round/vignette.svg similarity index 100% rename from projects/icons-material/src/round/vignette.svg rename to projects/icons-material/src/material/round/vignette.svg diff --git a/projects/icons-material/src/round/villa.svg b/projects/icons-material/src/material/round/villa.svg similarity index 100% rename from projects/icons-material/src/round/villa.svg rename to projects/icons-material/src/material/round/villa.svg diff --git a/projects/icons-material/src/round/visibility.svg b/projects/icons-material/src/material/round/visibility.svg similarity index 100% rename from projects/icons-material/src/round/visibility.svg rename to projects/icons-material/src/material/round/visibility.svg diff --git a/projects/icons-material/src/round/visibility_off.svg b/projects/icons-material/src/material/round/visibility_off.svg similarity index 100% rename from projects/icons-material/src/round/visibility_off.svg rename to projects/icons-material/src/material/round/visibility_off.svg diff --git a/projects/icons-material/src/round/voice_chat.svg b/projects/icons-material/src/material/round/voice_chat.svg similarity index 100% rename from projects/icons-material/src/round/voice_chat.svg rename to projects/icons-material/src/material/round/voice_chat.svg diff --git a/projects/icons-material/src/round/voice_over_off.svg b/projects/icons-material/src/material/round/voice_over_off.svg similarity index 100% rename from projects/icons-material/src/round/voice_over_off.svg rename to projects/icons-material/src/material/round/voice_over_off.svg diff --git a/projects/icons-material/src/round/voicemail.svg b/projects/icons-material/src/material/round/voicemail.svg similarity index 100% rename from projects/icons-material/src/round/voicemail.svg rename to projects/icons-material/src/material/round/voicemail.svg diff --git a/projects/icons-material/src/round/volcano.svg b/projects/icons-material/src/material/round/volcano.svg similarity index 100% rename from projects/icons-material/src/round/volcano.svg rename to projects/icons-material/src/material/round/volcano.svg diff --git a/projects/icons-material/src/round/volume_down.svg b/projects/icons-material/src/material/round/volume_down.svg similarity index 100% rename from projects/icons-material/src/round/volume_down.svg rename to projects/icons-material/src/material/round/volume_down.svg diff --git a/projects/icons-material/src/round/volume_mute.svg b/projects/icons-material/src/material/round/volume_mute.svg similarity index 100% rename from projects/icons-material/src/round/volume_mute.svg rename to projects/icons-material/src/material/round/volume_mute.svg diff --git a/projects/icons-material/src/round/volume_off.svg b/projects/icons-material/src/material/round/volume_off.svg similarity index 100% rename from projects/icons-material/src/round/volume_off.svg rename to projects/icons-material/src/material/round/volume_off.svg diff --git a/projects/icons-material/src/round/volume_up.svg b/projects/icons-material/src/material/round/volume_up.svg similarity index 100% rename from projects/icons-material/src/round/volume_up.svg rename to projects/icons-material/src/material/round/volume_up.svg diff --git a/projects/icons-material/src/round/volunteer_activism.svg b/projects/icons-material/src/material/round/volunteer_activism.svg similarity index 100% rename from projects/icons-material/src/round/volunteer_activism.svg rename to projects/icons-material/src/material/round/volunteer_activism.svg diff --git a/projects/icons-material/src/round/vpn_key.svg b/projects/icons-material/src/material/round/vpn_key.svg similarity index 100% rename from projects/icons-material/src/round/vpn_key.svg rename to projects/icons-material/src/material/round/vpn_key.svg diff --git a/projects/icons-material/src/round/vpn_key_off.svg b/projects/icons-material/src/material/round/vpn_key_off.svg similarity index 100% rename from projects/icons-material/src/round/vpn_key_off.svg rename to projects/icons-material/src/material/round/vpn_key_off.svg diff --git a/projects/icons-material/src/round/vpn_lock.svg b/projects/icons-material/src/material/round/vpn_lock.svg similarity index 100% rename from projects/icons-material/src/round/vpn_lock.svg rename to projects/icons-material/src/material/round/vpn_lock.svg diff --git a/projects/icons-material/src/round/vrpano.svg b/projects/icons-material/src/material/round/vrpano.svg similarity index 100% rename from projects/icons-material/src/round/vrpano.svg rename to projects/icons-material/src/material/round/vrpano.svg diff --git a/projects/icons-material/src/round/wallet.svg b/projects/icons-material/src/material/round/wallet.svg similarity index 100% rename from projects/icons-material/src/round/wallet.svg rename to projects/icons-material/src/material/round/wallet.svg diff --git a/projects/icons-material/src/round/wallpaper.svg b/projects/icons-material/src/material/round/wallpaper.svg similarity index 100% rename from projects/icons-material/src/round/wallpaper.svg rename to projects/icons-material/src/material/round/wallpaper.svg diff --git a/projects/icons-material/src/round/warehouse.svg b/projects/icons-material/src/material/round/warehouse.svg similarity index 100% rename from projects/icons-material/src/round/warehouse.svg rename to projects/icons-material/src/material/round/warehouse.svg diff --git a/projects/icons-material/src/round/warning.svg b/projects/icons-material/src/material/round/warning.svg similarity index 100% rename from projects/icons-material/src/round/warning.svg rename to projects/icons-material/src/material/round/warning.svg diff --git a/projects/icons-material/src/round/warning_amber.svg b/projects/icons-material/src/material/round/warning_amber.svg similarity index 100% rename from projects/icons-material/src/round/warning_amber.svg rename to projects/icons-material/src/material/round/warning_amber.svg diff --git a/projects/icons-material/src/round/wash.svg b/projects/icons-material/src/material/round/wash.svg similarity index 100% rename from projects/icons-material/src/round/wash.svg rename to projects/icons-material/src/material/round/wash.svg diff --git a/projects/icons-material/src/round/watch.svg b/projects/icons-material/src/material/round/watch.svg similarity index 100% rename from projects/icons-material/src/round/watch.svg rename to projects/icons-material/src/material/round/watch.svg diff --git a/projects/icons-material/src/round/watch_later.svg b/projects/icons-material/src/material/round/watch_later.svg similarity index 100% rename from projects/icons-material/src/round/watch_later.svg rename to projects/icons-material/src/material/round/watch_later.svg diff --git a/projects/icons-material/src/round/watch_off.svg b/projects/icons-material/src/material/round/watch_off.svg similarity index 100% rename from projects/icons-material/src/round/watch_off.svg rename to projects/icons-material/src/material/round/watch_off.svg diff --git a/projects/icons-material/src/round/water.svg b/projects/icons-material/src/material/round/water.svg similarity index 100% rename from projects/icons-material/src/round/water.svg rename to projects/icons-material/src/material/round/water.svg diff --git a/projects/icons-material/src/round/water_damage.svg b/projects/icons-material/src/material/round/water_damage.svg similarity index 100% rename from projects/icons-material/src/round/water_damage.svg rename to projects/icons-material/src/material/round/water_damage.svg diff --git a/projects/icons-material/src/round/water_drop.svg b/projects/icons-material/src/material/round/water_drop.svg similarity index 100% rename from projects/icons-material/src/round/water_drop.svg rename to projects/icons-material/src/material/round/water_drop.svg diff --git a/projects/icons-material/src/round/waterfall_chart.svg b/projects/icons-material/src/material/round/waterfall_chart.svg similarity index 100% rename from projects/icons-material/src/round/waterfall_chart.svg rename to projects/icons-material/src/material/round/waterfall_chart.svg diff --git a/projects/icons-material/src/round/waves.svg b/projects/icons-material/src/material/round/waves.svg similarity index 100% rename from projects/icons-material/src/round/waves.svg rename to projects/icons-material/src/material/round/waves.svg diff --git a/projects/icons-material/src/round/waving_hand.svg b/projects/icons-material/src/material/round/waving_hand.svg similarity index 100% rename from projects/icons-material/src/round/waving_hand.svg rename to projects/icons-material/src/material/round/waving_hand.svg diff --git a/projects/icons-material/src/round/wb_auto.svg b/projects/icons-material/src/material/round/wb_auto.svg similarity index 100% rename from projects/icons-material/src/round/wb_auto.svg rename to projects/icons-material/src/material/round/wb_auto.svg diff --git a/projects/icons-material/src/round/wb_cloudy.svg b/projects/icons-material/src/material/round/wb_cloudy.svg similarity index 100% rename from projects/icons-material/src/round/wb_cloudy.svg rename to projects/icons-material/src/material/round/wb_cloudy.svg diff --git a/projects/icons-material/src/round/wb_incandescent.svg b/projects/icons-material/src/material/round/wb_incandescent.svg similarity index 100% rename from projects/icons-material/src/round/wb_incandescent.svg rename to projects/icons-material/src/material/round/wb_incandescent.svg diff --git a/projects/icons-material/src/round/wb_iridescent.svg b/projects/icons-material/src/material/round/wb_iridescent.svg similarity index 100% rename from projects/icons-material/src/round/wb_iridescent.svg rename to projects/icons-material/src/material/round/wb_iridescent.svg diff --git a/projects/icons-material/src/round/wb_shade.svg b/projects/icons-material/src/material/round/wb_shade.svg similarity index 100% rename from projects/icons-material/src/round/wb_shade.svg rename to projects/icons-material/src/material/round/wb_shade.svg diff --git a/projects/icons-material/src/round/wb_sunny.svg b/projects/icons-material/src/material/round/wb_sunny.svg similarity index 100% rename from projects/icons-material/src/round/wb_sunny.svg rename to projects/icons-material/src/material/round/wb_sunny.svg diff --git a/projects/icons-material/src/round/wb_twilight.svg b/projects/icons-material/src/material/round/wb_twilight.svg similarity index 100% rename from projects/icons-material/src/round/wb_twilight.svg rename to projects/icons-material/src/material/round/wb_twilight.svg diff --git a/projects/icons-material/src/round/wc.svg b/projects/icons-material/src/material/round/wc.svg similarity index 100% rename from projects/icons-material/src/round/wc.svg rename to projects/icons-material/src/material/round/wc.svg diff --git a/projects/icons-material/src/round/web.svg b/projects/icons-material/src/material/round/web.svg similarity index 100% rename from projects/icons-material/src/round/web.svg rename to projects/icons-material/src/material/round/web.svg diff --git a/projects/icons-material/src/round/web_asset.svg b/projects/icons-material/src/material/round/web_asset.svg similarity index 100% rename from projects/icons-material/src/round/web_asset.svg rename to projects/icons-material/src/material/round/web_asset.svg diff --git a/projects/icons-material/src/round/web_asset_off.svg b/projects/icons-material/src/material/round/web_asset_off.svg similarity index 100% rename from projects/icons-material/src/round/web_asset_off.svg rename to projects/icons-material/src/material/round/web_asset_off.svg diff --git a/projects/icons-material/src/round/web_stories.svg b/projects/icons-material/src/material/round/web_stories.svg similarity index 100% rename from projects/icons-material/src/round/web_stories.svg rename to projects/icons-material/src/material/round/web_stories.svg diff --git a/projects/icons-material/src/round/webhook.svg b/projects/icons-material/src/material/round/webhook.svg similarity index 100% rename from projects/icons-material/src/round/webhook.svg rename to projects/icons-material/src/material/round/webhook.svg diff --git a/projects/icons-material/src/round/weekend.svg b/projects/icons-material/src/material/round/weekend.svg similarity index 100% rename from projects/icons-material/src/round/weekend.svg rename to projects/icons-material/src/material/round/weekend.svg diff --git a/projects/icons-material/src/round/west.svg b/projects/icons-material/src/material/round/west.svg similarity index 100% rename from projects/icons-material/src/round/west.svg rename to projects/icons-material/src/material/round/west.svg diff --git a/projects/icons-material/src/round/whatshot.svg b/projects/icons-material/src/material/round/whatshot.svg similarity index 100% rename from projects/icons-material/src/round/whatshot.svg rename to projects/icons-material/src/material/round/whatshot.svg diff --git a/projects/icons-material/src/round/wheelchair_pickup.svg b/projects/icons-material/src/material/round/wheelchair_pickup.svg similarity index 100% rename from projects/icons-material/src/round/wheelchair_pickup.svg rename to projects/icons-material/src/material/round/wheelchair_pickup.svg diff --git a/projects/icons-material/src/round/where_to_vote.svg b/projects/icons-material/src/material/round/where_to_vote.svg similarity index 100% rename from projects/icons-material/src/round/where_to_vote.svg rename to projects/icons-material/src/material/round/where_to_vote.svg diff --git a/projects/icons-material/src/round/widgets.svg b/projects/icons-material/src/material/round/widgets.svg similarity index 100% rename from projects/icons-material/src/round/widgets.svg rename to projects/icons-material/src/material/round/widgets.svg diff --git a/projects/icons-material/src/round/width_full.svg b/projects/icons-material/src/material/round/width_full.svg similarity index 100% rename from projects/icons-material/src/round/width_full.svg rename to projects/icons-material/src/material/round/width_full.svg diff --git a/projects/icons-material/src/round/width_normal.svg b/projects/icons-material/src/material/round/width_normal.svg similarity index 100% rename from projects/icons-material/src/round/width_normal.svg rename to projects/icons-material/src/material/round/width_normal.svg diff --git a/projects/icons-material/src/round/width_wide.svg b/projects/icons-material/src/material/round/width_wide.svg similarity index 100% rename from projects/icons-material/src/round/width_wide.svg rename to projects/icons-material/src/material/round/width_wide.svg diff --git a/projects/icons-material/src/round/wifi.svg b/projects/icons-material/src/material/round/wifi.svg similarity index 100% rename from projects/icons-material/src/round/wifi.svg rename to projects/icons-material/src/material/round/wifi.svg diff --git a/projects/icons-material/src/round/wifi_1_bar.svg b/projects/icons-material/src/material/round/wifi_1_bar.svg similarity index 100% rename from projects/icons-material/src/round/wifi_1_bar.svg rename to projects/icons-material/src/material/round/wifi_1_bar.svg diff --git a/projects/icons-material/src/round/wifi_2_bar.svg b/projects/icons-material/src/material/round/wifi_2_bar.svg similarity index 100% rename from projects/icons-material/src/round/wifi_2_bar.svg rename to projects/icons-material/src/material/round/wifi_2_bar.svg diff --git a/projects/icons-material/src/round/wifi_calling.svg b/projects/icons-material/src/material/round/wifi_calling.svg similarity index 100% rename from projects/icons-material/src/round/wifi_calling.svg rename to projects/icons-material/src/material/round/wifi_calling.svg diff --git a/projects/icons-material/src/round/wifi_calling_3.svg b/projects/icons-material/src/material/round/wifi_calling_3.svg similarity index 100% rename from projects/icons-material/src/round/wifi_calling_3.svg rename to projects/icons-material/src/material/round/wifi_calling_3.svg diff --git a/projects/icons-material/src/round/wifi_channel.svg b/projects/icons-material/src/material/round/wifi_channel.svg similarity index 100% rename from projects/icons-material/src/round/wifi_channel.svg rename to projects/icons-material/src/material/round/wifi_channel.svg diff --git a/projects/icons-material/src/round/wifi_find.svg b/projects/icons-material/src/material/round/wifi_find.svg similarity index 100% rename from projects/icons-material/src/round/wifi_find.svg rename to projects/icons-material/src/material/round/wifi_find.svg diff --git a/projects/icons-material/src/round/wifi_lock.svg b/projects/icons-material/src/material/round/wifi_lock.svg similarity index 100% rename from projects/icons-material/src/round/wifi_lock.svg rename to projects/icons-material/src/material/round/wifi_lock.svg diff --git a/projects/icons-material/src/round/wifi_off.svg b/projects/icons-material/src/material/round/wifi_off.svg similarity index 100% rename from projects/icons-material/src/round/wifi_off.svg rename to projects/icons-material/src/material/round/wifi_off.svg diff --git a/projects/icons-material/src/round/wifi_password.svg b/projects/icons-material/src/material/round/wifi_password.svg similarity index 100% rename from projects/icons-material/src/round/wifi_password.svg rename to projects/icons-material/src/material/round/wifi_password.svg diff --git a/projects/icons-material/src/round/wifi_protected_setup.svg b/projects/icons-material/src/material/round/wifi_protected_setup.svg similarity index 100% rename from projects/icons-material/src/round/wifi_protected_setup.svg rename to projects/icons-material/src/material/round/wifi_protected_setup.svg diff --git a/projects/icons-material/src/round/wifi_tethering.svg b/projects/icons-material/src/material/round/wifi_tethering.svg similarity index 100% rename from projects/icons-material/src/round/wifi_tethering.svg rename to projects/icons-material/src/material/round/wifi_tethering.svg diff --git a/projects/icons-material/src/round/wifi_tethering_error.svg b/projects/icons-material/src/material/round/wifi_tethering_error.svg similarity index 100% rename from projects/icons-material/src/round/wifi_tethering_error.svg rename to projects/icons-material/src/material/round/wifi_tethering_error.svg diff --git a/projects/icons-material/src/round/wifi_tethering_off.svg b/projects/icons-material/src/material/round/wifi_tethering_off.svg similarity index 100% rename from projects/icons-material/src/round/wifi_tethering_off.svg rename to projects/icons-material/src/material/round/wifi_tethering_off.svg diff --git a/projects/icons-material/src/round/wind_power.svg b/projects/icons-material/src/material/round/wind_power.svg similarity index 100% rename from projects/icons-material/src/round/wind_power.svg rename to projects/icons-material/src/material/round/wind_power.svg diff --git a/projects/icons-material/src/round/window.svg b/projects/icons-material/src/material/round/window.svg similarity index 100% rename from projects/icons-material/src/round/window.svg rename to projects/icons-material/src/material/round/window.svg diff --git a/projects/icons-material/src/round/wine_bar.svg b/projects/icons-material/src/material/round/wine_bar.svg similarity index 100% rename from projects/icons-material/src/round/wine_bar.svg rename to projects/icons-material/src/material/round/wine_bar.svg diff --git a/projects/icons-material/src/round/woman.svg b/projects/icons-material/src/material/round/woman.svg similarity index 100% rename from projects/icons-material/src/round/woman.svg rename to projects/icons-material/src/material/round/woman.svg diff --git a/projects/icons-material/src/round/woman_2.svg b/projects/icons-material/src/material/round/woman_2.svg similarity index 100% rename from projects/icons-material/src/round/woman_2.svg rename to projects/icons-material/src/material/round/woman_2.svg diff --git a/projects/icons-material/src/round/work.svg b/projects/icons-material/src/material/round/work.svg similarity index 100% rename from projects/icons-material/src/round/work.svg rename to projects/icons-material/src/material/round/work.svg diff --git a/projects/icons-material/src/round/work_history.svg b/projects/icons-material/src/material/round/work_history.svg similarity index 100% rename from projects/icons-material/src/round/work_history.svg rename to projects/icons-material/src/material/round/work_history.svg diff --git a/projects/icons-material/src/round/work_off.svg b/projects/icons-material/src/material/round/work_off.svg similarity index 100% rename from projects/icons-material/src/round/work_off.svg rename to projects/icons-material/src/material/round/work_off.svg diff --git a/projects/icons-material/src/round/work_outline.svg b/projects/icons-material/src/material/round/work_outline.svg similarity index 100% rename from projects/icons-material/src/round/work_outline.svg rename to projects/icons-material/src/material/round/work_outline.svg diff --git a/projects/icons-material/src/round/workspace_premium.svg b/projects/icons-material/src/material/round/workspace_premium.svg similarity index 100% rename from projects/icons-material/src/round/workspace_premium.svg rename to projects/icons-material/src/material/round/workspace_premium.svg diff --git a/projects/icons-material/src/round/workspaces.svg b/projects/icons-material/src/material/round/workspaces.svg similarity index 100% rename from projects/icons-material/src/round/workspaces.svg rename to projects/icons-material/src/material/round/workspaces.svg diff --git a/projects/icons-material/src/round/wrap_text.svg b/projects/icons-material/src/material/round/wrap_text.svg similarity index 100% rename from projects/icons-material/src/round/wrap_text.svg rename to projects/icons-material/src/material/round/wrap_text.svg diff --git a/projects/icons-material/src/round/wrong_location.svg b/projects/icons-material/src/material/round/wrong_location.svg similarity index 100% rename from projects/icons-material/src/round/wrong_location.svg rename to projects/icons-material/src/material/round/wrong_location.svg diff --git a/projects/icons-material/src/round/wysiwyg.svg b/projects/icons-material/src/material/round/wysiwyg.svg similarity index 100% rename from projects/icons-material/src/round/wysiwyg.svg rename to projects/icons-material/src/material/round/wysiwyg.svg diff --git a/projects/icons-material/src/round/yard.svg b/projects/icons-material/src/material/round/yard.svg similarity index 100% rename from projects/icons-material/src/round/yard.svg rename to projects/icons-material/src/material/round/yard.svg diff --git a/projects/icons-material/src/round/youtube_searched_for.svg b/projects/icons-material/src/material/round/youtube_searched_for.svg similarity index 100% rename from projects/icons-material/src/round/youtube_searched_for.svg rename to projects/icons-material/src/material/round/youtube_searched_for.svg diff --git a/projects/icons-material/src/round/zoom_in.svg b/projects/icons-material/src/material/round/zoom_in.svg similarity index 100% rename from projects/icons-material/src/round/zoom_in.svg rename to projects/icons-material/src/material/round/zoom_in.svg diff --git a/projects/icons-material/src/round/zoom_in_map.svg b/projects/icons-material/src/material/round/zoom_in_map.svg similarity index 100% rename from projects/icons-material/src/round/zoom_in_map.svg rename to projects/icons-material/src/material/round/zoom_in_map.svg diff --git a/projects/icons-material/src/round/zoom_out.svg b/projects/icons-material/src/material/round/zoom_out.svg similarity index 100% rename from projects/icons-material/src/round/zoom_out.svg rename to projects/icons-material/src/material/round/zoom_out.svg diff --git a/projects/icons-material/src/round/zoom_out_map.svg b/projects/icons-material/src/material/round/zoom_out_map.svg similarity index 100% rename from projects/icons-material/src/round/zoom_out_map.svg rename to projects/icons-material/src/material/round/zoom_out_map.svg diff --git a/projects/icons-material/src/sharp/10k.svg b/projects/icons-material/src/material/sharp/10k.svg similarity index 100% rename from projects/icons-material/src/sharp/10k.svg rename to projects/icons-material/src/material/sharp/10k.svg diff --git a/projects/icons-material/src/sharp/10mp.svg b/projects/icons-material/src/material/sharp/10mp.svg similarity index 100% rename from projects/icons-material/src/sharp/10mp.svg rename to projects/icons-material/src/material/sharp/10mp.svg diff --git a/projects/icons-material/src/sharp/11mp.svg b/projects/icons-material/src/material/sharp/11mp.svg similarity index 100% rename from projects/icons-material/src/sharp/11mp.svg rename to projects/icons-material/src/material/sharp/11mp.svg diff --git a/projects/icons-material/src/sharp/123.svg b/projects/icons-material/src/material/sharp/123.svg similarity index 100% rename from projects/icons-material/src/sharp/123.svg rename to projects/icons-material/src/material/sharp/123.svg diff --git a/projects/icons-material/src/sharp/12mp.svg b/projects/icons-material/src/material/sharp/12mp.svg similarity index 100% rename from projects/icons-material/src/sharp/12mp.svg rename to projects/icons-material/src/material/sharp/12mp.svg diff --git a/projects/icons-material/src/sharp/13mp.svg b/projects/icons-material/src/material/sharp/13mp.svg similarity index 100% rename from projects/icons-material/src/sharp/13mp.svg rename to projects/icons-material/src/material/sharp/13mp.svg diff --git a/projects/icons-material/src/sharp/14mp.svg b/projects/icons-material/src/material/sharp/14mp.svg similarity index 100% rename from projects/icons-material/src/sharp/14mp.svg rename to projects/icons-material/src/material/sharp/14mp.svg diff --git a/projects/icons-material/src/sharp/15mp.svg b/projects/icons-material/src/material/sharp/15mp.svg similarity index 100% rename from projects/icons-material/src/sharp/15mp.svg rename to projects/icons-material/src/material/sharp/15mp.svg diff --git a/projects/icons-material/src/sharp/16mp.svg b/projects/icons-material/src/material/sharp/16mp.svg similarity index 100% rename from projects/icons-material/src/sharp/16mp.svg rename to projects/icons-material/src/material/sharp/16mp.svg diff --git a/projects/icons-material/src/sharp/17mp.svg b/projects/icons-material/src/material/sharp/17mp.svg similarity index 100% rename from projects/icons-material/src/sharp/17mp.svg rename to projects/icons-material/src/material/sharp/17mp.svg diff --git a/projects/icons-material/src/sharp/18_up_rating.svg b/projects/icons-material/src/material/sharp/18_up_rating.svg similarity index 100% rename from projects/icons-material/src/sharp/18_up_rating.svg rename to projects/icons-material/src/material/sharp/18_up_rating.svg diff --git a/projects/icons-material/src/sharp/18mp.svg b/projects/icons-material/src/material/sharp/18mp.svg similarity index 100% rename from projects/icons-material/src/sharp/18mp.svg rename to projects/icons-material/src/material/sharp/18mp.svg diff --git a/projects/icons-material/src/sharp/19mp.svg b/projects/icons-material/src/material/sharp/19mp.svg similarity index 100% rename from projects/icons-material/src/sharp/19mp.svg rename to projects/icons-material/src/material/sharp/19mp.svg diff --git a/projects/icons-material/src/sharp/1k.svg b/projects/icons-material/src/material/sharp/1k.svg similarity index 100% rename from projects/icons-material/src/sharp/1k.svg rename to projects/icons-material/src/material/sharp/1k.svg diff --git a/projects/icons-material/src/sharp/1k_plus.svg b/projects/icons-material/src/material/sharp/1k_plus.svg similarity index 100% rename from projects/icons-material/src/sharp/1k_plus.svg rename to projects/icons-material/src/material/sharp/1k_plus.svg diff --git a/projects/icons-material/src/sharp/1x_mobiledata.svg b/projects/icons-material/src/material/sharp/1x_mobiledata.svg similarity index 100% rename from projects/icons-material/src/sharp/1x_mobiledata.svg rename to projects/icons-material/src/material/sharp/1x_mobiledata.svg diff --git a/projects/icons-material/src/sharp/20mp.svg b/projects/icons-material/src/material/sharp/20mp.svg similarity index 100% rename from projects/icons-material/src/sharp/20mp.svg rename to projects/icons-material/src/material/sharp/20mp.svg diff --git a/projects/icons-material/src/sharp/21mp.svg b/projects/icons-material/src/material/sharp/21mp.svg similarity index 100% rename from projects/icons-material/src/sharp/21mp.svg rename to projects/icons-material/src/material/sharp/21mp.svg diff --git a/projects/icons-material/src/sharp/22mp.svg b/projects/icons-material/src/material/sharp/22mp.svg similarity index 100% rename from projects/icons-material/src/sharp/22mp.svg rename to projects/icons-material/src/material/sharp/22mp.svg diff --git a/projects/icons-material/src/sharp/23mp.svg b/projects/icons-material/src/material/sharp/23mp.svg similarity index 100% rename from projects/icons-material/src/sharp/23mp.svg rename to projects/icons-material/src/material/sharp/23mp.svg diff --git a/projects/icons-material/src/sharp/24mp.svg b/projects/icons-material/src/material/sharp/24mp.svg similarity index 100% rename from projects/icons-material/src/sharp/24mp.svg rename to projects/icons-material/src/material/sharp/24mp.svg diff --git a/projects/icons-material/src/sharp/2k.svg b/projects/icons-material/src/material/sharp/2k.svg similarity index 100% rename from projects/icons-material/src/sharp/2k.svg rename to projects/icons-material/src/material/sharp/2k.svg diff --git a/projects/icons-material/src/sharp/2k_plus.svg b/projects/icons-material/src/material/sharp/2k_plus.svg similarity index 100% rename from projects/icons-material/src/sharp/2k_plus.svg rename to projects/icons-material/src/material/sharp/2k_plus.svg diff --git a/projects/icons-material/src/sharp/2mp.svg b/projects/icons-material/src/material/sharp/2mp.svg similarity index 100% rename from projects/icons-material/src/sharp/2mp.svg rename to projects/icons-material/src/material/sharp/2mp.svg diff --git a/projects/icons-material/src/sharp/30fps.svg b/projects/icons-material/src/material/sharp/30fps.svg similarity index 100% rename from projects/icons-material/src/sharp/30fps.svg rename to projects/icons-material/src/material/sharp/30fps.svg diff --git a/projects/icons-material/src/sharp/30fps_select.svg b/projects/icons-material/src/material/sharp/30fps_select.svg similarity index 100% rename from projects/icons-material/src/sharp/30fps_select.svg rename to projects/icons-material/src/material/sharp/30fps_select.svg diff --git a/projects/icons-material/src/sharp/360.svg b/projects/icons-material/src/material/sharp/360.svg similarity index 100% rename from projects/icons-material/src/sharp/360.svg rename to projects/icons-material/src/material/sharp/360.svg diff --git a/projects/icons-material/src/sharp/3d_rotation.svg b/projects/icons-material/src/material/sharp/3d_rotation.svg similarity index 100% rename from projects/icons-material/src/sharp/3d_rotation.svg rename to projects/icons-material/src/material/sharp/3d_rotation.svg diff --git a/projects/icons-material/src/sharp/3g_mobiledata.svg b/projects/icons-material/src/material/sharp/3g_mobiledata.svg similarity index 100% rename from projects/icons-material/src/sharp/3g_mobiledata.svg rename to projects/icons-material/src/material/sharp/3g_mobiledata.svg diff --git a/projects/icons-material/src/sharp/3k.svg b/projects/icons-material/src/material/sharp/3k.svg similarity index 100% rename from projects/icons-material/src/sharp/3k.svg rename to projects/icons-material/src/material/sharp/3k.svg diff --git a/projects/icons-material/src/sharp/3k_plus.svg b/projects/icons-material/src/material/sharp/3k_plus.svg similarity index 100% rename from projects/icons-material/src/sharp/3k_plus.svg rename to projects/icons-material/src/material/sharp/3k_plus.svg diff --git a/projects/icons-material/src/sharp/3mp.svg b/projects/icons-material/src/material/sharp/3mp.svg similarity index 100% rename from projects/icons-material/src/sharp/3mp.svg rename to projects/icons-material/src/material/sharp/3mp.svg diff --git a/projects/icons-material/src/sharp/3p.svg b/projects/icons-material/src/material/sharp/3p.svg similarity index 100% rename from projects/icons-material/src/sharp/3p.svg rename to projects/icons-material/src/material/sharp/3p.svg diff --git a/projects/icons-material/src/sharp/4g_mobiledata.svg b/projects/icons-material/src/material/sharp/4g_mobiledata.svg similarity index 100% rename from projects/icons-material/src/sharp/4g_mobiledata.svg rename to projects/icons-material/src/material/sharp/4g_mobiledata.svg diff --git a/projects/icons-material/src/sharp/4g_plus_mobiledata.svg b/projects/icons-material/src/material/sharp/4g_plus_mobiledata.svg similarity index 100% rename from projects/icons-material/src/sharp/4g_plus_mobiledata.svg rename to projects/icons-material/src/material/sharp/4g_plus_mobiledata.svg diff --git a/projects/icons-material/src/sharp/4k.svg b/projects/icons-material/src/material/sharp/4k.svg similarity index 100% rename from projects/icons-material/src/sharp/4k.svg rename to projects/icons-material/src/material/sharp/4k.svg diff --git a/projects/icons-material/src/sharp/4k_plus.svg b/projects/icons-material/src/material/sharp/4k_plus.svg similarity index 100% rename from projects/icons-material/src/sharp/4k_plus.svg rename to projects/icons-material/src/material/sharp/4k_plus.svg diff --git a/projects/icons-material/src/sharp/4mp.svg b/projects/icons-material/src/material/sharp/4mp.svg similarity index 100% rename from projects/icons-material/src/sharp/4mp.svg rename to projects/icons-material/src/material/sharp/4mp.svg diff --git a/projects/icons-material/src/sharp/5g.svg b/projects/icons-material/src/material/sharp/5g.svg similarity index 100% rename from projects/icons-material/src/sharp/5g.svg rename to projects/icons-material/src/material/sharp/5g.svg diff --git a/projects/icons-material/src/sharp/5k.svg b/projects/icons-material/src/material/sharp/5k.svg similarity index 100% rename from projects/icons-material/src/sharp/5k.svg rename to projects/icons-material/src/material/sharp/5k.svg diff --git a/projects/icons-material/src/sharp/5k_plus.svg b/projects/icons-material/src/material/sharp/5k_plus.svg similarity index 100% rename from projects/icons-material/src/sharp/5k_plus.svg rename to projects/icons-material/src/material/sharp/5k_plus.svg diff --git a/projects/icons-material/src/sharp/5mp.svg b/projects/icons-material/src/material/sharp/5mp.svg similarity index 100% rename from projects/icons-material/src/sharp/5mp.svg rename to projects/icons-material/src/material/sharp/5mp.svg diff --git a/projects/icons-material/src/sharp/60fps.svg b/projects/icons-material/src/material/sharp/60fps.svg similarity index 100% rename from projects/icons-material/src/sharp/60fps.svg rename to projects/icons-material/src/material/sharp/60fps.svg diff --git a/projects/icons-material/src/sharp/60fps_select.svg b/projects/icons-material/src/material/sharp/60fps_select.svg similarity index 100% rename from projects/icons-material/src/sharp/60fps_select.svg rename to projects/icons-material/src/material/sharp/60fps_select.svg diff --git a/projects/icons-material/src/sharp/6_ft_apart.svg b/projects/icons-material/src/material/sharp/6_ft_apart.svg similarity index 100% rename from projects/icons-material/src/sharp/6_ft_apart.svg rename to projects/icons-material/src/material/sharp/6_ft_apart.svg diff --git a/projects/icons-material/src/sharp/6k.svg b/projects/icons-material/src/material/sharp/6k.svg similarity index 100% rename from projects/icons-material/src/sharp/6k.svg rename to projects/icons-material/src/material/sharp/6k.svg diff --git a/projects/icons-material/src/sharp/6k_plus.svg b/projects/icons-material/src/material/sharp/6k_plus.svg similarity index 100% rename from projects/icons-material/src/sharp/6k_plus.svg rename to projects/icons-material/src/material/sharp/6k_plus.svg diff --git a/projects/icons-material/src/sharp/6mp.svg b/projects/icons-material/src/material/sharp/6mp.svg similarity index 100% rename from projects/icons-material/src/sharp/6mp.svg rename to projects/icons-material/src/material/sharp/6mp.svg diff --git a/projects/icons-material/src/sharp/7k.svg b/projects/icons-material/src/material/sharp/7k.svg similarity index 100% rename from projects/icons-material/src/sharp/7k.svg rename to projects/icons-material/src/material/sharp/7k.svg diff --git a/projects/icons-material/src/sharp/7k_plus.svg b/projects/icons-material/src/material/sharp/7k_plus.svg similarity index 100% rename from projects/icons-material/src/sharp/7k_plus.svg rename to projects/icons-material/src/material/sharp/7k_plus.svg diff --git a/projects/icons-material/src/sharp/7mp.svg b/projects/icons-material/src/material/sharp/7mp.svg similarity index 100% rename from projects/icons-material/src/sharp/7mp.svg rename to projects/icons-material/src/material/sharp/7mp.svg diff --git a/projects/icons-material/src/sharp/8k.svg b/projects/icons-material/src/material/sharp/8k.svg similarity index 100% rename from projects/icons-material/src/sharp/8k.svg rename to projects/icons-material/src/material/sharp/8k.svg diff --git a/projects/icons-material/src/sharp/8k_plus.svg b/projects/icons-material/src/material/sharp/8k_plus.svg similarity index 100% rename from projects/icons-material/src/sharp/8k_plus.svg rename to projects/icons-material/src/material/sharp/8k_plus.svg diff --git a/projects/icons-material/src/sharp/8mp.svg b/projects/icons-material/src/material/sharp/8mp.svg similarity index 100% rename from projects/icons-material/src/sharp/8mp.svg rename to projects/icons-material/src/material/sharp/8mp.svg diff --git a/projects/icons-material/src/sharp/9k.svg b/projects/icons-material/src/material/sharp/9k.svg similarity index 100% rename from projects/icons-material/src/sharp/9k.svg rename to projects/icons-material/src/material/sharp/9k.svg diff --git a/projects/icons-material/src/sharp/9k_plus.svg b/projects/icons-material/src/material/sharp/9k_plus.svg similarity index 100% rename from projects/icons-material/src/sharp/9k_plus.svg rename to projects/icons-material/src/material/sharp/9k_plus.svg diff --git a/projects/icons-material/src/sharp/9mp.svg b/projects/icons-material/src/material/sharp/9mp.svg similarity index 100% rename from projects/icons-material/src/sharp/9mp.svg rename to projects/icons-material/src/material/sharp/9mp.svg diff --git a/projects/icons-material/src/sharp/abc.svg b/projects/icons-material/src/material/sharp/abc.svg similarity index 100% rename from projects/icons-material/src/sharp/abc.svg rename to projects/icons-material/src/material/sharp/abc.svg diff --git a/projects/icons-material/src/sharp/ac_unit.svg b/projects/icons-material/src/material/sharp/ac_unit.svg similarity index 100% rename from projects/icons-material/src/sharp/ac_unit.svg rename to projects/icons-material/src/material/sharp/ac_unit.svg diff --git a/projects/icons-material/src/sharp/access_alarm.svg b/projects/icons-material/src/material/sharp/access_alarm.svg similarity index 100% rename from projects/icons-material/src/sharp/access_alarm.svg rename to projects/icons-material/src/material/sharp/access_alarm.svg diff --git a/projects/icons-material/src/sharp/access_alarms.svg b/projects/icons-material/src/material/sharp/access_alarms.svg similarity index 100% rename from projects/icons-material/src/sharp/access_alarms.svg rename to projects/icons-material/src/material/sharp/access_alarms.svg diff --git a/projects/icons-material/src/sharp/access_time.svg b/projects/icons-material/src/material/sharp/access_time.svg similarity index 100% rename from projects/icons-material/src/sharp/access_time.svg rename to projects/icons-material/src/material/sharp/access_time.svg diff --git a/projects/icons-material/src/sharp/access_time_filled.svg b/projects/icons-material/src/material/sharp/access_time_filled.svg similarity index 100% rename from projects/icons-material/src/sharp/access_time_filled.svg rename to projects/icons-material/src/material/sharp/access_time_filled.svg diff --git a/projects/icons-material/src/sharp/accessibility.svg b/projects/icons-material/src/material/sharp/accessibility.svg similarity index 100% rename from projects/icons-material/src/sharp/accessibility.svg rename to projects/icons-material/src/material/sharp/accessibility.svg diff --git a/projects/icons-material/src/sharp/accessibility_new.svg b/projects/icons-material/src/material/sharp/accessibility_new.svg similarity index 100% rename from projects/icons-material/src/sharp/accessibility_new.svg rename to projects/icons-material/src/material/sharp/accessibility_new.svg diff --git a/projects/icons-material/src/sharp/accessible.svg b/projects/icons-material/src/material/sharp/accessible.svg similarity index 100% rename from projects/icons-material/src/sharp/accessible.svg rename to projects/icons-material/src/material/sharp/accessible.svg diff --git a/projects/icons-material/src/sharp/accessible_forward.svg b/projects/icons-material/src/material/sharp/accessible_forward.svg similarity index 100% rename from projects/icons-material/src/sharp/accessible_forward.svg rename to projects/icons-material/src/material/sharp/accessible_forward.svg diff --git a/projects/icons-material/src/sharp/account_balance.svg b/projects/icons-material/src/material/sharp/account_balance.svg similarity index 100% rename from projects/icons-material/src/sharp/account_balance.svg rename to projects/icons-material/src/material/sharp/account_balance.svg diff --git a/projects/icons-material/src/sharp/account_balance_wallet.svg b/projects/icons-material/src/material/sharp/account_balance_wallet.svg similarity index 100% rename from projects/icons-material/src/sharp/account_balance_wallet.svg rename to projects/icons-material/src/material/sharp/account_balance_wallet.svg diff --git a/projects/icons-material/src/sharp/account_box.svg b/projects/icons-material/src/material/sharp/account_box.svg similarity index 100% rename from projects/icons-material/src/sharp/account_box.svg rename to projects/icons-material/src/material/sharp/account_box.svg diff --git a/projects/icons-material/src/sharp/account_circle.svg b/projects/icons-material/src/material/sharp/account_circle.svg similarity index 100% rename from projects/icons-material/src/sharp/account_circle.svg rename to projects/icons-material/src/material/sharp/account_circle.svg diff --git a/projects/icons-material/src/sharp/account_tree.svg b/projects/icons-material/src/material/sharp/account_tree.svg similarity index 100% rename from projects/icons-material/src/sharp/account_tree.svg rename to projects/icons-material/src/material/sharp/account_tree.svg diff --git a/projects/icons-material/src/sharp/ad_units.svg b/projects/icons-material/src/material/sharp/ad_units.svg similarity index 100% rename from projects/icons-material/src/sharp/ad_units.svg rename to projects/icons-material/src/material/sharp/ad_units.svg diff --git a/projects/icons-material/src/sharp/adb.svg b/projects/icons-material/src/material/sharp/adb.svg similarity index 100% rename from projects/icons-material/src/sharp/adb.svg rename to projects/icons-material/src/material/sharp/adb.svg diff --git a/projects/icons-material/src/sharp/add.svg b/projects/icons-material/src/material/sharp/add.svg similarity index 100% rename from projects/icons-material/src/sharp/add.svg rename to projects/icons-material/src/material/sharp/add.svg diff --git a/projects/icons-material/src/sharp/add_a_photo.svg b/projects/icons-material/src/material/sharp/add_a_photo.svg similarity index 100% rename from projects/icons-material/src/sharp/add_a_photo.svg rename to projects/icons-material/src/material/sharp/add_a_photo.svg diff --git a/projects/icons-material/src/sharp/add_alarm.svg b/projects/icons-material/src/material/sharp/add_alarm.svg similarity index 100% rename from projects/icons-material/src/sharp/add_alarm.svg rename to projects/icons-material/src/material/sharp/add_alarm.svg diff --git a/projects/icons-material/src/sharp/add_alert.svg b/projects/icons-material/src/material/sharp/add_alert.svg similarity index 100% rename from projects/icons-material/src/sharp/add_alert.svg rename to projects/icons-material/src/material/sharp/add_alert.svg diff --git a/projects/icons-material/src/sharp/add_box.svg b/projects/icons-material/src/material/sharp/add_box.svg similarity index 100% rename from projects/icons-material/src/sharp/add_box.svg rename to projects/icons-material/src/material/sharp/add_box.svg diff --git a/projects/icons-material/src/sharp/add_business.svg b/projects/icons-material/src/material/sharp/add_business.svg similarity index 100% rename from projects/icons-material/src/sharp/add_business.svg rename to projects/icons-material/src/material/sharp/add_business.svg diff --git a/projects/icons-material/src/sharp/add_card.svg b/projects/icons-material/src/material/sharp/add_card.svg similarity index 100% rename from projects/icons-material/src/sharp/add_card.svg rename to projects/icons-material/src/material/sharp/add_card.svg diff --git a/projects/icons-material/src/sharp/add_chart.svg b/projects/icons-material/src/material/sharp/add_chart.svg similarity index 100% rename from projects/icons-material/src/sharp/add_chart.svg rename to projects/icons-material/src/material/sharp/add_chart.svg diff --git a/projects/icons-material/src/sharp/add_circle.svg b/projects/icons-material/src/material/sharp/add_circle.svg similarity index 100% rename from projects/icons-material/src/sharp/add_circle.svg rename to projects/icons-material/src/material/sharp/add_circle.svg diff --git a/projects/icons-material/src/sharp/add_circle_outline.svg b/projects/icons-material/src/material/sharp/add_circle_outline.svg similarity index 100% rename from projects/icons-material/src/sharp/add_circle_outline.svg rename to projects/icons-material/src/material/sharp/add_circle_outline.svg diff --git a/projects/icons-material/src/sharp/add_comment.svg b/projects/icons-material/src/material/sharp/add_comment.svg similarity index 100% rename from projects/icons-material/src/sharp/add_comment.svg rename to projects/icons-material/src/material/sharp/add_comment.svg diff --git a/projects/icons-material/src/sharp/add_home.svg b/projects/icons-material/src/material/sharp/add_home.svg similarity index 100% rename from projects/icons-material/src/sharp/add_home.svg rename to projects/icons-material/src/material/sharp/add_home.svg diff --git a/projects/icons-material/src/sharp/add_home_work.svg b/projects/icons-material/src/material/sharp/add_home_work.svg similarity index 100% rename from projects/icons-material/src/sharp/add_home_work.svg rename to projects/icons-material/src/material/sharp/add_home_work.svg diff --git a/projects/icons-material/src/sharp/add_ic_call.svg b/projects/icons-material/src/material/sharp/add_ic_call.svg similarity index 100% rename from projects/icons-material/src/sharp/add_ic_call.svg rename to projects/icons-material/src/material/sharp/add_ic_call.svg diff --git a/projects/icons-material/src/sharp/add_link.svg b/projects/icons-material/src/material/sharp/add_link.svg similarity index 100% rename from projects/icons-material/src/sharp/add_link.svg rename to projects/icons-material/src/material/sharp/add_link.svg diff --git a/projects/icons-material/src/sharp/add_location.svg b/projects/icons-material/src/material/sharp/add_location.svg similarity index 100% rename from projects/icons-material/src/sharp/add_location.svg rename to projects/icons-material/src/material/sharp/add_location.svg diff --git a/projects/icons-material/src/sharp/add_location_alt.svg b/projects/icons-material/src/material/sharp/add_location_alt.svg similarity index 100% rename from projects/icons-material/src/sharp/add_location_alt.svg rename to projects/icons-material/src/material/sharp/add_location_alt.svg diff --git a/projects/icons-material/src/sharp/add_moderator.svg b/projects/icons-material/src/material/sharp/add_moderator.svg similarity index 100% rename from projects/icons-material/src/sharp/add_moderator.svg rename to projects/icons-material/src/material/sharp/add_moderator.svg diff --git a/projects/icons-material/src/sharp/add_photo_alternate.svg b/projects/icons-material/src/material/sharp/add_photo_alternate.svg similarity index 100% rename from projects/icons-material/src/sharp/add_photo_alternate.svg rename to projects/icons-material/src/material/sharp/add_photo_alternate.svg diff --git a/projects/icons-material/src/sharp/add_reaction.svg b/projects/icons-material/src/material/sharp/add_reaction.svg similarity index 100% rename from projects/icons-material/src/sharp/add_reaction.svg rename to projects/icons-material/src/material/sharp/add_reaction.svg diff --git a/projects/icons-material/src/sharp/add_road.svg b/projects/icons-material/src/material/sharp/add_road.svg similarity index 100% rename from projects/icons-material/src/sharp/add_road.svg rename to projects/icons-material/src/material/sharp/add_road.svg diff --git a/projects/icons-material/src/sharp/add_shopping_cart.svg b/projects/icons-material/src/material/sharp/add_shopping_cart.svg similarity index 100% rename from projects/icons-material/src/sharp/add_shopping_cart.svg rename to projects/icons-material/src/material/sharp/add_shopping_cart.svg diff --git a/projects/icons-material/src/sharp/add_task.svg b/projects/icons-material/src/material/sharp/add_task.svg similarity index 100% rename from projects/icons-material/src/sharp/add_task.svg rename to projects/icons-material/src/material/sharp/add_task.svg diff --git a/projects/icons-material/src/sharp/add_to_drive.svg b/projects/icons-material/src/material/sharp/add_to_drive.svg similarity index 100% rename from projects/icons-material/src/sharp/add_to_drive.svg rename to projects/icons-material/src/material/sharp/add_to_drive.svg diff --git a/projects/icons-material/src/sharp/add_to_home_screen.svg b/projects/icons-material/src/material/sharp/add_to_home_screen.svg similarity index 100% rename from projects/icons-material/src/sharp/add_to_home_screen.svg rename to projects/icons-material/src/material/sharp/add_to_home_screen.svg diff --git a/projects/icons-material/src/sharp/add_to_photos.svg b/projects/icons-material/src/material/sharp/add_to_photos.svg similarity index 100% rename from projects/icons-material/src/sharp/add_to_photos.svg rename to projects/icons-material/src/material/sharp/add_to_photos.svg diff --git a/projects/icons-material/src/sharp/add_to_queue.svg b/projects/icons-material/src/material/sharp/add_to_queue.svg similarity index 100% rename from projects/icons-material/src/sharp/add_to_queue.svg rename to projects/icons-material/src/material/sharp/add_to_queue.svg diff --git a/projects/icons-material/src/sharp/addchart.svg b/projects/icons-material/src/material/sharp/addchart.svg similarity index 100% rename from projects/icons-material/src/sharp/addchart.svg rename to projects/icons-material/src/material/sharp/addchart.svg diff --git a/projects/icons-material/src/sharp/adf_scanner.svg b/projects/icons-material/src/material/sharp/adf_scanner.svg similarity index 100% rename from projects/icons-material/src/sharp/adf_scanner.svg rename to projects/icons-material/src/material/sharp/adf_scanner.svg diff --git a/projects/icons-material/src/sharp/adjust.svg b/projects/icons-material/src/material/sharp/adjust.svg similarity index 100% rename from projects/icons-material/src/sharp/adjust.svg rename to projects/icons-material/src/material/sharp/adjust.svg diff --git a/projects/icons-material/src/sharp/admin_panel_settings.svg b/projects/icons-material/src/material/sharp/admin_panel_settings.svg similarity index 100% rename from projects/icons-material/src/sharp/admin_panel_settings.svg rename to projects/icons-material/src/material/sharp/admin_panel_settings.svg diff --git a/projects/icons-material/src/sharp/ads_click.svg b/projects/icons-material/src/material/sharp/ads_click.svg similarity index 100% rename from projects/icons-material/src/sharp/ads_click.svg rename to projects/icons-material/src/material/sharp/ads_click.svg diff --git a/projects/icons-material/src/sharp/agriculture.svg b/projects/icons-material/src/material/sharp/agriculture.svg similarity index 100% rename from projects/icons-material/src/sharp/agriculture.svg rename to projects/icons-material/src/material/sharp/agriculture.svg diff --git a/projects/icons-material/src/sharp/air.svg b/projects/icons-material/src/material/sharp/air.svg similarity index 100% rename from projects/icons-material/src/sharp/air.svg rename to projects/icons-material/src/material/sharp/air.svg diff --git a/projects/icons-material/src/sharp/airline_seat_flat.svg b/projects/icons-material/src/material/sharp/airline_seat_flat.svg similarity index 100% rename from projects/icons-material/src/sharp/airline_seat_flat.svg rename to projects/icons-material/src/material/sharp/airline_seat_flat.svg diff --git a/projects/icons-material/src/sharp/airline_seat_flat_angled.svg b/projects/icons-material/src/material/sharp/airline_seat_flat_angled.svg similarity index 100% rename from projects/icons-material/src/sharp/airline_seat_flat_angled.svg rename to projects/icons-material/src/material/sharp/airline_seat_flat_angled.svg diff --git a/projects/icons-material/src/sharp/airline_seat_individual_suite.svg b/projects/icons-material/src/material/sharp/airline_seat_individual_suite.svg similarity index 100% rename from projects/icons-material/src/sharp/airline_seat_individual_suite.svg rename to projects/icons-material/src/material/sharp/airline_seat_individual_suite.svg diff --git a/projects/icons-material/src/sharp/airline_seat_legroom_extra.svg b/projects/icons-material/src/material/sharp/airline_seat_legroom_extra.svg similarity index 100% rename from projects/icons-material/src/sharp/airline_seat_legroom_extra.svg rename to projects/icons-material/src/material/sharp/airline_seat_legroom_extra.svg diff --git a/projects/icons-material/src/sharp/airline_seat_legroom_normal.svg b/projects/icons-material/src/material/sharp/airline_seat_legroom_normal.svg similarity index 100% rename from projects/icons-material/src/sharp/airline_seat_legroom_normal.svg rename to projects/icons-material/src/material/sharp/airline_seat_legroom_normal.svg diff --git a/projects/icons-material/src/sharp/airline_seat_legroom_reduced.svg b/projects/icons-material/src/material/sharp/airline_seat_legroom_reduced.svg similarity index 100% rename from projects/icons-material/src/sharp/airline_seat_legroom_reduced.svg rename to projects/icons-material/src/material/sharp/airline_seat_legroom_reduced.svg diff --git a/projects/icons-material/src/sharp/airline_seat_recline_extra.svg b/projects/icons-material/src/material/sharp/airline_seat_recline_extra.svg similarity index 100% rename from projects/icons-material/src/sharp/airline_seat_recline_extra.svg rename to projects/icons-material/src/material/sharp/airline_seat_recline_extra.svg diff --git a/projects/icons-material/src/sharp/airline_seat_recline_normal.svg b/projects/icons-material/src/material/sharp/airline_seat_recline_normal.svg similarity index 100% rename from projects/icons-material/src/sharp/airline_seat_recline_normal.svg rename to projects/icons-material/src/material/sharp/airline_seat_recline_normal.svg diff --git a/projects/icons-material/src/sharp/airline_stops.svg b/projects/icons-material/src/material/sharp/airline_stops.svg similarity index 100% rename from projects/icons-material/src/sharp/airline_stops.svg rename to projects/icons-material/src/material/sharp/airline_stops.svg diff --git a/projects/icons-material/src/sharp/airlines.svg b/projects/icons-material/src/material/sharp/airlines.svg similarity index 100% rename from projects/icons-material/src/sharp/airlines.svg rename to projects/icons-material/src/material/sharp/airlines.svg diff --git a/projects/icons-material/src/sharp/airplane_ticket.svg b/projects/icons-material/src/material/sharp/airplane_ticket.svg similarity index 100% rename from projects/icons-material/src/sharp/airplane_ticket.svg rename to projects/icons-material/src/material/sharp/airplane_ticket.svg diff --git a/projects/icons-material/src/sharp/airplanemode_active.svg b/projects/icons-material/src/material/sharp/airplanemode_active.svg similarity index 100% rename from projects/icons-material/src/sharp/airplanemode_active.svg rename to projects/icons-material/src/material/sharp/airplanemode_active.svg diff --git a/projects/icons-material/src/sharp/airplanemode_inactive.svg b/projects/icons-material/src/material/sharp/airplanemode_inactive.svg similarity index 100% rename from projects/icons-material/src/sharp/airplanemode_inactive.svg rename to projects/icons-material/src/material/sharp/airplanemode_inactive.svg diff --git a/projects/icons-material/src/sharp/airplay.svg b/projects/icons-material/src/material/sharp/airplay.svg similarity index 100% rename from projects/icons-material/src/sharp/airplay.svg rename to projects/icons-material/src/material/sharp/airplay.svg diff --git a/projects/icons-material/src/sharp/airport_shuttle.svg b/projects/icons-material/src/material/sharp/airport_shuttle.svg similarity index 100% rename from projects/icons-material/src/sharp/airport_shuttle.svg rename to projects/icons-material/src/material/sharp/airport_shuttle.svg diff --git a/projects/icons-material/src/sharp/alarm.svg b/projects/icons-material/src/material/sharp/alarm.svg similarity index 100% rename from projects/icons-material/src/sharp/alarm.svg rename to projects/icons-material/src/material/sharp/alarm.svg diff --git a/projects/icons-material/src/sharp/alarm_add.svg b/projects/icons-material/src/material/sharp/alarm_add.svg similarity index 100% rename from projects/icons-material/src/sharp/alarm_add.svg rename to projects/icons-material/src/material/sharp/alarm_add.svg diff --git a/projects/icons-material/src/sharp/alarm_off.svg b/projects/icons-material/src/material/sharp/alarm_off.svg similarity index 100% rename from projects/icons-material/src/sharp/alarm_off.svg rename to projects/icons-material/src/material/sharp/alarm_off.svg diff --git a/projects/icons-material/src/sharp/alarm_on.svg b/projects/icons-material/src/material/sharp/alarm_on.svg similarity index 100% rename from projects/icons-material/src/sharp/alarm_on.svg rename to projects/icons-material/src/material/sharp/alarm_on.svg diff --git a/projects/icons-material/src/sharp/album.svg b/projects/icons-material/src/material/sharp/album.svg similarity index 100% rename from projects/icons-material/src/sharp/album.svg rename to projects/icons-material/src/material/sharp/album.svg diff --git a/projects/icons-material/src/sharp/align_horizontal_center.svg b/projects/icons-material/src/material/sharp/align_horizontal_center.svg similarity index 100% rename from projects/icons-material/src/sharp/align_horizontal_center.svg rename to projects/icons-material/src/material/sharp/align_horizontal_center.svg diff --git a/projects/icons-material/src/sharp/align_horizontal_left.svg b/projects/icons-material/src/material/sharp/align_horizontal_left.svg similarity index 100% rename from projects/icons-material/src/sharp/align_horizontal_left.svg rename to projects/icons-material/src/material/sharp/align_horizontal_left.svg diff --git a/projects/icons-material/src/sharp/align_horizontal_right.svg b/projects/icons-material/src/material/sharp/align_horizontal_right.svg similarity index 100% rename from projects/icons-material/src/sharp/align_horizontal_right.svg rename to projects/icons-material/src/material/sharp/align_horizontal_right.svg diff --git a/projects/icons-material/src/sharp/align_vertical_bottom.svg b/projects/icons-material/src/material/sharp/align_vertical_bottom.svg similarity index 100% rename from projects/icons-material/src/sharp/align_vertical_bottom.svg rename to projects/icons-material/src/material/sharp/align_vertical_bottom.svg diff --git a/projects/icons-material/src/sharp/align_vertical_center.svg b/projects/icons-material/src/material/sharp/align_vertical_center.svg similarity index 100% rename from projects/icons-material/src/sharp/align_vertical_center.svg rename to projects/icons-material/src/material/sharp/align_vertical_center.svg diff --git a/projects/icons-material/src/sharp/align_vertical_top.svg b/projects/icons-material/src/material/sharp/align_vertical_top.svg similarity index 100% rename from projects/icons-material/src/sharp/align_vertical_top.svg rename to projects/icons-material/src/material/sharp/align_vertical_top.svg diff --git a/projects/icons-material/src/sharp/all_inbox.svg b/projects/icons-material/src/material/sharp/all_inbox.svg similarity index 100% rename from projects/icons-material/src/sharp/all_inbox.svg rename to projects/icons-material/src/material/sharp/all_inbox.svg diff --git a/projects/icons-material/src/sharp/all_inclusive.svg b/projects/icons-material/src/material/sharp/all_inclusive.svg similarity index 100% rename from projects/icons-material/src/sharp/all_inclusive.svg rename to projects/icons-material/src/material/sharp/all_inclusive.svg diff --git a/projects/icons-material/src/sharp/all_out.svg b/projects/icons-material/src/material/sharp/all_out.svg similarity index 100% rename from projects/icons-material/src/sharp/all_out.svg rename to projects/icons-material/src/material/sharp/all_out.svg diff --git a/projects/icons-material/src/sharp/alt_route.svg b/projects/icons-material/src/material/sharp/alt_route.svg similarity index 100% rename from projects/icons-material/src/sharp/alt_route.svg rename to projects/icons-material/src/material/sharp/alt_route.svg diff --git a/projects/icons-material/src/sharp/alternate_email.svg b/projects/icons-material/src/material/sharp/alternate_email.svg similarity index 100% rename from projects/icons-material/src/sharp/alternate_email.svg rename to projects/icons-material/src/material/sharp/alternate_email.svg diff --git a/projects/icons-material/src/sharp/analytics.svg b/projects/icons-material/src/material/sharp/analytics.svg similarity index 100% rename from projects/icons-material/src/sharp/analytics.svg rename to projects/icons-material/src/material/sharp/analytics.svg diff --git a/projects/icons-material/src/sharp/anchor.svg b/projects/icons-material/src/material/sharp/anchor.svg similarity index 100% rename from projects/icons-material/src/sharp/anchor.svg rename to projects/icons-material/src/material/sharp/anchor.svg diff --git a/projects/icons-material/src/sharp/android.svg b/projects/icons-material/src/material/sharp/android.svg similarity index 100% rename from projects/icons-material/src/sharp/android.svg rename to projects/icons-material/src/material/sharp/android.svg diff --git a/projects/icons-material/src/sharp/animation.svg b/projects/icons-material/src/material/sharp/animation.svg similarity index 100% rename from projects/icons-material/src/sharp/animation.svg rename to projects/icons-material/src/material/sharp/animation.svg diff --git a/projects/icons-material/src/sharp/announcement.svg b/projects/icons-material/src/material/sharp/announcement.svg similarity index 100% rename from projects/icons-material/src/sharp/announcement.svg rename to projects/icons-material/src/material/sharp/announcement.svg diff --git a/projects/icons-material/src/sharp/aod.svg b/projects/icons-material/src/material/sharp/aod.svg similarity index 100% rename from projects/icons-material/src/sharp/aod.svg rename to projects/icons-material/src/material/sharp/aod.svg diff --git a/projects/icons-material/src/sharp/apartment.svg b/projects/icons-material/src/material/sharp/apartment.svg similarity index 100% rename from projects/icons-material/src/sharp/apartment.svg rename to projects/icons-material/src/material/sharp/apartment.svg diff --git a/projects/icons-material/src/sharp/api.svg b/projects/icons-material/src/material/sharp/api.svg similarity index 100% rename from projects/icons-material/src/sharp/api.svg rename to projects/icons-material/src/material/sharp/api.svg diff --git a/projects/icons-material/src/sharp/app_blocking.svg b/projects/icons-material/src/material/sharp/app_blocking.svg similarity index 100% rename from projects/icons-material/src/sharp/app_blocking.svg rename to projects/icons-material/src/material/sharp/app_blocking.svg diff --git a/projects/icons-material/src/sharp/app_registration.svg b/projects/icons-material/src/material/sharp/app_registration.svg similarity index 100% rename from projects/icons-material/src/sharp/app_registration.svg rename to projects/icons-material/src/material/sharp/app_registration.svg diff --git a/projects/icons-material/src/sharp/app_settings_alt.svg b/projects/icons-material/src/material/sharp/app_settings_alt.svg similarity index 100% rename from projects/icons-material/src/sharp/app_settings_alt.svg rename to projects/icons-material/src/material/sharp/app_settings_alt.svg diff --git a/projects/icons-material/src/sharp/app_shortcut.svg b/projects/icons-material/src/material/sharp/app_shortcut.svg similarity index 100% rename from projects/icons-material/src/sharp/app_shortcut.svg rename to projects/icons-material/src/material/sharp/app_shortcut.svg diff --git a/projects/icons-material/src/sharp/approval.svg b/projects/icons-material/src/material/sharp/approval.svg similarity index 100% rename from projects/icons-material/src/sharp/approval.svg rename to projects/icons-material/src/material/sharp/approval.svg diff --git a/projects/icons-material/src/sharp/apps.svg b/projects/icons-material/src/material/sharp/apps.svg similarity index 100% rename from projects/icons-material/src/sharp/apps.svg rename to projects/icons-material/src/material/sharp/apps.svg diff --git a/projects/icons-material/src/sharp/apps_outage.svg b/projects/icons-material/src/material/sharp/apps_outage.svg similarity index 100% rename from projects/icons-material/src/sharp/apps_outage.svg rename to projects/icons-material/src/material/sharp/apps_outage.svg diff --git a/projects/icons-material/src/sharp/architecture.svg b/projects/icons-material/src/material/sharp/architecture.svg similarity index 100% rename from projects/icons-material/src/sharp/architecture.svg rename to projects/icons-material/src/material/sharp/architecture.svg diff --git a/projects/icons-material/src/sharp/archive.svg b/projects/icons-material/src/material/sharp/archive.svg similarity index 100% rename from projects/icons-material/src/sharp/archive.svg rename to projects/icons-material/src/material/sharp/archive.svg diff --git a/projects/icons-material/src/sharp/area_chart.svg b/projects/icons-material/src/material/sharp/area_chart.svg similarity index 100% rename from projects/icons-material/src/sharp/area_chart.svg rename to projects/icons-material/src/material/sharp/area_chart.svg diff --git a/projects/icons-material/src/sharp/arrow_back.svg b/projects/icons-material/src/material/sharp/arrow_back.svg similarity index 100% rename from projects/icons-material/src/sharp/arrow_back.svg rename to projects/icons-material/src/material/sharp/arrow_back.svg diff --git a/projects/icons-material/src/sharp/arrow_back_ios.svg b/projects/icons-material/src/material/sharp/arrow_back_ios.svg similarity index 100% rename from projects/icons-material/src/sharp/arrow_back_ios.svg rename to projects/icons-material/src/material/sharp/arrow_back_ios.svg diff --git a/projects/icons-material/src/sharp/arrow_back_ios_new.svg b/projects/icons-material/src/material/sharp/arrow_back_ios_new.svg similarity index 100% rename from projects/icons-material/src/sharp/arrow_back_ios_new.svg rename to projects/icons-material/src/material/sharp/arrow_back_ios_new.svg diff --git a/projects/icons-material/src/sharp/arrow_circle_down.svg b/projects/icons-material/src/material/sharp/arrow_circle_down.svg similarity index 100% rename from projects/icons-material/src/sharp/arrow_circle_down.svg rename to projects/icons-material/src/material/sharp/arrow_circle_down.svg diff --git a/projects/icons-material/src/sharp/arrow_circle_left.svg b/projects/icons-material/src/material/sharp/arrow_circle_left.svg similarity index 100% rename from projects/icons-material/src/sharp/arrow_circle_left.svg rename to projects/icons-material/src/material/sharp/arrow_circle_left.svg diff --git a/projects/icons-material/src/sharp/arrow_circle_right.svg b/projects/icons-material/src/material/sharp/arrow_circle_right.svg similarity index 100% rename from projects/icons-material/src/sharp/arrow_circle_right.svg rename to projects/icons-material/src/material/sharp/arrow_circle_right.svg diff --git a/projects/icons-material/src/sharp/arrow_circle_up.svg b/projects/icons-material/src/material/sharp/arrow_circle_up.svg similarity index 100% rename from projects/icons-material/src/sharp/arrow_circle_up.svg rename to projects/icons-material/src/material/sharp/arrow_circle_up.svg diff --git a/projects/icons-material/src/sharp/arrow_downward.svg b/projects/icons-material/src/material/sharp/arrow_downward.svg similarity index 100% rename from projects/icons-material/src/sharp/arrow_downward.svg rename to projects/icons-material/src/material/sharp/arrow_downward.svg diff --git a/projects/icons-material/src/sharp/arrow_drop_down.svg b/projects/icons-material/src/material/sharp/arrow_drop_down.svg similarity index 100% rename from projects/icons-material/src/sharp/arrow_drop_down.svg rename to projects/icons-material/src/material/sharp/arrow_drop_down.svg diff --git a/projects/icons-material/src/sharp/arrow_drop_down_circle.svg b/projects/icons-material/src/material/sharp/arrow_drop_down_circle.svg similarity index 100% rename from projects/icons-material/src/sharp/arrow_drop_down_circle.svg rename to projects/icons-material/src/material/sharp/arrow_drop_down_circle.svg diff --git a/projects/icons-material/src/sharp/arrow_drop_up.svg b/projects/icons-material/src/material/sharp/arrow_drop_up.svg similarity index 100% rename from projects/icons-material/src/sharp/arrow_drop_up.svg rename to projects/icons-material/src/material/sharp/arrow_drop_up.svg diff --git a/projects/icons-material/src/sharp/arrow_forward.svg b/projects/icons-material/src/material/sharp/arrow_forward.svg similarity index 100% rename from projects/icons-material/src/sharp/arrow_forward.svg rename to projects/icons-material/src/material/sharp/arrow_forward.svg diff --git a/projects/icons-material/src/sharp/arrow_forward_ios.svg b/projects/icons-material/src/material/sharp/arrow_forward_ios.svg similarity index 100% rename from projects/icons-material/src/sharp/arrow_forward_ios.svg rename to projects/icons-material/src/material/sharp/arrow_forward_ios.svg diff --git a/projects/icons-material/src/sharp/arrow_left.svg b/projects/icons-material/src/material/sharp/arrow_left.svg similarity index 100% rename from projects/icons-material/src/sharp/arrow_left.svg rename to projects/icons-material/src/material/sharp/arrow_left.svg diff --git a/projects/icons-material/src/sharp/arrow_outward.svg b/projects/icons-material/src/material/sharp/arrow_outward.svg similarity index 100% rename from projects/icons-material/src/sharp/arrow_outward.svg rename to projects/icons-material/src/material/sharp/arrow_outward.svg diff --git a/projects/icons-material/src/sharp/arrow_right.svg b/projects/icons-material/src/material/sharp/arrow_right.svg similarity index 100% rename from projects/icons-material/src/sharp/arrow_right.svg rename to projects/icons-material/src/material/sharp/arrow_right.svg diff --git a/projects/icons-material/src/sharp/arrow_right_alt.svg b/projects/icons-material/src/material/sharp/arrow_right_alt.svg similarity index 100% rename from projects/icons-material/src/sharp/arrow_right_alt.svg rename to projects/icons-material/src/material/sharp/arrow_right_alt.svg diff --git a/projects/icons-material/src/sharp/arrow_upward.svg b/projects/icons-material/src/material/sharp/arrow_upward.svg similarity index 100% rename from projects/icons-material/src/sharp/arrow_upward.svg rename to projects/icons-material/src/material/sharp/arrow_upward.svg diff --git a/projects/icons-material/src/sharp/art_track.svg b/projects/icons-material/src/material/sharp/art_track.svg similarity index 100% rename from projects/icons-material/src/sharp/art_track.svg rename to projects/icons-material/src/material/sharp/art_track.svg diff --git a/projects/icons-material/src/sharp/article.svg b/projects/icons-material/src/material/sharp/article.svg similarity index 100% rename from projects/icons-material/src/sharp/article.svg rename to projects/icons-material/src/material/sharp/article.svg diff --git a/projects/icons-material/src/sharp/aspect_ratio.svg b/projects/icons-material/src/material/sharp/aspect_ratio.svg similarity index 100% rename from projects/icons-material/src/sharp/aspect_ratio.svg rename to projects/icons-material/src/material/sharp/aspect_ratio.svg diff --git a/projects/icons-material/src/sharp/assessment.svg b/projects/icons-material/src/material/sharp/assessment.svg similarity index 100% rename from projects/icons-material/src/sharp/assessment.svg rename to projects/icons-material/src/material/sharp/assessment.svg diff --git a/projects/icons-material/src/sharp/assignment.svg b/projects/icons-material/src/material/sharp/assignment.svg similarity index 100% rename from projects/icons-material/src/sharp/assignment.svg rename to projects/icons-material/src/material/sharp/assignment.svg diff --git a/projects/icons-material/src/sharp/assignment_ind.svg b/projects/icons-material/src/material/sharp/assignment_ind.svg similarity index 100% rename from projects/icons-material/src/sharp/assignment_ind.svg rename to projects/icons-material/src/material/sharp/assignment_ind.svg diff --git a/projects/icons-material/src/sharp/assignment_late.svg b/projects/icons-material/src/material/sharp/assignment_late.svg similarity index 100% rename from projects/icons-material/src/sharp/assignment_late.svg rename to projects/icons-material/src/material/sharp/assignment_late.svg diff --git a/projects/icons-material/src/sharp/assignment_return.svg b/projects/icons-material/src/material/sharp/assignment_return.svg similarity index 100% rename from projects/icons-material/src/sharp/assignment_return.svg rename to projects/icons-material/src/material/sharp/assignment_return.svg diff --git a/projects/icons-material/src/sharp/assignment_returned.svg b/projects/icons-material/src/material/sharp/assignment_returned.svg similarity index 100% rename from projects/icons-material/src/sharp/assignment_returned.svg rename to projects/icons-material/src/material/sharp/assignment_returned.svg diff --git a/projects/icons-material/src/sharp/assignment_turned_in.svg b/projects/icons-material/src/material/sharp/assignment_turned_in.svg similarity index 100% rename from projects/icons-material/src/sharp/assignment_turned_in.svg rename to projects/icons-material/src/material/sharp/assignment_turned_in.svg diff --git a/projects/icons-material/src/sharp/assist_walker.svg b/projects/icons-material/src/material/sharp/assist_walker.svg similarity index 100% rename from projects/icons-material/src/sharp/assist_walker.svg rename to projects/icons-material/src/material/sharp/assist_walker.svg diff --git a/projects/icons-material/src/sharp/assistant.svg b/projects/icons-material/src/material/sharp/assistant.svg similarity index 100% rename from projects/icons-material/src/sharp/assistant.svg rename to projects/icons-material/src/material/sharp/assistant.svg diff --git a/projects/icons-material/src/sharp/assistant_direction.svg b/projects/icons-material/src/material/sharp/assistant_direction.svg similarity index 100% rename from projects/icons-material/src/sharp/assistant_direction.svg rename to projects/icons-material/src/material/sharp/assistant_direction.svg diff --git a/projects/icons-material/src/sharp/assistant_photo.svg b/projects/icons-material/src/material/sharp/assistant_photo.svg similarity index 100% rename from projects/icons-material/src/sharp/assistant_photo.svg rename to projects/icons-material/src/material/sharp/assistant_photo.svg diff --git a/projects/icons-material/src/sharp/assured_workload.svg b/projects/icons-material/src/material/sharp/assured_workload.svg similarity index 100% rename from projects/icons-material/src/sharp/assured_workload.svg rename to projects/icons-material/src/material/sharp/assured_workload.svg diff --git a/projects/icons-material/src/sharp/atm.svg b/projects/icons-material/src/material/sharp/atm.svg similarity index 100% rename from projects/icons-material/src/sharp/atm.svg rename to projects/icons-material/src/material/sharp/atm.svg diff --git a/projects/icons-material/src/sharp/attach_email.svg b/projects/icons-material/src/material/sharp/attach_email.svg similarity index 100% rename from projects/icons-material/src/sharp/attach_email.svg rename to projects/icons-material/src/material/sharp/attach_email.svg diff --git a/projects/icons-material/src/sharp/attach_file.svg b/projects/icons-material/src/material/sharp/attach_file.svg similarity index 100% rename from projects/icons-material/src/sharp/attach_file.svg rename to projects/icons-material/src/material/sharp/attach_file.svg diff --git a/projects/icons-material/src/sharp/attach_money.svg b/projects/icons-material/src/material/sharp/attach_money.svg similarity index 100% rename from projects/icons-material/src/sharp/attach_money.svg rename to projects/icons-material/src/material/sharp/attach_money.svg diff --git a/projects/icons-material/src/sharp/attachment.svg b/projects/icons-material/src/material/sharp/attachment.svg similarity index 100% rename from projects/icons-material/src/sharp/attachment.svg rename to projects/icons-material/src/material/sharp/attachment.svg diff --git a/projects/icons-material/src/sharp/attractions.svg b/projects/icons-material/src/material/sharp/attractions.svg similarity index 100% rename from projects/icons-material/src/sharp/attractions.svg rename to projects/icons-material/src/material/sharp/attractions.svg diff --git a/projects/icons-material/src/sharp/attribution.svg b/projects/icons-material/src/material/sharp/attribution.svg similarity index 100% rename from projects/icons-material/src/sharp/attribution.svg rename to projects/icons-material/src/material/sharp/attribution.svg diff --git a/projects/icons-material/src/sharp/audio_file.svg b/projects/icons-material/src/material/sharp/audio_file.svg similarity index 100% rename from projects/icons-material/src/sharp/audio_file.svg rename to projects/icons-material/src/material/sharp/audio_file.svg diff --git a/projects/icons-material/src/sharp/audiotrack.svg b/projects/icons-material/src/material/sharp/audiotrack.svg similarity index 100% rename from projects/icons-material/src/sharp/audiotrack.svg rename to projects/icons-material/src/material/sharp/audiotrack.svg diff --git a/projects/icons-material/src/sharp/auto_awesome.svg b/projects/icons-material/src/material/sharp/auto_awesome.svg similarity index 100% rename from projects/icons-material/src/sharp/auto_awesome.svg rename to projects/icons-material/src/material/sharp/auto_awesome.svg diff --git a/projects/icons-material/src/sharp/auto_awesome_mosaic.svg b/projects/icons-material/src/material/sharp/auto_awesome_mosaic.svg similarity index 100% rename from projects/icons-material/src/sharp/auto_awesome_mosaic.svg rename to projects/icons-material/src/material/sharp/auto_awesome_mosaic.svg diff --git a/projects/icons-material/src/sharp/auto_awesome_motion.svg b/projects/icons-material/src/material/sharp/auto_awesome_motion.svg similarity index 100% rename from projects/icons-material/src/sharp/auto_awesome_motion.svg rename to projects/icons-material/src/material/sharp/auto_awesome_motion.svg diff --git a/projects/icons-material/src/sharp/auto_delete.svg b/projects/icons-material/src/material/sharp/auto_delete.svg similarity index 100% rename from projects/icons-material/src/sharp/auto_delete.svg rename to projects/icons-material/src/material/sharp/auto_delete.svg diff --git a/projects/icons-material/src/sharp/auto_fix_high.svg b/projects/icons-material/src/material/sharp/auto_fix_high.svg similarity index 100% rename from projects/icons-material/src/sharp/auto_fix_high.svg rename to projects/icons-material/src/material/sharp/auto_fix_high.svg diff --git a/projects/icons-material/src/sharp/auto_fix_normal.svg b/projects/icons-material/src/material/sharp/auto_fix_normal.svg similarity index 100% rename from projects/icons-material/src/sharp/auto_fix_normal.svg rename to projects/icons-material/src/material/sharp/auto_fix_normal.svg diff --git a/projects/icons-material/src/sharp/auto_fix_off.svg b/projects/icons-material/src/material/sharp/auto_fix_off.svg similarity index 100% rename from projects/icons-material/src/sharp/auto_fix_off.svg rename to projects/icons-material/src/material/sharp/auto_fix_off.svg diff --git a/projects/icons-material/src/sharp/auto_graph.svg b/projects/icons-material/src/material/sharp/auto_graph.svg similarity index 100% rename from projects/icons-material/src/sharp/auto_graph.svg rename to projects/icons-material/src/material/sharp/auto_graph.svg diff --git a/projects/icons-material/src/sharp/auto_mode.svg b/projects/icons-material/src/material/sharp/auto_mode.svg similarity index 100% rename from projects/icons-material/src/sharp/auto_mode.svg rename to projects/icons-material/src/material/sharp/auto_mode.svg diff --git a/projects/icons-material/src/sharp/auto_stories.svg b/projects/icons-material/src/material/sharp/auto_stories.svg similarity index 100% rename from projects/icons-material/src/sharp/auto_stories.svg rename to projects/icons-material/src/material/sharp/auto_stories.svg diff --git a/projects/icons-material/src/sharp/autofps_select.svg b/projects/icons-material/src/material/sharp/autofps_select.svg similarity index 100% rename from projects/icons-material/src/sharp/autofps_select.svg rename to projects/icons-material/src/material/sharp/autofps_select.svg diff --git a/projects/icons-material/src/sharp/autorenew.svg b/projects/icons-material/src/material/sharp/autorenew.svg similarity index 100% rename from projects/icons-material/src/sharp/autorenew.svg rename to projects/icons-material/src/material/sharp/autorenew.svg diff --git a/projects/icons-material/src/sharp/av_timer.svg b/projects/icons-material/src/material/sharp/av_timer.svg similarity index 100% rename from projects/icons-material/src/sharp/av_timer.svg rename to projects/icons-material/src/material/sharp/av_timer.svg diff --git a/projects/icons-material/src/sharp/baby_changing_station.svg b/projects/icons-material/src/material/sharp/baby_changing_station.svg similarity index 100% rename from projects/icons-material/src/sharp/baby_changing_station.svg rename to projects/icons-material/src/material/sharp/baby_changing_station.svg diff --git a/projects/icons-material/src/sharp/back_hand.svg b/projects/icons-material/src/material/sharp/back_hand.svg similarity index 100% rename from projects/icons-material/src/sharp/back_hand.svg rename to projects/icons-material/src/material/sharp/back_hand.svg diff --git a/projects/icons-material/src/sharp/backpack.svg b/projects/icons-material/src/material/sharp/backpack.svg similarity index 100% rename from projects/icons-material/src/sharp/backpack.svg rename to projects/icons-material/src/material/sharp/backpack.svg diff --git a/projects/icons-material/src/sharp/backspace.svg b/projects/icons-material/src/material/sharp/backspace.svg similarity index 100% rename from projects/icons-material/src/sharp/backspace.svg rename to projects/icons-material/src/material/sharp/backspace.svg diff --git a/projects/icons-material/src/sharp/backup.svg b/projects/icons-material/src/material/sharp/backup.svg similarity index 100% rename from projects/icons-material/src/sharp/backup.svg rename to projects/icons-material/src/material/sharp/backup.svg diff --git a/projects/icons-material/src/sharp/backup_table.svg b/projects/icons-material/src/material/sharp/backup_table.svg similarity index 100% rename from projects/icons-material/src/sharp/backup_table.svg rename to projects/icons-material/src/material/sharp/backup_table.svg diff --git a/projects/icons-material/src/sharp/badge.svg b/projects/icons-material/src/material/sharp/badge.svg similarity index 100% rename from projects/icons-material/src/sharp/badge.svg rename to projects/icons-material/src/material/sharp/badge.svg diff --git a/projects/icons-material/src/sharp/bakery_dining.svg b/projects/icons-material/src/material/sharp/bakery_dining.svg similarity index 100% rename from projects/icons-material/src/sharp/bakery_dining.svg rename to projects/icons-material/src/material/sharp/bakery_dining.svg diff --git a/projects/icons-material/src/sharp/balance.svg b/projects/icons-material/src/material/sharp/balance.svg similarity index 100% rename from projects/icons-material/src/sharp/balance.svg rename to projects/icons-material/src/material/sharp/balance.svg diff --git a/projects/icons-material/src/sharp/balcony.svg b/projects/icons-material/src/material/sharp/balcony.svg similarity index 100% rename from projects/icons-material/src/sharp/balcony.svg rename to projects/icons-material/src/material/sharp/balcony.svg diff --git a/projects/icons-material/src/sharp/ballot.svg b/projects/icons-material/src/material/sharp/ballot.svg similarity index 100% rename from projects/icons-material/src/sharp/ballot.svg rename to projects/icons-material/src/material/sharp/ballot.svg diff --git a/projects/icons-material/src/sharp/bar_chart.svg b/projects/icons-material/src/material/sharp/bar_chart.svg similarity index 100% rename from projects/icons-material/src/sharp/bar_chart.svg rename to projects/icons-material/src/material/sharp/bar_chart.svg diff --git a/projects/icons-material/src/sharp/batch_prediction.svg b/projects/icons-material/src/material/sharp/batch_prediction.svg similarity index 100% rename from projects/icons-material/src/sharp/batch_prediction.svg rename to projects/icons-material/src/material/sharp/batch_prediction.svg diff --git a/projects/icons-material/src/sharp/bathroom.svg b/projects/icons-material/src/material/sharp/bathroom.svg similarity index 100% rename from projects/icons-material/src/sharp/bathroom.svg rename to projects/icons-material/src/material/sharp/bathroom.svg diff --git a/projects/icons-material/src/sharp/bathtub.svg b/projects/icons-material/src/material/sharp/bathtub.svg similarity index 100% rename from projects/icons-material/src/sharp/bathtub.svg rename to projects/icons-material/src/material/sharp/bathtub.svg diff --git a/projects/icons-material/src/sharp/battery_0_bar.svg b/projects/icons-material/src/material/sharp/battery_0_bar.svg similarity index 100% rename from projects/icons-material/src/sharp/battery_0_bar.svg rename to projects/icons-material/src/material/sharp/battery_0_bar.svg diff --git a/projects/icons-material/src/sharp/battery_1_bar.svg b/projects/icons-material/src/material/sharp/battery_1_bar.svg similarity index 100% rename from projects/icons-material/src/sharp/battery_1_bar.svg rename to projects/icons-material/src/material/sharp/battery_1_bar.svg diff --git a/projects/icons-material/src/sharp/battery_2_bar.svg b/projects/icons-material/src/material/sharp/battery_2_bar.svg similarity index 100% rename from projects/icons-material/src/sharp/battery_2_bar.svg rename to projects/icons-material/src/material/sharp/battery_2_bar.svg diff --git a/projects/icons-material/src/sharp/battery_3_bar.svg b/projects/icons-material/src/material/sharp/battery_3_bar.svg similarity index 100% rename from projects/icons-material/src/sharp/battery_3_bar.svg rename to projects/icons-material/src/material/sharp/battery_3_bar.svg diff --git a/projects/icons-material/src/sharp/battery_4_bar.svg b/projects/icons-material/src/material/sharp/battery_4_bar.svg similarity index 100% rename from projects/icons-material/src/sharp/battery_4_bar.svg rename to projects/icons-material/src/material/sharp/battery_4_bar.svg diff --git a/projects/icons-material/src/sharp/battery_5_bar.svg b/projects/icons-material/src/material/sharp/battery_5_bar.svg similarity index 100% rename from projects/icons-material/src/sharp/battery_5_bar.svg rename to projects/icons-material/src/material/sharp/battery_5_bar.svg diff --git a/projects/icons-material/src/sharp/battery_6_bar.svg b/projects/icons-material/src/material/sharp/battery_6_bar.svg similarity index 100% rename from projects/icons-material/src/sharp/battery_6_bar.svg rename to projects/icons-material/src/material/sharp/battery_6_bar.svg diff --git a/projects/icons-material/src/sharp/battery_alert.svg b/projects/icons-material/src/material/sharp/battery_alert.svg similarity index 100% rename from projects/icons-material/src/sharp/battery_alert.svg rename to projects/icons-material/src/material/sharp/battery_alert.svg diff --git a/projects/icons-material/src/sharp/battery_charging_full.svg b/projects/icons-material/src/material/sharp/battery_charging_full.svg similarity index 100% rename from projects/icons-material/src/sharp/battery_charging_full.svg rename to projects/icons-material/src/material/sharp/battery_charging_full.svg diff --git a/projects/icons-material/src/sharp/battery_full.svg b/projects/icons-material/src/material/sharp/battery_full.svg similarity index 100% rename from projects/icons-material/src/sharp/battery_full.svg rename to projects/icons-material/src/material/sharp/battery_full.svg diff --git a/projects/icons-material/src/sharp/battery_saver.svg b/projects/icons-material/src/material/sharp/battery_saver.svg similarity index 100% rename from projects/icons-material/src/sharp/battery_saver.svg rename to projects/icons-material/src/material/sharp/battery_saver.svg diff --git a/projects/icons-material/src/sharp/battery_std.svg b/projects/icons-material/src/material/sharp/battery_std.svg similarity index 100% rename from projects/icons-material/src/sharp/battery_std.svg rename to projects/icons-material/src/material/sharp/battery_std.svg diff --git a/projects/icons-material/src/sharp/battery_unknown.svg b/projects/icons-material/src/material/sharp/battery_unknown.svg similarity index 100% rename from projects/icons-material/src/sharp/battery_unknown.svg rename to projects/icons-material/src/material/sharp/battery_unknown.svg diff --git a/projects/icons-material/src/sharp/beach_access.svg b/projects/icons-material/src/material/sharp/beach_access.svg similarity index 100% rename from projects/icons-material/src/sharp/beach_access.svg rename to projects/icons-material/src/material/sharp/beach_access.svg diff --git a/projects/icons-material/src/sharp/bed.svg b/projects/icons-material/src/material/sharp/bed.svg similarity index 100% rename from projects/icons-material/src/sharp/bed.svg rename to projects/icons-material/src/material/sharp/bed.svg diff --git a/projects/icons-material/src/sharp/bedroom_baby.svg b/projects/icons-material/src/material/sharp/bedroom_baby.svg similarity index 100% rename from projects/icons-material/src/sharp/bedroom_baby.svg rename to projects/icons-material/src/material/sharp/bedroom_baby.svg diff --git a/projects/icons-material/src/sharp/bedroom_child.svg b/projects/icons-material/src/material/sharp/bedroom_child.svg similarity index 100% rename from projects/icons-material/src/sharp/bedroom_child.svg rename to projects/icons-material/src/material/sharp/bedroom_child.svg diff --git a/projects/icons-material/src/sharp/bedroom_parent.svg b/projects/icons-material/src/material/sharp/bedroom_parent.svg similarity index 100% rename from projects/icons-material/src/sharp/bedroom_parent.svg rename to projects/icons-material/src/material/sharp/bedroom_parent.svg diff --git a/projects/icons-material/src/sharp/bedtime.svg b/projects/icons-material/src/material/sharp/bedtime.svg similarity index 100% rename from projects/icons-material/src/sharp/bedtime.svg rename to projects/icons-material/src/material/sharp/bedtime.svg diff --git a/projects/icons-material/src/sharp/bedtime_off.svg b/projects/icons-material/src/material/sharp/bedtime_off.svg similarity index 100% rename from projects/icons-material/src/sharp/bedtime_off.svg rename to projects/icons-material/src/material/sharp/bedtime_off.svg diff --git a/projects/icons-material/src/sharp/beenhere.svg b/projects/icons-material/src/material/sharp/beenhere.svg similarity index 100% rename from projects/icons-material/src/sharp/beenhere.svg rename to projects/icons-material/src/material/sharp/beenhere.svg diff --git a/projects/icons-material/src/sharp/bento.svg b/projects/icons-material/src/material/sharp/bento.svg similarity index 100% rename from projects/icons-material/src/sharp/bento.svg rename to projects/icons-material/src/material/sharp/bento.svg diff --git a/projects/icons-material/src/sharp/bike_scooter.svg b/projects/icons-material/src/material/sharp/bike_scooter.svg similarity index 100% rename from projects/icons-material/src/sharp/bike_scooter.svg rename to projects/icons-material/src/material/sharp/bike_scooter.svg diff --git a/projects/icons-material/src/sharp/biotech.svg b/projects/icons-material/src/material/sharp/biotech.svg similarity index 100% rename from projects/icons-material/src/sharp/biotech.svg rename to projects/icons-material/src/material/sharp/biotech.svg diff --git a/projects/icons-material/src/sharp/blender.svg b/projects/icons-material/src/material/sharp/blender.svg similarity index 100% rename from projects/icons-material/src/sharp/blender.svg rename to projects/icons-material/src/material/sharp/blender.svg diff --git a/projects/icons-material/src/sharp/blind.svg b/projects/icons-material/src/material/sharp/blind.svg similarity index 100% rename from projects/icons-material/src/sharp/blind.svg rename to projects/icons-material/src/material/sharp/blind.svg diff --git a/projects/icons-material/src/sharp/blinds.svg b/projects/icons-material/src/material/sharp/blinds.svg similarity index 100% rename from projects/icons-material/src/sharp/blinds.svg rename to projects/icons-material/src/material/sharp/blinds.svg diff --git a/projects/icons-material/src/sharp/blinds_closed.svg b/projects/icons-material/src/material/sharp/blinds_closed.svg similarity index 100% rename from projects/icons-material/src/sharp/blinds_closed.svg rename to projects/icons-material/src/material/sharp/blinds_closed.svg diff --git a/projects/icons-material/src/sharp/block.svg b/projects/icons-material/src/material/sharp/block.svg similarity index 100% rename from projects/icons-material/src/sharp/block.svg rename to projects/icons-material/src/material/sharp/block.svg diff --git a/projects/icons-material/src/sharp/bloodtype.svg b/projects/icons-material/src/material/sharp/bloodtype.svg similarity index 100% rename from projects/icons-material/src/sharp/bloodtype.svg rename to projects/icons-material/src/material/sharp/bloodtype.svg diff --git a/projects/icons-material/src/sharp/bluetooth.svg b/projects/icons-material/src/material/sharp/bluetooth.svg similarity index 100% rename from projects/icons-material/src/sharp/bluetooth.svg rename to projects/icons-material/src/material/sharp/bluetooth.svg diff --git a/projects/icons-material/src/sharp/bluetooth_audio.svg b/projects/icons-material/src/material/sharp/bluetooth_audio.svg similarity index 100% rename from projects/icons-material/src/sharp/bluetooth_audio.svg rename to projects/icons-material/src/material/sharp/bluetooth_audio.svg diff --git a/projects/icons-material/src/sharp/bluetooth_connected.svg b/projects/icons-material/src/material/sharp/bluetooth_connected.svg similarity index 100% rename from projects/icons-material/src/sharp/bluetooth_connected.svg rename to projects/icons-material/src/material/sharp/bluetooth_connected.svg diff --git a/projects/icons-material/src/sharp/bluetooth_disabled.svg b/projects/icons-material/src/material/sharp/bluetooth_disabled.svg similarity index 100% rename from projects/icons-material/src/sharp/bluetooth_disabled.svg rename to projects/icons-material/src/material/sharp/bluetooth_disabled.svg diff --git a/projects/icons-material/src/sharp/bluetooth_drive.svg b/projects/icons-material/src/material/sharp/bluetooth_drive.svg similarity index 100% rename from projects/icons-material/src/sharp/bluetooth_drive.svg rename to projects/icons-material/src/material/sharp/bluetooth_drive.svg diff --git a/projects/icons-material/src/sharp/bluetooth_searching.svg b/projects/icons-material/src/material/sharp/bluetooth_searching.svg similarity index 100% rename from projects/icons-material/src/sharp/bluetooth_searching.svg rename to projects/icons-material/src/material/sharp/bluetooth_searching.svg diff --git a/projects/icons-material/src/sharp/blur_circular.svg b/projects/icons-material/src/material/sharp/blur_circular.svg similarity index 100% rename from projects/icons-material/src/sharp/blur_circular.svg rename to projects/icons-material/src/material/sharp/blur_circular.svg diff --git a/projects/icons-material/src/sharp/blur_linear.svg b/projects/icons-material/src/material/sharp/blur_linear.svg similarity index 100% rename from projects/icons-material/src/sharp/blur_linear.svg rename to projects/icons-material/src/material/sharp/blur_linear.svg diff --git a/projects/icons-material/src/sharp/blur_off.svg b/projects/icons-material/src/material/sharp/blur_off.svg similarity index 100% rename from projects/icons-material/src/sharp/blur_off.svg rename to projects/icons-material/src/material/sharp/blur_off.svg diff --git a/projects/icons-material/src/sharp/blur_on.svg b/projects/icons-material/src/material/sharp/blur_on.svg similarity index 100% rename from projects/icons-material/src/sharp/blur_on.svg rename to projects/icons-material/src/material/sharp/blur_on.svg diff --git a/projects/icons-material/src/sharp/bolt.svg b/projects/icons-material/src/material/sharp/bolt.svg similarity index 100% rename from projects/icons-material/src/sharp/bolt.svg rename to projects/icons-material/src/material/sharp/bolt.svg diff --git a/projects/icons-material/src/sharp/book.svg b/projects/icons-material/src/material/sharp/book.svg similarity index 100% rename from projects/icons-material/src/sharp/book.svg rename to projects/icons-material/src/material/sharp/book.svg diff --git a/projects/icons-material/src/sharp/book_online.svg b/projects/icons-material/src/material/sharp/book_online.svg similarity index 100% rename from projects/icons-material/src/sharp/book_online.svg rename to projects/icons-material/src/material/sharp/book_online.svg diff --git a/projects/icons-material/src/sharp/bookmark.svg b/projects/icons-material/src/material/sharp/bookmark.svg similarity index 100% rename from projects/icons-material/src/sharp/bookmark.svg rename to projects/icons-material/src/material/sharp/bookmark.svg diff --git a/projects/icons-material/src/sharp/bookmark_add.svg b/projects/icons-material/src/material/sharp/bookmark_add.svg similarity index 100% rename from projects/icons-material/src/sharp/bookmark_add.svg rename to projects/icons-material/src/material/sharp/bookmark_add.svg diff --git a/projects/icons-material/src/sharp/bookmark_added.svg b/projects/icons-material/src/material/sharp/bookmark_added.svg similarity index 100% rename from projects/icons-material/src/sharp/bookmark_added.svg rename to projects/icons-material/src/material/sharp/bookmark_added.svg diff --git a/projects/icons-material/src/sharp/bookmark_border.svg b/projects/icons-material/src/material/sharp/bookmark_border.svg similarity index 100% rename from projects/icons-material/src/sharp/bookmark_border.svg rename to projects/icons-material/src/material/sharp/bookmark_border.svg diff --git a/projects/icons-material/src/sharp/bookmark_remove.svg b/projects/icons-material/src/material/sharp/bookmark_remove.svg similarity index 100% rename from projects/icons-material/src/sharp/bookmark_remove.svg rename to projects/icons-material/src/material/sharp/bookmark_remove.svg diff --git a/projects/icons-material/src/sharp/bookmarks.svg b/projects/icons-material/src/material/sharp/bookmarks.svg similarity index 100% rename from projects/icons-material/src/sharp/bookmarks.svg rename to projects/icons-material/src/material/sharp/bookmarks.svg diff --git a/projects/icons-material/src/sharp/border_all.svg b/projects/icons-material/src/material/sharp/border_all.svg similarity index 100% rename from projects/icons-material/src/sharp/border_all.svg rename to projects/icons-material/src/material/sharp/border_all.svg diff --git a/projects/icons-material/src/sharp/border_bottom.svg b/projects/icons-material/src/material/sharp/border_bottom.svg similarity index 100% rename from projects/icons-material/src/sharp/border_bottom.svg rename to projects/icons-material/src/material/sharp/border_bottom.svg diff --git a/projects/icons-material/src/sharp/border_clear.svg b/projects/icons-material/src/material/sharp/border_clear.svg similarity index 100% rename from projects/icons-material/src/sharp/border_clear.svg rename to projects/icons-material/src/material/sharp/border_clear.svg diff --git a/projects/icons-material/src/sharp/border_color.svg b/projects/icons-material/src/material/sharp/border_color.svg similarity index 100% rename from projects/icons-material/src/sharp/border_color.svg rename to projects/icons-material/src/material/sharp/border_color.svg diff --git a/projects/icons-material/src/sharp/border_horizontal.svg b/projects/icons-material/src/material/sharp/border_horizontal.svg similarity index 100% rename from projects/icons-material/src/sharp/border_horizontal.svg rename to projects/icons-material/src/material/sharp/border_horizontal.svg diff --git a/projects/icons-material/src/sharp/border_inner.svg b/projects/icons-material/src/material/sharp/border_inner.svg similarity index 100% rename from projects/icons-material/src/sharp/border_inner.svg rename to projects/icons-material/src/material/sharp/border_inner.svg diff --git a/projects/icons-material/src/sharp/border_left.svg b/projects/icons-material/src/material/sharp/border_left.svg similarity index 100% rename from projects/icons-material/src/sharp/border_left.svg rename to projects/icons-material/src/material/sharp/border_left.svg diff --git a/projects/icons-material/src/sharp/border_outer.svg b/projects/icons-material/src/material/sharp/border_outer.svg similarity index 100% rename from projects/icons-material/src/sharp/border_outer.svg rename to projects/icons-material/src/material/sharp/border_outer.svg diff --git a/projects/icons-material/src/sharp/border_right.svg b/projects/icons-material/src/material/sharp/border_right.svg similarity index 100% rename from projects/icons-material/src/sharp/border_right.svg rename to projects/icons-material/src/material/sharp/border_right.svg diff --git a/projects/icons-material/src/sharp/border_style.svg b/projects/icons-material/src/material/sharp/border_style.svg similarity index 100% rename from projects/icons-material/src/sharp/border_style.svg rename to projects/icons-material/src/material/sharp/border_style.svg diff --git a/projects/icons-material/src/sharp/border_top.svg b/projects/icons-material/src/material/sharp/border_top.svg similarity index 100% rename from projects/icons-material/src/sharp/border_top.svg rename to projects/icons-material/src/material/sharp/border_top.svg diff --git a/projects/icons-material/src/sharp/border_vertical.svg b/projects/icons-material/src/material/sharp/border_vertical.svg similarity index 100% rename from projects/icons-material/src/sharp/border_vertical.svg rename to projects/icons-material/src/material/sharp/border_vertical.svg diff --git a/projects/icons-material/src/sharp/boy.svg b/projects/icons-material/src/material/sharp/boy.svg similarity index 100% rename from projects/icons-material/src/sharp/boy.svg rename to projects/icons-material/src/material/sharp/boy.svg diff --git a/projects/icons-material/src/sharp/branding_watermark.svg b/projects/icons-material/src/material/sharp/branding_watermark.svg similarity index 100% rename from projects/icons-material/src/sharp/branding_watermark.svg rename to projects/icons-material/src/material/sharp/branding_watermark.svg diff --git a/projects/icons-material/src/sharp/breakfast_dining.svg b/projects/icons-material/src/material/sharp/breakfast_dining.svg similarity index 100% rename from projects/icons-material/src/sharp/breakfast_dining.svg rename to projects/icons-material/src/material/sharp/breakfast_dining.svg diff --git a/projects/icons-material/src/sharp/brightness_1.svg b/projects/icons-material/src/material/sharp/brightness_1.svg similarity index 100% rename from projects/icons-material/src/sharp/brightness_1.svg rename to projects/icons-material/src/material/sharp/brightness_1.svg diff --git a/projects/icons-material/src/sharp/brightness_2.svg b/projects/icons-material/src/material/sharp/brightness_2.svg similarity index 100% rename from projects/icons-material/src/sharp/brightness_2.svg rename to projects/icons-material/src/material/sharp/brightness_2.svg diff --git a/projects/icons-material/src/sharp/brightness_3.svg b/projects/icons-material/src/material/sharp/brightness_3.svg similarity index 100% rename from projects/icons-material/src/sharp/brightness_3.svg rename to projects/icons-material/src/material/sharp/brightness_3.svg diff --git a/projects/icons-material/src/sharp/brightness_4.svg b/projects/icons-material/src/material/sharp/brightness_4.svg similarity index 100% rename from projects/icons-material/src/sharp/brightness_4.svg rename to projects/icons-material/src/material/sharp/brightness_4.svg diff --git a/projects/icons-material/src/sharp/brightness_5.svg b/projects/icons-material/src/material/sharp/brightness_5.svg similarity index 100% rename from projects/icons-material/src/sharp/brightness_5.svg rename to projects/icons-material/src/material/sharp/brightness_5.svg diff --git a/projects/icons-material/src/sharp/brightness_6.svg b/projects/icons-material/src/material/sharp/brightness_6.svg similarity index 100% rename from projects/icons-material/src/sharp/brightness_6.svg rename to projects/icons-material/src/material/sharp/brightness_6.svg diff --git a/projects/icons-material/src/sharp/brightness_7.svg b/projects/icons-material/src/material/sharp/brightness_7.svg similarity index 100% rename from projects/icons-material/src/sharp/brightness_7.svg rename to projects/icons-material/src/material/sharp/brightness_7.svg diff --git a/projects/icons-material/src/sharp/brightness_auto.svg b/projects/icons-material/src/material/sharp/brightness_auto.svg similarity index 100% rename from projects/icons-material/src/sharp/brightness_auto.svg rename to projects/icons-material/src/material/sharp/brightness_auto.svg diff --git a/projects/icons-material/src/sharp/brightness_high.svg b/projects/icons-material/src/material/sharp/brightness_high.svg similarity index 100% rename from projects/icons-material/src/sharp/brightness_high.svg rename to projects/icons-material/src/material/sharp/brightness_high.svg diff --git a/projects/icons-material/src/sharp/brightness_low.svg b/projects/icons-material/src/material/sharp/brightness_low.svg similarity index 100% rename from projects/icons-material/src/sharp/brightness_low.svg rename to projects/icons-material/src/material/sharp/brightness_low.svg diff --git a/projects/icons-material/src/sharp/brightness_medium.svg b/projects/icons-material/src/material/sharp/brightness_medium.svg similarity index 100% rename from projects/icons-material/src/sharp/brightness_medium.svg rename to projects/icons-material/src/material/sharp/brightness_medium.svg diff --git a/projects/icons-material/src/sharp/broadcast_on_home.svg b/projects/icons-material/src/material/sharp/broadcast_on_home.svg similarity index 100% rename from projects/icons-material/src/sharp/broadcast_on_home.svg rename to projects/icons-material/src/material/sharp/broadcast_on_home.svg diff --git a/projects/icons-material/src/sharp/broadcast_on_personal.svg b/projects/icons-material/src/material/sharp/broadcast_on_personal.svg similarity index 100% rename from projects/icons-material/src/sharp/broadcast_on_personal.svg rename to projects/icons-material/src/material/sharp/broadcast_on_personal.svg diff --git a/projects/icons-material/src/sharp/broken_image.svg b/projects/icons-material/src/material/sharp/broken_image.svg similarity index 100% rename from projects/icons-material/src/sharp/broken_image.svg rename to projects/icons-material/src/material/sharp/broken_image.svg diff --git a/projects/icons-material/src/sharp/browse_gallery.svg b/projects/icons-material/src/material/sharp/browse_gallery.svg similarity index 100% rename from projects/icons-material/src/sharp/browse_gallery.svg rename to projects/icons-material/src/material/sharp/browse_gallery.svg diff --git a/projects/icons-material/src/sharp/browser_not_supported.svg b/projects/icons-material/src/material/sharp/browser_not_supported.svg similarity index 100% rename from projects/icons-material/src/sharp/browser_not_supported.svg rename to projects/icons-material/src/material/sharp/browser_not_supported.svg diff --git a/projects/icons-material/src/sharp/browser_updated.svg b/projects/icons-material/src/material/sharp/browser_updated.svg similarity index 100% rename from projects/icons-material/src/sharp/browser_updated.svg rename to projects/icons-material/src/material/sharp/browser_updated.svg diff --git a/projects/icons-material/src/sharp/brunch_dining.svg b/projects/icons-material/src/material/sharp/brunch_dining.svg similarity index 100% rename from projects/icons-material/src/sharp/brunch_dining.svg rename to projects/icons-material/src/material/sharp/brunch_dining.svg diff --git a/projects/icons-material/src/sharp/brush.svg b/projects/icons-material/src/material/sharp/brush.svg similarity index 100% rename from projects/icons-material/src/sharp/brush.svg rename to projects/icons-material/src/material/sharp/brush.svg diff --git a/projects/icons-material/src/sharp/bubble_chart.svg b/projects/icons-material/src/material/sharp/bubble_chart.svg similarity index 100% rename from projects/icons-material/src/sharp/bubble_chart.svg rename to projects/icons-material/src/material/sharp/bubble_chart.svg diff --git a/projects/icons-material/src/sharp/bug_report.svg b/projects/icons-material/src/material/sharp/bug_report.svg similarity index 100% rename from projects/icons-material/src/sharp/bug_report.svg rename to projects/icons-material/src/material/sharp/bug_report.svg diff --git a/projects/icons-material/src/sharp/build.svg b/projects/icons-material/src/material/sharp/build.svg similarity index 100% rename from projects/icons-material/src/sharp/build.svg rename to projects/icons-material/src/material/sharp/build.svg diff --git a/projects/icons-material/src/sharp/build_circle.svg b/projects/icons-material/src/material/sharp/build_circle.svg similarity index 100% rename from projects/icons-material/src/sharp/build_circle.svg rename to projects/icons-material/src/material/sharp/build_circle.svg diff --git a/projects/icons-material/src/sharp/bungalow.svg b/projects/icons-material/src/material/sharp/bungalow.svg similarity index 100% rename from projects/icons-material/src/sharp/bungalow.svg rename to projects/icons-material/src/material/sharp/bungalow.svg diff --git a/projects/icons-material/src/sharp/burst_mode.svg b/projects/icons-material/src/material/sharp/burst_mode.svg similarity index 100% rename from projects/icons-material/src/sharp/burst_mode.svg rename to projects/icons-material/src/material/sharp/burst_mode.svg diff --git a/projects/icons-material/src/sharp/bus_alert.svg b/projects/icons-material/src/material/sharp/bus_alert.svg similarity index 100% rename from projects/icons-material/src/sharp/bus_alert.svg rename to projects/icons-material/src/material/sharp/bus_alert.svg diff --git a/projects/icons-material/src/sharp/business.svg b/projects/icons-material/src/material/sharp/business.svg similarity index 100% rename from projects/icons-material/src/sharp/business.svg rename to projects/icons-material/src/material/sharp/business.svg diff --git a/projects/icons-material/src/sharp/business_center.svg b/projects/icons-material/src/material/sharp/business_center.svg similarity index 100% rename from projects/icons-material/src/sharp/business_center.svg rename to projects/icons-material/src/material/sharp/business_center.svg diff --git a/projects/icons-material/src/sharp/cabin.svg b/projects/icons-material/src/material/sharp/cabin.svg similarity index 100% rename from projects/icons-material/src/sharp/cabin.svg rename to projects/icons-material/src/material/sharp/cabin.svg diff --git a/projects/icons-material/src/sharp/cable.svg b/projects/icons-material/src/material/sharp/cable.svg similarity index 100% rename from projects/icons-material/src/sharp/cable.svg rename to projects/icons-material/src/material/sharp/cable.svg diff --git a/projects/icons-material/src/sharp/cached.svg b/projects/icons-material/src/material/sharp/cached.svg similarity index 100% rename from projects/icons-material/src/sharp/cached.svg rename to projects/icons-material/src/material/sharp/cached.svg diff --git a/projects/icons-material/src/sharp/cake.svg b/projects/icons-material/src/material/sharp/cake.svg similarity index 100% rename from projects/icons-material/src/sharp/cake.svg rename to projects/icons-material/src/material/sharp/cake.svg diff --git a/projects/icons-material/src/sharp/calculate.svg b/projects/icons-material/src/material/sharp/calculate.svg similarity index 100% rename from projects/icons-material/src/sharp/calculate.svg rename to projects/icons-material/src/material/sharp/calculate.svg diff --git a/projects/icons-material/src/sharp/calendar_month.svg b/projects/icons-material/src/material/sharp/calendar_month.svg similarity index 100% rename from projects/icons-material/src/sharp/calendar_month.svg rename to projects/icons-material/src/material/sharp/calendar_month.svg diff --git a/projects/icons-material/src/sharp/calendar_today.svg b/projects/icons-material/src/material/sharp/calendar_today.svg similarity index 100% rename from projects/icons-material/src/sharp/calendar_today.svg rename to projects/icons-material/src/material/sharp/calendar_today.svg diff --git a/projects/icons-material/src/sharp/calendar_view_day.svg b/projects/icons-material/src/material/sharp/calendar_view_day.svg similarity index 100% rename from projects/icons-material/src/sharp/calendar_view_day.svg rename to projects/icons-material/src/material/sharp/calendar_view_day.svg diff --git a/projects/icons-material/src/sharp/calendar_view_month.svg b/projects/icons-material/src/material/sharp/calendar_view_month.svg similarity index 100% rename from projects/icons-material/src/sharp/calendar_view_month.svg rename to projects/icons-material/src/material/sharp/calendar_view_month.svg diff --git a/projects/icons-material/src/sharp/calendar_view_week.svg b/projects/icons-material/src/material/sharp/calendar_view_week.svg similarity index 100% rename from projects/icons-material/src/sharp/calendar_view_week.svg rename to projects/icons-material/src/material/sharp/calendar_view_week.svg diff --git a/projects/icons-material/src/sharp/call.svg b/projects/icons-material/src/material/sharp/call.svg similarity index 100% rename from projects/icons-material/src/sharp/call.svg rename to projects/icons-material/src/material/sharp/call.svg diff --git a/projects/icons-material/src/sharp/call_end.svg b/projects/icons-material/src/material/sharp/call_end.svg similarity index 100% rename from projects/icons-material/src/sharp/call_end.svg rename to projects/icons-material/src/material/sharp/call_end.svg diff --git a/projects/icons-material/src/sharp/call_made.svg b/projects/icons-material/src/material/sharp/call_made.svg similarity index 100% rename from projects/icons-material/src/sharp/call_made.svg rename to projects/icons-material/src/material/sharp/call_made.svg diff --git a/projects/icons-material/src/sharp/call_merge.svg b/projects/icons-material/src/material/sharp/call_merge.svg similarity index 100% rename from projects/icons-material/src/sharp/call_merge.svg rename to projects/icons-material/src/material/sharp/call_merge.svg diff --git a/projects/icons-material/src/sharp/call_missed.svg b/projects/icons-material/src/material/sharp/call_missed.svg similarity index 100% rename from projects/icons-material/src/sharp/call_missed.svg rename to projects/icons-material/src/material/sharp/call_missed.svg diff --git a/projects/icons-material/src/sharp/call_missed_outgoing.svg b/projects/icons-material/src/material/sharp/call_missed_outgoing.svg similarity index 100% rename from projects/icons-material/src/sharp/call_missed_outgoing.svg rename to projects/icons-material/src/material/sharp/call_missed_outgoing.svg diff --git a/projects/icons-material/src/sharp/call_received.svg b/projects/icons-material/src/material/sharp/call_received.svg similarity index 100% rename from projects/icons-material/src/sharp/call_received.svg rename to projects/icons-material/src/material/sharp/call_received.svg diff --git a/projects/icons-material/src/sharp/call_split.svg b/projects/icons-material/src/material/sharp/call_split.svg similarity index 100% rename from projects/icons-material/src/sharp/call_split.svg rename to projects/icons-material/src/material/sharp/call_split.svg diff --git a/projects/icons-material/src/sharp/call_to_action.svg b/projects/icons-material/src/material/sharp/call_to_action.svg similarity index 100% rename from projects/icons-material/src/sharp/call_to_action.svg rename to projects/icons-material/src/material/sharp/call_to_action.svg diff --git a/projects/icons-material/src/sharp/camera.svg b/projects/icons-material/src/material/sharp/camera.svg similarity index 100% rename from projects/icons-material/src/sharp/camera.svg rename to projects/icons-material/src/material/sharp/camera.svg diff --git a/projects/icons-material/src/sharp/camera_alt.svg b/projects/icons-material/src/material/sharp/camera_alt.svg similarity index 100% rename from projects/icons-material/src/sharp/camera_alt.svg rename to projects/icons-material/src/material/sharp/camera_alt.svg diff --git a/projects/icons-material/src/sharp/camera_enhance.svg b/projects/icons-material/src/material/sharp/camera_enhance.svg similarity index 100% rename from projects/icons-material/src/sharp/camera_enhance.svg rename to projects/icons-material/src/material/sharp/camera_enhance.svg diff --git a/projects/icons-material/src/sharp/camera_front.svg b/projects/icons-material/src/material/sharp/camera_front.svg similarity index 100% rename from projects/icons-material/src/sharp/camera_front.svg rename to projects/icons-material/src/material/sharp/camera_front.svg diff --git a/projects/icons-material/src/sharp/camera_indoor.svg b/projects/icons-material/src/material/sharp/camera_indoor.svg similarity index 100% rename from projects/icons-material/src/sharp/camera_indoor.svg rename to projects/icons-material/src/material/sharp/camera_indoor.svg diff --git a/projects/icons-material/src/sharp/camera_outdoor.svg b/projects/icons-material/src/material/sharp/camera_outdoor.svg similarity index 100% rename from projects/icons-material/src/sharp/camera_outdoor.svg rename to projects/icons-material/src/material/sharp/camera_outdoor.svg diff --git a/projects/icons-material/src/sharp/camera_rear.svg b/projects/icons-material/src/material/sharp/camera_rear.svg similarity index 100% rename from projects/icons-material/src/sharp/camera_rear.svg rename to projects/icons-material/src/material/sharp/camera_rear.svg diff --git a/projects/icons-material/src/sharp/camera_roll.svg b/projects/icons-material/src/material/sharp/camera_roll.svg similarity index 100% rename from projects/icons-material/src/sharp/camera_roll.svg rename to projects/icons-material/src/material/sharp/camera_roll.svg diff --git a/projects/icons-material/src/sharp/cameraswitch.svg b/projects/icons-material/src/material/sharp/cameraswitch.svg similarity index 100% rename from projects/icons-material/src/sharp/cameraswitch.svg rename to projects/icons-material/src/material/sharp/cameraswitch.svg diff --git a/projects/icons-material/src/sharp/campaign.svg b/projects/icons-material/src/material/sharp/campaign.svg similarity index 100% rename from projects/icons-material/src/sharp/campaign.svg rename to projects/icons-material/src/material/sharp/campaign.svg diff --git a/projects/icons-material/src/sharp/cancel.svg b/projects/icons-material/src/material/sharp/cancel.svg similarity index 100% rename from projects/icons-material/src/sharp/cancel.svg rename to projects/icons-material/src/material/sharp/cancel.svg diff --git a/projects/icons-material/src/sharp/cancel_presentation.svg b/projects/icons-material/src/material/sharp/cancel_presentation.svg similarity index 100% rename from projects/icons-material/src/sharp/cancel_presentation.svg rename to projects/icons-material/src/material/sharp/cancel_presentation.svg diff --git a/projects/icons-material/src/sharp/cancel_schedule_send.svg b/projects/icons-material/src/material/sharp/cancel_schedule_send.svg similarity index 100% rename from projects/icons-material/src/sharp/cancel_schedule_send.svg rename to projects/icons-material/src/material/sharp/cancel_schedule_send.svg diff --git a/projects/icons-material/src/sharp/candlestick_chart.svg b/projects/icons-material/src/material/sharp/candlestick_chart.svg similarity index 100% rename from projects/icons-material/src/sharp/candlestick_chart.svg rename to projects/icons-material/src/material/sharp/candlestick_chart.svg diff --git a/projects/icons-material/src/sharp/car_crash.svg b/projects/icons-material/src/material/sharp/car_crash.svg similarity index 100% rename from projects/icons-material/src/sharp/car_crash.svg rename to projects/icons-material/src/material/sharp/car_crash.svg diff --git a/projects/icons-material/src/sharp/car_rental.svg b/projects/icons-material/src/material/sharp/car_rental.svg similarity index 100% rename from projects/icons-material/src/sharp/car_rental.svg rename to projects/icons-material/src/material/sharp/car_rental.svg diff --git a/projects/icons-material/src/sharp/car_repair.svg b/projects/icons-material/src/material/sharp/car_repair.svg similarity index 100% rename from projects/icons-material/src/sharp/car_repair.svg rename to projects/icons-material/src/material/sharp/car_repair.svg diff --git a/projects/icons-material/src/sharp/card_giftcard.svg b/projects/icons-material/src/material/sharp/card_giftcard.svg similarity index 100% rename from projects/icons-material/src/sharp/card_giftcard.svg rename to projects/icons-material/src/material/sharp/card_giftcard.svg diff --git a/projects/icons-material/src/sharp/card_membership.svg b/projects/icons-material/src/material/sharp/card_membership.svg similarity index 100% rename from projects/icons-material/src/sharp/card_membership.svg rename to projects/icons-material/src/material/sharp/card_membership.svg diff --git a/projects/icons-material/src/sharp/card_travel.svg b/projects/icons-material/src/material/sharp/card_travel.svg similarity index 100% rename from projects/icons-material/src/sharp/card_travel.svg rename to projects/icons-material/src/material/sharp/card_travel.svg diff --git a/projects/icons-material/src/sharp/carpenter.svg b/projects/icons-material/src/material/sharp/carpenter.svg similarity index 100% rename from projects/icons-material/src/sharp/carpenter.svg rename to projects/icons-material/src/material/sharp/carpenter.svg diff --git a/projects/icons-material/src/sharp/cases.svg b/projects/icons-material/src/material/sharp/cases.svg similarity index 100% rename from projects/icons-material/src/sharp/cases.svg rename to projects/icons-material/src/material/sharp/cases.svg diff --git a/projects/icons-material/src/sharp/casino.svg b/projects/icons-material/src/material/sharp/casino.svg similarity index 100% rename from projects/icons-material/src/sharp/casino.svg rename to projects/icons-material/src/material/sharp/casino.svg diff --git a/projects/icons-material/src/sharp/cast.svg b/projects/icons-material/src/material/sharp/cast.svg similarity index 100% rename from projects/icons-material/src/sharp/cast.svg rename to projects/icons-material/src/material/sharp/cast.svg diff --git a/projects/icons-material/src/sharp/cast_connected.svg b/projects/icons-material/src/material/sharp/cast_connected.svg similarity index 100% rename from projects/icons-material/src/sharp/cast_connected.svg rename to projects/icons-material/src/material/sharp/cast_connected.svg diff --git a/projects/icons-material/src/sharp/cast_for_education.svg b/projects/icons-material/src/material/sharp/cast_for_education.svg similarity index 100% rename from projects/icons-material/src/sharp/cast_for_education.svg rename to projects/icons-material/src/material/sharp/cast_for_education.svg diff --git a/projects/icons-material/src/sharp/castle.svg b/projects/icons-material/src/material/sharp/castle.svg similarity index 100% rename from projects/icons-material/src/sharp/castle.svg rename to projects/icons-material/src/material/sharp/castle.svg diff --git a/projects/icons-material/src/sharp/catching_pokemon.svg b/projects/icons-material/src/material/sharp/catching_pokemon.svg similarity index 100% rename from projects/icons-material/src/sharp/catching_pokemon.svg rename to projects/icons-material/src/material/sharp/catching_pokemon.svg diff --git a/projects/icons-material/src/sharp/category.svg b/projects/icons-material/src/material/sharp/category.svg similarity index 100% rename from projects/icons-material/src/sharp/category.svg rename to projects/icons-material/src/material/sharp/category.svg diff --git a/projects/icons-material/src/sharp/celebration.svg b/projects/icons-material/src/material/sharp/celebration.svg similarity index 100% rename from projects/icons-material/src/sharp/celebration.svg rename to projects/icons-material/src/material/sharp/celebration.svg diff --git a/projects/icons-material/src/sharp/cell_tower.svg b/projects/icons-material/src/material/sharp/cell_tower.svg similarity index 100% rename from projects/icons-material/src/sharp/cell_tower.svg rename to projects/icons-material/src/material/sharp/cell_tower.svg diff --git a/projects/icons-material/src/sharp/cell_wifi.svg b/projects/icons-material/src/material/sharp/cell_wifi.svg similarity index 100% rename from projects/icons-material/src/sharp/cell_wifi.svg rename to projects/icons-material/src/material/sharp/cell_wifi.svg diff --git a/projects/icons-material/src/sharp/center_focus_strong.svg b/projects/icons-material/src/material/sharp/center_focus_strong.svg similarity index 100% rename from projects/icons-material/src/sharp/center_focus_strong.svg rename to projects/icons-material/src/material/sharp/center_focus_strong.svg diff --git a/projects/icons-material/src/sharp/center_focus_weak.svg b/projects/icons-material/src/material/sharp/center_focus_weak.svg similarity index 100% rename from projects/icons-material/src/sharp/center_focus_weak.svg rename to projects/icons-material/src/material/sharp/center_focus_weak.svg diff --git a/projects/icons-material/src/sharp/chair.svg b/projects/icons-material/src/material/sharp/chair.svg similarity index 100% rename from projects/icons-material/src/sharp/chair.svg rename to projects/icons-material/src/material/sharp/chair.svg diff --git a/projects/icons-material/src/sharp/chair_alt.svg b/projects/icons-material/src/material/sharp/chair_alt.svg similarity index 100% rename from projects/icons-material/src/sharp/chair_alt.svg rename to projects/icons-material/src/material/sharp/chair_alt.svg diff --git a/projects/icons-material/src/sharp/chalet.svg b/projects/icons-material/src/material/sharp/chalet.svg similarity index 100% rename from projects/icons-material/src/sharp/chalet.svg rename to projects/icons-material/src/material/sharp/chalet.svg diff --git a/projects/icons-material/src/sharp/change_circle.svg b/projects/icons-material/src/material/sharp/change_circle.svg similarity index 100% rename from projects/icons-material/src/sharp/change_circle.svg rename to projects/icons-material/src/material/sharp/change_circle.svg diff --git a/projects/icons-material/src/sharp/change_history.svg b/projects/icons-material/src/material/sharp/change_history.svg similarity index 100% rename from projects/icons-material/src/sharp/change_history.svg rename to projects/icons-material/src/material/sharp/change_history.svg diff --git a/projects/icons-material/src/sharp/charging_station.svg b/projects/icons-material/src/material/sharp/charging_station.svg similarity index 100% rename from projects/icons-material/src/sharp/charging_station.svg rename to projects/icons-material/src/material/sharp/charging_station.svg diff --git a/projects/icons-material/src/sharp/chat.svg b/projects/icons-material/src/material/sharp/chat.svg similarity index 100% rename from projects/icons-material/src/sharp/chat.svg rename to projects/icons-material/src/material/sharp/chat.svg diff --git a/projects/icons-material/src/sharp/chat_bubble.svg b/projects/icons-material/src/material/sharp/chat_bubble.svg similarity index 100% rename from projects/icons-material/src/sharp/chat_bubble.svg rename to projects/icons-material/src/material/sharp/chat_bubble.svg diff --git a/projects/icons-material/src/sharp/chat_bubble_outline.svg b/projects/icons-material/src/material/sharp/chat_bubble_outline.svg similarity index 100% rename from projects/icons-material/src/sharp/chat_bubble_outline.svg rename to projects/icons-material/src/material/sharp/chat_bubble_outline.svg diff --git a/projects/icons-material/src/sharp/check.svg b/projects/icons-material/src/material/sharp/check.svg similarity index 100% rename from projects/icons-material/src/sharp/check.svg rename to projects/icons-material/src/material/sharp/check.svg diff --git a/projects/icons-material/src/sharp/check_box.svg b/projects/icons-material/src/material/sharp/check_box.svg similarity index 100% rename from projects/icons-material/src/sharp/check_box.svg rename to projects/icons-material/src/material/sharp/check_box.svg diff --git a/projects/icons-material/src/sharp/check_box_outline_blank.svg b/projects/icons-material/src/material/sharp/check_box_outline_blank.svg similarity index 100% rename from projects/icons-material/src/sharp/check_box_outline_blank.svg rename to projects/icons-material/src/material/sharp/check_box_outline_blank.svg diff --git a/projects/icons-material/src/sharp/check_circle.svg b/projects/icons-material/src/material/sharp/check_circle.svg similarity index 100% rename from projects/icons-material/src/sharp/check_circle.svg rename to projects/icons-material/src/material/sharp/check_circle.svg diff --git a/projects/icons-material/src/sharp/check_circle_outline.svg b/projects/icons-material/src/material/sharp/check_circle_outline.svg similarity index 100% rename from projects/icons-material/src/sharp/check_circle_outline.svg rename to projects/icons-material/src/material/sharp/check_circle_outline.svg diff --git a/projects/icons-material/src/sharp/checklist.svg b/projects/icons-material/src/material/sharp/checklist.svg similarity index 100% rename from projects/icons-material/src/sharp/checklist.svg rename to projects/icons-material/src/material/sharp/checklist.svg diff --git a/projects/icons-material/src/sharp/checklist_rtl.svg b/projects/icons-material/src/material/sharp/checklist_rtl.svg similarity index 100% rename from projects/icons-material/src/sharp/checklist_rtl.svg rename to projects/icons-material/src/material/sharp/checklist_rtl.svg diff --git a/projects/icons-material/src/sharp/checkroom.svg b/projects/icons-material/src/material/sharp/checkroom.svg similarity index 100% rename from projects/icons-material/src/sharp/checkroom.svg rename to projects/icons-material/src/material/sharp/checkroom.svg diff --git a/projects/icons-material/src/sharp/chevron_left.svg b/projects/icons-material/src/material/sharp/chevron_left.svg similarity index 100% rename from projects/icons-material/src/sharp/chevron_left.svg rename to projects/icons-material/src/material/sharp/chevron_left.svg diff --git a/projects/icons-material/src/sharp/chevron_right.svg b/projects/icons-material/src/material/sharp/chevron_right.svg similarity index 100% rename from projects/icons-material/src/sharp/chevron_right.svg rename to projects/icons-material/src/material/sharp/chevron_right.svg diff --git a/projects/icons-material/src/sharp/child_care.svg b/projects/icons-material/src/material/sharp/child_care.svg similarity index 100% rename from projects/icons-material/src/sharp/child_care.svg rename to projects/icons-material/src/material/sharp/child_care.svg diff --git a/projects/icons-material/src/sharp/child_friendly.svg b/projects/icons-material/src/material/sharp/child_friendly.svg similarity index 100% rename from projects/icons-material/src/sharp/child_friendly.svg rename to projects/icons-material/src/material/sharp/child_friendly.svg diff --git a/projects/icons-material/src/sharp/chrome_reader_mode.svg b/projects/icons-material/src/material/sharp/chrome_reader_mode.svg similarity index 100% rename from projects/icons-material/src/sharp/chrome_reader_mode.svg rename to projects/icons-material/src/material/sharp/chrome_reader_mode.svg diff --git a/projects/icons-material/src/sharp/church.svg b/projects/icons-material/src/material/sharp/church.svg similarity index 100% rename from projects/icons-material/src/sharp/church.svg rename to projects/icons-material/src/material/sharp/church.svg diff --git a/projects/icons-material/src/sharp/circle.svg b/projects/icons-material/src/material/sharp/circle.svg similarity index 100% rename from projects/icons-material/src/sharp/circle.svg rename to projects/icons-material/src/material/sharp/circle.svg diff --git a/projects/icons-material/src/sharp/circle_notifications.svg b/projects/icons-material/src/material/sharp/circle_notifications.svg similarity index 100% rename from projects/icons-material/src/sharp/circle_notifications.svg rename to projects/icons-material/src/material/sharp/circle_notifications.svg diff --git a/projects/icons-material/src/sharp/class.svg b/projects/icons-material/src/material/sharp/class.svg similarity index 100% rename from projects/icons-material/src/sharp/class.svg rename to projects/icons-material/src/material/sharp/class.svg diff --git a/projects/icons-material/src/sharp/clean_hands.svg b/projects/icons-material/src/material/sharp/clean_hands.svg similarity index 100% rename from projects/icons-material/src/sharp/clean_hands.svg rename to projects/icons-material/src/material/sharp/clean_hands.svg diff --git a/projects/icons-material/src/sharp/cleaning_services.svg b/projects/icons-material/src/material/sharp/cleaning_services.svg similarity index 100% rename from projects/icons-material/src/sharp/cleaning_services.svg rename to projects/icons-material/src/material/sharp/cleaning_services.svg diff --git a/projects/icons-material/src/sharp/clear.svg b/projects/icons-material/src/material/sharp/clear.svg similarity index 100% rename from projects/icons-material/src/sharp/clear.svg rename to projects/icons-material/src/material/sharp/clear.svg diff --git a/projects/icons-material/src/sharp/clear_all.svg b/projects/icons-material/src/material/sharp/clear_all.svg similarity index 100% rename from projects/icons-material/src/sharp/clear_all.svg rename to projects/icons-material/src/material/sharp/clear_all.svg diff --git a/projects/icons-material/src/sharp/close.svg b/projects/icons-material/src/material/sharp/close.svg similarity index 100% rename from projects/icons-material/src/sharp/close.svg rename to projects/icons-material/src/material/sharp/close.svg diff --git a/projects/icons-material/src/sharp/close_fullscreen.svg b/projects/icons-material/src/material/sharp/close_fullscreen.svg similarity index 100% rename from projects/icons-material/src/sharp/close_fullscreen.svg rename to projects/icons-material/src/material/sharp/close_fullscreen.svg diff --git a/projects/icons-material/src/sharp/closed_caption.svg b/projects/icons-material/src/material/sharp/closed_caption.svg similarity index 100% rename from projects/icons-material/src/sharp/closed_caption.svg rename to projects/icons-material/src/material/sharp/closed_caption.svg diff --git a/projects/icons-material/src/sharp/closed_caption_disabled.svg b/projects/icons-material/src/material/sharp/closed_caption_disabled.svg similarity index 100% rename from projects/icons-material/src/sharp/closed_caption_disabled.svg rename to projects/icons-material/src/material/sharp/closed_caption_disabled.svg diff --git a/projects/icons-material/src/sharp/closed_caption_off.svg b/projects/icons-material/src/material/sharp/closed_caption_off.svg similarity index 100% rename from projects/icons-material/src/sharp/closed_caption_off.svg rename to projects/icons-material/src/material/sharp/closed_caption_off.svg diff --git a/projects/icons-material/src/sharp/cloud.svg b/projects/icons-material/src/material/sharp/cloud.svg similarity index 100% rename from projects/icons-material/src/sharp/cloud.svg rename to projects/icons-material/src/material/sharp/cloud.svg diff --git a/projects/icons-material/src/sharp/cloud_circle.svg b/projects/icons-material/src/material/sharp/cloud_circle.svg similarity index 100% rename from projects/icons-material/src/sharp/cloud_circle.svg rename to projects/icons-material/src/material/sharp/cloud_circle.svg diff --git a/projects/icons-material/src/sharp/cloud_done.svg b/projects/icons-material/src/material/sharp/cloud_done.svg similarity index 100% rename from projects/icons-material/src/sharp/cloud_done.svg rename to projects/icons-material/src/material/sharp/cloud_done.svg diff --git a/projects/icons-material/src/sharp/cloud_download.svg b/projects/icons-material/src/material/sharp/cloud_download.svg similarity index 100% rename from projects/icons-material/src/sharp/cloud_download.svg rename to projects/icons-material/src/material/sharp/cloud_download.svg diff --git a/projects/icons-material/src/sharp/cloud_off.svg b/projects/icons-material/src/material/sharp/cloud_off.svg similarity index 100% rename from projects/icons-material/src/sharp/cloud_off.svg rename to projects/icons-material/src/material/sharp/cloud_off.svg diff --git a/projects/icons-material/src/sharp/cloud_queue.svg b/projects/icons-material/src/material/sharp/cloud_queue.svg similarity index 100% rename from projects/icons-material/src/sharp/cloud_queue.svg rename to projects/icons-material/src/material/sharp/cloud_queue.svg diff --git a/projects/icons-material/src/sharp/cloud_sync.svg b/projects/icons-material/src/material/sharp/cloud_sync.svg similarity index 100% rename from projects/icons-material/src/sharp/cloud_sync.svg rename to projects/icons-material/src/material/sharp/cloud_sync.svg diff --git a/projects/icons-material/src/sharp/cloud_upload.svg b/projects/icons-material/src/material/sharp/cloud_upload.svg similarity index 100% rename from projects/icons-material/src/sharp/cloud_upload.svg rename to projects/icons-material/src/material/sharp/cloud_upload.svg diff --git a/projects/icons-material/src/sharp/co2.svg b/projects/icons-material/src/material/sharp/co2.svg similarity index 100% rename from projects/icons-material/src/sharp/co2.svg rename to projects/icons-material/src/material/sharp/co2.svg diff --git a/projects/icons-material/src/sharp/co_present.svg b/projects/icons-material/src/material/sharp/co_present.svg similarity index 100% rename from projects/icons-material/src/sharp/co_present.svg rename to projects/icons-material/src/material/sharp/co_present.svg diff --git a/projects/icons-material/src/sharp/code.svg b/projects/icons-material/src/material/sharp/code.svg similarity index 100% rename from projects/icons-material/src/sharp/code.svg rename to projects/icons-material/src/material/sharp/code.svg diff --git a/projects/icons-material/src/sharp/code_off.svg b/projects/icons-material/src/material/sharp/code_off.svg similarity index 100% rename from projects/icons-material/src/sharp/code_off.svg rename to projects/icons-material/src/material/sharp/code_off.svg diff --git a/projects/icons-material/src/sharp/coffee.svg b/projects/icons-material/src/material/sharp/coffee.svg similarity index 100% rename from projects/icons-material/src/sharp/coffee.svg rename to projects/icons-material/src/material/sharp/coffee.svg diff --git a/projects/icons-material/src/sharp/coffee_maker.svg b/projects/icons-material/src/material/sharp/coffee_maker.svg similarity index 100% rename from projects/icons-material/src/sharp/coffee_maker.svg rename to projects/icons-material/src/material/sharp/coffee_maker.svg diff --git a/projects/icons-material/src/sharp/collections.svg b/projects/icons-material/src/material/sharp/collections.svg similarity index 100% rename from projects/icons-material/src/sharp/collections.svg rename to projects/icons-material/src/material/sharp/collections.svg diff --git a/projects/icons-material/src/sharp/collections_bookmark.svg b/projects/icons-material/src/material/sharp/collections_bookmark.svg similarity index 100% rename from projects/icons-material/src/sharp/collections_bookmark.svg rename to projects/icons-material/src/material/sharp/collections_bookmark.svg diff --git a/projects/icons-material/src/sharp/color_lens.svg b/projects/icons-material/src/material/sharp/color_lens.svg similarity index 100% rename from projects/icons-material/src/sharp/color_lens.svg rename to projects/icons-material/src/material/sharp/color_lens.svg diff --git a/projects/icons-material/src/sharp/colorize.svg b/projects/icons-material/src/material/sharp/colorize.svg similarity index 100% rename from projects/icons-material/src/sharp/colorize.svg rename to projects/icons-material/src/material/sharp/colorize.svg diff --git a/projects/icons-material/src/sharp/comment.svg b/projects/icons-material/src/material/sharp/comment.svg similarity index 100% rename from projects/icons-material/src/sharp/comment.svg rename to projects/icons-material/src/material/sharp/comment.svg diff --git a/projects/icons-material/src/sharp/comment_bank.svg b/projects/icons-material/src/material/sharp/comment_bank.svg similarity index 100% rename from projects/icons-material/src/sharp/comment_bank.svg rename to projects/icons-material/src/material/sharp/comment_bank.svg diff --git a/projects/icons-material/src/sharp/comments_disabled.svg b/projects/icons-material/src/material/sharp/comments_disabled.svg similarity index 100% rename from projects/icons-material/src/sharp/comments_disabled.svg rename to projects/icons-material/src/material/sharp/comments_disabled.svg diff --git a/projects/icons-material/src/sharp/commit.svg b/projects/icons-material/src/material/sharp/commit.svg similarity index 100% rename from projects/icons-material/src/sharp/commit.svg rename to projects/icons-material/src/material/sharp/commit.svg diff --git a/projects/icons-material/src/sharp/commute.svg b/projects/icons-material/src/material/sharp/commute.svg similarity index 100% rename from projects/icons-material/src/sharp/commute.svg rename to projects/icons-material/src/material/sharp/commute.svg diff --git a/projects/icons-material/src/sharp/compare.svg b/projects/icons-material/src/material/sharp/compare.svg similarity index 100% rename from projects/icons-material/src/sharp/compare.svg rename to projects/icons-material/src/material/sharp/compare.svg diff --git a/projects/icons-material/src/sharp/compare_arrows.svg b/projects/icons-material/src/material/sharp/compare_arrows.svg similarity index 100% rename from projects/icons-material/src/sharp/compare_arrows.svg rename to projects/icons-material/src/material/sharp/compare_arrows.svg diff --git a/projects/icons-material/src/sharp/compass_calibration.svg b/projects/icons-material/src/material/sharp/compass_calibration.svg similarity index 100% rename from projects/icons-material/src/sharp/compass_calibration.svg rename to projects/icons-material/src/material/sharp/compass_calibration.svg diff --git a/projects/icons-material/src/sharp/compost.svg b/projects/icons-material/src/material/sharp/compost.svg similarity index 100% rename from projects/icons-material/src/sharp/compost.svg rename to projects/icons-material/src/material/sharp/compost.svg diff --git a/projects/icons-material/src/sharp/compress.svg b/projects/icons-material/src/material/sharp/compress.svg similarity index 100% rename from projects/icons-material/src/sharp/compress.svg rename to projects/icons-material/src/material/sharp/compress.svg diff --git a/projects/icons-material/src/sharp/computer.svg b/projects/icons-material/src/material/sharp/computer.svg similarity index 100% rename from projects/icons-material/src/sharp/computer.svg rename to projects/icons-material/src/material/sharp/computer.svg diff --git a/projects/icons-material/src/sharp/confirmation_number.svg b/projects/icons-material/src/material/sharp/confirmation_number.svg similarity index 100% rename from projects/icons-material/src/sharp/confirmation_number.svg rename to projects/icons-material/src/material/sharp/confirmation_number.svg diff --git a/projects/icons-material/src/sharp/connect_without_contact.svg b/projects/icons-material/src/material/sharp/connect_without_contact.svg similarity index 100% rename from projects/icons-material/src/sharp/connect_without_contact.svg rename to projects/icons-material/src/material/sharp/connect_without_contact.svg diff --git a/projects/icons-material/src/sharp/connected_tv.svg b/projects/icons-material/src/material/sharp/connected_tv.svg similarity index 100% rename from projects/icons-material/src/sharp/connected_tv.svg rename to projects/icons-material/src/material/sharp/connected_tv.svg diff --git a/projects/icons-material/src/sharp/connecting_airports.svg b/projects/icons-material/src/material/sharp/connecting_airports.svg similarity index 100% rename from projects/icons-material/src/sharp/connecting_airports.svg rename to projects/icons-material/src/material/sharp/connecting_airports.svg diff --git a/projects/icons-material/src/sharp/construction.svg b/projects/icons-material/src/material/sharp/construction.svg similarity index 100% rename from projects/icons-material/src/sharp/construction.svg rename to projects/icons-material/src/material/sharp/construction.svg diff --git a/projects/icons-material/src/sharp/contact_emergency.svg b/projects/icons-material/src/material/sharp/contact_emergency.svg similarity index 100% rename from projects/icons-material/src/sharp/contact_emergency.svg rename to projects/icons-material/src/material/sharp/contact_emergency.svg diff --git a/projects/icons-material/src/sharp/contact_mail.svg b/projects/icons-material/src/material/sharp/contact_mail.svg similarity index 100% rename from projects/icons-material/src/sharp/contact_mail.svg rename to projects/icons-material/src/material/sharp/contact_mail.svg diff --git a/projects/icons-material/src/sharp/contact_page.svg b/projects/icons-material/src/material/sharp/contact_page.svg similarity index 100% rename from projects/icons-material/src/sharp/contact_page.svg rename to projects/icons-material/src/material/sharp/contact_page.svg diff --git a/projects/icons-material/src/sharp/contact_phone.svg b/projects/icons-material/src/material/sharp/contact_phone.svg similarity index 100% rename from projects/icons-material/src/sharp/contact_phone.svg rename to projects/icons-material/src/material/sharp/contact_phone.svg diff --git a/projects/icons-material/src/sharp/contact_support.svg b/projects/icons-material/src/material/sharp/contact_support.svg similarity index 100% rename from projects/icons-material/src/sharp/contact_support.svg rename to projects/icons-material/src/material/sharp/contact_support.svg diff --git a/projects/icons-material/src/sharp/contactless.svg b/projects/icons-material/src/material/sharp/contactless.svg similarity index 100% rename from projects/icons-material/src/sharp/contactless.svg rename to projects/icons-material/src/material/sharp/contactless.svg diff --git a/projects/icons-material/src/sharp/contacts.svg b/projects/icons-material/src/material/sharp/contacts.svg similarity index 100% rename from projects/icons-material/src/sharp/contacts.svg rename to projects/icons-material/src/material/sharp/contacts.svg diff --git a/projects/icons-material/src/sharp/content_copy.svg b/projects/icons-material/src/material/sharp/content_copy.svg similarity index 100% rename from projects/icons-material/src/sharp/content_copy.svg rename to projects/icons-material/src/material/sharp/content_copy.svg diff --git a/projects/icons-material/src/sharp/content_cut.svg b/projects/icons-material/src/material/sharp/content_cut.svg similarity index 100% rename from projects/icons-material/src/sharp/content_cut.svg rename to projects/icons-material/src/material/sharp/content_cut.svg diff --git a/projects/icons-material/src/sharp/content_paste.svg b/projects/icons-material/src/material/sharp/content_paste.svg similarity index 100% rename from projects/icons-material/src/sharp/content_paste.svg rename to projects/icons-material/src/material/sharp/content_paste.svg diff --git a/projects/icons-material/src/sharp/content_paste_go.svg b/projects/icons-material/src/material/sharp/content_paste_go.svg similarity index 100% rename from projects/icons-material/src/sharp/content_paste_go.svg rename to projects/icons-material/src/material/sharp/content_paste_go.svg diff --git a/projects/icons-material/src/sharp/content_paste_off.svg b/projects/icons-material/src/material/sharp/content_paste_off.svg similarity index 100% rename from projects/icons-material/src/sharp/content_paste_off.svg rename to projects/icons-material/src/material/sharp/content_paste_off.svg diff --git a/projects/icons-material/src/sharp/content_paste_search.svg b/projects/icons-material/src/material/sharp/content_paste_search.svg similarity index 100% rename from projects/icons-material/src/sharp/content_paste_search.svg rename to projects/icons-material/src/material/sharp/content_paste_search.svg diff --git a/projects/icons-material/src/sharp/contrast.svg b/projects/icons-material/src/material/sharp/contrast.svg similarity index 100% rename from projects/icons-material/src/sharp/contrast.svg rename to projects/icons-material/src/material/sharp/contrast.svg diff --git a/projects/icons-material/src/sharp/control_camera.svg b/projects/icons-material/src/material/sharp/control_camera.svg similarity index 100% rename from projects/icons-material/src/sharp/control_camera.svg rename to projects/icons-material/src/material/sharp/control_camera.svg diff --git a/projects/icons-material/src/sharp/control_point.svg b/projects/icons-material/src/material/sharp/control_point.svg similarity index 100% rename from projects/icons-material/src/sharp/control_point.svg rename to projects/icons-material/src/material/sharp/control_point.svg diff --git a/projects/icons-material/src/sharp/control_point_duplicate.svg b/projects/icons-material/src/material/sharp/control_point_duplicate.svg similarity index 100% rename from projects/icons-material/src/sharp/control_point_duplicate.svg rename to projects/icons-material/src/material/sharp/control_point_duplicate.svg diff --git a/projects/icons-material/src/sharp/cookie.svg b/projects/icons-material/src/material/sharp/cookie.svg similarity index 100% rename from projects/icons-material/src/sharp/cookie.svg rename to projects/icons-material/src/material/sharp/cookie.svg diff --git a/projects/icons-material/src/sharp/copy_all.svg b/projects/icons-material/src/material/sharp/copy_all.svg similarity index 100% rename from projects/icons-material/src/sharp/copy_all.svg rename to projects/icons-material/src/material/sharp/copy_all.svg diff --git a/projects/icons-material/src/sharp/copyright.svg b/projects/icons-material/src/material/sharp/copyright.svg similarity index 100% rename from projects/icons-material/src/sharp/copyright.svg rename to projects/icons-material/src/material/sharp/copyright.svg diff --git a/projects/icons-material/src/sharp/coronavirus.svg b/projects/icons-material/src/material/sharp/coronavirus.svg similarity index 100% rename from projects/icons-material/src/sharp/coronavirus.svg rename to projects/icons-material/src/material/sharp/coronavirus.svg diff --git a/projects/icons-material/src/sharp/corporate_fare.svg b/projects/icons-material/src/material/sharp/corporate_fare.svg similarity index 100% rename from projects/icons-material/src/sharp/corporate_fare.svg rename to projects/icons-material/src/material/sharp/corporate_fare.svg diff --git a/projects/icons-material/src/sharp/cottage.svg b/projects/icons-material/src/material/sharp/cottage.svg similarity index 100% rename from projects/icons-material/src/sharp/cottage.svg rename to projects/icons-material/src/material/sharp/cottage.svg diff --git a/projects/icons-material/src/sharp/countertops.svg b/projects/icons-material/src/material/sharp/countertops.svg similarity index 100% rename from projects/icons-material/src/sharp/countertops.svg rename to projects/icons-material/src/material/sharp/countertops.svg diff --git a/projects/icons-material/src/sharp/create.svg b/projects/icons-material/src/material/sharp/create.svg similarity index 100% rename from projects/icons-material/src/sharp/create.svg rename to projects/icons-material/src/material/sharp/create.svg diff --git a/projects/icons-material/src/sharp/create_new_folder.svg b/projects/icons-material/src/material/sharp/create_new_folder.svg similarity index 100% rename from projects/icons-material/src/sharp/create_new_folder.svg rename to projects/icons-material/src/material/sharp/create_new_folder.svg diff --git a/projects/icons-material/src/sharp/credit_card.svg b/projects/icons-material/src/material/sharp/credit_card.svg similarity index 100% rename from projects/icons-material/src/sharp/credit_card.svg rename to projects/icons-material/src/material/sharp/credit_card.svg diff --git a/projects/icons-material/src/sharp/credit_card_off.svg b/projects/icons-material/src/material/sharp/credit_card_off.svg similarity index 100% rename from projects/icons-material/src/sharp/credit_card_off.svg rename to projects/icons-material/src/material/sharp/credit_card_off.svg diff --git a/projects/icons-material/src/sharp/credit_score.svg b/projects/icons-material/src/material/sharp/credit_score.svg similarity index 100% rename from projects/icons-material/src/sharp/credit_score.svg rename to projects/icons-material/src/material/sharp/credit_score.svg diff --git a/projects/icons-material/src/sharp/crib.svg b/projects/icons-material/src/material/sharp/crib.svg similarity index 100% rename from projects/icons-material/src/sharp/crib.svg rename to projects/icons-material/src/material/sharp/crib.svg diff --git a/projects/icons-material/src/sharp/crisis_alert.svg b/projects/icons-material/src/material/sharp/crisis_alert.svg similarity index 100% rename from projects/icons-material/src/sharp/crisis_alert.svg rename to projects/icons-material/src/material/sharp/crisis_alert.svg diff --git a/projects/icons-material/src/sharp/crop.svg b/projects/icons-material/src/material/sharp/crop.svg similarity index 100% rename from projects/icons-material/src/sharp/crop.svg rename to projects/icons-material/src/material/sharp/crop.svg diff --git a/projects/icons-material/src/sharp/crop_16_9.svg b/projects/icons-material/src/material/sharp/crop_16_9.svg similarity index 100% rename from projects/icons-material/src/sharp/crop_16_9.svg rename to projects/icons-material/src/material/sharp/crop_16_9.svg diff --git a/projects/icons-material/src/sharp/crop_3_2.svg b/projects/icons-material/src/material/sharp/crop_3_2.svg similarity index 100% rename from projects/icons-material/src/sharp/crop_3_2.svg rename to projects/icons-material/src/material/sharp/crop_3_2.svg diff --git a/projects/icons-material/src/sharp/crop_5_4.svg b/projects/icons-material/src/material/sharp/crop_5_4.svg similarity index 100% rename from projects/icons-material/src/sharp/crop_5_4.svg rename to projects/icons-material/src/material/sharp/crop_5_4.svg diff --git a/projects/icons-material/src/sharp/crop_7_5.svg b/projects/icons-material/src/material/sharp/crop_7_5.svg similarity index 100% rename from projects/icons-material/src/sharp/crop_7_5.svg rename to projects/icons-material/src/material/sharp/crop_7_5.svg diff --git a/projects/icons-material/src/sharp/crop_din.svg b/projects/icons-material/src/material/sharp/crop_din.svg similarity index 100% rename from projects/icons-material/src/sharp/crop_din.svg rename to projects/icons-material/src/material/sharp/crop_din.svg diff --git a/projects/icons-material/src/sharp/crop_free.svg b/projects/icons-material/src/material/sharp/crop_free.svg similarity index 100% rename from projects/icons-material/src/sharp/crop_free.svg rename to projects/icons-material/src/material/sharp/crop_free.svg diff --git a/projects/icons-material/src/sharp/crop_landscape.svg b/projects/icons-material/src/material/sharp/crop_landscape.svg similarity index 100% rename from projects/icons-material/src/sharp/crop_landscape.svg rename to projects/icons-material/src/material/sharp/crop_landscape.svg diff --git a/projects/icons-material/src/sharp/crop_original.svg b/projects/icons-material/src/material/sharp/crop_original.svg similarity index 100% rename from projects/icons-material/src/sharp/crop_original.svg rename to projects/icons-material/src/material/sharp/crop_original.svg diff --git a/projects/icons-material/src/sharp/crop_portrait.svg b/projects/icons-material/src/material/sharp/crop_portrait.svg similarity index 100% rename from projects/icons-material/src/sharp/crop_portrait.svg rename to projects/icons-material/src/material/sharp/crop_portrait.svg diff --git a/projects/icons-material/src/sharp/crop_rotate.svg b/projects/icons-material/src/material/sharp/crop_rotate.svg similarity index 100% rename from projects/icons-material/src/sharp/crop_rotate.svg rename to projects/icons-material/src/material/sharp/crop_rotate.svg diff --git a/projects/icons-material/src/sharp/crop_square.svg b/projects/icons-material/src/material/sharp/crop_square.svg similarity index 100% rename from projects/icons-material/src/sharp/crop_square.svg rename to projects/icons-material/src/material/sharp/crop_square.svg diff --git a/projects/icons-material/src/sharp/cruelty_free.svg b/projects/icons-material/src/material/sharp/cruelty_free.svg similarity index 100% rename from projects/icons-material/src/sharp/cruelty_free.svg rename to projects/icons-material/src/material/sharp/cruelty_free.svg diff --git a/projects/icons-material/src/sharp/css.svg b/projects/icons-material/src/material/sharp/css.svg similarity index 100% rename from projects/icons-material/src/sharp/css.svg rename to projects/icons-material/src/material/sharp/css.svg diff --git a/projects/icons-material/src/sharp/currency_bitcoin.svg b/projects/icons-material/src/material/sharp/currency_bitcoin.svg similarity index 100% rename from projects/icons-material/src/sharp/currency_bitcoin.svg rename to projects/icons-material/src/material/sharp/currency_bitcoin.svg diff --git a/projects/icons-material/src/sharp/currency_exchange.svg b/projects/icons-material/src/material/sharp/currency_exchange.svg similarity index 100% rename from projects/icons-material/src/sharp/currency_exchange.svg rename to projects/icons-material/src/material/sharp/currency_exchange.svg diff --git a/projects/icons-material/src/sharp/currency_franc.svg b/projects/icons-material/src/material/sharp/currency_franc.svg similarity index 100% rename from projects/icons-material/src/sharp/currency_franc.svg rename to projects/icons-material/src/material/sharp/currency_franc.svg diff --git a/projects/icons-material/src/sharp/currency_lira.svg b/projects/icons-material/src/material/sharp/currency_lira.svg similarity index 100% rename from projects/icons-material/src/sharp/currency_lira.svg rename to projects/icons-material/src/material/sharp/currency_lira.svg diff --git a/projects/icons-material/src/sharp/currency_pound.svg b/projects/icons-material/src/material/sharp/currency_pound.svg similarity index 100% rename from projects/icons-material/src/sharp/currency_pound.svg rename to projects/icons-material/src/material/sharp/currency_pound.svg diff --git a/projects/icons-material/src/sharp/currency_ruble.svg b/projects/icons-material/src/material/sharp/currency_ruble.svg similarity index 100% rename from projects/icons-material/src/sharp/currency_ruble.svg rename to projects/icons-material/src/material/sharp/currency_ruble.svg diff --git a/projects/icons-material/src/sharp/currency_rupee.svg b/projects/icons-material/src/material/sharp/currency_rupee.svg similarity index 100% rename from projects/icons-material/src/sharp/currency_rupee.svg rename to projects/icons-material/src/material/sharp/currency_rupee.svg diff --git a/projects/icons-material/src/sharp/currency_yen.svg b/projects/icons-material/src/material/sharp/currency_yen.svg similarity index 100% rename from projects/icons-material/src/sharp/currency_yen.svg rename to projects/icons-material/src/material/sharp/currency_yen.svg diff --git a/projects/icons-material/src/sharp/currency_yuan.svg b/projects/icons-material/src/material/sharp/currency_yuan.svg similarity index 100% rename from projects/icons-material/src/sharp/currency_yuan.svg rename to projects/icons-material/src/material/sharp/currency_yuan.svg diff --git a/projects/icons-material/src/sharp/curtains.svg b/projects/icons-material/src/material/sharp/curtains.svg similarity index 100% rename from projects/icons-material/src/sharp/curtains.svg rename to projects/icons-material/src/material/sharp/curtains.svg diff --git a/projects/icons-material/src/sharp/curtains_closed.svg b/projects/icons-material/src/material/sharp/curtains_closed.svg similarity index 100% rename from projects/icons-material/src/sharp/curtains_closed.svg rename to projects/icons-material/src/material/sharp/curtains_closed.svg diff --git a/projects/icons-material/src/sharp/cyclone.svg b/projects/icons-material/src/material/sharp/cyclone.svg similarity index 100% rename from projects/icons-material/src/sharp/cyclone.svg rename to projects/icons-material/src/material/sharp/cyclone.svg diff --git a/projects/icons-material/src/sharp/dangerous.svg b/projects/icons-material/src/material/sharp/dangerous.svg similarity index 100% rename from projects/icons-material/src/sharp/dangerous.svg rename to projects/icons-material/src/material/sharp/dangerous.svg diff --git a/projects/icons-material/src/sharp/dark_mode.svg b/projects/icons-material/src/material/sharp/dark_mode.svg similarity index 100% rename from projects/icons-material/src/sharp/dark_mode.svg rename to projects/icons-material/src/material/sharp/dark_mode.svg diff --git a/projects/icons-material/src/sharp/dashboard.svg b/projects/icons-material/src/material/sharp/dashboard.svg similarity index 100% rename from projects/icons-material/src/sharp/dashboard.svg rename to projects/icons-material/src/material/sharp/dashboard.svg diff --git a/projects/icons-material/src/sharp/dashboard_customize.svg b/projects/icons-material/src/material/sharp/dashboard_customize.svg similarity index 100% rename from projects/icons-material/src/sharp/dashboard_customize.svg rename to projects/icons-material/src/material/sharp/dashboard_customize.svg diff --git a/projects/icons-material/src/sharp/data_array.svg b/projects/icons-material/src/material/sharp/data_array.svg similarity index 100% rename from projects/icons-material/src/sharp/data_array.svg rename to projects/icons-material/src/material/sharp/data_array.svg diff --git a/projects/icons-material/src/sharp/data_exploration.svg b/projects/icons-material/src/material/sharp/data_exploration.svg similarity index 100% rename from projects/icons-material/src/sharp/data_exploration.svg rename to projects/icons-material/src/material/sharp/data_exploration.svg diff --git a/projects/icons-material/src/sharp/data_object.svg b/projects/icons-material/src/material/sharp/data_object.svg similarity index 100% rename from projects/icons-material/src/sharp/data_object.svg rename to projects/icons-material/src/material/sharp/data_object.svg diff --git a/projects/icons-material/src/sharp/data_saver_off.svg b/projects/icons-material/src/material/sharp/data_saver_off.svg similarity index 100% rename from projects/icons-material/src/sharp/data_saver_off.svg rename to projects/icons-material/src/material/sharp/data_saver_off.svg diff --git a/projects/icons-material/src/sharp/data_saver_on.svg b/projects/icons-material/src/material/sharp/data_saver_on.svg similarity index 100% rename from projects/icons-material/src/sharp/data_saver_on.svg rename to projects/icons-material/src/material/sharp/data_saver_on.svg diff --git a/projects/icons-material/src/sharp/data_thresholding.svg b/projects/icons-material/src/material/sharp/data_thresholding.svg similarity index 100% rename from projects/icons-material/src/sharp/data_thresholding.svg rename to projects/icons-material/src/material/sharp/data_thresholding.svg diff --git a/projects/icons-material/src/sharp/data_usage.svg b/projects/icons-material/src/material/sharp/data_usage.svg similarity index 100% rename from projects/icons-material/src/sharp/data_usage.svg rename to projects/icons-material/src/material/sharp/data_usage.svg diff --git a/projects/icons-material/src/sharp/dataset.svg b/projects/icons-material/src/material/sharp/dataset.svg similarity index 100% rename from projects/icons-material/src/sharp/dataset.svg rename to projects/icons-material/src/material/sharp/dataset.svg diff --git a/projects/icons-material/src/sharp/dataset_linked.svg b/projects/icons-material/src/material/sharp/dataset_linked.svg similarity index 100% rename from projects/icons-material/src/sharp/dataset_linked.svg rename to projects/icons-material/src/material/sharp/dataset_linked.svg diff --git a/projects/icons-material/src/sharp/date_range.svg b/projects/icons-material/src/material/sharp/date_range.svg similarity index 100% rename from projects/icons-material/src/sharp/date_range.svg rename to projects/icons-material/src/material/sharp/date_range.svg diff --git a/projects/icons-material/src/sharp/deblur.svg b/projects/icons-material/src/material/sharp/deblur.svg similarity index 100% rename from projects/icons-material/src/sharp/deblur.svg rename to projects/icons-material/src/material/sharp/deblur.svg diff --git a/projects/icons-material/src/sharp/deck.svg b/projects/icons-material/src/material/sharp/deck.svg similarity index 100% rename from projects/icons-material/src/sharp/deck.svg rename to projects/icons-material/src/material/sharp/deck.svg diff --git a/projects/icons-material/src/sharp/dehaze.svg b/projects/icons-material/src/material/sharp/dehaze.svg similarity index 100% rename from projects/icons-material/src/sharp/dehaze.svg rename to projects/icons-material/src/material/sharp/dehaze.svg diff --git a/projects/icons-material/src/sharp/delete.svg b/projects/icons-material/src/material/sharp/delete.svg similarity index 100% rename from projects/icons-material/src/sharp/delete.svg rename to projects/icons-material/src/material/sharp/delete.svg diff --git a/projects/icons-material/src/sharp/delete_forever.svg b/projects/icons-material/src/material/sharp/delete_forever.svg similarity index 100% rename from projects/icons-material/src/sharp/delete_forever.svg rename to projects/icons-material/src/material/sharp/delete_forever.svg diff --git a/projects/icons-material/src/sharp/delete_outline.svg b/projects/icons-material/src/material/sharp/delete_outline.svg similarity index 100% rename from projects/icons-material/src/sharp/delete_outline.svg rename to projects/icons-material/src/material/sharp/delete_outline.svg diff --git a/projects/icons-material/src/sharp/delete_sweep.svg b/projects/icons-material/src/material/sharp/delete_sweep.svg similarity index 100% rename from projects/icons-material/src/sharp/delete_sweep.svg rename to projects/icons-material/src/material/sharp/delete_sweep.svg diff --git a/projects/icons-material/src/sharp/delivery_dining.svg b/projects/icons-material/src/material/sharp/delivery_dining.svg similarity index 100% rename from projects/icons-material/src/sharp/delivery_dining.svg rename to projects/icons-material/src/material/sharp/delivery_dining.svg diff --git a/projects/icons-material/src/sharp/density_large.svg b/projects/icons-material/src/material/sharp/density_large.svg similarity index 100% rename from projects/icons-material/src/sharp/density_large.svg rename to projects/icons-material/src/material/sharp/density_large.svg diff --git a/projects/icons-material/src/sharp/density_medium.svg b/projects/icons-material/src/material/sharp/density_medium.svg similarity index 100% rename from projects/icons-material/src/sharp/density_medium.svg rename to projects/icons-material/src/material/sharp/density_medium.svg diff --git a/projects/icons-material/src/sharp/density_small.svg b/projects/icons-material/src/material/sharp/density_small.svg similarity index 100% rename from projects/icons-material/src/sharp/density_small.svg rename to projects/icons-material/src/material/sharp/density_small.svg diff --git a/projects/icons-material/src/sharp/departure_board.svg b/projects/icons-material/src/material/sharp/departure_board.svg similarity index 100% rename from projects/icons-material/src/sharp/departure_board.svg rename to projects/icons-material/src/material/sharp/departure_board.svg diff --git a/projects/icons-material/src/sharp/description.svg b/projects/icons-material/src/material/sharp/description.svg similarity index 100% rename from projects/icons-material/src/sharp/description.svg rename to projects/icons-material/src/material/sharp/description.svg diff --git a/projects/icons-material/src/sharp/deselect.svg b/projects/icons-material/src/material/sharp/deselect.svg similarity index 100% rename from projects/icons-material/src/sharp/deselect.svg rename to projects/icons-material/src/material/sharp/deselect.svg diff --git a/projects/icons-material/src/sharp/design_services.svg b/projects/icons-material/src/material/sharp/design_services.svg similarity index 100% rename from projects/icons-material/src/sharp/design_services.svg rename to projects/icons-material/src/material/sharp/design_services.svg diff --git a/projects/icons-material/src/sharp/desk.svg b/projects/icons-material/src/material/sharp/desk.svg similarity index 100% rename from projects/icons-material/src/sharp/desk.svg rename to projects/icons-material/src/material/sharp/desk.svg diff --git a/projects/icons-material/src/sharp/desktop_access_disabled.svg b/projects/icons-material/src/material/sharp/desktop_access_disabled.svg similarity index 100% rename from projects/icons-material/src/sharp/desktop_access_disabled.svg rename to projects/icons-material/src/material/sharp/desktop_access_disabled.svg diff --git a/projects/icons-material/src/sharp/desktop_mac.svg b/projects/icons-material/src/material/sharp/desktop_mac.svg similarity index 100% rename from projects/icons-material/src/sharp/desktop_mac.svg rename to projects/icons-material/src/material/sharp/desktop_mac.svg diff --git a/projects/icons-material/src/sharp/desktop_windows.svg b/projects/icons-material/src/material/sharp/desktop_windows.svg similarity index 100% rename from projects/icons-material/src/sharp/desktop_windows.svg rename to projects/icons-material/src/material/sharp/desktop_windows.svg diff --git a/projects/icons-material/src/sharp/details.svg b/projects/icons-material/src/material/sharp/details.svg similarity index 100% rename from projects/icons-material/src/sharp/details.svg rename to projects/icons-material/src/material/sharp/details.svg diff --git a/projects/icons-material/src/sharp/developer_board.svg b/projects/icons-material/src/material/sharp/developer_board.svg similarity index 100% rename from projects/icons-material/src/sharp/developer_board.svg rename to projects/icons-material/src/material/sharp/developer_board.svg diff --git a/projects/icons-material/src/sharp/developer_board_off.svg b/projects/icons-material/src/material/sharp/developer_board_off.svg similarity index 100% rename from projects/icons-material/src/sharp/developer_board_off.svg rename to projects/icons-material/src/material/sharp/developer_board_off.svg diff --git a/projects/icons-material/src/sharp/developer_mode.svg b/projects/icons-material/src/material/sharp/developer_mode.svg similarity index 100% rename from projects/icons-material/src/sharp/developer_mode.svg rename to projects/icons-material/src/material/sharp/developer_mode.svg diff --git a/projects/icons-material/src/sharp/device_hub.svg b/projects/icons-material/src/material/sharp/device_hub.svg similarity index 100% rename from projects/icons-material/src/sharp/device_hub.svg rename to projects/icons-material/src/material/sharp/device_hub.svg diff --git a/projects/icons-material/src/sharp/device_thermostat.svg b/projects/icons-material/src/material/sharp/device_thermostat.svg similarity index 100% rename from projects/icons-material/src/sharp/device_thermostat.svg rename to projects/icons-material/src/material/sharp/device_thermostat.svg diff --git a/projects/icons-material/src/sharp/device_unknown.svg b/projects/icons-material/src/material/sharp/device_unknown.svg similarity index 100% rename from projects/icons-material/src/sharp/device_unknown.svg rename to projects/icons-material/src/material/sharp/device_unknown.svg diff --git a/projects/icons-material/src/sharp/devices.svg b/projects/icons-material/src/material/sharp/devices.svg similarity index 100% rename from projects/icons-material/src/sharp/devices.svg rename to projects/icons-material/src/material/sharp/devices.svg diff --git a/projects/icons-material/src/sharp/devices_fold.svg b/projects/icons-material/src/material/sharp/devices_fold.svg similarity index 100% rename from projects/icons-material/src/sharp/devices_fold.svg rename to projects/icons-material/src/material/sharp/devices_fold.svg diff --git a/projects/icons-material/src/sharp/devices_other.svg b/projects/icons-material/src/material/sharp/devices_other.svg similarity index 100% rename from projects/icons-material/src/sharp/devices_other.svg rename to projects/icons-material/src/material/sharp/devices_other.svg diff --git a/projects/icons-material/src/sharp/dialer_sip.svg b/projects/icons-material/src/material/sharp/dialer_sip.svg similarity index 100% rename from projects/icons-material/src/sharp/dialer_sip.svg rename to projects/icons-material/src/material/sharp/dialer_sip.svg diff --git a/projects/icons-material/src/sharp/dialpad.svg b/projects/icons-material/src/material/sharp/dialpad.svg similarity index 100% rename from projects/icons-material/src/sharp/dialpad.svg rename to projects/icons-material/src/material/sharp/dialpad.svg diff --git a/projects/icons-material/src/sharp/diamond.svg b/projects/icons-material/src/material/sharp/diamond.svg similarity index 100% rename from projects/icons-material/src/sharp/diamond.svg rename to projects/icons-material/src/material/sharp/diamond.svg diff --git a/projects/icons-material/src/sharp/difference.svg b/projects/icons-material/src/material/sharp/difference.svg similarity index 100% rename from projects/icons-material/src/sharp/difference.svg rename to projects/icons-material/src/material/sharp/difference.svg diff --git a/projects/icons-material/src/sharp/dining.svg b/projects/icons-material/src/material/sharp/dining.svg similarity index 100% rename from projects/icons-material/src/sharp/dining.svg rename to projects/icons-material/src/material/sharp/dining.svg diff --git a/projects/icons-material/src/sharp/dinner_dining.svg b/projects/icons-material/src/material/sharp/dinner_dining.svg similarity index 100% rename from projects/icons-material/src/sharp/dinner_dining.svg rename to projects/icons-material/src/material/sharp/dinner_dining.svg diff --git a/projects/icons-material/src/sharp/directions.svg b/projects/icons-material/src/material/sharp/directions.svg similarity index 100% rename from projects/icons-material/src/sharp/directions.svg rename to projects/icons-material/src/material/sharp/directions.svg diff --git a/projects/icons-material/src/sharp/directions_bike.svg b/projects/icons-material/src/material/sharp/directions_bike.svg similarity index 100% rename from projects/icons-material/src/sharp/directions_bike.svg rename to projects/icons-material/src/material/sharp/directions_bike.svg diff --git a/projects/icons-material/src/sharp/directions_boat.svg b/projects/icons-material/src/material/sharp/directions_boat.svg similarity index 100% rename from projects/icons-material/src/sharp/directions_boat.svg rename to projects/icons-material/src/material/sharp/directions_boat.svg diff --git a/projects/icons-material/src/sharp/directions_boat_filled.svg b/projects/icons-material/src/material/sharp/directions_boat_filled.svg similarity index 100% rename from projects/icons-material/src/sharp/directions_boat_filled.svg rename to projects/icons-material/src/material/sharp/directions_boat_filled.svg diff --git a/projects/icons-material/src/sharp/directions_bus.svg b/projects/icons-material/src/material/sharp/directions_bus.svg similarity index 100% rename from projects/icons-material/src/sharp/directions_bus.svg rename to projects/icons-material/src/material/sharp/directions_bus.svg diff --git a/projects/icons-material/src/sharp/directions_bus_filled.svg b/projects/icons-material/src/material/sharp/directions_bus_filled.svg similarity index 100% rename from projects/icons-material/src/sharp/directions_bus_filled.svg rename to projects/icons-material/src/material/sharp/directions_bus_filled.svg diff --git a/projects/icons-material/src/sharp/directions_car.svg b/projects/icons-material/src/material/sharp/directions_car.svg similarity index 100% rename from projects/icons-material/src/sharp/directions_car.svg rename to projects/icons-material/src/material/sharp/directions_car.svg diff --git a/projects/icons-material/src/sharp/directions_car_filled.svg b/projects/icons-material/src/material/sharp/directions_car_filled.svg similarity index 100% rename from projects/icons-material/src/sharp/directions_car_filled.svg rename to projects/icons-material/src/material/sharp/directions_car_filled.svg diff --git a/projects/icons-material/src/sharp/directions_off.svg b/projects/icons-material/src/material/sharp/directions_off.svg similarity index 100% rename from projects/icons-material/src/sharp/directions_off.svg rename to projects/icons-material/src/material/sharp/directions_off.svg diff --git a/projects/icons-material/src/sharp/directions_railway.svg b/projects/icons-material/src/material/sharp/directions_railway.svg similarity index 100% rename from projects/icons-material/src/sharp/directions_railway.svg rename to projects/icons-material/src/material/sharp/directions_railway.svg diff --git a/projects/icons-material/src/sharp/directions_railway_filled.svg b/projects/icons-material/src/material/sharp/directions_railway_filled.svg similarity index 100% rename from projects/icons-material/src/sharp/directions_railway_filled.svg rename to projects/icons-material/src/material/sharp/directions_railway_filled.svg diff --git a/projects/icons-material/src/sharp/directions_run.svg b/projects/icons-material/src/material/sharp/directions_run.svg similarity index 100% rename from projects/icons-material/src/sharp/directions_run.svg rename to projects/icons-material/src/material/sharp/directions_run.svg diff --git a/projects/icons-material/src/sharp/directions_subway.svg b/projects/icons-material/src/material/sharp/directions_subway.svg similarity index 100% rename from projects/icons-material/src/sharp/directions_subway.svg rename to projects/icons-material/src/material/sharp/directions_subway.svg diff --git a/projects/icons-material/src/sharp/directions_subway_filled.svg b/projects/icons-material/src/material/sharp/directions_subway_filled.svg similarity index 100% rename from projects/icons-material/src/sharp/directions_subway_filled.svg rename to projects/icons-material/src/material/sharp/directions_subway_filled.svg diff --git a/projects/icons-material/src/sharp/directions_transit.svg b/projects/icons-material/src/material/sharp/directions_transit.svg similarity index 100% rename from projects/icons-material/src/sharp/directions_transit.svg rename to projects/icons-material/src/material/sharp/directions_transit.svg diff --git a/projects/icons-material/src/sharp/directions_transit_filled.svg b/projects/icons-material/src/material/sharp/directions_transit_filled.svg similarity index 100% rename from projects/icons-material/src/sharp/directions_transit_filled.svg rename to projects/icons-material/src/material/sharp/directions_transit_filled.svg diff --git a/projects/icons-material/src/sharp/directions_walk.svg b/projects/icons-material/src/material/sharp/directions_walk.svg similarity index 100% rename from projects/icons-material/src/sharp/directions_walk.svg rename to projects/icons-material/src/material/sharp/directions_walk.svg diff --git a/projects/icons-material/src/sharp/dirty_lens.svg b/projects/icons-material/src/material/sharp/dirty_lens.svg similarity index 100% rename from projects/icons-material/src/sharp/dirty_lens.svg rename to projects/icons-material/src/material/sharp/dirty_lens.svg diff --git a/projects/icons-material/src/sharp/disabled_by_default.svg b/projects/icons-material/src/material/sharp/disabled_by_default.svg similarity index 100% rename from projects/icons-material/src/sharp/disabled_by_default.svg rename to projects/icons-material/src/material/sharp/disabled_by_default.svg diff --git a/projects/icons-material/src/sharp/disabled_visible.svg b/projects/icons-material/src/material/sharp/disabled_visible.svg similarity index 100% rename from projects/icons-material/src/sharp/disabled_visible.svg rename to projects/icons-material/src/material/sharp/disabled_visible.svg diff --git a/projects/icons-material/src/sharp/disc_full.svg b/projects/icons-material/src/material/sharp/disc_full.svg similarity index 100% rename from projects/icons-material/src/sharp/disc_full.svg rename to projects/icons-material/src/material/sharp/disc_full.svg diff --git a/projects/icons-material/src/sharp/discount.svg b/projects/icons-material/src/material/sharp/discount.svg similarity index 100% rename from projects/icons-material/src/sharp/discount.svg rename to projects/icons-material/src/material/sharp/discount.svg diff --git a/projects/icons-material/src/sharp/display_settings.svg b/projects/icons-material/src/material/sharp/display_settings.svg similarity index 100% rename from projects/icons-material/src/sharp/display_settings.svg rename to projects/icons-material/src/material/sharp/display_settings.svg diff --git a/projects/icons-material/src/sharp/diversity_1.svg b/projects/icons-material/src/material/sharp/diversity_1.svg similarity index 100% rename from projects/icons-material/src/sharp/diversity_1.svg rename to projects/icons-material/src/material/sharp/diversity_1.svg diff --git a/projects/icons-material/src/sharp/diversity_2.svg b/projects/icons-material/src/material/sharp/diversity_2.svg similarity index 100% rename from projects/icons-material/src/sharp/diversity_2.svg rename to projects/icons-material/src/material/sharp/diversity_2.svg diff --git a/projects/icons-material/src/sharp/diversity_3.svg b/projects/icons-material/src/material/sharp/diversity_3.svg similarity index 100% rename from projects/icons-material/src/sharp/diversity_3.svg rename to projects/icons-material/src/material/sharp/diversity_3.svg diff --git a/projects/icons-material/src/sharp/dns.svg b/projects/icons-material/src/material/sharp/dns.svg similarity index 100% rename from projects/icons-material/src/sharp/dns.svg rename to projects/icons-material/src/material/sharp/dns.svg diff --git a/projects/icons-material/src/sharp/do_disturb.svg b/projects/icons-material/src/material/sharp/do_disturb.svg similarity index 100% rename from projects/icons-material/src/sharp/do_disturb.svg rename to projects/icons-material/src/material/sharp/do_disturb.svg diff --git a/projects/icons-material/src/sharp/do_disturb_alt.svg b/projects/icons-material/src/material/sharp/do_disturb_alt.svg similarity index 100% rename from projects/icons-material/src/sharp/do_disturb_alt.svg rename to projects/icons-material/src/material/sharp/do_disturb_alt.svg diff --git a/projects/icons-material/src/sharp/do_disturb_off.svg b/projects/icons-material/src/material/sharp/do_disturb_off.svg similarity index 100% rename from projects/icons-material/src/sharp/do_disturb_off.svg rename to projects/icons-material/src/material/sharp/do_disturb_off.svg diff --git a/projects/icons-material/src/sharp/do_disturb_on.svg b/projects/icons-material/src/material/sharp/do_disturb_on.svg similarity index 100% rename from projects/icons-material/src/sharp/do_disturb_on.svg rename to projects/icons-material/src/material/sharp/do_disturb_on.svg diff --git a/projects/icons-material/src/sharp/do_not_disturb.svg b/projects/icons-material/src/material/sharp/do_not_disturb.svg similarity index 100% rename from projects/icons-material/src/sharp/do_not_disturb.svg rename to projects/icons-material/src/material/sharp/do_not_disturb.svg diff --git a/projects/icons-material/src/sharp/do_not_disturb_alt.svg b/projects/icons-material/src/material/sharp/do_not_disturb_alt.svg similarity index 100% rename from projects/icons-material/src/sharp/do_not_disturb_alt.svg rename to projects/icons-material/src/material/sharp/do_not_disturb_alt.svg diff --git a/projects/icons-material/src/sharp/do_not_disturb_off.svg b/projects/icons-material/src/material/sharp/do_not_disturb_off.svg similarity index 100% rename from projects/icons-material/src/sharp/do_not_disturb_off.svg rename to projects/icons-material/src/material/sharp/do_not_disturb_off.svg diff --git a/projects/icons-material/src/sharp/do_not_disturb_on.svg b/projects/icons-material/src/material/sharp/do_not_disturb_on.svg similarity index 100% rename from projects/icons-material/src/sharp/do_not_disturb_on.svg rename to projects/icons-material/src/material/sharp/do_not_disturb_on.svg diff --git a/projects/icons-material/src/sharp/do_not_disturb_on_total_silence.svg b/projects/icons-material/src/material/sharp/do_not_disturb_on_total_silence.svg similarity index 100% rename from projects/icons-material/src/sharp/do_not_disturb_on_total_silence.svg rename to projects/icons-material/src/material/sharp/do_not_disturb_on_total_silence.svg diff --git a/projects/icons-material/src/sharp/do_not_step.svg b/projects/icons-material/src/material/sharp/do_not_step.svg similarity index 100% rename from projects/icons-material/src/sharp/do_not_step.svg rename to projects/icons-material/src/material/sharp/do_not_step.svg diff --git a/projects/icons-material/src/sharp/do_not_touch.svg b/projects/icons-material/src/material/sharp/do_not_touch.svg similarity index 100% rename from projects/icons-material/src/sharp/do_not_touch.svg rename to projects/icons-material/src/material/sharp/do_not_touch.svg diff --git a/projects/icons-material/src/sharp/dock.svg b/projects/icons-material/src/material/sharp/dock.svg similarity index 100% rename from projects/icons-material/src/sharp/dock.svg rename to projects/icons-material/src/material/sharp/dock.svg diff --git a/projects/icons-material/src/sharp/document_scanner.svg b/projects/icons-material/src/material/sharp/document_scanner.svg similarity index 100% rename from projects/icons-material/src/sharp/document_scanner.svg rename to projects/icons-material/src/material/sharp/document_scanner.svg diff --git a/projects/icons-material/src/sharp/domain.svg b/projects/icons-material/src/material/sharp/domain.svg similarity index 100% rename from projects/icons-material/src/sharp/domain.svg rename to projects/icons-material/src/material/sharp/domain.svg diff --git a/projects/icons-material/src/sharp/domain_add.svg b/projects/icons-material/src/material/sharp/domain_add.svg similarity index 100% rename from projects/icons-material/src/sharp/domain_add.svg rename to projects/icons-material/src/material/sharp/domain_add.svg diff --git a/projects/icons-material/src/sharp/domain_disabled.svg b/projects/icons-material/src/material/sharp/domain_disabled.svg similarity index 100% rename from projects/icons-material/src/sharp/domain_disabled.svg rename to projects/icons-material/src/material/sharp/domain_disabled.svg diff --git a/projects/icons-material/src/sharp/domain_verification.svg b/projects/icons-material/src/material/sharp/domain_verification.svg similarity index 100% rename from projects/icons-material/src/sharp/domain_verification.svg rename to projects/icons-material/src/material/sharp/domain_verification.svg diff --git a/projects/icons-material/src/sharp/done.svg b/projects/icons-material/src/material/sharp/done.svg similarity index 100% rename from projects/icons-material/src/sharp/done.svg rename to projects/icons-material/src/material/sharp/done.svg diff --git a/projects/icons-material/src/sharp/done_all.svg b/projects/icons-material/src/material/sharp/done_all.svg similarity index 100% rename from projects/icons-material/src/sharp/done_all.svg rename to projects/icons-material/src/material/sharp/done_all.svg diff --git a/projects/icons-material/src/sharp/done_outline.svg b/projects/icons-material/src/material/sharp/done_outline.svg similarity index 100% rename from projects/icons-material/src/sharp/done_outline.svg rename to projects/icons-material/src/material/sharp/done_outline.svg diff --git a/projects/icons-material/src/sharp/donut_large.svg b/projects/icons-material/src/material/sharp/donut_large.svg similarity index 100% rename from projects/icons-material/src/sharp/donut_large.svg rename to projects/icons-material/src/material/sharp/donut_large.svg diff --git a/projects/icons-material/src/sharp/donut_small.svg b/projects/icons-material/src/material/sharp/donut_small.svg similarity index 100% rename from projects/icons-material/src/sharp/donut_small.svg rename to projects/icons-material/src/material/sharp/donut_small.svg diff --git a/projects/icons-material/src/sharp/door_back.svg b/projects/icons-material/src/material/sharp/door_back.svg similarity index 100% rename from projects/icons-material/src/sharp/door_back.svg rename to projects/icons-material/src/material/sharp/door_back.svg diff --git a/projects/icons-material/src/sharp/door_front.svg b/projects/icons-material/src/material/sharp/door_front.svg similarity index 100% rename from projects/icons-material/src/sharp/door_front.svg rename to projects/icons-material/src/material/sharp/door_front.svg diff --git a/projects/icons-material/src/sharp/door_sliding.svg b/projects/icons-material/src/material/sharp/door_sliding.svg similarity index 100% rename from projects/icons-material/src/sharp/door_sliding.svg rename to projects/icons-material/src/material/sharp/door_sliding.svg diff --git a/projects/icons-material/src/sharp/doorbell.svg b/projects/icons-material/src/material/sharp/doorbell.svg similarity index 100% rename from projects/icons-material/src/sharp/doorbell.svg rename to projects/icons-material/src/material/sharp/doorbell.svg diff --git a/projects/icons-material/src/sharp/double_arrow.svg b/projects/icons-material/src/material/sharp/double_arrow.svg similarity index 100% rename from projects/icons-material/src/sharp/double_arrow.svg rename to projects/icons-material/src/material/sharp/double_arrow.svg diff --git a/projects/icons-material/src/sharp/downhill_skiing.svg b/projects/icons-material/src/material/sharp/downhill_skiing.svg similarity index 100% rename from projects/icons-material/src/sharp/downhill_skiing.svg rename to projects/icons-material/src/material/sharp/downhill_skiing.svg diff --git a/projects/icons-material/src/sharp/download.svg b/projects/icons-material/src/material/sharp/download.svg similarity index 100% rename from projects/icons-material/src/sharp/download.svg rename to projects/icons-material/src/material/sharp/download.svg diff --git a/projects/icons-material/src/sharp/download_done.svg b/projects/icons-material/src/material/sharp/download_done.svg similarity index 100% rename from projects/icons-material/src/sharp/download_done.svg rename to projects/icons-material/src/material/sharp/download_done.svg diff --git a/projects/icons-material/src/sharp/download_for_offline.svg b/projects/icons-material/src/material/sharp/download_for_offline.svg similarity index 100% rename from projects/icons-material/src/sharp/download_for_offline.svg rename to projects/icons-material/src/material/sharp/download_for_offline.svg diff --git a/projects/icons-material/src/sharp/downloading.svg b/projects/icons-material/src/material/sharp/downloading.svg similarity index 100% rename from projects/icons-material/src/sharp/downloading.svg rename to projects/icons-material/src/material/sharp/downloading.svg diff --git a/projects/icons-material/src/sharp/drafts.svg b/projects/icons-material/src/material/sharp/drafts.svg similarity index 100% rename from projects/icons-material/src/sharp/drafts.svg rename to projects/icons-material/src/material/sharp/drafts.svg diff --git a/projects/icons-material/src/sharp/drag_handle.svg b/projects/icons-material/src/material/sharp/drag_handle.svg similarity index 100% rename from projects/icons-material/src/sharp/drag_handle.svg rename to projects/icons-material/src/material/sharp/drag_handle.svg diff --git a/projects/icons-material/src/sharp/drag_indicator.svg b/projects/icons-material/src/material/sharp/drag_indicator.svg similarity index 100% rename from projects/icons-material/src/sharp/drag_indicator.svg rename to projects/icons-material/src/material/sharp/drag_indicator.svg diff --git a/projects/icons-material/src/sharp/draw.svg b/projects/icons-material/src/material/sharp/draw.svg similarity index 100% rename from projects/icons-material/src/sharp/draw.svg rename to projects/icons-material/src/material/sharp/draw.svg diff --git a/projects/icons-material/src/sharp/drive_eta.svg b/projects/icons-material/src/material/sharp/drive_eta.svg similarity index 100% rename from projects/icons-material/src/sharp/drive_eta.svg rename to projects/icons-material/src/material/sharp/drive_eta.svg diff --git a/projects/icons-material/src/sharp/drive_file_move.svg b/projects/icons-material/src/material/sharp/drive_file_move.svg similarity index 100% rename from projects/icons-material/src/sharp/drive_file_move.svg rename to projects/icons-material/src/material/sharp/drive_file_move.svg diff --git a/projects/icons-material/src/sharp/drive_file_move_rtl.svg b/projects/icons-material/src/material/sharp/drive_file_move_rtl.svg similarity index 100% rename from projects/icons-material/src/sharp/drive_file_move_rtl.svg rename to projects/icons-material/src/material/sharp/drive_file_move_rtl.svg diff --git a/projects/icons-material/src/sharp/drive_file_rename_outline.svg b/projects/icons-material/src/material/sharp/drive_file_rename_outline.svg similarity index 100% rename from projects/icons-material/src/sharp/drive_file_rename_outline.svg rename to projects/icons-material/src/material/sharp/drive_file_rename_outline.svg diff --git a/projects/icons-material/src/sharp/drive_folder_upload.svg b/projects/icons-material/src/material/sharp/drive_folder_upload.svg similarity index 100% rename from projects/icons-material/src/sharp/drive_folder_upload.svg rename to projects/icons-material/src/material/sharp/drive_folder_upload.svg diff --git a/projects/icons-material/src/sharp/dry.svg b/projects/icons-material/src/material/sharp/dry.svg similarity index 100% rename from projects/icons-material/src/sharp/dry.svg rename to projects/icons-material/src/material/sharp/dry.svg diff --git a/projects/icons-material/src/sharp/dry_cleaning.svg b/projects/icons-material/src/material/sharp/dry_cleaning.svg similarity index 100% rename from projects/icons-material/src/sharp/dry_cleaning.svg rename to projects/icons-material/src/material/sharp/dry_cleaning.svg diff --git a/projects/icons-material/src/sharp/duo.svg b/projects/icons-material/src/material/sharp/duo.svg similarity index 100% rename from projects/icons-material/src/sharp/duo.svg rename to projects/icons-material/src/material/sharp/duo.svg diff --git a/projects/icons-material/src/sharp/dvr.svg b/projects/icons-material/src/material/sharp/dvr.svg similarity index 100% rename from projects/icons-material/src/sharp/dvr.svg rename to projects/icons-material/src/material/sharp/dvr.svg diff --git a/projects/icons-material/src/sharp/dynamic_feed.svg b/projects/icons-material/src/material/sharp/dynamic_feed.svg similarity index 100% rename from projects/icons-material/src/sharp/dynamic_feed.svg rename to projects/icons-material/src/material/sharp/dynamic_feed.svg diff --git a/projects/icons-material/src/sharp/dynamic_form.svg b/projects/icons-material/src/material/sharp/dynamic_form.svg similarity index 100% rename from projects/icons-material/src/sharp/dynamic_form.svg rename to projects/icons-material/src/material/sharp/dynamic_form.svg diff --git a/projects/icons-material/src/sharp/e_mobiledata.svg b/projects/icons-material/src/material/sharp/e_mobiledata.svg similarity index 100% rename from projects/icons-material/src/sharp/e_mobiledata.svg rename to projects/icons-material/src/material/sharp/e_mobiledata.svg diff --git a/projects/icons-material/src/sharp/earbuds.svg b/projects/icons-material/src/material/sharp/earbuds.svg similarity index 100% rename from projects/icons-material/src/sharp/earbuds.svg rename to projects/icons-material/src/material/sharp/earbuds.svg diff --git a/projects/icons-material/src/sharp/earbuds_battery.svg b/projects/icons-material/src/material/sharp/earbuds_battery.svg similarity index 100% rename from projects/icons-material/src/sharp/earbuds_battery.svg rename to projects/icons-material/src/material/sharp/earbuds_battery.svg diff --git a/projects/icons-material/src/sharp/east.svg b/projects/icons-material/src/material/sharp/east.svg similarity index 100% rename from projects/icons-material/src/sharp/east.svg rename to projects/icons-material/src/material/sharp/east.svg diff --git a/projects/icons-material/src/sharp/edgesensor_high.svg b/projects/icons-material/src/material/sharp/edgesensor_high.svg similarity index 100% rename from projects/icons-material/src/sharp/edgesensor_high.svg rename to projects/icons-material/src/material/sharp/edgesensor_high.svg diff --git a/projects/icons-material/src/sharp/edgesensor_low.svg b/projects/icons-material/src/material/sharp/edgesensor_low.svg similarity index 100% rename from projects/icons-material/src/sharp/edgesensor_low.svg rename to projects/icons-material/src/material/sharp/edgesensor_low.svg diff --git a/projects/icons-material/src/sharp/edit.svg b/projects/icons-material/src/material/sharp/edit.svg similarity index 100% rename from projects/icons-material/src/sharp/edit.svg rename to projects/icons-material/src/material/sharp/edit.svg diff --git a/projects/icons-material/src/sharp/edit_attributes.svg b/projects/icons-material/src/material/sharp/edit_attributes.svg similarity index 100% rename from projects/icons-material/src/sharp/edit_attributes.svg rename to projects/icons-material/src/material/sharp/edit_attributes.svg diff --git a/projects/icons-material/src/sharp/edit_calendar.svg b/projects/icons-material/src/material/sharp/edit_calendar.svg similarity index 100% rename from projects/icons-material/src/sharp/edit_calendar.svg rename to projects/icons-material/src/material/sharp/edit_calendar.svg diff --git a/projects/icons-material/src/sharp/edit_location.svg b/projects/icons-material/src/material/sharp/edit_location.svg similarity index 100% rename from projects/icons-material/src/sharp/edit_location.svg rename to projects/icons-material/src/material/sharp/edit_location.svg diff --git a/projects/icons-material/src/sharp/edit_location_alt.svg b/projects/icons-material/src/material/sharp/edit_location_alt.svg similarity index 100% rename from projects/icons-material/src/sharp/edit_location_alt.svg rename to projects/icons-material/src/material/sharp/edit_location_alt.svg diff --git a/projects/icons-material/src/sharp/edit_note.svg b/projects/icons-material/src/material/sharp/edit_note.svg similarity index 100% rename from projects/icons-material/src/sharp/edit_note.svg rename to projects/icons-material/src/material/sharp/edit_note.svg diff --git a/projects/icons-material/src/sharp/edit_notifications.svg b/projects/icons-material/src/material/sharp/edit_notifications.svg similarity index 100% rename from projects/icons-material/src/sharp/edit_notifications.svg rename to projects/icons-material/src/material/sharp/edit_notifications.svg diff --git a/projects/icons-material/src/sharp/edit_off.svg b/projects/icons-material/src/material/sharp/edit_off.svg similarity index 100% rename from projects/icons-material/src/sharp/edit_off.svg rename to projects/icons-material/src/material/sharp/edit_off.svg diff --git a/projects/icons-material/src/sharp/edit_road.svg b/projects/icons-material/src/material/sharp/edit_road.svg similarity index 100% rename from projects/icons-material/src/sharp/edit_road.svg rename to projects/icons-material/src/material/sharp/edit_road.svg diff --git a/projects/icons-material/src/sharp/egg.svg b/projects/icons-material/src/material/sharp/egg.svg similarity index 100% rename from projects/icons-material/src/sharp/egg.svg rename to projects/icons-material/src/material/sharp/egg.svg diff --git a/projects/icons-material/src/sharp/egg_alt.svg b/projects/icons-material/src/material/sharp/egg_alt.svg similarity index 100% rename from projects/icons-material/src/sharp/egg_alt.svg rename to projects/icons-material/src/material/sharp/egg_alt.svg diff --git a/projects/icons-material/src/sharp/eject.svg b/projects/icons-material/src/material/sharp/eject.svg similarity index 100% rename from projects/icons-material/src/sharp/eject.svg rename to projects/icons-material/src/material/sharp/eject.svg diff --git a/projects/icons-material/src/sharp/elderly.svg b/projects/icons-material/src/material/sharp/elderly.svg similarity index 100% rename from projects/icons-material/src/sharp/elderly.svg rename to projects/icons-material/src/material/sharp/elderly.svg diff --git a/projects/icons-material/src/sharp/elderly_woman.svg b/projects/icons-material/src/material/sharp/elderly_woman.svg similarity index 100% rename from projects/icons-material/src/sharp/elderly_woman.svg rename to projects/icons-material/src/material/sharp/elderly_woman.svg diff --git a/projects/icons-material/src/sharp/electric_bike.svg b/projects/icons-material/src/material/sharp/electric_bike.svg similarity index 100% rename from projects/icons-material/src/sharp/electric_bike.svg rename to projects/icons-material/src/material/sharp/electric_bike.svg diff --git a/projects/icons-material/src/sharp/electric_bolt.svg b/projects/icons-material/src/material/sharp/electric_bolt.svg similarity index 100% rename from projects/icons-material/src/sharp/electric_bolt.svg rename to projects/icons-material/src/material/sharp/electric_bolt.svg diff --git a/projects/icons-material/src/sharp/electric_car.svg b/projects/icons-material/src/material/sharp/electric_car.svg similarity index 100% rename from projects/icons-material/src/sharp/electric_car.svg rename to projects/icons-material/src/material/sharp/electric_car.svg diff --git a/projects/icons-material/src/sharp/electric_meter.svg b/projects/icons-material/src/material/sharp/electric_meter.svg similarity index 100% rename from projects/icons-material/src/sharp/electric_meter.svg rename to projects/icons-material/src/material/sharp/electric_meter.svg diff --git a/projects/icons-material/src/sharp/electric_moped.svg b/projects/icons-material/src/material/sharp/electric_moped.svg similarity index 100% rename from projects/icons-material/src/sharp/electric_moped.svg rename to projects/icons-material/src/material/sharp/electric_moped.svg diff --git a/projects/icons-material/src/sharp/electric_rickshaw.svg b/projects/icons-material/src/material/sharp/electric_rickshaw.svg similarity index 100% rename from projects/icons-material/src/sharp/electric_rickshaw.svg rename to projects/icons-material/src/material/sharp/electric_rickshaw.svg diff --git a/projects/icons-material/src/sharp/electric_scooter.svg b/projects/icons-material/src/material/sharp/electric_scooter.svg similarity index 100% rename from projects/icons-material/src/sharp/electric_scooter.svg rename to projects/icons-material/src/material/sharp/electric_scooter.svg diff --git a/projects/icons-material/src/sharp/electrical_services.svg b/projects/icons-material/src/material/sharp/electrical_services.svg similarity index 100% rename from projects/icons-material/src/sharp/electrical_services.svg rename to projects/icons-material/src/material/sharp/electrical_services.svg diff --git a/projects/icons-material/src/sharp/elevator.svg b/projects/icons-material/src/material/sharp/elevator.svg similarity index 100% rename from projects/icons-material/src/sharp/elevator.svg rename to projects/icons-material/src/material/sharp/elevator.svg diff --git a/projects/icons-material/src/sharp/email.svg b/projects/icons-material/src/material/sharp/email.svg similarity index 100% rename from projects/icons-material/src/sharp/email.svg rename to projects/icons-material/src/material/sharp/email.svg diff --git a/projects/icons-material/src/sharp/emergency.svg b/projects/icons-material/src/material/sharp/emergency.svg similarity index 100% rename from projects/icons-material/src/sharp/emergency.svg rename to projects/icons-material/src/material/sharp/emergency.svg diff --git a/projects/icons-material/src/sharp/emergency_recording.svg b/projects/icons-material/src/material/sharp/emergency_recording.svg similarity index 100% rename from projects/icons-material/src/sharp/emergency_recording.svg rename to projects/icons-material/src/material/sharp/emergency_recording.svg diff --git a/projects/icons-material/src/sharp/emergency_share.svg b/projects/icons-material/src/material/sharp/emergency_share.svg similarity index 100% rename from projects/icons-material/src/sharp/emergency_share.svg rename to projects/icons-material/src/material/sharp/emergency_share.svg diff --git a/projects/icons-material/src/sharp/emoji_emotions.svg b/projects/icons-material/src/material/sharp/emoji_emotions.svg similarity index 100% rename from projects/icons-material/src/sharp/emoji_emotions.svg rename to projects/icons-material/src/material/sharp/emoji_emotions.svg diff --git a/projects/icons-material/src/sharp/emoji_events.svg b/projects/icons-material/src/material/sharp/emoji_events.svg similarity index 100% rename from projects/icons-material/src/sharp/emoji_events.svg rename to projects/icons-material/src/material/sharp/emoji_events.svg diff --git a/projects/icons-material/src/sharp/emoji_food_beverage.svg b/projects/icons-material/src/material/sharp/emoji_food_beverage.svg similarity index 100% rename from projects/icons-material/src/sharp/emoji_food_beverage.svg rename to projects/icons-material/src/material/sharp/emoji_food_beverage.svg diff --git a/projects/icons-material/src/sharp/emoji_nature.svg b/projects/icons-material/src/material/sharp/emoji_nature.svg similarity index 100% rename from projects/icons-material/src/sharp/emoji_nature.svg rename to projects/icons-material/src/material/sharp/emoji_nature.svg diff --git a/projects/icons-material/src/sharp/emoji_objects.svg b/projects/icons-material/src/material/sharp/emoji_objects.svg similarity index 100% rename from projects/icons-material/src/sharp/emoji_objects.svg rename to projects/icons-material/src/material/sharp/emoji_objects.svg diff --git a/projects/icons-material/src/sharp/emoji_people.svg b/projects/icons-material/src/material/sharp/emoji_people.svg similarity index 100% rename from projects/icons-material/src/sharp/emoji_people.svg rename to projects/icons-material/src/material/sharp/emoji_people.svg diff --git a/projects/icons-material/src/sharp/emoji_symbols.svg b/projects/icons-material/src/material/sharp/emoji_symbols.svg similarity index 100% rename from projects/icons-material/src/sharp/emoji_symbols.svg rename to projects/icons-material/src/material/sharp/emoji_symbols.svg diff --git a/projects/icons-material/src/sharp/emoji_transportation.svg b/projects/icons-material/src/material/sharp/emoji_transportation.svg similarity index 100% rename from projects/icons-material/src/sharp/emoji_transportation.svg rename to projects/icons-material/src/material/sharp/emoji_transportation.svg diff --git a/projects/icons-material/src/sharp/energy_savings_leaf.svg b/projects/icons-material/src/material/sharp/energy_savings_leaf.svg similarity index 100% rename from projects/icons-material/src/sharp/energy_savings_leaf.svg rename to projects/icons-material/src/material/sharp/energy_savings_leaf.svg diff --git a/projects/icons-material/src/sharp/engineering.svg b/projects/icons-material/src/material/sharp/engineering.svg similarity index 100% rename from projects/icons-material/src/sharp/engineering.svg rename to projects/icons-material/src/material/sharp/engineering.svg diff --git a/projects/icons-material/src/sharp/enhanced_encryption.svg b/projects/icons-material/src/material/sharp/enhanced_encryption.svg similarity index 100% rename from projects/icons-material/src/sharp/enhanced_encryption.svg rename to projects/icons-material/src/material/sharp/enhanced_encryption.svg diff --git a/projects/icons-material/src/sharp/equalizer.svg b/projects/icons-material/src/material/sharp/equalizer.svg similarity index 100% rename from projects/icons-material/src/sharp/equalizer.svg rename to projects/icons-material/src/material/sharp/equalizer.svg diff --git a/projects/icons-material/src/sharp/error.svg b/projects/icons-material/src/material/sharp/error.svg similarity index 100% rename from projects/icons-material/src/sharp/error.svg rename to projects/icons-material/src/material/sharp/error.svg diff --git a/projects/icons-material/src/sharp/error_outline.svg b/projects/icons-material/src/material/sharp/error_outline.svg similarity index 100% rename from projects/icons-material/src/sharp/error_outline.svg rename to projects/icons-material/src/material/sharp/error_outline.svg diff --git a/projects/icons-material/src/sharp/escalator.svg b/projects/icons-material/src/material/sharp/escalator.svg similarity index 100% rename from projects/icons-material/src/sharp/escalator.svg rename to projects/icons-material/src/material/sharp/escalator.svg diff --git a/projects/icons-material/src/sharp/escalator_warning.svg b/projects/icons-material/src/material/sharp/escalator_warning.svg similarity index 100% rename from projects/icons-material/src/sharp/escalator_warning.svg rename to projects/icons-material/src/material/sharp/escalator_warning.svg diff --git a/projects/icons-material/src/sharp/euro.svg b/projects/icons-material/src/material/sharp/euro.svg similarity index 100% rename from projects/icons-material/src/sharp/euro.svg rename to projects/icons-material/src/material/sharp/euro.svg diff --git a/projects/icons-material/src/sharp/euro_symbol.svg b/projects/icons-material/src/material/sharp/euro_symbol.svg similarity index 100% rename from projects/icons-material/src/sharp/euro_symbol.svg rename to projects/icons-material/src/material/sharp/euro_symbol.svg diff --git a/projects/icons-material/src/sharp/ev_station.svg b/projects/icons-material/src/material/sharp/ev_station.svg similarity index 100% rename from projects/icons-material/src/sharp/ev_station.svg rename to projects/icons-material/src/material/sharp/ev_station.svg diff --git a/projects/icons-material/src/sharp/event.svg b/projects/icons-material/src/material/sharp/event.svg similarity index 100% rename from projects/icons-material/src/sharp/event.svg rename to projects/icons-material/src/material/sharp/event.svg diff --git a/projects/icons-material/src/sharp/event_available.svg b/projects/icons-material/src/material/sharp/event_available.svg similarity index 100% rename from projects/icons-material/src/sharp/event_available.svg rename to projects/icons-material/src/material/sharp/event_available.svg diff --git a/projects/icons-material/src/sharp/event_busy.svg b/projects/icons-material/src/material/sharp/event_busy.svg similarity index 100% rename from projects/icons-material/src/sharp/event_busy.svg rename to projects/icons-material/src/material/sharp/event_busy.svg diff --git a/projects/icons-material/src/sharp/event_note.svg b/projects/icons-material/src/material/sharp/event_note.svg similarity index 100% rename from projects/icons-material/src/sharp/event_note.svg rename to projects/icons-material/src/material/sharp/event_note.svg diff --git a/projects/icons-material/src/sharp/event_repeat.svg b/projects/icons-material/src/material/sharp/event_repeat.svg similarity index 100% rename from projects/icons-material/src/sharp/event_repeat.svg rename to projects/icons-material/src/material/sharp/event_repeat.svg diff --git a/projects/icons-material/src/sharp/event_seat.svg b/projects/icons-material/src/material/sharp/event_seat.svg similarity index 100% rename from projects/icons-material/src/sharp/event_seat.svg rename to projects/icons-material/src/material/sharp/event_seat.svg diff --git a/projects/icons-material/src/sharp/exit_to_app.svg b/projects/icons-material/src/material/sharp/exit_to_app.svg similarity index 100% rename from projects/icons-material/src/sharp/exit_to_app.svg rename to projects/icons-material/src/material/sharp/exit_to_app.svg diff --git a/projects/icons-material/src/sharp/expand.svg b/projects/icons-material/src/material/sharp/expand.svg similarity index 100% rename from projects/icons-material/src/sharp/expand.svg rename to projects/icons-material/src/material/sharp/expand.svg diff --git a/projects/icons-material/src/sharp/expand_circle_down.svg b/projects/icons-material/src/material/sharp/expand_circle_down.svg similarity index 100% rename from projects/icons-material/src/sharp/expand_circle_down.svg rename to projects/icons-material/src/material/sharp/expand_circle_down.svg diff --git a/projects/icons-material/src/sharp/expand_less.svg b/projects/icons-material/src/material/sharp/expand_less.svg similarity index 100% rename from projects/icons-material/src/sharp/expand_less.svg rename to projects/icons-material/src/material/sharp/expand_less.svg diff --git a/projects/icons-material/src/sharp/expand_more.svg b/projects/icons-material/src/material/sharp/expand_more.svg similarity index 100% rename from projects/icons-material/src/sharp/expand_more.svg rename to projects/icons-material/src/material/sharp/expand_more.svg diff --git a/projects/icons-material/src/sharp/explicit.svg b/projects/icons-material/src/material/sharp/explicit.svg similarity index 100% rename from projects/icons-material/src/sharp/explicit.svg rename to projects/icons-material/src/material/sharp/explicit.svg diff --git a/projects/icons-material/src/sharp/explore.svg b/projects/icons-material/src/material/sharp/explore.svg similarity index 100% rename from projects/icons-material/src/sharp/explore.svg rename to projects/icons-material/src/material/sharp/explore.svg diff --git a/projects/icons-material/src/sharp/explore_off.svg b/projects/icons-material/src/material/sharp/explore_off.svg similarity index 100% rename from projects/icons-material/src/sharp/explore_off.svg rename to projects/icons-material/src/material/sharp/explore_off.svg diff --git a/projects/icons-material/src/sharp/exposure.svg b/projects/icons-material/src/material/sharp/exposure.svg similarity index 100% rename from projects/icons-material/src/sharp/exposure.svg rename to projects/icons-material/src/material/sharp/exposure.svg diff --git a/projects/icons-material/src/sharp/exposure_neg_1.svg b/projects/icons-material/src/material/sharp/exposure_neg_1.svg similarity index 100% rename from projects/icons-material/src/sharp/exposure_neg_1.svg rename to projects/icons-material/src/material/sharp/exposure_neg_1.svg diff --git a/projects/icons-material/src/sharp/exposure_neg_2.svg b/projects/icons-material/src/material/sharp/exposure_neg_2.svg similarity index 100% rename from projects/icons-material/src/sharp/exposure_neg_2.svg rename to projects/icons-material/src/material/sharp/exposure_neg_2.svg diff --git a/projects/icons-material/src/sharp/exposure_plus_1.svg b/projects/icons-material/src/material/sharp/exposure_plus_1.svg similarity index 100% rename from projects/icons-material/src/sharp/exposure_plus_1.svg rename to projects/icons-material/src/material/sharp/exposure_plus_1.svg diff --git a/projects/icons-material/src/sharp/exposure_plus_2.svg b/projects/icons-material/src/material/sharp/exposure_plus_2.svg similarity index 100% rename from projects/icons-material/src/sharp/exposure_plus_2.svg rename to projects/icons-material/src/material/sharp/exposure_plus_2.svg diff --git a/projects/icons-material/src/sharp/exposure_zero.svg b/projects/icons-material/src/material/sharp/exposure_zero.svg similarity index 100% rename from projects/icons-material/src/sharp/exposure_zero.svg rename to projects/icons-material/src/material/sharp/exposure_zero.svg diff --git a/projects/icons-material/src/sharp/extension.svg b/projects/icons-material/src/material/sharp/extension.svg similarity index 100% rename from projects/icons-material/src/sharp/extension.svg rename to projects/icons-material/src/material/sharp/extension.svg diff --git a/projects/icons-material/src/sharp/extension_off.svg b/projects/icons-material/src/material/sharp/extension_off.svg similarity index 100% rename from projects/icons-material/src/sharp/extension_off.svg rename to projects/icons-material/src/material/sharp/extension_off.svg diff --git a/projects/icons-material/src/sharp/face.svg b/projects/icons-material/src/material/sharp/face.svg similarity index 100% rename from projects/icons-material/src/sharp/face.svg rename to projects/icons-material/src/material/sharp/face.svg diff --git a/projects/icons-material/src/sharp/face_2.svg b/projects/icons-material/src/material/sharp/face_2.svg similarity index 100% rename from projects/icons-material/src/sharp/face_2.svg rename to projects/icons-material/src/material/sharp/face_2.svg diff --git a/projects/icons-material/src/sharp/face_3.svg b/projects/icons-material/src/material/sharp/face_3.svg similarity index 100% rename from projects/icons-material/src/sharp/face_3.svg rename to projects/icons-material/src/material/sharp/face_3.svg diff --git a/projects/icons-material/src/sharp/face_4.svg b/projects/icons-material/src/material/sharp/face_4.svg similarity index 100% rename from projects/icons-material/src/sharp/face_4.svg rename to projects/icons-material/src/material/sharp/face_4.svg diff --git a/projects/icons-material/src/sharp/face_5.svg b/projects/icons-material/src/material/sharp/face_5.svg similarity index 100% rename from projects/icons-material/src/sharp/face_5.svg rename to projects/icons-material/src/material/sharp/face_5.svg diff --git a/projects/icons-material/src/sharp/face_6.svg b/projects/icons-material/src/material/sharp/face_6.svg similarity index 100% rename from projects/icons-material/src/sharp/face_6.svg rename to projects/icons-material/src/material/sharp/face_6.svg diff --git a/projects/icons-material/src/sharp/face_retouching_natural.svg b/projects/icons-material/src/material/sharp/face_retouching_natural.svg similarity index 100% rename from projects/icons-material/src/sharp/face_retouching_natural.svg rename to projects/icons-material/src/material/sharp/face_retouching_natural.svg diff --git a/projects/icons-material/src/sharp/face_retouching_off.svg b/projects/icons-material/src/material/sharp/face_retouching_off.svg similarity index 100% rename from projects/icons-material/src/sharp/face_retouching_off.svg rename to projects/icons-material/src/material/sharp/face_retouching_off.svg diff --git a/projects/icons-material/src/sharp/fact_check.svg b/projects/icons-material/src/material/sharp/fact_check.svg similarity index 100% rename from projects/icons-material/src/sharp/fact_check.svg rename to projects/icons-material/src/material/sharp/fact_check.svg diff --git a/projects/icons-material/src/sharp/factory.svg b/projects/icons-material/src/material/sharp/factory.svg similarity index 100% rename from projects/icons-material/src/sharp/factory.svg rename to projects/icons-material/src/material/sharp/factory.svg diff --git a/projects/icons-material/src/sharp/family_restroom.svg b/projects/icons-material/src/material/sharp/family_restroom.svg similarity index 100% rename from projects/icons-material/src/sharp/family_restroom.svg rename to projects/icons-material/src/material/sharp/family_restroom.svg diff --git a/projects/icons-material/src/sharp/fast_forward.svg b/projects/icons-material/src/material/sharp/fast_forward.svg similarity index 100% rename from projects/icons-material/src/sharp/fast_forward.svg rename to projects/icons-material/src/material/sharp/fast_forward.svg diff --git a/projects/icons-material/src/sharp/fast_rewind.svg b/projects/icons-material/src/material/sharp/fast_rewind.svg similarity index 100% rename from projects/icons-material/src/sharp/fast_rewind.svg rename to projects/icons-material/src/material/sharp/fast_rewind.svg diff --git a/projects/icons-material/src/sharp/fastfood.svg b/projects/icons-material/src/material/sharp/fastfood.svg similarity index 100% rename from projects/icons-material/src/sharp/fastfood.svg rename to projects/icons-material/src/material/sharp/fastfood.svg diff --git a/projects/icons-material/src/sharp/favorite.svg b/projects/icons-material/src/material/sharp/favorite.svg similarity index 100% rename from projects/icons-material/src/sharp/favorite.svg rename to projects/icons-material/src/material/sharp/favorite.svg diff --git a/projects/icons-material/src/sharp/favorite_border.svg b/projects/icons-material/src/material/sharp/favorite_border.svg similarity index 100% rename from projects/icons-material/src/sharp/favorite_border.svg rename to projects/icons-material/src/material/sharp/favorite_border.svg diff --git a/projects/icons-material/src/sharp/fax.svg b/projects/icons-material/src/material/sharp/fax.svg similarity index 100% rename from projects/icons-material/src/sharp/fax.svg rename to projects/icons-material/src/material/sharp/fax.svg diff --git a/projects/icons-material/src/sharp/featured_play_list.svg b/projects/icons-material/src/material/sharp/featured_play_list.svg similarity index 100% rename from projects/icons-material/src/sharp/featured_play_list.svg rename to projects/icons-material/src/material/sharp/featured_play_list.svg diff --git a/projects/icons-material/src/sharp/featured_video.svg b/projects/icons-material/src/material/sharp/featured_video.svg similarity index 100% rename from projects/icons-material/src/sharp/featured_video.svg rename to projects/icons-material/src/material/sharp/featured_video.svg diff --git a/projects/icons-material/src/sharp/feed.svg b/projects/icons-material/src/material/sharp/feed.svg similarity index 100% rename from projects/icons-material/src/sharp/feed.svg rename to projects/icons-material/src/material/sharp/feed.svg diff --git a/projects/icons-material/src/sharp/feedback.svg b/projects/icons-material/src/material/sharp/feedback.svg similarity index 100% rename from projects/icons-material/src/sharp/feedback.svg rename to projects/icons-material/src/material/sharp/feedback.svg diff --git a/projects/icons-material/src/sharp/female.svg b/projects/icons-material/src/material/sharp/female.svg similarity index 100% rename from projects/icons-material/src/sharp/female.svg rename to projects/icons-material/src/material/sharp/female.svg diff --git a/projects/icons-material/src/sharp/fence.svg b/projects/icons-material/src/material/sharp/fence.svg similarity index 100% rename from projects/icons-material/src/sharp/fence.svg rename to projects/icons-material/src/material/sharp/fence.svg diff --git a/projects/icons-material/src/sharp/festival.svg b/projects/icons-material/src/material/sharp/festival.svg similarity index 100% rename from projects/icons-material/src/sharp/festival.svg rename to projects/icons-material/src/material/sharp/festival.svg diff --git a/projects/icons-material/src/sharp/fiber_dvr.svg b/projects/icons-material/src/material/sharp/fiber_dvr.svg similarity index 100% rename from projects/icons-material/src/sharp/fiber_dvr.svg rename to projects/icons-material/src/material/sharp/fiber_dvr.svg diff --git a/projects/icons-material/src/sharp/fiber_manual_record.svg b/projects/icons-material/src/material/sharp/fiber_manual_record.svg similarity index 100% rename from projects/icons-material/src/sharp/fiber_manual_record.svg rename to projects/icons-material/src/material/sharp/fiber_manual_record.svg diff --git a/projects/icons-material/src/sharp/fiber_new.svg b/projects/icons-material/src/material/sharp/fiber_new.svg similarity index 100% rename from projects/icons-material/src/sharp/fiber_new.svg rename to projects/icons-material/src/material/sharp/fiber_new.svg diff --git a/projects/icons-material/src/sharp/fiber_pin.svg b/projects/icons-material/src/material/sharp/fiber_pin.svg similarity index 100% rename from projects/icons-material/src/sharp/fiber_pin.svg rename to projects/icons-material/src/material/sharp/fiber_pin.svg diff --git a/projects/icons-material/src/sharp/fiber_smart_record.svg b/projects/icons-material/src/material/sharp/fiber_smart_record.svg similarity index 100% rename from projects/icons-material/src/sharp/fiber_smart_record.svg rename to projects/icons-material/src/material/sharp/fiber_smart_record.svg diff --git a/projects/icons-material/src/sharp/file_copy.svg b/projects/icons-material/src/material/sharp/file_copy.svg similarity index 100% rename from projects/icons-material/src/sharp/file_copy.svg rename to projects/icons-material/src/material/sharp/file_copy.svg diff --git a/projects/icons-material/src/sharp/file_download.svg b/projects/icons-material/src/material/sharp/file_download.svg similarity index 100% rename from projects/icons-material/src/sharp/file_download.svg rename to projects/icons-material/src/material/sharp/file_download.svg diff --git a/projects/icons-material/src/sharp/file_download_done.svg b/projects/icons-material/src/material/sharp/file_download_done.svg similarity index 100% rename from projects/icons-material/src/sharp/file_download_done.svg rename to projects/icons-material/src/material/sharp/file_download_done.svg diff --git a/projects/icons-material/src/sharp/file_download_off.svg b/projects/icons-material/src/material/sharp/file_download_off.svg similarity index 100% rename from projects/icons-material/src/sharp/file_download_off.svg rename to projects/icons-material/src/material/sharp/file_download_off.svg diff --git a/projects/icons-material/src/sharp/file_open.svg b/projects/icons-material/src/material/sharp/file_open.svg similarity index 100% rename from projects/icons-material/src/sharp/file_open.svg rename to projects/icons-material/src/material/sharp/file_open.svg diff --git a/projects/icons-material/src/sharp/file_present.svg b/projects/icons-material/src/material/sharp/file_present.svg similarity index 100% rename from projects/icons-material/src/sharp/file_present.svg rename to projects/icons-material/src/material/sharp/file_present.svg diff --git a/projects/icons-material/src/sharp/file_upload.svg b/projects/icons-material/src/material/sharp/file_upload.svg similarity index 100% rename from projects/icons-material/src/sharp/file_upload.svg rename to projects/icons-material/src/material/sharp/file_upload.svg diff --git a/projects/icons-material/src/sharp/filter.svg b/projects/icons-material/src/material/sharp/filter.svg similarity index 100% rename from projects/icons-material/src/sharp/filter.svg rename to projects/icons-material/src/material/sharp/filter.svg diff --git a/projects/icons-material/src/sharp/filter_1.svg b/projects/icons-material/src/material/sharp/filter_1.svg similarity index 100% rename from projects/icons-material/src/sharp/filter_1.svg rename to projects/icons-material/src/material/sharp/filter_1.svg diff --git a/projects/icons-material/src/sharp/filter_2.svg b/projects/icons-material/src/material/sharp/filter_2.svg similarity index 100% rename from projects/icons-material/src/sharp/filter_2.svg rename to projects/icons-material/src/material/sharp/filter_2.svg diff --git a/projects/icons-material/src/sharp/filter_3.svg b/projects/icons-material/src/material/sharp/filter_3.svg similarity index 100% rename from projects/icons-material/src/sharp/filter_3.svg rename to projects/icons-material/src/material/sharp/filter_3.svg diff --git a/projects/icons-material/src/sharp/filter_4.svg b/projects/icons-material/src/material/sharp/filter_4.svg similarity index 100% rename from projects/icons-material/src/sharp/filter_4.svg rename to projects/icons-material/src/material/sharp/filter_4.svg diff --git a/projects/icons-material/src/sharp/filter_5.svg b/projects/icons-material/src/material/sharp/filter_5.svg similarity index 100% rename from projects/icons-material/src/sharp/filter_5.svg rename to projects/icons-material/src/material/sharp/filter_5.svg diff --git a/projects/icons-material/src/sharp/filter_6.svg b/projects/icons-material/src/material/sharp/filter_6.svg similarity index 100% rename from projects/icons-material/src/sharp/filter_6.svg rename to projects/icons-material/src/material/sharp/filter_6.svg diff --git a/projects/icons-material/src/sharp/filter_7.svg b/projects/icons-material/src/material/sharp/filter_7.svg similarity index 100% rename from projects/icons-material/src/sharp/filter_7.svg rename to projects/icons-material/src/material/sharp/filter_7.svg diff --git a/projects/icons-material/src/sharp/filter_8.svg b/projects/icons-material/src/material/sharp/filter_8.svg similarity index 100% rename from projects/icons-material/src/sharp/filter_8.svg rename to projects/icons-material/src/material/sharp/filter_8.svg diff --git a/projects/icons-material/src/sharp/filter_9.svg b/projects/icons-material/src/material/sharp/filter_9.svg similarity index 100% rename from projects/icons-material/src/sharp/filter_9.svg rename to projects/icons-material/src/material/sharp/filter_9.svg diff --git a/projects/icons-material/src/sharp/filter_9_plus.svg b/projects/icons-material/src/material/sharp/filter_9_plus.svg similarity index 100% rename from projects/icons-material/src/sharp/filter_9_plus.svg rename to projects/icons-material/src/material/sharp/filter_9_plus.svg diff --git a/projects/icons-material/src/sharp/filter_alt.svg b/projects/icons-material/src/material/sharp/filter_alt.svg similarity index 100% rename from projects/icons-material/src/sharp/filter_alt.svg rename to projects/icons-material/src/material/sharp/filter_alt.svg diff --git a/projects/icons-material/src/sharp/filter_alt_off.svg b/projects/icons-material/src/material/sharp/filter_alt_off.svg similarity index 100% rename from projects/icons-material/src/sharp/filter_alt_off.svg rename to projects/icons-material/src/material/sharp/filter_alt_off.svg diff --git a/projects/icons-material/src/sharp/filter_b_and_w.svg b/projects/icons-material/src/material/sharp/filter_b_and_w.svg similarity index 100% rename from projects/icons-material/src/sharp/filter_b_and_w.svg rename to projects/icons-material/src/material/sharp/filter_b_and_w.svg diff --git a/projects/icons-material/src/sharp/filter_center_focus.svg b/projects/icons-material/src/material/sharp/filter_center_focus.svg similarity index 100% rename from projects/icons-material/src/sharp/filter_center_focus.svg rename to projects/icons-material/src/material/sharp/filter_center_focus.svg diff --git a/projects/icons-material/src/sharp/filter_drama.svg b/projects/icons-material/src/material/sharp/filter_drama.svg similarity index 100% rename from projects/icons-material/src/sharp/filter_drama.svg rename to projects/icons-material/src/material/sharp/filter_drama.svg diff --git a/projects/icons-material/src/sharp/filter_frames.svg b/projects/icons-material/src/material/sharp/filter_frames.svg similarity index 100% rename from projects/icons-material/src/sharp/filter_frames.svg rename to projects/icons-material/src/material/sharp/filter_frames.svg diff --git a/projects/icons-material/src/sharp/filter_hdr.svg b/projects/icons-material/src/material/sharp/filter_hdr.svg similarity index 100% rename from projects/icons-material/src/sharp/filter_hdr.svg rename to projects/icons-material/src/material/sharp/filter_hdr.svg diff --git a/projects/icons-material/src/sharp/filter_list.svg b/projects/icons-material/src/material/sharp/filter_list.svg similarity index 100% rename from projects/icons-material/src/sharp/filter_list.svg rename to projects/icons-material/src/material/sharp/filter_list.svg diff --git a/projects/icons-material/src/sharp/filter_list_off.svg b/projects/icons-material/src/material/sharp/filter_list_off.svg similarity index 100% rename from projects/icons-material/src/sharp/filter_list_off.svg rename to projects/icons-material/src/material/sharp/filter_list_off.svg diff --git a/projects/icons-material/src/sharp/filter_none.svg b/projects/icons-material/src/material/sharp/filter_none.svg similarity index 100% rename from projects/icons-material/src/sharp/filter_none.svg rename to projects/icons-material/src/material/sharp/filter_none.svg diff --git a/projects/icons-material/src/sharp/filter_tilt_shift.svg b/projects/icons-material/src/material/sharp/filter_tilt_shift.svg similarity index 100% rename from projects/icons-material/src/sharp/filter_tilt_shift.svg rename to projects/icons-material/src/material/sharp/filter_tilt_shift.svg diff --git a/projects/icons-material/src/sharp/filter_vintage.svg b/projects/icons-material/src/material/sharp/filter_vintage.svg similarity index 100% rename from projects/icons-material/src/sharp/filter_vintage.svg rename to projects/icons-material/src/material/sharp/filter_vintage.svg diff --git a/projects/icons-material/src/sharp/find_in_page.svg b/projects/icons-material/src/material/sharp/find_in_page.svg similarity index 100% rename from projects/icons-material/src/sharp/find_in_page.svg rename to projects/icons-material/src/material/sharp/find_in_page.svg diff --git a/projects/icons-material/src/sharp/find_replace.svg b/projects/icons-material/src/material/sharp/find_replace.svg similarity index 100% rename from projects/icons-material/src/sharp/find_replace.svg rename to projects/icons-material/src/material/sharp/find_replace.svg diff --git a/projects/icons-material/src/sharp/fingerprint.svg b/projects/icons-material/src/material/sharp/fingerprint.svg similarity index 100% rename from projects/icons-material/src/sharp/fingerprint.svg rename to projects/icons-material/src/material/sharp/fingerprint.svg diff --git a/projects/icons-material/src/sharp/fire_extinguisher.svg b/projects/icons-material/src/material/sharp/fire_extinguisher.svg similarity index 100% rename from projects/icons-material/src/sharp/fire_extinguisher.svg rename to projects/icons-material/src/material/sharp/fire_extinguisher.svg diff --git a/projects/icons-material/src/sharp/fire_hydrant_alt.svg b/projects/icons-material/src/material/sharp/fire_hydrant_alt.svg similarity index 100% rename from projects/icons-material/src/sharp/fire_hydrant_alt.svg rename to projects/icons-material/src/material/sharp/fire_hydrant_alt.svg diff --git a/projects/icons-material/src/sharp/fire_truck.svg b/projects/icons-material/src/material/sharp/fire_truck.svg similarity index 100% rename from projects/icons-material/src/sharp/fire_truck.svg rename to projects/icons-material/src/material/sharp/fire_truck.svg diff --git a/projects/icons-material/src/sharp/fireplace.svg b/projects/icons-material/src/material/sharp/fireplace.svg similarity index 100% rename from projects/icons-material/src/sharp/fireplace.svg rename to projects/icons-material/src/material/sharp/fireplace.svg diff --git a/projects/icons-material/src/sharp/first_page.svg b/projects/icons-material/src/material/sharp/first_page.svg similarity index 100% rename from projects/icons-material/src/sharp/first_page.svg rename to projects/icons-material/src/material/sharp/first_page.svg diff --git a/projects/icons-material/src/sharp/fit_screen.svg b/projects/icons-material/src/material/sharp/fit_screen.svg similarity index 100% rename from projects/icons-material/src/sharp/fit_screen.svg rename to projects/icons-material/src/material/sharp/fit_screen.svg diff --git a/projects/icons-material/src/sharp/fitbit.svg b/projects/icons-material/src/material/sharp/fitbit.svg similarity index 100% rename from projects/icons-material/src/sharp/fitbit.svg rename to projects/icons-material/src/material/sharp/fitbit.svg diff --git a/projects/icons-material/src/sharp/fitness_center.svg b/projects/icons-material/src/material/sharp/fitness_center.svg similarity index 100% rename from projects/icons-material/src/sharp/fitness_center.svg rename to projects/icons-material/src/material/sharp/fitness_center.svg diff --git a/projects/icons-material/src/sharp/flag.svg b/projects/icons-material/src/material/sharp/flag.svg similarity index 100% rename from projects/icons-material/src/sharp/flag.svg rename to projects/icons-material/src/material/sharp/flag.svg diff --git a/projects/icons-material/src/sharp/flag_circle.svg b/projects/icons-material/src/material/sharp/flag_circle.svg similarity index 100% rename from projects/icons-material/src/sharp/flag_circle.svg rename to projects/icons-material/src/material/sharp/flag_circle.svg diff --git a/projects/icons-material/src/sharp/flaky.svg b/projects/icons-material/src/material/sharp/flaky.svg similarity index 100% rename from projects/icons-material/src/sharp/flaky.svg rename to projects/icons-material/src/material/sharp/flaky.svg diff --git a/projects/icons-material/src/sharp/flare.svg b/projects/icons-material/src/material/sharp/flare.svg similarity index 100% rename from projects/icons-material/src/sharp/flare.svg rename to projects/icons-material/src/material/sharp/flare.svg diff --git a/projects/icons-material/src/sharp/flash_auto.svg b/projects/icons-material/src/material/sharp/flash_auto.svg similarity index 100% rename from projects/icons-material/src/sharp/flash_auto.svg rename to projects/icons-material/src/material/sharp/flash_auto.svg diff --git a/projects/icons-material/src/sharp/flash_off.svg b/projects/icons-material/src/material/sharp/flash_off.svg similarity index 100% rename from projects/icons-material/src/sharp/flash_off.svg rename to projects/icons-material/src/material/sharp/flash_off.svg diff --git a/projects/icons-material/src/sharp/flash_on.svg b/projects/icons-material/src/material/sharp/flash_on.svg similarity index 100% rename from projects/icons-material/src/sharp/flash_on.svg rename to projects/icons-material/src/material/sharp/flash_on.svg diff --git a/projects/icons-material/src/sharp/flashlight_off.svg b/projects/icons-material/src/material/sharp/flashlight_off.svg similarity index 100% rename from projects/icons-material/src/sharp/flashlight_off.svg rename to projects/icons-material/src/material/sharp/flashlight_off.svg diff --git a/projects/icons-material/src/sharp/flashlight_on.svg b/projects/icons-material/src/material/sharp/flashlight_on.svg similarity index 100% rename from projects/icons-material/src/sharp/flashlight_on.svg rename to projects/icons-material/src/material/sharp/flashlight_on.svg diff --git a/projects/icons-material/src/sharp/flatware.svg b/projects/icons-material/src/material/sharp/flatware.svg similarity index 100% rename from projects/icons-material/src/sharp/flatware.svg rename to projects/icons-material/src/material/sharp/flatware.svg diff --git a/projects/icons-material/src/sharp/flight.svg b/projects/icons-material/src/material/sharp/flight.svg similarity index 100% rename from projects/icons-material/src/sharp/flight.svg rename to projects/icons-material/src/material/sharp/flight.svg diff --git a/projects/icons-material/src/sharp/flight_class.svg b/projects/icons-material/src/material/sharp/flight_class.svg similarity index 100% rename from projects/icons-material/src/sharp/flight_class.svg rename to projects/icons-material/src/material/sharp/flight_class.svg diff --git a/projects/icons-material/src/sharp/flight_land.svg b/projects/icons-material/src/material/sharp/flight_land.svg similarity index 100% rename from projects/icons-material/src/sharp/flight_land.svg rename to projects/icons-material/src/material/sharp/flight_land.svg diff --git a/projects/icons-material/src/sharp/flight_takeoff.svg b/projects/icons-material/src/material/sharp/flight_takeoff.svg similarity index 100% rename from projects/icons-material/src/sharp/flight_takeoff.svg rename to projects/icons-material/src/material/sharp/flight_takeoff.svg diff --git a/projects/icons-material/src/sharp/flip.svg b/projects/icons-material/src/material/sharp/flip.svg similarity index 100% rename from projects/icons-material/src/sharp/flip.svg rename to projects/icons-material/src/material/sharp/flip.svg diff --git a/projects/icons-material/src/sharp/flip_camera_android.svg b/projects/icons-material/src/material/sharp/flip_camera_android.svg similarity index 100% rename from projects/icons-material/src/sharp/flip_camera_android.svg rename to projects/icons-material/src/material/sharp/flip_camera_android.svg diff --git a/projects/icons-material/src/sharp/flip_camera_ios.svg b/projects/icons-material/src/material/sharp/flip_camera_ios.svg similarity index 100% rename from projects/icons-material/src/sharp/flip_camera_ios.svg rename to projects/icons-material/src/material/sharp/flip_camera_ios.svg diff --git a/projects/icons-material/src/sharp/flip_to_back.svg b/projects/icons-material/src/material/sharp/flip_to_back.svg similarity index 100% rename from projects/icons-material/src/sharp/flip_to_back.svg rename to projects/icons-material/src/material/sharp/flip_to_back.svg diff --git a/projects/icons-material/src/sharp/flip_to_front.svg b/projects/icons-material/src/material/sharp/flip_to_front.svg similarity index 100% rename from projects/icons-material/src/sharp/flip_to_front.svg rename to projects/icons-material/src/material/sharp/flip_to_front.svg diff --git a/projects/icons-material/src/sharp/flood.svg b/projects/icons-material/src/material/sharp/flood.svg similarity index 100% rename from projects/icons-material/src/sharp/flood.svg rename to projects/icons-material/src/material/sharp/flood.svg diff --git a/projects/icons-material/src/sharp/fluorescent.svg b/projects/icons-material/src/material/sharp/fluorescent.svg similarity index 100% rename from projects/icons-material/src/sharp/fluorescent.svg rename to projects/icons-material/src/material/sharp/fluorescent.svg diff --git a/projects/icons-material/src/sharp/flutter_dash.svg b/projects/icons-material/src/material/sharp/flutter_dash.svg similarity index 100% rename from projects/icons-material/src/sharp/flutter_dash.svg rename to projects/icons-material/src/material/sharp/flutter_dash.svg diff --git a/projects/icons-material/src/sharp/fmd_bad.svg b/projects/icons-material/src/material/sharp/fmd_bad.svg similarity index 100% rename from projects/icons-material/src/sharp/fmd_bad.svg rename to projects/icons-material/src/material/sharp/fmd_bad.svg diff --git a/projects/icons-material/src/sharp/fmd_good.svg b/projects/icons-material/src/material/sharp/fmd_good.svg similarity index 100% rename from projects/icons-material/src/sharp/fmd_good.svg rename to projects/icons-material/src/material/sharp/fmd_good.svg diff --git a/projects/icons-material/src/sharp/folder.svg b/projects/icons-material/src/material/sharp/folder.svg similarity index 100% rename from projects/icons-material/src/sharp/folder.svg rename to projects/icons-material/src/material/sharp/folder.svg diff --git a/projects/icons-material/src/sharp/folder_copy.svg b/projects/icons-material/src/material/sharp/folder_copy.svg similarity index 100% rename from projects/icons-material/src/sharp/folder_copy.svg rename to projects/icons-material/src/material/sharp/folder_copy.svg diff --git a/projects/icons-material/src/sharp/folder_delete.svg b/projects/icons-material/src/material/sharp/folder_delete.svg similarity index 100% rename from projects/icons-material/src/sharp/folder_delete.svg rename to projects/icons-material/src/material/sharp/folder_delete.svg diff --git a/projects/icons-material/src/sharp/folder_off.svg b/projects/icons-material/src/material/sharp/folder_off.svg similarity index 100% rename from projects/icons-material/src/sharp/folder_off.svg rename to projects/icons-material/src/material/sharp/folder_off.svg diff --git a/projects/icons-material/src/sharp/folder_open.svg b/projects/icons-material/src/material/sharp/folder_open.svg similarity index 100% rename from projects/icons-material/src/sharp/folder_open.svg rename to projects/icons-material/src/material/sharp/folder_open.svg diff --git a/projects/icons-material/src/sharp/folder_shared.svg b/projects/icons-material/src/material/sharp/folder_shared.svg similarity index 100% rename from projects/icons-material/src/sharp/folder_shared.svg rename to projects/icons-material/src/material/sharp/folder_shared.svg diff --git a/projects/icons-material/src/sharp/folder_special.svg b/projects/icons-material/src/material/sharp/folder_special.svg similarity index 100% rename from projects/icons-material/src/sharp/folder_special.svg rename to projects/icons-material/src/material/sharp/folder_special.svg diff --git a/projects/icons-material/src/sharp/folder_zip.svg b/projects/icons-material/src/material/sharp/folder_zip.svg similarity index 100% rename from projects/icons-material/src/sharp/folder_zip.svg rename to projects/icons-material/src/material/sharp/folder_zip.svg diff --git a/projects/icons-material/src/sharp/follow_the_signs.svg b/projects/icons-material/src/material/sharp/follow_the_signs.svg similarity index 100% rename from projects/icons-material/src/sharp/follow_the_signs.svg rename to projects/icons-material/src/material/sharp/follow_the_signs.svg diff --git a/projects/icons-material/src/sharp/font_download.svg b/projects/icons-material/src/material/sharp/font_download.svg similarity index 100% rename from projects/icons-material/src/sharp/font_download.svg rename to projects/icons-material/src/material/sharp/font_download.svg diff --git a/projects/icons-material/src/sharp/font_download_off.svg b/projects/icons-material/src/material/sharp/font_download_off.svg similarity index 100% rename from projects/icons-material/src/sharp/font_download_off.svg rename to projects/icons-material/src/material/sharp/font_download_off.svg diff --git a/projects/icons-material/src/sharp/food_bank.svg b/projects/icons-material/src/material/sharp/food_bank.svg similarity index 100% rename from projects/icons-material/src/sharp/food_bank.svg rename to projects/icons-material/src/material/sharp/food_bank.svg diff --git a/projects/icons-material/src/sharp/forest.svg b/projects/icons-material/src/material/sharp/forest.svg similarity index 100% rename from projects/icons-material/src/sharp/forest.svg rename to projects/icons-material/src/material/sharp/forest.svg diff --git a/projects/icons-material/src/sharp/fork_left.svg b/projects/icons-material/src/material/sharp/fork_left.svg similarity index 100% rename from projects/icons-material/src/sharp/fork_left.svg rename to projects/icons-material/src/material/sharp/fork_left.svg diff --git a/projects/icons-material/src/sharp/fork_right.svg b/projects/icons-material/src/material/sharp/fork_right.svg similarity index 100% rename from projects/icons-material/src/sharp/fork_right.svg rename to projects/icons-material/src/material/sharp/fork_right.svg diff --git a/projects/icons-material/src/sharp/format_align_center.svg b/projects/icons-material/src/material/sharp/format_align_center.svg similarity index 100% rename from projects/icons-material/src/sharp/format_align_center.svg rename to projects/icons-material/src/material/sharp/format_align_center.svg diff --git a/projects/icons-material/src/sharp/format_align_justify.svg b/projects/icons-material/src/material/sharp/format_align_justify.svg similarity index 100% rename from projects/icons-material/src/sharp/format_align_justify.svg rename to projects/icons-material/src/material/sharp/format_align_justify.svg diff --git a/projects/icons-material/src/sharp/format_align_left.svg b/projects/icons-material/src/material/sharp/format_align_left.svg similarity index 100% rename from projects/icons-material/src/sharp/format_align_left.svg rename to projects/icons-material/src/material/sharp/format_align_left.svg diff --git a/projects/icons-material/src/sharp/format_align_right.svg b/projects/icons-material/src/material/sharp/format_align_right.svg similarity index 100% rename from projects/icons-material/src/sharp/format_align_right.svg rename to projects/icons-material/src/material/sharp/format_align_right.svg diff --git a/projects/icons-material/src/sharp/format_bold.svg b/projects/icons-material/src/material/sharp/format_bold.svg similarity index 100% rename from projects/icons-material/src/sharp/format_bold.svg rename to projects/icons-material/src/material/sharp/format_bold.svg diff --git a/projects/icons-material/src/sharp/format_clear.svg b/projects/icons-material/src/material/sharp/format_clear.svg similarity index 100% rename from projects/icons-material/src/sharp/format_clear.svg rename to projects/icons-material/src/material/sharp/format_clear.svg diff --git a/projects/icons-material/src/sharp/format_color_fill.svg b/projects/icons-material/src/material/sharp/format_color_fill.svg similarity index 100% rename from projects/icons-material/src/sharp/format_color_fill.svg rename to projects/icons-material/src/material/sharp/format_color_fill.svg diff --git a/projects/icons-material/src/sharp/format_color_reset.svg b/projects/icons-material/src/material/sharp/format_color_reset.svg similarity index 100% rename from projects/icons-material/src/sharp/format_color_reset.svg rename to projects/icons-material/src/material/sharp/format_color_reset.svg diff --git a/projects/icons-material/src/sharp/format_color_text.svg b/projects/icons-material/src/material/sharp/format_color_text.svg similarity index 100% rename from projects/icons-material/src/sharp/format_color_text.svg rename to projects/icons-material/src/material/sharp/format_color_text.svg diff --git a/projects/icons-material/src/sharp/format_indent_decrease.svg b/projects/icons-material/src/material/sharp/format_indent_decrease.svg similarity index 100% rename from projects/icons-material/src/sharp/format_indent_decrease.svg rename to projects/icons-material/src/material/sharp/format_indent_decrease.svg diff --git a/projects/icons-material/src/sharp/format_indent_increase.svg b/projects/icons-material/src/material/sharp/format_indent_increase.svg similarity index 100% rename from projects/icons-material/src/sharp/format_indent_increase.svg rename to projects/icons-material/src/material/sharp/format_indent_increase.svg diff --git a/projects/icons-material/src/sharp/format_italic.svg b/projects/icons-material/src/material/sharp/format_italic.svg similarity index 100% rename from projects/icons-material/src/sharp/format_italic.svg rename to projects/icons-material/src/material/sharp/format_italic.svg diff --git a/projects/icons-material/src/sharp/format_line_spacing.svg b/projects/icons-material/src/material/sharp/format_line_spacing.svg similarity index 100% rename from projects/icons-material/src/sharp/format_line_spacing.svg rename to projects/icons-material/src/material/sharp/format_line_spacing.svg diff --git a/projects/icons-material/src/sharp/format_list_bulleted.svg b/projects/icons-material/src/material/sharp/format_list_bulleted.svg similarity index 100% rename from projects/icons-material/src/sharp/format_list_bulleted.svg rename to projects/icons-material/src/material/sharp/format_list_bulleted.svg diff --git a/projects/icons-material/src/sharp/format_list_numbered.svg b/projects/icons-material/src/material/sharp/format_list_numbered.svg similarity index 100% rename from projects/icons-material/src/sharp/format_list_numbered.svg rename to projects/icons-material/src/material/sharp/format_list_numbered.svg diff --git a/projects/icons-material/src/sharp/format_list_numbered_rtl.svg b/projects/icons-material/src/material/sharp/format_list_numbered_rtl.svg similarity index 100% rename from projects/icons-material/src/sharp/format_list_numbered_rtl.svg rename to projects/icons-material/src/material/sharp/format_list_numbered_rtl.svg diff --git a/projects/icons-material/src/sharp/format_overline.svg b/projects/icons-material/src/material/sharp/format_overline.svg similarity index 100% rename from projects/icons-material/src/sharp/format_overline.svg rename to projects/icons-material/src/material/sharp/format_overline.svg diff --git a/projects/icons-material/src/sharp/format_paint.svg b/projects/icons-material/src/material/sharp/format_paint.svg similarity index 100% rename from projects/icons-material/src/sharp/format_paint.svg rename to projects/icons-material/src/material/sharp/format_paint.svg diff --git a/projects/icons-material/src/sharp/format_quote.svg b/projects/icons-material/src/material/sharp/format_quote.svg similarity index 100% rename from projects/icons-material/src/sharp/format_quote.svg rename to projects/icons-material/src/material/sharp/format_quote.svg diff --git a/projects/icons-material/src/sharp/format_shapes.svg b/projects/icons-material/src/material/sharp/format_shapes.svg similarity index 100% rename from projects/icons-material/src/sharp/format_shapes.svg rename to projects/icons-material/src/material/sharp/format_shapes.svg diff --git a/projects/icons-material/src/sharp/format_size.svg b/projects/icons-material/src/material/sharp/format_size.svg similarity index 100% rename from projects/icons-material/src/sharp/format_size.svg rename to projects/icons-material/src/material/sharp/format_size.svg diff --git a/projects/icons-material/src/sharp/format_strikethrough.svg b/projects/icons-material/src/material/sharp/format_strikethrough.svg similarity index 100% rename from projects/icons-material/src/sharp/format_strikethrough.svg rename to projects/icons-material/src/material/sharp/format_strikethrough.svg diff --git a/projects/icons-material/src/sharp/format_textdirection_l_to_r.svg b/projects/icons-material/src/material/sharp/format_textdirection_l_to_r.svg similarity index 100% rename from projects/icons-material/src/sharp/format_textdirection_l_to_r.svg rename to projects/icons-material/src/material/sharp/format_textdirection_l_to_r.svg diff --git a/projects/icons-material/src/sharp/format_textdirection_r_to_l.svg b/projects/icons-material/src/material/sharp/format_textdirection_r_to_l.svg similarity index 100% rename from projects/icons-material/src/sharp/format_textdirection_r_to_l.svg rename to projects/icons-material/src/material/sharp/format_textdirection_r_to_l.svg diff --git a/projects/icons-material/src/sharp/format_underlined.svg b/projects/icons-material/src/material/sharp/format_underlined.svg similarity index 100% rename from projects/icons-material/src/sharp/format_underlined.svg rename to projects/icons-material/src/material/sharp/format_underlined.svg diff --git a/projects/icons-material/src/sharp/fort.svg b/projects/icons-material/src/material/sharp/fort.svg similarity index 100% rename from projects/icons-material/src/sharp/fort.svg rename to projects/icons-material/src/material/sharp/fort.svg diff --git a/projects/icons-material/src/sharp/forum.svg b/projects/icons-material/src/material/sharp/forum.svg similarity index 100% rename from projects/icons-material/src/sharp/forum.svg rename to projects/icons-material/src/material/sharp/forum.svg diff --git a/projects/icons-material/src/sharp/forward.svg b/projects/icons-material/src/material/sharp/forward.svg similarity index 100% rename from projects/icons-material/src/sharp/forward.svg rename to projects/icons-material/src/material/sharp/forward.svg diff --git a/projects/icons-material/src/sharp/forward_10.svg b/projects/icons-material/src/material/sharp/forward_10.svg similarity index 100% rename from projects/icons-material/src/sharp/forward_10.svg rename to projects/icons-material/src/material/sharp/forward_10.svg diff --git a/projects/icons-material/src/sharp/forward_30.svg b/projects/icons-material/src/material/sharp/forward_30.svg similarity index 100% rename from projects/icons-material/src/sharp/forward_30.svg rename to projects/icons-material/src/material/sharp/forward_30.svg diff --git a/projects/icons-material/src/sharp/forward_5.svg b/projects/icons-material/src/material/sharp/forward_5.svg similarity index 100% rename from projects/icons-material/src/sharp/forward_5.svg rename to projects/icons-material/src/material/sharp/forward_5.svg diff --git a/projects/icons-material/src/sharp/forward_to_inbox.svg b/projects/icons-material/src/material/sharp/forward_to_inbox.svg similarity index 100% rename from projects/icons-material/src/sharp/forward_to_inbox.svg rename to projects/icons-material/src/material/sharp/forward_to_inbox.svg diff --git a/projects/icons-material/src/sharp/foundation.svg b/projects/icons-material/src/material/sharp/foundation.svg similarity index 100% rename from projects/icons-material/src/sharp/foundation.svg rename to projects/icons-material/src/material/sharp/foundation.svg diff --git a/projects/icons-material/src/sharp/free_breakfast.svg b/projects/icons-material/src/material/sharp/free_breakfast.svg similarity index 100% rename from projects/icons-material/src/sharp/free_breakfast.svg rename to projects/icons-material/src/material/sharp/free_breakfast.svg diff --git a/projects/icons-material/src/sharp/free_cancellation.svg b/projects/icons-material/src/material/sharp/free_cancellation.svg similarity index 100% rename from projects/icons-material/src/sharp/free_cancellation.svg rename to projects/icons-material/src/material/sharp/free_cancellation.svg diff --git a/projects/icons-material/src/sharp/front_hand.svg b/projects/icons-material/src/material/sharp/front_hand.svg similarity index 100% rename from projects/icons-material/src/sharp/front_hand.svg rename to projects/icons-material/src/material/sharp/front_hand.svg diff --git a/projects/icons-material/src/sharp/fullscreen.svg b/projects/icons-material/src/material/sharp/fullscreen.svg similarity index 100% rename from projects/icons-material/src/sharp/fullscreen.svg rename to projects/icons-material/src/material/sharp/fullscreen.svg diff --git a/projects/icons-material/src/sharp/fullscreen_exit.svg b/projects/icons-material/src/material/sharp/fullscreen_exit.svg similarity index 100% rename from projects/icons-material/src/sharp/fullscreen_exit.svg rename to projects/icons-material/src/material/sharp/fullscreen_exit.svg diff --git a/projects/icons-material/src/sharp/functions.svg b/projects/icons-material/src/material/sharp/functions.svg similarity index 100% rename from projects/icons-material/src/sharp/functions.svg rename to projects/icons-material/src/material/sharp/functions.svg diff --git a/projects/icons-material/src/sharp/g_mobiledata.svg b/projects/icons-material/src/material/sharp/g_mobiledata.svg similarity index 100% rename from projects/icons-material/src/sharp/g_mobiledata.svg rename to projects/icons-material/src/material/sharp/g_mobiledata.svg diff --git a/projects/icons-material/src/sharp/g_translate.svg b/projects/icons-material/src/material/sharp/g_translate.svg similarity index 100% rename from projects/icons-material/src/sharp/g_translate.svg rename to projects/icons-material/src/material/sharp/g_translate.svg diff --git a/projects/icons-material/src/sharp/gamepad.svg b/projects/icons-material/src/material/sharp/gamepad.svg similarity index 100% rename from projects/icons-material/src/sharp/gamepad.svg rename to projects/icons-material/src/material/sharp/gamepad.svg diff --git a/projects/icons-material/src/sharp/games.svg b/projects/icons-material/src/material/sharp/games.svg similarity index 100% rename from projects/icons-material/src/sharp/games.svg rename to projects/icons-material/src/material/sharp/games.svg diff --git a/projects/icons-material/src/sharp/garage.svg b/projects/icons-material/src/material/sharp/garage.svg similarity index 100% rename from projects/icons-material/src/sharp/garage.svg rename to projects/icons-material/src/material/sharp/garage.svg diff --git a/projects/icons-material/src/sharp/gas_meter.svg b/projects/icons-material/src/material/sharp/gas_meter.svg similarity index 100% rename from projects/icons-material/src/sharp/gas_meter.svg rename to projects/icons-material/src/material/sharp/gas_meter.svg diff --git a/projects/icons-material/src/sharp/gavel.svg b/projects/icons-material/src/material/sharp/gavel.svg similarity index 100% rename from projects/icons-material/src/sharp/gavel.svg rename to projects/icons-material/src/material/sharp/gavel.svg diff --git a/projects/icons-material/src/sharp/generating_tokens.svg b/projects/icons-material/src/material/sharp/generating_tokens.svg similarity index 100% rename from projects/icons-material/src/sharp/generating_tokens.svg rename to projects/icons-material/src/material/sharp/generating_tokens.svg diff --git a/projects/icons-material/src/sharp/gesture.svg b/projects/icons-material/src/material/sharp/gesture.svg similarity index 100% rename from projects/icons-material/src/sharp/gesture.svg rename to projects/icons-material/src/material/sharp/gesture.svg diff --git a/projects/icons-material/src/sharp/get_app.svg b/projects/icons-material/src/material/sharp/get_app.svg similarity index 100% rename from projects/icons-material/src/sharp/get_app.svg rename to projects/icons-material/src/material/sharp/get_app.svg diff --git a/projects/icons-material/src/sharp/gif.svg b/projects/icons-material/src/material/sharp/gif.svg similarity index 100% rename from projects/icons-material/src/sharp/gif.svg rename to projects/icons-material/src/material/sharp/gif.svg diff --git a/projects/icons-material/src/sharp/gif_box.svg b/projects/icons-material/src/material/sharp/gif_box.svg similarity index 100% rename from projects/icons-material/src/sharp/gif_box.svg rename to projects/icons-material/src/material/sharp/gif_box.svg diff --git a/projects/icons-material/src/sharp/girl.svg b/projects/icons-material/src/material/sharp/girl.svg similarity index 100% rename from projects/icons-material/src/sharp/girl.svg rename to projects/icons-material/src/material/sharp/girl.svg diff --git a/projects/icons-material/src/sharp/gite.svg b/projects/icons-material/src/material/sharp/gite.svg similarity index 100% rename from projects/icons-material/src/sharp/gite.svg rename to projects/icons-material/src/material/sharp/gite.svg diff --git a/projects/icons-material/src/sharp/golf_course.svg b/projects/icons-material/src/material/sharp/golf_course.svg similarity index 100% rename from projects/icons-material/src/sharp/golf_course.svg rename to projects/icons-material/src/material/sharp/golf_course.svg diff --git a/projects/icons-material/src/sharp/gpp_bad.svg b/projects/icons-material/src/material/sharp/gpp_bad.svg similarity index 100% rename from projects/icons-material/src/sharp/gpp_bad.svg rename to projects/icons-material/src/material/sharp/gpp_bad.svg diff --git a/projects/icons-material/src/sharp/gpp_good.svg b/projects/icons-material/src/material/sharp/gpp_good.svg similarity index 100% rename from projects/icons-material/src/sharp/gpp_good.svg rename to projects/icons-material/src/material/sharp/gpp_good.svg diff --git a/projects/icons-material/src/sharp/gpp_maybe.svg b/projects/icons-material/src/material/sharp/gpp_maybe.svg similarity index 100% rename from projects/icons-material/src/sharp/gpp_maybe.svg rename to projects/icons-material/src/material/sharp/gpp_maybe.svg diff --git a/projects/icons-material/src/sharp/gps_fixed.svg b/projects/icons-material/src/material/sharp/gps_fixed.svg similarity index 100% rename from projects/icons-material/src/sharp/gps_fixed.svg rename to projects/icons-material/src/material/sharp/gps_fixed.svg diff --git a/projects/icons-material/src/sharp/gps_not_fixed.svg b/projects/icons-material/src/material/sharp/gps_not_fixed.svg similarity index 100% rename from projects/icons-material/src/sharp/gps_not_fixed.svg rename to projects/icons-material/src/material/sharp/gps_not_fixed.svg diff --git a/projects/icons-material/src/sharp/gps_off.svg b/projects/icons-material/src/material/sharp/gps_off.svg similarity index 100% rename from projects/icons-material/src/sharp/gps_off.svg rename to projects/icons-material/src/material/sharp/gps_off.svg diff --git a/projects/icons-material/src/sharp/grade.svg b/projects/icons-material/src/material/sharp/grade.svg similarity index 100% rename from projects/icons-material/src/sharp/grade.svg rename to projects/icons-material/src/material/sharp/grade.svg diff --git a/projects/icons-material/src/sharp/gradient.svg b/projects/icons-material/src/material/sharp/gradient.svg similarity index 100% rename from projects/icons-material/src/sharp/gradient.svg rename to projects/icons-material/src/material/sharp/gradient.svg diff --git a/projects/icons-material/src/sharp/grading.svg b/projects/icons-material/src/material/sharp/grading.svg similarity index 100% rename from projects/icons-material/src/sharp/grading.svg rename to projects/icons-material/src/material/sharp/grading.svg diff --git a/projects/icons-material/src/sharp/grain.svg b/projects/icons-material/src/material/sharp/grain.svg similarity index 100% rename from projects/icons-material/src/sharp/grain.svg rename to projects/icons-material/src/material/sharp/grain.svg diff --git a/projects/icons-material/src/sharp/graphic_eq.svg b/projects/icons-material/src/material/sharp/graphic_eq.svg similarity index 100% rename from projects/icons-material/src/sharp/graphic_eq.svg rename to projects/icons-material/src/material/sharp/graphic_eq.svg diff --git a/projects/icons-material/src/sharp/grass.svg b/projects/icons-material/src/material/sharp/grass.svg similarity index 100% rename from projects/icons-material/src/sharp/grass.svg rename to projects/icons-material/src/material/sharp/grass.svg diff --git a/projects/icons-material/src/sharp/grid_3x3.svg b/projects/icons-material/src/material/sharp/grid_3x3.svg similarity index 100% rename from projects/icons-material/src/sharp/grid_3x3.svg rename to projects/icons-material/src/material/sharp/grid_3x3.svg diff --git a/projects/icons-material/src/sharp/grid_4x4.svg b/projects/icons-material/src/material/sharp/grid_4x4.svg similarity index 100% rename from projects/icons-material/src/sharp/grid_4x4.svg rename to projects/icons-material/src/material/sharp/grid_4x4.svg diff --git a/projects/icons-material/src/sharp/grid_goldenratio.svg b/projects/icons-material/src/material/sharp/grid_goldenratio.svg similarity index 100% rename from projects/icons-material/src/sharp/grid_goldenratio.svg rename to projects/icons-material/src/material/sharp/grid_goldenratio.svg diff --git a/projects/icons-material/src/sharp/grid_off.svg b/projects/icons-material/src/material/sharp/grid_off.svg similarity index 100% rename from projects/icons-material/src/sharp/grid_off.svg rename to projects/icons-material/src/material/sharp/grid_off.svg diff --git a/projects/icons-material/src/sharp/grid_on.svg b/projects/icons-material/src/material/sharp/grid_on.svg similarity index 100% rename from projects/icons-material/src/sharp/grid_on.svg rename to projects/icons-material/src/material/sharp/grid_on.svg diff --git a/projects/icons-material/src/sharp/grid_view.svg b/projects/icons-material/src/material/sharp/grid_view.svg similarity index 100% rename from projects/icons-material/src/sharp/grid_view.svg rename to projects/icons-material/src/material/sharp/grid_view.svg diff --git a/projects/icons-material/src/sharp/group.svg b/projects/icons-material/src/material/sharp/group.svg similarity index 100% rename from projects/icons-material/src/sharp/group.svg rename to projects/icons-material/src/material/sharp/group.svg diff --git a/projects/icons-material/src/sharp/group_add.svg b/projects/icons-material/src/material/sharp/group_add.svg similarity index 100% rename from projects/icons-material/src/sharp/group_add.svg rename to projects/icons-material/src/material/sharp/group_add.svg diff --git a/projects/icons-material/src/sharp/group_off.svg b/projects/icons-material/src/material/sharp/group_off.svg similarity index 100% rename from projects/icons-material/src/sharp/group_off.svg rename to projects/icons-material/src/material/sharp/group_off.svg diff --git a/projects/icons-material/src/sharp/group_remove.svg b/projects/icons-material/src/material/sharp/group_remove.svg similarity index 100% rename from projects/icons-material/src/sharp/group_remove.svg rename to projects/icons-material/src/material/sharp/group_remove.svg diff --git a/projects/icons-material/src/sharp/group_work.svg b/projects/icons-material/src/material/sharp/group_work.svg similarity index 100% rename from projects/icons-material/src/sharp/group_work.svg rename to projects/icons-material/src/material/sharp/group_work.svg diff --git a/projects/icons-material/src/sharp/groups.svg b/projects/icons-material/src/material/sharp/groups.svg similarity index 100% rename from projects/icons-material/src/sharp/groups.svg rename to projects/icons-material/src/material/sharp/groups.svg diff --git a/projects/icons-material/src/sharp/groups_2.svg b/projects/icons-material/src/material/sharp/groups_2.svg similarity index 100% rename from projects/icons-material/src/sharp/groups_2.svg rename to projects/icons-material/src/material/sharp/groups_2.svg diff --git a/projects/icons-material/src/sharp/groups_3.svg b/projects/icons-material/src/material/sharp/groups_3.svg similarity index 100% rename from projects/icons-material/src/sharp/groups_3.svg rename to projects/icons-material/src/material/sharp/groups_3.svg diff --git a/projects/icons-material/src/sharp/h_mobiledata.svg b/projects/icons-material/src/material/sharp/h_mobiledata.svg similarity index 100% rename from projects/icons-material/src/sharp/h_mobiledata.svg rename to projects/icons-material/src/material/sharp/h_mobiledata.svg diff --git a/projects/icons-material/src/sharp/h_plus_mobiledata.svg b/projects/icons-material/src/material/sharp/h_plus_mobiledata.svg similarity index 100% rename from projects/icons-material/src/sharp/h_plus_mobiledata.svg rename to projects/icons-material/src/material/sharp/h_plus_mobiledata.svg diff --git a/projects/icons-material/src/sharp/hail.svg b/projects/icons-material/src/material/sharp/hail.svg similarity index 100% rename from projects/icons-material/src/sharp/hail.svg rename to projects/icons-material/src/material/sharp/hail.svg diff --git a/projects/icons-material/src/sharp/handshake.svg b/projects/icons-material/src/material/sharp/handshake.svg similarity index 100% rename from projects/icons-material/src/sharp/handshake.svg rename to projects/icons-material/src/material/sharp/handshake.svg diff --git a/projects/icons-material/src/sharp/handyman.svg b/projects/icons-material/src/material/sharp/handyman.svg similarity index 100% rename from projects/icons-material/src/sharp/handyman.svg rename to projects/icons-material/src/material/sharp/handyman.svg diff --git a/projects/icons-material/src/sharp/hardware.svg b/projects/icons-material/src/material/sharp/hardware.svg similarity index 100% rename from projects/icons-material/src/sharp/hardware.svg rename to projects/icons-material/src/material/sharp/hardware.svg diff --git a/projects/icons-material/src/sharp/hd.svg b/projects/icons-material/src/material/sharp/hd.svg similarity index 100% rename from projects/icons-material/src/sharp/hd.svg rename to projects/icons-material/src/material/sharp/hd.svg diff --git a/projects/icons-material/src/sharp/hdr_auto.svg b/projects/icons-material/src/material/sharp/hdr_auto.svg similarity index 100% rename from projects/icons-material/src/sharp/hdr_auto.svg rename to projects/icons-material/src/material/sharp/hdr_auto.svg diff --git a/projects/icons-material/src/sharp/hdr_auto_select.svg b/projects/icons-material/src/material/sharp/hdr_auto_select.svg similarity index 100% rename from projects/icons-material/src/sharp/hdr_auto_select.svg rename to projects/icons-material/src/material/sharp/hdr_auto_select.svg diff --git a/projects/icons-material/src/sharp/hdr_enhanced_select.svg b/projects/icons-material/src/material/sharp/hdr_enhanced_select.svg similarity index 100% rename from projects/icons-material/src/sharp/hdr_enhanced_select.svg rename to projects/icons-material/src/material/sharp/hdr_enhanced_select.svg diff --git a/projects/icons-material/src/sharp/hdr_off.svg b/projects/icons-material/src/material/sharp/hdr_off.svg similarity index 100% rename from projects/icons-material/src/sharp/hdr_off.svg rename to projects/icons-material/src/material/sharp/hdr_off.svg diff --git a/projects/icons-material/src/sharp/hdr_off_select.svg b/projects/icons-material/src/material/sharp/hdr_off_select.svg similarity index 100% rename from projects/icons-material/src/sharp/hdr_off_select.svg rename to projects/icons-material/src/material/sharp/hdr_off_select.svg diff --git a/projects/icons-material/src/sharp/hdr_on.svg b/projects/icons-material/src/material/sharp/hdr_on.svg similarity index 100% rename from projects/icons-material/src/sharp/hdr_on.svg rename to projects/icons-material/src/material/sharp/hdr_on.svg diff --git a/projects/icons-material/src/sharp/hdr_on_select.svg b/projects/icons-material/src/material/sharp/hdr_on_select.svg similarity index 100% rename from projects/icons-material/src/sharp/hdr_on_select.svg rename to projects/icons-material/src/material/sharp/hdr_on_select.svg diff --git a/projects/icons-material/src/sharp/hdr_plus.svg b/projects/icons-material/src/material/sharp/hdr_plus.svg similarity index 100% rename from projects/icons-material/src/sharp/hdr_plus.svg rename to projects/icons-material/src/material/sharp/hdr_plus.svg diff --git a/projects/icons-material/src/sharp/hdr_strong.svg b/projects/icons-material/src/material/sharp/hdr_strong.svg similarity index 100% rename from projects/icons-material/src/sharp/hdr_strong.svg rename to projects/icons-material/src/material/sharp/hdr_strong.svg diff --git a/projects/icons-material/src/sharp/hdr_weak.svg b/projects/icons-material/src/material/sharp/hdr_weak.svg similarity index 100% rename from projects/icons-material/src/sharp/hdr_weak.svg rename to projects/icons-material/src/material/sharp/hdr_weak.svg diff --git a/projects/icons-material/src/sharp/headphones.svg b/projects/icons-material/src/material/sharp/headphones.svg similarity index 100% rename from projects/icons-material/src/sharp/headphones.svg rename to projects/icons-material/src/material/sharp/headphones.svg diff --git a/projects/icons-material/src/sharp/headphones_battery.svg b/projects/icons-material/src/material/sharp/headphones_battery.svg similarity index 100% rename from projects/icons-material/src/sharp/headphones_battery.svg rename to projects/icons-material/src/material/sharp/headphones_battery.svg diff --git a/projects/icons-material/src/sharp/headset.svg b/projects/icons-material/src/material/sharp/headset.svg similarity index 100% rename from projects/icons-material/src/sharp/headset.svg rename to projects/icons-material/src/material/sharp/headset.svg diff --git a/projects/icons-material/src/sharp/headset_mic.svg b/projects/icons-material/src/material/sharp/headset_mic.svg similarity index 100% rename from projects/icons-material/src/sharp/headset_mic.svg rename to projects/icons-material/src/material/sharp/headset_mic.svg diff --git a/projects/icons-material/src/sharp/headset_off.svg b/projects/icons-material/src/material/sharp/headset_off.svg similarity index 100% rename from projects/icons-material/src/sharp/headset_off.svg rename to projects/icons-material/src/material/sharp/headset_off.svg diff --git a/projects/icons-material/src/sharp/healing.svg b/projects/icons-material/src/material/sharp/healing.svg similarity index 100% rename from projects/icons-material/src/sharp/healing.svg rename to projects/icons-material/src/material/sharp/healing.svg diff --git a/projects/icons-material/src/sharp/health_and_safety.svg b/projects/icons-material/src/material/sharp/health_and_safety.svg similarity index 100% rename from projects/icons-material/src/sharp/health_and_safety.svg rename to projects/icons-material/src/material/sharp/health_and_safety.svg diff --git a/projects/icons-material/src/sharp/hearing.svg b/projects/icons-material/src/material/sharp/hearing.svg similarity index 100% rename from projects/icons-material/src/sharp/hearing.svg rename to projects/icons-material/src/material/sharp/hearing.svg diff --git a/projects/icons-material/src/sharp/hearing_disabled.svg b/projects/icons-material/src/material/sharp/hearing_disabled.svg similarity index 100% rename from projects/icons-material/src/sharp/hearing_disabled.svg rename to projects/icons-material/src/material/sharp/hearing_disabled.svg diff --git a/projects/icons-material/src/sharp/heart_broken.svg b/projects/icons-material/src/material/sharp/heart_broken.svg similarity index 100% rename from projects/icons-material/src/sharp/heart_broken.svg rename to projects/icons-material/src/material/sharp/heart_broken.svg diff --git a/projects/icons-material/src/sharp/heat_pump.svg b/projects/icons-material/src/material/sharp/heat_pump.svg similarity index 100% rename from projects/icons-material/src/sharp/heat_pump.svg rename to projects/icons-material/src/material/sharp/heat_pump.svg diff --git a/projects/icons-material/src/sharp/height.svg b/projects/icons-material/src/material/sharp/height.svg similarity index 100% rename from projects/icons-material/src/sharp/height.svg rename to projects/icons-material/src/material/sharp/height.svg diff --git a/projects/icons-material/src/sharp/help.svg b/projects/icons-material/src/material/sharp/help.svg similarity index 100% rename from projects/icons-material/src/sharp/help.svg rename to projects/icons-material/src/material/sharp/help.svg diff --git a/projects/icons-material/src/sharp/help_center.svg b/projects/icons-material/src/material/sharp/help_center.svg similarity index 100% rename from projects/icons-material/src/sharp/help_center.svg rename to projects/icons-material/src/material/sharp/help_center.svg diff --git a/projects/icons-material/src/sharp/help_outline.svg b/projects/icons-material/src/material/sharp/help_outline.svg similarity index 100% rename from projects/icons-material/src/sharp/help_outline.svg rename to projects/icons-material/src/material/sharp/help_outline.svg diff --git a/projects/icons-material/src/sharp/hevc.svg b/projects/icons-material/src/material/sharp/hevc.svg similarity index 100% rename from projects/icons-material/src/sharp/hevc.svg rename to projects/icons-material/src/material/sharp/hevc.svg diff --git a/projects/icons-material/src/sharp/hexagon.svg b/projects/icons-material/src/material/sharp/hexagon.svg similarity index 100% rename from projects/icons-material/src/sharp/hexagon.svg rename to projects/icons-material/src/material/sharp/hexagon.svg diff --git a/projects/icons-material/src/sharp/hide_image.svg b/projects/icons-material/src/material/sharp/hide_image.svg similarity index 100% rename from projects/icons-material/src/sharp/hide_image.svg rename to projects/icons-material/src/material/sharp/hide_image.svg diff --git a/projects/icons-material/src/sharp/hide_source.svg b/projects/icons-material/src/material/sharp/hide_source.svg similarity index 100% rename from projects/icons-material/src/sharp/hide_source.svg rename to projects/icons-material/src/material/sharp/hide_source.svg diff --git a/projects/icons-material/src/sharp/high_quality.svg b/projects/icons-material/src/material/sharp/high_quality.svg similarity index 100% rename from projects/icons-material/src/sharp/high_quality.svg rename to projects/icons-material/src/material/sharp/high_quality.svg diff --git a/projects/icons-material/src/sharp/highlight.svg b/projects/icons-material/src/material/sharp/highlight.svg similarity index 100% rename from projects/icons-material/src/sharp/highlight.svg rename to projects/icons-material/src/material/sharp/highlight.svg diff --git a/projects/icons-material/src/sharp/highlight_alt.svg b/projects/icons-material/src/material/sharp/highlight_alt.svg similarity index 100% rename from projects/icons-material/src/sharp/highlight_alt.svg rename to projects/icons-material/src/material/sharp/highlight_alt.svg diff --git a/projects/icons-material/src/sharp/highlight_off.svg b/projects/icons-material/src/material/sharp/highlight_off.svg similarity index 100% rename from projects/icons-material/src/sharp/highlight_off.svg rename to projects/icons-material/src/material/sharp/highlight_off.svg diff --git a/projects/icons-material/src/sharp/hiking.svg b/projects/icons-material/src/material/sharp/hiking.svg similarity index 100% rename from projects/icons-material/src/sharp/hiking.svg rename to projects/icons-material/src/material/sharp/hiking.svg diff --git a/projects/icons-material/src/sharp/history.svg b/projects/icons-material/src/material/sharp/history.svg similarity index 100% rename from projects/icons-material/src/sharp/history.svg rename to projects/icons-material/src/material/sharp/history.svg diff --git a/projects/icons-material/src/sharp/history_edu.svg b/projects/icons-material/src/material/sharp/history_edu.svg similarity index 100% rename from projects/icons-material/src/sharp/history_edu.svg rename to projects/icons-material/src/material/sharp/history_edu.svg diff --git a/projects/icons-material/src/sharp/history_toggle_off.svg b/projects/icons-material/src/material/sharp/history_toggle_off.svg similarity index 100% rename from projects/icons-material/src/sharp/history_toggle_off.svg rename to projects/icons-material/src/material/sharp/history_toggle_off.svg diff --git a/projects/icons-material/src/sharp/hive.svg b/projects/icons-material/src/material/sharp/hive.svg similarity index 100% rename from projects/icons-material/src/sharp/hive.svg rename to projects/icons-material/src/material/sharp/hive.svg diff --git a/projects/icons-material/src/sharp/hls.svg b/projects/icons-material/src/material/sharp/hls.svg similarity index 100% rename from projects/icons-material/src/sharp/hls.svg rename to projects/icons-material/src/material/sharp/hls.svg diff --git a/projects/icons-material/src/sharp/hls_off.svg b/projects/icons-material/src/material/sharp/hls_off.svg similarity index 100% rename from projects/icons-material/src/sharp/hls_off.svg rename to projects/icons-material/src/material/sharp/hls_off.svg diff --git a/projects/icons-material/src/sharp/holiday_village.svg b/projects/icons-material/src/material/sharp/holiday_village.svg similarity index 100% rename from projects/icons-material/src/sharp/holiday_village.svg rename to projects/icons-material/src/material/sharp/holiday_village.svg diff --git a/projects/icons-material/src/sharp/home.svg b/projects/icons-material/src/material/sharp/home.svg similarity index 100% rename from projects/icons-material/src/sharp/home.svg rename to projects/icons-material/src/material/sharp/home.svg diff --git a/projects/icons-material/src/sharp/home_max.svg b/projects/icons-material/src/material/sharp/home_max.svg similarity index 100% rename from projects/icons-material/src/sharp/home_max.svg rename to projects/icons-material/src/material/sharp/home_max.svg diff --git a/projects/icons-material/src/sharp/home_mini.svg b/projects/icons-material/src/material/sharp/home_mini.svg similarity index 100% rename from projects/icons-material/src/sharp/home_mini.svg rename to projects/icons-material/src/material/sharp/home_mini.svg diff --git a/projects/icons-material/src/sharp/home_repair_service.svg b/projects/icons-material/src/material/sharp/home_repair_service.svg similarity index 100% rename from projects/icons-material/src/sharp/home_repair_service.svg rename to projects/icons-material/src/material/sharp/home_repair_service.svg diff --git a/projects/icons-material/src/sharp/home_work.svg b/projects/icons-material/src/material/sharp/home_work.svg similarity index 100% rename from projects/icons-material/src/sharp/home_work.svg rename to projects/icons-material/src/material/sharp/home_work.svg diff --git a/projects/icons-material/src/sharp/horizontal_distribute.svg b/projects/icons-material/src/material/sharp/horizontal_distribute.svg similarity index 100% rename from projects/icons-material/src/sharp/horizontal_distribute.svg rename to projects/icons-material/src/material/sharp/horizontal_distribute.svg diff --git a/projects/icons-material/src/sharp/horizontal_rule.svg b/projects/icons-material/src/material/sharp/horizontal_rule.svg similarity index 100% rename from projects/icons-material/src/sharp/horizontal_rule.svg rename to projects/icons-material/src/material/sharp/horizontal_rule.svg diff --git a/projects/icons-material/src/sharp/horizontal_split.svg b/projects/icons-material/src/material/sharp/horizontal_split.svg similarity index 100% rename from projects/icons-material/src/sharp/horizontal_split.svg rename to projects/icons-material/src/material/sharp/horizontal_split.svg diff --git a/projects/icons-material/src/sharp/hot_tub.svg b/projects/icons-material/src/material/sharp/hot_tub.svg similarity index 100% rename from projects/icons-material/src/sharp/hot_tub.svg rename to projects/icons-material/src/material/sharp/hot_tub.svg diff --git a/projects/icons-material/src/sharp/hotel.svg b/projects/icons-material/src/material/sharp/hotel.svg similarity index 100% rename from projects/icons-material/src/sharp/hotel.svg rename to projects/icons-material/src/material/sharp/hotel.svg diff --git a/projects/icons-material/src/sharp/hotel_class.svg b/projects/icons-material/src/material/sharp/hotel_class.svg similarity index 100% rename from projects/icons-material/src/sharp/hotel_class.svg rename to projects/icons-material/src/material/sharp/hotel_class.svg diff --git a/projects/icons-material/src/sharp/hourglass_bottom.svg b/projects/icons-material/src/material/sharp/hourglass_bottom.svg similarity index 100% rename from projects/icons-material/src/sharp/hourglass_bottom.svg rename to projects/icons-material/src/material/sharp/hourglass_bottom.svg diff --git a/projects/icons-material/src/sharp/hourglass_disabled.svg b/projects/icons-material/src/material/sharp/hourglass_disabled.svg similarity index 100% rename from projects/icons-material/src/sharp/hourglass_disabled.svg rename to projects/icons-material/src/material/sharp/hourglass_disabled.svg diff --git a/projects/icons-material/src/sharp/hourglass_empty.svg b/projects/icons-material/src/material/sharp/hourglass_empty.svg similarity index 100% rename from projects/icons-material/src/sharp/hourglass_empty.svg rename to projects/icons-material/src/material/sharp/hourglass_empty.svg diff --git a/projects/icons-material/src/sharp/hourglass_full.svg b/projects/icons-material/src/material/sharp/hourglass_full.svg similarity index 100% rename from projects/icons-material/src/sharp/hourglass_full.svg rename to projects/icons-material/src/material/sharp/hourglass_full.svg diff --git a/projects/icons-material/src/sharp/hourglass_top.svg b/projects/icons-material/src/material/sharp/hourglass_top.svg similarity index 100% rename from projects/icons-material/src/sharp/hourglass_top.svg rename to projects/icons-material/src/material/sharp/hourglass_top.svg diff --git a/projects/icons-material/src/sharp/house.svg b/projects/icons-material/src/material/sharp/house.svg similarity index 100% rename from projects/icons-material/src/sharp/house.svg rename to projects/icons-material/src/material/sharp/house.svg diff --git a/projects/icons-material/src/sharp/house_siding.svg b/projects/icons-material/src/material/sharp/house_siding.svg similarity index 100% rename from projects/icons-material/src/sharp/house_siding.svg rename to projects/icons-material/src/material/sharp/house_siding.svg diff --git a/projects/icons-material/src/sharp/houseboat.svg b/projects/icons-material/src/material/sharp/houseboat.svg similarity index 100% rename from projects/icons-material/src/sharp/houseboat.svg rename to projects/icons-material/src/material/sharp/houseboat.svg diff --git a/projects/icons-material/src/sharp/how_to_reg.svg b/projects/icons-material/src/material/sharp/how_to_reg.svg similarity index 100% rename from projects/icons-material/src/sharp/how_to_reg.svg rename to projects/icons-material/src/material/sharp/how_to_reg.svg diff --git a/projects/icons-material/src/sharp/how_to_vote.svg b/projects/icons-material/src/material/sharp/how_to_vote.svg similarity index 100% rename from projects/icons-material/src/sharp/how_to_vote.svg rename to projects/icons-material/src/material/sharp/how_to_vote.svg diff --git a/projects/icons-material/src/sharp/html.svg b/projects/icons-material/src/material/sharp/html.svg similarity index 100% rename from projects/icons-material/src/sharp/html.svg rename to projects/icons-material/src/material/sharp/html.svg diff --git a/projects/icons-material/src/sharp/http.svg b/projects/icons-material/src/material/sharp/http.svg similarity index 100% rename from projects/icons-material/src/sharp/http.svg rename to projects/icons-material/src/material/sharp/http.svg diff --git a/projects/icons-material/src/sharp/https.svg b/projects/icons-material/src/material/sharp/https.svg similarity index 100% rename from projects/icons-material/src/sharp/https.svg rename to projects/icons-material/src/material/sharp/https.svg diff --git a/projects/icons-material/src/sharp/hub.svg b/projects/icons-material/src/material/sharp/hub.svg similarity index 100% rename from projects/icons-material/src/sharp/hub.svg rename to projects/icons-material/src/material/sharp/hub.svg diff --git a/projects/icons-material/src/sharp/hvac.svg b/projects/icons-material/src/material/sharp/hvac.svg similarity index 100% rename from projects/icons-material/src/sharp/hvac.svg rename to projects/icons-material/src/material/sharp/hvac.svg diff --git a/projects/icons-material/src/sharp/ice_skating.svg b/projects/icons-material/src/material/sharp/ice_skating.svg similarity index 100% rename from projects/icons-material/src/sharp/ice_skating.svg rename to projects/icons-material/src/material/sharp/ice_skating.svg diff --git a/projects/icons-material/src/sharp/icecream.svg b/projects/icons-material/src/material/sharp/icecream.svg similarity index 100% rename from projects/icons-material/src/sharp/icecream.svg rename to projects/icons-material/src/material/sharp/icecream.svg diff --git a/projects/icons-material/src/sharp/image.svg b/projects/icons-material/src/material/sharp/image.svg similarity index 100% rename from projects/icons-material/src/sharp/image.svg rename to projects/icons-material/src/material/sharp/image.svg diff --git a/projects/icons-material/src/sharp/image_aspect_ratio.svg b/projects/icons-material/src/material/sharp/image_aspect_ratio.svg similarity index 100% rename from projects/icons-material/src/sharp/image_aspect_ratio.svg rename to projects/icons-material/src/material/sharp/image_aspect_ratio.svg diff --git a/projects/icons-material/src/sharp/image_not_supported.svg b/projects/icons-material/src/material/sharp/image_not_supported.svg similarity index 100% rename from projects/icons-material/src/sharp/image_not_supported.svg rename to projects/icons-material/src/material/sharp/image_not_supported.svg diff --git a/projects/icons-material/src/sharp/image_search.svg b/projects/icons-material/src/material/sharp/image_search.svg similarity index 100% rename from projects/icons-material/src/sharp/image_search.svg rename to projects/icons-material/src/material/sharp/image_search.svg diff --git a/projects/icons-material/src/sharp/imagesearch_roller.svg b/projects/icons-material/src/material/sharp/imagesearch_roller.svg similarity index 100% rename from projects/icons-material/src/sharp/imagesearch_roller.svg rename to projects/icons-material/src/material/sharp/imagesearch_roller.svg diff --git a/projects/icons-material/src/sharp/import_contacts.svg b/projects/icons-material/src/material/sharp/import_contacts.svg similarity index 100% rename from projects/icons-material/src/sharp/import_contacts.svg rename to projects/icons-material/src/material/sharp/import_contacts.svg diff --git a/projects/icons-material/src/sharp/import_export.svg b/projects/icons-material/src/material/sharp/import_export.svg similarity index 100% rename from projects/icons-material/src/sharp/import_export.svg rename to projects/icons-material/src/material/sharp/import_export.svg diff --git a/projects/icons-material/src/sharp/important_devices.svg b/projects/icons-material/src/material/sharp/important_devices.svg similarity index 100% rename from projects/icons-material/src/sharp/important_devices.svg rename to projects/icons-material/src/material/sharp/important_devices.svg diff --git a/projects/icons-material/src/sharp/inbox.svg b/projects/icons-material/src/material/sharp/inbox.svg similarity index 100% rename from projects/icons-material/src/sharp/inbox.svg rename to projects/icons-material/src/material/sharp/inbox.svg diff --git a/projects/icons-material/src/sharp/incomplete_circle.svg b/projects/icons-material/src/material/sharp/incomplete_circle.svg similarity index 100% rename from projects/icons-material/src/sharp/incomplete_circle.svg rename to projects/icons-material/src/material/sharp/incomplete_circle.svg diff --git a/projects/icons-material/src/sharp/indeterminate_check_box.svg b/projects/icons-material/src/material/sharp/indeterminate_check_box.svg similarity index 100% rename from projects/icons-material/src/sharp/indeterminate_check_box.svg rename to projects/icons-material/src/material/sharp/indeterminate_check_box.svg diff --git a/projects/icons-material/src/sharp/info.svg b/projects/icons-material/src/material/sharp/info.svg similarity index 100% rename from projects/icons-material/src/sharp/info.svg rename to projects/icons-material/src/material/sharp/info.svg diff --git a/projects/icons-material/src/sharp/input.svg b/projects/icons-material/src/material/sharp/input.svg similarity index 100% rename from projects/icons-material/src/sharp/input.svg rename to projects/icons-material/src/material/sharp/input.svg diff --git a/projects/icons-material/src/sharp/insert_chart.svg b/projects/icons-material/src/material/sharp/insert_chart.svg similarity index 100% rename from projects/icons-material/src/sharp/insert_chart.svg rename to projects/icons-material/src/material/sharp/insert_chart.svg diff --git a/projects/icons-material/src/sharp/insert_chart_outlined.svg b/projects/icons-material/src/material/sharp/insert_chart_outlined.svg similarity index 100% rename from projects/icons-material/src/sharp/insert_chart_outlined.svg rename to projects/icons-material/src/material/sharp/insert_chart_outlined.svg diff --git a/projects/icons-material/src/sharp/insert_comment.svg b/projects/icons-material/src/material/sharp/insert_comment.svg similarity index 100% rename from projects/icons-material/src/sharp/insert_comment.svg rename to projects/icons-material/src/material/sharp/insert_comment.svg diff --git a/projects/icons-material/src/sharp/insert_drive_file.svg b/projects/icons-material/src/material/sharp/insert_drive_file.svg similarity index 100% rename from projects/icons-material/src/sharp/insert_drive_file.svg rename to projects/icons-material/src/material/sharp/insert_drive_file.svg diff --git a/projects/icons-material/src/sharp/insert_emoticon.svg b/projects/icons-material/src/material/sharp/insert_emoticon.svg similarity index 100% rename from projects/icons-material/src/sharp/insert_emoticon.svg rename to projects/icons-material/src/material/sharp/insert_emoticon.svg diff --git a/projects/icons-material/src/sharp/insert_invitation.svg b/projects/icons-material/src/material/sharp/insert_invitation.svg similarity index 100% rename from projects/icons-material/src/sharp/insert_invitation.svg rename to projects/icons-material/src/material/sharp/insert_invitation.svg diff --git a/projects/icons-material/src/sharp/insert_link.svg b/projects/icons-material/src/material/sharp/insert_link.svg similarity index 100% rename from projects/icons-material/src/sharp/insert_link.svg rename to projects/icons-material/src/material/sharp/insert_link.svg diff --git a/projects/icons-material/src/sharp/insert_page_break.svg b/projects/icons-material/src/material/sharp/insert_page_break.svg similarity index 100% rename from projects/icons-material/src/sharp/insert_page_break.svg rename to projects/icons-material/src/material/sharp/insert_page_break.svg diff --git a/projects/icons-material/src/sharp/insert_photo.svg b/projects/icons-material/src/material/sharp/insert_photo.svg similarity index 100% rename from projects/icons-material/src/sharp/insert_photo.svg rename to projects/icons-material/src/material/sharp/insert_photo.svg diff --git a/projects/icons-material/src/sharp/insights.svg b/projects/icons-material/src/material/sharp/insights.svg similarity index 100% rename from projects/icons-material/src/sharp/insights.svg rename to projects/icons-material/src/material/sharp/insights.svg diff --git a/projects/icons-material/src/sharp/install_desktop.svg b/projects/icons-material/src/material/sharp/install_desktop.svg similarity index 100% rename from projects/icons-material/src/sharp/install_desktop.svg rename to projects/icons-material/src/material/sharp/install_desktop.svg diff --git a/projects/icons-material/src/sharp/install_mobile.svg b/projects/icons-material/src/material/sharp/install_mobile.svg similarity index 100% rename from projects/icons-material/src/sharp/install_mobile.svg rename to projects/icons-material/src/material/sharp/install_mobile.svg diff --git a/projects/icons-material/src/sharp/integration_instructions.svg b/projects/icons-material/src/material/sharp/integration_instructions.svg similarity index 100% rename from projects/icons-material/src/sharp/integration_instructions.svg rename to projects/icons-material/src/material/sharp/integration_instructions.svg diff --git a/projects/icons-material/src/sharp/interests.svg b/projects/icons-material/src/material/sharp/interests.svg similarity index 100% rename from projects/icons-material/src/sharp/interests.svg rename to projects/icons-material/src/material/sharp/interests.svg diff --git a/projects/icons-material/src/sharp/interpreter_mode.svg b/projects/icons-material/src/material/sharp/interpreter_mode.svg similarity index 100% rename from projects/icons-material/src/sharp/interpreter_mode.svg rename to projects/icons-material/src/material/sharp/interpreter_mode.svg diff --git a/projects/icons-material/src/sharp/inventory.svg b/projects/icons-material/src/material/sharp/inventory.svg similarity index 100% rename from projects/icons-material/src/sharp/inventory.svg rename to projects/icons-material/src/material/sharp/inventory.svg diff --git a/projects/icons-material/src/sharp/inventory_2.svg b/projects/icons-material/src/material/sharp/inventory_2.svg similarity index 100% rename from projects/icons-material/src/sharp/inventory_2.svg rename to projects/icons-material/src/material/sharp/inventory_2.svg diff --git a/projects/icons-material/src/sharp/invert_colors.svg b/projects/icons-material/src/material/sharp/invert_colors.svg similarity index 100% rename from projects/icons-material/src/sharp/invert_colors.svg rename to projects/icons-material/src/material/sharp/invert_colors.svg diff --git a/projects/icons-material/src/sharp/invert_colors_off.svg b/projects/icons-material/src/material/sharp/invert_colors_off.svg similarity index 100% rename from projects/icons-material/src/sharp/invert_colors_off.svg rename to projects/icons-material/src/material/sharp/invert_colors_off.svg diff --git a/projects/icons-material/src/sharp/ios_share.svg b/projects/icons-material/src/material/sharp/ios_share.svg similarity index 100% rename from projects/icons-material/src/sharp/ios_share.svg rename to projects/icons-material/src/material/sharp/ios_share.svg diff --git a/projects/icons-material/src/sharp/iron.svg b/projects/icons-material/src/material/sharp/iron.svg similarity index 100% rename from projects/icons-material/src/sharp/iron.svg rename to projects/icons-material/src/material/sharp/iron.svg diff --git a/projects/icons-material/src/sharp/iso.svg b/projects/icons-material/src/material/sharp/iso.svg similarity index 100% rename from projects/icons-material/src/sharp/iso.svg rename to projects/icons-material/src/material/sharp/iso.svg diff --git a/projects/icons-material/src/sharp/javascript.svg b/projects/icons-material/src/material/sharp/javascript.svg similarity index 100% rename from projects/icons-material/src/sharp/javascript.svg rename to projects/icons-material/src/material/sharp/javascript.svg diff --git a/projects/icons-material/src/sharp/join_full.svg b/projects/icons-material/src/material/sharp/join_full.svg similarity index 100% rename from projects/icons-material/src/sharp/join_full.svg rename to projects/icons-material/src/material/sharp/join_full.svg diff --git a/projects/icons-material/src/sharp/join_inner.svg b/projects/icons-material/src/material/sharp/join_inner.svg similarity index 100% rename from projects/icons-material/src/sharp/join_inner.svg rename to projects/icons-material/src/material/sharp/join_inner.svg diff --git a/projects/icons-material/src/sharp/join_left.svg b/projects/icons-material/src/material/sharp/join_left.svg similarity index 100% rename from projects/icons-material/src/sharp/join_left.svg rename to projects/icons-material/src/material/sharp/join_left.svg diff --git a/projects/icons-material/src/sharp/join_right.svg b/projects/icons-material/src/material/sharp/join_right.svg similarity index 100% rename from projects/icons-material/src/sharp/join_right.svg rename to projects/icons-material/src/material/sharp/join_right.svg diff --git a/projects/icons-material/src/sharp/kayaking.svg b/projects/icons-material/src/material/sharp/kayaking.svg similarity index 100% rename from projects/icons-material/src/sharp/kayaking.svg rename to projects/icons-material/src/material/sharp/kayaking.svg diff --git a/projects/icons-material/src/sharp/kebab_dining.svg b/projects/icons-material/src/material/sharp/kebab_dining.svg similarity index 100% rename from projects/icons-material/src/sharp/kebab_dining.svg rename to projects/icons-material/src/material/sharp/kebab_dining.svg diff --git a/projects/icons-material/src/sharp/key.svg b/projects/icons-material/src/material/sharp/key.svg similarity index 100% rename from projects/icons-material/src/sharp/key.svg rename to projects/icons-material/src/material/sharp/key.svg diff --git a/projects/icons-material/src/sharp/key_off.svg b/projects/icons-material/src/material/sharp/key_off.svg similarity index 100% rename from projects/icons-material/src/sharp/key_off.svg rename to projects/icons-material/src/material/sharp/key_off.svg diff --git a/projects/icons-material/src/sharp/keyboard.svg b/projects/icons-material/src/material/sharp/keyboard.svg similarity index 100% rename from projects/icons-material/src/sharp/keyboard.svg rename to projects/icons-material/src/material/sharp/keyboard.svg diff --git a/projects/icons-material/src/sharp/keyboard_alt.svg b/projects/icons-material/src/material/sharp/keyboard_alt.svg similarity index 100% rename from projects/icons-material/src/sharp/keyboard_alt.svg rename to projects/icons-material/src/material/sharp/keyboard_alt.svg diff --git a/projects/icons-material/src/sharp/keyboard_arrow_down.svg b/projects/icons-material/src/material/sharp/keyboard_arrow_down.svg similarity index 100% rename from projects/icons-material/src/sharp/keyboard_arrow_down.svg rename to projects/icons-material/src/material/sharp/keyboard_arrow_down.svg diff --git a/projects/icons-material/src/sharp/keyboard_arrow_left.svg b/projects/icons-material/src/material/sharp/keyboard_arrow_left.svg similarity index 100% rename from projects/icons-material/src/sharp/keyboard_arrow_left.svg rename to projects/icons-material/src/material/sharp/keyboard_arrow_left.svg diff --git a/projects/icons-material/src/sharp/keyboard_arrow_right.svg b/projects/icons-material/src/material/sharp/keyboard_arrow_right.svg similarity index 100% rename from projects/icons-material/src/sharp/keyboard_arrow_right.svg rename to projects/icons-material/src/material/sharp/keyboard_arrow_right.svg diff --git a/projects/icons-material/src/sharp/keyboard_arrow_up.svg b/projects/icons-material/src/material/sharp/keyboard_arrow_up.svg similarity index 100% rename from projects/icons-material/src/sharp/keyboard_arrow_up.svg rename to projects/icons-material/src/material/sharp/keyboard_arrow_up.svg diff --git a/projects/icons-material/src/sharp/keyboard_backspace.svg b/projects/icons-material/src/material/sharp/keyboard_backspace.svg similarity index 100% rename from projects/icons-material/src/sharp/keyboard_backspace.svg rename to projects/icons-material/src/material/sharp/keyboard_backspace.svg diff --git a/projects/icons-material/src/sharp/keyboard_capslock.svg b/projects/icons-material/src/material/sharp/keyboard_capslock.svg similarity index 100% rename from projects/icons-material/src/sharp/keyboard_capslock.svg rename to projects/icons-material/src/material/sharp/keyboard_capslock.svg diff --git a/projects/icons-material/src/sharp/keyboard_command_key.svg b/projects/icons-material/src/material/sharp/keyboard_command_key.svg similarity index 100% rename from projects/icons-material/src/sharp/keyboard_command_key.svg rename to projects/icons-material/src/material/sharp/keyboard_command_key.svg diff --git a/projects/icons-material/src/sharp/keyboard_control_key.svg b/projects/icons-material/src/material/sharp/keyboard_control_key.svg similarity index 100% rename from projects/icons-material/src/sharp/keyboard_control_key.svg rename to projects/icons-material/src/material/sharp/keyboard_control_key.svg diff --git a/projects/icons-material/src/sharp/keyboard_double_arrow_down.svg b/projects/icons-material/src/material/sharp/keyboard_double_arrow_down.svg similarity index 100% rename from projects/icons-material/src/sharp/keyboard_double_arrow_down.svg rename to projects/icons-material/src/material/sharp/keyboard_double_arrow_down.svg diff --git a/projects/icons-material/src/sharp/keyboard_double_arrow_left.svg b/projects/icons-material/src/material/sharp/keyboard_double_arrow_left.svg similarity index 100% rename from projects/icons-material/src/sharp/keyboard_double_arrow_left.svg rename to projects/icons-material/src/material/sharp/keyboard_double_arrow_left.svg diff --git a/projects/icons-material/src/sharp/keyboard_double_arrow_right.svg b/projects/icons-material/src/material/sharp/keyboard_double_arrow_right.svg similarity index 100% rename from projects/icons-material/src/sharp/keyboard_double_arrow_right.svg rename to projects/icons-material/src/material/sharp/keyboard_double_arrow_right.svg diff --git a/projects/icons-material/src/sharp/keyboard_double_arrow_up.svg b/projects/icons-material/src/material/sharp/keyboard_double_arrow_up.svg similarity index 100% rename from projects/icons-material/src/sharp/keyboard_double_arrow_up.svg rename to projects/icons-material/src/material/sharp/keyboard_double_arrow_up.svg diff --git a/projects/icons-material/src/sharp/keyboard_hide.svg b/projects/icons-material/src/material/sharp/keyboard_hide.svg similarity index 100% rename from projects/icons-material/src/sharp/keyboard_hide.svg rename to projects/icons-material/src/material/sharp/keyboard_hide.svg diff --git a/projects/icons-material/src/sharp/keyboard_option_key.svg b/projects/icons-material/src/material/sharp/keyboard_option_key.svg similarity index 100% rename from projects/icons-material/src/sharp/keyboard_option_key.svg rename to projects/icons-material/src/material/sharp/keyboard_option_key.svg diff --git a/projects/icons-material/src/sharp/keyboard_return.svg b/projects/icons-material/src/material/sharp/keyboard_return.svg similarity index 100% rename from projects/icons-material/src/sharp/keyboard_return.svg rename to projects/icons-material/src/material/sharp/keyboard_return.svg diff --git a/projects/icons-material/src/sharp/keyboard_tab.svg b/projects/icons-material/src/material/sharp/keyboard_tab.svg similarity index 100% rename from projects/icons-material/src/sharp/keyboard_tab.svg rename to projects/icons-material/src/material/sharp/keyboard_tab.svg diff --git a/projects/icons-material/src/sharp/keyboard_voice.svg b/projects/icons-material/src/material/sharp/keyboard_voice.svg similarity index 100% rename from projects/icons-material/src/sharp/keyboard_voice.svg rename to projects/icons-material/src/material/sharp/keyboard_voice.svg diff --git a/projects/icons-material/src/sharp/king_bed.svg b/projects/icons-material/src/material/sharp/king_bed.svg similarity index 100% rename from projects/icons-material/src/sharp/king_bed.svg rename to projects/icons-material/src/material/sharp/king_bed.svg diff --git a/projects/icons-material/src/sharp/kitchen.svg b/projects/icons-material/src/material/sharp/kitchen.svg similarity index 100% rename from projects/icons-material/src/sharp/kitchen.svg rename to projects/icons-material/src/material/sharp/kitchen.svg diff --git a/projects/icons-material/src/sharp/kitesurfing.svg b/projects/icons-material/src/material/sharp/kitesurfing.svg similarity index 100% rename from projects/icons-material/src/sharp/kitesurfing.svg rename to projects/icons-material/src/material/sharp/kitesurfing.svg diff --git a/projects/icons-material/src/sharp/label.svg b/projects/icons-material/src/material/sharp/label.svg similarity index 100% rename from projects/icons-material/src/sharp/label.svg rename to projects/icons-material/src/material/sharp/label.svg diff --git a/projects/icons-material/src/sharp/label_important.svg b/projects/icons-material/src/material/sharp/label_important.svg similarity index 100% rename from projects/icons-material/src/sharp/label_important.svg rename to projects/icons-material/src/material/sharp/label_important.svg diff --git a/projects/icons-material/src/sharp/label_off.svg b/projects/icons-material/src/material/sharp/label_off.svg similarity index 100% rename from projects/icons-material/src/sharp/label_off.svg rename to projects/icons-material/src/material/sharp/label_off.svg diff --git a/projects/icons-material/src/sharp/lan.svg b/projects/icons-material/src/material/sharp/lan.svg similarity index 100% rename from projects/icons-material/src/sharp/lan.svg rename to projects/icons-material/src/material/sharp/lan.svg diff --git a/projects/icons-material/src/sharp/landscape.svg b/projects/icons-material/src/material/sharp/landscape.svg similarity index 100% rename from projects/icons-material/src/sharp/landscape.svg rename to projects/icons-material/src/material/sharp/landscape.svg diff --git a/projects/icons-material/src/sharp/landslide.svg b/projects/icons-material/src/material/sharp/landslide.svg similarity index 100% rename from projects/icons-material/src/sharp/landslide.svg rename to projects/icons-material/src/material/sharp/landslide.svg diff --git a/projects/icons-material/src/sharp/language.svg b/projects/icons-material/src/material/sharp/language.svg similarity index 100% rename from projects/icons-material/src/sharp/language.svg rename to projects/icons-material/src/material/sharp/language.svg diff --git a/projects/icons-material/src/sharp/laptop.svg b/projects/icons-material/src/material/sharp/laptop.svg similarity index 100% rename from projects/icons-material/src/sharp/laptop.svg rename to projects/icons-material/src/material/sharp/laptop.svg diff --git a/projects/icons-material/src/sharp/laptop_chromebook.svg b/projects/icons-material/src/material/sharp/laptop_chromebook.svg similarity index 100% rename from projects/icons-material/src/sharp/laptop_chromebook.svg rename to projects/icons-material/src/material/sharp/laptop_chromebook.svg diff --git a/projects/icons-material/src/sharp/laptop_mac.svg b/projects/icons-material/src/material/sharp/laptop_mac.svg similarity index 100% rename from projects/icons-material/src/sharp/laptop_mac.svg rename to projects/icons-material/src/material/sharp/laptop_mac.svg diff --git a/projects/icons-material/src/sharp/laptop_windows.svg b/projects/icons-material/src/material/sharp/laptop_windows.svg similarity index 100% rename from projects/icons-material/src/sharp/laptop_windows.svg rename to projects/icons-material/src/material/sharp/laptop_windows.svg diff --git a/projects/icons-material/src/sharp/last_page.svg b/projects/icons-material/src/material/sharp/last_page.svg similarity index 100% rename from projects/icons-material/src/sharp/last_page.svg rename to projects/icons-material/src/material/sharp/last_page.svg diff --git a/projects/icons-material/src/sharp/launch.svg b/projects/icons-material/src/material/sharp/launch.svg similarity index 100% rename from projects/icons-material/src/sharp/launch.svg rename to projects/icons-material/src/material/sharp/launch.svg diff --git a/projects/icons-material/src/sharp/layers.svg b/projects/icons-material/src/material/sharp/layers.svg similarity index 100% rename from projects/icons-material/src/sharp/layers.svg rename to projects/icons-material/src/material/sharp/layers.svg diff --git a/projects/icons-material/src/sharp/layers_clear.svg b/projects/icons-material/src/material/sharp/layers_clear.svg similarity index 100% rename from projects/icons-material/src/sharp/layers_clear.svg rename to projects/icons-material/src/material/sharp/layers_clear.svg diff --git a/projects/icons-material/src/sharp/leaderboard.svg b/projects/icons-material/src/material/sharp/leaderboard.svg similarity index 100% rename from projects/icons-material/src/sharp/leaderboard.svg rename to projects/icons-material/src/material/sharp/leaderboard.svg diff --git a/projects/icons-material/src/sharp/leak_add.svg b/projects/icons-material/src/material/sharp/leak_add.svg similarity index 100% rename from projects/icons-material/src/sharp/leak_add.svg rename to projects/icons-material/src/material/sharp/leak_add.svg diff --git a/projects/icons-material/src/sharp/leak_remove.svg b/projects/icons-material/src/material/sharp/leak_remove.svg similarity index 100% rename from projects/icons-material/src/sharp/leak_remove.svg rename to projects/icons-material/src/material/sharp/leak_remove.svg diff --git a/projects/icons-material/src/sharp/legend_toggle.svg b/projects/icons-material/src/material/sharp/legend_toggle.svg similarity index 100% rename from projects/icons-material/src/sharp/legend_toggle.svg rename to projects/icons-material/src/material/sharp/legend_toggle.svg diff --git a/projects/icons-material/src/sharp/lens.svg b/projects/icons-material/src/material/sharp/lens.svg similarity index 100% rename from projects/icons-material/src/sharp/lens.svg rename to projects/icons-material/src/material/sharp/lens.svg diff --git a/projects/icons-material/src/sharp/lens_blur.svg b/projects/icons-material/src/material/sharp/lens_blur.svg similarity index 100% rename from projects/icons-material/src/sharp/lens_blur.svg rename to projects/icons-material/src/material/sharp/lens_blur.svg diff --git a/projects/icons-material/src/sharp/library_add.svg b/projects/icons-material/src/material/sharp/library_add.svg similarity index 100% rename from projects/icons-material/src/sharp/library_add.svg rename to projects/icons-material/src/material/sharp/library_add.svg diff --git a/projects/icons-material/src/sharp/library_add_check.svg b/projects/icons-material/src/material/sharp/library_add_check.svg similarity index 100% rename from projects/icons-material/src/sharp/library_add_check.svg rename to projects/icons-material/src/material/sharp/library_add_check.svg diff --git a/projects/icons-material/src/sharp/library_books.svg b/projects/icons-material/src/material/sharp/library_books.svg similarity index 100% rename from projects/icons-material/src/sharp/library_books.svg rename to projects/icons-material/src/material/sharp/library_books.svg diff --git a/projects/icons-material/src/sharp/library_music.svg b/projects/icons-material/src/material/sharp/library_music.svg similarity index 100% rename from projects/icons-material/src/sharp/library_music.svg rename to projects/icons-material/src/material/sharp/library_music.svg diff --git a/projects/icons-material/src/sharp/light.svg b/projects/icons-material/src/material/sharp/light.svg similarity index 100% rename from projects/icons-material/src/sharp/light.svg rename to projects/icons-material/src/material/sharp/light.svg diff --git a/projects/icons-material/src/sharp/light_mode.svg b/projects/icons-material/src/material/sharp/light_mode.svg similarity index 100% rename from projects/icons-material/src/sharp/light_mode.svg rename to projects/icons-material/src/material/sharp/light_mode.svg diff --git a/projects/icons-material/src/sharp/lightbulb.svg b/projects/icons-material/src/material/sharp/lightbulb.svg similarity index 100% rename from projects/icons-material/src/sharp/lightbulb.svg rename to projects/icons-material/src/material/sharp/lightbulb.svg diff --git a/projects/icons-material/src/sharp/lightbulb_circle.svg b/projects/icons-material/src/material/sharp/lightbulb_circle.svg similarity index 100% rename from projects/icons-material/src/sharp/lightbulb_circle.svg rename to projects/icons-material/src/material/sharp/lightbulb_circle.svg diff --git a/projects/icons-material/src/sharp/line_axis.svg b/projects/icons-material/src/material/sharp/line_axis.svg similarity index 100% rename from projects/icons-material/src/sharp/line_axis.svg rename to projects/icons-material/src/material/sharp/line_axis.svg diff --git a/projects/icons-material/src/sharp/line_style.svg b/projects/icons-material/src/material/sharp/line_style.svg similarity index 100% rename from projects/icons-material/src/sharp/line_style.svg rename to projects/icons-material/src/material/sharp/line_style.svg diff --git a/projects/icons-material/src/sharp/line_weight.svg b/projects/icons-material/src/material/sharp/line_weight.svg similarity index 100% rename from projects/icons-material/src/sharp/line_weight.svg rename to projects/icons-material/src/material/sharp/line_weight.svg diff --git a/projects/icons-material/src/sharp/linear_scale.svg b/projects/icons-material/src/material/sharp/linear_scale.svg similarity index 100% rename from projects/icons-material/src/sharp/linear_scale.svg rename to projects/icons-material/src/material/sharp/linear_scale.svg diff --git a/projects/icons-material/src/sharp/link.svg b/projects/icons-material/src/material/sharp/link.svg similarity index 100% rename from projects/icons-material/src/sharp/link.svg rename to projects/icons-material/src/material/sharp/link.svg diff --git a/projects/icons-material/src/sharp/link_off.svg b/projects/icons-material/src/material/sharp/link_off.svg similarity index 100% rename from projects/icons-material/src/sharp/link_off.svg rename to projects/icons-material/src/material/sharp/link_off.svg diff --git a/projects/icons-material/src/sharp/linked_camera.svg b/projects/icons-material/src/material/sharp/linked_camera.svg similarity index 100% rename from projects/icons-material/src/sharp/linked_camera.svg rename to projects/icons-material/src/material/sharp/linked_camera.svg diff --git a/projects/icons-material/src/sharp/liquor.svg b/projects/icons-material/src/material/sharp/liquor.svg similarity index 100% rename from projects/icons-material/src/sharp/liquor.svg rename to projects/icons-material/src/material/sharp/liquor.svg diff --git a/projects/icons-material/src/sharp/list.svg b/projects/icons-material/src/material/sharp/list.svg similarity index 100% rename from projects/icons-material/src/sharp/list.svg rename to projects/icons-material/src/material/sharp/list.svg diff --git a/projects/icons-material/src/sharp/list_alt.svg b/projects/icons-material/src/material/sharp/list_alt.svg similarity index 100% rename from projects/icons-material/src/sharp/list_alt.svg rename to projects/icons-material/src/material/sharp/list_alt.svg diff --git a/projects/icons-material/src/sharp/live_help.svg b/projects/icons-material/src/material/sharp/live_help.svg similarity index 100% rename from projects/icons-material/src/sharp/live_help.svg rename to projects/icons-material/src/material/sharp/live_help.svg diff --git a/projects/icons-material/src/sharp/live_tv.svg b/projects/icons-material/src/material/sharp/live_tv.svg similarity index 100% rename from projects/icons-material/src/sharp/live_tv.svg rename to projects/icons-material/src/material/sharp/live_tv.svg diff --git a/projects/icons-material/src/sharp/living.svg b/projects/icons-material/src/material/sharp/living.svg similarity index 100% rename from projects/icons-material/src/sharp/living.svg rename to projects/icons-material/src/material/sharp/living.svg diff --git a/projects/icons-material/src/sharp/local_activity.svg b/projects/icons-material/src/material/sharp/local_activity.svg similarity index 100% rename from projects/icons-material/src/sharp/local_activity.svg rename to projects/icons-material/src/material/sharp/local_activity.svg diff --git a/projects/icons-material/src/sharp/local_airport.svg b/projects/icons-material/src/material/sharp/local_airport.svg similarity index 100% rename from projects/icons-material/src/sharp/local_airport.svg rename to projects/icons-material/src/material/sharp/local_airport.svg diff --git a/projects/icons-material/src/sharp/local_atm.svg b/projects/icons-material/src/material/sharp/local_atm.svg similarity index 100% rename from projects/icons-material/src/sharp/local_atm.svg rename to projects/icons-material/src/material/sharp/local_atm.svg diff --git a/projects/icons-material/src/sharp/local_bar.svg b/projects/icons-material/src/material/sharp/local_bar.svg similarity index 100% rename from projects/icons-material/src/sharp/local_bar.svg rename to projects/icons-material/src/material/sharp/local_bar.svg diff --git a/projects/icons-material/src/sharp/local_cafe.svg b/projects/icons-material/src/material/sharp/local_cafe.svg similarity index 100% rename from projects/icons-material/src/sharp/local_cafe.svg rename to projects/icons-material/src/material/sharp/local_cafe.svg diff --git a/projects/icons-material/src/sharp/local_car_wash.svg b/projects/icons-material/src/material/sharp/local_car_wash.svg similarity index 100% rename from projects/icons-material/src/sharp/local_car_wash.svg rename to projects/icons-material/src/material/sharp/local_car_wash.svg diff --git a/projects/icons-material/src/sharp/local_convenience_store.svg b/projects/icons-material/src/material/sharp/local_convenience_store.svg similarity index 100% rename from projects/icons-material/src/sharp/local_convenience_store.svg rename to projects/icons-material/src/material/sharp/local_convenience_store.svg diff --git a/projects/icons-material/src/sharp/local_dining.svg b/projects/icons-material/src/material/sharp/local_dining.svg similarity index 100% rename from projects/icons-material/src/sharp/local_dining.svg rename to projects/icons-material/src/material/sharp/local_dining.svg diff --git a/projects/icons-material/src/sharp/local_drink.svg b/projects/icons-material/src/material/sharp/local_drink.svg similarity index 100% rename from projects/icons-material/src/sharp/local_drink.svg rename to projects/icons-material/src/material/sharp/local_drink.svg diff --git a/projects/icons-material/src/sharp/local_fire_department.svg b/projects/icons-material/src/material/sharp/local_fire_department.svg similarity index 100% rename from projects/icons-material/src/sharp/local_fire_department.svg rename to projects/icons-material/src/material/sharp/local_fire_department.svg diff --git a/projects/icons-material/src/sharp/local_florist.svg b/projects/icons-material/src/material/sharp/local_florist.svg similarity index 100% rename from projects/icons-material/src/sharp/local_florist.svg rename to projects/icons-material/src/material/sharp/local_florist.svg diff --git a/projects/icons-material/src/sharp/local_gas_station.svg b/projects/icons-material/src/material/sharp/local_gas_station.svg similarity index 100% rename from projects/icons-material/src/sharp/local_gas_station.svg rename to projects/icons-material/src/material/sharp/local_gas_station.svg diff --git a/projects/icons-material/src/sharp/local_grocery_store.svg b/projects/icons-material/src/material/sharp/local_grocery_store.svg similarity index 100% rename from projects/icons-material/src/sharp/local_grocery_store.svg rename to projects/icons-material/src/material/sharp/local_grocery_store.svg diff --git a/projects/icons-material/src/sharp/local_hospital.svg b/projects/icons-material/src/material/sharp/local_hospital.svg similarity index 100% rename from projects/icons-material/src/sharp/local_hospital.svg rename to projects/icons-material/src/material/sharp/local_hospital.svg diff --git a/projects/icons-material/src/sharp/local_hotel.svg b/projects/icons-material/src/material/sharp/local_hotel.svg similarity index 100% rename from projects/icons-material/src/sharp/local_hotel.svg rename to projects/icons-material/src/material/sharp/local_hotel.svg diff --git a/projects/icons-material/src/sharp/local_laundry_service.svg b/projects/icons-material/src/material/sharp/local_laundry_service.svg similarity index 100% rename from projects/icons-material/src/sharp/local_laundry_service.svg rename to projects/icons-material/src/material/sharp/local_laundry_service.svg diff --git a/projects/icons-material/src/sharp/local_library.svg b/projects/icons-material/src/material/sharp/local_library.svg similarity index 100% rename from projects/icons-material/src/sharp/local_library.svg rename to projects/icons-material/src/material/sharp/local_library.svg diff --git a/projects/icons-material/src/sharp/local_mall.svg b/projects/icons-material/src/material/sharp/local_mall.svg similarity index 100% rename from projects/icons-material/src/sharp/local_mall.svg rename to projects/icons-material/src/material/sharp/local_mall.svg diff --git a/projects/icons-material/src/sharp/local_movies.svg b/projects/icons-material/src/material/sharp/local_movies.svg similarity index 100% rename from projects/icons-material/src/sharp/local_movies.svg rename to projects/icons-material/src/material/sharp/local_movies.svg diff --git a/projects/icons-material/src/sharp/local_offer.svg b/projects/icons-material/src/material/sharp/local_offer.svg similarity index 100% rename from projects/icons-material/src/sharp/local_offer.svg rename to projects/icons-material/src/material/sharp/local_offer.svg diff --git a/projects/icons-material/src/sharp/local_parking.svg b/projects/icons-material/src/material/sharp/local_parking.svg similarity index 100% rename from projects/icons-material/src/sharp/local_parking.svg rename to projects/icons-material/src/material/sharp/local_parking.svg diff --git a/projects/icons-material/src/sharp/local_pharmacy.svg b/projects/icons-material/src/material/sharp/local_pharmacy.svg similarity index 100% rename from projects/icons-material/src/sharp/local_pharmacy.svg rename to projects/icons-material/src/material/sharp/local_pharmacy.svg diff --git a/projects/icons-material/src/sharp/local_phone.svg b/projects/icons-material/src/material/sharp/local_phone.svg similarity index 100% rename from projects/icons-material/src/sharp/local_phone.svg rename to projects/icons-material/src/material/sharp/local_phone.svg diff --git a/projects/icons-material/src/sharp/local_pizza.svg b/projects/icons-material/src/material/sharp/local_pizza.svg similarity index 100% rename from projects/icons-material/src/sharp/local_pizza.svg rename to projects/icons-material/src/material/sharp/local_pizza.svg diff --git a/projects/icons-material/src/sharp/local_play.svg b/projects/icons-material/src/material/sharp/local_play.svg similarity index 100% rename from projects/icons-material/src/sharp/local_play.svg rename to projects/icons-material/src/material/sharp/local_play.svg diff --git a/projects/icons-material/src/sharp/local_police.svg b/projects/icons-material/src/material/sharp/local_police.svg similarity index 100% rename from projects/icons-material/src/sharp/local_police.svg rename to projects/icons-material/src/material/sharp/local_police.svg diff --git a/projects/icons-material/src/sharp/local_post_office.svg b/projects/icons-material/src/material/sharp/local_post_office.svg similarity index 100% rename from projects/icons-material/src/sharp/local_post_office.svg rename to projects/icons-material/src/material/sharp/local_post_office.svg diff --git a/projects/icons-material/src/sharp/local_printshop.svg b/projects/icons-material/src/material/sharp/local_printshop.svg similarity index 100% rename from projects/icons-material/src/sharp/local_printshop.svg rename to projects/icons-material/src/material/sharp/local_printshop.svg diff --git a/projects/icons-material/src/sharp/local_see.svg b/projects/icons-material/src/material/sharp/local_see.svg similarity index 100% rename from projects/icons-material/src/sharp/local_see.svg rename to projects/icons-material/src/material/sharp/local_see.svg diff --git a/projects/icons-material/src/sharp/local_shipping.svg b/projects/icons-material/src/material/sharp/local_shipping.svg similarity index 100% rename from projects/icons-material/src/sharp/local_shipping.svg rename to projects/icons-material/src/material/sharp/local_shipping.svg diff --git a/projects/icons-material/src/sharp/local_taxi.svg b/projects/icons-material/src/material/sharp/local_taxi.svg similarity index 100% rename from projects/icons-material/src/sharp/local_taxi.svg rename to projects/icons-material/src/material/sharp/local_taxi.svg diff --git a/projects/icons-material/src/sharp/location_city.svg b/projects/icons-material/src/material/sharp/location_city.svg similarity index 100% rename from projects/icons-material/src/sharp/location_city.svg rename to projects/icons-material/src/material/sharp/location_city.svg diff --git a/projects/icons-material/src/sharp/location_disabled.svg b/projects/icons-material/src/material/sharp/location_disabled.svg similarity index 100% rename from projects/icons-material/src/sharp/location_disabled.svg rename to projects/icons-material/src/material/sharp/location_disabled.svg diff --git a/projects/icons-material/src/sharp/location_off.svg b/projects/icons-material/src/material/sharp/location_off.svg similarity index 100% rename from projects/icons-material/src/sharp/location_off.svg rename to projects/icons-material/src/material/sharp/location_off.svg diff --git a/projects/icons-material/src/sharp/location_on.svg b/projects/icons-material/src/material/sharp/location_on.svg similarity index 100% rename from projects/icons-material/src/sharp/location_on.svg rename to projects/icons-material/src/material/sharp/location_on.svg diff --git a/projects/icons-material/src/sharp/location_searching.svg b/projects/icons-material/src/material/sharp/location_searching.svg similarity index 100% rename from projects/icons-material/src/sharp/location_searching.svg rename to projects/icons-material/src/material/sharp/location_searching.svg diff --git a/projects/icons-material/src/sharp/lock.svg b/projects/icons-material/src/material/sharp/lock.svg similarity index 100% rename from projects/icons-material/src/sharp/lock.svg rename to projects/icons-material/src/material/sharp/lock.svg diff --git a/projects/icons-material/src/sharp/lock_clock.svg b/projects/icons-material/src/material/sharp/lock_clock.svg similarity index 100% rename from projects/icons-material/src/sharp/lock_clock.svg rename to projects/icons-material/src/material/sharp/lock_clock.svg diff --git a/projects/icons-material/src/sharp/lock_open.svg b/projects/icons-material/src/material/sharp/lock_open.svg similarity index 100% rename from projects/icons-material/src/sharp/lock_open.svg rename to projects/icons-material/src/material/sharp/lock_open.svg diff --git a/projects/icons-material/src/sharp/lock_person.svg b/projects/icons-material/src/material/sharp/lock_person.svg similarity index 100% rename from projects/icons-material/src/sharp/lock_person.svg rename to projects/icons-material/src/material/sharp/lock_person.svg diff --git a/projects/icons-material/src/sharp/lock_reset.svg b/projects/icons-material/src/material/sharp/lock_reset.svg similarity index 100% rename from projects/icons-material/src/sharp/lock_reset.svg rename to projects/icons-material/src/material/sharp/lock_reset.svg diff --git a/projects/icons-material/src/sharp/login.svg b/projects/icons-material/src/material/sharp/login.svg similarity index 100% rename from projects/icons-material/src/sharp/login.svg rename to projects/icons-material/src/material/sharp/login.svg diff --git a/projects/icons-material/src/sharp/logo_dev.svg b/projects/icons-material/src/material/sharp/logo_dev.svg similarity index 100% rename from projects/icons-material/src/sharp/logo_dev.svg rename to projects/icons-material/src/material/sharp/logo_dev.svg diff --git a/projects/icons-material/src/sharp/logout.svg b/projects/icons-material/src/material/sharp/logout.svg similarity index 100% rename from projects/icons-material/src/sharp/logout.svg rename to projects/icons-material/src/material/sharp/logout.svg diff --git a/projects/icons-material/src/sharp/looks.svg b/projects/icons-material/src/material/sharp/looks.svg similarity index 100% rename from projects/icons-material/src/sharp/looks.svg rename to projects/icons-material/src/material/sharp/looks.svg diff --git a/projects/icons-material/src/sharp/looks_3.svg b/projects/icons-material/src/material/sharp/looks_3.svg similarity index 100% rename from projects/icons-material/src/sharp/looks_3.svg rename to projects/icons-material/src/material/sharp/looks_3.svg diff --git a/projects/icons-material/src/sharp/looks_4.svg b/projects/icons-material/src/material/sharp/looks_4.svg similarity index 100% rename from projects/icons-material/src/sharp/looks_4.svg rename to projects/icons-material/src/material/sharp/looks_4.svg diff --git a/projects/icons-material/src/sharp/looks_5.svg b/projects/icons-material/src/material/sharp/looks_5.svg similarity index 100% rename from projects/icons-material/src/sharp/looks_5.svg rename to projects/icons-material/src/material/sharp/looks_5.svg diff --git a/projects/icons-material/src/sharp/looks_6.svg b/projects/icons-material/src/material/sharp/looks_6.svg similarity index 100% rename from projects/icons-material/src/sharp/looks_6.svg rename to projects/icons-material/src/material/sharp/looks_6.svg diff --git a/projects/icons-material/src/sharp/looks_one.svg b/projects/icons-material/src/material/sharp/looks_one.svg similarity index 100% rename from projects/icons-material/src/sharp/looks_one.svg rename to projects/icons-material/src/material/sharp/looks_one.svg diff --git a/projects/icons-material/src/sharp/looks_two.svg b/projects/icons-material/src/material/sharp/looks_two.svg similarity index 100% rename from projects/icons-material/src/sharp/looks_two.svg rename to projects/icons-material/src/material/sharp/looks_two.svg diff --git a/projects/icons-material/src/sharp/loop.svg b/projects/icons-material/src/material/sharp/loop.svg similarity index 100% rename from projects/icons-material/src/sharp/loop.svg rename to projects/icons-material/src/material/sharp/loop.svg diff --git a/projects/icons-material/src/sharp/loupe.svg b/projects/icons-material/src/material/sharp/loupe.svg similarity index 100% rename from projects/icons-material/src/sharp/loupe.svg rename to projects/icons-material/src/material/sharp/loupe.svg diff --git a/projects/icons-material/src/sharp/low_priority.svg b/projects/icons-material/src/material/sharp/low_priority.svg similarity index 100% rename from projects/icons-material/src/sharp/low_priority.svg rename to projects/icons-material/src/material/sharp/low_priority.svg diff --git a/projects/icons-material/src/sharp/loyalty.svg b/projects/icons-material/src/material/sharp/loyalty.svg similarity index 100% rename from projects/icons-material/src/sharp/loyalty.svg rename to projects/icons-material/src/material/sharp/loyalty.svg diff --git a/projects/icons-material/src/sharp/lte_mobiledata.svg b/projects/icons-material/src/material/sharp/lte_mobiledata.svg similarity index 100% rename from projects/icons-material/src/sharp/lte_mobiledata.svg rename to projects/icons-material/src/material/sharp/lte_mobiledata.svg diff --git a/projects/icons-material/src/sharp/lte_plus_mobiledata.svg b/projects/icons-material/src/material/sharp/lte_plus_mobiledata.svg similarity index 100% rename from projects/icons-material/src/sharp/lte_plus_mobiledata.svg rename to projects/icons-material/src/material/sharp/lte_plus_mobiledata.svg diff --git a/projects/icons-material/src/sharp/luggage.svg b/projects/icons-material/src/material/sharp/luggage.svg similarity index 100% rename from projects/icons-material/src/sharp/luggage.svg rename to projects/icons-material/src/material/sharp/luggage.svg diff --git a/projects/icons-material/src/sharp/lunch_dining.svg b/projects/icons-material/src/material/sharp/lunch_dining.svg similarity index 100% rename from projects/icons-material/src/sharp/lunch_dining.svg rename to projects/icons-material/src/material/sharp/lunch_dining.svg diff --git a/projects/icons-material/src/sharp/lyrics.svg b/projects/icons-material/src/material/sharp/lyrics.svg similarity index 100% rename from projects/icons-material/src/sharp/lyrics.svg rename to projects/icons-material/src/material/sharp/lyrics.svg diff --git a/projects/icons-material/src/sharp/macro_off.svg b/projects/icons-material/src/material/sharp/macro_off.svg similarity index 100% rename from projects/icons-material/src/sharp/macro_off.svg rename to projects/icons-material/src/material/sharp/macro_off.svg diff --git a/projects/icons-material/src/sharp/mail.svg b/projects/icons-material/src/material/sharp/mail.svg similarity index 100% rename from projects/icons-material/src/sharp/mail.svg rename to projects/icons-material/src/material/sharp/mail.svg diff --git a/projects/icons-material/src/sharp/mail_lock.svg b/projects/icons-material/src/material/sharp/mail_lock.svg similarity index 100% rename from projects/icons-material/src/sharp/mail_lock.svg rename to projects/icons-material/src/material/sharp/mail_lock.svg diff --git a/projects/icons-material/src/sharp/mail_outline.svg b/projects/icons-material/src/material/sharp/mail_outline.svg similarity index 100% rename from projects/icons-material/src/sharp/mail_outline.svg rename to projects/icons-material/src/material/sharp/mail_outline.svg diff --git a/projects/icons-material/src/sharp/male.svg b/projects/icons-material/src/material/sharp/male.svg similarity index 100% rename from projects/icons-material/src/sharp/male.svg rename to projects/icons-material/src/material/sharp/male.svg diff --git a/projects/icons-material/src/sharp/man.svg b/projects/icons-material/src/material/sharp/man.svg similarity index 100% rename from projects/icons-material/src/sharp/man.svg rename to projects/icons-material/src/material/sharp/man.svg diff --git a/projects/icons-material/src/sharp/man_2.svg b/projects/icons-material/src/material/sharp/man_2.svg similarity index 100% rename from projects/icons-material/src/sharp/man_2.svg rename to projects/icons-material/src/material/sharp/man_2.svg diff --git a/projects/icons-material/src/sharp/man_3.svg b/projects/icons-material/src/material/sharp/man_3.svg similarity index 100% rename from projects/icons-material/src/sharp/man_3.svg rename to projects/icons-material/src/material/sharp/man_3.svg diff --git a/projects/icons-material/src/sharp/man_4.svg b/projects/icons-material/src/material/sharp/man_4.svg similarity index 100% rename from projects/icons-material/src/sharp/man_4.svg rename to projects/icons-material/src/material/sharp/man_4.svg diff --git a/projects/icons-material/src/sharp/manage_accounts.svg b/projects/icons-material/src/material/sharp/manage_accounts.svg similarity index 100% rename from projects/icons-material/src/sharp/manage_accounts.svg rename to projects/icons-material/src/material/sharp/manage_accounts.svg diff --git a/projects/icons-material/src/sharp/manage_history.svg b/projects/icons-material/src/material/sharp/manage_history.svg similarity index 100% rename from projects/icons-material/src/sharp/manage_history.svg rename to projects/icons-material/src/material/sharp/manage_history.svg diff --git a/projects/icons-material/src/sharp/manage_search.svg b/projects/icons-material/src/material/sharp/manage_search.svg similarity index 100% rename from projects/icons-material/src/sharp/manage_search.svg rename to projects/icons-material/src/material/sharp/manage_search.svg diff --git a/projects/icons-material/src/sharp/map.svg b/projects/icons-material/src/material/sharp/map.svg similarity index 100% rename from projects/icons-material/src/sharp/map.svg rename to projects/icons-material/src/material/sharp/map.svg diff --git a/projects/icons-material/src/sharp/maps_home_work.svg b/projects/icons-material/src/material/sharp/maps_home_work.svg similarity index 100% rename from projects/icons-material/src/sharp/maps_home_work.svg rename to projects/icons-material/src/material/sharp/maps_home_work.svg diff --git a/projects/icons-material/src/sharp/maps_ugc.svg b/projects/icons-material/src/material/sharp/maps_ugc.svg similarity index 100% rename from projects/icons-material/src/sharp/maps_ugc.svg rename to projects/icons-material/src/material/sharp/maps_ugc.svg diff --git a/projects/icons-material/src/sharp/margin.svg b/projects/icons-material/src/material/sharp/margin.svg similarity index 100% rename from projects/icons-material/src/sharp/margin.svg rename to projects/icons-material/src/material/sharp/margin.svg diff --git a/projects/icons-material/src/sharp/mark_as_unread.svg b/projects/icons-material/src/material/sharp/mark_as_unread.svg similarity index 100% rename from projects/icons-material/src/sharp/mark_as_unread.svg rename to projects/icons-material/src/material/sharp/mark_as_unread.svg diff --git a/projects/icons-material/src/sharp/mark_chat_read.svg b/projects/icons-material/src/material/sharp/mark_chat_read.svg similarity index 100% rename from projects/icons-material/src/sharp/mark_chat_read.svg rename to projects/icons-material/src/material/sharp/mark_chat_read.svg diff --git a/projects/icons-material/src/sharp/mark_chat_unread.svg b/projects/icons-material/src/material/sharp/mark_chat_unread.svg similarity index 100% rename from projects/icons-material/src/sharp/mark_chat_unread.svg rename to projects/icons-material/src/material/sharp/mark_chat_unread.svg diff --git a/projects/icons-material/src/sharp/mark_email_read.svg b/projects/icons-material/src/material/sharp/mark_email_read.svg similarity index 100% rename from projects/icons-material/src/sharp/mark_email_read.svg rename to projects/icons-material/src/material/sharp/mark_email_read.svg diff --git a/projects/icons-material/src/sharp/mark_email_unread.svg b/projects/icons-material/src/material/sharp/mark_email_unread.svg similarity index 100% rename from projects/icons-material/src/sharp/mark_email_unread.svg rename to projects/icons-material/src/material/sharp/mark_email_unread.svg diff --git a/projects/icons-material/src/sharp/mark_unread_chat_alt.svg b/projects/icons-material/src/material/sharp/mark_unread_chat_alt.svg similarity index 100% rename from projects/icons-material/src/sharp/mark_unread_chat_alt.svg rename to projects/icons-material/src/material/sharp/mark_unread_chat_alt.svg diff --git a/projects/icons-material/src/sharp/markunread.svg b/projects/icons-material/src/material/sharp/markunread.svg similarity index 100% rename from projects/icons-material/src/sharp/markunread.svg rename to projects/icons-material/src/material/sharp/markunread.svg diff --git a/projects/icons-material/src/sharp/markunread_mailbox.svg b/projects/icons-material/src/material/sharp/markunread_mailbox.svg similarity index 100% rename from projects/icons-material/src/sharp/markunread_mailbox.svg rename to projects/icons-material/src/material/sharp/markunread_mailbox.svg diff --git a/projects/icons-material/src/sharp/masks.svg b/projects/icons-material/src/material/sharp/masks.svg similarity index 100% rename from projects/icons-material/src/sharp/masks.svg rename to projects/icons-material/src/material/sharp/masks.svg diff --git a/projects/icons-material/src/sharp/maximize.svg b/projects/icons-material/src/material/sharp/maximize.svg similarity index 100% rename from projects/icons-material/src/sharp/maximize.svg rename to projects/icons-material/src/material/sharp/maximize.svg diff --git a/projects/icons-material/src/sharp/media_bluetooth_off.svg b/projects/icons-material/src/material/sharp/media_bluetooth_off.svg similarity index 100% rename from projects/icons-material/src/sharp/media_bluetooth_off.svg rename to projects/icons-material/src/material/sharp/media_bluetooth_off.svg diff --git a/projects/icons-material/src/sharp/media_bluetooth_on.svg b/projects/icons-material/src/material/sharp/media_bluetooth_on.svg similarity index 100% rename from projects/icons-material/src/sharp/media_bluetooth_on.svg rename to projects/icons-material/src/material/sharp/media_bluetooth_on.svg diff --git a/projects/icons-material/src/sharp/mediation.svg b/projects/icons-material/src/material/sharp/mediation.svg similarity index 100% rename from projects/icons-material/src/sharp/mediation.svg rename to projects/icons-material/src/material/sharp/mediation.svg diff --git a/projects/icons-material/src/sharp/medical_information.svg b/projects/icons-material/src/material/sharp/medical_information.svg similarity index 100% rename from projects/icons-material/src/sharp/medical_information.svg rename to projects/icons-material/src/material/sharp/medical_information.svg diff --git a/projects/icons-material/src/sharp/medical_services.svg b/projects/icons-material/src/material/sharp/medical_services.svg similarity index 100% rename from projects/icons-material/src/sharp/medical_services.svg rename to projects/icons-material/src/material/sharp/medical_services.svg diff --git a/projects/icons-material/src/sharp/medication.svg b/projects/icons-material/src/material/sharp/medication.svg similarity index 100% rename from projects/icons-material/src/sharp/medication.svg rename to projects/icons-material/src/material/sharp/medication.svg diff --git a/projects/icons-material/src/sharp/medication_liquid.svg b/projects/icons-material/src/material/sharp/medication_liquid.svg similarity index 100% rename from projects/icons-material/src/sharp/medication_liquid.svg rename to projects/icons-material/src/material/sharp/medication_liquid.svg diff --git a/projects/icons-material/src/sharp/meeting_room.svg b/projects/icons-material/src/material/sharp/meeting_room.svg similarity index 100% rename from projects/icons-material/src/sharp/meeting_room.svg rename to projects/icons-material/src/material/sharp/meeting_room.svg diff --git a/projects/icons-material/src/sharp/memory.svg b/projects/icons-material/src/material/sharp/memory.svg similarity index 100% rename from projects/icons-material/src/sharp/memory.svg rename to projects/icons-material/src/material/sharp/memory.svg diff --git a/projects/icons-material/src/sharp/menu.svg b/projects/icons-material/src/material/sharp/menu.svg similarity index 100% rename from projects/icons-material/src/sharp/menu.svg rename to projects/icons-material/src/material/sharp/menu.svg diff --git a/projects/icons-material/src/sharp/menu_book.svg b/projects/icons-material/src/material/sharp/menu_book.svg similarity index 100% rename from projects/icons-material/src/sharp/menu_book.svg rename to projects/icons-material/src/material/sharp/menu_book.svg diff --git a/projects/icons-material/src/sharp/menu_open.svg b/projects/icons-material/src/material/sharp/menu_open.svg similarity index 100% rename from projects/icons-material/src/sharp/menu_open.svg rename to projects/icons-material/src/material/sharp/menu_open.svg diff --git a/projects/icons-material/src/sharp/merge.svg b/projects/icons-material/src/material/sharp/merge.svg similarity index 100% rename from projects/icons-material/src/sharp/merge.svg rename to projects/icons-material/src/material/sharp/merge.svg diff --git a/projects/icons-material/src/sharp/merge_type.svg b/projects/icons-material/src/material/sharp/merge_type.svg similarity index 100% rename from projects/icons-material/src/sharp/merge_type.svg rename to projects/icons-material/src/material/sharp/merge_type.svg diff --git a/projects/icons-material/src/sharp/message.svg b/projects/icons-material/src/material/sharp/message.svg similarity index 100% rename from projects/icons-material/src/sharp/message.svg rename to projects/icons-material/src/material/sharp/message.svg diff --git a/projects/icons-material/src/sharp/mic.svg b/projects/icons-material/src/material/sharp/mic.svg similarity index 100% rename from projects/icons-material/src/sharp/mic.svg rename to projects/icons-material/src/material/sharp/mic.svg diff --git a/projects/icons-material/src/sharp/mic_external_off.svg b/projects/icons-material/src/material/sharp/mic_external_off.svg similarity index 100% rename from projects/icons-material/src/sharp/mic_external_off.svg rename to projects/icons-material/src/material/sharp/mic_external_off.svg diff --git a/projects/icons-material/src/sharp/mic_external_on.svg b/projects/icons-material/src/material/sharp/mic_external_on.svg similarity index 100% rename from projects/icons-material/src/sharp/mic_external_on.svg rename to projects/icons-material/src/material/sharp/mic_external_on.svg diff --git a/projects/icons-material/src/sharp/mic_none.svg b/projects/icons-material/src/material/sharp/mic_none.svg similarity index 100% rename from projects/icons-material/src/sharp/mic_none.svg rename to projects/icons-material/src/material/sharp/mic_none.svg diff --git a/projects/icons-material/src/sharp/mic_off.svg b/projects/icons-material/src/material/sharp/mic_off.svg similarity index 100% rename from projects/icons-material/src/sharp/mic_off.svg rename to projects/icons-material/src/material/sharp/mic_off.svg diff --git a/projects/icons-material/src/sharp/microwave.svg b/projects/icons-material/src/material/sharp/microwave.svg similarity index 100% rename from projects/icons-material/src/sharp/microwave.svg rename to projects/icons-material/src/material/sharp/microwave.svg diff --git a/projects/icons-material/src/sharp/military_tech.svg b/projects/icons-material/src/material/sharp/military_tech.svg similarity index 100% rename from projects/icons-material/src/sharp/military_tech.svg rename to projects/icons-material/src/material/sharp/military_tech.svg diff --git a/projects/icons-material/src/sharp/minimize.svg b/projects/icons-material/src/material/sharp/minimize.svg similarity index 100% rename from projects/icons-material/src/sharp/minimize.svg rename to projects/icons-material/src/material/sharp/minimize.svg diff --git a/projects/icons-material/src/sharp/minor_crash.svg b/projects/icons-material/src/material/sharp/minor_crash.svg similarity index 100% rename from projects/icons-material/src/sharp/minor_crash.svg rename to projects/icons-material/src/material/sharp/minor_crash.svg diff --git a/projects/icons-material/src/sharp/miscellaneous_services.svg b/projects/icons-material/src/material/sharp/miscellaneous_services.svg similarity index 100% rename from projects/icons-material/src/sharp/miscellaneous_services.svg rename to projects/icons-material/src/material/sharp/miscellaneous_services.svg diff --git a/projects/icons-material/src/sharp/missed_video_call.svg b/projects/icons-material/src/material/sharp/missed_video_call.svg similarity index 100% rename from projects/icons-material/src/sharp/missed_video_call.svg rename to projects/icons-material/src/material/sharp/missed_video_call.svg diff --git a/projects/icons-material/src/sharp/mms.svg b/projects/icons-material/src/material/sharp/mms.svg similarity index 100% rename from projects/icons-material/src/sharp/mms.svg rename to projects/icons-material/src/material/sharp/mms.svg diff --git a/projects/icons-material/src/sharp/mobile_friendly.svg b/projects/icons-material/src/material/sharp/mobile_friendly.svg similarity index 100% rename from projects/icons-material/src/sharp/mobile_friendly.svg rename to projects/icons-material/src/material/sharp/mobile_friendly.svg diff --git a/projects/icons-material/src/sharp/mobile_off.svg b/projects/icons-material/src/material/sharp/mobile_off.svg similarity index 100% rename from projects/icons-material/src/sharp/mobile_off.svg rename to projects/icons-material/src/material/sharp/mobile_off.svg diff --git a/projects/icons-material/src/sharp/mobile_screen_share.svg b/projects/icons-material/src/material/sharp/mobile_screen_share.svg similarity index 100% rename from projects/icons-material/src/sharp/mobile_screen_share.svg rename to projects/icons-material/src/material/sharp/mobile_screen_share.svg diff --git a/projects/icons-material/src/sharp/mobiledata_off.svg b/projects/icons-material/src/material/sharp/mobiledata_off.svg similarity index 100% rename from projects/icons-material/src/sharp/mobiledata_off.svg rename to projects/icons-material/src/material/sharp/mobiledata_off.svg diff --git a/projects/icons-material/src/sharp/mode.svg b/projects/icons-material/src/material/sharp/mode.svg similarity index 100% rename from projects/icons-material/src/sharp/mode.svg rename to projects/icons-material/src/material/sharp/mode.svg diff --git a/projects/icons-material/src/sharp/mode_comment.svg b/projects/icons-material/src/material/sharp/mode_comment.svg similarity index 100% rename from projects/icons-material/src/sharp/mode_comment.svg rename to projects/icons-material/src/material/sharp/mode_comment.svg diff --git a/projects/icons-material/src/sharp/mode_edit.svg b/projects/icons-material/src/material/sharp/mode_edit.svg similarity index 100% rename from projects/icons-material/src/sharp/mode_edit.svg rename to projects/icons-material/src/material/sharp/mode_edit.svg diff --git a/projects/icons-material/src/sharp/mode_edit_outline.svg b/projects/icons-material/src/material/sharp/mode_edit_outline.svg similarity index 100% rename from projects/icons-material/src/sharp/mode_edit_outline.svg rename to projects/icons-material/src/material/sharp/mode_edit_outline.svg diff --git a/projects/icons-material/src/sharp/mode_fan_off.svg b/projects/icons-material/src/material/sharp/mode_fan_off.svg similarity index 100% rename from projects/icons-material/src/sharp/mode_fan_off.svg rename to projects/icons-material/src/material/sharp/mode_fan_off.svg diff --git a/projects/icons-material/src/sharp/mode_night.svg b/projects/icons-material/src/material/sharp/mode_night.svg similarity index 100% rename from projects/icons-material/src/sharp/mode_night.svg rename to projects/icons-material/src/material/sharp/mode_night.svg diff --git a/projects/icons-material/src/sharp/mode_of_travel.svg b/projects/icons-material/src/material/sharp/mode_of_travel.svg similarity index 100% rename from projects/icons-material/src/sharp/mode_of_travel.svg rename to projects/icons-material/src/material/sharp/mode_of_travel.svg diff --git a/projects/icons-material/src/sharp/mode_standby.svg b/projects/icons-material/src/material/sharp/mode_standby.svg similarity index 100% rename from projects/icons-material/src/sharp/mode_standby.svg rename to projects/icons-material/src/material/sharp/mode_standby.svg diff --git a/projects/icons-material/src/sharp/model_training.svg b/projects/icons-material/src/material/sharp/model_training.svg similarity index 100% rename from projects/icons-material/src/sharp/model_training.svg rename to projects/icons-material/src/material/sharp/model_training.svg diff --git a/projects/icons-material/src/sharp/monetization_on.svg b/projects/icons-material/src/material/sharp/monetization_on.svg similarity index 100% rename from projects/icons-material/src/sharp/monetization_on.svg rename to projects/icons-material/src/material/sharp/monetization_on.svg diff --git a/projects/icons-material/src/sharp/money.svg b/projects/icons-material/src/material/sharp/money.svg similarity index 100% rename from projects/icons-material/src/sharp/money.svg rename to projects/icons-material/src/material/sharp/money.svg diff --git a/projects/icons-material/src/sharp/money_off.svg b/projects/icons-material/src/material/sharp/money_off.svg similarity index 100% rename from projects/icons-material/src/sharp/money_off.svg rename to projects/icons-material/src/material/sharp/money_off.svg diff --git a/projects/icons-material/src/sharp/money_off_csred.svg b/projects/icons-material/src/material/sharp/money_off_csred.svg similarity index 100% rename from projects/icons-material/src/sharp/money_off_csred.svg rename to projects/icons-material/src/material/sharp/money_off_csred.svg diff --git a/projects/icons-material/src/sharp/monitor.svg b/projects/icons-material/src/material/sharp/monitor.svg similarity index 100% rename from projects/icons-material/src/sharp/monitor.svg rename to projects/icons-material/src/material/sharp/monitor.svg diff --git a/projects/icons-material/src/sharp/monitor_heart.svg b/projects/icons-material/src/material/sharp/monitor_heart.svg similarity index 100% rename from projects/icons-material/src/sharp/monitor_heart.svg rename to projects/icons-material/src/material/sharp/monitor_heart.svg diff --git a/projects/icons-material/src/sharp/monitor_weight.svg b/projects/icons-material/src/material/sharp/monitor_weight.svg similarity index 100% rename from projects/icons-material/src/sharp/monitor_weight.svg rename to projects/icons-material/src/material/sharp/monitor_weight.svg diff --git a/projects/icons-material/src/sharp/monochrome_photos.svg b/projects/icons-material/src/material/sharp/monochrome_photos.svg similarity index 100% rename from projects/icons-material/src/sharp/monochrome_photos.svg rename to projects/icons-material/src/material/sharp/monochrome_photos.svg diff --git a/projects/icons-material/src/sharp/mood.svg b/projects/icons-material/src/material/sharp/mood.svg similarity index 100% rename from projects/icons-material/src/sharp/mood.svg rename to projects/icons-material/src/material/sharp/mood.svg diff --git a/projects/icons-material/src/sharp/mood_bad.svg b/projects/icons-material/src/material/sharp/mood_bad.svg similarity index 100% rename from projects/icons-material/src/sharp/mood_bad.svg rename to projects/icons-material/src/material/sharp/mood_bad.svg diff --git a/projects/icons-material/src/sharp/moped.svg b/projects/icons-material/src/material/sharp/moped.svg similarity index 100% rename from projects/icons-material/src/sharp/moped.svg rename to projects/icons-material/src/material/sharp/moped.svg diff --git a/projects/icons-material/src/sharp/more.svg b/projects/icons-material/src/material/sharp/more.svg similarity index 100% rename from projects/icons-material/src/sharp/more.svg rename to projects/icons-material/src/material/sharp/more.svg diff --git a/projects/icons-material/src/sharp/more_horiz.svg b/projects/icons-material/src/material/sharp/more_horiz.svg similarity index 100% rename from projects/icons-material/src/sharp/more_horiz.svg rename to projects/icons-material/src/material/sharp/more_horiz.svg diff --git a/projects/icons-material/src/sharp/more_time.svg b/projects/icons-material/src/material/sharp/more_time.svg similarity index 100% rename from projects/icons-material/src/sharp/more_time.svg rename to projects/icons-material/src/material/sharp/more_time.svg diff --git a/projects/icons-material/src/sharp/more_vert.svg b/projects/icons-material/src/material/sharp/more_vert.svg similarity index 100% rename from projects/icons-material/src/sharp/more_vert.svg rename to projects/icons-material/src/material/sharp/more_vert.svg diff --git a/projects/icons-material/src/sharp/mosque.svg b/projects/icons-material/src/material/sharp/mosque.svg similarity index 100% rename from projects/icons-material/src/sharp/mosque.svg rename to projects/icons-material/src/material/sharp/mosque.svg diff --git a/projects/icons-material/src/sharp/motion_photos_auto.svg b/projects/icons-material/src/material/sharp/motion_photos_auto.svg similarity index 100% rename from projects/icons-material/src/sharp/motion_photos_auto.svg rename to projects/icons-material/src/material/sharp/motion_photos_auto.svg diff --git a/projects/icons-material/src/sharp/motion_photos_off.svg b/projects/icons-material/src/material/sharp/motion_photos_off.svg similarity index 100% rename from projects/icons-material/src/sharp/motion_photos_off.svg rename to projects/icons-material/src/material/sharp/motion_photos_off.svg diff --git a/projects/icons-material/src/sharp/motion_photos_on.svg b/projects/icons-material/src/material/sharp/motion_photos_on.svg similarity index 100% rename from projects/icons-material/src/sharp/motion_photos_on.svg rename to projects/icons-material/src/material/sharp/motion_photos_on.svg diff --git a/projects/icons-material/src/sharp/motion_photos_pause.svg b/projects/icons-material/src/material/sharp/motion_photos_pause.svg similarity index 100% rename from projects/icons-material/src/sharp/motion_photos_pause.svg rename to projects/icons-material/src/material/sharp/motion_photos_pause.svg diff --git a/projects/icons-material/src/sharp/motion_photos_paused.svg b/projects/icons-material/src/material/sharp/motion_photos_paused.svg similarity index 100% rename from projects/icons-material/src/sharp/motion_photos_paused.svg rename to projects/icons-material/src/material/sharp/motion_photos_paused.svg diff --git a/projects/icons-material/src/sharp/mouse.svg b/projects/icons-material/src/material/sharp/mouse.svg similarity index 100% rename from projects/icons-material/src/sharp/mouse.svg rename to projects/icons-material/src/material/sharp/mouse.svg diff --git a/projects/icons-material/src/sharp/move_down.svg b/projects/icons-material/src/material/sharp/move_down.svg similarity index 100% rename from projects/icons-material/src/sharp/move_down.svg rename to projects/icons-material/src/material/sharp/move_down.svg diff --git a/projects/icons-material/src/sharp/move_to_inbox.svg b/projects/icons-material/src/material/sharp/move_to_inbox.svg similarity index 100% rename from projects/icons-material/src/sharp/move_to_inbox.svg rename to projects/icons-material/src/material/sharp/move_to_inbox.svg diff --git a/projects/icons-material/src/sharp/move_up.svg b/projects/icons-material/src/material/sharp/move_up.svg similarity index 100% rename from projects/icons-material/src/sharp/move_up.svg rename to projects/icons-material/src/material/sharp/move_up.svg diff --git a/projects/icons-material/src/sharp/movie.svg b/projects/icons-material/src/material/sharp/movie.svg similarity index 100% rename from projects/icons-material/src/sharp/movie.svg rename to projects/icons-material/src/material/sharp/movie.svg diff --git a/projects/icons-material/src/sharp/movie_creation.svg b/projects/icons-material/src/material/sharp/movie_creation.svg similarity index 100% rename from projects/icons-material/src/sharp/movie_creation.svg rename to projects/icons-material/src/material/sharp/movie_creation.svg diff --git a/projects/icons-material/src/sharp/movie_filter.svg b/projects/icons-material/src/material/sharp/movie_filter.svg similarity index 100% rename from projects/icons-material/src/sharp/movie_filter.svg rename to projects/icons-material/src/material/sharp/movie_filter.svg diff --git a/projects/icons-material/src/sharp/moving.svg b/projects/icons-material/src/material/sharp/moving.svg similarity index 100% rename from projects/icons-material/src/sharp/moving.svg rename to projects/icons-material/src/material/sharp/moving.svg diff --git a/projects/icons-material/src/sharp/mp.svg b/projects/icons-material/src/material/sharp/mp.svg similarity index 100% rename from projects/icons-material/src/sharp/mp.svg rename to projects/icons-material/src/material/sharp/mp.svg diff --git a/projects/icons-material/src/sharp/multiline_chart.svg b/projects/icons-material/src/material/sharp/multiline_chart.svg similarity index 100% rename from projects/icons-material/src/sharp/multiline_chart.svg rename to projects/icons-material/src/material/sharp/multiline_chart.svg diff --git a/projects/icons-material/src/sharp/multiple_stop.svg b/projects/icons-material/src/material/sharp/multiple_stop.svg similarity index 100% rename from projects/icons-material/src/sharp/multiple_stop.svg rename to projects/icons-material/src/material/sharp/multiple_stop.svg diff --git a/projects/icons-material/src/sharp/museum.svg b/projects/icons-material/src/material/sharp/museum.svg similarity index 100% rename from projects/icons-material/src/sharp/museum.svg rename to projects/icons-material/src/material/sharp/museum.svg diff --git a/projects/icons-material/src/sharp/music_note.svg b/projects/icons-material/src/material/sharp/music_note.svg similarity index 100% rename from projects/icons-material/src/sharp/music_note.svg rename to projects/icons-material/src/material/sharp/music_note.svg diff --git a/projects/icons-material/src/sharp/music_off.svg b/projects/icons-material/src/material/sharp/music_off.svg similarity index 100% rename from projects/icons-material/src/sharp/music_off.svg rename to projects/icons-material/src/material/sharp/music_off.svg diff --git a/projects/icons-material/src/sharp/music_video.svg b/projects/icons-material/src/material/sharp/music_video.svg similarity index 100% rename from projects/icons-material/src/sharp/music_video.svg rename to projects/icons-material/src/material/sharp/music_video.svg diff --git a/projects/icons-material/src/sharp/my_location.svg b/projects/icons-material/src/material/sharp/my_location.svg similarity index 100% rename from projects/icons-material/src/sharp/my_location.svg rename to projects/icons-material/src/material/sharp/my_location.svg diff --git a/projects/icons-material/src/sharp/nat.svg b/projects/icons-material/src/material/sharp/nat.svg similarity index 100% rename from projects/icons-material/src/sharp/nat.svg rename to projects/icons-material/src/material/sharp/nat.svg diff --git a/projects/icons-material/src/sharp/nature.svg b/projects/icons-material/src/material/sharp/nature.svg similarity index 100% rename from projects/icons-material/src/sharp/nature.svg rename to projects/icons-material/src/material/sharp/nature.svg diff --git a/projects/icons-material/src/sharp/nature_people.svg b/projects/icons-material/src/material/sharp/nature_people.svg similarity index 100% rename from projects/icons-material/src/sharp/nature_people.svg rename to projects/icons-material/src/material/sharp/nature_people.svg diff --git a/projects/icons-material/src/sharp/navigate_before.svg b/projects/icons-material/src/material/sharp/navigate_before.svg similarity index 100% rename from projects/icons-material/src/sharp/navigate_before.svg rename to projects/icons-material/src/material/sharp/navigate_before.svg diff --git a/projects/icons-material/src/sharp/navigate_next.svg b/projects/icons-material/src/material/sharp/navigate_next.svg similarity index 100% rename from projects/icons-material/src/sharp/navigate_next.svg rename to projects/icons-material/src/material/sharp/navigate_next.svg diff --git a/projects/icons-material/src/sharp/navigation.svg b/projects/icons-material/src/material/sharp/navigation.svg similarity index 100% rename from projects/icons-material/src/sharp/navigation.svg rename to projects/icons-material/src/material/sharp/navigation.svg diff --git a/projects/icons-material/src/sharp/near_me.svg b/projects/icons-material/src/material/sharp/near_me.svg similarity index 100% rename from projects/icons-material/src/sharp/near_me.svg rename to projects/icons-material/src/material/sharp/near_me.svg diff --git a/projects/icons-material/src/sharp/near_me_disabled.svg b/projects/icons-material/src/material/sharp/near_me_disabled.svg similarity index 100% rename from projects/icons-material/src/sharp/near_me_disabled.svg rename to projects/icons-material/src/material/sharp/near_me_disabled.svg diff --git a/projects/icons-material/src/sharp/nearby_error.svg b/projects/icons-material/src/material/sharp/nearby_error.svg similarity index 100% rename from projects/icons-material/src/sharp/nearby_error.svg rename to projects/icons-material/src/material/sharp/nearby_error.svg diff --git a/projects/icons-material/src/sharp/nearby_off.svg b/projects/icons-material/src/material/sharp/nearby_off.svg similarity index 100% rename from projects/icons-material/src/sharp/nearby_off.svg rename to projects/icons-material/src/material/sharp/nearby_off.svg diff --git a/projects/icons-material/src/sharp/nest_cam_wired_stand.svg b/projects/icons-material/src/material/sharp/nest_cam_wired_stand.svg similarity index 100% rename from projects/icons-material/src/sharp/nest_cam_wired_stand.svg rename to projects/icons-material/src/material/sharp/nest_cam_wired_stand.svg diff --git a/projects/icons-material/src/sharp/network_cell.svg b/projects/icons-material/src/material/sharp/network_cell.svg similarity index 100% rename from projects/icons-material/src/sharp/network_cell.svg rename to projects/icons-material/src/material/sharp/network_cell.svg diff --git a/projects/icons-material/src/sharp/network_check.svg b/projects/icons-material/src/material/sharp/network_check.svg similarity index 100% rename from projects/icons-material/src/sharp/network_check.svg rename to projects/icons-material/src/material/sharp/network_check.svg diff --git a/projects/icons-material/src/sharp/network_locked.svg b/projects/icons-material/src/material/sharp/network_locked.svg similarity index 100% rename from projects/icons-material/src/sharp/network_locked.svg rename to projects/icons-material/src/material/sharp/network_locked.svg diff --git a/projects/icons-material/src/sharp/network_ping.svg b/projects/icons-material/src/material/sharp/network_ping.svg similarity index 100% rename from projects/icons-material/src/sharp/network_ping.svg rename to projects/icons-material/src/material/sharp/network_ping.svg diff --git a/projects/icons-material/src/sharp/network_wifi.svg b/projects/icons-material/src/material/sharp/network_wifi.svg similarity index 100% rename from projects/icons-material/src/sharp/network_wifi.svg rename to projects/icons-material/src/material/sharp/network_wifi.svg diff --git a/projects/icons-material/src/sharp/network_wifi_1_bar.svg b/projects/icons-material/src/material/sharp/network_wifi_1_bar.svg similarity index 100% rename from projects/icons-material/src/sharp/network_wifi_1_bar.svg rename to projects/icons-material/src/material/sharp/network_wifi_1_bar.svg diff --git a/projects/icons-material/src/sharp/network_wifi_2_bar.svg b/projects/icons-material/src/material/sharp/network_wifi_2_bar.svg similarity index 100% rename from projects/icons-material/src/sharp/network_wifi_2_bar.svg rename to projects/icons-material/src/material/sharp/network_wifi_2_bar.svg diff --git a/projects/icons-material/src/sharp/network_wifi_3_bar.svg b/projects/icons-material/src/material/sharp/network_wifi_3_bar.svg similarity index 100% rename from projects/icons-material/src/sharp/network_wifi_3_bar.svg rename to projects/icons-material/src/material/sharp/network_wifi_3_bar.svg diff --git a/projects/icons-material/src/sharp/new_label.svg b/projects/icons-material/src/material/sharp/new_label.svg similarity index 100% rename from projects/icons-material/src/sharp/new_label.svg rename to projects/icons-material/src/material/sharp/new_label.svg diff --git a/projects/icons-material/src/sharp/new_releases.svg b/projects/icons-material/src/material/sharp/new_releases.svg similarity index 100% rename from projects/icons-material/src/sharp/new_releases.svg rename to projects/icons-material/src/material/sharp/new_releases.svg diff --git a/projects/icons-material/src/sharp/newspaper.svg b/projects/icons-material/src/material/sharp/newspaper.svg similarity index 100% rename from projects/icons-material/src/sharp/newspaper.svg rename to projects/icons-material/src/material/sharp/newspaper.svg diff --git a/projects/icons-material/src/sharp/next_plan.svg b/projects/icons-material/src/material/sharp/next_plan.svg similarity index 100% rename from projects/icons-material/src/sharp/next_plan.svg rename to projects/icons-material/src/material/sharp/next_plan.svg diff --git a/projects/icons-material/src/sharp/next_week.svg b/projects/icons-material/src/material/sharp/next_week.svg similarity index 100% rename from projects/icons-material/src/sharp/next_week.svg rename to projects/icons-material/src/material/sharp/next_week.svg diff --git a/projects/icons-material/src/sharp/nfc.svg b/projects/icons-material/src/material/sharp/nfc.svg similarity index 100% rename from projects/icons-material/src/sharp/nfc.svg rename to projects/icons-material/src/material/sharp/nfc.svg diff --git a/projects/icons-material/src/sharp/night_shelter.svg b/projects/icons-material/src/material/sharp/night_shelter.svg similarity index 100% rename from projects/icons-material/src/sharp/night_shelter.svg rename to projects/icons-material/src/material/sharp/night_shelter.svg diff --git a/projects/icons-material/src/sharp/nightlife.svg b/projects/icons-material/src/material/sharp/nightlife.svg similarity index 100% rename from projects/icons-material/src/sharp/nightlife.svg rename to projects/icons-material/src/material/sharp/nightlife.svg diff --git a/projects/icons-material/src/sharp/nightlight.svg b/projects/icons-material/src/material/sharp/nightlight.svg similarity index 100% rename from projects/icons-material/src/sharp/nightlight.svg rename to projects/icons-material/src/material/sharp/nightlight.svg diff --git a/projects/icons-material/src/sharp/nightlight_round.svg b/projects/icons-material/src/material/sharp/nightlight_round.svg similarity index 100% rename from projects/icons-material/src/sharp/nightlight_round.svg rename to projects/icons-material/src/material/sharp/nightlight_round.svg diff --git a/projects/icons-material/src/sharp/nights_stay.svg b/projects/icons-material/src/material/sharp/nights_stay.svg similarity index 100% rename from projects/icons-material/src/sharp/nights_stay.svg rename to projects/icons-material/src/material/sharp/nights_stay.svg diff --git a/projects/icons-material/src/sharp/no_accounts.svg b/projects/icons-material/src/material/sharp/no_accounts.svg similarity index 100% rename from projects/icons-material/src/sharp/no_accounts.svg rename to projects/icons-material/src/material/sharp/no_accounts.svg diff --git a/projects/icons-material/src/sharp/no_adult_content.svg b/projects/icons-material/src/material/sharp/no_adult_content.svg similarity index 100% rename from projects/icons-material/src/sharp/no_adult_content.svg rename to projects/icons-material/src/material/sharp/no_adult_content.svg diff --git a/projects/icons-material/src/sharp/no_backpack.svg b/projects/icons-material/src/material/sharp/no_backpack.svg similarity index 100% rename from projects/icons-material/src/sharp/no_backpack.svg rename to projects/icons-material/src/material/sharp/no_backpack.svg diff --git a/projects/icons-material/src/sharp/no_cell.svg b/projects/icons-material/src/material/sharp/no_cell.svg similarity index 100% rename from projects/icons-material/src/sharp/no_cell.svg rename to projects/icons-material/src/material/sharp/no_cell.svg diff --git a/projects/icons-material/src/sharp/no_crash.svg b/projects/icons-material/src/material/sharp/no_crash.svg similarity index 100% rename from projects/icons-material/src/sharp/no_crash.svg rename to projects/icons-material/src/material/sharp/no_crash.svg diff --git a/projects/icons-material/src/sharp/no_drinks.svg b/projects/icons-material/src/material/sharp/no_drinks.svg similarity index 100% rename from projects/icons-material/src/sharp/no_drinks.svg rename to projects/icons-material/src/material/sharp/no_drinks.svg diff --git a/projects/icons-material/src/sharp/no_encryption.svg b/projects/icons-material/src/material/sharp/no_encryption.svg similarity index 100% rename from projects/icons-material/src/sharp/no_encryption.svg rename to projects/icons-material/src/material/sharp/no_encryption.svg diff --git a/projects/icons-material/src/sharp/no_encryption_gmailerrorred.svg b/projects/icons-material/src/material/sharp/no_encryption_gmailerrorred.svg similarity index 100% rename from projects/icons-material/src/sharp/no_encryption_gmailerrorred.svg rename to projects/icons-material/src/material/sharp/no_encryption_gmailerrorred.svg diff --git a/projects/icons-material/src/sharp/no_flash.svg b/projects/icons-material/src/material/sharp/no_flash.svg similarity index 100% rename from projects/icons-material/src/sharp/no_flash.svg rename to projects/icons-material/src/material/sharp/no_flash.svg diff --git a/projects/icons-material/src/sharp/no_food.svg b/projects/icons-material/src/material/sharp/no_food.svg similarity index 100% rename from projects/icons-material/src/sharp/no_food.svg rename to projects/icons-material/src/material/sharp/no_food.svg diff --git a/projects/icons-material/src/sharp/no_luggage.svg b/projects/icons-material/src/material/sharp/no_luggage.svg similarity index 100% rename from projects/icons-material/src/sharp/no_luggage.svg rename to projects/icons-material/src/material/sharp/no_luggage.svg diff --git a/projects/icons-material/src/sharp/no_meals.svg b/projects/icons-material/src/material/sharp/no_meals.svg similarity index 100% rename from projects/icons-material/src/sharp/no_meals.svg rename to projects/icons-material/src/material/sharp/no_meals.svg diff --git a/projects/icons-material/src/sharp/no_meeting_room.svg b/projects/icons-material/src/material/sharp/no_meeting_room.svg similarity index 100% rename from projects/icons-material/src/sharp/no_meeting_room.svg rename to projects/icons-material/src/material/sharp/no_meeting_room.svg diff --git a/projects/icons-material/src/sharp/no_photography.svg b/projects/icons-material/src/material/sharp/no_photography.svg similarity index 100% rename from projects/icons-material/src/sharp/no_photography.svg rename to projects/icons-material/src/material/sharp/no_photography.svg diff --git a/projects/icons-material/src/sharp/no_sim.svg b/projects/icons-material/src/material/sharp/no_sim.svg similarity index 100% rename from projects/icons-material/src/sharp/no_sim.svg rename to projects/icons-material/src/material/sharp/no_sim.svg diff --git a/projects/icons-material/src/sharp/no_stroller.svg b/projects/icons-material/src/material/sharp/no_stroller.svg similarity index 100% rename from projects/icons-material/src/sharp/no_stroller.svg rename to projects/icons-material/src/material/sharp/no_stroller.svg diff --git a/projects/icons-material/src/sharp/no_transfer.svg b/projects/icons-material/src/material/sharp/no_transfer.svg similarity index 100% rename from projects/icons-material/src/sharp/no_transfer.svg rename to projects/icons-material/src/material/sharp/no_transfer.svg diff --git a/projects/icons-material/src/sharp/noise_aware.svg b/projects/icons-material/src/material/sharp/noise_aware.svg similarity index 100% rename from projects/icons-material/src/sharp/noise_aware.svg rename to projects/icons-material/src/material/sharp/noise_aware.svg diff --git a/projects/icons-material/src/sharp/noise_control_off.svg b/projects/icons-material/src/material/sharp/noise_control_off.svg similarity index 100% rename from projects/icons-material/src/sharp/noise_control_off.svg rename to projects/icons-material/src/material/sharp/noise_control_off.svg diff --git a/projects/icons-material/src/sharp/nordic_walking.svg b/projects/icons-material/src/material/sharp/nordic_walking.svg similarity index 100% rename from projects/icons-material/src/sharp/nordic_walking.svg rename to projects/icons-material/src/material/sharp/nordic_walking.svg diff --git a/projects/icons-material/src/sharp/north.svg b/projects/icons-material/src/material/sharp/north.svg similarity index 100% rename from projects/icons-material/src/sharp/north.svg rename to projects/icons-material/src/material/sharp/north.svg diff --git a/projects/icons-material/src/sharp/north_east.svg b/projects/icons-material/src/material/sharp/north_east.svg similarity index 100% rename from projects/icons-material/src/sharp/north_east.svg rename to projects/icons-material/src/material/sharp/north_east.svg diff --git a/projects/icons-material/src/sharp/north_west.svg b/projects/icons-material/src/material/sharp/north_west.svg similarity index 100% rename from projects/icons-material/src/sharp/north_west.svg rename to projects/icons-material/src/material/sharp/north_west.svg diff --git a/projects/icons-material/src/sharp/not_accessible.svg b/projects/icons-material/src/material/sharp/not_accessible.svg similarity index 100% rename from projects/icons-material/src/sharp/not_accessible.svg rename to projects/icons-material/src/material/sharp/not_accessible.svg diff --git a/projects/icons-material/src/sharp/not_interested.svg b/projects/icons-material/src/material/sharp/not_interested.svg similarity index 100% rename from projects/icons-material/src/sharp/not_interested.svg rename to projects/icons-material/src/material/sharp/not_interested.svg diff --git a/projects/icons-material/src/sharp/not_listed_location.svg b/projects/icons-material/src/material/sharp/not_listed_location.svg similarity index 100% rename from projects/icons-material/src/sharp/not_listed_location.svg rename to projects/icons-material/src/material/sharp/not_listed_location.svg diff --git a/projects/icons-material/src/sharp/not_started.svg b/projects/icons-material/src/material/sharp/not_started.svg similarity index 100% rename from projects/icons-material/src/sharp/not_started.svg rename to projects/icons-material/src/material/sharp/not_started.svg diff --git a/projects/icons-material/src/sharp/note.svg b/projects/icons-material/src/material/sharp/note.svg similarity index 100% rename from projects/icons-material/src/sharp/note.svg rename to projects/icons-material/src/material/sharp/note.svg diff --git a/projects/icons-material/src/sharp/note_add.svg b/projects/icons-material/src/material/sharp/note_add.svg similarity index 100% rename from projects/icons-material/src/sharp/note_add.svg rename to projects/icons-material/src/material/sharp/note_add.svg diff --git a/projects/icons-material/src/sharp/note_alt.svg b/projects/icons-material/src/material/sharp/note_alt.svg similarity index 100% rename from projects/icons-material/src/sharp/note_alt.svg rename to projects/icons-material/src/material/sharp/note_alt.svg diff --git a/projects/icons-material/src/sharp/notes.svg b/projects/icons-material/src/material/sharp/notes.svg similarity index 100% rename from projects/icons-material/src/sharp/notes.svg rename to projects/icons-material/src/material/sharp/notes.svg diff --git a/projects/icons-material/src/sharp/notification_add.svg b/projects/icons-material/src/material/sharp/notification_add.svg similarity index 100% rename from projects/icons-material/src/sharp/notification_add.svg rename to projects/icons-material/src/material/sharp/notification_add.svg diff --git a/projects/icons-material/src/sharp/notification_important.svg b/projects/icons-material/src/material/sharp/notification_important.svg similarity index 100% rename from projects/icons-material/src/sharp/notification_important.svg rename to projects/icons-material/src/material/sharp/notification_important.svg diff --git a/projects/icons-material/src/sharp/notifications.svg b/projects/icons-material/src/material/sharp/notifications.svg similarity index 100% rename from projects/icons-material/src/sharp/notifications.svg rename to projects/icons-material/src/material/sharp/notifications.svg diff --git a/projects/icons-material/src/sharp/notifications_active.svg b/projects/icons-material/src/material/sharp/notifications_active.svg similarity index 100% rename from projects/icons-material/src/sharp/notifications_active.svg rename to projects/icons-material/src/material/sharp/notifications_active.svg diff --git a/projects/icons-material/src/sharp/notifications_none.svg b/projects/icons-material/src/material/sharp/notifications_none.svg similarity index 100% rename from projects/icons-material/src/sharp/notifications_none.svg rename to projects/icons-material/src/material/sharp/notifications_none.svg diff --git a/projects/icons-material/src/sharp/notifications_off.svg b/projects/icons-material/src/material/sharp/notifications_off.svg similarity index 100% rename from projects/icons-material/src/sharp/notifications_off.svg rename to projects/icons-material/src/material/sharp/notifications_off.svg diff --git a/projects/icons-material/src/sharp/notifications_paused.svg b/projects/icons-material/src/material/sharp/notifications_paused.svg similarity index 100% rename from projects/icons-material/src/sharp/notifications_paused.svg rename to projects/icons-material/src/material/sharp/notifications_paused.svg diff --git a/projects/icons-material/src/sharp/numbers.svg b/projects/icons-material/src/material/sharp/numbers.svg similarity index 100% rename from projects/icons-material/src/sharp/numbers.svg rename to projects/icons-material/src/material/sharp/numbers.svg diff --git a/projects/icons-material/src/sharp/offline_bolt.svg b/projects/icons-material/src/material/sharp/offline_bolt.svg similarity index 100% rename from projects/icons-material/src/sharp/offline_bolt.svg rename to projects/icons-material/src/material/sharp/offline_bolt.svg diff --git a/projects/icons-material/src/sharp/offline_pin.svg b/projects/icons-material/src/material/sharp/offline_pin.svg similarity index 100% rename from projects/icons-material/src/sharp/offline_pin.svg rename to projects/icons-material/src/material/sharp/offline_pin.svg diff --git a/projects/icons-material/src/sharp/offline_share.svg b/projects/icons-material/src/material/sharp/offline_share.svg similarity index 100% rename from projects/icons-material/src/sharp/offline_share.svg rename to projects/icons-material/src/material/sharp/offline_share.svg diff --git a/projects/icons-material/src/sharp/oil_barrel.svg b/projects/icons-material/src/material/sharp/oil_barrel.svg similarity index 100% rename from projects/icons-material/src/sharp/oil_barrel.svg rename to projects/icons-material/src/material/sharp/oil_barrel.svg diff --git a/projects/icons-material/src/sharp/on_device_training.svg b/projects/icons-material/src/material/sharp/on_device_training.svg similarity index 100% rename from projects/icons-material/src/sharp/on_device_training.svg rename to projects/icons-material/src/material/sharp/on_device_training.svg diff --git a/projects/icons-material/src/sharp/ondemand_video.svg b/projects/icons-material/src/material/sharp/ondemand_video.svg similarity index 100% rename from projects/icons-material/src/sharp/ondemand_video.svg rename to projects/icons-material/src/material/sharp/ondemand_video.svg diff --git a/projects/icons-material/src/sharp/online_prediction.svg b/projects/icons-material/src/material/sharp/online_prediction.svg similarity index 100% rename from projects/icons-material/src/sharp/online_prediction.svg rename to projects/icons-material/src/material/sharp/online_prediction.svg diff --git a/projects/icons-material/src/sharp/opacity.svg b/projects/icons-material/src/material/sharp/opacity.svg similarity index 100% rename from projects/icons-material/src/sharp/opacity.svg rename to projects/icons-material/src/material/sharp/opacity.svg diff --git a/projects/icons-material/src/sharp/open_in_browser.svg b/projects/icons-material/src/material/sharp/open_in_browser.svg similarity index 100% rename from projects/icons-material/src/sharp/open_in_browser.svg rename to projects/icons-material/src/material/sharp/open_in_browser.svg diff --git a/projects/icons-material/src/sharp/open_in_full.svg b/projects/icons-material/src/material/sharp/open_in_full.svg similarity index 100% rename from projects/icons-material/src/sharp/open_in_full.svg rename to projects/icons-material/src/material/sharp/open_in_full.svg diff --git a/projects/icons-material/src/sharp/open_in_new.svg b/projects/icons-material/src/material/sharp/open_in_new.svg similarity index 100% rename from projects/icons-material/src/sharp/open_in_new.svg rename to projects/icons-material/src/material/sharp/open_in_new.svg diff --git a/projects/icons-material/src/sharp/open_in_new_off.svg b/projects/icons-material/src/material/sharp/open_in_new_off.svg similarity index 100% rename from projects/icons-material/src/sharp/open_in_new_off.svg rename to projects/icons-material/src/material/sharp/open_in_new_off.svg diff --git a/projects/icons-material/src/sharp/open_with.svg b/projects/icons-material/src/material/sharp/open_with.svg similarity index 100% rename from projects/icons-material/src/sharp/open_with.svg rename to projects/icons-material/src/material/sharp/open_with.svg diff --git a/projects/icons-material/src/sharp/other_houses.svg b/projects/icons-material/src/material/sharp/other_houses.svg similarity index 100% rename from projects/icons-material/src/sharp/other_houses.svg rename to projects/icons-material/src/material/sharp/other_houses.svg diff --git a/projects/icons-material/src/sharp/outbound.svg b/projects/icons-material/src/material/sharp/outbound.svg similarity index 100% rename from projects/icons-material/src/sharp/outbound.svg rename to projects/icons-material/src/material/sharp/outbound.svg diff --git a/projects/icons-material/src/sharp/outbox.svg b/projects/icons-material/src/material/sharp/outbox.svg similarity index 100% rename from projects/icons-material/src/sharp/outbox.svg rename to projects/icons-material/src/material/sharp/outbox.svg diff --git a/projects/icons-material/src/sharp/outdoor_grill.svg b/projects/icons-material/src/material/sharp/outdoor_grill.svg similarity index 100% rename from projects/icons-material/src/sharp/outdoor_grill.svg rename to projects/icons-material/src/material/sharp/outdoor_grill.svg diff --git a/projects/icons-material/src/sharp/outlet.svg b/projects/icons-material/src/material/sharp/outlet.svg similarity index 100% rename from projects/icons-material/src/sharp/outlet.svg rename to projects/icons-material/src/material/sharp/outlet.svg diff --git a/projects/icons-material/src/sharp/outlined_flag.svg b/projects/icons-material/src/material/sharp/outlined_flag.svg similarity index 100% rename from projects/icons-material/src/sharp/outlined_flag.svg rename to projects/icons-material/src/material/sharp/outlined_flag.svg diff --git a/projects/icons-material/src/sharp/output.svg b/projects/icons-material/src/material/sharp/output.svg similarity index 100% rename from projects/icons-material/src/sharp/output.svg rename to projects/icons-material/src/material/sharp/output.svg diff --git a/projects/icons-material/src/sharp/padding.svg b/projects/icons-material/src/material/sharp/padding.svg similarity index 100% rename from projects/icons-material/src/sharp/padding.svg rename to projects/icons-material/src/material/sharp/padding.svg diff --git a/projects/icons-material/src/sharp/pages.svg b/projects/icons-material/src/material/sharp/pages.svg similarity index 100% rename from projects/icons-material/src/sharp/pages.svg rename to projects/icons-material/src/material/sharp/pages.svg diff --git a/projects/icons-material/src/sharp/pageview.svg b/projects/icons-material/src/material/sharp/pageview.svg similarity index 100% rename from projects/icons-material/src/sharp/pageview.svg rename to projects/icons-material/src/material/sharp/pageview.svg diff --git a/projects/icons-material/src/sharp/paid.svg b/projects/icons-material/src/material/sharp/paid.svg similarity index 100% rename from projects/icons-material/src/sharp/paid.svg rename to projects/icons-material/src/material/sharp/paid.svg diff --git a/projects/icons-material/src/sharp/palette.svg b/projects/icons-material/src/material/sharp/palette.svg similarity index 100% rename from projects/icons-material/src/sharp/palette.svg rename to projects/icons-material/src/material/sharp/palette.svg diff --git a/projects/icons-material/src/sharp/pan_tool.svg b/projects/icons-material/src/material/sharp/pan_tool.svg similarity index 100% rename from projects/icons-material/src/sharp/pan_tool.svg rename to projects/icons-material/src/material/sharp/pan_tool.svg diff --git a/projects/icons-material/src/sharp/pan_tool_alt.svg b/projects/icons-material/src/material/sharp/pan_tool_alt.svg similarity index 100% rename from projects/icons-material/src/sharp/pan_tool_alt.svg rename to projects/icons-material/src/material/sharp/pan_tool_alt.svg diff --git a/projects/icons-material/src/sharp/panorama.svg b/projects/icons-material/src/material/sharp/panorama.svg similarity index 100% rename from projects/icons-material/src/sharp/panorama.svg rename to projects/icons-material/src/material/sharp/panorama.svg diff --git a/projects/icons-material/src/sharp/panorama_fish_eye.svg b/projects/icons-material/src/material/sharp/panorama_fish_eye.svg similarity index 100% rename from projects/icons-material/src/sharp/panorama_fish_eye.svg rename to projects/icons-material/src/material/sharp/panorama_fish_eye.svg diff --git a/projects/icons-material/src/sharp/panorama_horizontal.svg b/projects/icons-material/src/material/sharp/panorama_horizontal.svg similarity index 100% rename from projects/icons-material/src/sharp/panorama_horizontal.svg rename to projects/icons-material/src/material/sharp/panorama_horizontal.svg diff --git a/projects/icons-material/src/sharp/panorama_horizontal_select.svg b/projects/icons-material/src/material/sharp/panorama_horizontal_select.svg similarity index 100% rename from projects/icons-material/src/sharp/panorama_horizontal_select.svg rename to projects/icons-material/src/material/sharp/panorama_horizontal_select.svg diff --git a/projects/icons-material/src/sharp/panorama_photosphere.svg b/projects/icons-material/src/material/sharp/panorama_photosphere.svg similarity index 100% rename from projects/icons-material/src/sharp/panorama_photosphere.svg rename to projects/icons-material/src/material/sharp/panorama_photosphere.svg diff --git a/projects/icons-material/src/sharp/panorama_photosphere_select.svg b/projects/icons-material/src/material/sharp/panorama_photosphere_select.svg similarity index 100% rename from projects/icons-material/src/sharp/panorama_photosphere_select.svg rename to projects/icons-material/src/material/sharp/panorama_photosphere_select.svg diff --git a/projects/icons-material/src/sharp/panorama_vertical.svg b/projects/icons-material/src/material/sharp/panorama_vertical.svg similarity index 100% rename from projects/icons-material/src/sharp/panorama_vertical.svg rename to projects/icons-material/src/material/sharp/panorama_vertical.svg diff --git a/projects/icons-material/src/sharp/panorama_vertical_select.svg b/projects/icons-material/src/material/sharp/panorama_vertical_select.svg similarity index 100% rename from projects/icons-material/src/sharp/panorama_vertical_select.svg rename to projects/icons-material/src/material/sharp/panorama_vertical_select.svg diff --git a/projects/icons-material/src/sharp/panorama_wide_angle.svg b/projects/icons-material/src/material/sharp/panorama_wide_angle.svg similarity index 100% rename from projects/icons-material/src/sharp/panorama_wide_angle.svg rename to projects/icons-material/src/material/sharp/panorama_wide_angle.svg diff --git a/projects/icons-material/src/sharp/panorama_wide_angle_select.svg b/projects/icons-material/src/material/sharp/panorama_wide_angle_select.svg similarity index 100% rename from projects/icons-material/src/sharp/panorama_wide_angle_select.svg rename to projects/icons-material/src/material/sharp/panorama_wide_angle_select.svg diff --git a/projects/icons-material/src/sharp/paragliding.svg b/projects/icons-material/src/material/sharp/paragliding.svg similarity index 100% rename from projects/icons-material/src/sharp/paragliding.svg rename to projects/icons-material/src/material/sharp/paragliding.svg diff --git a/projects/icons-material/src/sharp/park.svg b/projects/icons-material/src/material/sharp/park.svg similarity index 100% rename from projects/icons-material/src/sharp/park.svg rename to projects/icons-material/src/material/sharp/park.svg diff --git a/projects/icons-material/src/sharp/party_mode.svg b/projects/icons-material/src/material/sharp/party_mode.svg similarity index 100% rename from projects/icons-material/src/sharp/party_mode.svg rename to projects/icons-material/src/material/sharp/party_mode.svg diff --git a/projects/icons-material/src/sharp/password.svg b/projects/icons-material/src/material/sharp/password.svg similarity index 100% rename from projects/icons-material/src/sharp/password.svg rename to projects/icons-material/src/material/sharp/password.svg diff --git a/projects/icons-material/src/sharp/pattern.svg b/projects/icons-material/src/material/sharp/pattern.svg similarity index 100% rename from projects/icons-material/src/sharp/pattern.svg rename to projects/icons-material/src/material/sharp/pattern.svg diff --git a/projects/icons-material/src/sharp/pause.svg b/projects/icons-material/src/material/sharp/pause.svg similarity index 100% rename from projects/icons-material/src/sharp/pause.svg rename to projects/icons-material/src/material/sharp/pause.svg diff --git a/projects/icons-material/src/sharp/pause_circle.svg b/projects/icons-material/src/material/sharp/pause_circle.svg similarity index 100% rename from projects/icons-material/src/sharp/pause_circle.svg rename to projects/icons-material/src/material/sharp/pause_circle.svg diff --git a/projects/icons-material/src/sharp/pause_circle_filled.svg b/projects/icons-material/src/material/sharp/pause_circle_filled.svg similarity index 100% rename from projects/icons-material/src/sharp/pause_circle_filled.svg rename to projects/icons-material/src/material/sharp/pause_circle_filled.svg diff --git a/projects/icons-material/src/sharp/pause_circle_outline.svg b/projects/icons-material/src/material/sharp/pause_circle_outline.svg similarity index 100% rename from projects/icons-material/src/sharp/pause_circle_outline.svg rename to projects/icons-material/src/material/sharp/pause_circle_outline.svg diff --git a/projects/icons-material/src/sharp/pause_presentation.svg b/projects/icons-material/src/material/sharp/pause_presentation.svg similarity index 100% rename from projects/icons-material/src/sharp/pause_presentation.svg rename to projects/icons-material/src/material/sharp/pause_presentation.svg diff --git a/projects/icons-material/src/sharp/payment.svg b/projects/icons-material/src/material/sharp/payment.svg similarity index 100% rename from projects/icons-material/src/sharp/payment.svg rename to projects/icons-material/src/material/sharp/payment.svg diff --git a/projects/icons-material/src/sharp/payments.svg b/projects/icons-material/src/material/sharp/payments.svg similarity index 100% rename from projects/icons-material/src/sharp/payments.svg rename to projects/icons-material/src/material/sharp/payments.svg diff --git a/projects/icons-material/src/sharp/pedal_bike.svg b/projects/icons-material/src/material/sharp/pedal_bike.svg similarity index 100% rename from projects/icons-material/src/sharp/pedal_bike.svg rename to projects/icons-material/src/material/sharp/pedal_bike.svg diff --git a/projects/icons-material/src/sharp/pending.svg b/projects/icons-material/src/material/sharp/pending.svg similarity index 100% rename from projects/icons-material/src/sharp/pending.svg rename to projects/icons-material/src/material/sharp/pending.svg diff --git a/projects/icons-material/src/sharp/pending_actions.svg b/projects/icons-material/src/material/sharp/pending_actions.svg similarity index 100% rename from projects/icons-material/src/sharp/pending_actions.svg rename to projects/icons-material/src/material/sharp/pending_actions.svg diff --git a/projects/icons-material/src/sharp/pentagon.svg b/projects/icons-material/src/material/sharp/pentagon.svg similarity index 100% rename from projects/icons-material/src/sharp/pentagon.svg rename to projects/icons-material/src/material/sharp/pentagon.svg diff --git a/projects/icons-material/src/sharp/people.svg b/projects/icons-material/src/material/sharp/people.svg similarity index 100% rename from projects/icons-material/src/sharp/people.svg rename to projects/icons-material/src/material/sharp/people.svg diff --git a/projects/icons-material/src/sharp/people_alt.svg b/projects/icons-material/src/material/sharp/people_alt.svg similarity index 100% rename from projects/icons-material/src/sharp/people_alt.svg rename to projects/icons-material/src/material/sharp/people_alt.svg diff --git a/projects/icons-material/src/sharp/people_outline.svg b/projects/icons-material/src/material/sharp/people_outline.svg similarity index 100% rename from projects/icons-material/src/sharp/people_outline.svg rename to projects/icons-material/src/material/sharp/people_outline.svg diff --git a/projects/icons-material/src/sharp/percent.svg b/projects/icons-material/src/material/sharp/percent.svg similarity index 100% rename from projects/icons-material/src/sharp/percent.svg rename to projects/icons-material/src/material/sharp/percent.svg diff --git a/projects/icons-material/src/sharp/perm_camera_mic.svg b/projects/icons-material/src/material/sharp/perm_camera_mic.svg similarity index 100% rename from projects/icons-material/src/sharp/perm_camera_mic.svg rename to projects/icons-material/src/material/sharp/perm_camera_mic.svg diff --git a/projects/icons-material/src/sharp/perm_contact_calendar.svg b/projects/icons-material/src/material/sharp/perm_contact_calendar.svg similarity index 100% rename from projects/icons-material/src/sharp/perm_contact_calendar.svg rename to projects/icons-material/src/material/sharp/perm_contact_calendar.svg diff --git a/projects/icons-material/src/sharp/perm_data_setting.svg b/projects/icons-material/src/material/sharp/perm_data_setting.svg similarity index 100% rename from projects/icons-material/src/sharp/perm_data_setting.svg rename to projects/icons-material/src/material/sharp/perm_data_setting.svg diff --git a/projects/icons-material/src/sharp/perm_device_information.svg b/projects/icons-material/src/material/sharp/perm_device_information.svg similarity index 100% rename from projects/icons-material/src/sharp/perm_device_information.svg rename to projects/icons-material/src/material/sharp/perm_device_information.svg diff --git a/projects/icons-material/src/sharp/perm_identity.svg b/projects/icons-material/src/material/sharp/perm_identity.svg similarity index 100% rename from projects/icons-material/src/sharp/perm_identity.svg rename to projects/icons-material/src/material/sharp/perm_identity.svg diff --git a/projects/icons-material/src/sharp/perm_media.svg b/projects/icons-material/src/material/sharp/perm_media.svg similarity index 100% rename from projects/icons-material/src/sharp/perm_media.svg rename to projects/icons-material/src/material/sharp/perm_media.svg diff --git a/projects/icons-material/src/sharp/perm_phone_msg.svg b/projects/icons-material/src/material/sharp/perm_phone_msg.svg similarity index 100% rename from projects/icons-material/src/sharp/perm_phone_msg.svg rename to projects/icons-material/src/material/sharp/perm_phone_msg.svg diff --git a/projects/icons-material/src/sharp/perm_scan_wifi.svg b/projects/icons-material/src/material/sharp/perm_scan_wifi.svg similarity index 100% rename from projects/icons-material/src/sharp/perm_scan_wifi.svg rename to projects/icons-material/src/material/sharp/perm_scan_wifi.svg diff --git a/projects/icons-material/src/sharp/person.svg b/projects/icons-material/src/material/sharp/person.svg similarity index 100% rename from projects/icons-material/src/sharp/person.svg rename to projects/icons-material/src/material/sharp/person.svg diff --git a/projects/icons-material/src/sharp/person_2.svg b/projects/icons-material/src/material/sharp/person_2.svg similarity index 100% rename from projects/icons-material/src/sharp/person_2.svg rename to projects/icons-material/src/material/sharp/person_2.svg diff --git a/projects/icons-material/src/sharp/person_3.svg b/projects/icons-material/src/material/sharp/person_3.svg similarity index 100% rename from projects/icons-material/src/sharp/person_3.svg rename to projects/icons-material/src/material/sharp/person_3.svg diff --git a/projects/icons-material/src/sharp/person_4.svg b/projects/icons-material/src/material/sharp/person_4.svg similarity index 100% rename from projects/icons-material/src/sharp/person_4.svg rename to projects/icons-material/src/material/sharp/person_4.svg diff --git a/projects/icons-material/src/sharp/person_add.svg b/projects/icons-material/src/material/sharp/person_add.svg similarity index 100% rename from projects/icons-material/src/sharp/person_add.svg rename to projects/icons-material/src/material/sharp/person_add.svg diff --git a/projects/icons-material/src/sharp/person_add_alt.svg b/projects/icons-material/src/material/sharp/person_add_alt.svg similarity index 100% rename from projects/icons-material/src/sharp/person_add_alt.svg rename to projects/icons-material/src/material/sharp/person_add_alt.svg diff --git a/projects/icons-material/src/sharp/person_add_alt_1.svg b/projects/icons-material/src/material/sharp/person_add_alt_1.svg similarity index 100% rename from projects/icons-material/src/sharp/person_add_alt_1.svg rename to projects/icons-material/src/material/sharp/person_add_alt_1.svg diff --git a/projects/icons-material/src/sharp/person_add_disabled.svg b/projects/icons-material/src/material/sharp/person_add_disabled.svg similarity index 100% rename from projects/icons-material/src/sharp/person_add_disabled.svg rename to projects/icons-material/src/material/sharp/person_add_disabled.svg diff --git a/projects/icons-material/src/sharp/person_off.svg b/projects/icons-material/src/material/sharp/person_off.svg similarity index 100% rename from projects/icons-material/src/sharp/person_off.svg rename to projects/icons-material/src/material/sharp/person_off.svg diff --git a/projects/icons-material/src/sharp/person_outline.svg b/projects/icons-material/src/material/sharp/person_outline.svg similarity index 100% rename from projects/icons-material/src/sharp/person_outline.svg rename to projects/icons-material/src/material/sharp/person_outline.svg diff --git a/projects/icons-material/src/sharp/person_pin.svg b/projects/icons-material/src/material/sharp/person_pin.svg similarity index 100% rename from projects/icons-material/src/sharp/person_pin.svg rename to projects/icons-material/src/material/sharp/person_pin.svg diff --git a/projects/icons-material/src/sharp/person_pin_circle.svg b/projects/icons-material/src/material/sharp/person_pin_circle.svg similarity index 100% rename from projects/icons-material/src/sharp/person_pin_circle.svg rename to projects/icons-material/src/material/sharp/person_pin_circle.svg diff --git a/projects/icons-material/src/sharp/person_remove.svg b/projects/icons-material/src/material/sharp/person_remove.svg similarity index 100% rename from projects/icons-material/src/sharp/person_remove.svg rename to projects/icons-material/src/material/sharp/person_remove.svg diff --git a/projects/icons-material/src/sharp/person_remove_alt_1.svg b/projects/icons-material/src/material/sharp/person_remove_alt_1.svg similarity index 100% rename from projects/icons-material/src/sharp/person_remove_alt_1.svg rename to projects/icons-material/src/material/sharp/person_remove_alt_1.svg diff --git a/projects/icons-material/src/sharp/person_search.svg b/projects/icons-material/src/material/sharp/person_search.svg similarity index 100% rename from projects/icons-material/src/sharp/person_search.svg rename to projects/icons-material/src/material/sharp/person_search.svg diff --git a/projects/icons-material/src/sharp/personal_injury.svg b/projects/icons-material/src/material/sharp/personal_injury.svg similarity index 100% rename from projects/icons-material/src/sharp/personal_injury.svg rename to projects/icons-material/src/material/sharp/personal_injury.svg diff --git a/projects/icons-material/src/sharp/personal_video.svg b/projects/icons-material/src/material/sharp/personal_video.svg similarity index 100% rename from projects/icons-material/src/sharp/personal_video.svg rename to projects/icons-material/src/material/sharp/personal_video.svg diff --git a/projects/icons-material/src/sharp/pest_control.svg b/projects/icons-material/src/material/sharp/pest_control.svg similarity index 100% rename from projects/icons-material/src/sharp/pest_control.svg rename to projects/icons-material/src/material/sharp/pest_control.svg diff --git a/projects/icons-material/src/sharp/pest_control_rodent.svg b/projects/icons-material/src/material/sharp/pest_control_rodent.svg similarity index 100% rename from projects/icons-material/src/sharp/pest_control_rodent.svg rename to projects/icons-material/src/material/sharp/pest_control_rodent.svg diff --git a/projects/icons-material/src/sharp/pets.svg b/projects/icons-material/src/material/sharp/pets.svg similarity index 100% rename from projects/icons-material/src/sharp/pets.svg rename to projects/icons-material/src/material/sharp/pets.svg diff --git a/projects/icons-material/src/sharp/phishing.svg b/projects/icons-material/src/material/sharp/phishing.svg similarity index 100% rename from projects/icons-material/src/sharp/phishing.svg rename to projects/icons-material/src/material/sharp/phishing.svg diff --git a/projects/icons-material/src/sharp/phone.svg b/projects/icons-material/src/material/sharp/phone.svg similarity index 100% rename from projects/icons-material/src/sharp/phone.svg rename to projects/icons-material/src/material/sharp/phone.svg diff --git a/projects/icons-material/src/sharp/phone_android.svg b/projects/icons-material/src/material/sharp/phone_android.svg similarity index 100% rename from projects/icons-material/src/sharp/phone_android.svg rename to projects/icons-material/src/material/sharp/phone_android.svg diff --git a/projects/icons-material/src/sharp/phone_bluetooth_speaker.svg b/projects/icons-material/src/material/sharp/phone_bluetooth_speaker.svg similarity index 100% rename from projects/icons-material/src/sharp/phone_bluetooth_speaker.svg rename to projects/icons-material/src/material/sharp/phone_bluetooth_speaker.svg diff --git a/projects/icons-material/src/sharp/phone_callback.svg b/projects/icons-material/src/material/sharp/phone_callback.svg similarity index 100% rename from projects/icons-material/src/sharp/phone_callback.svg rename to projects/icons-material/src/material/sharp/phone_callback.svg diff --git a/projects/icons-material/src/sharp/phone_disabled.svg b/projects/icons-material/src/material/sharp/phone_disabled.svg similarity index 100% rename from projects/icons-material/src/sharp/phone_disabled.svg rename to projects/icons-material/src/material/sharp/phone_disabled.svg diff --git a/projects/icons-material/src/sharp/phone_enabled.svg b/projects/icons-material/src/material/sharp/phone_enabled.svg similarity index 100% rename from projects/icons-material/src/sharp/phone_enabled.svg rename to projects/icons-material/src/material/sharp/phone_enabled.svg diff --git a/projects/icons-material/src/sharp/phone_forwarded.svg b/projects/icons-material/src/material/sharp/phone_forwarded.svg similarity index 100% rename from projects/icons-material/src/sharp/phone_forwarded.svg rename to projects/icons-material/src/material/sharp/phone_forwarded.svg diff --git a/projects/icons-material/src/sharp/phone_iphone.svg b/projects/icons-material/src/material/sharp/phone_iphone.svg similarity index 100% rename from projects/icons-material/src/sharp/phone_iphone.svg rename to projects/icons-material/src/material/sharp/phone_iphone.svg diff --git a/projects/icons-material/src/sharp/phone_locked.svg b/projects/icons-material/src/material/sharp/phone_locked.svg similarity index 100% rename from projects/icons-material/src/sharp/phone_locked.svg rename to projects/icons-material/src/material/sharp/phone_locked.svg diff --git a/projects/icons-material/src/sharp/phone_missed.svg b/projects/icons-material/src/material/sharp/phone_missed.svg similarity index 100% rename from projects/icons-material/src/sharp/phone_missed.svg rename to projects/icons-material/src/material/sharp/phone_missed.svg diff --git a/projects/icons-material/src/sharp/phone_paused.svg b/projects/icons-material/src/material/sharp/phone_paused.svg similarity index 100% rename from projects/icons-material/src/sharp/phone_paused.svg rename to projects/icons-material/src/material/sharp/phone_paused.svg diff --git a/projects/icons-material/src/sharp/phonelink.svg b/projects/icons-material/src/material/sharp/phonelink.svg similarity index 100% rename from projects/icons-material/src/sharp/phonelink.svg rename to projects/icons-material/src/material/sharp/phonelink.svg diff --git a/projects/icons-material/src/sharp/phonelink_erase.svg b/projects/icons-material/src/material/sharp/phonelink_erase.svg similarity index 100% rename from projects/icons-material/src/sharp/phonelink_erase.svg rename to projects/icons-material/src/material/sharp/phonelink_erase.svg diff --git a/projects/icons-material/src/sharp/phonelink_lock.svg b/projects/icons-material/src/material/sharp/phonelink_lock.svg similarity index 100% rename from projects/icons-material/src/sharp/phonelink_lock.svg rename to projects/icons-material/src/material/sharp/phonelink_lock.svg diff --git a/projects/icons-material/src/sharp/phonelink_off.svg b/projects/icons-material/src/material/sharp/phonelink_off.svg similarity index 100% rename from projects/icons-material/src/sharp/phonelink_off.svg rename to projects/icons-material/src/material/sharp/phonelink_off.svg diff --git a/projects/icons-material/src/sharp/phonelink_ring.svg b/projects/icons-material/src/material/sharp/phonelink_ring.svg similarity index 100% rename from projects/icons-material/src/sharp/phonelink_ring.svg rename to projects/icons-material/src/material/sharp/phonelink_ring.svg diff --git a/projects/icons-material/src/sharp/phonelink_setup.svg b/projects/icons-material/src/material/sharp/phonelink_setup.svg similarity index 100% rename from projects/icons-material/src/sharp/phonelink_setup.svg rename to projects/icons-material/src/material/sharp/phonelink_setup.svg diff --git a/projects/icons-material/src/sharp/photo.svg b/projects/icons-material/src/material/sharp/photo.svg similarity index 100% rename from projects/icons-material/src/sharp/photo.svg rename to projects/icons-material/src/material/sharp/photo.svg diff --git a/projects/icons-material/src/sharp/photo_album.svg b/projects/icons-material/src/material/sharp/photo_album.svg similarity index 100% rename from projects/icons-material/src/sharp/photo_album.svg rename to projects/icons-material/src/material/sharp/photo_album.svg diff --git a/projects/icons-material/src/sharp/photo_camera.svg b/projects/icons-material/src/material/sharp/photo_camera.svg similarity index 100% rename from projects/icons-material/src/sharp/photo_camera.svg rename to projects/icons-material/src/material/sharp/photo_camera.svg diff --git a/projects/icons-material/src/sharp/photo_camera_back.svg b/projects/icons-material/src/material/sharp/photo_camera_back.svg similarity index 100% rename from projects/icons-material/src/sharp/photo_camera_back.svg rename to projects/icons-material/src/material/sharp/photo_camera_back.svg diff --git a/projects/icons-material/src/sharp/photo_camera_front.svg b/projects/icons-material/src/material/sharp/photo_camera_front.svg similarity index 100% rename from projects/icons-material/src/sharp/photo_camera_front.svg rename to projects/icons-material/src/material/sharp/photo_camera_front.svg diff --git a/projects/icons-material/src/sharp/photo_filter.svg b/projects/icons-material/src/material/sharp/photo_filter.svg similarity index 100% rename from projects/icons-material/src/sharp/photo_filter.svg rename to projects/icons-material/src/material/sharp/photo_filter.svg diff --git a/projects/icons-material/src/sharp/photo_library.svg b/projects/icons-material/src/material/sharp/photo_library.svg similarity index 100% rename from projects/icons-material/src/sharp/photo_library.svg rename to projects/icons-material/src/material/sharp/photo_library.svg diff --git a/projects/icons-material/src/sharp/photo_size_select_actual.svg b/projects/icons-material/src/material/sharp/photo_size_select_actual.svg similarity index 100% rename from projects/icons-material/src/sharp/photo_size_select_actual.svg rename to projects/icons-material/src/material/sharp/photo_size_select_actual.svg diff --git a/projects/icons-material/src/sharp/photo_size_select_large.svg b/projects/icons-material/src/material/sharp/photo_size_select_large.svg similarity index 100% rename from projects/icons-material/src/sharp/photo_size_select_large.svg rename to projects/icons-material/src/material/sharp/photo_size_select_large.svg diff --git a/projects/icons-material/src/sharp/photo_size_select_small.svg b/projects/icons-material/src/material/sharp/photo_size_select_small.svg similarity index 100% rename from projects/icons-material/src/sharp/photo_size_select_small.svg rename to projects/icons-material/src/material/sharp/photo_size_select_small.svg diff --git a/projects/icons-material/src/sharp/php.svg b/projects/icons-material/src/material/sharp/php.svg similarity index 100% rename from projects/icons-material/src/sharp/php.svg rename to projects/icons-material/src/material/sharp/php.svg diff --git a/projects/icons-material/src/sharp/piano.svg b/projects/icons-material/src/material/sharp/piano.svg similarity index 100% rename from projects/icons-material/src/sharp/piano.svg rename to projects/icons-material/src/material/sharp/piano.svg diff --git a/projects/icons-material/src/sharp/piano_off.svg b/projects/icons-material/src/material/sharp/piano_off.svg similarity index 100% rename from projects/icons-material/src/sharp/piano_off.svg rename to projects/icons-material/src/material/sharp/piano_off.svg diff --git a/projects/icons-material/src/sharp/picture_as_pdf.svg b/projects/icons-material/src/material/sharp/picture_as_pdf.svg similarity index 100% rename from projects/icons-material/src/sharp/picture_as_pdf.svg rename to projects/icons-material/src/material/sharp/picture_as_pdf.svg diff --git a/projects/icons-material/src/sharp/picture_in_picture.svg b/projects/icons-material/src/material/sharp/picture_in_picture.svg similarity index 100% rename from projects/icons-material/src/sharp/picture_in_picture.svg rename to projects/icons-material/src/material/sharp/picture_in_picture.svg diff --git a/projects/icons-material/src/sharp/picture_in_picture_alt.svg b/projects/icons-material/src/material/sharp/picture_in_picture_alt.svg similarity index 100% rename from projects/icons-material/src/sharp/picture_in_picture_alt.svg rename to projects/icons-material/src/material/sharp/picture_in_picture_alt.svg diff --git a/projects/icons-material/src/sharp/pie_chart.svg b/projects/icons-material/src/material/sharp/pie_chart.svg similarity index 100% rename from projects/icons-material/src/sharp/pie_chart.svg rename to projects/icons-material/src/material/sharp/pie_chart.svg diff --git a/projects/icons-material/src/sharp/pie_chart_outline.svg b/projects/icons-material/src/material/sharp/pie_chart_outline.svg similarity index 100% rename from projects/icons-material/src/sharp/pie_chart_outline.svg rename to projects/icons-material/src/material/sharp/pie_chart_outline.svg diff --git a/projects/icons-material/src/sharp/pin.svg b/projects/icons-material/src/material/sharp/pin.svg similarity index 100% rename from projects/icons-material/src/sharp/pin.svg rename to projects/icons-material/src/material/sharp/pin.svg diff --git a/projects/icons-material/src/sharp/pin_drop.svg b/projects/icons-material/src/material/sharp/pin_drop.svg similarity index 100% rename from projects/icons-material/src/sharp/pin_drop.svg rename to projects/icons-material/src/material/sharp/pin_drop.svg diff --git a/projects/icons-material/src/sharp/pin_end.svg b/projects/icons-material/src/material/sharp/pin_end.svg similarity index 100% rename from projects/icons-material/src/sharp/pin_end.svg rename to projects/icons-material/src/material/sharp/pin_end.svg diff --git a/projects/icons-material/src/sharp/pin_invoke.svg b/projects/icons-material/src/material/sharp/pin_invoke.svg similarity index 100% rename from projects/icons-material/src/sharp/pin_invoke.svg rename to projects/icons-material/src/material/sharp/pin_invoke.svg diff --git a/projects/icons-material/src/sharp/pinch.svg b/projects/icons-material/src/material/sharp/pinch.svg similarity index 100% rename from projects/icons-material/src/sharp/pinch.svg rename to projects/icons-material/src/material/sharp/pinch.svg diff --git a/projects/icons-material/src/sharp/pivot_table_chart.svg b/projects/icons-material/src/material/sharp/pivot_table_chart.svg similarity index 100% rename from projects/icons-material/src/sharp/pivot_table_chart.svg rename to projects/icons-material/src/material/sharp/pivot_table_chart.svg diff --git a/projects/icons-material/src/sharp/pix.svg b/projects/icons-material/src/material/sharp/pix.svg similarity index 100% rename from projects/icons-material/src/sharp/pix.svg rename to projects/icons-material/src/material/sharp/pix.svg diff --git a/projects/icons-material/src/sharp/place.svg b/projects/icons-material/src/material/sharp/place.svg similarity index 100% rename from projects/icons-material/src/sharp/place.svg rename to projects/icons-material/src/material/sharp/place.svg diff --git a/projects/icons-material/src/sharp/plagiarism.svg b/projects/icons-material/src/material/sharp/plagiarism.svg similarity index 100% rename from projects/icons-material/src/sharp/plagiarism.svg rename to projects/icons-material/src/material/sharp/plagiarism.svg diff --git a/projects/icons-material/src/sharp/play_arrow.svg b/projects/icons-material/src/material/sharp/play_arrow.svg similarity index 100% rename from projects/icons-material/src/sharp/play_arrow.svg rename to projects/icons-material/src/material/sharp/play_arrow.svg diff --git a/projects/icons-material/src/sharp/play_circle.svg b/projects/icons-material/src/material/sharp/play_circle.svg similarity index 100% rename from projects/icons-material/src/sharp/play_circle.svg rename to projects/icons-material/src/material/sharp/play_circle.svg diff --git a/projects/icons-material/src/sharp/play_circle_filled.svg b/projects/icons-material/src/material/sharp/play_circle_filled.svg similarity index 100% rename from projects/icons-material/src/sharp/play_circle_filled.svg rename to projects/icons-material/src/material/sharp/play_circle_filled.svg diff --git a/projects/icons-material/src/sharp/play_circle_outline.svg b/projects/icons-material/src/material/sharp/play_circle_outline.svg similarity index 100% rename from projects/icons-material/src/sharp/play_circle_outline.svg rename to projects/icons-material/src/material/sharp/play_circle_outline.svg diff --git a/projects/icons-material/src/sharp/play_disabled.svg b/projects/icons-material/src/material/sharp/play_disabled.svg similarity index 100% rename from projects/icons-material/src/sharp/play_disabled.svg rename to projects/icons-material/src/material/sharp/play_disabled.svg diff --git a/projects/icons-material/src/sharp/play_for_work.svg b/projects/icons-material/src/material/sharp/play_for_work.svg similarity index 100% rename from projects/icons-material/src/sharp/play_for_work.svg rename to projects/icons-material/src/material/sharp/play_for_work.svg diff --git a/projects/icons-material/src/sharp/play_lesson.svg b/projects/icons-material/src/material/sharp/play_lesson.svg similarity index 100% rename from projects/icons-material/src/sharp/play_lesson.svg rename to projects/icons-material/src/material/sharp/play_lesson.svg diff --git a/projects/icons-material/src/sharp/playlist_add.svg b/projects/icons-material/src/material/sharp/playlist_add.svg similarity index 100% rename from projects/icons-material/src/sharp/playlist_add.svg rename to projects/icons-material/src/material/sharp/playlist_add.svg diff --git a/projects/icons-material/src/sharp/playlist_add_check.svg b/projects/icons-material/src/material/sharp/playlist_add_check.svg similarity index 100% rename from projects/icons-material/src/sharp/playlist_add_check.svg rename to projects/icons-material/src/material/sharp/playlist_add_check.svg diff --git a/projects/icons-material/src/sharp/playlist_add_check_circle.svg b/projects/icons-material/src/material/sharp/playlist_add_check_circle.svg similarity index 100% rename from projects/icons-material/src/sharp/playlist_add_check_circle.svg rename to projects/icons-material/src/material/sharp/playlist_add_check_circle.svg diff --git a/projects/icons-material/src/sharp/playlist_add_circle.svg b/projects/icons-material/src/material/sharp/playlist_add_circle.svg similarity index 100% rename from projects/icons-material/src/sharp/playlist_add_circle.svg rename to projects/icons-material/src/material/sharp/playlist_add_circle.svg diff --git a/projects/icons-material/src/sharp/playlist_play.svg b/projects/icons-material/src/material/sharp/playlist_play.svg similarity index 100% rename from projects/icons-material/src/sharp/playlist_play.svg rename to projects/icons-material/src/material/sharp/playlist_play.svg diff --git a/projects/icons-material/src/sharp/playlist_remove.svg b/projects/icons-material/src/material/sharp/playlist_remove.svg similarity index 100% rename from projects/icons-material/src/sharp/playlist_remove.svg rename to projects/icons-material/src/material/sharp/playlist_remove.svg diff --git a/projects/icons-material/src/sharp/plumbing.svg b/projects/icons-material/src/material/sharp/plumbing.svg similarity index 100% rename from projects/icons-material/src/sharp/plumbing.svg rename to projects/icons-material/src/material/sharp/plumbing.svg diff --git a/projects/icons-material/src/sharp/plus_one.svg b/projects/icons-material/src/material/sharp/plus_one.svg similarity index 100% rename from projects/icons-material/src/sharp/plus_one.svg rename to projects/icons-material/src/material/sharp/plus_one.svg diff --git a/projects/icons-material/src/sharp/podcasts.svg b/projects/icons-material/src/material/sharp/podcasts.svg similarity index 100% rename from projects/icons-material/src/sharp/podcasts.svg rename to projects/icons-material/src/material/sharp/podcasts.svg diff --git a/projects/icons-material/src/sharp/point_of_sale.svg b/projects/icons-material/src/material/sharp/point_of_sale.svg similarity index 100% rename from projects/icons-material/src/sharp/point_of_sale.svg rename to projects/icons-material/src/material/sharp/point_of_sale.svg diff --git a/projects/icons-material/src/sharp/policy.svg b/projects/icons-material/src/material/sharp/policy.svg similarity index 100% rename from projects/icons-material/src/sharp/policy.svg rename to projects/icons-material/src/material/sharp/policy.svg diff --git a/projects/icons-material/src/sharp/poll.svg b/projects/icons-material/src/material/sharp/poll.svg similarity index 100% rename from projects/icons-material/src/sharp/poll.svg rename to projects/icons-material/src/material/sharp/poll.svg diff --git a/projects/icons-material/src/sharp/polyline.svg b/projects/icons-material/src/material/sharp/polyline.svg similarity index 100% rename from projects/icons-material/src/sharp/polyline.svg rename to projects/icons-material/src/material/sharp/polyline.svg diff --git a/projects/icons-material/src/sharp/polymer.svg b/projects/icons-material/src/material/sharp/polymer.svg similarity index 100% rename from projects/icons-material/src/sharp/polymer.svg rename to projects/icons-material/src/material/sharp/polymer.svg diff --git a/projects/icons-material/src/sharp/pool.svg b/projects/icons-material/src/material/sharp/pool.svg similarity index 100% rename from projects/icons-material/src/sharp/pool.svg rename to projects/icons-material/src/material/sharp/pool.svg diff --git a/projects/icons-material/src/sharp/portable_wifi_off.svg b/projects/icons-material/src/material/sharp/portable_wifi_off.svg similarity index 100% rename from projects/icons-material/src/sharp/portable_wifi_off.svg rename to projects/icons-material/src/material/sharp/portable_wifi_off.svg diff --git a/projects/icons-material/src/sharp/portrait.svg b/projects/icons-material/src/material/sharp/portrait.svg similarity index 100% rename from projects/icons-material/src/sharp/portrait.svg rename to projects/icons-material/src/material/sharp/portrait.svg diff --git a/projects/icons-material/src/sharp/post_add.svg b/projects/icons-material/src/material/sharp/post_add.svg similarity index 100% rename from projects/icons-material/src/sharp/post_add.svg rename to projects/icons-material/src/material/sharp/post_add.svg diff --git a/projects/icons-material/src/sharp/power.svg b/projects/icons-material/src/material/sharp/power.svg similarity index 100% rename from projects/icons-material/src/sharp/power.svg rename to projects/icons-material/src/material/sharp/power.svg diff --git a/projects/icons-material/src/sharp/power_input.svg b/projects/icons-material/src/material/sharp/power_input.svg similarity index 100% rename from projects/icons-material/src/sharp/power_input.svg rename to projects/icons-material/src/material/sharp/power_input.svg diff --git a/projects/icons-material/src/sharp/power_off.svg b/projects/icons-material/src/material/sharp/power_off.svg similarity index 100% rename from projects/icons-material/src/sharp/power_off.svg rename to projects/icons-material/src/material/sharp/power_off.svg diff --git a/projects/icons-material/src/sharp/power_settings_new.svg b/projects/icons-material/src/material/sharp/power_settings_new.svg similarity index 100% rename from projects/icons-material/src/sharp/power_settings_new.svg rename to projects/icons-material/src/material/sharp/power_settings_new.svg diff --git a/projects/icons-material/src/sharp/precision_manufacturing.svg b/projects/icons-material/src/material/sharp/precision_manufacturing.svg similarity index 100% rename from projects/icons-material/src/sharp/precision_manufacturing.svg rename to projects/icons-material/src/material/sharp/precision_manufacturing.svg diff --git a/projects/icons-material/src/sharp/pregnant_woman.svg b/projects/icons-material/src/material/sharp/pregnant_woman.svg similarity index 100% rename from projects/icons-material/src/sharp/pregnant_woman.svg rename to projects/icons-material/src/material/sharp/pregnant_woman.svg diff --git a/projects/icons-material/src/sharp/present_to_all.svg b/projects/icons-material/src/material/sharp/present_to_all.svg similarity index 100% rename from projects/icons-material/src/sharp/present_to_all.svg rename to projects/icons-material/src/material/sharp/present_to_all.svg diff --git a/projects/icons-material/src/sharp/preview.svg b/projects/icons-material/src/material/sharp/preview.svg similarity index 100% rename from projects/icons-material/src/sharp/preview.svg rename to projects/icons-material/src/material/sharp/preview.svg diff --git a/projects/icons-material/src/sharp/price_change.svg b/projects/icons-material/src/material/sharp/price_change.svg similarity index 100% rename from projects/icons-material/src/sharp/price_change.svg rename to projects/icons-material/src/material/sharp/price_change.svg diff --git a/projects/icons-material/src/sharp/price_check.svg b/projects/icons-material/src/material/sharp/price_check.svg similarity index 100% rename from projects/icons-material/src/sharp/price_check.svg rename to projects/icons-material/src/material/sharp/price_check.svg diff --git a/projects/icons-material/src/sharp/print.svg b/projects/icons-material/src/material/sharp/print.svg similarity index 100% rename from projects/icons-material/src/sharp/print.svg rename to projects/icons-material/src/material/sharp/print.svg diff --git a/projects/icons-material/src/sharp/print_disabled.svg b/projects/icons-material/src/material/sharp/print_disabled.svg similarity index 100% rename from projects/icons-material/src/sharp/print_disabled.svg rename to projects/icons-material/src/material/sharp/print_disabled.svg diff --git a/projects/icons-material/src/sharp/priority_high.svg b/projects/icons-material/src/material/sharp/priority_high.svg similarity index 100% rename from projects/icons-material/src/sharp/priority_high.svg rename to projects/icons-material/src/material/sharp/priority_high.svg diff --git a/projects/icons-material/src/sharp/privacy_tip.svg b/projects/icons-material/src/material/sharp/privacy_tip.svg similarity index 100% rename from projects/icons-material/src/sharp/privacy_tip.svg rename to projects/icons-material/src/material/sharp/privacy_tip.svg diff --git a/projects/icons-material/src/sharp/private_connectivity.svg b/projects/icons-material/src/material/sharp/private_connectivity.svg similarity index 100% rename from projects/icons-material/src/sharp/private_connectivity.svg rename to projects/icons-material/src/material/sharp/private_connectivity.svg diff --git a/projects/icons-material/src/sharp/production_quantity_limits.svg b/projects/icons-material/src/material/sharp/production_quantity_limits.svg similarity index 100% rename from projects/icons-material/src/sharp/production_quantity_limits.svg rename to projects/icons-material/src/material/sharp/production_quantity_limits.svg diff --git a/projects/icons-material/src/sharp/propane.svg b/projects/icons-material/src/material/sharp/propane.svg similarity index 100% rename from projects/icons-material/src/sharp/propane.svg rename to projects/icons-material/src/material/sharp/propane.svg diff --git a/projects/icons-material/src/sharp/propane_tank.svg b/projects/icons-material/src/material/sharp/propane_tank.svg similarity index 100% rename from projects/icons-material/src/sharp/propane_tank.svg rename to projects/icons-material/src/material/sharp/propane_tank.svg diff --git a/projects/icons-material/src/sharp/psychology.svg b/projects/icons-material/src/material/sharp/psychology.svg similarity index 100% rename from projects/icons-material/src/sharp/psychology.svg rename to projects/icons-material/src/material/sharp/psychology.svg diff --git a/projects/icons-material/src/sharp/psychology_alt.svg b/projects/icons-material/src/material/sharp/psychology_alt.svg similarity index 100% rename from projects/icons-material/src/sharp/psychology_alt.svg rename to projects/icons-material/src/material/sharp/psychology_alt.svg diff --git a/projects/icons-material/src/sharp/public.svg b/projects/icons-material/src/material/sharp/public.svg similarity index 100% rename from projects/icons-material/src/sharp/public.svg rename to projects/icons-material/src/material/sharp/public.svg diff --git a/projects/icons-material/src/sharp/public_off.svg b/projects/icons-material/src/material/sharp/public_off.svg similarity index 100% rename from projects/icons-material/src/sharp/public_off.svg rename to projects/icons-material/src/material/sharp/public_off.svg diff --git a/projects/icons-material/src/sharp/publish.svg b/projects/icons-material/src/material/sharp/publish.svg similarity index 100% rename from projects/icons-material/src/sharp/publish.svg rename to projects/icons-material/src/material/sharp/publish.svg diff --git a/projects/icons-material/src/sharp/published_with_changes.svg b/projects/icons-material/src/material/sharp/published_with_changes.svg similarity index 100% rename from projects/icons-material/src/sharp/published_with_changes.svg rename to projects/icons-material/src/material/sharp/published_with_changes.svg diff --git a/projects/icons-material/src/sharp/punch_clock.svg b/projects/icons-material/src/material/sharp/punch_clock.svg similarity index 100% rename from projects/icons-material/src/sharp/punch_clock.svg rename to projects/icons-material/src/material/sharp/punch_clock.svg diff --git a/projects/icons-material/src/sharp/push_pin.svg b/projects/icons-material/src/material/sharp/push_pin.svg similarity index 100% rename from projects/icons-material/src/sharp/push_pin.svg rename to projects/icons-material/src/material/sharp/push_pin.svg diff --git a/projects/icons-material/src/sharp/qr_code.svg b/projects/icons-material/src/material/sharp/qr_code.svg similarity index 100% rename from projects/icons-material/src/sharp/qr_code.svg rename to projects/icons-material/src/material/sharp/qr_code.svg diff --git a/projects/icons-material/src/sharp/qr_code_2.svg b/projects/icons-material/src/material/sharp/qr_code_2.svg similarity index 100% rename from projects/icons-material/src/sharp/qr_code_2.svg rename to projects/icons-material/src/material/sharp/qr_code_2.svg diff --git a/projects/icons-material/src/sharp/qr_code_scanner.svg b/projects/icons-material/src/material/sharp/qr_code_scanner.svg similarity index 100% rename from projects/icons-material/src/sharp/qr_code_scanner.svg rename to projects/icons-material/src/material/sharp/qr_code_scanner.svg diff --git a/projects/icons-material/src/sharp/query_builder.svg b/projects/icons-material/src/material/sharp/query_builder.svg similarity index 100% rename from projects/icons-material/src/sharp/query_builder.svg rename to projects/icons-material/src/material/sharp/query_builder.svg diff --git a/projects/icons-material/src/sharp/query_stats.svg b/projects/icons-material/src/material/sharp/query_stats.svg similarity index 100% rename from projects/icons-material/src/sharp/query_stats.svg rename to projects/icons-material/src/material/sharp/query_stats.svg diff --git a/projects/icons-material/src/sharp/question_answer.svg b/projects/icons-material/src/material/sharp/question_answer.svg similarity index 100% rename from projects/icons-material/src/sharp/question_answer.svg rename to projects/icons-material/src/material/sharp/question_answer.svg diff --git a/projects/icons-material/src/sharp/question_mark.svg b/projects/icons-material/src/material/sharp/question_mark.svg similarity index 100% rename from projects/icons-material/src/sharp/question_mark.svg rename to projects/icons-material/src/material/sharp/question_mark.svg diff --git a/projects/icons-material/src/sharp/queue.svg b/projects/icons-material/src/material/sharp/queue.svg similarity index 100% rename from projects/icons-material/src/sharp/queue.svg rename to projects/icons-material/src/material/sharp/queue.svg diff --git a/projects/icons-material/src/sharp/queue_music.svg b/projects/icons-material/src/material/sharp/queue_music.svg similarity index 100% rename from projects/icons-material/src/sharp/queue_music.svg rename to projects/icons-material/src/material/sharp/queue_music.svg diff --git a/projects/icons-material/src/sharp/queue_play_next.svg b/projects/icons-material/src/material/sharp/queue_play_next.svg similarity index 100% rename from projects/icons-material/src/sharp/queue_play_next.svg rename to projects/icons-material/src/material/sharp/queue_play_next.svg diff --git a/projects/icons-material/src/sharp/quickreply.svg b/projects/icons-material/src/material/sharp/quickreply.svg similarity index 100% rename from projects/icons-material/src/sharp/quickreply.svg rename to projects/icons-material/src/material/sharp/quickreply.svg diff --git a/projects/icons-material/src/sharp/quiz.svg b/projects/icons-material/src/material/sharp/quiz.svg similarity index 100% rename from projects/icons-material/src/sharp/quiz.svg rename to projects/icons-material/src/material/sharp/quiz.svg diff --git a/projects/icons-material/src/sharp/r_mobiledata.svg b/projects/icons-material/src/material/sharp/r_mobiledata.svg similarity index 100% rename from projects/icons-material/src/sharp/r_mobiledata.svg rename to projects/icons-material/src/material/sharp/r_mobiledata.svg diff --git a/projects/icons-material/src/sharp/radar.svg b/projects/icons-material/src/material/sharp/radar.svg similarity index 100% rename from projects/icons-material/src/sharp/radar.svg rename to projects/icons-material/src/material/sharp/radar.svg diff --git a/projects/icons-material/src/sharp/radio.svg b/projects/icons-material/src/material/sharp/radio.svg similarity index 100% rename from projects/icons-material/src/sharp/radio.svg rename to projects/icons-material/src/material/sharp/radio.svg diff --git a/projects/icons-material/src/sharp/radio_button_checked.svg b/projects/icons-material/src/material/sharp/radio_button_checked.svg similarity index 100% rename from projects/icons-material/src/sharp/radio_button_checked.svg rename to projects/icons-material/src/material/sharp/radio_button_checked.svg diff --git a/projects/icons-material/src/sharp/radio_button_unchecked.svg b/projects/icons-material/src/material/sharp/radio_button_unchecked.svg similarity index 100% rename from projects/icons-material/src/sharp/radio_button_unchecked.svg rename to projects/icons-material/src/material/sharp/radio_button_unchecked.svg diff --git a/projects/icons-material/src/sharp/railway_alert.svg b/projects/icons-material/src/material/sharp/railway_alert.svg similarity index 100% rename from projects/icons-material/src/sharp/railway_alert.svg rename to projects/icons-material/src/material/sharp/railway_alert.svg diff --git a/projects/icons-material/src/sharp/ramen_dining.svg b/projects/icons-material/src/material/sharp/ramen_dining.svg similarity index 100% rename from projects/icons-material/src/sharp/ramen_dining.svg rename to projects/icons-material/src/material/sharp/ramen_dining.svg diff --git a/projects/icons-material/src/sharp/ramp_left.svg b/projects/icons-material/src/material/sharp/ramp_left.svg similarity index 100% rename from projects/icons-material/src/sharp/ramp_left.svg rename to projects/icons-material/src/material/sharp/ramp_left.svg diff --git a/projects/icons-material/src/sharp/ramp_right.svg b/projects/icons-material/src/material/sharp/ramp_right.svg similarity index 100% rename from projects/icons-material/src/sharp/ramp_right.svg rename to projects/icons-material/src/material/sharp/ramp_right.svg diff --git a/projects/icons-material/src/sharp/rate_review.svg b/projects/icons-material/src/material/sharp/rate_review.svg similarity index 100% rename from projects/icons-material/src/sharp/rate_review.svg rename to projects/icons-material/src/material/sharp/rate_review.svg diff --git a/projects/icons-material/src/sharp/raw_off.svg b/projects/icons-material/src/material/sharp/raw_off.svg similarity index 100% rename from projects/icons-material/src/sharp/raw_off.svg rename to projects/icons-material/src/material/sharp/raw_off.svg diff --git a/projects/icons-material/src/sharp/raw_on.svg b/projects/icons-material/src/material/sharp/raw_on.svg similarity index 100% rename from projects/icons-material/src/sharp/raw_on.svg rename to projects/icons-material/src/material/sharp/raw_on.svg diff --git a/projects/icons-material/src/sharp/read_more.svg b/projects/icons-material/src/material/sharp/read_more.svg similarity index 100% rename from projects/icons-material/src/sharp/read_more.svg rename to projects/icons-material/src/material/sharp/read_more.svg diff --git a/projects/icons-material/src/sharp/real_estate_agent.svg b/projects/icons-material/src/material/sharp/real_estate_agent.svg similarity index 100% rename from projects/icons-material/src/sharp/real_estate_agent.svg rename to projects/icons-material/src/material/sharp/real_estate_agent.svg diff --git a/projects/icons-material/src/sharp/receipt.svg b/projects/icons-material/src/material/sharp/receipt.svg similarity index 100% rename from projects/icons-material/src/sharp/receipt.svg rename to projects/icons-material/src/material/sharp/receipt.svg diff --git a/projects/icons-material/src/sharp/receipt_long.svg b/projects/icons-material/src/material/sharp/receipt_long.svg similarity index 100% rename from projects/icons-material/src/sharp/receipt_long.svg rename to projects/icons-material/src/material/sharp/receipt_long.svg diff --git a/projects/icons-material/src/sharp/recent_actors.svg b/projects/icons-material/src/material/sharp/recent_actors.svg similarity index 100% rename from projects/icons-material/src/sharp/recent_actors.svg rename to projects/icons-material/src/material/sharp/recent_actors.svg diff --git a/projects/icons-material/src/sharp/recommend.svg b/projects/icons-material/src/material/sharp/recommend.svg similarity index 100% rename from projects/icons-material/src/sharp/recommend.svg rename to projects/icons-material/src/material/sharp/recommend.svg diff --git a/projects/icons-material/src/sharp/record_voice_over.svg b/projects/icons-material/src/material/sharp/record_voice_over.svg similarity index 100% rename from projects/icons-material/src/sharp/record_voice_over.svg rename to projects/icons-material/src/material/sharp/record_voice_over.svg diff --git a/projects/icons-material/src/sharp/rectangle.svg b/projects/icons-material/src/material/sharp/rectangle.svg similarity index 100% rename from projects/icons-material/src/sharp/rectangle.svg rename to projects/icons-material/src/material/sharp/rectangle.svg diff --git a/projects/icons-material/src/sharp/recycling.svg b/projects/icons-material/src/material/sharp/recycling.svg similarity index 100% rename from projects/icons-material/src/sharp/recycling.svg rename to projects/icons-material/src/material/sharp/recycling.svg diff --git a/projects/icons-material/src/sharp/redeem.svg b/projects/icons-material/src/material/sharp/redeem.svg similarity index 100% rename from projects/icons-material/src/sharp/redeem.svg rename to projects/icons-material/src/material/sharp/redeem.svg diff --git a/projects/icons-material/src/sharp/redo.svg b/projects/icons-material/src/material/sharp/redo.svg similarity index 100% rename from projects/icons-material/src/sharp/redo.svg rename to projects/icons-material/src/material/sharp/redo.svg diff --git a/projects/icons-material/src/sharp/reduce_capacity.svg b/projects/icons-material/src/material/sharp/reduce_capacity.svg similarity index 100% rename from projects/icons-material/src/sharp/reduce_capacity.svg rename to projects/icons-material/src/material/sharp/reduce_capacity.svg diff --git a/projects/icons-material/src/sharp/refresh.svg b/projects/icons-material/src/material/sharp/refresh.svg similarity index 100% rename from projects/icons-material/src/sharp/refresh.svg rename to projects/icons-material/src/material/sharp/refresh.svg diff --git a/projects/icons-material/src/sharp/remember_me.svg b/projects/icons-material/src/material/sharp/remember_me.svg similarity index 100% rename from projects/icons-material/src/sharp/remember_me.svg rename to projects/icons-material/src/material/sharp/remember_me.svg diff --git a/projects/icons-material/src/sharp/remove.svg b/projects/icons-material/src/material/sharp/remove.svg similarity index 100% rename from projects/icons-material/src/sharp/remove.svg rename to projects/icons-material/src/material/sharp/remove.svg diff --git a/projects/icons-material/src/sharp/remove_circle.svg b/projects/icons-material/src/material/sharp/remove_circle.svg similarity index 100% rename from projects/icons-material/src/sharp/remove_circle.svg rename to projects/icons-material/src/material/sharp/remove_circle.svg diff --git a/projects/icons-material/src/sharp/remove_circle_outline.svg b/projects/icons-material/src/material/sharp/remove_circle_outline.svg similarity index 100% rename from projects/icons-material/src/sharp/remove_circle_outline.svg rename to projects/icons-material/src/material/sharp/remove_circle_outline.svg diff --git a/projects/icons-material/src/sharp/remove_done.svg b/projects/icons-material/src/material/sharp/remove_done.svg similarity index 100% rename from projects/icons-material/src/sharp/remove_done.svg rename to projects/icons-material/src/material/sharp/remove_done.svg diff --git a/projects/icons-material/src/sharp/remove_from_queue.svg b/projects/icons-material/src/material/sharp/remove_from_queue.svg similarity index 100% rename from projects/icons-material/src/sharp/remove_from_queue.svg rename to projects/icons-material/src/material/sharp/remove_from_queue.svg diff --git a/projects/icons-material/src/sharp/remove_moderator.svg b/projects/icons-material/src/material/sharp/remove_moderator.svg similarity index 100% rename from projects/icons-material/src/sharp/remove_moderator.svg rename to projects/icons-material/src/material/sharp/remove_moderator.svg diff --git a/projects/icons-material/src/sharp/remove_red_eye.svg b/projects/icons-material/src/material/sharp/remove_red_eye.svg similarity index 100% rename from projects/icons-material/src/sharp/remove_red_eye.svg rename to projects/icons-material/src/material/sharp/remove_red_eye.svg diff --git a/projects/icons-material/src/sharp/remove_road.svg b/projects/icons-material/src/material/sharp/remove_road.svg similarity index 100% rename from projects/icons-material/src/sharp/remove_road.svg rename to projects/icons-material/src/material/sharp/remove_road.svg diff --git a/projects/icons-material/src/sharp/remove_shopping_cart.svg b/projects/icons-material/src/material/sharp/remove_shopping_cart.svg similarity index 100% rename from projects/icons-material/src/sharp/remove_shopping_cart.svg rename to projects/icons-material/src/material/sharp/remove_shopping_cart.svg diff --git a/projects/icons-material/src/sharp/reorder.svg b/projects/icons-material/src/material/sharp/reorder.svg similarity index 100% rename from projects/icons-material/src/sharp/reorder.svg rename to projects/icons-material/src/material/sharp/reorder.svg diff --git a/projects/icons-material/src/sharp/repartition.svg b/projects/icons-material/src/material/sharp/repartition.svg similarity index 100% rename from projects/icons-material/src/sharp/repartition.svg rename to projects/icons-material/src/material/sharp/repartition.svg diff --git a/projects/icons-material/src/sharp/repeat.svg b/projects/icons-material/src/material/sharp/repeat.svg similarity index 100% rename from projects/icons-material/src/sharp/repeat.svg rename to projects/icons-material/src/material/sharp/repeat.svg diff --git a/projects/icons-material/src/sharp/repeat_on.svg b/projects/icons-material/src/material/sharp/repeat_on.svg similarity index 100% rename from projects/icons-material/src/sharp/repeat_on.svg rename to projects/icons-material/src/material/sharp/repeat_on.svg diff --git a/projects/icons-material/src/sharp/repeat_one.svg b/projects/icons-material/src/material/sharp/repeat_one.svg similarity index 100% rename from projects/icons-material/src/sharp/repeat_one.svg rename to projects/icons-material/src/material/sharp/repeat_one.svg diff --git a/projects/icons-material/src/sharp/repeat_one_on.svg b/projects/icons-material/src/material/sharp/repeat_one_on.svg similarity index 100% rename from projects/icons-material/src/sharp/repeat_one_on.svg rename to projects/icons-material/src/material/sharp/repeat_one_on.svg diff --git a/projects/icons-material/src/sharp/replay.svg b/projects/icons-material/src/material/sharp/replay.svg similarity index 100% rename from projects/icons-material/src/sharp/replay.svg rename to projects/icons-material/src/material/sharp/replay.svg diff --git a/projects/icons-material/src/sharp/replay_10.svg b/projects/icons-material/src/material/sharp/replay_10.svg similarity index 100% rename from projects/icons-material/src/sharp/replay_10.svg rename to projects/icons-material/src/material/sharp/replay_10.svg diff --git a/projects/icons-material/src/sharp/replay_30.svg b/projects/icons-material/src/material/sharp/replay_30.svg similarity index 100% rename from projects/icons-material/src/sharp/replay_30.svg rename to projects/icons-material/src/material/sharp/replay_30.svg diff --git a/projects/icons-material/src/sharp/replay_5.svg b/projects/icons-material/src/material/sharp/replay_5.svg similarity index 100% rename from projects/icons-material/src/sharp/replay_5.svg rename to projects/icons-material/src/material/sharp/replay_5.svg diff --git a/projects/icons-material/src/sharp/replay_circle_filled.svg b/projects/icons-material/src/material/sharp/replay_circle_filled.svg similarity index 100% rename from projects/icons-material/src/sharp/replay_circle_filled.svg rename to projects/icons-material/src/material/sharp/replay_circle_filled.svg diff --git a/projects/icons-material/src/sharp/reply.svg b/projects/icons-material/src/material/sharp/reply.svg similarity index 100% rename from projects/icons-material/src/sharp/reply.svg rename to projects/icons-material/src/material/sharp/reply.svg diff --git a/projects/icons-material/src/sharp/reply_all.svg b/projects/icons-material/src/material/sharp/reply_all.svg similarity index 100% rename from projects/icons-material/src/sharp/reply_all.svg rename to projects/icons-material/src/material/sharp/reply_all.svg diff --git a/projects/icons-material/src/sharp/report.svg b/projects/icons-material/src/material/sharp/report.svg similarity index 100% rename from projects/icons-material/src/sharp/report.svg rename to projects/icons-material/src/material/sharp/report.svg diff --git a/projects/icons-material/src/sharp/report_gmailerrorred.svg b/projects/icons-material/src/material/sharp/report_gmailerrorred.svg similarity index 100% rename from projects/icons-material/src/sharp/report_gmailerrorred.svg rename to projects/icons-material/src/material/sharp/report_gmailerrorred.svg diff --git a/projects/icons-material/src/sharp/report_off.svg b/projects/icons-material/src/material/sharp/report_off.svg similarity index 100% rename from projects/icons-material/src/sharp/report_off.svg rename to projects/icons-material/src/material/sharp/report_off.svg diff --git a/projects/icons-material/src/sharp/report_problem.svg b/projects/icons-material/src/material/sharp/report_problem.svg similarity index 100% rename from projects/icons-material/src/sharp/report_problem.svg rename to projects/icons-material/src/material/sharp/report_problem.svg diff --git a/projects/icons-material/src/sharp/request_page.svg b/projects/icons-material/src/material/sharp/request_page.svg similarity index 100% rename from projects/icons-material/src/sharp/request_page.svg rename to projects/icons-material/src/material/sharp/request_page.svg diff --git a/projects/icons-material/src/sharp/request_quote.svg b/projects/icons-material/src/material/sharp/request_quote.svg similarity index 100% rename from projects/icons-material/src/sharp/request_quote.svg rename to projects/icons-material/src/material/sharp/request_quote.svg diff --git a/projects/icons-material/src/sharp/reset_tv.svg b/projects/icons-material/src/material/sharp/reset_tv.svg similarity index 100% rename from projects/icons-material/src/sharp/reset_tv.svg rename to projects/icons-material/src/material/sharp/reset_tv.svg diff --git a/projects/icons-material/src/sharp/restart_alt.svg b/projects/icons-material/src/material/sharp/restart_alt.svg similarity index 100% rename from projects/icons-material/src/sharp/restart_alt.svg rename to projects/icons-material/src/material/sharp/restart_alt.svg diff --git a/projects/icons-material/src/sharp/restaurant.svg b/projects/icons-material/src/material/sharp/restaurant.svg similarity index 100% rename from projects/icons-material/src/sharp/restaurant.svg rename to projects/icons-material/src/material/sharp/restaurant.svg diff --git a/projects/icons-material/src/sharp/restaurant_menu.svg b/projects/icons-material/src/material/sharp/restaurant_menu.svg similarity index 100% rename from projects/icons-material/src/sharp/restaurant_menu.svg rename to projects/icons-material/src/material/sharp/restaurant_menu.svg diff --git a/projects/icons-material/src/sharp/restore.svg b/projects/icons-material/src/material/sharp/restore.svg similarity index 100% rename from projects/icons-material/src/sharp/restore.svg rename to projects/icons-material/src/material/sharp/restore.svg diff --git a/projects/icons-material/src/sharp/restore_from_trash.svg b/projects/icons-material/src/material/sharp/restore_from_trash.svg similarity index 100% rename from projects/icons-material/src/sharp/restore_from_trash.svg rename to projects/icons-material/src/material/sharp/restore_from_trash.svg diff --git a/projects/icons-material/src/sharp/restore_page.svg b/projects/icons-material/src/material/sharp/restore_page.svg similarity index 100% rename from projects/icons-material/src/sharp/restore_page.svg rename to projects/icons-material/src/material/sharp/restore_page.svg diff --git a/projects/icons-material/src/sharp/reviews.svg b/projects/icons-material/src/material/sharp/reviews.svg similarity index 100% rename from projects/icons-material/src/sharp/reviews.svg rename to projects/icons-material/src/material/sharp/reviews.svg diff --git a/projects/icons-material/src/sharp/rice_bowl.svg b/projects/icons-material/src/material/sharp/rice_bowl.svg similarity index 100% rename from projects/icons-material/src/sharp/rice_bowl.svg rename to projects/icons-material/src/material/sharp/rice_bowl.svg diff --git a/projects/icons-material/src/sharp/ring_volume.svg b/projects/icons-material/src/material/sharp/ring_volume.svg similarity index 100% rename from projects/icons-material/src/sharp/ring_volume.svg rename to projects/icons-material/src/material/sharp/ring_volume.svg diff --git a/projects/icons-material/src/sharp/rocket.svg b/projects/icons-material/src/material/sharp/rocket.svg similarity index 100% rename from projects/icons-material/src/sharp/rocket.svg rename to projects/icons-material/src/material/sharp/rocket.svg diff --git a/projects/icons-material/src/sharp/rocket_launch.svg b/projects/icons-material/src/material/sharp/rocket_launch.svg similarity index 100% rename from projects/icons-material/src/sharp/rocket_launch.svg rename to projects/icons-material/src/material/sharp/rocket_launch.svg diff --git a/projects/icons-material/src/sharp/roller_shades.svg b/projects/icons-material/src/material/sharp/roller_shades.svg similarity index 100% rename from projects/icons-material/src/sharp/roller_shades.svg rename to projects/icons-material/src/material/sharp/roller_shades.svg diff --git a/projects/icons-material/src/sharp/roller_shades_closed.svg b/projects/icons-material/src/material/sharp/roller_shades_closed.svg similarity index 100% rename from projects/icons-material/src/sharp/roller_shades_closed.svg rename to projects/icons-material/src/material/sharp/roller_shades_closed.svg diff --git a/projects/icons-material/src/sharp/roller_skating.svg b/projects/icons-material/src/material/sharp/roller_skating.svg similarity index 100% rename from projects/icons-material/src/sharp/roller_skating.svg rename to projects/icons-material/src/material/sharp/roller_skating.svg diff --git a/projects/icons-material/src/sharp/roofing.svg b/projects/icons-material/src/material/sharp/roofing.svg similarity index 100% rename from projects/icons-material/src/sharp/roofing.svg rename to projects/icons-material/src/material/sharp/roofing.svg diff --git a/projects/icons-material/src/sharp/room.svg b/projects/icons-material/src/material/sharp/room.svg similarity index 100% rename from projects/icons-material/src/sharp/room.svg rename to projects/icons-material/src/material/sharp/room.svg diff --git a/projects/icons-material/src/sharp/room_preferences.svg b/projects/icons-material/src/material/sharp/room_preferences.svg similarity index 100% rename from projects/icons-material/src/sharp/room_preferences.svg rename to projects/icons-material/src/material/sharp/room_preferences.svg diff --git a/projects/icons-material/src/sharp/room_service.svg b/projects/icons-material/src/material/sharp/room_service.svg similarity index 100% rename from projects/icons-material/src/sharp/room_service.svg rename to projects/icons-material/src/material/sharp/room_service.svg diff --git a/projects/icons-material/src/sharp/rotate_90_degrees_ccw.svg b/projects/icons-material/src/material/sharp/rotate_90_degrees_ccw.svg similarity index 100% rename from projects/icons-material/src/sharp/rotate_90_degrees_ccw.svg rename to projects/icons-material/src/material/sharp/rotate_90_degrees_ccw.svg diff --git a/projects/icons-material/src/sharp/rotate_90_degrees_cw.svg b/projects/icons-material/src/material/sharp/rotate_90_degrees_cw.svg similarity index 100% rename from projects/icons-material/src/sharp/rotate_90_degrees_cw.svg rename to projects/icons-material/src/material/sharp/rotate_90_degrees_cw.svg diff --git a/projects/icons-material/src/sharp/rotate_left.svg b/projects/icons-material/src/material/sharp/rotate_left.svg similarity index 100% rename from projects/icons-material/src/sharp/rotate_left.svg rename to projects/icons-material/src/material/sharp/rotate_left.svg diff --git a/projects/icons-material/src/sharp/rotate_right.svg b/projects/icons-material/src/material/sharp/rotate_right.svg similarity index 100% rename from projects/icons-material/src/sharp/rotate_right.svg rename to projects/icons-material/src/material/sharp/rotate_right.svg diff --git a/projects/icons-material/src/sharp/roundabout_left.svg b/projects/icons-material/src/material/sharp/roundabout_left.svg similarity index 100% rename from projects/icons-material/src/sharp/roundabout_left.svg rename to projects/icons-material/src/material/sharp/roundabout_left.svg diff --git a/projects/icons-material/src/sharp/roundabout_right.svg b/projects/icons-material/src/material/sharp/roundabout_right.svg similarity index 100% rename from projects/icons-material/src/sharp/roundabout_right.svg rename to projects/icons-material/src/material/sharp/roundabout_right.svg diff --git a/projects/icons-material/src/sharp/rounded_corner.svg b/projects/icons-material/src/material/sharp/rounded_corner.svg similarity index 100% rename from projects/icons-material/src/sharp/rounded_corner.svg rename to projects/icons-material/src/material/sharp/rounded_corner.svg diff --git a/projects/icons-material/src/sharp/route.svg b/projects/icons-material/src/material/sharp/route.svg similarity index 100% rename from projects/icons-material/src/sharp/route.svg rename to projects/icons-material/src/material/sharp/route.svg diff --git a/projects/icons-material/src/sharp/router.svg b/projects/icons-material/src/material/sharp/router.svg similarity index 100% rename from projects/icons-material/src/sharp/router.svg rename to projects/icons-material/src/material/sharp/router.svg diff --git a/projects/icons-material/src/sharp/rowing.svg b/projects/icons-material/src/material/sharp/rowing.svg similarity index 100% rename from projects/icons-material/src/sharp/rowing.svg rename to projects/icons-material/src/material/sharp/rowing.svg diff --git a/projects/icons-material/src/sharp/rss_feed.svg b/projects/icons-material/src/material/sharp/rss_feed.svg similarity index 100% rename from projects/icons-material/src/sharp/rss_feed.svg rename to projects/icons-material/src/material/sharp/rss_feed.svg diff --git a/projects/icons-material/src/sharp/rsvp.svg b/projects/icons-material/src/material/sharp/rsvp.svg similarity index 100% rename from projects/icons-material/src/sharp/rsvp.svg rename to projects/icons-material/src/material/sharp/rsvp.svg diff --git a/projects/icons-material/src/sharp/rtt.svg b/projects/icons-material/src/material/sharp/rtt.svg similarity index 100% rename from projects/icons-material/src/sharp/rtt.svg rename to projects/icons-material/src/material/sharp/rtt.svg diff --git a/projects/icons-material/src/sharp/rule.svg b/projects/icons-material/src/material/sharp/rule.svg similarity index 100% rename from projects/icons-material/src/sharp/rule.svg rename to projects/icons-material/src/material/sharp/rule.svg diff --git a/projects/icons-material/src/sharp/rule_folder.svg b/projects/icons-material/src/material/sharp/rule_folder.svg similarity index 100% rename from projects/icons-material/src/sharp/rule_folder.svg rename to projects/icons-material/src/material/sharp/rule_folder.svg diff --git a/projects/icons-material/src/sharp/run_circle.svg b/projects/icons-material/src/material/sharp/run_circle.svg similarity index 100% rename from projects/icons-material/src/sharp/run_circle.svg rename to projects/icons-material/src/material/sharp/run_circle.svg diff --git a/projects/icons-material/src/sharp/running_with_errors.svg b/projects/icons-material/src/material/sharp/running_with_errors.svg similarity index 100% rename from projects/icons-material/src/sharp/running_with_errors.svg rename to projects/icons-material/src/material/sharp/running_with_errors.svg diff --git a/projects/icons-material/src/sharp/rv_hookup.svg b/projects/icons-material/src/material/sharp/rv_hookup.svg similarity index 100% rename from projects/icons-material/src/sharp/rv_hookup.svg rename to projects/icons-material/src/material/sharp/rv_hookup.svg diff --git a/projects/icons-material/src/sharp/safety_check.svg b/projects/icons-material/src/material/sharp/safety_check.svg similarity index 100% rename from projects/icons-material/src/sharp/safety_check.svg rename to projects/icons-material/src/material/sharp/safety_check.svg diff --git a/projects/icons-material/src/sharp/safety_divider.svg b/projects/icons-material/src/material/sharp/safety_divider.svg similarity index 100% rename from projects/icons-material/src/sharp/safety_divider.svg rename to projects/icons-material/src/material/sharp/safety_divider.svg diff --git a/projects/icons-material/src/sharp/sailing.svg b/projects/icons-material/src/material/sharp/sailing.svg similarity index 100% rename from projects/icons-material/src/sharp/sailing.svg rename to projects/icons-material/src/material/sharp/sailing.svg diff --git a/projects/icons-material/src/sharp/sanitizer.svg b/projects/icons-material/src/material/sharp/sanitizer.svg similarity index 100% rename from projects/icons-material/src/sharp/sanitizer.svg rename to projects/icons-material/src/material/sharp/sanitizer.svg diff --git a/projects/icons-material/src/sharp/satellite.svg b/projects/icons-material/src/material/sharp/satellite.svg similarity index 100% rename from projects/icons-material/src/sharp/satellite.svg rename to projects/icons-material/src/material/sharp/satellite.svg diff --git a/projects/icons-material/src/sharp/satellite_alt.svg b/projects/icons-material/src/material/sharp/satellite_alt.svg similarity index 100% rename from projects/icons-material/src/sharp/satellite_alt.svg rename to projects/icons-material/src/material/sharp/satellite_alt.svg diff --git a/projects/icons-material/src/sharp/save.svg b/projects/icons-material/src/material/sharp/save.svg similarity index 100% rename from projects/icons-material/src/sharp/save.svg rename to projects/icons-material/src/material/sharp/save.svg diff --git a/projects/icons-material/src/sharp/save_alt.svg b/projects/icons-material/src/material/sharp/save_alt.svg similarity index 100% rename from projects/icons-material/src/sharp/save_alt.svg rename to projects/icons-material/src/material/sharp/save_alt.svg diff --git a/projects/icons-material/src/sharp/save_as.svg b/projects/icons-material/src/material/sharp/save_as.svg similarity index 100% rename from projects/icons-material/src/sharp/save_as.svg rename to projects/icons-material/src/material/sharp/save_as.svg diff --git a/projects/icons-material/src/sharp/saved_search.svg b/projects/icons-material/src/material/sharp/saved_search.svg similarity index 100% rename from projects/icons-material/src/sharp/saved_search.svg rename to projects/icons-material/src/material/sharp/saved_search.svg diff --git a/projects/icons-material/src/sharp/savings.svg b/projects/icons-material/src/material/sharp/savings.svg similarity index 100% rename from projects/icons-material/src/sharp/savings.svg rename to projects/icons-material/src/material/sharp/savings.svg diff --git a/projects/icons-material/src/sharp/scale.svg b/projects/icons-material/src/material/sharp/scale.svg similarity index 100% rename from projects/icons-material/src/sharp/scale.svg rename to projects/icons-material/src/material/sharp/scale.svg diff --git a/projects/icons-material/src/sharp/scanner.svg b/projects/icons-material/src/material/sharp/scanner.svg similarity index 100% rename from projects/icons-material/src/sharp/scanner.svg rename to projects/icons-material/src/material/sharp/scanner.svg diff --git a/projects/icons-material/src/sharp/scatter_plot.svg b/projects/icons-material/src/material/sharp/scatter_plot.svg similarity index 100% rename from projects/icons-material/src/sharp/scatter_plot.svg rename to projects/icons-material/src/material/sharp/scatter_plot.svg diff --git a/projects/icons-material/src/sharp/schedule.svg b/projects/icons-material/src/material/sharp/schedule.svg similarity index 100% rename from projects/icons-material/src/sharp/schedule.svg rename to projects/icons-material/src/material/sharp/schedule.svg diff --git a/projects/icons-material/src/sharp/schedule_send.svg b/projects/icons-material/src/material/sharp/schedule_send.svg similarity index 100% rename from projects/icons-material/src/sharp/schedule_send.svg rename to projects/icons-material/src/material/sharp/schedule_send.svg diff --git a/projects/icons-material/src/sharp/schema.svg b/projects/icons-material/src/material/sharp/schema.svg similarity index 100% rename from projects/icons-material/src/sharp/schema.svg rename to projects/icons-material/src/material/sharp/schema.svg diff --git a/projects/icons-material/src/sharp/school.svg b/projects/icons-material/src/material/sharp/school.svg similarity index 100% rename from projects/icons-material/src/sharp/school.svg rename to projects/icons-material/src/material/sharp/school.svg diff --git a/projects/icons-material/src/sharp/science.svg b/projects/icons-material/src/material/sharp/science.svg similarity index 100% rename from projects/icons-material/src/sharp/science.svg rename to projects/icons-material/src/material/sharp/science.svg diff --git a/projects/icons-material/src/sharp/score.svg b/projects/icons-material/src/material/sharp/score.svg similarity index 100% rename from projects/icons-material/src/sharp/score.svg rename to projects/icons-material/src/material/sharp/score.svg diff --git a/projects/icons-material/src/sharp/scoreboard.svg b/projects/icons-material/src/material/sharp/scoreboard.svg similarity index 100% rename from projects/icons-material/src/sharp/scoreboard.svg rename to projects/icons-material/src/material/sharp/scoreboard.svg diff --git a/projects/icons-material/src/sharp/screen_lock_landscape.svg b/projects/icons-material/src/material/sharp/screen_lock_landscape.svg similarity index 100% rename from projects/icons-material/src/sharp/screen_lock_landscape.svg rename to projects/icons-material/src/material/sharp/screen_lock_landscape.svg diff --git a/projects/icons-material/src/sharp/screen_lock_portrait.svg b/projects/icons-material/src/material/sharp/screen_lock_portrait.svg similarity index 100% rename from projects/icons-material/src/sharp/screen_lock_portrait.svg rename to projects/icons-material/src/material/sharp/screen_lock_portrait.svg diff --git a/projects/icons-material/src/sharp/screen_lock_rotation.svg b/projects/icons-material/src/material/sharp/screen_lock_rotation.svg similarity index 100% rename from projects/icons-material/src/sharp/screen_lock_rotation.svg rename to projects/icons-material/src/material/sharp/screen_lock_rotation.svg diff --git a/projects/icons-material/src/sharp/screen_rotation.svg b/projects/icons-material/src/material/sharp/screen_rotation.svg similarity index 100% rename from projects/icons-material/src/sharp/screen_rotation.svg rename to projects/icons-material/src/material/sharp/screen_rotation.svg diff --git a/projects/icons-material/src/sharp/screen_rotation_alt.svg b/projects/icons-material/src/material/sharp/screen_rotation_alt.svg similarity index 100% rename from projects/icons-material/src/sharp/screen_rotation_alt.svg rename to projects/icons-material/src/material/sharp/screen_rotation_alt.svg diff --git a/projects/icons-material/src/sharp/screen_search_desktop.svg b/projects/icons-material/src/material/sharp/screen_search_desktop.svg similarity index 100% rename from projects/icons-material/src/sharp/screen_search_desktop.svg rename to projects/icons-material/src/material/sharp/screen_search_desktop.svg diff --git a/projects/icons-material/src/sharp/screen_share.svg b/projects/icons-material/src/material/sharp/screen_share.svg similarity index 100% rename from projects/icons-material/src/sharp/screen_share.svg rename to projects/icons-material/src/material/sharp/screen_share.svg diff --git a/projects/icons-material/src/sharp/screenshot.svg b/projects/icons-material/src/material/sharp/screenshot.svg similarity index 100% rename from projects/icons-material/src/sharp/screenshot.svg rename to projects/icons-material/src/material/sharp/screenshot.svg diff --git a/projects/icons-material/src/sharp/screenshot_monitor.svg b/projects/icons-material/src/material/sharp/screenshot_monitor.svg similarity index 100% rename from projects/icons-material/src/sharp/screenshot_monitor.svg rename to projects/icons-material/src/material/sharp/screenshot_monitor.svg diff --git a/projects/icons-material/src/sharp/scuba_diving.svg b/projects/icons-material/src/material/sharp/scuba_diving.svg similarity index 100% rename from projects/icons-material/src/sharp/scuba_diving.svg rename to projects/icons-material/src/material/sharp/scuba_diving.svg diff --git a/projects/icons-material/src/sharp/sd.svg b/projects/icons-material/src/material/sharp/sd.svg similarity index 100% rename from projects/icons-material/src/sharp/sd.svg rename to projects/icons-material/src/material/sharp/sd.svg diff --git a/projects/icons-material/src/sharp/sd_card.svg b/projects/icons-material/src/material/sharp/sd_card.svg similarity index 100% rename from projects/icons-material/src/sharp/sd_card.svg rename to projects/icons-material/src/material/sharp/sd_card.svg diff --git a/projects/icons-material/src/sharp/sd_card_alert.svg b/projects/icons-material/src/material/sharp/sd_card_alert.svg similarity index 100% rename from projects/icons-material/src/sharp/sd_card_alert.svg rename to projects/icons-material/src/material/sharp/sd_card_alert.svg diff --git a/projects/icons-material/src/sharp/sd_storage.svg b/projects/icons-material/src/material/sharp/sd_storage.svg similarity index 100% rename from projects/icons-material/src/sharp/sd_storage.svg rename to projects/icons-material/src/material/sharp/sd_storage.svg diff --git a/projects/icons-material/src/sharp/search.svg b/projects/icons-material/src/material/sharp/search.svg similarity index 100% rename from projects/icons-material/src/sharp/search.svg rename to projects/icons-material/src/material/sharp/search.svg diff --git a/projects/icons-material/src/sharp/search_off.svg b/projects/icons-material/src/material/sharp/search_off.svg similarity index 100% rename from projects/icons-material/src/sharp/search_off.svg rename to projects/icons-material/src/material/sharp/search_off.svg diff --git a/projects/icons-material/src/sharp/security.svg b/projects/icons-material/src/material/sharp/security.svg similarity index 100% rename from projects/icons-material/src/sharp/security.svg rename to projects/icons-material/src/material/sharp/security.svg diff --git a/projects/icons-material/src/sharp/security_update.svg b/projects/icons-material/src/material/sharp/security_update.svg similarity index 100% rename from projects/icons-material/src/sharp/security_update.svg rename to projects/icons-material/src/material/sharp/security_update.svg diff --git a/projects/icons-material/src/sharp/security_update_good.svg b/projects/icons-material/src/material/sharp/security_update_good.svg similarity index 100% rename from projects/icons-material/src/sharp/security_update_good.svg rename to projects/icons-material/src/material/sharp/security_update_good.svg diff --git a/projects/icons-material/src/sharp/security_update_warning.svg b/projects/icons-material/src/material/sharp/security_update_warning.svg similarity index 100% rename from projects/icons-material/src/sharp/security_update_warning.svg rename to projects/icons-material/src/material/sharp/security_update_warning.svg diff --git a/projects/icons-material/src/sharp/segment.svg b/projects/icons-material/src/material/sharp/segment.svg similarity index 100% rename from projects/icons-material/src/sharp/segment.svg rename to projects/icons-material/src/material/sharp/segment.svg diff --git a/projects/icons-material/src/sharp/select_all.svg b/projects/icons-material/src/material/sharp/select_all.svg similarity index 100% rename from projects/icons-material/src/sharp/select_all.svg rename to projects/icons-material/src/material/sharp/select_all.svg diff --git a/projects/icons-material/src/sharp/self_improvement.svg b/projects/icons-material/src/material/sharp/self_improvement.svg similarity index 100% rename from projects/icons-material/src/sharp/self_improvement.svg rename to projects/icons-material/src/material/sharp/self_improvement.svg diff --git a/projects/icons-material/src/sharp/sell.svg b/projects/icons-material/src/material/sharp/sell.svg similarity index 100% rename from projects/icons-material/src/sharp/sell.svg rename to projects/icons-material/src/material/sharp/sell.svg diff --git a/projects/icons-material/src/sharp/send.svg b/projects/icons-material/src/material/sharp/send.svg similarity index 100% rename from projects/icons-material/src/sharp/send.svg rename to projects/icons-material/src/material/sharp/send.svg diff --git a/projects/icons-material/src/sharp/send_and_archive.svg b/projects/icons-material/src/material/sharp/send_and_archive.svg similarity index 100% rename from projects/icons-material/src/sharp/send_and_archive.svg rename to projects/icons-material/src/material/sharp/send_and_archive.svg diff --git a/projects/icons-material/src/sharp/send_time_extension.svg b/projects/icons-material/src/material/sharp/send_time_extension.svg similarity index 100% rename from projects/icons-material/src/sharp/send_time_extension.svg rename to projects/icons-material/src/material/sharp/send_time_extension.svg diff --git a/projects/icons-material/src/sharp/send_to_mobile.svg b/projects/icons-material/src/material/sharp/send_to_mobile.svg similarity index 100% rename from projects/icons-material/src/sharp/send_to_mobile.svg rename to projects/icons-material/src/material/sharp/send_to_mobile.svg diff --git a/projects/icons-material/src/sharp/sensor_door.svg b/projects/icons-material/src/material/sharp/sensor_door.svg similarity index 100% rename from projects/icons-material/src/sharp/sensor_door.svg rename to projects/icons-material/src/material/sharp/sensor_door.svg diff --git a/projects/icons-material/src/sharp/sensor_occupied.svg b/projects/icons-material/src/material/sharp/sensor_occupied.svg similarity index 100% rename from projects/icons-material/src/sharp/sensor_occupied.svg rename to projects/icons-material/src/material/sharp/sensor_occupied.svg diff --git a/projects/icons-material/src/sharp/sensor_window.svg b/projects/icons-material/src/material/sharp/sensor_window.svg similarity index 100% rename from projects/icons-material/src/sharp/sensor_window.svg rename to projects/icons-material/src/material/sharp/sensor_window.svg diff --git a/projects/icons-material/src/sharp/sensors.svg b/projects/icons-material/src/material/sharp/sensors.svg similarity index 100% rename from projects/icons-material/src/sharp/sensors.svg rename to projects/icons-material/src/material/sharp/sensors.svg diff --git a/projects/icons-material/src/sharp/sensors_off.svg b/projects/icons-material/src/material/sharp/sensors_off.svg similarity index 100% rename from projects/icons-material/src/sharp/sensors_off.svg rename to projects/icons-material/src/material/sharp/sensors_off.svg diff --git a/projects/icons-material/src/sharp/sentiment_dissatisfied.svg b/projects/icons-material/src/material/sharp/sentiment_dissatisfied.svg similarity index 100% rename from projects/icons-material/src/sharp/sentiment_dissatisfied.svg rename to projects/icons-material/src/material/sharp/sentiment_dissatisfied.svg diff --git a/projects/icons-material/src/sharp/sentiment_neutral.svg b/projects/icons-material/src/material/sharp/sentiment_neutral.svg similarity index 100% rename from projects/icons-material/src/sharp/sentiment_neutral.svg rename to projects/icons-material/src/material/sharp/sentiment_neutral.svg diff --git a/projects/icons-material/src/sharp/sentiment_satisfied.svg b/projects/icons-material/src/material/sharp/sentiment_satisfied.svg similarity index 100% rename from projects/icons-material/src/sharp/sentiment_satisfied.svg rename to projects/icons-material/src/material/sharp/sentiment_satisfied.svg diff --git a/projects/icons-material/src/sharp/sentiment_satisfied_alt.svg b/projects/icons-material/src/material/sharp/sentiment_satisfied_alt.svg similarity index 100% rename from projects/icons-material/src/sharp/sentiment_satisfied_alt.svg rename to projects/icons-material/src/material/sharp/sentiment_satisfied_alt.svg diff --git a/projects/icons-material/src/sharp/sentiment_very_dissatisfied.svg b/projects/icons-material/src/material/sharp/sentiment_very_dissatisfied.svg similarity index 100% rename from projects/icons-material/src/sharp/sentiment_very_dissatisfied.svg rename to projects/icons-material/src/material/sharp/sentiment_very_dissatisfied.svg diff --git a/projects/icons-material/src/sharp/sentiment_very_satisfied.svg b/projects/icons-material/src/material/sharp/sentiment_very_satisfied.svg similarity index 100% rename from projects/icons-material/src/sharp/sentiment_very_satisfied.svg rename to projects/icons-material/src/material/sharp/sentiment_very_satisfied.svg diff --git a/projects/icons-material/src/sharp/set_meal.svg b/projects/icons-material/src/material/sharp/set_meal.svg similarity index 100% rename from projects/icons-material/src/sharp/set_meal.svg rename to projects/icons-material/src/material/sharp/set_meal.svg diff --git a/projects/icons-material/src/sharp/settings.svg b/projects/icons-material/src/material/sharp/settings.svg similarity index 100% rename from projects/icons-material/src/sharp/settings.svg rename to projects/icons-material/src/material/sharp/settings.svg diff --git a/projects/icons-material/src/sharp/settings_accessibility.svg b/projects/icons-material/src/material/sharp/settings_accessibility.svg similarity index 100% rename from projects/icons-material/src/sharp/settings_accessibility.svg rename to projects/icons-material/src/material/sharp/settings_accessibility.svg diff --git a/projects/icons-material/src/sharp/settings_applications.svg b/projects/icons-material/src/material/sharp/settings_applications.svg similarity index 100% rename from projects/icons-material/src/sharp/settings_applications.svg rename to projects/icons-material/src/material/sharp/settings_applications.svg diff --git a/projects/icons-material/src/sharp/settings_backup_restore.svg b/projects/icons-material/src/material/sharp/settings_backup_restore.svg similarity index 100% rename from projects/icons-material/src/sharp/settings_backup_restore.svg rename to projects/icons-material/src/material/sharp/settings_backup_restore.svg diff --git a/projects/icons-material/src/sharp/settings_bluetooth.svg b/projects/icons-material/src/material/sharp/settings_bluetooth.svg similarity index 100% rename from projects/icons-material/src/sharp/settings_bluetooth.svg rename to projects/icons-material/src/material/sharp/settings_bluetooth.svg diff --git a/projects/icons-material/src/sharp/settings_brightness.svg b/projects/icons-material/src/material/sharp/settings_brightness.svg similarity index 100% rename from projects/icons-material/src/sharp/settings_brightness.svg rename to projects/icons-material/src/material/sharp/settings_brightness.svg diff --git a/projects/icons-material/src/sharp/settings_cell.svg b/projects/icons-material/src/material/sharp/settings_cell.svg similarity index 100% rename from projects/icons-material/src/sharp/settings_cell.svg rename to projects/icons-material/src/material/sharp/settings_cell.svg diff --git a/projects/icons-material/src/sharp/settings_ethernet.svg b/projects/icons-material/src/material/sharp/settings_ethernet.svg similarity index 100% rename from projects/icons-material/src/sharp/settings_ethernet.svg rename to projects/icons-material/src/material/sharp/settings_ethernet.svg diff --git a/projects/icons-material/src/sharp/settings_input_antenna.svg b/projects/icons-material/src/material/sharp/settings_input_antenna.svg similarity index 100% rename from projects/icons-material/src/sharp/settings_input_antenna.svg rename to projects/icons-material/src/material/sharp/settings_input_antenna.svg diff --git a/projects/icons-material/src/sharp/settings_input_component.svg b/projects/icons-material/src/material/sharp/settings_input_component.svg similarity index 100% rename from projects/icons-material/src/sharp/settings_input_component.svg rename to projects/icons-material/src/material/sharp/settings_input_component.svg diff --git a/projects/icons-material/src/sharp/settings_input_composite.svg b/projects/icons-material/src/material/sharp/settings_input_composite.svg similarity index 100% rename from projects/icons-material/src/sharp/settings_input_composite.svg rename to projects/icons-material/src/material/sharp/settings_input_composite.svg diff --git a/projects/icons-material/src/sharp/settings_input_hdmi.svg b/projects/icons-material/src/material/sharp/settings_input_hdmi.svg similarity index 100% rename from projects/icons-material/src/sharp/settings_input_hdmi.svg rename to projects/icons-material/src/material/sharp/settings_input_hdmi.svg diff --git a/projects/icons-material/src/sharp/settings_input_svideo.svg b/projects/icons-material/src/material/sharp/settings_input_svideo.svg similarity index 100% rename from projects/icons-material/src/sharp/settings_input_svideo.svg rename to projects/icons-material/src/material/sharp/settings_input_svideo.svg diff --git a/projects/icons-material/src/sharp/settings_overscan.svg b/projects/icons-material/src/material/sharp/settings_overscan.svg similarity index 100% rename from projects/icons-material/src/sharp/settings_overscan.svg rename to projects/icons-material/src/material/sharp/settings_overscan.svg diff --git a/projects/icons-material/src/sharp/settings_phone.svg b/projects/icons-material/src/material/sharp/settings_phone.svg similarity index 100% rename from projects/icons-material/src/sharp/settings_phone.svg rename to projects/icons-material/src/material/sharp/settings_phone.svg diff --git a/projects/icons-material/src/sharp/settings_power.svg b/projects/icons-material/src/material/sharp/settings_power.svg similarity index 100% rename from projects/icons-material/src/sharp/settings_power.svg rename to projects/icons-material/src/material/sharp/settings_power.svg diff --git a/projects/icons-material/src/sharp/settings_remote.svg b/projects/icons-material/src/material/sharp/settings_remote.svg similarity index 100% rename from projects/icons-material/src/sharp/settings_remote.svg rename to projects/icons-material/src/material/sharp/settings_remote.svg diff --git a/projects/icons-material/src/sharp/settings_suggest.svg b/projects/icons-material/src/material/sharp/settings_suggest.svg similarity index 100% rename from projects/icons-material/src/sharp/settings_suggest.svg rename to projects/icons-material/src/material/sharp/settings_suggest.svg diff --git a/projects/icons-material/src/sharp/settings_system_daydream.svg b/projects/icons-material/src/material/sharp/settings_system_daydream.svg similarity index 100% rename from projects/icons-material/src/sharp/settings_system_daydream.svg rename to projects/icons-material/src/material/sharp/settings_system_daydream.svg diff --git a/projects/icons-material/src/sharp/settings_voice.svg b/projects/icons-material/src/material/sharp/settings_voice.svg similarity index 100% rename from projects/icons-material/src/sharp/settings_voice.svg rename to projects/icons-material/src/material/sharp/settings_voice.svg diff --git a/projects/icons-material/src/sharp/severe_cold.svg b/projects/icons-material/src/material/sharp/severe_cold.svg similarity index 100% rename from projects/icons-material/src/sharp/severe_cold.svg rename to projects/icons-material/src/material/sharp/severe_cold.svg diff --git a/projects/icons-material/src/sharp/shape_line.svg b/projects/icons-material/src/material/sharp/shape_line.svg similarity index 100% rename from projects/icons-material/src/sharp/shape_line.svg rename to projects/icons-material/src/material/sharp/shape_line.svg diff --git a/projects/icons-material/src/sharp/share.svg b/projects/icons-material/src/material/sharp/share.svg similarity index 100% rename from projects/icons-material/src/sharp/share.svg rename to projects/icons-material/src/material/sharp/share.svg diff --git a/projects/icons-material/src/sharp/share_location.svg b/projects/icons-material/src/material/sharp/share_location.svg similarity index 100% rename from projects/icons-material/src/sharp/share_location.svg rename to projects/icons-material/src/material/sharp/share_location.svg diff --git a/projects/icons-material/src/sharp/shield.svg b/projects/icons-material/src/material/sharp/shield.svg similarity index 100% rename from projects/icons-material/src/sharp/shield.svg rename to projects/icons-material/src/material/sharp/shield.svg diff --git a/projects/icons-material/src/sharp/shield_moon.svg b/projects/icons-material/src/material/sharp/shield_moon.svg similarity index 100% rename from projects/icons-material/src/sharp/shield_moon.svg rename to projects/icons-material/src/material/sharp/shield_moon.svg diff --git a/projects/icons-material/src/sharp/shop.svg b/projects/icons-material/src/material/sharp/shop.svg similarity index 100% rename from projects/icons-material/src/sharp/shop.svg rename to projects/icons-material/src/material/sharp/shop.svg diff --git a/projects/icons-material/src/sharp/shop_2.svg b/projects/icons-material/src/material/sharp/shop_2.svg similarity index 100% rename from projects/icons-material/src/sharp/shop_2.svg rename to projects/icons-material/src/material/sharp/shop_2.svg diff --git a/projects/icons-material/src/sharp/shop_two.svg b/projects/icons-material/src/material/sharp/shop_two.svg similarity index 100% rename from projects/icons-material/src/sharp/shop_two.svg rename to projects/icons-material/src/material/sharp/shop_two.svg diff --git a/projects/icons-material/src/sharp/shopping_bag.svg b/projects/icons-material/src/material/sharp/shopping_bag.svg similarity index 100% rename from projects/icons-material/src/sharp/shopping_bag.svg rename to projects/icons-material/src/material/sharp/shopping_bag.svg diff --git a/projects/icons-material/src/sharp/shopping_basket.svg b/projects/icons-material/src/material/sharp/shopping_basket.svg similarity index 100% rename from projects/icons-material/src/sharp/shopping_basket.svg rename to projects/icons-material/src/material/sharp/shopping_basket.svg diff --git a/projects/icons-material/src/sharp/shopping_cart.svg b/projects/icons-material/src/material/sharp/shopping_cart.svg similarity index 100% rename from projects/icons-material/src/sharp/shopping_cart.svg rename to projects/icons-material/src/material/sharp/shopping_cart.svg diff --git a/projects/icons-material/src/sharp/shopping_cart_checkout.svg b/projects/icons-material/src/material/sharp/shopping_cart_checkout.svg similarity index 100% rename from projects/icons-material/src/sharp/shopping_cart_checkout.svg rename to projects/icons-material/src/material/sharp/shopping_cart_checkout.svg diff --git a/projects/icons-material/src/sharp/short_text.svg b/projects/icons-material/src/material/sharp/short_text.svg similarity index 100% rename from projects/icons-material/src/sharp/short_text.svg rename to projects/icons-material/src/material/sharp/short_text.svg diff --git a/projects/icons-material/src/sharp/shortcut.svg b/projects/icons-material/src/material/sharp/shortcut.svg similarity index 100% rename from projects/icons-material/src/sharp/shortcut.svg rename to projects/icons-material/src/material/sharp/shortcut.svg diff --git a/projects/icons-material/src/sharp/show_chart.svg b/projects/icons-material/src/material/sharp/show_chart.svg similarity index 100% rename from projects/icons-material/src/sharp/show_chart.svg rename to projects/icons-material/src/material/sharp/show_chart.svg diff --git a/projects/icons-material/src/sharp/shower.svg b/projects/icons-material/src/material/sharp/shower.svg similarity index 100% rename from projects/icons-material/src/sharp/shower.svg rename to projects/icons-material/src/material/sharp/shower.svg diff --git a/projects/icons-material/src/sharp/shuffle.svg b/projects/icons-material/src/material/sharp/shuffle.svg similarity index 100% rename from projects/icons-material/src/sharp/shuffle.svg rename to projects/icons-material/src/material/sharp/shuffle.svg diff --git a/projects/icons-material/src/sharp/shuffle_on.svg b/projects/icons-material/src/material/sharp/shuffle_on.svg similarity index 100% rename from projects/icons-material/src/sharp/shuffle_on.svg rename to projects/icons-material/src/material/sharp/shuffle_on.svg diff --git a/projects/icons-material/src/sharp/shutter_speed.svg b/projects/icons-material/src/material/sharp/shutter_speed.svg similarity index 100% rename from projects/icons-material/src/sharp/shutter_speed.svg rename to projects/icons-material/src/material/sharp/shutter_speed.svg diff --git a/projects/icons-material/src/sharp/sick.svg b/projects/icons-material/src/material/sharp/sick.svg similarity index 100% rename from projects/icons-material/src/sharp/sick.svg rename to projects/icons-material/src/material/sharp/sick.svg diff --git a/projects/icons-material/src/sharp/sign_language.svg b/projects/icons-material/src/material/sharp/sign_language.svg similarity index 100% rename from projects/icons-material/src/sharp/sign_language.svg rename to projects/icons-material/src/material/sharp/sign_language.svg diff --git a/projects/icons-material/src/sharp/signal_cellular_0_bar.svg b/projects/icons-material/src/material/sharp/signal_cellular_0_bar.svg similarity index 100% rename from projects/icons-material/src/sharp/signal_cellular_0_bar.svg rename to projects/icons-material/src/material/sharp/signal_cellular_0_bar.svg diff --git a/projects/icons-material/src/sharp/signal_cellular_4_bar.svg b/projects/icons-material/src/material/sharp/signal_cellular_4_bar.svg similarity index 100% rename from projects/icons-material/src/sharp/signal_cellular_4_bar.svg rename to projects/icons-material/src/material/sharp/signal_cellular_4_bar.svg diff --git a/projects/icons-material/src/sharp/signal_cellular_alt.svg b/projects/icons-material/src/material/sharp/signal_cellular_alt.svg similarity index 100% rename from projects/icons-material/src/sharp/signal_cellular_alt.svg rename to projects/icons-material/src/material/sharp/signal_cellular_alt.svg diff --git a/projects/icons-material/src/sharp/signal_cellular_alt_1_bar.svg b/projects/icons-material/src/material/sharp/signal_cellular_alt_1_bar.svg similarity index 100% rename from projects/icons-material/src/sharp/signal_cellular_alt_1_bar.svg rename to projects/icons-material/src/material/sharp/signal_cellular_alt_1_bar.svg diff --git a/projects/icons-material/src/sharp/signal_cellular_alt_2_bar.svg b/projects/icons-material/src/material/sharp/signal_cellular_alt_2_bar.svg similarity index 100% rename from projects/icons-material/src/sharp/signal_cellular_alt_2_bar.svg rename to projects/icons-material/src/material/sharp/signal_cellular_alt_2_bar.svg diff --git a/projects/icons-material/src/sharp/signal_cellular_connected_no_internet_0_bar.svg b/projects/icons-material/src/material/sharp/signal_cellular_connected_no_internet_0_bar.svg similarity index 100% rename from projects/icons-material/src/sharp/signal_cellular_connected_no_internet_0_bar.svg rename to projects/icons-material/src/material/sharp/signal_cellular_connected_no_internet_0_bar.svg diff --git a/projects/icons-material/src/sharp/signal_cellular_connected_no_internet_4_bar.svg b/projects/icons-material/src/material/sharp/signal_cellular_connected_no_internet_4_bar.svg similarity index 100% rename from projects/icons-material/src/sharp/signal_cellular_connected_no_internet_4_bar.svg rename to projects/icons-material/src/material/sharp/signal_cellular_connected_no_internet_4_bar.svg diff --git a/projects/icons-material/src/sharp/signal_cellular_no_sim.svg b/projects/icons-material/src/material/sharp/signal_cellular_no_sim.svg similarity index 100% rename from projects/icons-material/src/sharp/signal_cellular_no_sim.svg rename to projects/icons-material/src/material/sharp/signal_cellular_no_sim.svg diff --git a/projects/icons-material/src/sharp/signal_cellular_nodata.svg b/projects/icons-material/src/material/sharp/signal_cellular_nodata.svg similarity index 100% rename from projects/icons-material/src/sharp/signal_cellular_nodata.svg rename to projects/icons-material/src/material/sharp/signal_cellular_nodata.svg diff --git a/projects/icons-material/src/sharp/signal_cellular_null.svg b/projects/icons-material/src/material/sharp/signal_cellular_null.svg similarity index 100% rename from projects/icons-material/src/sharp/signal_cellular_null.svg rename to projects/icons-material/src/material/sharp/signal_cellular_null.svg diff --git a/projects/icons-material/src/sharp/signal_cellular_off.svg b/projects/icons-material/src/material/sharp/signal_cellular_off.svg similarity index 100% rename from projects/icons-material/src/sharp/signal_cellular_off.svg rename to projects/icons-material/src/material/sharp/signal_cellular_off.svg diff --git a/projects/icons-material/src/sharp/signal_wifi_0_bar.svg b/projects/icons-material/src/material/sharp/signal_wifi_0_bar.svg similarity index 100% rename from projects/icons-material/src/sharp/signal_wifi_0_bar.svg rename to projects/icons-material/src/material/sharp/signal_wifi_0_bar.svg diff --git a/projects/icons-material/src/sharp/signal_wifi_4_bar.svg b/projects/icons-material/src/material/sharp/signal_wifi_4_bar.svg similarity index 100% rename from projects/icons-material/src/sharp/signal_wifi_4_bar.svg rename to projects/icons-material/src/material/sharp/signal_wifi_4_bar.svg diff --git a/projects/icons-material/src/sharp/signal_wifi_4_bar_lock.svg b/projects/icons-material/src/material/sharp/signal_wifi_4_bar_lock.svg similarity index 100% rename from projects/icons-material/src/sharp/signal_wifi_4_bar_lock.svg rename to projects/icons-material/src/material/sharp/signal_wifi_4_bar_lock.svg diff --git a/projects/icons-material/src/sharp/signal_wifi_bad.svg b/projects/icons-material/src/material/sharp/signal_wifi_bad.svg similarity index 100% rename from projects/icons-material/src/sharp/signal_wifi_bad.svg rename to projects/icons-material/src/material/sharp/signal_wifi_bad.svg diff --git a/projects/icons-material/src/sharp/signal_wifi_connected_no_internet_4.svg b/projects/icons-material/src/material/sharp/signal_wifi_connected_no_internet_4.svg similarity index 100% rename from projects/icons-material/src/sharp/signal_wifi_connected_no_internet_4.svg rename to projects/icons-material/src/material/sharp/signal_wifi_connected_no_internet_4.svg diff --git a/projects/icons-material/src/sharp/signal_wifi_off.svg b/projects/icons-material/src/material/sharp/signal_wifi_off.svg similarity index 100% rename from projects/icons-material/src/sharp/signal_wifi_off.svg rename to projects/icons-material/src/material/sharp/signal_wifi_off.svg diff --git a/projects/icons-material/src/sharp/signal_wifi_statusbar_4_bar.svg b/projects/icons-material/src/material/sharp/signal_wifi_statusbar_4_bar.svg similarity index 100% rename from projects/icons-material/src/sharp/signal_wifi_statusbar_4_bar.svg rename to projects/icons-material/src/material/sharp/signal_wifi_statusbar_4_bar.svg diff --git a/projects/icons-material/src/sharp/signal_wifi_statusbar_connected_no_internet_4.svg b/projects/icons-material/src/material/sharp/signal_wifi_statusbar_connected_no_internet_4.svg similarity index 100% rename from projects/icons-material/src/sharp/signal_wifi_statusbar_connected_no_internet_4.svg rename to projects/icons-material/src/material/sharp/signal_wifi_statusbar_connected_no_internet_4.svg diff --git a/projects/icons-material/src/sharp/signal_wifi_statusbar_null.svg b/projects/icons-material/src/material/sharp/signal_wifi_statusbar_null.svg similarity index 100% rename from projects/icons-material/src/sharp/signal_wifi_statusbar_null.svg rename to projects/icons-material/src/material/sharp/signal_wifi_statusbar_null.svg diff --git a/projects/icons-material/src/sharp/signpost.svg b/projects/icons-material/src/material/sharp/signpost.svg similarity index 100% rename from projects/icons-material/src/sharp/signpost.svg rename to projects/icons-material/src/material/sharp/signpost.svg diff --git a/projects/icons-material/src/sharp/sim_card.svg b/projects/icons-material/src/material/sharp/sim_card.svg similarity index 100% rename from projects/icons-material/src/sharp/sim_card.svg rename to projects/icons-material/src/material/sharp/sim_card.svg diff --git a/projects/icons-material/src/sharp/sim_card_alert.svg b/projects/icons-material/src/material/sharp/sim_card_alert.svg similarity index 100% rename from projects/icons-material/src/sharp/sim_card_alert.svg rename to projects/icons-material/src/material/sharp/sim_card_alert.svg diff --git a/projects/icons-material/src/sharp/sim_card_download.svg b/projects/icons-material/src/material/sharp/sim_card_download.svg similarity index 100% rename from projects/icons-material/src/sharp/sim_card_download.svg rename to projects/icons-material/src/material/sharp/sim_card_download.svg diff --git a/projects/icons-material/src/sharp/single_bed.svg b/projects/icons-material/src/material/sharp/single_bed.svg similarity index 100% rename from projects/icons-material/src/sharp/single_bed.svg rename to projects/icons-material/src/material/sharp/single_bed.svg diff --git a/projects/icons-material/src/sharp/sip.svg b/projects/icons-material/src/material/sharp/sip.svg similarity index 100% rename from projects/icons-material/src/sharp/sip.svg rename to projects/icons-material/src/material/sharp/sip.svg diff --git a/projects/icons-material/src/sharp/skateboarding.svg b/projects/icons-material/src/material/sharp/skateboarding.svg similarity index 100% rename from projects/icons-material/src/sharp/skateboarding.svg rename to projects/icons-material/src/material/sharp/skateboarding.svg diff --git a/projects/icons-material/src/sharp/skip_next.svg b/projects/icons-material/src/material/sharp/skip_next.svg similarity index 100% rename from projects/icons-material/src/sharp/skip_next.svg rename to projects/icons-material/src/material/sharp/skip_next.svg diff --git a/projects/icons-material/src/sharp/skip_previous.svg b/projects/icons-material/src/material/sharp/skip_previous.svg similarity index 100% rename from projects/icons-material/src/sharp/skip_previous.svg rename to projects/icons-material/src/material/sharp/skip_previous.svg diff --git a/projects/icons-material/src/sharp/sledding.svg b/projects/icons-material/src/material/sharp/sledding.svg similarity index 100% rename from projects/icons-material/src/sharp/sledding.svg rename to projects/icons-material/src/material/sharp/sledding.svg diff --git a/projects/icons-material/src/sharp/slideshow.svg b/projects/icons-material/src/material/sharp/slideshow.svg similarity index 100% rename from projects/icons-material/src/sharp/slideshow.svg rename to projects/icons-material/src/material/sharp/slideshow.svg diff --git a/projects/icons-material/src/sharp/slow_motion_video.svg b/projects/icons-material/src/material/sharp/slow_motion_video.svg similarity index 100% rename from projects/icons-material/src/sharp/slow_motion_video.svg rename to projects/icons-material/src/material/sharp/slow_motion_video.svg diff --git a/projects/icons-material/src/sharp/smart_button.svg b/projects/icons-material/src/material/sharp/smart_button.svg similarity index 100% rename from projects/icons-material/src/sharp/smart_button.svg rename to projects/icons-material/src/material/sharp/smart_button.svg diff --git a/projects/icons-material/src/sharp/smart_display.svg b/projects/icons-material/src/material/sharp/smart_display.svg similarity index 100% rename from projects/icons-material/src/sharp/smart_display.svg rename to projects/icons-material/src/material/sharp/smart_display.svg diff --git a/projects/icons-material/src/sharp/smart_screen.svg b/projects/icons-material/src/material/sharp/smart_screen.svg similarity index 100% rename from projects/icons-material/src/sharp/smart_screen.svg rename to projects/icons-material/src/material/sharp/smart_screen.svg diff --git a/projects/icons-material/src/sharp/smart_toy.svg b/projects/icons-material/src/material/sharp/smart_toy.svg similarity index 100% rename from projects/icons-material/src/sharp/smart_toy.svg rename to projects/icons-material/src/material/sharp/smart_toy.svg diff --git a/projects/icons-material/src/sharp/smartphone.svg b/projects/icons-material/src/material/sharp/smartphone.svg similarity index 100% rename from projects/icons-material/src/sharp/smartphone.svg rename to projects/icons-material/src/material/sharp/smartphone.svg diff --git a/projects/icons-material/src/sharp/smoke_free.svg b/projects/icons-material/src/material/sharp/smoke_free.svg similarity index 100% rename from projects/icons-material/src/sharp/smoke_free.svg rename to projects/icons-material/src/material/sharp/smoke_free.svg diff --git a/projects/icons-material/src/sharp/smoking_rooms.svg b/projects/icons-material/src/material/sharp/smoking_rooms.svg similarity index 100% rename from projects/icons-material/src/sharp/smoking_rooms.svg rename to projects/icons-material/src/material/sharp/smoking_rooms.svg diff --git a/projects/icons-material/src/sharp/sms.svg b/projects/icons-material/src/material/sharp/sms.svg similarity index 100% rename from projects/icons-material/src/sharp/sms.svg rename to projects/icons-material/src/material/sharp/sms.svg diff --git a/projects/icons-material/src/sharp/sms_failed.svg b/projects/icons-material/src/material/sharp/sms_failed.svg similarity index 100% rename from projects/icons-material/src/sharp/sms_failed.svg rename to projects/icons-material/src/material/sharp/sms_failed.svg diff --git a/projects/icons-material/src/sharp/snippet_folder.svg b/projects/icons-material/src/material/sharp/snippet_folder.svg similarity index 100% rename from projects/icons-material/src/sharp/snippet_folder.svg rename to projects/icons-material/src/material/sharp/snippet_folder.svg diff --git a/projects/icons-material/src/sharp/snooze.svg b/projects/icons-material/src/material/sharp/snooze.svg similarity index 100% rename from projects/icons-material/src/sharp/snooze.svg rename to projects/icons-material/src/material/sharp/snooze.svg diff --git a/projects/icons-material/src/sharp/snowboarding.svg b/projects/icons-material/src/material/sharp/snowboarding.svg similarity index 100% rename from projects/icons-material/src/sharp/snowboarding.svg rename to projects/icons-material/src/material/sharp/snowboarding.svg diff --git a/projects/icons-material/src/sharp/snowmobile.svg b/projects/icons-material/src/material/sharp/snowmobile.svg similarity index 100% rename from projects/icons-material/src/sharp/snowmobile.svg rename to projects/icons-material/src/material/sharp/snowmobile.svg diff --git a/projects/icons-material/src/sharp/snowshoeing.svg b/projects/icons-material/src/material/sharp/snowshoeing.svg similarity index 100% rename from projects/icons-material/src/sharp/snowshoeing.svg rename to projects/icons-material/src/material/sharp/snowshoeing.svg diff --git a/projects/icons-material/src/sharp/soap.svg b/projects/icons-material/src/material/sharp/soap.svg similarity index 100% rename from projects/icons-material/src/sharp/soap.svg rename to projects/icons-material/src/material/sharp/soap.svg diff --git a/projects/icons-material/src/sharp/social_distance.svg b/projects/icons-material/src/material/sharp/social_distance.svg similarity index 100% rename from projects/icons-material/src/sharp/social_distance.svg rename to projects/icons-material/src/material/sharp/social_distance.svg diff --git a/projects/icons-material/src/sharp/solar_power.svg b/projects/icons-material/src/material/sharp/solar_power.svg similarity index 100% rename from projects/icons-material/src/sharp/solar_power.svg rename to projects/icons-material/src/material/sharp/solar_power.svg diff --git a/projects/icons-material/src/sharp/sort.svg b/projects/icons-material/src/material/sharp/sort.svg similarity index 100% rename from projects/icons-material/src/sharp/sort.svg rename to projects/icons-material/src/material/sharp/sort.svg diff --git a/projects/icons-material/src/sharp/sort_by_alpha.svg b/projects/icons-material/src/material/sharp/sort_by_alpha.svg similarity index 100% rename from projects/icons-material/src/sharp/sort_by_alpha.svg rename to projects/icons-material/src/material/sharp/sort_by_alpha.svg diff --git a/projects/icons-material/src/sharp/sos.svg b/projects/icons-material/src/material/sharp/sos.svg similarity index 100% rename from projects/icons-material/src/sharp/sos.svg rename to projects/icons-material/src/material/sharp/sos.svg diff --git a/projects/icons-material/src/sharp/soup_kitchen.svg b/projects/icons-material/src/material/sharp/soup_kitchen.svg similarity index 100% rename from projects/icons-material/src/sharp/soup_kitchen.svg rename to projects/icons-material/src/material/sharp/soup_kitchen.svg diff --git a/projects/icons-material/src/sharp/source.svg b/projects/icons-material/src/material/sharp/source.svg similarity index 100% rename from projects/icons-material/src/sharp/source.svg rename to projects/icons-material/src/material/sharp/source.svg diff --git a/projects/icons-material/src/sharp/south.svg b/projects/icons-material/src/material/sharp/south.svg similarity index 100% rename from projects/icons-material/src/sharp/south.svg rename to projects/icons-material/src/material/sharp/south.svg diff --git a/projects/icons-material/src/sharp/south_america.svg b/projects/icons-material/src/material/sharp/south_america.svg similarity index 100% rename from projects/icons-material/src/sharp/south_america.svg rename to projects/icons-material/src/material/sharp/south_america.svg diff --git a/projects/icons-material/src/sharp/south_east.svg b/projects/icons-material/src/material/sharp/south_east.svg similarity index 100% rename from projects/icons-material/src/sharp/south_east.svg rename to projects/icons-material/src/material/sharp/south_east.svg diff --git a/projects/icons-material/src/sharp/south_west.svg b/projects/icons-material/src/material/sharp/south_west.svg similarity index 100% rename from projects/icons-material/src/sharp/south_west.svg rename to projects/icons-material/src/material/sharp/south_west.svg diff --git a/projects/icons-material/src/sharp/spa.svg b/projects/icons-material/src/material/sharp/spa.svg similarity index 100% rename from projects/icons-material/src/sharp/spa.svg rename to projects/icons-material/src/material/sharp/spa.svg diff --git a/projects/icons-material/src/sharp/space_bar.svg b/projects/icons-material/src/material/sharp/space_bar.svg similarity index 100% rename from projects/icons-material/src/sharp/space_bar.svg rename to projects/icons-material/src/material/sharp/space_bar.svg diff --git a/projects/icons-material/src/sharp/space_dashboard.svg b/projects/icons-material/src/material/sharp/space_dashboard.svg similarity index 100% rename from projects/icons-material/src/sharp/space_dashboard.svg rename to projects/icons-material/src/material/sharp/space_dashboard.svg diff --git a/projects/icons-material/src/sharp/spatial_audio.svg b/projects/icons-material/src/material/sharp/spatial_audio.svg similarity index 100% rename from projects/icons-material/src/sharp/spatial_audio.svg rename to projects/icons-material/src/material/sharp/spatial_audio.svg diff --git a/projects/icons-material/src/sharp/spatial_audio_off.svg b/projects/icons-material/src/material/sharp/spatial_audio_off.svg similarity index 100% rename from projects/icons-material/src/sharp/spatial_audio_off.svg rename to projects/icons-material/src/material/sharp/spatial_audio_off.svg diff --git a/projects/icons-material/src/sharp/spatial_tracking.svg b/projects/icons-material/src/material/sharp/spatial_tracking.svg similarity index 100% rename from projects/icons-material/src/sharp/spatial_tracking.svg rename to projects/icons-material/src/material/sharp/spatial_tracking.svg diff --git a/projects/icons-material/src/sharp/speaker.svg b/projects/icons-material/src/material/sharp/speaker.svg similarity index 100% rename from projects/icons-material/src/sharp/speaker.svg rename to projects/icons-material/src/material/sharp/speaker.svg diff --git a/projects/icons-material/src/sharp/speaker_group.svg b/projects/icons-material/src/material/sharp/speaker_group.svg similarity index 100% rename from projects/icons-material/src/sharp/speaker_group.svg rename to projects/icons-material/src/material/sharp/speaker_group.svg diff --git a/projects/icons-material/src/sharp/speaker_notes.svg b/projects/icons-material/src/material/sharp/speaker_notes.svg similarity index 100% rename from projects/icons-material/src/sharp/speaker_notes.svg rename to projects/icons-material/src/material/sharp/speaker_notes.svg diff --git a/projects/icons-material/src/sharp/speaker_notes_off.svg b/projects/icons-material/src/material/sharp/speaker_notes_off.svg similarity index 100% rename from projects/icons-material/src/sharp/speaker_notes_off.svg rename to projects/icons-material/src/material/sharp/speaker_notes_off.svg diff --git a/projects/icons-material/src/sharp/speaker_phone.svg b/projects/icons-material/src/material/sharp/speaker_phone.svg similarity index 100% rename from projects/icons-material/src/sharp/speaker_phone.svg rename to projects/icons-material/src/material/sharp/speaker_phone.svg diff --git a/projects/icons-material/src/sharp/speed.svg b/projects/icons-material/src/material/sharp/speed.svg similarity index 100% rename from projects/icons-material/src/sharp/speed.svg rename to projects/icons-material/src/material/sharp/speed.svg diff --git a/projects/icons-material/src/sharp/spellcheck.svg b/projects/icons-material/src/material/sharp/spellcheck.svg similarity index 100% rename from projects/icons-material/src/sharp/spellcheck.svg rename to projects/icons-material/src/material/sharp/spellcheck.svg diff --git a/projects/icons-material/src/sharp/splitscreen.svg b/projects/icons-material/src/material/sharp/splitscreen.svg similarity index 100% rename from projects/icons-material/src/sharp/splitscreen.svg rename to projects/icons-material/src/material/sharp/splitscreen.svg diff --git a/projects/icons-material/src/sharp/spoke.svg b/projects/icons-material/src/material/sharp/spoke.svg similarity index 100% rename from projects/icons-material/src/sharp/spoke.svg rename to projects/icons-material/src/material/sharp/spoke.svg diff --git a/projects/icons-material/src/sharp/sports.svg b/projects/icons-material/src/material/sharp/sports.svg similarity index 100% rename from projects/icons-material/src/sharp/sports.svg rename to projects/icons-material/src/material/sharp/sports.svg diff --git a/projects/icons-material/src/sharp/sports_bar.svg b/projects/icons-material/src/material/sharp/sports_bar.svg similarity index 100% rename from projects/icons-material/src/sharp/sports_bar.svg rename to projects/icons-material/src/material/sharp/sports_bar.svg diff --git a/projects/icons-material/src/sharp/sports_baseball.svg b/projects/icons-material/src/material/sharp/sports_baseball.svg similarity index 100% rename from projects/icons-material/src/sharp/sports_baseball.svg rename to projects/icons-material/src/material/sharp/sports_baseball.svg diff --git a/projects/icons-material/src/sharp/sports_basketball.svg b/projects/icons-material/src/material/sharp/sports_basketball.svg similarity index 100% rename from projects/icons-material/src/sharp/sports_basketball.svg rename to projects/icons-material/src/material/sharp/sports_basketball.svg diff --git a/projects/icons-material/src/sharp/sports_cricket.svg b/projects/icons-material/src/material/sharp/sports_cricket.svg similarity index 100% rename from projects/icons-material/src/sharp/sports_cricket.svg rename to projects/icons-material/src/material/sharp/sports_cricket.svg diff --git a/projects/icons-material/src/sharp/sports_esports.svg b/projects/icons-material/src/material/sharp/sports_esports.svg similarity index 100% rename from projects/icons-material/src/sharp/sports_esports.svg rename to projects/icons-material/src/material/sharp/sports_esports.svg diff --git a/projects/icons-material/src/sharp/sports_football.svg b/projects/icons-material/src/material/sharp/sports_football.svg similarity index 100% rename from projects/icons-material/src/sharp/sports_football.svg rename to projects/icons-material/src/material/sharp/sports_football.svg diff --git a/projects/icons-material/src/sharp/sports_golf.svg b/projects/icons-material/src/material/sharp/sports_golf.svg similarity index 100% rename from projects/icons-material/src/sharp/sports_golf.svg rename to projects/icons-material/src/material/sharp/sports_golf.svg diff --git a/projects/icons-material/src/sharp/sports_gymnastics.svg b/projects/icons-material/src/material/sharp/sports_gymnastics.svg similarity index 100% rename from projects/icons-material/src/sharp/sports_gymnastics.svg rename to projects/icons-material/src/material/sharp/sports_gymnastics.svg diff --git a/projects/icons-material/src/sharp/sports_handball.svg b/projects/icons-material/src/material/sharp/sports_handball.svg similarity index 100% rename from projects/icons-material/src/sharp/sports_handball.svg rename to projects/icons-material/src/material/sharp/sports_handball.svg diff --git a/projects/icons-material/src/sharp/sports_hockey.svg b/projects/icons-material/src/material/sharp/sports_hockey.svg similarity index 100% rename from projects/icons-material/src/sharp/sports_hockey.svg rename to projects/icons-material/src/material/sharp/sports_hockey.svg diff --git a/projects/icons-material/src/sharp/sports_kabaddi.svg b/projects/icons-material/src/material/sharp/sports_kabaddi.svg similarity index 100% rename from projects/icons-material/src/sharp/sports_kabaddi.svg rename to projects/icons-material/src/material/sharp/sports_kabaddi.svg diff --git a/projects/icons-material/src/sharp/sports_martial_arts.svg b/projects/icons-material/src/material/sharp/sports_martial_arts.svg similarity index 100% rename from projects/icons-material/src/sharp/sports_martial_arts.svg rename to projects/icons-material/src/material/sharp/sports_martial_arts.svg diff --git a/projects/icons-material/src/sharp/sports_mma.svg b/projects/icons-material/src/material/sharp/sports_mma.svg similarity index 100% rename from projects/icons-material/src/sharp/sports_mma.svg rename to projects/icons-material/src/material/sharp/sports_mma.svg diff --git a/projects/icons-material/src/sharp/sports_motorsports.svg b/projects/icons-material/src/material/sharp/sports_motorsports.svg similarity index 100% rename from projects/icons-material/src/sharp/sports_motorsports.svg rename to projects/icons-material/src/material/sharp/sports_motorsports.svg diff --git a/projects/icons-material/src/sharp/sports_rugby.svg b/projects/icons-material/src/material/sharp/sports_rugby.svg similarity index 100% rename from projects/icons-material/src/sharp/sports_rugby.svg rename to projects/icons-material/src/material/sharp/sports_rugby.svg diff --git a/projects/icons-material/src/sharp/sports_score.svg b/projects/icons-material/src/material/sharp/sports_score.svg similarity index 100% rename from projects/icons-material/src/sharp/sports_score.svg rename to projects/icons-material/src/material/sharp/sports_score.svg diff --git a/projects/icons-material/src/sharp/sports_soccer.svg b/projects/icons-material/src/material/sharp/sports_soccer.svg similarity index 100% rename from projects/icons-material/src/sharp/sports_soccer.svg rename to projects/icons-material/src/material/sharp/sports_soccer.svg diff --git a/projects/icons-material/src/sharp/sports_tennis.svg b/projects/icons-material/src/material/sharp/sports_tennis.svg similarity index 100% rename from projects/icons-material/src/sharp/sports_tennis.svg rename to projects/icons-material/src/material/sharp/sports_tennis.svg diff --git a/projects/icons-material/src/sharp/sports_volleyball.svg b/projects/icons-material/src/material/sharp/sports_volleyball.svg similarity index 100% rename from projects/icons-material/src/sharp/sports_volleyball.svg rename to projects/icons-material/src/material/sharp/sports_volleyball.svg diff --git a/projects/icons-material/src/sharp/square.svg b/projects/icons-material/src/material/sharp/square.svg similarity index 100% rename from projects/icons-material/src/sharp/square.svg rename to projects/icons-material/src/material/sharp/square.svg diff --git a/projects/icons-material/src/sharp/square_foot.svg b/projects/icons-material/src/material/sharp/square_foot.svg similarity index 100% rename from projects/icons-material/src/sharp/square_foot.svg rename to projects/icons-material/src/material/sharp/square_foot.svg diff --git a/projects/icons-material/src/sharp/ssid_chart.svg b/projects/icons-material/src/material/sharp/ssid_chart.svg similarity index 100% rename from projects/icons-material/src/sharp/ssid_chart.svg rename to projects/icons-material/src/material/sharp/ssid_chart.svg diff --git a/projects/icons-material/src/sharp/stacked_bar_chart.svg b/projects/icons-material/src/material/sharp/stacked_bar_chart.svg similarity index 100% rename from projects/icons-material/src/sharp/stacked_bar_chart.svg rename to projects/icons-material/src/material/sharp/stacked_bar_chart.svg diff --git a/projects/icons-material/src/sharp/stacked_line_chart.svg b/projects/icons-material/src/material/sharp/stacked_line_chart.svg similarity index 100% rename from projects/icons-material/src/sharp/stacked_line_chart.svg rename to projects/icons-material/src/material/sharp/stacked_line_chart.svg diff --git a/projects/icons-material/src/sharp/stadium.svg b/projects/icons-material/src/material/sharp/stadium.svg similarity index 100% rename from projects/icons-material/src/sharp/stadium.svg rename to projects/icons-material/src/material/sharp/stadium.svg diff --git a/projects/icons-material/src/sharp/stairs.svg b/projects/icons-material/src/material/sharp/stairs.svg similarity index 100% rename from projects/icons-material/src/sharp/stairs.svg rename to projects/icons-material/src/material/sharp/stairs.svg diff --git a/projects/icons-material/src/sharp/star.svg b/projects/icons-material/src/material/sharp/star.svg similarity index 100% rename from projects/icons-material/src/sharp/star.svg rename to projects/icons-material/src/material/sharp/star.svg diff --git a/projects/icons-material/src/sharp/star_border.svg b/projects/icons-material/src/material/sharp/star_border.svg similarity index 100% rename from projects/icons-material/src/sharp/star_border.svg rename to projects/icons-material/src/material/sharp/star_border.svg diff --git a/projects/icons-material/src/sharp/star_border_purple500.svg b/projects/icons-material/src/material/sharp/star_border_purple500.svg similarity index 100% rename from projects/icons-material/src/sharp/star_border_purple500.svg rename to projects/icons-material/src/material/sharp/star_border_purple500.svg diff --git a/projects/icons-material/src/sharp/star_half.svg b/projects/icons-material/src/material/sharp/star_half.svg similarity index 100% rename from projects/icons-material/src/sharp/star_half.svg rename to projects/icons-material/src/material/sharp/star_half.svg diff --git a/projects/icons-material/src/sharp/star_outline.svg b/projects/icons-material/src/material/sharp/star_outline.svg similarity index 100% rename from projects/icons-material/src/sharp/star_outline.svg rename to projects/icons-material/src/material/sharp/star_outline.svg diff --git a/projects/icons-material/src/sharp/star_purple500.svg b/projects/icons-material/src/material/sharp/star_purple500.svg similarity index 100% rename from projects/icons-material/src/sharp/star_purple500.svg rename to projects/icons-material/src/material/sharp/star_purple500.svg diff --git a/projects/icons-material/src/sharp/star_rate.svg b/projects/icons-material/src/material/sharp/star_rate.svg similarity index 100% rename from projects/icons-material/src/sharp/star_rate.svg rename to projects/icons-material/src/material/sharp/star_rate.svg diff --git a/projects/icons-material/src/sharp/stars.svg b/projects/icons-material/src/material/sharp/stars.svg similarity index 100% rename from projects/icons-material/src/sharp/stars.svg rename to projects/icons-material/src/material/sharp/stars.svg diff --git a/projects/icons-material/src/sharp/start.svg b/projects/icons-material/src/material/sharp/start.svg similarity index 100% rename from projects/icons-material/src/sharp/start.svg rename to projects/icons-material/src/material/sharp/start.svg diff --git a/projects/icons-material/src/sharp/stay_current_landscape.svg b/projects/icons-material/src/material/sharp/stay_current_landscape.svg similarity index 100% rename from projects/icons-material/src/sharp/stay_current_landscape.svg rename to projects/icons-material/src/material/sharp/stay_current_landscape.svg diff --git a/projects/icons-material/src/sharp/stay_current_portrait.svg b/projects/icons-material/src/material/sharp/stay_current_portrait.svg similarity index 100% rename from projects/icons-material/src/sharp/stay_current_portrait.svg rename to projects/icons-material/src/material/sharp/stay_current_portrait.svg diff --git a/projects/icons-material/src/sharp/stay_primary_landscape.svg b/projects/icons-material/src/material/sharp/stay_primary_landscape.svg similarity index 100% rename from projects/icons-material/src/sharp/stay_primary_landscape.svg rename to projects/icons-material/src/material/sharp/stay_primary_landscape.svg diff --git a/projects/icons-material/src/sharp/stay_primary_portrait.svg b/projects/icons-material/src/material/sharp/stay_primary_portrait.svg similarity index 100% rename from projects/icons-material/src/sharp/stay_primary_portrait.svg rename to projects/icons-material/src/material/sharp/stay_primary_portrait.svg diff --git a/projects/icons-material/src/sharp/sticky_note_2.svg b/projects/icons-material/src/material/sharp/sticky_note_2.svg similarity index 100% rename from projects/icons-material/src/sharp/sticky_note_2.svg rename to projects/icons-material/src/material/sharp/sticky_note_2.svg diff --git a/projects/icons-material/src/sharp/stop.svg b/projects/icons-material/src/material/sharp/stop.svg similarity index 100% rename from projects/icons-material/src/sharp/stop.svg rename to projects/icons-material/src/material/sharp/stop.svg diff --git a/projects/icons-material/src/sharp/stop_circle.svg b/projects/icons-material/src/material/sharp/stop_circle.svg similarity index 100% rename from projects/icons-material/src/sharp/stop_circle.svg rename to projects/icons-material/src/material/sharp/stop_circle.svg diff --git a/projects/icons-material/src/sharp/stop_screen_share.svg b/projects/icons-material/src/material/sharp/stop_screen_share.svg similarity index 100% rename from projects/icons-material/src/sharp/stop_screen_share.svg rename to projects/icons-material/src/material/sharp/stop_screen_share.svg diff --git a/projects/icons-material/src/sharp/storage.svg b/projects/icons-material/src/material/sharp/storage.svg similarity index 100% rename from projects/icons-material/src/sharp/storage.svg rename to projects/icons-material/src/material/sharp/storage.svg diff --git a/projects/icons-material/src/sharp/store.svg b/projects/icons-material/src/material/sharp/store.svg similarity index 100% rename from projects/icons-material/src/sharp/store.svg rename to projects/icons-material/src/material/sharp/store.svg diff --git a/projects/icons-material/src/sharp/store_mall_directory.svg b/projects/icons-material/src/material/sharp/store_mall_directory.svg similarity index 100% rename from projects/icons-material/src/sharp/store_mall_directory.svg rename to projects/icons-material/src/material/sharp/store_mall_directory.svg diff --git a/projects/icons-material/src/sharp/storefront.svg b/projects/icons-material/src/material/sharp/storefront.svg similarity index 100% rename from projects/icons-material/src/sharp/storefront.svg rename to projects/icons-material/src/material/sharp/storefront.svg diff --git a/projects/icons-material/src/sharp/storm.svg b/projects/icons-material/src/material/sharp/storm.svg similarity index 100% rename from projects/icons-material/src/sharp/storm.svg rename to projects/icons-material/src/material/sharp/storm.svg diff --git a/projects/icons-material/src/sharp/straight.svg b/projects/icons-material/src/material/sharp/straight.svg similarity index 100% rename from projects/icons-material/src/sharp/straight.svg rename to projects/icons-material/src/material/sharp/straight.svg diff --git a/projects/icons-material/src/sharp/straighten.svg b/projects/icons-material/src/material/sharp/straighten.svg similarity index 100% rename from projects/icons-material/src/sharp/straighten.svg rename to projects/icons-material/src/material/sharp/straighten.svg diff --git a/projects/icons-material/src/sharp/stream.svg b/projects/icons-material/src/material/sharp/stream.svg similarity index 100% rename from projects/icons-material/src/sharp/stream.svg rename to projects/icons-material/src/material/sharp/stream.svg diff --git a/projects/icons-material/src/sharp/streetview.svg b/projects/icons-material/src/material/sharp/streetview.svg similarity index 100% rename from projects/icons-material/src/sharp/streetview.svg rename to projects/icons-material/src/material/sharp/streetview.svg diff --git a/projects/icons-material/src/sharp/strikethrough_s.svg b/projects/icons-material/src/material/sharp/strikethrough_s.svg similarity index 100% rename from projects/icons-material/src/sharp/strikethrough_s.svg rename to projects/icons-material/src/material/sharp/strikethrough_s.svg diff --git a/projects/icons-material/src/sharp/stroller.svg b/projects/icons-material/src/material/sharp/stroller.svg similarity index 100% rename from projects/icons-material/src/sharp/stroller.svg rename to projects/icons-material/src/material/sharp/stroller.svg diff --git a/projects/icons-material/src/sharp/style.svg b/projects/icons-material/src/material/sharp/style.svg similarity index 100% rename from projects/icons-material/src/sharp/style.svg rename to projects/icons-material/src/material/sharp/style.svg diff --git a/projects/icons-material/src/sharp/subdirectory_arrow_left.svg b/projects/icons-material/src/material/sharp/subdirectory_arrow_left.svg similarity index 100% rename from projects/icons-material/src/sharp/subdirectory_arrow_left.svg rename to projects/icons-material/src/material/sharp/subdirectory_arrow_left.svg diff --git a/projects/icons-material/src/sharp/subdirectory_arrow_right.svg b/projects/icons-material/src/material/sharp/subdirectory_arrow_right.svg similarity index 100% rename from projects/icons-material/src/sharp/subdirectory_arrow_right.svg rename to projects/icons-material/src/material/sharp/subdirectory_arrow_right.svg diff --git a/projects/icons-material/src/sharp/subject.svg b/projects/icons-material/src/material/sharp/subject.svg similarity index 100% rename from projects/icons-material/src/sharp/subject.svg rename to projects/icons-material/src/material/sharp/subject.svg diff --git a/projects/icons-material/src/sharp/subscript.svg b/projects/icons-material/src/material/sharp/subscript.svg similarity index 100% rename from projects/icons-material/src/sharp/subscript.svg rename to projects/icons-material/src/material/sharp/subscript.svg diff --git a/projects/icons-material/src/sharp/subscriptions.svg b/projects/icons-material/src/material/sharp/subscriptions.svg similarity index 100% rename from projects/icons-material/src/sharp/subscriptions.svg rename to projects/icons-material/src/material/sharp/subscriptions.svg diff --git a/projects/icons-material/src/sharp/subtitles.svg b/projects/icons-material/src/material/sharp/subtitles.svg similarity index 100% rename from projects/icons-material/src/sharp/subtitles.svg rename to projects/icons-material/src/material/sharp/subtitles.svg diff --git a/projects/icons-material/src/sharp/subtitles_off.svg b/projects/icons-material/src/material/sharp/subtitles_off.svg similarity index 100% rename from projects/icons-material/src/sharp/subtitles_off.svg rename to projects/icons-material/src/material/sharp/subtitles_off.svg diff --git a/projects/icons-material/src/sharp/subway.svg b/projects/icons-material/src/material/sharp/subway.svg similarity index 100% rename from projects/icons-material/src/sharp/subway.svg rename to projects/icons-material/src/material/sharp/subway.svg diff --git a/projects/icons-material/src/sharp/summarize.svg b/projects/icons-material/src/material/sharp/summarize.svg similarity index 100% rename from projects/icons-material/src/sharp/summarize.svg rename to projects/icons-material/src/material/sharp/summarize.svg diff --git a/projects/icons-material/src/sharp/superscript.svg b/projects/icons-material/src/material/sharp/superscript.svg similarity index 100% rename from projects/icons-material/src/sharp/superscript.svg rename to projects/icons-material/src/material/sharp/superscript.svg diff --git a/projects/icons-material/src/sharp/supervised_user_circle.svg b/projects/icons-material/src/material/sharp/supervised_user_circle.svg similarity index 100% rename from projects/icons-material/src/sharp/supervised_user_circle.svg rename to projects/icons-material/src/material/sharp/supervised_user_circle.svg diff --git a/projects/icons-material/src/sharp/supervisor_account.svg b/projects/icons-material/src/material/sharp/supervisor_account.svg similarity index 100% rename from projects/icons-material/src/sharp/supervisor_account.svg rename to projects/icons-material/src/material/sharp/supervisor_account.svg diff --git a/projects/icons-material/src/sharp/support.svg b/projects/icons-material/src/material/sharp/support.svg similarity index 100% rename from projects/icons-material/src/sharp/support.svg rename to projects/icons-material/src/material/sharp/support.svg diff --git a/projects/icons-material/src/sharp/support_agent.svg b/projects/icons-material/src/material/sharp/support_agent.svg similarity index 100% rename from projects/icons-material/src/sharp/support_agent.svg rename to projects/icons-material/src/material/sharp/support_agent.svg diff --git a/projects/icons-material/src/sharp/surfing.svg b/projects/icons-material/src/material/sharp/surfing.svg similarity index 100% rename from projects/icons-material/src/sharp/surfing.svg rename to projects/icons-material/src/material/sharp/surfing.svg diff --git a/projects/icons-material/src/sharp/surround_sound.svg b/projects/icons-material/src/material/sharp/surround_sound.svg similarity index 100% rename from projects/icons-material/src/sharp/surround_sound.svg rename to projects/icons-material/src/material/sharp/surround_sound.svg diff --git a/projects/icons-material/src/sharp/swap_calls.svg b/projects/icons-material/src/material/sharp/swap_calls.svg similarity index 100% rename from projects/icons-material/src/sharp/swap_calls.svg rename to projects/icons-material/src/material/sharp/swap_calls.svg diff --git a/projects/icons-material/src/sharp/swap_horiz.svg b/projects/icons-material/src/material/sharp/swap_horiz.svg similarity index 100% rename from projects/icons-material/src/sharp/swap_horiz.svg rename to projects/icons-material/src/material/sharp/swap_horiz.svg diff --git a/projects/icons-material/src/sharp/swap_horizontal_circle.svg b/projects/icons-material/src/material/sharp/swap_horizontal_circle.svg similarity index 100% rename from projects/icons-material/src/sharp/swap_horizontal_circle.svg rename to projects/icons-material/src/material/sharp/swap_horizontal_circle.svg diff --git a/projects/icons-material/src/sharp/swap_vert.svg b/projects/icons-material/src/material/sharp/swap_vert.svg similarity index 100% rename from projects/icons-material/src/sharp/swap_vert.svg rename to projects/icons-material/src/material/sharp/swap_vert.svg diff --git a/projects/icons-material/src/sharp/swap_vertical_circle.svg b/projects/icons-material/src/material/sharp/swap_vertical_circle.svg similarity index 100% rename from projects/icons-material/src/sharp/swap_vertical_circle.svg rename to projects/icons-material/src/material/sharp/swap_vertical_circle.svg diff --git a/projects/icons-material/src/sharp/swipe.svg b/projects/icons-material/src/material/sharp/swipe.svg similarity index 100% rename from projects/icons-material/src/sharp/swipe.svg rename to projects/icons-material/src/material/sharp/swipe.svg diff --git a/projects/icons-material/src/sharp/swipe_down.svg b/projects/icons-material/src/material/sharp/swipe_down.svg similarity index 100% rename from projects/icons-material/src/sharp/swipe_down.svg rename to projects/icons-material/src/material/sharp/swipe_down.svg diff --git a/projects/icons-material/src/sharp/swipe_down_alt.svg b/projects/icons-material/src/material/sharp/swipe_down_alt.svg similarity index 100% rename from projects/icons-material/src/sharp/swipe_down_alt.svg rename to projects/icons-material/src/material/sharp/swipe_down_alt.svg diff --git a/projects/icons-material/src/sharp/swipe_left.svg b/projects/icons-material/src/material/sharp/swipe_left.svg similarity index 100% rename from projects/icons-material/src/sharp/swipe_left.svg rename to projects/icons-material/src/material/sharp/swipe_left.svg diff --git a/projects/icons-material/src/sharp/swipe_left_alt.svg b/projects/icons-material/src/material/sharp/swipe_left_alt.svg similarity index 100% rename from projects/icons-material/src/sharp/swipe_left_alt.svg rename to projects/icons-material/src/material/sharp/swipe_left_alt.svg diff --git a/projects/icons-material/src/sharp/swipe_right.svg b/projects/icons-material/src/material/sharp/swipe_right.svg similarity index 100% rename from projects/icons-material/src/sharp/swipe_right.svg rename to projects/icons-material/src/material/sharp/swipe_right.svg diff --git a/projects/icons-material/src/sharp/swipe_right_alt.svg b/projects/icons-material/src/material/sharp/swipe_right_alt.svg similarity index 100% rename from projects/icons-material/src/sharp/swipe_right_alt.svg rename to projects/icons-material/src/material/sharp/swipe_right_alt.svg diff --git a/projects/icons-material/src/sharp/swipe_up.svg b/projects/icons-material/src/material/sharp/swipe_up.svg similarity index 100% rename from projects/icons-material/src/sharp/swipe_up.svg rename to projects/icons-material/src/material/sharp/swipe_up.svg diff --git a/projects/icons-material/src/sharp/swipe_up_alt.svg b/projects/icons-material/src/material/sharp/swipe_up_alt.svg similarity index 100% rename from projects/icons-material/src/sharp/swipe_up_alt.svg rename to projects/icons-material/src/material/sharp/swipe_up_alt.svg diff --git a/projects/icons-material/src/sharp/swipe_vertical.svg b/projects/icons-material/src/material/sharp/swipe_vertical.svg similarity index 100% rename from projects/icons-material/src/sharp/swipe_vertical.svg rename to projects/icons-material/src/material/sharp/swipe_vertical.svg diff --git a/projects/icons-material/src/sharp/switch_access_shortcut.svg b/projects/icons-material/src/material/sharp/switch_access_shortcut.svg similarity index 100% rename from projects/icons-material/src/sharp/switch_access_shortcut.svg rename to projects/icons-material/src/material/sharp/switch_access_shortcut.svg diff --git a/projects/icons-material/src/sharp/switch_access_shortcut_add.svg b/projects/icons-material/src/material/sharp/switch_access_shortcut_add.svg similarity index 100% rename from projects/icons-material/src/sharp/switch_access_shortcut_add.svg rename to projects/icons-material/src/material/sharp/switch_access_shortcut_add.svg diff --git a/projects/icons-material/src/sharp/switch_account.svg b/projects/icons-material/src/material/sharp/switch_account.svg similarity index 100% rename from projects/icons-material/src/sharp/switch_account.svg rename to projects/icons-material/src/material/sharp/switch_account.svg diff --git a/projects/icons-material/src/sharp/switch_camera.svg b/projects/icons-material/src/material/sharp/switch_camera.svg similarity index 100% rename from projects/icons-material/src/sharp/switch_camera.svg rename to projects/icons-material/src/material/sharp/switch_camera.svg diff --git a/projects/icons-material/src/sharp/switch_left.svg b/projects/icons-material/src/material/sharp/switch_left.svg similarity index 100% rename from projects/icons-material/src/sharp/switch_left.svg rename to projects/icons-material/src/material/sharp/switch_left.svg diff --git a/projects/icons-material/src/sharp/switch_right.svg b/projects/icons-material/src/material/sharp/switch_right.svg similarity index 100% rename from projects/icons-material/src/sharp/switch_right.svg rename to projects/icons-material/src/material/sharp/switch_right.svg diff --git a/projects/icons-material/src/sharp/switch_video.svg b/projects/icons-material/src/material/sharp/switch_video.svg similarity index 100% rename from projects/icons-material/src/sharp/switch_video.svg rename to projects/icons-material/src/material/sharp/switch_video.svg diff --git a/projects/icons-material/src/sharp/synagogue.svg b/projects/icons-material/src/material/sharp/synagogue.svg similarity index 100% rename from projects/icons-material/src/sharp/synagogue.svg rename to projects/icons-material/src/material/sharp/synagogue.svg diff --git a/projects/icons-material/src/sharp/sync.svg b/projects/icons-material/src/material/sharp/sync.svg similarity index 100% rename from projects/icons-material/src/sharp/sync.svg rename to projects/icons-material/src/material/sharp/sync.svg diff --git a/projects/icons-material/src/sharp/sync_alt.svg b/projects/icons-material/src/material/sharp/sync_alt.svg similarity index 100% rename from projects/icons-material/src/sharp/sync_alt.svg rename to projects/icons-material/src/material/sharp/sync_alt.svg diff --git a/projects/icons-material/src/sharp/sync_disabled.svg b/projects/icons-material/src/material/sharp/sync_disabled.svg similarity index 100% rename from projects/icons-material/src/sharp/sync_disabled.svg rename to projects/icons-material/src/material/sharp/sync_disabled.svg diff --git a/projects/icons-material/src/sharp/sync_lock.svg b/projects/icons-material/src/material/sharp/sync_lock.svg similarity index 100% rename from projects/icons-material/src/sharp/sync_lock.svg rename to projects/icons-material/src/material/sharp/sync_lock.svg diff --git a/projects/icons-material/src/sharp/sync_problem.svg b/projects/icons-material/src/material/sharp/sync_problem.svg similarity index 100% rename from projects/icons-material/src/sharp/sync_problem.svg rename to projects/icons-material/src/material/sharp/sync_problem.svg diff --git a/projects/icons-material/src/sharp/system_security_update.svg b/projects/icons-material/src/material/sharp/system_security_update.svg similarity index 100% rename from projects/icons-material/src/sharp/system_security_update.svg rename to projects/icons-material/src/material/sharp/system_security_update.svg diff --git a/projects/icons-material/src/sharp/system_security_update_good.svg b/projects/icons-material/src/material/sharp/system_security_update_good.svg similarity index 100% rename from projects/icons-material/src/sharp/system_security_update_good.svg rename to projects/icons-material/src/material/sharp/system_security_update_good.svg diff --git a/projects/icons-material/src/sharp/system_security_update_warning.svg b/projects/icons-material/src/material/sharp/system_security_update_warning.svg similarity index 100% rename from projects/icons-material/src/sharp/system_security_update_warning.svg rename to projects/icons-material/src/material/sharp/system_security_update_warning.svg diff --git a/projects/icons-material/src/sharp/system_update.svg b/projects/icons-material/src/material/sharp/system_update.svg similarity index 100% rename from projects/icons-material/src/sharp/system_update.svg rename to projects/icons-material/src/material/sharp/system_update.svg diff --git a/projects/icons-material/src/sharp/system_update_alt.svg b/projects/icons-material/src/material/sharp/system_update_alt.svg similarity index 100% rename from projects/icons-material/src/sharp/system_update_alt.svg rename to projects/icons-material/src/material/sharp/system_update_alt.svg diff --git a/projects/icons-material/src/sharp/tab.svg b/projects/icons-material/src/material/sharp/tab.svg similarity index 100% rename from projects/icons-material/src/sharp/tab.svg rename to projects/icons-material/src/material/sharp/tab.svg diff --git a/projects/icons-material/src/sharp/tab_unselected.svg b/projects/icons-material/src/material/sharp/tab_unselected.svg similarity index 100% rename from projects/icons-material/src/sharp/tab_unselected.svg rename to projects/icons-material/src/material/sharp/tab_unselected.svg diff --git a/projects/icons-material/src/sharp/table_bar.svg b/projects/icons-material/src/material/sharp/table_bar.svg similarity index 100% rename from projects/icons-material/src/sharp/table_bar.svg rename to projects/icons-material/src/material/sharp/table_bar.svg diff --git a/projects/icons-material/src/sharp/table_chart.svg b/projects/icons-material/src/material/sharp/table_chart.svg similarity index 100% rename from projects/icons-material/src/sharp/table_chart.svg rename to projects/icons-material/src/material/sharp/table_chart.svg diff --git a/projects/icons-material/src/sharp/table_restaurant.svg b/projects/icons-material/src/material/sharp/table_restaurant.svg similarity index 100% rename from projects/icons-material/src/sharp/table_restaurant.svg rename to projects/icons-material/src/material/sharp/table_restaurant.svg diff --git a/projects/icons-material/src/sharp/table_rows.svg b/projects/icons-material/src/material/sharp/table_rows.svg similarity index 100% rename from projects/icons-material/src/sharp/table_rows.svg rename to projects/icons-material/src/material/sharp/table_rows.svg diff --git a/projects/icons-material/src/sharp/table_view.svg b/projects/icons-material/src/material/sharp/table_view.svg similarity index 100% rename from projects/icons-material/src/sharp/table_view.svg rename to projects/icons-material/src/material/sharp/table_view.svg diff --git a/projects/icons-material/src/sharp/tablet.svg b/projects/icons-material/src/material/sharp/tablet.svg similarity index 100% rename from projects/icons-material/src/sharp/tablet.svg rename to projects/icons-material/src/material/sharp/tablet.svg diff --git a/projects/icons-material/src/sharp/tablet_android.svg b/projects/icons-material/src/material/sharp/tablet_android.svg similarity index 100% rename from projects/icons-material/src/sharp/tablet_android.svg rename to projects/icons-material/src/material/sharp/tablet_android.svg diff --git a/projects/icons-material/src/sharp/tablet_mac.svg b/projects/icons-material/src/material/sharp/tablet_mac.svg similarity index 100% rename from projects/icons-material/src/sharp/tablet_mac.svg rename to projects/icons-material/src/material/sharp/tablet_mac.svg diff --git a/projects/icons-material/src/sharp/tag.svg b/projects/icons-material/src/material/sharp/tag.svg similarity index 100% rename from projects/icons-material/src/sharp/tag.svg rename to projects/icons-material/src/material/sharp/tag.svg diff --git a/projects/icons-material/src/sharp/tag_faces.svg b/projects/icons-material/src/material/sharp/tag_faces.svg similarity index 100% rename from projects/icons-material/src/sharp/tag_faces.svg rename to projects/icons-material/src/material/sharp/tag_faces.svg diff --git a/projects/icons-material/src/sharp/takeout_dining.svg b/projects/icons-material/src/material/sharp/takeout_dining.svg similarity index 100% rename from projects/icons-material/src/sharp/takeout_dining.svg rename to projects/icons-material/src/material/sharp/takeout_dining.svg diff --git a/projects/icons-material/src/sharp/tap_and_play.svg b/projects/icons-material/src/material/sharp/tap_and_play.svg similarity index 100% rename from projects/icons-material/src/sharp/tap_and_play.svg rename to projects/icons-material/src/material/sharp/tap_and_play.svg diff --git a/projects/icons-material/src/sharp/tapas.svg b/projects/icons-material/src/material/sharp/tapas.svg similarity index 100% rename from projects/icons-material/src/sharp/tapas.svg rename to projects/icons-material/src/material/sharp/tapas.svg diff --git a/projects/icons-material/src/sharp/task.svg b/projects/icons-material/src/material/sharp/task.svg similarity index 100% rename from projects/icons-material/src/sharp/task.svg rename to projects/icons-material/src/material/sharp/task.svg diff --git a/projects/icons-material/src/sharp/task_alt.svg b/projects/icons-material/src/material/sharp/task_alt.svg similarity index 100% rename from projects/icons-material/src/sharp/task_alt.svg rename to projects/icons-material/src/material/sharp/task_alt.svg diff --git a/projects/icons-material/src/sharp/taxi_alert.svg b/projects/icons-material/src/material/sharp/taxi_alert.svg similarity index 100% rename from projects/icons-material/src/sharp/taxi_alert.svg rename to projects/icons-material/src/material/sharp/taxi_alert.svg diff --git a/projects/icons-material/src/sharp/temple_buddhist.svg b/projects/icons-material/src/material/sharp/temple_buddhist.svg similarity index 100% rename from projects/icons-material/src/sharp/temple_buddhist.svg rename to projects/icons-material/src/material/sharp/temple_buddhist.svg diff --git a/projects/icons-material/src/sharp/temple_hindu.svg b/projects/icons-material/src/material/sharp/temple_hindu.svg similarity index 100% rename from projects/icons-material/src/sharp/temple_hindu.svg rename to projects/icons-material/src/material/sharp/temple_hindu.svg diff --git a/projects/icons-material/src/sharp/terminal.svg b/projects/icons-material/src/material/sharp/terminal.svg similarity index 100% rename from projects/icons-material/src/sharp/terminal.svg rename to projects/icons-material/src/material/sharp/terminal.svg diff --git a/projects/icons-material/src/sharp/terrain.svg b/projects/icons-material/src/material/sharp/terrain.svg similarity index 100% rename from projects/icons-material/src/sharp/terrain.svg rename to projects/icons-material/src/material/sharp/terrain.svg diff --git a/projects/icons-material/src/sharp/text_decrease.svg b/projects/icons-material/src/material/sharp/text_decrease.svg similarity index 100% rename from projects/icons-material/src/sharp/text_decrease.svg rename to projects/icons-material/src/material/sharp/text_decrease.svg diff --git a/projects/icons-material/src/sharp/text_fields.svg b/projects/icons-material/src/material/sharp/text_fields.svg similarity index 100% rename from projects/icons-material/src/sharp/text_fields.svg rename to projects/icons-material/src/material/sharp/text_fields.svg diff --git a/projects/icons-material/src/sharp/text_format.svg b/projects/icons-material/src/material/sharp/text_format.svg similarity index 100% rename from projects/icons-material/src/sharp/text_format.svg rename to projects/icons-material/src/material/sharp/text_format.svg diff --git a/projects/icons-material/src/sharp/text_increase.svg b/projects/icons-material/src/material/sharp/text_increase.svg similarity index 100% rename from projects/icons-material/src/sharp/text_increase.svg rename to projects/icons-material/src/material/sharp/text_increase.svg diff --git a/projects/icons-material/src/sharp/text_rotate_up.svg b/projects/icons-material/src/material/sharp/text_rotate_up.svg similarity index 100% rename from projects/icons-material/src/sharp/text_rotate_up.svg rename to projects/icons-material/src/material/sharp/text_rotate_up.svg diff --git a/projects/icons-material/src/sharp/text_rotate_vertical.svg b/projects/icons-material/src/material/sharp/text_rotate_vertical.svg similarity index 100% rename from projects/icons-material/src/sharp/text_rotate_vertical.svg rename to projects/icons-material/src/material/sharp/text_rotate_vertical.svg diff --git a/projects/icons-material/src/sharp/text_rotation_angledown.svg b/projects/icons-material/src/material/sharp/text_rotation_angledown.svg similarity index 100% rename from projects/icons-material/src/sharp/text_rotation_angledown.svg rename to projects/icons-material/src/material/sharp/text_rotation_angledown.svg diff --git a/projects/icons-material/src/sharp/text_rotation_angleup.svg b/projects/icons-material/src/material/sharp/text_rotation_angleup.svg similarity index 100% rename from projects/icons-material/src/sharp/text_rotation_angleup.svg rename to projects/icons-material/src/material/sharp/text_rotation_angleup.svg diff --git a/projects/icons-material/src/sharp/text_rotation_down.svg b/projects/icons-material/src/material/sharp/text_rotation_down.svg similarity index 100% rename from projects/icons-material/src/sharp/text_rotation_down.svg rename to projects/icons-material/src/material/sharp/text_rotation_down.svg diff --git a/projects/icons-material/src/sharp/text_rotation_none.svg b/projects/icons-material/src/material/sharp/text_rotation_none.svg similarity index 100% rename from projects/icons-material/src/sharp/text_rotation_none.svg rename to projects/icons-material/src/material/sharp/text_rotation_none.svg diff --git a/projects/icons-material/src/sharp/text_snippet.svg b/projects/icons-material/src/material/sharp/text_snippet.svg similarity index 100% rename from projects/icons-material/src/sharp/text_snippet.svg rename to projects/icons-material/src/material/sharp/text_snippet.svg diff --git a/projects/icons-material/src/sharp/textsms.svg b/projects/icons-material/src/material/sharp/textsms.svg similarity index 100% rename from projects/icons-material/src/sharp/textsms.svg rename to projects/icons-material/src/material/sharp/textsms.svg diff --git a/projects/icons-material/src/sharp/texture.svg b/projects/icons-material/src/material/sharp/texture.svg similarity index 100% rename from projects/icons-material/src/sharp/texture.svg rename to projects/icons-material/src/material/sharp/texture.svg diff --git a/projects/icons-material/src/sharp/theater_comedy.svg b/projects/icons-material/src/material/sharp/theater_comedy.svg similarity index 100% rename from projects/icons-material/src/sharp/theater_comedy.svg rename to projects/icons-material/src/material/sharp/theater_comedy.svg diff --git a/projects/icons-material/src/sharp/theaters.svg b/projects/icons-material/src/material/sharp/theaters.svg similarity index 100% rename from projects/icons-material/src/sharp/theaters.svg rename to projects/icons-material/src/material/sharp/theaters.svg diff --git a/projects/icons-material/src/sharp/thermostat.svg b/projects/icons-material/src/material/sharp/thermostat.svg similarity index 100% rename from projects/icons-material/src/sharp/thermostat.svg rename to projects/icons-material/src/material/sharp/thermostat.svg diff --git a/projects/icons-material/src/sharp/thermostat_auto.svg b/projects/icons-material/src/material/sharp/thermostat_auto.svg similarity index 100% rename from projects/icons-material/src/sharp/thermostat_auto.svg rename to projects/icons-material/src/material/sharp/thermostat_auto.svg diff --git a/projects/icons-material/src/sharp/thumb_down.svg b/projects/icons-material/src/material/sharp/thumb_down.svg similarity index 100% rename from projects/icons-material/src/sharp/thumb_down.svg rename to projects/icons-material/src/material/sharp/thumb_down.svg diff --git a/projects/icons-material/src/sharp/thumb_down_alt.svg b/projects/icons-material/src/material/sharp/thumb_down_alt.svg similarity index 100% rename from projects/icons-material/src/sharp/thumb_down_alt.svg rename to projects/icons-material/src/material/sharp/thumb_down_alt.svg diff --git a/projects/icons-material/src/sharp/thumb_down_off_alt.svg b/projects/icons-material/src/material/sharp/thumb_down_off_alt.svg similarity index 100% rename from projects/icons-material/src/sharp/thumb_down_off_alt.svg rename to projects/icons-material/src/material/sharp/thumb_down_off_alt.svg diff --git a/projects/icons-material/src/sharp/thumb_up.svg b/projects/icons-material/src/material/sharp/thumb_up.svg similarity index 100% rename from projects/icons-material/src/sharp/thumb_up.svg rename to projects/icons-material/src/material/sharp/thumb_up.svg diff --git a/projects/icons-material/src/sharp/thumb_up_alt.svg b/projects/icons-material/src/material/sharp/thumb_up_alt.svg similarity index 100% rename from projects/icons-material/src/sharp/thumb_up_alt.svg rename to projects/icons-material/src/material/sharp/thumb_up_alt.svg diff --git a/projects/icons-material/src/sharp/thumb_up_off_alt.svg b/projects/icons-material/src/material/sharp/thumb_up_off_alt.svg similarity index 100% rename from projects/icons-material/src/sharp/thumb_up_off_alt.svg rename to projects/icons-material/src/material/sharp/thumb_up_off_alt.svg diff --git a/projects/icons-material/src/sharp/thumbs_up_down.svg b/projects/icons-material/src/material/sharp/thumbs_up_down.svg similarity index 100% rename from projects/icons-material/src/sharp/thumbs_up_down.svg rename to projects/icons-material/src/material/sharp/thumbs_up_down.svg diff --git a/projects/icons-material/src/sharp/thunderstorm.svg b/projects/icons-material/src/material/sharp/thunderstorm.svg similarity index 100% rename from projects/icons-material/src/sharp/thunderstorm.svg rename to projects/icons-material/src/material/sharp/thunderstorm.svg diff --git a/projects/icons-material/src/sharp/time_to_leave.svg b/projects/icons-material/src/material/sharp/time_to_leave.svg similarity index 100% rename from projects/icons-material/src/sharp/time_to_leave.svg rename to projects/icons-material/src/material/sharp/time_to_leave.svg diff --git a/projects/icons-material/src/sharp/timelapse.svg b/projects/icons-material/src/material/sharp/timelapse.svg similarity index 100% rename from projects/icons-material/src/sharp/timelapse.svg rename to projects/icons-material/src/material/sharp/timelapse.svg diff --git a/projects/icons-material/src/sharp/timeline.svg b/projects/icons-material/src/material/sharp/timeline.svg similarity index 100% rename from projects/icons-material/src/sharp/timeline.svg rename to projects/icons-material/src/material/sharp/timeline.svg diff --git a/projects/icons-material/src/sharp/timer.svg b/projects/icons-material/src/material/sharp/timer.svg similarity index 100% rename from projects/icons-material/src/sharp/timer.svg rename to projects/icons-material/src/material/sharp/timer.svg diff --git a/projects/icons-material/src/sharp/timer_10.svg b/projects/icons-material/src/material/sharp/timer_10.svg similarity index 100% rename from projects/icons-material/src/sharp/timer_10.svg rename to projects/icons-material/src/material/sharp/timer_10.svg diff --git a/projects/icons-material/src/sharp/timer_10_select.svg b/projects/icons-material/src/material/sharp/timer_10_select.svg similarity index 100% rename from projects/icons-material/src/sharp/timer_10_select.svg rename to projects/icons-material/src/material/sharp/timer_10_select.svg diff --git a/projects/icons-material/src/sharp/timer_3.svg b/projects/icons-material/src/material/sharp/timer_3.svg similarity index 100% rename from projects/icons-material/src/sharp/timer_3.svg rename to projects/icons-material/src/material/sharp/timer_3.svg diff --git a/projects/icons-material/src/sharp/timer_3_select.svg b/projects/icons-material/src/material/sharp/timer_3_select.svg similarity index 100% rename from projects/icons-material/src/sharp/timer_3_select.svg rename to projects/icons-material/src/material/sharp/timer_3_select.svg diff --git a/projects/icons-material/src/sharp/timer_off.svg b/projects/icons-material/src/material/sharp/timer_off.svg similarity index 100% rename from projects/icons-material/src/sharp/timer_off.svg rename to projects/icons-material/src/material/sharp/timer_off.svg diff --git a/projects/icons-material/src/sharp/tips_and_updates.svg b/projects/icons-material/src/material/sharp/tips_and_updates.svg similarity index 100% rename from projects/icons-material/src/sharp/tips_and_updates.svg rename to projects/icons-material/src/material/sharp/tips_and_updates.svg diff --git a/projects/icons-material/src/sharp/tire_repair.svg b/projects/icons-material/src/material/sharp/tire_repair.svg similarity index 100% rename from projects/icons-material/src/sharp/tire_repair.svg rename to projects/icons-material/src/material/sharp/tire_repair.svg diff --git a/projects/icons-material/src/sharp/title.svg b/projects/icons-material/src/material/sharp/title.svg similarity index 100% rename from projects/icons-material/src/sharp/title.svg rename to projects/icons-material/src/material/sharp/title.svg diff --git a/projects/icons-material/src/sharp/toc.svg b/projects/icons-material/src/material/sharp/toc.svg similarity index 100% rename from projects/icons-material/src/sharp/toc.svg rename to projects/icons-material/src/material/sharp/toc.svg diff --git a/projects/icons-material/src/sharp/today.svg b/projects/icons-material/src/material/sharp/today.svg similarity index 100% rename from projects/icons-material/src/sharp/today.svg rename to projects/icons-material/src/material/sharp/today.svg diff --git a/projects/icons-material/src/sharp/toggle_off.svg b/projects/icons-material/src/material/sharp/toggle_off.svg similarity index 100% rename from projects/icons-material/src/sharp/toggle_off.svg rename to projects/icons-material/src/material/sharp/toggle_off.svg diff --git a/projects/icons-material/src/sharp/toggle_on.svg b/projects/icons-material/src/material/sharp/toggle_on.svg similarity index 100% rename from projects/icons-material/src/sharp/toggle_on.svg rename to projects/icons-material/src/material/sharp/toggle_on.svg diff --git a/projects/icons-material/src/sharp/token.svg b/projects/icons-material/src/material/sharp/token.svg similarity index 100% rename from projects/icons-material/src/sharp/token.svg rename to projects/icons-material/src/material/sharp/token.svg diff --git a/projects/icons-material/src/sharp/toll.svg b/projects/icons-material/src/material/sharp/toll.svg similarity index 100% rename from projects/icons-material/src/sharp/toll.svg rename to projects/icons-material/src/material/sharp/toll.svg diff --git a/projects/icons-material/src/sharp/tonality.svg b/projects/icons-material/src/material/sharp/tonality.svg similarity index 100% rename from projects/icons-material/src/sharp/tonality.svg rename to projects/icons-material/src/material/sharp/tonality.svg diff --git a/projects/icons-material/src/sharp/topic.svg b/projects/icons-material/src/material/sharp/topic.svg similarity index 100% rename from projects/icons-material/src/sharp/topic.svg rename to projects/icons-material/src/material/sharp/topic.svg diff --git a/projects/icons-material/src/sharp/tornado.svg b/projects/icons-material/src/material/sharp/tornado.svg similarity index 100% rename from projects/icons-material/src/sharp/tornado.svg rename to projects/icons-material/src/material/sharp/tornado.svg diff --git a/projects/icons-material/src/sharp/touch_app.svg b/projects/icons-material/src/material/sharp/touch_app.svg similarity index 100% rename from projects/icons-material/src/sharp/touch_app.svg rename to projects/icons-material/src/material/sharp/touch_app.svg diff --git a/projects/icons-material/src/sharp/tour.svg b/projects/icons-material/src/material/sharp/tour.svg similarity index 100% rename from projects/icons-material/src/sharp/tour.svg rename to projects/icons-material/src/material/sharp/tour.svg diff --git a/projects/icons-material/src/sharp/toys.svg b/projects/icons-material/src/material/sharp/toys.svg similarity index 100% rename from projects/icons-material/src/sharp/toys.svg rename to projects/icons-material/src/material/sharp/toys.svg diff --git a/projects/icons-material/src/sharp/track_changes.svg b/projects/icons-material/src/material/sharp/track_changes.svg similarity index 100% rename from projects/icons-material/src/sharp/track_changes.svg rename to projects/icons-material/src/material/sharp/track_changes.svg diff --git a/projects/icons-material/src/sharp/traffic.svg b/projects/icons-material/src/material/sharp/traffic.svg similarity index 100% rename from projects/icons-material/src/sharp/traffic.svg rename to projects/icons-material/src/material/sharp/traffic.svg diff --git a/projects/icons-material/src/sharp/train.svg b/projects/icons-material/src/material/sharp/train.svg similarity index 100% rename from projects/icons-material/src/sharp/train.svg rename to projects/icons-material/src/material/sharp/train.svg diff --git a/projects/icons-material/src/sharp/tram.svg b/projects/icons-material/src/material/sharp/tram.svg similarity index 100% rename from projects/icons-material/src/sharp/tram.svg rename to projects/icons-material/src/material/sharp/tram.svg diff --git a/projects/icons-material/src/sharp/transcribe.svg b/projects/icons-material/src/material/sharp/transcribe.svg similarity index 100% rename from projects/icons-material/src/sharp/transcribe.svg rename to projects/icons-material/src/material/sharp/transcribe.svg diff --git a/projects/icons-material/src/sharp/transfer_within_a_station.svg b/projects/icons-material/src/material/sharp/transfer_within_a_station.svg similarity index 100% rename from projects/icons-material/src/sharp/transfer_within_a_station.svg rename to projects/icons-material/src/material/sharp/transfer_within_a_station.svg diff --git a/projects/icons-material/src/sharp/transform.svg b/projects/icons-material/src/material/sharp/transform.svg similarity index 100% rename from projects/icons-material/src/sharp/transform.svg rename to projects/icons-material/src/material/sharp/transform.svg diff --git a/projects/icons-material/src/sharp/transgender.svg b/projects/icons-material/src/material/sharp/transgender.svg similarity index 100% rename from projects/icons-material/src/sharp/transgender.svg rename to projects/icons-material/src/material/sharp/transgender.svg diff --git a/projects/icons-material/src/sharp/transit_enterexit.svg b/projects/icons-material/src/material/sharp/transit_enterexit.svg similarity index 100% rename from projects/icons-material/src/sharp/transit_enterexit.svg rename to projects/icons-material/src/material/sharp/transit_enterexit.svg diff --git a/projects/icons-material/src/sharp/translate.svg b/projects/icons-material/src/material/sharp/translate.svg similarity index 100% rename from projects/icons-material/src/sharp/translate.svg rename to projects/icons-material/src/material/sharp/translate.svg diff --git a/projects/icons-material/src/sharp/travel_explore.svg b/projects/icons-material/src/material/sharp/travel_explore.svg similarity index 100% rename from projects/icons-material/src/sharp/travel_explore.svg rename to projects/icons-material/src/material/sharp/travel_explore.svg diff --git a/projects/icons-material/src/sharp/trending_down.svg b/projects/icons-material/src/material/sharp/trending_down.svg similarity index 100% rename from projects/icons-material/src/sharp/trending_down.svg rename to projects/icons-material/src/material/sharp/trending_down.svg diff --git a/projects/icons-material/src/sharp/trending_flat.svg b/projects/icons-material/src/material/sharp/trending_flat.svg similarity index 100% rename from projects/icons-material/src/sharp/trending_flat.svg rename to projects/icons-material/src/material/sharp/trending_flat.svg diff --git a/projects/icons-material/src/sharp/trending_up.svg b/projects/icons-material/src/material/sharp/trending_up.svg similarity index 100% rename from projects/icons-material/src/sharp/trending_up.svg rename to projects/icons-material/src/material/sharp/trending_up.svg diff --git a/projects/icons-material/src/sharp/trip_origin.svg b/projects/icons-material/src/material/sharp/trip_origin.svg similarity index 100% rename from projects/icons-material/src/sharp/trip_origin.svg rename to projects/icons-material/src/material/sharp/trip_origin.svg diff --git a/projects/icons-material/src/sharp/troubleshoot.svg b/projects/icons-material/src/material/sharp/troubleshoot.svg similarity index 100% rename from projects/icons-material/src/sharp/troubleshoot.svg rename to projects/icons-material/src/material/sharp/troubleshoot.svg diff --git a/projects/icons-material/src/sharp/try.svg b/projects/icons-material/src/material/sharp/try.svg similarity index 100% rename from projects/icons-material/src/sharp/try.svg rename to projects/icons-material/src/material/sharp/try.svg diff --git a/projects/icons-material/src/sharp/tsunami.svg b/projects/icons-material/src/material/sharp/tsunami.svg similarity index 100% rename from projects/icons-material/src/sharp/tsunami.svg rename to projects/icons-material/src/material/sharp/tsunami.svg diff --git a/projects/icons-material/src/sharp/tty.svg b/projects/icons-material/src/material/sharp/tty.svg similarity index 100% rename from projects/icons-material/src/sharp/tty.svg rename to projects/icons-material/src/material/sharp/tty.svg diff --git a/projects/icons-material/src/sharp/tune.svg b/projects/icons-material/src/material/sharp/tune.svg similarity index 100% rename from projects/icons-material/src/sharp/tune.svg rename to projects/icons-material/src/material/sharp/tune.svg diff --git a/projects/icons-material/src/sharp/tungsten.svg b/projects/icons-material/src/material/sharp/tungsten.svg similarity index 100% rename from projects/icons-material/src/sharp/tungsten.svg rename to projects/icons-material/src/material/sharp/tungsten.svg diff --git a/projects/icons-material/src/sharp/turn_left.svg b/projects/icons-material/src/material/sharp/turn_left.svg similarity index 100% rename from projects/icons-material/src/sharp/turn_left.svg rename to projects/icons-material/src/material/sharp/turn_left.svg diff --git a/projects/icons-material/src/sharp/turn_right.svg b/projects/icons-material/src/material/sharp/turn_right.svg similarity index 100% rename from projects/icons-material/src/sharp/turn_right.svg rename to projects/icons-material/src/material/sharp/turn_right.svg diff --git a/projects/icons-material/src/sharp/turn_sharp_left.svg b/projects/icons-material/src/material/sharp/turn_sharp_left.svg similarity index 100% rename from projects/icons-material/src/sharp/turn_sharp_left.svg rename to projects/icons-material/src/material/sharp/turn_sharp_left.svg diff --git a/projects/icons-material/src/sharp/turn_sharp_right.svg b/projects/icons-material/src/material/sharp/turn_sharp_right.svg similarity index 100% rename from projects/icons-material/src/sharp/turn_sharp_right.svg rename to projects/icons-material/src/material/sharp/turn_sharp_right.svg diff --git a/projects/icons-material/src/sharp/turn_slight_left.svg b/projects/icons-material/src/material/sharp/turn_slight_left.svg similarity index 100% rename from projects/icons-material/src/sharp/turn_slight_left.svg rename to projects/icons-material/src/material/sharp/turn_slight_left.svg diff --git a/projects/icons-material/src/sharp/turn_slight_right.svg b/projects/icons-material/src/material/sharp/turn_slight_right.svg similarity index 100% rename from projects/icons-material/src/sharp/turn_slight_right.svg rename to projects/icons-material/src/material/sharp/turn_slight_right.svg diff --git a/projects/icons-material/src/sharp/turned_in.svg b/projects/icons-material/src/material/sharp/turned_in.svg similarity index 100% rename from projects/icons-material/src/sharp/turned_in.svg rename to projects/icons-material/src/material/sharp/turned_in.svg diff --git a/projects/icons-material/src/sharp/turned_in_not.svg b/projects/icons-material/src/material/sharp/turned_in_not.svg similarity index 100% rename from projects/icons-material/src/sharp/turned_in_not.svg rename to projects/icons-material/src/material/sharp/turned_in_not.svg diff --git a/projects/icons-material/src/sharp/tv.svg b/projects/icons-material/src/material/sharp/tv.svg similarity index 100% rename from projects/icons-material/src/sharp/tv.svg rename to projects/icons-material/src/material/sharp/tv.svg diff --git a/projects/icons-material/src/sharp/tv_off.svg b/projects/icons-material/src/material/sharp/tv_off.svg similarity index 100% rename from projects/icons-material/src/sharp/tv_off.svg rename to projects/icons-material/src/material/sharp/tv_off.svg diff --git a/projects/icons-material/src/sharp/two_wheeler.svg b/projects/icons-material/src/material/sharp/two_wheeler.svg similarity index 100% rename from projects/icons-material/src/sharp/two_wheeler.svg rename to projects/icons-material/src/material/sharp/two_wheeler.svg diff --git a/projects/icons-material/src/sharp/type_specimen.svg b/projects/icons-material/src/material/sharp/type_specimen.svg similarity index 100% rename from projects/icons-material/src/sharp/type_specimen.svg rename to projects/icons-material/src/material/sharp/type_specimen.svg diff --git a/projects/icons-material/src/sharp/u_turn_left.svg b/projects/icons-material/src/material/sharp/u_turn_left.svg similarity index 100% rename from projects/icons-material/src/sharp/u_turn_left.svg rename to projects/icons-material/src/material/sharp/u_turn_left.svg diff --git a/projects/icons-material/src/sharp/u_turn_right.svg b/projects/icons-material/src/material/sharp/u_turn_right.svg similarity index 100% rename from projects/icons-material/src/sharp/u_turn_right.svg rename to projects/icons-material/src/material/sharp/u_turn_right.svg diff --git a/projects/icons-material/src/sharp/umbrella.svg b/projects/icons-material/src/material/sharp/umbrella.svg similarity index 100% rename from projects/icons-material/src/sharp/umbrella.svg rename to projects/icons-material/src/material/sharp/umbrella.svg diff --git a/projects/icons-material/src/sharp/unarchive.svg b/projects/icons-material/src/material/sharp/unarchive.svg similarity index 100% rename from projects/icons-material/src/sharp/unarchive.svg rename to projects/icons-material/src/material/sharp/unarchive.svg diff --git a/projects/icons-material/src/sharp/undo.svg b/projects/icons-material/src/material/sharp/undo.svg similarity index 100% rename from projects/icons-material/src/sharp/undo.svg rename to projects/icons-material/src/material/sharp/undo.svg diff --git a/projects/icons-material/src/sharp/unfold_less.svg b/projects/icons-material/src/material/sharp/unfold_less.svg similarity index 100% rename from projects/icons-material/src/sharp/unfold_less.svg rename to projects/icons-material/src/material/sharp/unfold_less.svg diff --git a/projects/icons-material/src/sharp/unfold_less_double.svg b/projects/icons-material/src/material/sharp/unfold_less_double.svg similarity index 100% rename from projects/icons-material/src/sharp/unfold_less_double.svg rename to projects/icons-material/src/material/sharp/unfold_less_double.svg diff --git a/projects/icons-material/src/sharp/unfold_more.svg b/projects/icons-material/src/material/sharp/unfold_more.svg similarity index 100% rename from projects/icons-material/src/sharp/unfold_more.svg rename to projects/icons-material/src/material/sharp/unfold_more.svg diff --git a/projects/icons-material/src/sharp/unfold_more_double.svg b/projects/icons-material/src/material/sharp/unfold_more_double.svg similarity index 100% rename from projects/icons-material/src/sharp/unfold_more_double.svg rename to projects/icons-material/src/material/sharp/unfold_more_double.svg diff --git a/projects/icons-material/src/sharp/unpublished.svg b/projects/icons-material/src/material/sharp/unpublished.svg similarity index 100% rename from projects/icons-material/src/sharp/unpublished.svg rename to projects/icons-material/src/material/sharp/unpublished.svg diff --git a/projects/icons-material/src/sharp/unsubscribe.svg b/projects/icons-material/src/material/sharp/unsubscribe.svg similarity index 100% rename from projects/icons-material/src/sharp/unsubscribe.svg rename to projects/icons-material/src/material/sharp/unsubscribe.svg diff --git a/projects/icons-material/src/sharp/upcoming.svg b/projects/icons-material/src/material/sharp/upcoming.svg similarity index 100% rename from projects/icons-material/src/sharp/upcoming.svg rename to projects/icons-material/src/material/sharp/upcoming.svg diff --git a/projects/icons-material/src/sharp/update.svg b/projects/icons-material/src/material/sharp/update.svg similarity index 100% rename from projects/icons-material/src/sharp/update.svg rename to projects/icons-material/src/material/sharp/update.svg diff --git a/projects/icons-material/src/sharp/update_disabled.svg b/projects/icons-material/src/material/sharp/update_disabled.svg similarity index 100% rename from projects/icons-material/src/sharp/update_disabled.svg rename to projects/icons-material/src/material/sharp/update_disabled.svg diff --git a/projects/icons-material/src/sharp/upgrade.svg b/projects/icons-material/src/material/sharp/upgrade.svg similarity index 100% rename from projects/icons-material/src/sharp/upgrade.svg rename to projects/icons-material/src/material/sharp/upgrade.svg diff --git a/projects/icons-material/src/sharp/upload.svg b/projects/icons-material/src/material/sharp/upload.svg similarity index 100% rename from projects/icons-material/src/sharp/upload.svg rename to projects/icons-material/src/material/sharp/upload.svg diff --git a/projects/icons-material/src/sharp/upload_file.svg b/projects/icons-material/src/material/sharp/upload_file.svg similarity index 100% rename from projects/icons-material/src/sharp/upload_file.svg rename to projects/icons-material/src/material/sharp/upload_file.svg diff --git a/projects/icons-material/src/sharp/usb.svg b/projects/icons-material/src/material/sharp/usb.svg similarity index 100% rename from projects/icons-material/src/sharp/usb.svg rename to projects/icons-material/src/material/sharp/usb.svg diff --git a/projects/icons-material/src/sharp/usb_off.svg b/projects/icons-material/src/material/sharp/usb_off.svg similarity index 100% rename from projects/icons-material/src/sharp/usb_off.svg rename to projects/icons-material/src/material/sharp/usb_off.svg diff --git a/projects/icons-material/src/sharp/vaccines.svg b/projects/icons-material/src/material/sharp/vaccines.svg similarity index 100% rename from projects/icons-material/src/sharp/vaccines.svg rename to projects/icons-material/src/material/sharp/vaccines.svg diff --git a/projects/icons-material/src/sharp/vape_free.svg b/projects/icons-material/src/material/sharp/vape_free.svg similarity index 100% rename from projects/icons-material/src/sharp/vape_free.svg rename to projects/icons-material/src/material/sharp/vape_free.svg diff --git a/projects/icons-material/src/sharp/vaping_rooms.svg b/projects/icons-material/src/material/sharp/vaping_rooms.svg similarity index 100% rename from projects/icons-material/src/sharp/vaping_rooms.svg rename to projects/icons-material/src/material/sharp/vaping_rooms.svg diff --git a/projects/icons-material/src/sharp/verified.svg b/projects/icons-material/src/material/sharp/verified.svg similarity index 100% rename from projects/icons-material/src/sharp/verified.svg rename to projects/icons-material/src/material/sharp/verified.svg diff --git a/projects/icons-material/src/sharp/verified_user.svg b/projects/icons-material/src/material/sharp/verified_user.svg similarity index 100% rename from projects/icons-material/src/sharp/verified_user.svg rename to projects/icons-material/src/material/sharp/verified_user.svg diff --git a/projects/icons-material/src/sharp/vertical_align_bottom.svg b/projects/icons-material/src/material/sharp/vertical_align_bottom.svg similarity index 100% rename from projects/icons-material/src/sharp/vertical_align_bottom.svg rename to projects/icons-material/src/material/sharp/vertical_align_bottom.svg diff --git a/projects/icons-material/src/sharp/vertical_align_center.svg b/projects/icons-material/src/material/sharp/vertical_align_center.svg similarity index 100% rename from projects/icons-material/src/sharp/vertical_align_center.svg rename to projects/icons-material/src/material/sharp/vertical_align_center.svg diff --git a/projects/icons-material/src/sharp/vertical_align_top.svg b/projects/icons-material/src/material/sharp/vertical_align_top.svg similarity index 100% rename from projects/icons-material/src/sharp/vertical_align_top.svg rename to projects/icons-material/src/material/sharp/vertical_align_top.svg diff --git a/projects/icons-material/src/sharp/vertical_distribute.svg b/projects/icons-material/src/material/sharp/vertical_distribute.svg similarity index 100% rename from projects/icons-material/src/sharp/vertical_distribute.svg rename to projects/icons-material/src/material/sharp/vertical_distribute.svg diff --git a/projects/icons-material/src/sharp/vertical_shades.svg b/projects/icons-material/src/material/sharp/vertical_shades.svg similarity index 100% rename from projects/icons-material/src/sharp/vertical_shades.svg rename to projects/icons-material/src/material/sharp/vertical_shades.svg diff --git a/projects/icons-material/src/sharp/vertical_shades_closed.svg b/projects/icons-material/src/material/sharp/vertical_shades_closed.svg similarity index 100% rename from projects/icons-material/src/sharp/vertical_shades_closed.svg rename to projects/icons-material/src/material/sharp/vertical_shades_closed.svg diff --git a/projects/icons-material/src/sharp/vertical_split.svg b/projects/icons-material/src/material/sharp/vertical_split.svg similarity index 100% rename from projects/icons-material/src/sharp/vertical_split.svg rename to projects/icons-material/src/material/sharp/vertical_split.svg diff --git a/projects/icons-material/src/sharp/vibration.svg b/projects/icons-material/src/material/sharp/vibration.svg similarity index 100% rename from projects/icons-material/src/sharp/vibration.svg rename to projects/icons-material/src/material/sharp/vibration.svg diff --git a/projects/icons-material/src/sharp/video_call.svg b/projects/icons-material/src/material/sharp/video_call.svg similarity index 100% rename from projects/icons-material/src/sharp/video_call.svg rename to projects/icons-material/src/material/sharp/video_call.svg diff --git a/projects/icons-material/src/sharp/video_camera_back.svg b/projects/icons-material/src/material/sharp/video_camera_back.svg similarity index 100% rename from projects/icons-material/src/sharp/video_camera_back.svg rename to projects/icons-material/src/material/sharp/video_camera_back.svg diff --git a/projects/icons-material/src/sharp/video_camera_front.svg b/projects/icons-material/src/material/sharp/video_camera_front.svg similarity index 100% rename from projects/icons-material/src/sharp/video_camera_front.svg rename to projects/icons-material/src/material/sharp/video_camera_front.svg diff --git a/projects/icons-material/src/sharp/video_chat.svg b/projects/icons-material/src/material/sharp/video_chat.svg similarity index 100% rename from projects/icons-material/src/sharp/video_chat.svg rename to projects/icons-material/src/material/sharp/video_chat.svg diff --git a/projects/icons-material/src/sharp/video_file.svg b/projects/icons-material/src/material/sharp/video_file.svg similarity index 100% rename from projects/icons-material/src/sharp/video_file.svg rename to projects/icons-material/src/material/sharp/video_file.svg diff --git a/projects/icons-material/src/sharp/video_label.svg b/projects/icons-material/src/material/sharp/video_label.svg similarity index 100% rename from projects/icons-material/src/sharp/video_label.svg rename to projects/icons-material/src/material/sharp/video_label.svg diff --git a/projects/icons-material/src/sharp/video_library.svg b/projects/icons-material/src/material/sharp/video_library.svg similarity index 100% rename from projects/icons-material/src/sharp/video_library.svg rename to projects/icons-material/src/material/sharp/video_library.svg diff --git a/projects/icons-material/src/sharp/video_settings.svg b/projects/icons-material/src/material/sharp/video_settings.svg similarity index 100% rename from projects/icons-material/src/sharp/video_settings.svg rename to projects/icons-material/src/material/sharp/video_settings.svg diff --git a/projects/icons-material/src/sharp/video_stable.svg b/projects/icons-material/src/material/sharp/video_stable.svg similarity index 100% rename from projects/icons-material/src/sharp/video_stable.svg rename to projects/icons-material/src/material/sharp/video_stable.svg diff --git a/projects/icons-material/src/sharp/videocam.svg b/projects/icons-material/src/material/sharp/videocam.svg similarity index 100% rename from projects/icons-material/src/sharp/videocam.svg rename to projects/icons-material/src/material/sharp/videocam.svg diff --git a/projects/icons-material/src/sharp/videocam_off.svg b/projects/icons-material/src/material/sharp/videocam_off.svg similarity index 100% rename from projects/icons-material/src/sharp/videocam_off.svg rename to projects/icons-material/src/material/sharp/videocam_off.svg diff --git a/projects/icons-material/src/sharp/videogame_asset.svg b/projects/icons-material/src/material/sharp/videogame_asset.svg similarity index 100% rename from projects/icons-material/src/sharp/videogame_asset.svg rename to projects/icons-material/src/material/sharp/videogame_asset.svg diff --git a/projects/icons-material/src/sharp/videogame_asset_off.svg b/projects/icons-material/src/material/sharp/videogame_asset_off.svg similarity index 100% rename from projects/icons-material/src/sharp/videogame_asset_off.svg rename to projects/icons-material/src/material/sharp/videogame_asset_off.svg diff --git a/projects/icons-material/src/sharp/view_agenda.svg b/projects/icons-material/src/material/sharp/view_agenda.svg similarity index 100% rename from projects/icons-material/src/sharp/view_agenda.svg rename to projects/icons-material/src/material/sharp/view_agenda.svg diff --git a/projects/icons-material/src/sharp/view_array.svg b/projects/icons-material/src/material/sharp/view_array.svg similarity index 100% rename from projects/icons-material/src/sharp/view_array.svg rename to projects/icons-material/src/material/sharp/view_array.svg diff --git a/projects/icons-material/src/sharp/view_carousel.svg b/projects/icons-material/src/material/sharp/view_carousel.svg similarity index 100% rename from projects/icons-material/src/sharp/view_carousel.svg rename to projects/icons-material/src/material/sharp/view_carousel.svg diff --git a/projects/icons-material/src/sharp/view_column.svg b/projects/icons-material/src/material/sharp/view_column.svg similarity index 100% rename from projects/icons-material/src/sharp/view_column.svg rename to projects/icons-material/src/material/sharp/view_column.svg diff --git a/projects/icons-material/src/sharp/view_comfy.svg b/projects/icons-material/src/material/sharp/view_comfy.svg similarity index 100% rename from projects/icons-material/src/sharp/view_comfy.svg rename to projects/icons-material/src/material/sharp/view_comfy.svg diff --git a/projects/icons-material/src/sharp/view_comfy_alt.svg b/projects/icons-material/src/material/sharp/view_comfy_alt.svg similarity index 100% rename from projects/icons-material/src/sharp/view_comfy_alt.svg rename to projects/icons-material/src/material/sharp/view_comfy_alt.svg diff --git a/projects/icons-material/src/sharp/view_compact.svg b/projects/icons-material/src/material/sharp/view_compact.svg similarity index 100% rename from projects/icons-material/src/sharp/view_compact.svg rename to projects/icons-material/src/material/sharp/view_compact.svg diff --git a/projects/icons-material/src/sharp/view_compact_alt.svg b/projects/icons-material/src/material/sharp/view_compact_alt.svg similarity index 100% rename from projects/icons-material/src/sharp/view_compact_alt.svg rename to projects/icons-material/src/material/sharp/view_compact_alt.svg diff --git a/projects/icons-material/src/sharp/view_cozy.svg b/projects/icons-material/src/material/sharp/view_cozy.svg similarity index 100% rename from projects/icons-material/src/sharp/view_cozy.svg rename to projects/icons-material/src/material/sharp/view_cozy.svg diff --git a/projects/icons-material/src/sharp/view_day.svg b/projects/icons-material/src/material/sharp/view_day.svg similarity index 100% rename from projects/icons-material/src/sharp/view_day.svg rename to projects/icons-material/src/material/sharp/view_day.svg diff --git a/projects/icons-material/src/sharp/view_headline.svg b/projects/icons-material/src/material/sharp/view_headline.svg similarity index 100% rename from projects/icons-material/src/sharp/view_headline.svg rename to projects/icons-material/src/material/sharp/view_headline.svg diff --git a/projects/icons-material/src/sharp/view_in_ar.svg b/projects/icons-material/src/material/sharp/view_in_ar.svg similarity index 100% rename from projects/icons-material/src/sharp/view_in_ar.svg rename to projects/icons-material/src/material/sharp/view_in_ar.svg diff --git a/projects/icons-material/src/sharp/view_kanban.svg b/projects/icons-material/src/material/sharp/view_kanban.svg similarity index 100% rename from projects/icons-material/src/sharp/view_kanban.svg rename to projects/icons-material/src/material/sharp/view_kanban.svg diff --git a/projects/icons-material/src/sharp/view_list.svg b/projects/icons-material/src/material/sharp/view_list.svg similarity index 100% rename from projects/icons-material/src/sharp/view_list.svg rename to projects/icons-material/src/material/sharp/view_list.svg diff --git a/projects/icons-material/src/sharp/view_module.svg b/projects/icons-material/src/material/sharp/view_module.svg similarity index 100% rename from projects/icons-material/src/sharp/view_module.svg rename to projects/icons-material/src/material/sharp/view_module.svg diff --git a/projects/icons-material/src/sharp/view_quilt.svg b/projects/icons-material/src/material/sharp/view_quilt.svg similarity index 100% rename from projects/icons-material/src/sharp/view_quilt.svg rename to projects/icons-material/src/material/sharp/view_quilt.svg diff --git a/projects/icons-material/src/sharp/view_sidebar.svg b/projects/icons-material/src/material/sharp/view_sidebar.svg similarity index 100% rename from projects/icons-material/src/sharp/view_sidebar.svg rename to projects/icons-material/src/material/sharp/view_sidebar.svg diff --git a/projects/icons-material/src/sharp/view_stream.svg b/projects/icons-material/src/material/sharp/view_stream.svg similarity index 100% rename from projects/icons-material/src/sharp/view_stream.svg rename to projects/icons-material/src/material/sharp/view_stream.svg diff --git a/projects/icons-material/src/sharp/view_timeline.svg b/projects/icons-material/src/material/sharp/view_timeline.svg similarity index 100% rename from projects/icons-material/src/sharp/view_timeline.svg rename to projects/icons-material/src/material/sharp/view_timeline.svg diff --git a/projects/icons-material/src/sharp/view_week.svg b/projects/icons-material/src/material/sharp/view_week.svg similarity index 100% rename from projects/icons-material/src/sharp/view_week.svg rename to projects/icons-material/src/material/sharp/view_week.svg diff --git a/projects/icons-material/src/sharp/vignette.svg b/projects/icons-material/src/material/sharp/vignette.svg similarity index 100% rename from projects/icons-material/src/sharp/vignette.svg rename to projects/icons-material/src/material/sharp/vignette.svg diff --git a/projects/icons-material/src/sharp/villa.svg b/projects/icons-material/src/material/sharp/villa.svg similarity index 100% rename from projects/icons-material/src/sharp/villa.svg rename to projects/icons-material/src/material/sharp/villa.svg diff --git a/projects/icons-material/src/sharp/visibility.svg b/projects/icons-material/src/material/sharp/visibility.svg similarity index 100% rename from projects/icons-material/src/sharp/visibility.svg rename to projects/icons-material/src/material/sharp/visibility.svg diff --git a/projects/icons-material/src/sharp/visibility_off.svg b/projects/icons-material/src/material/sharp/visibility_off.svg similarity index 100% rename from projects/icons-material/src/sharp/visibility_off.svg rename to projects/icons-material/src/material/sharp/visibility_off.svg diff --git a/projects/icons-material/src/sharp/voice_chat.svg b/projects/icons-material/src/material/sharp/voice_chat.svg similarity index 100% rename from projects/icons-material/src/sharp/voice_chat.svg rename to projects/icons-material/src/material/sharp/voice_chat.svg diff --git a/projects/icons-material/src/sharp/voice_over_off.svg b/projects/icons-material/src/material/sharp/voice_over_off.svg similarity index 100% rename from projects/icons-material/src/sharp/voice_over_off.svg rename to projects/icons-material/src/material/sharp/voice_over_off.svg diff --git a/projects/icons-material/src/sharp/voicemail.svg b/projects/icons-material/src/material/sharp/voicemail.svg similarity index 100% rename from projects/icons-material/src/sharp/voicemail.svg rename to projects/icons-material/src/material/sharp/voicemail.svg diff --git a/projects/icons-material/src/sharp/volcano.svg b/projects/icons-material/src/material/sharp/volcano.svg similarity index 100% rename from projects/icons-material/src/sharp/volcano.svg rename to projects/icons-material/src/material/sharp/volcano.svg diff --git a/projects/icons-material/src/sharp/volume_down.svg b/projects/icons-material/src/material/sharp/volume_down.svg similarity index 100% rename from projects/icons-material/src/sharp/volume_down.svg rename to projects/icons-material/src/material/sharp/volume_down.svg diff --git a/projects/icons-material/src/sharp/volume_mute.svg b/projects/icons-material/src/material/sharp/volume_mute.svg similarity index 100% rename from projects/icons-material/src/sharp/volume_mute.svg rename to projects/icons-material/src/material/sharp/volume_mute.svg diff --git a/projects/icons-material/src/sharp/volume_off.svg b/projects/icons-material/src/material/sharp/volume_off.svg similarity index 100% rename from projects/icons-material/src/sharp/volume_off.svg rename to projects/icons-material/src/material/sharp/volume_off.svg diff --git a/projects/icons-material/src/sharp/volume_up.svg b/projects/icons-material/src/material/sharp/volume_up.svg similarity index 100% rename from projects/icons-material/src/sharp/volume_up.svg rename to projects/icons-material/src/material/sharp/volume_up.svg diff --git a/projects/icons-material/src/sharp/volunteer_activism.svg b/projects/icons-material/src/material/sharp/volunteer_activism.svg similarity index 100% rename from projects/icons-material/src/sharp/volunteer_activism.svg rename to projects/icons-material/src/material/sharp/volunteer_activism.svg diff --git a/projects/icons-material/src/sharp/vpn_key.svg b/projects/icons-material/src/material/sharp/vpn_key.svg similarity index 100% rename from projects/icons-material/src/sharp/vpn_key.svg rename to projects/icons-material/src/material/sharp/vpn_key.svg diff --git a/projects/icons-material/src/sharp/vpn_key_off.svg b/projects/icons-material/src/material/sharp/vpn_key_off.svg similarity index 100% rename from projects/icons-material/src/sharp/vpn_key_off.svg rename to projects/icons-material/src/material/sharp/vpn_key_off.svg diff --git a/projects/icons-material/src/sharp/vpn_lock.svg b/projects/icons-material/src/material/sharp/vpn_lock.svg similarity index 100% rename from projects/icons-material/src/sharp/vpn_lock.svg rename to projects/icons-material/src/material/sharp/vpn_lock.svg diff --git a/projects/icons-material/src/sharp/vrpano.svg b/projects/icons-material/src/material/sharp/vrpano.svg similarity index 100% rename from projects/icons-material/src/sharp/vrpano.svg rename to projects/icons-material/src/material/sharp/vrpano.svg diff --git a/projects/icons-material/src/sharp/wallet.svg b/projects/icons-material/src/material/sharp/wallet.svg similarity index 100% rename from projects/icons-material/src/sharp/wallet.svg rename to projects/icons-material/src/material/sharp/wallet.svg diff --git a/projects/icons-material/src/sharp/wallpaper.svg b/projects/icons-material/src/material/sharp/wallpaper.svg similarity index 100% rename from projects/icons-material/src/sharp/wallpaper.svg rename to projects/icons-material/src/material/sharp/wallpaper.svg diff --git a/projects/icons-material/src/sharp/warehouse.svg b/projects/icons-material/src/material/sharp/warehouse.svg similarity index 100% rename from projects/icons-material/src/sharp/warehouse.svg rename to projects/icons-material/src/material/sharp/warehouse.svg diff --git a/projects/icons-material/src/sharp/warning.svg b/projects/icons-material/src/material/sharp/warning.svg similarity index 100% rename from projects/icons-material/src/sharp/warning.svg rename to projects/icons-material/src/material/sharp/warning.svg diff --git a/projects/icons-material/src/sharp/warning_amber.svg b/projects/icons-material/src/material/sharp/warning_amber.svg similarity index 100% rename from projects/icons-material/src/sharp/warning_amber.svg rename to projects/icons-material/src/material/sharp/warning_amber.svg diff --git a/projects/icons-material/src/sharp/wash.svg b/projects/icons-material/src/material/sharp/wash.svg similarity index 100% rename from projects/icons-material/src/sharp/wash.svg rename to projects/icons-material/src/material/sharp/wash.svg diff --git a/projects/icons-material/src/sharp/watch.svg b/projects/icons-material/src/material/sharp/watch.svg similarity index 100% rename from projects/icons-material/src/sharp/watch.svg rename to projects/icons-material/src/material/sharp/watch.svg diff --git a/projects/icons-material/src/sharp/watch_later.svg b/projects/icons-material/src/material/sharp/watch_later.svg similarity index 100% rename from projects/icons-material/src/sharp/watch_later.svg rename to projects/icons-material/src/material/sharp/watch_later.svg diff --git a/projects/icons-material/src/sharp/watch_off.svg b/projects/icons-material/src/material/sharp/watch_off.svg similarity index 100% rename from projects/icons-material/src/sharp/watch_off.svg rename to projects/icons-material/src/material/sharp/watch_off.svg diff --git a/projects/icons-material/src/sharp/water.svg b/projects/icons-material/src/material/sharp/water.svg similarity index 100% rename from projects/icons-material/src/sharp/water.svg rename to projects/icons-material/src/material/sharp/water.svg diff --git a/projects/icons-material/src/sharp/water_damage.svg b/projects/icons-material/src/material/sharp/water_damage.svg similarity index 100% rename from projects/icons-material/src/sharp/water_damage.svg rename to projects/icons-material/src/material/sharp/water_damage.svg diff --git a/projects/icons-material/src/sharp/water_drop.svg b/projects/icons-material/src/material/sharp/water_drop.svg similarity index 100% rename from projects/icons-material/src/sharp/water_drop.svg rename to projects/icons-material/src/material/sharp/water_drop.svg diff --git a/projects/icons-material/src/sharp/waterfall_chart.svg b/projects/icons-material/src/material/sharp/waterfall_chart.svg similarity index 100% rename from projects/icons-material/src/sharp/waterfall_chart.svg rename to projects/icons-material/src/material/sharp/waterfall_chart.svg diff --git a/projects/icons-material/src/sharp/waves.svg b/projects/icons-material/src/material/sharp/waves.svg similarity index 100% rename from projects/icons-material/src/sharp/waves.svg rename to projects/icons-material/src/material/sharp/waves.svg diff --git a/projects/icons-material/src/sharp/waving_hand.svg b/projects/icons-material/src/material/sharp/waving_hand.svg similarity index 100% rename from projects/icons-material/src/sharp/waving_hand.svg rename to projects/icons-material/src/material/sharp/waving_hand.svg diff --git a/projects/icons-material/src/sharp/wb_auto.svg b/projects/icons-material/src/material/sharp/wb_auto.svg similarity index 100% rename from projects/icons-material/src/sharp/wb_auto.svg rename to projects/icons-material/src/material/sharp/wb_auto.svg diff --git a/projects/icons-material/src/sharp/wb_cloudy.svg b/projects/icons-material/src/material/sharp/wb_cloudy.svg similarity index 100% rename from projects/icons-material/src/sharp/wb_cloudy.svg rename to projects/icons-material/src/material/sharp/wb_cloudy.svg diff --git a/projects/icons-material/src/sharp/wb_incandescent.svg b/projects/icons-material/src/material/sharp/wb_incandescent.svg similarity index 100% rename from projects/icons-material/src/sharp/wb_incandescent.svg rename to projects/icons-material/src/material/sharp/wb_incandescent.svg diff --git a/projects/icons-material/src/sharp/wb_iridescent.svg b/projects/icons-material/src/material/sharp/wb_iridescent.svg similarity index 100% rename from projects/icons-material/src/sharp/wb_iridescent.svg rename to projects/icons-material/src/material/sharp/wb_iridescent.svg diff --git a/projects/icons-material/src/sharp/wb_shade.svg b/projects/icons-material/src/material/sharp/wb_shade.svg similarity index 100% rename from projects/icons-material/src/sharp/wb_shade.svg rename to projects/icons-material/src/material/sharp/wb_shade.svg diff --git a/projects/icons-material/src/sharp/wb_sunny.svg b/projects/icons-material/src/material/sharp/wb_sunny.svg similarity index 100% rename from projects/icons-material/src/sharp/wb_sunny.svg rename to projects/icons-material/src/material/sharp/wb_sunny.svg diff --git a/projects/icons-material/src/sharp/wb_twilight.svg b/projects/icons-material/src/material/sharp/wb_twilight.svg similarity index 100% rename from projects/icons-material/src/sharp/wb_twilight.svg rename to projects/icons-material/src/material/sharp/wb_twilight.svg diff --git a/projects/icons-material/src/sharp/wc.svg b/projects/icons-material/src/material/sharp/wc.svg similarity index 100% rename from projects/icons-material/src/sharp/wc.svg rename to projects/icons-material/src/material/sharp/wc.svg diff --git a/projects/icons-material/src/sharp/web.svg b/projects/icons-material/src/material/sharp/web.svg similarity index 100% rename from projects/icons-material/src/sharp/web.svg rename to projects/icons-material/src/material/sharp/web.svg diff --git a/projects/icons-material/src/sharp/web_asset.svg b/projects/icons-material/src/material/sharp/web_asset.svg similarity index 100% rename from projects/icons-material/src/sharp/web_asset.svg rename to projects/icons-material/src/material/sharp/web_asset.svg diff --git a/projects/icons-material/src/sharp/web_asset_off.svg b/projects/icons-material/src/material/sharp/web_asset_off.svg similarity index 100% rename from projects/icons-material/src/sharp/web_asset_off.svg rename to projects/icons-material/src/material/sharp/web_asset_off.svg diff --git a/projects/icons-material/src/sharp/web_stories.svg b/projects/icons-material/src/material/sharp/web_stories.svg similarity index 100% rename from projects/icons-material/src/sharp/web_stories.svg rename to projects/icons-material/src/material/sharp/web_stories.svg diff --git a/projects/icons-material/src/sharp/webhook.svg b/projects/icons-material/src/material/sharp/webhook.svg similarity index 100% rename from projects/icons-material/src/sharp/webhook.svg rename to projects/icons-material/src/material/sharp/webhook.svg diff --git a/projects/icons-material/src/sharp/weekend.svg b/projects/icons-material/src/material/sharp/weekend.svg similarity index 100% rename from projects/icons-material/src/sharp/weekend.svg rename to projects/icons-material/src/material/sharp/weekend.svg diff --git a/projects/icons-material/src/sharp/west.svg b/projects/icons-material/src/material/sharp/west.svg similarity index 100% rename from projects/icons-material/src/sharp/west.svg rename to projects/icons-material/src/material/sharp/west.svg diff --git a/projects/icons-material/src/sharp/whatshot.svg b/projects/icons-material/src/material/sharp/whatshot.svg similarity index 100% rename from projects/icons-material/src/sharp/whatshot.svg rename to projects/icons-material/src/material/sharp/whatshot.svg diff --git a/projects/icons-material/src/sharp/wheelchair_pickup.svg b/projects/icons-material/src/material/sharp/wheelchair_pickup.svg similarity index 100% rename from projects/icons-material/src/sharp/wheelchair_pickup.svg rename to projects/icons-material/src/material/sharp/wheelchair_pickup.svg diff --git a/projects/icons-material/src/sharp/where_to_vote.svg b/projects/icons-material/src/material/sharp/where_to_vote.svg similarity index 100% rename from projects/icons-material/src/sharp/where_to_vote.svg rename to projects/icons-material/src/material/sharp/where_to_vote.svg diff --git a/projects/icons-material/src/sharp/widgets.svg b/projects/icons-material/src/material/sharp/widgets.svg similarity index 100% rename from projects/icons-material/src/sharp/widgets.svg rename to projects/icons-material/src/material/sharp/widgets.svg diff --git a/projects/icons-material/src/sharp/width_full.svg b/projects/icons-material/src/material/sharp/width_full.svg similarity index 100% rename from projects/icons-material/src/sharp/width_full.svg rename to projects/icons-material/src/material/sharp/width_full.svg diff --git a/projects/icons-material/src/sharp/width_normal.svg b/projects/icons-material/src/material/sharp/width_normal.svg similarity index 100% rename from projects/icons-material/src/sharp/width_normal.svg rename to projects/icons-material/src/material/sharp/width_normal.svg diff --git a/projects/icons-material/src/sharp/width_wide.svg b/projects/icons-material/src/material/sharp/width_wide.svg similarity index 100% rename from projects/icons-material/src/sharp/width_wide.svg rename to projects/icons-material/src/material/sharp/width_wide.svg diff --git a/projects/icons-material/src/sharp/wifi.svg b/projects/icons-material/src/material/sharp/wifi.svg similarity index 100% rename from projects/icons-material/src/sharp/wifi.svg rename to projects/icons-material/src/material/sharp/wifi.svg diff --git a/projects/icons-material/src/sharp/wifi_1_bar.svg b/projects/icons-material/src/material/sharp/wifi_1_bar.svg similarity index 100% rename from projects/icons-material/src/sharp/wifi_1_bar.svg rename to projects/icons-material/src/material/sharp/wifi_1_bar.svg diff --git a/projects/icons-material/src/sharp/wifi_2_bar.svg b/projects/icons-material/src/material/sharp/wifi_2_bar.svg similarity index 100% rename from projects/icons-material/src/sharp/wifi_2_bar.svg rename to projects/icons-material/src/material/sharp/wifi_2_bar.svg diff --git a/projects/icons-material/src/sharp/wifi_calling.svg b/projects/icons-material/src/material/sharp/wifi_calling.svg similarity index 100% rename from projects/icons-material/src/sharp/wifi_calling.svg rename to projects/icons-material/src/material/sharp/wifi_calling.svg diff --git a/projects/icons-material/src/sharp/wifi_calling_3.svg b/projects/icons-material/src/material/sharp/wifi_calling_3.svg similarity index 100% rename from projects/icons-material/src/sharp/wifi_calling_3.svg rename to projects/icons-material/src/material/sharp/wifi_calling_3.svg diff --git a/projects/icons-material/src/sharp/wifi_channel.svg b/projects/icons-material/src/material/sharp/wifi_channel.svg similarity index 100% rename from projects/icons-material/src/sharp/wifi_channel.svg rename to projects/icons-material/src/material/sharp/wifi_channel.svg diff --git a/projects/icons-material/src/sharp/wifi_find.svg b/projects/icons-material/src/material/sharp/wifi_find.svg similarity index 100% rename from projects/icons-material/src/sharp/wifi_find.svg rename to projects/icons-material/src/material/sharp/wifi_find.svg diff --git a/projects/icons-material/src/sharp/wifi_lock.svg b/projects/icons-material/src/material/sharp/wifi_lock.svg similarity index 100% rename from projects/icons-material/src/sharp/wifi_lock.svg rename to projects/icons-material/src/material/sharp/wifi_lock.svg diff --git a/projects/icons-material/src/sharp/wifi_off.svg b/projects/icons-material/src/material/sharp/wifi_off.svg similarity index 100% rename from projects/icons-material/src/sharp/wifi_off.svg rename to projects/icons-material/src/material/sharp/wifi_off.svg diff --git a/projects/icons-material/src/sharp/wifi_password.svg b/projects/icons-material/src/material/sharp/wifi_password.svg similarity index 100% rename from projects/icons-material/src/sharp/wifi_password.svg rename to projects/icons-material/src/material/sharp/wifi_password.svg diff --git a/projects/icons-material/src/sharp/wifi_protected_setup.svg b/projects/icons-material/src/material/sharp/wifi_protected_setup.svg similarity index 100% rename from projects/icons-material/src/sharp/wifi_protected_setup.svg rename to projects/icons-material/src/material/sharp/wifi_protected_setup.svg diff --git a/projects/icons-material/src/sharp/wifi_tethering.svg b/projects/icons-material/src/material/sharp/wifi_tethering.svg similarity index 100% rename from projects/icons-material/src/sharp/wifi_tethering.svg rename to projects/icons-material/src/material/sharp/wifi_tethering.svg diff --git a/projects/icons-material/src/sharp/wifi_tethering_error.svg b/projects/icons-material/src/material/sharp/wifi_tethering_error.svg similarity index 100% rename from projects/icons-material/src/sharp/wifi_tethering_error.svg rename to projects/icons-material/src/material/sharp/wifi_tethering_error.svg diff --git a/projects/icons-material/src/sharp/wifi_tethering_off.svg b/projects/icons-material/src/material/sharp/wifi_tethering_off.svg similarity index 100% rename from projects/icons-material/src/sharp/wifi_tethering_off.svg rename to projects/icons-material/src/material/sharp/wifi_tethering_off.svg diff --git a/projects/icons-material/src/sharp/wind_power.svg b/projects/icons-material/src/material/sharp/wind_power.svg similarity index 100% rename from projects/icons-material/src/sharp/wind_power.svg rename to projects/icons-material/src/material/sharp/wind_power.svg diff --git a/projects/icons-material/src/sharp/window.svg b/projects/icons-material/src/material/sharp/window.svg similarity index 100% rename from projects/icons-material/src/sharp/window.svg rename to projects/icons-material/src/material/sharp/window.svg diff --git a/projects/icons-material/src/sharp/wine_bar.svg b/projects/icons-material/src/material/sharp/wine_bar.svg similarity index 100% rename from projects/icons-material/src/sharp/wine_bar.svg rename to projects/icons-material/src/material/sharp/wine_bar.svg diff --git a/projects/icons-material/src/sharp/woman.svg b/projects/icons-material/src/material/sharp/woman.svg similarity index 100% rename from projects/icons-material/src/sharp/woman.svg rename to projects/icons-material/src/material/sharp/woman.svg diff --git a/projects/icons-material/src/sharp/woman_2.svg b/projects/icons-material/src/material/sharp/woman_2.svg similarity index 100% rename from projects/icons-material/src/sharp/woman_2.svg rename to projects/icons-material/src/material/sharp/woman_2.svg diff --git a/projects/icons-material/src/sharp/work.svg b/projects/icons-material/src/material/sharp/work.svg similarity index 100% rename from projects/icons-material/src/sharp/work.svg rename to projects/icons-material/src/material/sharp/work.svg diff --git a/projects/icons-material/src/sharp/work_history.svg b/projects/icons-material/src/material/sharp/work_history.svg similarity index 100% rename from projects/icons-material/src/sharp/work_history.svg rename to projects/icons-material/src/material/sharp/work_history.svg diff --git a/projects/icons-material/src/sharp/work_off.svg b/projects/icons-material/src/material/sharp/work_off.svg similarity index 100% rename from projects/icons-material/src/sharp/work_off.svg rename to projects/icons-material/src/material/sharp/work_off.svg diff --git a/projects/icons-material/src/sharp/work_outline.svg b/projects/icons-material/src/material/sharp/work_outline.svg similarity index 100% rename from projects/icons-material/src/sharp/work_outline.svg rename to projects/icons-material/src/material/sharp/work_outline.svg diff --git a/projects/icons-material/src/sharp/workspace_premium.svg b/projects/icons-material/src/material/sharp/workspace_premium.svg similarity index 100% rename from projects/icons-material/src/sharp/workspace_premium.svg rename to projects/icons-material/src/material/sharp/workspace_premium.svg diff --git a/projects/icons-material/src/sharp/workspaces.svg b/projects/icons-material/src/material/sharp/workspaces.svg similarity index 100% rename from projects/icons-material/src/sharp/workspaces.svg rename to projects/icons-material/src/material/sharp/workspaces.svg diff --git a/projects/icons-material/src/sharp/wrap_text.svg b/projects/icons-material/src/material/sharp/wrap_text.svg similarity index 100% rename from projects/icons-material/src/sharp/wrap_text.svg rename to projects/icons-material/src/material/sharp/wrap_text.svg diff --git a/projects/icons-material/src/sharp/wrong_location.svg b/projects/icons-material/src/material/sharp/wrong_location.svg similarity index 100% rename from projects/icons-material/src/sharp/wrong_location.svg rename to projects/icons-material/src/material/sharp/wrong_location.svg diff --git a/projects/icons-material/src/sharp/wysiwyg.svg b/projects/icons-material/src/material/sharp/wysiwyg.svg similarity index 100% rename from projects/icons-material/src/sharp/wysiwyg.svg rename to projects/icons-material/src/material/sharp/wysiwyg.svg diff --git a/projects/icons-material/src/sharp/yard.svg b/projects/icons-material/src/material/sharp/yard.svg similarity index 100% rename from projects/icons-material/src/sharp/yard.svg rename to projects/icons-material/src/material/sharp/yard.svg diff --git a/projects/icons-material/src/sharp/youtube_searched_for.svg b/projects/icons-material/src/material/sharp/youtube_searched_for.svg similarity index 100% rename from projects/icons-material/src/sharp/youtube_searched_for.svg rename to projects/icons-material/src/material/sharp/youtube_searched_for.svg diff --git a/projects/icons-material/src/sharp/zoom_in.svg b/projects/icons-material/src/material/sharp/zoom_in.svg similarity index 100% rename from projects/icons-material/src/sharp/zoom_in.svg rename to projects/icons-material/src/material/sharp/zoom_in.svg diff --git a/projects/icons-material/src/sharp/zoom_in_map.svg b/projects/icons-material/src/material/sharp/zoom_in_map.svg similarity index 100% rename from projects/icons-material/src/sharp/zoom_in_map.svg rename to projects/icons-material/src/material/sharp/zoom_in_map.svg diff --git a/projects/icons-material/src/sharp/zoom_out.svg b/projects/icons-material/src/material/sharp/zoom_out.svg similarity index 100% rename from projects/icons-material/src/sharp/zoom_out.svg rename to projects/icons-material/src/material/sharp/zoom_out.svg diff --git a/projects/icons-material/src/sharp/zoom_out_map.svg b/projects/icons-material/src/material/sharp/zoom_out_map.svg similarity index 100% rename from projects/icons-material/src/sharp/zoom_out_map.svg rename to projects/icons-material/src/material/sharp/zoom_out_map.svg diff --git a/projects/icons-material/src/two-tone/10k.svg b/projects/icons-material/src/material/two-tone/10k.svg similarity index 100% rename from projects/icons-material/src/two-tone/10k.svg rename to projects/icons-material/src/material/two-tone/10k.svg diff --git a/projects/icons-material/src/two-tone/10mp.svg b/projects/icons-material/src/material/two-tone/10mp.svg similarity index 100% rename from projects/icons-material/src/two-tone/10mp.svg rename to projects/icons-material/src/material/two-tone/10mp.svg diff --git a/projects/icons-material/src/two-tone/11mp.svg b/projects/icons-material/src/material/two-tone/11mp.svg similarity index 100% rename from projects/icons-material/src/two-tone/11mp.svg rename to projects/icons-material/src/material/two-tone/11mp.svg diff --git a/projects/icons-material/src/two-tone/123.svg b/projects/icons-material/src/material/two-tone/123.svg similarity index 100% rename from projects/icons-material/src/two-tone/123.svg rename to projects/icons-material/src/material/two-tone/123.svg diff --git a/projects/icons-material/src/two-tone/12mp.svg b/projects/icons-material/src/material/two-tone/12mp.svg similarity index 100% rename from projects/icons-material/src/two-tone/12mp.svg rename to projects/icons-material/src/material/two-tone/12mp.svg diff --git a/projects/icons-material/src/two-tone/13mp.svg b/projects/icons-material/src/material/two-tone/13mp.svg similarity index 100% rename from projects/icons-material/src/two-tone/13mp.svg rename to projects/icons-material/src/material/two-tone/13mp.svg diff --git a/projects/icons-material/src/two-tone/14mp.svg b/projects/icons-material/src/material/two-tone/14mp.svg similarity index 100% rename from projects/icons-material/src/two-tone/14mp.svg rename to projects/icons-material/src/material/two-tone/14mp.svg diff --git a/projects/icons-material/src/two-tone/15mp.svg b/projects/icons-material/src/material/two-tone/15mp.svg similarity index 100% rename from projects/icons-material/src/two-tone/15mp.svg rename to projects/icons-material/src/material/two-tone/15mp.svg diff --git a/projects/icons-material/src/two-tone/16mp.svg b/projects/icons-material/src/material/two-tone/16mp.svg similarity index 100% rename from projects/icons-material/src/two-tone/16mp.svg rename to projects/icons-material/src/material/two-tone/16mp.svg diff --git a/projects/icons-material/src/two-tone/17mp.svg b/projects/icons-material/src/material/two-tone/17mp.svg similarity index 100% rename from projects/icons-material/src/two-tone/17mp.svg rename to projects/icons-material/src/material/two-tone/17mp.svg diff --git a/projects/icons-material/src/two-tone/18_up_rating.svg b/projects/icons-material/src/material/two-tone/18_up_rating.svg similarity index 100% rename from projects/icons-material/src/two-tone/18_up_rating.svg rename to projects/icons-material/src/material/two-tone/18_up_rating.svg diff --git a/projects/icons-material/src/two-tone/18mp.svg b/projects/icons-material/src/material/two-tone/18mp.svg similarity index 100% rename from projects/icons-material/src/two-tone/18mp.svg rename to projects/icons-material/src/material/two-tone/18mp.svg diff --git a/projects/icons-material/src/two-tone/19mp.svg b/projects/icons-material/src/material/two-tone/19mp.svg similarity index 100% rename from projects/icons-material/src/two-tone/19mp.svg rename to projects/icons-material/src/material/two-tone/19mp.svg diff --git a/projects/icons-material/src/two-tone/1k.svg b/projects/icons-material/src/material/two-tone/1k.svg similarity index 100% rename from projects/icons-material/src/two-tone/1k.svg rename to projects/icons-material/src/material/two-tone/1k.svg diff --git a/projects/icons-material/src/two-tone/1k_plus.svg b/projects/icons-material/src/material/two-tone/1k_plus.svg similarity index 100% rename from projects/icons-material/src/two-tone/1k_plus.svg rename to projects/icons-material/src/material/two-tone/1k_plus.svg diff --git a/projects/icons-material/src/two-tone/1x_mobiledata.svg b/projects/icons-material/src/material/two-tone/1x_mobiledata.svg similarity index 100% rename from projects/icons-material/src/two-tone/1x_mobiledata.svg rename to projects/icons-material/src/material/two-tone/1x_mobiledata.svg diff --git a/projects/icons-material/src/two-tone/20mp.svg b/projects/icons-material/src/material/two-tone/20mp.svg similarity index 100% rename from projects/icons-material/src/two-tone/20mp.svg rename to projects/icons-material/src/material/two-tone/20mp.svg diff --git a/projects/icons-material/src/two-tone/21mp.svg b/projects/icons-material/src/material/two-tone/21mp.svg similarity index 100% rename from projects/icons-material/src/two-tone/21mp.svg rename to projects/icons-material/src/material/two-tone/21mp.svg diff --git a/projects/icons-material/src/two-tone/22mp.svg b/projects/icons-material/src/material/two-tone/22mp.svg similarity index 100% rename from projects/icons-material/src/two-tone/22mp.svg rename to projects/icons-material/src/material/two-tone/22mp.svg diff --git a/projects/icons-material/src/two-tone/23mp.svg b/projects/icons-material/src/material/two-tone/23mp.svg similarity index 100% rename from projects/icons-material/src/two-tone/23mp.svg rename to projects/icons-material/src/material/two-tone/23mp.svg diff --git a/projects/icons-material/src/two-tone/24mp.svg b/projects/icons-material/src/material/two-tone/24mp.svg similarity index 100% rename from projects/icons-material/src/two-tone/24mp.svg rename to projects/icons-material/src/material/two-tone/24mp.svg diff --git a/projects/icons-material/src/two-tone/2k.svg b/projects/icons-material/src/material/two-tone/2k.svg similarity index 100% rename from projects/icons-material/src/two-tone/2k.svg rename to projects/icons-material/src/material/two-tone/2k.svg diff --git a/projects/icons-material/src/two-tone/2k_plus.svg b/projects/icons-material/src/material/two-tone/2k_plus.svg similarity index 100% rename from projects/icons-material/src/two-tone/2k_plus.svg rename to projects/icons-material/src/material/two-tone/2k_plus.svg diff --git a/projects/icons-material/src/two-tone/2mp.svg b/projects/icons-material/src/material/two-tone/2mp.svg similarity index 100% rename from projects/icons-material/src/two-tone/2mp.svg rename to projects/icons-material/src/material/two-tone/2mp.svg diff --git a/projects/icons-material/src/two-tone/30fps.svg b/projects/icons-material/src/material/two-tone/30fps.svg similarity index 100% rename from projects/icons-material/src/two-tone/30fps.svg rename to projects/icons-material/src/material/two-tone/30fps.svg diff --git a/projects/icons-material/src/two-tone/30fps_select.svg b/projects/icons-material/src/material/two-tone/30fps_select.svg similarity index 100% rename from projects/icons-material/src/two-tone/30fps_select.svg rename to projects/icons-material/src/material/two-tone/30fps_select.svg diff --git a/projects/icons-material/src/two-tone/360.svg b/projects/icons-material/src/material/two-tone/360.svg similarity index 100% rename from projects/icons-material/src/two-tone/360.svg rename to projects/icons-material/src/material/two-tone/360.svg diff --git a/projects/icons-material/src/two-tone/3d_rotation.svg b/projects/icons-material/src/material/two-tone/3d_rotation.svg similarity index 100% rename from projects/icons-material/src/two-tone/3d_rotation.svg rename to projects/icons-material/src/material/two-tone/3d_rotation.svg diff --git a/projects/icons-material/src/two-tone/3g_mobiledata.svg b/projects/icons-material/src/material/two-tone/3g_mobiledata.svg similarity index 100% rename from projects/icons-material/src/two-tone/3g_mobiledata.svg rename to projects/icons-material/src/material/two-tone/3g_mobiledata.svg diff --git a/projects/icons-material/src/two-tone/3k.svg b/projects/icons-material/src/material/two-tone/3k.svg similarity index 100% rename from projects/icons-material/src/two-tone/3k.svg rename to projects/icons-material/src/material/two-tone/3k.svg diff --git a/projects/icons-material/src/two-tone/3k_plus.svg b/projects/icons-material/src/material/two-tone/3k_plus.svg similarity index 100% rename from projects/icons-material/src/two-tone/3k_plus.svg rename to projects/icons-material/src/material/two-tone/3k_plus.svg diff --git a/projects/icons-material/src/two-tone/3mp.svg b/projects/icons-material/src/material/two-tone/3mp.svg similarity index 100% rename from projects/icons-material/src/two-tone/3mp.svg rename to projects/icons-material/src/material/two-tone/3mp.svg diff --git a/projects/icons-material/src/two-tone/3p.svg b/projects/icons-material/src/material/two-tone/3p.svg similarity index 100% rename from projects/icons-material/src/two-tone/3p.svg rename to projects/icons-material/src/material/two-tone/3p.svg diff --git a/projects/icons-material/src/two-tone/4g_mobiledata.svg b/projects/icons-material/src/material/two-tone/4g_mobiledata.svg similarity index 100% rename from projects/icons-material/src/two-tone/4g_mobiledata.svg rename to projects/icons-material/src/material/two-tone/4g_mobiledata.svg diff --git a/projects/icons-material/src/two-tone/4g_plus_mobiledata.svg b/projects/icons-material/src/material/two-tone/4g_plus_mobiledata.svg similarity index 100% rename from projects/icons-material/src/two-tone/4g_plus_mobiledata.svg rename to projects/icons-material/src/material/two-tone/4g_plus_mobiledata.svg diff --git a/projects/icons-material/src/two-tone/4k.svg b/projects/icons-material/src/material/two-tone/4k.svg similarity index 100% rename from projects/icons-material/src/two-tone/4k.svg rename to projects/icons-material/src/material/two-tone/4k.svg diff --git a/projects/icons-material/src/two-tone/4k_plus.svg b/projects/icons-material/src/material/two-tone/4k_plus.svg similarity index 100% rename from projects/icons-material/src/two-tone/4k_plus.svg rename to projects/icons-material/src/material/two-tone/4k_plus.svg diff --git a/projects/icons-material/src/two-tone/4mp.svg b/projects/icons-material/src/material/two-tone/4mp.svg similarity index 100% rename from projects/icons-material/src/two-tone/4mp.svg rename to projects/icons-material/src/material/two-tone/4mp.svg diff --git a/projects/icons-material/src/two-tone/5g.svg b/projects/icons-material/src/material/two-tone/5g.svg similarity index 100% rename from projects/icons-material/src/two-tone/5g.svg rename to projects/icons-material/src/material/two-tone/5g.svg diff --git a/projects/icons-material/src/two-tone/5k.svg b/projects/icons-material/src/material/two-tone/5k.svg similarity index 100% rename from projects/icons-material/src/two-tone/5k.svg rename to projects/icons-material/src/material/two-tone/5k.svg diff --git a/projects/icons-material/src/two-tone/5k_plus.svg b/projects/icons-material/src/material/two-tone/5k_plus.svg similarity index 100% rename from projects/icons-material/src/two-tone/5k_plus.svg rename to projects/icons-material/src/material/two-tone/5k_plus.svg diff --git a/projects/icons-material/src/two-tone/5mp.svg b/projects/icons-material/src/material/two-tone/5mp.svg similarity index 100% rename from projects/icons-material/src/two-tone/5mp.svg rename to projects/icons-material/src/material/two-tone/5mp.svg diff --git a/projects/icons-material/src/two-tone/60fps.svg b/projects/icons-material/src/material/two-tone/60fps.svg similarity index 100% rename from projects/icons-material/src/two-tone/60fps.svg rename to projects/icons-material/src/material/two-tone/60fps.svg diff --git a/projects/icons-material/src/two-tone/60fps_select.svg b/projects/icons-material/src/material/two-tone/60fps_select.svg similarity index 100% rename from projects/icons-material/src/two-tone/60fps_select.svg rename to projects/icons-material/src/material/two-tone/60fps_select.svg diff --git a/projects/icons-material/src/two-tone/6_ft_apart.svg b/projects/icons-material/src/material/two-tone/6_ft_apart.svg similarity index 100% rename from projects/icons-material/src/two-tone/6_ft_apart.svg rename to projects/icons-material/src/material/two-tone/6_ft_apart.svg diff --git a/projects/icons-material/src/two-tone/6k.svg b/projects/icons-material/src/material/two-tone/6k.svg similarity index 100% rename from projects/icons-material/src/two-tone/6k.svg rename to projects/icons-material/src/material/two-tone/6k.svg diff --git a/projects/icons-material/src/two-tone/6k_plus.svg b/projects/icons-material/src/material/two-tone/6k_plus.svg similarity index 100% rename from projects/icons-material/src/two-tone/6k_plus.svg rename to projects/icons-material/src/material/two-tone/6k_plus.svg diff --git a/projects/icons-material/src/two-tone/6mp.svg b/projects/icons-material/src/material/two-tone/6mp.svg similarity index 100% rename from projects/icons-material/src/two-tone/6mp.svg rename to projects/icons-material/src/material/two-tone/6mp.svg diff --git a/projects/icons-material/src/two-tone/7k.svg b/projects/icons-material/src/material/two-tone/7k.svg similarity index 100% rename from projects/icons-material/src/two-tone/7k.svg rename to projects/icons-material/src/material/two-tone/7k.svg diff --git a/projects/icons-material/src/two-tone/7k_plus.svg b/projects/icons-material/src/material/two-tone/7k_plus.svg similarity index 100% rename from projects/icons-material/src/two-tone/7k_plus.svg rename to projects/icons-material/src/material/two-tone/7k_plus.svg diff --git a/projects/icons-material/src/two-tone/7mp.svg b/projects/icons-material/src/material/two-tone/7mp.svg similarity index 100% rename from projects/icons-material/src/two-tone/7mp.svg rename to projects/icons-material/src/material/two-tone/7mp.svg diff --git a/projects/icons-material/src/two-tone/8k.svg b/projects/icons-material/src/material/two-tone/8k.svg similarity index 100% rename from projects/icons-material/src/two-tone/8k.svg rename to projects/icons-material/src/material/two-tone/8k.svg diff --git a/projects/icons-material/src/two-tone/8k_plus.svg b/projects/icons-material/src/material/two-tone/8k_plus.svg similarity index 100% rename from projects/icons-material/src/two-tone/8k_plus.svg rename to projects/icons-material/src/material/two-tone/8k_plus.svg diff --git a/projects/icons-material/src/two-tone/8mp.svg b/projects/icons-material/src/material/two-tone/8mp.svg similarity index 100% rename from projects/icons-material/src/two-tone/8mp.svg rename to projects/icons-material/src/material/two-tone/8mp.svg diff --git a/projects/icons-material/src/two-tone/9k.svg b/projects/icons-material/src/material/two-tone/9k.svg similarity index 100% rename from projects/icons-material/src/two-tone/9k.svg rename to projects/icons-material/src/material/two-tone/9k.svg diff --git a/projects/icons-material/src/two-tone/9k_plus.svg b/projects/icons-material/src/material/two-tone/9k_plus.svg similarity index 100% rename from projects/icons-material/src/two-tone/9k_plus.svg rename to projects/icons-material/src/material/two-tone/9k_plus.svg diff --git a/projects/icons-material/src/two-tone/9mp.svg b/projects/icons-material/src/material/two-tone/9mp.svg similarity index 100% rename from projects/icons-material/src/two-tone/9mp.svg rename to projects/icons-material/src/material/two-tone/9mp.svg diff --git a/projects/icons-material/src/two-tone/abc.svg b/projects/icons-material/src/material/two-tone/abc.svg similarity index 100% rename from projects/icons-material/src/two-tone/abc.svg rename to projects/icons-material/src/material/two-tone/abc.svg diff --git a/projects/icons-material/src/two-tone/ac_unit.svg b/projects/icons-material/src/material/two-tone/ac_unit.svg similarity index 100% rename from projects/icons-material/src/two-tone/ac_unit.svg rename to projects/icons-material/src/material/two-tone/ac_unit.svg diff --git a/projects/icons-material/src/two-tone/access_alarm.svg b/projects/icons-material/src/material/two-tone/access_alarm.svg similarity index 100% rename from projects/icons-material/src/two-tone/access_alarm.svg rename to projects/icons-material/src/material/two-tone/access_alarm.svg diff --git a/projects/icons-material/src/two-tone/access_alarms.svg b/projects/icons-material/src/material/two-tone/access_alarms.svg similarity index 100% rename from projects/icons-material/src/two-tone/access_alarms.svg rename to projects/icons-material/src/material/two-tone/access_alarms.svg diff --git a/projects/icons-material/src/two-tone/access_time.svg b/projects/icons-material/src/material/two-tone/access_time.svg similarity index 100% rename from projects/icons-material/src/two-tone/access_time.svg rename to projects/icons-material/src/material/two-tone/access_time.svg diff --git a/projects/icons-material/src/two-tone/access_time_filled.svg b/projects/icons-material/src/material/two-tone/access_time_filled.svg similarity index 100% rename from projects/icons-material/src/two-tone/access_time_filled.svg rename to projects/icons-material/src/material/two-tone/access_time_filled.svg diff --git a/projects/icons-material/src/two-tone/accessibility.svg b/projects/icons-material/src/material/two-tone/accessibility.svg similarity index 100% rename from projects/icons-material/src/two-tone/accessibility.svg rename to projects/icons-material/src/material/two-tone/accessibility.svg diff --git a/projects/icons-material/src/two-tone/accessibility_new.svg b/projects/icons-material/src/material/two-tone/accessibility_new.svg similarity index 100% rename from projects/icons-material/src/two-tone/accessibility_new.svg rename to projects/icons-material/src/material/two-tone/accessibility_new.svg diff --git a/projects/icons-material/src/two-tone/accessible.svg b/projects/icons-material/src/material/two-tone/accessible.svg similarity index 100% rename from projects/icons-material/src/two-tone/accessible.svg rename to projects/icons-material/src/material/two-tone/accessible.svg diff --git a/projects/icons-material/src/two-tone/accessible_forward.svg b/projects/icons-material/src/material/two-tone/accessible_forward.svg similarity index 100% rename from projects/icons-material/src/two-tone/accessible_forward.svg rename to projects/icons-material/src/material/two-tone/accessible_forward.svg diff --git a/projects/icons-material/src/two-tone/account_balance.svg b/projects/icons-material/src/material/two-tone/account_balance.svg similarity index 100% rename from projects/icons-material/src/two-tone/account_balance.svg rename to projects/icons-material/src/material/two-tone/account_balance.svg diff --git a/projects/icons-material/src/two-tone/account_balance_wallet.svg b/projects/icons-material/src/material/two-tone/account_balance_wallet.svg similarity index 100% rename from projects/icons-material/src/two-tone/account_balance_wallet.svg rename to projects/icons-material/src/material/two-tone/account_balance_wallet.svg diff --git a/projects/icons-material/src/two-tone/account_box.svg b/projects/icons-material/src/material/two-tone/account_box.svg similarity index 100% rename from projects/icons-material/src/two-tone/account_box.svg rename to projects/icons-material/src/material/two-tone/account_box.svg diff --git a/projects/icons-material/src/two-tone/account_circle.svg b/projects/icons-material/src/material/two-tone/account_circle.svg similarity index 100% rename from projects/icons-material/src/two-tone/account_circle.svg rename to projects/icons-material/src/material/two-tone/account_circle.svg diff --git a/projects/icons-material/src/two-tone/account_tree.svg b/projects/icons-material/src/material/two-tone/account_tree.svg similarity index 100% rename from projects/icons-material/src/two-tone/account_tree.svg rename to projects/icons-material/src/material/two-tone/account_tree.svg diff --git a/projects/icons-material/src/two-tone/ad_units.svg b/projects/icons-material/src/material/two-tone/ad_units.svg similarity index 100% rename from projects/icons-material/src/two-tone/ad_units.svg rename to projects/icons-material/src/material/two-tone/ad_units.svg diff --git a/projects/icons-material/src/two-tone/adb.svg b/projects/icons-material/src/material/two-tone/adb.svg similarity index 100% rename from projects/icons-material/src/two-tone/adb.svg rename to projects/icons-material/src/material/two-tone/adb.svg diff --git a/projects/icons-material/src/two-tone/add.svg b/projects/icons-material/src/material/two-tone/add.svg similarity index 100% rename from projects/icons-material/src/two-tone/add.svg rename to projects/icons-material/src/material/two-tone/add.svg diff --git a/projects/icons-material/src/two-tone/add_a_photo.svg b/projects/icons-material/src/material/two-tone/add_a_photo.svg similarity index 100% rename from projects/icons-material/src/two-tone/add_a_photo.svg rename to projects/icons-material/src/material/two-tone/add_a_photo.svg diff --git a/projects/icons-material/src/two-tone/add_alarm.svg b/projects/icons-material/src/material/two-tone/add_alarm.svg similarity index 100% rename from projects/icons-material/src/two-tone/add_alarm.svg rename to projects/icons-material/src/material/two-tone/add_alarm.svg diff --git a/projects/icons-material/src/two-tone/add_alert.svg b/projects/icons-material/src/material/two-tone/add_alert.svg similarity index 100% rename from projects/icons-material/src/two-tone/add_alert.svg rename to projects/icons-material/src/material/two-tone/add_alert.svg diff --git a/projects/icons-material/src/two-tone/add_box.svg b/projects/icons-material/src/material/two-tone/add_box.svg similarity index 100% rename from projects/icons-material/src/two-tone/add_box.svg rename to projects/icons-material/src/material/two-tone/add_box.svg diff --git a/projects/icons-material/src/two-tone/add_business.svg b/projects/icons-material/src/material/two-tone/add_business.svg similarity index 100% rename from projects/icons-material/src/two-tone/add_business.svg rename to projects/icons-material/src/material/two-tone/add_business.svg diff --git a/projects/icons-material/src/two-tone/add_card.svg b/projects/icons-material/src/material/two-tone/add_card.svg similarity index 100% rename from projects/icons-material/src/two-tone/add_card.svg rename to projects/icons-material/src/material/two-tone/add_card.svg diff --git a/projects/icons-material/src/two-tone/add_chart.svg b/projects/icons-material/src/material/two-tone/add_chart.svg similarity index 100% rename from projects/icons-material/src/two-tone/add_chart.svg rename to projects/icons-material/src/material/two-tone/add_chart.svg diff --git a/projects/icons-material/src/two-tone/add_circle.svg b/projects/icons-material/src/material/two-tone/add_circle.svg similarity index 100% rename from projects/icons-material/src/two-tone/add_circle.svg rename to projects/icons-material/src/material/two-tone/add_circle.svg diff --git a/projects/icons-material/src/two-tone/add_circle_outline.svg b/projects/icons-material/src/material/two-tone/add_circle_outline.svg similarity index 100% rename from projects/icons-material/src/two-tone/add_circle_outline.svg rename to projects/icons-material/src/material/two-tone/add_circle_outline.svg diff --git a/projects/icons-material/src/two-tone/add_comment.svg b/projects/icons-material/src/material/two-tone/add_comment.svg similarity index 100% rename from projects/icons-material/src/two-tone/add_comment.svg rename to projects/icons-material/src/material/two-tone/add_comment.svg diff --git a/projects/icons-material/src/two-tone/add_home.svg b/projects/icons-material/src/material/two-tone/add_home.svg similarity index 100% rename from projects/icons-material/src/two-tone/add_home.svg rename to projects/icons-material/src/material/two-tone/add_home.svg diff --git a/projects/icons-material/src/two-tone/add_home_work.svg b/projects/icons-material/src/material/two-tone/add_home_work.svg similarity index 100% rename from projects/icons-material/src/two-tone/add_home_work.svg rename to projects/icons-material/src/material/two-tone/add_home_work.svg diff --git a/projects/icons-material/src/two-tone/add_ic_call.svg b/projects/icons-material/src/material/two-tone/add_ic_call.svg similarity index 100% rename from projects/icons-material/src/two-tone/add_ic_call.svg rename to projects/icons-material/src/material/two-tone/add_ic_call.svg diff --git a/projects/icons-material/src/two-tone/add_link.svg b/projects/icons-material/src/material/two-tone/add_link.svg similarity index 100% rename from projects/icons-material/src/two-tone/add_link.svg rename to projects/icons-material/src/material/two-tone/add_link.svg diff --git a/projects/icons-material/src/two-tone/add_location.svg b/projects/icons-material/src/material/two-tone/add_location.svg similarity index 100% rename from projects/icons-material/src/two-tone/add_location.svg rename to projects/icons-material/src/material/two-tone/add_location.svg diff --git a/projects/icons-material/src/two-tone/add_location_alt.svg b/projects/icons-material/src/material/two-tone/add_location_alt.svg similarity index 100% rename from projects/icons-material/src/two-tone/add_location_alt.svg rename to projects/icons-material/src/material/two-tone/add_location_alt.svg diff --git a/projects/icons-material/src/two-tone/add_moderator.svg b/projects/icons-material/src/material/two-tone/add_moderator.svg similarity index 100% rename from projects/icons-material/src/two-tone/add_moderator.svg rename to projects/icons-material/src/material/two-tone/add_moderator.svg diff --git a/projects/icons-material/src/two-tone/add_photo_alternate.svg b/projects/icons-material/src/material/two-tone/add_photo_alternate.svg similarity index 100% rename from projects/icons-material/src/two-tone/add_photo_alternate.svg rename to projects/icons-material/src/material/two-tone/add_photo_alternate.svg diff --git a/projects/icons-material/src/two-tone/add_reaction.svg b/projects/icons-material/src/material/two-tone/add_reaction.svg similarity index 100% rename from projects/icons-material/src/two-tone/add_reaction.svg rename to projects/icons-material/src/material/two-tone/add_reaction.svg diff --git a/projects/icons-material/src/two-tone/add_road.svg b/projects/icons-material/src/material/two-tone/add_road.svg similarity index 100% rename from projects/icons-material/src/two-tone/add_road.svg rename to projects/icons-material/src/material/two-tone/add_road.svg diff --git a/projects/icons-material/src/two-tone/add_shopping_cart.svg b/projects/icons-material/src/material/two-tone/add_shopping_cart.svg similarity index 100% rename from projects/icons-material/src/two-tone/add_shopping_cart.svg rename to projects/icons-material/src/material/two-tone/add_shopping_cart.svg diff --git a/projects/icons-material/src/two-tone/add_task.svg b/projects/icons-material/src/material/two-tone/add_task.svg similarity index 100% rename from projects/icons-material/src/two-tone/add_task.svg rename to projects/icons-material/src/material/two-tone/add_task.svg diff --git a/projects/icons-material/src/two-tone/add_to_drive.svg b/projects/icons-material/src/material/two-tone/add_to_drive.svg similarity index 100% rename from projects/icons-material/src/two-tone/add_to_drive.svg rename to projects/icons-material/src/material/two-tone/add_to_drive.svg diff --git a/projects/icons-material/src/two-tone/add_to_home_screen.svg b/projects/icons-material/src/material/two-tone/add_to_home_screen.svg similarity index 100% rename from projects/icons-material/src/two-tone/add_to_home_screen.svg rename to projects/icons-material/src/material/two-tone/add_to_home_screen.svg diff --git a/projects/icons-material/src/two-tone/add_to_photos.svg b/projects/icons-material/src/material/two-tone/add_to_photos.svg similarity index 100% rename from projects/icons-material/src/two-tone/add_to_photos.svg rename to projects/icons-material/src/material/two-tone/add_to_photos.svg diff --git a/projects/icons-material/src/two-tone/add_to_queue.svg b/projects/icons-material/src/material/two-tone/add_to_queue.svg similarity index 100% rename from projects/icons-material/src/two-tone/add_to_queue.svg rename to projects/icons-material/src/material/two-tone/add_to_queue.svg diff --git a/projects/icons-material/src/two-tone/addchart.svg b/projects/icons-material/src/material/two-tone/addchart.svg similarity index 100% rename from projects/icons-material/src/two-tone/addchart.svg rename to projects/icons-material/src/material/two-tone/addchart.svg diff --git a/projects/icons-material/src/two-tone/adf_scanner.svg b/projects/icons-material/src/material/two-tone/adf_scanner.svg similarity index 100% rename from projects/icons-material/src/two-tone/adf_scanner.svg rename to projects/icons-material/src/material/two-tone/adf_scanner.svg diff --git a/projects/icons-material/src/two-tone/adjust.svg b/projects/icons-material/src/material/two-tone/adjust.svg similarity index 100% rename from projects/icons-material/src/two-tone/adjust.svg rename to projects/icons-material/src/material/two-tone/adjust.svg diff --git a/projects/icons-material/src/two-tone/admin_panel_settings.svg b/projects/icons-material/src/material/two-tone/admin_panel_settings.svg similarity index 100% rename from projects/icons-material/src/two-tone/admin_panel_settings.svg rename to projects/icons-material/src/material/two-tone/admin_panel_settings.svg diff --git a/projects/icons-material/src/two-tone/ads_click.svg b/projects/icons-material/src/material/two-tone/ads_click.svg similarity index 100% rename from projects/icons-material/src/two-tone/ads_click.svg rename to projects/icons-material/src/material/two-tone/ads_click.svg diff --git a/projects/icons-material/src/two-tone/agriculture.svg b/projects/icons-material/src/material/two-tone/agriculture.svg similarity index 100% rename from projects/icons-material/src/two-tone/agriculture.svg rename to projects/icons-material/src/material/two-tone/agriculture.svg diff --git a/projects/icons-material/src/two-tone/air.svg b/projects/icons-material/src/material/two-tone/air.svg similarity index 100% rename from projects/icons-material/src/two-tone/air.svg rename to projects/icons-material/src/material/two-tone/air.svg diff --git a/projects/icons-material/src/two-tone/airline_seat_flat.svg b/projects/icons-material/src/material/two-tone/airline_seat_flat.svg similarity index 100% rename from projects/icons-material/src/two-tone/airline_seat_flat.svg rename to projects/icons-material/src/material/two-tone/airline_seat_flat.svg diff --git a/projects/icons-material/src/two-tone/airline_seat_flat_angled.svg b/projects/icons-material/src/material/two-tone/airline_seat_flat_angled.svg similarity index 100% rename from projects/icons-material/src/two-tone/airline_seat_flat_angled.svg rename to projects/icons-material/src/material/two-tone/airline_seat_flat_angled.svg diff --git a/projects/icons-material/src/two-tone/airline_seat_individual_suite.svg b/projects/icons-material/src/material/two-tone/airline_seat_individual_suite.svg similarity index 100% rename from projects/icons-material/src/two-tone/airline_seat_individual_suite.svg rename to projects/icons-material/src/material/two-tone/airline_seat_individual_suite.svg diff --git a/projects/icons-material/src/two-tone/airline_seat_legroom_extra.svg b/projects/icons-material/src/material/two-tone/airline_seat_legroom_extra.svg similarity index 100% rename from projects/icons-material/src/two-tone/airline_seat_legroom_extra.svg rename to projects/icons-material/src/material/two-tone/airline_seat_legroom_extra.svg diff --git a/projects/icons-material/src/two-tone/airline_seat_legroom_normal.svg b/projects/icons-material/src/material/two-tone/airline_seat_legroom_normal.svg similarity index 100% rename from projects/icons-material/src/two-tone/airline_seat_legroom_normal.svg rename to projects/icons-material/src/material/two-tone/airline_seat_legroom_normal.svg diff --git a/projects/icons-material/src/two-tone/airline_seat_legroom_reduced.svg b/projects/icons-material/src/material/two-tone/airline_seat_legroom_reduced.svg similarity index 100% rename from projects/icons-material/src/two-tone/airline_seat_legroom_reduced.svg rename to projects/icons-material/src/material/two-tone/airline_seat_legroom_reduced.svg diff --git a/projects/icons-material/src/two-tone/airline_seat_recline_extra.svg b/projects/icons-material/src/material/two-tone/airline_seat_recline_extra.svg similarity index 100% rename from projects/icons-material/src/two-tone/airline_seat_recline_extra.svg rename to projects/icons-material/src/material/two-tone/airline_seat_recline_extra.svg diff --git a/projects/icons-material/src/two-tone/airline_seat_recline_normal.svg b/projects/icons-material/src/material/two-tone/airline_seat_recline_normal.svg similarity index 100% rename from projects/icons-material/src/two-tone/airline_seat_recline_normal.svg rename to projects/icons-material/src/material/two-tone/airline_seat_recline_normal.svg diff --git a/projects/icons-material/src/two-tone/airline_stops.svg b/projects/icons-material/src/material/two-tone/airline_stops.svg similarity index 100% rename from projects/icons-material/src/two-tone/airline_stops.svg rename to projects/icons-material/src/material/two-tone/airline_stops.svg diff --git a/projects/icons-material/src/two-tone/airlines.svg b/projects/icons-material/src/material/two-tone/airlines.svg similarity index 100% rename from projects/icons-material/src/two-tone/airlines.svg rename to projects/icons-material/src/material/two-tone/airlines.svg diff --git a/projects/icons-material/src/two-tone/airplane_ticket.svg b/projects/icons-material/src/material/two-tone/airplane_ticket.svg similarity index 100% rename from projects/icons-material/src/two-tone/airplane_ticket.svg rename to projects/icons-material/src/material/two-tone/airplane_ticket.svg diff --git a/projects/icons-material/src/two-tone/airplanemode_active.svg b/projects/icons-material/src/material/two-tone/airplanemode_active.svg similarity index 100% rename from projects/icons-material/src/two-tone/airplanemode_active.svg rename to projects/icons-material/src/material/two-tone/airplanemode_active.svg diff --git a/projects/icons-material/src/two-tone/airplanemode_inactive.svg b/projects/icons-material/src/material/two-tone/airplanemode_inactive.svg similarity index 100% rename from projects/icons-material/src/two-tone/airplanemode_inactive.svg rename to projects/icons-material/src/material/two-tone/airplanemode_inactive.svg diff --git a/projects/icons-material/src/two-tone/airplay.svg b/projects/icons-material/src/material/two-tone/airplay.svg similarity index 100% rename from projects/icons-material/src/two-tone/airplay.svg rename to projects/icons-material/src/material/two-tone/airplay.svg diff --git a/projects/icons-material/src/two-tone/airport_shuttle.svg b/projects/icons-material/src/material/two-tone/airport_shuttle.svg similarity index 100% rename from projects/icons-material/src/two-tone/airport_shuttle.svg rename to projects/icons-material/src/material/two-tone/airport_shuttle.svg diff --git a/projects/icons-material/src/two-tone/alarm.svg b/projects/icons-material/src/material/two-tone/alarm.svg similarity index 100% rename from projects/icons-material/src/two-tone/alarm.svg rename to projects/icons-material/src/material/two-tone/alarm.svg diff --git a/projects/icons-material/src/two-tone/alarm_add.svg b/projects/icons-material/src/material/two-tone/alarm_add.svg similarity index 100% rename from projects/icons-material/src/two-tone/alarm_add.svg rename to projects/icons-material/src/material/two-tone/alarm_add.svg diff --git a/projects/icons-material/src/two-tone/alarm_off.svg b/projects/icons-material/src/material/two-tone/alarm_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/alarm_off.svg rename to projects/icons-material/src/material/two-tone/alarm_off.svg diff --git a/projects/icons-material/src/two-tone/alarm_on.svg b/projects/icons-material/src/material/two-tone/alarm_on.svg similarity index 100% rename from projects/icons-material/src/two-tone/alarm_on.svg rename to projects/icons-material/src/material/two-tone/alarm_on.svg diff --git a/projects/icons-material/src/two-tone/album.svg b/projects/icons-material/src/material/two-tone/album.svg similarity index 100% rename from projects/icons-material/src/two-tone/album.svg rename to projects/icons-material/src/material/two-tone/album.svg diff --git a/projects/icons-material/src/two-tone/align_horizontal_center.svg b/projects/icons-material/src/material/two-tone/align_horizontal_center.svg similarity index 100% rename from projects/icons-material/src/two-tone/align_horizontal_center.svg rename to projects/icons-material/src/material/two-tone/align_horizontal_center.svg diff --git a/projects/icons-material/src/two-tone/align_horizontal_left.svg b/projects/icons-material/src/material/two-tone/align_horizontal_left.svg similarity index 100% rename from projects/icons-material/src/two-tone/align_horizontal_left.svg rename to projects/icons-material/src/material/two-tone/align_horizontal_left.svg diff --git a/projects/icons-material/src/two-tone/align_horizontal_right.svg b/projects/icons-material/src/material/two-tone/align_horizontal_right.svg similarity index 100% rename from projects/icons-material/src/two-tone/align_horizontal_right.svg rename to projects/icons-material/src/material/two-tone/align_horizontal_right.svg diff --git a/projects/icons-material/src/two-tone/align_vertical_bottom.svg b/projects/icons-material/src/material/two-tone/align_vertical_bottom.svg similarity index 100% rename from projects/icons-material/src/two-tone/align_vertical_bottom.svg rename to projects/icons-material/src/material/two-tone/align_vertical_bottom.svg diff --git a/projects/icons-material/src/two-tone/align_vertical_center.svg b/projects/icons-material/src/material/two-tone/align_vertical_center.svg similarity index 100% rename from projects/icons-material/src/two-tone/align_vertical_center.svg rename to projects/icons-material/src/material/two-tone/align_vertical_center.svg diff --git a/projects/icons-material/src/two-tone/align_vertical_top.svg b/projects/icons-material/src/material/two-tone/align_vertical_top.svg similarity index 100% rename from projects/icons-material/src/two-tone/align_vertical_top.svg rename to projects/icons-material/src/material/two-tone/align_vertical_top.svg diff --git a/projects/icons-material/src/two-tone/all_inbox.svg b/projects/icons-material/src/material/two-tone/all_inbox.svg similarity index 100% rename from projects/icons-material/src/two-tone/all_inbox.svg rename to projects/icons-material/src/material/two-tone/all_inbox.svg diff --git a/projects/icons-material/src/two-tone/all_inclusive.svg b/projects/icons-material/src/material/two-tone/all_inclusive.svg similarity index 100% rename from projects/icons-material/src/two-tone/all_inclusive.svg rename to projects/icons-material/src/material/two-tone/all_inclusive.svg diff --git a/projects/icons-material/src/two-tone/all_out.svg b/projects/icons-material/src/material/two-tone/all_out.svg similarity index 100% rename from projects/icons-material/src/two-tone/all_out.svg rename to projects/icons-material/src/material/two-tone/all_out.svg diff --git a/projects/icons-material/src/two-tone/alt_route.svg b/projects/icons-material/src/material/two-tone/alt_route.svg similarity index 100% rename from projects/icons-material/src/two-tone/alt_route.svg rename to projects/icons-material/src/material/two-tone/alt_route.svg diff --git a/projects/icons-material/src/two-tone/alternate_email.svg b/projects/icons-material/src/material/two-tone/alternate_email.svg similarity index 100% rename from projects/icons-material/src/two-tone/alternate_email.svg rename to projects/icons-material/src/material/two-tone/alternate_email.svg diff --git a/projects/icons-material/src/two-tone/analytics.svg b/projects/icons-material/src/material/two-tone/analytics.svg similarity index 100% rename from projects/icons-material/src/two-tone/analytics.svg rename to projects/icons-material/src/material/two-tone/analytics.svg diff --git a/projects/icons-material/src/two-tone/anchor.svg b/projects/icons-material/src/material/two-tone/anchor.svg similarity index 100% rename from projects/icons-material/src/two-tone/anchor.svg rename to projects/icons-material/src/material/two-tone/anchor.svg diff --git a/projects/icons-material/src/two-tone/android.svg b/projects/icons-material/src/material/two-tone/android.svg similarity index 100% rename from projects/icons-material/src/two-tone/android.svg rename to projects/icons-material/src/material/two-tone/android.svg diff --git a/projects/icons-material/src/two-tone/animation.svg b/projects/icons-material/src/material/two-tone/animation.svg similarity index 100% rename from projects/icons-material/src/two-tone/animation.svg rename to projects/icons-material/src/material/two-tone/animation.svg diff --git a/projects/icons-material/src/two-tone/announcement.svg b/projects/icons-material/src/material/two-tone/announcement.svg similarity index 100% rename from projects/icons-material/src/two-tone/announcement.svg rename to projects/icons-material/src/material/two-tone/announcement.svg diff --git a/projects/icons-material/src/two-tone/aod.svg b/projects/icons-material/src/material/two-tone/aod.svg similarity index 100% rename from projects/icons-material/src/two-tone/aod.svg rename to projects/icons-material/src/material/two-tone/aod.svg diff --git a/projects/icons-material/src/two-tone/apartment.svg b/projects/icons-material/src/material/two-tone/apartment.svg similarity index 100% rename from projects/icons-material/src/two-tone/apartment.svg rename to projects/icons-material/src/material/two-tone/apartment.svg diff --git a/projects/icons-material/src/two-tone/api.svg b/projects/icons-material/src/material/two-tone/api.svg similarity index 100% rename from projects/icons-material/src/two-tone/api.svg rename to projects/icons-material/src/material/two-tone/api.svg diff --git a/projects/icons-material/src/two-tone/app_blocking.svg b/projects/icons-material/src/material/two-tone/app_blocking.svg similarity index 100% rename from projects/icons-material/src/two-tone/app_blocking.svg rename to projects/icons-material/src/material/two-tone/app_blocking.svg diff --git a/projects/icons-material/src/two-tone/app_registration.svg b/projects/icons-material/src/material/two-tone/app_registration.svg similarity index 100% rename from projects/icons-material/src/two-tone/app_registration.svg rename to projects/icons-material/src/material/two-tone/app_registration.svg diff --git a/projects/icons-material/src/two-tone/app_settings_alt.svg b/projects/icons-material/src/material/two-tone/app_settings_alt.svg similarity index 100% rename from projects/icons-material/src/two-tone/app_settings_alt.svg rename to projects/icons-material/src/material/two-tone/app_settings_alt.svg diff --git a/projects/icons-material/src/two-tone/app_shortcut.svg b/projects/icons-material/src/material/two-tone/app_shortcut.svg similarity index 100% rename from projects/icons-material/src/two-tone/app_shortcut.svg rename to projects/icons-material/src/material/two-tone/app_shortcut.svg diff --git a/projects/icons-material/src/two-tone/approval.svg b/projects/icons-material/src/material/two-tone/approval.svg similarity index 100% rename from projects/icons-material/src/two-tone/approval.svg rename to projects/icons-material/src/material/two-tone/approval.svg diff --git a/projects/icons-material/src/two-tone/apps.svg b/projects/icons-material/src/material/two-tone/apps.svg similarity index 100% rename from projects/icons-material/src/two-tone/apps.svg rename to projects/icons-material/src/material/two-tone/apps.svg diff --git a/projects/icons-material/src/two-tone/apps_outage.svg b/projects/icons-material/src/material/two-tone/apps_outage.svg similarity index 100% rename from projects/icons-material/src/two-tone/apps_outage.svg rename to projects/icons-material/src/material/two-tone/apps_outage.svg diff --git a/projects/icons-material/src/two-tone/architecture.svg b/projects/icons-material/src/material/two-tone/architecture.svg similarity index 100% rename from projects/icons-material/src/two-tone/architecture.svg rename to projects/icons-material/src/material/two-tone/architecture.svg diff --git a/projects/icons-material/src/two-tone/archive.svg b/projects/icons-material/src/material/two-tone/archive.svg similarity index 100% rename from projects/icons-material/src/two-tone/archive.svg rename to projects/icons-material/src/material/two-tone/archive.svg diff --git a/projects/icons-material/src/two-tone/area_chart.svg b/projects/icons-material/src/material/two-tone/area_chart.svg similarity index 100% rename from projects/icons-material/src/two-tone/area_chart.svg rename to projects/icons-material/src/material/two-tone/area_chart.svg diff --git a/projects/icons-material/src/two-tone/arrow_back.svg b/projects/icons-material/src/material/two-tone/arrow_back.svg similarity index 100% rename from projects/icons-material/src/two-tone/arrow_back.svg rename to projects/icons-material/src/material/two-tone/arrow_back.svg diff --git a/projects/icons-material/src/two-tone/arrow_back_ios.svg b/projects/icons-material/src/material/two-tone/arrow_back_ios.svg similarity index 100% rename from projects/icons-material/src/two-tone/arrow_back_ios.svg rename to projects/icons-material/src/material/two-tone/arrow_back_ios.svg diff --git a/projects/icons-material/src/two-tone/arrow_back_ios_new.svg b/projects/icons-material/src/material/two-tone/arrow_back_ios_new.svg similarity index 100% rename from projects/icons-material/src/two-tone/arrow_back_ios_new.svg rename to projects/icons-material/src/material/two-tone/arrow_back_ios_new.svg diff --git a/projects/icons-material/src/two-tone/arrow_circle_down.svg b/projects/icons-material/src/material/two-tone/arrow_circle_down.svg similarity index 100% rename from projects/icons-material/src/two-tone/arrow_circle_down.svg rename to projects/icons-material/src/material/two-tone/arrow_circle_down.svg diff --git a/projects/icons-material/src/two-tone/arrow_circle_left.svg b/projects/icons-material/src/material/two-tone/arrow_circle_left.svg similarity index 100% rename from projects/icons-material/src/two-tone/arrow_circle_left.svg rename to projects/icons-material/src/material/two-tone/arrow_circle_left.svg diff --git a/projects/icons-material/src/two-tone/arrow_circle_right.svg b/projects/icons-material/src/material/two-tone/arrow_circle_right.svg similarity index 100% rename from projects/icons-material/src/two-tone/arrow_circle_right.svg rename to projects/icons-material/src/material/two-tone/arrow_circle_right.svg diff --git a/projects/icons-material/src/two-tone/arrow_circle_up.svg b/projects/icons-material/src/material/two-tone/arrow_circle_up.svg similarity index 100% rename from projects/icons-material/src/two-tone/arrow_circle_up.svg rename to projects/icons-material/src/material/two-tone/arrow_circle_up.svg diff --git a/projects/icons-material/src/two-tone/arrow_downward.svg b/projects/icons-material/src/material/two-tone/arrow_downward.svg similarity index 100% rename from projects/icons-material/src/two-tone/arrow_downward.svg rename to projects/icons-material/src/material/two-tone/arrow_downward.svg diff --git a/projects/icons-material/src/two-tone/arrow_drop_down.svg b/projects/icons-material/src/material/two-tone/arrow_drop_down.svg similarity index 100% rename from projects/icons-material/src/two-tone/arrow_drop_down.svg rename to projects/icons-material/src/material/two-tone/arrow_drop_down.svg diff --git a/projects/icons-material/src/two-tone/arrow_drop_down_circle.svg b/projects/icons-material/src/material/two-tone/arrow_drop_down_circle.svg similarity index 100% rename from projects/icons-material/src/two-tone/arrow_drop_down_circle.svg rename to projects/icons-material/src/material/two-tone/arrow_drop_down_circle.svg diff --git a/projects/icons-material/src/two-tone/arrow_drop_up.svg b/projects/icons-material/src/material/two-tone/arrow_drop_up.svg similarity index 100% rename from projects/icons-material/src/two-tone/arrow_drop_up.svg rename to projects/icons-material/src/material/two-tone/arrow_drop_up.svg diff --git a/projects/icons-material/src/two-tone/arrow_forward.svg b/projects/icons-material/src/material/two-tone/arrow_forward.svg similarity index 100% rename from projects/icons-material/src/two-tone/arrow_forward.svg rename to projects/icons-material/src/material/two-tone/arrow_forward.svg diff --git a/projects/icons-material/src/two-tone/arrow_forward_ios.svg b/projects/icons-material/src/material/two-tone/arrow_forward_ios.svg similarity index 100% rename from projects/icons-material/src/two-tone/arrow_forward_ios.svg rename to projects/icons-material/src/material/two-tone/arrow_forward_ios.svg diff --git a/projects/icons-material/src/two-tone/arrow_left.svg b/projects/icons-material/src/material/two-tone/arrow_left.svg similarity index 100% rename from projects/icons-material/src/two-tone/arrow_left.svg rename to projects/icons-material/src/material/two-tone/arrow_left.svg diff --git a/projects/icons-material/src/two-tone/arrow_outward.svg b/projects/icons-material/src/material/two-tone/arrow_outward.svg similarity index 100% rename from projects/icons-material/src/two-tone/arrow_outward.svg rename to projects/icons-material/src/material/two-tone/arrow_outward.svg diff --git a/projects/icons-material/src/two-tone/arrow_right.svg b/projects/icons-material/src/material/two-tone/arrow_right.svg similarity index 100% rename from projects/icons-material/src/two-tone/arrow_right.svg rename to projects/icons-material/src/material/two-tone/arrow_right.svg diff --git a/projects/icons-material/src/two-tone/arrow_right_alt.svg b/projects/icons-material/src/material/two-tone/arrow_right_alt.svg similarity index 100% rename from projects/icons-material/src/two-tone/arrow_right_alt.svg rename to projects/icons-material/src/material/two-tone/arrow_right_alt.svg diff --git a/projects/icons-material/src/two-tone/arrow_upward.svg b/projects/icons-material/src/material/two-tone/arrow_upward.svg similarity index 100% rename from projects/icons-material/src/two-tone/arrow_upward.svg rename to projects/icons-material/src/material/two-tone/arrow_upward.svg diff --git a/projects/icons-material/src/two-tone/art_track.svg b/projects/icons-material/src/material/two-tone/art_track.svg similarity index 100% rename from projects/icons-material/src/two-tone/art_track.svg rename to projects/icons-material/src/material/two-tone/art_track.svg diff --git a/projects/icons-material/src/two-tone/article.svg b/projects/icons-material/src/material/two-tone/article.svg similarity index 100% rename from projects/icons-material/src/two-tone/article.svg rename to projects/icons-material/src/material/two-tone/article.svg diff --git a/projects/icons-material/src/two-tone/aspect_ratio.svg b/projects/icons-material/src/material/two-tone/aspect_ratio.svg similarity index 100% rename from projects/icons-material/src/two-tone/aspect_ratio.svg rename to projects/icons-material/src/material/two-tone/aspect_ratio.svg diff --git a/projects/icons-material/src/two-tone/assessment.svg b/projects/icons-material/src/material/two-tone/assessment.svg similarity index 100% rename from projects/icons-material/src/two-tone/assessment.svg rename to projects/icons-material/src/material/two-tone/assessment.svg diff --git a/projects/icons-material/src/two-tone/assignment.svg b/projects/icons-material/src/material/two-tone/assignment.svg similarity index 100% rename from projects/icons-material/src/two-tone/assignment.svg rename to projects/icons-material/src/material/two-tone/assignment.svg diff --git a/projects/icons-material/src/two-tone/assignment_ind.svg b/projects/icons-material/src/material/two-tone/assignment_ind.svg similarity index 100% rename from projects/icons-material/src/two-tone/assignment_ind.svg rename to projects/icons-material/src/material/two-tone/assignment_ind.svg diff --git a/projects/icons-material/src/two-tone/assignment_late.svg b/projects/icons-material/src/material/two-tone/assignment_late.svg similarity index 100% rename from projects/icons-material/src/two-tone/assignment_late.svg rename to projects/icons-material/src/material/two-tone/assignment_late.svg diff --git a/projects/icons-material/src/two-tone/assignment_return.svg b/projects/icons-material/src/material/two-tone/assignment_return.svg similarity index 100% rename from projects/icons-material/src/two-tone/assignment_return.svg rename to projects/icons-material/src/material/two-tone/assignment_return.svg diff --git a/projects/icons-material/src/two-tone/assignment_returned.svg b/projects/icons-material/src/material/two-tone/assignment_returned.svg similarity index 100% rename from projects/icons-material/src/two-tone/assignment_returned.svg rename to projects/icons-material/src/material/two-tone/assignment_returned.svg diff --git a/projects/icons-material/src/two-tone/assignment_turned_in.svg b/projects/icons-material/src/material/two-tone/assignment_turned_in.svg similarity index 100% rename from projects/icons-material/src/two-tone/assignment_turned_in.svg rename to projects/icons-material/src/material/two-tone/assignment_turned_in.svg diff --git a/projects/icons-material/src/two-tone/assist_walker.svg b/projects/icons-material/src/material/two-tone/assist_walker.svg similarity index 100% rename from projects/icons-material/src/two-tone/assist_walker.svg rename to projects/icons-material/src/material/two-tone/assist_walker.svg diff --git a/projects/icons-material/src/two-tone/assistant.svg b/projects/icons-material/src/material/two-tone/assistant.svg similarity index 100% rename from projects/icons-material/src/two-tone/assistant.svg rename to projects/icons-material/src/material/two-tone/assistant.svg diff --git a/projects/icons-material/src/two-tone/assistant_direction.svg b/projects/icons-material/src/material/two-tone/assistant_direction.svg similarity index 100% rename from projects/icons-material/src/two-tone/assistant_direction.svg rename to projects/icons-material/src/material/two-tone/assistant_direction.svg diff --git a/projects/icons-material/src/two-tone/assistant_photo.svg b/projects/icons-material/src/material/two-tone/assistant_photo.svg similarity index 100% rename from projects/icons-material/src/two-tone/assistant_photo.svg rename to projects/icons-material/src/material/two-tone/assistant_photo.svg diff --git a/projects/icons-material/src/two-tone/assured_workload.svg b/projects/icons-material/src/material/two-tone/assured_workload.svg similarity index 100% rename from projects/icons-material/src/two-tone/assured_workload.svg rename to projects/icons-material/src/material/two-tone/assured_workload.svg diff --git a/projects/icons-material/src/two-tone/atm.svg b/projects/icons-material/src/material/two-tone/atm.svg similarity index 100% rename from projects/icons-material/src/two-tone/atm.svg rename to projects/icons-material/src/material/two-tone/atm.svg diff --git a/projects/icons-material/src/two-tone/attach_email.svg b/projects/icons-material/src/material/two-tone/attach_email.svg similarity index 100% rename from projects/icons-material/src/two-tone/attach_email.svg rename to projects/icons-material/src/material/two-tone/attach_email.svg diff --git a/projects/icons-material/src/two-tone/attach_file.svg b/projects/icons-material/src/material/two-tone/attach_file.svg similarity index 100% rename from projects/icons-material/src/two-tone/attach_file.svg rename to projects/icons-material/src/material/two-tone/attach_file.svg diff --git a/projects/icons-material/src/two-tone/attach_money.svg b/projects/icons-material/src/material/two-tone/attach_money.svg similarity index 100% rename from projects/icons-material/src/two-tone/attach_money.svg rename to projects/icons-material/src/material/two-tone/attach_money.svg diff --git a/projects/icons-material/src/two-tone/attachment.svg b/projects/icons-material/src/material/two-tone/attachment.svg similarity index 100% rename from projects/icons-material/src/two-tone/attachment.svg rename to projects/icons-material/src/material/two-tone/attachment.svg diff --git a/projects/icons-material/src/two-tone/attractions.svg b/projects/icons-material/src/material/two-tone/attractions.svg similarity index 100% rename from projects/icons-material/src/two-tone/attractions.svg rename to projects/icons-material/src/material/two-tone/attractions.svg diff --git a/projects/icons-material/src/two-tone/attribution.svg b/projects/icons-material/src/material/two-tone/attribution.svg similarity index 100% rename from projects/icons-material/src/two-tone/attribution.svg rename to projects/icons-material/src/material/two-tone/attribution.svg diff --git a/projects/icons-material/src/two-tone/audio_file.svg b/projects/icons-material/src/material/two-tone/audio_file.svg similarity index 100% rename from projects/icons-material/src/two-tone/audio_file.svg rename to projects/icons-material/src/material/two-tone/audio_file.svg diff --git a/projects/icons-material/src/two-tone/audiotrack.svg b/projects/icons-material/src/material/two-tone/audiotrack.svg similarity index 100% rename from projects/icons-material/src/two-tone/audiotrack.svg rename to projects/icons-material/src/material/two-tone/audiotrack.svg diff --git a/projects/icons-material/src/two-tone/auto_awesome.svg b/projects/icons-material/src/material/two-tone/auto_awesome.svg similarity index 100% rename from projects/icons-material/src/two-tone/auto_awesome.svg rename to projects/icons-material/src/material/two-tone/auto_awesome.svg diff --git a/projects/icons-material/src/two-tone/auto_awesome_mosaic.svg b/projects/icons-material/src/material/two-tone/auto_awesome_mosaic.svg similarity index 100% rename from projects/icons-material/src/two-tone/auto_awesome_mosaic.svg rename to projects/icons-material/src/material/two-tone/auto_awesome_mosaic.svg diff --git a/projects/icons-material/src/two-tone/auto_awesome_motion.svg b/projects/icons-material/src/material/two-tone/auto_awesome_motion.svg similarity index 100% rename from projects/icons-material/src/two-tone/auto_awesome_motion.svg rename to projects/icons-material/src/material/two-tone/auto_awesome_motion.svg diff --git a/projects/icons-material/src/two-tone/auto_delete.svg b/projects/icons-material/src/material/two-tone/auto_delete.svg similarity index 100% rename from projects/icons-material/src/two-tone/auto_delete.svg rename to projects/icons-material/src/material/two-tone/auto_delete.svg diff --git a/projects/icons-material/src/two-tone/auto_fix_high.svg b/projects/icons-material/src/material/two-tone/auto_fix_high.svg similarity index 100% rename from projects/icons-material/src/two-tone/auto_fix_high.svg rename to projects/icons-material/src/material/two-tone/auto_fix_high.svg diff --git a/projects/icons-material/src/two-tone/auto_fix_normal.svg b/projects/icons-material/src/material/two-tone/auto_fix_normal.svg similarity index 100% rename from projects/icons-material/src/two-tone/auto_fix_normal.svg rename to projects/icons-material/src/material/two-tone/auto_fix_normal.svg diff --git a/projects/icons-material/src/two-tone/auto_fix_off.svg b/projects/icons-material/src/material/two-tone/auto_fix_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/auto_fix_off.svg rename to projects/icons-material/src/material/two-tone/auto_fix_off.svg diff --git a/projects/icons-material/src/two-tone/auto_graph.svg b/projects/icons-material/src/material/two-tone/auto_graph.svg similarity index 100% rename from projects/icons-material/src/two-tone/auto_graph.svg rename to projects/icons-material/src/material/two-tone/auto_graph.svg diff --git a/projects/icons-material/src/two-tone/auto_mode.svg b/projects/icons-material/src/material/two-tone/auto_mode.svg similarity index 100% rename from projects/icons-material/src/two-tone/auto_mode.svg rename to projects/icons-material/src/material/two-tone/auto_mode.svg diff --git a/projects/icons-material/src/two-tone/auto_stories.svg b/projects/icons-material/src/material/two-tone/auto_stories.svg similarity index 100% rename from projects/icons-material/src/two-tone/auto_stories.svg rename to projects/icons-material/src/material/two-tone/auto_stories.svg diff --git a/projects/icons-material/src/two-tone/autofps_select.svg b/projects/icons-material/src/material/two-tone/autofps_select.svg similarity index 100% rename from projects/icons-material/src/two-tone/autofps_select.svg rename to projects/icons-material/src/material/two-tone/autofps_select.svg diff --git a/projects/icons-material/src/two-tone/autorenew.svg b/projects/icons-material/src/material/two-tone/autorenew.svg similarity index 100% rename from projects/icons-material/src/two-tone/autorenew.svg rename to projects/icons-material/src/material/two-tone/autorenew.svg diff --git a/projects/icons-material/src/two-tone/av_timer.svg b/projects/icons-material/src/material/two-tone/av_timer.svg similarity index 100% rename from projects/icons-material/src/two-tone/av_timer.svg rename to projects/icons-material/src/material/two-tone/av_timer.svg diff --git a/projects/icons-material/src/two-tone/baby_changing_station.svg b/projects/icons-material/src/material/two-tone/baby_changing_station.svg similarity index 100% rename from projects/icons-material/src/two-tone/baby_changing_station.svg rename to projects/icons-material/src/material/two-tone/baby_changing_station.svg diff --git a/projects/icons-material/src/two-tone/back_hand.svg b/projects/icons-material/src/material/two-tone/back_hand.svg similarity index 100% rename from projects/icons-material/src/two-tone/back_hand.svg rename to projects/icons-material/src/material/two-tone/back_hand.svg diff --git a/projects/icons-material/src/two-tone/backpack.svg b/projects/icons-material/src/material/two-tone/backpack.svg similarity index 100% rename from projects/icons-material/src/two-tone/backpack.svg rename to projects/icons-material/src/material/two-tone/backpack.svg diff --git a/projects/icons-material/src/two-tone/backspace.svg b/projects/icons-material/src/material/two-tone/backspace.svg similarity index 100% rename from projects/icons-material/src/two-tone/backspace.svg rename to projects/icons-material/src/material/two-tone/backspace.svg diff --git a/projects/icons-material/src/two-tone/backup.svg b/projects/icons-material/src/material/two-tone/backup.svg similarity index 100% rename from projects/icons-material/src/two-tone/backup.svg rename to projects/icons-material/src/material/two-tone/backup.svg diff --git a/projects/icons-material/src/two-tone/backup_table.svg b/projects/icons-material/src/material/two-tone/backup_table.svg similarity index 100% rename from projects/icons-material/src/two-tone/backup_table.svg rename to projects/icons-material/src/material/two-tone/backup_table.svg diff --git a/projects/icons-material/src/two-tone/badge.svg b/projects/icons-material/src/material/two-tone/badge.svg similarity index 100% rename from projects/icons-material/src/two-tone/badge.svg rename to projects/icons-material/src/material/two-tone/badge.svg diff --git a/projects/icons-material/src/two-tone/bakery_dining.svg b/projects/icons-material/src/material/two-tone/bakery_dining.svg similarity index 100% rename from projects/icons-material/src/two-tone/bakery_dining.svg rename to projects/icons-material/src/material/two-tone/bakery_dining.svg diff --git a/projects/icons-material/src/two-tone/balance.svg b/projects/icons-material/src/material/two-tone/balance.svg similarity index 100% rename from projects/icons-material/src/two-tone/balance.svg rename to projects/icons-material/src/material/two-tone/balance.svg diff --git a/projects/icons-material/src/two-tone/balcony.svg b/projects/icons-material/src/material/two-tone/balcony.svg similarity index 100% rename from projects/icons-material/src/two-tone/balcony.svg rename to projects/icons-material/src/material/two-tone/balcony.svg diff --git a/projects/icons-material/src/two-tone/ballot.svg b/projects/icons-material/src/material/two-tone/ballot.svg similarity index 100% rename from projects/icons-material/src/two-tone/ballot.svg rename to projects/icons-material/src/material/two-tone/ballot.svg diff --git a/projects/icons-material/src/two-tone/bar_chart.svg b/projects/icons-material/src/material/two-tone/bar_chart.svg similarity index 100% rename from projects/icons-material/src/two-tone/bar_chart.svg rename to projects/icons-material/src/material/two-tone/bar_chart.svg diff --git a/projects/icons-material/src/two-tone/batch_prediction.svg b/projects/icons-material/src/material/two-tone/batch_prediction.svg similarity index 100% rename from projects/icons-material/src/two-tone/batch_prediction.svg rename to projects/icons-material/src/material/two-tone/batch_prediction.svg diff --git a/projects/icons-material/src/two-tone/bathroom.svg b/projects/icons-material/src/material/two-tone/bathroom.svg similarity index 100% rename from projects/icons-material/src/two-tone/bathroom.svg rename to projects/icons-material/src/material/two-tone/bathroom.svg diff --git a/projects/icons-material/src/two-tone/bathtub.svg b/projects/icons-material/src/material/two-tone/bathtub.svg similarity index 100% rename from projects/icons-material/src/two-tone/bathtub.svg rename to projects/icons-material/src/material/two-tone/bathtub.svg diff --git a/projects/icons-material/src/two-tone/battery_0_bar.svg b/projects/icons-material/src/material/two-tone/battery_0_bar.svg similarity index 100% rename from projects/icons-material/src/two-tone/battery_0_bar.svg rename to projects/icons-material/src/material/two-tone/battery_0_bar.svg diff --git a/projects/icons-material/src/two-tone/battery_1_bar.svg b/projects/icons-material/src/material/two-tone/battery_1_bar.svg similarity index 100% rename from projects/icons-material/src/two-tone/battery_1_bar.svg rename to projects/icons-material/src/material/two-tone/battery_1_bar.svg diff --git a/projects/icons-material/src/two-tone/battery_2_bar.svg b/projects/icons-material/src/material/two-tone/battery_2_bar.svg similarity index 100% rename from projects/icons-material/src/two-tone/battery_2_bar.svg rename to projects/icons-material/src/material/two-tone/battery_2_bar.svg diff --git a/projects/icons-material/src/two-tone/battery_3_bar.svg b/projects/icons-material/src/material/two-tone/battery_3_bar.svg similarity index 100% rename from projects/icons-material/src/two-tone/battery_3_bar.svg rename to projects/icons-material/src/material/two-tone/battery_3_bar.svg diff --git a/projects/icons-material/src/two-tone/battery_4_bar.svg b/projects/icons-material/src/material/two-tone/battery_4_bar.svg similarity index 100% rename from projects/icons-material/src/two-tone/battery_4_bar.svg rename to projects/icons-material/src/material/two-tone/battery_4_bar.svg diff --git a/projects/icons-material/src/two-tone/battery_5_bar.svg b/projects/icons-material/src/material/two-tone/battery_5_bar.svg similarity index 100% rename from projects/icons-material/src/two-tone/battery_5_bar.svg rename to projects/icons-material/src/material/two-tone/battery_5_bar.svg diff --git a/projects/icons-material/src/two-tone/battery_6_bar.svg b/projects/icons-material/src/material/two-tone/battery_6_bar.svg similarity index 100% rename from projects/icons-material/src/two-tone/battery_6_bar.svg rename to projects/icons-material/src/material/two-tone/battery_6_bar.svg diff --git a/projects/icons-material/src/two-tone/battery_alert.svg b/projects/icons-material/src/material/two-tone/battery_alert.svg similarity index 100% rename from projects/icons-material/src/two-tone/battery_alert.svg rename to projects/icons-material/src/material/two-tone/battery_alert.svg diff --git a/projects/icons-material/src/two-tone/battery_charging_full.svg b/projects/icons-material/src/material/two-tone/battery_charging_full.svg similarity index 100% rename from projects/icons-material/src/two-tone/battery_charging_full.svg rename to projects/icons-material/src/material/two-tone/battery_charging_full.svg diff --git a/projects/icons-material/src/two-tone/battery_full.svg b/projects/icons-material/src/material/two-tone/battery_full.svg similarity index 100% rename from projects/icons-material/src/two-tone/battery_full.svg rename to projects/icons-material/src/material/two-tone/battery_full.svg diff --git a/projects/icons-material/src/two-tone/battery_saver.svg b/projects/icons-material/src/material/two-tone/battery_saver.svg similarity index 100% rename from projects/icons-material/src/two-tone/battery_saver.svg rename to projects/icons-material/src/material/two-tone/battery_saver.svg diff --git a/projects/icons-material/src/two-tone/battery_std.svg b/projects/icons-material/src/material/two-tone/battery_std.svg similarity index 100% rename from projects/icons-material/src/two-tone/battery_std.svg rename to projects/icons-material/src/material/two-tone/battery_std.svg diff --git a/projects/icons-material/src/two-tone/battery_unknown.svg b/projects/icons-material/src/material/two-tone/battery_unknown.svg similarity index 100% rename from projects/icons-material/src/two-tone/battery_unknown.svg rename to projects/icons-material/src/material/two-tone/battery_unknown.svg diff --git a/projects/icons-material/src/two-tone/beach_access.svg b/projects/icons-material/src/material/two-tone/beach_access.svg similarity index 100% rename from projects/icons-material/src/two-tone/beach_access.svg rename to projects/icons-material/src/material/two-tone/beach_access.svg diff --git a/projects/icons-material/src/two-tone/bed.svg b/projects/icons-material/src/material/two-tone/bed.svg similarity index 100% rename from projects/icons-material/src/two-tone/bed.svg rename to projects/icons-material/src/material/two-tone/bed.svg diff --git a/projects/icons-material/src/two-tone/bedroom_baby.svg b/projects/icons-material/src/material/two-tone/bedroom_baby.svg similarity index 100% rename from projects/icons-material/src/two-tone/bedroom_baby.svg rename to projects/icons-material/src/material/two-tone/bedroom_baby.svg diff --git a/projects/icons-material/src/two-tone/bedroom_child.svg b/projects/icons-material/src/material/two-tone/bedroom_child.svg similarity index 100% rename from projects/icons-material/src/two-tone/bedroom_child.svg rename to projects/icons-material/src/material/two-tone/bedroom_child.svg diff --git a/projects/icons-material/src/two-tone/bedroom_parent.svg b/projects/icons-material/src/material/two-tone/bedroom_parent.svg similarity index 100% rename from projects/icons-material/src/two-tone/bedroom_parent.svg rename to projects/icons-material/src/material/two-tone/bedroom_parent.svg diff --git a/projects/icons-material/src/two-tone/bedtime.svg b/projects/icons-material/src/material/two-tone/bedtime.svg similarity index 100% rename from projects/icons-material/src/two-tone/bedtime.svg rename to projects/icons-material/src/material/two-tone/bedtime.svg diff --git a/projects/icons-material/src/two-tone/bedtime_off.svg b/projects/icons-material/src/material/two-tone/bedtime_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/bedtime_off.svg rename to projects/icons-material/src/material/two-tone/bedtime_off.svg diff --git a/projects/icons-material/src/two-tone/beenhere.svg b/projects/icons-material/src/material/two-tone/beenhere.svg similarity index 100% rename from projects/icons-material/src/two-tone/beenhere.svg rename to projects/icons-material/src/material/two-tone/beenhere.svg diff --git a/projects/icons-material/src/two-tone/bento.svg b/projects/icons-material/src/material/two-tone/bento.svg similarity index 100% rename from projects/icons-material/src/two-tone/bento.svg rename to projects/icons-material/src/material/two-tone/bento.svg diff --git a/projects/icons-material/src/two-tone/bike_scooter.svg b/projects/icons-material/src/material/two-tone/bike_scooter.svg similarity index 100% rename from projects/icons-material/src/two-tone/bike_scooter.svg rename to projects/icons-material/src/material/two-tone/bike_scooter.svg diff --git a/projects/icons-material/src/two-tone/biotech.svg b/projects/icons-material/src/material/two-tone/biotech.svg similarity index 100% rename from projects/icons-material/src/two-tone/biotech.svg rename to projects/icons-material/src/material/two-tone/biotech.svg diff --git a/projects/icons-material/src/two-tone/blender.svg b/projects/icons-material/src/material/two-tone/blender.svg similarity index 100% rename from projects/icons-material/src/two-tone/blender.svg rename to projects/icons-material/src/material/two-tone/blender.svg diff --git a/projects/icons-material/src/two-tone/blind.svg b/projects/icons-material/src/material/two-tone/blind.svg similarity index 100% rename from projects/icons-material/src/two-tone/blind.svg rename to projects/icons-material/src/material/two-tone/blind.svg diff --git a/projects/icons-material/src/two-tone/blinds.svg b/projects/icons-material/src/material/two-tone/blinds.svg similarity index 100% rename from projects/icons-material/src/two-tone/blinds.svg rename to projects/icons-material/src/material/two-tone/blinds.svg diff --git a/projects/icons-material/src/two-tone/blinds_closed.svg b/projects/icons-material/src/material/two-tone/blinds_closed.svg similarity index 100% rename from projects/icons-material/src/two-tone/blinds_closed.svg rename to projects/icons-material/src/material/two-tone/blinds_closed.svg diff --git a/projects/icons-material/src/two-tone/block.svg b/projects/icons-material/src/material/two-tone/block.svg similarity index 100% rename from projects/icons-material/src/two-tone/block.svg rename to projects/icons-material/src/material/two-tone/block.svg diff --git a/projects/icons-material/src/two-tone/bloodtype.svg b/projects/icons-material/src/material/two-tone/bloodtype.svg similarity index 100% rename from projects/icons-material/src/two-tone/bloodtype.svg rename to projects/icons-material/src/material/two-tone/bloodtype.svg diff --git a/projects/icons-material/src/two-tone/bluetooth.svg b/projects/icons-material/src/material/two-tone/bluetooth.svg similarity index 100% rename from projects/icons-material/src/two-tone/bluetooth.svg rename to projects/icons-material/src/material/two-tone/bluetooth.svg diff --git a/projects/icons-material/src/two-tone/bluetooth_audio.svg b/projects/icons-material/src/material/two-tone/bluetooth_audio.svg similarity index 100% rename from projects/icons-material/src/two-tone/bluetooth_audio.svg rename to projects/icons-material/src/material/two-tone/bluetooth_audio.svg diff --git a/projects/icons-material/src/two-tone/bluetooth_connected.svg b/projects/icons-material/src/material/two-tone/bluetooth_connected.svg similarity index 100% rename from projects/icons-material/src/two-tone/bluetooth_connected.svg rename to projects/icons-material/src/material/two-tone/bluetooth_connected.svg diff --git a/projects/icons-material/src/two-tone/bluetooth_disabled.svg b/projects/icons-material/src/material/two-tone/bluetooth_disabled.svg similarity index 100% rename from projects/icons-material/src/two-tone/bluetooth_disabled.svg rename to projects/icons-material/src/material/two-tone/bluetooth_disabled.svg diff --git a/projects/icons-material/src/two-tone/bluetooth_drive.svg b/projects/icons-material/src/material/two-tone/bluetooth_drive.svg similarity index 100% rename from projects/icons-material/src/two-tone/bluetooth_drive.svg rename to projects/icons-material/src/material/two-tone/bluetooth_drive.svg diff --git a/projects/icons-material/src/two-tone/bluetooth_searching.svg b/projects/icons-material/src/material/two-tone/bluetooth_searching.svg similarity index 100% rename from projects/icons-material/src/two-tone/bluetooth_searching.svg rename to projects/icons-material/src/material/two-tone/bluetooth_searching.svg diff --git a/projects/icons-material/src/two-tone/blur_circular.svg b/projects/icons-material/src/material/two-tone/blur_circular.svg similarity index 100% rename from projects/icons-material/src/two-tone/blur_circular.svg rename to projects/icons-material/src/material/two-tone/blur_circular.svg diff --git a/projects/icons-material/src/two-tone/blur_linear.svg b/projects/icons-material/src/material/two-tone/blur_linear.svg similarity index 100% rename from projects/icons-material/src/two-tone/blur_linear.svg rename to projects/icons-material/src/material/two-tone/blur_linear.svg diff --git a/projects/icons-material/src/two-tone/blur_off.svg b/projects/icons-material/src/material/two-tone/blur_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/blur_off.svg rename to projects/icons-material/src/material/two-tone/blur_off.svg diff --git a/projects/icons-material/src/two-tone/blur_on.svg b/projects/icons-material/src/material/two-tone/blur_on.svg similarity index 100% rename from projects/icons-material/src/two-tone/blur_on.svg rename to projects/icons-material/src/material/two-tone/blur_on.svg diff --git a/projects/icons-material/src/two-tone/bolt.svg b/projects/icons-material/src/material/two-tone/bolt.svg similarity index 100% rename from projects/icons-material/src/two-tone/bolt.svg rename to projects/icons-material/src/material/two-tone/bolt.svg diff --git a/projects/icons-material/src/two-tone/book.svg b/projects/icons-material/src/material/two-tone/book.svg similarity index 100% rename from projects/icons-material/src/two-tone/book.svg rename to projects/icons-material/src/material/two-tone/book.svg diff --git a/projects/icons-material/src/two-tone/book_online.svg b/projects/icons-material/src/material/two-tone/book_online.svg similarity index 100% rename from projects/icons-material/src/two-tone/book_online.svg rename to projects/icons-material/src/material/two-tone/book_online.svg diff --git a/projects/icons-material/src/two-tone/bookmark.svg b/projects/icons-material/src/material/two-tone/bookmark.svg similarity index 100% rename from projects/icons-material/src/two-tone/bookmark.svg rename to projects/icons-material/src/material/two-tone/bookmark.svg diff --git a/projects/icons-material/src/two-tone/bookmark_add.svg b/projects/icons-material/src/material/two-tone/bookmark_add.svg similarity index 100% rename from projects/icons-material/src/two-tone/bookmark_add.svg rename to projects/icons-material/src/material/two-tone/bookmark_add.svg diff --git a/projects/icons-material/src/two-tone/bookmark_added.svg b/projects/icons-material/src/material/two-tone/bookmark_added.svg similarity index 100% rename from projects/icons-material/src/two-tone/bookmark_added.svg rename to projects/icons-material/src/material/two-tone/bookmark_added.svg diff --git a/projects/icons-material/src/two-tone/bookmark_border.svg b/projects/icons-material/src/material/two-tone/bookmark_border.svg similarity index 100% rename from projects/icons-material/src/two-tone/bookmark_border.svg rename to projects/icons-material/src/material/two-tone/bookmark_border.svg diff --git a/projects/icons-material/src/two-tone/bookmark_remove.svg b/projects/icons-material/src/material/two-tone/bookmark_remove.svg similarity index 100% rename from projects/icons-material/src/two-tone/bookmark_remove.svg rename to projects/icons-material/src/material/two-tone/bookmark_remove.svg diff --git a/projects/icons-material/src/two-tone/bookmarks.svg b/projects/icons-material/src/material/two-tone/bookmarks.svg similarity index 100% rename from projects/icons-material/src/two-tone/bookmarks.svg rename to projects/icons-material/src/material/two-tone/bookmarks.svg diff --git a/projects/icons-material/src/two-tone/border_all.svg b/projects/icons-material/src/material/two-tone/border_all.svg similarity index 100% rename from projects/icons-material/src/two-tone/border_all.svg rename to projects/icons-material/src/material/two-tone/border_all.svg diff --git a/projects/icons-material/src/two-tone/border_bottom.svg b/projects/icons-material/src/material/two-tone/border_bottom.svg similarity index 100% rename from projects/icons-material/src/two-tone/border_bottom.svg rename to projects/icons-material/src/material/two-tone/border_bottom.svg diff --git a/projects/icons-material/src/two-tone/border_clear.svg b/projects/icons-material/src/material/two-tone/border_clear.svg similarity index 100% rename from projects/icons-material/src/two-tone/border_clear.svg rename to projects/icons-material/src/material/two-tone/border_clear.svg diff --git a/projects/icons-material/src/two-tone/border_color.svg b/projects/icons-material/src/material/two-tone/border_color.svg similarity index 100% rename from projects/icons-material/src/two-tone/border_color.svg rename to projects/icons-material/src/material/two-tone/border_color.svg diff --git a/projects/icons-material/src/two-tone/border_horizontal.svg b/projects/icons-material/src/material/two-tone/border_horizontal.svg similarity index 100% rename from projects/icons-material/src/two-tone/border_horizontal.svg rename to projects/icons-material/src/material/two-tone/border_horizontal.svg diff --git a/projects/icons-material/src/two-tone/border_inner.svg b/projects/icons-material/src/material/two-tone/border_inner.svg similarity index 100% rename from projects/icons-material/src/two-tone/border_inner.svg rename to projects/icons-material/src/material/two-tone/border_inner.svg diff --git a/projects/icons-material/src/two-tone/border_left.svg b/projects/icons-material/src/material/two-tone/border_left.svg similarity index 100% rename from projects/icons-material/src/two-tone/border_left.svg rename to projects/icons-material/src/material/two-tone/border_left.svg diff --git a/projects/icons-material/src/two-tone/border_outer.svg b/projects/icons-material/src/material/two-tone/border_outer.svg similarity index 100% rename from projects/icons-material/src/two-tone/border_outer.svg rename to projects/icons-material/src/material/two-tone/border_outer.svg diff --git a/projects/icons-material/src/two-tone/border_right.svg b/projects/icons-material/src/material/two-tone/border_right.svg similarity index 100% rename from projects/icons-material/src/two-tone/border_right.svg rename to projects/icons-material/src/material/two-tone/border_right.svg diff --git a/projects/icons-material/src/two-tone/border_style.svg b/projects/icons-material/src/material/two-tone/border_style.svg similarity index 100% rename from projects/icons-material/src/two-tone/border_style.svg rename to projects/icons-material/src/material/two-tone/border_style.svg diff --git a/projects/icons-material/src/two-tone/border_top.svg b/projects/icons-material/src/material/two-tone/border_top.svg similarity index 100% rename from projects/icons-material/src/two-tone/border_top.svg rename to projects/icons-material/src/material/two-tone/border_top.svg diff --git a/projects/icons-material/src/two-tone/border_vertical.svg b/projects/icons-material/src/material/two-tone/border_vertical.svg similarity index 100% rename from projects/icons-material/src/two-tone/border_vertical.svg rename to projects/icons-material/src/material/two-tone/border_vertical.svg diff --git a/projects/icons-material/src/two-tone/boy.svg b/projects/icons-material/src/material/two-tone/boy.svg similarity index 100% rename from projects/icons-material/src/two-tone/boy.svg rename to projects/icons-material/src/material/two-tone/boy.svg diff --git a/projects/icons-material/src/two-tone/branding_watermark.svg b/projects/icons-material/src/material/two-tone/branding_watermark.svg similarity index 100% rename from projects/icons-material/src/two-tone/branding_watermark.svg rename to projects/icons-material/src/material/two-tone/branding_watermark.svg diff --git a/projects/icons-material/src/two-tone/breakfast_dining.svg b/projects/icons-material/src/material/two-tone/breakfast_dining.svg similarity index 100% rename from projects/icons-material/src/two-tone/breakfast_dining.svg rename to projects/icons-material/src/material/two-tone/breakfast_dining.svg diff --git a/projects/icons-material/src/two-tone/brightness_1.svg b/projects/icons-material/src/material/two-tone/brightness_1.svg similarity index 100% rename from projects/icons-material/src/two-tone/brightness_1.svg rename to projects/icons-material/src/material/two-tone/brightness_1.svg diff --git a/projects/icons-material/src/two-tone/brightness_2.svg b/projects/icons-material/src/material/two-tone/brightness_2.svg similarity index 100% rename from projects/icons-material/src/two-tone/brightness_2.svg rename to projects/icons-material/src/material/two-tone/brightness_2.svg diff --git a/projects/icons-material/src/two-tone/brightness_3.svg b/projects/icons-material/src/material/two-tone/brightness_3.svg similarity index 100% rename from projects/icons-material/src/two-tone/brightness_3.svg rename to projects/icons-material/src/material/two-tone/brightness_3.svg diff --git a/projects/icons-material/src/two-tone/brightness_4.svg b/projects/icons-material/src/material/two-tone/brightness_4.svg similarity index 100% rename from projects/icons-material/src/two-tone/brightness_4.svg rename to projects/icons-material/src/material/two-tone/brightness_4.svg diff --git a/projects/icons-material/src/two-tone/brightness_5.svg b/projects/icons-material/src/material/two-tone/brightness_5.svg similarity index 100% rename from projects/icons-material/src/two-tone/brightness_5.svg rename to projects/icons-material/src/material/two-tone/brightness_5.svg diff --git a/projects/icons-material/src/two-tone/brightness_6.svg b/projects/icons-material/src/material/two-tone/brightness_6.svg similarity index 100% rename from projects/icons-material/src/two-tone/brightness_6.svg rename to projects/icons-material/src/material/two-tone/brightness_6.svg diff --git a/projects/icons-material/src/two-tone/brightness_7.svg b/projects/icons-material/src/material/two-tone/brightness_7.svg similarity index 100% rename from projects/icons-material/src/two-tone/brightness_7.svg rename to projects/icons-material/src/material/two-tone/brightness_7.svg diff --git a/projects/icons-material/src/two-tone/brightness_auto.svg b/projects/icons-material/src/material/two-tone/brightness_auto.svg similarity index 100% rename from projects/icons-material/src/two-tone/brightness_auto.svg rename to projects/icons-material/src/material/two-tone/brightness_auto.svg diff --git a/projects/icons-material/src/two-tone/brightness_high.svg b/projects/icons-material/src/material/two-tone/brightness_high.svg similarity index 100% rename from projects/icons-material/src/two-tone/brightness_high.svg rename to projects/icons-material/src/material/two-tone/brightness_high.svg diff --git a/projects/icons-material/src/two-tone/brightness_low.svg b/projects/icons-material/src/material/two-tone/brightness_low.svg similarity index 100% rename from projects/icons-material/src/two-tone/brightness_low.svg rename to projects/icons-material/src/material/two-tone/brightness_low.svg diff --git a/projects/icons-material/src/two-tone/brightness_medium.svg b/projects/icons-material/src/material/two-tone/brightness_medium.svg similarity index 100% rename from projects/icons-material/src/two-tone/brightness_medium.svg rename to projects/icons-material/src/material/two-tone/brightness_medium.svg diff --git a/projects/icons-material/src/two-tone/broadcast_on_home.svg b/projects/icons-material/src/material/two-tone/broadcast_on_home.svg similarity index 100% rename from projects/icons-material/src/two-tone/broadcast_on_home.svg rename to projects/icons-material/src/material/two-tone/broadcast_on_home.svg diff --git a/projects/icons-material/src/two-tone/broadcast_on_personal.svg b/projects/icons-material/src/material/two-tone/broadcast_on_personal.svg similarity index 100% rename from projects/icons-material/src/two-tone/broadcast_on_personal.svg rename to projects/icons-material/src/material/two-tone/broadcast_on_personal.svg diff --git a/projects/icons-material/src/two-tone/broken_image.svg b/projects/icons-material/src/material/two-tone/broken_image.svg similarity index 100% rename from projects/icons-material/src/two-tone/broken_image.svg rename to projects/icons-material/src/material/two-tone/broken_image.svg diff --git a/projects/icons-material/src/two-tone/browse_gallery.svg b/projects/icons-material/src/material/two-tone/browse_gallery.svg similarity index 100% rename from projects/icons-material/src/two-tone/browse_gallery.svg rename to projects/icons-material/src/material/two-tone/browse_gallery.svg diff --git a/projects/icons-material/src/two-tone/browser_not_supported.svg b/projects/icons-material/src/material/two-tone/browser_not_supported.svg similarity index 100% rename from projects/icons-material/src/two-tone/browser_not_supported.svg rename to projects/icons-material/src/material/two-tone/browser_not_supported.svg diff --git a/projects/icons-material/src/two-tone/browser_updated.svg b/projects/icons-material/src/material/two-tone/browser_updated.svg similarity index 100% rename from projects/icons-material/src/two-tone/browser_updated.svg rename to projects/icons-material/src/material/two-tone/browser_updated.svg diff --git a/projects/icons-material/src/two-tone/brunch_dining.svg b/projects/icons-material/src/material/two-tone/brunch_dining.svg similarity index 100% rename from projects/icons-material/src/two-tone/brunch_dining.svg rename to projects/icons-material/src/material/two-tone/brunch_dining.svg diff --git a/projects/icons-material/src/two-tone/brush.svg b/projects/icons-material/src/material/two-tone/brush.svg similarity index 100% rename from projects/icons-material/src/two-tone/brush.svg rename to projects/icons-material/src/material/two-tone/brush.svg diff --git a/projects/icons-material/src/two-tone/bubble_chart.svg b/projects/icons-material/src/material/two-tone/bubble_chart.svg similarity index 100% rename from projects/icons-material/src/two-tone/bubble_chart.svg rename to projects/icons-material/src/material/two-tone/bubble_chart.svg diff --git a/projects/icons-material/src/two-tone/bug_report.svg b/projects/icons-material/src/material/two-tone/bug_report.svg similarity index 100% rename from projects/icons-material/src/two-tone/bug_report.svg rename to projects/icons-material/src/material/two-tone/bug_report.svg diff --git a/projects/icons-material/src/two-tone/build.svg b/projects/icons-material/src/material/two-tone/build.svg similarity index 100% rename from projects/icons-material/src/two-tone/build.svg rename to projects/icons-material/src/material/two-tone/build.svg diff --git a/projects/icons-material/src/two-tone/build_circle.svg b/projects/icons-material/src/material/two-tone/build_circle.svg similarity index 100% rename from projects/icons-material/src/two-tone/build_circle.svg rename to projects/icons-material/src/material/two-tone/build_circle.svg diff --git a/projects/icons-material/src/two-tone/bungalow.svg b/projects/icons-material/src/material/two-tone/bungalow.svg similarity index 100% rename from projects/icons-material/src/two-tone/bungalow.svg rename to projects/icons-material/src/material/two-tone/bungalow.svg diff --git a/projects/icons-material/src/two-tone/burst_mode.svg b/projects/icons-material/src/material/two-tone/burst_mode.svg similarity index 100% rename from projects/icons-material/src/two-tone/burst_mode.svg rename to projects/icons-material/src/material/two-tone/burst_mode.svg diff --git a/projects/icons-material/src/two-tone/bus_alert.svg b/projects/icons-material/src/material/two-tone/bus_alert.svg similarity index 100% rename from projects/icons-material/src/two-tone/bus_alert.svg rename to projects/icons-material/src/material/two-tone/bus_alert.svg diff --git a/projects/icons-material/src/two-tone/business.svg b/projects/icons-material/src/material/two-tone/business.svg similarity index 100% rename from projects/icons-material/src/two-tone/business.svg rename to projects/icons-material/src/material/two-tone/business.svg diff --git a/projects/icons-material/src/two-tone/business_center.svg b/projects/icons-material/src/material/two-tone/business_center.svg similarity index 100% rename from projects/icons-material/src/two-tone/business_center.svg rename to projects/icons-material/src/material/two-tone/business_center.svg diff --git a/projects/icons-material/src/two-tone/cabin.svg b/projects/icons-material/src/material/two-tone/cabin.svg similarity index 100% rename from projects/icons-material/src/two-tone/cabin.svg rename to projects/icons-material/src/material/two-tone/cabin.svg diff --git a/projects/icons-material/src/two-tone/cable.svg b/projects/icons-material/src/material/two-tone/cable.svg similarity index 100% rename from projects/icons-material/src/two-tone/cable.svg rename to projects/icons-material/src/material/two-tone/cable.svg diff --git a/projects/icons-material/src/two-tone/cached.svg b/projects/icons-material/src/material/two-tone/cached.svg similarity index 100% rename from projects/icons-material/src/two-tone/cached.svg rename to projects/icons-material/src/material/two-tone/cached.svg diff --git a/projects/icons-material/src/two-tone/cake.svg b/projects/icons-material/src/material/two-tone/cake.svg similarity index 100% rename from projects/icons-material/src/two-tone/cake.svg rename to projects/icons-material/src/material/two-tone/cake.svg diff --git a/projects/icons-material/src/two-tone/calculate.svg b/projects/icons-material/src/material/two-tone/calculate.svg similarity index 100% rename from projects/icons-material/src/two-tone/calculate.svg rename to projects/icons-material/src/material/two-tone/calculate.svg diff --git a/projects/icons-material/src/two-tone/calendar_month.svg b/projects/icons-material/src/material/two-tone/calendar_month.svg similarity index 100% rename from projects/icons-material/src/two-tone/calendar_month.svg rename to projects/icons-material/src/material/two-tone/calendar_month.svg diff --git a/projects/icons-material/src/two-tone/calendar_today.svg b/projects/icons-material/src/material/two-tone/calendar_today.svg similarity index 100% rename from projects/icons-material/src/two-tone/calendar_today.svg rename to projects/icons-material/src/material/two-tone/calendar_today.svg diff --git a/projects/icons-material/src/two-tone/calendar_view_day.svg b/projects/icons-material/src/material/two-tone/calendar_view_day.svg similarity index 100% rename from projects/icons-material/src/two-tone/calendar_view_day.svg rename to projects/icons-material/src/material/two-tone/calendar_view_day.svg diff --git a/projects/icons-material/src/two-tone/calendar_view_month.svg b/projects/icons-material/src/material/two-tone/calendar_view_month.svg similarity index 100% rename from projects/icons-material/src/two-tone/calendar_view_month.svg rename to projects/icons-material/src/material/two-tone/calendar_view_month.svg diff --git a/projects/icons-material/src/two-tone/calendar_view_week.svg b/projects/icons-material/src/material/two-tone/calendar_view_week.svg similarity index 100% rename from projects/icons-material/src/two-tone/calendar_view_week.svg rename to projects/icons-material/src/material/two-tone/calendar_view_week.svg diff --git a/projects/icons-material/src/two-tone/call.svg b/projects/icons-material/src/material/two-tone/call.svg similarity index 100% rename from projects/icons-material/src/two-tone/call.svg rename to projects/icons-material/src/material/two-tone/call.svg diff --git a/projects/icons-material/src/two-tone/call_end.svg b/projects/icons-material/src/material/two-tone/call_end.svg similarity index 100% rename from projects/icons-material/src/two-tone/call_end.svg rename to projects/icons-material/src/material/two-tone/call_end.svg diff --git a/projects/icons-material/src/two-tone/call_made.svg b/projects/icons-material/src/material/two-tone/call_made.svg similarity index 100% rename from projects/icons-material/src/two-tone/call_made.svg rename to projects/icons-material/src/material/two-tone/call_made.svg diff --git a/projects/icons-material/src/two-tone/call_merge.svg b/projects/icons-material/src/material/two-tone/call_merge.svg similarity index 100% rename from projects/icons-material/src/two-tone/call_merge.svg rename to projects/icons-material/src/material/two-tone/call_merge.svg diff --git a/projects/icons-material/src/two-tone/call_missed.svg b/projects/icons-material/src/material/two-tone/call_missed.svg similarity index 100% rename from projects/icons-material/src/two-tone/call_missed.svg rename to projects/icons-material/src/material/two-tone/call_missed.svg diff --git a/projects/icons-material/src/two-tone/call_missed_outgoing.svg b/projects/icons-material/src/material/two-tone/call_missed_outgoing.svg similarity index 100% rename from projects/icons-material/src/two-tone/call_missed_outgoing.svg rename to projects/icons-material/src/material/two-tone/call_missed_outgoing.svg diff --git a/projects/icons-material/src/two-tone/call_received.svg b/projects/icons-material/src/material/two-tone/call_received.svg similarity index 100% rename from projects/icons-material/src/two-tone/call_received.svg rename to projects/icons-material/src/material/two-tone/call_received.svg diff --git a/projects/icons-material/src/two-tone/call_split.svg b/projects/icons-material/src/material/two-tone/call_split.svg similarity index 100% rename from projects/icons-material/src/two-tone/call_split.svg rename to projects/icons-material/src/material/two-tone/call_split.svg diff --git a/projects/icons-material/src/two-tone/call_to_action.svg b/projects/icons-material/src/material/two-tone/call_to_action.svg similarity index 100% rename from projects/icons-material/src/two-tone/call_to_action.svg rename to projects/icons-material/src/material/two-tone/call_to_action.svg diff --git a/projects/icons-material/src/two-tone/camera.svg b/projects/icons-material/src/material/two-tone/camera.svg similarity index 100% rename from projects/icons-material/src/two-tone/camera.svg rename to projects/icons-material/src/material/two-tone/camera.svg diff --git a/projects/icons-material/src/two-tone/camera_alt.svg b/projects/icons-material/src/material/two-tone/camera_alt.svg similarity index 100% rename from projects/icons-material/src/two-tone/camera_alt.svg rename to projects/icons-material/src/material/two-tone/camera_alt.svg diff --git a/projects/icons-material/src/two-tone/camera_enhance.svg b/projects/icons-material/src/material/two-tone/camera_enhance.svg similarity index 100% rename from projects/icons-material/src/two-tone/camera_enhance.svg rename to projects/icons-material/src/material/two-tone/camera_enhance.svg diff --git a/projects/icons-material/src/two-tone/camera_front.svg b/projects/icons-material/src/material/two-tone/camera_front.svg similarity index 100% rename from projects/icons-material/src/two-tone/camera_front.svg rename to projects/icons-material/src/material/two-tone/camera_front.svg diff --git a/projects/icons-material/src/two-tone/camera_indoor.svg b/projects/icons-material/src/material/two-tone/camera_indoor.svg similarity index 100% rename from projects/icons-material/src/two-tone/camera_indoor.svg rename to projects/icons-material/src/material/two-tone/camera_indoor.svg diff --git a/projects/icons-material/src/two-tone/camera_outdoor.svg b/projects/icons-material/src/material/two-tone/camera_outdoor.svg similarity index 100% rename from projects/icons-material/src/two-tone/camera_outdoor.svg rename to projects/icons-material/src/material/two-tone/camera_outdoor.svg diff --git a/projects/icons-material/src/two-tone/camera_rear.svg b/projects/icons-material/src/material/two-tone/camera_rear.svg similarity index 100% rename from projects/icons-material/src/two-tone/camera_rear.svg rename to projects/icons-material/src/material/two-tone/camera_rear.svg diff --git a/projects/icons-material/src/two-tone/camera_roll.svg b/projects/icons-material/src/material/two-tone/camera_roll.svg similarity index 100% rename from projects/icons-material/src/two-tone/camera_roll.svg rename to projects/icons-material/src/material/two-tone/camera_roll.svg diff --git a/projects/icons-material/src/two-tone/cameraswitch.svg b/projects/icons-material/src/material/two-tone/cameraswitch.svg similarity index 100% rename from projects/icons-material/src/two-tone/cameraswitch.svg rename to projects/icons-material/src/material/two-tone/cameraswitch.svg diff --git a/projects/icons-material/src/two-tone/campaign.svg b/projects/icons-material/src/material/two-tone/campaign.svg similarity index 100% rename from projects/icons-material/src/two-tone/campaign.svg rename to projects/icons-material/src/material/two-tone/campaign.svg diff --git a/projects/icons-material/src/two-tone/cancel.svg b/projects/icons-material/src/material/two-tone/cancel.svg similarity index 100% rename from projects/icons-material/src/two-tone/cancel.svg rename to projects/icons-material/src/material/two-tone/cancel.svg diff --git a/projects/icons-material/src/two-tone/cancel_presentation.svg b/projects/icons-material/src/material/two-tone/cancel_presentation.svg similarity index 100% rename from projects/icons-material/src/two-tone/cancel_presentation.svg rename to projects/icons-material/src/material/two-tone/cancel_presentation.svg diff --git a/projects/icons-material/src/two-tone/cancel_schedule_send.svg b/projects/icons-material/src/material/two-tone/cancel_schedule_send.svg similarity index 100% rename from projects/icons-material/src/two-tone/cancel_schedule_send.svg rename to projects/icons-material/src/material/two-tone/cancel_schedule_send.svg diff --git a/projects/icons-material/src/two-tone/candlestick_chart.svg b/projects/icons-material/src/material/two-tone/candlestick_chart.svg similarity index 100% rename from projects/icons-material/src/two-tone/candlestick_chart.svg rename to projects/icons-material/src/material/two-tone/candlestick_chart.svg diff --git a/projects/icons-material/src/two-tone/car_crash.svg b/projects/icons-material/src/material/two-tone/car_crash.svg similarity index 100% rename from projects/icons-material/src/two-tone/car_crash.svg rename to projects/icons-material/src/material/two-tone/car_crash.svg diff --git a/projects/icons-material/src/two-tone/car_rental.svg b/projects/icons-material/src/material/two-tone/car_rental.svg similarity index 100% rename from projects/icons-material/src/two-tone/car_rental.svg rename to projects/icons-material/src/material/two-tone/car_rental.svg diff --git a/projects/icons-material/src/two-tone/car_repair.svg b/projects/icons-material/src/material/two-tone/car_repair.svg similarity index 100% rename from projects/icons-material/src/two-tone/car_repair.svg rename to projects/icons-material/src/material/two-tone/car_repair.svg diff --git a/projects/icons-material/src/two-tone/card_giftcard.svg b/projects/icons-material/src/material/two-tone/card_giftcard.svg similarity index 100% rename from projects/icons-material/src/two-tone/card_giftcard.svg rename to projects/icons-material/src/material/two-tone/card_giftcard.svg diff --git a/projects/icons-material/src/two-tone/card_membership.svg b/projects/icons-material/src/material/two-tone/card_membership.svg similarity index 100% rename from projects/icons-material/src/two-tone/card_membership.svg rename to projects/icons-material/src/material/two-tone/card_membership.svg diff --git a/projects/icons-material/src/two-tone/card_travel.svg b/projects/icons-material/src/material/two-tone/card_travel.svg similarity index 100% rename from projects/icons-material/src/two-tone/card_travel.svg rename to projects/icons-material/src/material/two-tone/card_travel.svg diff --git a/projects/icons-material/src/two-tone/carpenter.svg b/projects/icons-material/src/material/two-tone/carpenter.svg similarity index 100% rename from projects/icons-material/src/two-tone/carpenter.svg rename to projects/icons-material/src/material/two-tone/carpenter.svg diff --git a/projects/icons-material/src/two-tone/cases.svg b/projects/icons-material/src/material/two-tone/cases.svg similarity index 100% rename from projects/icons-material/src/two-tone/cases.svg rename to projects/icons-material/src/material/two-tone/cases.svg diff --git a/projects/icons-material/src/two-tone/casino.svg b/projects/icons-material/src/material/two-tone/casino.svg similarity index 100% rename from projects/icons-material/src/two-tone/casino.svg rename to projects/icons-material/src/material/two-tone/casino.svg diff --git a/projects/icons-material/src/two-tone/cast.svg b/projects/icons-material/src/material/two-tone/cast.svg similarity index 100% rename from projects/icons-material/src/two-tone/cast.svg rename to projects/icons-material/src/material/two-tone/cast.svg diff --git a/projects/icons-material/src/two-tone/cast_connected.svg b/projects/icons-material/src/material/two-tone/cast_connected.svg similarity index 100% rename from projects/icons-material/src/two-tone/cast_connected.svg rename to projects/icons-material/src/material/two-tone/cast_connected.svg diff --git a/projects/icons-material/src/two-tone/cast_for_education.svg b/projects/icons-material/src/material/two-tone/cast_for_education.svg similarity index 100% rename from projects/icons-material/src/two-tone/cast_for_education.svg rename to projects/icons-material/src/material/two-tone/cast_for_education.svg diff --git a/projects/icons-material/src/two-tone/castle.svg b/projects/icons-material/src/material/two-tone/castle.svg similarity index 100% rename from projects/icons-material/src/two-tone/castle.svg rename to projects/icons-material/src/material/two-tone/castle.svg diff --git a/projects/icons-material/src/two-tone/catching_pokemon.svg b/projects/icons-material/src/material/two-tone/catching_pokemon.svg similarity index 100% rename from projects/icons-material/src/two-tone/catching_pokemon.svg rename to projects/icons-material/src/material/two-tone/catching_pokemon.svg diff --git a/projects/icons-material/src/two-tone/category.svg b/projects/icons-material/src/material/two-tone/category.svg similarity index 100% rename from projects/icons-material/src/two-tone/category.svg rename to projects/icons-material/src/material/two-tone/category.svg diff --git a/projects/icons-material/src/two-tone/celebration.svg b/projects/icons-material/src/material/two-tone/celebration.svg similarity index 100% rename from projects/icons-material/src/two-tone/celebration.svg rename to projects/icons-material/src/material/two-tone/celebration.svg diff --git a/projects/icons-material/src/two-tone/cell_tower.svg b/projects/icons-material/src/material/two-tone/cell_tower.svg similarity index 100% rename from projects/icons-material/src/two-tone/cell_tower.svg rename to projects/icons-material/src/material/two-tone/cell_tower.svg diff --git a/projects/icons-material/src/two-tone/cell_wifi.svg b/projects/icons-material/src/material/two-tone/cell_wifi.svg similarity index 100% rename from projects/icons-material/src/two-tone/cell_wifi.svg rename to projects/icons-material/src/material/two-tone/cell_wifi.svg diff --git a/projects/icons-material/src/two-tone/center_focus_strong.svg b/projects/icons-material/src/material/two-tone/center_focus_strong.svg similarity index 100% rename from projects/icons-material/src/two-tone/center_focus_strong.svg rename to projects/icons-material/src/material/two-tone/center_focus_strong.svg diff --git a/projects/icons-material/src/two-tone/center_focus_weak.svg b/projects/icons-material/src/material/two-tone/center_focus_weak.svg similarity index 100% rename from projects/icons-material/src/two-tone/center_focus_weak.svg rename to projects/icons-material/src/material/two-tone/center_focus_weak.svg diff --git a/projects/icons-material/src/two-tone/chair.svg b/projects/icons-material/src/material/two-tone/chair.svg similarity index 100% rename from projects/icons-material/src/two-tone/chair.svg rename to projects/icons-material/src/material/two-tone/chair.svg diff --git a/projects/icons-material/src/two-tone/chair_alt.svg b/projects/icons-material/src/material/two-tone/chair_alt.svg similarity index 100% rename from projects/icons-material/src/two-tone/chair_alt.svg rename to projects/icons-material/src/material/two-tone/chair_alt.svg diff --git a/projects/icons-material/src/two-tone/chalet.svg b/projects/icons-material/src/material/two-tone/chalet.svg similarity index 100% rename from projects/icons-material/src/two-tone/chalet.svg rename to projects/icons-material/src/material/two-tone/chalet.svg diff --git a/projects/icons-material/src/two-tone/change_circle.svg b/projects/icons-material/src/material/two-tone/change_circle.svg similarity index 100% rename from projects/icons-material/src/two-tone/change_circle.svg rename to projects/icons-material/src/material/two-tone/change_circle.svg diff --git a/projects/icons-material/src/two-tone/change_history.svg b/projects/icons-material/src/material/two-tone/change_history.svg similarity index 100% rename from projects/icons-material/src/two-tone/change_history.svg rename to projects/icons-material/src/material/two-tone/change_history.svg diff --git a/projects/icons-material/src/two-tone/charging_station.svg b/projects/icons-material/src/material/two-tone/charging_station.svg similarity index 100% rename from projects/icons-material/src/two-tone/charging_station.svg rename to projects/icons-material/src/material/two-tone/charging_station.svg diff --git a/projects/icons-material/src/two-tone/chat.svg b/projects/icons-material/src/material/two-tone/chat.svg similarity index 100% rename from projects/icons-material/src/two-tone/chat.svg rename to projects/icons-material/src/material/two-tone/chat.svg diff --git a/projects/icons-material/src/two-tone/chat_bubble.svg b/projects/icons-material/src/material/two-tone/chat_bubble.svg similarity index 100% rename from projects/icons-material/src/two-tone/chat_bubble.svg rename to projects/icons-material/src/material/two-tone/chat_bubble.svg diff --git a/projects/icons-material/src/two-tone/chat_bubble_outline.svg b/projects/icons-material/src/material/two-tone/chat_bubble_outline.svg similarity index 100% rename from projects/icons-material/src/two-tone/chat_bubble_outline.svg rename to projects/icons-material/src/material/two-tone/chat_bubble_outline.svg diff --git a/projects/icons-material/src/two-tone/check.svg b/projects/icons-material/src/material/two-tone/check.svg similarity index 100% rename from projects/icons-material/src/two-tone/check.svg rename to projects/icons-material/src/material/two-tone/check.svg diff --git a/projects/icons-material/src/two-tone/check_box.svg b/projects/icons-material/src/material/two-tone/check_box.svg similarity index 100% rename from projects/icons-material/src/two-tone/check_box.svg rename to projects/icons-material/src/material/two-tone/check_box.svg diff --git a/projects/icons-material/src/two-tone/check_box_outline_blank.svg b/projects/icons-material/src/material/two-tone/check_box_outline_blank.svg similarity index 100% rename from projects/icons-material/src/two-tone/check_box_outline_blank.svg rename to projects/icons-material/src/material/two-tone/check_box_outline_blank.svg diff --git a/projects/icons-material/src/two-tone/check_circle.svg b/projects/icons-material/src/material/two-tone/check_circle.svg similarity index 100% rename from projects/icons-material/src/two-tone/check_circle.svg rename to projects/icons-material/src/material/two-tone/check_circle.svg diff --git a/projects/icons-material/src/two-tone/check_circle_outline.svg b/projects/icons-material/src/material/two-tone/check_circle_outline.svg similarity index 100% rename from projects/icons-material/src/two-tone/check_circle_outline.svg rename to projects/icons-material/src/material/two-tone/check_circle_outline.svg diff --git a/projects/icons-material/src/two-tone/checklist.svg b/projects/icons-material/src/material/two-tone/checklist.svg similarity index 100% rename from projects/icons-material/src/two-tone/checklist.svg rename to projects/icons-material/src/material/two-tone/checklist.svg diff --git a/projects/icons-material/src/two-tone/checklist_rtl.svg b/projects/icons-material/src/material/two-tone/checklist_rtl.svg similarity index 100% rename from projects/icons-material/src/two-tone/checklist_rtl.svg rename to projects/icons-material/src/material/two-tone/checklist_rtl.svg diff --git a/projects/icons-material/src/two-tone/checkroom.svg b/projects/icons-material/src/material/two-tone/checkroom.svg similarity index 100% rename from projects/icons-material/src/two-tone/checkroom.svg rename to projects/icons-material/src/material/two-tone/checkroom.svg diff --git a/projects/icons-material/src/two-tone/chevron_left.svg b/projects/icons-material/src/material/two-tone/chevron_left.svg similarity index 100% rename from projects/icons-material/src/two-tone/chevron_left.svg rename to projects/icons-material/src/material/two-tone/chevron_left.svg diff --git a/projects/icons-material/src/two-tone/chevron_right.svg b/projects/icons-material/src/material/two-tone/chevron_right.svg similarity index 100% rename from projects/icons-material/src/two-tone/chevron_right.svg rename to projects/icons-material/src/material/two-tone/chevron_right.svg diff --git a/projects/icons-material/src/two-tone/child_care.svg b/projects/icons-material/src/material/two-tone/child_care.svg similarity index 100% rename from projects/icons-material/src/two-tone/child_care.svg rename to projects/icons-material/src/material/two-tone/child_care.svg diff --git a/projects/icons-material/src/two-tone/child_friendly.svg b/projects/icons-material/src/material/two-tone/child_friendly.svg similarity index 100% rename from projects/icons-material/src/two-tone/child_friendly.svg rename to projects/icons-material/src/material/two-tone/child_friendly.svg diff --git a/projects/icons-material/src/two-tone/chrome_reader_mode.svg b/projects/icons-material/src/material/two-tone/chrome_reader_mode.svg similarity index 100% rename from projects/icons-material/src/two-tone/chrome_reader_mode.svg rename to projects/icons-material/src/material/two-tone/chrome_reader_mode.svg diff --git a/projects/icons-material/src/two-tone/church.svg b/projects/icons-material/src/material/two-tone/church.svg similarity index 100% rename from projects/icons-material/src/two-tone/church.svg rename to projects/icons-material/src/material/two-tone/church.svg diff --git a/projects/icons-material/src/two-tone/circle.svg b/projects/icons-material/src/material/two-tone/circle.svg similarity index 100% rename from projects/icons-material/src/two-tone/circle.svg rename to projects/icons-material/src/material/two-tone/circle.svg diff --git a/projects/icons-material/src/two-tone/circle_notifications.svg b/projects/icons-material/src/material/two-tone/circle_notifications.svg similarity index 100% rename from projects/icons-material/src/two-tone/circle_notifications.svg rename to projects/icons-material/src/material/two-tone/circle_notifications.svg diff --git a/projects/icons-material/src/two-tone/class.svg b/projects/icons-material/src/material/two-tone/class.svg similarity index 100% rename from projects/icons-material/src/two-tone/class.svg rename to projects/icons-material/src/material/two-tone/class.svg diff --git a/projects/icons-material/src/two-tone/clean_hands.svg b/projects/icons-material/src/material/two-tone/clean_hands.svg similarity index 100% rename from projects/icons-material/src/two-tone/clean_hands.svg rename to projects/icons-material/src/material/two-tone/clean_hands.svg diff --git a/projects/icons-material/src/two-tone/cleaning_services.svg b/projects/icons-material/src/material/two-tone/cleaning_services.svg similarity index 100% rename from projects/icons-material/src/two-tone/cleaning_services.svg rename to projects/icons-material/src/material/two-tone/cleaning_services.svg diff --git a/projects/icons-material/src/two-tone/clear.svg b/projects/icons-material/src/material/two-tone/clear.svg similarity index 100% rename from projects/icons-material/src/two-tone/clear.svg rename to projects/icons-material/src/material/two-tone/clear.svg diff --git a/projects/icons-material/src/two-tone/clear_all.svg b/projects/icons-material/src/material/two-tone/clear_all.svg similarity index 100% rename from projects/icons-material/src/two-tone/clear_all.svg rename to projects/icons-material/src/material/two-tone/clear_all.svg diff --git a/projects/icons-material/src/two-tone/close.svg b/projects/icons-material/src/material/two-tone/close.svg similarity index 100% rename from projects/icons-material/src/two-tone/close.svg rename to projects/icons-material/src/material/two-tone/close.svg diff --git a/projects/icons-material/src/two-tone/close_fullscreen.svg b/projects/icons-material/src/material/two-tone/close_fullscreen.svg similarity index 100% rename from projects/icons-material/src/two-tone/close_fullscreen.svg rename to projects/icons-material/src/material/two-tone/close_fullscreen.svg diff --git a/projects/icons-material/src/two-tone/closed_caption.svg b/projects/icons-material/src/material/two-tone/closed_caption.svg similarity index 100% rename from projects/icons-material/src/two-tone/closed_caption.svg rename to projects/icons-material/src/material/two-tone/closed_caption.svg diff --git a/projects/icons-material/src/two-tone/closed_caption_disabled.svg b/projects/icons-material/src/material/two-tone/closed_caption_disabled.svg similarity index 100% rename from projects/icons-material/src/two-tone/closed_caption_disabled.svg rename to projects/icons-material/src/material/two-tone/closed_caption_disabled.svg diff --git a/projects/icons-material/src/two-tone/closed_caption_off.svg b/projects/icons-material/src/material/two-tone/closed_caption_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/closed_caption_off.svg rename to projects/icons-material/src/material/two-tone/closed_caption_off.svg diff --git a/projects/icons-material/src/two-tone/cloud.svg b/projects/icons-material/src/material/two-tone/cloud.svg similarity index 100% rename from projects/icons-material/src/two-tone/cloud.svg rename to projects/icons-material/src/material/two-tone/cloud.svg diff --git a/projects/icons-material/src/two-tone/cloud_circle.svg b/projects/icons-material/src/material/two-tone/cloud_circle.svg similarity index 100% rename from projects/icons-material/src/two-tone/cloud_circle.svg rename to projects/icons-material/src/material/two-tone/cloud_circle.svg diff --git a/projects/icons-material/src/two-tone/cloud_done.svg b/projects/icons-material/src/material/two-tone/cloud_done.svg similarity index 100% rename from projects/icons-material/src/two-tone/cloud_done.svg rename to projects/icons-material/src/material/two-tone/cloud_done.svg diff --git a/projects/icons-material/src/two-tone/cloud_download.svg b/projects/icons-material/src/material/two-tone/cloud_download.svg similarity index 100% rename from projects/icons-material/src/two-tone/cloud_download.svg rename to projects/icons-material/src/material/two-tone/cloud_download.svg diff --git a/projects/icons-material/src/two-tone/cloud_off.svg b/projects/icons-material/src/material/two-tone/cloud_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/cloud_off.svg rename to projects/icons-material/src/material/two-tone/cloud_off.svg diff --git a/projects/icons-material/src/two-tone/cloud_queue.svg b/projects/icons-material/src/material/two-tone/cloud_queue.svg similarity index 100% rename from projects/icons-material/src/two-tone/cloud_queue.svg rename to projects/icons-material/src/material/two-tone/cloud_queue.svg diff --git a/projects/icons-material/src/two-tone/cloud_sync.svg b/projects/icons-material/src/material/two-tone/cloud_sync.svg similarity index 100% rename from projects/icons-material/src/two-tone/cloud_sync.svg rename to projects/icons-material/src/material/two-tone/cloud_sync.svg diff --git a/projects/icons-material/src/two-tone/cloud_upload.svg b/projects/icons-material/src/material/two-tone/cloud_upload.svg similarity index 100% rename from projects/icons-material/src/two-tone/cloud_upload.svg rename to projects/icons-material/src/material/two-tone/cloud_upload.svg diff --git a/projects/icons-material/src/two-tone/co2.svg b/projects/icons-material/src/material/two-tone/co2.svg similarity index 100% rename from projects/icons-material/src/two-tone/co2.svg rename to projects/icons-material/src/material/two-tone/co2.svg diff --git a/projects/icons-material/src/two-tone/co_present.svg b/projects/icons-material/src/material/two-tone/co_present.svg similarity index 100% rename from projects/icons-material/src/two-tone/co_present.svg rename to projects/icons-material/src/material/two-tone/co_present.svg diff --git a/projects/icons-material/src/two-tone/code.svg b/projects/icons-material/src/material/two-tone/code.svg similarity index 100% rename from projects/icons-material/src/two-tone/code.svg rename to projects/icons-material/src/material/two-tone/code.svg diff --git a/projects/icons-material/src/two-tone/code_off.svg b/projects/icons-material/src/material/two-tone/code_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/code_off.svg rename to projects/icons-material/src/material/two-tone/code_off.svg diff --git a/projects/icons-material/src/two-tone/coffee.svg b/projects/icons-material/src/material/two-tone/coffee.svg similarity index 100% rename from projects/icons-material/src/two-tone/coffee.svg rename to projects/icons-material/src/material/two-tone/coffee.svg diff --git a/projects/icons-material/src/two-tone/coffee_maker.svg b/projects/icons-material/src/material/two-tone/coffee_maker.svg similarity index 100% rename from projects/icons-material/src/two-tone/coffee_maker.svg rename to projects/icons-material/src/material/two-tone/coffee_maker.svg diff --git a/projects/icons-material/src/two-tone/collections.svg b/projects/icons-material/src/material/two-tone/collections.svg similarity index 100% rename from projects/icons-material/src/two-tone/collections.svg rename to projects/icons-material/src/material/two-tone/collections.svg diff --git a/projects/icons-material/src/two-tone/collections_bookmark.svg b/projects/icons-material/src/material/two-tone/collections_bookmark.svg similarity index 100% rename from projects/icons-material/src/two-tone/collections_bookmark.svg rename to projects/icons-material/src/material/two-tone/collections_bookmark.svg diff --git a/projects/icons-material/src/two-tone/color_lens.svg b/projects/icons-material/src/material/two-tone/color_lens.svg similarity index 100% rename from projects/icons-material/src/two-tone/color_lens.svg rename to projects/icons-material/src/material/two-tone/color_lens.svg diff --git a/projects/icons-material/src/two-tone/colorize.svg b/projects/icons-material/src/material/two-tone/colorize.svg similarity index 100% rename from projects/icons-material/src/two-tone/colorize.svg rename to projects/icons-material/src/material/two-tone/colorize.svg diff --git a/projects/icons-material/src/two-tone/comment.svg b/projects/icons-material/src/material/two-tone/comment.svg similarity index 100% rename from projects/icons-material/src/two-tone/comment.svg rename to projects/icons-material/src/material/two-tone/comment.svg diff --git a/projects/icons-material/src/two-tone/comment_bank.svg b/projects/icons-material/src/material/two-tone/comment_bank.svg similarity index 100% rename from projects/icons-material/src/two-tone/comment_bank.svg rename to projects/icons-material/src/material/two-tone/comment_bank.svg diff --git a/projects/icons-material/src/two-tone/comments_disabled.svg b/projects/icons-material/src/material/two-tone/comments_disabled.svg similarity index 100% rename from projects/icons-material/src/two-tone/comments_disabled.svg rename to projects/icons-material/src/material/two-tone/comments_disabled.svg diff --git a/projects/icons-material/src/two-tone/commit.svg b/projects/icons-material/src/material/two-tone/commit.svg similarity index 100% rename from projects/icons-material/src/two-tone/commit.svg rename to projects/icons-material/src/material/two-tone/commit.svg diff --git a/projects/icons-material/src/two-tone/commute.svg b/projects/icons-material/src/material/two-tone/commute.svg similarity index 100% rename from projects/icons-material/src/two-tone/commute.svg rename to projects/icons-material/src/material/two-tone/commute.svg diff --git a/projects/icons-material/src/two-tone/compare.svg b/projects/icons-material/src/material/two-tone/compare.svg similarity index 100% rename from projects/icons-material/src/two-tone/compare.svg rename to projects/icons-material/src/material/two-tone/compare.svg diff --git a/projects/icons-material/src/two-tone/compare_arrows.svg b/projects/icons-material/src/material/two-tone/compare_arrows.svg similarity index 100% rename from projects/icons-material/src/two-tone/compare_arrows.svg rename to projects/icons-material/src/material/two-tone/compare_arrows.svg diff --git a/projects/icons-material/src/two-tone/compass_calibration.svg b/projects/icons-material/src/material/two-tone/compass_calibration.svg similarity index 100% rename from projects/icons-material/src/two-tone/compass_calibration.svg rename to projects/icons-material/src/material/two-tone/compass_calibration.svg diff --git a/projects/icons-material/src/two-tone/compost.svg b/projects/icons-material/src/material/two-tone/compost.svg similarity index 100% rename from projects/icons-material/src/two-tone/compost.svg rename to projects/icons-material/src/material/two-tone/compost.svg diff --git a/projects/icons-material/src/two-tone/compress.svg b/projects/icons-material/src/material/two-tone/compress.svg similarity index 100% rename from projects/icons-material/src/two-tone/compress.svg rename to projects/icons-material/src/material/two-tone/compress.svg diff --git a/projects/icons-material/src/two-tone/computer.svg b/projects/icons-material/src/material/two-tone/computer.svg similarity index 100% rename from projects/icons-material/src/two-tone/computer.svg rename to projects/icons-material/src/material/two-tone/computer.svg diff --git a/projects/icons-material/src/two-tone/confirmation_number.svg b/projects/icons-material/src/material/two-tone/confirmation_number.svg similarity index 100% rename from projects/icons-material/src/two-tone/confirmation_number.svg rename to projects/icons-material/src/material/two-tone/confirmation_number.svg diff --git a/projects/icons-material/src/two-tone/connect_without_contact.svg b/projects/icons-material/src/material/two-tone/connect_without_contact.svg similarity index 100% rename from projects/icons-material/src/two-tone/connect_without_contact.svg rename to projects/icons-material/src/material/two-tone/connect_without_contact.svg diff --git a/projects/icons-material/src/two-tone/connected_tv.svg b/projects/icons-material/src/material/two-tone/connected_tv.svg similarity index 100% rename from projects/icons-material/src/two-tone/connected_tv.svg rename to projects/icons-material/src/material/two-tone/connected_tv.svg diff --git a/projects/icons-material/src/two-tone/connecting_airports.svg b/projects/icons-material/src/material/two-tone/connecting_airports.svg similarity index 100% rename from projects/icons-material/src/two-tone/connecting_airports.svg rename to projects/icons-material/src/material/two-tone/connecting_airports.svg diff --git a/projects/icons-material/src/two-tone/construction.svg b/projects/icons-material/src/material/two-tone/construction.svg similarity index 100% rename from projects/icons-material/src/two-tone/construction.svg rename to projects/icons-material/src/material/two-tone/construction.svg diff --git a/projects/icons-material/src/two-tone/contact_emergency.svg b/projects/icons-material/src/material/two-tone/contact_emergency.svg similarity index 100% rename from projects/icons-material/src/two-tone/contact_emergency.svg rename to projects/icons-material/src/material/two-tone/contact_emergency.svg diff --git a/projects/icons-material/src/two-tone/contact_mail.svg b/projects/icons-material/src/material/two-tone/contact_mail.svg similarity index 100% rename from projects/icons-material/src/two-tone/contact_mail.svg rename to projects/icons-material/src/material/two-tone/contact_mail.svg diff --git a/projects/icons-material/src/two-tone/contact_page.svg b/projects/icons-material/src/material/two-tone/contact_page.svg similarity index 100% rename from projects/icons-material/src/two-tone/contact_page.svg rename to projects/icons-material/src/material/two-tone/contact_page.svg diff --git a/projects/icons-material/src/two-tone/contact_phone.svg b/projects/icons-material/src/material/two-tone/contact_phone.svg similarity index 100% rename from projects/icons-material/src/two-tone/contact_phone.svg rename to projects/icons-material/src/material/two-tone/contact_phone.svg diff --git a/projects/icons-material/src/two-tone/contact_support.svg b/projects/icons-material/src/material/two-tone/contact_support.svg similarity index 100% rename from projects/icons-material/src/two-tone/contact_support.svg rename to projects/icons-material/src/material/two-tone/contact_support.svg diff --git a/projects/icons-material/src/two-tone/contactless.svg b/projects/icons-material/src/material/two-tone/contactless.svg similarity index 100% rename from projects/icons-material/src/two-tone/contactless.svg rename to projects/icons-material/src/material/two-tone/contactless.svg diff --git a/projects/icons-material/src/two-tone/contacts.svg b/projects/icons-material/src/material/two-tone/contacts.svg similarity index 100% rename from projects/icons-material/src/two-tone/contacts.svg rename to projects/icons-material/src/material/two-tone/contacts.svg diff --git a/projects/icons-material/src/two-tone/content_copy.svg b/projects/icons-material/src/material/two-tone/content_copy.svg similarity index 100% rename from projects/icons-material/src/two-tone/content_copy.svg rename to projects/icons-material/src/material/two-tone/content_copy.svg diff --git a/projects/icons-material/src/two-tone/content_cut.svg b/projects/icons-material/src/material/two-tone/content_cut.svg similarity index 100% rename from projects/icons-material/src/two-tone/content_cut.svg rename to projects/icons-material/src/material/two-tone/content_cut.svg diff --git a/projects/icons-material/src/two-tone/content_paste.svg b/projects/icons-material/src/material/two-tone/content_paste.svg similarity index 100% rename from projects/icons-material/src/two-tone/content_paste.svg rename to projects/icons-material/src/material/two-tone/content_paste.svg diff --git a/projects/icons-material/src/two-tone/content_paste_go.svg b/projects/icons-material/src/material/two-tone/content_paste_go.svg similarity index 100% rename from projects/icons-material/src/two-tone/content_paste_go.svg rename to projects/icons-material/src/material/two-tone/content_paste_go.svg diff --git a/projects/icons-material/src/two-tone/content_paste_off.svg b/projects/icons-material/src/material/two-tone/content_paste_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/content_paste_off.svg rename to projects/icons-material/src/material/two-tone/content_paste_off.svg diff --git a/projects/icons-material/src/two-tone/content_paste_search.svg b/projects/icons-material/src/material/two-tone/content_paste_search.svg similarity index 100% rename from projects/icons-material/src/two-tone/content_paste_search.svg rename to projects/icons-material/src/material/two-tone/content_paste_search.svg diff --git a/projects/icons-material/src/two-tone/contrast.svg b/projects/icons-material/src/material/two-tone/contrast.svg similarity index 100% rename from projects/icons-material/src/two-tone/contrast.svg rename to projects/icons-material/src/material/two-tone/contrast.svg diff --git a/projects/icons-material/src/two-tone/control_camera.svg b/projects/icons-material/src/material/two-tone/control_camera.svg similarity index 100% rename from projects/icons-material/src/two-tone/control_camera.svg rename to projects/icons-material/src/material/two-tone/control_camera.svg diff --git a/projects/icons-material/src/two-tone/control_point.svg b/projects/icons-material/src/material/two-tone/control_point.svg similarity index 100% rename from projects/icons-material/src/two-tone/control_point.svg rename to projects/icons-material/src/material/two-tone/control_point.svg diff --git a/projects/icons-material/src/two-tone/control_point_duplicate.svg b/projects/icons-material/src/material/two-tone/control_point_duplicate.svg similarity index 100% rename from projects/icons-material/src/two-tone/control_point_duplicate.svg rename to projects/icons-material/src/material/two-tone/control_point_duplicate.svg diff --git a/projects/icons-material/src/two-tone/cookie.svg b/projects/icons-material/src/material/two-tone/cookie.svg similarity index 100% rename from projects/icons-material/src/two-tone/cookie.svg rename to projects/icons-material/src/material/two-tone/cookie.svg diff --git a/projects/icons-material/src/two-tone/copy_all.svg b/projects/icons-material/src/material/two-tone/copy_all.svg similarity index 100% rename from projects/icons-material/src/two-tone/copy_all.svg rename to projects/icons-material/src/material/two-tone/copy_all.svg diff --git a/projects/icons-material/src/two-tone/copyright.svg b/projects/icons-material/src/material/two-tone/copyright.svg similarity index 100% rename from projects/icons-material/src/two-tone/copyright.svg rename to projects/icons-material/src/material/two-tone/copyright.svg diff --git a/projects/icons-material/src/two-tone/coronavirus.svg b/projects/icons-material/src/material/two-tone/coronavirus.svg similarity index 100% rename from projects/icons-material/src/two-tone/coronavirus.svg rename to projects/icons-material/src/material/two-tone/coronavirus.svg diff --git a/projects/icons-material/src/two-tone/corporate_fare.svg b/projects/icons-material/src/material/two-tone/corporate_fare.svg similarity index 100% rename from projects/icons-material/src/two-tone/corporate_fare.svg rename to projects/icons-material/src/material/two-tone/corporate_fare.svg diff --git a/projects/icons-material/src/two-tone/cottage.svg b/projects/icons-material/src/material/two-tone/cottage.svg similarity index 100% rename from projects/icons-material/src/two-tone/cottage.svg rename to projects/icons-material/src/material/two-tone/cottage.svg diff --git a/projects/icons-material/src/two-tone/countertops.svg b/projects/icons-material/src/material/two-tone/countertops.svg similarity index 100% rename from projects/icons-material/src/two-tone/countertops.svg rename to projects/icons-material/src/material/two-tone/countertops.svg diff --git a/projects/icons-material/src/two-tone/create.svg b/projects/icons-material/src/material/two-tone/create.svg similarity index 100% rename from projects/icons-material/src/two-tone/create.svg rename to projects/icons-material/src/material/two-tone/create.svg diff --git a/projects/icons-material/src/two-tone/create_new_folder.svg b/projects/icons-material/src/material/two-tone/create_new_folder.svg similarity index 100% rename from projects/icons-material/src/two-tone/create_new_folder.svg rename to projects/icons-material/src/material/two-tone/create_new_folder.svg diff --git a/projects/icons-material/src/two-tone/credit_card.svg b/projects/icons-material/src/material/two-tone/credit_card.svg similarity index 100% rename from projects/icons-material/src/two-tone/credit_card.svg rename to projects/icons-material/src/material/two-tone/credit_card.svg diff --git a/projects/icons-material/src/two-tone/credit_card_off.svg b/projects/icons-material/src/material/two-tone/credit_card_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/credit_card_off.svg rename to projects/icons-material/src/material/two-tone/credit_card_off.svg diff --git a/projects/icons-material/src/two-tone/credit_score.svg b/projects/icons-material/src/material/two-tone/credit_score.svg similarity index 100% rename from projects/icons-material/src/two-tone/credit_score.svg rename to projects/icons-material/src/material/two-tone/credit_score.svg diff --git a/projects/icons-material/src/two-tone/crib.svg b/projects/icons-material/src/material/two-tone/crib.svg similarity index 100% rename from projects/icons-material/src/two-tone/crib.svg rename to projects/icons-material/src/material/two-tone/crib.svg diff --git a/projects/icons-material/src/two-tone/crisis_alert.svg b/projects/icons-material/src/material/two-tone/crisis_alert.svg similarity index 100% rename from projects/icons-material/src/two-tone/crisis_alert.svg rename to projects/icons-material/src/material/two-tone/crisis_alert.svg diff --git a/projects/icons-material/src/two-tone/crop.svg b/projects/icons-material/src/material/two-tone/crop.svg similarity index 100% rename from projects/icons-material/src/two-tone/crop.svg rename to projects/icons-material/src/material/two-tone/crop.svg diff --git a/projects/icons-material/src/two-tone/crop_16_9.svg b/projects/icons-material/src/material/two-tone/crop_16_9.svg similarity index 100% rename from projects/icons-material/src/two-tone/crop_16_9.svg rename to projects/icons-material/src/material/two-tone/crop_16_9.svg diff --git a/projects/icons-material/src/two-tone/crop_3_2.svg b/projects/icons-material/src/material/two-tone/crop_3_2.svg similarity index 100% rename from projects/icons-material/src/two-tone/crop_3_2.svg rename to projects/icons-material/src/material/two-tone/crop_3_2.svg diff --git a/projects/icons-material/src/two-tone/crop_5_4.svg b/projects/icons-material/src/material/two-tone/crop_5_4.svg similarity index 100% rename from projects/icons-material/src/two-tone/crop_5_4.svg rename to projects/icons-material/src/material/two-tone/crop_5_4.svg diff --git a/projects/icons-material/src/two-tone/crop_7_5.svg b/projects/icons-material/src/material/two-tone/crop_7_5.svg similarity index 100% rename from projects/icons-material/src/two-tone/crop_7_5.svg rename to projects/icons-material/src/material/two-tone/crop_7_5.svg diff --git a/projects/icons-material/src/two-tone/crop_din.svg b/projects/icons-material/src/material/two-tone/crop_din.svg similarity index 100% rename from projects/icons-material/src/two-tone/crop_din.svg rename to projects/icons-material/src/material/two-tone/crop_din.svg diff --git a/projects/icons-material/src/two-tone/crop_free.svg b/projects/icons-material/src/material/two-tone/crop_free.svg similarity index 100% rename from projects/icons-material/src/two-tone/crop_free.svg rename to projects/icons-material/src/material/two-tone/crop_free.svg diff --git a/projects/icons-material/src/two-tone/crop_landscape.svg b/projects/icons-material/src/material/two-tone/crop_landscape.svg similarity index 100% rename from projects/icons-material/src/two-tone/crop_landscape.svg rename to projects/icons-material/src/material/two-tone/crop_landscape.svg diff --git a/projects/icons-material/src/two-tone/crop_original.svg b/projects/icons-material/src/material/two-tone/crop_original.svg similarity index 100% rename from projects/icons-material/src/two-tone/crop_original.svg rename to projects/icons-material/src/material/two-tone/crop_original.svg diff --git a/projects/icons-material/src/two-tone/crop_portrait.svg b/projects/icons-material/src/material/two-tone/crop_portrait.svg similarity index 100% rename from projects/icons-material/src/two-tone/crop_portrait.svg rename to projects/icons-material/src/material/two-tone/crop_portrait.svg diff --git a/projects/icons-material/src/two-tone/crop_rotate.svg b/projects/icons-material/src/material/two-tone/crop_rotate.svg similarity index 100% rename from projects/icons-material/src/two-tone/crop_rotate.svg rename to projects/icons-material/src/material/two-tone/crop_rotate.svg diff --git a/projects/icons-material/src/two-tone/crop_square.svg b/projects/icons-material/src/material/two-tone/crop_square.svg similarity index 100% rename from projects/icons-material/src/two-tone/crop_square.svg rename to projects/icons-material/src/material/two-tone/crop_square.svg diff --git a/projects/icons-material/src/two-tone/cruelty_free.svg b/projects/icons-material/src/material/two-tone/cruelty_free.svg similarity index 100% rename from projects/icons-material/src/two-tone/cruelty_free.svg rename to projects/icons-material/src/material/two-tone/cruelty_free.svg diff --git a/projects/icons-material/src/two-tone/css.svg b/projects/icons-material/src/material/two-tone/css.svg similarity index 100% rename from projects/icons-material/src/two-tone/css.svg rename to projects/icons-material/src/material/two-tone/css.svg diff --git a/projects/icons-material/src/two-tone/currency_bitcoin.svg b/projects/icons-material/src/material/two-tone/currency_bitcoin.svg similarity index 100% rename from projects/icons-material/src/two-tone/currency_bitcoin.svg rename to projects/icons-material/src/material/two-tone/currency_bitcoin.svg diff --git a/projects/icons-material/src/two-tone/currency_exchange.svg b/projects/icons-material/src/material/two-tone/currency_exchange.svg similarity index 100% rename from projects/icons-material/src/two-tone/currency_exchange.svg rename to projects/icons-material/src/material/two-tone/currency_exchange.svg diff --git a/projects/icons-material/src/two-tone/currency_franc.svg b/projects/icons-material/src/material/two-tone/currency_franc.svg similarity index 100% rename from projects/icons-material/src/two-tone/currency_franc.svg rename to projects/icons-material/src/material/two-tone/currency_franc.svg diff --git a/projects/icons-material/src/two-tone/currency_lira.svg b/projects/icons-material/src/material/two-tone/currency_lira.svg similarity index 100% rename from projects/icons-material/src/two-tone/currency_lira.svg rename to projects/icons-material/src/material/two-tone/currency_lira.svg diff --git a/projects/icons-material/src/two-tone/currency_pound.svg b/projects/icons-material/src/material/two-tone/currency_pound.svg similarity index 100% rename from projects/icons-material/src/two-tone/currency_pound.svg rename to projects/icons-material/src/material/two-tone/currency_pound.svg diff --git a/projects/icons-material/src/two-tone/currency_ruble.svg b/projects/icons-material/src/material/two-tone/currency_ruble.svg similarity index 100% rename from projects/icons-material/src/two-tone/currency_ruble.svg rename to projects/icons-material/src/material/two-tone/currency_ruble.svg diff --git a/projects/icons-material/src/two-tone/currency_rupee.svg b/projects/icons-material/src/material/two-tone/currency_rupee.svg similarity index 100% rename from projects/icons-material/src/two-tone/currency_rupee.svg rename to projects/icons-material/src/material/two-tone/currency_rupee.svg diff --git a/projects/icons-material/src/two-tone/currency_yen.svg b/projects/icons-material/src/material/two-tone/currency_yen.svg similarity index 100% rename from projects/icons-material/src/two-tone/currency_yen.svg rename to projects/icons-material/src/material/two-tone/currency_yen.svg diff --git a/projects/icons-material/src/two-tone/currency_yuan.svg b/projects/icons-material/src/material/two-tone/currency_yuan.svg similarity index 100% rename from projects/icons-material/src/two-tone/currency_yuan.svg rename to projects/icons-material/src/material/two-tone/currency_yuan.svg diff --git a/projects/icons-material/src/two-tone/curtains.svg b/projects/icons-material/src/material/two-tone/curtains.svg similarity index 100% rename from projects/icons-material/src/two-tone/curtains.svg rename to projects/icons-material/src/material/two-tone/curtains.svg diff --git a/projects/icons-material/src/two-tone/curtains_closed.svg b/projects/icons-material/src/material/two-tone/curtains_closed.svg similarity index 100% rename from projects/icons-material/src/two-tone/curtains_closed.svg rename to projects/icons-material/src/material/two-tone/curtains_closed.svg diff --git a/projects/icons-material/src/two-tone/cyclone.svg b/projects/icons-material/src/material/two-tone/cyclone.svg similarity index 100% rename from projects/icons-material/src/two-tone/cyclone.svg rename to projects/icons-material/src/material/two-tone/cyclone.svg diff --git a/projects/icons-material/src/two-tone/dangerous.svg b/projects/icons-material/src/material/two-tone/dangerous.svg similarity index 100% rename from projects/icons-material/src/two-tone/dangerous.svg rename to projects/icons-material/src/material/two-tone/dangerous.svg diff --git a/projects/icons-material/src/two-tone/dark_mode.svg b/projects/icons-material/src/material/two-tone/dark_mode.svg similarity index 100% rename from projects/icons-material/src/two-tone/dark_mode.svg rename to projects/icons-material/src/material/two-tone/dark_mode.svg diff --git a/projects/icons-material/src/two-tone/dashboard.svg b/projects/icons-material/src/material/two-tone/dashboard.svg similarity index 100% rename from projects/icons-material/src/two-tone/dashboard.svg rename to projects/icons-material/src/material/two-tone/dashboard.svg diff --git a/projects/icons-material/src/two-tone/dashboard_customize.svg b/projects/icons-material/src/material/two-tone/dashboard_customize.svg similarity index 100% rename from projects/icons-material/src/two-tone/dashboard_customize.svg rename to projects/icons-material/src/material/two-tone/dashboard_customize.svg diff --git a/projects/icons-material/src/two-tone/data_array.svg b/projects/icons-material/src/material/two-tone/data_array.svg similarity index 100% rename from projects/icons-material/src/two-tone/data_array.svg rename to projects/icons-material/src/material/two-tone/data_array.svg diff --git a/projects/icons-material/src/two-tone/data_exploration.svg b/projects/icons-material/src/material/two-tone/data_exploration.svg similarity index 100% rename from projects/icons-material/src/two-tone/data_exploration.svg rename to projects/icons-material/src/material/two-tone/data_exploration.svg diff --git a/projects/icons-material/src/two-tone/data_object.svg b/projects/icons-material/src/material/two-tone/data_object.svg similarity index 100% rename from projects/icons-material/src/two-tone/data_object.svg rename to projects/icons-material/src/material/two-tone/data_object.svg diff --git a/projects/icons-material/src/two-tone/data_saver_off.svg b/projects/icons-material/src/material/two-tone/data_saver_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/data_saver_off.svg rename to projects/icons-material/src/material/two-tone/data_saver_off.svg diff --git a/projects/icons-material/src/two-tone/data_saver_on.svg b/projects/icons-material/src/material/two-tone/data_saver_on.svg similarity index 100% rename from projects/icons-material/src/two-tone/data_saver_on.svg rename to projects/icons-material/src/material/two-tone/data_saver_on.svg diff --git a/projects/icons-material/src/two-tone/data_thresholding.svg b/projects/icons-material/src/material/two-tone/data_thresholding.svg similarity index 100% rename from projects/icons-material/src/two-tone/data_thresholding.svg rename to projects/icons-material/src/material/two-tone/data_thresholding.svg diff --git a/projects/icons-material/src/two-tone/data_usage.svg b/projects/icons-material/src/material/two-tone/data_usage.svg similarity index 100% rename from projects/icons-material/src/two-tone/data_usage.svg rename to projects/icons-material/src/material/two-tone/data_usage.svg diff --git a/projects/icons-material/src/two-tone/dataset.svg b/projects/icons-material/src/material/two-tone/dataset.svg similarity index 100% rename from projects/icons-material/src/two-tone/dataset.svg rename to projects/icons-material/src/material/two-tone/dataset.svg diff --git a/projects/icons-material/src/two-tone/dataset_linked.svg b/projects/icons-material/src/material/two-tone/dataset_linked.svg similarity index 100% rename from projects/icons-material/src/two-tone/dataset_linked.svg rename to projects/icons-material/src/material/two-tone/dataset_linked.svg diff --git a/projects/icons-material/src/two-tone/date_range.svg b/projects/icons-material/src/material/two-tone/date_range.svg similarity index 100% rename from projects/icons-material/src/two-tone/date_range.svg rename to projects/icons-material/src/material/two-tone/date_range.svg diff --git a/projects/icons-material/src/two-tone/deblur.svg b/projects/icons-material/src/material/two-tone/deblur.svg similarity index 100% rename from projects/icons-material/src/two-tone/deblur.svg rename to projects/icons-material/src/material/two-tone/deblur.svg diff --git a/projects/icons-material/src/two-tone/deck.svg b/projects/icons-material/src/material/two-tone/deck.svg similarity index 100% rename from projects/icons-material/src/two-tone/deck.svg rename to projects/icons-material/src/material/two-tone/deck.svg diff --git a/projects/icons-material/src/two-tone/dehaze.svg b/projects/icons-material/src/material/two-tone/dehaze.svg similarity index 100% rename from projects/icons-material/src/two-tone/dehaze.svg rename to projects/icons-material/src/material/two-tone/dehaze.svg diff --git a/projects/icons-material/src/two-tone/delete.svg b/projects/icons-material/src/material/two-tone/delete.svg similarity index 100% rename from projects/icons-material/src/two-tone/delete.svg rename to projects/icons-material/src/material/two-tone/delete.svg diff --git a/projects/icons-material/src/two-tone/delete_forever.svg b/projects/icons-material/src/material/two-tone/delete_forever.svg similarity index 100% rename from projects/icons-material/src/two-tone/delete_forever.svg rename to projects/icons-material/src/material/two-tone/delete_forever.svg diff --git a/projects/icons-material/src/two-tone/delete_outline.svg b/projects/icons-material/src/material/two-tone/delete_outline.svg similarity index 100% rename from projects/icons-material/src/two-tone/delete_outline.svg rename to projects/icons-material/src/material/two-tone/delete_outline.svg diff --git a/projects/icons-material/src/two-tone/delete_sweep.svg b/projects/icons-material/src/material/two-tone/delete_sweep.svg similarity index 100% rename from projects/icons-material/src/two-tone/delete_sweep.svg rename to projects/icons-material/src/material/two-tone/delete_sweep.svg diff --git a/projects/icons-material/src/two-tone/delivery_dining.svg b/projects/icons-material/src/material/two-tone/delivery_dining.svg similarity index 100% rename from projects/icons-material/src/two-tone/delivery_dining.svg rename to projects/icons-material/src/material/two-tone/delivery_dining.svg diff --git a/projects/icons-material/src/two-tone/density_large.svg b/projects/icons-material/src/material/two-tone/density_large.svg similarity index 100% rename from projects/icons-material/src/two-tone/density_large.svg rename to projects/icons-material/src/material/two-tone/density_large.svg diff --git a/projects/icons-material/src/two-tone/density_medium.svg b/projects/icons-material/src/material/two-tone/density_medium.svg similarity index 100% rename from projects/icons-material/src/two-tone/density_medium.svg rename to projects/icons-material/src/material/two-tone/density_medium.svg diff --git a/projects/icons-material/src/two-tone/density_small.svg b/projects/icons-material/src/material/two-tone/density_small.svg similarity index 100% rename from projects/icons-material/src/two-tone/density_small.svg rename to projects/icons-material/src/material/two-tone/density_small.svg diff --git a/projects/icons-material/src/two-tone/departure_board.svg b/projects/icons-material/src/material/two-tone/departure_board.svg similarity index 100% rename from projects/icons-material/src/two-tone/departure_board.svg rename to projects/icons-material/src/material/two-tone/departure_board.svg diff --git a/projects/icons-material/src/two-tone/description.svg b/projects/icons-material/src/material/two-tone/description.svg similarity index 100% rename from projects/icons-material/src/two-tone/description.svg rename to projects/icons-material/src/material/two-tone/description.svg diff --git a/projects/icons-material/src/two-tone/deselect.svg b/projects/icons-material/src/material/two-tone/deselect.svg similarity index 100% rename from projects/icons-material/src/two-tone/deselect.svg rename to projects/icons-material/src/material/two-tone/deselect.svg diff --git a/projects/icons-material/src/two-tone/design_services.svg b/projects/icons-material/src/material/two-tone/design_services.svg similarity index 100% rename from projects/icons-material/src/two-tone/design_services.svg rename to projects/icons-material/src/material/two-tone/design_services.svg diff --git a/projects/icons-material/src/two-tone/desk.svg b/projects/icons-material/src/material/two-tone/desk.svg similarity index 100% rename from projects/icons-material/src/two-tone/desk.svg rename to projects/icons-material/src/material/two-tone/desk.svg diff --git a/projects/icons-material/src/two-tone/desktop_access_disabled.svg b/projects/icons-material/src/material/two-tone/desktop_access_disabled.svg similarity index 100% rename from projects/icons-material/src/two-tone/desktop_access_disabled.svg rename to projects/icons-material/src/material/two-tone/desktop_access_disabled.svg diff --git a/projects/icons-material/src/two-tone/desktop_mac.svg b/projects/icons-material/src/material/two-tone/desktop_mac.svg similarity index 100% rename from projects/icons-material/src/two-tone/desktop_mac.svg rename to projects/icons-material/src/material/two-tone/desktop_mac.svg diff --git a/projects/icons-material/src/two-tone/desktop_windows.svg b/projects/icons-material/src/material/two-tone/desktop_windows.svg similarity index 100% rename from projects/icons-material/src/two-tone/desktop_windows.svg rename to projects/icons-material/src/material/two-tone/desktop_windows.svg diff --git a/projects/icons-material/src/two-tone/details.svg b/projects/icons-material/src/material/two-tone/details.svg similarity index 100% rename from projects/icons-material/src/two-tone/details.svg rename to projects/icons-material/src/material/two-tone/details.svg diff --git a/projects/icons-material/src/two-tone/developer_board.svg b/projects/icons-material/src/material/two-tone/developer_board.svg similarity index 100% rename from projects/icons-material/src/two-tone/developer_board.svg rename to projects/icons-material/src/material/two-tone/developer_board.svg diff --git a/projects/icons-material/src/two-tone/developer_board_off.svg b/projects/icons-material/src/material/two-tone/developer_board_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/developer_board_off.svg rename to projects/icons-material/src/material/two-tone/developer_board_off.svg diff --git a/projects/icons-material/src/two-tone/developer_mode.svg b/projects/icons-material/src/material/two-tone/developer_mode.svg similarity index 100% rename from projects/icons-material/src/two-tone/developer_mode.svg rename to projects/icons-material/src/material/two-tone/developer_mode.svg diff --git a/projects/icons-material/src/two-tone/device_hub.svg b/projects/icons-material/src/material/two-tone/device_hub.svg similarity index 100% rename from projects/icons-material/src/two-tone/device_hub.svg rename to projects/icons-material/src/material/two-tone/device_hub.svg diff --git a/projects/icons-material/src/two-tone/device_thermostat.svg b/projects/icons-material/src/material/two-tone/device_thermostat.svg similarity index 100% rename from projects/icons-material/src/two-tone/device_thermostat.svg rename to projects/icons-material/src/material/two-tone/device_thermostat.svg diff --git a/projects/icons-material/src/two-tone/device_unknown.svg b/projects/icons-material/src/material/two-tone/device_unknown.svg similarity index 100% rename from projects/icons-material/src/two-tone/device_unknown.svg rename to projects/icons-material/src/material/two-tone/device_unknown.svg diff --git a/projects/icons-material/src/two-tone/devices.svg b/projects/icons-material/src/material/two-tone/devices.svg similarity index 100% rename from projects/icons-material/src/two-tone/devices.svg rename to projects/icons-material/src/material/two-tone/devices.svg diff --git a/projects/icons-material/src/two-tone/devices_fold.svg b/projects/icons-material/src/material/two-tone/devices_fold.svg similarity index 100% rename from projects/icons-material/src/two-tone/devices_fold.svg rename to projects/icons-material/src/material/two-tone/devices_fold.svg diff --git a/projects/icons-material/src/two-tone/devices_other.svg b/projects/icons-material/src/material/two-tone/devices_other.svg similarity index 100% rename from projects/icons-material/src/two-tone/devices_other.svg rename to projects/icons-material/src/material/two-tone/devices_other.svg diff --git a/projects/icons-material/src/two-tone/dialer_sip.svg b/projects/icons-material/src/material/two-tone/dialer_sip.svg similarity index 100% rename from projects/icons-material/src/two-tone/dialer_sip.svg rename to projects/icons-material/src/material/two-tone/dialer_sip.svg diff --git a/projects/icons-material/src/two-tone/dialpad.svg b/projects/icons-material/src/material/two-tone/dialpad.svg similarity index 100% rename from projects/icons-material/src/two-tone/dialpad.svg rename to projects/icons-material/src/material/two-tone/dialpad.svg diff --git a/projects/icons-material/src/two-tone/diamond.svg b/projects/icons-material/src/material/two-tone/diamond.svg similarity index 100% rename from projects/icons-material/src/two-tone/diamond.svg rename to projects/icons-material/src/material/two-tone/diamond.svg diff --git a/projects/icons-material/src/two-tone/difference.svg b/projects/icons-material/src/material/two-tone/difference.svg similarity index 100% rename from projects/icons-material/src/two-tone/difference.svg rename to projects/icons-material/src/material/two-tone/difference.svg diff --git a/projects/icons-material/src/two-tone/dining.svg b/projects/icons-material/src/material/two-tone/dining.svg similarity index 100% rename from projects/icons-material/src/two-tone/dining.svg rename to projects/icons-material/src/material/two-tone/dining.svg diff --git a/projects/icons-material/src/two-tone/dinner_dining.svg b/projects/icons-material/src/material/two-tone/dinner_dining.svg similarity index 100% rename from projects/icons-material/src/two-tone/dinner_dining.svg rename to projects/icons-material/src/material/two-tone/dinner_dining.svg diff --git a/projects/icons-material/src/two-tone/directions.svg b/projects/icons-material/src/material/two-tone/directions.svg similarity index 100% rename from projects/icons-material/src/two-tone/directions.svg rename to projects/icons-material/src/material/two-tone/directions.svg diff --git a/projects/icons-material/src/two-tone/directions_bike.svg b/projects/icons-material/src/material/two-tone/directions_bike.svg similarity index 100% rename from projects/icons-material/src/two-tone/directions_bike.svg rename to projects/icons-material/src/material/two-tone/directions_bike.svg diff --git a/projects/icons-material/src/two-tone/directions_boat.svg b/projects/icons-material/src/material/two-tone/directions_boat.svg similarity index 100% rename from projects/icons-material/src/two-tone/directions_boat.svg rename to projects/icons-material/src/material/two-tone/directions_boat.svg diff --git a/projects/icons-material/src/two-tone/directions_boat_filled.svg b/projects/icons-material/src/material/two-tone/directions_boat_filled.svg similarity index 100% rename from projects/icons-material/src/two-tone/directions_boat_filled.svg rename to projects/icons-material/src/material/two-tone/directions_boat_filled.svg diff --git a/projects/icons-material/src/two-tone/directions_bus.svg b/projects/icons-material/src/material/two-tone/directions_bus.svg similarity index 100% rename from projects/icons-material/src/two-tone/directions_bus.svg rename to projects/icons-material/src/material/two-tone/directions_bus.svg diff --git a/projects/icons-material/src/two-tone/directions_bus_filled.svg b/projects/icons-material/src/material/two-tone/directions_bus_filled.svg similarity index 100% rename from projects/icons-material/src/two-tone/directions_bus_filled.svg rename to projects/icons-material/src/material/two-tone/directions_bus_filled.svg diff --git a/projects/icons-material/src/two-tone/directions_car.svg b/projects/icons-material/src/material/two-tone/directions_car.svg similarity index 100% rename from projects/icons-material/src/two-tone/directions_car.svg rename to projects/icons-material/src/material/two-tone/directions_car.svg diff --git a/projects/icons-material/src/two-tone/directions_car_filled.svg b/projects/icons-material/src/material/two-tone/directions_car_filled.svg similarity index 100% rename from projects/icons-material/src/two-tone/directions_car_filled.svg rename to projects/icons-material/src/material/two-tone/directions_car_filled.svg diff --git a/projects/icons-material/src/two-tone/directions_off.svg b/projects/icons-material/src/material/two-tone/directions_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/directions_off.svg rename to projects/icons-material/src/material/two-tone/directions_off.svg diff --git a/projects/icons-material/src/two-tone/directions_railway.svg b/projects/icons-material/src/material/two-tone/directions_railway.svg similarity index 100% rename from projects/icons-material/src/two-tone/directions_railway.svg rename to projects/icons-material/src/material/two-tone/directions_railway.svg diff --git a/projects/icons-material/src/two-tone/directions_railway_filled.svg b/projects/icons-material/src/material/two-tone/directions_railway_filled.svg similarity index 100% rename from projects/icons-material/src/two-tone/directions_railway_filled.svg rename to projects/icons-material/src/material/two-tone/directions_railway_filled.svg diff --git a/projects/icons-material/src/two-tone/directions_run.svg b/projects/icons-material/src/material/two-tone/directions_run.svg similarity index 100% rename from projects/icons-material/src/two-tone/directions_run.svg rename to projects/icons-material/src/material/two-tone/directions_run.svg diff --git a/projects/icons-material/src/two-tone/directions_subway.svg b/projects/icons-material/src/material/two-tone/directions_subway.svg similarity index 100% rename from projects/icons-material/src/two-tone/directions_subway.svg rename to projects/icons-material/src/material/two-tone/directions_subway.svg diff --git a/projects/icons-material/src/two-tone/directions_subway_filled.svg b/projects/icons-material/src/material/two-tone/directions_subway_filled.svg similarity index 100% rename from projects/icons-material/src/two-tone/directions_subway_filled.svg rename to projects/icons-material/src/material/two-tone/directions_subway_filled.svg diff --git a/projects/icons-material/src/two-tone/directions_transit.svg b/projects/icons-material/src/material/two-tone/directions_transit.svg similarity index 100% rename from projects/icons-material/src/two-tone/directions_transit.svg rename to projects/icons-material/src/material/two-tone/directions_transit.svg diff --git a/projects/icons-material/src/two-tone/directions_transit_filled.svg b/projects/icons-material/src/material/two-tone/directions_transit_filled.svg similarity index 100% rename from projects/icons-material/src/two-tone/directions_transit_filled.svg rename to projects/icons-material/src/material/two-tone/directions_transit_filled.svg diff --git a/projects/icons-material/src/two-tone/directions_walk.svg b/projects/icons-material/src/material/two-tone/directions_walk.svg similarity index 100% rename from projects/icons-material/src/two-tone/directions_walk.svg rename to projects/icons-material/src/material/two-tone/directions_walk.svg diff --git a/projects/icons-material/src/two-tone/dirty_lens.svg b/projects/icons-material/src/material/two-tone/dirty_lens.svg similarity index 100% rename from projects/icons-material/src/two-tone/dirty_lens.svg rename to projects/icons-material/src/material/two-tone/dirty_lens.svg diff --git a/projects/icons-material/src/two-tone/disabled_by_default.svg b/projects/icons-material/src/material/two-tone/disabled_by_default.svg similarity index 100% rename from projects/icons-material/src/two-tone/disabled_by_default.svg rename to projects/icons-material/src/material/two-tone/disabled_by_default.svg diff --git a/projects/icons-material/src/two-tone/disabled_visible.svg b/projects/icons-material/src/material/two-tone/disabled_visible.svg similarity index 100% rename from projects/icons-material/src/two-tone/disabled_visible.svg rename to projects/icons-material/src/material/two-tone/disabled_visible.svg diff --git a/projects/icons-material/src/two-tone/disc_full.svg b/projects/icons-material/src/material/two-tone/disc_full.svg similarity index 100% rename from projects/icons-material/src/two-tone/disc_full.svg rename to projects/icons-material/src/material/two-tone/disc_full.svg diff --git a/projects/icons-material/src/two-tone/discount.svg b/projects/icons-material/src/material/two-tone/discount.svg similarity index 100% rename from projects/icons-material/src/two-tone/discount.svg rename to projects/icons-material/src/material/two-tone/discount.svg diff --git a/projects/icons-material/src/two-tone/display_settings.svg b/projects/icons-material/src/material/two-tone/display_settings.svg similarity index 100% rename from projects/icons-material/src/two-tone/display_settings.svg rename to projects/icons-material/src/material/two-tone/display_settings.svg diff --git a/projects/icons-material/src/two-tone/diversity_1.svg b/projects/icons-material/src/material/two-tone/diversity_1.svg similarity index 100% rename from projects/icons-material/src/two-tone/diversity_1.svg rename to projects/icons-material/src/material/two-tone/diversity_1.svg diff --git a/projects/icons-material/src/two-tone/diversity_2.svg b/projects/icons-material/src/material/two-tone/diversity_2.svg similarity index 100% rename from projects/icons-material/src/two-tone/diversity_2.svg rename to projects/icons-material/src/material/two-tone/diversity_2.svg diff --git a/projects/icons-material/src/two-tone/diversity_3.svg b/projects/icons-material/src/material/two-tone/diversity_3.svg similarity index 100% rename from projects/icons-material/src/two-tone/diversity_3.svg rename to projects/icons-material/src/material/two-tone/diversity_3.svg diff --git a/projects/icons-material/src/two-tone/dns.svg b/projects/icons-material/src/material/two-tone/dns.svg similarity index 100% rename from projects/icons-material/src/two-tone/dns.svg rename to projects/icons-material/src/material/two-tone/dns.svg diff --git a/projects/icons-material/src/two-tone/do_disturb.svg b/projects/icons-material/src/material/two-tone/do_disturb.svg similarity index 100% rename from projects/icons-material/src/two-tone/do_disturb.svg rename to projects/icons-material/src/material/two-tone/do_disturb.svg diff --git a/projects/icons-material/src/two-tone/do_disturb_alt.svg b/projects/icons-material/src/material/two-tone/do_disturb_alt.svg similarity index 100% rename from projects/icons-material/src/two-tone/do_disturb_alt.svg rename to projects/icons-material/src/material/two-tone/do_disturb_alt.svg diff --git a/projects/icons-material/src/two-tone/do_disturb_off.svg b/projects/icons-material/src/material/two-tone/do_disturb_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/do_disturb_off.svg rename to projects/icons-material/src/material/two-tone/do_disturb_off.svg diff --git a/projects/icons-material/src/two-tone/do_disturb_on.svg b/projects/icons-material/src/material/two-tone/do_disturb_on.svg similarity index 100% rename from projects/icons-material/src/two-tone/do_disturb_on.svg rename to projects/icons-material/src/material/two-tone/do_disturb_on.svg diff --git a/projects/icons-material/src/two-tone/do_not_disturb.svg b/projects/icons-material/src/material/two-tone/do_not_disturb.svg similarity index 100% rename from projects/icons-material/src/two-tone/do_not_disturb.svg rename to projects/icons-material/src/material/two-tone/do_not_disturb.svg diff --git a/projects/icons-material/src/two-tone/do_not_disturb_alt.svg b/projects/icons-material/src/material/two-tone/do_not_disturb_alt.svg similarity index 100% rename from projects/icons-material/src/two-tone/do_not_disturb_alt.svg rename to projects/icons-material/src/material/two-tone/do_not_disturb_alt.svg diff --git a/projects/icons-material/src/two-tone/do_not_disturb_off.svg b/projects/icons-material/src/material/two-tone/do_not_disturb_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/do_not_disturb_off.svg rename to projects/icons-material/src/material/two-tone/do_not_disturb_off.svg diff --git a/projects/icons-material/src/two-tone/do_not_disturb_on.svg b/projects/icons-material/src/material/two-tone/do_not_disturb_on.svg similarity index 100% rename from projects/icons-material/src/two-tone/do_not_disturb_on.svg rename to projects/icons-material/src/material/two-tone/do_not_disturb_on.svg diff --git a/projects/icons-material/src/two-tone/do_not_disturb_on_total_silence.svg b/projects/icons-material/src/material/two-tone/do_not_disturb_on_total_silence.svg similarity index 100% rename from projects/icons-material/src/two-tone/do_not_disturb_on_total_silence.svg rename to projects/icons-material/src/material/two-tone/do_not_disturb_on_total_silence.svg diff --git a/projects/icons-material/src/two-tone/do_not_step.svg b/projects/icons-material/src/material/two-tone/do_not_step.svg similarity index 100% rename from projects/icons-material/src/two-tone/do_not_step.svg rename to projects/icons-material/src/material/two-tone/do_not_step.svg diff --git a/projects/icons-material/src/two-tone/do_not_touch.svg b/projects/icons-material/src/material/two-tone/do_not_touch.svg similarity index 100% rename from projects/icons-material/src/two-tone/do_not_touch.svg rename to projects/icons-material/src/material/two-tone/do_not_touch.svg diff --git a/projects/icons-material/src/two-tone/dock.svg b/projects/icons-material/src/material/two-tone/dock.svg similarity index 100% rename from projects/icons-material/src/two-tone/dock.svg rename to projects/icons-material/src/material/two-tone/dock.svg diff --git a/projects/icons-material/src/two-tone/document_scanner.svg b/projects/icons-material/src/material/two-tone/document_scanner.svg similarity index 100% rename from projects/icons-material/src/two-tone/document_scanner.svg rename to projects/icons-material/src/material/two-tone/document_scanner.svg diff --git a/projects/icons-material/src/two-tone/domain.svg b/projects/icons-material/src/material/two-tone/domain.svg similarity index 100% rename from projects/icons-material/src/two-tone/domain.svg rename to projects/icons-material/src/material/two-tone/domain.svg diff --git a/projects/icons-material/src/two-tone/domain_add.svg b/projects/icons-material/src/material/two-tone/domain_add.svg similarity index 100% rename from projects/icons-material/src/two-tone/domain_add.svg rename to projects/icons-material/src/material/two-tone/domain_add.svg diff --git a/projects/icons-material/src/two-tone/domain_disabled.svg b/projects/icons-material/src/material/two-tone/domain_disabled.svg similarity index 100% rename from projects/icons-material/src/two-tone/domain_disabled.svg rename to projects/icons-material/src/material/two-tone/domain_disabled.svg diff --git a/projects/icons-material/src/two-tone/domain_verification.svg b/projects/icons-material/src/material/two-tone/domain_verification.svg similarity index 100% rename from projects/icons-material/src/two-tone/domain_verification.svg rename to projects/icons-material/src/material/two-tone/domain_verification.svg diff --git a/projects/icons-material/src/two-tone/done.svg b/projects/icons-material/src/material/two-tone/done.svg similarity index 100% rename from projects/icons-material/src/two-tone/done.svg rename to projects/icons-material/src/material/two-tone/done.svg diff --git a/projects/icons-material/src/two-tone/done_all.svg b/projects/icons-material/src/material/two-tone/done_all.svg similarity index 100% rename from projects/icons-material/src/two-tone/done_all.svg rename to projects/icons-material/src/material/two-tone/done_all.svg diff --git a/projects/icons-material/src/two-tone/done_outline.svg b/projects/icons-material/src/material/two-tone/done_outline.svg similarity index 100% rename from projects/icons-material/src/two-tone/done_outline.svg rename to projects/icons-material/src/material/two-tone/done_outline.svg diff --git a/projects/icons-material/src/two-tone/donut_large.svg b/projects/icons-material/src/material/two-tone/donut_large.svg similarity index 100% rename from projects/icons-material/src/two-tone/donut_large.svg rename to projects/icons-material/src/material/two-tone/donut_large.svg diff --git a/projects/icons-material/src/two-tone/donut_small.svg b/projects/icons-material/src/material/two-tone/donut_small.svg similarity index 100% rename from projects/icons-material/src/two-tone/donut_small.svg rename to projects/icons-material/src/material/two-tone/donut_small.svg diff --git a/projects/icons-material/src/two-tone/door_back.svg b/projects/icons-material/src/material/two-tone/door_back.svg similarity index 100% rename from projects/icons-material/src/two-tone/door_back.svg rename to projects/icons-material/src/material/two-tone/door_back.svg diff --git a/projects/icons-material/src/two-tone/door_front.svg b/projects/icons-material/src/material/two-tone/door_front.svg similarity index 100% rename from projects/icons-material/src/two-tone/door_front.svg rename to projects/icons-material/src/material/two-tone/door_front.svg diff --git a/projects/icons-material/src/two-tone/door_sliding.svg b/projects/icons-material/src/material/two-tone/door_sliding.svg similarity index 100% rename from projects/icons-material/src/two-tone/door_sliding.svg rename to projects/icons-material/src/material/two-tone/door_sliding.svg diff --git a/projects/icons-material/src/two-tone/doorbell.svg b/projects/icons-material/src/material/two-tone/doorbell.svg similarity index 100% rename from projects/icons-material/src/two-tone/doorbell.svg rename to projects/icons-material/src/material/two-tone/doorbell.svg diff --git a/projects/icons-material/src/two-tone/double_arrow.svg b/projects/icons-material/src/material/two-tone/double_arrow.svg similarity index 100% rename from projects/icons-material/src/two-tone/double_arrow.svg rename to projects/icons-material/src/material/two-tone/double_arrow.svg diff --git a/projects/icons-material/src/two-tone/downhill_skiing.svg b/projects/icons-material/src/material/two-tone/downhill_skiing.svg similarity index 100% rename from projects/icons-material/src/two-tone/downhill_skiing.svg rename to projects/icons-material/src/material/two-tone/downhill_skiing.svg diff --git a/projects/icons-material/src/two-tone/download.svg b/projects/icons-material/src/material/two-tone/download.svg similarity index 100% rename from projects/icons-material/src/two-tone/download.svg rename to projects/icons-material/src/material/two-tone/download.svg diff --git a/projects/icons-material/src/two-tone/download_done.svg b/projects/icons-material/src/material/two-tone/download_done.svg similarity index 100% rename from projects/icons-material/src/two-tone/download_done.svg rename to projects/icons-material/src/material/two-tone/download_done.svg diff --git a/projects/icons-material/src/two-tone/download_for_offline.svg b/projects/icons-material/src/material/two-tone/download_for_offline.svg similarity index 100% rename from projects/icons-material/src/two-tone/download_for_offline.svg rename to projects/icons-material/src/material/two-tone/download_for_offline.svg diff --git a/projects/icons-material/src/two-tone/downloading.svg b/projects/icons-material/src/material/two-tone/downloading.svg similarity index 100% rename from projects/icons-material/src/two-tone/downloading.svg rename to projects/icons-material/src/material/two-tone/downloading.svg diff --git a/projects/icons-material/src/two-tone/drafts.svg b/projects/icons-material/src/material/two-tone/drafts.svg similarity index 100% rename from projects/icons-material/src/two-tone/drafts.svg rename to projects/icons-material/src/material/two-tone/drafts.svg diff --git a/projects/icons-material/src/two-tone/drag_handle.svg b/projects/icons-material/src/material/two-tone/drag_handle.svg similarity index 100% rename from projects/icons-material/src/two-tone/drag_handle.svg rename to projects/icons-material/src/material/two-tone/drag_handle.svg diff --git a/projects/icons-material/src/two-tone/drag_indicator.svg b/projects/icons-material/src/material/two-tone/drag_indicator.svg similarity index 100% rename from projects/icons-material/src/two-tone/drag_indicator.svg rename to projects/icons-material/src/material/two-tone/drag_indicator.svg diff --git a/projects/icons-material/src/two-tone/draw.svg b/projects/icons-material/src/material/two-tone/draw.svg similarity index 100% rename from projects/icons-material/src/two-tone/draw.svg rename to projects/icons-material/src/material/two-tone/draw.svg diff --git a/projects/icons-material/src/two-tone/drive_eta.svg b/projects/icons-material/src/material/two-tone/drive_eta.svg similarity index 100% rename from projects/icons-material/src/two-tone/drive_eta.svg rename to projects/icons-material/src/material/two-tone/drive_eta.svg diff --git a/projects/icons-material/src/two-tone/drive_file_move.svg b/projects/icons-material/src/material/two-tone/drive_file_move.svg similarity index 100% rename from projects/icons-material/src/two-tone/drive_file_move.svg rename to projects/icons-material/src/material/two-tone/drive_file_move.svg diff --git a/projects/icons-material/src/two-tone/drive_file_move_rtl.svg b/projects/icons-material/src/material/two-tone/drive_file_move_rtl.svg similarity index 100% rename from projects/icons-material/src/two-tone/drive_file_move_rtl.svg rename to projects/icons-material/src/material/two-tone/drive_file_move_rtl.svg diff --git a/projects/icons-material/src/two-tone/drive_file_rename_outline.svg b/projects/icons-material/src/material/two-tone/drive_file_rename_outline.svg similarity index 100% rename from projects/icons-material/src/two-tone/drive_file_rename_outline.svg rename to projects/icons-material/src/material/two-tone/drive_file_rename_outline.svg diff --git a/projects/icons-material/src/two-tone/drive_folder_upload.svg b/projects/icons-material/src/material/two-tone/drive_folder_upload.svg similarity index 100% rename from projects/icons-material/src/two-tone/drive_folder_upload.svg rename to projects/icons-material/src/material/two-tone/drive_folder_upload.svg diff --git a/projects/icons-material/src/two-tone/dry.svg b/projects/icons-material/src/material/two-tone/dry.svg similarity index 100% rename from projects/icons-material/src/two-tone/dry.svg rename to projects/icons-material/src/material/two-tone/dry.svg diff --git a/projects/icons-material/src/two-tone/dry_cleaning.svg b/projects/icons-material/src/material/two-tone/dry_cleaning.svg similarity index 100% rename from projects/icons-material/src/two-tone/dry_cleaning.svg rename to projects/icons-material/src/material/two-tone/dry_cleaning.svg diff --git a/projects/icons-material/src/two-tone/duo.svg b/projects/icons-material/src/material/two-tone/duo.svg similarity index 100% rename from projects/icons-material/src/two-tone/duo.svg rename to projects/icons-material/src/material/two-tone/duo.svg diff --git a/projects/icons-material/src/two-tone/dvr.svg b/projects/icons-material/src/material/two-tone/dvr.svg similarity index 100% rename from projects/icons-material/src/two-tone/dvr.svg rename to projects/icons-material/src/material/two-tone/dvr.svg diff --git a/projects/icons-material/src/two-tone/dynamic_feed.svg b/projects/icons-material/src/material/two-tone/dynamic_feed.svg similarity index 100% rename from projects/icons-material/src/two-tone/dynamic_feed.svg rename to projects/icons-material/src/material/two-tone/dynamic_feed.svg diff --git a/projects/icons-material/src/two-tone/dynamic_form.svg b/projects/icons-material/src/material/two-tone/dynamic_form.svg similarity index 100% rename from projects/icons-material/src/two-tone/dynamic_form.svg rename to projects/icons-material/src/material/two-tone/dynamic_form.svg diff --git a/projects/icons-material/src/two-tone/e_mobiledata.svg b/projects/icons-material/src/material/two-tone/e_mobiledata.svg similarity index 100% rename from projects/icons-material/src/two-tone/e_mobiledata.svg rename to projects/icons-material/src/material/two-tone/e_mobiledata.svg diff --git a/projects/icons-material/src/two-tone/earbuds.svg b/projects/icons-material/src/material/two-tone/earbuds.svg similarity index 100% rename from projects/icons-material/src/two-tone/earbuds.svg rename to projects/icons-material/src/material/two-tone/earbuds.svg diff --git a/projects/icons-material/src/two-tone/earbuds_battery.svg b/projects/icons-material/src/material/two-tone/earbuds_battery.svg similarity index 100% rename from projects/icons-material/src/two-tone/earbuds_battery.svg rename to projects/icons-material/src/material/two-tone/earbuds_battery.svg diff --git a/projects/icons-material/src/two-tone/east.svg b/projects/icons-material/src/material/two-tone/east.svg similarity index 100% rename from projects/icons-material/src/two-tone/east.svg rename to projects/icons-material/src/material/two-tone/east.svg diff --git a/projects/icons-material/src/two-tone/edgesensor_high.svg b/projects/icons-material/src/material/two-tone/edgesensor_high.svg similarity index 100% rename from projects/icons-material/src/two-tone/edgesensor_high.svg rename to projects/icons-material/src/material/two-tone/edgesensor_high.svg diff --git a/projects/icons-material/src/two-tone/edgesensor_low.svg b/projects/icons-material/src/material/two-tone/edgesensor_low.svg similarity index 100% rename from projects/icons-material/src/two-tone/edgesensor_low.svg rename to projects/icons-material/src/material/two-tone/edgesensor_low.svg diff --git a/projects/icons-material/src/two-tone/edit.svg b/projects/icons-material/src/material/two-tone/edit.svg similarity index 100% rename from projects/icons-material/src/two-tone/edit.svg rename to projects/icons-material/src/material/two-tone/edit.svg diff --git a/projects/icons-material/src/two-tone/edit_attributes.svg b/projects/icons-material/src/material/two-tone/edit_attributes.svg similarity index 100% rename from projects/icons-material/src/two-tone/edit_attributes.svg rename to projects/icons-material/src/material/two-tone/edit_attributes.svg diff --git a/projects/icons-material/src/two-tone/edit_calendar.svg b/projects/icons-material/src/material/two-tone/edit_calendar.svg similarity index 100% rename from projects/icons-material/src/two-tone/edit_calendar.svg rename to projects/icons-material/src/material/two-tone/edit_calendar.svg diff --git a/projects/icons-material/src/two-tone/edit_location.svg b/projects/icons-material/src/material/two-tone/edit_location.svg similarity index 100% rename from projects/icons-material/src/two-tone/edit_location.svg rename to projects/icons-material/src/material/two-tone/edit_location.svg diff --git a/projects/icons-material/src/two-tone/edit_location_alt.svg b/projects/icons-material/src/material/two-tone/edit_location_alt.svg similarity index 100% rename from projects/icons-material/src/two-tone/edit_location_alt.svg rename to projects/icons-material/src/material/two-tone/edit_location_alt.svg diff --git a/projects/icons-material/src/two-tone/edit_note.svg b/projects/icons-material/src/material/two-tone/edit_note.svg similarity index 100% rename from projects/icons-material/src/two-tone/edit_note.svg rename to projects/icons-material/src/material/two-tone/edit_note.svg diff --git a/projects/icons-material/src/two-tone/edit_notifications.svg b/projects/icons-material/src/material/two-tone/edit_notifications.svg similarity index 100% rename from projects/icons-material/src/two-tone/edit_notifications.svg rename to projects/icons-material/src/material/two-tone/edit_notifications.svg diff --git a/projects/icons-material/src/two-tone/edit_off.svg b/projects/icons-material/src/material/two-tone/edit_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/edit_off.svg rename to projects/icons-material/src/material/two-tone/edit_off.svg diff --git a/projects/icons-material/src/two-tone/edit_road.svg b/projects/icons-material/src/material/two-tone/edit_road.svg similarity index 100% rename from projects/icons-material/src/two-tone/edit_road.svg rename to projects/icons-material/src/material/two-tone/edit_road.svg diff --git a/projects/icons-material/src/two-tone/egg.svg b/projects/icons-material/src/material/two-tone/egg.svg similarity index 100% rename from projects/icons-material/src/two-tone/egg.svg rename to projects/icons-material/src/material/two-tone/egg.svg diff --git a/projects/icons-material/src/two-tone/egg_alt.svg b/projects/icons-material/src/material/two-tone/egg_alt.svg similarity index 100% rename from projects/icons-material/src/two-tone/egg_alt.svg rename to projects/icons-material/src/material/two-tone/egg_alt.svg diff --git a/projects/icons-material/src/two-tone/eject.svg b/projects/icons-material/src/material/two-tone/eject.svg similarity index 100% rename from projects/icons-material/src/two-tone/eject.svg rename to projects/icons-material/src/material/two-tone/eject.svg diff --git a/projects/icons-material/src/two-tone/elderly.svg b/projects/icons-material/src/material/two-tone/elderly.svg similarity index 100% rename from projects/icons-material/src/two-tone/elderly.svg rename to projects/icons-material/src/material/two-tone/elderly.svg diff --git a/projects/icons-material/src/two-tone/elderly_woman.svg b/projects/icons-material/src/material/two-tone/elderly_woman.svg similarity index 100% rename from projects/icons-material/src/two-tone/elderly_woman.svg rename to projects/icons-material/src/material/two-tone/elderly_woman.svg diff --git a/projects/icons-material/src/two-tone/electric_bike.svg b/projects/icons-material/src/material/two-tone/electric_bike.svg similarity index 100% rename from projects/icons-material/src/two-tone/electric_bike.svg rename to projects/icons-material/src/material/two-tone/electric_bike.svg diff --git a/projects/icons-material/src/two-tone/electric_bolt.svg b/projects/icons-material/src/material/two-tone/electric_bolt.svg similarity index 100% rename from projects/icons-material/src/two-tone/electric_bolt.svg rename to projects/icons-material/src/material/two-tone/electric_bolt.svg diff --git a/projects/icons-material/src/two-tone/electric_car.svg b/projects/icons-material/src/material/two-tone/electric_car.svg similarity index 100% rename from projects/icons-material/src/two-tone/electric_car.svg rename to projects/icons-material/src/material/two-tone/electric_car.svg diff --git a/projects/icons-material/src/two-tone/electric_meter.svg b/projects/icons-material/src/material/two-tone/electric_meter.svg similarity index 100% rename from projects/icons-material/src/two-tone/electric_meter.svg rename to projects/icons-material/src/material/two-tone/electric_meter.svg diff --git a/projects/icons-material/src/two-tone/electric_moped.svg b/projects/icons-material/src/material/two-tone/electric_moped.svg similarity index 100% rename from projects/icons-material/src/two-tone/electric_moped.svg rename to projects/icons-material/src/material/two-tone/electric_moped.svg diff --git a/projects/icons-material/src/two-tone/electric_rickshaw.svg b/projects/icons-material/src/material/two-tone/electric_rickshaw.svg similarity index 100% rename from projects/icons-material/src/two-tone/electric_rickshaw.svg rename to projects/icons-material/src/material/two-tone/electric_rickshaw.svg diff --git a/projects/icons-material/src/two-tone/electric_scooter.svg b/projects/icons-material/src/material/two-tone/electric_scooter.svg similarity index 100% rename from projects/icons-material/src/two-tone/electric_scooter.svg rename to projects/icons-material/src/material/two-tone/electric_scooter.svg diff --git a/projects/icons-material/src/two-tone/electrical_services.svg b/projects/icons-material/src/material/two-tone/electrical_services.svg similarity index 100% rename from projects/icons-material/src/two-tone/electrical_services.svg rename to projects/icons-material/src/material/two-tone/electrical_services.svg diff --git a/projects/icons-material/src/two-tone/elevator.svg b/projects/icons-material/src/material/two-tone/elevator.svg similarity index 100% rename from projects/icons-material/src/two-tone/elevator.svg rename to projects/icons-material/src/material/two-tone/elevator.svg diff --git a/projects/icons-material/src/two-tone/email.svg b/projects/icons-material/src/material/two-tone/email.svg similarity index 100% rename from projects/icons-material/src/two-tone/email.svg rename to projects/icons-material/src/material/two-tone/email.svg diff --git a/projects/icons-material/src/two-tone/emergency.svg b/projects/icons-material/src/material/two-tone/emergency.svg similarity index 100% rename from projects/icons-material/src/two-tone/emergency.svg rename to projects/icons-material/src/material/two-tone/emergency.svg diff --git a/projects/icons-material/src/two-tone/emergency_recording.svg b/projects/icons-material/src/material/two-tone/emergency_recording.svg similarity index 100% rename from projects/icons-material/src/two-tone/emergency_recording.svg rename to projects/icons-material/src/material/two-tone/emergency_recording.svg diff --git a/projects/icons-material/src/two-tone/emergency_share.svg b/projects/icons-material/src/material/two-tone/emergency_share.svg similarity index 100% rename from projects/icons-material/src/two-tone/emergency_share.svg rename to projects/icons-material/src/material/two-tone/emergency_share.svg diff --git a/projects/icons-material/src/two-tone/emoji_emotions.svg b/projects/icons-material/src/material/two-tone/emoji_emotions.svg similarity index 100% rename from projects/icons-material/src/two-tone/emoji_emotions.svg rename to projects/icons-material/src/material/two-tone/emoji_emotions.svg diff --git a/projects/icons-material/src/two-tone/emoji_events.svg b/projects/icons-material/src/material/two-tone/emoji_events.svg similarity index 100% rename from projects/icons-material/src/two-tone/emoji_events.svg rename to projects/icons-material/src/material/two-tone/emoji_events.svg diff --git a/projects/icons-material/src/two-tone/emoji_food_beverage.svg b/projects/icons-material/src/material/two-tone/emoji_food_beverage.svg similarity index 100% rename from projects/icons-material/src/two-tone/emoji_food_beverage.svg rename to projects/icons-material/src/material/two-tone/emoji_food_beverage.svg diff --git a/projects/icons-material/src/two-tone/emoji_nature.svg b/projects/icons-material/src/material/two-tone/emoji_nature.svg similarity index 100% rename from projects/icons-material/src/two-tone/emoji_nature.svg rename to projects/icons-material/src/material/two-tone/emoji_nature.svg diff --git a/projects/icons-material/src/two-tone/emoji_objects.svg b/projects/icons-material/src/material/two-tone/emoji_objects.svg similarity index 100% rename from projects/icons-material/src/two-tone/emoji_objects.svg rename to projects/icons-material/src/material/two-tone/emoji_objects.svg diff --git a/projects/icons-material/src/two-tone/emoji_people.svg b/projects/icons-material/src/material/two-tone/emoji_people.svg similarity index 100% rename from projects/icons-material/src/two-tone/emoji_people.svg rename to projects/icons-material/src/material/two-tone/emoji_people.svg diff --git a/projects/icons-material/src/two-tone/emoji_symbols.svg b/projects/icons-material/src/material/two-tone/emoji_symbols.svg similarity index 100% rename from projects/icons-material/src/two-tone/emoji_symbols.svg rename to projects/icons-material/src/material/two-tone/emoji_symbols.svg diff --git a/projects/icons-material/src/two-tone/emoji_transportation.svg b/projects/icons-material/src/material/two-tone/emoji_transportation.svg similarity index 100% rename from projects/icons-material/src/two-tone/emoji_transportation.svg rename to projects/icons-material/src/material/two-tone/emoji_transportation.svg diff --git a/projects/icons-material/src/two-tone/energy_savings_leaf.svg b/projects/icons-material/src/material/two-tone/energy_savings_leaf.svg similarity index 100% rename from projects/icons-material/src/two-tone/energy_savings_leaf.svg rename to projects/icons-material/src/material/two-tone/energy_savings_leaf.svg diff --git a/projects/icons-material/src/two-tone/engineering.svg b/projects/icons-material/src/material/two-tone/engineering.svg similarity index 100% rename from projects/icons-material/src/two-tone/engineering.svg rename to projects/icons-material/src/material/two-tone/engineering.svg diff --git a/projects/icons-material/src/two-tone/enhanced_encryption.svg b/projects/icons-material/src/material/two-tone/enhanced_encryption.svg similarity index 100% rename from projects/icons-material/src/two-tone/enhanced_encryption.svg rename to projects/icons-material/src/material/two-tone/enhanced_encryption.svg diff --git a/projects/icons-material/src/two-tone/equalizer.svg b/projects/icons-material/src/material/two-tone/equalizer.svg similarity index 100% rename from projects/icons-material/src/two-tone/equalizer.svg rename to projects/icons-material/src/material/two-tone/equalizer.svg diff --git a/projects/icons-material/src/two-tone/error.svg b/projects/icons-material/src/material/two-tone/error.svg similarity index 100% rename from projects/icons-material/src/two-tone/error.svg rename to projects/icons-material/src/material/two-tone/error.svg diff --git a/projects/icons-material/src/two-tone/error_outline.svg b/projects/icons-material/src/material/two-tone/error_outline.svg similarity index 100% rename from projects/icons-material/src/two-tone/error_outline.svg rename to projects/icons-material/src/material/two-tone/error_outline.svg diff --git a/projects/icons-material/src/two-tone/escalator.svg b/projects/icons-material/src/material/two-tone/escalator.svg similarity index 100% rename from projects/icons-material/src/two-tone/escalator.svg rename to projects/icons-material/src/material/two-tone/escalator.svg diff --git a/projects/icons-material/src/two-tone/escalator_warning.svg b/projects/icons-material/src/material/two-tone/escalator_warning.svg similarity index 100% rename from projects/icons-material/src/two-tone/escalator_warning.svg rename to projects/icons-material/src/material/two-tone/escalator_warning.svg diff --git a/projects/icons-material/src/two-tone/euro.svg b/projects/icons-material/src/material/two-tone/euro.svg similarity index 100% rename from projects/icons-material/src/two-tone/euro.svg rename to projects/icons-material/src/material/two-tone/euro.svg diff --git a/projects/icons-material/src/two-tone/euro_symbol.svg b/projects/icons-material/src/material/two-tone/euro_symbol.svg similarity index 100% rename from projects/icons-material/src/two-tone/euro_symbol.svg rename to projects/icons-material/src/material/two-tone/euro_symbol.svg diff --git a/projects/icons-material/src/two-tone/ev_station.svg b/projects/icons-material/src/material/two-tone/ev_station.svg similarity index 100% rename from projects/icons-material/src/two-tone/ev_station.svg rename to projects/icons-material/src/material/two-tone/ev_station.svg diff --git a/projects/icons-material/src/two-tone/event.svg b/projects/icons-material/src/material/two-tone/event.svg similarity index 100% rename from projects/icons-material/src/two-tone/event.svg rename to projects/icons-material/src/material/two-tone/event.svg diff --git a/projects/icons-material/src/two-tone/event_available.svg b/projects/icons-material/src/material/two-tone/event_available.svg similarity index 100% rename from projects/icons-material/src/two-tone/event_available.svg rename to projects/icons-material/src/material/two-tone/event_available.svg diff --git a/projects/icons-material/src/two-tone/event_busy.svg b/projects/icons-material/src/material/two-tone/event_busy.svg similarity index 100% rename from projects/icons-material/src/two-tone/event_busy.svg rename to projects/icons-material/src/material/two-tone/event_busy.svg diff --git a/projects/icons-material/src/two-tone/event_note.svg b/projects/icons-material/src/material/two-tone/event_note.svg similarity index 100% rename from projects/icons-material/src/two-tone/event_note.svg rename to projects/icons-material/src/material/two-tone/event_note.svg diff --git a/projects/icons-material/src/two-tone/event_repeat.svg b/projects/icons-material/src/material/two-tone/event_repeat.svg similarity index 100% rename from projects/icons-material/src/two-tone/event_repeat.svg rename to projects/icons-material/src/material/two-tone/event_repeat.svg diff --git a/projects/icons-material/src/two-tone/event_seat.svg b/projects/icons-material/src/material/two-tone/event_seat.svg similarity index 100% rename from projects/icons-material/src/two-tone/event_seat.svg rename to projects/icons-material/src/material/two-tone/event_seat.svg diff --git a/projects/icons-material/src/two-tone/exit_to_app.svg b/projects/icons-material/src/material/two-tone/exit_to_app.svg similarity index 100% rename from projects/icons-material/src/two-tone/exit_to_app.svg rename to projects/icons-material/src/material/two-tone/exit_to_app.svg diff --git a/projects/icons-material/src/two-tone/expand.svg b/projects/icons-material/src/material/two-tone/expand.svg similarity index 100% rename from projects/icons-material/src/two-tone/expand.svg rename to projects/icons-material/src/material/two-tone/expand.svg diff --git a/projects/icons-material/src/two-tone/expand_circle_down.svg b/projects/icons-material/src/material/two-tone/expand_circle_down.svg similarity index 100% rename from projects/icons-material/src/two-tone/expand_circle_down.svg rename to projects/icons-material/src/material/two-tone/expand_circle_down.svg diff --git a/projects/icons-material/src/two-tone/expand_less.svg b/projects/icons-material/src/material/two-tone/expand_less.svg similarity index 100% rename from projects/icons-material/src/two-tone/expand_less.svg rename to projects/icons-material/src/material/two-tone/expand_less.svg diff --git a/projects/icons-material/src/two-tone/expand_more.svg b/projects/icons-material/src/material/two-tone/expand_more.svg similarity index 100% rename from projects/icons-material/src/two-tone/expand_more.svg rename to projects/icons-material/src/material/two-tone/expand_more.svg diff --git a/projects/icons-material/src/two-tone/explicit.svg b/projects/icons-material/src/material/two-tone/explicit.svg similarity index 100% rename from projects/icons-material/src/two-tone/explicit.svg rename to projects/icons-material/src/material/two-tone/explicit.svg diff --git a/projects/icons-material/src/two-tone/explore.svg b/projects/icons-material/src/material/two-tone/explore.svg similarity index 100% rename from projects/icons-material/src/two-tone/explore.svg rename to projects/icons-material/src/material/two-tone/explore.svg diff --git a/projects/icons-material/src/two-tone/explore_off.svg b/projects/icons-material/src/material/two-tone/explore_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/explore_off.svg rename to projects/icons-material/src/material/two-tone/explore_off.svg diff --git a/projects/icons-material/src/two-tone/exposure.svg b/projects/icons-material/src/material/two-tone/exposure.svg similarity index 100% rename from projects/icons-material/src/two-tone/exposure.svg rename to projects/icons-material/src/material/two-tone/exposure.svg diff --git a/projects/icons-material/src/two-tone/exposure_neg_1.svg b/projects/icons-material/src/material/two-tone/exposure_neg_1.svg similarity index 100% rename from projects/icons-material/src/two-tone/exposure_neg_1.svg rename to projects/icons-material/src/material/two-tone/exposure_neg_1.svg diff --git a/projects/icons-material/src/two-tone/exposure_neg_2.svg b/projects/icons-material/src/material/two-tone/exposure_neg_2.svg similarity index 100% rename from projects/icons-material/src/two-tone/exposure_neg_2.svg rename to projects/icons-material/src/material/two-tone/exposure_neg_2.svg diff --git a/projects/icons-material/src/two-tone/exposure_plus_1.svg b/projects/icons-material/src/material/two-tone/exposure_plus_1.svg similarity index 100% rename from projects/icons-material/src/two-tone/exposure_plus_1.svg rename to projects/icons-material/src/material/two-tone/exposure_plus_1.svg diff --git a/projects/icons-material/src/two-tone/exposure_plus_2.svg b/projects/icons-material/src/material/two-tone/exposure_plus_2.svg similarity index 100% rename from projects/icons-material/src/two-tone/exposure_plus_2.svg rename to projects/icons-material/src/material/two-tone/exposure_plus_2.svg diff --git a/projects/icons-material/src/two-tone/exposure_zero.svg b/projects/icons-material/src/material/two-tone/exposure_zero.svg similarity index 100% rename from projects/icons-material/src/two-tone/exposure_zero.svg rename to projects/icons-material/src/material/two-tone/exposure_zero.svg diff --git a/projects/icons-material/src/two-tone/extension.svg b/projects/icons-material/src/material/two-tone/extension.svg similarity index 100% rename from projects/icons-material/src/two-tone/extension.svg rename to projects/icons-material/src/material/two-tone/extension.svg diff --git a/projects/icons-material/src/two-tone/extension_off.svg b/projects/icons-material/src/material/two-tone/extension_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/extension_off.svg rename to projects/icons-material/src/material/two-tone/extension_off.svg diff --git a/projects/icons-material/src/two-tone/face.svg b/projects/icons-material/src/material/two-tone/face.svg similarity index 100% rename from projects/icons-material/src/two-tone/face.svg rename to projects/icons-material/src/material/two-tone/face.svg diff --git a/projects/icons-material/src/two-tone/face_2.svg b/projects/icons-material/src/material/two-tone/face_2.svg similarity index 100% rename from projects/icons-material/src/two-tone/face_2.svg rename to projects/icons-material/src/material/two-tone/face_2.svg diff --git a/projects/icons-material/src/two-tone/face_3.svg b/projects/icons-material/src/material/two-tone/face_3.svg similarity index 100% rename from projects/icons-material/src/two-tone/face_3.svg rename to projects/icons-material/src/material/two-tone/face_3.svg diff --git a/projects/icons-material/src/two-tone/face_4.svg b/projects/icons-material/src/material/two-tone/face_4.svg similarity index 100% rename from projects/icons-material/src/two-tone/face_4.svg rename to projects/icons-material/src/material/two-tone/face_4.svg diff --git a/projects/icons-material/src/two-tone/face_5.svg b/projects/icons-material/src/material/two-tone/face_5.svg similarity index 100% rename from projects/icons-material/src/two-tone/face_5.svg rename to projects/icons-material/src/material/two-tone/face_5.svg diff --git a/projects/icons-material/src/two-tone/face_6.svg b/projects/icons-material/src/material/two-tone/face_6.svg similarity index 100% rename from projects/icons-material/src/two-tone/face_6.svg rename to projects/icons-material/src/material/two-tone/face_6.svg diff --git a/projects/icons-material/src/two-tone/face_retouching_natural.svg b/projects/icons-material/src/material/two-tone/face_retouching_natural.svg similarity index 100% rename from projects/icons-material/src/two-tone/face_retouching_natural.svg rename to projects/icons-material/src/material/two-tone/face_retouching_natural.svg diff --git a/projects/icons-material/src/two-tone/face_retouching_off.svg b/projects/icons-material/src/material/two-tone/face_retouching_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/face_retouching_off.svg rename to projects/icons-material/src/material/two-tone/face_retouching_off.svg diff --git a/projects/icons-material/src/two-tone/fact_check.svg b/projects/icons-material/src/material/two-tone/fact_check.svg similarity index 100% rename from projects/icons-material/src/two-tone/fact_check.svg rename to projects/icons-material/src/material/two-tone/fact_check.svg diff --git a/projects/icons-material/src/two-tone/factory.svg b/projects/icons-material/src/material/two-tone/factory.svg similarity index 100% rename from projects/icons-material/src/two-tone/factory.svg rename to projects/icons-material/src/material/two-tone/factory.svg diff --git a/projects/icons-material/src/two-tone/family_restroom.svg b/projects/icons-material/src/material/two-tone/family_restroom.svg similarity index 100% rename from projects/icons-material/src/two-tone/family_restroom.svg rename to projects/icons-material/src/material/two-tone/family_restroom.svg diff --git a/projects/icons-material/src/two-tone/fast_forward.svg b/projects/icons-material/src/material/two-tone/fast_forward.svg similarity index 100% rename from projects/icons-material/src/two-tone/fast_forward.svg rename to projects/icons-material/src/material/two-tone/fast_forward.svg diff --git a/projects/icons-material/src/two-tone/fast_rewind.svg b/projects/icons-material/src/material/two-tone/fast_rewind.svg similarity index 100% rename from projects/icons-material/src/two-tone/fast_rewind.svg rename to projects/icons-material/src/material/two-tone/fast_rewind.svg diff --git a/projects/icons-material/src/two-tone/fastfood.svg b/projects/icons-material/src/material/two-tone/fastfood.svg similarity index 100% rename from projects/icons-material/src/two-tone/fastfood.svg rename to projects/icons-material/src/material/two-tone/fastfood.svg diff --git a/projects/icons-material/src/two-tone/favorite.svg b/projects/icons-material/src/material/two-tone/favorite.svg similarity index 100% rename from projects/icons-material/src/two-tone/favorite.svg rename to projects/icons-material/src/material/two-tone/favorite.svg diff --git a/projects/icons-material/src/two-tone/favorite_border.svg b/projects/icons-material/src/material/two-tone/favorite_border.svg similarity index 100% rename from projects/icons-material/src/two-tone/favorite_border.svg rename to projects/icons-material/src/material/two-tone/favorite_border.svg diff --git a/projects/icons-material/src/two-tone/fax.svg b/projects/icons-material/src/material/two-tone/fax.svg similarity index 100% rename from projects/icons-material/src/two-tone/fax.svg rename to projects/icons-material/src/material/two-tone/fax.svg diff --git a/projects/icons-material/src/two-tone/featured_play_list.svg b/projects/icons-material/src/material/two-tone/featured_play_list.svg similarity index 100% rename from projects/icons-material/src/two-tone/featured_play_list.svg rename to projects/icons-material/src/material/two-tone/featured_play_list.svg diff --git a/projects/icons-material/src/two-tone/featured_video.svg b/projects/icons-material/src/material/two-tone/featured_video.svg similarity index 100% rename from projects/icons-material/src/two-tone/featured_video.svg rename to projects/icons-material/src/material/two-tone/featured_video.svg diff --git a/projects/icons-material/src/two-tone/feed.svg b/projects/icons-material/src/material/two-tone/feed.svg similarity index 100% rename from projects/icons-material/src/two-tone/feed.svg rename to projects/icons-material/src/material/two-tone/feed.svg diff --git a/projects/icons-material/src/two-tone/feedback.svg b/projects/icons-material/src/material/two-tone/feedback.svg similarity index 100% rename from projects/icons-material/src/two-tone/feedback.svg rename to projects/icons-material/src/material/two-tone/feedback.svg diff --git a/projects/icons-material/src/two-tone/female.svg b/projects/icons-material/src/material/two-tone/female.svg similarity index 100% rename from projects/icons-material/src/two-tone/female.svg rename to projects/icons-material/src/material/two-tone/female.svg diff --git a/projects/icons-material/src/two-tone/fence.svg b/projects/icons-material/src/material/two-tone/fence.svg similarity index 100% rename from projects/icons-material/src/two-tone/fence.svg rename to projects/icons-material/src/material/two-tone/fence.svg diff --git a/projects/icons-material/src/two-tone/festival.svg b/projects/icons-material/src/material/two-tone/festival.svg similarity index 100% rename from projects/icons-material/src/two-tone/festival.svg rename to projects/icons-material/src/material/two-tone/festival.svg diff --git a/projects/icons-material/src/two-tone/fiber_dvr.svg b/projects/icons-material/src/material/two-tone/fiber_dvr.svg similarity index 100% rename from projects/icons-material/src/two-tone/fiber_dvr.svg rename to projects/icons-material/src/material/two-tone/fiber_dvr.svg diff --git a/projects/icons-material/src/two-tone/fiber_manual_record.svg b/projects/icons-material/src/material/two-tone/fiber_manual_record.svg similarity index 100% rename from projects/icons-material/src/two-tone/fiber_manual_record.svg rename to projects/icons-material/src/material/two-tone/fiber_manual_record.svg diff --git a/projects/icons-material/src/two-tone/fiber_new.svg b/projects/icons-material/src/material/two-tone/fiber_new.svg similarity index 100% rename from projects/icons-material/src/two-tone/fiber_new.svg rename to projects/icons-material/src/material/two-tone/fiber_new.svg diff --git a/projects/icons-material/src/two-tone/fiber_pin.svg b/projects/icons-material/src/material/two-tone/fiber_pin.svg similarity index 100% rename from projects/icons-material/src/two-tone/fiber_pin.svg rename to projects/icons-material/src/material/two-tone/fiber_pin.svg diff --git a/projects/icons-material/src/two-tone/fiber_smart_record.svg b/projects/icons-material/src/material/two-tone/fiber_smart_record.svg similarity index 100% rename from projects/icons-material/src/two-tone/fiber_smart_record.svg rename to projects/icons-material/src/material/two-tone/fiber_smart_record.svg diff --git a/projects/icons-material/src/two-tone/file_copy.svg b/projects/icons-material/src/material/two-tone/file_copy.svg similarity index 100% rename from projects/icons-material/src/two-tone/file_copy.svg rename to projects/icons-material/src/material/two-tone/file_copy.svg diff --git a/projects/icons-material/src/two-tone/file_download.svg b/projects/icons-material/src/material/two-tone/file_download.svg similarity index 100% rename from projects/icons-material/src/two-tone/file_download.svg rename to projects/icons-material/src/material/two-tone/file_download.svg diff --git a/projects/icons-material/src/two-tone/file_download_done.svg b/projects/icons-material/src/material/two-tone/file_download_done.svg similarity index 100% rename from projects/icons-material/src/two-tone/file_download_done.svg rename to projects/icons-material/src/material/two-tone/file_download_done.svg diff --git a/projects/icons-material/src/two-tone/file_download_off.svg b/projects/icons-material/src/material/two-tone/file_download_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/file_download_off.svg rename to projects/icons-material/src/material/two-tone/file_download_off.svg diff --git a/projects/icons-material/src/two-tone/file_open.svg b/projects/icons-material/src/material/two-tone/file_open.svg similarity index 100% rename from projects/icons-material/src/two-tone/file_open.svg rename to projects/icons-material/src/material/two-tone/file_open.svg diff --git a/projects/icons-material/src/two-tone/file_present.svg b/projects/icons-material/src/material/two-tone/file_present.svg similarity index 100% rename from projects/icons-material/src/two-tone/file_present.svg rename to projects/icons-material/src/material/two-tone/file_present.svg diff --git a/projects/icons-material/src/two-tone/file_upload.svg b/projects/icons-material/src/material/two-tone/file_upload.svg similarity index 100% rename from projects/icons-material/src/two-tone/file_upload.svg rename to projects/icons-material/src/material/two-tone/file_upload.svg diff --git a/projects/icons-material/src/two-tone/filter.svg b/projects/icons-material/src/material/two-tone/filter.svg similarity index 100% rename from projects/icons-material/src/two-tone/filter.svg rename to projects/icons-material/src/material/two-tone/filter.svg diff --git a/projects/icons-material/src/two-tone/filter_1.svg b/projects/icons-material/src/material/two-tone/filter_1.svg similarity index 100% rename from projects/icons-material/src/two-tone/filter_1.svg rename to projects/icons-material/src/material/two-tone/filter_1.svg diff --git a/projects/icons-material/src/two-tone/filter_2.svg b/projects/icons-material/src/material/two-tone/filter_2.svg similarity index 100% rename from projects/icons-material/src/two-tone/filter_2.svg rename to projects/icons-material/src/material/two-tone/filter_2.svg diff --git a/projects/icons-material/src/two-tone/filter_3.svg b/projects/icons-material/src/material/two-tone/filter_3.svg similarity index 100% rename from projects/icons-material/src/two-tone/filter_3.svg rename to projects/icons-material/src/material/two-tone/filter_3.svg diff --git a/projects/icons-material/src/two-tone/filter_4.svg b/projects/icons-material/src/material/two-tone/filter_4.svg similarity index 100% rename from projects/icons-material/src/two-tone/filter_4.svg rename to projects/icons-material/src/material/two-tone/filter_4.svg diff --git a/projects/icons-material/src/two-tone/filter_5.svg b/projects/icons-material/src/material/two-tone/filter_5.svg similarity index 100% rename from projects/icons-material/src/two-tone/filter_5.svg rename to projects/icons-material/src/material/two-tone/filter_5.svg diff --git a/projects/icons-material/src/two-tone/filter_6.svg b/projects/icons-material/src/material/two-tone/filter_6.svg similarity index 100% rename from projects/icons-material/src/two-tone/filter_6.svg rename to projects/icons-material/src/material/two-tone/filter_6.svg diff --git a/projects/icons-material/src/two-tone/filter_7.svg b/projects/icons-material/src/material/two-tone/filter_7.svg similarity index 100% rename from projects/icons-material/src/two-tone/filter_7.svg rename to projects/icons-material/src/material/two-tone/filter_7.svg diff --git a/projects/icons-material/src/two-tone/filter_8.svg b/projects/icons-material/src/material/two-tone/filter_8.svg similarity index 100% rename from projects/icons-material/src/two-tone/filter_8.svg rename to projects/icons-material/src/material/two-tone/filter_8.svg diff --git a/projects/icons-material/src/two-tone/filter_9.svg b/projects/icons-material/src/material/two-tone/filter_9.svg similarity index 100% rename from projects/icons-material/src/two-tone/filter_9.svg rename to projects/icons-material/src/material/two-tone/filter_9.svg diff --git a/projects/icons-material/src/two-tone/filter_9_plus.svg b/projects/icons-material/src/material/two-tone/filter_9_plus.svg similarity index 100% rename from projects/icons-material/src/two-tone/filter_9_plus.svg rename to projects/icons-material/src/material/two-tone/filter_9_plus.svg diff --git a/projects/icons-material/src/two-tone/filter_alt.svg b/projects/icons-material/src/material/two-tone/filter_alt.svg similarity index 100% rename from projects/icons-material/src/two-tone/filter_alt.svg rename to projects/icons-material/src/material/two-tone/filter_alt.svg diff --git a/projects/icons-material/src/two-tone/filter_alt_off.svg b/projects/icons-material/src/material/two-tone/filter_alt_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/filter_alt_off.svg rename to projects/icons-material/src/material/two-tone/filter_alt_off.svg diff --git a/projects/icons-material/src/two-tone/filter_b_and_w.svg b/projects/icons-material/src/material/two-tone/filter_b_and_w.svg similarity index 100% rename from projects/icons-material/src/two-tone/filter_b_and_w.svg rename to projects/icons-material/src/material/two-tone/filter_b_and_w.svg diff --git a/projects/icons-material/src/two-tone/filter_center_focus.svg b/projects/icons-material/src/material/two-tone/filter_center_focus.svg similarity index 100% rename from projects/icons-material/src/two-tone/filter_center_focus.svg rename to projects/icons-material/src/material/two-tone/filter_center_focus.svg diff --git a/projects/icons-material/src/two-tone/filter_drama.svg b/projects/icons-material/src/material/two-tone/filter_drama.svg similarity index 100% rename from projects/icons-material/src/two-tone/filter_drama.svg rename to projects/icons-material/src/material/two-tone/filter_drama.svg diff --git a/projects/icons-material/src/two-tone/filter_frames.svg b/projects/icons-material/src/material/two-tone/filter_frames.svg similarity index 100% rename from projects/icons-material/src/two-tone/filter_frames.svg rename to projects/icons-material/src/material/two-tone/filter_frames.svg diff --git a/projects/icons-material/src/two-tone/filter_hdr.svg b/projects/icons-material/src/material/two-tone/filter_hdr.svg similarity index 100% rename from projects/icons-material/src/two-tone/filter_hdr.svg rename to projects/icons-material/src/material/two-tone/filter_hdr.svg diff --git a/projects/icons-material/src/two-tone/filter_list.svg b/projects/icons-material/src/material/two-tone/filter_list.svg similarity index 100% rename from projects/icons-material/src/two-tone/filter_list.svg rename to projects/icons-material/src/material/two-tone/filter_list.svg diff --git a/projects/icons-material/src/two-tone/filter_list_off.svg b/projects/icons-material/src/material/two-tone/filter_list_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/filter_list_off.svg rename to projects/icons-material/src/material/two-tone/filter_list_off.svg diff --git a/projects/icons-material/src/two-tone/filter_none.svg b/projects/icons-material/src/material/two-tone/filter_none.svg similarity index 100% rename from projects/icons-material/src/two-tone/filter_none.svg rename to projects/icons-material/src/material/two-tone/filter_none.svg diff --git a/projects/icons-material/src/two-tone/filter_tilt_shift.svg b/projects/icons-material/src/material/two-tone/filter_tilt_shift.svg similarity index 100% rename from projects/icons-material/src/two-tone/filter_tilt_shift.svg rename to projects/icons-material/src/material/two-tone/filter_tilt_shift.svg diff --git a/projects/icons-material/src/two-tone/filter_vintage.svg b/projects/icons-material/src/material/two-tone/filter_vintage.svg similarity index 100% rename from projects/icons-material/src/two-tone/filter_vintage.svg rename to projects/icons-material/src/material/two-tone/filter_vintage.svg diff --git a/projects/icons-material/src/two-tone/find_in_page.svg b/projects/icons-material/src/material/two-tone/find_in_page.svg similarity index 100% rename from projects/icons-material/src/two-tone/find_in_page.svg rename to projects/icons-material/src/material/two-tone/find_in_page.svg diff --git a/projects/icons-material/src/two-tone/find_replace.svg b/projects/icons-material/src/material/two-tone/find_replace.svg similarity index 100% rename from projects/icons-material/src/two-tone/find_replace.svg rename to projects/icons-material/src/material/two-tone/find_replace.svg diff --git a/projects/icons-material/src/two-tone/fingerprint.svg b/projects/icons-material/src/material/two-tone/fingerprint.svg similarity index 100% rename from projects/icons-material/src/two-tone/fingerprint.svg rename to projects/icons-material/src/material/two-tone/fingerprint.svg diff --git a/projects/icons-material/src/two-tone/fire_extinguisher.svg b/projects/icons-material/src/material/two-tone/fire_extinguisher.svg similarity index 100% rename from projects/icons-material/src/two-tone/fire_extinguisher.svg rename to projects/icons-material/src/material/two-tone/fire_extinguisher.svg diff --git a/projects/icons-material/src/two-tone/fire_hydrant_alt.svg b/projects/icons-material/src/material/two-tone/fire_hydrant_alt.svg similarity index 100% rename from projects/icons-material/src/two-tone/fire_hydrant_alt.svg rename to projects/icons-material/src/material/two-tone/fire_hydrant_alt.svg diff --git a/projects/icons-material/src/two-tone/fire_truck.svg b/projects/icons-material/src/material/two-tone/fire_truck.svg similarity index 100% rename from projects/icons-material/src/two-tone/fire_truck.svg rename to projects/icons-material/src/material/two-tone/fire_truck.svg diff --git a/projects/icons-material/src/two-tone/fireplace.svg b/projects/icons-material/src/material/two-tone/fireplace.svg similarity index 100% rename from projects/icons-material/src/two-tone/fireplace.svg rename to projects/icons-material/src/material/two-tone/fireplace.svg diff --git a/projects/icons-material/src/two-tone/first_page.svg b/projects/icons-material/src/material/two-tone/first_page.svg similarity index 100% rename from projects/icons-material/src/two-tone/first_page.svg rename to projects/icons-material/src/material/two-tone/first_page.svg diff --git a/projects/icons-material/src/two-tone/fit_screen.svg b/projects/icons-material/src/material/two-tone/fit_screen.svg similarity index 100% rename from projects/icons-material/src/two-tone/fit_screen.svg rename to projects/icons-material/src/material/two-tone/fit_screen.svg diff --git a/projects/icons-material/src/two-tone/fitbit.svg b/projects/icons-material/src/material/two-tone/fitbit.svg similarity index 100% rename from projects/icons-material/src/two-tone/fitbit.svg rename to projects/icons-material/src/material/two-tone/fitbit.svg diff --git a/projects/icons-material/src/two-tone/fitness_center.svg b/projects/icons-material/src/material/two-tone/fitness_center.svg similarity index 100% rename from projects/icons-material/src/two-tone/fitness_center.svg rename to projects/icons-material/src/material/two-tone/fitness_center.svg diff --git a/projects/icons-material/src/two-tone/flag.svg b/projects/icons-material/src/material/two-tone/flag.svg similarity index 100% rename from projects/icons-material/src/two-tone/flag.svg rename to projects/icons-material/src/material/two-tone/flag.svg diff --git a/projects/icons-material/src/two-tone/flag_circle.svg b/projects/icons-material/src/material/two-tone/flag_circle.svg similarity index 100% rename from projects/icons-material/src/two-tone/flag_circle.svg rename to projects/icons-material/src/material/two-tone/flag_circle.svg diff --git a/projects/icons-material/src/two-tone/flaky.svg b/projects/icons-material/src/material/two-tone/flaky.svg similarity index 100% rename from projects/icons-material/src/two-tone/flaky.svg rename to projects/icons-material/src/material/two-tone/flaky.svg diff --git a/projects/icons-material/src/two-tone/flare.svg b/projects/icons-material/src/material/two-tone/flare.svg similarity index 100% rename from projects/icons-material/src/two-tone/flare.svg rename to projects/icons-material/src/material/two-tone/flare.svg diff --git a/projects/icons-material/src/two-tone/flash_auto.svg b/projects/icons-material/src/material/two-tone/flash_auto.svg similarity index 100% rename from projects/icons-material/src/two-tone/flash_auto.svg rename to projects/icons-material/src/material/two-tone/flash_auto.svg diff --git a/projects/icons-material/src/two-tone/flash_off.svg b/projects/icons-material/src/material/two-tone/flash_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/flash_off.svg rename to projects/icons-material/src/material/two-tone/flash_off.svg diff --git a/projects/icons-material/src/two-tone/flash_on.svg b/projects/icons-material/src/material/two-tone/flash_on.svg similarity index 100% rename from projects/icons-material/src/two-tone/flash_on.svg rename to projects/icons-material/src/material/two-tone/flash_on.svg diff --git a/projects/icons-material/src/two-tone/flashlight_off.svg b/projects/icons-material/src/material/two-tone/flashlight_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/flashlight_off.svg rename to projects/icons-material/src/material/two-tone/flashlight_off.svg diff --git a/projects/icons-material/src/two-tone/flashlight_on.svg b/projects/icons-material/src/material/two-tone/flashlight_on.svg similarity index 100% rename from projects/icons-material/src/two-tone/flashlight_on.svg rename to projects/icons-material/src/material/two-tone/flashlight_on.svg diff --git a/projects/icons-material/src/two-tone/flatware.svg b/projects/icons-material/src/material/two-tone/flatware.svg similarity index 100% rename from projects/icons-material/src/two-tone/flatware.svg rename to projects/icons-material/src/material/two-tone/flatware.svg diff --git a/projects/icons-material/src/two-tone/flight.svg b/projects/icons-material/src/material/two-tone/flight.svg similarity index 100% rename from projects/icons-material/src/two-tone/flight.svg rename to projects/icons-material/src/material/two-tone/flight.svg diff --git a/projects/icons-material/src/two-tone/flight_class.svg b/projects/icons-material/src/material/two-tone/flight_class.svg similarity index 100% rename from projects/icons-material/src/two-tone/flight_class.svg rename to projects/icons-material/src/material/two-tone/flight_class.svg diff --git a/projects/icons-material/src/two-tone/flight_land.svg b/projects/icons-material/src/material/two-tone/flight_land.svg similarity index 100% rename from projects/icons-material/src/two-tone/flight_land.svg rename to projects/icons-material/src/material/two-tone/flight_land.svg diff --git a/projects/icons-material/src/two-tone/flight_takeoff.svg b/projects/icons-material/src/material/two-tone/flight_takeoff.svg similarity index 100% rename from projects/icons-material/src/two-tone/flight_takeoff.svg rename to projects/icons-material/src/material/two-tone/flight_takeoff.svg diff --git a/projects/icons-material/src/two-tone/flip.svg b/projects/icons-material/src/material/two-tone/flip.svg similarity index 100% rename from projects/icons-material/src/two-tone/flip.svg rename to projects/icons-material/src/material/two-tone/flip.svg diff --git a/projects/icons-material/src/two-tone/flip_camera_android.svg b/projects/icons-material/src/material/two-tone/flip_camera_android.svg similarity index 100% rename from projects/icons-material/src/two-tone/flip_camera_android.svg rename to projects/icons-material/src/material/two-tone/flip_camera_android.svg diff --git a/projects/icons-material/src/two-tone/flip_camera_ios.svg b/projects/icons-material/src/material/two-tone/flip_camera_ios.svg similarity index 100% rename from projects/icons-material/src/two-tone/flip_camera_ios.svg rename to projects/icons-material/src/material/two-tone/flip_camera_ios.svg diff --git a/projects/icons-material/src/two-tone/flip_to_back.svg b/projects/icons-material/src/material/two-tone/flip_to_back.svg similarity index 100% rename from projects/icons-material/src/two-tone/flip_to_back.svg rename to projects/icons-material/src/material/two-tone/flip_to_back.svg diff --git a/projects/icons-material/src/two-tone/flip_to_front.svg b/projects/icons-material/src/material/two-tone/flip_to_front.svg similarity index 100% rename from projects/icons-material/src/two-tone/flip_to_front.svg rename to projects/icons-material/src/material/two-tone/flip_to_front.svg diff --git a/projects/icons-material/src/two-tone/flood.svg b/projects/icons-material/src/material/two-tone/flood.svg similarity index 100% rename from projects/icons-material/src/two-tone/flood.svg rename to projects/icons-material/src/material/two-tone/flood.svg diff --git a/projects/icons-material/src/two-tone/fluorescent.svg b/projects/icons-material/src/material/two-tone/fluorescent.svg similarity index 100% rename from projects/icons-material/src/two-tone/fluorescent.svg rename to projects/icons-material/src/material/two-tone/fluorescent.svg diff --git a/projects/icons-material/src/two-tone/flutter_dash.svg b/projects/icons-material/src/material/two-tone/flutter_dash.svg similarity index 100% rename from projects/icons-material/src/two-tone/flutter_dash.svg rename to projects/icons-material/src/material/two-tone/flutter_dash.svg diff --git a/projects/icons-material/src/two-tone/fmd_bad.svg b/projects/icons-material/src/material/two-tone/fmd_bad.svg similarity index 100% rename from projects/icons-material/src/two-tone/fmd_bad.svg rename to projects/icons-material/src/material/two-tone/fmd_bad.svg diff --git a/projects/icons-material/src/two-tone/fmd_good.svg b/projects/icons-material/src/material/two-tone/fmd_good.svg similarity index 100% rename from projects/icons-material/src/two-tone/fmd_good.svg rename to projects/icons-material/src/material/two-tone/fmd_good.svg diff --git a/projects/icons-material/src/two-tone/folder.svg b/projects/icons-material/src/material/two-tone/folder.svg similarity index 100% rename from projects/icons-material/src/two-tone/folder.svg rename to projects/icons-material/src/material/two-tone/folder.svg diff --git a/projects/icons-material/src/two-tone/folder_copy.svg b/projects/icons-material/src/material/two-tone/folder_copy.svg similarity index 100% rename from projects/icons-material/src/two-tone/folder_copy.svg rename to projects/icons-material/src/material/two-tone/folder_copy.svg diff --git a/projects/icons-material/src/two-tone/folder_delete.svg b/projects/icons-material/src/material/two-tone/folder_delete.svg similarity index 100% rename from projects/icons-material/src/two-tone/folder_delete.svg rename to projects/icons-material/src/material/two-tone/folder_delete.svg diff --git a/projects/icons-material/src/two-tone/folder_off.svg b/projects/icons-material/src/material/two-tone/folder_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/folder_off.svg rename to projects/icons-material/src/material/two-tone/folder_off.svg diff --git a/projects/icons-material/src/two-tone/folder_open.svg b/projects/icons-material/src/material/two-tone/folder_open.svg similarity index 100% rename from projects/icons-material/src/two-tone/folder_open.svg rename to projects/icons-material/src/material/two-tone/folder_open.svg diff --git a/projects/icons-material/src/two-tone/folder_shared.svg b/projects/icons-material/src/material/two-tone/folder_shared.svg similarity index 100% rename from projects/icons-material/src/two-tone/folder_shared.svg rename to projects/icons-material/src/material/two-tone/folder_shared.svg diff --git a/projects/icons-material/src/two-tone/folder_special.svg b/projects/icons-material/src/material/two-tone/folder_special.svg similarity index 100% rename from projects/icons-material/src/two-tone/folder_special.svg rename to projects/icons-material/src/material/two-tone/folder_special.svg diff --git a/projects/icons-material/src/two-tone/folder_zip.svg b/projects/icons-material/src/material/two-tone/folder_zip.svg similarity index 100% rename from projects/icons-material/src/two-tone/folder_zip.svg rename to projects/icons-material/src/material/two-tone/folder_zip.svg diff --git a/projects/icons-material/src/two-tone/follow_the_signs.svg b/projects/icons-material/src/material/two-tone/follow_the_signs.svg similarity index 100% rename from projects/icons-material/src/two-tone/follow_the_signs.svg rename to projects/icons-material/src/material/two-tone/follow_the_signs.svg diff --git a/projects/icons-material/src/two-tone/font_download.svg b/projects/icons-material/src/material/two-tone/font_download.svg similarity index 100% rename from projects/icons-material/src/two-tone/font_download.svg rename to projects/icons-material/src/material/two-tone/font_download.svg diff --git a/projects/icons-material/src/two-tone/font_download_off.svg b/projects/icons-material/src/material/two-tone/font_download_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/font_download_off.svg rename to projects/icons-material/src/material/two-tone/font_download_off.svg diff --git a/projects/icons-material/src/two-tone/food_bank.svg b/projects/icons-material/src/material/two-tone/food_bank.svg similarity index 100% rename from projects/icons-material/src/two-tone/food_bank.svg rename to projects/icons-material/src/material/two-tone/food_bank.svg diff --git a/projects/icons-material/src/two-tone/forest.svg b/projects/icons-material/src/material/two-tone/forest.svg similarity index 100% rename from projects/icons-material/src/two-tone/forest.svg rename to projects/icons-material/src/material/two-tone/forest.svg diff --git a/projects/icons-material/src/two-tone/fork_left.svg b/projects/icons-material/src/material/two-tone/fork_left.svg similarity index 100% rename from projects/icons-material/src/two-tone/fork_left.svg rename to projects/icons-material/src/material/two-tone/fork_left.svg diff --git a/projects/icons-material/src/two-tone/fork_right.svg b/projects/icons-material/src/material/two-tone/fork_right.svg similarity index 100% rename from projects/icons-material/src/two-tone/fork_right.svg rename to projects/icons-material/src/material/two-tone/fork_right.svg diff --git a/projects/icons-material/src/two-tone/format_align_center.svg b/projects/icons-material/src/material/two-tone/format_align_center.svg similarity index 100% rename from projects/icons-material/src/two-tone/format_align_center.svg rename to projects/icons-material/src/material/two-tone/format_align_center.svg diff --git a/projects/icons-material/src/two-tone/format_align_justify.svg b/projects/icons-material/src/material/two-tone/format_align_justify.svg similarity index 100% rename from projects/icons-material/src/two-tone/format_align_justify.svg rename to projects/icons-material/src/material/two-tone/format_align_justify.svg diff --git a/projects/icons-material/src/two-tone/format_align_left.svg b/projects/icons-material/src/material/two-tone/format_align_left.svg similarity index 100% rename from projects/icons-material/src/two-tone/format_align_left.svg rename to projects/icons-material/src/material/two-tone/format_align_left.svg diff --git a/projects/icons-material/src/two-tone/format_align_right.svg b/projects/icons-material/src/material/two-tone/format_align_right.svg similarity index 100% rename from projects/icons-material/src/two-tone/format_align_right.svg rename to projects/icons-material/src/material/two-tone/format_align_right.svg diff --git a/projects/icons-material/src/two-tone/format_bold.svg b/projects/icons-material/src/material/two-tone/format_bold.svg similarity index 100% rename from projects/icons-material/src/two-tone/format_bold.svg rename to projects/icons-material/src/material/two-tone/format_bold.svg diff --git a/projects/icons-material/src/two-tone/format_clear.svg b/projects/icons-material/src/material/two-tone/format_clear.svg similarity index 100% rename from projects/icons-material/src/two-tone/format_clear.svg rename to projects/icons-material/src/material/two-tone/format_clear.svg diff --git a/projects/icons-material/src/two-tone/format_color_fill.svg b/projects/icons-material/src/material/two-tone/format_color_fill.svg similarity index 100% rename from projects/icons-material/src/two-tone/format_color_fill.svg rename to projects/icons-material/src/material/two-tone/format_color_fill.svg diff --git a/projects/icons-material/src/two-tone/format_color_reset.svg b/projects/icons-material/src/material/two-tone/format_color_reset.svg similarity index 100% rename from projects/icons-material/src/two-tone/format_color_reset.svg rename to projects/icons-material/src/material/two-tone/format_color_reset.svg diff --git a/projects/icons-material/src/two-tone/format_color_text.svg b/projects/icons-material/src/material/two-tone/format_color_text.svg similarity index 100% rename from projects/icons-material/src/two-tone/format_color_text.svg rename to projects/icons-material/src/material/two-tone/format_color_text.svg diff --git a/projects/icons-material/src/two-tone/format_indent_decrease.svg b/projects/icons-material/src/material/two-tone/format_indent_decrease.svg similarity index 100% rename from projects/icons-material/src/two-tone/format_indent_decrease.svg rename to projects/icons-material/src/material/two-tone/format_indent_decrease.svg diff --git a/projects/icons-material/src/two-tone/format_indent_increase.svg b/projects/icons-material/src/material/two-tone/format_indent_increase.svg similarity index 100% rename from projects/icons-material/src/two-tone/format_indent_increase.svg rename to projects/icons-material/src/material/two-tone/format_indent_increase.svg diff --git a/projects/icons-material/src/two-tone/format_italic.svg b/projects/icons-material/src/material/two-tone/format_italic.svg similarity index 100% rename from projects/icons-material/src/two-tone/format_italic.svg rename to projects/icons-material/src/material/two-tone/format_italic.svg diff --git a/projects/icons-material/src/two-tone/format_line_spacing.svg b/projects/icons-material/src/material/two-tone/format_line_spacing.svg similarity index 100% rename from projects/icons-material/src/two-tone/format_line_spacing.svg rename to projects/icons-material/src/material/two-tone/format_line_spacing.svg diff --git a/projects/icons-material/src/two-tone/format_list_bulleted.svg b/projects/icons-material/src/material/two-tone/format_list_bulleted.svg similarity index 100% rename from projects/icons-material/src/two-tone/format_list_bulleted.svg rename to projects/icons-material/src/material/two-tone/format_list_bulleted.svg diff --git a/projects/icons-material/src/two-tone/format_list_numbered.svg b/projects/icons-material/src/material/two-tone/format_list_numbered.svg similarity index 100% rename from projects/icons-material/src/two-tone/format_list_numbered.svg rename to projects/icons-material/src/material/two-tone/format_list_numbered.svg diff --git a/projects/icons-material/src/two-tone/format_list_numbered_rtl.svg b/projects/icons-material/src/material/two-tone/format_list_numbered_rtl.svg similarity index 100% rename from projects/icons-material/src/two-tone/format_list_numbered_rtl.svg rename to projects/icons-material/src/material/two-tone/format_list_numbered_rtl.svg diff --git a/projects/icons-material/src/two-tone/format_overline.svg b/projects/icons-material/src/material/two-tone/format_overline.svg similarity index 100% rename from projects/icons-material/src/two-tone/format_overline.svg rename to projects/icons-material/src/material/two-tone/format_overline.svg diff --git a/projects/icons-material/src/two-tone/format_paint.svg b/projects/icons-material/src/material/two-tone/format_paint.svg similarity index 100% rename from projects/icons-material/src/two-tone/format_paint.svg rename to projects/icons-material/src/material/two-tone/format_paint.svg diff --git a/projects/icons-material/src/two-tone/format_quote.svg b/projects/icons-material/src/material/two-tone/format_quote.svg similarity index 100% rename from projects/icons-material/src/two-tone/format_quote.svg rename to projects/icons-material/src/material/two-tone/format_quote.svg diff --git a/projects/icons-material/src/two-tone/format_shapes.svg b/projects/icons-material/src/material/two-tone/format_shapes.svg similarity index 100% rename from projects/icons-material/src/two-tone/format_shapes.svg rename to projects/icons-material/src/material/two-tone/format_shapes.svg diff --git a/projects/icons-material/src/two-tone/format_size.svg b/projects/icons-material/src/material/two-tone/format_size.svg similarity index 100% rename from projects/icons-material/src/two-tone/format_size.svg rename to projects/icons-material/src/material/two-tone/format_size.svg diff --git a/projects/icons-material/src/two-tone/format_strikethrough.svg b/projects/icons-material/src/material/two-tone/format_strikethrough.svg similarity index 100% rename from projects/icons-material/src/two-tone/format_strikethrough.svg rename to projects/icons-material/src/material/two-tone/format_strikethrough.svg diff --git a/projects/icons-material/src/two-tone/format_textdirection_l_to_r.svg b/projects/icons-material/src/material/two-tone/format_textdirection_l_to_r.svg similarity index 100% rename from projects/icons-material/src/two-tone/format_textdirection_l_to_r.svg rename to projects/icons-material/src/material/two-tone/format_textdirection_l_to_r.svg diff --git a/projects/icons-material/src/two-tone/format_textdirection_r_to_l.svg b/projects/icons-material/src/material/two-tone/format_textdirection_r_to_l.svg similarity index 100% rename from projects/icons-material/src/two-tone/format_textdirection_r_to_l.svg rename to projects/icons-material/src/material/two-tone/format_textdirection_r_to_l.svg diff --git a/projects/icons-material/src/two-tone/format_underlined.svg b/projects/icons-material/src/material/two-tone/format_underlined.svg similarity index 100% rename from projects/icons-material/src/two-tone/format_underlined.svg rename to projects/icons-material/src/material/two-tone/format_underlined.svg diff --git a/projects/icons-material/src/two-tone/fort.svg b/projects/icons-material/src/material/two-tone/fort.svg similarity index 100% rename from projects/icons-material/src/two-tone/fort.svg rename to projects/icons-material/src/material/two-tone/fort.svg diff --git a/projects/icons-material/src/two-tone/forum.svg b/projects/icons-material/src/material/two-tone/forum.svg similarity index 100% rename from projects/icons-material/src/two-tone/forum.svg rename to projects/icons-material/src/material/two-tone/forum.svg diff --git a/projects/icons-material/src/two-tone/forward.svg b/projects/icons-material/src/material/two-tone/forward.svg similarity index 100% rename from projects/icons-material/src/two-tone/forward.svg rename to projects/icons-material/src/material/two-tone/forward.svg diff --git a/projects/icons-material/src/two-tone/forward_10.svg b/projects/icons-material/src/material/two-tone/forward_10.svg similarity index 100% rename from projects/icons-material/src/two-tone/forward_10.svg rename to projects/icons-material/src/material/two-tone/forward_10.svg diff --git a/projects/icons-material/src/two-tone/forward_30.svg b/projects/icons-material/src/material/two-tone/forward_30.svg similarity index 100% rename from projects/icons-material/src/two-tone/forward_30.svg rename to projects/icons-material/src/material/two-tone/forward_30.svg diff --git a/projects/icons-material/src/two-tone/forward_5.svg b/projects/icons-material/src/material/two-tone/forward_5.svg similarity index 100% rename from projects/icons-material/src/two-tone/forward_5.svg rename to projects/icons-material/src/material/two-tone/forward_5.svg diff --git a/projects/icons-material/src/two-tone/forward_to_inbox.svg b/projects/icons-material/src/material/two-tone/forward_to_inbox.svg similarity index 100% rename from projects/icons-material/src/two-tone/forward_to_inbox.svg rename to projects/icons-material/src/material/two-tone/forward_to_inbox.svg diff --git a/projects/icons-material/src/two-tone/foundation.svg b/projects/icons-material/src/material/two-tone/foundation.svg similarity index 100% rename from projects/icons-material/src/two-tone/foundation.svg rename to projects/icons-material/src/material/two-tone/foundation.svg diff --git a/projects/icons-material/src/two-tone/free_breakfast.svg b/projects/icons-material/src/material/two-tone/free_breakfast.svg similarity index 100% rename from projects/icons-material/src/two-tone/free_breakfast.svg rename to projects/icons-material/src/material/two-tone/free_breakfast.svg diff --git a/projects/icons-material/src/two-tone/free_cancellation.svg b/projects/icons-material/src/material/two-tone/free_cancellation.svg similarity index 100% rename from projects/icons-material/src/two-tone/free_cancellation.svg rename to projects/icons-material/src/material/two-tone/free_cancellation.svg diff --git a/projects/icons-material/src/two-tone/front_hand.svg b/projects/icons-material/src/material/two-tone/front_hand.svg similarity index 100% rename from projects/icons-material/src/two-tone/front_hand.svg rename to projects/icons-material/src/material/two-tone/front_hand.svg diff --git a/projects/icons-material/src/two-tone/fullscreen.svg b/projects/icons-material/src/material/two-tone/fullscreen.svg similarity index 100% rename from projects/icons-material/src/two-tone/fullscreen.svg rename to projects/icons-material/src/material/two-tone/fullscreen.svg diff --git a/projects/icons-material/src/two-tone/fullscreen_exit.svg b/projects/icons-material/src/material/two-tone/fullscreen_exit.svg similarity index 100% rename from projects/icons-material/src/two-tone/fullscreen_exit.svg rename to projects/icons-material/src/material/two-tone/fullscreen_exit.svg diff --git a/projects/icons-material/src/two-tone/functions.svg b/projects/icons-material/src/material/two-tone/functions.svg similarity index 100% rename from projects/icons-material/src/two-tone/functions.svg rename to projects/icons-material/src/material/two-tone/functions.svg diff --git a/projects/icons-material/src/two-tone/g_mobiledata.svg b/projects/icons-material/src/material/two-tone/g_mobiledata.svg similarity index 100% rename from projects/icons-material/src/two-tone/g_mobiledata.svg rename to projects/icons-material/src/material/two-tone/g_mobiledata.svg diff --git a/projects/icons-material/src/two-tone/g_translate.svg b/projects/icons-material/src/material/two-tone/g_translate.svg similarity index 100% rename from projects/icons-material/src/two-tone/g_translate.svg rename to projects/icons-material/src/material/two-tone/g_translate.svg diff --git a/projects/icons-material/src/two-tone/gamepad.svg b/projects/icons-material/src/material/two-tone/gamepad.svg similarity index 100% rename from projects/icons-material/src/two-tone/gamepad.svg rename to projects/icons-material/src/material/two-tone/gamepad.svg diff --git a/projects/icons-material/src/two-tone/games.svg b/projects/icons-material/src/material/two-tone/games.svg similarity index 100% rename from projects/icons-material/src/two-tone/games.svg rename to projects/icons-material/src/material/two-tone/games.svg diff --git a/projects/icons-material/src/two-tone/garage.svg b/projects/icons-material/src/material/two-tone/garage.svg similarity index 100% rename from projects/icons-material/src/two-tone/garage.svg rename to projects/icons-material/src/material/two-tone/garage.svg diff --git a/projects/icons-material/src/two-tone/gas_meter.svg b/projects/icons-material/src/material/two-tone/gas_meter.svg similarity index 100% rename from projects/icons-material/src/two-tone/gas_meter.svg rename to projects/icons-material/src/material/two-tone/gas_meter.svg diff --git a/projects/icons-material/src/two-tone/gavel.svg b/projects/icons-material/src/material/two-tone/gavel.svg similarity index 100% rename from projects/icons-material/src/two-tone/gavel.svg rename to projects/icons-material/src/material/two-tone/gavel.svg diff --git a/projects/icons-material/src/two-tone/generating_tokens.svg b/projects/icons-material/src/material/two-tone/generating_tokens.svg similarity index 100% rename from projects/icons-material/src/two-tone/generating_tokens.svg rename to projects/icons-material/src/material/two-tone/generating_tokens.svg diff --git a/projects/icons-material/src/two-tone/gesture.svg b/projects/icons-material/src/material/two-tone/gesture.svg similarity index 100% rename from projects/icons-material/src/two-tone/gesture.svg rename to projects/icons-material/src/material/two-tone/gesture.svg diff --git a/projects/icons-material/src/two-tone/get_app.svg b/projects/icons-material/src/material/two-tone/get_app.svg similarity index 100% rename from projects/icons-material/src/two-tone/get_app.svg rename to projects/icons-material/src/material/two-tone/get_app.svg diff --git a/projects/icons-material/src/two-tone/gif.svg b/projects/icons-material/src/material/two-tone/gif.svg similarity index 100% rename from projects/icons-material/src/two-tone/gif.svg rename to projects/icons-material/src/material/two-tone/gif.svg diff --git a/projects/icons-material/src/two-tone/gif_box.svg b/projects/icons-material/src/material/two-tone/gif_box.svg similarity index 100% rename from projects/icons-material/src/two-tone/gif_box.svg rename to projects/icons-material/src/material/two-tone/gif_box.svg diff --git a/projects/icons-material/src/two-tone/girl.svg b/projects/icons-material/src/material/two-tone/girl.svg similarity index 100% rename from projects/icons-material/src/two-tone/girl.svg rename to projects/icons-material/src/material/two-tone/girl.svg diff --git a/projects/icons-material/src/two-tone/gite.svg b/projects/icons-material/src/material/two-tone/gite.svg similarity index 100% rename from projects/icons-material/src/two-tone/gite.svg rename to projects/icons-material/src/material/two-tone/gite.svg diff --git a/projects/icons-material/src/two-tone/golf_course.svg b/projects/icons-material/src/material/two-tone/golf_course.svg similarity index 100% rename from projects/icons-material/src/two-tone/golf_course.svg rename to projects/icons-material/src/material/two-tone/golf_course.svg diff --git a/projects/icons-material/src/two-tone/gpp_bad.svg b/projects/icons-material/src/material/two-tone/gpp_bad.svg similarity index 100% rename from projects/icons-material/src/two-tone/gpp_bad.svg rename to projects/icons-material/src/material/two-tone/gpp_bad.svg diff --git a/projects/icons-material/src/two-tone/gpp_good.svg b/projects/icons-material/src/material/two-tone/gpp_good.svg similarity index 100% rename from projects/icons-material/src/two-tone/gpp_good.svg rename to projects/icons-material/src/material/two-tone/gpp_good.svg diff --git a/projects/icons-material/src/two-tone/gpp_maybe.svg b/projects/icons-material/src/material/two-tone/gpp_maybe.svg similarity index 100% rename from projects/icons-material/src/two-tone/gpp_maybe.svg rename to projects/icons-material/src/material/two-tone/gpp_maybe.svg diff --git a/projects/icons-material/src/two-tone/gps_fixed.svg b/projects/icons-material/src/material/two-tone/gps_fixed.svg similarity index 100% rename from projects/icons-material/src/two-tone/gps_fixed.svg rename to projects/icons-material/src/material/two-tone/gps_fixed.svg diff --git a/projects/icons-material/src/two-tone/gps_not_fixed.svg b/projects/icons-material/src/material/two-tone/gps_not_fixed.svg similarity index 100% rename from projects/icons-material/src/two-tone/gps_not_fixed.svg rename to projects/icons-material/src/material/two-tone/gps_not_fixed.svg diff --git a/projects/icons-material/src/two-tone/gps_off.svg b/projects/icons-material/src/material/two-tone/gps_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/gps_off.svg rename to projects/icons-material/src/material/two-tone/gps_off.svg diff --git a/projects/icons-material/src/two-tone/grade.svg b/projects/icons-material/src/material/two-tone/grade.svg similarity index 100% rename from projects/icons-material/src/two-tone/grade.svg rename to projects/icons-material/src/material/two-tone/grade.svg diff --git a/projects/icons-material/src/two-tone/gradient.svg b/projects/icons-material/src/material/two-tone/gradient.svg similarity index 100% rename from projects/icons-material/src/two-tone/gradient.svg rename to projects/icons-material/src/material/two-tone/gradient.svg diff --git a/projects/icons-material/src/two-tone/grading.svg b/projects/icons-material/src/material/two-tone/grading.svg similarity index 100% rename from projects/icons-material/src/two-tone/grading.svg rename to projects/icons-material/src/material/two-tone/grading.svg diff --git a/projects/icons-material/src/two-tone/grain.svg b/projects/icons-material/src/material/two-tone/grain.svg similarity index 100% rename from projects/icons-material/src/two-tone/grain.svg rename to projects/icons-material/src/material/two-tone/grain.svg diff --git a/projects/icons-material/src/two-tone/graphic_eq.svg b/projects/icons-material/src/material/two-tone/graphic_eq.svg similarity index 100% rename from projects/icons-material/src/two-tone/graphic_eq.svg rename to projects/icons-material/src/material/two-tone/graphic_eq.svg diff --git a/projects/icons-material/src/two-tone/grass.svg b/projects/icons-material/src/material/two-tone/grass.svg similarity index 100% rename from projects/icons-material/src/two-tone/grass.svg rename to projects/icons-material/src/material/two-tone/grass.svg diff --git a/projects/icons-material/src/two-tone/grid_3x3.svg b/projects/icons-material/src/material/two-tone/grid_3x3.svg similarity index 100% rename from projects/icons-material/src/two-tone/grid_3x3.svg rename to projects/icons-material/src/material/two-tone/grid_3x3.svg diff --git a/projects/icons-material/src/two-tone/grid_4x4.svg b/projects/icons-material/src/material/two-tone/grid_4x4.svg similarity index 100% rename from projects/icons-material/src/two-tone/grid_4x4.svg rename to projects/icons-material/src/material/two-tone/grid_4x4.svg diff --git a/projects/icons-material/src/two-tone/grid_goldenratio.svg b/projects/icons-material/src/material/two-tone/grid_goldenratio.svg similarity index 100% rename from projects/icons-material/src/two-tone/grid_goldenratio.svg rename to projects/icons-material/src/material/two-tone/grid_goldenratio.svg diff --git a/projects/icons-material/src/two-tone/grid_off.svg b/projects/icons-material/src/material/two-tone/grid_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/grid_off.svg rename to projects/icons-material/src/material/two-tone/grid_off.svg diff --git a/projects/icons-material/src/two-tone/grid_on.svg b/projects/icons-material/src/material/two-tone/grid_on.svg similarity index 100% rename from projects/icons-material/src/two-tone/grid_on.svg rename to projects/icons-material/src/material/two-tone/grid_on.svg diff --git a/projects/icons-material/src/two-tone/grid_view.svg b/projects/icons-material/src/material/two-tone/grid_view.svg similarity index 100% rename from projects/icons-material/src/two-tone/grid_view.svg rename to projects/icons-material/src/material/two-tone/grid_view.svg diff --git a/projects/icons-material/src/two-tone/group.svg b/projects/icons-material/src/material/two-tone/group.svg similarity index 100% rename from projects/icons-material/src/two-tone/group.svg rename to projects/icons-material/src/material/two-tone/group.svg diff --git a/projects/icons-material/src/two-tone/group_add.svg b/projects/icons-material/src/material/two-tone/group_add.svg similarity index 100% rename from projects/icons-material/src/two-tone/group_add.svg rename to projects/icons-material/src/material/two-tone/group_add.svg diff --git a/projects/icons-material/src/two-tone/group_off.svg b/projects/icons-material/src/material/two-tone/group_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/group_off.svg rename to projects/icons-material/src/material/two-tone/group_off.svg diff --git a/projects/icons-material/src/two-tone/group_remove.svg b/projects/icons-material/src/material/two-tone/group_remove.svg similarity index 100% rename from projects/icons-material/src/two-tone/group_remove.svg rename to projects/icons-material/src/material/two-tone/group_remove.svg diff --git a/projects/icons-material/src/two-tone/group_work.svg b/projects/icons-material/src/material/two-tone/group_work.svg similarity index 100% rename from projects/icons-material/src/two-tone/group_work.svg rename to projects/icons-material/src/material/two-tone/group_work.svg diff --git a/projects/icons-material/src/two-tone/groups.svg b/projects/icons-material/src/material/two-tone/groups.svg similarity index 100% rename from projects/icons-material/src/two-tone/groups.svg rename to projects/icons-material/src/material/two-tone/groups.svg diff --git a/projects/icons-material/src/two-tone/groups_2.svg b/projects/icons-material/src/material/two-tone/groups_2.svg similarity index 100% rename from projects/icons-material/src/two-tone/groups_2.svg rename to projects/icons-material/src/material/two-tone/groups_2.svg diff --git a/projects/icons-material/src/two-tone/groups_3.svg b/projects/icons-material/src/material/two-tone/groups_3.svg similarity index 100% rename from projects/icons-material/src/two-tone/groups_3.svg rename to projects/icons-material/src/material/two-tone/groups_3.svg diff --git a/projects/icons-material/src/two-tone/h_mobiledata.svg b/projects/icons-material/src/material/two-tone/h_mobiledata.svg similarity index 100% rename from projects/icons-material/src/two-tone/h_mobiledata.svg rename to projects/icons-material/src/material/two-tone/h_mobiledata.svg diff --git a/projects/icons-material/src/two-tone/h_plus_mobiledata.svg b/projects/icons-material/src/material/two-tone/h_plus_mobiledata.svg similarity index 100% rename from projects/icons-material/src/two-tone/h_plus_mobiledata.svg rename to projects/icons-material/src/material/two-tone/h_plus_mobiledata.svg diff --git a/projects/icons-material/src/two-tone/hail.svg b/projects/icons-material/src/material/two-tone/hail.svg similarity index 100% rename from projects/icons-material/src/two-tone/hail.svg rename to projects/icons-material/src/material/two-tone/hail.svg diff --git a/projects/icons-material/src/two-tone/handshake.svg b/projects/icons-material/src/material/two-tone/handshake.svg similarity index 100% rename from projects/icons-material/src/two-tone/handshake.svg rename to projects/icons-material/src/material/two-tone/handshake.svg diff --git a/projects/icons-material/src/two-tone/handyman.svg b/projects/icons-material/src/material/two-tone/handyman.svg similarity index 100% rename from projects/icons-material/src/two-tone/handyman.svg rename to projects/icons-material/src/material/two-tone/handyman.svg diff --git a/projects/icons-material/src/two-tone/hardware.svg b/projects/icons-material/src/material/two-tone/hardware.svg similarity index 100% rename from projects/icons-material/src/two-tone/hardware.svg rename to projects/icons-material/src/material/two-tone/hardware.svg diff --git a/projects/icons-material/src/two-tone/hd.svg b/projects/icons-material/src/material/two-tone/hd.svg similarity index 100% rename from projects/icons-material/src/two-tone/hd.svg rename to projects/icons-material/src/material/two-tone/hd.svg diff --git a/projects/icons-material/src/two-tone/hdr_auto.svg b/projects/icons-material/src/material/two-tone/hdr_auto.svg similarity index 100% rename from projects/icons-material/src/two-tone/hdr_auto.svg rename to projects/icons-material/src/material/two-tone/hdr_auto.svg diff --git a/projects/icons-material/src/two-tone/hdr_auto_select.svg b/projects/icons-material/src/material/two-tone/hdr_auto_select.svg similarity index 100% rename from projects/icons-material/src/two-tone/hdr_auto_select.svg rename to projects/icons-material/src/material/two-tone/hdr_auto_select.svg diff --git a/projects/icons-material/src/two-tone/hdr_enhanced_select.svg b/projects/icons-material/src/material/two-tone/hdr_enhanced_select.svg similarity index 100% rename from projects/icons-material/src/two-tone/hdr_enhanced_select.svg rename to projects/icons-material/src/material/two-tone/hdr_enhanced_select.svg diff --git a/projects/icons-material/src/two-tone/hdr_off.svg b/projects/icons-material/src/material/two-tone/hdr_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/hdr_off.svg rename to projects/icons-material/src/material/two-tone/hdr_off.svg diff --git a/projects/icons-material/src/two-tone/hdr_off_select.svg b/projects/icons-material/src/material/two-tone/hdr_off_select.svg similarity index 100% rename from projects/icons-material/src/two-tone/hdr_off_select.svg rename to projects/icons-material/src/material/two-tone/hdr_off_select.svg diff --git a/projects/icons-material/src/two-tone/hdr_on.svg b/projects/icons-material/src/material/two-tone/hdr_on.svg similarity index 100% rename from projects/icons-material/src/two-tone/hdr_on.svg rename to projects/icons-material/src/material/two-tone/hdr_on.svg diff --git a/projects/icons-material/src/two-tone/hdr_on_select.svg b/projects/icons-material/src/material/two-tone/hdr_on_select.svg similarity index 100% rename from projects/icons-material/src/two-tone/hdr_on_select.svg rename to projects/icons-material/src/material/two-tone/hdr_on_select.svg diff --git a/projects/icons-material/src/two-tone/hdr_plus.svg b/projects/icons-material/src/material/two-tone/hdr_plus.svg similarity index 100% rename from projects/icons-material/src/two-tone/hdr_plus.svg rename to projects/icons-material/src/material/two-tone/hdr_plus.svg diff --git a/projects/icons-material/src/two-tone/hdr_strong.svg b/projects/icons-material/src/material/two-tone/hdr_strong.svg similarity index 100% rename from projects/icons-material/src/two-tone/hdr_strong.svg rename to projects/icons-material/src/material/two-tone/hdr_strong.svg diff --git a/projects/icons-material/src/two-tone/hdr_weak.svg b/projects/icons-material/src/material/two-tone/hdr_weak.svg similarity index 100% rename from projects/icons-material/src/two-tone/hdr_weak.svg rename to projects/icons-material/src/material/two-tone/hdr_weak.svg diff --git a/projects/icons-material/src/two-tone/headphones.svg b/projects/icons-material/src/material/two-tone/headphones.svg similarity index 100% rename from projects/icons-material/src/two-tone/headphones.svg rename to projects/icons-material/src/material/two-tone/headphones.svg diff --git a/projects/icons-material/src/two-tone/headphones_battery.svg b/projects/icons-material/src/material/two-tone/headphones_battery.svg similarity index 100% rename from projects/icons-material/src/two-tone/headphones_battery.svg rename to projects/icons-material/src/material/two-tone/headphones_battery.svg diff --git a/projects/icons-material/src/two-tone/headset.svg b/projects/icons-material/src/material/two-tone/headset.svg similarity index 100% rename from projects/icons-material/src/two-tone/headset.svg rename to projects/icons-material/src/material/two-tone/headset.svg diff --git a/projects/icons-material/src/two-tone/headset_mic.svg b/projects/icons-material/src/material/two-tone/headset_mic.svg similarity index 100% rename from projects/icons-material/src/two-tone/headset_mic.svg rename to projects/icons-material/src/material/two-tone/headset_mic.svg diff --git a/projects/icons-material/src/two-tone/headset_off.svg b/projects/icons-material/src/material/two-tone/headset_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/headset_off.svg rename to projects/icons-material/src/material/two-tone/headset_off.svg diff --git a/projects/icons-material/src/two-tone/healing.svg b/projects/icons-material/src/material/two-tone/healing.svg similarity index 100% rename from projects/icons-material/src/two-tone/healing.svg rename to projects/icons-material/src/material/two-tone/healing.svg diff --git a/projects/icons-material/src/two-tone/health_and_safety.svg b/projects/icons-material/src/material/two-tone/health_and_safety.svg similarity index 100% rename from projects/icons-material/src/two-tone/health_and_safety.svg rename to projects/icons-material/src/material/two-tone/health_and_safety.svg diff --git a/projects/icons-material/src/two-tone/hearing.svg b/projects/icons-material/src/material/two-tone/hearing.svg similarity index 100% rename from projects/icons-material/src/two-tone/hearing.svg rename to projects/icons-material/src/material/two-tone/hearing.svg diff --git a/projects/icons-material/src/two-tone/hearing_disabled.svg b/projects/icons-material/src/material/two-tone/hearing_disabled.svg similarity index 100% rename from projects/icons-material/src/two-tone/hearing_disabled.svg rename to projects/icons-material/src/material/two-tone/hearing_disabled.svg diff --git a/projects/icons-material/src/two-tone/heart_broken.svg b/projects/icons-material/src/material/two-tone/heart_broken.svg similarity index 100% rename from projects/icons-material/src/two-tone/heart_broken.svg rename to projects/icons-material/src/material/two-tone/heart_broken.svg diff --git a/projects/icons-material/src/two-tone/heat_pump.svg b/projects/icons-material/src/material/two-tone/heat_pump.svg similarity index 100% rename from projects/icons-material/src/two-tone/heat_pump.svg rename to projects/icons-material/src/material/two-tone/heat_pump.svg diff --git a/projects/icons-material/src/two-tone/height.svg b/projects/icons-material/src/material/two-tone/height.svg similarity index 100% rename from projects/icons-material/src/two-tone/height.svg rename to projects/icons-material/src/material/two-tone/height.svg diff --git a/projects/icons-material/src/two-tone/help.svg b/projects/icons-material/src/material/two-tone/help.svg similarity index 100% rename from projects/icons-material/src/two-tone/help.svg rename to projects/icons-material/src/material/two-tone/help.svg diff --git a/projects/icons-material/src/two-tone/help_center.svg b/projects/icons-material/src/material/two-tone/help_center.svg similarity index 100% rename from projects/icons-material/src/two-tone/help_center.svg rename to projects/icons-material/src/material/two-tone/help_center.svg diff --git a/projects/icons-material/src/two-tone/help_outline.svg b/projects/icons-material/src/material/two-tone/help_outline.svg similarity index 100% rename from projects/icons-material/src/two-tone/help_outline.svg rename to projects/icons-material/src/material/two-tone/help_outline.svg diff --git a/projects/icons-material/src/two-tone/hevc.svg b/projects/icons-material/src/material/two-tone/hevc.svg similarity index 100% rename from projects/icons-material/src/two-tone/hevc.svg rename to projects/icons-material/src/material/two-tone/hevc.svg diff --git a/projects/icons-material/src/two-tone/hexagon.svg b/projects/icons-material/src/material/two-tone/hexagon.svg similarity index 100% rename from projects/icons-material/src/two-tone/hexagon.svg rename to projects/icons-material/src/material/two-tone/hexagon.svg diff --git a/projects/icons-material/src/two-tone/hide_image.svg b/projects/icons-material/src/material/two-tone/hide_image.svg similarity index 100% rename from projects/icons-material/src/two-tone/hide_image.svg rename to projects/icons-material/src/material/two-tone/hide_image.svg diff --git a/projects/icons-material/src/two-tone/hide_source.svg b/projects/icons-material/src/material/two-tone/hide_source.svg similarity index 100% rename from projects/icons-material/src/two-tone/hide_source.svg rename to projects/icons-material/src/material/two-tone/hide_source.svg diff --git a/projects/icons-material/src/two-tone/high_quality.svg b/projects/icons-material/src/material/two-tone/high_quality.svg similarity index 100% rename from projects/icons-material/src/two-tone/high_quality.svg rename to projects/icons-material/src/material/two-tone/high_quality.svg diff --git a/projects/icons-material/src/two-tone/highlight.svg b/projects/icons-material/src/material/two-tone/highlight.svg similarity index 100% rename from projects/icons-material/src/two-tone/highlight.svg rename to projects/icons-material/src/material/two-tone/highlight.svg diff --git a/projects/icons-material/src/two-tone/highlight_alt.svg b/projects/icons-material/src/material/two-tone/highlight_alt.svg similarity index 100% rename from projects/icons-material/src/two-tone/highlight_alt.svg rename to projects/icons-material/src/material/two-tone/highlight_alt.svg diff --git a/projects/icons-material/src/two-tone/highlight_off.svg b/projects/icons-material/src/material/two-tone/highlight_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/highlight_off.svg rename to projects/icons-material/src/material/two-tone/highlight_off.svg diff --git a/projects/icons-material/src/two-tone/hiking.svg b/projects/icons-material/src/material/two-tone/hiking.svg similarity index 100% rename from projects/icons-material/src/two-tone/hiking.svg rename to projects/icons-material/src/material/two-tone/hiking.svg diff --git a/projects/icons-material/src/two-tone/history.svg b/projects/icons-material/src/material/two-tone/history.svg similarity index 100% rename from projects/icons-material/src/two-tone/history.svg rename to projects/icons-material/src/material/two-tone/history.svg diff --git a/projects/icons-material/src/two-tone/history_edu.svg b/projects/icons-material/src/material/two-tone/history_edu.svg similarity index 100% rename from projects/icons-material/src/two-tone/history_edu.svg rename to projects/icons-material/src/material/two-tone/history_edu.svg diff --git a/projects/icons-material/src/two-tone/history_toggle_off.svg b/projects/icons-material/src/material/two-tone/history_toggle_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/history_toggle_off.svg rename to projects/icons-material/src/material/two-tone/history_toggle_off.svg diff --git a/projects/icons-material/src/two-tone/hive.svg b/projects/icons-material/src/material/two-tone/hive.svg similarity index 100% rename from projects/icons-material/src/two-tone/hive.svg rename to projects/icons-material/src/material/two-tone/hive.svg diff --git a/projects/icons-material/src/two-tone/hls.svg b/projects/icons-material/src/material/two-tone/hls.svg similarity index 100% rename from projects/icons-material/src/two-tone/hls.svg rename to projects/icons-material/src/material/two-tone/hls.svg diff --git a/projects/icons-material/src/two-tone/hls_off.svg b/projects/icons-material/src/material/two-tone/hls_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/hls_off.svg rename to projects/icons-material/src/material/two-tone/hls_off.svg diff --git a/projects/icons-material/src/two-tone/holiday_village.svg b/projects/icons-material/src/material/two-tone/holiday_village.svg similarity index 100% rename from projects/icons-material/src/two-tone/holiday_village.svg rename to projects/icons-material/src/material/two-tone/holiday_village.svg diff --git a/projects/icons-material/src/two-tone/home.svg b/projects/icons-material/src/material/two-tone/home.svg similarity index 100% rename from projects/icons-material/src/two-tone/home.svg rename to projects/icons-material/src/material/two-tone/home.svg diff --git a/projects/icons-material/src/two-tone/home_max.svg b/projects/icons-material/src/material/two-tone/home_max.svg similarity index 100% rename from projects/icons-material/src/two-tone/home_max.svg rename to projects/icons-material/src/material/two-tone/home_max.svg diff --git a/projects/icons-material/src/two-tone/home_mini.svg b/projects/icons-material/src/material/two-tone/home_mini.svg similarity index 100% rename from projects/icons-material/src/two-tone/home_mini.svg rename to projects/icons-material/src/material/two-tone/home_mini.svg diff --git a/projects/icons-material/src/two-tone/home_repair_service.svg b/projects/icons-material/src/material/two-tone/home_repair_service.svg similarity index 100% rename from projects/icons-material/src/two-tone/home_repair_service.svg rename to projects/icons-material/src/material/two-tone/home_repair_service.svg diff --git a/projects/icons-material/src/two-tone/home_work.svg b/projects/icons-material/src/material/two-tone/home_work.svg similarity index 100% rename from projects/icons-material/src/two-tone/home_work.svg rename to projects/icons-material/src/material/two-tone/home_work.svg diff --git a/projects/icons-material/src/two-tone/horizontal_distribute.svg b/projects/icons-material/src/material/two-tone/horizontal_distribute.svg similarity index 100% rename from projects/icons-material/src/two-tone/horizontal_distribute.svg rename to projects/icons-material/src/material/two-tone/horizontal_distribute.svg diff --git a/projects/icons-material/src/two-tone/horizontal_rule.svg b/projects/icons-material/src/material/two-tone/horizontal_rule.svg similarity index 100% rename from projects/icons-material/src/two-tone/horizontal_rule.svg rename to projects/icons-material/src/material/two-tone/horizontal_rule.svg diff --git a/projects/icons-material/src/two-tone/horizontal_split.svg b/projects/icons-material/src/material/two-tone/horizontal_split.svg similarity index 100% rename from projects/icons-material/src/two-tone/horizontal_split.svg rename to projects/icons-material/src/material/two-tone/horizontal_split.svg diff --git a/projects/icons-material/src/two-tone/hot_tub.svg b/projects/icons-material/src/material/two-tone/hot_tub.svg similarity index 100% rename from projects/icons-material/src/two-tone/hot_tub.svg rename to projects/icons-material/src/material/two-tone/hot_tub.svg diff --git a/projects/icons-material/src/two-tone/hotel.svg b/projects/icons-material/src/material/two-tone/hotel.svg similarity index 100% rename from projects/icons-material/src/two-tone/hotel.svg rename to projects/icons-material/src/material/two-tone/hotel.svg diff --git a/projects/icons-material/src/two-tone/hotel_class.svg b/projects/icons-material/src/material/two-tone/hotel_class.svg similarity index 100% rename from projects/icons-material/src/two-tone/hotel_class.svg rename to projects/icons-material/src/material/two-tone/hotel_class.svg diff --git a/projects/icons-material/src/two-tone/hourglass_bottom.svg b/projects/icons-material/src/material/two-tone/hourglass_bottom.svg similarity index 100% rename from projects/icons-material/src/two-tone/hourglass_bottom.svg rename to projects/icons-material/src/material/two-tone/hourglass_bottom.svg diff --git a/projects/icons-material/src/two-tone/hourglass_disabled.svg b/projects/icons-material/src/material/two-tone/hourglass_disabled.svg similarity index 100% rename from projects/icons-material/src/two-tone/hourglass_disabled.svg rename to projects/icons-material/src/material/two-tone/hourglass_disabled.svg diff --git a/projects/icons-material/src/two-tone/hourglass_empty.svg b/projects/icons-material/src/material/two-tone/hourglass_empty.svg similarity index 100% rename from projects/icons-material/src/two-tone/hourglass_empty.svg rename to projects/icons-material/src/material/two-tone/hourglass_empty.svg diff --git a/projects/icons-material/src/two-tone/hourglass_full.svg b/projects/icons-material/src/material/two-tone/hourglass_full.svg similarity index 100% rename from projects/icons-material/src/two-tone/hourglass_full.svg rename to projects/icons-material/src/material/two-tone/hourglass_full.svg diff --git a/projects/icons-material/src/two-tone/hourglass_top.svg b/projects/icons-material/src/material/two-tone/hourglass_top.svg similarity index 100% rename from projects/icons-material/src/two-tone/hourglass_top.svg rename to projects/icons-material/src/material/two-tone/hourglass_top.svg diff --git a/projects/icons-material/src/two-tone/house.svg b/projects/icons-material/src/material/two-tone/house.svg similarity index 100% rename from projects/icons-material/src/two-tone/house.svg rename to projects/icons-material/src/material/two-tone/house.svg diff --git a/projects/icons-material/src/two-tone/house_siding.svg b/projects/icons-material/src/material/two-tone/house_siding.svg similarity index 100% rename from projects/icons-material/src/two-tone/house_siding.svg rename to projects/icons-material/src/material/two-tone/house_siding.svg diff --git a/projects/icons-material/src/two-tone/houseboat.svg b/projects/icons-material/src/material/two-tone/houseboat.svg similarity index 100% rename from projects/icons-material/src/two-tone/houseboat.svg rename to projects/icons-material/src/material/two-tone/houseboat.svg diff --git a/projects/icons-material/src/two-tone/how_to_reg.svg b/projects/icons-material/src/material/two-tone/how_to_reg.svg similarity index 100% rename from projects/icons-material/src/two-tone/how_to_reg.svg rename to projects/icons-material/src/material/two-tone/how_to_reg.svg diff --git a/projects/icons-material/src/two-tone/how_to_vote.svg b/projects/icons-material/src/material/two-tone/how_to_vote.svg similarity index 100% rename from projects/icons-material/src/two-tone/how_to_vote.svg rename to projects/icons-material/src/material/two-tone/how_to_vote.svg diff --git a/projects/icons-material/src/two-tone/html.svg b/projects/icons-material/src/material/two-tone/html.svg similarity index 100% rename from projects/icons-material/src/two-tone/html.svg rename to projects/icons-material/src/material/two-tone/html.svg diff --git a/projects/icons-material/src/two-tone/http.svg b/projects/icons-material/src/material/two-tone/http.svg similarity index 100% rename from projects/icons-material/src/two-tone/http.svg rename to projects/icons-material/src/material/two-tone/http.svg diff --git a/projects/icons-material/src/two-tone/https.svg b/projects/icons-material/src/material/two-tone/https.svg similarity index 100% rename from projects/icons-material/src/two-tone/https.svg rename to projects/icons-material/src/material/two-tone/https.svg diff --git a/projects/icons-material/src/two-tone/hub.svg b/projects/icons-material/src/material/two-tone/hub.svg similarity index 100% rename from projects/icons-material/src/two-tone/hub.svg rename to projects/icons-material/src/material/two-tone/hub.svg diff --git a/projects/icons-material/src/two-tone/hvac.svg b/projects/icons-material/src/material/two-tone/hvac.svg similarity index 100% rename from projects/icons-material/src/two-tone/hvac.svg rename to projects/icons-material/src/material/two-tone/hvac.svg diff --git a/projects/icons-material/src/two-tone/ice_skating.svg b/projects/icons-material/src/material/two-tone/ice_skating.svg similarity index 100% rename from projects/icons-material/src/two-tone/ice_skating.svg rename to projects/icons-material/src/material/two-tone/ice_skating.svg diff --git a/projects/icons-material/src/two-tone/icecream.svg b/projects/icons-material/src/material/two-tone/icecream.svg similarity index 100% rename from projects/icons-material/src/two-tone/icecream.svg rename to projects/icons-material/src/material/two-tone/icecream.svg diff --git a/projects/icons-material/src/two-tone/image.svg b/projects/icons-material/src/material/two-tone/image.svg similarity index 100% rename from projects/icons-material/src/two-tone/image.svg rename to projects/icons-material/src/material/two-tone/image.svg diff --git a/projects/icons-material/src/two-tone/image_aspect_ratio.svg b/projects/icons-material/src/material/two-tone/image_aspect_ratio.svg similarity index 100% rename from projects/icons-material/src/two-tone/image_aspect_ratio.svg rename to projects/icons-material/src/material/two-tone/image_aspect_ratio.svg diff --git a/projects/icons-material/src/two-tone/image_not_supported.svg b/projects/icons-material/src/material/two-tone/image_not_supported.svg similarity index 100% rename from projects/icons-material/src/two-tone/image_not_supported.svg rename to projects/icons-material/src/material/two-tone/image_not_supported.svg diff --git a/projects/icons-material/src/two-tone/image_search.svg b/projects/icons-material/src/material/two-tone/image_search.svg similarity index 100% rename from projects/icons-material/src/two-tone/image_search.svg rename to projects/icons-material/src/material/two-tone/image_search.svg diff --git a/projects/icons-material/src/two-tone/imagesearch_roller.svg b/projects/icons-material/src/material/two-tone/imagesearch_roller.svg similarity index 100% rename from projects/icons-material/src/two-tone/imagesearch_roller.svg rename to projects/icons-material/src/material/two-tone/imagesearch_roller.svg diff --git a/projects/icons-material/src/two-tone/import_contacts.svg b/projects/icons-material/src/material/two-tone/import_contacts.svg similarity index 100% rename from projects/icons-material/src/two-tone/import_contacts.svg rename to projects/icons-material/src/material/two-tone/import_contacts.svg diff --git a/projects/icons-material/src/two-tone/import_export.svg b/projects/icons-material/src/material/two-tone/import_export.svg similarity index 100% rename from projects/icons-material/src/two-tone/import_export.svg rename to projects/icons-material/src/material/two-tone/import_export.svg diff --git a/projects/icons-material/src/two-tone/important_devices.svg b/projects/icons-material/src/material/two-tone/important_devices.svg similarity index 100% rename from projects/icons-material/src/two-tone/important_devices.svg rename to projects/icons-material/src/material/two-tone/important_devices.svg diff --git a/projects/icons-material/src/two-tone/inbox.svg b/projects/icons-material/src/material/two-tone/inbox.svg similarity index 100% rename from projects/icons-material/src/two-tone/inbox.svg rename to projects/icons-material/src/material/two-tone/inbox.svg diff --git a/projects/icons-material/src/two-tone/incomplete_circle.svg b/projects/icons-material/src/material/two-tone/incomplete_circle.svg similarity index 100% rename from projects/icons-material/src/two-tone/incomplete_circle.svg rename to projects/icons-material/src/material/two-tone/incomplete_circle.svg diff --git a/projects/icons-material/src/two-tone/indeterminate_check_box.svg b/projects/icons-material/src/material/two-tone/indeterminate_check_box.svg similarity index 100% rename from projects/icons-material/src/two-tone/indeterminate_check_box.svg rename to projects/icons-material/src/material/two-tone/indeterminate_check_box.svg diff --git a/projects/icons-material/src/two-tone/info.svg b/projects/icons-material/src/material/two-tone/info.svg similarity index 100% rename from projects/icons-material/src/two-tone/info.svg rename to projects/icons-material/src/material/two-tone/info.svg diff --git a/projects/icons-material/src/two-tone/input.svg b/projects/icons-material/src/material/two-tone/input.svg similarity index 100% rename from projects/icons-material/src/two-tone/input.svg rename to projects/icons-material/src/material/two-tone/input.svg diff --git a/projects/icons-material/src/two-tone/insert_chart.svg b/projects/icons-material/src/material/two-tone/insert_chart.svg similarity index 100% rename from projects/icons-material/src/two-tone/insert_chart.svg rename to projects/icons-material/src/material/two-tone/insert_chart.svg diff --git a/projects/icons-material/src/two-tone/insert_chart_outlined.svg b/projects/icons-material/src/material/two-tone/insert_chart_outlined.svg similarity index 100% rename from projects/icons-material/src/two-tone/insert_chart_outlined.svg rename to projects/icons-material/src/material/two-tone/insert_chart_outlined.svg diff --git a/projects/icons-material/src/two-tone/insert_comment.svg b/projects/icons-material/src/material/two-tone/insert_comment.svg similarity index 100% rename from projects/icons-material/src/two-tone/insert_comment.svg rename to projects/icons-material/src/material/two-tone/insert_comment.svg diff --git a/projects/icons-material/src/two-tone/insert_drive_file.svg b/projects/icons-material/src/material/two-tone/insert_drive_file.svg similarity index 100% rename from projects/icons-material/src/two-tone/insert_drive_file.svg rename to projects/icons-material/src/material/two-tone/insert_drive_file.svg diff --git a/projects/icons-material/src/two-tone/insert_emoticon.svg b/projects/icons-material/src/material/two-tone/insert_emoticon.svg similarity index 100% rename from projects/icons-material/src/two-tone/insert_emoticon.svg rename to projects/icons-material/src/material/two-tone/insert_emoticon.svg diff --git a/projects/icons-material/src/two-tone/insert_invitation.svg b/projects/icons-material/src/material/two-tone/insert_invitation.svg similarity index 100% rename from projects/icons-material/src/two-tone/insert_invitation.svg rename to projects/icons-material/src/material/two-tone/insert_invitation.svg diff --git a/projects/icons-material/src/two-tone/insert_link.svg b/projects/icons-material/src/material/two-tone/insert_link.svg similarity index 100% rename from projects/icons-material/src/two-tone/insert_link.svg rename to projects/icons-material/src/material/two-tone/insert_link.svg diff --git a/projects/icons-material/src/two-tone/insert_page_break.svg b/projects/icons-material/src/material/two-tone/insert_page_break.svg similarity index 100% rename from projects/icons-material/src/two-tone/insert_page_break.svg rename to projects/icons-material/src/material/two-tone/insert_page_break.svg diff --git a/projects/icons-material/src/two-tone/insert_photo.svg b/projects/icons-material/src/material/two-tone/insert_photo.svg similarity index 100% rename from projects/icons-material/src/two-tone/insert_photo.svg rename to projects/icons-material/src/material/two-tone/insert_photo.svg diff --git a/projects/icons-material/src/two-tone/insights.svg b/projects/icons-material/src/material/two-tone/insights.svg similarity index 100% rename from projects/icons-material/src/two-tone/insights.svg rename to projects/icons-material/src/material/two-tone/insights.svg diff --git a/projects/icons-material/src/two-tone/install_desktop.svg b/projects/icons-material/src/material/two-tone/install_desktop.svg similarity index 100% rename from projects/icons-material/src/two-tone/install_desktop.svg rename to projects/icons-material/src/material/two-tone/install_desktop.svg diff --git a/projects/icons-material/src/two-tone/install_mobile.svg b/projects/icons-material/src/material/two-tone/install_mobile.svg similarity index 100% rename from projects/icons-material/src/two-tone/install_mobile.svg rename to projects/icons-material/src/material/two-tone/install_mobile.svg diff --git a/projects/icons-material/src/two-tone/integration_instructions.svg b/projects/icons-material/src/material/two-tone/integration_instructions.svg similarity index 100% rename from projects/icons-material/src/two-tone/integration_instructions.svg rename to projects/icons-material/src/material/two-tone/integration_instructions.svg diff --git a/projects/icons-material/src/two-tone/interests.svg b/projects/icons-material/src/material/two-tone/interests.svg similarity index 100% rename from projects/icons-material/src/two-tone/interests.svg rename to projects/icons-material/src/material/two-tone/interests.svg diff --git a/projects/icons-material/src/two-tone/interpreter_mode.svg b/projects/icons-material/src/material/two-tone/interpreter_mode.svg similarity index 100% rename from projects/icons-material/src/two-tone/interpreter_mode.svg rename to projects/icons-material/src/material/two-tone/interpreter_mode.svg diff --git a/projects/icons-material/src/two-tone/inventory.svg b/projects/icons-material/src/material/two-tone/inventory.svg similarity index 100% rename from projects/icons-material/src/two-tone/inventory.svg rename to projects/icons-material/src/material/two-tone/inventory.svg diff --git a/projects/icons-material/src/two-tone/inventory_2.svg b/projects/icons-material/src/material/two-tone/inventory_2.svg similarity index 100% rename from projects/icons-material/src/two-tone/inventory_2.svg rename to projects/icons-material/src/material/two-tone/inventory_2.svg diff --git a/projects/icons-material/src/two-tone/invert_colors.svg b/projects/icons-material/src/material/two-tone/invert_colors.svg similarity index 100% rename from projects/icons-material/src/two-tone/invert_colors.svg rename to projects/icons-material/src/material/two-tone/invert_colors.svg diff --git a/projects/icons-material/src/two-tone/invert_colors_off.svg b/projects/icons-material/src/material/two-tone/invert_colors_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/invert_colors_off.svg rename to projects/icons-material/src/material/two-tone/invert_colors_off.svg diff --git a/projects/icons-material/src/two-tone/ios_share.svg b/projects/icons-material/src/material/two-tone/ios_share.svg similarity index 100% rename from projects/icons-material/src/two-tone/ios_share.svg rename to projects/icons-material/src/material/two-tone/ios_share.svg diff --git a/projects/icons-material/src/two-tone/iron.svg b/projects/icons-material/src/material/two-tone/iron.svg similarity index 100% rename from projects/icons-material/src/two-tone/iron.svg rename to projects/icons-material/src/material/two-tone/iron.svg diff --git a/projects/icons-material/src/two-tone/iso.svg b/projects/icons-material/src/material/two-tone/iso.svg similarity index 100% rename from projects/icons-material/src/two-tone/iso.svg rename to projects/icons-material/src/material/two-tone/iso.svg diff --git a/projects/icons-material/src/two-tone/javascript.svg b/projects/icons-material/src/material/two-tone/javascript.svg similarity index 100% rename from projects/icons-material/src/two-tone/javascript.svg rename to projects/icons-material/src/material/two-tone/javascript.svg diff --git a/projects/icons-material/src/two-tone/join_full.svg b/projects/icons-material/src/material/two-tone/join_full.svg similarity index 100% rename from projects/icons-material/src/two-tone/join_full.svg rename to projects/icons-material/src/material/two-tone/join_full.svg diff --git a/projects/icons-material/src/two-tone/join_inner.svg b/projects/icons-material/src/material/two-tone/join_inner.svg similarity index 100% rename from projects/icons-material/src/two-tone/join_inner.svg rename to projects/icons-material/src/material/two-tone/join_inner.svg diff --git a/projects/icons-material/src/two-tone/join_left.svg b/projects/icons-material/src/material/two-tone/join_left.svg similarity index 100% rename from projects/icons-material/src/two-tone/join_left.svg rename to projects/icons-material/src/material/two-tone/join_left.svg diff --git a/projects/icons-material/src/two-tone/join_right.svg b/projects/icons-material/src/material/two-tone/join_right.svg similarity index 100% rename from projects/icons-material/src/two-tone/join_right.svg rename to projects/icons-material/src/material/two-tone/join_right.svg diff --git a/projects/icons-material/src/two-tone/kayaking.svg b/projects/icons-material/src/material/two-tone/kayaking.svg similarity index 100% rename from projects/icons-material/src/two-tone/kayaking.svg rename to projects/icons-material/src/material/two-tone/kayaking.svg diff --git a/projects/icons-material/src/two-tone/kebab_dining.svg b/projects/icons-material/src/material/two-tone/kebab_dining.svg similarity index 100% rename from projects/icons-material/src/two-tone/kebab_dining.svg rename to projects/icons-material/src/material/two-tone/kebab_dining.svg diff --git a/projects/icons-material/src/two-tone/key.svg b/projects/icons-material/src/material/two-tone/key.svg similarity index 100% rename from projects/icons-material/src/two-tone/key.svg rename to projects/icons-material/src/material/two-tone/key.svg diff --git a/projects/icons-material/src/two-tone/key_off.svg b/projects/icons-material/src/material/two-tone/key_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/key_off.svg rename to projects/icons-material/src/material/two-tone/key_off.svg diff --git a/projects/icons-material/src/two-tone/keyboard.svg b/projects/icons-material/src/material/two-tone/keyboard.svg similarity index 100% rename from projects/icons-material/src/two-tone/keyboard.svg rename to projects/icons-material/src/material/two-tone/keyboard.svg diff --git a/projects/icons-material/src/two-tone/keyboard_alt.svg b/projects/icons-material/src/material/two-tone/keyboard_alt.svg similarity index 100% rename from projects/icons-material/src/two-tone/keyboard_alt.svg rename to projects/icons-material/src/material/two-tone/keyboard_alt.svg diff --git a/projects/icons-material/src/two-tone/keyboard_arrow_down.svg b/projects/icons-material/src/material/two-tone/keyboard_arrow_down.svg similarity index 100% rename from projects/icons-material/src/two-tone/keyboard_arrow_down.svg rename to projects/icons-material/src/material/two-tone/keyboard_arrow_down.svg diff --git a/projects/icons-material/src/two-tone/keyboard_arrow_left.svg b/projects/icons-material/src/material/two-tone/keyboard_arrow_left.svg similarity index 100% rename from projects/icons-material/src/two-tone/keyboard_arrow_left.svg rename to projects/icons-material/src/material/two-tone/keyboard_arrow_left.svg diff --git a/projects/icons-material/src/two-tone/keyboard_arrow_right.svg b/projects/icons-material/src/material/two-tone/keyboard_arrow_right.svg similarity index 100% rename from projects/icons-material/src/two-tone/keyboard_arrow_right.svg rename to projects/icons-material/src/material/two-tone/keyboard_arrow_right.svg diff --git a/projects/icons-material/src/two-tone/keyboard_arrow_up.svg b/projects/icons-material/src/material/two-tone/keyboard_arrow_up.svg similarity index 100% rename from projects/icons-material/src/two-tone/keyboard_arrow_up.svg rename to projects/icons-material/src/material/two-tone/keyboard_arrow_up.svg diff --git a/projects/icons-material/src/two-tone/keyboard_backspace.svg b/projects/icons-material/src/material/two-tone/keyboard_backspace.svg similarity index 100% rename from projects/icons-material/src/two-tone/keyboard_backspace.svg rename to projects/icons-material/src/material/two-tone/keyboard_backspace.svg diff --git a/projects/icons-material/src/two-tone/keyboard_capslock.svg b/projects/icons-material/src/material/two-tone/keyboard_capslock.svg similarity index 100% rename from projects/icons-material/src/two-tone/keyboard_capslock.svg rename to projects/icons-material/src/material/two-tone/keyboard_capslock.svg diff --git a/projects/icons-material/src/two-tone/keyboard_command_key.svg b/projects/icons-material/src/material/two-tone/keyboard_command_key.svg similarity index 100% rename from projects/icons-material/src/two-tone/keyboard_command_key.svg rename to projects/icons-material/src/material/two-tone/keyboard_command_key.svg diff --git a/projects/icons-material/src/two-tone/keyboard_control_key.svg b/projects/icons-material/src/material/two-tone/keyboard_control_key.svg similarity index 100% rename from projects/icons-material/src/two-tone/keyboard_control_key.svg rename to projects/icons-material/src/material/two-tone/keyboard_control_key.svg diff --git a/projects/icons-material/src/two-tone/keyboard_double_arrow_down.svg b/projects/icons-material/src/material/two-tone/keyboard_double_arrow_down.svg similarity index 100% rename from projects/icons-material/src/two-tone/keyboard_double_arrow_down.svg rename to projects/icons-material/src/material/two-tone/keyboard_double_arrow_down.svg diff --git a/projects/icons-material/src/two-tone/keyboard_double_arrow_left.svg b/projects/icons-material/src/material/two-tone/keyboard_double_arrow_left.svg similarity index 100% rename from projects/icons-material/src/two-tone/keyboard_double_arrow_left.svg rename to projects/icons-material/src/material/two-tone/keyboard_double_arrow_left.svg diff --git a/projects/icons-material/src/two-tone/keyboard_double_arrow_right.svg b/projects/icons-material/src/material/two-tone/keyboard_double_arrow_right.svg similarity index 100% rename from projects/icons-material/src/two-tone/keyboard_double_arrow_right.svg rename to projects/icons-material/src/material/two-tone/keyboard_double_arrow_right.svg diff --git a/projects/icons-material/src/two-tone/keyboard_double_arrow_up.svg b/projects/icons-material/src/material/two-tone/keyboard_double_arrow_up.svg similarity index 100% rename from projects/icons-material/src/two-tone/keyboard_double_arrow_up.svg rename to projects/icons-material/src/material/two-tone/keyboard_double_arrow_up.svg diff --git a/projects/icons-material/src/two-tone/keyboard_hide.svg b/projects/icons-material/src/material/two-tone/keyboard_hide.svg similarity index 100% rename from projects/icons-material/src/two-tone/keyboard_hide.svg rename to projects/icons-material/src/material/two-tone/keyboard_hide.svg diff --git a/projects/icons-material/src/two-tone/keyboard_option_key.svg b/projects/icons-material/src/material/two-tone/keyboard_option_key.svg similarity index 100% rename from projects/icons-material/src/two-tone/keyboard_option_key.svg rename to projects/icons-material/src/material/two-tone/keyboard_option_key.svg diff --git a/projects/icons-material/src/two-tone/keyboard_return.svg b/projects/icons-material/src/material/two-tone/keyboard_return.svg similarity index 100% rename from projects/icons-material/src/two-tone/keyboard_return.svg rename to projects/icons-material/src/material/two-tone/keyboard_return.svg diff --git a/projects/icons-material/src/two-tone/keyboard_tab.svg b/projects/icons-material/src/material/two-tone/keyboard_tab.svg similarity index 100% rename from projects/icons-material/src/two-tone/keyboard_tab.svg rename to projects/icons-material/src/material/two-tone/keyboard_tab.svg diff --git a/projects/icons-material/src/two-tone/keyboard_voice.svg b/projects/icons-material/src/material/two-tone/keyboard_voice.svg similarity index 100% rename from projects/icons-material/src/two-tone/keyboard_voice.svg rename to projects/icons-material/src/material/two-tone/keyboard_voice.svg diff --git a/projects/icons-material/src/two-tone/king_bed.svg b/projects/icons-material/src/material/two-tone/king_bed.svg similarity index 100% rename from projects/icons-material/src/two-tone/king_bed.svg rename to projects/icons-material/src/material/two-tone/king_bed.svg diff --git a/projects/icons-material/src/two-tone/kitchen.svg b/projects/icons-material/src/material/two-tone/kitchen.svg similarity index 100% rename from projects/icons-material/src/two-tone/kitchen.svg rename to projects/icons-material/src/material/two-tone/kitchen.svg diff --git a/projects/icons-material/src/two-tone/kitesurfing.svg b/projects/icons-material/src/material/two-tone/kitesurfing.svg similarity index 100% rename from projects/icons-material/src/two-tone/kitesurfing.svg rename to projects/icons-material/src/material/two-tone/kitesurfing.svg diff --git a/projects/icons-material/src/two-tone/label.svg b/projects/icons-material/src/material/two-tone/label.svg similarity index 100% rename from projects/icons-material/src/two-tone/label.svg rename to projects/icons-material/src/material/two-tone/label.svg diff --git a/projects/icons-material/src/two-tone/label_important.svg b/projects/icons-material/src/material/two-tone/label_important.svg similarity index 100% rename from projects/icons-material/src/two-tone/label_important.svg rename to projects/icons-material/src/material/two-tone/label_important.svg diff --git a/projects/icons-material/src/two-tone/label_off.svg b/projects/icons-material/src/material/two-tone/label_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/label_off.svg rename to projects/icons-material/src/material/two-tone/label_off.svg diff --git a/projects/icons-material/src/two-tone/lan.svg b/projects/icons-material/src/material/two-tone/lan.svg similarity index 100% rename from projects/icons-material/src/two-tone/lan.svg rename to projects/icons-material/src/material/two-tone/lan.svg diff --git a/projects/icons-material/src/two-tone/landscape.svg b/projects/icons-material/src/material/two-tone/landscape.svg similarity index 100% rename from projects/icons-material/src/two-tone/landscape.svg rename to projects/icons-material/src/material/two-tone/landscape.svg diff --git a/projects/icons-material/src/two-tone/landslide.svg b/projects/icons-material/src/material/two-tone/landslide.svg similarity index 100% rename from projects/icons-material/src/two-tone/landslide.svg rename to projects/icons-material/src/material/two-tone/landslide.svg diff --git a/projects/icons-material/src/two-tone/language.svg b/projects/icons-material/src/material/two-tone/language.svg similarity index 100% rename from projects/icons-material/src/two-tone/language.svg rename to projects/icons-material/src/material/two-tone/language.svg diff --git a/projects/icons-material/src/two-tone/laptop.svg b/projects/icons-material/src/material/two-tone/laptop.svg similarity index 100% rename from projects/icons-material/src/two-tone/laptop.svg rename to projects/icons-material/src/material/two-tone/laptop.svg diff --git a/projects/icons-material/src/two-tone/laptop_chromebook.svg b/projects/icons-material/src/material/two-tone/laptop_chromebook.svg similarity index 100% rename from projects/icons-material/src/two-tone/laptop_chromebook.svg rename to projects/icons-material/src/material/two-tone/laptop_chromebook.svg diff --git a/projects/icons-material/src/two-tone/laptop_mac.svg b/projects/icons-material/src/material/two-tone/laptop_mac.svg similarity index 100% rename from projects/icons-material/src/two-tone/laptop_mac.svg rename to projects/icons-material/src/material/two-tone/laptop_mac.svg diff --git a/projects/icons-material/src/two-tone/laptop_windows.svg b/projects/icons-material/src/material/two-tone/laptop_windows.svg similarity index 100% rename from projects/icons-material/src/two-tone/laptop_windows.svg rename to projects/icons-material/src/material/two-tone/laptop_windows.svg diff --git a/projects/icons-material/src/two-tone/last_page.svg b/projects/icons-material/src/material/two-tone/last_page.svg similarity index 100% rename from projects/icons-material/src/two-tone/last_page.svg rename to projects/icons-material/src/material/two-tone/last_page.svg diff --git a/projects/icons-material/src/two-tone/launch.svg b/projects/icons-material/src/material/two-tone/launch.svg similarity index 100% rename from projects/icons-material/src/two-tone/launch.svg rename to projects/icons-material/src/material/two-tone/launch.svg diff --git a/projects/icons-material/src/two-tone/layers.svg b/projects/icons-material/src/material/two-tone/layers.svg similarity index 100% rename from projects/icons-material/src/two-tone/layers.svg rename to projects/icons-material/src/material/two-tone/layers.svg diff --git a/projects/icons-material/src/two-tone/layers_clear.svg b/projects/icons-material/src/material/two-tone/layers_clear.svg similarity index 100% rename from projects/icons-material/src/two-tone/layers_clear.svg rename to projects/icons-material/src/material/two-tone/layers_clear.svg diff --git a/projects/icons-material/src/two-tone/leaderboard.svg b/projects/icons-material/src/material/two-tone/leaderboard.svg similarity index 100% rename from projects/icons-material/src/two-tone/leaderboard.svg rename to projects/icons-material/src/material/two-tone/leaderboard.svg diff --git a/projects/icons-material/src/two-tone/leak_add.svg b/projects/icons-material/src/material/two-tone/leak_add.svg similarity index 100% rename from projects/icons-material/src/two-tone/leak_add.svg rename to projects/icons-material/src/material/two-tone/leak_add.svg diff --git a/projects/icons-material/src/two-tone/leak_remove.svg b/projects/icons-material/src/material/two-tone/leak_remove.svg similarity index 100% rename from projects/icons-material/src/two-tone/leak_remove.svg rename to projects/icons-material/src/material/two-tone/leak_remove.svg diff --git a/projects/icons-material/src/two-tone/legend_toggle.svg b/projects/icons-material/src/material/two-tone/legend_toggle.svg similarity index 100% rename from projects/icons-material/src/two-tone/legend_toggle.svg rename to projects/icons-material/src/material/two-tone/legend_toggle.svg diff --git a/projects/icons-material/src/two-tone/lens.svg b/projects/icons-material/src/material/two-tone/lens.svg similarity index 100% rename from projects/icons-material/src/two-tone/lens.svg rename to projects/icons-material/src/material/two-tone/lens.svg diff --git a/projects/icons-material/src/two-tone/lens_blur.svg b/projects/icons-material/src/material/two-tone/lens_blur.svg similarity index 100% rename from projects/icons-material/src/two-tone/lens_blur.svg rename to projects/icons-material/src/material/two-tone/lens_blur.svg diff --git a/projects/icons-material/src/two-tone/library_add.svg b/projects/icons-material/src/material/two-tone/library_add.svg similarity index 100% rename from projects/icons-material/src/two-tone/library_add.svg rename to projects/icons-material/src/material/two-tone/library_add.svg diff --git a/projects/icons-material/src/two-tone/library_add_check.svg b/projects/icons-material/src/material/two-tone/library_add_check.svg similarity index 100% rename from projects/icons-material/src/two-tone/library_add_check.svg rename to projects/icons-material/src/material/two-tone/library_add_check.svg diff --git a/projects/icons-material/src/two-tone/library_books.svg b/projects/icons-material/src/material/two-tone/library_books.svg similarity index 100% rename from projects/icons-material/src/two-tone/library_books.svg rename to projects/icons-material/src/material/two-tone/library_books.svg diff --git a/projects/icons-material/src/two-tone/library_music.svg b/projects/icons-material/src/material/two-tone/library_music.svg similarity index 100% rename from projects/icons-material/src/two-tone/library_music.svg rename to projects/icons-material/src/material/two-tone/library_music.svg diff --git a/projects/icons-material/src/two-tone/light.svg b/projects/icons-material/src/material/two-tone/light.svg similarity index 100% rename from projects/icons-material/src/two-tone/light.svg rename to projects/icons-material/src/material/two-tone/light.svg diff --git a/projects/icons-material/src/two-tone/light_mode.svg b/projects/icons-material/src/material/two-tone/light_mode.svg similarity index 100% rename from projects/icons-material/src/two-tone/light_mode.svg rename to projects/icons-material/src/material/two-tone/light_mode.svg diff --git a/projects/icons-material/src/two-tone/lightbulb.svg b/projects/icons-material/src/material/two-tone/lightbulb.svg similarity index 100% rename from projects/icons-material/src/two-tone/lightbulb.svg rename to projects/icons-material/src/material/two-tone/lightbulb.svg diff --git a/projects/icons-material/src/two-tone/lightbulb_circle.svg b/projects/icons-material/src/material/two-tone/lightbulb_circle.svg similarity index 100% rename from projects/icons-material/src/two-tone/lightbulb_circle.svg rename to projects/icons-material/src/material/two-tone/lightbulb_circle.svg diff --git a/projects/icons-material/src/two-tone/line_axis.svg b/projects/icons-material/src/material/two-tone/line_axis.svg similarity index 100% rename from projects/icons-material/src/two-tone/line_axis.svg rename to projects/icons-material/src/material/two-tone/line_axis.svg diff --git a/projects/icons-material/src/two-tone/line_style.svg b/projects/icons-material/src/material/two-tone/line_style.svg similarity index 100% rename from projects/icons-material/src/two-tone/line_style.svg rename to projects/icons-material/src/material/two-tone/line_style.svg diff --git a/projects/icons-material/src/two-tone/line_weight.svg b/projects/icons-material/src/material/two-tone/line_weight.svg similarity index 100% rename from projects/icons-material/src/two-tone/line_weight.svg rename to projects/icons-material/src/material/two-tone/line_weight.svg diff --git a/projects/icons-material/src/two-tone/linear_scale.svg b/projects/icons-material/src/material/two-tone/linear_scale.svg similarity index 100% rename from projects/icons-material/src/two-tone/linear_scale.svg rename to projects/icons-material/src/material/two-tone/linear_scale.svg diff --git a/projects/icons-material/src/two-tone/link.svg b/projects/icons-material/src/material/two-tone/link.svg similarity index 100% rename from projects/icons-material/src/two-tone/link.svg rename to projects/icons-material/src/material/two-tone/link.svg diff --git a/projects/icons-material/src/two-tone/link_off.svg b/projects/icons-material/src/material/two-tone/link_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/link_off.svg rename to projects/icons-material/src/material/two-tone/link_off.svg diff --git a/projects/icons-material/src/two-tone/linked_camera.svg b/projects/icons-material/src/material/two-tone/linked_camera.svg similarity index 100% rename from projects/icons-material/src/two-tone/linked_camera.svg rename to projects/icons-material/src/material/two-tone/linked_camera.svg diff --git a/projects/icons-material/src/two-tone/liquor.svg b/projects/icons-material/src/material/two-tone/liquor.svg similarity index 100% rename from projects/icons-material/src/two-tone/liquor.svg rename to projects/icons-material/src/material/two-tone/liquor.svg diff --git a/projects/icons-material/src/two-tone/list.svg b/projects/icons-material/src/material/two-tone/list.svg similarity index 100% rename from projects/icons-material/src/two-tone/list.svg rename to projects/icons-material/src/material/two-tone/list.svg diff --git a/projects/icons-material/src/two-tone/list_alt.svg b/projects/icons-material/src/material/two-tone/list_alt.svg similarity index 100% rename from projects/icons-material/src/two-tone/list_alt.svg rename to projects/icons-material/src/material/two-tone/list_alt.svg diff --git a/projects/icons-material/src/two-tone/live_help.svg b/projects/icons-material/src/material/two-tone/live_help.svg similarity index 100% rename from projects/icons-material/src/two-tone/live_help.svg rename to projects/icons-material/src/material/two-tone/live_help.svg diff --git a/projects/icons-material/src/two-tone/live_tv.svg b/projects/icons-material/src/material/two-tone/live_tv.svg similarity index 100% rename from projects/icons-material/src/two-tone/live_tv.svg rename to projects/icons-material/src/material/two-tone/live_tv.svg diff --git a/projects/icons-material/src/two-tone/living.svg b/projects/icons-material/src/material/two-tone/living.svg similarity index 100% rename from projects/icons-material/src/two-tone/living.svg rename to projects/icons-material/src/material/two-tone/living.svg diff --git a/projects/icons-material/src/two-tone/local_activity.svg b/projects/icons-material/src/material/two-tone/local_activity.svg similarity index 100% rename from projects/icons-material/src/two-tone/local_activity.svg rename to projects/icons-material/src/material/two-tone/local_activity.svg diff --git a/projects/icons-material/src/two-tone/local_airport.svg b/projects/icons-material/src/material/two-tone/local_airport.svg similarity index 100% rename from projects/icons-material/src/two-tone/local_airport.svg rename to projects/icons-material/src/material/two-tone/local_airport.svg diff --git a/projects/icons-material/src/two-tone/local_atm.svg b/projects/icons-material/src/material/two-tone/local_atm.svg similarity index 100% rename from projects/icons-material/src/two-tone/local_atm.svg rename to projects/icons-material/src/material/two-tone/local_atm.svg diff --git a/projects/icons-material/src/two-tone/local_bar.svg b/projects/icons-material/src/material/two-tone/local_bar.svg similarity index 100% rename from projects/icons-material/src/two-tone/local_bar.svg rename to projects/icons-material/src/material/two-tone/local_bar.svg diff --git a/projects/icons-material/src/two-tone/local_cafe.svg b/projects/icons-material/src/material/two-tone/local_cafe.svg similarity index 100% rename from projects/icons-material/src/two-tone/local_cafe.svg rename to projects/icons-material/src/material/two-tone/local_cafe.svg diff --git a/projects/icons-material/src/two-tone/local_car_wash.svg b/projects/icons-material/src/material/two-tone/local_car_wash.svg similarity index 100% rename from projects/icons-material/src/two-tone/local_car_wash.svg rename to projects/icons-material/src/material/two-tone/local_car_wash.svg diff --git a/projects/icons-material/src/two-tone/local_convenience_store.svg b/projects/icons-material/src/material/two-tone/local_convenience_store.svg similarity index 100% rename from projects/icons-material/src/two-tone/local_convenience_store.svg rename to projects/icons-material/src/material/two-tone/local_convenience_store.svg diff --git a/projects/icons-material/src/two-tone/local_dining.svg b/projects/icons-material/src/material/two-tone/local_dining.svg similarity index 100% rename from projects/icons-material/src/two-tone/local_dining.svg rename to projects/icons-material/src/material/two-tone/local_dining.svg diff --git a/projects/icons-material/src/two-tone/local_drink.svg b/projects/icons-material/src/material/two-tone/local_drink.svg similarity index 100% rename from projects/icons-material/src/two-tone/local_drink.svg rename to projects/icons-material/src/material/two-tone/local_drink.svg diff --git a/projects/icons-material/src/two-tone/local_fire_department.svg b/projects/icons-material/src/material/two-tone/local_fire_department.svg similarity index 100% rename from projects/icons-material/src/two-tone/local_fire_department.svg rename to projects/icons-material/src/material/two-tone/local_fire_department.svg diff --git a/projects/icons-material/src/two-tone/local_florist.svg b/projects/icons-material/src/material/two-tone/local_florist.svg similarity index 100% rename from projects/icons-material/src/two-tone/local_florist.svg rename to projects/icons-material/src/material/two-tone/local_florist.svg diff --git a/projects/icons-material/src/two-tone/local_gas_station.svg b/projects/icons-material/src/material/two-tone/local_gas_station.svg similarity index 100% rename from projects/icons-material/src/two-tone/local_gas_station.svg rename to projects/icons-material/src/material/two-tone/local_gas_station.svg diff --git a/projects/icons-material/src/two-tone/local_grocery_store.svg b/projects/icons-material/src/material/two-tone/local_grocery_store.svg similarity index 100% rename from projects/icons-material/src/two-tone/local_grocery_store.svg rename to projects/icons-material/src/material/two-tone/local_grocery_store.svg diff --git a/projects/icons-material/src/two-tone/local_hospital.svg b/projects/icons-material/src/material/two-tone/local_hospital.svg similarity index 100% rename from projects/icons-material/src/two-tone/local_hospital.svg rename to projects/icons-material/src/material/two-tone/local_hospital.svg diff --git a/projects/icons-material/src/two-tone/local_hotel.svg b/projects/icons-material/src/material/two-tone/local_hotel.svg similarity index 100% rename from projects/icons-material/src/two-tone/local_hotel.svg rename to projects/icons-material/src/material/two-tone/local_hotel.svg diff --git a/projects/icons-material/src/two-tone/local_laundry_service.svg b/projects/icons-material/src/material/two-tone/local_laundry_service.svg similarity index 100% rename from projects/icons-material/src/two-tone/local_laundry_service.svg rename to projects/icons-material/src/material/two-tone/local_laundry_service.svg diff --git a/projects/icons-material/src/two-tone/local_library.svg b/projects/icons-material/src/material/two-tone/local_library.svg similarity index 100% rename from projects/icons-material/src/two-tone/local_library.svg rename to projects/icons-material/src/material/two-tone/local_library.svg diff --git a/projects/icons-material/src/two-tone/local_mall.svg b/projects/icons-material/src/material/two-tone/local_mall.svg similarity index 100% rename from projects/icons-material/src/two-tone/local_mall.svg rename to projects/icons-material/src/material/two-tone/local_mall.svg diff --git a/projects/icons-material/src/two-tone/local_movies.svg b/projects/icons-material/src/material/two-tone/local_movies.svg similarity index 100% rename from projects/icons-material/src/two-tone/local_movies.svg rename to projects/icons-material/src/material/two-tone/local_movies.svg diff --git a/projects/icons-material/src/two-tone/local_offer.svg b/projects/icons-material/src/material/two-tone/local_offer.svg similarity index 100% rename from projects/icons-material/src/two-tone/local_offer.svg rename to projects/icons-material/src/material/two-tone/local_offer.svg diff --git a/projects/icons-material/src/two-tone/local_parking.svg b/projects/icons-material/src/material/two-tone/local_parking.svg similarity index 100% rename from projects/icons-material/src/two-tone/local_parking.svg rename to projects/icons-material/src/material/two-tone/local_parking.svg diff --git a/projects/icons-material/src/two-tone/local_pharmacy.svg b/projects/icons-material/src/material/two-tone/local_pharmacy.svg similarity index 100% rename from projects/icons-material/src/two-tone/local_pharmacy.svg rename to projects/icons-material/src/material/two-tone/local_pharmacy.svg diff --git a/projects/icons-material/src/two-tone/local_phone.svg b/projects/icons-material/src/material/two-tone/local_phone.svg similarity index 100% rename from projects/icons-material/src/two-tone/local_phone.svg rename to projects/icons-material/src/material/two-tone/local_phone.svg diff --git a/projects/icons-material/src/two-tone/local_pizza.svg b/projects/icons-material/src/material/two-tone/local_pizza.svg similarity index 100% rename from projects/icons-material/src/two-tone/local_pizza.svg rename to projects/icons-material/src/material/two-tone/local_pizza.svg diff --git a/projects/icons-material/src/two-tone/local_play.svg b/projects/icons-material/src/material/two-tone/local_play.svg similarity index 100% rename from projects/icons-material/src/two-tone/local_play.svg rename to projects/icons-material/src/material/two-tone/local_play.svg diff --git a/projects/icons-material/src/two-tone/local_police.svg b/projects/icons-material/src/material/two-tone/local_police.svg similarity index 100% rename from projects/icons-material/src/two-tone/local_police.svg rename to projects/icons-material/src/material/two-tone/local_police.svg diff --git a/projects/icons-material/src/two-tone/local_post_office.svg b/projects/icons-material/src/material/two-tone/local_post_office.svg similarity index 100% rename from projects/icons-material/src/two-tone/local_post_office.svg rename to projects/icons-material/src/material/two-tone/local_post_office.svg diff --git a/projects/icons-material/src/two-tone/local_printshop.svg b/projects/icons-material/src/material/two-tone/local_printshop.svg similarity index 100% rename from projects/icons-material/src/two-tone/local_printshop.svg rename to projects/icons-material/src/material/two-tone/local_printshop.svg diff --git a/projects/icons-material/src/two-tone/local_see.svg b/projects/icons-material/src/material/two-tone/local_see.svg similarity index 100% rename from projects/icons-material/src/two-tone/local_see.svg rename to projects/icons-material/src/material/two-tone/local_see.svg diff --git a/projects/icons-material/src/two-tone/local_shipping.svg b/projects/icons-material/src/material/two-tone/local_shipping.svg similarity index 100% rename from projects/icons-material/src/two-tone/local_shipping.svg rename to projects/icons-material/src/material/two-tone/local_shipping.svg diff --git a/projects/icons-material/src/two-tone/local_taxi.svg b/projects/icons-material/src/material/two-tone/local_taxi.svg similarity index 100% rename from projects/icons-material/src/two-tone/local_taxi.svg rename to projects/icons-material/src/material/two-tone/local_taxi.svg diff --git a/projects/icons-material/src/two-tone/location_city.svg b/projects/icons-material/src/material/two-tone/location_city.svg similarity index 100% rename from projects/icons-material/src/two-tone/location_city.svg rename to projects/icons-material/src/material/two-tone/location_city.svg diff --git a/projects/icons-material/src/two-tone/location_disabled.svg b/projects/icons-material/src/material/two-tone/location_disabled.svg similarity index 100% rename from projects/icons-material/src/two-tone/location_disabled.svg rename to projects/icons-material/src/material/two-tone/location_disabled.svg diff --git a/projects/icons-material/src/two-tone/location_off.svg b/projects/icons-material/src/material/two-tone/location_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/location_off.svg rename to projects/icons-material/src/material/two-tone/location_off.svg diff --git a/projects/icons-material/src/two-tone/location_on.svg b/projects/icons-material/src/material/two-tone/location_on.svg similarity index 100% rename from projects/icons-material/src/two-tone/location_on.svg rename to projects/icons-material/src/material/two-tone/location_on.svg diff --git a/projects/icons-material/src/two-tone/location_searching.svg b/projects/icons-material/src/material/two-tone/location_searching.svg similarity index 100% rename from projects/icons-material/src/two-tone/location_searching.svg rename to projects/icons-material/src/material/two-tone/location_searching.svg diff --git a/projects/icons-material/src/two-tone/lock.svg b/projects/icons-material/src/material/two-tone/lock.svg similarity index 100% rename from projects/icons-material/src/two-tone/lock.svg rename to projects/icons-material/src/material/two-tone/lock.svg diff --git a/projects/icons-material/src/two-tone/lock_clock.svg b/projects/icons-material/src/material/two-tone/lock_clock.svg similarity index 100% rename from projects/icons-material/src/two-tone/lock_clock.svg rename to projects/icons-material/src/material/two-tone/lock_clock.svg diff --git a/projects/icons-material/src/two-tone/lock_open.svg b/projects/icons-material/src/material/two-tone/lock_open.svg similarity index 100% rename from projects/icons-material/src/two-tone/lock_open.svg rename to projects/icons-material/src/material/two-tone/lock_open.svg diff --git a/projects/icons-material/src/two-tone/lock_person.svg b/projects/icons-material/src/material/two-tone/lock_person.svg similarity index 100% rename from projects/icons-material/src/two-tone/lock_person.svg rename to projects/icons-material/src/material/two-tone/lock_person.svg diff --git a/projects/icons-material/src/two-tone/lock_reset.svg b/projects/icons-material/src/material/two-tone/lock_reset.svg similarity index 100% rename from projects/icons-material/src/two-tone/lock_reset.svg rename to projects/icons-material/src/material/two-tone/lock_reset.svg diff --git a/projects/icons-material/src/two-tone/login.svg b/projects/icons-material/src/material/two-tone/login.svg similarity index 100% rename from projects/icons-material/src/two-tone/login.svg rename to projects/icons-material/src/material/two-tone/login.svg diff --git a/projects/icons-material/src/two-tone/logo_dev.svg b/projects/icons-material/src/material/two-tone/logo_dev.svg similarity index 100% rename from projects/icons-material/src/two-tone/logo_dev.svg rename to projects/icons-material/src/material/two-tone/logo_dev.svg diff --git a/projects/icons-material/src/two-tone/logout.svg b/projects/icons-material/src/material/two-tone/logout.svg similarity index 100% rename from projects/icons-material/src/two-tone/logout.svg rename to projects/icons-material/src/material/two-tone/logout.svg diff --git a/projects/icons-material/src/two-tone/looks.svg b/projects/icons-material/src/material/two-tone/looks.svg similarity index 100% rename from projects/icons-material/src/two-tone/looks.svg rename to projects/icons-material/src/material/two-tone/looks.svg diff --git a/projects/icons-material/src/two-tone/looks_3.svg b/projects/icons-material/src/material/two-tone/looks_3.svg similarity index 100% rename from projects/icons-material/src/two-tone/looks_3.svg rename to projects/icons-material/src/material/two-tone/looks_3.svg diff --git a/projects/icons-material/src/two-tone/looks_4.svg b/projects/icons-material/src/material/two-tone/looks_4.svg similarity index 100% rename from projects/icons-material/src/two-tone/looks_4.svg rename to projects/icons-material/src/material/two-tone/looks_4.svg diff --git a/projects/icons-material/src/two-tone/looks_5.svg b/projects/icons-material/src/material/two-tone/looks_5.svg similarity index 100% rename from projects/icons-material/src/two-tone/looks_5.svg rename to projects/icons-material/src/material/two-tone/looks_5.svg diff --git a/projects/icons-material/src/two-tone/looks_6.svg b/projects/icons-material/src/material/two-tone/looks_6.svg similarity index 100% rename from projects/icons-material/src/two-tone/looks_6.svg rename to projects/icons-material/src/material/two-tone/looks_6.svg diff --git a/projects/icons-material/src/two-tone/looks_one.svg b/projects/icons-material/src/material/two-tone/looks_one.svg similarity index 100% rename from projects/icons-material/src/two-tone/looks_one.svg rename to projects/icons-material/src/material/two-tone/looks_one.svg diff --git a/projects/icons-material/src/two-tone/looks_two.svg b/projects/icons-material/src/material/two-tone/looks_two.svg similarity index 100% rename from projects/icons-material/src/two-tone/looks_two.svg rename to projects/icons-material/src/material/two-tone/looks_two.svg diff --git a/projects/icons-material/src/two-tone/loop.svg b/projects/icons-material/src/material/two-tone/loop.svg similarity index 100% rename from projects/icons-material/src/two-tone/loop.svg rename to projects/icons-material/src/material/two-tone/loop.svg diff --git a/projects/icons-material/src/two-tone/loupe.svg b/projects/icons-material/src/material/two-tone/loupe.svg similarity index 100% rename from projects/icons-material/src/two-tone/loupe.svg rename to projects/icons-material/src/material/two-tone/loupe.svg diff --git a/projects/icons-material/src/two-tone/low_priority.svg b/projects/icons-material/src/material/two-tone/low_priority.svg similarity index 100% rename from projects/icons-material/src/two-tone/low_priority.svg rename to projects/icons-material/src/material/two-tone/low_priority.svg diff --git a/projects/icons-material/src/two-tone/loyalty.svg b/projects/icons-material/src/material/two-tone/loyalty.svg similarity index 100% rename from projects/icons-material/src/two-tone/loyalty.svg rename to projects/icons-material/src/material/two-tone/loyalty.svg diff --git a/projects/icons-material/src/two-tone/lte_mobiledata.svg b/projects/icons-material/src/material/two-tone/lte_mobiledata.svg similarity index 100% rename from projects/icons-material/src/two-tone/lte_mobiledata.svg rename to projects/icons-material/src/material/two-tone/lte_mobiledata.svg diff --git a/projects/icons-material/src/two-tone/lte_plus_mobiledata.svg b/projects/icons-material/src/material/two-tone/lte_plus_mobiledata.svg similarity index 100% rename from projects/icons-material/src/two-tone/lte_plus_mobiledata.svg rename to projects/icons-material/src/material/two-tone/lte_plus_mobiledata.svg diff --git a/projects/icons-material/src/two-tone/luggage.svg b/projects/icons-material/src/material/two-tone/luggage.svg similarity index 100% rename from projects/icons-material/src/two-tone/luggage.svg rename to projects/icons-material/src/material/two-tone/luggage.svg diff --git a/projects/icons-material/src/two-tone/lunch_dining.svg b/projects/icons-material/src/material/two-tone/lunch_dining.svg similarity index 100% rename from projects/icons-material/src/two-tone/lunch_dining.svg rename to projects/icons-material/src/material/two-tone/lunch_dining.svg diff --git a/projects/icons-material/src/two-tone/lyrics.svg b/projects/icons-material/src/material/two-tone/lyrics.svg similarity index 100% rename from projects/icons-material/src/two-tone/lyrics.svg rename to projects/icons-material/src/material/two-tone/lyrics.svg diff --git a/projects/icons-material/src/two-tone/macro_off.svg b/projects/icons-material/src/material/two-tone/macro_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/macro_off.svg rename to projects/icons-material/src/material/two-tone/macro_off.svg diff --git a/projects/icons-material/src/two-tone/mail.svg b/projects/icons-material/src/material/two-tone/mail.svg similarity index 100% rename from projects/icons-material/src/two-tone/mail.svg rename to projects/icons-material/src/material/two-tone/mail.svg diff --git a/projects/icons-material/src/two-tone/mail_lock.svg b/projects/icons-material/src/material/two-tone/mail_lock.svg similarity index 100% rename from projects/icons-material/src/two-tone/mail_lock.svg rename to projects/icons-material/src/material/two-tone/mail_lock.svg diff --git a/projects/icons-material/src/two-tone/mail_outline.svg b/projects/icons-material/src/material/two-tone/mail_outline.svg similarity index 100% rename from projects/icons-material/src/two-tone/mail_outline.svg rename to projects/icons-material/src/material/two-tone/mail_outline.svg diff --git a/projects/icons-material/src/two-tone/male.svg b/projects/icons-material/src/material/two-tone/male.svg similarity index 100% rename from projects/icons-material/src/two-tone/male.svg rename to projects/icons-material/src/material/two-tone/male.svg diff --git a/projects/icons-material/src/two-tone/man.svg b/projects/icons-material/src/material/two-tone/man.svg similarity index 100% rename from projects/icons-material/src/two-tone/man.svg rename to projects/icons-material/src/material/two-tone/man.svg diff --git a/projects/icons-material/src/two-tone/man_2.svg b/projects/icons-material/src/material/two-tone/man_2.svg similarity index 100% rename from projects/icons-material/src/two-tone/man_2.svg rename to projects/icons-material/src/material/two-tone/man_2.svg diff --git a/projects/icons-material/src/two-tone/man_3.svg b/projects/icons-material/src/material/two-tone/man_3.svg similarity index 100% rename from projects/icons-material/src/two-tone/man_3.svg rename to projects/icons-material/src/material/two-tone/man_3.svg diff --git a/projects/icons-material/src/two-tone/man_4.svg b/projects/icons-material/src/material/two-tone/man_4.svg similarity index 100% rename from projects/icons-material/src/two-tone/man_4.svg rename to projects/icons-material/src/material/two-tone/man_4.svg diff --git a/projects/icons-material/src/two-tone/manage_accounts.svg b/projects/icons-material/src/material/two-tone/manage_accounts.svg similarity index 100% rename from projects/icons-material/src/two-tone/manage_accounts.svg rename to projects/icons-material/src/material/two-tone/manage_accounts.svg diff --git a/projects/icons-material/src/two-tone/manage_history.svg b/projects/icons-material/src/material/two-tone/manage_history.svg similarity index 100% rename from projects/icons-material/src/two-tone/manage_history.svg rename to projects/icons-material/src/material/two-tone/manage_history.svg diff --git a/projects/icons-material/src/two-tone/manage_search.svg b/projects/icons-material/src/material/two-tone/manage_search.svg similarity index 100% rename from projects/icons-material/src/two-tone/manage_search.svg rename to projects/icons-material/src/material/two-tone/manage_search.svg diff --git a/projects/icons-material/src/two-tone/map.svg b/projects/icons-material/src/material/two-tone/map.svg similarity index 100% rename from projects/icons-material/src/two-tone/map.svg rename to projects/icons-material/src/material/two-tone/map.svg diff --git a/projects/icons-material/src/two-tone/maps_home_work.svg b/projects/icons-material/src/material/two-tone/maps_home_work.svg similarity index 100% rename from projects/icons-material/src/two-tone/maps_home_work.svg rename to projects/icons-material/src/material/two-tone/maps_home_work.svg diff --git a/projects/icons-material/src/two-tone/maps_ugc.svg b/projects/icons-material/src/material/two-tone/maps_ugc.svg similarity index 100% rename from projects/icons-material/src/two-tone/maps_ugc.svg rename to projects/icons-material/src/material/two-tone/maps_ugc.svg diff --git a/projects/icons-material/src/two-tone/margin.svg b/projects/icons-material/src/material/two-tone/margin.svg similarity index 100% rename from projects/icons-material/src/two-tone/margin.svg rename to projects/icons-material/src/material/two-tone/margin.svg diff --git a/projects/icons-material/src/two-tone/mark_as_unread.svg b/projects/icons-material/src/material/two-tone/mark_as_unread.svg similarity index 100% rename from projects/icons-material/src/two-tone/mark_as_unread.svg rename to projects/icons-material/src/material/two-tone/mark_as_unread.svg diff --git a/projects/icons-material/src/two-tone/mark_chat_read.svg b/projects/icons-material/src/material/two-tone/mark_chat_read.svg similarity index 100% rename from projects/icons-material/src/two-tone/mark_chat_read.svg rename to projects/icons-material/src/material/two-tone/mark_chat_read.svg diff --git a/projects/icons-material/src/two-tone/mark_chat_unread.svg b/projects/icons-material/src/material/two-tone/mark_chat_unread.svg similarity index 100% rename from projects/icons-material/src/two-tone/mark_chat_unread.svg rename to projects/icons-material/src/material/two-tone/mark_chat_unread.svg diff --git a/projects/icons-material/src/two-tone/mark_email_read.svg b/projects/icons-material/src/material/two-tone/mark_email_read.svg similarity index 100% rename from projects/icons-material/src/two-tone/mark_email_read.svg rename to projects/icons-material/src/material/two-tone/mark_email_read.svg diff --git a/projects/icons-material/src/two-tone/mark_email_unread.svg b/projects/icons-material/src/material/two-tone/mark_email_unread.svg similarity index 100% rename from projects/icons-material/src/two-tone/mark_email_unread.svg rename to projects/icons-material/src/material/two-tone/mark_email_unread.svg diff --git a/projects/icons-material/src/two-tone/mark_unread_chat_alt.svg b/projects/icons-material/src/material/two-tone/mark_unread_chat_alt.svg similarity index 100% rename from projects/icons-material/src/two-tone/mark_unread_chat_alt.svg rename to projects/icons-material/src/material/two-tone/mark_unread_chat_alt.svg diff --git a/projects/icons-material/src/two-tone/markunread.svg b/projects/icons-material/src/material/two-tone/markunread.svg similarity index 100% rename from projects/icons-material/src/two-tone/markunread.svg rename to projects/icons-material/src/material/two-tone/markunread.svg diff --git a/projects/icons-material/src/two-tone/markunread_mailbox.svg b/projects/icons-material/src/material/two-tone/markunread_mailbox.svg similarity index 100% rename from projects/icons-material/src/two-tone/markunread_mailbox.svg rename to projects/icons-material/src/material/two-tone/markunread_mailbox.svg diff --git a/projects/icons-material/src/two-tone/masks.svg b/projects/icons-material/src/material/two-tone/masks.svg similarity index 100% rename from projects/icons-material/src/two-tone/masks.svg rename to projects/icons-material/src/material/two-tone/masks.svg diff --git a/projects/icons-material/src/two-tone/maximize.svg b/projects/icons-material/src/material/two-tone/maximize.svg similarity index 100% rename from projects/icons-material/src/two-tone/maximize.svg rename to projects/icons-material/src/material/two-tone/maximize.svg diff --git a/projects/icons-material/src/two-tone/media_bluetooth_off.svg b/projects/icons-material/src/material/two-tone/media_bluetooth_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/media_bluetooth_off.svg rename to projects/icons-material/src/material/two-tone/media_bluetooth_off.svg diff --git a/projects/icons-material/src/two-tone/media_bluetooth_on.svg b/projects/icons-material/src/material/two-tone/media_bluetooth_on.svg similarity index 100% rename from projects/icons-material/src/two-tone/media_bluetooth_on.svg rename to projects/icons-material/src/material/two-tone/media_bluetooth_on.svg diff --git a/projects/icons-material/src/two-tone/mediation.svg b/projects/icons-material/src/material/two-tone/mediation.svg similarity index 100% rename from projects/icons-material/src/two-tone/mediation.svg rename to projects/icons-material/src/material/two-tone/mediation.svg diff --git a/projects/icons-material/src/two-tone/medical_information.svg b/projects/icons-material/src/material/two-tone/medical_information.svg similarity index 100% rename from projects/icons-material/src/two-tone/medical_information.svg rename to projects/icons-material/src/material/two-tone/medical_information.svg diff --git a/projects/icons-material/src/two-tone/medical_services.svg b/projects/icons-material/src/material/two-tone/medical_services.svg similarity index 100% rename from projects/icons-material/src/two-tone/medical_services.svg rename to projects/icons-material/src/material/two-tone/medical_services.svg diff --git a/projects/icons-material/src/two-tone/medication.svg b/projects/icons-material/src/material/two-tone/medication.svg similarity index 100% rename from projects/icons-material/src/two-tone/medication.svg rename to projects/icons-material/src/material/two-tone/medication.svg diff --git a/projects/icons-material/src/two-tone/medication_liquid.svg b/projects/icons-material/src/material/two-tone/medication_liquid.svg similarity index 100% rename from projects/icons-material/src/two-tone/medication_liquid.svg rename to projects/icons-material/src/material/two-tone/medication_liquid.svg diff --git a/projects/icons-material/src/two-tone/meeting_room.svg b/projects/icons-material/src/material/two-tone/meeting_room.svg similarity index 100% rename from projects/icons-material/src/two-tone/meeting_room.svg rename to projects/icons-material/src/material/two-tone/meeting_room.svg diff --git a/projects/icons-material/src/two-tone/memory.svg b/projects/icons-material/src/material/two-tone/memory.svg similarity index 100% rename from projects/icons-material/src/two-tone/memory.svg rename to projects/icons-material/src/material/two-tone/memory.svg diff --git a/projects/icons-material/src/two-tone/menu.svg b/projects/icons-material/src/material/two-tone/menu.svg similarity index 100% rename from projects/icons-material/src/two-tone/menu.svg rename to projects/icons-material/src/material/two-tone/menu.svg diff --git a/projects/icons-material/src/two-tone/menu_book.svg b/projects/icons-material/src/material/two-tone/menu_book.svg similarity index 100% rename from projects/icons-material/src/two-tone/menu_book.svg rename to projects/icons-material/src/material/two-tone/menu_book.svg diff --git a/projects/icons-material/src/two-tone/menu_open.svg b/projects/icons-material/src/material/two-tone/menu_open.svg similarity index 100% rename from projects/icons-material/src/two-tone/menu_open.svg rename to projects/icons-material/src/material/two-tone/menu_open.svg diff --git a/projects/icons-material/src/two-tone/merge.svg b/projects/icons-material/src/material/two-tone/merge.svg similarity index 100% rename from projects/icons-material/src/two-tone/merge.svg rename to projects/icons-material/src/material/two-tone/merge.svg diff --git a/projects/icons-material/src/two-tone/merge_type.svg b/projects/icons-material/src/material/two-tone/merge_type.svg similarity index 100% rename from projects/icons-material/src/two-tone/merge_type.svg rename to projects/icons-material/src/material/two-tone/merge_type.svg diff --git a/projects/icons-material/src/two-tone/message.svg b/projects/icons-material/src/material/two-tone/message.svg similarity index 100% rename from projects/icons-material/src/two-tone/message.svg rename to projects/icons-material/src/material/two-tone/message.svg diff --git a/projects/icons-material/src/two-tone/mic.svg b/projects/icons-material/src/material/two-tone/mic.svg similarity index 100% rename from projects/icons-material/src/two-tone/mic.svg rename to projects/icons-material/src/material/two-tone/mic.svg diff --git a/projects/icons-material/src/two-tone/mic_external_off.svg b/projects/icons-material/src/material/two-tone/mic_external_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/mic_external_off.svg rename to projects/icons-material/src/material/two-tone/mic_external_off.svg diff --git a/projects/icons-material/src/two-tone/mic_external_on.svg b/projects/icons-material/src/material/two-tone/mic_external_on.svg similarity index 100% rename from projects/icons-material/src/two-tone/mic_external_on.svg rename to projects/icons-material/src/material/two-tone/mic_external_on.svg diff --git a/projects/icons-material/src/two-tone/mic_none.svg b/projects/icons-material/src/material/two-tone/mic_none.svg similarity index 100% rename from projects/icons-material/src/two-tone/mic_none.svg rename to projects/icons-material/src/material/two-tone/mic_none.svg diff --git a/projects/icons-material/src/two-tone/mic_off.svg b/projects/icons-material/src/material/two-tone/mic_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/mic_off.svg rename to projects/icons-material/src/material/two-tone/mic_off.svg diff --git a/projects/icons-material/src/two-tone/microwave.svg b/projects/icons-material/src/material/two-tone/microwave.svg similarity index 100% rename from projects/icons-material/src/two-tone/microwave.svg rename to projects/icons-material/src/material/two-tone/microwave.svg diff --git a/projects/icons-material/src/two-tone/military_tech.svg b/projects/icons-material/src/material/two-tone/military_tech.svg similarity index 100% rename from projects/icons-material/src/two-tone/military_tech.svg rename to projects/icons-material/src/material/two-tone/military_tech.svg diff --git a/projects/icons-material/src/two-tone/minimize.svg b/projects/icons-material/src/material/two-tone/minimize.svg similarity index 100% rename from projects/icons-material/src/two-tone/minimize.svg rename to projects/icons-material/src/material/two-tone/minimize.svg diff --git a/projects/icons-material/src/two-tone/minor_crash.svg b/projects/icons-material/src/material/two-tone/minor_crash.svg similarity index 100% rename from projects/icons-material/src/two-tone/minor_crash.svg rename to projects/icons-material/src/material/two-tone/minor_crash.svg diff --git a/projects/icons-material/src/two-tone/miscellaneous_services.svg b/projects/icons-material/src/material/two-tone/miscellaneous_services.svg similarity index 100% rename from projects/icons-material/src/two-tone/miscellaneous_services.svg rename to projects/icons-material/src/material/two-tone/miscellaneous_services.svg diff --git a/projects/icons-material/src/two-tone/missed_video_call.svg b/projects/icons-material/src/material/two-tone/missed_video_call.svg similarity index 100% rename from projects/icons-material/src/two-tone/missed_video_call.svg rename to projects/icons-material/src/material/two-tone/missed_video_call.svg diff --git a/projects/icons-material/src/two-tone/mms.svg b/projects/icons-material/src/material/two-tone/mms.svg similarity index 100% rename from projects/icons-material/src/two-tone/mms.svg rename to projects/icons-material/src/material/two-tone/mms.svg diff --git a/projects/icons-material/src/two-tone/mobile_friendly.svg b/projects/icons-material/src/material/two-tone/mobile_friendly.svg similarity index 100% rename from projects/icons-material/src/two-tone/mobile_friendly.svg rename to projects/icons-material/src/material/two-tone/mobile_friendly.svg diff --git a/projects/icons-material/src/two-tone/mobile_off.svg b/projects/icons-material/src/material/two-tone/mobile_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/mobile_off.svg rename to projects/icons-material/src/material/two-tone/mobile_off.svg diff --git a/projects/icons-material/src/two-tone/mobile_screen_share.svg b/projects/icons-material/src/material/two-tone/mobile_screen_share.svg similarity index 100% rename from projects/icons-material/src/two-tone/mobile_screen_share.svg rename to projects/icons-material/src/material/two-tone/mobile_screen_share.svg diff --git a/projects/icons-material/src/two-tone/mobiledata_off.svg b/projects/icons-material/src/material/two-tone/mobiledata_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/mobiledata_off.svg rename to projects/icons-material/src/material/two-tone/mobiledata_off.svg diff --git a/projects/icons-material/src/two-tone/mode.svg b/projects/icons-material/src/material/two-tone/mode.svg similarity index 100% rename from projects/icons-material/src/two-tone/mode.svg rename to projects/icons-material/src/material/two-tone/mode.svg diff --git a/projects/icons-material/src/two-tone/mode_comment.svg b/projects/icons-material/src/material/two-tone/mode_comment.svg similarity index 100% rename from projects/icons-material/src/two-tone/mode_comment.svg rename to projects/icons-material/src/material/two-tone/mode_comment.svg diff --git a/projects/icons-material/src/two-tone/mode_edit.svg b/projects/icons-material/src/material/two-tone/mode_edit.svg similarity index 100% rename from projects/icons-material/src/two-tone/mode_edit.svg rename to projects/icons-material/src/material/two-tone/mode_edit.svg diff --git a/projects/icons-material/src/two-tone/mode_edit_outline.svg b/projects/icons-material/src/material/two-tone/mode_edit_outline.svg similarity index 100% rename from projects/icons-material/src/two-tone/mode_edit_outline.svg rename to projects/icons-material/src/material/two-tone/mode_edit_outline.svg diff --git a/projects/icons-material/src/two-tone/mode_fan_off.svg b/projects/icons-material/src/material/two-tone/mode_fan_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/mode_fan_off.svg rename to projects/icons-material/src/material/two-tone/mode_fan_off.svg diff --git a/projects/icons-material/src/two-tone/mode_night.svg b/projects/icons-material/src/material/two-tone/mode_night.svg similarity index 100% rename from projects/icons-material/src/two-tone/mode_night.svg rename to projects/icons-material/src/material/two-tone/mode_night.svg diff --git a/projects/icons-material/src/two-tone/mode_of_travel.svg b/projects/icons-material/src/material/two-tone/mode_of_travel.svg similarity index 100% rename from projects/icons-material/src/two-tone/mode_of_travel.svg rename to projects/icons-material/src/material/two-tone/mode_of_travel.svg diff --git a/projects/icons-material/src/two-tone/mode_standby.svg b/projects/icons-material/src/material/two-tone/mode_standby.svg similarity index 100% rename from projects/icons-material/src/two-tone/mode_standby.svg rename to projects/icons-material/src/material/two-tone/mode_standby.svg diff --git a/projects/icons-material/src/two-tone/model_training.svg b/projects/icons-material/src/material/two-tone/model_training.svg similarity index 100% rename from projects/icons-material/src/two-tone/model_training.svg rename to projects/icons-material/src/material/two-tone/model_training.svg diff --git a/projects/icons-material/src/two-tone/monetization_on.svg b/projects/icons-material/src/material/two-tone/monetization_on.svg similarity index 100% rename from projects/icons-material/src/two-tone/monetization_on.svg rename to projects/icons-material/src/material/two-tone/monetization_on.svg diff --git a/projects/icons-material/src/two-tone/money.svg b/projects/icons-material/src/material/two-tone/money.svg similarity index 100% rename from projects/icons-material/src/two-tone/money.svg rename to projects/icons-material/src/material/two-tone/money.svg diff --git a/projects/icons-material/src/two-tone/money_off.svg b/projects/icons-material/src/material/two-tone/money_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/money_off.svg rename to projects/icons-material/src/material/two-tone/money_off.svg diff --git a/projects/icons-material/src/two-tone/money_off_csred.svg b/projects/icons-material/src/material/two-tone/money_off_csred.svg similarity index 100% rename from projects/icons-material/src/two-tone/money_off_csred.svg rename to projects/icons-material/src/material/two-tone/money_off_csred.svg diff --git a/projects/icons-material/src/two-tone/monitor.svg b/projects/icons-material/src/material/two-tone/monitor.svg similarity index 100% rename from projects/icons-material/src/two-tone/monitor.svg rename to projects/icons-material/src/material/two-tone/monitor.svg diff --git a/projects/icons-material/src/two-tone/monitor_heart.svg b/projects/icons-material/src/material/two-tone/monitor_heart.svg similarity index 100% rename from projects/icons-material/src/two-tone/monitor_heart.svg rename to projects/icons-material/src/material/two-tone/monitor_heart.svg diff --git a/projects/icons-material/src/two-tone/monitor_weight.svg b/projects/icons-material/src/material/two-tone/monitor_weight.svg similarity index 100% rename from projects/icons-material/src/two-tone/monitor_weight.svg rename to projects/icons-material/src/material/two-tone/monitor_weight.svg diff --git a/projects/icons-material/src/two-tone/monochrome_photos.svg b/projects/icons-material/src/material/two-tone/monochrome_photos.svg similarity index 100% rename from projects/icons-material/src/two-tone/monochrome_photos.svg rename to projects/icons-material/src/material/two-tone/monochrome_photos.svg diff --git a/projects/icons-material/src/two-tone/mood.svg b/projects/icons-material/src/material/two-tone/mood.svg similarity index 100% rename from projects/icons-material/src/two-tone/mood.svg rename to projects/icons-material/src/material/two-tone/mood.svg diff --git a/projects/icons-material/src/two-tone/mood_bad.svg b/projects/icons-material/src/material/two-tone/mood_bad.svg similarity index 100% rename from projects/icons-material/src/two-tone/mood_bad.svg rename to projects/icons-material/src/material/two-tone/mood_bad.svg diff --git a/projects/icons-material/src/two-tone/moped.svg b/projects/icons-material/src/material/two-tone/moped.svg similarity index 100% rename from projects/icons-material/src/two-tone/moped.svg rename to projects/icons-material/src/material/two-tone/moped.svg diff --git a/projects/icons-material/src/two-tone/more.svg b/projects/icons-material/src/material/two-tone/more.svg similarity index 100% rename from projects/icons-material/src/two-tone/more.svg rename to projects/icons-material/src/material/two-tone/more.svg diff --git a/projects/icons-material/src/two-tone/more_horiz.svg b/projects/icons-material/src/material/two-tone/more_horiz.svg similarity index 100% rename from projects/icons-material/src/two-tone/more_horiz.svg rename to projects/icons-material/src/material/two-tone/more_horiz.svg diff --git a/projects/icons-material/src/two-tone/more_time.svg b/projects/icons-material/src/material/two-tone/more_time.svg similarity index 100% rename from projects/icons-material/src/two-tone/more_time.svg rename to projects/icons-material/src/material/two-tone/more_time.svg diff --git a/projects/icons-material/src/two-tone/more_vert.svg b/projects/icons-material/src/material/two-tone/more_vert.svg similarity index 100% rename from projects/icons-material/src/two-tone/more_vert.svg rename to projects/icons-material/src/material/two-tone/more_vert.svg diff --git a/projects/icons-material/src/two-tone/mosque.svg b/projects/icons-material/src/material/two-tone/mosque.svg similarity index 100% rename from projects/icons-material/src/two-tone/mosque.svg rename to projects/icons-material/src/material/two-tone/mosque.svg diff --git a/projects/icons-material/src/two-tone/motion_photos_auto.svg b/projects/icons-material/src/material/two-tone/motion_photos_auto.svg similarity index 100% rename from projects/icons-material/src/two-tone/motion_photos_auto.svg rename to projects/icons-material/src/material/two-tone/motion_photos_auto.svg diff --git a/projects/icons-material/src/two-tone/motion_photos_off.svg b/projects/icons-material/src/material/two-tone/motion_photos_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/motion_photos_off.svg rename to projects/icons-material/src/material/two-tone/motion_photos_off.svg diff --git a/projects/icons-material/src/two-tone/motion_photos_on.svg b/projects/icons-material/src/material/two-tone/motion_photos_on.svg similarity index 100% rename from projects/icons-material/src/two-tone/motion_photos_on.svg rename to projects/icons-material/src/material/two-tone/motion_photos_on.svg diff --git a/projects/icons-material/src/two-tone/motion_photos_pause.svg b/projects/icons-material/src/material/two-tone/motion_photos_pause.svg similarity index 100% rename from projects/icons-material/src/two-tone/motion_photos_pause.svg rename to projects/icons-material/src/material/two-tone/motion_photos_pause.svg diff --git a/projects/icons-material/src/two-tone/motion_photos_paused.svg b/projects/icons-material/src/material/two-tone/motion_photos_paused.svg similarity index 100% rename from projects/icons-material/src/two-tone/motion_photos_paused.svg rename to projects/icons-material/src/material/two-tone/motion_photos_paused.svg diff --git a/projects/icons-material/src/two-tone/mouse.svg b/projects/icons-material/src/material/two-tone/mouse.svg similarity index 100% rename from projects/icons-material/src/two-tone/mouse.svg rename to projects/icons-material/src/material/two-tone/mouse.svg diff --git a/projects/icons-material/src/two-tone/move_down.svg b/projects/icons-material/src/material/two-tone/move_down.svg similarity index 100% rename from projects/icons-material/src/two-tone/move_down.svg rename to projects/icons-material/src/material/two-tone/move_down.svg diff --git a/projects/icons-material/src/two-tone/move_to_inbox.svg b/projects/icons-material/src/material/two-tone/move_to_inbox.svg similarity index 100% rename from projects/icons-material/src/two-tone/move_to_inbox.svg rename to projects/icons-material/src/material/two-tone/move_to_inbox.svg diff --git a/projects/icons-material/src/two-tone/move_up.svg b/projects/icons-material/src/material/two-tone/move_up.svg similarity index 100% rename from projects/icons-material/src/two-tone/move_up.svg rename to projects/icons-material/src/material/two-tone/move_up.svg diff --git a/projects/icons-material/src/two-tone/movie.svg b/projects/icons-material/src/material/two-tone/movie.svg similarity index 100% rename from projects/icons-material/src/two-tone/movie.svg rename to projects/icons-material/src/material/two-tone/movie.svg diff --git a/projects/icons-material/src/two-tone/movie_creation.svg b/projects/icons-material/src/material/two-tone/movie_creation.svg similarity index 100% rename from projects/icons-material/src/two-tone/movie_creation.svg rename to projects/icons-material/src/material/two-tone/movie_creation.svg diff --git a/projects/icons-material/src/two-tone/movie_filter.svg b/projects/icons-material/src/material/two-tone/movie_filter.svg similarity index 100% rename from projects/icons-material/src/two-tone/movie_filter.svg rename to projects/icons-material/src/material/two-tone/movie_filter.svg diff --git a/projects/icons-material/src/two-tone/moving.svg b/projects/icons-material/src/material/two-tone/moving.svg similarity index 100% rename from projects/icons-material/src/two-tone/moving.svg rename to projects/icons-material/src/material/two-tone/moving.svg diff --git a/projects/icons-material/src/two-tone/mp.svg b/projects/icons-material/src/material/two-tone/mp.svg similarity index 100% rename from projects/icons-material/src/two-tone/mp.svg rename to projects/icons-material/src/material/two-tone/mp.svg diff --git a/projects/icons-material/src/two-tone/multiline_chart.svg b/projects/icons-material/src/material/two-tone/multiline_chart.svg similarity index 100% rename from projects/icons-material/src/two-tone/multiline_chart.svg rename to projects/icons-material/src/material/two-tone/multiline_chart.svg diff --git a/projects/icons-material/src/two-tone/multiple_stop.svg b/projects/icons-material/src/material/two-tone/multiple_stop.svg similarity index 100% rename from projects/icons-material/src/two-tone/multiple_stop.svg rename to projects/icons-material/src/material/two-tone/multiple_stop.svg diff --git a/projects/icons-material/src/two-tone/museum.svg b/projects/icons-material/src/material/two-tone/museum.svg similarity index 100% rename from projects/icons-material/src/two-tone/museum.svg rename to projects/icons-material/src/material/two-tone/museum.svg diff --git a/projects/icons-material/src/two-tone/music_note.svg b/projects/icons-material/src/material/two-tone/music_note.svg similarity index 100% rename from projects/icons-material/src/two-tone/music_note.svg rename to projects/icons-material/src/material/two-tone/music_note.svg diff --git a/projects/icons-material/src/two-tone/music_off.svg b/projects/icons-material/src/material/two-tone/music_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/music_off.svg rename to projects/icons-material/src/material/two-tone/music_off.svg diff --git a/projects/icons-material/src/two-tone/music_video.svg b/projects/icons-material/src/material/two-tone/music_video.svg similarity index 100% rename from projects/icons-material/src/two-tone/music_video.svg rename to projects/icons-material/src/material/two-tone/music_video.svg diff --git a/projects/icons-material/src/two-tone/my_location.svg b/projects/icons-material/src/material/two-tone/my_location.svg similarity index 100% rename from projects/icons-material/src/two-tone/my_location.svg rename to projects/icons-material/src/material/two-tone/my_location.svg diff --git a/projects/icons-material/src/two-tone/nat.svg b/projects/icons-material/src/material/two-tone/nat.svg similarity index 100% rename from projects/icons-material/src/two-tone/nat.svg rename to projects/icons-material/src/material/two-tone/nat.svg diff --git a/projects/icons-material/src/two-tone/nature.svg b/projects/icons-material/src/material/two-tone/nature.svg similarity index 100% rename from projects/icons-material/src/two-tone/nature.svg rename to projects/icons-material/src/material/two-tone/nature.svg diff --git a/projects/icons-material/src/two-tone/nature_people.svg b/projects/icons-material/src/material/two-tone/nature_people.svg similarity index 100% rename from projects/icons-material/src/two-tone/nature_people.svg rename to projects/icons-material/src/material/two-tone/nature_people.svg diff --git a/projects/icons-material/src/two-tone/navigate_before.svg b/projects/icons-material/src/material/two-tone/navigate_before.svg similarity index 100% rename from projects/icons-material/src/two-tone/navigate_before.svg rename to projects/icons-material/src/material/two-tone/navigate_before.svg diff --git a/projects/icons-material/src/two-tone/navigate_next.svg b/projects/icons-material/src/material/two-tone/navigate_next.svg similarity index 100% rename from projects/icons-material/src/two-tone/navigate_next.svg rename to projects/icons-material/src/material/two-tone/navigate_next.svg diff --git a/projects/icons-material/src/two-tone/navigation.svg b/projects/icons-material/src/material/two-tone/navigation.svg similarity index 100% rename from projects/icons-material/src/two-tone/navigation.svg rename to projects/icons-material/src/material/two-tone/navigation.svg diff --git a/projects/icons-material/src/two-tone/near_me.svg b/projects/icons-material/src/material/two-tone/near_me.svg similarity index 100% rename from projects/icons-material/src/two-tone/near_me.svg rename to projects/icons-material/src/material/two-tone/near_me.svg diff --git a/projects/icons-material/src/two-tone/near_me_disabled.svg b/projects/icons-material/src/material/two-tone/near_me_disabled.svg similarity index 100% rename from projects/icons-material/src/two-tone/near_me_disabled.svg rename to projects/icons-material/src/material/two-tone/near_me_disabled.svg diff --git a/projects/icons-material/src/two-tone/nearby_error.svg b/projects/icons-material/src/material/two-tone/nearby_error.svg similarity index 100% rename from projects/icons-material/src/two-tone/nearby_error.svg rename to projects/icons-material/src/material/two-tone/nearby_error.svg diff --git a/projects/icons-material/src/two-tone/nearby_off.svg b/projects/icons-material/src/material/two-tone/nearby_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/nearby_off.svg rename to projects/icons-material/src/material/two-tone/nearby_off.svg diff --git a/projects/icons-material/src/two-tone/nest_cam_wired_stand.svg b/projects/icons-material/src/material/two-tone/nest_cam_wired_stand.svg similarity index 100% rename from projects/icons-material/src/two-tone/nest_cam_wired_stand.svg rename to projects/icons-material/src/material/two-tone/nest_cam_wired_stand.svg diff --git a/projects/icons-material/src/two-tone/network_cell.svg b/projects/icons-material/src/material/two-tone/network_cell.svg similarity index 100% rename from projects/icons-material/src/two-tone/network_cell.svg rename to projects/icons-material/src/material/two-tone/network_cell.svg diff --git a/projects/icons-material/src/two-tone/network_check.svg b/projects/icons-material/src/material/two-tone/network_check.svg similarity index 100% rename from projects/icons-material/src/two-tone/network_check.svg rename to projects/icons-material/src/material/two-tone/network_check.svg diff --git a/projects/icons-material/src/two-tone/network_locked.svg b/projects/icons-material/src/material/two-tone/network_locked.svg similarity index 100% rename from projects/icons-material/src/two-tone/network_locked.svg rename to projects/icons-material/src/material/two-tone/network_locked.svg diff --git a/projects/icons-material/src/two-tone/network_ping.svg b/projects/icons-material/src/material/two-tone/network_ping.svg similarity index 100% rename from projects/icons-material/src/two-tone/network_ping.svg rename to projects/icons-material/src/material/two-tone/network_ping.svg diff --git a/projects/icons-material/src/two-tone/network_wifi.svg b/projects/icons-material/src/material/two-tone/network_wifi.svg similarity index 100% rename from projects/icons-material/src/two-tone/network_wifi.svg rename to projects/icons-material/src/material/two-tone/network_wifi.svg diff --git a/projects/icons-material/src/two-tone/network_wifi_1_bar.svg b/projects/icons-material/src/material/two-tone/network_wifi_1_bar.svg similarity index 100% rename from projects/icons-material/src/two-tone/network_wifi_1_bar.svg rename to projects/icons-material/src/material/two-tone/network_wifi_1_bar.svg diff --git a/projects/icons-material/src/two-tone/network_wifi_2_bar.svg b/projects/icons-material/src/material/two-tone/network_wifi_2_bar.svg similarity index 100% rename from projects/icons-material/src/two-tone/network_wifi_2_bar.svg rename to projects/icons-material/src/material/two-tone/network_wifi_2_bar.svg diff --git a/projects/icons-material/src/two-tone/network_wifi_3_bar.svg b/projects/icons-material/src/material/two-tone/network_wifi_3_bar.svg similarity index 100% rename from projects/icons-material/src/two-tone/network_wifi_3_bar.svg rename to projects/icons-material/src/material/two-tone/network_wifi_3_bar.svg diff --git a/projects/icons-material/src/two-tone/new_label.svg b/projects/icons-material/src/material/two-tone/new_label.svg similarity index 100% rename from projects/icons-material/src/two-tone/new_label.svg rename to projects/icons-material/src/material/two-tone/new_label.svg diff --git a/projects/icons-material/src/two-tone/new_releases.svg b/projects/icons-material/src/material/two-tone/new_releases.svg similarity index 100% rename from projects/icons-material/src/two-tone/new_releases.svg rename to projects/icons-material/src/material/two-tone/new_releases.svg diff --git a/projects/icons-material/src/two-tone/newspaper.svg b/projects/icons-material/src/material/two-tone/newspaper.svg similarity index 100% rename from projects/icons-material/src/two-tone/newspaper.svg rename to projects/icons-material/src/material/two-tone/newspaper.svg diff --git a/projects/icons-material/src/two-tone/next_plan.svg b/projects/icons-material/src/material/two-tone/next_plan.svg similarity index 100% rename from projects/icons-material/src/two-tone/next_plan.svg rename to projects/icons-material/src/material/two-tone/next_plan.svg diff --git a/projects/icons-material/src/two-tone/next_week.svg b/projects/icons-material/src/material/two-tone/next_week.svg similarity index 100% rename from projects/icons-material/src/two-tone/next_week.svg rename to projects/icons-material/src/material/two-tone/next_week.svg diff --git a/projects/icons-material/src/two-tone/nfc.svg b/projects/icons-material/src/material/two-tone/nfc.svg similarity index 100% rename from projects/icons-material/src/two-tone/nfc.svg rename to projects/icons-material/src/material/two-tone/nfc.svg diff --git a/projects/icons-material/src/two-tone/night_shelter.svg b/projects/icons-material/src/material/two-tone/night_shelter.svg similarity index 100% rename from projects/icons-material/src/two-tone/night_shelter.svg rename to projects/icons-material/src/material/two-tone/night_shelter.svg diff --git a/projects/icons-material/src/two-tone/nightlife.svg b/projects/icons-material/src/material/two-tone/nightlife.svg similarity index 100% rename from projects/icons-material/src/two-tone/nightlife.svg rename to projects/icons-material/src/material/two-tone/nightlife.svg diff --git a/projects/icons-material/src/two-tone/nightlight.svg b/projects/icons-material/src/material/two-tone/nightlight.svg similarity index 100% rename from projects/icons-material/src/two-tone/nightlight.svg rename to projects/icons-material/src/material/two-tone/nightlight.svg diff --git a/projects/icons-material/src/two-tone/nightlight_round.svg b/projects/icons-material/src/material/two-tone/nightlight_round.svg similarity index 100% rename from projects/icons-material/src/two-tone/nightlight_round.svg rename to projects/icons-material/src/material/two-tone/nightlight_round.svg diff --git a/projects/icons-material/src/two-tone/nights_stay.svg b/projects/icons-material/src/material/two-tone/nights_stay.svg similarity index 100% rename from projects/icons-material/src/two-tone/nights_stay.svg rename to projects/icons-material/src/material/two-tone/nights_stay.svg diff --git a/projects/icons-material/src/two-tone/no_accounts.svg b/projects/icons-material/src/material/two-tone/no_accounts.svg similarity index 100% rename from projects/icons-material/src/two-tone/no_accounts.svg rename to projects/icons-material/src/material/two-tone/no_accounts.svg diff --git a/projects/icons-material/src/two-tone/no_adult_content.svg b/projects/icons-material/src/material/two-tone/no_adult_content.svg similarity index 100% rename from projects/icons-material/src/two-tone/no_adult_content.svg rename to projects/icons-material/src/material/two-tone/no_adult_content.svg diff --git a/projects/icons-material/src/two-tone/no_backpack.svg b/projects/icons-material/src/material/two-tone/no_backpack.svg similarity index 100% rename from projects/icons-material/src/two-tone/no_backpack.svg rename to projects/icons-material/src/material/two-tone/no_backpack.svg diff --git a/projects/icons-material/src/two-tone/no_cell.svg b/projects/icons-material/src/material/two-tone/no_cell.svg similarity index 100% rename from projects/icons-material/src/two-tone/no_cell.svg rename to projects/icons-material/src/material/two-tone/no_cell.svg diff --git a/projects/icons-material/src/two-tone/no_crash.svg b/projects/icons-material/src/material/two-tone/no_crash.svg similarity index 100% rename from projects/icons-material/src/two-tone/no_crash.svg rename to projects/icons-material/src/material/two-tone/no_crash.svg diff --git a/projects/icons-material/src/two-tone/no_drinks.svg b/projects/icons-material/src/material/two-tone/no_drinks.svg similarity index 100% rename from projects/icons-material/src/two-tone/no_drinks.svg rename to projects/icons-material/src/material/two-tone/no_drinks.svg diff --git a/projects/icons-material/src/two-tone/no_encryption.svg b/projects/icons-material/src/material/two-tone/no_encryption.svg similarity index 100% rename from projects/icons-material/src/two-tone/no_encryption.svg rename to projects/icons-material/src/material/two-tone/no_encryption.svg diff --git a/projects/icons-material/src/two-tone/no_encryption_gmailerrorred.svg b/projects/icons-material/src/material/two-tone/no_encryption_gmailerrorred.svg similarity index 100% rename from projects/icons-material/src/two-tone/no_encryption_gmailerrorred.svg rename to projects/icons-material/src/material/two-tone/no_encryption_gmailerrorred.svg diff --git a/projects/icons-material/src/two-tone/no_flash.svg b/projects/icons-material/src/material/two-tone/no_flash.svg similarity index 100% rename from projects/icons-material/src/two-tone/no_flash.svg rename to projects/icons-material/src/material/two-tone/no_flash.svg diff --git a/projects/icons-material/src/two-tone/no_food.svg b/projects/icons-material/src/material/two-tone/no_food.svg similarity index 100% rename from projects/icons-material/src/two-tone/no_food.svg rename to projects/icons-material/src/material/two-tone/no_food.svg diff --git a/projects/icons-material/src/two-tone/no_luggage.svg b/projects/icons-material/src/material/two-tone/no_luggage.svg similarity index 100% rename from projects/icons-material/src/two-tone/no_luggage.svg rename to projects/icons-material/src/material/two-tone/no_luggage.svg diff --git a/projects/icons-material/src/two-tone/no_meals.svg b/projects/icons-material/src/material/two-tone/no_meals.svg similarity index 100% rename from projects/icons-material/src/two-tone/no_meals.svg rename to projects/icons-material/src/material/two-tone/no_meals.svg diff --git a/projects/icons-material/src/two-tone/no_meeting_room.svg b/projects/icons-material/src/material/two-tone/no_meeting_room.svg similarity index 100% rename from projects/icons-material/src/two-tone/no_meeting_room.svg rename to projects/icons-material/src/material/two-tone/no_meeting_room.svg diff --git a/projects/icons-material/src/two-tone/no_photography.svg b/projects/icons-material/src/material/two-tone/no_photography.svg similarity index 100% rename from projects/icons-material/src/two-tone/no_photography.svg rename to projects/icons-material/src/material/two-tone/no_photography.svg diff --git a/projects/icons-material/src/two-tone/no_sim.svg b/projects/icons-material/src/material/two-tone/no_sim.svg similarity index 100% rename from projects/icons-material/src/two-tone/no_sim.svg rename to projects/icons-material/src/material/two-tone/no_sim.svg diff --git a/projects/icons-material/src/two-tone/no_stroller.svg b/projects/icons-material/src/material/two-tone/no_stroller.svg similarity index 100% rename from projects/icons-material/src/two-tone/no_stroller.svg rename to projects/icons-material/src/material/two-tone/no_stroller.svg diff --git a/projects/icons-material/src/two-tone/no_transfer.svg b/projects/icons-material/src/material/two-tone/no_transfer.svg similarity index 100% rename from projects/icons-material/src/two-tone/no_transfer.svg rename to projects/icons-material/src/material/two-tone/no_transfer.svg diff --git a/projects/icons-material/src/two-tone/noise_aware.svg b/projects/icons-material/src/material/two-tone/noise_aware.svg similarity index 100% rename from projects/icons-material/src/two-tone/noise_aware.svg rename to projects/icons-material/src/material/two-tone/noise_aware.svg diff --git a/projects/icons-material/src/two-tone/noise_control_off.svg b/projects/icons-material/src/material/two-tone/noise_control_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/noise_control_off.svg rename to projects/icons-material/src/material/two-tone/noise_control_off.svg diff --git a/projects/icons-material/src/two-tone/nordic_walking.svg b/projects/icons-material/src/material/two-tone/nordic_walking.svg similarity index 100% rename from projects/icons-material/src/two-tone/nordic_walking.svg rename to projects/icons-material/src/material/two-tone/nordic_walking.svg diff --git a/projects/icons-material/src/two-tone/north.svg b/projects/icons-material/src/material/two-tone/north.svg similarity index 100% rename from projects/icons-material/src/two-tone/north.svg rename to projects/icons-material/src/material/two-tone/north.svg diff --git a/projects/icons-material/src/two-tone/north_east.svg b/projects/icons-material/src/material/two-tone/north_east.svg similarity index 100% rename from projects/icons-material/src/two-tone/north_east.svg rename to projects/icons-material/src/material/two-tone/north_east.svg diff --git a/projects/icons-material/src/two-tone/north_west.svg b/projects/icons-material/src/material/two-tone/north_west.svg similarity index 100% rename from projects/icons-material/src/two-tone/north_west.svg rename to projects/icons-material/src/material/two-tone/north_west.svg diff --git a/projects/icons-material/src/two-tone/not_accessible.svg b/projects/icons-material/src/material/two-tone/not_accessible.svg similarity index 100% rename from projects/icons-material/src/two-tone/not_accessible.svg rename to projects/icons-material/src/material/two-tone/not_accessible.svg diff --git a/projects/icons-material/src/two-tone/not_interested.svg b/projects/icons-material/src/material/two-tone/not_interested.svg similarity index 100% rename from projects/icons-material/src/two-tone/not_interested.svg rename to projects/icons-material/src/material/two-tone/not_interested.svg diff --git a/projects/icons-material/src/two-tone/not_listed_location.svg b/projects/icons-material/src/material/two-tone/not_listed_location.svg similarity index 100% rename from projects/icons-material/src/two-tone/not_listed_location.svg rename to projects/icons-material/src/material/two-tone/not_listed_location.svg diff --git a/projects/icons-material/src/two-tone/not_started.svg b/projects/icons-material/src/material/two-tone/not_started.svg similarity index 100% rename from projects/icons-material/src/two-tone/not_started.svg rename to projects/icons-material/src/material/two-tone/not_started.svg diff --git a/projects/icons-material/src/two-tone/note.svg b/projects/icons-material/src/material/two-tone/note.svg similarity index 100% rename from projects/icons-material/src/two-tone/note.svg rename to projects/icons-material/src/material/two-tone/note.svg diff --git a/projects/icons-material/src/two-tone/note_add.svg b/projects/icons-material/src/material/two-tone/note_add.svg similarity index 100% rename from projects/icons-material/src/two-tone/note_add.svg rename to projects/icons-material/src/material/two-tone/note_add.svg diff --git a/projects/icons-material/src/two-tone/note_alt.svg b/projects/icons-material/src/material/two-tone/note_alt.svg similarity index 100% rename from projects/icons-material/src/two-tone/note_alt.svg rename to projects/icons-material/src/material/two-tone/note_alt.svg diff --git a/projects/icons-material/src/two-tone/notes.svg b/projects/icons-material/src/material/two-tone/notes.svg similarity index 100% rename from projects/icons-material/src/two-tone/notes.svg rename to projects/icons-material/src/material/two-tone/notes.svg diff --git a/projects/icons-material/src/two-tone/notification_add.svg b/projects/icons-material/src/material/two-tone/notification_add.svg similarity index 100% rename from projects/icons-material/src/two-tone/notification_add.svg rename to projects/icons-material/src/material/two-tone/notification_add.svg diff --git a/projects/icons-material/src/two-tone/notification_important.svg b/projects/icons-material/src/material/two-tone/notification_important.svg similarity index 100% rename from projects/icons-material/src/two-tone/notification_important.svg rename to projects/icons-material/src/material/two-tone/notification_important.svg diff --git a/projects/icons-material/src/two-tone/notifications.svg b/projects/icons-material/src/material/two-tone/notifications.svg similarity index 100% rename from projects/icons-material/src/two-tone/notifications.svg rename to projects/icons-material/src/material/two-tone/notifications.svg diff --git a/projects/icons-material/src/two-tone/notifications_active.svg b/projects/icons-material/src/material/two-tone/notifications_active.svg similarity index 100% rename from projects/icons-material/src/two-tone/notifications_active.svg rename to projects/icons-material/src/material/two-tone/notifications_active.svg diff --git a/projects/icons-material/src/two-tone/notifications_none.svg b/projects/icons-material/src/material/two-tone/notifications_none.svg similarity index 100% rename from projects/icons-material/src/two-tone/notifications_none.svg rename to projects/icons-material/src/material/two-tone/notifications_none.svg diff --git a/projects/icons-material/src/two-tone/notifications_off.svg b/projects/icons-material/src/material/two-tone/notifications_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/notifications_off.svg rename to projects/icons-material/src/material/two-tone/notifications_off.svg diff --git a/projects/icons-material/src/two-tone/notifications_paused.svg b/projects/icons-material/src/material/two-tone/notifications_paused.svg similarity index 100% rename from projects/icons-material/src/two-tone/notifications_paused.svg rename to projects/icons-material/src/material/two-tone/notifications_paused.svg diff --git a/projects/icons-material/src/two-tone/numbers.svg b/projects/icons-material/src/material/two-tone/numbers.svg similarity index 100% rename from projects/icons-material/src/two-tone/numbers.svg rename to projects/icons-material/src/material/two-tone/numbers.svg diff --git a/projects/icons-material/src/two-tone/offline_bolt.svg b/projects/icons-material/src/material/two-tone/offline_bolt.svg similarity index 100% rename from projects/icons-material/src/two-tone/offline_bolt.svg rename to projects/icons-material/src/material/two-tone/offline_bolt.svg diff --git a/projects/icons-material/src/two-tone/offline_pin.svg b/projects/icons-material/src/material/two-tone/offline_pin.svg similarity index 100% rename from projects/icons-material/src/two-tone/offline_pin.svg rename to projects/icons-material/src/material/two-tone/offline_pin.svg diff --git a/projects/icons-material/src/two-tone/offline_share.svg b/projects/icons-material/src/material/two-tone/offline_share.svg similarity index 100% rename from projects/icons-material/src/two-tone/offline_share.svg rename to projects/icons-material/src/material/two-tone/offline_share.svg diff --git a/projects/icons-material/src/two-tone/oil_barrel.svg b/projects/icons-material/src/material/two-tone/oil_barrel.svg similarity index 100% rename from projects/icons-material/src/two-tone/oil_barrel.svg rename to projects/icons-material/src/material/two-tone/oil_barrel.svg diff --git a/projects/icons-material/src/two-tone/on_device_training.svg b/projects/icons-material/src/material/two-tone/on_device_training.svg similarity index 100% rename from projects/icons-material/src/two-tone/on_device_training.svg rename to projects/icons-material/src/material/two-tone/on_device_training.svg diff --git a/projects/icons-material/src/two-tone/ondemand_video.svg b/projects/icons-material/src/material/two-tone/ondemand_video.svg similarity index 100% rename from projects/icons-material/src/two-tone/ondemand_video.svg rename to projects/icons-material/src/material/two-tone/ondemand_video.svg diff --git a/projects/icons-material/src/two-tone/online_prediction.svg b/projects/icons-material/src/material/two-tone/online_prediction.svg similarity index 100% rename from projects/icons-material/src/two-tone/online_prediction.svg rename to projects/icons-material/src/material/two-tone/online_prediction.svg diff --git a/projects/icons-material/src/two-tone/opacity.svg b/projects/icons-material/src/material/two-tone/opacity.svg similarity index 100% rename from projects/icons-material/src/two-tone/opacity.svg rename to projects/icons-material/src/material/two-tone/opacity.svg diff --git a/projects/icons-material/src/two-tone/open_in_browser.svg b/projects/icons-material/src/material/two-tone/open_in_browser.svg similarity index 100% rename from projects/icons-material/src/two-tone/open_in_browser.svg rename to projects/icons-material/src/material/two-tone/open_in_browser.svg diff --git a/projects/icons-material/src/two-tone/open_in_full.svg b/projects/icons-material/src/material/two-tone/open_in_full.svg similarity index 100% rename from projects/icons-material/src/two-tone/open_in_full.svg rename to projects/icons-material/src/material/two-tone/open_in_full.svg diff --git a/projects/icons-material/src/two-tone/open_in_new.svg b/projects/icons-material/src/material/two-tone/open_in_new.svg similarity index 100% rename from projects/icons-material/src/two-tone/open_in_new.svg rename to projects/icons-material/src/material/two-tone/open_in_new.svg diff --git a/projects/icons-material/src/two-tone/open_in_new_off.svg b/projects/icons-material/src/material/two-tone/open_in_new_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/open_in_new_off.svg rename to projects/icons-material/src/material/two-tone/open_in_new_off.svg diff --git a/projects/icons-material/src/two-tone/open_with.svg b/projects/icons-material/src/material/two-tone/open_with.svg similarity index 100% rename from projects/icons-material/src/two-tone/open_with.svg rename to projects/icons-material/src/material/two-tone/open_with.svg diff --git a/projects/icons-material/src/two-tone/other_houses.svg b/projects/icons-material/src/material/two-tone/other_houses.svg similarity index 100% rename from projects/icons-material/src/two-tone/other_houses.svg rename to projects/icons-material/src/material/two-tone/other_houses.svg diff --git a/projects/icons-material/src/two-tone/outbound.svg b/projects/icons-material/src/material/two-tone/outbound.svg similarity index 100% rename from projects/icons-material/src/two-tone/outbound.svg rename to projects/icons-material/src/material/two-tone/outbound.svg diff --git a/projects/icons-material/src/two-tone/outbox.svg b/projects/icons-material/src/material/two-tone/outbox.svg similarity index 100% rename from projects/icons-material/src/two-tone/outbox.svg rename to projects/icons-material/src/material/two-tone/outbox.svg diff --git a/projects/icons-material/src/two-tone/outdoor_grill.svg b/projects/icons-material/src/material/two-tone/outdoor_grill.svg similarity index 100% rename from projects/icons-material/src/two-tone/outdoor_grill.svg rename to projects/icons-material/src/material/two-tone/outdoor_grill.svg diff --git a/projects/icons-material/src/two-tone/outlet.svg b/projects/icons-material/src/material/two-tone/outlet.svg similarity index 100% rename from projects/icons-material/src/two-tone/outlet.svg rename to projects/icons-material/src/material/two-tone/outlet.svg diff --git a/projects/icons-material/src/two-tone/outlined_flag.svg b/projects/icons-material/src/material/two-tone/outlined_flag.svg similarity index 100% rename from projects/icons-material/src/two-tone/outlined_flag.svg rename to projects/icons-material/src/material/two-tone/outlined_flag.svg diff --git a/projects/icons-material/src/two-tone/output.svg b/projects/icons-material/src/material/two-tone/output.svg similarity index 100% rename from projects/icons-material/src/two-tone/output.svg rename to projects/icons-material/src/material/two-tone/output.svg diff --git a/projects/icons-material/src/two-tone/padding.svg b/projects/icons-material/src/material/two-tone/padding.svg similarity index 100% rename from projects/icons-material/src/two-tone/padding.svg rename to projects/icons-material/src/material/two-tone/padding.svg diff --git a/projects/icons-material/src/two-tone/pages.svg b/projects/icons-material/src/material/two-tone/pages.svg similarity index 100% rename from projects/icons-material/src/two-tone/pages.svg rename to projects/icons-material/src/material/two-tone/pages.svg diff --git a/projects/icons-material/src/two-tone/pageview.svg b/projects/icons-material/src/material/two-tone/pageview.svg similarity index 100% rename from projects/icons-material/src/two-tone/pageview.svg rename to projects/icons-material/src/material/two-tone/pageview.svg diff --git a/projects/icons-material/src/two-tone/paid.svg b/projects/icons-material/src/material/two-tone/paid.svg similarity index 100% rename from projects/icons-material/src/two-tone/paid.svg rename to projects/icons-material/src/material/two-tone/paid.svg diff --git a/projects/icons-material/src/two-tone/palette.svg b/projects/icons-material/src/material/two-tone/palette.svg similarity index 100% rename from projects/icons-material/src/two-tone/palette.svg rename to projects/icons-material/src/material/two-tone/palette.svg diff --git a/projects/icons-material/src/two-tone/pan_tool.svg b/projects/icons-material/src/material/two-tone/pan_tool.svg similarity index 100% rename from projects/icons-material/src/two-tone/pan_tool.svg rename to projects/icons-material/src/material/two-tone/pan_tool.svg diff --git a/projects/icons-material/src/two-tone/pan_tool_alt.svg b/projects/icons-material/src/material/two-tone/pan_tool_alt.svg similarity index 100% rename from projects/icons-material/src/two-tone/pan_tool_alt.svg rename to projects/icons-material/src/material/two-tone/pan_tool_alt.svg diff --git a/projects/icons-material/src/two-tone/panorama.svg b/projects/icons-material/src/material/two-tone/panorama.svg similarity index 100% rename from projects/icons-material/src/two-tone/panorama.svg rename to projects/icons-material/src/material/two-tone/panorama.svg diff --git a/projects/icons-material/src/two-tone/panorama_fish_eye.svg b/projects/icons-material/src/material/two-tone/panorama_fish_eye.svg similarity index 100% rename from projects/icons-material/src/two-tone/panorama_fish_eye.svg rename to projects/icons-material/src/material/two-tone/panorama_fish_eye.svg diff --git a/projects/icons-material/src/two-tone/panorama_horizontal.svg b/projects/icons-material/src/material/two-tone/panorama_horizontal.svg similarity index 100% rename from projects/icons-material/src/two-tone/panorama_horizontal.svg rename to projects/icons-material/src/material/two-tone/panorama_horizontal.svg diff --git a/projects/icons-material/src/two-tone/panorama_horizontal_select.svg b/projects/icons-material/src/material/two-tone/panorama_horizontal_select.svg similarity index 100% rename from projects/icons-material/src/two-tone/panorama_horizontal_select.svg rename to projects/icons-material/src/material/two-tone/panorama_horizontal_select.svg diff --git a/projects/icons-material/src/two-tone/panorama_photosphere.svg b/projects/icons-material/src/material/two-tone/panorama_photosphere.svg similarity index 100% rename from projects/icons-material/src/two-tone/panorama_photosphere.svg rename to projects/icons-material/src/material/two-tone/panorama_photosphere.svg diff --git a/projects/icons-material/src/two-tone/panorama_photosphere_select.svg b/projects/icons-material/src/material/two-tone/panorama_photosphere_select.svg similarity index 100% rename from projects/icons-material/src/two-tone/panorama_photosphere_select.svg rename to projects/icons-material/src/material/two-tone/panorama_photosphere_select.svg diff --git a/projects/icons-material/src/two-tone/panorama_vertical.svg b/projects/icons-material/src/material/two-tone/panorama_vertical.svg similarity index 100% rename from projects/icons-material/src/two-tone/panorama_vertical.svg rename to projects/icons-material/src/material/two-tone/panorama_vertical.svg diff --git a/projects/icons-material/src/two-tone/panorama_vertical_select.svg b/projects/icons-material/src/material/two-tone/panorama_vertical_select.svg similarity index 100% rename from projects/icons-material/src/two-tone/panorama_vertical_select.svg rename to projects/icons-material/src/material/two-tone/panorama_vertical_select.svg diff --git a/projects/icons-material/src/two-tone/panorama_wide_angle.svg b/projects/icons-material/src/material/two-tone/panorama_wide_angle.svg similarity index 100% rename from projects/icons-material/src/two-tone/panorama_wide_angle.svg rename to projects/icons-material/src/material/two-tone/panorama_wide_angle.svg diff --git a/projects/icons-material/src/two-tone/panorama_wide_angle_select.svg b/projects/icons-material/src/material/two-tone/panorama_wide_angle_select.svg similarity index 100% rename from projects/icons-material/src/two-tone/panorama_wide_angle_select.svg rename to projects/icons-material/src/material/two-tone/panorama_wide_angle_select.svg diff --git a/projects/icons-material/src/two-tone/paragliding.svg b/projects/icons-material/src/material/two-tone/paragliding.svg similarity index 100% rename from projects/icons-material/src/two-tone/paragliding.svg rename to projects/icons-material/src/material/two-tone/paragliding.svg diff --git a/projects/icons-material/src/two-tone/park.svg b/projects/icons-material/src/material/two-tone/park.svg similarity index 100% rename from projects/icons-material/src/two-tone/park.svg rename to projects/icons-material/src/material/two-tone/park.svg diff --git a/projects/icons-material/src/two-tone/party_mode.svg b/projects/icons-material/src/material/two-tone/party_mode.svg similarity index 100% rename from projects/icons-material/src/two-tone/party_mode.svg rename to projects/icons-material/src/material/two-tone/party_mode.svg diff --git a/projects/icons-material/src/two-tone/password.svg b/projects/icons-material/src/material/two-tone/password.svg similarity index 100% rename from projects/icons-material/src/two-tone/password.svg rename to projects/icons-material/src/material/two-tone/password.svg diff --git a/projects/icons-material/src/two-tone/pattern.svg b/projects/icons-material/src/material/two-tone/pattern.svg similarity index 100% rename from projects/icons-material/src/two-tone/pattern.svg rename to projects/icons-material/src/material/two-tone/pattern.svg diff --git a/projects/icons-material/src/two-tone/pause.svg b/projects/icons-material/src/material/two-tone/pause.svg similarity index 100% rename from projects/icons-material/src/two-tone/pause.svg rename to projects/icons-material/src/material/two-tone/pause.svg diff --git a/projects/icons-material/src/two-tone/pause_circle.svg b/projects/icons-material/src/material/two-tone/pause_circle.svg similarity index 100% rename from projects/icons-material/src/two-tone/pause_circle.svg rename to projects/icons-material/src/material/two-tone/pause_circle.svg diff --git a/projects/icons-material/src/two-tone/pause_circle_filled.svg b/projects/icons-material/src/material/two-tone/pause_circle_filled.svg similarity index 100% rename from projects/icons-material/src/two-tone/pause_circle_filled.svg rename to projects/icons-material/src/material/two-tone/pause_circle_filled.svg diff --git a/projects/icons-material/src/two-tone/pause_circle_outline.svg b/projects/icons-material/src/material/two-tone/pause_circle_outline.svg similarity index 100% rename from projects/icons-material/src/two-tone/pause_circle_outline.svg rename to projects/icons-material/src/material/two-tone/pause_circle_outline.svg diff --git a/projects/icons-material/src/two-tone/pause_presentation.svg b/projects/icons-material/src/material/two-tone/pause_presentation.svg similarity index 100% rename from projects/icons-material/src/two-tone/pause_presentation.svg rename to projects/icons-material/src/material/two-tone/pause_presentation.svg diff --git a/projects/icons-material/src/two-tone/payment.svg b/projects/icons-material/src/material/two-tone/payment.svg similarity index 100% rename from projects/icons-material/src/two-tone/payment.svg rename to projects/icons-material/src/material/two-tone/payment.svg diff --git a/projects/icons-material/src/two-tone/payments.svg b/projects/icons-material/src/material/two-tone/payments.svg similarity index 100% rename from projects/icons-material/src/two-tone/payments.svg rename to projects/icons-material/src/material/two-tone/payments.svg diff --git a/projects/icons-material/src/two-tone/pedal_bike.svg b/projects/icons-material/src/material/two-tone/pedal_bike.svg similarity index 100% rename from projects/icons-material/src/two-tone/pedal_bike.svg rename to projects/icons-material/src/material/two-tone/pedal_bike.svg diff --git a/projects/icons-material/src/two-tone/pending.svg b/projects/icons-material/src/material/two-tone/pending.svg similarity index 100% rename from projects/icons-material/src/two-tone/pending.svg rename to projects/icons-material/src/material/two-tone/pending.svg diff --git a/projects/icons-material/src/two-tone/pending_actions.svg b/projects/icons-material/src/material/two-tone/pending_actions.svg similarity index 100% rename from projects/icons-material/src/two-tone/pending_actions.svg rename to projects/icons-material/src/material/two-tone/pending_actions.svg diff --git a/projects/icons-material/src/two-tone/pentagon.svg b/projects/icons-material/src/material/two-tone/pentagon.svg similarity index 100% rename from projects/icons-material/src/two-tone/pentagon.svg rename to projects/icons-material/src/material/two-tone/pentagon.svg diff --git a/projects/icons-material/src/two-tone/people.svg b/projects/icons-material/src/material/two-tone/people.svg similarity index 100% rename from projects/icons-material/src/two-tone/people.svg rename to projects/icons-material/src/material/two-tone/people.svg diff --git a/projects/icons-material/src/two-tone/people_alt.svg b/projects/icons-material/src/material/two-tone/people_alt.svg similarity index 100% rename from projects/icons-material/src/two-tone/people_alt.svg rename to projects/icons-material/src/material/two-tone/people_alt.svg diff --git a/projects/icons-material/src/two-tone/people_outline.svg b/projects/icons-material/src/material/two-tone/people_outline.svg similarity index 100% rename from projects/icons-material/src/two-tone/people_outline.svg rename to projects/icons-material/src/material/two-tone/people_outline.svg diff --git a/projects/icons-material/src/two-tone/percent.svg b/projects/icons-material/src/material/two-tone/percent.svg similarity index 100% rename from projects/icons-material/src/two-tone/percent.svg rename to projects/icons-material/src/material/two-tone/percent.svg diff --git a/projects/icons-material/src/two-tone/perm_camera_mic.svg b/projects/icons-material/src/material/two-tone/perm_camera_mic.svg similarity index 100% rename from projects/icons-material/src/two-tone/perm_camera_mic.svg rename to projects/icons-material/src/material/two-tone/perm_camera_mic.svg diff --git a/projects/icons-material/src/two-tone/perm_contact_calendar.svg b/projects/icons-material/src/material/two-tone/perm_contact_calendar.svg similarity index 100% rename from projects/icons-material/src/two-tone/perm_contact_calendar.svg rename to projects/icons-material/src/material/two-tone/perm_contact_calendar.svg diff --git a/projects/icons-material/src/two-tone/perm_data_setting.svg b/projects/icons-material/src/material/two-tone/perm_data_setting.svg similarity index 100% rename from projects/icons-material/src/two-tone/perm_data_setting.svg rename to projects/icons-material/src/material/two-tone/perm_data_setting.svg diff --git a/projects/icons-material/src/two-tone/perm_device_information.svg b/projects/icons-material/src/material/two-tone/perm_device_information.svg similarity index 100% rename from projects/icons-material/src/two-tone/perm_device_information.svg rename to projects/icons-material/src/material/two-tone/perm_device_information.svg diff --git a/projects/icons-material/src/two-tone/perm_identity.svg b/projects/icons-material/src/material/two-tone/perm_identity.svg similarity index 100% rename from projects/icons-material/src/two-tone/perm_identity.svg rename to projects/icons-material/src/material/two-tone/perm_identity.svg diff --git a/projects/icons-material/src/two-tone/perm_media.svg b/projects/icons-material/src/material/two-tone/perm_media.svg similarity index 100% rename from projects/icons-material/src/two-tone/perm_media.svg rename to projects/icons-material/src/material/two-tone/perm_media.svg diff --git a/projects/icons-material/src/two-tone/perm_phone_msg.svg b/projects/icons-material/src/material/two-tone/perm_phone_msg.svg similarity index 100% rename from projects/icons-material/src/two-tone/perm_phone_msg.svg rename to projects/icons-material/src/material/two-tone/perm_phone_msg.svg diff --git a/projects/icons-material/src/two-tone/perm_scan_wifi.svg b/projects/icons-material/src/material/two-tone/perm_scan_wifi.svg similarity index 100% rename from projects/icons-material/src/two-tone/perm_scan_wifi.svg rename to projects/icons-material/src/material/two-tone/perm_scan_wifi.svg diff --git a/projects/icons-material/src/two-tone/person.svg b/projects/icons-material/src/material/two-tone/person.svg similarity index 100% rename from projects/icons-material/src/two-tone/person.svg rename to projects/icons-material/src/material/two-tone/person.svg diff --git a/projects/icons-material/src/two-tone/person_2.svg b/projects/icons-material/src/material/two-tone/person_2.svg similarity index 100% rename from projects/icons-material/src/two-tone/person_2.svg rename to projects/icons-material/src/material/two-tone/person_2.svg diff --git a/projects/icons-material/src/two-tone/person_3.svg b/projects/icons-material/src/material/two-tone/person_3.svg similarity index 100% rename from projects/icons-material/src/two-tone/person_3.svg rename to projects/icons-material/src/material/two-tone/person_3.svg diff --git a/projects/icons-material/src/two-tone/person_4.svg b/projects/icons-material/src/material/two-tone/person_4.svg similarity index 100% rename from projects/icons-material/src/two-tone/person_4.svg rename to projects/icons-material/src/material/two-tone/person_4.svg diff --git a/projects/icons-material/src/two-tone/person_add.svg b/projects/icons-material/src/material/two-tone/person_add.svg similarity index 100% rename from projects/icons-material/src/two-tone/person_add.svg rename to projects/icons-material/src/material/two-tone/person_add.svg diff --git a/projects/icons-material/src/two-tone/person_add_alt.svg b/projects/icons-material/src/material/two-tone/person_add_alt.svg similarity index 100% rename from projects/icons-material/src/two-tone/person_add_alt.svg rename to projects/icons-material/src/material/two-tone/person_add_alt.svg diff --git a/projects/icons-material/src/two-tone/person_add_alt_1.svg b/projects/icons-material/src/material/two-tone/person_add_alt_1.svg similarity index 100% rename from projects/icons-material/src/two-tone/person_add_alt_1.svg rename to projects/icons-material/src/material/two-tone/person_add_alt_1.svg diff --git a/projects/icons-material/src/two-tone/person_add_disabled.svg b/projects/icons-material/src/material/two-tone/person_add_disabled.svg similarity index 100% rename from projects/icons-material/src/two-tone/person_add_disabled.svg rename to projects/icons-material/src/material/two-tone/person_add_disabled.svg diff --git a/projects/icons-material/src/two-tone/person_off.svg b/projects/icons-material/src/material/two-tone/person_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/person_off.svg rename to projects/icons-material/src/material/two-tone/person_off.svg diff --git a/projects/icons-material/src/two-tone/person_outline.svg b/projects/icons-material/src/material/two-tone/person_outline.svg similarity index 100% rename from projects/icons-material/src/two-tone/person_outline.svg rename to projects/icons-material/src/material/two-tone/person_outline.svg diff --git a/projects/icons-material/src/two-tone/person_pin.svg b/projects/icons-material/src/material/two-tone/person_pin.svg similarity index 100% rename from projects/icons-material/src/two-tone/person_pin.svg rename to projects/icons-material/src/material/two-tone/person_pin.svg diff --git a/projects/icons-material/src/two-tone/person_pin_circle.svg b/projects/icons-material/src/material/two-tone/person_pin_circle.svg similarity index 100% rename from projects/icons-material/src/two-tone/person_pin_circle.svg rename to projects/icons-material/src/material/two-tone/person_pin_circle.svg diff --git a/projects/icons-material/src/two-tone/person_remove.svg b/projects/icons-material/src/material/two-tone/person_remove.svg similarity index 100% rename from projects/icons-material/src/two-tone/person_remove.svg rename to projects/icons-material/src/material/two-tone/person_remove.svg diff --git a/projects/icons-material/src/two-tone/person_remove_alt_1.svg b/projects/icons-material/src/material/two-tone/person_remove_alt_1.svg similarity index 100% rename from projects/icons-material/src/two-tone/person_remove_alt_1.svg rename to projects/icons-material/src/material/two-tone/person_remove_alt_1.svg diff --git a/projects/icons-material/src/two-tone/person_search.svg b/projects/icons-material/src/material/two-tone/person_search.svg similarity index 100% rename from projects/icons-material/src/two-tone/person_search.svg rename to projects/icons-material/src/material/two-tone/person_search.svg diff --git a/projects/icons-material/src/two-tone/personal_injury.svg b/projects/icons-material/src/material/two-tone/personal_injury.svg similarity index 100% rename from projects/icons-material/src/two-tone/personal_injury.svg rename to projects/icons-material/src/material/two-tone/personal_injury.svg diff --git a/projects/icons-material/src/two-tone/personal_video.svg b/projects/icons-material/src/material/two-tone/personal_video.svg similarity index 100% rename from projects/icons-material/src/two-tone/personal_video.svg rename to projects/icons-material/src/material/two-tone/personal_video.svg diff --git a/projects/icons-material/src/two-tone/pest_control.svg b/projects/icons-material/src/material/two-tone/pest_control.svg similarity index 100% rename from projects/icons-material/src/two-tone/pest_control.svg rename to projects/icons-material/src/material/two-tone/pest_control.svg diff --git a/projects/icons-material/src/two-tone/pest_control_rodent.svg b/projects/icons-material/src/material/two-tone/pest_control_rodent.svg similarity index 100% rename from projects/icons-material/src/two-tone/pest_control_rodent.svg rename to projects/icons-material/src/material/two-tone/pest_control_rodent.svg diff --git a/projects/icons-material/src/two-tone/pets.svg b/projects/icons-material/src/material/two-tone/pets.svg similarity index 100% rename from projects/icons-material/src/two-tone/pets.svg rename to projects/icons-material/src/material/two-tone/pets.svg diff --git a/projects/icons-material/src/two-tone/phishing.svg b/projects/icons-material/src/material/two-tone/phishing.svg similarity index 100% rename from projects/icons-material/src/two-tone/phishing.svg rename to projects/icons-material/src/material/two-tone/phishing.svg diff --git a/projects/icons-material/src/two-tone/phone.svg b/projects/icons-material/src/material/two-tone/phone.svg similarity index 100% rename from projects/icons-material/src/two-tone/phone.svg rename to projects/icons-material/src/material/two-tone/phone.svg diff --git a/projects/icons-material/src/two-tone/phone_android.svg b/projects/icons-material/src/material/two-tone/phone_android.svg similarity index 100% rename from projects/icons-material/src/two-tone/phone_android.svg rename to projects/icons-material/src/material/two-tone/phone_android.svg diff --git a/projects/icons-material/src/two-tone/phone_bluetooth_speaker.svg b/projects/icons-material/src/material/two-tone/phone_bluetooth_speaker.svg similarity index 100% rename from projects/icons-material/src/two-tone/phone_bluetooth_speaker.svg rename to projects/icons-material/src/material/two-tone/phone_bluetooth_speaker.svg diff --git a/projects/icons-material/src/two-tone/phone_callback.svg b/projects/icons-material/src/material/two-tone/phone_callback.svg similarity index 100% rename from projects/icons-material/src/two-tone/phone_callback.svg rename to projects/icons-material/src/material/two-tone/phone_callback.svg diff --git a/projects/icons-material/src/two-tone/phone_disabled.svg b/projects/icons-material/src/material/two-tone/phone_disabled.svg similarity index 100% rename from projects/icons-material/src/two-tone/phone_disabled.svg rename to projects/icons-material/src/material/two-tone/phone_disabled.svg diff --git a/projects/icons-material/src/two-tone/phone_enabled.svg b/projects/icons-material/src/material/two-tone/phone_enabled.svg similarity index 100% rename from projects/icons-material/src/two-tone/phone_enabled.svg rename to projects/icons-material/src/material/two-tone/phone_enabled.svg diff --git a/projects/icons-material/src/two-tone/phone_forwarded.svg b/projects/icons-material/src/material/two-tone/phone_forwarded.svg similarity index 100% rename from projects/icons-material/src/two-tone/phone_forwarded.svg rename to projects/icons-material/src/material/two-tone/phone_forwarded.svg diff --git a/projects/icons-material/src/two-tone/phone_iphone.svg b/projects/icons-material/src/material/two-tone/phone_iphone.svg similarity index 100% rename from projects/icons-material/src/two-tone/phone_iphone.svg rename to projects/icons-material/src/material/two-tone/phone_iphone.svg diff --git a/projects/icons-material/src/two-tone/phone_locked.svg b/projects/icons-material/src/material/two-tone/phone_locked.svg similarity index 100% rename from projects/icons-material/src/two-tone/phone_locked.svg rename to projects/icons-material/src/material/two-tone/phone_locked.svg diff --git a/projects/icons-material/src/two-tone/phone_missed.svg b/projects/icons-material/src/material/two-tone/phone_missed.svg similarity index 100% rename from projects/icons-material/src/two-tone/phone_missed.svg rename to projects/icons-material/src/material/two-tone/phone_missed.svg diff --git a/projects/icons-material/src/two-tone/phone_paused.svg b/projects/icons-material/src/material/two-tone/phone_paused.svg similarity index 100% rename from projects/icons-material/src/two-tone/phone_paused.svg rename to projects/icons-material/src/material/two-tone/phone_paused.svg diff --git a/projects/icons-material/src/two-tone/phonelink.svg b/projects/icons-material/src/material/two-tone/phonelink.svg similarity index 100% rename from projects/icons-material/src/two-tone/phonelink.svg rename to projects/icons-material/src/material/two-tone/phonelink.svg diff --git a/projects/icons-material/src/two-tone/phonelink_erase.svg b/projects/icons-material/src/material/two-tone/phonelink_erase.svg similarity index 100% rename from projects/icons-material/src/two-tone/phonelink_erase.svg rename to projects/icons-material/src/material/two-tone/phonelink_erase.svg diff --git a/projects/icons-material/src/two-tone/phonelink_lock.svg b/projects/icons-material/src/material/two-tone/phonelink_lock.svg similarity index 100% rename from projects/icons-material/src/two-tone/phonelink_lock.svg rename to projects/icons-material/src/material/two-tone/phonelink_lock.svg diff --git a/projects/icons-material/src/two-tone/phonelink_off.svg b/projects/icons-material/src/material/two-tone/phonelink_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/phonelink_off.svg rename to projects/icons-material/src/material/two-tone/phonelink_off.svg diff --git a/projects/icons-material/src/two-tone/phonelink_ring.svg b/projects/icons-material/src/material/two-tone/phonelink_ring.svg similarity index 100% rename from projects/icons-material/src/two-tone/phonelink_ring.svg rename to projects/icons-material/src/material/two-tone/phonelink_ring.svg diff --git a/projects/icons-material/src/two-tone/phonelink_setup.svg b/projects/icons-material/src/material/two-tone/phonelink_setup.svg similarity index 100% rename from projects/icons-material/src/two-tone/phonelink_setup.svg rename to projects/icons-material/src/material/two-tone/phonelink_setup.svg diff --git a/projects/icons-material/src/two-tone/photo.svg b/projects/icons-material/src/material/two-tone/photo.svg similarity index 100% rename from projects/icons-material/src/two-tone/photo.svg rename to projects/icons-material/src/material/two-tone/photo.svg diff --git a/projects/icons-material/src/two-tone/photo_album.svg b/projects/icons-material/src/material/two-tone/photo_album.svg similarity index 100% rename from projects/icons-material/src/two-tone/photo_album.svg rename to projects/icons-material/src/material/two-tone/photo_album.svg diff --git a/projects/icons-material/src/two-tone/photo_camera.svg b/projects/icons-material/src/material/two-tone/photo_camera.svg similarity index 100% rename from projects/icons-material/src/two-tone/photo_camera.svg rename to projects/icons-material/src/material/two-tone/photo_camera.svg diff --git a/projects/icons-material/src/two-tone/photo_camera_back.svg b/projects/icons-material/src/material/two-tone/photo_camera_back.svg similarity index 100% rename from projects/icons-material/src/two-tone/photo_camera_back.svg rename to projects/icons-material/src/material/two-tone/photo_camera_back.svg diff --git a/projects/icons-material/src/two-tone/photo_camera_front.svg b/projects/icons-material/src/material/two-tone/photo_camera_front.svg similarity index 100% rename from projects/icons-material/src/two-tone/photo_camera_front.svg rename to projects/icons-material/src/material/two-tone/photo_camera_front.svg diff --git a/projects/icons-material/src/two-tone/photo_filter.svg b/projects/icons-material/src/material/two-tone/photo_filter.svg similarity index 100% rename from projects/icons-material/src/two-tone/photo_filter.svg rename to projects/icons-material/src/material/two-tone/photo_filter.svg diff --git a/projects/icons-material/src/two-tone/photo_library.svg b/projects/icons-material/src/material/two-tone/photo_library.svg similarity index 100% rename from projects/icons-material/src/two-tone/photo_library.svg rename to projects/icons-material/src/material/two-tone/photo_library.svg diff --git a/projects/icons-material/src/two-tone/photo_size_select_actual.svg b/projects/icons-material/src/material/two-tone/photo_size_select_actual.svg similarity index 100% rename from projects/icons-material/src/two-tone/photo_size_select_actual.svg rename to projects/icons-material/src/material/two-tone/photo_size_select_actual.svg diff --git a/projects/icons-material/src/two-tone/photo_size_select_large.svg b/projects/icons-material/src/material/two-tone/photo_size_select_large.svg similarity index 100% rename from projects/icons-material/src/two-tone/photo_size_select_large.svg rename to projects/icons-material/src/material/two-tone/photo_size_select_large.svg diff --git a/projects/icons-material/src/two-tone/photo_size_select_small.svg b/projects/icons-material/src/material/two-tone/photo_size_select_small.svg similarity index 100% rename from projects/icons-material/src/two-tone/photo_size_select_small.svg rename to projects/icons-material/src/material/two-tone/photo_size_select_small.svg diff --git a/projects/icons-material/src/two-tone/php.svg b/projects/icons-material/src/material/two-tone/php.svg similarity index 100% rename from projects/icons-material/src/two-tone/php.svg rename to projects/icons-material/src/material/two-tone/php.svg diff --git a/projects/icons-material/src/two-tone/piano.svg b/projects/icons-material/src/material/two-tone/piano.svg similarity index 100% rename from projects/icons-material/src/two-tone/piano.svg rename to projects/icons-material/src/material/two-tone/piano.svg diff --git a/projects/icons-material/src/two-tone/piano_off.svg b/projects/icons-material/src/material/two-tone/piano_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/piano_off.svg rename to projects/icons-material/src/material/two-tone/piano_off.svg diff --git a/projects/icons-material/src/two-tone/picture_as_pdf.svg b/projects/icons-material/src/material/two-tone/picture_as_pdf.svg similarity index 100% rename from projects/icons-material/src/two-tone/picture_as_pdf.svg rename to projects/icons-material/src/material/two-tone/picture_as_pdf.svg diff --git a/projects/icons-material/src/two-tone/picture_in_picture.svg b/projects/icons-material/src/material/two-tone/picture_in_picture.svg similarity index 100% rename from projects/icons-material/src/two-tone/picture_in_picture.svg rename to projects/icons-material/src/material/two-tone/picture_in_picture.svg diff --git a/projects/icons-material/src/two-tone/picture_in_picture_alt.svg b/projects/icons-material/src/material/two-tone/picture_in_picture_alt.svg similarity index 100% rename from projects/icons-material/src/two-tone/picture_in_picture_alt.svg rename to projects/icons-material/src/material/two-tone/picture_in_picture_alt.svg diff --git a/projects/icons-material/src/two-tone/pie_chart.svg b/projects/icons-material/src/material/two-tone/pie_chart.svg similarity index 100% rename from projects/icons-material/src/two-tone/pie_chart.svg rename to projects/icons-material/src/material/two-tone/pie_chart.svg diff --git a/projects/icons-material/src/two-tone/pie_chart_outline.svg b/projects/icons-material/src/material/two-tone/pie_chart_outline.svg similarity index 100% rename from projects/icons-material/src/two-tone/pie_chart_outline.svg rename to projects/icons-material/src/material/two-tone/pie_chart_outline.svg diff --git a/projects/icons-material/src/two-tone/pin.svg b/projects/icons-material/src/material/two-tone/pin.svg similarity index 100% rename from projects/icons-material/src/two-tone/pin.svg rename to projects/icons-material/src/material/two-tone/pin.svg diff --git a/projects/icons-material/src/two-tone/pin_drop.svg b/projects/icons-material/src/material/two-tone/pin_drop.svg similarity index 100% rename from projects/icons-material/src/two-tone/pin_drop.svg rename to projects/icons-material/src/material/two-tone/pin_drop.svg diff --git a/projects/icons-material/src/two-tone/pin_end.svg b/projects/icons-material/src/material/two-tone/pin_end.svg similarity index 100% rename from projects/icons-material/src/two-tone/pin_end.svg rename to projects/icons-material/src/material/two-tone/pin_end.svg diff --git a/projects/icons-material/src/two-tone/pin_invoke.svg b/projects/icons-material/src/material/two-tone/pin_invoke.svg similarity index 100% rename from projects/icons-material/src/two-tone/pin_invoke.svg rename to projects/icons-material/src/material/two-tone/pin_invoke.svg diff --git a/projects/icons-material/src/two-tone/pinch.svg b/projects/icons-material/src/material/two-tone/pinch.svg similarity index 100% rename from projects/icons-material/src/two-tone/pinch.svg rename to projects/icons-material/src/material/two-tone/pinch.svg diff --git a/projects/icons-material/src/two-tone/pivot_table_chart.svg b/projects/icons-material/src/material/two-tone/pivot_table_chart.svg similarity index 100% rename from projects/icons-material/src/two-tone/pivot_table_chart.svg rename to projects/icons-material/src/material/two-tone/pivot_table_chart.svg diff --git a/projects/icons-material/src/two-tone/pix.svg b/projects/icons-material/src/material/two-tone/pix.svg similarity index 100% rename from projects/icons-material/src/two-tone/pix.svg rename to projects/icons-material/src/material/two-tone/pix.svg diff --git a/projects/icons-material/src/two-tone/place.svg b/projects/icons-material/src/material/two-tone/place.svg similarity index 100% rename from projects/icons-material/src/two-tone/place.svg rename to projects/icons-material/src/material/two-tone/place.svg diff --git a/projects/icons-material/src/two-tone/plagiarism.svg b/projects/icons-material/src/material/two-tone/plagiarism.svg similarity index 100% rename from projects/icons-material/src/two-tone/plagiarism.svg rename to projects/icons-material/src/material/two-tone/plagiarism.svg diff --git a/projects/icons-material/src/two-tone/play_arrow.svg b/projects/icons-material/src/material/two-tone/play_arrow.svg similarity index 100% rename from projects/icons-material/src/two-tone/play_arrow.svg rename to projects/icons-material/src/material/two-tone/play_arrow.svg diff --git a/projects/icons-material/src/two-tone/play_circle.svg b/projects/icons-material/src/material/two-tone/play_circle.svg similarity index 100% rename from projects/icons-material/src/two-tone/play_circle.svg rename to projects/icons-material/src/material/two-tone/play_circle.svg diff --git a/projects/icons-material/src/two-tone/play_circle_filled.svg b/projects/icons-material/src/material/two-tone/play_circle_filled.svg similarity index 100% rename from projects/icons-material/src/two-tone/play_circle_filled.svg rename to projects/icons-material/src/material/two-tone/play_circle_filled.svg diff --git a/projects/icons-material/src/two-tone/play_circle_outline.svg b/projects/icons-material/src/material/two-tone/play_circle_outline.svg similarity index 100% rename from projects/icons-material/src/two-tone/play_circle_outline.svg rename to projects/icons-material/src/material/two-tone/play_circle_outline.svg diff --git a/projects/icons-material/src/two-tone/play_disabled.svg b/projects/icons-material/src/material/two-tone/play_disabled.svg similarity index 100% rename from projects/icons-material/src/two-tone/play_disabled.svg rename to projects/icons-material/src/material/two-tone/play_disabled.svg diff --git a/projects/icons-material/src/two-tone/play_for_work.svg b/projects/icons-material/src/material/two-tone/play_for_work.svg similarity index 100% rename from projects/icons-material/src/two-tone/play_for_work.svg rename to projects/icons-material/src/material/two-tone/play_for_work.svg diff --git a/projects/icons-material/src/two-tone/play_lesson.svg b/projects/icons-material/src/material/two-tone/play_lesson.svg similarity index 100% rename from projects/icons-material/src/two-tone/play_lesson.svg rename to projects/icons-material/src/material/two-tone/play_lesson.svg diff --git a/projects/icons-material/src/two-tone/playlist_add.svg b/projects/icons-material/src/material/two-tone/playlist_add.svg similarity index 100% rename from projects/icons-material/src/two-tone/playlist_add.svg rename to projects/icons-material/src/material/two-tone/playlist_add.svg diff --git a/projects/icons-material/src/two-tone/playlist_add_check.svg b/projects/icons-material/src/material/two-tone/playlist_add_check.svg similarity index 100% rename from projects/icons-material/src/two-tone/playlist_add_check.svg rename to projects/icons-material/src/material/two-tone/playlist_add_check.svg diff --git a/projects/icons-material/src/two-tone/playlist_add_check_circle.svg b/projects/icons-material/src/material/two-tone/playlist_add_check_circle.svg similarity index 100% rename from projects/icons-material/src/two-tone/playlist_add_check_circle.svg rename to projects/icons-material/src/material/two-tone/playlist_add_check_circle.svg diff --git a/projects/icons-material/src/two-tone/playlist_add_circle.svg b/projects/icons-material/src/material/two-tone/playlist_add_circle.svg similarity index 100% rename from projects/icons-material/src/two-tone/playlist_add_circle.svg rename to projects/icons-material/src/material/two-tone/playlist_add_circle.svg diff --git a/projects/icons-material/src/two-tone/playlist_play.svg b/projects/icons-material/src/material/two-tone/playlist_play.svg similarity index 100% rename from projects/icons-material/src/two-tone/playlist_play.svg rename to projects/icons-material/src/material/two-tone/playlist_play.svg diff --git a/projects/icons-material/src/two-tone/playlist_remove.svg b/projects/icons-material/src/material/two-tone/playlist_remove.svg similarity index 100% rename from projects/icons-material/src/two-tone/playlist_remove.svg rename to projects/icons-material/src/material/two-tone/playlist_remove.svg diff --git a/projects/icons-material/src/two-tone/plumbing.svg b/projects/icons-material/src/material/two-tone/plumbing.svg similarity index 100% rename from projects/icons-material/src/two-tone/plumbing.svg rename to projects/icons-material/src/material/two-tone/plumbing.svg diff --git a/projects/icons-material/src/two-tone/plus_one.svg b/projects/icons-material/src/material/two-tone/plus_one.svg similarity index 100% rename from projects/icons-material/src/two-tone/plus_one.svg rename to projects/icons-material/src/material/two-tone/plus_one.svg diff --git a/projects/icons-material/src/two-tone/podcasts.svg b/projects/icons-material/src/material/two-tone/podcasts.svg similarity index 100% rename from projects/icons-material/src/two-tone/podcasts.svg rename to projects/icons-material/src/material/two-tone/podcasts.svg diff --git a/projects/icons-material/src/two-tone/point_of_sale.svg b/projects/icons-material/src/material/two-tone/point_of_sale.svg similarity index 100% rename from projects/icons-material/src/two-tone/point_of_sale.svg rename to projects/icons-material/src/material/two-tone/point_of_sale.svg diff --git a/projects/icons-material/src/two-tone/policy.svg b/projects/icons-material/src/material/two-tone/policy.svg similarity index 100% rename from projects/icons-material/src/two-tone/policy.svg rename to projects/icons-material/src/material/two-tone/policy.svg diff --git a/projects/icons-material/src/two-tone/poll.svg b/projects/icons-material/src/material/two-tone/poll.svg similarity index 100% rename from projects/icons-material/src/two-tone/poll.svg rename to projects/icons-material/src/material/two-tone/poll.svg diff --git a/projects/icons-material/src/two-tone/polyline.svg b/projects/icons-material/src/material/two-tone/polyline.svg similarity index 100% rename from projects/icons-material/src/two-tone/polyline.svg rename to projects/icons-material/src/material/two-tone/polyline.svg diff --git a/projects/icons-material/src/two-tone/polymer.svg b/projects/icons-material/src/material/two-tone/polymer.svg similarity index 100% rename from projects/icons-material/src/two-tone/polymer.svg rename to projects/icons-material/src/material/two-tone/polymer.svg diff --git a/projects/icons-material/src/two-tone/pool.svg b/projects/icons-material/src/material/two-tone/pool.svg similarity index 100% rename from projects/icons-material/src/two-tone/pool.svg rename to projects/icons-material/src/material/two-tone/pool.svg diff --git a/projects/icons-material/src/two-tone/portable_wifi_off.svg b/projects/icons-material/src/material/two-tone/portable_wifi_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/portable_wifi_off.svg rename to projects/icons-material/src/material/two-tone/portable_wifi_off.svg diff --git a/projects/icons-material/src/two-tone/portrait.svg b/projects/icons-material/src/material/two-tone/portrait.svg similarity index 100% rename from projects/icons-material/src/two-tone/portrait.svg rename to projects/icons-material/src/material/two-tone/portrait.svg diff --git a/projects/icons-material/src/two-tone/post_add.svg b/projects/icons-material/src/material/two-tone/post_add.svg similarity index 100% rename from projects/icons-material/src/two-tone/post_add.svg rename to projects/icons-material/src/material/two-tone/post_add.svg diff --git a/projects/icons-material/src/two-tone/power.svg b/projects/icons-material/src/material/two-tone/power.svg similarity index 100% rename from projects/icons-material/src/two-tone/power.svg rename to projects/icons-material/src/material/two-tone/power.svg diff --git a/projects/icons-material/src/two-tone/power_input.svg b/projects/icons-material/src/material/two-tone/power_input.svg similarity index 100% rename from projects/icons-material/src/two-tone/power_input.svg rename to projects/icons-material/src/material/two-tone/power_input.svg diff --git a/projects/icons-material/src/two-tone/power_off.svg b/projects/icons-material/src/material/two-tone/power_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/power_off.svg rename to projects/icons-material/src/material/two-tone/power_off.svg diff --git a/projects/icons-material/src/two-tone/power_settings_new.svg b/projects/icons-material/src/material/two-tone/power_settings_new.svg similarity index 100% rename from projects/icons-material/src/two-tone/power_settings_new.svg rename to projects/icons-material/src/material/two-tone/power_settings_new.svg diff --git a/projects/icons-material/src/two-tone/precision_manufacturing.svg b/projects/icons-material/src/material/two-tone/precision_manufacturing.svg similarity index 100% rename from projects/icons-material/src/two-tone/precision_manufacturing.svg rename to projects/icons-material/src/material/two-tone/precision_manufacturing.svg diff --git a/projects/icons-material/src/two-tone/pregnant_woman.svg b/projects/icons-material/src/material/two-tone/pregnant_woman.svg similarity index 100% rename from projects/icons-material/src/two-tone/pregnant_woman.svg rename to projects/icons-material/src/material/two-tone/pregnant_woman.svg diff --git a/projects/icons-material/src/two-tone/present_to_all.svg b/projects/icons-material/src/material/two-tone/present_to_all.svg similarity index 100% rename from projects/icons-material/src/two-tone/present_to_all.svg rename to projects/icons-material/src/material/two-tone/present_to_all.svg diff --git a/projects/icons-material/src/two-tone/preview.svg b/projects/icons-material/src/material/two-tone/preview.svg similarity index 100% rename from projects/icons-material/src/two-tone/preview.svg rename to projects/icons-material/src/material/two-tone/preview.svg diff --git a/projects/icons-material/src/two-tone/price_change.svg b/projects/icons-material/src/material/two-tone/price_change.svg similarity index 100% rename from projects/icons-material/src/two-tone/price_change.svg rename to projects/icons-material/src/material/two-tone/price_change.svg diff --git a/projects/icons-material/src/two-tone/price_check.svg b/projects/icons-material/src/material/two-tone/price_check.svg similarity index 100% rename from projects/icons-material/src/two-tone/price_check.svg rename to projects/icons-material/src/material/two-tone/price_check.svg diff --git a/projects/icons-material/src/two-tone/print.svg b/projects/icons-material/src/material/two-tone/print.svg similarity index 100% rename from projects/icons-material/src/two-tone/print.svg rename to projects/icons-material/src/material/two-tone/print.svg diff --git a/projects/icons-material/src/two-tone/print_disabled.svg b/projects/icons-material/src/material/two-tone/print_disabled.svg similarity index 100% rename from projects/icons-material/src/two-tone/print_disabled.svg rename to projects/icons-material/src/material/two-tone/print_disabled.svg diff --git a/projects/icons-material/src/two-tone/priority_high.svg b/projects/icons-material/src/material/two-tone/priority_high.svg similarity index 100% rename from projects/icons-material/src/two-tone/priority_high.svg rename to projects/icons-material/src/material/two-tone/priority_high.svg diff --git a/projects/icons-material/src/two-tone/privacy_tip.svg b/projects/icons-material/src/material/two-tone/privacy_tip.svg similarity index 100% rename from projects/icons-material/src/two-tone/privacy_tip.svg rename to projects/icons-material/src/material/two-tone/privacy_tip.svg diff --git a/projects/icons-material/src/two-tone/private_connectivity.svg b/projects/icons-material/src/material/two-tone/private_connectivity.svg similarity index 100% rename from projects/icons-material/src/two-tone/private_connectivity.svg rename to projects/icons-material/src/material/two-tone/private_connectivity.svg diff --git a/projects/icons-material/src/two-tone/production_quantity_limits.svg b/projects/icons-material/src/material/two-tone/production_quantity_limits.svg similarity index 100% rename from projects/icons-material/src/two-tone/production_quantity_limits.svg rename to projects/icons-material/src/material/two-tone/production_quantity_limits.svg diff --git a/projects/icons-material/src/two-tone/propane.svg b/projects/icons-material/src/material/two-tone/propane.svg similarity index 100% rename from projects/icons-material/src/two-tone/propane.svg rename to projects/icons-material/src/material/two-tone/propane.svg diff --git a/projects/icons-material/src/two-tone/propane_tank.svg b/projects/icons-material/src/material/two-tone/propane_tank.svg similarity index 100% rename from projects/icons-material/src/two-tone/propane_tank.svg rename to projects/icons-material/src/material/two-tone/propane_tank.svg diff --git a/projects/icons-material/src/two-tone/psychology.svg b/projects/icons-material/src/material/two-tone/psychology.svg similarity index 100% rename from projects/icons-material/src/two-tone/psychology.svg rename to projects/icons-material/src/material/two-tone/psychology.svg diff --git a/projects/icons-material/src/two-tone/psychology_alt.svg b/projects/icons-material/src/material/two-tone/psychology_alt.svg similarity index 100% rename from projects/icons-material/src/two-tone/psychology_alt.svg rename to projects/icons-material/src/material/two-tone/psychology_alt.svg diff --git a/projects/icons-material/src/two-tone/public.svg b/projects/icons-material/src/material/two-tone/public.svg similarity index 100% rename from projects/icons-material/src/two-tone/public.svg rename to projects/icons-material/src/material/two-tone/public.svg diff --git a/projects/icons-material/src/two-tone/public_off.svg b/projects/icons-material/src/material/two-tone/public_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/public_off.svg rename to projects/icons-material/src/material/two-tone/public_off.svg diff --git a/projects/icons-material/src/two-tone/publish.svg b/projects/icons-material/src/material/two-tone/publish.svg similarity index 100% rename from projects/icons-material/src/two-tone/publish.svg rename to projects/icons-material/src/material/two-tone/publish.svg diff --git a/projects/icons-material/src/two-tone/published_with_changes.svg b/projects/icons-material/src/material/two-tone/published_with_changes.svg similarity index 100% rename from projects/icons-material/src/two-tone/published_with_changes.svg rename to projects/icons-material/src/material/two-tone/published_with_changes.svg diff --git a/projects/icons-material/src/two-tone/punch_clock.svg b/projects/icons-material/src/material/two-tone/punch_clock.svg similarity index 100% rename from projects/icons-material/src/two-tone/punch_clock.svg rename to projects/icons-material/src/material/two-tone/punch_clock.svg diff --git a/projects/icons-material/src/two-tone/push_pin.svg b/projects/icons-material/src/material/two-tone/push_pin.svg similarity index 100% rename from projects/icons-material/src/two-tone/push_pin.svg rename to projects/icons-material/src/material/two-tone/push_pin.svg diff --git a/projects/icons-material/src/two-tone/qr_code.svg b/projects/icons-material/src/material/two-tone/qr_code.svg similarity index 100% rename from projects/icons-material/src/two-tone/qr_code.svg rename to projects/icons-material/src/material/two-tone/qr_code.svg diff --git a/projects/icons-material/src/two-tone/qr_code_2.svg b/projects/icons-material/src/material/two-tone/qr_code_2.svg similarity index 100% rename from projects/icons-material/src/two-tone/qr_code_2.svg rename to projects/icons-material/src/material/two-tone/qr_code_2.svg diff --git a/projects/icons-material/src/two-tone/qr_code_scanner.svg b/projects/icons-material/src/material/two-tone/qr_code_scanner.svg similarity index 100% rename from projects/icons-material/src/two-tone/qr_code_scanner.svg rename to projects/icons-material/src/material/two-tone/qr_code_scanner.svg diff --git a/projects/icons-material/src/two-tone/query_builder.svg b/projects/icons-material/src/material/two-tone/query_builder.svg similarity index 100% rename from projects/icons-material/src/two-tone/query_builder.svg rename to projects/icons-material/src/material/two-tone/query_builder.svg diff --git a/projects/icons-material/src/two-tone/query_stats.svg b/projects/icons-material/src/material/two-tone/query_stats.svg similarity index 100% rename from projects/icons-material/src/two-tone/query_stats.svg rename to projects/icons-material/src/material/two-tone/query_stats.svg diff --git a/projects/icons-material/src/two-tone/question_answer.svg b/projects/icons-material/src/material/two-tone/question_answer.svg similarity index 100% rename from projects/icons-material/src/two-tone/question_answer.svg rename to projects/icons-material/src/material/two-tone/question_answer.svg diff --git a/projects/icons-material/src/two-tone/question_mark.svg b/projects/icons-material/src/material/two-tone/question_mark.svg similarity index 100% rename from projects/icons-material/src/two-tone/question_mark.svg rename to projects/icons-material/src/material/two-tone/question_mark.svg diff --git a/projects/icons-material/src/two-tone/queue.svg b/projects/icons-material/src/material/two-tone/queue.svg similarity index 100% rename from projects/icons-material/src/two-tone/queue.svg rename to projects/icons-material/src/material/two-tone/queue.svg diff --git a/projects/icons-material/src/two-tone/queue_music.svg b/projects/icons-material/src/material/two-tone/queue_music.svg similarity index 100% rename from projects/icons-material/src/two-tone/queue_music.svg rename to projects/icons-material/src/material/two-tone/queue_music.svg diff --git a/projects/icons-material/src/two-tone/queue_play_next.svg b/projects/icons-material/src/material/two-tone/queue_play_next.svg similarity index 100% rename from projects/icons-material/src/two-tone/queue_play_next.svg rename to projects/icons-material/src/material/two-tone/queue_play_next.svg diff --git a/projects/icons-material/src/two-tone/quickreply.svg b/projects/icons-material/src/material/two-tone/quickreply.svg similarity index 100% rename from projects/icons-material/src/two-tone/quickreply.svg rename to projects/icons-material/src/material/two-tone/quickreply.svg diff --git a/projects/icons-material/src/two-tone/quiz.svg b/projects/icons-material/src/material/two-tone/quiz.svg similarity index 100% rename from projects/icons-material/src/two-tone/quiz.svg rename to projects/icons-material/src/material/two-tone/quiz.svg diff --git a/projects/icons-material/src/two-tone/r_mobiledata.svg b/projects/icons-material/src/material/two-tone/r_mobiledata.svg similarity index 100% rename from projects/icons-material/src/two-tone/r_mobiledata.svg rename to projects/icons-material/src/material/two-tone/r_mobiledata.svg diff --git a/projects/icons-material/src/two-tone/radar.svg b/projects/icons-material/src/material/two-tone/radar.svg similarity index 100% rename from projects/icons-material/src/two-tone/radar.svg rename to projects/icons-material/src/material/two-tone/radar.svg diff --git a/projects/icons-material/src/two-tone/radio.svg b/projects/icons-material/src/material/two-tone/radio.svg similarity index 100% rename from projects/icons-material/src/two-tone/radio.svg rename to projects/icons-material/src/material/two-tone/radio.svg diff --git a/projects/icons-material/src/two-tone/radio_button_checked.svg b/projects/icons-material/src/material/two-tone/radio_button_checked.svg similarity index 100% rename from projects/icons-material/src/two-tone/radio_button_checked.svg rename to projects/icons-material/src/material/two-tone/radio_button_checked.svg diff --git a/projects/icons-material/src/two-tone/radio_button_unchecked.svg b/projects/icons-material/src/material/two-tone/radio_button_unchecked.svg similarity index 100% rename from projects/icons-material/src/two-tone/radio_button_unchecked.svg rename to projects/icons-material/src/material/two-tone/radio_button_unchecked.svg diff --git a/projects/icons-material/src/two-tone/railway_alert.svg b/projects/icons-material/src/material/two-tone/railway_alert.svg similarity index 100% rename from projects/icons-material/src/two-tone/railway_alert.svg rename to projects/icons-material/src/material/two-tone/railway_alert.svg diff --git a/projects/icons-material/src/two-tone/ramen_dining.svg b/projects/icons-material/src/material/two-tone/ramen_dining.svg similarity index 100% rename from projects/icons-material/src/two-tone/ramen_dining.svg rename to projects/icons-material/src/material/two-tone/ramen_dining.svg diff --git a/projects/icons-material/src/two-tone/ramp_left.svg b/projects/icons-material/src/material/two-tone/ramp_left.svg similarity index 100% rename from projects/icons-material/src/two-tone/ramp_left.svg rename to projects/icons-material/src/material/two-tone/ramp_left.svg diff --git a/projects/icons-material/src/two-tone/ramp_right.svg b/projects/icons-material/src/material/two-tone/ramp_right.svg similarity index 100% rename from projects/icons-material/src/two-tone/ramp_right.svg rename to projects/icons-material/src/material/two-tone/ramp_right.svg diff --git a/projects/icons-material/src/two-tone/rate_review.svg b/projects/icons-material/src/material/two-tone/rate_review.svg similarity index 100% rename from projects/icons-material/src/two-tone/rate_review.svg rename to projects/icons-material/src/material/two-tone/rate_review.svg diff --git a/projects/icons-material/src/two-tone/raw_off.svg b/projects/icons-material/src/material/two-tone/raw_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/raw_off.svg rename to projects/icons-material/src/material/two-tone/raw_off.svg diff --git a/projects/icons-material/src/two-tone/raw_on.svg b/projects/icons-material/src/material/two-tone/raw_on.svg similarity index 100% rename from projects/icons-material/src/two-tone/raw_on.svg rename to projects/icons-material/src/material/two-tone/raw_on.svg diff --git a/projects/icons-material/src/two-tone/read_more.svg b/projects/icons-material/src/material/two-tone/read_more.svg similarity index 100% rename from projects/icons-material/src/two-tone/read_more.svg rename to projects/icons-material/src/material/two-tone/read_more.svg diff --git a/projects/icons-material/src/two-tone/real_estate_agent.svg b/projects/icons-material/src/material/two-tone/real_estate_agent.svg similarity index 100% rename from projects/icons-material/src/two-tone/real_estate_agent.svg rename to projects/icons-material/src/material/two-tone/real_estate_agent.svg diff --git a/projects/icons-material/src/two-tone/receipt.svg b/projects/icons-material/src/material/two-tone/receipt.svg similarity index 100% rename from projects/icons-material/src/two-tone/receipt.svg rename to projects/icons-material/src/material/two-tone/receipt.svg diff --git a/projects/icons-material/src/two-tone/receipt_long.svg b/projects/icons-material/src/material/two-tone/receipt_long.svg similarity index 100% rename from projects/icons-material/src/two-tone/receipt_long.svg rename to projects/icons-material/src/material/two-tone/receipt_long.svg diff --git a/projects/icons-material/src/two-tone/recent_actors.svg b/projects/icons-material/src/material/two-tone/recent_actors.svg similarity index 100% rename from projects/icons-material/src/two-tone/recent_actors.svg rename to projects/icons-material/src/material/two-tone/recent_actors.svg diff --git a/projects/icons-material/src/two-tone/recommend.svg b/projects/icons-material/src/material/two-tone/recommend.svg similarity index 100% rename from projects/icons-material/src/two-tone/recommend.svg rename to projects/icons-material/src/material/two-tone/recommend.svg diff --git a/projects/icons-material/src/two-tone/record_voice_over.svg b/projects/icons-material/src/material/two-tone/record_voice_over.svg similarity index 100% rename from projects/icons-material/src/two-tone/record_voice_over.svg rename to projects/icons-material/src/material/two-tone/record_voice_over.svg diff --git a/projects/icons-material/src/two-tone/rectangle.svg b/projects/icons-material/src/material/two-tone/rectangle.svg similarity index 100% rename from projects/icons-material/src/two-tone/rectangle.svg rename to projects/icons-material/src/material/two-tone/rectangle.svg diff --git a/projects/icons-material/src/two-tone/recycling.svg b/projects/icons-material/src/material/two-tone/recycling.svg similarity index 100% rename from projects/icons-material/src/two-tone/recycling.svg rename to projects/icons-material/src/material/two-tone/recycling.svg diff --git a/projects/icons-material/src/two-tone/redeem.svg b/projects/icons-material/src/material/two-tone/redeem.svg similarity index 100% rename from projects/icons-material/src/two-tone/redeem.svg rename to projects/icons-material/src/material/two-tone/redeem.svg diff --git a/projects/icons-material/src/two-tone/redo.svg b/projects/icons-material/src/material/two-tone/redo.svg similarity index 100% rename from projects/icons-material/src/two-tone/redo.svg rename to projects/icons-material/src/material/two-tone/redo.svg diff --git a/projects/icons-material/src/two-tone/reduce_capacity.svg b/projects/icons-material/src/material/two-tone/reduce_capacity.svg similarity index 100% rename from projects/icons-material/src/two-tone/reduce_capacity.svg rename to projects/icons-material/src/material/two-tone/reduce_capacity.svg diff --git a/projects/icons-material/src/two-tone/refresh.svg b/projects/icons-material/src/material/two-tone/refresh.svg similarity index 100% rename from projects/icons-material/src/two-tone/refresh.svg rename to projects/icons-material/src/material/two-tone/refresh.svg diff --git a/projects/icons-material/src/two-tone/remember_me.svg b/projects/icons-material/src/material/two-tone/remember_me.svg similarity index 100% rename from projects/icons-material/src/two-tone/remember_me.svg rename to projects/icons-material/src/material/two-tone/remember_me.svg diff --git a/projects/icons-material/src/two-tone/remove.svg b/projects/icons-material/src/material/two-tone/remove.svg similarity index 100% rename from projects/icons-material/src/two-tone/remove.svg rename to projects/icons-material/src/material/two-tone/remove.svg diff --git a/projects/icons-material/src/two-tone/remove_circle.svg b/projects/icons-material/src/material/two-tone/remove_circle.svg similarity index 100% rename from projects/icons-material/src/two-tone/remove_circle.svg rename to projects/icons-material/src/material/two-tone/remove_circle.svg diff --git a/projects/icons-material/src/two-tone/remove_circle_outline.svg b/projects/icons-material/src/material/two-tone/remove_circle_outline.svg similarity index 100% rename from projects/icons-material/src/two-tone/remove_circle_outline.svg rename to projects/icons-material/src/material/two-tone/remove_circle_outline.svg diff --git a/projects/icons-material/src/two-tone/remove_done.svg b/projects/icons-material/src/material/two-tone/remove_done.svg similarity index 100% rename from projects/icons-material/src/two-tone/remove_done.svg rename to projects/icons-material/src/material/two-tone/remove_done.svg diff --git a/projects/icons-material/src/two-tone/remove_from_queue.svg b/projects/icons-material/src/material/two-tone/remove_from_queue.svg similarity index 100% rename from projects/icons-material/src/two-tone/remove_from_queue.svg rename to projects/icons-material/src/material/two-tone/remove_from_queue.svg diff --git a/projects/icons-material/src/two-tone/remove_moderator.svg b/projects/icons-material/src/material/two-tone/remove_moderator.svg similarity index 100% rename from projects/icons-material/src/two-tone/remove_moderator.svg rename to projects/icons-material/src/material/two-tone/remove_moderator.svg diff --git a/projects/icons-material/src/two-tone/remove_red_eye.svg b/projects/icons-material/src/material/two-tone/remove_red_eye.svg similarity index 100% rename from projects/icons-material/src/two-tone/remove_red_eye.svg rename to projects/icons-material/src/material/two-tone/remove_red_eye.svg diff --git a/projects/icons-material/src/two-tone/remove_road.svg b/projects/icons-material/src/material/two-tone/remove_road.svg similarity index 100% rename from projects/icons-material/src/two-tone/remove_road.svg rename to projects/icons-material/src/material/two-tone/remove_road.svg diff --git a/projects/icons-material/src/two-tone/remove_shopping_cart.svg b/projects/icons-material/src/material/two-tone/remove_shopping_cart.svg similarity index 100% rename from projects/icons-material/src/two-tone/remove_shopping_cart.svg rename to projects/icons-material/src/material/two-tone/remove_shopping_cart.svg diff --git a/projects/icons-material/src/two-tone/reorder.svg b/projects/icons-material/src/material/two-tone/reorder.svg similarity index 100% rename from projects/icons-material/src/two-tone/reorder.svg rename to projects/icons-material/src/material/two-tone/reorder.svg diff --git a/projects/icons-material/src/two-tone/repartition.svg b/projects/icons-material/src/material/two-tone/repartition.svg similarity index 100% rename from projects/icons-material/src/two-tone/repartition.svg rename to projects/icons-material/src/material/two-tone/repartition.svg diff --git a/projects/icons-material/src/two-tone/repeat.svg b/projects/icons-material/src/material/two-tone/repeat.svg similarity index 100% rename from projects/icons-material/src/two-tone/repeat.svg rename to projects/icons-material/src/material/two-tone/repeat.svg diff --git a/projects/icons-material/src/two-tone/repeat_on.svg b/projects/icons-material/src/material/two-tone/repeat_on.svg similarity index 100% rename from projects/icons-material/src/two-tone/repeat_on.svg rename to projects/icons-material/src/material/two-tone/repeat_on.svg diff --git a/projects/icons-material/src/two-tone/repeat_one.svg b/projects/icons-material/src/material/two-tone/repeat_one.svg similarity index 100% rename from projects/icons-material/src/two-tone/repeat_one.svg rename to projects/icons-material/src/material/two-tone/repeat_one.svg diff --git a/projects/icons-material/src/two-tone/repeat_one_on.svg b/projects/icons-material/src/material/two-tone/repeat_one_on.svg similarity index 100% rename from projects/icons-material/src/two-tone/repeat_one_on.svg rename to projects/icons-material/src/material/two-tone/repeat_one_on.svg diff --git a/projects/icons-material/src/two-tone/replay.svg b/projects/icons-material/src/material/two-tone/replay.svg similarity index 100% rename from projects/icons-material/src/two-tone/replay.svg rename to projects/icons-material/src/material/two-tone/replay.svg diff --git a/projects/icons-material/src/two-tone/replay_10.svg b/projects/icons-material/src/material/two-tone/replay_10.svg similarity index 100% rename from projects/icons-material/src/two-tone/replay_10.svg rename to projects/icons-material/src/material/two-tone/replay_10.svg diff --git a/projects/icons-material/src/two-tone/replay_30.svg b/projects/icons-material/src/material/two-tone/replay_30.svg similarity index 100% rename from projects/icons-material/src/two-tone/replay_30.svg rename to projects/icons-material/src/material/two-tone/replay_30.svg diff --git a/projects/icons-material/src/two-tone/replay_5.svg b/projects/icons-material/src/material/two-tone/replay_5.svg similarity index 100% rename from projects/icons-material/src/two-tone/replay_5.svg rename to projects/icons-material/src/material/two-tone/replay_5.svg diff --git a/projects/icons-material/src/two-tone/replay_circle_filled.svg b/projects/icons-material/src/material/two-tone/replay_circle_filled.svg similarity index 100% rename from projects/icons-material/src/two-tone/replay_circle_filled.svg rename to projects/icons-material/src/material/two-tone/replay_circle_filled.svg diff --git a/projects/icons-material/src/two-tone/reply.svg b/projects/icons-material/src/material/two-tone/reply.svg similarity index 100% rename from projects/icons-material/src/two-tone/reply.svg rename to projects/icons-material/src/material/two-tone/reply.svg diff --git a/projects/icons-material/src/two-tone/reply_all.svg b/projects/icons-material/src/material/two-tone/reply_all.svg similarity index 100% rename from projects/icons-material/src/two-tone/reply_all.svg rename to projects/icons-material/src/material/two-tone/reply_all.svg diff --git a/projects/icons-material/src/two-tone/report.svg b/projects/icons-material/src/material/two-tone/report.svg similarity index 100% rename from projects/icons-material/src/two-tone/report.svg rename to projects/icons-material/src/material/two-tone/report.svg diff --git a/projects/icons-material/src/two-tone/report_gmailerrorred.svg b/projects/icons-material/src/material/two-tone/report_gmailerrorred.svg similarity index 100% rename from projects/icons-material/src/two-tone/report_gmailerrorred.svg rename to projects/icons-material/src/material/two-tone/report_gmailerrorred.svg diff --git a/projects/icons-material/src/two-tone/report_off.svg b/projects/icons-material/src/material/two-tone/report_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/report_off.svg rename to projects/icons-material/src/material/two-tone/report_off.svg diff --git a/projects/icons-material/src/two-tone/report_problem.svg b/projects/icons-material/src/material/two-tone/report_problem.svg similarity index 100% rename from projects/icons-material/src/two-tone/report_problem.svg rename to projects/icons-material/src/material/two-tone/report_problem.svg diff --git a/projects/icons-material/src/two-tone/request_page.svg b/projects/icons-material/src/material/two-tone/request_page.svg similarity index 100% rename from projects/icons-material/src/two-tone/request_page.svg rename to projects/icons-material/src/material/two-tone/request_page.svg diff --git a/projects/icons-material/src/two-tone/request_quote.svg b/projects/icons-material/src/material/two-tone/request_quote.svg similarity index 100% rename from projects/icons-material/src/two-tone/request_quote.svg rename to projects/icons-material/src/material/two-tone/request_quote.svg diff --git a/projects/icons-material/src/two-tone/reset_tv.svg b/projects/icons-material/src/material/two-tone/reset_tv.svg similarity index 100% rename from projects/icons-material/src/two-tone/reset_tv.svg rename to projects/icons-material/src/material/two-tone/reset_tv.svg diff --git a/projects/icons-material/src/two-tone/restart_alt.svg b/projects/icons-material/src/material/two-tone/restart_alt.svg similarity index 100% rename from projects/icons-material/src/two-tone/restart_alt.svg rename to projects/icons-material/src/material/two-tone/restart_alt.svg diff --git a/projects/icons-material/src/two-tone/restaurant.svg b/projects/icons-material/src/material/two-tone/restaurant.svg similarity index 100% rename from projects/icons-material/src/two-tone/restaurant.svg rename to projects/icons-material/src/material/two-tone/restaurant.svg diff --git a/projects/icons-material/src/two-tone/restaurant_menu.svg b/projects/icons-material/src/material/two-tone/restaurant_menu.svg similarity index 100% rename from projects/icons-material/src/two-tone/restaurant_menu.svg rename to projects/icons-material/src/material/two-tone/restaurant_menu.svg diff --git a/projects/icons-material/src/two-tone/restore.svg b/projects/icons-material/src/material/two-tone/restore.svg similarity index 100% rename from projects/icons-material/src/two-tone/restore.svg rename to projects/icons-material/src/material/two-tone/restore.svg diff --git a/projects/icons-material/src/two-tone/restore_from_trash.svg b/projects/icons-material/src/material/two-tone/restore_from_trash.svg similarity index 100% rename from projects/icons-material/src/two-tone/restore_from_trash.svg rename to projects/icons-material/src/material/two-tone/restore_from_trash.svg diff --git a/projects/icons-material/src/two-tone/restore_page.svg b/projects/icons-material/src/material/two-tone/restore_page.svg similarity index 100% rename from projects/icons-material/src/two-tone/restore_page.svg rename to projects/icons-material/src/material/two-tone/restore_page.svg diff --git a/projects/icons-material/src/two-tone/reviews.svg b/projects/icons-material/src/material/two-tone/reviews.svg similarity index 100% rename from projects/icons-material/src/two-tone/reviews.svg rename to projects/icons-material/src/material/two-tone/reviews.svg diff --git a/projects/icons-material/src/two-tone/rice_bowl.svg b/projects/icons-material/src/material/two-tone/rice_bowl.svg similarity index 100% rename from projects/icons-material/src/two-tone/rice_bowl.svg rename to projects/icons-material/src/material/two-tone/rice_bowl.svg diff --git a/projects/icons-material/src/two-tone/ring_volume.svg b/projects/icons-material/src/material/two-tone/ring_volume.svg similarity index 100% rename from projects/icons-material/src/two-tone/ring_volume.svg rename to projects/icons-material/src/material/two-tone/ring_volume.svg diff --git a/projects/icons-material/src/two-tone/rocket.svg b/projects/icons-material/src/material/two-tone/rocket.svg similarity index 100% rename from projects/icons-material/src/two-tone/rocket.svg rename to projects/icons-material/src/material/two-tone/rocket.svg diff --git a/projects/icons-material/src/two-tone/rocket_launch.svg b/projects/icons-material/src/material/two-tone/rocket_launch.svg similarity index 100% rename from projects/icons-material/src/two-tone/rocket_launch.svg rename to projects/icons-material/src/material/two-tone/rocket_launch.svg diff --git a/projects/icons-material/src/two-tone/roller_shades.svg b/projects/icons-material/src/material/two-tone/roller_shades.svg similarity index 100% rename from projects/icons-material/src/two-tone/roller_shades.svg rename to projects/icons-material/src/material/two-tone/roller_shades.svg diff --git a/projects/icons-material/src/two-tone/roller_shades_closed.svg b/projects/icons-material/src/material/two-tone/roller_shades_closed.svg similarity index 100% rename from projects/icons-material/src/two-tone/roller_shades_closed.svg rename to projects/icons-material/src/material/two-tone/roller_shades_closed.svg diff --git a/projects/icons-material/src/two-tone/roller_skating.svg b/projects/icons-material/src/material/two-tone/roller_skating.svg similarity index 100% rename from projects/icons-material/src/two-tone/roller_skating.svg rename to projects/icons-material/src/material/two-tone/roller_skating.svg diff --git a/projects/icons-material/src/two-tone/roofing.svg b/projects/icons-material/src/material/two-tone/roofing.svg similarity index 100% rename from projects/icons-material/src/two-tone/roofing.svg rename to projects/icons-material/src/material/two-tone/roofing.svg diff --git a/projects/icons-material/src/two-tone/room.svg b/projects/icons-material/src/material/two-tone/room.svg similarity index 100% rename from projects/icons-material/src/two-tone/room.svg rename to projects/icons-material/src/material/two-tone/room.svg diff --git a/projects/icons-material/src/two-tone/room_preferences.svg b/projects/icons-material/src/material/two-tone/room_preferences.svg similarity index 100% rename from projects/icons-material/src/two-tone/room_preferences.svg rename to projects/icons-material/src/material/two-tone/room_preferences.svg diff --git a/projects/icons-material/src/two-tone/room_service.svg b/projects/icons-material/src/material/two-tone/room_service.svg similarity index 100% rename from projects/icons-material/src/two-tone/room_service.svg rename to projects/icons-material/src/material/two-tone/room_service.svg diff --git a/projects/icons-material/src/two-tone/rotate_90_degrees_ccw.svg b/projects/icons-material/src/material/two-tone/rotate_90_degrees_ccw.svg similarity index 100% rename from projects/icons-material/src/two-tone/rotate_90_degrees_ccw.svg rename to projects/icons-material/src/material/two-tone/rotate_90_degrees_ccw.svg diff --git a/projects/icons-material/src/two-tone/rotate_90_degrees_cw.svg b/projects/icons-material/src/material/two-tone/rotate_90_degrees_cw.svg similarity index 100% rename from projects/icons-material/src/two-tone/rotate_90_degrees_cw.svg rename to projects/icons-material/src/material/two-tone/rotate_90_degrees_cw.svg diff --git a/projects/icons-material/src/two-tone/rotate_left.svg b/projects/icons-material/src/material/two-tone/rotate_left.svg similarity index 100% rename from projects/icons-material/src/two-tone/rotate_left.svg rename to projects/icons-material/src/material/two-tone/rotate_left.svg diff --git a/projects/icons-material/src/two-tone/rotate_right.svg b/projects/icons-material/src/material/two-tone/rotate_right.svg similarity index 100% rename from projects/icons-material/src/two-tone/rotate_right.svg rename to projects/icons-material/src/material/two-tone/rotate_right.svg diff --git a/projects/icons-material/src/two-tone/roundabout_left.svg b/projects/icons-material/src/material/two-tone/roundabout_left.svg similarity index 100% rename from projects/icons-material/src/two-tone/roundabout_left.svg rename to projects/icons-material/src/material/two-tone/roundabout_left.svg diff --git a/projects/icons-material/src/two-tone/roundabout_right.svg b/projects/icons-material/src/material/two-tone/roundabout_right.svg similarity index 100% rename from projects/icons-material/src/two-tone/roundabout_right.svg rename to projects/icons-material/src/material/two-tone/roundabout_right.svg diff --git a/projects/icons-material/src/two-tone/rounded_corner.svg b/projects/icons-material/src/material/two-tone/rounded_corner.svg similarity index 100% rename from projects/icons-material/src/two-tone/rounded_corner.svg rename to projects/icons-material/src/material/two-tone/rounded_corner.svg diff --git a/projects/icons-material/src/two-tone/route.svg b/projects/icons-material/src/material/two-tone/route.svg similarity index 100% rename from projects/icons-material/src/two-tone/route.svg rename to projects/icons-material/src/material/two-tone/route.svg diff --git a/projects/icons-material/src/two-tone/router.svg b/projects/icons-material/src/material/two-tone/router.svg similarity index 100% rename from projects/icons-material/src/two-tone/router.svg rename to projects/icons-material/src/material/two-tone/router.svg diff --git a/projects/icons-material/src/two-tone/rowing.svg b/projects/icons-material/src/material/two-tone/rowing.svg similarity index 100% rename from projects/icons-material/src/two-tone/rowing.svg rename to projects/icons-material/src/material/two-tone/rowing.svg diff --git a/projects/icons-material/src/two-tone/rss_feed.svg b/projects/icons-material/src/material/two-tone/rss_feed.svg similarity index 100% rename from projects/icons-material/src/two-tone/rss_feed.svg rename to projects/icons-material/src/material/two-tone/rss_feed.svg diff --git a/projects/icons-material/src/two-tone/rsvp.svg b/projects/icons-material/src/material/two-tone/rsvp.svg similarity index 100% rename from projects/icons-material/src/two-tone/rsvp.svg rename to projects/icons-material/src/material/two-tone/rsvp.svg diff --git a/projects/icons-material/src/two-tone/rtt.svg b/projects/icons-material/src/material/two-tone/rtt.svg similarity index 100% rename from projects/icons-material/src/two-tone/rtt.svg rename to projects/icons-material/src/material/two-tone/rtt.svg diff --git a/projects/icons-material/src/two-tone/rule.svg b/projects/icons-material/src/material/two-tone/rule.svg similarity index 100% rename from projects/icons-material/src/two-tone/rule.svg rename to projects/icons-material/src/material/two-tone/rule.svg diff --git a/projects/icons-material/src/two-tone/rule_folder.svg b/projects/icons-material/src/material/two-tone/rule_folder.svg similarity index 100% rename from projects/icons-material/src/two-tone/rule_folder.svg rename to projects/icons-material/src/material/two-tone/rule_folder.svg diff --git a/projects/icons-material/src/two-tone/run_circle.svg b/projects/icons-material/src/material/two-tone/run_circle.svg similarity index 100% rename from projects/icons-material/src/two-tone/run_circle.svg rename to projects/icons-material/src/material/two-tone/run_circle.svg diff --git a/projects/icons-material/src/two-tone/running_with_errors.svg b/projects/icons-material/src/material/two-tone/running_with_errors.svg similarity index 100% rename from projects/icons-material/src/two-tone/running_with_errors.svg rename to projects/icons-material/src/material/two-tone/running_with_errors.svg diff --git a/projects/icons-material/src/two-tone/rv_hookup.svg b/projects/icons-material/src/material/two-tone/rv_hookup.svg similarity index 100% rename from projects/icons-material/src/two-tone/rv_hookup.svg rename to projects/icons-material/src/material/two-tone/rv_hookup.svg diff --git a/projects/icons-material/src/two-tone/safety_check.svg b/projects/icons-material/src/material/two-tone/safety_check.svg similarity index 100% rename from projects/icons-material/src/two-tone/safety_check.svg rename to projects/icons-material/src/material/two-tone/safety_check.svg diff --git a/projects/icons-material/src/two-tone/safety_divider.svg b/projects/icons-material/src/material/two-tone/safety_divider.svg similarity index 100% rename from projects/icons-material/src/two-tone/safety_divider.svg rename to projects/icons-material/src/material/two-tone/safety_divider.svg diff --git a/projects/icons-material/src/two-tone/sailing.svg b/projects/icons-material/src/material/two-tone/sailing.svg similarity index 100% rename from projects/icons-material/src/two-tone/sailing.svg rename to projects/icons-material/src/material/two-tone/sailing.svg diff --git a/projects/icons-material/src/two-tone/sanitizer.svg b/projects/icons-material/src/material/two-tone/sanitizer.svg similarity index 100% rename from projects/icons-material/src/two-tone/sanitizer.svg rename to projects/icons-material/src/material/two-tone/sanitizer.svg diff --git a/projects/icons-material/src/two-tone/satellite.svg b/projects/icons-material/src/material/two-tone/satellite.svg similarity index 100% rename from projects/icons-material/src/two-tone/satellite.svg rename to projects/icons-material/src/material/two-tone/satellite.svg diff --git a/projects/icons-material/src/two-tone/satellite_alt.svg b/projects/icons-material/src/material/two-tone/satellite_alt.svg similarity index 100% rename from projects/icons-material/src/two-tone/satellite_alt.svg rename to projects/icons-material/src/material/two-tone/satellite_alt.svg diff --git a/projects/icons-material/src/two-tone/save.svg b/projects/icons-material/src/material/two-tone/save.svg similarity index 100% rename from projects/icons-material/src/two-tone/save.svg rename to projects/icons-material/src/material/two-tone/save.svg diff --git a/projects/icons-material/src/two-tone/save_alt.svg b/projects/icons-material/src/material/two-tone/save_alt.svg similarity index 100% rename from projects/icons-material/src/two-tone/save_alt.svg rename to projects/icons-material/src/material/two-tone/save_alt.svg diff --git a/projects/icons-material/src/two-tone/save_as.svg b/projects/icons-material/src/material/two-tone/save_as.svg similarity index 100% rename from projects/icons-material/src/two-tone/save_as.svg rename to projects/icons-material/src/material/two-tone/save_as.svg diff --git a/projects/icons-material/src/two-tone/saved_search.svg b/projects/icons-material/src/material/two-tone/saved_search.svg similarity index 100% rename from projects/icons-material/src/two-tone/saved_search.svg rename to projects/icons-material/src/material/two-tone/saved_search.svg diff --git a/projects/icons-material/src/two-tone/savings.svg b/projects/icons-material/src/material/two-tone/savings.svg similarity index 100% rename from projects/icons-material/src/two-tone/savings.svg rename to projects/icons-material/src/material/two-tone/savings.svg diff --git a/projects/icons-material/src/two-tone/scale.svg b/projects/icons-material/src/material/two-tone/scale.svg similarity index 100% rename from projects/icons-material/src/two-tone/scale.svg rename to projects/icons-material/src/material/two-tone/scale.svg diff --git a/projects/icons-material/src/two-tone/scanner.svg b/projects/icons-material/src/material/two-tone/scanner.svg similarity index 100% rename from projects/icons-material/src/two-tone/scanner.svg rename to projects/icons-material/src/material/two-tone/scanner.svg diff --git a/projects/icons-material/src/two-tone/scatter_plot.svg b/projects/icons-material/src/material/two-tone/scatter_plot.svg similarity index 100% rename from projects/icons-material/src/two-tone/scatter_plot.svg rename to projects/icons-material/src/material/two-tone/scatter_plot.svg diff --git a/projects/icons-material/src/two-tone/schedule.svg b/projects/icons-material/src/material/two-tone/schedule.svg similarity index 100% rename from projects/icons-material/src/two-tone/schedule.svg rename to projects/icons-material/src/material/two-tone/schedule.svg diff --git a/projects/icons-material/src/two-tone/schedule_send.svg b/projects/icons-material/src/material/two-tone/schedule_send.svg similarity index 100% rename from projects/icons-material/src/two-tone/schedule_send.svg rename to projects/icons-material/src/material/two-tone/schedule_send.svg diff --git a/projects/icons-material/src/two-tone/schema.svg b/projects/icons-material/src/material/two-tone/schema.svg similarity index 100% rename from projects/icons-material/src/two-tone/schema.svg rename to projects/icons-material/src/material/two-tone/schema.svg diff --git a/projects/icons-material/src/two-tone/school.svg b/projects/icons-material/src/material/two-tone/school.svg similarity index 100% rename from projects/icons-material/src/two-tone/school.svg rename to projects/icons-material/src/material/two-tone/school.svg diff --git a/projects/icons-material/src/two-tone/science.svg b/projects/icons-material/src/material/two-tone/science.svg similarity index 100% rename from projects/icons-material/src/two-tone/science.svg rename to projects/icons-material/src/material/two-tone/science.svg diff --git a/projects/icons-material/src/two-tone/score.svg b/projects/icons-material/src/material/two-tone/score.svg similarity index 100% rename from projects/icons-material/src/two-tone/score.svg rename to projects/icons-material/src/material/two-tone/score.svg diff --git a/projects/icons-material/src/two-tone/scoreboard.svg b/projects/icons-material/src/material/two-tone/scoreboard.svg similarity index 100% rename from projects/icons-material/src/two-tone/scoreboard.svg rename to projects/icons-material/src/material/two-tone/scoreboard.svg diff --git a/projects/icons-material/src/two-tone/screen_lock_landscape.svg b/projects/icons-material/src/material/two-tone/screen_lock_landscape.svg similarity index 100% rename from projects/icons-material/src/two-tone/screen_lock_landscape.svg rename to projects/icons-material/src/material/two-tone/screen_lock_landscape.svg diff --git a/projects/icons-material/src/two-tone/screen_lock_portrait.svg b/projects/icons-material/src/material/two-tone/screen_lock_portrait.svg similarity index 100% rename from projects/icons-material/src/two-tone/screen_lock_portrait.svg rename to projects/icons-material/src/material/two-tone/screen_lock_portrait.svg diff --git a/projects/icons-material/src/two-tone/screen_lock_rotation.svg b/projects/icons-material/src/material/two-tone/screen_lock_rotation.svg similarity index 100% rename from projects/icons-material/src/two-tone/screen_lock_rotation.svg rename to projects/icons-material/src/material/two-tone/screen_lock_rotation.svg diff --git a/projects/icons-material/src/two-tone/screen_rotation.svg b/projects/icons-material/src/material/two-tone/screen_rotation.svg similarity index 100% rename from projects/icons-material/src/two-tone/screen_rotation.svg rename to projects/icons-material/src/material/two-tone/screen_rotation.svg diff --git a/projects/icons-material/src/two-tone/screen_rotation_alt.svg b/projects/icons-material/src/material/two-tone/screen_rotation_alt.svg similarity index 100% rename from projects/icons-material/src/two-tone/screen_rotation_alt.svg rename to projects/icons-material/src/material/two-tone/screen_rotation_alt.svg diff --git a/projects/icons-material/src/two-tone/screen_search_desktop.svg b/projects/icons-material/src/material/two-tone/screen_search_desktop.svg similarity index 100% rename from projects/icons-material/src/two-tone/screen_search_desktop.svg rename to projects/icons-material/src/material/two-tone/screen_search_desktop.svg diff --git a/projects/icons-material/src/two-tone/screen_share.svg b/projects/icons-material/src/material/two-tone/screen_share.svg similarity index 100% rename from projects/icons-material/src/two-tone/screen_share.svg rename to projects/icons-material/src/material/two-tone/screen_share.svg diff --git a/projects/icons-material/src/two-tone/screenshot.svg b/projects/icons-material/src/material/two-tone/screenshot.svg similarity index 100% rename from projects/icons-material/src/two-tone/screenshot.svg rename to projects/icons-material/src/material/two-tone/screenshot.svg diff --git a/projects/icons-material/src/two-tone/screenshot_monitor.svg b/projects/icons-material/src/material/two-tone/screenshot_monitor.svg similarity index 100% rename from projects/icons-material/src/two-tone/screenshot_monitor.svg rename to projects/icons-material/src/material/two-tone/screenshot_monitor.svg diff --git a/projects/icons-material/src/two-tone/scuba_diving.svg b/projects/icons-material/src/material/two-tone/scuba_diving.svg similarity index 100% rename from projects/icons-material/src/two-tone/scuba_diving.svg rename to projects/icons-material/src/material/two-tone/scuba_diving.svg diff --git a/projects/icons-material/src/two-tone/sd.svg b/projects/icons-material/src/material/two-tone/sd.svg similarity index 100% rename from projects/icons-material/src/two-tone/sd.svg rename to projects/icons-material/src/material/two-tone/sd.svg diff --git a/projects/icons-material/src/two-tone/sd_card.svg b/projects/icons-material/src/material/two-tone/sd_card.svg similarity index 100% rename from projects/icons-material/src/two-tone/sd_card.svg rename to projects/icons-material/src/material/two-tone/sd_card.svg diff --git a/projects/icons-material/src/two-tone/sd_card_alert.svg b/projects/icons-material/src/material/two-tone/sd_card_alert.svg similarity index 100% rename from projects/icons-material/src/two-tone/sd_card_alert.svg rename to projects/icons-material/src/material/two-tone/sd_card_alert.svg diff --git a/projects/icons-material/src/two-tone/sd_storage.svg b/projects/icons-material/src/material/two-tone/sd_storage.svg similarity index 100% rename from projects/icons-material/src/two-tone/sd_storage.svg rename to projects/icons-material/src/material/two-tone/sd_storage.svg diff --git a/projects/icons-material/src/two-tone/search.svg b/projects/icons-material/src/material/two-tone/search.svg similarity index 100% rename from projects/icons-material/src/two-tone/search.svg rename to projects/icons-material/src/material/two-tone/search.svg diff --git a/projects/icons-material/src/two-tone/search_off.svg b/projects/icons-material/src/material/two-tone/search_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/search_off.svg rename to projects/icons-material/src/material/two-tone/search_off.svg diff --git a/projects/icons-material/src/two-tone/security.svg b/projects/icons-material/src/material/two-tone/security.svg similarity index 100% rename from projects/icons-material/src/two-tone/security.svg rename to projects/icons-material/src/material/two-tone/security.svg diff --git a/projects/icons-material/src/two-tone/security_update.svg b/projects/icons-material/src/material/two-tone/security_update.svg similarity index 100% rename from projects/icons-material/src/two-tone/security_update.svg rename to projects/icons-material/src/material/two-tone/security_update.svg diff --git a/projects/icons-material/src/two-tone/security_update_good.svg b/projects/icons-material/src/material/two-tone/security_update_good.svg similarity index 100% rename from projects/icons-material/src/two-tone/security_update_good.svg rename to projects/icons-material/src/material/two-tone/security_update_good.svg diff --git a/projects/icons-material/src/two-tone/security_update_warning.svg b/projects/icons-material/src/material/two-tone/security_update_warning.svg similarity index 100% rename from projects/icons-material/src/two-tone/security_update_warning.svg rename to projects/icons-material/src/material/two-tone/security_update_warning.svg diff --git a/projects/icons-material/src/two-tone/segment.svg b/projects/icons-material/src/material/two-tone/segment.svg similarity index 100% rename from projects/icons-material/src/two-tone/segment.svg rename to projects/icons-material/src/material/two-tone/segment.svg diff --git a/projects/icons-material/src/two-tone/select_all.svg b/projects/icons-material/src/material/two-tone/select_all.svg similarity index 100% rename from projects/icons-material/src/two-tone/select_all.svg rename to projects/icons-material/src/material/two-tone/select_all.svg diff --git a/projects/icons-material/src/two-tone/self_improvement.svg b/projects/icons-material/src/material/two-tone/self_improvement.svg similarity index 100% rename from projects/icons-material/src/two-tone/self_improvement.svg rename to projects/icons-material/src/material/two-tone/self_improvement.svg diff --git a/projects/icons-material/src/two-tone/sell.svg b/projects/icons-material/src/material/two-tone/sell.svg similarity index 100% rename from projects/icons-material/src/two-tone/sell.svg rename to projects/icons-material/src/material/two-tone/sell.svg diff --git a/projects/icons-material/src/two-tone/send.svg b/projects/icons-material/src/material/two-tone/send.svg similarity index 100% rename from projects/icons-material/src/two-tone/send.svg rename to projects/icons-material/src/material/two-tone/send.svg diff --git a/projects/icons-material/src/two-tone/send_and_archive.svg b/projects/icons-material/src/material/two-tone/send_and_archive.svg similarity index 100% rename from projects/icons-material/src/two-tone/send_and_archive.svg rename to projects/icons-material/src/material/two-tone/send_and_archive.svg diff --git a/projects/icons-material/src/two-tone/send_time_extension.svg b/projects/icons-material/src/material/two-tone/send_time_extension.svg similarity index 100% rename from projects/icons-material/src/two-tone/send_time_extension.svg rename to projects/icons-material/src/material/two-tone/send_time_extension.svg diff --git a/projects/icons-material/src/two-tone/send_to_mobile.svg b/projects/icons-material/src/material/two-tone/send_to_mobile.svg similarity index 100% rename from projects/icons-material/src/two-tone/send_to_mobile.svg rename to projects/icons-material/src/material/two-tone/send_to_mobile.svg diff --git a/projects/icons-material/src/two-tone/sensor_door.svg b/projects/icons-material/src/material/two-tone/sensor_door.svg similarity index 100% rename from projects/icons-material/src/two-tone/sensor_door.svg rename to projects/icons-material/src/material/two-tone/sensor_door.svg diff --git a/projects/icons-material/src/two-tone/sensor_occupied.svg b/projects/icons-material/src/material/two-tone/sensor_occupied.svg similarity index 100% rename from projects/icons-material/src/two-tone/sensor_occupied.svg rename to projects/icons-material/src/material/two-tone/sensor_occupied.svg diff --git a/projects/icons-material/src/two-tone/sensor_window.svg b/projects/icons-material/src/material/two-tone/sensor_window.svg similarity index 100% rename from projects/icons-material/src/two-tone/sensor_window.svg rename to projects/icons-material/src/material/two-tone/sensor_window.svg diff --git a/projects/icons-material/src/two-tone/sensors.svg b/projects/icons-material/src/material/two-tone/sensors.svg similarity index 100% rename from projects/icons-material/src/two-tone/sensors.svg rename to projects/icons-material/src/material/two-tone/sensors.svg diff --git a/projects/icons-material/src/two-tone/sensors_off.svg b/projects/icons-material/src/material/two-tone/sensors_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/sensors_off.svg rename to projects/icons-material/src/material/two-tone/sensors_off.svg diff --git a/projects/icons-material/src/two-tone/sentiment_dissatisfied.svg b/projects/icons-material/src/material/two-tone/sentiment_dissatisfied.svg similarity index 100% rename from projects/icons-material/src/two-tone/sentiment_dissatisfied.svg rename to projects/icons-material/src/material/two-tone/sentiment_dissatisfied.svg diff --git a/projects/icons-material/src/two-tone/sentiment_neutral.svg b/projects/icons-material/src/material/two-tone/sentiment_neutral.svg similarity index 100% rename from projects/icons-material/src/two-tone/sentiment_neutral.svg rename to projects/icons-material/src/material/two-tone/sentiment_neutral.svg diff --git a/projects/icons-material/src/two-tone/sentiment_satisfied.svg b/projects/icons-material/src/material/two-tone/sentiment_satisfied.svg similarity index 100% rename from projects/icons-material/src/two-tone/sentiment_satisfied.svg rename to projects/icons-material/src/material/two-tone/sentiment_satisfied.svg diff --git a/projects/icons-material/src/two-tone/sentiment_satisfied_alt.svg b/projects/icons-material/src/material/two-tone/sentiment_satisfied_alt.svg similarity index 100% rename from projects/icons-material/src/two-tone/sentiment_satisfied_alt.svg rename to projects/icons-material/src/material/two-tone/sentiment_satisfied_alt.svg diff --git a/projects/icons-material/src/two-tone/sentiment_very_dissatisfied.svg b/projects/icons-material/src/material/two-tone/sentiment_very_dissatisfied.svg similarity index 100% rename from projects/icons-material/src/two-tone/sentiment_very_dissatisfied.svg rename to projects/icons-material/src/material/two-tone/sentiment_very_dissatisfied.svg diff --git a/projects/icons-material/src/two-tone/sentiment_very_satisfied.svg b/projects/icons-material/src/material/two-tone/sentiment_very_satisfied.svg similarity index 100% rename from projects/icons-material/src/two-tone/sentiment_very_satisfied.svg rename to projects/icons-material/src/material/two-tone/sentiment_very_satisfied.svg diff --git a/projects/icons-material/src/two-tone/set_meal.svg b/projects/icons-material/src/material/two-tone/set_meal.svg similarity index 100% rename from projects/icons-material/src/two-tone/set_meal.svg rename to projects/icons-material/src/material/two-tone/set_meal.svg diff --git a/projects/icons-material/src/two-tone/settings.svg b/projects/icons-material/src/material/two-tone/settings.svg similarity index 100% rename from projects/icons-material/src/two-tone/settings.svg rename to projects/icons-material/src/material/two-tone/settings.svg diff --git a/projects/icons-material/src/two-tone/settings_accessibility.svg b/projects/icons-material/src/material/two-tone/settings_accessibility.svg similarity index 100% rename from projects/icons-material/src/two-tone/settings_accessibility.svg rename to projects/icons-material/src/material/two-tone/settings_accessibility.svg diff --git a/projects/icons-material/src/two-tone/settings_applications.svg b/projects/icons-material/src/material/two-tone/settings_applications.svg similarity index 100% rename from projects/icons-material/src/two-tone/settings_applications.svg rename to projects/icons-material/src/material/two-tone/settings_applications.svg diff --git a/projects/icons-material/src/two-tone/settings_backup_restore.svg b/projects/icons-material/src/material/two-tone/settings_backup_restore.svg similarity index 100% rename from projects/icons-material/src/two-tone/settings_backup_restore.svg rename to projects/icons-material/src/material/two-tone/settings_backup_restore.svg diff --git a/projects/icons-material/src/two-tone/settings_bluetooth.svg b/projects/icons-material/src/material/two-tone/settings_bluetooth.svg similarity index 100% rename from projects/icons-material/src/two-tone/settings_bluetooth.svg rename to projects/icons-material/src/material/two-tone/settings_bluetooth.svg diff --git a/projects/icons-material/src/two-tone/settings_brightness.svg b/projects/icons-material/src/material/two-tone/settings_brightness.svg similarity index 100% rename from projects/icons-material/src/two-tone/settings_brightness.svg rename to projects/icons-material/src/material/two-tone/settings_brightness.svg diff --git a/projects/icons-material/src/two-tone/settings_cell.svg b/projects/icons-material/src/material/two-tone/settings_cell.svg similarity index 100% rename from projects/icons-material/src/two-tone/settings_cell.svg rename to projects/icons-material/src/material/two-tone/settings_cell.svg diff --git a/projects/icons-material/src/two-tone/settings_ethernet.svg b/projects/icons-material/src/material/two-tone/settings_ethernet.svg similarity index 100% rename from projects/icons-material/src/two-tone/settings_ethernet.svg rename to projects/icons-material/src/material/two-tone/settings_ethernet.svg diff --git a/projects/icons-material/src/two-tone/settings_input_antenna.svg b/projects/icons-material/src/material/two-tone/settings_input_antenna.svg similarity index 100% rename from projects/icons-material/src/two-tone/settings_input_antenna.svg rename to projects/icons-material/src/material/two-tone/settings_input_antenna.svg diff --git a/projects/icons-material/src/two-tone/settings_input_component.svg b/projects/icons-material/src/material/two-tone/settings_input_component.svg similarity index 100% rename from projects/icons-material/src/two-tone/settings_input_component.svg rename to projects/icons-material/src/material/two-tone/settings_input_component.svg diff --git a/projects/icons-material/src/two-tone/settings_input_composite.svg b/projects/icons-material/src/material/two-tone/settings_input_composite.svg similarity index 100% rename from projects/icons-material/src/two-tone/settings_input_composite.svg rename to projects/icons-material/src/material/two-tone/settings_input_composite.svg diff --git a/projects/icons-material/src/two-tone/settings_input_hdmi.svg b/projects/icons-material/src/material/two-tone/settings_input_hdmi.svg similarity index 100% rename from projects/icons-material/src/two-tone/settings_input_hdmi.svg rename to projects/icons-material/src/material/two-tone/settings_input_hdmi.svg diff --git a/projects/icons-material/src/two-tone/settings_input_svideo.svg b/projects/icons-material/src/material/two-tone/settings_input_svideo.svg similarity index 100% rename from projects/icons-material/src/two-tone/settings_input_svideo.svg rename to projects/icons-material/src/material/two-tone/settings_input_svideo.svg diff --git a/projects/icons-material/src/two-tone/settings_overscan.svg b/projects/icons-material/src/material/two-tone/settings_overscan.svg similarity index 100% rename from projects/icons-material/src/two-tone/settings_overscan.svg rename to projects/icons-material/src/material/two-tone/settings_overscan.svg diff --git a/projects/icons-material/src/two-tone/settings_phone.svg b/projects/icons-material/src/material/two-tone/settings_phone.svg similarity index 100% rename from projects/icons-material/src/two-tone/settings_phone.svg rename to projects/icons-material/src/material/two-tone/settings_phone.svg diff --git a/projects/icons-material/src/two-tone/settings_power.svg b/projects/icons-material/src/material/two-tone/settings_power.svg similarity index 100% rename from projects/icons-material/src/two-tone/settings_power.svg rename to projects/icons-material/src/material/two-tone/settings_power.svg diff --git a/projects/icons-material/src/two-tone/settings_remote.svg b/projects/icons-material/src/material/two-tone/settings_remote.svg similarity index 100% rename from projects/icons-material/src/two-tone/settings_remote.svg rename to projects/icons-material/src/material/two-tone/settings_remote.svg diff --git a/projects/icons-material/src/two-tone/settings_suggest.svg b/projects/icons-material/src/material/two-tone/settings_suggest.svg similarity index 100% rename from projects/icons-material/src/two-tone/settings_suggest.svg rename to projects/icons-material/src/material/two-tone/settings_suggest.svg diff --git a/projects/icons-material/src/two-tone/settings_system_daydream.svg b/projects/icons-material/src/material/two-tone/settings_system_daydream.svg similarity index 100% rename from projects/icons-material/src/two-tone/settings_system_daydream.svg rename to projects/icons-material/src/material/two-tone/settings_system_daydream.svg diff --git a/projects/icons-material/src/two-tone/settings_voice.svg b/projects/icons-material/src/material/two-tone/settings_voice.svg similarity index 100% rename from projects/icons-material/src/two-tone/settings_voice.svg rename to projects/icons-material/src/material/two-tone/settings_voice.svg diff --git a/projects/icons-material/src/two-tone/severe_cold.svg b/projects/icons-material/src/material/two-tone/severe_cold.svg similarity index 100% rename from projects/icons-material/src/two-tone/severe_cold.svg rename to projects/icons-material/src/material/two-tone/severe_cold.svg diff --git a/projects/icons-material/src/two-tone/shape_line.svg b/projects/icons-material/src/material/two-tone/shape_line.svg similarity index 100% rename from projects/icons-material/src/two-tone/shape_line.svg rename to projects/icons-material/src/material/two-tone/shape_line.svg diff --git a/projects/icons-material/src/two-tone/share.svg b/projects/icons-material/src/material/two-tone/share.svg similarity index 100% rename from projects/icons-material/src/two-tone/share.svg rename to projects/icons-material/src/material/two-tone/share.svg diff --git a/projects/icons-material/src/two-tone/share_location.svg b/projects/icons-material/src/material/two-tone/share_location.svg similarity index 100% rename from projects/icons-material/src/two-tone/share_location.svg rename to projects/icons-material/src/material/two-tone/share_location.svg diff --git a/projects/icons-material/src/two-tone/shield.svg b/projects/icons-material/src/material/two-tone/shield.svg similarity index 100% rename from projects/icons-material/src/two-tone/shield.svg rename to projects/icons-material/src/material/two-tone/shield.svg diff --git a/projects/icons-material/src/two-tone/shield_moon.svg b/projects/icons-material/src/material/two-tone/shield_moon.svg similarity index 100% rename from projects/icons-material/src/two-tone/shield_moon.svg rename to projects/icons-material/src/material/two-tone/shield_moon.svg diff --git a/projects/icons-material/src/two-tone/shop.svg b/projects/icons-material/src/material/two-tone/shop.svg similarity index 100% rename from projects/icons-material/src/two-tone/shop.svg rename to projects/icons-material/src/material/two-tone/shop.svg diff --git a/projects/icons-material/src/two-tone/shop_2.svg b/projects/icons-material/src/material/two-tone/shop_2.svg similarity index 100% rename from projects/icons-material/src/two-tone/shop_2.svg rename to projects/icons-material/src/material/two-tone/shop_2.svg diff --git a/projects/icons-material/src/two-tone/shop_two.svg b/projects/icons-material/src/material/two-tone/shop_two.svg similarity index 100% rename from projects/icons-material/src/two-tone/shop_two.svg rename to projects/icons-material/src/material/two-tone/shop_two.svg diff --git a/projects/icons-material/src/two-tone/shopping_bag.svg b/projects/icons-material/src/material/two-tone/shopping_bag.svg similarity index 100% rename from projects/icons-material/src/two-tone/shopping_bag.svg rename to projects/icons-material/src/material/two-tone/shopping_bag.svg diff --git a/projects/icons-material/src/two-tone/shopping_basket.svg b/projects/icons-material/src/material/two-tone/shopping_basket.svg similarity index 100% rename from projects/icons-material/src/two-tone/shopping_basket.svg rename to projects/icons-material/src/material/two-tone/shopping_basket.svg diff --git a/projects/icons-material/src/two-tone/shopping_cart.svg b/projects/icons-material/src/material/two-tone/shopping_cart.svg similarity index 100% rename from projects/icons-material/src/two-tone/shopping_cart.svg rename to projects/icons-material/src/material/two-tone/shopping_cart.svg diff --git a/projects/icons-material/src/two-tone/shopping_cart_checkout.svg b/projects/icons-material/src/material/two-tone/shopping_cart_checkout.svg similarity index 100% rename from projects/icons-material/src/two-tone/shopping_cart_checkout.svg rename to projects/icons-material/src/material/two-tone/shopping_cart_checkout.svg diff --git a/projects/icons-material/src/two-tone/short_text.svg b/projects/icons-material/src/material/two-tone/short_text.svg similarity index 100% rename from projects/icons-material/src/two-tone/short_text.svg rename to projects/icons-material/src/material/two-tone/short_text.svg diff --git a/projects/icons-material/src/two-tone/shortcut.svg b/projects/icons-material/src/material/two-tone/shortcut.svg similarity index 100% rename from projects/icons-material/src/two-tone/shortcut.svg rename to projects/icons-material/src/material/two-tone/shortcut.svg diff --git a/projects/icons-material/src/two-tone/show_chart.svg b/projects/icons-material/src/material/two-tone/show_chart.svg similarity index 100% rename from projects/icons-material/src/two-tone/show_chart.svg rename to projects/icons-material/src/material/two-tone/show_chart.svg diff --git a/projects/icons-material/src/two-tone/shower.svg b/projects/icons-material/src/material/two-tone/shower.svg similarity index 100% rename from projects/icons-material/src/two-tone/shower.svg rename to projects/icons-material/src/material/two-tone/shower.svg diff --git a/projects/icons-material/src/two-tone/shuffle.svg b/projects/icons-material/src/material/two-tone/shuffle.svg similarity index 100% rename from projects/icons-material/src/two-tone/shuffle.svg rename to projects/icons-material/src/material/two-tone/shuffle.svg diff --git a/projects/icons-material/src/two-tone/shuffle_on.svg b/projects/icons-material/src/material/two-tone/shuffle_on.svg similarity index 100% rename from projects/icons-material/src/two-tone/shuffle_on.svg rename to projects/icons-material/src/material/two-tone/shuffle_on.svg diff --git a/projects/icons-material/src/two-tone/shutter_speed.svg b/projects/icons-material/src/material/two-tone/shutter_speed.svg similarity index 100% rename from projects/icons-material/src/two-tone/shutter_speed.svg rename to projects/icons-material/src/material/two-tone/shutter_speed.svg diff --git a/projects/icons-material/src/two-tone/sick.svg b/projects/icons-material/src/material/two-tone/sick.svg similarity index 100% rename from projects/icons-material/src/two-tone/sick.svg rename to projects/icons-material/src/material/two-tone/sick.svg diff --git a/projects/icons-material/src/two-tone/sign_language.svg b/projects/icons-material/src/material/two-tone/sign_language.svg similarity index 100% rename from projects/icons-material/src/two-tone/sign_language.svg rename to projects/icons-material/src/material/two-tone/sign_language.svg diff --git a/projects/icons-material/src/two-tone/signal_cellular_0_bar.svg b/projects/icons-material/src/material/two-tone/signal_cellular_0_bar.svg similarity index 100% rename from projects/icons-material/src/two-tone/signal_cellular_0_bar.svg rename to projects/icons-material/src/material/two-tone/signal_cellular_0_bar.svg diff --git a/projects/icons-material/src/two-tone/signal_cellular_4_bar.svg b/projects/icons-material/src/material/two-tone/signal_cellular_4_bar.svg similarity index 100% rename from projects/icons-material/src/two-tone/signal_cellular_4_bar.svg rename to projects/icons-material/src/material/two-tone/signal_cellular_4_bar.svg diff --git a/projects/icons-material/src/two-tone/signal_cellular_alt.svg b/projects/icons-material/src/material/two-tone/signal_cellular_alt.svg similarity index 100% rename from projects/icons-material/src/two-tone/signal_cellular_alt.svg rename to projects/icons-material/src/material/two-tone/signal_cellular_alt.svg diff --git a/projects/icons-material/src/two-tone/signal_cellular_alt_1_bar.svg b/projects/icons-material/src/material/two-tone/signal_cellular_alt_1_bar.svg similarity index 100% rename from projects/icons-material/src/two-tone/signal_cellular_alt_1_bar.svg rename to projects/icons-material/src/material/two-tone/signal_cellular_alt_1_bar.svg diff --git a/projects/icons-material/src/two-tone/signal_cellular_alt_2_bar.svg b/projects/icons-material/src/material/two-tone/signal_cellular_alt_2_bar.svg similarity index 100% rename from projects/icons-material/src/two-tone/signal_cellular_alt_2_bar.svg rename to projects/icons-material/src/material/two-tone/signal_cellular_alt_2_bar.svg diff --git a/projects/icons-material/src/two-tone/signal_cellular_connected_no_internet_0_bar.svg b/projects/icons-material/src/material/two-tone/signal_cellular_connected_no_internet_0_bar.svg similarity index 100% rename from projects/icons-material/src/two-tone/signal_cellular_connected_no_internet_0_bar.svg rename to projects/icons-material/src/material/two-tone/signal_cellular_connected_no_internet_0_bar.svg diff --git a/projects/icons-material/src/two-tone/signal_cellular_connected_no_internet_4_bar.svg b/projects/icons-material/src/material/two-tone/signal_cellular_connected_no_internet_4_bar.svg similarity index 100% rename from projects/icons-material/src/two-tone/signal_cellular_connected_no_internet_4_bar.svg rename to projects/icons-material/src/material/two-tone/signal_cellular_connected_no_internet_4_bar.svg diff --git a/projects/icons-material/src/two-tone/signal_cellular_no_sim.svg b/projects/icons-material/src/material/two-tone/signal_cellular_no_sim.svg similarity index 100% rename from projects/icons-material/src/two-tone/signal_cellular_no_sim.svg rename to projects/icons-material/src/material/two-tone/signal_cellular_no_sim.svg diff --git a/projects/icons-material/src/two-tone/signal_cellular_nodata.svg b/projects/icons-material/src/material/two-tone/signal_cellular_nodata.svg similarity index 100% rename from projects/icons-material/src/two-tone/signal_cellular_nodata.svg rename to projects/icons-material/src/material/two-tone/signal_cellular_nodata.svg diff --git a/projects/icons-material/src/two-tone/signal_cellular_null.svg b/projects/icons-material/src/material/two-tone/signal_cellular_null.svg similarity index 100% rename from projects/icons-material/src/two-tone/signal_cellular_null.svg rename to projects/icons-material/src/material/two-tone/signal_cellular_null.svg diff --git a/projects/icons-material/src/two-tone/signal_cellular_off.svg b/projects/icons-material/src/material/two-tone/signal_cellular_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/signal_cellular_off.svg rename to projects/icons-material/src/material/two-tone/signal_cellular_off.svg diff --git a/projects/icons-material/src/two-tone/signal_wifi_0_bar.svg b/projects/icons-material/src/material/two-tone/signal_wifi_0_bar.svg similarity index 100% rename from projects/icons-material/src/two-tone/signal_wifi_0_bar.svg rename to projects/icons-material/src/material/two-tone/signal_wifi_0_bar.svg diff --git a/projects/icons-material/src/two-tone/signal_wifi_4_bar.svg b/projects/icons-material/src/material/two-tone/signal_wifi_4_bar.svg similarity index 100% rename from projects/icons-material/src/two-tone/signal_wifi_4_bar.svg rename to projects/icons-material/src/material/two-tone/signal_wifi_4_bar.svg diff --git a/projects/icons-material/src/two-tone/signal_wifi_4_bar_lock.svg b/projects/icons-material/src/material/two-tone/signal_wifi_4_bar_lock.svg similarity index 100% rename from projects/icons-material/src/two-tone/signal_wifi_4_bar_lock.svg rename to projects/icons-material/src/material/two-tone/signal_wifi_4_bar_lock.svg diff --git a/projects/icons-material/src/two-tone/signal_wifi_bad.svg b/projects/icons-material/src/material/two-tone/signal_wifi_bad.svg similarity index 100% rename from projects/icons-material/src/two-tone/signal_wifi_bad.svg rename to projects/icons-material/src/material/two-tone/signal_wifi_bad.svg diff --git a/projects/icons-material/src/two-tone/signal_wifi_connected_no_internet_4.svg b/projects/icons-material/src/material/two-tone/signal_wifi_connected_no_internet_4.svg similarity index 100% rename from projects/icons-material/src/two-tone/signal_wifi_connected_no_internet_4.svg rename to projects/icons-material/src/material/two-tone/signal_wifi_connected_no_internet_4.svg diff --git a/projects/icons-material/src/two-tone/signal_wifi_off.svg b/projects/icons-material/src/material/two-tone/signal_wifi_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/signal_wifi_off.svg rename to projects/icons-material/src/material/two-tone/signal_wifi_off.svg diff --git a/projects/icons-material/src/two-tone/signal_wifi_statusbar_4_bar.svg b/projects/icons-material/src/material/two-tone/signal_wifi_statusbar_4_bar.svg similarity index 100% rename from projects/icons-material/src/two-tone/signal_wifi_statusbar_4_bar.svg rename to projects/icons-material/src/material/two-tone/signal_wifi_statusbar_4_bar.svg diff --git a/projects/icons-material/src/two-tone/signal_wifi_statusbar_connected_no_internet_4.svg b/projects/icons-material/src/material/two-tone/signal_wifi_statusbar_connected_no_internet_4.svg similarity index 100% rename from projects/icons-material/src/two-tone/signal_wifi_statusbar_connected_no_internet_4.svg rename to projects/icons-material/src/material/two-tone/signal_wifi_statusbar_connected_no_internet_4.svg diff --git a/projects/icons-material/src/two-tone/signal_wifi_statusbar_null.svg b/projects/icons-material/src/material/two-tone/signal_wifi_statusbar_null.svg similarity index 100% rename from projects/icons-material/src/two-tone/signal_wifi_statusbar_null.svg rename to projects/icons-material/src/material/two-tone/signal_wifi_statusbar_null.svg diff --git a/projects/icons-material/src/two-tone/signpost.svg b/projects/icons-material/src/material/two-tone/signpost.svg similarity index 100% rename from projects/icons-material/src/two-tone/signpost.svg rename to projects/icons-material/src/material/two-tone/signpost.svg diff --git a/projects/icons-material/src/two-tone/sim_card.svg b/projects/icons-material/src/material/two-tone/sim_card.svg similarity index 100% rename from projects/icons-material/src/two-tone/sim_card.svg rename to projects/icons-material/src/material/two-tone/sim_card.svg diff --git a/projects/icons-material/src/two-tone/sim_card_alert.svg b/projects/icons-material/src/material/two-tone/sim_card_alert.svg similarity index 100% rename from projects/icons-material/src/two-tone/sim_card_alert.svg rename to projects/icons-material/src/material/two-tone/sim_card_alert.svg diff --git a/projects/icons-material/src/two-tone/sim_card_download.svg b/projects/icons-material/src/material/two-tone/sim_card_download.svg similarity index 100% rename from projects/icons-material/src/two-tone/sim_card_download.svg rename to projects/icons-material/src/material/two-tone/sim_card_download.svg diff --git a/projects/icons-material/src/two-tone/single_bed.svg b/projects/icons-material/src/material/two-tone/single_bed.svg similarity index 100% rename from projects/icons-material/src/two-tone/single_bed.svg rename to projects/icons-material/src/material/two-tone/single_bed.svg diff --git a/projects/icons-material/src/two-tone/sip.svg b/projects/icons-material/src/material/two-tone/sip.svg similarity index 100% rename from projects/icons-material/src/two-tone/sip.svg rename to projects/icons-material/src/material/two-tone/sip.svg diff --git a/projects/icons-material/src/two-tone/skateboarding.svg b/projects/icons-material/src/material/two-tone/skateboarding.svg similarity index 100% rename from projects/icons-material/src/two-tone/skateboarding.svg rename to projects/icons-material/src/material/two-tone/skateboarding.svg diff --git a/projects/icons-material/src/two-tone/skip_next.svg b/projects/icons-material/src/material/two-tone/skip_next.svg similarity index 100% rename from projects/icons-material/src/two-tone/skip_next.svg rename to projects/icons-material/src/material/two-tone/skip_next.svg diff --git a/projects/icons-material/src/two-tone/skip_previous.svg b/projects/icons-material/src/material/two-tone/skip_previous.svg similarity index 100% rename from projects/icons-material/src/two-tone/skip_previous.svg rename to projects/icons-material/src/material/two-tone/skip_previous.svg diff --git a/projects/icons-material/src/two-tone/sledding.svg b/projects/icons-material/src/material/two-tone/sledding.svg similarity index 100% rename from projects/icons-material/src/two-tone/sledding.svg rename to projects/icons-material/src/material/two-tone/sledding.svg diff --git a/projects/icons-material/src/two-tone/slideshow.svg b/projects/icons-material/src/material/two-tone/slideshow.svg similarity index 100% rename from projects/icons-material/src/two-tone/slideshow.svg rename to projects/icons-material/src/material/two-tone/slideshow.svg diff --git a/projects/icons-material/src/two-tone/slow_motion_video.svg b/projects/icons-material/src/material/two-tone/slow_motion_video.svg similarity index 100% rename from projects/icons-material/src/two-tone/slow_motion_video.svg rename to projects/icons-material/src/material/two-tone/slow_motion_video.svg diff --git a/projects/icons-material/src/two-tone/smart_button.svg b/projects/icons-material/src/material/two-tone/smart_button.svg similarity index 100% rename from projects/icons-material/src/two-tone/smart_button.svg rename to projects/icons-material/src/material/two-tone/smart_button.svg diff --git a/projects/icons-material/src/two-tone/smart_display.svg b/projects/icons-material/src/material/two-tone/smart_display.svg similarity index 100% rename from projects/icons-material/src/two-tone/smart_display.svg rename to projects/icons-material/src/material/two-tone/smart_display.svg diff --git a/projects/icons-material/src/two-tone/smart_screen.svg b/projects/icons-material/src/material/two-tone/smart_screen.svg similarity index 100% rename from projects/icons-material/src/two-tone/smart_screen.svg rename to projects/icons-material/src/material/two-tone/smart_screen.svg diff --git a/projects/icons-material/src/two-tone/smart_toy.svg b/projects/icons-material/src/material/two-tone/smart_toy.svg similarity index 100% rename from projects/icons-material/src/two-tone/smart_toy.svg rename to projects/icons-material/src/material/two-tone/smart_toy.svg diff --git a/projects/icons-material/src/two-tone/smartphone.svg b/projects/icons-material/src/material/two-tone/smartphone.svg similarity index 100% rename from projects/icons-material/src/two-tone/smartphone.svg rename to projects/icons-material/src/material/two-tone/smartphone.svg diff --git a/projects/icons-material/src/two-tone/smoke_free.svg b/projects/icons-material/src/material/two-tone/smoke_free.svg similarity index 100% rename from projects/icons-material/src/two-tone/smoke_free.svg rename to projects/icons-material/src/material/two-tone/smoke_free.svg diff --git a/projects/icons-material/src/two-tone/smoking_rooms.svg b/projects/icons-material/src/material/two-tone/smoking_rooms.svg similarity index 100% rename from projects/icons-material/src/two-tone/smoking_rooms.svg rename to projects/icons-material/src/material/two-tone/smoking_rooms.svg diff --git a/projects/icons-material/src/two-tone/sms.svg b/projects/icons-material/src/material/two-tone/sms.svg similarity index 100% rename from projects/icons-material/src/two-tone/sms.svg rename to projects/icons-material/src/material/two-tone/sms.svg diff --git a/projects/icons-material/src/two-tone/sms_failed.svg b/projects/icons-material/src/material/two-tone/sms_failed.svg similarity index 100% rename from projects/icons-material/src/two-tone/sms_failed.svg rename to projects/icons-material/src/material/two-tone/sms_failed.svg diff --git a/projects/icons-material/src/two-tone/snippet_folder.svg b/projects/icons-material/src/material/two-tone/snippet_folder.svg similarity index 100% rename from projects/icons-material/src/two-tone/snippet_folder.svg rename to projects/icons-material/src/material/two-tone/snippet_folder.svg diff --git a/projects/icons-material/src/two-tone/snooze.svg b/projects/icons-material/src/material/two-tone/snooze.svg similarity index 100% rename from projects/icons-material/src/two-tone/snooze.svg rename to projects/icons-material/src/material/two-tone/snooze.svg diff --git a/projects/icons-material/src/two-tone/snowboarding.svg b/projects/icons-material/src/material/two-tone/snowboarding.svg similarity index 100% rename from projects/icons-material/src/two-tone/snowboarding.svg rename to projects/icons-material/src/material/two-tone/snowboarding.svg diff --git a/projects/icons-material/src/two-tone/snowmobile.svg b/projects/icons-material/src/material/two-tone/snowmobile.svg similarity index 100% rename from projects/icons-material/src/two-tone/snowmobile.svg rename to projects/icons-material/src/material/two-tone/snowmobile.svg diff --git a/projects/icons-material/src/two-tone/snowshoeing.svg b/projects/icons-material/src/material/two-tone/snowshoeing.svg similarity index 100% rename from projects/icons-material/src/two-tone/snowshoeing.svg rename to projects/icons-material/src/material/two-tone/snowshoeing.svg diff --git a/projects/icons-material/src/two-tone/soap.svg b/projects/icons-material/src/material/two-tone/soap.svg similarity index 100% rename from projects/icons-material/src/two-tone/soap.svg rename to projects/icons-material/src/material/two-tone/soap.svg diff --git a/projects/icons-material/src/two-tone/social_distance.svg b/projects/icons-material/src/material/two-tone/social_distance.svg similarity index 100% rename from projects/icons-material/src/two-tone/social_distance.svg rename to projects/icons-material/src/material/two-tone/social_distance.svg diff --git a/projects/icons-material/src/two-tone/solar_power.svg b/projects/icons-material/src/material/two-tone/solar_power.svg similarity index 100% rename from projects/icons-material/src/two-tone/solar_power.svg rename to projects/icons-material/src/material/two-tone/solar_power.svg diff --git a/projects/icons-material/src/two-tone/sort.svg b/projects/icons-material/src/material/two-tone/sort.svg similarity index 100% rename from projects/icons-material/src/two-tone/sort.svg rename to projects/icons-material/src/material/two-tone/sort.svg diff --git a/projects/icons-material/src/two-tone/sort_by_alpha.svg b/projects/icons-material/src/material/two-tone/sort_by_alpha.svg similarity index 100% rename from projects/icons-material/src/two-tone/sort_by_alpha.svg rename to projects/icons-material/src/material/two-tone/sort_by_alpha.svg diff --git a/projects/icons-material/src/two-tone/sos.svg b/projects/icons-material/src/material/two-tone/sos.svg similarity index 100% rename from projects/icons-material/src/two-tone/sos.svg rename to projects/icons-material/src/material/two-tone/sos.svg diff --git a/projects/icons-material/src/two-tone/soup_kitchen.svg b/projects/icons-material/src/material/two-tone/soup_kitchen.svg similarity index 100% rename from projects/icons-material/src/two-tone/soup_kitchen.svg rename to projects/icons-material/src/material/two-tone/soup_kitchen.svg diff --git a/projects/icons-material/src/two-tone/source.svg b/projects/icons-material/src/material/two-tone/source.svg similarity index 100% rename from projects/icons-material/src/two-tone/source.svg rename to projects/icons-material/src/material/two-tone/source.svg diff --git a/projects/icons-material/src/two-tone/south.svg b/projects/icons-material/src/material/two-tone/south.svg similarity index 100% rename from projects/icons-material/src/two-tone/south.svg rename to projects/icons-material/src/material/two-tone/south.svg diff --git a/projects/icons-material/src/two-tone/south_america.svg b/projects/icons-material/src/material/two-tone/south_america.svg similarity index 100% rename from projects/icons-material/src/two-tone/south_america.svg rename to projects/icons-material/src/material/two-tone/south_america.svg diff --git a/projects/icons-material/src/two-tone/south_east.svg b/projects/icons-material/src/material/two-tone/south_east.svg similarity index 100% rename from projects/icons-material/src/two-tone/south_east.svg rename to projects/icons-material/src/material/two-tone/south_east.svg diff --git a/projects/icons-material/src/two-tone/south_west.svg b/projects/icons-material/src/material/two-tone/south_west.svg similarity index 100% rename from projects/icons-material/src/two-tone/south_west.svg rename to projects/icons-material/src/material/two-tone/south_west.svg diff --git a/projects/icons-material/src/two-tone/spa.svg b/projects/icons-material/src/material/two-tone/spa.svg similarity index 100% rename from projects/icons-material/src/two-tone/spa.svg rename to projects/icons-material/src/material/two-tone/spa.svg diff --git a/projects/icons-material/src/two-tone/space_bar.svg b/projects/icons-material/src/material/two-tone/space_bar.svg similarity index 100% rename from projects/icons-material/src/two-tone/space_bar.svg rename to projects/icons-material/src/material/two-tone/space_bar.svg diff --git a/projects/icons-material/src/two-tone/space_dashboard.svg b/projects/icons-material/src/material/two-tone/space_dashboard.svg similarity index 100% rename from projects/icons-material/src/two-tone/space_dashboard.svg rename to projects/icons-material/src/material/two-tone/space_dashboard.svg diff --git a/projects/icons-material/src/two-tone/spatial_audio.svg b/projects/icons-material/src/material/two-tone/spatial_audio.svg similarity index 100% rename from projects/icons-material/src/two-tone/spatial_audio.svg rename to projects/icons-material/src/material/two-tone/spatial_audio.svg diff --git a/projects/icons-material/src/two-tone/spatial_audio_off.svg b/projects/icons-material/src/material/two-tone/spatial_audio_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/spatial_audio_off.svg rename to projects/icons-material/src/material/two-tone/spatial_audio_off.svg diff --git a/projects/icons-material/src/two-tone/spatial_tracking.svg b/projects/icons-material/src/material/two-tone/spatial_tracking.svg similarity index 100% rename from projects/icons-material/src/two-tone/spatial_tracking.svg rename to projects/icons-material/src/material/two-tone/spatial_tracking.svg diff --git a/projects/icons-material/src/two-tone/speaker.svg b/projects/icons-material/src/material/two-tone/speaker.svg similarity index 100% rename from projects/icons-material/src/two-tone/speaker.svg rename to projects/icons-material/src/material/two-tone/speaker.svg diff --git a/projects/icons-material/src/two-tone/speaker_group.svg b/projects/icons-material/src/material/two-tone/speaker_group.svg similarity index 100% rename from projects/icons-material/src/two-tone/speaker_group.svg rename to projects/icons-material/src/material/two-tone/speaker_group.svg diff --git a/projects/icons-material/src/two-tone/speaker_notes.svg b/projects/icons-material/src/material/two-tone/speaker_notes.svg similarity index 100% rename from projects/icons-material/src/two-tone/speaker_notes.svg rename to projects/icons-material/src/material/two-tone/speaker_notes.svg diff --git a/projects/icons-material/src/two-tone/speaker_notes_off.svg b/projects/icons-material/src/material/two-tone/speaker_notes_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/speaker_notes_off.svg rename to projects/icons-material/src/material/two-tone/speaker_notes_off.svg diff --git a/projects/icons-material/src/two-tone/speaker_phone.svg b/projects/icons-material/src/material/two-tone/speaker_phone.svg similarity index 100% rename from projects/icons-material/src/two-tone/speaker_phone.svg rename to projects/icons-material/src/material/two-tone/speaker_phone.svg diff --git a/projects/icons-material/src/two-tone/speed.svg b/projects/icons-material/src/material/two-tone/speed.svg similarity index 100% rename from projects/icons-material/src/two-tone/speed.svg rename to projects/icons-material/src/material/two-tone/speed.svg diff --git a/projects/icons-material/src/two-tone/spellcheck.svg b/projects/icons-material/src/material/two-tone/spellcheck.svg similarity index 100% rename from projects/icons-material/src/two-tone/spellcheck.svg rename to projects/icons-material/src/material/two-tone/spellcheck.svg diff --git a/projects/icons-material/src/two-tone/splitscreen.svg b/projects/icons-material/src/material/two-tone/splitscreen.svg similarity index 100% rename from projects/icons-material/src/two-tone/splitscreen.svg rename to projects/icons-material/src/material/two-tone/splitscreen.svg diff --git a/projects/icons-material/src/two-tone/spoke.svg b/projects/icons-material/src/material/two-tone/spoke.svg similarity index 100% rename from projects/icons-material/src/two-tone/spoke.svg rename to projects/icons-material/src/material/two-tone/spoke.svg diff --git a/projects/icons-material/src/two-tone/sports.svg b/projects/icons-material/src/material/two-tone/sports.svg similarity index 100% rename from projects/icons-material/src/two-tone/sports.svg rename to projects/icons-material/src/material/two-tone/sports.svg diff --git a/projects/icons-material/src/two-tone/sports_bar.svg b/projects/icons-material/src/material/two-tone/sports_bar.svg similarity index 100% rename from projects/icons-material/src/two-tone/sports_bar.svg rename to projects/icons-material/src/material/two-tone/sports_bar.svg diff --git a/projects/icons-material/src/two-tone/sports_baseball.svg b/projects/icons-material/src/material/two-tone/sports_baseball.svg similarity index 100% rename from projects/icons-material/src/two-tone/sports_baseball.svg rename to projects/icons-material/src/material/two-tone/sports_baseball.svg diff --git a/projects/icons-material/src/two-tone/sports_basketball.svg b/projects/icons-material/src/material/two-tone/sports_basketball.svg similarity index 100% rename from projects/icons-material/src/two-tone/sports_basketball.svg rename to projects/icons-material/src/material/two-tone/sports_basketball.svg diff --git a/projects/icons-material/src/two-tone/sports_cricket.svg b/projects/icons-material/src/material/two-tone/sports_cricket.svg similarity index 100% rename from projects/icons-material/src/two-tone/sports_cricket.svg rename to projects/icons-material/src/material/two-tone/sports_cricket.svg diff --git a/projects/icons-material/src/two-tone/sports_esports.svg b/projects/icons-material/src/material/two-tone/sports_esports.svg similarity index 100% rename from projects/icons-material/src/two-tone/sports_esports.svg rename to projects/icons-material/src/material/two-tone/sports_esports.svg diff --git a/projects/icons-material/src/two-tone/sports_football.svg b/projects/icons-material/src/material/two-tone/sports_football.svg similarity index 100% rename from projects/icons-material/src/two-tone/sports_football.svg rename to projects/icons-material/src/material/two-tone/sports_football.svg diff --git a/projects/icons-material/src/two-tone/sports_golf.svg b/projects/icons-material/src/material/two-tone/sports_golf.svg similarity index 100% rename from projects/icons-material/src/two-tone/sports_golf.svg rename to projects/icons-material/src/material/two-tone/sports_golf.svg diff --git a/projects/icons-material/src/two-tone/sports_gymnastics.svg b/projects/icons-material/src/material/two-tone/sports_gymnastics.svg similarity index 100% rename from projects/icons-material/src/two-tone/sports_gymnastics.svg rename to projects/icons-material/src/material/two-tone/sports_gymnastics.svg diff --git a/projects/icons-material/src/two-tone/sports_handball.svg b/projects/icons-material/src/material/two-tone/sports_handball.svg similarity index 100% rename from projects/icons-material/src/two-tone/sports_handball.svg rename to projects/icons-material/src/material/two-tone/sports_handball.svg diff --git a/projects/icons-material/src/two-tone/sports_hockey.svg b/projects/icons-material/src/material/two-tone/sports_hockey.svg similarity index 100% rename from projects/icons-material/src/two-tone/sports_hockey.svg rename to projects/icons-material/src/material/two-tone/sports_hockey.svg diff --git a/projects/icons-material/src/two-tone/sports_kabaddi.svg b/projects/icons-material/src/material/two-tone/sports_kabaddi.svg similarity index 100% rename from projects/icons-material/src/two-tone/sports_kabaddi.svg rename to projects/icons-material/src/material/two-tone/sports_kabaddi.svg diff --git a/projects/icons-material/src/two-tone/sports_martial_arts.svg b/projects/icons-material/src/material/two-tone/sports_martial_arts.svg similarity index 100% rename from projects/icons-material/src/two-tone/sports_martial_arts.svg rename to projects/icons-material/src/material/two-tone/sports_martial_arts.svg diff --git a/projects/icons-material/src/two-tone/sports_mma.svg b/projects/icons-material/src/material/two-tone/sports_mma.svg similarity index 100% rename from projects/icons-material/src/two-tone/sports_mma.svg rename to projects/icons-material/src/material/two-tone/sports_mma.svg diff --git a/projects/icons-material/src/two-tone/sports_motorsports.svg b/projects/icons-material/src/material/two-tone/sports_motorsports.svg similarity index 100% rename from projects/icons-material/src/two-tone/sports_motorsports.svg rename to projects/icons-material/src/material/two-tone/sports_motorsports.svg diff --git a/projects/icons-material/src/two-tone/sports_rugby.svg b/projects/icons-material/src/material/two-tone/sports_rugby.svg similarity index 100% rename from projects/icons-material/src/two-tone/sports_rugby.svg rename to projects/icons-material/src/material/two-tone/sports_rugby.svg diff --git a/projects/icons-material/src/two-tone/sports_score.svg b/projects/icons-material/src/material/two-tone/sports_score.svg similarity index 100% rename from projects/icons-material/src/two-tone/sports_score.svg rename to projects/icons-material/src/material/two-tone/sports_score.svg diff --git a/projects/icons-material/src/two-tone/sports_soccer.svg b/projects/icons-material/src/material/two-tone/sports_soccer.svg similarity index 100% rename from projects/icons-material/src/two-tone/sports_soccer.svg rename to projects/icons-material/src/material/two-tone/sports_soccer.svg diff --git a/projects/icons-material/src/two-tone/sports_tennis.svg b/projects/icons-material/src/material/two-tone/sports_tennis.svg similarity index 100% rename from projects/icons-material/src/two-tone/sports_tennis.svg rename to projects/icons-material/src/material/two-tone/sports_tennis.svg diff --git a/projects/icons-material/src/two-tone/sports_volleyball.svg b/projects/icons-material/src/material/two-tone/sports_volleyball.svg similarity index 100% rename from projects/icons-material/src/two-tone/sports_volleyball.svg rename to projects/icons-material/src/material/two-tone/sports_volleyball.svg diff --git a/projects/icons-material/src/two-tone/square.svg b/projects/icons-material/src/material/two-tone/square.svg similarity index 100% rename from projects/icons-material/src/two-tone/square.svg rename to projects/icons-material/src/material/two-tone/square.svg diff --git a/projects/icons-material/src/two-tone/square_foot.svg b/projects/icons-material/src/material/two-tone/square_foot.svg similarity index 100% rename from projects/icons-material/src/two-tone/square_foot.svg rename to projects/icons-material/src/material/two-tone/square_foot.svg diff --git a/projects/icons-material/src/two-tone/ssid_chart.svg b/projects/icons-material/src/material/two-tone/ssid_chart.svg similarity index 100% rename from projects/icons-material/src/two-tone/ssid_chart.svg rename to projects/icons-material/src/material/two-tone/ssid_chart.svg diff --git a/projects/icons-material/src/two-tone/stacked_bar_chart.svg b/projects/icons-material/src/material/two-tone/stacked_bar_chart.svg similarity index 100% rename from projects/icons-material/src/two-tone/stacked_bar_chart.svg rename to projects/icons-material/src/material/two-tone/stacked_bar_chart.svg diff --git a/projects/icons-material/src/two-tone/stacked_line_chart.svg b/projects/icons-material/src/material/two-tone/stacked_line_chart.svg similarity index 100% rename from projects/icons-material/src/two-tone/stacked_line_chart.svg rename to projects/icons-material/src/material/two-tone/stacked_line_chart.svg diff --git a/projects/icons-material/src/two-tone/stadium.svg b/projects/icons-material/src/material/two-tone/stadium.svg similarity index 100% rename from projects/icons-material/src/two-tone/stadium.svg rename to projects/icons-material/src/material/two-tone/stadium.svg diff --git a/projects/icons-material/src/two-tone/stairs.svg b/projects/icons-material/src/material/two-tone/stairs.svg similarity index 100% rename from projects/icons-material/src/two-tone/stairs.svg rename to projects/icons-material/src/material/two-tone/stairs.svg diff --git a/projects/icons-material/src/two-tone/star.svg b/projects/icons-material/src/material/two-tone/star.svg similarity index 100% rename from projects/icons-material/src/two-tone/star.svg rename to projects/icons-material/src/material/two-tone/star.svg diff --git a/projects/icons-material/src/two-tone/star_border.svg b/projects/icons-material/src/material/two-tone/star_border.svg similarity index 100% rename from projects/icons-material/src/two-tone/star_border.svg rename to projects/icons-material/src/material/two-tone/star_border.svg diff --git a/projects/icons-material/src/two-tone/star_border_purple500.svg b/projects/icons-material/src/material/two-tone/star_border_purple500.svg similarity index 100% rename from projects/icons-material/src/two-tone/star_border_purple500.svg rename to projects/icons-material/src/material/two-tone/star_border_purple500.svg diff --git a/projects/icons-material/src/two-tone/star_half.svg b/projects/icons-material/src/material/two-tone/star_half.svg similarity index 100% rename from projects/icons-material/src/two-tone/star_half.svg rename to projects/icons-material/src/material/two-tone/star_half.svg diff --git a/projects/icons-material/src/two-tone/star_outline.svg b/projects/icons-material/src/material/two-tone/star_outline.svg similarity index 100% rename from projects/icons-material/src/two-tone/star_outline.svg rename to projects/icons-material/src/material/two-tone/star_outline.svg diff --git a/projects/icons-material/src/two-tone/star_purple500.svg b/projects/icons-material/src/material/two-tone/star_purple500.svg similarity index 100% rename from projects/icons-material/src/two-tone/star_purple500.svg rename to projects/icons-material/src/material/two-tone/star_purple500.svg diff --git a/projects/icons-material/src/two-tone/star_rate.svg b/projects/icons-material/src/material/two-tone/star_rate.svg similarity index 100% rename from projects/icons-material/src/two-tone/star_rate.svg rename to projects/icons-material/src/material/two-tone/star_rate.svg diff --git a/projects/icons-material/src/two-tone/stars.svg b/projects/icons-material/src/material/two-tone/stars.svg similarity index 100% rename from projects/icons-material/src/two-tone/stars.svg rename to projects/icons-material/src/material/two-tone/stars.svg diff --git a/projects/icons-material/src/two-tone/start.svg b/projects/icons-material/src/material/two-tone/start.svg similarity index 100% rename from projects/icons-material/src/two-tone/start.svg rename to projects/icons-material/src/material/two-tone/start.svg diff --git a/projects/icons-material/src/two-tone/stay_current_landscape.svg b/projects/icons-material/src/material/two-tone/stay_current_landscape.svg similarity index 100% rename from projects/icons-material/src/two-tone/stay_current_landscape.svg rename to projects/icons-material/src/material/two-tone/stay_current_landscape.svg diff --git a/projects/icons-material/src/two-tone/stay_current_portrait.svg b/projects/icons-material/src/material/two-tone/stay_current_portrait.svg similarity index 100% rename from projects/icons-material/src/two-tone/stay_current_portrait.svg rename to projects/icons-material/src/material/two-tone/stay_current_portrait.svg diff --git a/projects/icons-material/src/two-tone/stay_primary_landscape.svg b/projects/icons-material/src/material/two-tone/stay_primary_landscape.svg similarity index 100% rename from projects/icons-material/src/two-tone/stay_primary_landscape.svg rename to projects/icons-material/src/material/two-tone/stay_primary_landscape.svg diff --git a/projects/icons-material/src/two-tone/stay_primary_portrait.svg b/projects/icons-material/src/material/two-tone/stay_primary_portrait.svg similarity index 100% rename from projects/icons-material/src/two-tone/stay_primary_portrait.svg rename to projects/icons-material/src/material/two-tone/stay_primary_portrait.svg diff --git a/projects/icons-material/src/two-tone/sticky_note_2.svg b/projects/icons-material/src/material/two-tone/sticky_note_2.svg similarity index 100% rename from projects/icons-material/src/two-tone/sticky_note_2.svg rename to projects/icons-material/src/material/two-tone/sticky_note_2.svg diff --git a/projects/icons-material/src/two-tone/stop.svg b/projects/icons-material/src/material/two-tone/stop.svg similarity index 100% rename from projects/icons-material/src/two-tone/stop.svg rename to projects/icons-material/src/material/two-tone/stop.svg diff --git a/projects/icons-material/src/two-tone/stop_circle.svg b/projects/icons-material/src/material/two-tone/stop_circle.svg similarity index 100% rename from projects/icons-material/src/two-tone/stop_circle.svg rename to projects/icons-material/src/material/two-tone/stop_circle.svg diff --git a/projects/icons-material/src/two-tone/stop_screen_share.svg b/projects/icons-material/src/material/two-tone/stop_screen_share.svg similarity index 100% rename from projects/icons-material/src/two-tone/stop_screen_share.svg rename to projects/icons-material/src/material/two-tone/stop_screen_share.svg diff --git a/projects/icons-material/src/two-tone/storage.svg b/projects/icons-material/src/material/two-tone/storage.svg similarity index 100% rename from projects/icons-material/src/two-tone/storage.svg rename to projects/icons-material/src/material/two-tone/storage.svg diff --git a/projects/icons-material/src/two-tone/store.svg b/projects/icons-material/src/material/two-tone/store.svg similarity index 100% rename from projects/icons-material/src/two-tone/store.svg rename to projects/icons-material/src/material/two-tone/store.svg diff --git a/projects/icons-material/src/two-tone/store_mall_directory.svg b/projects/icons-material/src/material/two-tone/store_mall_directory.svg similarity index 100% rename from projects/icons-material/src/two-tone/store_mall_directory.svg rename to projects/icons-material/src/material/two-tone/store_mall_directory.svg diff --git a/projects/icons-material/src/two-tone/storefront.svg b/projects/icons-material/src/material/two-tone/storefront.svg similarity index 100% rename from projects/icons-material/src/two-tone/storefront.svg rename to projects/icons-material/src/material/two-tone/storefront.svg diff --git a/projects/icons-material/src/two-tone/storm.svg b/projects/icons-material/src/material/two-tone/storm.svg similarity index 100% rename from projects/icons-material/src/two-tone/storm.svg rename to projects/icons-material/src/material/two-tone/storm.svg diff --git a/projects/icons-material/src/two-tone/straight.svg b/projects/icons-material/src/material/two-tone/straight.svg similarity index 100% rename from projects/icons-material/src/two-tone/straight.svg rename to projects/icons-material/src/material/two-tone/straight.svg diff --git a/projects/icons-material/src/two-tone/straighten.svg b/projects/icons-material/src/material/two-tone/straighten.svg similarity index 100% rename from projects/icons-material/src/two-tone/straighten.svg rename to projects/icons-material/src/material/two-tone/straighten.svg diff --git a/projects/icons-material/src/two-tone/stream.svg b/projects/icons-material/src/material/two-tone/stream.svg similarity index 100% rename from projects/icons-material/src/two-tone/stream.svg rename to projects/icons-material/src/material/two-tone/stream.svg diff --git a/projects/icons-material/src/two-tone/streetview.svg b/projects/icons-material/src/material/two-tone/streetview.svg similarity index 100% rename from projects/icons-material/src/two-tone/streetview.svg rename to projects/icons-material/src/material/two-tone/streetview.svg diff --git a/projects/icons-material/src/two-tone/strikethrough_s.svg b/projects/icons-material/src/material/two-tone/strikethrough_s.svg similarity index 100% rename from projects/icons-material/src/two-tone/strikethrough_s.svg rename to projects/icons-material/src/material/two-tone/strikethrough_s.svg diff --git a/projects/icons-material/src/two-tone/stroller.svg b/projects/icons-material/src/material/two-tone/stroller.svg similarity index 100% rename from projects/icons-material/src/two-tone/stroller.svg rename to projects/icons-material/src/material/two-tone/stroller.svg diff --git a/projects/icons-material/src/two-tone/style.svg b/projects/icons-material/src/material/two-tone/style.svg similarity index 100% rename from projects/icons-material/src/two-tone/style.svg rename to projects/icons-material/src/material/two-tone/style.svg diff --git a/projects/icons-material/src/two-tone/subdirectory_arrow_left.svg b/projects/icons-material/src/material/two-tone/subdirectory_arrow_left.svg similarity index 100% rename from projects/icons-material/src/two-tone/subdirectory_arrow_left.svg rename to projects/icons-material/src/material/two-tone/subdirectory_arrow_left.svg diff --git a/projects/icons-material/src/two-tone/subdirectory_arrow_right.svg b/projects/icons-material/src/material/two-tone/subdirectory_arrow_right.svg similarity index 100% rename from projects/icons-material/src/two-tone/subdirectory_arrow_right.svg rename to projects/icons-material/src/material/two-tone/subdirectory_arrow_right.svg diff --git a/projects/icons-material/src/two-tone/subject.svg b/projects/icons-material/src/material/two-tone/subject.svg similarity index 100% rename from projects/icons-material/src/two-tone/subject.svg rename to projects/icons-material/src/material/two-tone/subject.svg diff --git a/projects/icons-material/src/two-tone/subscript.svg b/projects/icons-material/src/material/two-tone/subscript.svg similarity index 100% rename from projects/icons-material/src/two-tone/subscript.svg rename to projects/icons-material/src/material/two-tone/subscript.svg diff --git a/projects/icons-material/src/two-tone/subscriptions.svg b/projects/icons-material/src/material/two-tone/subscriptions.svg similarity index 100% rename from projects/icons-material/src/two-tone/subscriptions.svg rename to projects/icons-material/src/material/two-tone/subscriptions.svg diff --git a/projects/icons-material/src/two-tone/subtitles.svg b/projects/icons-material/src/material/two-tone/subtitles.svg similarity index 100% rename from projects/icons-material/src/two-tone/subtitles.svg rename to projects/icons-material/src/material/two-tone/subtitles.svg diff --git a/projects/icons-material/src/two-tone/subtitles_off.svg b/projects/icons-material/src/material/two-tone/subtitles_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/subtitles_off.svg rename to projects/icons-material/src/material/two-tone/subtitles_off.svg diff --git a/projects/icons-material/src/two-tone/subway.svg b/projects/icons-material/src/material/two-tone/subway.svg similarity index 100% rename from projects/icons-material/src/two-tone/subway.svg rename to projects/icons-material/src/material/two-tone/subway.svg diff --git a/projects/icons-material/src/two-tone/summarize.svg b/projects/icons-material/src/material/two-tone/summarize.svg similarity index 100% rename from projects/icons-material/src/two-tone/summarize.svg rename to projects/icons-material/src/material/two-tone/summarize.svg diff --git a/projects/icons-material/src/two-tone/superscript.svg b/projects/icons-material/src/material/two-tone/superscript.svg similarity index 100% rename from projects/icons-material/src/two-tone/superscript.svg rename to projects/icons-material/src/material/two-tone/superscript.svg diff --git a/projects/icons-material/src/two-tone/supervised_user_circle.svg b/projects/icons-material/src/material/two-tone/supervised_user_circle.svg similarity index 100% rename from projects/icons-material/src/two-tone/supervised_user_circle.svg rename to projects/icons-material/src/material/two-tone/supervised_user_circle.svg diff --git a/projects/icons-material/src/two-tone/supervisor_account.svg b/projects/icons-material/src/material/two-tone/supervisor_account.svg similarity index 100% rename from projects/icons-material/src/two-tone/supervisor_account.svg rename to projects/icons-material/src/material/two-tone/supervisor_account.svg diff --git a/projects/icons-material/src/two-tone/support.svg b/projects/icons-material/src/material/two-tone/support.svg similarity index 100% rename from projects/icons-material/src/two-tone/support.svg rename to projects/icons-material/src/material/two-tone/support.svg diff --git a/projects/icons-material/src/two-tone/support_agent.svg b/projects/icons-material/src/material/two-tone/support_agent.svg similarity index 100% rename from projects/icons-material/src/two-tone/support_agent.svg rename to projects/icons-material/src/material/two-tone/support_agent.svg diff --git a/projects/icons-material/src/two-tone/surfing.svg b/projects/icons-material/src/material/two-tone/surfing.svg similarity index 100% rename from projects/icons-material/src/two-tone/surfing.svg rename to projects/icons-material/src/material/two-tone/surfing.svg diff --git a/projects/icons-material/src/two-tone/surround_sound.svg b/projects/icons-material/src/material/two-tone/surround_sound.svg similarity index 100% rename from projects/icons-material/src/two-tone/surround_sound.svg rename to projects/icons-material/src/material/two-tone/surround_sound.svg diff --git a/projects/icons-material/src/two-tone/swap_calls.svg b/projects/icons-material/src/material/two-tone/swap_calls.svg similarity index 100% rename from projects/icons-material/src/two-tone/swap_calls.svg rename to projects/icons-material/src/material/two-tone/swap_calls.svg diff --git a/projects/icons-material/src/two-tone/swap_horiz.svg b/projects/icons-material/src/material/two-tone/swap_horiz.svg similarity index 100% rename from projects/icons-material/src/two-tone/swap_horiz.svg rename to projects/icons-material/src/material/two-tone/swap_horiz.svg diff --git a/projects/icons-material/src/two-tone/swap_horizontal_circle.svg b/projects/icons-material/src/material/two-tone/swap_horizontal_circle.svg similarity index 100% rename from projects/icons-material/src/two-tone/swap_horizontal_circle.svg rename to projects/icons-material/src/material/two-tone/swap_horizontal_circle.svg diff --git a/projects/icons-material/src/two-tone/swap_vert.svg b/projects/icons-material/src/material/two-tone/swap_vert.svg similarity index 100% rename from projects/icons-material/src/two-tone/swap_vert.svg rename to projects/icons-material/src/material/two-tone/swap_vert.svg diff --git a/projects/icons-material/src/two-tone/swap_vertical_circle.svg b/projects/icons-material/src/material/two-tone/swap_vertical_circle.svg similarity index 100% rename from projects/icons-material/src/two-tone/swap_vertical_circle.svg rename to projects/icons-material/src/material/two-tone/swap_vertical_circle.svg diff --git a/projects/icons-material/src/two-tone/swipe.svg b/projects/icons-material/src/material/two-tone/swipe.svg similarity index 100% rename from projects/icons-material/src/two-tone/swipe.svg rename to projects/icons-material/src/material/two-tone/swipe.svg diff --git a/projects/icons-material/src/two-tone/swipe_down.svg b/projects/icons-material/src/material/two-tone/swipe_down.svg similarity index 100% rename from projects/icons-material/src/two-tone/swipe_down.svg rename to projects/icons-material/src/material/two-tone/swipe_down.svg diff --git a/projects/icons-material/src/two-tone/swipe_down_alt.svg b/projects/icons-material/src/material/two-tone/swipe_down_alt.svg similarity index 100% rename from projects/icons-material/src/two-tone/swipe_down_alt.svg rename to projects/icons-material/src/material/two-tone/swipe_down_alt.svg diff --git a/projects/icons-material/src/two-tone/swipe_left.svg b/projects/icons-material/src/material/two-tone/swipe_left.svg similarity index 100% rename from projects/icons-material/src/two-tone/swipe_left.svg rename to projects/icons-material/src/material/two-tone/swipe_left.svg diff --git a/projects/icons-material/src/two-tone/swipe_left_alt.svg b/projects/icons-material/src/material/two-tone/swipe_left_alt.svg similarity index 100% rename from projects/icons-material/src/two-tone/swipe_left_alt.svg rename to projects/icons-material/src/material/two-tone/swipe_left_alt.svg diff --git a/projects/icons-material/src/two-tone/swipe_right.svg b/projects/icons-material/src/material/two-tone/swipe_right.svg similarity index 100% rename from projects/icons-material/src/two-tone/swipe_right.svg rename to projects/icons-material/src/material/two-tone/swipe_right.svg diff --git a/projects/icons-material/src/two-tone/swipe_right_alt.svg b/projects/icons-material/src/material/two-tone/swipe_right_alt.svg similarity index 100% rename from projects/icons-material/src/two-tone/swipe_right_alt.svg rename to projects/icons-material/src/material/two-tone/swipe_right_alt.svg diff --git a/projects/icons-material/src/two-tone/swipe_up.svg b/projects/icons-material/src/material/two-tone/swipe_up.svg similarity index 100% rename from projects/icons-material/src/two-tone/swipe_up.svg rename to projects/icons-material/src/material/two-tone/swipe_up.svg diff --git a/projects/icons-material/src/two-tone/swipe_up_alt.svg b/projects/icons-material/src/material/two-tone/swipe_up_alt.svg similarity index 100% rename from projects/icons-material/src/two-tone/swipe_up_alt.svg rename to projects/icons-material/src/material/two-tone/swipe_up_alt.svg diff --git a/projects/icons-material/src/two-tone/swipe_vertical.svg b/projects/icons-material/src/material/two-tone/swipe_vertical.svg similarity index 100% rename from projects/icons-material/src/two-tone/swipe_vertical.svg rename to projects/icons-material/src/material/two-tone/swipe_vertical.svg diff --git a/projects/icons-material/src/two-tone/switch_access_shortcut.svg b/projects/icons-material/src/material/two-tone/switch_access_shortcut.svg similarity index 100% rename from projects/icons-material/src/two-tone/switch_access_shortcut.svg rename to projects/icons-material/src/material/two-tone/switch_access_shortcut.svg diff --git a/projects/icons-material/src/two-tone/switch_access_shortcut_add.svg b/projects/icons-material/src/material/two-tone/switch_access_shortcut_add.svg similarity index 100% rename from projects/icons-material/src/two-tone/switch_access_shortcut_add.svg rename to projects/icons-material/src/material/two-tone/switch_access_shortcut_add.svg diff --git a/projects/icons-material/src/two-tone/switch_account.svg b/projects/icons-material/src/material/two-tone/switch_account.svg similarity index 100% rename from projects/icons-material/src/two-tone/switch_account.svg rename to projects/icons-material/src/material/two-tone/switch_account.svg diff --git a/projects/icons-material/src/two-tone/switch_camera.svg b/projects/icons-material/src/material/two-tone/switch_camera.svg similarity index 100% rename from projects/icons-material/src/two-tone/switch_camera.svg rename to projects/icons-material/src/material/two-tone/switch_camera.svg diff --git a/projects/icons-material/src/two-tone/switch_left.svg b/projects/icons-material/src/material/two-tone/switch_left.svg similarity index 100% rename from projects/icons-material/src/two-tone/switch_left.svg rename to projects/icons-material/src/material/two-tone/switch_left.svg diff --git a/projects/icons-material/src/two-tone/switch_right.svg b/projects/icons-material/src/material/two-tone/switch_right.svg similarity index 100% rename from projects/icons-material/src/two-tone/switch_right.svg rename to projects/icons-material/src/material/two-tone/switch_right.svg diff --git a/projects/icons-material/src/two-tone/switch_video.svg b/projects/icons-material/src/material/two-tone/switch_video.svg similarity index 100% rename from projects/icons-material/src/two-tone/switch_video.svg rename to projects/icons-material/src/material/two-tone/switch_video.svg diff --git a/projects/icons-material/src/two-tone/synagogue.svg b/projects/icons-material/src/material/two-tone/synagogue.svg similarity index 100% rename from projects/icons-material/src/two-tone/synagogue.svg rename to projects/icons-material/src/material/two-tone/synagogue.svg diff --git a/projects/icons-material/src/two-tone/sync.svg b/projects/icons-material/src/material/two-tone/sync.svg similarity index 100% rename from projects/icons-material/src/two-tone/sync.svg rename to projects/icons-material/src/material/two-tone/sync.svg diff --git a/projects/icons-material/src/two-tone/sync_alt.svg b/projects/icons-material/src/material/two-tone/sync_alt.svg similarity index 100% rename from projects/icons-material/src/two-tone/sync_alt.svg rename to projects/icons-material/src/material/two-tone/sync_alt.svg diff --git a/projects/icons-material/src/two-tone/sync_disabled.svg b/projects/icons-material/src/material/two-tone/sync_disabled.svg similarity index 100% rename from projects/icons-material/src/two-tone/sync_disabled.svg rename to projects/icons-material/src/material/two-tone/sync_disabled.svg diff --git a/projects/icons-material/src/two-tone/sync_lock.svg b/projects/icons-material/src/material/two-tone/sync_lock.svg similarity index 100% rename from projects/icons-material/src/two-tone/sync_lock.svg rename to projects/icons-material/src/material/two-tone/sync_lock.svg diff --git a/projects/icons-material/src/two-tone/sync_problem.svg b/projects/icons-material/src/material/two-tone/sync_problem.svg similarity index 100% rename from projects/icons-material/src/two-tone/sync_problem.svg rename to projects/icons-material/src/material/two-tone/sync_problem.svg diff --git a/projects/icons-material/src/two-tone/system_security_update.svg b/projects/icons-material/src/material/two-tone/system_security_update.svg similarity index 100% rename from projects/icons-material/src/two-tone/system_security_update.svg rename to projects/icons-material/src/material/two-tone/system_security_update.svg diff --git a/projects/icons-material/src/two-tone/system_security_update_good.svg b/projects/icons-material/src/material/two-tone/system_security_update_good.svg similarity index 100% rename from projects/icons-material/src/two-tone/system_security_update_good.svg rename to projects/icons-material/src/material/two-tone/system_security_update_good.svg diff --git a/projects/icons-material/src/two-tone/system_security_update_warning.svg b/projects/icons-material/src/material/two-tone/system_security_update_warning.svg similarity index 100% rename from projects/icons-material/src/two-tone/system_security_update_warning.svg rename to projects/icons-material/src/material/two-tone/system_security_update_warning.svg diff --git a/projects/icons-material/src/two-tone/system_update.svg b/projects/icons-material/src/material/two-tone/system_update.svg similarity index 100% rename from projects/icons-material/src/two-tone/system_update.svg rename to projects/icons-material/src/material/two-tone/system_update.svg diff --git a/projects/icons-material/src/two-tone/system_update_alt.svg b/projects/icons-material/src/material/two-tone/system_update_alt.svg similarity index 100% rename from projects/icons-material/src/two-tone/system_update_alt.svg rename to projects/icons-material/src/material/two-tone/system_update_alt.svg diff --git a/projects/icons-material/src/two-tone/tab.svg b/projects/icons-material/src/material/two-tone/tab.svg similarity index 100% rename from projects/icons-material/src/two-tone/tab.svg rename to projects/icons-material/src/material/two-tone/tab.svg diff --git a/projects/icons-material/src/two-tone/tab_unselected.svg b/projects/icons-material/src/material/two-tone/tab_unselected.svg similarity index 100% rename from projects/icons-material/src/two-tone/tab_unselected.svg rename to projects/icons-material/src/material/two-tone/tab_unselected.svg diff --git a/projects/icons-material/src/two-tone/table_bar.svg b/projects/icons-material/src/material/two-tone/table_bar.svg similarity index 100% rename from projects/icons-material/src/two-tone/table_bar.svg rename to projects/icons-material/src/material/two-tone/table_bar.svg diff --git a/projects/icons-material/src/two-tone/table_chart.svg b/projects/icons-material/src/material/two-tone/table_chart.svg similarity index 100% rename from projects/icons-material/src/two-tone/table_chart.svg rename to projects/icons-material/src/material/two-tone/table_chart.svg diff --git a/projects/icons-material/src/two-tone/table_restaurant.svg b/projects/icons-material/src/material/two-tone/table_restaurant.svg similarity index 100% rename from projects/icons-material/src/two-tone/table_restaurant.svg rename to projects/icons-material/src/material/two-tone/table_restaurant.svg diff --git a/projects/icons-material/src/two-tone/table_rows.svg b/projects/icons-material/src/material/two-tone/table_rows.svg similarity index 100% rename from projects/icons-material/src/two-tone/table_rows.svg rename to projects/icons-material/src/material/two-tone/table_rows.svg diff --git a/projects/icons-material/src/two-tone/table_view.svg b/projects/icons-material/src/material/two-tone/table_view.svg similarity index 100% rename from projects/icons-material/src/two-tone/table_view.svg rename to projects/icons-material/src/material/two-tone/table_view.svg diff --git a/projects/icons-material/src/two-tone/tablet.svg b/projects/icons-material/src/material/two-tone/tablet.svg similarity index 100% rename from projects/icons-material/src/two-tone/tablet.svg rename to projects/icons-material/src/material/two-tone/tablet.svg diff --git a/projects/icons-material/src/two-tone/tablet_android.svg b/projects/icons-material/src/material/two-tone/tablet_android.svg similarity index 100% rename from projects/icons-material/src/two-tone/tablet_android.svg rename to projects/icons-material/src/material/two-tone/tablet_android.svg diff --git a/projects/icons-material/src/two-tone/tablet_mac.svg b/projects/icons-material/src/material/two-tone/tablet_mac.svg similarity index 100% rename from projects/icons-material/src/two-tone/tablet_mac.svg rename to projects/icons-material/src/material/two-tone/tablet_mac.svg diff --git a/projects/icons-material/src/two-tone/tag.svg b/projects/icons-material/src/material/two-tone/tag.svg similarity index 100% rename from projects/icons-material/src/two-tone/tag.svg rename to projects/icons-material/src/material/two-tone/tag.svg diff --git a/projects/icons-material/src/two-tone/tag_faces.svg b/projects/icons-material/src/material/two-tone/tag_faces.svg similarity index 100% rename from projects/icons-material/src/two-tone/tag_faces.svg rename to projects/icons-material/src/material/two-tone/tag_faces.svg diff --git a/projects/icons-material/src/two-tone/takeout_dining.svg b/projects/icons-material/src/material/two-tone/takeout_dining.svg similarity index 100% rename from projects/icons-material/src/two-tone/takeout_dining.svg rename to projects/icons-material/src/material/two-tone/takeout_dining.svg diff --git a/projects/icons-material/src/two-tone/tap_and_play.svg b/projects/icons-material/src/material/two-tone/tap_and_play.svg similarity index 100% rename from projects/icons-material/src/two-tone/tap_and_play.svg rename to projects/icons-material/src/material/two-tone/tap_and_play.svg diff --git a/projects/icons-material/src/two-tone/tapas.svg b/projects/icons-material/src/material/two-tone/tapas.svg similarity index 100% rename from projects/icons-material/src/two-tone/tapas.svg rename to projects/icons-material/src/material/two-tone/tapas.svg diff --git a/projects/icons-material/src/two-tone/task.svg b/projects/icons-material/src/material/two-tone/task.svg similarity index 100% rename from projects/icons-material/src/two-tone/task.svg rename to projects/icons-material/src/material/two-tone/task.svg diff --git a/projects/icons-material/src/two-tone/task_alt.svg b/projects/icons-material/src/material/two-tone/task_alt.svg similarity index 100% rename from projects/icons-material/src/two-tone/task_alt.svg rename to projects/icons-material/src/material/two-tone/task_alt.svg diff --git a/projects/icons-material/src/two-tone/taxi_alert.svg b/projects/icons-material/src/material/two-tone/taxi_alert.svg similarity index 100% rename from projects/icons-material/src/two-tone/taxi_alert.svg rename to projects/icons-material/src/material/two-tone/taxi_alert.svg diff --git a/projects/icons-material/src/two-tone/temple_buddhist.svg b/projects/icons-material/src/material/two-tone/temple_buddhist.svg similarity index 100% rename from projects/icons-material/src/two-tone/temple_buddhist.svg rename to projects/icons-material/src/material/two-tone/temple_buddhist.svg diff --git a/projects/icons-material/src/two-tone/temple_hindu.svg b/projects/icons-material/src/material/two-tone/temple_hindu.svg similarity index 100% rename from projects/icons-material/src/two-tone/temple_hindu.svg rename to projects/icons-material/src/material/two-tone/temple_hindu.svg diff --git a/projects/icons-material/src/two-tone/terminal.svg b/projects/icons-material/src/material/two-tone/terminal.svg similarity index 100% rename from projects/icons-material/src/two-tone/terminal.svg rename to projects/icons-material/src/material/two-tone/terminal.svg diff --git a/projects/icons-material/src/two-tone/terrain.svg b/projects/icons-material/src/material/two-tone/terrain.svg similarity index 100% rename from projects/icons-material/src/two-tone/terrain.svg rename to projects/icons-material/src/material/two-tone/terrain.svg diff --git a/projects/icons-material/src/two-tone/text_decrease.svg b/projects/icons-material/src/material/two-tone/text_decrease.svg similarity index 100% rename from projects/icons-material/src/two-tone/text_decrease.svg rename to projects/icons-material/src/material/two-tone/text_decrease.svg diff --git a/projects/icons-material/src/two-tone/text_fields.svg b/projects/icons-material/src/material/two-tone/text_fields.svg similarity index 100% rename from projects/icons-material/src/two-tone/text_fields.svg rename to projects/icons-material/src/material/two-tone/text_fields.svg diff --git a/projects/icons-material/src/two-tone/text_format.svg b/projects/icons-material/src/material/two-tone/text_format.svg similarity index 100% rename from projects/icons-material/src/two-tone/text_format.svg rename to projects/icons-material/src/material/two-tone/text_format.svg diff --git a/projects/icons-material/src/two-tone/text_increase.svg b/projects/icons-material/src/material/two-tone/text_increase.svg similarity index 100% rename from projects/icons-material/src/two-tone/text_increase.svg rename to projects/icons-material/src/material/two-tone/text_increase.svg diff --git a/projects/icons-material/src/two-tone/text_rotate_up.svg b/projects/icons-material/src/material/two-tone/text_rotate_up.svg similarity index 100% rename from projects/icons-material/src/two-tone/text_rotate_up.svg rename to projects/icons-material/src/material/two-tone/text_rotate_up.svg diff --git a/projects/icons-material/src/two-tone/text_rotate_vertical.svg b/projects/icons-material/src/material/two-tone/text_rotate_vertical.svg similarity index 100% rename from projects/icons-material/src/two-tone/text_rotate_vertical.svg rename to projects/icons-material/src/material/two-tone/text_rotate_vertical.svg diff --git a/projects/icons-material/src/two-tone/text_rotation_angledown.svg b/projects/icons-material/src/material/two-tone/text_rotation_angledown.svg similarity index 100% rename from projects/icons-material/src/two-tone/text_rotation_angledown.svg rename to projects/icons-material/src/material/two-tone/text_rotation_angledown.svg diff --git a/projects/icons-material/src/two-tone/text_rotation_angleup.svg b/projects/icons-material/src/material/two-tone/text_rotation_angleup.svg similarity index 100% rename from projects/icons-material/src/two-tone/text_rotation_angleup.svg rename to projects/icons-material/src/material/two-tone/text_rotation_angleup.svg diff --git a/projects/icons-material/src/two-tone/text_rotation_down.svg b/projects/icons-material/src/material/two-tone/text_rotation_down.svg similarity index 100% rename from projects/icons-material/src/two-tone/text_rotation_down.svg rename to projects/icons-material/src/material/two-tone/text_rotation_down.svg diff --git a/projects/icons-material/src/two-tone/text_rotation_none.svg b/projects/icons-material/src/material/two-tone/text_rotation_none.svg similarity index 100% rename from projects/icons-material/src/two-tone/text_rotation_none.svg rename to projects/icons-material/src/material/two-tone/text_rotation_none.svg diff --git a/projects/icons-material/src/two-tone/text_snippet.svg b/projects/icons-material/src/material/two-tone/text_snippet.svg similarity index 100% rename from projects/icons-material/src/two-tone/text_snippet.svg rename to projects/icons-material/src/material/two-tone/text_snippet.svg diff --git a/projects/icons-material/src/two-tone/textsms.svg b/projects/icons-material/src/material/two-tone/textsms.svg similarity index 100% rename from projects/icons-material/src/two-tone/textsms.svg rename to projects/icons-material/src/material/two-tone/textsms.svg diff --git a/projects/icons-material/src/two-tone/texture.svg b/projects/icons-material/src/material/two-tone/texture.svg similarity index 100% rename from projects/icons-material/src/two-tone/texture.svg rename to projects/icons-material/src/material/two-tone/texture.svg diff --git a/projects/icons-material/src/two-tone/theater_comedy.svg b/projects/icons-material/src/material/two-tone/theater_comedy.svg similarity index 100% rename from projects/icons-material/src/two-tone/theater_comedy.svg rename to projects/icons-material/src/material/two-tone/theater_comedy.svg diff --git a/projects/icons-material/src/two-tone/theaters.svg b/projects/icons-material/src/material/two-tone/theaters.svg similarity index 100% rename from projects/icons-material/src/two-tone/theaters.svg rename to projects/icons-material/src/material/two-tone/theaters.svg diff --git a/projects/icons-material/src/two-tone/thermostat.svg b/projects/icons-material/src/material/two-tone/thermostat.svg similarity index 100% rename from projects/icons-material/src/two-tone/thermostat.svg rename to projects/icons-material/src/material/two-tone/thermostat.svg diff --git a/projects/icons-material/src/two-tone/thermostat_auto.svg b/projects/icons-material/src/material/two-tone/thermostat_auto.svg similarity index 100% rename from projects/icons-material/src/two-tone/thermostat_auto.svg rename to projects/icons-material/src/material/two-tone/thermostat_auto.svg diff --git a/projects/icons-material/src/two-tone/thumb_down.svg b/projects/icons-material/src/material/two-tone/thumb_down.svg similarity index 100% rename from projects/icons-material/src/two-tone/thumb_down.svg rename to projects/icons-material/src/material/two-tone/thumb_down.svg diff --git a/projects/icons-material/src/two-tone/thumb_down_alt.svg b/projects/icons-material/src/material/two-tone/thumb_down_alt.svg similarity index 100% rename from projects/icons-material/src/two-tone/thumb_down_alt.svg rename to projects/icons-material/src/material/two-tone/thumb_down_alt.svg diff --git a/projects/icons-material/src/two-tone/thumb_down_off_alt.svg b/projects/icons-material/src/material/two-tone/thumb_down_off_alt.svg similarity index 100% rename from projects/icons-material/src/two-tone/thumb_down_off_alt.svg rename to projects/icons-material/src/material/two-tone/thumb_down_off_alt.svg diff --git a/projects/icons-material/src/two-tone/thumb_up.svg b/projects/icons-material/src/material/two-tone/thumb_up.svg similarity index 100% rename from projects/icons-material/src/two-tone/thumb_up.svg rename to projects/icons-material/src/material/two-tone/thumb_up.svg diff --git a/projects/icons-material/src/two-tone/thumb_up_alt.svg b/projects/icons-material/src/material/two-tone/thumb_up_alt.svg similarity index 100% rename from projects/icons-material/src/two-tone/thumb_up_alt.svg rename to projects/icons-material/src/material/two-tone/thumb_up_alt.svg diff --git a/projects/icons-material/src/two-tone/thumb_up_off_alt.svg b/projects/icons-material/src/material/two-tone/thumb_up_off_alt.svg similarity index 100% rename from projects/icons-material/src/two-tone/thumb_up_off_alt.svg rename to projects/icons-material/src/material/two-tone/thumb_up_off_alt.svg diff --git a/projects/icons-material/src/two-tone/thumbs_up_down.svg b/projects/icons-material/src/material/two-tone/thumbs_up_down.svg similarity index 100% rename from projects/icons-material/src/two-tone/thumbs_up_down.svg rename to projects/icons-material/src/material/two-tone/thumbs_up_down.svg diff --git a/projects/icons-material/src/two-tone/thunderstorm.svg b/projects/icons-material/src/material/two-tone/thunderstorm.svg similarity index 100% rename from projects/icons-material/src/two-tone/thunderstorm.svg rename to projects/icons-material/src/material/two-tone/thunderstorm.svg diff --git a/projects/icons-material/src/two-tone/time_to_leave.svg b/projects/icons-material/src/material/two-tone/time_to_leave.svg similarity index 100% rename from projects/icons-material/src/two-tone/time_to_leave.svg rename to projects/icons-material/src/material/two-tone/time_to_leave.svg diff --git a/projects/icons-material/src/two-tone/timelapse.svg b/projects/icons-material/src/material/two-tone/timelapse.svg similarity index 100% rename from projects/icons-material/src/two-tone/timelapse.svg rename to projects/icons-material/src/material/two-tone/timelapse.svg diff --git a/projects/icons-material/src/two-tone/timeline.svg b/projects/icons-material/src/material/two-tone/timeline.svg similarity index 100% rename from projects/icons-material/src/two-tone/timeline.svg rename to projects/icons-material/src/material/two-tone/timeline.svg diff --git a/projects/icons-material/src/two-tone/timer.svg b/projects/icons-material/src/material/two-tone/timer.svg similarity index 100% rename from projects/icons-material/src/two-tone/timer.svg rename to projects/icons-material/src/material/two-tone/timer.svg diff --git a/projects/icons-material/src/two-tone/timer_10.svg b/projects/icons-material/src/material/two-tone/timer_10.svg similarity index 100% rename from projects/icons-material/src/two-tone/timer_10.svg rename to projects/icons-material/src/material/two-tone/timer_10.svg diff --git a/projects/icons-material/src/two-tone/timer_10_select.svg b/projects/icons-material/src/material/two-tone/timer_10_select.svg similarity index 100% rename from projects/icons-material/src/two-tone/timer_10_select.svg rename to projects/icons-material/src/material/two-tone/timer_10_select.svg diff --git a/projects/icons-material/src/two-tone/timer_3.svg b/projects/icons-material/src/material/two-tone/timer_3.svg similarity index 100% rename from projects/icons-material/src/two-tone/timer_3.svg rename to projects/icons-material/src/material/two-tone/timer_3.svg diff --git a/projects/icons-material/src/two-tone/timer_3_select.svg b/projects/icons-material/src/material/two-tone/timer_3_select.svg similarity index 100% rename from projects/icons-material/src/two-tone/timer_3_select.svg rename to projects/icons-material/src/material/two-tone/timer_3_select.svg diff --git a/projects/icons-material/src/two-tone/timer_off.svg b/projects/icons-material/src/material/two-tone/timer_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/timer_off.svg rename to projects/icons-material/src/material/two-tone/timer_off.svg diff --git a/projects/icons-material/src/two-tone/tips_and_updates.svg b/projects/icons-material/src/material/two-tone/tips_and_updates.svg similarity index 100% rename from projects/icons-material/src/two-tone/tips_and_updates.svg rename to projects/icons-material/src/material/two-tone/tips_and_updates.svg diff --git a/projects/icons-material/src/two-tone/tire_repair.svg b/projects/icons-material/src/material/two-tone/tire_repair.svg similarity index 100% rename from projects/icons-material/src/two-tone/tire_repair.svg rename to projects/icons-material/src/material/two-tone/tire_repair.svg diff --git a/projects/icons-material/src/two-tone/title.svg b/projects/icons-material/src/material/two-tone/title.svg similarity index 100% rename from projects/icons-material/src/two-tone/title.svg rename to projects/icons-material/src/material/two-tone/title.svg diff --git a/projects/icons-material/src/two-tone/toc.svg b/projects/icons-material/src/material/two-tone/toc.svg similarity index 100% rename from projects/icons-material/src/two-tone/toc.svg rename to projects/icons-material/src/material/two-tone/toc.svg diff --git a/projects/icons-material/src/two-tone/today.svg b/projects/icons-material/src/material/two-tone/today.svg similarity index 100% rename from projects/icons-material/src/two-tone/today.svg rename to projects/icons-material/src/material/two-tone/today.svg diff --git a/projects/icons-material/src/two-tone/toggle_off.svg b/projects/icons-material/src/material/two-tone/toggle_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/toggle_off.svg rename to projects/icons-material/src/material/two-tone/toggle_off.svg diff --git a/projects/icons-material/src/two-tone/toggle_on.svg b/projects/icons-material/src/material/two-tone/toggle_on.svg similarity index 100% rename from projects/icons-material/src/two-tone/toggle_on.svg rename to projects/icons-material/src/material/two-tone/toggle_on.svg diff --git a/projects/icons-material/src/two-tone/token.svg b/projects/icons-material/src/material/two-tone/token.svg similarity index 100% rename from projects/icons-material/src/two-tone/token.svg rename to projects/icons-material/src/material/two-tone/token.svg diff --git a/projects/icons-material/src/two-tone/toll.svg b/projects/icons-material/src/material/two-tone/toll.svg similarity index 100% rename from projects/icons-material/src/two-tone/toll.svg rename to projects/icons-material/src/material/two-tone/toll.svg diff --git a/projects/icons-material/src/two-tone/tonality.svg b/projects/icons-material/src/material/two-tone/tonality.svg similarity index 100% rename from projects/icons-material/src/two-tone/tonality.svg rename to projects/icons-material/src/material/two-tone/tonality.svg diff --git a/projects/icons-material/src/two-tone/topic.svg b/projects/icons-material/src/material/two-tone/topic.svg similarity index 100% rename from projects/icons-material/src/two-tone/topic.svg rename to projects/icons-material/src/material/two-tone/topic.svg diff --git a/projects/icons-material/src/two-tone/tornado.svg b/projects/icons-material/src/material/two-tone/tornado.svg similarity index 100% rename from projects/icons-material/src/two-tone/tornado.svg rename to projects/icons-material/src/material/two-tone/tornado.svg diff --git a/projects/icons-material/src/two-tone/touch_app.svg b/projects/icons-material/src/material/two-tone/touch_app.svg similarity index 100% rename from projects/icons-material/src/two-tone/touch_app.svg rename to projects/icons-material/src/material/two-tone/touch_app.svg diff --git a/projects/icons-material/src/two-tone/tour.svg b/projects/icons-material/src/material/two-tone/tour.svg similarity index 100% rename from projects/icons-material/src/two-tone/tour.svg rename to projects/icons-material/src/material/two-tone/tour.svg diff --git a/projects/icons-material/src/two-tone/toys.svg b/projects/icons-material/src/material/two-tone/toys.svg similarity index 100% rename from projects/icons-material/src/two-tone/toys.svg rename to projects/icons-material/src/material/two-tone/toys.svg diff --git a/projects/icons-material/src/two-tone/track_changes.svg b/projects/icons-material/src/material/two-tone/track_changes.svg similarity index 100% rename from projects/icons-material/src/two-tone/track_changes.svg rename to projects/icons-material/src/material/two-tone/track_changes.svg diff --git a/projects/icons-material/src/two-tone/traffic.svg b/projects/icons-material/src/material/two-tone/traffic.svg similarity index 100% rename from projects/icons-material/src/two-tone/traffic.svg rename to projects/icons-material/src/material/two-tone/traffic.svg diff --git a/projects/icons-material/src/two-tone/train.svg b/projects/icons-material/src/material/two-tone/train.svg similarity index 100% rename from projects/icons-material/src/two-tone/train.svg rename to projects/icons-material/src/material/two-tone/train.svg diff --git a/projects/icons-material/src/two-tone/tram.svg b/projects/icons-material/src/material/two-tone/tram.svg similarity index 100% rename from projects/icons-material/src/two-tone/tram.svg rename to projects/icons-material/src/material/two-tone/tram.svg diff --git a/projects/icons-material/src/two-tone/transcribe.svg b/projects/icons-material/src/material/two-tone/transcribe.svg similarity index 100% rename from projects/icons-material/src/two-tone/transcribe.svg rename to projects/icons-material/src/material/two-tone/transcribe.svg diff --git a/projects/icons-material/src/two-tone/transfer_within_a_station.svg b/projects/icons-material/src/material/two-tone/transfer_within_a_station.svg similarity index 100% rename from projects/icons-material/src/two-tone/transfer_within_a_station.svg rename to projects/icons-material/src/material/two-tone/transfer_within_a_station.svg diff --git a/projects/icons-material/src/two-tone/transform.svg b/projects/icons-material/src/material/two-tone/transform.svg similarity index 100% rename from projects/icons-material/src/two-tone/transform.svg rename to projects/icons-material/src/material/two-tone/transform.svg diff --git a/projects/icons-material/src/two-tone/transgender.svg b/projects/icons-material/src/material/two-tone/transgender.svg similarity index 100% rename from projects/icons-material/src/two-tone/transgender.svg rename to projects/icons-material/src/material/two-tone/transgender.svg diff --git a/projects/icons-material/src/two-tone/transit_enterexit.svg b/projects/icons-material/src/material/two-tone/transit_enterexit.svg similarity index 100% rename from projects/icons-material/src/two-tone/transit_enterexit.svg rename to projects/icons-material/src/material/two-tone/transit_enterexit.svg diff --git a/projects/icons-material/src/two-tone/translate.svg b/projects/icons-material/src/material/two-tone/translate.svg similarity index 100% rename from projects/icons-material/src/two-tone/translate.svg rename to projects/icons-material/src/material/two-tone/translate.svg diff --git a/projects/icons-material/src/two-tone/travel_explore.svg b/projects/icons-material/src/material/two-tone/travel_explore.svg similarity index 100% rename from projects/icons-material/src/two-tone/travel_explore.svg rename to projects/icons-material/src/material/two-tone/travel_explore.svg diff --git a/projects/icons-material/src/two-tone/trending_down.svg b/projects/icons-material/src/material/two-tone/trending_down.svg similarity index 100% rename from projects/icons-material/src/two-tone/trending_down.svg rename to projects/icons-material/src/material/two-tone/trending_down.svg diff --git a/projects/icons-material/src/two-tone/trending_flat.svg b/projects/icons-material/src/material/two-tone/trending_flat.svg similarity index 100% rename from projects/icons-material/src/two-tone/trending_flat.svg rename to projects/icons-material/src/material/two-tone/trending_flat.svg diff --git a/projects/icons-material/src/two-tone/trending_up.svg b/projects/icons-material/src/material/two-tone/trending_up.svg similarity index 100% rename from projects/icons-material/src/two-tone/trending_up.svg rename to projects/icons-material/src/material/two-tone/trending_up.svg diff --git a/projects/icons-material/src/two-tone/trip_origin.svg b/projects/icons-material/src/material/two-tone/trip_origin.svg similarity index 100% rename from projects/icons-material/src/two-tone/trip_origin.svg rename to projects/icons-material/src/material/two-tone/trip_origin.svg diff --git a/projects/icons-material/src/two-tone/troubleshoot.svg b/projects/icons-material/src/material/two-tone/troubleshoot.svg similarity index 100% rename from projects/icons-material/src/two-tone/troubleshoot.svg rename to projects/icons-material/src/material/two-tone/troubleshoot.svg diff --git a/projects/icons-material/src/two-tone/try.svg b/projects/icons-material/src/material/two-tone/try.svg similarity index 100% rename from projects/icons-material/src/two-tone/try.svg rename to projects/icons-material/src/material/two-tone/try.svg diff --git a/projects/icons-material/src/two-tone/tsunami.svg b/projects/icons-material/src/material/two-tone/tsunami.svg similarity index 100% rename from projects/icons-material/src/two-tone/tsunami.svg rename to projects/icons-material/src/material/two-tone/tsunami.svg diff --git a/projects/icons-material/src/two-tone/tty.svg b/projects/icons-material/src/material/two-tone/tty.svg similarity index 100% rename from projects/icons-material/src/two-tone/tty.svg rename to projects/icons-material/src/material/two-tone/tty.svg diff --git a/projects/icons-material/src/two-tone/tune.svg b/projects/icons-material/src/material/two-tone/tune.svg similarity index 100% rename from projects/icons-material/src/two-tone/tune.svg rename to projects/icons-material/src/material/two-tone/tune.svg diff --git a/projects/icons-material/src/two-tone/tungsten.svg b/projects/icons-material/src/material/two-tone/tungsten.svg similarity index 100% rename from projects/icons-material/src/two-tone/tungsten.svg rename to projects/icons-material/src/material/two-tone/tungsten.svg diff --git a/projects/icons-material/src/two-tone/turn_left.svg b/projects/icons-material/src/material/two-tone/turn_left.svg similarity index 100% rename from projects/icons-material/src/two-tone/turn_left.svg rename to projects/icons-material/src/material/two-tone/turn_left.svg diff --git a/projects/icons-material/src/two-tone/turn_right.svg b/projects/icons-material/src/material/two-tone/turn_right.svg similarity index 100% rename from projects/icons-material/src/two-tone/turn_right.svg rename to projects/icons-material/src/material/two-tone/turn_right.svg diff --git a/projects/icons-material/src/two-tone/turn_sharp_left.svg b/projects/icons-material/src/material/two-tone/turn_sharp_left.svg similarity index 100% rename from projects/icons-material/src/two-tone/turn_sharp_left.svg rename to projects/icons-material/src/material/two-tone/turn_sharp_left.svg diff --git a/projects/icons-material/src/two-tone/turn_sharp_right.svg b/projects/icons-material/src/material/two-tone/turn_sharp_right.svg similarity index 100% rename from projects/icons-material/src/two-tone/turn_sharp_right.svg rename to projects/icons-material/src/material/two-tone/turn_sharp_right.svg diff --git a/projects/icons-material/src/two-tone/turn_slight_left.svg b/projects/icons-material/src/material/two-tone/turn_slight_left.svg similarity index 100% rename from projects/icons-material/src/two-tone/turn_slight_left.svg rename to projects/icons-material/src/material/two-tone/turn_slight_left.svg diff --git a/projects/icons-material/src/two-tone/turn_slight_right.svg b/projects/icons-material/src/material/two-tone/turn_slight_right.svg similarity index 100% rename from projects/icons-material/src/two-tone/turn_slight_right.svg rename to projects/icons-material/src/material/two-tone/turn_slight_right.svg diff --git a/projects/icons-material/src/two-tone/turned_in.svg b/projects/icons-material/src/material/two-tone/turned_in.svg similarity index 100% rename from projects/icons-material/src/two-tone/turned_in.svg rename to projects/icons-material/src/material/two-tone/turned_in.svg diff --git a/projects/icons-material/src/two-tone/turned_in_not.svg b/projects/icons-material/src/material/two-tone/turned_in_not.svg similarity index 100% rename from projects/icons-material/src/two-tone/turned_in_not.svg rename to projects/icons-material/src/material/two-tone/turned_in_not.svg diff --git a/projects/icons-material/src/two-tone/tv.svg b/projects/icons-material/src/material/two-tone/tv.svg similarity index 100% rename from projects/icons-material/src/two-tone/tv.svg rename to projects/icons-material/src/material/two-tone/tv.svg diff --git a/projects/icons-material/src/two-tone/tv_off.svg b/projects/icons-material/src/material/two-tone/tv_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/tv_off.svg rename to projects/icons-material/src/material/two-tone/tv_off.svg diff --git a/projects/icons-material/src/two-tone/two_wheeler.svg b/projects/icons-material/src/material/two-tone/two_wheeler.svg similarity index 100% rename from projects/icons-material/src/two-tone/two_wheeler.svg rename to projects/icons-material/src/material/two-tone/two_wheeler.svg diff --git a/projects/icons-material/src/two-tone/type_specimen.svg b/projects/icons-material/src/material/two-tone/type_specimen.svg similarity index 100% rename from projects/icons-material/src/two-tone/type_specimen.svg rename to projects/icons-material/src/material/two-tone/type_specimen.svg diff --git a/projects/icons-material/src/two-tone/u_turn_left.svg b/projects/icons-material/src/material/two-tone/u_turn_left.svg similarity index 100% rename from projects/icons-material/src/two-tone/u_turn_left.svg rename to projects/icons-material/src/material/two-tone/u_turn_left.svg diff --git a/projects/icons-material/src/two-tone/u_turn_right.svg b/projects/icons-material/src/material/two-tone/u_turn_right.svg similarity index 100% rename from projects/icons-material/src/two-tone/u_turn_right.svg rename to projects/icons-material/src/material/two-tone/u_turn_right.svg diff --git a/projects/icons-material/src/two-tone/umbrella.svg b/projects/icons-material/src/material/two-tone/umbrella.svg similarity index 100% rename from projects/icons-material/src/two-tone/umbrella.svg rename to projects/icons-material/src/material/two-tone/umbrella.svg diff --git a/projects/icons-material/src/two-tone/unarchive.svg b/projects/icons-material/src/material/two-tone/unarchive.svg similarity index 100% rename from projects/icons-material/src/two-tone/unarchive.svg rename to projects/icons-material/src/material/two-tone/unarchive.svg diff --git a/projects/icons-material/src/two-tone/undo.svg b/projects/icons-material/src/material/two-tone/undo.svg similarity index 100% rename from projects/icons-material/src/two-tone/undo.svg rename to projects/icons-material/src/material/two-tone/undo.svg diff --git a/projects/icons-material/src/two-tone/unfold_less.svg b/projects/icons-material/src/material/two-tone/unfold_less.svg similarity index 100% rename from projects/icons-material/src/two-tone/unfold_less.svg rename to projects/icons-material/src/material/two-tone/unfold_less.svg diff --git a/projects/icons-material/src/two-tone/unfold_less_double.svg b/projects/icons-material/src/material/two-tone/unfold_less_double.svg similarity index 100% rename from projects/icons-material/src/two-tone/unfold_less_double.svg rename to projects/icons-material/src/material/two-tone/unfold_less_double.svg diff --git a/projects/icons-material/src/two-tone/unfold_more.svg b/projects/icons-material/src/material/two-tone/unfold_more.svg similarity index 100% rename from projects/icons-material/src/two-tone/unfold_more.svg rename to projects/icons-material/src/material/two-tone/unfold_more.svg diff --git a/projects/icons-material/src/two-tone/unfold_more_double.svg b/projects/icons-material/src/material/two-tone/unfold_more_double.svg similarity index 100% rename from projects/icons-material/src/two-tone/unfold_more_double.svg rename to projects/icons-material/src/material/two-tone/unfold_more_double.svg diff --git a/projects/icons-material/src/two-tone/unpublished.svg b/projects/icons-material/src/material/two-tone/unpublished.svg similarity index 100% rename from projects/icons-material/src/two-tone/unpublished.svg rename to projects/icons-material/src/material/two-tone/unpublished.svg diff --git a/projects/icons-material/src/two-tone/unsubscribe.svg b/projects/icons-material/src/material/two-tone/unsubscribe.svg similarity index 100% rename from projects/icons-material/src/two-tone/unsubscribe.svg rename to projects/icons-material/src/material/two-tone/unsubscribe.svg diff --git a/projects/icons-material/src/two-tone/upcoming.svg b/projects/icons-material/src/material/two-tone/upcoming.svg similarity index 100% rename from projects/icons-material/src/two-tone/upcoming.svg rename to projects/icons-material/src/material/two-tone/upcoming.svg diff --git a/projects/icons-material/src/two-tone/update.svg b/projects/icons-material/src/material/two-tone/update.svg similarity index 100% rename from projects/icons-material/src/two-tone/update.svg rename to projects/icons-material/src/material/two-tone/update.svg diff --git a/projects/icons-material/src/two-tone/update_disabled.svg b/projects/icons-material/src/material/two-tone/update_disabled.svg similarity index 100% rename from projects/icons-material/src/two-tone/update_disabled.svg rename to projects/icons-material/src/material/two-tone/update_disabled.svg diff --git a/projects/icons-material/src/two-tone/upgrade.svg b/projects/icons-material/src/material/two-tone/upgrade.svg similarity index 100% rename from projects/icons-material/src/two-tone/upgrade.svg rename to projects/icons-material/src/material/two-tone/upgrade.svg diff --git a/projects/icons-material/src/two-tone/upload.svg b/projects/icons-material/src/material/two-tone/upload.svg similarity index 100% rename from projects/icons-material/src/two-tone/upload.svg rename to projects/icons-material/src/material/two-tone/upload.svg diff --git a/projects/icons-material/src/two-tone/upload_file.svg b/projects/icons-material/src/material/two-tone/upload_file.svg similarity index 100% rename from projects/icons-material/src/two-tone/upload_file.svg rename to projects/icons-material/src/material/two-tone/upload_file.svg diff --git a/projects/icons-material/src/two-tone/usb.svg b/projects/icons-material/src/material/two-tone/usb.svg similarity index 100% rename from projects/icons-material/src/two-tone/usb.svg rename to projects/icons-material/src/material/two-tone/usb.svg diff --git a/projects/icons-material/src/two-tone/usb_off.svg b/projects/icons-material/src/material/two-tone/usb_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/usb_off.svg rename to projects/icons-material/src/material/two-tone/usb_off.svg diff --git a/projects/icons-material/src/two-tone/vaccines.svg b/projects/icons-material/src/material/two-tone/vaccines.svg similarity index 100% rename from projects/icons-material/src/two-tone/vaccines.svg rename to projects/icons-material/src/material/two-tone/vaccines.svg diff --git a/projects/icons-material/src/two-tone/vape_free.svg b/projects/icons-material/src/material/two-tone/vape_free.svg similarity index 100% rename from projects/icons-material/src/two-tone/vape_free.svg rename to projects/icons-material/src/material/two-tone/vape_free.svg diff --git a/projects/icons-material/src/two-tone/vaping_rooms.svg b/projects/icons-material/src/material/two-tone/vaping_rooms.svg similarity index 100% rename from projects/icons-material/src/two-tone/vaping_rooms.svg rename to projects/icons-material/src/material/two-tone/vaping_rooms.svg diff --git a/projects/icons-material/src/two-tone/verified.svg b/projects/icons-material/src/material/two-tone/verified.svg similarity index 100% rename from projects/icons-material/src/two-tone/verified.svg rename to projects/icons-material/src/material/two-tone/verified.svg diff --git a/projects/icons-material/src/two-tone/verified_user.svg b/projects/icons-material/src/material/two-tone/verified_user.svg similarity index 100% rename from projects/icons-material/src/two-tone/verified_user.svg rename to projects/icons-material/src/material/two-tone/verified_user.svg diff --git a/projects/icons-material/src/two-tone/vertical_align_bottom.svg b/projects/icons-material/src/material/two-tone/vertical_align_bottom.svg similarity index 100% rename from projects/icons-material/src/two-tone/vertical_align_bottom.svg rename to projects/icons-material/src/material/two-tone/vertical_align_bottom.svg diff --git a/projects/icons-material/src/two-tone/vertical_align_center.svg b/projects/icons-material/src/material/two-tone/vertical_align_center.svg similarity index 100% rename from projects/icons-material/src/two-tone/vertical_align_center.svg rename to projects/icons-material/src/material/two-tone/vertical_align_center.svg diff --git a/projects/icons-material/src/two-tone/vertical_align_top.svg b/projects/icons-material/src/material/two-tone/vertical_align_top.svg similarity index 100% rename from projects/icons-material/src/two-tone/vertical_align_top.svg rename to projects/icons-material/src/material/two-tone/vertical_align_top.svg diff --git a/projects/icons-material/src/two-tone/vertical_distribute.svg b/projects/icons-material/src/material/two-tone/vertical_distribute.svg similarity index 100% rename from projects/icons-material/src/two-tone/vertical_distribute.svg rename to projects/icons-material/src/material/two-tone/vertical_distribute.svg diff --git a/projects/icons-material/src/two-tone/vertical_shades.svg b/projects/icons-material/src/material/two-tone/vertical_shades.svg similarity index 100% rename from projects/icons-material/src/two-tone/vertical_shades.svg rename to projects/icons-material/src/material/two-tone/vertical_shades.svg diff --git a/projects/icons-material/src/two-tone/vertical_shades_closed.svg b/projects/icons-material/src/material/two-tone/vertical_shades_closed.svg similarity index 100% rename from projects/icons-material/src/two-tone/vertical_shades_closed.svg rename to projects/icons-material/src/material/two-tone/vertical_shades_closed.svg diff --git a/projects/icons-material/src/two-tone/vertical_split.svg b/projects/icons-material/src/material/two-tone/vertical_split.svg similarity index 100% rename from projects/icons-material/src/two-tone/vertical_split.svg rename to projects/icons-material/src/material/two-tone/vertical_split.svg diff --git a/projects/icons-material/src/two-tone/vibration.svg b/projects/icons-material/src/material/two-tone/vibration.svg similarity index 100% rename from projects/icons-material/src/two-tone/vibration.svg rename to projects/icons-material/src/material/two-tone/vibration.svg diff --git a/projects/icons-material/src/two-tone/video_call.svg b/projects/icons-material/src/material/two-tone/video_call.svg similarity index 100% rename from projects/icons-material/src/two-tone/video_call.svg rename to projects/icons-material/src/material/two-tone/video_call.svg diff --git a/projects/icons-material/src/two-tone/video_camera_back.svg b/projects/icons-material/src/material/two-tone/video_camera_back.svg similarity index 100% rename from projects/icons-material/src/two-tone/video_camera_back.svg rename to projects/icons-material/src/material/two-tone/video_camera_back.svg diff --git a/projects/icons-material/src/two-tone/video_camera_front.svg b/projects/icons-material/src/material/two-tone/video_camera_front.svg similarity index 100% rename from projects/icons-material/src/two-tone/video_camera_front.svg rename to projects/icons-material/src/material/two-tone/video_camera_front.svg diff --git a/projects/icons-material/src/two-tone/video_chat.svg b/projects/icons-material/src/material/two-tone/video_chat.svg similarity index 100% rename from projects/icons-material/src/two-tone/video_chat.svg rename to projects/icons-material/src/material/two-tone/video_chat.svg diff --git a/projects/icons-material/src/two-tone/video_file.svg b/projects/icons-material/src/material/two-tone/video_file.svg similarity index 100% rename from projects/icons-material/src/two-tone/video_file.svg rename to projects/icons-material/src/material/two-tone/video_file.svg diff --git a/projects/icons-material/src/two-tone/video_label.svg b/projects/icons-material/src/material/two-tone/video_label.svg similarity index 100% rename from projects/icons-material/src/two-tone/video_label.svg rename to projects/icons-material/src/material/two-tone/video_label.svg diff --git a/projects/icons-material/src/two-tone/video_library.svg b/projects/icons-material/src/material/two-tone/video_library.svg similarity index 100% rename from projects/icons-material/src/two-tone/video_library.svg rename to projects/icons-material/src/material/two-tone/video_library.svg diff --git a/projects/icons-material/src/two-tone/video_settings.svg b/projects/icons-material/src/material/two-tone/video_settings.svg similarity index 100% rename from projects/icons-material/src/two-tone/video_settings.svg rename to projects/icons-material/src/material/two-tone/video_settings.svg diff --git a/projects/icons-material/src/two-tone/video_stable.svg b/projects/icons-material/src/material/two-tone/video_stable.svg similarity index 100% rename from projects/icons-material/src/two-tone/video_stable.svg rename to projects/icons-material/src/material/two-tone/video_stable.svg diff --git a/projects/icons-material/src/two-tone/videocam.svg b/projects/icons-material/src/material/two-tone/videocam.svg similarity index 100% rename from projects/icons-material/src/two-tone/videocam.svg rename to projects/icons-material/src/material/two-tone/videocam.svg diff --git a/projects/icons-material/src/two-tone/videocam_off.svg b/projects/icons-material/src/material/two-tone/videocam_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/videocam_off.svg rename to projects/icons-material/src/material/two-tone/videocam_off.svg diff --git a/projects/icons-material/src/two-tone/videogame_asset.svg b/projects/icons-material/src/material/two-tone/videogame_asset.svg similarity index 100% rename from projects/icons-material/src/two-tone/videogame_asset.svg rename to projects/icons-material/src/material/two-tone/videogame_asset.svg diff --git a/projects/icons-material/src/two-tone/videogame_asset_off.svg b/projects/icons-material/src/material/two-tone/videogame_asset_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/videogame_asset_off.svg rename to projects/icons-material/src/material/two-tone/videogame_asset_off.svg diff --git a/projects/icons-material/src/two-tone/view_agenda.svg b/projects/icons-material/src/material/two-tone/view_agenda.svg similarity index 100% rename from projects/icons-material/src/two-tone/view_agenda.svg rename to projects/icons-material/src/material/two-tone/view_agenda.svg diff --git a/projects/icons-material/src/two-tone/view_array.svg b/projects/icons-material/src/material/two-tone/view_array.svg similarity index 100% rename from projects/icons-material/src/two-tone/view_array.svg rename to projects/icons-material/src/material/two-tone/view_array.svg diff --git a/projects/icons-material/src/two-tone/view_carousel.svg b/projects/icons-material/src/material/two-tone/view_carousel.svg similarity index 100% rename from projects/icons-material/src/two-tone/view_carousel.svg rename to projects/icons-material/src/material/two-tone/view_carousel.svg diff --git a/projects/icons-material/src/two-tone/view_column.svg b/projects/icons-material/src/material/two-tone/view_column.svg similarity index 100% rename from projects/icons-material/src/two-tone/view_column.svg rename to projects/icons-material/src/material/two-tone/view_column.svg diff --git a/projects/icons-material/src/two-tone/view_comfy.svg b/projects/icons-material/src/material/two-tone/view_comfy.svg similarity index 100% rename from projects/icons-material/src/two-tone/view_comfy.svg rename to projects/icons-material/src/material/two-tone/view_comfy.svg diff --git a/projects/icons-material/src/two-tone/view_comfy_alt.svg b/projects/icons-material/src/material/two-tone/view_comfy_alt.svg similarity index 100% rename from projects/icons-material/src/two-tone/view_comfy_alt.svg rename to projects/icons-material/src/material/two-tone/view_comfy_alt.svg diff --git a/projects/icons-material/src/two-tone/view_compact.svg b/projects/icons-material/src/material/two-tone/view_compact.svg similarity index 100% rename from projects/icons-material/src/two-tone/view_compact.svg rename to projects/icons-material/src/material/two-tone/view_compact.svg diff --git a/projects/icons-material/src/two-tone/view_compact_alt.svg b/projects/icons-material/src/material/two-tone/view_compact_alt.svg similarity index 100% rename from projects/icons-material/src/two-tone/view_compact_alt.svg rename to projects/icons-material/src/material/two-tone/view_compact_alt.svg diff --git a/projects/icons-material/src/two-tone/view_cozy.svg b/projects/icons-material/src/material/two-tone/view_cozy.svg similarity index 100% rename from projects/icons-material/src/two-tone/view_cozy.svg rename to projects/icons-material/src/material/two-tone/view_cozy.svg diff --git a/projects/icons-material/src/two-tone/view_day.svg b/projects/icons-material/src/material/two-tone/view_day.svg similarity index 100% rename from projects/icons-material/src/two-tone/view_day.svg rename to projects/icons-material/src/material/two-tone/view_day.svg diff --git a/projects/icons-material/src/two-tone/view_headline.svg b/projects/icons-material/src/material/two-tone/view_headline.svg similarity index 100% rename from projects/icons-material/src/two-tone/view_headline.svg rename to projects/icons-material/src/material/two-tone/view_headline.svg diff --git a/projects/icons-material/src/two-tone/view_in_ar.svg b/projects/icons-material/src/material/two-tone/view_in_ar.svg similarity index 100% rename from projects/icons-material/src/two-tone/view_in_ar.svg rename to projects/icons-material/src/material/two-tone/view_in_ar.svg diff --git a/projects/icons-material/src/two-tone/view_kanban.svg b/projects/icons-material/src/material/two-tone/view_kanban.svg similarity index 100% rename from projects/icons-material/src/two-tone/view_kanban.svg rename to projects/icons-material/src/material/two-tone/view_kanban.svg diff --git a/projects/icons-material/src/two-tone/view_list.svg b/projects/icons-material/src/material/two-tone/view_list.svg similarity index 100% rename from projects/icons-material/src/two-tone/view_list.svg rename to projects/icons-material/src/material/two-tone/view_list.svg diff --git a/projects/icons-material/src/two-tone/view_module.svg b/projects/icons-material/src/material/two-tone/view_module.svg similarity index 100% rename from projects/icons-material/src/two-tone/view_module.svg rename to projects/icons-material/src/material/two-tone/view_module.svg diff --git a/projects/icons-material/src/two-tone/view_quilt.svg b/projects/icons-material/src/material/two-tone/view_quilt.svg similarity index 100% rename from projects/icons-material/src/two-tone/view_quilt.svg rename to projects/icons-material/src/material/two-tone/view_quilt.svg diff --git a/projects/icons-material/src/two-tone/view_sidebar.svg b/projects/icons-material/src/material/two-tone/view_sidebar.svg similarity index 100% rename from projects/icons-material/src/two-tone/view_sidebar.svg rename to projects/icons-material/src/material/two-tone/view_sidebar.svg diff --git a/projects/icons-material/src/two-tone/view_stream.svg b/projects/icons-material/src/material/two-tone/view_stream.svg similarity index 100% rename from projects/icons-material/src/two-tone/view_stream.svg rename to projects/icons-material/src/material/two-tone/view_stream.svg diff --git a/projects/icons-material/src/two-tone/view_timeline.svg b/projects/icons-material/src/material/two-tone/view_timeline.svg similarity index 100% rename from projects/icons-material/src/two-tone/view_timeline.svg rename to projects/icons-material/src/material/two-tone/view_timeline.svg diff --git a/projects/icons-material/src/two-tone/view_week.svg b/projects/icons-material/src/material/two-tone/view_week.svg similarity index 100% rename from projects/icons-material/src/two-tone/view_week.svg rename to projects/icons-material/src/material/two-tone/view_week.svg diff --git a/projects/icons-material/src/two-tone/vignette.svg b/projects/icons-material/src/material/two-tone/vignette.svg similarity index 100% rename from projects/icons-material/src/two-tone/vignette.svg rename to projects/icons-material/src/material/two-tone/vignette.svg diff --git a/projects/icons-material/src/two-tone/villa.svg b/projects/icons-material/src/material/two-tone/villa.svg similarity index 100% rename from projects/icons-material/src/two-tone/villa.svg rename to projects/icons-material/src/material/two-tone/villa.svg diff --git a/projects/icons-material/src/two-tone/visibility.svg b/projects/icons-material/src/material/two-tone/visibility.svg similarity index 100% rename from projects/icons-material/src/two-tone/visibility.svg rename to projects/icons-material/src/material/two-tone/visibility.svg diff --git a/projects/icons-material/src/two-tone/visibility_off.svg b/projects/icons-material/src/material/two-tone/visibility_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/visibility_off.svg rename to projects/icons-material/src/material/two-tone/visibility_off.svg diff --git a/projects/icons-material/src/two-tone/voice_chat.svg b/projects/icons-material/src/material/two-tone/voice_chat.svg similarity index 100% rename from projects/icons-material/src/two-tone/voice_chat.svg rename to projects/icons-material/src/material/two-tone/voice_chat.svg diff --git a/projects/icons-material/src/two-tone/voice_over_off.svg b/projects/icons-material/src/material/two-tone/voice_over_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/voice_over_off.svg rename to projects/icons-material/src/material/two-tone/voice_over_off.svg diff --git a/projects/icons-material/src/two-tone/voicemail.svg b/projects/icons-material/src/material/two-tone/voicemail.svg similarity index 100% rename from projects/icons-material/src/two-tone/voicemail.svg rename to projects/icons-material/src/material/two-tone/voicemail.svg diff --git a/projects/icons-material/src/two-tone/volcano.svg b/projects/icons-material/src/material/two-tone/volcano.svg similarity index 100% rename from projects/icons-material/src/two-tone/volcano.svg rename to projects/icons-material/src/material/two-tone/volcano.svg diff --git a/projects/icons-material/src/two-tone/volume_down.svg b/projects/icons-material/src/material/two-tone/volume_down.svg similarity index 100% rename from projects/icons-material/src/two-tone/volume_down.svg rename to projects/icons-material/src/material/two-tone/volume_down.svg diff --git a/projects/icons-material/src/two-tone/volume_mute.svg b/projects/icons-material/src/material/two-tone/volume_mute.svg similarity index 100% rename from projects/icons-material/src/two-tone/volume_mute.svg rename to projects/icons-material/src/material/two-tone/volume_mute.svg diff --git a/projects/icons-material/src/two-tone/volume_off.svg b/projects/icons-material/src/material/two-tone/volume_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/volume_off.svg rename to projects/icons-material/src/material/two-tone/volume_off.svg diff --git a/projects/icons-material/src/two-tone/volume_up.svg b/projects/icons-material/src/material/two-tone/volume_up.svg similarity index 100% rename from projects/icons-material/src/two-tone/volume_up.svg rename to projects/icons-material/src/material/two-tone/volume_up.svg diff --git a/projects/icons-material/src/two-tone/volunteer_activism.svg b/projects/icons-material/src/material/two-tone/volunteer_activism.svg similarity index 100% rename from projects/icons-material/src/two-tone/volunteer_activism.svg rename to projects/icons-material/src/material/two-tone/volunteer_activism.svg diff --git a/projects/icons-material/src/two-tone/vpn_key.svg b/projects/icons-material/src/material/two-tone/vpn_key.svg similarity index 100% rename from projects/icons-material/src/two-tone/vpn_key.svg rename to projects/icons-material/src/material/two-tone/vpn_key.svg diff --git a/projects/icons-material/src/two-tone/vpn_key_off.svg b/projects/icons-material/src/material/two-tone/vpn_key_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/vpn_key_off.svg rename to projects/icons-material/src/material/two-tone/vpn_key_off.svg diff --git a/projects/icons-material/src/two-tone/vpn_lock.svg b/projects/icons-material/src/material/two-tone/vpn_lock.svg similarity index 100% rename from projects/icons-material/src/two-tone/vpn_lock.svg rename to projects/icons-material/src/material/two-tone/vpn_lock.svg diff --git a/projects/icons-material/src/two-tone/vrpano.svg b/projects/icons-material/src/material/two-tone/vrpano.svg similarity index 100% rename from projects/icons-material/src/two-tone/vrpano.svg rename to projects/icons-material/src/material/two-tone/vrpano.svg diff --git a/projects/icons-material/src/two-tone/wallet.svg b/projects/icons-material/src/material/two-tone/wallet.svg similarity index 100% rename from projects/icons-material/src/two-tone/wallet.svg rename to projects/icons-material/src/material/two-tone/wallet.svg diff --git a/projects/icons-material/src/two-tone/wallpaper.svg b/projects/icons-material/src/material/two-tone/wallpaper.svg similarity index 100% rename from projects/icons-material/src/two-tone/wallpaper.svg rename to projects/icons-material/src/material/two-tone/wallpaper.svg diff --git a/projects/icons-material/src/two-tone/warehouse.svg b/projects/icons-material/src/material/two-tone/warehouse.svg similarity index 100% rename from projects/icons-material/src/two-tone/warehouse.svg rename to projects/icons-material/src/material/two-tone/warehouse.svg diff --git a/projects/icons-material/src/two-tone/warning.svg b/projects/icons-material/src/material/two-tone/warning.svg similarity index 100% rename from projects/icons-material/src/two-tone/warning.svg rename to projects/icons-material/src/material/two-tone/warning.svg diff --git a/projects/icons-material/src/two-tone/warning_amber.svg b/projects/icons-material/src/material/two-tone/warning_amber.svg similarity index 100% rename from projects/icons-material/src/two-tone/warning_amber.svg rename to projects/icons-material/src/material/two-tone/warning_amber.svg diff --git a/projects/icons-material/src/two-tone/wash.svg b/projects/icons-material/src/material/two-tone/wash.svg similarity index 100% rename from projects/icons-material/src/two-tone/wash.svg rename to projects/icons-material/src/material/two-tone/wash.svg diff --git a/projects/icons-material/src/two-tone/watch.svg b/projects/icons-material/src/material/two-tone/watch.svg similarity index 100% rename from projects/icons-material/src/two-tone/watch.svg rename to projects/icons-material/src/material/two-tone/watch.svg diff --git a/projects/icons-material/src/two-tone/watch_later.svg b/projects/icons-material/src/material/two-tone/watch_later.svg similarity index 100% rename from projects/icons-material/src/two-tone/watch_later.svg rename to projects/icons-material/src/material/two-tone/watch_later.svg diff --git a/projects/icons-material/src/two-tone/watch_off.svg b/projects/icons-material/src/material/two-tone/watch_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/watch_off.svg rename to projects/icons-material/src/material/two-tone/watch_off.svg diff --git a/projects/icons-material/src/two-tone/water.svg b/projects/icons-material/src/material/two-tone/water.svg similarity index 100% rename from projects/icons-material/src/two-tone/water.svg rename to projects/icons-material/src/material/two-tone/water.svg diff --git a/projects/icons-material/src/two-tone/water_damage.svg b/projects/icons-material/src/material/two-tone/water_damage.svg similarity index 100% rename from projects/icons-material/src/two-tone/water_damage.svg rename to projects/icons-material/src/material/two-tone/water_damage.svg diff --git a/projects/icons-material/src/two-tone/water_drop.svg b/projects/icons-material/src/material/two-tone/water_drop.svg similarity index 100% rename from projects/icons-material/src/two-tone/water_drop.svg rename to projects/icons-material/src/material/two-tone/water_drop.svg diff --git a/projects/icons-material/src/two-tone/waterfall_chart.svg b/projects/icons-material/src/material/two-tone/waterfall_chart.svg similarity index 100% rename from projects/icons-material/src/two-tone/waterfall_chart.svg rename to projects/icons-material/src/material/two-tone/waterfall_chart.svg diff --git a/projects/icons-material/src/two-tone/waves.svg b/projects/icons-material/src/material/two-tone/waves.svg similarity index 100% rename from projects/icons-material/src/two-tone/waves.svg rename to projects/icons-material/src/material/two-tone/waves.svg diff --git a/projects/icons-material/src/two-tone/waving_hand.svg b/projects/icons-material/src/material/two-tone/waving_hand.svg similarity index 100% rename from projects/icons-material/src/two-tone/waving_hand.svg rename to projects/icons-material/src/material/two-tone/waving_hand.svg diff --git a/projects/icons-material/src/two-tone/wb_auto.svg b/projects/icons-material/src/material/two-tone/wb_auto.svg similarity index 100% rename from projects/icons-material/src/two-tone/wb_auto.svg rename to projects/icons-material/src/material/two-tone/wb_auto.svg diff --git a/projects/icons-material/src/two-tone/wb_cloudy.svg b/projects/icons-material/src/material/two-tone/wb_cloudy.svg similarity index 100% rename from projects/icons-material/src/two-tone/wb_cloudy.svg rename to projects/icons-material/src/material/two-tone/wb_cloudy.svg diff --git a/projects/icons-material/src/two-tone/wb_incandescent.svg b/projects/icons-material/src/material/two-tone/wb_incandescent.svg similarity index 100% rename from projects/icons-material/src/two-tone/wb_incandescent.svg rename to projects/icons-material/src/material/two-tone/wb_incandescent.svg diff --git a/projects/icons-material/src/two-tone/wb_iridescent.svg b/projects/icons-material/src/material/two-tone/wb_iridescent.svg similarity index 100% rename from projects/icons-material/src/two-tone/wb_iridescent.svg rename to projects/icons-material/src/material/two-tone/wb_iridescent.svg diff --git a/projects/icons-material/src/two-tone/wb_shade.svg b/projects/icons-material/src/material/two-tone/wb_shade.svg similarity index 100% rename from projects/icons-material/src/two-tone/wb_shade.svg rename to projects/icons-material/src/material/two-tone/wb_shade.svg diff --git a/projects/icons-material/src/two-tone/wb_sunny.svg b/projects/icons-material/src/material/two-tone/wb_sunny.svg similarity index 100% rename from projects/icons-material/src/two-tone/wb_sunny.svg rename to projects/icons-material/src/material/two-tone/wb_sunny.svg diff --git a/projects/icons-material/src/two-tone/wb_twilight.svg b/projects/icons-material/src/material/two-tone/wb_twilight.svg similarity index 100% rename from projects/icons-material/src/two-tone/wb_twilight.svg rename to projects/icons-material/src/material/two-tone/wb_twilight.svg diff --git a/projects/icons-material/src/two-tone/wc.svg b/projects/icons-material/src/material/two-tone/wc.svg similarity index 100% rename from projects/icons-material/src/two-tone/wc.svg rename to projects/icons-material/src/material/two-tone/wc.svg diff --git a/projects/icons-material/src/two-tone/web.svg b/projects/icons-material/src/material/two-tone/web.svg similarity index 100% rename from projects/icons-material/src/two-tone/web.svg rename to projects/icons-material/src/material/two-tone/web.svg diff --git a/projects/icons-material/src/two-tone/web_asset.svg b/projects/icons-material/src/material/two-tone/web_asset.svg similarity index 100% rename from projects/icons-material/src/two-tone/web_asset.svg rename to projects/icons-material/src/material/two-tone/web_asset.svg diff --git a/projects/icons-material/src/two-tone/web_asset_off.svg b/projects/icons-material/src/material/two-tone/web_asset_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/web_asset_off.svg rename to projects/icons-material/src/material/two-tone/web_asset_off.svg diff --git a/projects/icons-material/src/two-tone/web_stories.svg b/projects/icons-material/src/material/two-tone/web_stories.svg similarity index 100% rename from projects/icons-material/src/two-tone/web_stories.svg rename to projects/icons-material/src/material/two-tone/web_stories.svg diff --git a/projects/icons-material/src/two-tone/webhook.svg b/projects/icons-material/src/material/two-tone/webhook.svg similarity index 100% rename from projects/icons-material/src/two-tone/webhook.svg rename to projects/icons-material/src/material/two-tone/webhook.svg diff --git a/projects/icons-material/src/two-tone/weekend.svg b/projects/icons-material/src/material/two-tone/weekend.svg similarity index 100% rename from projects/icons-material/src/two-tone/weekend.svg rename to projects/icons-material/src/material/two-tone/weekend.svg diff --git a/projects/icons-material/src/two-tone/west.svg b/projects/icons-material/src/material/two-tone/west.svg similarity index 100% rename from projects/icons-material/src/two-tone/west.svg rename to projects/icons-material/src/material/two-tone/west.svg diff --git a/projects/icons-material/src/two-tone/whatshot.svg b/projects/icons-material/src/material/two-tone/whatshot.svg similarity index 100% rename from projects/icons-material/src/two-tone/whatshot.svg rename to projects/icons-material/src/material/two-tone/whatshot.svg diff --git a/projects/icons-material/src/two-tone/wheelchair_pickup.svg b/projects/icons-material/src/material/two-tone/wheelchair_pickup.svg similarity index 100% rename from projects/icons-material/src/two-tone/wheelchair_pickup.svg rename to projects/icons-material/src/material/two-tone/wheelchair_pickup.svg diff --git a/projects/icons-material/src/two-tone/where_to_vote.svg b/projects/icons-material/src/material/two-tone/where_to_vote.svg similarity index 100% rename from projects/icons-material/src/two-tone/where_to_vote.svg rename to projects/icons-material/src/material/two-tone/where_to_vote.svg diff --git a/projects/icons-material/src/two-tone/widgets.svg b/projects/icons-material/src/material/two-tone/widgets.svg similarity index 100% rename from projects/icons-material/src/two-tone/widgets.svg rename to projects/icons-material/src/material/two-tone/widgets.svg diff --git a/projects/icons-material/src/two-tone/width_full.svg b/projects/icons-material/src/material/two-tone/width_full.svg similarity index 100% rename from projects/icons-material/src/two-tone/width_full.svg rename to projects/icons-material/src/material/two-tone/width_full.svg diff --git a/projects/icons-material/src/two-tone/width_normal.svg b/projects/icons-material/src/material/two-tone/width_normal.svg similarity index 100% rename from projects/icons-material/src/two-tone/width_normal.svg rename to projects/icons-material/src/material/two-tone/width_normal.svg diff --git a/projects/icons-material/src/two-tone/width_wide.svg b/projects/icons-material/src/material/two-tone/width_wide.svg similarity index 100% rename from projects/icons-material/src/two-tone/width_wide.svg rename to projects/icons-material/src/material/two-tone/width_wide.svg diff --git a/projects/icons-material/src/two-tone/wifi.svg b/projects/icons-material/src/material/two-tone/wifi.svg similarity index 100% rename from projects/icons-material/src/two-tone/wifi.svg rename to projects/icons-material/src/material/two-tone/wifi.svg diff --git a/projects/icons-material/src/two-tone/wifi_1_bar.svg b/projects/icons-material/src/material/two-tone/wifi_1_bar.svg similarity index 100% rename from projects/icons-material/src/two-tone/wifi_1_bar.svg rename to projects/icons-material/src/material/two-tone/wifi_1_bar.svg diff --git a/projects/icons-material/src/two-tone/wifi_2_bar.svg b/projects/icons-material/src/material/two-tone/wifi_2_bar.svg similarity index 100% rename from projects/icons-material/src/two-tone/wifi_2_bar.svg rename to projects/icons-material/src/material/two-tone/wifi_2_bar.svg diff --git a/projects/icons-material/src/two-tone/wifi_calling.svg b/projects/icons-material/src/material/two-tone/wifi_calling.svg similarity index 100% rename from projects/icons-material/src/two-tone/wifi_calling.svg rename to projects/icons-material/src/material/two-tone/wifi_calling.svg diff --git a/projects/icons-material/src/two-tone/wifi_calling_3.svg b/projects/icons-material/src/material/two-tone/wifi_calling_3.svg similarity index 100% rename from projects/icons-material/src/two-tone/wifi_calling_3.svg rename to projects/icons-material/src/material/two-tone/wifi_calling_3.svg diff --git a/projects/icons-material/src/two-tone/wifi_channel.svg b/projects/icons-material/src/material/two-tone/wifi_channel.svg similarity index 100% rename from projects/icons-material/src/two-tone/wifi_channel.svg rename to projects/icons-material/src/material/two-tone/wifi_channel.svg diff --git a/projects/icons-material/src/two-tone/wifi_find.svg b/projects/icons-material/src/material/two-tone/wifi_find.svg similarity index 100% rename from projects/icons-material/src/two-tone/wifi_find.svg rename to projects/icons-material/src/material/two-tone/wifi_find.svg diff --git a/projects/icons-material/src/two-tone/wifi_lock.svg b/projects/icons-material/src/material/two-tone/wifi_lock.svg similarity index 100% rename from projects/icons-material/src/two-tone/wifi_lock.svg rename to projects/icons-material/src/material/two-tone/wifi_lock.svg diff --git a/projects/icons-material/src/two-tone/wifi_off.svg b/projects/icons-material/src/material/two-tone/wifi_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/wifi_off.svg rename to projects/icons-material/src/material/two-tone/wifi_off.svg diff --git a/projects/icons-material/src/two-tone/wifi_password.svg b/projects/icons-material/src/material/two-tone/wifi_password.svg similarity index 100% rename from projects/icons-material/src/two-tone/wifi_password.svg rename to projects/icons-material/src/material/two-tone/wifi_password.svg diff --git a/projects/icons-material/src/two-tone/wifi_protected_setup.svg b/projects/icons-material/src/material/two-tone/wifi_protected_setup.svg similarity index 100% rename from projects/icons-material/src/two-tone/wifi_protected_setup.svg rename to projects/icons-material/src/material/two-tone/wifi_protected_setup.svg diff --git a/projects/icons-material/src/two-tone/wifi_tethering.svg b/projects/icons-material/src/material/two-tone/wifi_tethering.svg similarity index 100% rename from projects/icons-material/src/two-tone/wifi_tethering.svg rename to projects/icons-material/src/material/two-tone/wifi_tethering.svg diff --git a/projects/icons-material/src/two-tone/wifi_tethering_error.svg b/projects/icons-material/src/material/two-tone/wifi_tethering_error.svg similarity index 100% rename from projects/icons-material/src/two-tone/wifi_tethering_error.svg rename to projects/icons-material/src/material/two-tone/wifi_tethering_error.svg diff --git a/projects/icons-material/src/two-tone/wifi_tethering_off.svg b/projects/icons-material/src/material/two-tone/wifi_tethering_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/wifi_tethering_off.svg rename to projects/icons-material/src/material/two-tone/wifi_tethering_off.svg diff --git a/projects/icons-material/src/two-tone/wind_power.svg b/projects/icons-material/src/material/two-tone/wind_power.svg similarity index 100% rename from projects/icons-material/src/two-tone/wind_power.svg rename to projects/icons-material/src/material/two-tone/wind_power.svg diff --git a/projects/icons-material/src/two-tone/window.svg b/projects/icons-material/src/material/two-tone/window.svg similarity index 100% rename from projects/icons-material/src/two-tone/window.svg rename to projects/icons-material/src/material/two-tone/window.svg diff --git a/projects/icons-material/src/two-tone/wine_bar.svg b/projects/icons-material/src/material/two-tone/wine_bar.svg similarity index 100% rename from projects/icons-material/src/two-tone/wine_bar.svg rename to projects/icons-material/src/material/two-tone/wine_bar.svg diff --git a/projects/icons-material/src/two-tone/woman.svg b/projects/icons-material/src/material/two-tone/woman.svg similarity index 100% rename from projects/icons-material/src/two-tone/woman.svg rename to projects/icons-material/src/material/two-tone/woman.svg diff --git a/projects/icons-material/src/two-tone/woman_2.svg b/projects/icons-material/src/material/two-tone/woman_2.svg similarity index 100% rename from projects/icons-material/src/two-tone/woman_2.svg rename to projects/icons-material/src/material/two-tone/woman_2.svg diff --git a/projects/icons-material/src/two-tone/work.svg b/projects/icons-material/src/material/two-tone/work.svg similarity index 100% rename from projects/icons-material/src/two-tone/work.svg rename to projects/icons-material/src/material/two-tone/work.svg diff --git a/projects/icons-material/src/two-tone/work_history.svg b/projects/icons-material/src/material/two-tone/work_history.svg similarity index 100% rename from projects/icons-material/src/two-tone/work_history.svg rename to projects/icons-material/src/material/two-tone/work_history.svg diff --git a/projects/icons-material/src/two-tone/work_off.svg b/projects/icons-material/src/material/two-tone/work_off.svg similarity index 100% rename from projects/icons-material/src/two-tone/work_off.svg rename to projects/icons-material/src/material/two-tone/work_off.svg diff --git a/projects/icons-material/src/two-tone/work_outline.svg b/projects/icons-material/src/material/two-tone/work_outline.svg similarity index 100% rename from projects/icons-material/src/two-tone/work_outline.svg rename to projects/icons-material/src/material/two-tone/work_outline.svg diff --git a/projects/icons-material/src/two-tone/workspace_premium.svg b/projects/icons-material/src/material/two-tone/workspace_premium.svg similarity index 100% rename from projects/icons-material/src/two-tone/workspace_premium.svg rename to projects/icons-material/src/material/two-tone/workspace_premium.svg diff --git a/projects/icons-material/src/two-tone/workspaces.svg b/projects/icons-material/src/material/two-tone/workspaces.svg similarity index 100% rename from projects/icons-material/src/two-tone/workspaces.svg rename to projects/icons-material/src/material/two-tone/workspaces.svg diff --git a/projects/icons-material/src/two-tone/wrap_text.svg b/projects/icons-material/src/material/two-tone/wrap_text.svg similarity index 100% rename from projects/icons-material/src/two-tone/wrap_text.svg rename to projects/icons-material/src/material/two-tone/wrap_text.svg diff --git a/projects/icons-material/src/two-tone/wrong_location.svg b/projects/icons-material/src/material/two-tone/wrong_location.svg similarity index 100% rename from projects/icons-material/src/two-tone/wrong_location.svg rename to projects/icons-material/src/material/two-tone/wrong_location.svg diff --git a/projects/icons-material/src/two-tone/wysiwyg.svg b/projects/icons-material/src/material/two-tone/wysiwyg.svg similarity index 100% rename from projects/icons-material/src/two-tone/wysiwyg.svg rename to projects/icons-material/src/material/two-tone/wysiwyg.svg diff --git a/projects/icons-material/src/two-tone/yard.svg b/projects/icons-material/src/material/two-tone/yard.svg similarity index 100% rename from projects/icons-material/src/two-tone/yard.svg rename to projects/icons-material/src/material/two-tone/yard.svg diff --git a/projects/icons-material/src/two-tone/youtube_searched_for.svg b/projects/icons-material/src/material/two-tone/youtube_searched_for.svg similarity index 100% rename from projects/icons-material/src/two-tone/youtube_searched_for.svg rename to projects/icons-material/src/material/two-tone/youtube_searched_for.svg diff --git a/projects/icons-material/src/two-tone/zoom_in.svg b/projects/icons-material/src/material/two-tone/zoom_in.svg similarity index 100% rename from projects/icons-material/src/two-tone/zoom_in.svg rename to projects/icons-material/src/material/two-tone/zoom_in.svg diff --git a/projects/icons-material/src/two-tone/zoom_in_map.svg b/projects/icons-material/src/material/two-tone/zoom_in_map.svg similarity index 100% rename from projects/icons-material/src/two-tone/zoom_in_map.svg rename to projects/icons-material/src/material/two-tone/zoom_in_map.svg diff --git a/projects/icons-material/src/two-tone/zoom_out.svg b/projects/icons-material/src/material/two-tone/zoom_out.svg similarity index 100% rename from projects/icons-material/src/two-tone/zoom_out.svg rename to projects/icons-material/src/material/two-tone/zoom_out.svg diff --git a/projects/icons-material/src/two-tone/zoom_out_map.svg b/projects/icons-material/src/material/two-tone/zoom_out_map.svg similarity index 100% rename from projects/icons-material/src/two-tone/zoom_out_map.svg rename to projects/icons-material/src/material/two-tone/zoom_out_map.svg diff --git a/projects/icons-material/src/mir-mono.svg b/projects/icons-material/src/mir-mono.svg index d1dd39ef0d99..0574e11a3be5 100644 --- a/projects/icons-material/src/mir-mono.svg +++ b/projects/icons-material/src/mir-mono.svg @@ -1 +1,7 @@ -projects/icons/src/mir-mono.svg + + + diff --git a/projects/icons-material/src/mir.svg b/projects/icons-material/src/mir.svg index 23300915dcac..cf328585705f 100644 --- a/projects/icons-material/src/mir.svg +++ b/projects/icons-material/src/mir.svg @@ -1 +1,30 @@ -projects/icons/src/mir.svg + + + + + + + + + + + + + + diff --git a/projects/icons-material/src/pay-pal.svg b/projects/icons-material/src/pay-pal.svg index 7a153d12565d..fb2a74ec95d2 100644 --- a/projects/icons-material/src/pay-pal.svg +++ b/projects/icons-material/src/pay-pal.svg @@ -1 +1,58 @@ -projects/icons/src/pay-pal.svg + + + + + + + + + + + + + + + + + + diff --git a/projects/icons-material/src/ru-pay.svg b/projects/icons-material/src/ru-pay.svg index a4c934919150..b917abeb5d29 100644 --- a/projects/icons-material/src/ru-pay.svg +++ b/projects/icons-material/src/ru-pay.svg @@ -1 +1,45 @@ -projects/icons/src/ru-pay.svg + + + + + + + + + + + diff --git a/projects/icons-material/src/samsung-pay.svg b/projects/icons-material/src/samsung-pay.svg index a6ebd1081ab7..035c0cc406ab 100644 --- a/projects/icons-material/src/samsung-pay.svg +++ b/projects/icons-material/src/samsung-pay.svg @@ -1 +1,23 @@ -projects/icons/src/samsung-pay.svg + + + + + + + + + + + diff --git a/projects/icons-material/src/union-pay.svg b/projects/icons-material/src/union-pay.svg index 0b460cf0e694..e7c49f04ebc1 100644 --- a/projects/icons-material/src/union-pay.svg +++ b/projects/icons-material/src/union-pay.svg @@ -1 +1,37 @@ -projects/icons/src/union-pay.svg + + + + + + + + + diff --git a/projects/icons-material/src/uzcard.svg b/projects/icons-material/src/uzcard.svg index 5f1bdc4f91f1..57df418f1ed9 100644 --- a/projects/icons-material/src/uzcard.svg +++ b/projects/icons-material/src/uzcard.svg @@ -1 +1,34 @@ -projects/icons/src/uzcard.svg + + + + + + + + + diff --git a/projects/icons-material/src/verve.svg b/projects/icons-material/src/verve.svg index d9bf846d83d6..c2ae5d9b8132 100644 --- a/projects/icons-material/src/verve.svg +++ b/projects/icons-material/src/verve.svg @@ -1 +1,29 @@ -projects/icons/src/verve.svg + + + + + + + + + diff --git a/projects/icons-material/src/visa-mono.svg b/projects/icons-material/src/visa-mono.svg index ce3f1f16ab67..df83eabf398b 100644 --- a/projects/icons-material/src/visa-mono.svg +++ b/projects/icons-material/src/visa-mono.svg @@ -1 +1,8 @@ -projects/icons/src/visa-mono.svg + + + diff --git a/projects/icons-material/src/visa.svg b/projects/icons-material/src/visa.svg index 503beea01d55..4bf8a9cd0d2b 100644 --- a/projects/icons-material/src/visa.svg +++ b/projects/icons-material/src/visa.svg @@ -1 +1,8 @@ -projects/icons/src/visa.svg + + + diff --git a/projects/icons-material/src/world-pay.svg b/projects/icons-material/src/world-pay.svg index e9529e9ed470..13faf6e94779 100644 --- a/projects/icons-material/src/world-pay.svg +++ b/projects/icons-material/src/world-pay.svg @@ -1 +1,48 @@ -projects/icons/src/world-pay.svg + + + + + + + + + + + + + + + +