diff --git a/.gitignore b/.gitignore index fd4f2b06..22d59e5e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules .DS_Store +.idea diff --git a/devicon-colors.css b/devicon-colors.css index 580a8a65..1d14b6be 100644 --- a/devicon-colors.css +++ b/devicon-colors.css @@ -1,3 +1,10 @@ +.devicon-gatling-plain-wordmark.colored { + color: #E77500; +} +.devicon-gatling-plain.colored { + color: #E77500; +} + .devicon-ssh-original-wordmark.colored, .devicon-ssh-plain-wordmark.colored { color: #231F20; @@ -20,6 +27,24 @@ .devicon-phpstorm-plain.colored { color: #5058A6; } +.devicon-protractor-plain-wordmark.colored { + color: #b7111d; +} +.devicon-protractor-plain.colored { + color: #b7111d; +} +.devicon-cucumber-plain-wordmark.colored { + color: #00a818; +} +.devicon-cucumber-plain.colored { + color: #00a818; +} +.devicon-gradle-plain-wordmark.colored { + color: #02303a; +} +.devicon-gradle-plain.colored { + color: #02303a; +} .devicon-jeet-plain-wordmark.colored { color: #FF664A; } diff --git a/devicon.css b/devicon.css index 747046d1..dcaa4022 100755 --- a/devicon.css +++ b/devicon.css @@ -23,39 +23,64 @@ -moz-osx-font-smoothing: grayscale; } +.devicon-gatling-plain-wordmark:before { + content: "\e918"; +} +.devicon-gatling-plain:before { + content: "\e917"; +} + .devicon-ssh-original-wordmark:before, .devicon-ssh-plain-wordmark:before { - content: "\e900"; + content: "\e916"; } .devicon-ssh-original:before, .devicon-ssh-plain:before { - content: "\e901"; + content: "\e915"; } .devicon-sourcetree-original-wordmark:before, .devicon-sourcetree-plain-wordmark:before { - content: "\e902"; + content: "\e914"; } .devicon-sourcetree-original:before, .devicon-sourcetree-plain:before { - content: "\e903"; + content: "\e913"; } .devicon-phpstorm-plain-wordmark:before { - content: "\e904"; + content: "\e912"; } .devicon-phpstorm-plain:before { + content: "\e911"; +} +.devicon-protractor-plain-wordmark:before { + content: "\e901"; +} +.devicon-protractor-plain:before { + content: "\e900"; +} +.devicon-gradle-plain-wordmark:before { + content: "\e8f1"; +} +.devicon-gradle-plain:before { + content: "\e902"; +} +.devicon-cucumber-plain-wordmark:before { content: "\e905"; } +.devicon-cucumber-plain:before { + content: "\e904"; +} .devicon-jeet-plain-wordmark:before { content: "\e906"; } .devicon-jeet-plain:before { - content: "\e907"; + content: "\e903"; } .devicon-gitlab-plain-wordmark:before { content: "\e908"; } .devicon-gitlab-plain:before { - content: "\e909"; + content: "\e907"; } .devicon-github-original-wordmark:before, .devicon-github-plain-wordmark:before { @@ -63,26 +88,26 @@ } .devicon-github-original:before, .devicon-github-plain:before { - content: "\e90b"; + content: "\e909"; } .devicon-d3js-plain:before { content: "\e90c"; } .devicon-confluence-original-wordmark:before, .devicon-confluence-plain-wordmark:before { - content: "\e90d"; + content: "\e90e"; } .devicon-confluence-original:before, .devicon-confluence-plain:before { - content: "\e90e"; + content: "\e90d"; } .devicon-bitbucket-original-wordmark:before, .devicon-bitbucket-plain-wordmark:before { - content: "\e90f"; + content: "\e910"; } .devicon-bitbucket-original:before, .devicon-bitbucket-plain:before { - content: "\e910"; + content: "\e90f"; } .devicon-safari-line-wordmark:before { content: "\e632"; diff --git a/devicon.json b/devicon.json index d74b0a3f..092882fa 100644 --- a/devicon.json +++ b/devicon.json @@ -151,6 +151,14 @@ "font": ["plain", "plain-wordmark"] } }, + { + "name": "cucumber", + "tags": ["framework"], + "versions": { + "svg": ["plain", "plain-wordmark"], + "font": ["plain", "plain-wordmark"] + } + }, { "name": "d3js", "tags": [], @@ -231,6 +239,14 @@ "font": ["plain", "plain-wordmark"] } }, + { + "name": "gatling", + "tags": ["framework", "testing"], + "versions": { + "svg": ["plain", "plain-wordmark"], + "font": ["plain", "plain-wordmark"] + } + }, { "name": "gimp", "tags": ["graphic"], @@ -271,6 +287,14 @@ "font": ["plain", "line"] } }, + { + "name": "gradle", + "tags": ["task-runner"], + "versions": { + "svg": ["plain", "plain-wordmark"], + "font": ["plain", "plain-wordmark"] + } + }, { "name": "grunt", "tags": ["task-runner", "nodejs"], @@ -487,6 +511,14 @@ "font": ["plain", "plain-wordmark"] } }, + { + "name": "protractor", + "tags": ["framework", "javascript"], + "versions": { + "svg": ["plain", "plain-wordmark"], + "font": ["plain", "plain-wordmark"] + } + }, { "name": "postgresql", "tags": ["database"], diff --git a/devicon.min.css b/devicon.min.css index a8589d35..d84f91fa 100644 --- a/devicon.min.css +++ b/devicon.min.css @@ -1 +1 @@ -@font-face{font-family:devicon;src:url(fonts/devicon.eot?-hdf3wh);src:url(fonts/devicon.eot?#iefix-hdf3wh) format('embedded-opentype'),url(fonts/devicon.woff?-hdf3wh) format('woff'),url(fonts/devicon.ttf?-hdf3wh) format('truetype'),url(fonts/devicon.svg?-hdf3wh#devicon) format('svg');font-weight:400;font-style:normal}[class*=" devicon-"],[class^=devicon-]{font-family:devicon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.devicon-ssh-original-wordmark:before,.devicon-ssh-plain-wordmark:before{content:"\e900"}.devicon-ssh-original:before,.devicon-ssh-plain:before{content:"\e901"}.devicon-sourcetree-original-wordmark:before,.devicon-sourcetree-plain-wordmark:before{content:"\e902"}.devicon-sourcetree-original:before,.devicon-sourcetree-plain:before{content:"\e903"}.devicon-phpstorm-plain-wordmark:before{content:"\e904"}.devicon-phpstorm-plain:before{content:"\e905"}.devicon-jeet-plain-wordmark:before{content:"\e906"}.devicon-jeet-plain:before{content:"\e907"}.devicon-gitlab-plain-wordmark:before{content:"\e908"}.devicon-gitlab-plain:before{content:"\e909"}.devicon-github-original-wordmark:before,.devicon-github-plain-wordmark:before{content:"\e90a"}.devicon-github-original:before,.devicon-github-plain:before{content:"\e90b"}.devicon-d3js-plain:before{content:"\e90c"}.devicon-confluence-original-wordmark:before,.devicon-confluence-plain-wordmark:before{content:"\e90d"}.devicon-confluence-original:before,.devicon-confluence-plain:before{content:"\e90e"}.devicon-bitbucket-original-wordmark:before,.devicon-bitbucket-plain-wordmark:before{content:"\e90f"}.devicon-bitbucket-original:before,.devicon-bitbucket-plain:before{content:"\e910"}.devicon-safari-line-wordmark:before{content:"\e632"}.devicon-safari-line:before{content:"\e63a"}.devicon-safari-plain-wordmark:before{content:"\e63b"}.devicon-safari-plain:before{content:"\e63c"}.devicon-jetbrains-line-wordmark:before,.devicon-jetbrains-line:before,.devicon-jetbrains-plain-wordmark:before,.devicon-jetbrains-plain:before{content:"\e63d"}.devicon-django-line-wordmark:before,.devicon-django-line:before{content:"\e63e"}.devicon-django-plain-wordmark:before,.devicon-django-plain:before{content:"\e63f"}.devicon-gimp-plain:before{content:"\e633"}.devicon-redhat-plain-wordmark:before{content:"\e62a"}.devicon-redhat-plain:before{content:"\e62b"}.devicon-cplusplus-line-wordmark:before,.devicon-cplusplus-line:before{content:"\e634"}.devicon-cplusplus-plain-wordmark:before,.devicon-cplusplus-plain:before{content:"\e635"}.devicon-csharp-line-wordmark:before,.devicon-csharp-line:before{content:"\e636"}.devicon-csharp-plain-wordmark:before,.devicon-csharp-plain:before{content:"\e637"}.devicon-c-line-wordmark:before,.devicon-c-line:before{content:"\e638"}.devicon-c-plain-wordmark:before,.devicon-c-plain:before{content:"\e639"}.devicon-nodewebkit-line-wordmark:before{content:"\e611"}.devicon-nodewebkit-line:before{content:"\e612"}.devicon-nodewebkit-plain-wordmark:before{content:"\e613"}.devicon-nodewebkit-plain:before{content:"\e614"}.devicon-nginx-original-wordmark:before,.devicon-nginx-original:before,.devicon-nginx-plain-wordmark:before,.devicon-nginx-plain:before{content:"\e615"}.devicon-erlang-plain-wordmark:before{content:"\e616"}.devicon-erlang-plain:before{content:"\e617"}.devicon-doctrine-line-wordmark:before{content:"\e618"}.devicon-doctrine-line:before{content:"\e619"}.devicon-doctrine-plain-wordmark:before{content:"\e61a"}.devicon-doctrine-plain:before{content:"\e625"}.devicon-apache-line-wordmark:before{content:"\e626"}.devicon-apache-line:before{content:"\e627"}.devicon-apache-plain-wordmark:before{content:"\e628"}.devicon-apache-plain:before{content:"\e629"}.devicon-go-line:before{content:"\e610"}.devicon-redis-plain-wordmark:before{content:"\e606"}.devicon-redis-plain:before{content:"\e607"}.devicon-meteor-plain-wordmark:before{content:"\e608"}.devicon-meteor-plain:before{content:"\e609"}.devicon-heroku-line-wordmark:before,.devicon-heroku-original-wordmark:before{content:"\e60a"}.devicon-heroku-line:before,.devicon-heroku-original:before{content:"\e60b"}.devicon-heroku-plain-wordmark:before{content:"\e60c"}.devicon-heroku-plain:before{content:"\e60f"}.devicon-go-plain:before{content:"\e61b"}.devicon-docker-plain-wordmark:before{content:"\e61e"}.devicon-docker-plain:before{content:"\e61f"}.devicon-amazonwebservices-original:before,.devicon-amazonwebservices-plain:before{content:"\e603"}.devicon-amazonwebservices-plain-wordmark:before{content:"\e604"}.devicon-android-plain-wordmark:before{content:"\e60d"}.devicon-android-plain:before{content:"\e60e"}.devicon-angularjs-plain-wordmark:before{content:"\e61c"}.devicon-angularjs-plain:before{content:"\e61d"}.devicon-appcelerator-original:before,.devicon-appcelerator-plain:before{content:"\e620"}.devicon-appcelerator-plain-wordmark:before{content:"\e621"}.devicon-apple-original:before,.devicon-apple-plain:before{content:"\e622"}.devicon-atom-original-wordmark:before,.devicon-atom-plain-wordmark:before{content:"\e623"}.devicon-atom-original:before,.devicon-atom-plain:before{content:"\e624"}.devicon-backbonejs-plain-wordmark:before{content:"\e62c"}.devicon-backbonejs-plain:before{content:"\e62d"}.devicon-bootstrap-plain-wordmark:before{content:"\e62e"}.devicon-bootstrap-plain:before{content:"\e62f"}.devicon-bower-line-wordmark:before{content:"\e630"}.devicon-bower-line:before{content:"\e631"}.devicon-bower-plain-wordmark:before{content:"\e64e"}.devicon-bower-plain:before{content:"\e64f"}.devicon-chrome-plain-wordmark:before{content:"\e665"}.devicon-chrome-plain:before{content:"\e666"}.devicon-codeigniter-plain-wordmark:before{content:"\e667"}.devicon-codeigniter-plain:before{content:"\e668"}.devicon-coffeescript-original-wordmark:before,.devicon-coffeescript-plain-wordmark:before{content:"\e669"}.devicon-coffeescript-original:before,.devicon-coffeescript-plain:before{content:"\e66a"}.devicon-css3-plain-wordmark:before{content:"\e678"}.devicon-css3-plain:before{content:"\e679"}.devicon-debian-plain-wordmark:before{content:"\e67e"}.devicon-debian-plain:before{content:"\e67f"}.devicon-dot-net-plain-wordmark:before{content:"\e6d3"}.devicon-dot-net-plain:before{content:"\e6d4"}.devicon-drupal-plain-wordmark:before{content:"\e6e2"}.devicon-drupal-plain:before{content:"\e6e3"}.devicon-firefox-plain-wordmark:before{content:"\e75d"}.devicon-firefox-plain:before{content:"\e75e"}.devicon-foundation-plain-wordmark:before{content:"\e7a2"}.devicon-foundation-plain:before{content:"\e7a3"}.devicon-git-plain-wordmark:before{content:"\e7a7"}.devicon-git-plain:before{content:"\e7a8"}.devicon-grunt-line-wordmark:before{content:"\e7a9"}.devicon-grunt-line:before{content:"\e7aa"}.devicon-grunt-plain-wordmark:before{content:"\e7ea"}.devicon-grunt-plain:before{content:"\e7eb"}.devicon-gulp-plain:before{content:"\e7ec"}.devicon-html5-plain-wordmark:before{content:"\e7f6"}.devicon-html5-plain:before{content:"\e7f7"}.devicon-ie10-original:before,.devicon-ie10-plain:before{content:"\e7f8"}.devicon-illustrator-line:before{content:"\e7f9"}.devicon-illustrator-plain:before{content:"\e7fa"}.devicon-inkscape-plain-wordmark:before{content:"\e834"}.devicon-inkscape-plain:before{content:"\e835"}.devicon-java-plain-wordmark:before{content:"\e841"}.devicon-java-plain:before{content:"\e842"}.devicon-javascript-plain:before{content:"\e845"}.devicon-jquery-plain-wordmark:before{content:"\e849"}.devicon-jquery-plain:before{content:"\e84a"}.devicon-krakenjs-plain-wordmark:before{content:"\e84f"}.devicon-krakenjs-plain:before{content:"\e850"}.devicon-laravel-plain-wordmark:before{content:"\e851"}.devicon-laravel-plain:before{content:"\e852"}.devicon-less-plain-wordmark:before{content:"\e853"}.devicon-linux-plain:before{content:"\eb1c"}.devicon-mongodb-plain-wordmark:before{content:"\eb43"}.devicon-mongodb-plain:before{content:"\eb44"}.devicon-moodle-plain-wordmark:before{content:"\eb5a"}.devicon-moodle-plain:before{content:"\eb5b"}.devicon-mysql-plain-wordmark:before{content:"\eb60"}.devicon-mysql-plain:before{content:"\eb61"}.devicon-nodejs-plain-wordmark:before{content:"\eb69"}.devicon-nodejs-plain:before{content:"\eb6a"}.devicon-oracle-original:before,.devicon-oracle-plain:before{content:"\eb6b"}.devicon-photoshop-line:before{content:"\eb6c"}.devicon-photoshop-plain:before{content:"\eb6d"}.devicon-php-plain:before{content:"\eb71"}.devicon-postgresql-plain-wordmark:before{content:"\eb7c"}.devicon-postgresql-plain:before{content:"\eb7d"}.devicon-python-plain-wordmark:before{content:"\eb88"}.devicon-python-plain:before{content:"\eb89"}.devicon-rails-plain-wordmark:before{content:"\eba2"}.devicon-rails-plain:before{content:"\eba3"}.devicon-react-original-wordmark:before,.devicon-react-plain-wordmark:before{content:"\e600"}.devicon-react-original:before,.devicon-react-plain:before{content:"\e601"}.devicon-ruby-plain-wordmark:before{content:"\ebc9"}.devicon-ruby-plain:before{content:"\ebca"}.devicon-sass-original:before,.devicon-sass-plain:before{content:"\ebcb"}.devicon-symfony-original-wordmark:before,.devicon-symfony-plain-wordmark:before{content:"\e602"}.devicon-symfony-original:before,.devicon-symfony-plain:before{content:"\e605"}.devicon-travis-plain-wordmark:before{content:"\ebcc"}.devicon-travis-plain:before{content:"\ebcd"}.devicon-trello-plain-wordmark:before{content:"\ebce"}.devicon-trello-plain:before{content:"\ebcf"}.devicon-ubuntu-plain-wordmark:before{content:"\ebd0"}.devicon-ubuntu-plain:before{content:"\ebd1"}.devicon-vim-plain:before{content:"\ebf3"}.devicon-windows8-original-wordmark:before,.devicon-windows8-plain-wordmark:before{content:"\ebf4"}.devicon-windows8-original:before,.devicon-windows8-plain:before{content:"\ebf5"}.devicon-wordpress-plain-wordmark:before{content:"\ebfd"}.devicon-wordpress-plain:before{content:"\ebfe"}.devicon-yii-plain-wordmark:before{content:"\ec01"}.devicon-yii-plain:before{content:"\ec02"}.devicon-zend-plain-wordmark:before{content:"\ec03"}.devicon-zend-plain:before{content:"\ec04"}.devicon-ssh-original-wordmark.colored,.devicon-ssh-original.colored,.devicon-ssh-plain-wordmark.colored,.devicon-ssh-plain.colored{color:#231F20}.devicon-sourcetree-original-wordmark.colored,.devicon-sourcetree-original.colored,.devicon-sourcetree-plain-wordmark.colored,.devicon-sourcetree-plain.colored{color:#205081}.devicon-phpstorm-plain-wordmark.colored,.devicon-phpstorm-plain.colored{color:#5058A6}.devicon-jeet-plain-wordmark.colored,.devicon-jeet-plain.colored{color:#FF664A}.devicon-gitlab-plain-wordmark.colored,.devicon-gitlab-plain.colored{color:#E24329}.devicon-github-original-wordmark.colored,.devicon-github-original.colored,.devicon-github-plain-wordmark.colored,.devicon-github-plain.colored{color:#181616}.devicon-d3js-plain.colored{color:#f7974e}.devicon-bitbucket-original-wordmark.colored,.devicon-bitbucket-original.colored,.devicon-bitbucket-plain-wordmark.colored,.devicon-bitbucket-plain.colored,.devicon-confluence-original-wordmark.colored,.devicon-confluence-original.colored,.devicon-confluence-plain-wordmark.colored,.devicon-confluence-plain.colored{color:#205081}.devicon-amazonwebservices-original.colored,.devicon-amazonwebservices-plain-wordmark.colored,.devicon-amazonwebservices-plain.colored{color:#F7A80D}.devicon-android-plain-wordmark.colored,.devicon-android-plain.colored{color:#A4C439}.devicon-angularjs-plain-wordmark.colored,.devicon-angularjs-plain.colored{color:#c4473a}.devicon-apache-line-wordmark.colored,.devicon-apache-line.colored,.devicon-apache-plain-wordmark.colored,.devicon-apache-plain.colored{color:#303284}.devicon-appcelerator-original.colored,.devicon-appcelerator-plain-wordmark.colored,.devicon-appcelerator-plain.colored{color:#ac162c}.devicon-apple-original.colored,.devicon-apple-plain.colored{color:#000}.devicon-atom-original-wordmark.colored,.devicon-atom-original.colored,.devicon-atom-plain-wordmark.colored,.devicon-atom-plain.colored{color:#67595D}.devicon-backbonejs-plain-wordmark.colored,.devicon-backbonejs-plain.colored{color:#002A41}.devicon-bootstrap-plain-wordmark.colored,.devicon-bootstrap-plain.colored{color:#59407f}.devicon-bower-line-wordmark.colored,.devicon-bower-line.colored,.devicon-bower-plain-wordmark.colored,.devicon-bower-plain.colored{color:#ef5734}.devicon-c-line-wordmark.colored,.devicon-c-line.colored,.devicon-c-plain-wordmark.colored,.devicon-c-plain.colored{color:#03599c}.devicon-chrome-plain-wordmark.colored,.devicon-chrome-plain.colored{color:#ce4e4e}.devicon-codeigniter-plain-wordmark.colored,.devicon-codeigniter-plain.colored{color:#ee4323}.devicon-coffeescript-original-wordmark.colored,.devicon-coffeescript-original.colored,.devicon-coffeescript-plain-wordmark.colored,.devicon-coffeescript-plain.colored{color:#28334c}.devicon-cplusplus-line-wordmark.colored,.devicon-cplusplus-line.colored,.devicon-cplusplus-plain-wordmark.colored,.devicon-cplusplus-plain.colored{color:#9c033a}.devicon-csharp-line-wordmark.colored,.devicon-csharp-line.colored,.devicon-csharp-plain-wordmark.colored,.devicon-csharp-plain.colored{color:#68217a}.devicon-css3-plain-wordmark.colored,.devicon-css3-plain.colored{color:#3d8fc6}.devicon-debian-plain-wordmark.colored,.devicon-debian-plain.colored{color:#A80030}.devicon-django-line-wordmark.colored,.devicon-django-line.colored,.devicon-django-plain-wordmark.colored,.devicon-django-plain.colored{color:#003A2B}.devicon-docker-plain-wordmark.colored,.devicon-docker-plain.colored{color:#019bc6}.devicon-doctrine-line-wordmark.colored,.devicon-doctrine-line.colored,.devicon-doctrine-plain-wordmark.colored,.devicon-doctrine-plain.colored{color:#f56d39}.devicon-dot-net-plain-wordmark.colored,.devicon-dot-net-plain.colored{color:#1384c8}.devicon-drupal-plain-wordmark.colored,.devicon-drupal-plain.colored{color:#0073BA}.devicon-erlang-plain-wordmark.colored,.devicon-erlang-plain.colored{color:#a90533}.devicon-firefox-plain-wordmark.colored,.devicon-firefox-plain.colored{color:#DD732A}.devicon-foundation-plain-wordmark.colored,.devicon-foundation-plain.colored{color:#008cba}.devicon-gimp-plain-wordmark.colored,.devicon-gimp-plain.colored{color:#716955}.devicon-git-plain-wordmark.colored,.devicon-git-plain.colored{color:#f34f29}.devicon-go-line.colored,.devicon-go-plain.colored{color:#000}.devicon-grunt-line-wordmark.colored,.devicon-grunt-line.colored,.devicon-grunt-plain-wordmark.colored,.devicon-grunt-plain.colored{color:#fcaa1a}.devicon-gulp-plain.colored{color:#eb4a4b}.devicon-heroku-line-wordmark.colored,.devicon-heroku-line.colored,.devicon-heroku-original-wordmark.colored,.devicon-heroku-original.colored,.devicon-heroku-plain-wordmark.colored,.devicon-heroku-plain.colored{color:#6762a6}.devicon-html5-plain-wordmark.colored,.devicon-html5-plain.colored{color:#e54d26}.devicon-ie10-original.colored,.devicon-ie10-plain.colored{color:#1EBBEE}.devicon-illustrator-line.colored,.devicon-illustrator-plain.colored{color:#faa625}.devicon-inkscape-plain-wordmark.colored,.devicon-inkscape-plain.colored{color:#000}.devicon-java-plain-wordmark.colored,.devicon-java-plain.colored{color:#EA2D2E}.devicon-javascript-plain.colored{color:#f0db4f}.devicon-jetbrains-line-wordmark.colored,.devicon-jetbrains-line.colored,.devicon-jetbrains-plain-wordmark.colored,.devicon-jetbrains-plain.colored{color:#F68B1F}.devicon-jquery-plain-wordmark.colored,.devicon-jquery-plain.colored{color:#0769ad}.devicon-krakenjs-plain-wordmark.colored,.devicon-krakenjs-plain.colored{color:#0081C2}.devicon-laravel-plain-wordmark.colored,.devicon-laravel-plain.colored{color:#fd4f31}.devicon-less-plain-wordmark.colored{color:#2a4d80}.devicon-linux-plain.colored{color:#000}.devicon-meteor-plain-wordmark.colored,.devicon-meteor-plain.colored{color:#df5052}.devicon-mongodb-plain-wordmark.colored,.devicon-mongodb-plain.colored{color:#4FAA41}.devicon-moodle-plain-wordmark.colored,.devicon-moodle-plain.colored{color:#F7931E}.devicon-mysql-plain-wordmark.colored,.devicon-mysql-plain.colored{color:#00618a}.devicon-nginx-original-wordmark.colored,.devicon-nginx-original.colored,.devicon-nginx-plain-wordmark.colored,.devicon-nginx-plain.colored{color:#090}.devicon-nodejs-plain-wordmark.colored,.devicon-nodejs-plain.colored{color:#83CD29}.devicon-nodewebkit-line-wordmark.colored,.devicon-nodewebkit-line.colored,.devicon-nodewebkit-plain-wordmark.colored,.devicon-nodewebkit-plain.colored{color:#3d3b47}.devicon-oracle-original.colored,.devicon-oracle-plain-wordmark.colored,.devicon-oracle-plain.colored{color:#EA1B22}.devicon-photoshop-line.colored,.devicon-photoshop-plain.colored{color:#80b5e2}.devicon-php-plain.colored{color:#6181b6}.devicon-postgresql-plain-wordmark.colored,.devicon-postgresql-plain.colored{color:#336791}.devicon-python-plain-wordmark.colored,.devicon-python-plain.colored{color:#ffd845}.devicon-rails-plain-wordmark.colored,.devicon-rails-plain.colored{color:#a62c46}.devicon-ruby-plain-wordmark.colored,.devicon-ruby-plain.colored{color:#d91404}.devicon-safari-line-wordmark.colored,.devicon-safari-line.colored,.devicon-safari-plain-wordmark.colored,.devicon-safari-plain.colored{color:#1B88CA}.devicon-react-original-wordmark.colored,.devicon-react-original.colored,.devicon-react-plain-wordmark.colored,.devicon-react-plain.colored{color:#61dafb}.devicon-redhat-original-wordmark.colored,.devicon-redhat-original.colored,.devicon-redhat-plain-wordmark.colored,.devicon-redhat-plain.colored{color:#e93442}.devicon-redis-plain-wordmark.colored,.devicon-redis-plain.colored{color:#d82c20}.devicon-sass-original.colored,.devicon-sass-plain-wordmark.colored,.devicon-sass-plain.colored{color:#c69}.devicon-symfony-original-wordmark.colored,.devicon-symfony-original.colored,.devicon-symfony-plain-wordmark.colored,.devicon-symfony-plain.colored{color:#1A171B}.devicon-travis-plain-wordmark.colored,.devicon-travis-plain.colored{color:#bb2031}.devicon-trello-plain-wordmark.colored,.devicon-trello-plain.colored{color:#23719f}.devicon-ubuntu-plain-wordmark.colored,.devicon-ubuntu-plain.colored{color:#dd4814}.devicon-vim-plain.colored{color:#179a33}.devicon-windows8-original-wordmark.colored,.devicon-windows8-original.colored,.devicon-windows8-plain-wordmark.colored,.devicon-windows8-plain.colored{color:#00adef}.devicon-wordpress-plain-wordmark.colored,.devicon-wordpress-plain.colored{color:#494949}.devicon-yii-plain-wordmark.colored,.devicon-yii-plain.colored{color:#0073bb}.devicon-zend-plain-wordmark.colored,.devicon-zend-plain.colored{color:#68b604} \ No newline at end of file +@font-face{font-family:devicon;src:url(fonts/devicon.eot?-hdf3wh);src:url(fonts/devicon.eot?#iefix-hdf3wh) format('embedded-opentype'),url(fonts/devicon.woff?-hdf3wh) format('woff'),url(fonts/devicon.ttf?-hdf3wh) format('truetype'),url(fonts/devicon.svg?-hdf3wh#devicon) format('svg');font-weight:400;font-style:normal}[class*=" devicon-"],[class^=devicon-]{font-family:devicon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.devicon-gatling-plain-wordmark:before{content:"\e918"}.devicon-gatling-plain:before{content:"\e917"}.devicon-ssh-original-wordmark:before,.devicon-ssh-plain-wordmark:before{content:"\e916"}.devicon-ssh-original:before,.devicon-ssh-plain:before{content:"\e915"}.devicon-sourcetree-original-wordmark:before,.devicon-sourcetree-plain-wordmark:before{content:"\e914"}.devicon-sourcetree-original:before,.devicon-sourcetree-plain:before{content:"\e913"}.devicon-phpstorm-plain-wordmark:before{content:"\e912"}.devicon-phpstorm-plain:before{content:"\e911"}.devicon-protractor-plain-wordmark:before{content:"\e901"}.devicon-protractor-plain:before{content:"\e900"}.devicon-gradle-plain-wordmark:before{content:"\e8f1"}.devicon-gradle-plain:before{content:"\e902"}.devicon-cucumber-plain-wordmark:before{content:"\e905"}.devicon-cucumber-plain:before{content:"\e904"}.devicon-jeet-plain-wordmark:before{content:"\e906"}.devicon-jeet-plain:before{content:"\e903"}.devicon-gitlab-plain-wordmark:before{content:"\e908"}.devicon-gitlab-plain:before{content:"\e907"}.devicon-github-original-wordmark:before,.devicon-github-plain-wordmark:before{content:"\e90a"}.devicon-github-original:before,.devicon-github-plain:before{content:"\e909"}.devicon-d3js-plain:before{content:"\e90c"}.devicon-confluence-original-wordmark:before,.devicon-confluence-plain-wordmark:before{content:"\e90e"}.devicon-confluence-original:before,.devicon-confluence-plain:before{content:"\e90d"}.devicon-bitbucket-original-wordmark:before,.devicon-bitbucket-plain-wordmark:before{content:"\e910"}.devicon-bitbucket-original:before,.devicon-bitbucket-plain:before{content:"\e90f"}.devicon-safari-line-wordmark:before{content:"\e632"}.devicon-safari-line:before{content:"\e63a"}.devicon-safari-plain-wordmark:before{content:"\e63b"}.devicon-safari-plain:before{content:"\e63c"}.devicon-jetbrains-line-wordmark:before,.devicon-jetbrains-line:before,.devicon-jetbrains-plain-wordmark:before,.devicon-jetbrains-plain:before{content:"\e63d"}.devicon-django-line-wordmark:before,.devicon-django-line:before{content:"\e63e"}.devicon-django-plain-wordmark:before,.devicon-django-plain:before{content:"\e63f"}.devicon-gimp-plain:before{content:"\e633"}.devicon-redhat-plain-wordmark:before{content:"\e62a"}.devicon-redhat-plain:before{content:"\e62b"}.devicon-cplusplus-line-wordmark:before,.devicon-cplusplus-line:before{content:"\e634"}.devicon-cplusplus-plain-wordmark:before,.devicon-cplusplus-plain:before{content:"\e635"}.devicon-csharp-line-wordmark:before,.devicon-csharp-line:before{content:"\e636"}.devicon-csharp-plain-wordmark:before,.devicon-csharp-plain:before{content:"\e637"}.devicon-c-line-wordmark:before,.devicon-c-line:before{content:"\e638"}.devicon-c-plain-wordmark:before,.devicon-c-plain:before{content:"\e639"}.devicon-nodewebkit-line-wordmark:before{content:"\e611"}.devicon-nodewebkit-line:before{content:"\e612"}.devicon-nodewebkit-plain-wordmark:before{content:"\e613"}.devicon-nodewebkit-plain:before{content:"\e614"}.devicon-nginx-original-wordmark:before,.devicon-nginx-original:before,.devicon-nginx-plain-wordmark:before,.devicon-nginx-plain:before{content:"\e615"}.devicon-erlang-plain-wordmark:before{content:"\e616"}.devicon-erlang-plain:before{content:"\e617"}.devicon-doctrine-line-wordmark:before{content:"\e618"}.devicon-doctrine-line:before{content:"\e619"}.devicon-doctrine-plain-wordmark:before{content:"\e61a"}.devicon-doctrine-plain:before{content:"\e625"}.devicon-apache-line-wordmark:before{content:"\e626"}.devicon-apache-line:before{content:"\e627"}.devicon-apache-plain-wordmark:before{content:"\e628"}.devicon-apache-plain:before{content:"\e629"}.devicon-go-line:before{content:"\e610"}.devicon-redis-plain-wordmark:before{content:"\e606"}.devicon-redis-plain:before{content:"\e607"}.devicon-meteor-plain-wordmark:before{content:"\e608"}.devicon-meteor-plain:before{content:"\e609"}.devicon-heroku-line-wordmark:before,.devicon-heroku-original-wordmark:before{content:"\e60a"}.devicon-heroku-line:before,.devicon-heroku-original:before{content:"\e60b"}.devicon-heroku-plain-wordmark:before{content:"\e60c"}.devicon-heroku-plain:before{content:"\e60f"}.devicon-go-plain:before{content:"\e61b"}.devicon-docker-plain-wordmark:before{content:"\e61e"}.devicon-docker-plain:before{content:"\e61f"}.devicon-amazonwebservices-original:before,.devicon-amazonwebservices-plain:before{content:"\e603"}.devicon-amazonwebservices-plain-wordmark:before{content:"\e604"}.devicon-android-plain-wordmark:before{content:"\e60d"}.devicon-android-plain:before{content:"\e60e"}.devicon-angularjs-plain-wordmark:before{content:"\e61c"}.devicon-angularjs-plain:before{content:"\e61d"}.devicon-appcelerator-original:before,.devicon-appcelerator-plain:before{content:"\e620"}.devicon-appcelerator-plain-wordmark:before{content:"\e621"}.devicon-apple-original:before,.devicon-apple-plain:before{content:"\e622"}.devicon-atom-original-wordmark:before,.devicon-atom-plain-wordmark:before{content:"\e623"}.devicon-atom-original:before,.devicon-atom-plain:before{content:"\e624"}.devicon-backbonejs-plain-wordmark:before{content:"\e62c"}.devicon-backbonejs-plain:before{content:"\e62d"}.devicon-bootstrap-plain-wordmark:before{content:"\e62e"}.devicon-bootstrap-plain:before{content:"\e62f"}.devicon-bower-line-wordmark:before{content:"\e630"}.devicon-bower-line:before{content:"\e631"}.devicon-bower-plain-wordmark:before{content:"\e64e"}.devicon-bower-plain:before{content:"\e64f"}.devicon-chrome-plain-wordmark:before{content:"\e665"}.devicon-chrome-plain:before{content:"\e666"}.devicon-codeigniter-plain-wordmark:before{content:"\e667"}.devicon-codeigniter-plain:before{content:"\e668"}.devicon-coffeescript-original-wordmark:before,.devicon-coffeescript-plain-wordmark:before{content:"\e669"}.devicon-coffeescript-original:before,.devicon-coffeescript-plain:before{content:"\e66a"}.devicon-css3-plain-wordmark:before{content:"\e678"}.devicon-css3-plain:before{content:"\e679"}.devicon-debian-plain-wordmark:before{content:"\e67e"}.devicon-debian-plain:before{content:"\e67f"}.devicon-dot-net-plain-wordmark:before{content:"\e6d3"}.devicon-dot-net-plain:before{content:"\e6d4"}.devicon-drupal-plain-wordmark:before{content:"\e6e2"}.devicon-drupal-plain:before{content:"\e6e3"}.devicon-firefox-plain-wordmark:before{content:"\e75d"}.devicon-firefox-plain:before{content:"\e75e"}.devicon-foundation-plain-wordmark:before{content:"\e7a2"}.devicon-foundation-plain:before{content:"\e7a3"}.devicon-git-plain-wordmark:before{content:"\e7a7"}.devicon-git-plain:before{content:"\e7a8"}.devicon-grunt-line-wordmark:before{content:"\e7a9"}.devicon-grunt-line:before{content:"\e7aa"}.devicon-grunt-plain-wordmark:before{content:"\e7ea"}.devicon-grunt-plain:before{content:"\e7eb"}.devicon-gulp-plain:before{content:"\e7ec"}.devicon-html5-plain-wordmark:before{content:"\e7f6"}.devicon-html5-plain:before{content:"\e7f7"}.devicon-ie10-original:before,.devicon-ie10-plain:before{content:"\e7f8"}.devicon-illustrator-line:before{content:"\e7f9"}.devicon-illustrator-plain:before{content:"\e7fa"}.devicon-inkscape-plain-wordmark:before{content:"\e834"}.devicon-inkscape-plain:before{content:"\e835"}.devicon-java-plain-wordmark:before{content:"\e841"}.devicon-java-plain:before{content:"\e842"}.devicon-javascript-plain:before{content:"\e845"}.devicon-jquery-plain-wordmark:before{content:"\e849"}.devicon-jquery-plain:before{content:"\e84a"}.devicon-krakenjs-plain-wordmark:before{content:"\e84f"}.devicon-krakenjs-plain:before{content:"\e850"}.devicon-laravel-plain-wordmark:before{content:"\e851"}.devicon-laravel-plain:before{content:"\e852"}.devicon-less-plain-wordmark:before{content:"\e853"}.devicon-linux-plain:before{content:"\eb1c"}.devicon-mongodb-plain-wordmark:before{content:"\eb43"}.devicon-mongodb-plain:before{content:"\eb44"}.devicon-moodle-plain-wordmark:before{content:"\eb5a"}.devicon-moodle-plain:before{content:"\eb5b"}.devicon-mysql-plain-wordmark:before{content:"\eb60"}.devicon-mysql-plain:before{content:"\eb61"}.devicon-nodejs-plain-wordmark:before{content:"\eb69"}.devicon-nodejs-plain:before{content:"\eb6a"}.devicon-oracle-original:before,.devicon-oracle-plain:before{content:"\eb6b"}.devicon-photoshop-line:before{content:"\eb6c"}.devicon-photoshop-plain:before{content:"\eb6d"}.devicon-php-plain:before{content:"\eb71"}.devicon-postgresql-plain-wordmark:before{content:"\eb7c"}.devicon-postgresql-plain:before{content:"\eb7d"}.devicon-python-plain-wordmark:before{content:"\eb88"}.devicon-python-plain:before{content:"\eb89"}.devicon-rails-plain-wordmark:before{content:"\eba2"}.devicon-rails-plain:before{content:"\eba3"}.devicon-react-original-wordmark:before,.devicon-react-plain-wordmark:before{content:"\e600"}.devicon-react-original:before,.devicon-react-plain:before{content:"\e601"}.devicon-ruby-plain-wordmark:before{content:"\ebc9"}.devicon-ruby-plain:before{content:"\ebca"}.devicon-sass-original:before,.devicon-sass-plain:before{content:"\ebcb"}.devicon-symfony-original-wordmark:before,.devicon-symfony-plain-wordmark:before{content:"\e602"}.devicon-symfony-original:before,.devicon-symfony-plain:before{content:"\e605"}.devicon-travis-plain-wordmark:before{content:"\ebcc"}.devicon-travis-plain:before{content:"\ebcd"}.devicon-trello-plain-wordmark:before{content:"\ebce"}.devicon-trello-plain:before{content:"\ebcf"}.devicon-ubuntu-plain-wordmark:before{content:"\ebd0"}.devicon-ubuntu-plain:before{content:"\ebd1"}.devicon-vim-plain:before{content:"\ebf3"}.devicon-windows8-original-wordmark:before,.devicon-windows8-plain-wordmark:before{content:"\ebf4"}.devicon-windows8-original:before,.devicon-windows8-plain:before{content:"\ebf5"}.devicon-wordpress-plain-wordmark:before{content:"\ebfd"}.devicon-wordpress-plain:before{content:"\ebfe"}.devicon-yii-plain-wordmark:before{content:"\ec01"}.devicon-yii-plain:before{content:"\ec02"}.devicon-zend-plain-wordmark:before{content:"\ec03"}.devicon-zend-plain:before{content:"\ec04"}.devicon-gatling-plain-wordmark.colored,.devicon-gatling-plain.colored{color:#E77500}.devicon-ssh-original-wordmark.colored,.devicon-ssh-original.colored,.devicon-ssh-plain-wordmark.colored,.devicon-ssh-plain.colored{color:#231F20}.devicon-sourcetree-original-wordmark.colored,.devicon-sourcetree-original.colored,.devicon-sourcetree-plain-wordmark.colored,.devicon-sourcetree-plain.colored{color:#205081}.devicon-phpstorm-plain-wordmark.colored,.devicon-phpstorm-plain.colored{color:#5058A6}.devicon-protractor-plain-wordmark.colored,.devicon-protractor-plain.colored{color:#b7111d}.devicon-cucumber-plain-wordmark.colored,.devicon-cucumber-plain.colored{color:#00a818}.devicon-gradle-plain-wordmark.colored,.devicon-gradle-plain.colored{color:#02303a}.devicon-jeet-plain-wordmark.colored,.devicon-jeet-plain.colored{color:#FF664A}.devicon-gitlab-plain-wordmark.colored,.devicon-gitlab-plain.colored{color:#E24329}.devicon-github-original-wordmark.colored,.devicon-github-original.colored,.devicon-github-plain-wordmark.colored,.devicon-github-plain.colored{color:#181616}.devicon-d3js-plain.colored{color:#f7974e}.devicon-bitbucket-original-wordmark.colored,.devicon-bitbucket-original.colored,.devicon-bitbucket-plain-wordmark.colored,.devicon-bitbucket-plain.colored,.devicon-confluence-original-wordmark.colored,.devicon-confluence-original.colored,.devicon-confluence-plain-wordmark.colored,.devicon-confluence-plain.colored{color:#205081}.devicon-amazonwebservices-original.colored,.devicon-amazonwebservices-plain-wordmark.colored,.devicon-amazonwebservices-plain.colored{color:#F7A80D}.devicon-android-plain-wordmark.colored,.devicon-android-plain.colored{color:#A4C439}.devicon-angularjs-plain-wordmark.colored,.devicon-angularjs-plain.colored{color:#c4473a}.devicon-apache-line-wordmark.colored,.devicon-apache-line.colored,.devicon-apache-plain-wordmark.colored,.devicon-apache-plain.colored{color:#303284}.devicon-appcelerator-original.colored,.devicon-appcelerator-plain-wordmark.colored,.devicon-appcelerator-plain.colored{color:#ac162c}.devicon-apple-original.colored,.devicon-apple-plain.colored{color:#000}.devicon-atom-original-wordmark.colored,.devicon-atom-original.colored,.devicon-atom-plain-wordmark.colored,.devicon-atom-plain.colored{color:#67595D}.devicon-backbonejs-plain-wordmark.colored,.devicon-backbonejs-plain.colored{color:#002A41}.devicon-bootstrap-plain-wordmark.colored,.devicon-bootstrap-plain.colored{color:#59407f}.devicon-bower-line-wordmark.colored,.devicon-bower-line.colored,.devicon-bower-plain-wordmark.colored,.devicon-bower-plain.colored{color:#ef5734}.devicon-c-line-wordmark.colored,.devicon-c-line.colored,.devicon-c-plain-wordmark.colored,.devicon-c-plain.colored{color:#03599c}.devicon-chrome-plain-wordmark.colored,.devicon-chrome-plain.colored{color:#ce4e4e}.devicon-codeigniter-plain-wordmark.colored,.devicon-codeigniter-plain.colored{color:#ee4323}.devicon-coffeescript-original-wordmark.colored,.devicon-coffeescript-original.colored,.devicon-coffeescript-plain-wordmark.colored,.devicon-coffeescript-plain.colored{color:#28334c}.devicon-cplusplus-line-wordmark.colored,.devicon-cplusplus-line.colored,.devicon-cplusplus-plain-wordmark.colored,.devicon-cplusplus-plain.colored{color:#9c033a}.devicon-csharp-line-wordmark.colored,.devicon-csharp-line.colored,.devicon-csharp-plain-wordmark.colored,.devicon-csharp-plain.colored{color:#68217a}.devicon-css3-plain-wordmark.colored,.devicon-css3-plain.colored{color:#3d8fc6}.devicon-debian-plain-wordmark.colored,.devicon-debian-plain.colored{color:#A80030}.devicon-django-line-wordmark.colored,.devicon-django-line.colored,.devicon-django-plain-wordmark.colored,.devicon-django-plain.colored{color:#003A2B}.devicon-docker-plain-wordmark.colored,.devicon-docker-plain.colored{color:#019bc6}.devicon-doctrine-line-wordmark.colored,.devicon-doctrine-line.colored,.devicon-doctrine-plain-wordmark.colored,.devicon-doctrine-plain.colored{color:#f56d39}.devicon-dot-net-plain-wordmark.colored,.devicon-dot-net-plain.colored{color:#1384c8}.devicon-drupal-plain-wordmark.colored,.devicon-drupal-plain.colored{color:#0073BA}.devicon-erlang-plain-wordmark.colored,.devicon-erlang-plain.colored{color:#a90533}.devicon-firefox-plain-wordmark.colored,.devicon-firefox-plain.colored{color:#DD732A}.devicon-foundation-plain-wordmark.colored,.devicon-foundation-plain.colored{color:#008cba}.devicon-gimp-plain-wordmark.colored,.devicon-gimp-plain.colored{color:#716955}.devicon-git-plain-wordmark.colored,.devicon-git-plain.colored{color:#f34f29}.devicon-go-line.colored,.devicon-go-plain.colored{color:#000}.devicon-grunt-line-wordmark.colored,.devicon-grunt-line.colored,.devicon-grunt-plain-wordmark.colored,.devicon-grunt-plain.colored{color:#fcaa1a}.devicon-gulp-plain.colored{color:#eb4a4b}.devicon-heroku-line-wordmark.colored,.devicon-heroku-line.colored,.devicon-heroku-original-wordmark.colored,.devicon-heroku-original.colored,.devicon-heroku-plain-wordmark.colored,.devicon-heroku-plain.colored{color:#6762a6}.devicon-html5-plain-wordmark.colored,.devicon-html5-plain.colored{color:#e54d26}.devicon-ie10-original.colored,.devicon-ie10-plain.colored{color:#1EBBEE}.devicon-illustrator-line.colored,.devicon-illustrator-plain.colored{color:#faa625}.devicon-inkscape-plain-wordmark.colored,.devicon-inkscape-plain.colored{color:#000}.devicon-java-plain-wordmark.colored,.devicon-java-plain.colored{color:#EA2D2E}.devicon-javascript-plain.colored{color:#f0db4f}.devicon-jetbrains-line-wordmark.colored,.devicon-jetbrains-line.colored,.devicon-jetbrains-plain-wordmark.colored,.devicon-jetbrains-plain.colored{color:#F68B1F}.devicon-jquery-plain-wordmark.colored,.devicon-jquery-plain.colored{color:#0769ad}.devicon-krakenjs-plain-wordmark.colored,.devicon-krakenjs-plain.colored{color:#0081C2}.devicon-laravel-plain-wordmark.colored,.devicon-laravel-plain.colored{color:#fd4f31}.devicon-less-plain-wordmark.colored{color:#2a4d80}.devicon-linux-plain.colored{color:#000}.devicon-meteor-plain-wordmark.colored,.devicon-meteor-plain.colored{color:#df5052}.devicon-mongodb-plain-wordmark.colored,.devicon-mongodb-plain.colored{color:#4FAA41}.devicon-moodle-plain-wordmark.colored,.devicon-moodle-plain.colored{color:#F7931E}.devicon-mysql-plain-wordmark.colored,.devicon-mysql-plain.colored{color:#00618a}.devicon-nginx-original-wordmark.colored,.devicon-nginx-original.colored,.devicon-nginx-plain-wordmark.colored,.devicon-nginx-plain.colored{color:#090}.devicon-nodejs-plain-wordmark.colored,.devicon-nodejs-plain.colored{color:#83CD29}.devicon-nodewebkit-line-wordmark.colored,.devicon-nodewebkit-line.colored,.devicon-nodewebkit-plain-wordmark.colored,.devicon-nodewebkit-plain.colored{color:#3d3b47}.devicon-oracle-original.colored,.devicon-oracle-plain-wordmark.colored,.devicon-oracle-plain.colored{color:#EA1B22}.devicon-photoshop-line.colored,.devicon-photoshop-plain.colored{color:#80b5e2}.devicon-php-plain.colored{color:#6181b6}.devicon-postgresql-plain-wordmark.colored,.devicon-postgresql-plain.colored{color:#336791}.devicon-python-plain-wordmark.colored,.devicon-python-plain.colored{color:#ffd845}.devicon-rails-plain-wordmark.colored,.devicon-rails-plain.colored{color:#a62c46}.devicon-ruby-plain-wordmark.colored,.devicon-ruby-plain.colored{color:#d91404}.devicon-safari-line-wordmark.colored,.devicon-safari-line.colored,.devicon-safari-plain-wordmark.colored,.devicon-safari-plain.colored{color:#1B88CA}.devicon-react-original-wordmark.colored,.devicon-react-original.colored,.devicon-react-plain-wordmark.colored,.devicon-react-plain.colored{color:#61dafb}.devicon-redhat-original-wordmark.colored,.devicon-redhat-original.colored,.devicon-redhat-plain-wordmark.colored,.devicon-redhat-plain.colored{color:#e93442}.devicon-redis-plain-wordmark.colored,.devicon-redis-plain.colored{color:#d82c20}.devicon-sass-original.colored,.devicon-sass-plain-wordmark.colored,.devicon-sass-plain.colored{color:#c69}.devicon-symfony-original-wordmark.colored,.devicon-symfony-original.colored,.devicon-symfony-plain-wordmark.colored,.devicon-symfony-plain.colored{color:#1A171B}.devicon-travis-plain-wordmark.colored,.devicon-travis-plain.colored{color:#bb2031}.devicon-trello-plain-wordmark.colored,.devicon-trello-plain.colored{color:#23719f}.devicon-ubuntu-plain-wordmark.colored,.devicon-ubuntu-plain.colored{color:#dd4814}.devicon-vim-plain.colored{color:#179a33}.devicon-windows8-original-wordmark.colored,.devicon-windows8-original.colored,.devicon-windows8-plain-wordmark.colored,.devicon-windows8-plain.colored{color:#00adef}.devicon-wordpress-plain-wordmark.colored,.devicon-wordpress-plain.colored{color:#494949}.devicon-yii-plain-wordmark.colored,.devicon-yii-plain.colored{color:#0073bb}.devicon-zend-plain-wordmark.colored,.devicon-zend-plain.colored{color:#68b604} \ No newline at end of file diff --git a/fonts/devicon.eot b/fonts/devicon.eot old mode 100644 new mode 100755 index 581d8340..159fa266 Binary files a/fonts/devicon.eot and b/fonts/devicon.eot differ diff --git a/fonts/devicon.svg b/fonts/devicon.svg old mode 100644 new mode 100755 index be6c9ebc..635d2f0d --- a/fonts/devicon.svg +++ b/fonts/devicon.svg @@ -115,23 +115,32 @@ - - - - - - - - + + + + + + + + + - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/fonts/devicon.ttf b/fonts/devicon.ttf old mode 100644 new mode 100755 index 74935984..9c4117b0 Binary files a/fonts/devicon.ttf and b/fonts/devicon.ttf differ diff --git a/fonts/devicon.woff b/fonts/devicon.woff old mode 100644 new mode 100755 index 4d8906fb..efa69b2a Binary files a/fonts/devicon.woff and b/fonts/devicon.woff differ diff --git a/icomoon.json b/icomoon.json index 845d7454..c4fb5254 100755 --- a/icomoon.json +++ b/icomoon.json @@ -1,6 +1,734 @@ { "IcoMoonType": "selection", "icons": [ + { + "icon": { + "paths": [ + "M754.4 31.2h-484.8c-132.8 0-241.6 108.8-241.6 241.6v484.8c0 132.8 108.8 241.6 241.6 241.6h484.8c132.8 0 241.6-108.8 241.6-241.6v-484.8c-0-132.8-108.8-241.6-241.6-241.6zM551.2 837.6c-179.2 24-353.6-103.2-372.8-272.8-22.4-198.4 107.2-358.4 305.6-371.2 86.4-5.6 174.4-3.2 261.6 0 14.4 0.8 65.6 0.8 65.6 0.8s0 20.8 0 24.8c1.6 26.4-7.2 64-26.4 79.2-29.6 23.2-69.6 37.6-107.2 43.2-49.6 7.2-100 0.8-150.4 2.4-111.2 2.4-182.4 51.2-196.8 135.2-14.4 84.8 12 152.8 92.8 191.2 88.8 42.4 179.2 17.6 258.4-79.2-100-19.2-228 31.2-241.6-136.8 137.6 0 270.4 0 403.2 0 32.8 200-87.2 355.2-292 383.2z" + ], + "attrs": [], + "isMulticolor": false, + "grid": 0, + "tags": [ + "gatling-plain" + ], + "colorPermutations": { + "226674112521093812521633819292921": [] + } + }, + "attrs": [], + "properties": { + "order": 238, + "id": 172, + "name": "gatling-plain", + "prevSize": 32, + "code": 59671 + }, + "setIdx": 1, + "setId": 0, + "iconIdx": 0 + }, + { + "icon": { + "paths": [ + "M204 348.8h-133.6c-36.8 0-66.4 29.6-66.4 66.4v133.6c0 36.8 29.6 66.4 66.4 66.4h133.6c36.8 0 66.4-29.6 66.4-66.4v-133.6c0-36-30.4-66.4-66.4-66.4zM148 570.4c-49.6 7.2-97.6-28-102.4-74.4-6.4-54.4 29.6-98.4 84-102.4 24-1.6 48-0.8 72 0 4 0 18.4 0 18.4 0s0 5.6 0 7.2c0.8 7.2-1.6 17.6-7.2 21.6-8 6.4-19.2 10.4-29.6 12-13.6 1.6-27.2 0-41.6 0.8-30.4 0.8-50.4 14.4-54.4 36.8-4 23.2 3.2 42.4 25.6 52.8 24.8 12 49.6 4.8 71.2-21.6-27.2-5.6-62.4 8.8-66.4-37.6 37.6 0 74.4 0 111.2 0 8 54.4-24.8 97.6-80.8 104.8zM294.4 528.8c0-3.2 0-5.6 0.8-8.8s2.4-7.2 4.8-11.2c2.4-4.8 5.6-8.8 9.6-12s10.4-6.4 18.4-8.8c8-2.4 17.6-4 28.8-4 8 0 16 0.8 25.6 1.6 0-18.4-10.4-27.2-30.4-27.2-16 0-30.4 2.4-42.4 7.2v-28.8c13.6-4.8 28-7.2 44-7.2 20.8 0 36 5.6 47.2 16s16 25.6 16 45.6v39.2c0 13.6-4.8 24.8-15.2 34.4s-24.8 14.4-45.6 14.4c-21.6 0-36.8-4.8-47.2-14.4-9.6-10.4-14.4-22.4-14.4-36zM328.8 524c0 15.2 8.8 23.2 27.2 23.2 0 0 0 0 0 0 17.6 0 25.6-7.2 25.6-21.6v-18.4c-8-0.8-15.2-1.6-20.8-1.6-20.8 0-32 6.4-32 18.4zM438.4 461.6v-29.6h24v-42.4h34.4v42.4h34.4v29.6h-34.4v71.2c0 6.4 1.6 10.4 4 12.8s7.2 3.2 13.6 3.2c6.4 0 12-0.8 16.8-3.2v28.8c-6.4 3.2-14.4 4-22.4 4 0 0-0.8 0-0.8 0-14.4 0-25.6-4-33.6-12.8s-12-20-12-35.2v-68.8h-24zM568.8 576v-198.4h34.4v198.4h-34.4zM650.4 412.8v-32h35.2v32h-35.2zM650.4 576v-144h34.4v144h-34.4zM731.2 576v-130.4c20.8-10.4 43.2-16 65.6-16 20 0 36 5.6 47.2 16s16.8 24.8 16.8 44v86.4h-34.4v-89.6c0-4 0-7.2-0.8-9.6s-2.4-5.6-4-8-5.6-4.8-10.4-6.4-11.2-2.4-18.4-2.4c-8.8 0-17.6 0.8-26.4 2.4v113.6h-35.2zM899.2 503.2c0-12.8 1.6-24 4.8-32.8s7.2-16.8 12-21.6c4.8-4.8 9.6-8.8 16-12s11.2-4.8 16-5.6c4.8-0.8 8.8-0.8 13.6-0.8 20 0 35.2 4.8 44.8 13.6s14.4 20 14.4 33.6v102.4c0 4.8-0.8 8.8-1.6 12.8s-2.4 8.8-5.6 13.6-6.4 9.6-11.2 12.8-11.2 6.4-19.2 8.8-17.6 4-28.8 4c-15.2 0-28.8-1.6-41.6-5.6v-31.2c11.2 4 24 5.6 37.6 5.6 8 0 14.4-0.8 20-1.6 4.8-1.6 8.8-3.2 10.4-5.6s3.2-4.8 3.2-6.4c0.8-1.6 0.8-4 0.8-7.2v-8c-8 1.6-15.2 2.4-21.6 2.4-20.8 0-36.8-6.4-48-18.4-10.4-12.8-16-29.6-16-52.8zM933.6 504c0 16 2.4 27.2 8 32.8s12.8 8.8 24 8.8c7.2 0 13.6-0.8 20.8-1.6v-66.4c0-10.4-8-16-24-16 0 0 0 0-0.8 0-8.8 0-16 3.2-20.8 10.4s-7.2 16.8-7.2 32z" + ], + "attrs": [], + "isMulticolor": false, + "grid": 0, + "tags": [ + "gatling-plain-wordmark" + ], + "colorPermutations": { + "226674112521093812521633819292921": [] + } + }, + "attrs": [], + "properties": { + "order": 237, + "id": 171, + "name": "gatling-plain-wordmark", + "prevSize": 32, + "code": 59672 + }, + "setIdx": 1, + "setId": 0, + "iconIdx": 1 + }, + { + "icon": { + "paths": [ + "M576 659.464v-90.16c0-19.976-6.080-30.64-19.976-30.64-13.976 0-20.024 10.664-20.024 30.64v90.16c0 20 6.048 29.296 20.024 29.296 13.904 0 19.976-9.296 19.976-29.296z", + "M673.184 799.76c8.424-9.736 15.464-17.304 22.208-24.6 13.44-14.464 25.056-26.96 46.224-55.84 20.8-28.32 34.264-49.6 32.096-86.224-1.104-18.8-1.872-31.736-14.12-46.88-7.392-9.104-21.064-22.336-35.616-36.288-15.712-15.16-29.36-29.576-47.856-48.8-18.56-19.296-42.496-68.416-42.496-68.416-8.336-19.040-25.2-61.944-25.2-96.928l-0.8-22.512c0-0.976 0.080-1.264 0.128-1.264h-271.752v192.72c16-17.624 35.496-23.648 54.104-23.648 30.224 0 57.896 17.632 57.896 56.664v198.256h-72v-174.104c0-15.808-7.408-23.224-19.52-23.224-13.544 0-20.48 8.8-20.48 23.224v174.104h-72v-424h-248v560h48v-384h64v29.696c16-25.056 37.472-36.624 57.92-36.624 36.288 0 62.080 27.84 62.080 78.48v114.288c0 42.8-28.56 71.12-61.576 71.12-19.040 0-34.424-8.776-50.424-29.264v156.304h328v-384h64v29.696c16-25.056 37.488-36.624 57.904-36.624 36.288 0 62.096 27.84 62.096 78.48v114.288c0 42.8-28.576 71.12-61.6 71.12-19.024 0-34.4-8.776-50.4-29.264v156.304h74.016l21.696-23.336c9.696-12.16 21.144-25.44 34.696-41.040l6.784-7.856z", + "M176 659.464v-90.16c0-19.976-6.048-30.64-19.96-30.64-13.952 0-20.040 10.664-20.040 30.64v90.16c0 20 6.080 29.296 20.040 29.296 13.92 0 19.96-9.296 19.96-29.296zM1010.28 608.272c0-37.12-26.544-92.704-26.544-92.704-4.16-9.68-18.208-27.568-27.248-43.568h0.2c-2.896 0-4.896-5.48-4.896-5.48-26.456-30.376-66.664-63.84-84.32-85.656-20.72-25.568-21.304-49.28-22.4-67.968-3.008-50.416 17.392-80.704 39.216-110.48 33.008-44.944 44.904-53.28 70.28-82.656 16.24-18.784 29.6-33.92 40.584-47.76h-246.112c-14.64 18.704-44.376 54.736-61.36 86.704-22.4 42.32-40.88 74.064-42.68 151.952l0.784 25.12c0 37.12 26.608 92.64 26.608 92.64 4.144 9.696 18.184 27.584 27.16 43.584h-0.208c2.96 0 4.904 5.48 4.904 5.48 26.52 30.376 66.656 63.84 84.376 85.656 20.72 25.6 21.248 49.312 22.336 67.944 3.040 50.4-17.4 80.704-39.224 110.48-32.976 44.992-44.88 53.296-70.264 82.72-16.208 18.752-29.52 33.896-40.52 47.72h254.248c14.936-19.2 36.12-54.536 53.2-86.696 22.416-42.304 40.904-74.080 42.688-151.92l-0.8-25.12z" + ], + "attrs": [], + "isMulticolor": false, + "grid": 0, + "tags": [ + "phpstorm-plain" + ], + "colorPermutations": { + "226674112521093812521633819292921": [] + } + }, + "attrs": [], + "properties": { + "order": 236, + "id": 170, + "name": "phpstorm-plain", + "prevSize": 32, + "code": 59665 + }, + "setIdx": 1, + "setId": 0, + "iconIdx": 2 + }, + { + "icon": { + "paths": [ + "M110.688 800.504c-9.12-8.208-22.224-12.784-41.84-12.784-16 0-28.848 1.376-36.848 2.976v153.304h16v-62.912c8 1.144 10.68 1.36 16.624 1.36 19.4 0 36.84-5.696 47.344-16.88 7.76-8 12.032-18.96 12.032-32.88 0-13.68-4.864-24.88-13.312-32.184zM65.088 866.472c-6.624 0-9.088-0.456-17.088-1.6v-59.808c8-0.912 10.68-1.6 19.36-1.6 21.92 0 36.304 9.816 36.304 30.128 0 21.24-14.616 32.88-38.584 32.88zM202.96 829.728c-7.544 0-13.856 1.488-19.792 4.92-6.16 3.44-10.416 5.36-13.6 13.36h-1.568v-64h-16v160h16v-67.92c0-3.888 0.768-6.856 1.92-9.6 3.656-10.96 14.72-20.080 27.728-20.080 18.944 0 26.352 15.056 26.352 32.864v64.728h16v-67.024c0-38.12-22.208-47.248-37.040-47.248zM333.416 828.128c-18.032 0-31.040 11.872-39.256 19.872h-0.456l-0.912-16h-18.048c0.448 8-2.752 22.16-2.752 36.304v115.696h24v-56h-0.024c6.64 8 19.408 17.28 34.024 17.28 26.016 0 50.208-20.456 50.208-60.16 0-33.56-20.080-56.992-46.8-56.992zM326.56 929.488c-14.376 0-26.24-9.6-29.888-23.52-0.428-2.36-0.673-5.077-0.673-7.85 0-0.126 0.001-0.251 0.002-0.377l-0-18.941c0-2.736 0.448-5.696 1.12-8.208 3.896-15.064 16.56-24.88 30.256-24.88 21.224 0 32.8 18.96 32.8 41.088 0 25.328-12.384 42.68-33.616 42.68zM463.72 851.416c-19.856-7.536-28.536-11.872-28.536-21.68 0-8 7.312-14.848 22.376-14.848 0.087-0 0.191-0.001 0.294-0.001 11.602 0 22.573 2.702 32.318 7.512l7.332-28.271c-9.12-4.104-21.92-7.76-39.264-7.76-36.296 0-58.2 20.080-58.2 46.336 0 22.368 16.656 36.52 42.224 45.424 18.496 6.616 25.8 12.096 25.8 21.68 0 10.056-8.448 16.672-24.424 16.672-14.832 0-29.216-4.8-38.576-9.6l-7.072 28.76c8.672 4.8 26.024 9.36 43.6 9.36 42.224 0 62.080-21.92 62.080-47.712 0-21.68-12.8-35.824-39.96-45.864zM560 799.144l-32 7.76v25.096h-16v24h16v46.32c0 15.744 4.032 26.48 10.416 33.096 5.48 5.704 15.256 9.6 26.44 9.6 9.816 0 18.24-1.152 22.8-2.976l-0.112-26.24c-2.52 0.448-7.728 0.904-12.056 0.904-10.496 0-15.48-6.16-15.48-19.632v-41.072h32v-24h-32v-32.856zM660.664 828.592c-35.84 0-59.568 23.040-59.568 59.12 0 36.064 25.104 57.52 57.76 57.52 29.888 0 58.88-18.72 58.88-59.576 0-33.56-22.824-57.064-57.072-57.064zM659.752 920.352c-14.84 0-22.832-14.4-22.832-33.56 0-16.448 6.16-33.568 22.824-33.568 15.76 0 22.136 16.896 22.136 33.56 0 20.080-8.672 33.544-22.144 33.544zM770.2 848h-0.912l-1.12-16h-29.928c0.456 8-2.256 19.416-2.256 35.84v76.16h40v-57.888c0-2.744-0.84-5.48-0.384-7.76 2.272-10.72 10.6-17.576 23.376-17.576 3.88 0 9 0.456 9 0.912v-32.64c0-0.448-4.296-2.272-7.496-2.272-10.72 0-24.584 5.232-30.304 21.232zM955.624 828.592c-8.224 0-14.424 2.056-20.584 5.712-5.256 3.2-9.632 5.704-13.744 13.704h-0.456c-4.8-16-16.2-18.24-30.584-18.24-19.176 0-28.984 10.24-33.784 18.24h-0.688l-1.6-16h-29.2c0.448 8-0.976 20.8-0.976 34.72v77.272h32v-66.336c0-2.744 2.064-5.936 3.2-8.672 2.048-5.704 9.616-12.56 18.52-12.56 10.96 0 18.28 9.6 18.28 23.76v63.808h32v-66.56c0-2.752-0.040-6.4 0.88-8.912 2.28-6.616 7.336-12.096 15.328-12.096 11.2 0 15.792 9.36 15.792 25.56v62.008h32v-67.024c-0.016-33.32-14.944-48.384-36.4-48.384zM272 519.576v-64.696c0-14.32-6-21.968-15.968-21.968-10 0-16.032 7.648-16.032 21.976v64.696c0 14.344 6.016 21.016 16.032 21.016 9.976 0 15.968-6.664 15.968-21.016z", + "M627.648 620.24c6.040-6.992 11.096-12.424 15.936-17.656 9.648-10.376 17.976-19.336 33.16-40.056 14.928-20.32 24.584-35.584 23.024-61.864-0.784-13.488-1.336-22.768-10.128-33.632-5.296-6.544-15.12-16.032-25.544-26.040-11.264-10.88-21.040-21.224-34.32-35.024-13.32-13.84-30.496-49.080-30.496-49.080-5.984-13.656-18.080-44.44-18.080-69.544l-0.56-15.304c0-0.704 0.056-0.048 0.080-0.048h-196.72v136.56c8-12.64 25.28-16.96 38.64-16.96 21.68 0 41.36 12.64 41.36 40.656v143.752h-48v-126.424c0-11.336-6.96-16.664-15.648-16.664-9.72 0-16.352 6.32-16.352 16.664v126.424h-48v-304h-184v400h40v-272h48v17.864c8-17.976 23.84-26.28 38.504-26.28 26.032 0 41.496 19.976 41.496 56.32v81.984c0 30.704-20.32 51.040-44 51.040-13.656 0-20-6.32-36-21.008v112.080h240v-272h48v17.864c8-17.976 23.84-26.28 38.496-26.28 26.032 0 41.504 19.976 41.504 56.32v81.984c0 30.704-20.32 51.040-44.024 51.040-13.64 0-19.976-6.32-35.976-21.008v112.080h54.32l15.568-16.72c6.96-8.72 15.168-18.224 24.88-29.44l4.88-5.6z", + "M560 519.576v-64.696c0-14.32-6-21.968-15.984-21.968-10.024 0-16.016 7.648-16.016 21.976v64.696c0 14.344 5.984 21.016 16.016 21.016 9.976 0 15.984-6.664 15.984-21.016zM627.080 353.264c2.976 6.96 13.040 22.736 19.488 30.736h-0.144c2.136 0 3.52 4.48 3.52 4.48 19.040 21.784 47.84 46.056 60.544 61.712 14.864 18.376 15.248 35.52 16.024 48.88 2.184 36.176-12.48 57.976-28.144 79.344-23.656 32.272-32.2 38.24-50.4 59.36-11.648 13.424-21.2 26.224-29.088 34.224h182.4c10.72-16 25.92-39.096 38.16-62.16 16.096-30.36 29.36-53.144 30.64-108.984l-0.576-18.016c0-26.64-19.040-67.040-19.040-67.040-3-6.96-13.072-23.8-19.56-31.8h0.136c-2.080 0-3.52-3.392-3.52-3.392-18.976-21.792-47.816-45.52-60.48-61.184-14.88-18.344-15.296-35.216-16.096-48.64-2.16-36.16 12.48-57.824 28.144-79.2 23.68-32.24 32.216-39.232 50.424-60.32 11.632-13.464 21.232-19.264 29.12-35.264h-176.576c-10.496 16-31.84 40.32-44.016 63.248-16.080 30.352-29.328 53.664-30.624 109.544l0.56 18.36c0 26.64 19.096 66.104 19.096 66.104z" + ], + "attrs": [], + "isMulticolor": false, + "grid": 0, + "tags": [ + "phpstorm-plain-wordmark" + ], + "colorPermutations": { + "226674112521093812521633819292921": [] + } + }, + "attrs": [], + "properties": { + "order": 235, + "id": 169, + "name": "phpstorm-plain-wordmark", + "prevSize": 32, + "code": 59666 + }, + "setIdx": 1, + "setId": 0, + "iconIdx": 3 + }, + { + "icon": { + "paths": [ + "M512 5.84c-279.088 0-506.16 227.064-506.16 506.16s227.072 506.16 506.16 506.16c279.104 0 506.16-227.072 506.16-506.16s-227.064-506.16-506.16-506.16zM538.68 967.2v-87.904l219.52-111.2c5.133-2.636 8.584-7.894 8.584-13.958 0-0.006-0-0.013-0-0.019l0-50.319c18.884-6.688 32.168-24.393 32.168-45.2 0-1.713-0.090-3.405-0.266-5.072-2.241-24.306-22.704-43.353-47.616-43.353-26.412 0-47.824 21.412-47.824 47.824 0 1.951 0.117 3.875 0.344 5.765 1.97 18.524 14.555 33.897 31.563 39.909l0.334 40.823-196.8 99.68v-81.76l86.744-40.136c5.398-2.542 9.070-7.933 9.080-14.183l0.16-136.209 160.56-90.208c4.936-2.768 8-8 8-13.648v-37.952c18.921-6.651 32.241-24.365 32.241-45.191 0-26.395-21.397-47.792-47.792-47.792-1.764 0-3.507 0.096-5.221 0.282-24.001 2.541-42.703 22.852-42.703 47.531 0 20.798 13.283 38.494 31.829 45.067l0.334 28.951-160.56 90.16c-4.936 2.8-8 8-8 13.648l-0.16 135.36-64.544 29.84v-294.336l135.072-66.056c5.238-2.59 8.776-7.896 8.776-14.028 0-0.004-0-0.008-0-0.012l0-50.319c18.885-6.682 32.171-24.384 32.171-45.19 0-1.722-0.091-3.424-0.269-5.099-2.556-23.995-22.864-42.686-47.537-42.686-1.735 0-3.448 0.092-5.135 0.273-24.001 2.544-42.701 22.854-42.701 47.531 0 1.737 0.093 3.452 0.273 5.141 1.971 18.537 14.559 33.905 31.568 39.903l0.334 40.663-112.544 55.016v-169.952c18.879-6.682 32.16-24.38 32.16-45.18 0-26.408-21.408-47.816-47.816-47.816s-47.816 21.408-47.816 47.816c0 1.74 0.093 3.458 0.274 5.15 1.977 18.532 14.555 33.896 31.552 39.911l0.334 277.255-79.544-41.792v-125.888c0-0.004 0-0.010 0-0.015 0-5.040-2.39-9.522-6.099-12.374l-54.453-41.707c2.315-5.421 3.66-11.728 3.66-18.349 0-26.412-21.412-47.824-47.824-47.824s-47.824 21.412-47.824 47.824c0 26.412 21.412 47.824 47.824 47.824 8.55 0 16.576-2.244 23.522-6.175l49.882 38.54v127.616c0 5.824 3.232 11.16 8.384 13.864l102.48 53.84v101.792l-170.96-79.072 2.336-61.936c0.007-0.177 0.011-0.384 0.011-0.592 0-6.038-3.42-11.278-8.429-13.887l-78.463-40.241c1.176-5.040 1.6-10.336 1.040-15.76-2.843-23.948-23.028-42.343-47.509-42.343-26.412 0-47.824 21.412-47.824 47.824 0 1.526 0.071 3.036 0.211 4.525 2.564 24.014 22.873 42.703 47.548 42.703 1.732 0 3.443-0.092 5.128-0.272 9.289-0.97 17.783-4.634 24.681-10.197l71.941 36.999-2.36 62.4c-0.24 6.32 3.336 12.16 9.064 14.8l193.584 89.552v72.672c-0.086 0.62-0.135 1.336-0.135 2.064s0.049 1.444 0.144 2.146l-0.009 213.462c-17.392-0.185-34.305-1.305-50.944-3.312l2.2-183.352c0-6.128-3.56-11.68-9.12-14.224l-121.456-55.896c0.146-1.403 0.23-3.032 0.23-4.68 0-26.395-21.397-47.792-47.792-47.792-1.741 0-3.459 0.093-5.152 0.274-24.010 2.539-42.72 22.855-42.72 47.54 0 26.404 21.404 47.808 47.808 47.808 13.558 0 25.798-5.644 34.498-14.71l112.392 51.688v168.736c-211.128-39.8-371.368-225.504-371.368-448.024 0-251.472 204.592-456.080 456.080-456.080 251.464 0 456.048 204.608 456.048 456.080 0 242.52-190.296 441.36-429.392 455.216z" + ], + "attrs": [], + "isMulticolor": false, + "grid": 0, + "tags": [ + "sourcetree-original" + ], + "colorPermutations": { + "226674112521093812521633819292921": [] + } + }, + "attrs": [], + "properties": { + "order": 234, + "id": 168, + "name": "sourcetree-original", + "prevSize": 32, + "code": 59667 + }, + "setIdx": 1, + "setId": 0, + "iconIdx": 4 + }, + { + "icon": { + "paths": [ + "M65.224 916.864c-26.88-6.544-26.88-6.544-26.88-23.84 0-13.040 2.784-16.56 22.352-16.56 12.24 0 26.864 1.544 40.112 4.256 0.254 0.055 0.546 0.086 0.845 0.086 2.115 0 3.864-1.57 4.145-3.608l2.754-20.886c0.024-0.167 0.037-0.36 0.037-0.557 0-1.996-1.401-3.666-3.274-4.078-13.526-3.001-29.066-4.773-45.001-4.885-39.762-0-55.954 13.184-55.954 45.496 0 16.8 1.304 28.032 7.944 35.784 6 7.008 16.208 11.392 37.648 16.184 28.040 6.080 28.040 6.744 28.040 23.84 0 14.576-2.8 18.24-23.8 18.24-13.68 0-26.776-2.048-42.432-6.664-0.356-0.109-0.765-0.172-1.189-0.172-1.991 0-3.657 1.387-4.085 3.248l-4.325 19.524c-0.063 0.272-0.099 0.584-0.099 0.905 0 1.716 1.033 3.191 2.512 3.837 10.187 4.314 29.867 8.97 49.123 8.97 49 0 58.288-16.832 58.288-47.904 0-16.016-0.336-26.24-6.928-34.056-6.76-8.016-19.216-12.224-39.84-17.176zM179.384 890c-34.656 0-52.976 16.656-52.976 48.16v29.696c0 31.496 18.32 48.144 52.984 48.144 34.656 0 52.976-16.64 52.976-48.144v-29.696c0-31.504-18.32-48.16-52.976-48.16zM159.44 937.2c0-12.96 5.968-18.496 19.936-18.496 13.976 0 19.936 5.52 19.936 18.48v31.632c0 12.96-5.96 18.48-19.936 18.48s-19.936-5.52-19.936-18.48v-31.624zM346.56 892.424h-24.672c-2.306-0-4.176 1.87-4.176 4.176 0 0 0 0 0 0v78.128c-8.88 4.528-21.384 9.2-28.864 9.2-5.56 0-7.624-2.056-7.624-7.616v-79.696c-0-2.306-1.87-4.176-4.176-4.176 0 0 0 0 0 0l-24.672 0c-2.306-0-4.176 1.87-4.176 4.176 0 0 0 0 0 0v82.84c0 24.264 9.536 36.56 28.352 36.56 13.080 0 30.896-4.504 45.952-11.568l1.8 6.16c0.52 1.776 2.16 3 4 3h18.28c2.32 0 4.176-1.88 4.176-4.184v-112.8c0-0 0-0 0-0 0-2.312-1.872-4.187-4.184-4.192zM432.88 894.504c-0.233-2.106-2.003-3.729-4.152-3.729-0.484 0-0.949 0.082-1.381 0.234-9.051 3.111-19.755 9.215-26.083 13.231l-1.224-8.24c-0.307-2.033-2.041-3.574-4.136-3.576l-20.424-0c-2.306-0-4.176 1.87-4.176 4.176 0 0 0 0 0 0v112.8c0 2.32 1.872 4.176 4.176 4.176h24.68c2.32 0 4.176-1.872 4.176-4.176v-72.44c9.376-5.944 17.896-10.928 28.528-15.784 1.451-0.675 2.439-2.121 2.439-3.798 0-0.156-0.009-0.31-0.025-0.461l-2.398-22.413zM523.88 988.032c-0.325-2.019-2.055-3.543-4.141-3.543-0.327 0-0.645 0.037-0.951 0.108-6.412 1.541-13.815 2.443-21.422 2.474-15.677 0-20.205-4-20.205-17.76v-32.6c0-13.792 4.528-17.776 20.184-17.776 3.712 0 12.976 0.512 21.48 2.464 0.285 0.070 0.612 0.11 0.949 0.11 2.082 0 3.807-1.53 4.112-3.527l2.931-19.543c0.030-0.188 0.047-0.404 0.047-0.625 0-1.891-1.255-3.489-2.977-4.007-9.526-2.808-20.638-3.8-27.27-3.8-37.28 0-52.496 13.6-52.496 46.944v32.112c0 33.336 15.2 46.936 52.496 46.936 9.072 0 19.52-1.44 27.28-3.776 1.731-0.542 2.965-2.131 2.965-4.009 0-0.217-0.017-0.43-0.048-0.639l-2.933-19.545zM587.736 890c-33.080 0-50.56 16.48-50.56 47.68v31.136c0 32.192 16.376 47.184 51.52 47.184 14.336 0 29.6-2.504 41.872-6.88 1.634-0.591 2.781-2.13 2.781-3.936 0-0.297-0.031-0.587-0.090-0.867l-3.643-17.637c-0.405-1.916-2.082-3.333-4.090-3.333-0.404 0-0.794 0.057-1.163 0.164-11.291 3.193-22.091 4.753-32.995 4.753-18 0-21.152-5.808-21.152-18v-4.24h61.248c2.32 0 4.176-1.88 4.176-4.184v-22.72c0-33.504-15.2-49.12-47.896-49.12zM570.216 938.776v-4c0-11.624 5.648-17.040 17.76-17.040 13.392 0 16.080 6.52 16.080 17.040v4h-33.84zM746.96 875.408v-22.024c0-2.306-1.87-4.176-4.176-4.176 0 0 0 0 0 0h-115.464c-0-0-0-0-0-0-2.306 0-4.176 1.87-4.176 4.176 0 0.003 0 0.006 0 0.008l-0 22.024c0 2.32 1.872 4.176 4.176 4.176h40.72v129.816c0 2.32 1.88 4.176 4.184 4.176h25.648c2.32 0 4.176-1.872 4.176-4.176v-129.816h40.72c0.010 0 0.021 0 0.032 0 2.298 0 4.16-1.862 4.16-4.16 0-0.006-0-0.011-0-0.017z", + "M797.72 894.504c-0.231-2.108-2.002-3.734-4.153-3.734-0.49 0-0.96 0.084-1.397 0.239-9.043 3.111-19.747 9.215-26.075 13.231l-1.216-8.24c-0.307-2.034-2.043-3.576-4.14-3.576-0.002 0-0.003 0-0.005 0l-20.416-0c-0.002-0-0.005-0-0.008-0-2.306 0-4.176 1.87-4.176 4.176 0 0 0 0 0 0l-0 112.8c0 2.32 1.872 4.176 4.176 4.176h24.672c2.32 0 4.176-1.872 4.176-4.176v-72.44c9.376-5.944 17.896-10.928 28.528-15.784 1.451-0.675 2.439-2.121 2.439-3.798 0-0.156-0.009-0.31-0.025-0.461l-2.398-22.413zM860.136 890c-33.080 0-50.56 16.48-50.56 47.68v31.136c0 32.192 16.376 47.184 51.52 47.184 14.336 0 29.6-2.504 41.872-6.88 1.634-0.591 2.781-2.13 2.781-3.936 0-0.297-0.031-0.587-0.090-0.867l-3.643-17.637c-0.413-1.915-2.093-3.329-4.102-3.329-0.399 0-0.786 0.056-1.151 0.16-11.29 3.193-22.090 4.753-32.994 4.753-18 0-21.152-5.808-21.152-18v-4.24h61.248c2.32 0 4.176-1.88 4.176-4.184v-22.72c0-33.504-15.2-49.12-47.896-49.12zM842.616 938.776v-4c0-11.624 5.648-17.040 17.76-17.040 13.392 0 16.080 6.52 16.080 17.040v4h-33.84zM974.048 890c-33.080 0-50.56 16.48-50.56 47.68v31.136c0 32.192 16.376 47.184 51.52 47.184 14.336 0 29.6-2.504 41.872-6.88 1.63-0.593 2.774-2.13 2.774-3.934 0-0.298-0.031-0.589-0.091-0.87l-3.643-17.637c-0.404-1.917-2.082-3.335-4.090-3.335-0.407 0-0.8 0.058-1.171 0.166-11.29 3.193-22.090 4.753-32.994 4.753-17.984 0-21.144-5.808-21.144-18v-4.24h61.248c2.32 0 4.184-1.88 4.184-4.184v-22.72c0-33.504-15.216-49.12-47.896-49.12zM956.528 938.776v-4c0-11.624 5.64-17.040 17.76-17.040 13.384 0 16.080 6.52 16.080 17.040v4h-33.84zM512 40c-209.84 0-380.576 170.736-380.576 380.592s170.712 380.576 380.576 380.584c209.856 0 380.576-170.736 380.576-380.584s-170.72-380.592-380.56-380.592zM532.056 762.88v-66.104l165.064-83.6c3.856-1.983 6.448-5.935 6.448-10.492 0-0.007-0-0.014-0-0.021l0-37.839c14.198-5.025 24.187-18.335 24.187-33.978 0-1.29-0.068-2.564-0.2-3.818-1.5-18.448-16.971-32.973-35.835-32.973-19.86 0-35.96 16.1-35.96 35.96 0 1.602 0.105 3.18 0.308 4.727 1.473 13.921 10.938 25.484 23.729 30.005l0.251 30.685-147.984 74.944v-61.48l65.232-30.176c4.16-1.904 6.816-6.080 6.832-10.656l0.128-102.416 120.72-67.816c3.712-2.080 6-6.016 6-10.272v-28.56c14.198-5.020 24.187-18.327 24.187-33.967 0-19.851-16.093-35.944-35.944-35.944-1.303 0-2.59 0.069-3.857 0.204-18.051 1.915-32.113 17.19-32.113 35.749 0 1.304 0.069 2.591 0.205 3.859 1.486 13.941 10.948 25.498 23.735 30.021l0.251 21.758-120.72 67.808c-3.712 2.096-6 6-6 10.264l-0.136 101.776-48.528 22.432v-221.328l101.56-49.664c4.032-1.952 6.6-6.064 6.6-10.56v-37.84c14.181-5.029 24.154-18.328 24.154-33.955 0-19.851-16.093-35.944-35.944-35.944-1.291 0-2.567 0.068-3.823 0.201-18.052 1.915-32.115 17.19-32.115 35.75 0 1.306 0.070 2.596 0.206 3.867 1.484 13.937 10.948 25.491 23.735 30.005l0.251 30.581-84.624 41.36v-127.8c14.209-5.019 24.207-18.335 24.207-33.985 0-19.86-16.1-35.96-35.96-35.96s-35.96 16.1-35.96 35.96c0 1.311 0.070 2.605 0.207 3.879 1.486 13.936 10.949 25.489 23.735 30.004l0.251 208.477-59.824-31.44v-94.64c0-3.664-1.712-7.12-4.616-9.344l-40.896-31.304c1.745-4.082 2.76-8.831 2.76-13.817 0-19.865-16.103-35.968-35.968-35.968s-35.968 16.103-35.968 35.968c0 19.865 16.103 35.968 35.968 35.968 6.431 0 12.468-1.688 17.691-4.644l37.501 28.973v95.952c0 4.376 2.432 8.4 6.304 10.424l77.056 40.48v76.544l-128.56-59.456 1.76-46.576c0.005-0.131 0.008-0.285 0.008-0.44 0-4.541-2.574-8.481-6.343-10.441l-58.985-30.255c0.88-3.792 1.2-7.776 0.776-11.856-2.329-17.818-17.415-31.434-35.681-31.434-19.865 0-35.968 16.103-35.968 35.968 0 1.003 0.041 1.997 0.122 2.979 1.925 18.079 17.201 32.14 35.762 32.14 1.298 0 2.58-0.069 3.843-0.203 6.983-0.739 13.365-3.497 18.551-7.68l54.092 27.829-1.76 46.928c-0.005 0.13-0.008 0.283-0.008 0.436 0 4.707 2.761 8.769 6.752 10.654l145.632 67.358v54.64c-0.065 0.466-0.102 1.005-0.102 1.552s0.037 1.086 0.109 1.613l-0.007 160.499c-13.076-0.137-25.795-0.976-38.309-2.482l1.653-137.894c-0-4.716-2.777-8.784-6.784-10.658l-91.416-42.038c0.111-1.061 0.175-2.292 0.175-3.539 0-19.838-16.082-35.92-35.92-35.92-1.315 0-2.614 0.071-3.893 0.209-18.060 1.904-32.135 17.184-32.135 35.752 0 19.856 16.096 35.952 35.952 35.952 10.197 0 19.403-4.245 25.946-11.065l84.508 38.868v126.88c-158.752-29.944-279.24-169.576-279.24-336.88 0-189.088 153.84-342.936 342.92-342.936 189.088 0 342.912 153.84 342.912 342.928 0 182.352-143.080 331.864-322.856 342.28z" + ], + "attrs": [], + "isMulticolor": false, + "grid": 0, + "tags": [ + "sourcetree-original-wordmark" + ], + "colorPermutations": { + "226674112521093812521633819292921": [] + } + }, + "attrs": [], + "properties": { + "order": 233, + "id": 167, + "name": "sourcetree-original-wordmark", + "prevSize": 32, + "code": 59668 + }, + "setIdx": 1, + "setId": 0, + "iconIdx": 5 + }, + { + "icon": { + "paths": [ + "M274.16 873.456c-28.576 0-68.4 29.8-68.4 63.072 0 16.44 10.24 24.32 25.080 24.32 27.472 0 70.672-28.8 70.672-63.84-0.016-17.248-12.096-23.552-27.36-23.552zM369.136 231.336c0-29.296-20.752-51.68-51.68-51.68-29 0-52.424 22.384-52.424 51.68 0 27.464 22.288 52.432 51.664 52.432 27.76 0 52.432-21.864 52.432-52.424zM511.24 108.992c0-22.32-14.6-50.912-45.6-50.912-28.192 0-42.544 24.784-42.544 47.12 0 21.584 15.264 53.184 45.6 53.184 28.192 0 42.544-27.792 42.544-49.392zM387.040 936.528c-25.84 0-61.384 33.792-61.384 59.28 0 12.944 5.36 19.76 19.456 19.76 18.424 0 45.040-15.624 56.512-38.76 2.272-4.544 6.36-12.216 6.36-13.68v-12.912c-8-10.776-13.384-13.68-20.96-13.68zM227.8 777.704c0-22.32-16.528-31.152-34.96-31.152-26.944 0-73.704 25.888-73.704 63.064 0 20.992 14.296 30.4 34.192 30.4 25.48 0 74.48-23.104 74.48-62.32zM195.12 465.384c27.040 0 64.592-18.656 64.592-56.992 0-28.944-23.864-47.12-50.16-47.12-28.56 0-65.344 19.84-65.344 56.992 0 28.576 23.080 47.12 50.912 47.12zM209.56 604.448c0-26.6-21.704-38.752-44.832-38.752-1.456 0-2.56-0.448-8.352 0-33.416 2.8-64.592 31.568-64.592 60.8 0 27.312 24.832 38.744 46.352 38.744 27.84 0 71.44-21.36 71.44-60.8zM849.392 75.56c-20.344 0-27.36 31.584-27.36 41.792 0 10.128 3.504 32.664 21.28 32.664 20.856 0 27.36-31.584 27.36-41.792 0-8.592-4.608-32.68-21.28-32.68zM749.84 18.56c-23.64 0-31.144 29.6-31.144 43.32 0 9.040 5.568 41.248 28.12 41.040 22.56-0.24 31.152-29.544 31.152-44.080 0-11.304-5.44-40.272-28.12-40.272zM915.504 159.144c-18.8 0-25.84 30.88-25.84 40.272 0 7.856 3.008 26.6 17.48 26.6 18.28 0 25.080-30.12 25.080-39.52 0-6.24-2.76-27.36-16.72-27.36zM717.936 852.936c-21.44 0-36.48 32.752-36.48 45.6 0 6.688 1.712 13.68 11.408 13.68 21.216 0 36.48-32.24 36.48-45.6-0.016-6.256-2.304-13.68-11.408-13.68zM505.16 946.4c-24.24 0-52.432 32.384-52.432 54.72 0 3.28 0.064 9.704 6.080 13.68 6.304 4.12 17.568 4.504 31.16-4.56 18.24-12.176 30.4-33.704 30.4-47.88 0-7.784-4.984-15.952-15.2-15.96zM617.624 6.4c-25.84 0-35.712 30.672-35.712 47.12 0 17.256 12.72 47.12 37.984 47.12 25.64 0 35.44-30.64 34.96-46.36-0.6-20.12-9.040-47.88-37.24-47.88zM617.624 914.48c-23.496 0-43.312 33.68-43.312 50.92 0 8.68 3.952 13.68 12.912 13.68 21.224 0 43.312-32.512 43.312-49.392 0-7.416-1.52-15.2-12.92-15.2z" + ], + "attrs": [], + "isMulticolor": false, + "grid": 0, + "tags": [ + "ssh-original" + ], + "colorPermutations": { + "226674112521093812521633819292921": [] + } + }, + "attrs": [], + "properties": { + "order": 232, + "id": 166, + "name": "ssh-original", + "prevSize": 32, + "code": 59669 + }, + "setIdx": 1, + "setId": 0, + "iconIdx": 6 + }, + { + "icon": { + "paths": [ + "M795.504 367.248c-12.744 58.656-55.656 253.888-55.656 253.888h86.128c5.16-24.064 9.168-46.216 15.040-70.68 10.376-43.36 22.016-60.528 52.8-60.528 13.576 0 27.624 4.616 27.624 23.16 0 8.432-19.36 91.24-22.76 108.056h85.712s26.576-128.928 26.8-130.4c0.896-4.336 2.84-17.064 2.84-17.064 0-30.8-40.080-45.32-60.936-45.92-15.088-0.424-3.72-0.256-19.096 0-24.68 0.424-57.48 14.136-71.896 28.848l-1.624 1.216 0.816-2.032 19.496-86.928c-0.088-0.643-0.387-1.204-0.823-1.623l-84.481-0.001zM387.664 425.328c-8.448-0.128-22.36-0.12-44.688 0.416-44.64 1.064-111.304 14.816-111.304 78.8 0 36.192 33.6 39.344 63.36 42.256 23.28 2.296 46.336 5.016 69.056 7.312 6.544 0.608 13 2.080 13 9.344 0 12.32-10.16 16.216-24.376 17.464-14.208 1.256-17.464 0-17.464 0-8.96 0-24.288-5.416-22.344-18.28h-101.144v15.040c0.040 48.4 78.16 48.584 92.624 50.36h25.184l38.592-1.216c51.52-3.4 107.28-18.84 109.68-80.432 1.664-42.496-52.64-41.28-76.368-43.88h-6.496c-1.216 0-38.104-3.744-56.464-5.68-2.8-0.32-15.44-2.184-15.44-9.76 0-15.040 27.656-14.624 33.72-14.624 9.744 0 30.832-0.416 30.056 16.24h95.472c0.192-3.544 1.624-6.736 1.624-10.56 0-42.832-54.96-50.96-84.896-52.4 0 0-2.928-0.264-11.376-0.4zM644.384 425.328c-3.776-0.136-8.944-0.032-31.28 0.416-44.72 0.896-111.704 15.216-111.704 79.216 0 36.184 33.616 39.336 63.36 42.24 23.28 2.304 46.336 5.024 69.064 7.32 6.544 0.608 13 2.080 13 9.344 0 12.32-12.672 16.72-24.376 17.464-11.712 0.744-17.464 0-17.464 0-8.976 0-24.288-5.016-22.344-17.872h-101.144v15.040c-0.080 45.76 77.84 48.76 92.616 49.552l25.184 0.816 38.592-1.216c51.52-3.384 107.080-18.856 109.68-80.432 1.712-40.608-50.72-40.056-75.56-43.464l-7.304-0.824c-1.216 0-38.104-3.344-56.464-5.28-2.8-0.304-15.040-2.584-15.040-10.16 0-15.024 27.256-14.616 33.312-14.616 9.76 0 30.84-0.416 30.064 16.24h95.464c0.192-3.544 1.624-6.736 1.624-10.56 0-42.84-55.232-51.12-84.896-51.984-18.16-0.56-20.592-1.096-24.376-1.24zM158.216 361.968c0-15.664-11.096-27.624-27.624-27.624-15.504 0-28.032 11.96-28.032 27.624 0 14.68 11.92 28.032 27.624 28.032 14.848 0 28.032-11.696 28.032-28.032zM234.184 296.56c0-11.92-7.8-27.2-24.376-27.2-15.080 0-22.752 13.24-22.752 25.176 0 11.544 8.16 28.432 24.376 28.432 15.072 0 22.744-14.848 22.744-26.4zM166.296 738.936c-13.824 0-32.064 18.064-32.064 31.68 0 6.928 3.232 10.56 10.768 10.56 9.856 0 22.776-8.344 28.904-20.72 1.2-2.424 2.080-6.528 2.080-7.304v-6.904c0-5.76-5.656-7.304-9.704-7.304zM107.44 705.224c-15.28 0-36.56 15.936-36.56 33.72 0 8.8 5.472 13 13.408 13 14.688 0 37.776-15.4 37.776-34.12 0-9.232-6.456-12.6-14.624-12.6zM65.2 487.080c14.44 0 34.52-9.976 34.52-30.464 0-15.472-12.752-25.184-26.8-25.184-15.28 0-34.944 10.6-34.944 30.456 0 15.28 12.344 25.184 27.216 25.184zM82.664 654.040c0-11.936-8.832-16.656-18.688-16.656-14.4 0-39.4 13.84-39.4 33.72 0 11.216 7.64 16.24 18.28 16.24 13.624 0 39.808-12.344 39.808-33.304zM72.912 561.416c0-14.216-11.6-20.72-23.968-20.72-0.784 0-1.36-0.24-4.48 0-17.856 1.496-34.52 16.88-34.52 32.496 0 14.6 13.28 20.72 24.776 20.72 14.88 0 38.192-11.416 38.192-32.504zM230.936 744.216c-12.96 0-28.032 17.312-28.032 29.248 0 1.76 0.032 5.2 3.248 7.312 3.36 2.208 9.376 2.4 16.64-2.44 9.76-6.504 16.256-18.016 16.256-25.6 0-4.16-2.664-8.52-8.12-8.52zM414.96 278.688c-10.88 0-14.64 16.88-14.64 22.344 0 5.408 1.88 17.456 11.384 17.456 11.152 0 14.624-16.88 14.624-22.344 0-4.592-2.456-17.464-11.36-17.472zM450.288 323.376c-10.048 0-13.808 16.504-13.808 21.52 0 4.208 1.6 14.224 9.344 14.224 9.776 0 13.408-16.096 13.408-21.12 0-3.336-1.48-14.624-8.944-14.624zM361.736 248.224c-12.64 0-16.656 15.816-16.656 23.152 0 4.832 2.976 22.048 15.040 21.936 12.048-0.12 16.64-15.784 16.64-23.56 0-6.048-2.896-21.536-15.024-21.536zM344.672 694.256c-11.464 0-19.496 17.52-19.496 24.376 0 3.576 0.912 7.304 6.096 7.304 11.336 0 19.488-17.224 19.488-24.376 0-3.344-1.224-7.312-6.096-7.312zM291.056 241.728c-13.816 0-19.096 16.4-19.096 25.184 0 9.224 6.8 25.184 20.32 25.184 13.696 0 18.928-16.376 18.68-24.776-0.32-10.752-4.832-25.6-19.904-25.6zM291.056 727.16c-12.56 0-23.152 18-23.152 27.216 0 4.64 2.112 7.312 6.904 7.312 11.36 0 23.16-17.36 23.16-26.4 0-3.968-0.816-8.12-6.904-8.12z" + ], + "attrs": [], + "isMulticolor": false, + "grid": 0, + "tags": [ + "ssh-original-wordmark" + ], + "colorPermutations": { + "226674112521093812521633819292921": [] + } + }, + "attrs": [], + "properties": { + "order": 231, + "id": 165, + "name": "ssh-original-wordmark", + "prevSize": 32, + "code": 59670 + }, + "setIdx": 1, + "setId": 0, + "iconIdx": 7 + }, + { + "icon": { + "paths": [ + "M859.624 330.704l-0.32-0.32c-86.536-9.84-155.184-78.504-165.040-165.040l-0.464-0.464c-13.8-90.080-91.64-159.096-185.576-159.096-103.696 0-187.76 84.056-187.744 187.76 0 2.944 0.080 5.88 0.224 8.8-19.765 57.791-65.282 102.115-122.493 119.845-3.091 0.307-4.851 0.219-6.611 0.219-103.704-0.008-187.76 84.072-187.76 187.752 0 101.36 80.32 183.904 180.784 187.576 71.080 16.56 126.68 73.36 141.24 145.184 6.416 97.872 87.792 175.28 187.28 175.28 100.384 0 182.352-78.76 187.496-177.84 14.637-63.958 60.392-114.682 120.112-136.039 4.752-0.233 8.192-0.121 11.672-0.121 103.68 0 187.744-84.056 187.744-187.744 0-94.448-69.744-172.576-160.536-185.76zM383.784 510.16c0-66.56 50.28-121.312 114.928-128.496 1.016-0.112 2.056-0.184 3.096-0.28 1.168-0.104 2.36-0.112 3.536-0.176 0.96 0.024 1.904 0.080 2.864 0.080 3.16 0 6.304-0.080 9.424-0.24 69.336 2.4 124.848 59.2 124.848 129.12 0 0.96-0.080 1.92-0.104 2.88-1.496 67.552-54.696 122.32-121.616 126.24-1.44 0.464-2.896 0.864-4.336 1.304-1.48-0.368-2.976-0.704-4.44-1.104-68.288-0.576-123.944-54.080-127.96-121.52-0.32-0.96-0.576-1.976-0.88-2.96 0.24-0.936 0.416-1.904 0.68-2.832 0-0.664-0.056-1.32-0.056-2z" + ], + "attrs": [], + "isMulticolor": false, + "grid": 0, + "tags": [ + "jeet-plain" + ], + "colorPermutations": { + "226674112521093812521633819292921": [] + } + }, + "attrs": [], + "properties": { + "order": 230, + "id": 164, + "name": "jeet-plain", + "prevSize": 32, + "code": 59651 + }, + "setIdx": 1, + "setId": 0, + "iconIdx": 8 + }, + { + "icon": { + "paths": [ + "M429.080 722.32c-82.8 0-139.52 64.4-144.64 155.36-4.080 70.024 31.68 135.96 127.264 135.96 60.32 0 97.616-24.536 99.656-52.64 0.512-13.296-3.576-25.040-14.32-35.784 0 0-31.68 22.48-71.040 22.48-51.6 0-68.288-36.48-67.456-66.424 0.144-5.064 6.672-7.016 8.592-1.168 3.36 10.224 16.456 23.664 49.632 23.648 53.664-0.024 110.944-35.264 112.48-93.52 2.56-48.56-27.6-87.92-100.16-87.92zM398.416 852.136c-20.44 0-32.2-5.12-34.752-6.136 0 0 1.024-5.616 1.536-9.704 4.6-23.52 23.52-51.104 57.76-51.104 20.944 0 33.216 11.744 32.704 28.608-0.52 27.088-27.6 38.32-57.248 38.32zM684.616 722.32c-82.8 0-139.52 64.4-144.64 155.36-4.080 70.024 31.68 135.96 127.264 135.96 60.32 0 97.616-24.536 99.656-52.64 0.512-13.296-3.576-25.040-14.32-35.784 0 0-31.68 22.48-71.040 22.48-51.6 0-68.288-36.48-67.456-66.424 0.144-5.064 6.672-7.016 8.592-1.168 3.36 10.224 16.456 23.664 49.632 23.648 53.664-0.024 110.944-35.264 112.48-93.52 2.56-48.56-27.6-87.92-100.16-87.92zM653.952 852.136c-20.44 0-32.192-5.12-34.752-6.136 0 0 1.024-5.616 1.536-9.704 4.6-23.52 23.52-51.104 57.76-51.104 20.944 0 33.216 11.744 32.704 28.608-0.52 27.088-27.6 38.32-57.248 38.32zM901.040 792h32.496c25.136 0 36.752-18.080 36.8-29.92 0.064-20.984-9.92-34.6-35.696-34.6-17.384 0-14.688 0.48-25.424-0.024 1.578-8.001 3.379-19.809 4.832-31.725 2.32-16.699-5.336-23.731-16.072-23.731h-25.552c-8.688 0-13.28 3.44-16.352 12.64-4.608 14.816-5.68 41.472-38.8 47.84-11.44 2.184-23.408 17.2-23.12 28.928 0.256 11.312-3.16 30.944 32.984 30.944 0 0-13.968 99.28-17.544 127.896-6.128 52.64 19.488 93.4 72.64 93.4 73.12 0 78.976-54.2 56.368-80.72-5.744 4.616-21.92 13.096-32.664 12.584-14.816 0-24.32-4.864-22.272-26.32 3.568-31.2 11.232-87.184 17.36-127.184zM263.28 664h-83.968c-10.216 0-40.48 1.464-42.56 32.616-1.84 27.76 12.224 39.896 43.696 39.896 16.176 0 33.176-12.184 40.672-16.48 8.64-4.928 13.504 1.496 7.408 6.744-11.36 9.784-21.856 20.8-28.296 55.92l-17.056 104.224c-5.12 35.264-20.44 52.104-46 52.104-22.992 0-39.168-12.912-52.744-30.8-27.144 8.64-41.336 46.264-21.496 71.256 9.040 11.376 27.736 34.136 75.264 34.136 49.28 0 105.424-23.968 119.304-119.080 6.776-46.48 25.68-166.64 28.744-188.104 2.56-19.4 5.632-42.432-22.984-42.432zM736.96 216.064l-0.2-0.208c-56-6.376-100.432-50.8-106.8-106.8l-0.32-0.32c-8.92-58.288-59.272-102.952-120.072-102.952-67.12 0-121.52 54.4-121.52 121.52 0 1.904 0.064 3.8 0.16 5.696-12.796 37.401-42.255 66.086-79.282 77.562-2.006 0.198-3.142 0.15-4.286 0.15-67.12 0-121.52 54.4-121.52 121.496 0 65.6 51.984 119.016 117 121.392 46 10.72 81.984 47.464 91.408 93.952 4.16 63.344 56.824 113.44 121.216 113.44 64.96 0 118-50.976 121.336-115.104 9.474-41.38 39.075-74.198 77.711-88.023 3.073-0.153 5.305-0.081 7.553-0.081 67.104 0 121.504-54.4 121.504-121.504 0-61.12-45.136-111.68-103.896-120.216zM429.040 332.2c0-43.072 32.544-78.512 74.376-83.16 0.664-0.080 1.336-0.12 2-0.184 0.76-0.064 1.536-0.080 2.296-0.112 0.624 0 1.232 0.048 1.856 0.048 2.048 0 4.080-0.064 6.104-0.16 44.88 1.552 80.8 38.32 80.8 83.56 0 0.64-0.048 1.248-0.064 1.872-0.96 43.704-35.4 79.152-78.72 81.68-0.92 0.304-1.864 0.56-2.8 0.848-0.96-0.24-1.92-0.456-2.88-0.72-44.192-0.368-80.208-34.992-82.8-78.64-0.216-0.624-0.376-1.28-0.576-1.92 0.16-0.6 0.272-1.224 0.44-1.824-0.016-0.44-0.040-0.864-0.040-1.304z" + ], + "attrs": [], + "isMulticolor": false, + "grid": 0, + "tags": [ + "jeet-plain-wordmark" + ], + "colorPermutations": { + "226674112521093812521633819292921": [] + } + }, + "attrs": [], + "properties": { + "order": 229, + "id": 163, + "name": "jeet-plain-wordmark", + "prevSize": 32, + "code": 59654 + }, + "setIdx": 1, + "setId": 0, + "iconIdx": 9 + }, + { + "icon": { + "paths": [ + "M1012.92 578.48l-167.792-516.384c-4.32-13.296-19.52-16.56-29.232-9.84-3.2 2.208-5.792 6.824-7.216 11.184l-111.528 344.56h-370.304l-111.512-345.224c-0.724-2.338-1.737-4.375-3.023-6.206-0.577-0.762-1.393-1.482-2.113-2.17-7.496-7.12-19.72-7.008-26.88 0.576-1.954 1.96-3.475 4.352-4.408 7.021l-167.832 516.483c-1.172 3.509-1.849 7.549-1.849 11.747 0 9.222 3.265 17.682 8.702 24.287 2.027 2.47 4.347 4.838 7.067 6.814l487 353.832 486.992-353.816c9.625-7.039 15.806-18.292 15.806-30.988 0-4.243-0.69-8.324-1.964-12.138z" + ], + "attrs": [], + "isMulticolor": false, + "grid": 0, + "tags": [ + "gitlab-plain" + ], + "colorPermutations": { + "226674112521093812521633819292921": [ + 1 + ] + } + }, + "attrs": [], + "properties": { + "order": 228, + "id": 162, + "name": "gitlab-plain", + "prevSize": 32, + "code": 59655 + }, + "setIdx": 1, + "setId": 0, + "iconIdx": 10 + }, + { + "icon": { + "paths": [ + "M149.856 423.16c1.704 2.368 3.808 4.496 6.256 6.28l355.888 258.56 355.88-258.56c7.033-5.149 11.55-13.376 11.55-22.658 0-3.096-0.503-6.075-1.431-8.86l-122.559-377.154c0-0.048-0.032-0.080-0.048-0.12-2.944-8.8-12.416-11.384-19.424-8-3.152 1.52-5.864 4.336-7.16 8.32l-81.496 251.032h-270.616l-81.496-251.144c-3.144-9.68-14.2-12.144-21.304-7.304-2.368 1.616-4.296 4-5.344 7.232l-122.624 377.344c-0.87 2.586-1.372 5.563-1.372 8.658 0 6.152 1.984 11.841 5.348 16.462zM523.096 752h-35.92l0.128 264h144.696v-32h-108.8zM734.768 810.208c-0.053-0-0.116-0-0.18-0-29.196 0-55.978 10.337-76.885 27.551l12.64 21.81c14.688-8.56 31.072-17.136 56.776-17.136 29.392 0 40.88 15.096 40.88 40.4v13.040c0-1.216-16.104-2.032-23.44-2.032-62.856 0-93.952 22.040-93.952 68.144 0 41.2 25.664 62.016 64.024 62.016 25.84 0 50.776-13.384 59.344-32.56l6.72 24.56h27.304v-133.576c0-43.248-19.76-72.216-73.232-72.216zM768 972.184c-8 9.384-22.624 18.768-43.024 18.768-27.344 0-37.632-13.472-37.632-31.016 0-26.52 17.28-39.168 56.448-39.168 7.344 0 24.208 0.816 24.208 2.040v49.36zM937.168 810.208c-32.096 0-49.168 21.84-49.168 21.84v-34.48l-0.528-45.568h-35.096l0.112 260.64c17.552 7.344 41.632 11.392 67.744 11.392 66.92 0 99.264-42.856 99.264-116.704 0.016-58.344-29.68-97.12-82.32-97.12zM922.072 992.176c-13.472 0-26.080-1.632-34.080-5.712v-123.616c8-10.2 27.136-17.544 46.32-17.544 34.688 0 48.16 24.48 48.16 64.056 0 56.296-21.64 82.816-60.4 82.816zM132.736 780.832c31.84 0 52.24 10.608 65.704 21.216l15.44-26.72c-21.040-18.448-49.336-28.36-79.52-28.36-76.304 0-129.76 46.52-129.76 140.36-0 98.312 57.68 136.672 123.64 136.672 33.064 0 61.68-7.76 80.048-15.504l-0.288-105.056v-31.44h-96v32h59.568l0.752 79.48c-8.16 4.080-22.44 7.2-41.624 7.2-53.040 0-88.56-33.44-88.56-103.704 0-71.392 36.736-106.144 90.6-106.144zM385.28 752h-35.096l1.816 44.744v155.032c0 43.256 19.84 72.224 73.304 72.224 7.384 0 14.696-0.672 22.696-1.944v-31.52c-8 0.784-13.12 1.232-18.944 1.232-29.384 0-45.056-15.088-45.056-40.384v-103.384h64v-32h-62.6l-0.12-64zM264 816h32v200h-32zM264 752h32v32h-32z" + ], + "attrs": [], + "isMulticolor": false, + "grid": 0, + "tags": [ + "gitlab-plain-wordmark" + ], + "colorPermutations": { + "226674112521093812521633819292921": [ + 1 + ] + } + }, + "attrs": [], + "properties": { + "order": 227, + "id": 161, + "name": "gitlab-plain-wordmark", + "prevSize": 32, + "code": 59656 + }, + "setIdx": 1, + "setId": 0, + "iconIdx": 11 + }, + { + "icon": { + "paths": [ + "M512 40.824c-266.776 0-483.104 216.28-483.104 483.104 0 213.456 138.424 394.536 330.376 458.424 24.136 4.48 33-10.48 33-23.24 0-11.52-0.448-49.576-0.656-89.944-134.4 29.224-162.76-57-162.76-57-21.976-55.84-53.64-70.688-53.64-70.688-43.84-29.984 3.304-29.36 3.304-29.36 48.504 3.4 74.056 49.784 74.056 49.784 43.088 73.84 113.016 52.496 140.584 40.16 4.336-31.224 16.856-52.544 30.672-64.608-107.304-12.2-220.112-53.632-220.112-238.744 0-52.744 18.88-95.84 49.784-129.68-5.024-12.16-21.56-61.296 4.672-127.84 0 0 40.56-12.984 132.88 49.52 38.544-10.712 79.88-16.096 120.944-16.28 41.040 0.184 82.4 5.552 121.016 16.264 92.208-62.504 132.72-49.52 132.72-49.52 26.296 66.536 9.76 115.68 4.744 127.84 30.976 33.84 49.72 76.936 49.72 129.68 0 185.552-113.016 226.4-220.592 238.368 17.336 14.992 32.776 44.4 32.776 89.464 0 64.64-0.56 116.664-0.56 132.576 0 12.856 8.704 27.92 33.184 23.176 191.84-63.952 330.104-244.976 330.104-458.352-0.008-266.808-216.312-483.096-483.112-483.096z", + "M211.872 734.448c-1.064 2.4-4.84 3.12-8.28 1.48-3.52-1.568-5.48-4.84-4.344-7.248 1.040-2.48 4.824-3.16 8.32-1.504 3.52 1.576 5.52 4.88 4.296 7.28zM231.44 756.28c-2.296 2.136-6.8 1.144-9.856-2.24-3.168-3.36-3.76-7.864-1.416-10.032 2.384-2.128 6.752-1.12 9.92 2.24 3.152 3.408 3.776 7.872 1.36 10.040zM250.496 784.096c-2.96 2.064-7.808 0.136-10.8-4.16-2.96-4.304-2.96-9.464 0.080-11.52 2.984-2.064 7.76-0.2 10.8 4.056 2.944 4.36 2.944 9.52-0.080 11.616zM276.584 810.984c-2.64 2.92-8.288 2.136-12.416-1.84-4.216-3.896-5.392-9.44-2.744-12.352 2.688-2.928 8.36-2.112 12.512 1.84 4.216 3.888 5.488 9.44 2.664 12.344zM312.584 826.592c-1.176 3.784-6.6 5.504-12.080 3.888-5.464-1.656-9.040-6.080-7.92-9.904 1.12-3.816 6.584-5.6 12.096-3.88 5.464 1.648 9.040 6.048 7.904 9.896zM352.128 829.48c0.136 3.984-4.504 7.28-10.24 7.36-5.784 0.136-10.464-3.096-10.52-7.016 0-4.024 4.544-7.28 10.32-7.392 5.736-0.104 10.448 3.096 10.448 7.040zM388.912 823.224c0.688 3.88-3.304 7.872-9.008 8.936-5.6 1.040-10.8-1.376-11.52-5.224-0.688-3.984 3.376-7.976 8.976-9.008 5.712-0.984 10.832 1.36 11.552 5.304zM388.912 823.224z" + ], + "attrs": [], + "isMulticolor": false, + "grid": 0, + "tags": [ + "github-original" + ], + "colorPermutations": { + "226674112521093812521633819292921": [] + } + }, + "attrs": [], + "properties": { + "order": 226, + "id": 158, + "name": "github-original", + "prevSize": 32, + "code": 59657 + }, + "setIdx": 1, + "setId": 0, + "iconIdx": 12 + }, + { + "icon": { + "paths": [ + "M512 12.096c-187.944 0-340.36 152.376-340.36 340.36 0 150.376 97.52 277.96 232.76 322.96 17.008 3.152 23.256-7.384 23.256-16.376 0-8.112-0.32-34.928-0.464-63.36-94.696 20.584-114.672-40.16-114.672-40.16-15.48-39.344-37.792-49.808-37.792-49.808-30.88-21.12 2.32-20.688 2.32-20.688 34.184 2.4 52.184 35.080 52.184 35.080 30.352 52.032 79.624 36.984 99.040 28.288 3.064-22 11.88-37.024 21.616-45.52-75.6-8.6-155.072-37.792-155.072-168.208 0-37.16 13.296-67.52 35.072-91.36-3.536-8.576-15.184-43.2 3.296-90.080 0 0 28.576-9.136 93.6 34.904 27.16-7.544 56.28-11.328 85.2-11.456 28.928 0.136 58.064 3.92 85.264 11.456 64.96-44.032 93.504-34.896 93.504-34.896 18.528 46.88 6.88 81.496 3.344 90.080 21.824 23.824 35.024 54.192 35.024 91.36 0 130.72-79.624 159.504-155.416 167.92 12.208 10.56 23.088 31.28 23.088 63.040 0 45.536-0.384 82.184-0.384 93.392 0 9.040 6.128 19.664 23.376 16.32 135.168-45.056 232.56-172.592 232.56-322.92 0.016-187.944-152.368-340.328-340.344-340.328z", + "M300.56 500.768c-0.76 1.696-3.424 2.2-5.84 1.040-2.48-1.12-3.856-3.416-3.056-5.12 0.72-1.728 3.392-2.216 5.864-1.056 2.48 1.12 3.888 3.44 3.040 5.136zM314.344 516.16c-1.624 1.496-4.8 0.8-6.96-1.584-2.224-2.376-2.64-5.552-0.992-7.072 1.664-1.504 4.744-0.8 6.96 1.576 2.24 2.4 2.68 5.544 0.984 7.072zM327.76 535.744c-2.080 1.456-5.496 0.096-7.6-2.936-2.096-3.016-2.096-6.64 0.040-8.104 2.112-1.456 5.472-0.144 7.6 2.856 2.096 3.080 2.096 6.72-0.040 8.192zM346.144 554.688c-1.864 2.056-5.84 1.504-8.744-1.304-2.976-2.744-3.8-6.64-1.936-8.696 1.896-2.056 5.888-1.48 8.816 1.304 2.96 2.736 3.856 6.64 1.864 8.688zM371.52 565.68c-0.832 2.672-4.656 3.88-8.512 2.752-3.856-1.168-6.368-4.288-5.6-6.976 0.8-2.688 4.656-3.944 8.536-2.736 3.84 1.152 6.36 4.24 5.568 6.96zM399.36 567.72c0.104 2.8-3.168 5.136-7.216 5.184-4.064 0.096-7.36-2.176-7.408-4.944 0-2.832 3.2-5.136 7.264-5.2 4.048-0.080 7.36 2.176 7.36 4.96zM425.28 563.312c0.48 2.736-2.32 5.552-6.344 6.296-3.952 0.736-7.6-0.96-8.112-3.68-0.48-2.8 2.376-5.6 6.32-6.336 4.024-0.704 7.624 0.944 8.136 3.728zM425.28 563.312z", + "M198.84 866.416h-85.6c-2.209 0-4 1.791-4 4v41.856c0 2.209 1.791 4 4 4h33.384v52s-7.496 2.56-28.24 2.56c-24.448 0-58.616-8.928-58.616-84.064 0-75.144 35.584-85.040 68.992-85.040 28.912 0 41.36 5.088 49.296 7.544 2.48 0.752 4.8-1.728 4.8-3.936l9.544-40.44c0.001-0.028 0.001-0.062 0.001-0.095 0-1.238-0.601-2.336-1.527-3.017-3.234-2.311-22.866-13.287-72.474-13.287-57.152 0-115.776 24.304-115.776 141.2 0 116.88 67.12 134.296 123.68 134.296 46.832 0 75.24-20.016 75.24-20.016 1.168-0.64 1.296-2.28 1.296-3.040v-130.528c0-2.209-1.791-4-4-4zM636.048 758.48h-48.208c-2.202 0.009-3.984 1.796-3.984 4 0 0.008 0 0.017 0 0.025l0.016 93.151h-75.136v-93.152c0-0.007 0-0.016 0-0.024 0-2.201-1.777-3.986-3.975-4l-48.201-0c-2.202 0.009-3.984 1.796-3.984 4 0 0.008 0 0.017 0 0.025l-0 252.239c0 2.216 1.792 4.024 3.984 4.024h48.2c2.199-0.014 3.976-1.799 3.976-4 0-0.011-0-0.023-0-0.034l0-107.886h75.136l-0.128 107.888c0 2.224 1.792 4.032 4 4.032h48.304c2.199-0.014 3.976-1.799 3.976-4 0-0.011-0-0.023-0-0.034l0-252.238c0-2.224-1.76-4.016-3.976-4.016zM258.72 764.216c-17.152 0-31.072 14.024-31.072 31.384 0 17.336 13.92 31.4 31.072 31.4 17.168 0 31.080-14.064 31.080-31.4 0-17.36-13.92-31.384-31.080-31.384zM282.368 841.080h-48.048c-2.208 0-4.176 2.272-4.176 4.48v166.816c0 4.904 3.056 6.36 7.008 6.36h43.28c4.76 0 5.92-2.336 5.92-6.44v-167.192c0-0.005 0-0.010 0-0.016 0-2.204-1.782-3.991-3.983-4zM823.216 841.456h-47.84c-2.195 0.018-3.968 1.802-3.968 4 0 0.011 0 0.023 0 0.034l-0 123.678s-12.16 8.88-29.4 8.88-21.816-7.816-21.816-24.704v-107.856c0-0.010 0-0.021 0-0.032 0-2.201-1.777-3.986-3.975-4l-48.545-0c-2.204 0.018-3.984 1.809-3.984 4.016 0 0.006 0 0.011 0 0.017l-0 116.015c0 50.16 27.96 62.432 66.416 62.432 31.552 0 56.992-17.44 56.992-17.44s1.2 9.2 1.76 10.28c0.56 1.088 1.976 2.184 3.52 2.184l30.88-0.136c2.211-0.009 4-1.804 4-4.016 0-0.006-0-0.011-0-0.017l-0.024-169.327c-0.009-2.209-1.793-3.998-3.998-4.016zM953.952 835.792c-27.168 0-45.648 12.12-45.648 12.12v-85.416c0-0.007 0-0.016 0-0.024 0-2.201-1.777-3.986-3.975-4l-48.329-0c-0-0-0-0-0-0-2.209 0-4 1.791-4 4 0 0.008 0 0.017 0 0.025l-0 252.239c-0 0.007-0 0.016-0 0.024 0 2.209 1.791 4 4 4 0 0 0-0 0-0l33.536 0c1.52 0 2.656-0.776 3.496-2.144 0.824-1.36 2.032-11.632 2.032-11.632s19.76 18.72 57.184 18.72c43.92 0 69.12-22.272 69.12-100.016s-40.24-87.904-67.424-87.904zM935.072 977.904c-16.584-0.504-27.84-8.032-27.84-8.032v-79.88s11.104-6.8 24.72-8.032c17.224-1.544 33.824 3.664 33.824 44.752 0 43.336-7.48 51.888-30.696 51.184zM425.56 976.96c-2.104 0-7.496 0.856-13.040 0.856-17.76 0-23.784-8.256-23.784-18.944v-70.928h36.16c0 0 0 0 0 0 2.209 0 4-1.791 4-4 0-0.011-0-0.022-0-0.034l0-38.846c0-0.005 0-0.010 0-0.016 0-2.209-1.791-4-4-4-0 0-0 0-0 0l-36.16-0-0.056-47.76c0-1.816-0.928-2.72-3.024-2.72h-49.28c-1.904 0-2.936 0.848-2.936 2.68v49.36s-24.696 5.96-26.36 6.44c-1.678 0.501-2.88 2.030-2.88 3.84 0 0 0 0 0 0v31.016c-0 0.007-0 0.016-0 0.024 0 2.201 1.777 3.986 3.975 4l25.265 0v74.624c0 55.44 38.88 60.88 65.12 60.88 11.976 0 26.32-3.84 28.688-4.72 1.44-0.536 2.264-2.016 2.264-3.624l0.032-34.12c-0.035-2.198-1.803-3.972-3.996-4.016z" + ], + "attrs": [], + "isMulticolor": false, + "grid": 0, + "tags": [ + "github-original-wordmark" + ], + "colorPermutations": { + "226674112521093812521633819292921": [] + } + }, + "attrs": [], + "properties": { + "order": 225, + "id": 157, + "name": "github-original-wordmark", + "prevSize": 32, + "code": 59658 + }, + "setIdx": 1, + "setId": 0, + "iconIdx": 13 + }, + { + "icon": { + "paths": [ + "M945.28 511.728c41.784-50.048 66.944-113.736 66.944-183.84 0-159.112-129.408-287.888-288.512-287.888h-339.824c83 56 151.728 128 198.56 208h141.264c44.4 0 80.512 35.6 80.512 80s-36.12 80-80.512 80h-83.336c6.56 40 10.080 68.96 10.080 104.784 0 35.28-3.464 71.216-9.792 103.216h83.056c44.4 0 80.512 39.6 80.512 84s-36.128 84-80.52 84h-140.352c-10.52 16-22.32 37.92-35.040 55.84-43.224 60.88-98.296 112.16-162 152.16h337.384c154.68 0 281.28-125.968 288.192-279.008-0.136 2.48-0.344 3.12-0.528 5.584 0.496-6.784 0.856-14.504 0.856-21.424-0.016-70.128-25.184-135.36-66.96-185.424z", + "M488.24 780.344l0.024-1.44c0.56-0.8 1.104-2.336 1.656-3.12 0.616-0.944 1.216-2.2 1.824-3.136 0.016-0.016 0-0.24 0.024-0.272 49.12-74.64 77.816-163.28 77.816-259.12-0.008-261.256-212.592-473.256-473.888-473.256h-87.696v208h87.696c146.56 0 265.84 118.584 265.84 265.152 0 39.872-8.904 77.4-24.704 111.392-0.048 0.104-0.104 2.88-0.16 2.992-42.352 90.72-134.408 156.464-240.968 156.464h-87.704v208h87.696c163.168 0 307.28-85.776 392.544-211.656z" + ], + "attrs": [], + "isMulticolor": false, + "grid": 0, + "tags": [ + "d3js-plain" + ], + "colorPermutations": { + "226674112521093812521633819292921": [] + } + }, + "attrs": [], + "properties": { + "order": 223, + "id": 156, + "name": "d3js-plain", + "prevSize": 32, + "code": 59659 + }, + "setIdx": 1, + "setId": 0, + "iconIdx": 14 + }, + { + "icon": { + "paths": [ + "M1010.672 724.72c0.361-3.251 0.726-7.805 0.988-12.386 0.34-6.030-314.908-305.134-314.908-305.134h-7.536s319.52 337.040 321.456 317.52z", + "M338.080 620.96c-1.391 3.171-2.269 5.016-3.174 6.846-9.498 19.73 141.23 167.074 153.35 149.17 0.56-0.784 1.12-1.616 1.664-2.4 0.616-0.944 1.216-1.84 1.824-2.784 9.704-14.72-149.36-160.4-153.656-150.832z", + "M551.088 828.16c-0.424 0.944-3.464 6.080-6.24 8.784-0.464 0.936 147.152 147.336 147.152 147.336h13.28c0.016 0-138.56-149.92-154.192-156.112z", + "M1011.904 708.88c-6.904 153.040-133.52 275.4-288.192 275.4h-20.912l-154.48-152.176c11.469-15.84 23.071-34.086 33.596-53.012l141.796-2.828c44.4 0 80.512-36.112 80.512-80.52 0-44.4-36.12-80.512-80.512-80.512h-83.056c6.192-31.020 9.754-66.698 9.792-103.201 0-35.871-3.52-70.847-10.080-104.831h51.6l319.040 314.36c0.284-2.869 0.604-7.258 0.851-11.665zM95.696 38.176h-83.92v208.024h83.92c146.56 0 265.84 119.224 265.84 265.8 0 39.872-8.904 77.728-24.704 111.712l153.088 150.848c49.91-73.608 79.68-164.398 79.68-262.143 0-0.147-0-0.294-0-0.44 0-261.241-212.592-473.801-473.888-473.801z", + "M723.712 38.176h-339.824c83.398 51.509 150.631 121.772 197.107 205.183l142.717 2.841c44.4 0 80.512 36.104 80.512 80.512 0 44.4-36.12 80.48-80.512 80.48h-31.744l319.040 314.368c0.747-7.702 1.188-16.691 1.216-25.777 0-70.175-25.168-134.503-66.944-184.575 41.784-50.048 66.944-114.4 66.944-184.504 0-159.096-129.416-288.544-288.512-288.544z", + "M702.8 984.28h-316.48c64.413-40.286 118.306-91.047 160.85-150.486l155.63 150.486zM489.92 774.56l-153.072-150.84c-42.296 90.896-134.456 154.112-241.144 154.112h-83.928v208h83.92c164.24 0 309.184-84 394.24-211.256z" + ], + "attrs": [], + "isMulticolor": false, + "grid": 0, + "tags": [ + "d3js-original" + ], + "colorPermutations": { + "226674112521093812521633819292921": [] + } + }, + "attrs": [], + "properties": { + "order": 222, + "id": 155, + "name": "d3js-original", + "prevSize": 32, + "code": 59660 + }, + "setIdx": 1, + "setId": 0, + "iconIdx": 15 + }, + { + "icon": { + "paths": [ + "M719.808 658.824c-12.56-24.752-27.44-49.784-44.848-75.24-14.262-20.709-27.333-38.096-41.033-54.952-4.439-5.496-2.055-14.296 2.281-18.664 4.288-4.4 8.6-8.784 12.936-13.224 59.68-60.88 121.4-123.8 168.72-191.792 50.344-72.336 78.24-140.944 85.28-211.52 0.051-0.562 0.081-1.215 0.081-1.874 0-6.928-3.234-13.101-8.275-17.091-3.582-2.744-8.068-4.377-12.935-4.377-2.729 0-5.337 0.513-7.735 1.448-45.759 17.502-92.359 30.83-134.895 40.734-8.568 2.090-15.391 8.127-18.529 16.029-31.071 85.091-110.215 165.923-193.231 250.603-3.336 3.16-8 7.336-15.6 7.336-7.584 0-12.208-4.048-15.6-7.344-83.040-84.688-162.16-165.232-193.168-250.144-3.207-8.072-10.024-14.103-18.402-16.162-42.742-9.958-89.382-24.414-135.206-41.958-2.255-0.89-4.867-1.406-7.6-1.406-11.731 0-21.24 9.509-21.24 21.24 0 0.74 0.038 1.472 0.112 2.193 7.032 70.502 34.912 139.958 85.272 212.286 47.312 67.984 109.040 130.92 168.72 191.784 109.944 112.12 213.808 218.048 222.928 340.872 0.834 11.039 9.995 19.68 21.175 19.68 0 0 0.001-0 0.001-0l129.184 0c11.738-0.008 21.249-9.525 21.249-21.264 0-0.366-0.009-0.729-0.027-1.091-1.339-25.322-4.888-49.127-10.481-72.131l0.595 2.605c-0.187-0.665-0.295-1.428-0.295-2.216 0-4.674 3.782-8.466 8.453-8.48 0.401-0 0.801 0.080 1.201 0.136h0.016c105.464 15.44 172.16 40.104 172.264 67.28v0.056c0 25.6-59.96 64.24-157.416 92.52l-0.040 0.040c-8.664 2.48-14.984 10.304-14.984 19.6 0 11.264 9.304 20.432 20.8 20.432 1.6 0 3.12-0.184 4.616-0.52 131-30.296 217.84-81.216 217.84-138.704-0.016-68.264-117.408-129.232-292.208-156.72zM373.4 592.24c-3.83-3.945-9.166-6.41-15.078-6.464-9.658-0-15.37 6.224-17.53 9.52-11.875 17.639-24.18 38.445-35.332 59.946-176.276 31.182-293.46 92.102-293.46 160.302 0 57.552 86.216 108.368 217.456 138.656 0.016 0 0.144 0 0.192-0.016 1.544 0.368 3.136 0.6 4.8 0.6 11.488 0 20.8-9.16 20.8-20.432 0-9.28-6.336-17.008-14.96-19.504l-0.056-0.136c-97.464-28.288-157.424-66.936-157.424-92.52v-0.064c0.096-27.12 66.616-51.76 171.816-67.2 0.331-0.070 0.716-0.116 1.11-0.128 4.735 0.003 8.564 3.834 8.564 8.56 0 0.797-0.109 1.568-0.313 2.3l0.094 0.020c-5.004 20.259-8.518 43.965-9.8 68.262-0.328 6.746 1.8 12.482 5.816 16.722 4 4.2 9.64 6.616 15.44 6.616h129.2c11.201-0.047 20.368-8.689 21.251-19.668 2.805-37.876 14.621-75.756 36.045-115.58 7.424-13.776 1.656-26.72-2.624-32.24-21.264-27.656-47.296-57.136-86.016-97.552z", + "M497.104 273.096c5.12 4.96 10.896 5.904 14.88 5.904h0.040c4 0 9.784-0.928 14.896-5.904 45.56-44.296 70.040-95.944 75.4-110.296 0.976-2.316 1.553-5.008 1.576-7.831 0-11.481-9.552-19.665-19.544-19.665-8.24 0-31.736 2.432-72.208 2.432h-0.264c-40.48 0-63.944-2.432-72.192-2.432-9.984 0-19.544 8.192-19.544 19.648 0 3.336 0.8 5.728 1.584 7.84 5.36 14.352 29.84 66 75.384 110.296z" + ], + "attrs": [], + "isMulticolor": false, + "grid": 0, + "tags": [ + "confluence-original" + ], + "colorPermutations": { + "226674112521093812521633819292921": [] + } + }, + "attrs": [], + "properties": { + "order": 220, + "id": 154, + "name": "confluence-original", + "prevSize": 32, + "code": 59661 + }, + "setIdx": 1, + "setId": 0, + "iconIdx": 16 + }, + { + "icon": { + "paths": [ + "M166.36 891.36c-34.216 0-52.304 16.432-52.304 47.52v29.32c0 31.096 18.080 47.536 52.304 47.536 34.216 0 52.304-16.44 52.304-47.536v-29.312c0-31.088-18.080-47.52-52.304-47.52zM146.68 937.936c0-12.8 5.888-18.256 19.68-18.256 13.8 0 19.68 5.456 19.68 18.256v31.224c0 12.8-5.88 18.256-19.68 18.256s-19.68-5.456-19.68-18.256v-31.224zM307.144 891.36c-12.912 0-30.504 4.448-45.36 11.424l-1.784-6.080c-0.521-1.725-2.096-2.96-3.959-2.96-0 0-0 0-0.001 0l-18.040-0c-0-0-0-0-0-0-2.277 0-4.123 1.844-4.128 4.12l-0 111.36c0 2.28 1.84 4.128 4.128 4.128h24.368c2.28 0 4.128-1.856 4.128-4.136v-77.12c8.776-4.48 21.12-9.088 28.504-9.088 5.488 0 7.52 2.040 7.52 7.52v78.688c0 2.28 1.856 4.128 4.136 4.128h24.368c2.28 0 4.128-1.856 4.128-4.136v-81.768c-0.016-23.944-9.44-36.080-28-36.080zM423.008 847.536c-6.56-1.68-14.128-2.6-21.28-2.6-26.048 0-38.72 12.352-38.72 37.76v14.44h-13.52c-2.28 0-4.128 1.848-4.128 4.128 0 0 0 0 0 0l-0 18.4c0 2.288 1.84 4.128 4.128 4.128h13.52v85.44c0 2.272 1.856 4.12 4.136 4.12h24.368c2.272 0 4.12-1.856 4.12-4.136v-85.44h23.92c2.16 0 3.968-1.664 4.12-3.816v-18.4c0.007-0.091 0.011-0.197 0.011-0.304 0-2.278-1.845-4.125-4.123-4.128l-23.936-0v-12.768c0-8.896 1.712-12.056 11.344-12.056 2.976 0 7.52 0.456 11.84 1.2 0.213 0.039 0.458 0.061 0.708 0.061 2.078 0 3.796-1.542 4.073-3.544l2.482-17.941c0.025-0.172 0.040-0.37 0.040-0.571 0-1.916-1.31-3.526-3.083-3.982zM467.056 848.136h-24.368c-2.28 0-4.128 1.848-4.128 4.128 0 0 0 0 0 0l-0 156.96c0 2.288 1.84 4.136 4.128 4.136h24.368c2.28 0 4.128-1.84 4.128-4.128v-156.96c0-0.005 0-0.010 0-0.016 0-2.275-1.845-4.12-4.12-4.12-0.003 0-0.006 0-0.008 0zM586.4 893.736h-24.36c-0-0-0-0-0-0-2.28 0-4.128 1.848-4.128 4.128 0 0 0 0 0 0l0 77.12c-8.784 4.48-21.12 9.088-28.512 9.088-5.488 0-7.52-2.048-7.52-7.536v-78.68c0-0 0-0 0-0 0-2.28-1.848-4.128-4.128-4.128-0.003 0-0.006 0-0.008 0l-24.376-0c-2.28-0-4.128 1.848-4.128 4.128 0 0 0 0 0 0l-0 81.776c0 23.952 9.416 36.080 28 36.080 12.904 0 30.496-4.448 45.36-11.424l1.784 6.080c0.512 1.76 2.128 2.96 3.96 2.96h18.056c2.28 0 4.128-1.84 4.128-4.12v-111.36c-0.005-2.274-1.846-4.115-4.12-4.12zM654.624 891.36c-32.656 0-49.92 16.264-49.92 47.040v30.752c0 31.776 16.16 46.576 50.88 46.576 14.136 0 29.2-2.48 41.32-6.784 1.611-0.584 2.742-2.101 2.742-3.883 0-0.296-0.031-0.586-0.091-0.864l-3.595-17.413c-0.408-1.884-2.061-3.275-4.039-3.275-0.399 0-0.785 0.057-1.15 0.162-11.155 3.153-21.811 4.689-32.571 4.689-17.76 0-20.88-5.736-20.88-17.776v-4.192h60.48c2.272 0 4.12-1.856 4.12-4.136v-22.424c0-33.080-15.040-48.48-47.296-48.48zM637.32 939.504v-3.952c0-11.48 5.568-16.824 17.536-16.824 13.216 0 15.872 6.44 15.872 16.832v3.952h-33.4zM789.952 891.36c-12.912 0-30.504 4.448-45.36 11.424l-1.792-6.080c-0.518-1.725-2.091-2.96-3.953-2.96-0.002 0-0.005 0-0.007 0l-18.040-0c-0.002-0-0.005-0-0.008-0-2.277 0-4.123 1.844-4.128 4.12l-0 111.36c0 2.28 1.84 4.128 4.128 4.128h24.36c2.28 0 4.128-1.856 4.128-4.136v-77.12c8.784-4.48 21.12-9.088 28.512-9.088 5.488 0 7.52 2.040 7.52 7.52v78.688c0 2.28 1.856 4.128 4.136 4.128h24.376c2.28 0 4.128-1.856 4.128-4.136v-81.768c0-23.944-9.416-36.080-28-36.080zM911.784 988.128c-0.302-2.004-2.012-3.523-4.076-3.523-0.33 0-0.652 0.039-0.96 0.112-6.964 1.594-14.292 2.434-21.172 2.434-15.456 0-19.92-3.936-19.92-17.536v-32.176c0-13.6 4.48-17.52 19.92-17.52 4.256 0 13.416 0.64 21.2 2.424 0.27 0.063 0.581 0.098 0.9 0.098 2.067 0 3.782-1.507 4.105-3.482l2.899-19.304c0.029-0.183 0.045-0.393 0.045-0.608 0-1.861-1.234-3.434-2.928-3.945-9.405-2.784-20.373-3.768-26.925-3.768-36.8 0-51.824 13.44-51.824 46.352v31.704c0 32.912 15.016 46.344 51.824 46.344 8.96 0 19.28-1.44 26.928-3.736 1.707-0.532 2.925-2.098 2.925-3.949 0-0.216-0.017-0.427-0.048-0.634l-2.877-19.289zM973.52 891.36c-32.656 0-49.92 16.264-49.92 47.040v30.752c0 31.776 16.16 46.576 50.88 46.576 14.136 0 29.2-2.48 41.32-6.784 1.611-0.584 2.742-2.101 2.742-3.883 0-0.296-0.031-0.586-0.091-0.864l-3.595-17.413c-0.408-1.884-2.061-3.275-4.039-3.275-0.399 0-0.785 0.057-1.15 0.162-11.155 3.153-21.811 4.689-32.571 4.689-17.76 0-20.88-5.736-20.88-17.776v-4.192h60.48c2.28 0 4.128-1.856 4.128-4.136v-22.424c0-33.080-15.040-48.48-47.304-48.48zM956.216 939.504v-3.952c0-11.48 5.576-16.824 17.536-16.824 13.2 0 15.864 6.44 15.864 16.832v3.952h-33.408zM62.4 879.664c9.76 0 23.264 1.344 36.12 3.584 0.212 0.039 0.457 0.061 0.706 0.061 2.093 0 3.821-1.557 4.091-3.576l2.762-21.461c0.022-0.159 0.034-0.344 0.034-0.531 0-1.933-1.331-3.555-3.126-3.999-12.493-3.035-26.806-4.778-41.525-4.79-38.664 0.008-58.264 16.064-58.264 47.768v71.504c0 31.696 19.6 47.76 58.256 47.76 13.856 0 28.592-1.696 41.496-4.776 1.824-0.454 3.153-2.077 3.153-4.011 0-0.185-0.012-0.367-0.036-0.546l-2.75-21.419c-0.264-2.040-1.99-3.6-4.080-3.6-0.254 0-0.504 0.023-0.745 0.067-12.831 2.252-26.335 3.596-36.095 3.596-19.168 0-25.632-5.632-25.632-22.304v-61.016c0-16.664 6.456-22.296 25.632-22.296z", + "M689.68 528.504c-10.744-21.168-23.472-42.56-38.352-64.32-12.194-17.707-23.37-32.574-35.084-46.987-3.796-4.701-1.756-12.221 1.94-15.965l11.064-11.296c51.024-52.040 103.8-105.84 144.256-163.976 43.040-61.84 66.88-120.496 72.896-180.848 0.044-0.478 0.068-1.034 0.068-1.595 0-5.923-2.763-11.201-7.070-14.615-3.067-2.355-6.91-3.756-11.081-3.756-2.329 0-4.555 0.437-6.602 1.233-39.116 14.965-78.956 26.357-115.332 34.837-7.319 1.786-13.148 6.94-15.834 13.687-26.55 72.761-94.214 141.873-165.206 214.265-2.848 2.704-6.848 6.272-13.336 6.272-6.48 0-10.432-3.464-13.328-6.28-70.984-72.4-138.64-141.264-165.152-213.856-2.743-6.897-8.571-12.050-15.732-13.808-36.556-8.512-76.42-20.88-115.596-35.872-1.936-0.769-4.179-1.216-6.526-1.216-10.012 0-18.128 8.116-18.128 18.128 0 0.651 0.034 1.293 0.101 1.926 6.009 60.273 29.849 119.657 72.897 181.497 40.456 58.136 93.224 111.944 144.24 163.976 94.024 95.84 182.832 186.4 190.624 291.424 0.717 9.436 8.548 16.82 18.104 16.824l110.456 0c10.035-0.011 18.165-8.148 18.165-18.184 0-0.31-0.008-0.617-0.023-0.923-1.145-21.651-4.179-42.004-8.962-61.672l0.515 2.235c-0.162-0.571-0.255-1.227-0.255-1.904 0-3.995 3.236-7.235 7.23-7.24 0.352-0 0.688 0.064 1.040 0.112 90.16 13.2 147.2 34.288 147.28 57.52v0.040c0 21.888-51.264 54.928-134.584 79.12l-0.032 0.024c-7.4 2.112-12.8 8.8-12.8 16.76 0 9.632 7.952 17.464 17.792 17.464 1.36 0 2.672-0.16 3.936-0.432 112-25.92 186.24-69.44 186.24-118.592 0-58.368-100.368-110.496-249.816-134zM393.496 471.576c-3.273-3.371-7.835-5.477-12.888-5.52-8.248-0-13.144 5.312-14.992 8.136-10.148 15.077-20.668 32.866-30.204 51.247-150.708 26.665-250.9 78.745-250.9 137.065 0 49.2 73.72 92.64 185.92 118.536l0.16-0.016c1.328 0.32 2.688 0.512 4.104 0.512 9.84 0 17.784-7.84 17.784-17.464 0-7.936-5.408-14.56-12.784-16.68l-0.056-0.112c-83.32-24.16-134.584-57.2-134.584-79.088v-0.048c0.080-23.2 56.96-44.24 146.904-57.464 0.285-0.059 0.616-0.097 0.954-0.104 4.038 0.013 7.302 3.285 7.302 7.32 0 0.683-0.094 1.344-0.269 1.972l0.092 0.029c-4.278 17.317-7.287 37.584-8.389 58.356-0.275 5.772 1.541 10.684 4.973 14.3 3.424 3.6 8.24 5.656 13.2 5.656h110.464c9.577-0.039 17.416-7.427 18.172-16.815 2.404-32.385 12.508-64.785 30.82-98.825 6.344-11.784 1.416-22.848-2.24-27.576-18.176-23.64-40.432-48.848-73.544-83.408z", + "M499.264 198.72c3.197 3.119 7.573 5.043 12.397 5.043 0.113 0 0.227-0.001 0.34-0.003l0.023 0c3.416 0 8.368-0.784 12.736-5.040 38.96-37.872 59.872-82.032 64.464-94.304 0.672-1.808 1.344-3.84 1.344-6.72 0-9.792-8.16-16.8-16.696-16.8-7.056 0-27.12 2.080-61.736 2.080h-0.24c-34.592 0-54.664-2.080-61.712-2.080-8.544 0-16.72 7.008-16.72 16.8 0 2.88 0.672 4.912 1.36 6.72 4.56 12.272 25.504 56.432 64.448 94.304z" + ], + "attrs": [], + "isMulticolor": false, + "grid": 0, + "tags": [ + "confluence-original-wordmark" + ], + "colorPermutations": { + "226674112521093812521633819292921": [] + } + }, + "attrs": [], + "properties": { + "order": 219, + "id": 153, + "name": "confluence-original-wordmark", + "prevSize": 32, + "code": 59662 + }, + "setIdx": 1, + "setId": 0, + "iconIdx": 17 + }, + { + "icon": { + "paths": [ + "M512 8.184v0c-240 0-436.456 64.592-436.456 144.8 0 21.12 52.4 324.032 73.176 444.16 9.32 53.864 148.48 132.856 363.12 132.856l0.16-0.64v0.64c216 0 353.904-78.992 363.224-132.88 20.784-120.12 73.2-423.024 73.2-444.144 0.008-80.2-196.424-144.8-436.424-144.8zM512 632.68c-76.624 0-138.744-62.128-138.744-138.744 0-76.624 62.12-138.736 138.744-138.736s138.744 62.112 138.744 138.744c0 76.616-62.12 138.736-138.744 138.736zM511.92 197.736c-154.368-0.24-279.472-27.072-279.424-59.92 0.056-32.856 125.248-59.28 279.616-59.024 154.368 0.24 279.472 27.056 279.416 59.92-0.040 32.848-125.224 59.256-279.6 59.016z", + "M825.696 717.52c-6.64 0-11.952 4.704-11.952 4.704s-107.48 85.12-301.744 85.12-301.744-85.12-301.744-85.12-5.32-4.696-11.952-4.696c-7.92 0-15.44 5.328-15.44 17.080 0 1.24 0.12 2.48 0.352 3.696 16.68 89.28 28.88 152.72 31.008 162.368 14.56 65.68 143.040 115.336 297.76 115.336h0.016c154.736 0 283.216-49.656 297.776-115.336 2.144-9.64 14.32-73.040 31.008-162.32 0.224-1.224 0.352-2.48 0.352-3.72 0-11.76-7.52-17.096-15.44-17.096z", + "M581.392 493.896c0 38.399-31.129 69.528-69.528 69.528s-69.528-31.129-69.528-69.528c0-38.399 31.129-69.528 69.528-69.528s69.528 31.129 69.528 69.528z" + ], + "attrs": [], + "isMulticolor": false, + "grid": 0, + "tags": [ + "bitbucket-original" + ], + "colorPermutations": { + "226674112521093812521633819292921": [] + } + }, + "attrs": [], + "properties": { + "order": 218, + "id": 152, + "name": "bitbucket-original", + "prevSize": 32, + "code": 59663 + }, + "setIdx": 1, + "setId": 0, + "iconIdx": 18 + }, + { + "icon": { + "paths": [ + "M383.696 867.136c-14.136 0-28.424 3.488-38.104 7.12v-52.976c-0.005-2.665-2.166-4.824-4.832-4.824-0.003 0-0.006 0-0.008 0l-28.56-0c-0-0-0-0-0-0-2.651 0-4.8 2.149-4.8 4.8 0 0.008 0 0.017 0 0.025l-0 182.415c0 2.32 1.68 4.32 3.96 4.736 17.616 3.216 38.4 4.336 50.88 4.336 53.616 0 64.584-22.8 64.584-57.040v-39.92c0-32.32-14.512-48.672-43.12-48.672zM363.88 979.616c-7.232 0-13.216-0.28-18.296-0.88v-71.36c7.864-3.52 18.92-7.072 27.792-7.072 10.816 0 15.232 4.24 15.232 14.664v41.872c0 15.104-3.816 22.784-24.72 22.784zM558.16 869.92h-28.512c-0-0-0-0-0-0-2.656 0-4.81 2.146-4.824 4.799l-0 90.353c-10.288 5.216-24.76 10.624-33.384 10.624-6.424 0-8.8-2.376-8.8-8.8v-92.176c0-2.624-2.192-4.8-4.88-4.8h-28.496c-0.010-0-0.021-0-0.032-0-2.651 0-4.8 2.149-4.8 4.8 0 0 0 0 0 0l-0 95.816c0 28.024 11.040 42.24 32.752 42.24 15.12 0 35.728-5.2 53.12-13.376l2.096 7.12c0.624 2.056 2.48 3.472 4.64 3.472l21.12-0.016c2.664 0 4.824-2.16 4.824-4.824v-130.432c0-2.64-2.16-4.8-4.824-4.8zM673.040 980.456c-0.213-1.365-0.964-2.523-2.024-3.27-0.786-0.536-1.738-0.849-2.764-0.849-0.381 0-0.753 0.043-1.109 0.125-8.151 1.866-16.735 2.874-24.791 2.874-18.080 0-23.32-4.608-23.32-20.528v-37.696c0-15.936 5.224-20.544 23.312-20.544 4.304 0 15.016 0.616 24.824 2.864 0.33 0.081 0.708 0.127 1.098 0.127 2.417 0 4.418-1.78 4.763-4.1l3.395-22.602c0.035-0.217 0.055-0.468 0.055-0.723 0-2.169-1.438-4.001-3.413-4.596-11.034-3.249-23.922-4.393-31.53-4.393-43.12 0-60.704 15.704-60.704 54.24v37.152c0 38.528 17.584 54.24 60.704 54.24 10.464 0 22.536-1.68 31.496-4.368 2.009-0.613 3.445-2.45 3.445-4.623 0-0.252-0.019-0.499-0.056-0.74l-3.389-22.581zM869.616 867.136c-38.272 0-58.48 19.056-58.48 55.088v36.016c0 37.2 18.96 54.528 59.616 54.528 16.544 0 34.184-2.896 48.384-7.92 1.9-0.705 3.229-2.502 3.229-4.609 0-0.336-0.034-0.665-0.098-0.982l-4.235-20.368c-0.486-2.209-2.427-3.837-4.748-3.837-0.457 0-0.899 0.063-1.318 0.181-13.102 3.696-25.542 5.512-38.142 5.512-20.776 0-24.48-6.744-24.48-20.832v-4.928h70.832c0.007 0 0.016 0 0.024 0 2.651 0 4.8-2.149 4.8-4.8 0-0.014-0-0.028-0-0.042l0-26.254c0-38.72-17.6-56.744-55.384-56.744zM849.336 923.496v-4.624c0-13.44 6.56-19.712 20.56-19.712 15.488 0 18.584 7.552 18.584 19.704v4.616h-39.144zM183.304 869.864h-28.52c-2.664 0.005-4.823 2.161-4.832 4.823l-0 130.417c0 2.672 2.16 4.832 4.832 4.832h28.52c2.72 0 4.856-2.16 4.856-4.832v-130.416c0-0.002 0-0.005 0-0.008 0-2.66-2.156-4.816-4.816-4.816-0.014 0-0.028 0-0.042 0zM183.304 816.44h-28.52c-2.666 0.014-4.823 2.173-4.832 4.839l-0 24.561c0 2.72 2.16 4.848 4.832 4.848h28.52c0.017 0 0.036 0 0.056 0 2.651 0 4.8-2.149 4.8-4.8 0-0.014-0-0.028-0-0.042l0-24.558c0-0.002 0-0.005 0-0.008 0-2.669-2.163-4.832-4.832-4.832-0.008 0-0.017 0-0.025 0zM111.472 910.48c11.824-6.496 16.96-15.6 16.96-29.624v-19.184c0-28.096-16.864-41.728-51.464-41.728h-70.408c-2.64 0-4.8 2.16-4.8 4.816v180.32c0 2.672 2.16 4.832 4.8 4.832h75.44c33.584 0 52.864-16.32 52.864-44.776v-19.808c0-16.96-8.616-29.64-23.376-34.848zM41.048 853.12h31.72c14.36 0 16.36 6.264 16.36 12.96v16.44c0 10.688-4.992 15.248-16.64 15.248h-6.856c-0.007-0-0.016-0-0.024-0-2.673 0-4.84 2.167-4.84 4.84 0 0.003 0 0.006 0 0.008l-0 22.656c0 2.68 2.16 4.848 4.864 4.848h12.4c12.456 0 17.504 4.816 17.504 16.64v13.936c0 12.024-5.168 16.080-20.56 16.080h-33.936v-123.656zM290.456 982.216c-0.196-1.388-0.961-2.566-2.048-3.309-0.771-0.519-1.701-0.822-2.702-0.822-0.422 0-0.831 0.054-1.221 0.155-5.006 1.241-9.838 1.929-13.566 1.929-7.056 0-10.184-3.072-10.184-9.92v-69.12h27.704c2.664 0 4.824-2.16 4.824-4.824v-21.576c-0.005-2.665-2.166-4.824-4.832-4.824-0 0-0 0-0 0l-27.704-0v-33.224c-0.014-2.667-2.179-4.823-4.848-4.823-0.237 0-0.47 0.017-0.698 0.050l-28.502 3.965c-2.365 0.349-4.16 2.364-4.16 4.799 0 0 0 0.001 0 0.001l-0 29.232h-15.552c-2.664 0.005-4.823 2.161-4.832 4.823l-0 21.569c0 2.664 2.16 4.824 4.824 4.824h15.552v73.584c0 25.256 13.256 38.080 39.44 38.080 7.472 0 20.128-1.736 28.4-4.608 1.911-0.662 3.259-2.447 3.259-4.546 0-0.265-0.021-0.525-0.063-0.778l-3.116-20.652zM1019.072 982.208c-0.344-2.342-2.34-4.12-4.752-4.12-0.415 0-0.818 0.053-1.202 0.152-5.055 1.233-9.847 1.929-13.607 1.929-7.040 0-10.224-3.080-10.224-9.936v-69.104h27.736c0 0 0 0 0 0 2.651 0 4.8-2.149 4.8-4.8 0-0.008-0-0.017-0-0.025l0-21.575c0-0.007 0-0.016 0-0.024 0-2.651-2.149-4.8-4.8-4.8-0 0-0 0-0 0l-27.744-0v-33.232c0-0.018 0-0.040 0-0.062 0-1.423-0.63-2.7-1.627-3.565-0.852-0.745-1.968-1.196-3.188-1.196-0.238 0-0.471 0.017-0.699 0.050l-28.494 3.957c-2.359 0.344-4.152 2.35-4.16 4.775l-0 29.265h-15.536c-2.64 0-4.824 2.16-4.824 4.824v21.568c0 2.64 2.184 4.816 4.824 4.816h15.536v73.6c0 25.232 13.28 38.048 39.464 38.048 7.488 0 20.12-1.728 28.4-4.592 1.918-0.675 3.269-2.472 3.269-4.584 0-0.251-0.019-0.498-0.056-0.739l-3.117-20.661zM806.704 1001.872l-38.136-62.96 36.8-62c0.432-0.708 0.688-1.564 0.688-2.48 0-2.66-2.156-4.816-4.816-4.816-0.011 0-0.022 0-0.033 0l-31.494-0c-0.001-0-0.003-0-0.004-0-1.778 0-3.331 0.962-4.168 2.393l-35.012 60.695v-111.4c0-0.002 0-0.005 0-0.008 0-2.664-2.16-4.824-4.824-4.824-0.003 0-0.006 0-0.008 0l-28.512-0c-0-0-0-0-0-0-2.666 0-4.827 2.159-4.832 4.824l-0 183.8c0 2.664 2.16 4.832 4.832 4.832h28.52c2.672 0 4.84-2.16 4.84-4.832v-60.16l37.24 62.32c0.88 1.456 2.448 2.352 4.144 2.352h30.952c2.659-0.018 4.808-2.178 4.808-4.84 0-1.095-0.364-2.105-0.977-2.916z", + "M512 35.44c-176 0-316.992 46.96-316.992 105.248 0 15.36 38.208 235.52 53.32 322.848 6.784 39.16 107.744 96.576 263.76 96.576l-0.080-0.464v0.464c160 0 257.496-57.416 264.272-96.576 15.12-87.312 53.088-307.488 53.088-322.848-0.008-58.288-141.368-105.248-317.368-105.248zM512.504 489.376c-55.696 0-100.848-45.16-100.848-100.848 0-55.704 45.152-100.848 100.848-100.848s100.856 45.144 100.856 100.848c0 55.696-45.16 100.848-100.856 100.848zM512.448 173.216c-112.208-0.176-203.144-19.664-203.104-43.544 0.040-23.888 91.040-43.088 203.248-42.912s203.136 19.68 203.104 43.552c-0.040 23.888-91.040 43.080-203.248 42.904z", + "M740.52 551.040c-4.824 0-8.688 3.424-8.688 3.424s-78.136 61.864-219.336 61.872c-141.2 0-219.328-61.872-219.328-61.872s-3.864-3.416-8.688-3.416c-5.76 0-11.216 3.88-11.216 12.416 0 0.904 0.080 1.8 0.256 2.68 12.128 64.896 20.984 111.016 22.544 118.024 10.576 47.736 103.968 83.832 216.432 83.832h0.016c112.464 0 205.856-36.096 216.44-83.84 1.544-7 10.4-53.080 22.536-117.984 0.16-0.88 0.256-1.8 0.256-2.704-0.016-8.536-5.48-12.424-11.24-12.424z", + "M562.952 388.496c0 27.915-22.629 50.544-50.544 50.544s-50.544-22.629-50.544-50.544c0-27.915 22.629-50.544 50.544-50.544s50.544 22.629 50.544 50.544z" + ], + "attrs": [], + "isMulticolor": false, + "grid": 0, + "tags": [ + "bitbucket-original-wordmark" + ], + "colorPermutations": { + "226674112521093812521633819292921": [] + } + }, + "attrs": [], + "properties": { + "order": 217, + "id": 151, + "name": "bitbucket-original-wordmark", + "prevSize": 32, + "code": 59664 + }, + "setIdx": 1, + "setId": 0, + "iconIdx": 19 + }, + { + "icon": { + "paths": [ + "M796 900c-2.4 0-4 0-5.6 0-36 0-72 0-108 0-4 0-6.4-1.6-8.8-4-25.6-32-53.6-61.6-87.2-84.8-16.8-12-34.4-22.4-54.4-28-16-4.8-32.8-7.2-49.6-3.2s-31.2 13.6-43.2 25.6c-15.2 15.2-25.6 33.6-33.6 53.6-4.8 12-8.8 24-12.8 36-0.8 1.6-0.8 3.2-1.6 4.8-30.4 0-60 0-91.2 0-0.8-4.8-1.6-9.6-2.4-15.2-3.2-16-8-32-16-46.4-5.6-11.2-12.8-20.8-22.4-28.8-10.4-8.8-22.4-13.6-36-13.6-10.4 0-19.2 4-28 9.6-12 8-21.6 18.4-28.8 30.4-11.2 17.6-17.6 37.6-23.2 57.6-0.8 1.6-0.8 4-1.6 6.4-40 0-79.2 0-119.2 0-0.8-5.6-1.6-12-2.4-17.6-4-37.6-6.4-75.2-5.6-112.8 0.8-44 5.6-87.2 16-130.4 9.6-39.2 23.2-76 44-109.6 28.8-45.6 67.2-78.4 117.6-98.4 1.6-0.8 2.4-0.8 4-1.6 0 0 0.8 0 1.6 0 0.8 1.6 1.6 3.2 2.4 4.8 14.4 32 29.6 63.2 48 92 11.2 18.4 27.2 32 47.2 38.4 21.6 7.2 42.4 4.8 63.2-4 18.4-8 33.6-20 48-33.6 16.8-16 30.4-33.6 44-52.8 0.8-0.8 0.8-1.6 0.8-2.4-1.6 1.6-3.2 3.2-5.6 4.8-20 20-41.6 37.6-66.4 51.2-12 7.2-25.6 12.8-39.2 15.2-20 4-38.4 1.6-54.4-12.8-6.4-5.6-11.2-12-16-18.4-24-37.6-44.8-76.8-64-116.8-4-8-7.2-16-8-25.6-1.6-13.6 2.4-25.6 12-36 7.2-7.2 15.2-12.8 24.8-17.6 17.6-8.8 36-15.2 54.4-21.6 27.2-8.8 55.2-15.2 84-19.2 32.8-4.8 66.4-5.6 100-1.6 72 7.2 136 33.6 194.4 76 20 14.4 40.8 26.4 64.8 33.6 95.2 30.4 171.2-35.2 188.8-102.4 4.8-18.4 6.4-36.8-0.8-54.4-10.4-27.2-28.8-48-58.4-56-22.4-5.6-44-3.2-64.8 8-4 2.4-8 4-12 5.6-9.6 3.2-16 0.8-20.8-8-6.4-11.2-11.2-22.4-16.8-34.4-2.4-4.8-1.6-8.8 0.8-12.8 2.4-5.6 6.4-9.6 11.2-13.6 12-9.6 26.4-16 42.4-19.2 39.2-8.8 76-3.2 111.2 14.4 28 13.6 49.6 34.4 65.6 61.6 15.2 25.6 25.6 52.8 30.4 82.4 3.2 23.2 3.2 45.6 0.8 68.8-4.8 40-16 77.6-32 114.4-20.8 48-44.8 94.4-74.4 137.6-14.4 20.8-29.6 40.8-44 60.8-15.2 21.6-30.4 43.2-41.6 67.2-15.2 31.2-24 63.2-27.2 97.6-2.4 29.6-0.8 58.4 4 88 0.8 4.8 1.6 8 1.6 11.2zM730.4 488.8c2.4 19.2-4 32-21.6 39.2-12.8 4.8-28.8 0.8-36.8-10.4-12.8-16.8-8.8-32 5.6-46.4-14.4-4.8-28.8-9.6-42.4-13.6-3.2 8-4.8 20-4 29.6 1.6 19.2 8.8 35.2 24.8 45.6 16.8 11.2 36 16 56 12 20.8-4 36.8-16 48-33.6 2.4-3.2 4-6.4 4-11.2-11.2-3.2-22.4-7.2-33.6-11.2z" + ], + "attrs": [], + "isMulticolor": false, + "grid": 0, + "tags": [ + "gradle-plain" + ], + "colorPermutations": { + "226674112521093812521633819292921": [] + } + }, + "attrs": [], + "properties": { + "order": 216, + "id": 150, + "name": "gradle-plain", + "prevSize": 32, + "code": 59650 + }, + "setIdx": 1, + "setId": 0, + "iconIdx": 20 + }, + { + "icon": { + "paths": [ + "M313.6 396c8 5.6 16 10.4 24 16 1.6 1.6 4.8 1.6 7.2 1.6 24.8-4 48.8 0 68.8 16 12.8 10.4 21.6 24 25.6 40 0.8 4.8 0 6.4-4.8 5.6-1.6 0-4 0-5.6 0-12 1.6-20.8 0-27.2-13.6-8-16.8-27.2-23.2-46.4-19.2-0.8 8 0 16.8-1.6 24.8-5.6 26.4-19.2 48.8-44.8 61.6-4 1.6-4 4-2.4 7.2 8.8 32 36 48.8 68.8 44 9.6-1.6 34.4-12 33.6-16 0-8 0-15.2 0-23.2 0-4.8-1.6-6.4-5.6-6.4-12 0-23.2 0-35.2 0-4.8 0-6.4-1.6-5.6-6.4 0-4.8 0-9.6 0-14.4 0-4 0.8-5.6 4.8-4.8 22.4 0 44.8 0 68 0 4 0 4.8 1.6 4.8 4.8 0 19.2 0 39.2 0 58.4 0 10.4-8 16.8-15.2 22.4-13.6 9.6-29.6 13.6-45.6 14.4-19.2 1.6-39.2 1.6-56.8-8-23.2-12-38.4-30.4-46.4-55.2-2.4-7.2-4-8-10.4-4-5.6 3.2-8 8.8-8 15.2-0.8 14.4 0 29.6-0.8 44 0 2.4 0 4 0 7.2-11.2 0-22.4 0-32.8 0-1.6 0-3.2-3.2-4.8-4-10.4-9.6-19.2-20-29.6-28-16-12.8-31.2-8.8-41.6 8.8-4 7.2-7.2 15.2-11.2 24-9.6 0-19.2 0-29.6 0-1.6-4.8-1.6-9.6-4-14.4s-4.8-9.6-8.8-13.6c-7.2-8-16.8-8-24.8-0.8-8.8 7.2-12 17.6-14.4 28.8-12.8 0-26.4 0-39.2 0-0.8-6.4-1.6-12.8-3.2-19.2 0-11.2 0-23.2 0-34.4 0.8-5.6 1.6-12 2.4-17.6 3.2-21.6 9.6-42.4 24.8-60 8.8-11.2 20-18.4 33.6-23.2 5.6 10.4 10.4 20 15.2 28.8 5.6 10.4 14.4 17.6 27.2 16.8s29.6-12.8 33.6-23.2c-1.6 1.6-3.2 2.4-4 3.2-6.4 4-12.8 8.8-20 11.2-10.4 4-20 2.4-25.6-6.4-8.8-14.4-16.8-29.6-24.8-44.8-4-8-1.6-15.2 6.4-20.8 2.4-1.6 4.8-3.2 7.2-4 16.8-4.8 33.6-10.4 50.4-13.6 42.4-7.2 80.8 3.2 112 34.4 8 8 17.6 15.2 28 24 8-15.2 18.4-27.2 32.8-36-4.8-3.2-8.8-5.6-12-8.8-5.6-4-5.6-6.4-0.8-11.2 3.2-3.2 6.4-5.6 8.8-8 2.4 0 4 0 5.6 0zM226.4 467.2c-4.8-1.6-9.6-3.2-13.6-4.8-4.8 14.4 0.8 24.8 13.6 28.8 12 3.2 25.6-3.2 28.8-14.4-3.2-0.8-6.4-2.4-11.2-4 0.8 7.2-1.6 12-8 13.6-4.8 0.8-8.8 0-12-4.8s-1.6-8.8 2.4-14.4zM775.2 483.2c0-3.2 0-4.8 0-7.2 0-17.6 0-35.2 0-52 0-4.8 1.6-6.4 5.6-6.4 6.4 0 12.8 0 19.2 0 4.8 0 6.4 1.6 5.6 6.4 0 24 0 48 0 72.8 0 19.2 0 37.6 0 56.8 0 16-0.8 32-0.8 48 0 4-1.6 5.6-5.6 5.6-5.6 0-11.2 0-17.6 0-5.6 0-8-0.8-7.2-7.2 0-1.6 0-2.4-0.8-4.8-1.6 0.8-3.2 0.8-4 1.6-21.6 22.4-64.8 16-82.4-13.6-16.8-28.8-12-76 12-99.2 18.4-17.6 53.6-20 70.4-2.4 2.4-0 4-0 5.6 1.6zM772 516.8c-4-12.8-13.6-20-27.2-20-12 0-21.6 4.8-28 16-9.6 18.4-8.8 36.8 0.8 54.4 11.2 20.8 40.8 20 51.2-0.8 7.2-10.4 8-40 3.2-49.6zM665.6 605.6c-9.6 0-20 0-29.6 0-4 0-4.8-1.6-5.6-4.8 0-1.6-0.8-3.2-0.8-5.6-2.4 1.6-4.8 2.4-7.2 4-17.6 9.6-36 12.8-55.2 4.8-16-6.4-24.8-19.2-25.6-36 0-15.2 6.4-28.8 20.8-35.2 11.2-4.8 23.2-7.2 34.4-10.4 8-2.4 16.8-4 24.8-6.4 3.2-0.8 6.4-4.8 7.2-8 1.6-4.8-0.8-9.6-5.6-12.8-10.4-6.4-29.6-4.8-38.4 2.4-2.4 1.6-4.8 4.8-4.8 7.2-0.8 5.6-4 5.6-8.8 5.6-5.6 0-11.2 0-17.6 0-5.6 0-6.4-2.4-5.6-6.4 2.4-12 8-21.6 19.2-28 14.4-8 29.6-9.6 45.6-8 7.2 0.8 13.6 1.6 20.8 3.2 19.2 4.8 28 16.8 28 36 0 20.8 0 41.6 0 62.4 0 8 0 15.2 0 23.2 1.6 4.8 3.2 8 4 12.8zM631.2 539.2c-10.4 2.4-20 4.8-29.6 7.2-5.6 1.6-11.2 2.4-16 4-8 3.2-11.2 8.8-10.4 17.6 0.8 6.4 4.8 11.2 12 12.8 11.2 3.2 21.6 1.6 31.2-4 12.8-6.4 16.8-20 12.8-37.6zM912 545.6c-1.6 12 8.8 26.4 20.8 31.2 13.6 5.6 37.6 4.8 47.2-11.2 0.8-1.6 4-2.4 5.6-1.6 7.2 3.2 13.6 7.2 20.8 11.2-4.8 10.4-12 17.6-20.8 24-23.2 16.8-74.4 15.2-95.2-17.6-7.2-11.2-10.4-24-11.2-37.6-0.8-16.8 1.6-32.8 11.2-47.2 10.4-16 25.6-24 44-27.2 12.8-1.6 25.6 0 37.6 4 23.2 8.8 32.8 28 36.8 51.2 0.8 4.8 0.8 8.8 1.6 13.6s-1.6 6.4-6.4 6.4c-28 0-56 0-84 0-3.2 0.8-5.6 0.8-8 0.8zM912.8 523.2c20.8 0 41.6 0 62.4 0 1.6-13.6-11.2-28-24.8-28.8-20.8-1.6-36.8 9.6-37.6 28.8zM831.2 598.4c0 5.6 1.6 8 7.2 7.2s11.2 0 16.8 0c5.6 0 7.2-1.6 7.2-7.2 0-24 0-48 0-72.8 0-34.4 0.8-69.6 0.8-104 0-4-1.6-4.8-4.8-4.8-6.4 0-12.8 0-20 0-5.6 0-7.2 1.6-7.2 7.2 0 28.8 0 57.6 0 86.4 0 30.4 0 59.2 0 88zM490.4 488.8c0-4 0-8 0-12 0-3.2-1.6-4.8-4.8-4.8-6.4 0-12.8 0-20 0-4 0-5.6 1.6-5.6 5.6 0 40.8 0 82.4 0 123.2 0 4 1.6 5.6 5.6 5.6 5.6 0 11.2 0 17.6 0 5.6 0.8 7.2-1.6 7.2-7.2 0-20.8 0.8-42.4 0.8-63.2 0.8-16 10.4-28.8 26.4-32.8 3.2-0.8 7.2-0.8 11.2-1.6s5.6-2.4 5.6-6.4c0-6.4 0-13.6 0-20 0-4-1.6-5.6-5.6-5.6-12.8 0.8-24.8 4.8-32.8 15.2-0.8 1.6-2.4 3.2-4 4.8-0-0.8-0.8-0.8-1.6-0.8z" + ], + "attrs": [], + "isMulticolor": false, + "grid": 0, + "tags": [ + "gradle-plain-wordmark" + ], + "colorPermutations": { + "226674112521093812521633819292921": [] + } + }, + "attrs": [], + "properties": { + "order": 215, + "id": 149, + "name": "gradle-plain-wordmark", + "prevSize": 32, + "code": 59633 + }, + "setIdx": 1, + "setId": 0, + "iconIdx": 21 + }, + { + "icon": { + "paths": [ + "M737.6 66.4c-8-4.8-16-9.6-24-13.6-8.8-4-17.6-8-26.4-12-3.2-0.8-5.6-2.4-8.8-3.2-8-3.2-15.2-6.4-23.2-8.8-43.2-14.4-88.8-21.6-136.8-21.6-244 0-440.8 197.6-440.8 441.6 0 215.2 153.6 393.6 356 433.6v126.4c263.2-40 496.8-249.6 514.4-524.8 10.4-166.4-72-336-210.4-417.6zM412.8 172.8c14.4-1.6 30.4 4 40.8 16.8 8 8 12.8 18.4 18.4 29.6 16 37.6 10.4 78.4-11.2 108-37.6-8-72-32-88-69.6-5.6-10.4-8.8-24.8-8.8-35.2 0.8-27.2 24-47.2 48.8-49.6zM280.8 303.2c3.2 0 5.6 0 8.8 0 13.6 0 24 3.2 37.6 8.8 37.6 16 64.8 48 72.8 83.2-32 21.6-76 27.2-113.6 11.2-10.4-5.6-20.8-11.2-32-19.2-35.2-28.8-16-82.4 26.4-84zM289.6 580.8c-48.8 2.4-72-53.6-36.8-83.2 8-8 18.4-13.6 32-19.2 14.4-6.4 28.8-8.8 44-9.6 24.8-0.8 48.8 6.4 68.8 20-5.6 35.2-32 67.2-69.6 83.2-12 6.4-25.6 8.8-38.4 8.8zM475.2 659.2c-5.6 10.4-10.4 21.6-18.4 32-27.2 35.2-89.6 10.4-86.4-35.2 0-10.4 3.2-24 8.8-34.4 16-37.6 48-61.6 85.6-69.6 20.8 32 26.4 72.8 10.4 107.2zM548 219.2c5.6-10.4 10.4-21.6 18.4-32 11.2-12.8 27.2-18.4 42.4-16.8 24.8 2.4 48.8 22.4 47.2 51.2 0 10.4-3.2 24.8-8.8 35.2-16 37.6-48 61.6-85.6 69.6-24-28.8-29.6-68.8-13.6-107.2zM572 691.2c-8-8-12.8-18.4-18.4-29.6-16-37.6-10.4-78.4 11.2-108 37.6 8 72 32 88 69.6 5.6 10.4 8.8 24.8 8.8 35.2 1.6 41.6-60 65.6-89.6 32.8zM736.8 578.4c-13.6 0-24-3.2-37.6-8.8-37.6-16-64.8-48-72.8-83.2 20-13.6 44.8-20.8 69.6-20 14.4 0 29.6 3.2 44 9.6 10.4 5.6 20.8 10.4 32 18.4 36.8 27.2 12.8 87.2-35.2 84z" + ], + "attrs": [], + "isMulticolor": false, + "grid": 0, + "tags": [ + "cucumber-plain" + ], + "colorPermutations": { + "226674112521093812521633819292921": [] + } + }, + "attrs": [], + "properties": { + "order": 214, + "id": 148, + "name": "cucumber-plain", + "prevSize": 32, + "code": 59652 + }, + "setIdx": 1, + "setId": 0, + "iconIdx": 22 + }, + { + "icon": { + "paths": [ + "M888.8 527.2c-12 0-19.2 5.6-24.8 15.2 0-2.4 0.8-4.8 0.8-7.2v-4h-20v99.2h20v-56.8c0-16 8.8-26.4 24-26.4h4v-20l-4-0zM85.6 564c-5.6-8.8-13.6-14.4-24.8-14.4-18.4 0-31.2 13.6-31.2 31.2s12.8 31.2 31.2 31.2c11.2 0 19.2-5.6 24.8-14.4l18.4 10.4c-8.8 13.6-24.8 23.2-43.2 23.2-33.6 0-52.8-25.6-52.8-50.4s20-50.4 52.8-50.4c20.8 0 33.6 9.6 43.2 23.2l-18.4 10.4zM121.6 532h20.8v53.6c0 14.4 10.4 24 23.2 24s23.2-10.4 23.2-24v-53.6h20.8v55.2c0 27.2-20.8 43.2-44 43.2s-44-16-44-43.2v-55.2zM305.6 564c-5.6-8.8-13.6-14.4-24.8-14.4-18.4 0-31.2 13.6-31.2 31.2s12.8 31.2 31.2 31.2c11.2 0 19.2-5.6 24.8-14.4l18.4 10.4c-8.8 13.6-24.8 23.2-43.2 23.2-33.6 0-52.8-25.6-52.8-50.4s19.2-50.4 52.8-50.4c20.8 0 33.6 9.6 43.2 23.2l-18.4 10.4zM340.8 532h20.8v53.6c0 14.4 10.4 24 23.2 24s23.2-10.4 23.2-24v-53.6h20.8v55.2c0 27.2-20.8 43.2-44 43.2s-44-16-44-43.2v-55.2zM454.4 568c0-24.8 16-38.4 35.2-38.4 14.4 0 24.8 7.2 28.8 16.8v0c4-10.4 14.4-16.8 28.8-16.8 19.2 0 35.2 14.4 35.2 38.4v60h-20.8v-60c0-11.2-7.2-18.4-16-18.4-9.6 0-16.8 5.6-16.8 20.8v56.8h-20.8v-56.8c0-15.2-7.2-20.8-16.8-20.8-8.8 0-16 6.4-16 18.4v60h-21.6v-60h0.8zM608 504h20.8v40c4.8-8 17.6-14.4 31.2-14.4 24.8 0 49.6 18.4 49.6 50.4s-24.8 50.4-49.6 50.4c-13.6 0-26.4-6.4-31.2-14.4v0 12h-20.8v-124zM658.4 549.6c-16.8 0-29.6 13.6-29.6 31.2s12.8 31.2 29.6 31.2c17.6 0 30.4-13.6 30.4-31.2-0.8-18.4-12.8-31.2-30.4-31.2v0zM820.8 607.2c-11.2 14.4-27.2 23.2-44.8 23.2-33.6 0-52.8-25.6-52.8-50.4s20-50.4 52.8-50.4c20 0 49.6 16.8 49.6 53.6v3.2h-79.2c0.8 14.4 15.2 25.6 29.6 25.6 11.2 0 20.8-5.6 28-15.2l16.8 10.4zM801.6 570.4c-4-14.4-15.2-22.4-28.8-22.4-12.8 0-24 8-27.2 22.4h56zM981.6 391.2c-0.8-0.8-2.4-1.6-3.2-1.6-1.6-0.8-2.4-1.6-4-1.6-0.8 0-0.8 0-1.6-0.8s-2.4-0.8-3.2-1.6c-6.4-2.4-12.8-3.2-20-3.2-36 0-64.8 28.8-64.8 64.8 0 31.2 22.4 57.6 52 64v18.4c38.4-5.6 72.8-36.8 75.2-76.8 1.6-24.8-10.4-49.6-30.4-61.6zM933.6 407.2c2.4 0 4.8 0.8 6.4 2.4 0.8 0.8 1.6 2.4 2.4 4 2.4 5.6 1.6 11.2-1.6 16-5.6-0.8-10.4-4.8-12.8-10.4-0.8-1.6-1.6-4-1.6-5.6 0-3.2 4-6.4 7.2-6.4zM914.4 426.4c0.8 0 0.8 0 1.6 0 1.6 0 3.2 0.8 5.6 1.6 5.6 2.4 9.6 7.2 10.4 12-4.8 3.2-11.2 4-16.8 1.6-1.6-0.8-3.2-1.6-4.8-3.2-4.8-4-2.4-12 4-12zM915.2 467.2c-7.2 0-10.4-8-5.6-12 0.8-0.8 2.4-2.4 4.8-3.2s4-1.6 6.4-1.6c4 0 7.2 0.8 10.4 3.2-0.8 4.8-4.8 9.6-10.4 12-1.6 0.8-3.2 1.6-5.6 1.6zM943.2 478.4c-0.8 1.6-1.6 3.2-2.4 4.8-4 4.8-12.8 1.6-12.8-5.6 0-1.6 0.8-3.2 1.6-4.8 2.4-5.6 7.2-8.8 12.8-10.4 1.6 4.8 2.4 11.2 0.8 16zM953.6 413.6c0.8-1.6 1.6-3.2 2.4-4.8 1.6-1.6 4-2.4 6.4-2.4 4 0 7.2 3.2 7.2 7.2 0 1.6-0.8 4-1.6 5.6-2.4 5.6-7.2 8.8-12.8 10.4-3.2-4-4-10.4-1.6-16zM956.8 483.2c-0.8-0.8-1.6-2.4-2.4-4-2.4-5.6-1.6-11.2 1.6-16 5.6 0.8 10.4 4.8 12.8 10.4 0.8 1.6 1.6 4 1.6 4.8 0 6.4-8.8 9.6-13.6 4.8zM981.6 466.4c-1.6 0-3.2-0.8-5.6-1.6-5.6-2.4-9.6-7.2-10.4-12 3.2-1.6 6.4-3.2 10.4-3.2 2.4 0 4 0.8 6.4 1.6 1.6 0.8 3.2 1.6 4.8 2.4 4.8 4.8 0.8 13.6-5.6 12.8z" + ], + "attrs": [], + "isMulticolor": false, + "grid": 0, + "tags": [ + "cucumber-plain-wordmark" + ], + "colorPermutations": { + "226674112521093812521633819292921": [] + } + }, + "attrs": [], + "properties": { + "order": 213, + "id": 147, + "name": "cucumber-plain-wordmark", + "prevSize": 32, + "code": 59653 + }, + "setIdx": 1, + "setId": 0, + "iconIdx": 23 + }, + { + "icon": { + "paths": [ + "M688.8 380c65.6 68 69.6 150.4 69.6 169.6h-488.8c0-16.8 4-108 78.4-178.4 68-64 148-66.4 166.4-66.4 16-0 104 2.4 174.4 75.2zM1007.2 512c0 273.6-221.6 495.2-495.2 495.2s-496-221.6-496-495.2 222.4-496 496-496 495.2 222.4 495.2 496zM885.6 642.4c1.6-19.2 2.4-47.2 0-80 0 0 0-0.8 0-0.8h-71.2v-25.6h68.8c-5.6-64-20.8-159.2-90.4-240-1.6-2.4-4-4-5.6-6.4l-54.4 54.4-18.4-18.4 54.4-54.4c-88.8-84.8-202.4-98.4-242.4-100.8v74.4h-25.6v-75.2c-39.2 1.6-152.8 14.4-244 103.2l52 52-17.6 19.2-52-52c-73.6 82.4-90.4 180.8-96.8 244h66.4v25.6h-68.8c0 0.8 0 1.6 0 3.2-2.4 32-1.6 59.2 0 77.6h745.6z" + ], + "attrs": [], + "isMulticolor": false, + "grid": 0, + "tags": [ + "protractor-plain" + ], + "colorPermutations": { + "226674112521093812521633819292921": [] + } + }, + "attrs": [], + "properties": { + "order": 212, + "id": 146, + "prevSize": 32, + "code": 59648, + "name": "protractor-plain" + }, + "setIdx": 1, + "setId": 0, + "iconIdx": 24 + }, + { + "icon": { + "paths": [ + "M150.4 476c12.8 13.6 13.6 30.4 14.4 34.4h-98.4c0-3.2 0.8-21.6 16-36 13.6-12.8 29.6-13.6 33.6-13.6 2.4 0 20.8 0.8 34.4 15.2zM215.2 502.4c0 55.2-44.8 100-100 100s-100-44.8-100-100 44.8-100 100-100 100 44.8 100 100zM190.4 528.8c0-4 0.8-9.6 0-16v0h-14.4v-4.8h13.6c-0.8-12.8-4-32-18.4-48.8 0-0.8-0.8-0.8-0.8-1.6l-10.4 11.2-4-4 11.2-11.2c-18.4-16.8-40.8-20-48.8-20v15.2h-4.8v-15.2c-8 0-31.2 3.2-49.6 20.8l10.4 10.4-4 4-10.4-10.4c-15.2 16.8-18.4 36.8-19.2 49.6h13.6v4.8h-14.4c0 0 0 0 0 0.8-0.8 6.4 0 12 0 16l150.4-0.8zM295.2 447.2c-4.8-0.8-9.6-1.6-13.6-1.6-12 0-24.8 0-36.8 0 0 38.4 0 76.8 0 114.4 6.4 0 12 0 18.4 0 0-14.4 0-28 0-42.4 4.8 0 8.8 0.8 13.6 0 7.2-0.8 15.2-1.6 22.4-4 15.2-4.8 22.4-18.4 21.6-35.2-1.6-16.8-9.6-27.2-25.6-31.2zM289.6 498.4c-8 2.4-16.8 2.4-26.4 4 0-14.4 0-28 0-41.6 8 0.8 16 0.8 24 2.4s12.8 8 12.8 16.8c1.6 8.8-2.4 16-10.4 18.4zM356 560c-6.4 0-12 0-18.4 0 0-28.8 0-57.6 0-87.2 4 0 8 0 12 0 0.8 0 2.4 2.4 3.2 3.2 0.8 3.2 0.8 7.2 1.6 10.4 5.6-4 10.4-8.8 16-12.8 6.4-4 12.8-3.2 20.8-1.6-0.8 5.6-0.8 11.2-1.6 16.8-1.6 0-3.2 0-4.8 0-16.8-1.6-28 8.8-28.8 25.6 0 13.6 0 26.4 0 40 0 2.4 0 4 0 5.6zM476.8 539.2c-5.6 15.2-20 23.2-37.6 22.4-16.8 0-30.4-8-36.8-24-5.6-13.6-5.6-28-0.8-41.6 6.4-18.4 24.8-27.2 44.8-24 19.2 3.2 32 17.6 33.6 37.6 0 2.4 0 4.8 0 7.2 0.8-0-0.8 15.2-3.2 22.4zM421.6 536c3.2 8 10.4 11.2 17.6 11.2 8 0 15.2-2.4 18.4-10.4 5.6-12.8 5.6-26.4 0-39.2-4-8-12-10.4-20-9.6s-13.6 4-16 11.2c-2.4 5.6-2.4 30.4 0 36.8zM503.2 487.2c-4 0-7.2 0-11.2 0-1.6-5.6-0.8-9.6 4.8-11.2 6.4-1.6 8.8-7.2 10.4-12.8 3.2-10.4 3.2-9.6 14.4-8.8 0 5.6 0 12 0 18.4 8.8 0 16.8 0 24.8 0 0 4.8 0 9.6 0 14.4-8 0-16 0-24.8 0 0 6.4 0 12.8 0 18.4 0 8.8 0 17.6 0 26.4 0 11.2 4.8 15.2 16 14.4 3.2 0 5.6-0.8 9.6-1.6 0 4 0 8 0 12 0 0.8-1.6 2.4-3.2 3.2-8 0.8-16 2.4-24 0.8-10.4-2.4-16-11.2-16-24.8 0-14.4 0-28 0-42.4-0.8-1.6-0.8-4-0.8-6.4zM584 560c-6.4 0-12 0-18.4 0 0-28.8 0-57.6 0-86.4 4.8 0 8.8 0 14.4 0 0.8 4.8 1.6 9.6 2.4 15.2 8.8-13.6 20-20 36-16-0.8 5.6-0.8 11.2-1.6 16.8-4 0-7.2 0-10.4 0-12.8 0.8-21.6 9.6-22.4 22.4-0.8 14.4 0 29.6 0 44 0 0.8 0 2.4 0 4zM696.8 560c-4 0-8 0-12.8 0-1.6-4-2.4-7.2-4-12-5.6 6.4-11.2 12-19.2 12.8-5.6 0.8-12 0.8-18.4 0-10.4-1.6-17.6-8.8-18.4-19.2-2.4-13.6 2.4-23.2 12-28 11.2-5.6 23.2-5.6 35.2-6.4 8 0 8-0.8 7.2-8.8s-5.6-12-13.6-12.8c-4.8 0-8.8 0.8-13.6 1.6-4 0.8-8.8 3.2-13.6 4.8-1.6-4-4-8.8-6.4-13.6 16-7.2 32.8-10.4 49.6-4 8.8 3.2 14.4 10.4 14.4 20 1.6 21.6 1.6 43.2 1.6 65.6zM677.6 518.4c-4.8 0-8.8 0-12.8 0.8-4.8 0.8-9.6 1.6-14.4 3.2-5.6 2.4-8.8 8.8-7.2 15.2 1.6 5.6 4.8 8.8 12 8.8 16.8 1.6 25.6-9.6 22.4-28zM780.8 476.8c-1.6 5.6-4 9.6-5.6 14.4-4.8-1.6-9.6-2.4-14.4-4-13.6-2.4-24.8 4-26.4 18.4-0.8 8-0.8 16.8 0.8 24.8 2.4 11.2 10.4 16.8 21.6 15.2 7.2-0.8 13.6-3.2 21.6-4.8 0 4 0 8.8 0 13.6 0 0.8-1.6 2.4-3.2 3.2-14.4 5.6-29.6 5.6-43.2-1.6-8-4-12.8-11.2-15.2-20-4-12.8-4-25.6 0-38.4 4-14.4 13.6-23.2 28.8-25.6 12-1.6 23.2-0 35.2 4.8zM819.2 472.8c8.8 0 16 0 24 0 0 4.8 0 9.6 0 14.4-8 0-16 0-24 0 0 16.8 0 32.8 0 49.6 0 6.4 4.8 9.6 10.4 9.6 4.8 0 9.6-0.8 14.4-1.6 0 4 0 8 0 12 0 0.8-1.6 2.4-3.2 3.2-8 0.8-16 2.4-24 0.8-10.4-1.6-16.8-8.8-16.8-20-0.8-14.4-0.8-28.8-0.8-43.2 0-3.2 0-6.4 0-9.6-4 0-8 0-11.2 0-1.6-5.6-0.8-9.6 4.8-11.2 6.4-1.6 8.8-6.4 10.4-12.8 0.8-3.2 2.4-6.4 3.2-9.6 4 0 7.2 0 12 0 0.8 5.6 0.8 12 0.8 18.4zM935.2 539.2c-5.6 15.2-20.8 24-38.4 23.2-18.4-0.8-32-10.4-36.8-26.4-4-12-4-24-0.8-36.8 5.6-20 24-30.4 46.4-27.2 19.2 3.2 32 17.6 33.6 37.6 0 2.4 0 4.8 0 7.2-0-0-1.6 15.2-4 22.4zM920.8 516c-1.6-5.6-2.4-12-4-17.6-3.2-8.8-11.2-11.2-20-11.2s-14.4 4-17.6 12c-4 11.2-4 23.2 0 34.4 3.2 8.8 10.4 13.6 20 12.8 9.6 0 16.8-4.8 19.2-14.4 0.8-4.8 1.6-9.6 2.4-16zM1013.6 474.4c-0.8 4.8-1.6 9.6-2.4 14.4-4 0-7.2 0-11.2 0-11.2 0.8-20 8.8-20.8 20s-0.8 22.4-0.8 33.6c0 5.6 0 11.2 0 16.8-6.4 0-12 0-18.4 0 0-28.8 0-57.6 0-85.6 0.8 0 0.8-0.8 0.8-0.8 12.8-0.8 12.8-0.8 15.2 11.2 0 0.8 0.8 1.6 0.8 3.2 8.8-13.6 20.8-19.2 36-16 0.8 2.4 0.8 3.2 0.8 3.2z" + ], + "attrs": [], + "isMulticolor": false, + "grid": 0, + "tags": [ + "protractor-plain-wordmark" + ], + "colorPermutations": { + "226674112521093812521633819292921": [] + } + }, + "attrs": [], + "properties": { + "order": 211, + "id": 145, + "prevSize": 32, + "code": 59649, + "name": "protractor-plain-wordmark" + }, + "setIdx": 1, + "setId": 0, + "iconIdx": 25 + }, { "icon": { "paths": [ @@ -10,24 +738,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "safari-line-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 185, - "id": 6, + "id": 0, "prevSize": 32, "code": 58930, "name": "safari-line-wordmark" }, - "setIdx": 0, - "setId": 2, - "iconIdx": 0 + "setIdx": 1, + "setId": 0, + "iconIdx": 26 }, { "icon": { @@ -38,24 +766,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "safari-line" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 186, - "id": 5, + "id": 1, "prevSize": 32, "code": 58938, "name": "safari-line" }, - "setIdx": 0, - "setId": 2, - "iconIdx": 1 + "setIdx": 1, + "setId": 0, + "iconIdx": 27 }, { "icon": { @@ -66,24 +794,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "safari-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 187, - "id": 4, + "id": 2, "prevSize": 32, "code": 58939, "name": "safari-plain-wordmark" }, - "setIdx": 0, - "setId": 2, - "iconIdx": 2 + "setIdx": 1, + "setId": 0, + "iconIdx": 28 }, { "icon": { @@ -94,10 +822,10 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "safari-plain" - ] + ], + "grid": 0 }, "attrs": [ {} @@ -109,9 +837,9 @@ "code": 58940, "name": "safari-plain" }, - "setIdx": 0, - "setId": 2, - "iconIdx": 3 + "setIdx": 1, + "setId": 0, + "iconIdx": 29 }, { "icon": { @@ -122,24 +850,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "jetbrains-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 184, - "id": 2, + "id": 4, "prevSize": 32, "code": 58941, "name": "jetbrains-plain" }, - "setIdx": 0, - "setId": 2, - "iconIdx": 4 + "setIdx": 1, + "setId": 0, + "iconIdx": 30 }, { "icon": { @@ -150,24 +878,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "django-line" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 183, - "id": 1, + "id": 5, "prevSize": 32, "code": 58942, "name": "django-line" }, - "setIdx": 0, - "setId": 2, - "iconIdx": 5 + "setIdx": 1, + "setId": 0, + "iconIdx": 31 }, { "icon": { @@ -178,24 +906,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "django-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 182, - "id": 0, + "id": 6, "prevSize": 32, "code": 58943, "name": "django-plain" }, - "setIdx": 0, - "setId": 2, - "iconIdx": 6 + "setIdx": 1, + "setId": 0, + "iconIdx": 32 }, { "icon": { @@ -206,24 +934,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "gimp-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 181, - "id": 10, + "id": 7, "prevSize": 32, "code": 58931, "name": "gimp-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 0 + "setId": 0, + "iconIdx": 33 }, { "icon": { @@ -234,24 +962,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "redhat-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 174, - "id": 9, + "id": 8, "prevSize": 32, "code": 58922, "name": "redhat-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 1 + "setId": 0, + "iconIdx": 34 }, { "icon": { @@ -262,24 +990,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "redhat-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 173, - "id": 8, + "id": 9, "prevSize": 32, "code": 58923, "name": "redhat-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 2 + "setId": 0, + "iconIdx": 35 }, { "icon": { @@ -290,24 +1018,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "cplusplus-line" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 167, - "id": 5, + "id": 10, "prevSize": 32, "code": 58932, "name": "cplusplus-line" }, "setIdx": 1, - "setId": 1, - "iconIdx": 3 + "setId": 0, + "iconIdx": 36 }, { "icon": { @@ -318,24 +1046,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "cplusplus-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 168, - "id": 4, + "id": 11, "prevSize": 32, "code": 58933, "name": "cplusplus-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 4 + "setId": 0, + "iconIdx": 37 }, { "icon": { @@ -346,24 +1074,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "csharp-line" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 169, - "id": 3, + "id": 12, "prevSize": 32, "code": 58934, "name": "csharp-line" }, "setIdx": 1, - "setId": 1, - "iconIdx": 5 + "setId": 0, + "iconIdx": 38 }, { "icon": { @@ -374,24 +1102,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "csharp-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 170, - "id": 2, + "id": 13, "prevSize": 32, "code": 58935, "name": "csharp-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 6 + "setId": 0, + "iconIdx": 39 }, { "icon": { @@ -402,24 +1130,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "c-line" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 171, - "id": 1, + "id": 14, "prevSize": 32, "code": 58936, "name": "c-line" }, "setIdx": 1, - "setId": 1, - "iconIdx": 7 + "setId": 0, + "iconIdx": 40 }, { "icon": { @@ -430,24 +1158,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "c-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 172, - "id": 0, + "id": 15, "prevSize": 32, "code": 58937, "name": "c-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 8 + "setId": 0, + "iconIdx": 41 }, { "icon": { @@ -462,10 +1190,10 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "nodewebkit-line-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {}, @@ -474,14 +1202,14 @@ ], "properties": { "order": 130, - "id": 27, + "id": 16, "prevSize": 32, "code": 58897, "name": "nodewebkit-line-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 9 + "setId": 0, + "iconIdx": 42 }, { "icon": { @@ -496,10 +1224,10 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "nodewebkit-line" - ] + ], + "grid": 0 }, "attrs": [ {}, @@ -508,14 +1236,14 @@ ], "properties": { "order": 131, - "id": 26, + "id": 17, "prevSize": 32, "code": 58898, "name": "nodewebkit-line" }, "setIdx": 1, - "setId": 1, - "iconIdx": 10 + "setId": 0, + "iconIdx": 43 }, { "icon": { @@ -526,24 +1254,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "nodewebkit-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 132, - "id": 25, + "id": 18, "prevSize": 32, "code": 58899, "name": "nodewebkit-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 11 + "setId": 0, + "iconIdx": 44 }, { "icon": { @@ -554,24 +1282,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "nodewebkit-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 133, - "id": 24, + "id": 19, "prevSize": 32, "code": 58900, "name": "nodewebkit-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 12 + "setId": 0, + "iconIdx": 45 }, { "icon": { @@ -582,24 +1310,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "nginx-original" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 134, - "id": 23, + "id": 20, "prevSize": 32, "code": 58901, "name": "nginx-original" }, "setIdx": 1, - "setId": 1, - "iconIdx": 13 + "setId": 0, + "iconIdx": 46 }, { "icon": { @@ -610,24 +1338,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "erlang-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 135, - "id": 22, + "id": 21, "prevSize": 32, "code": 58902, "name": "erlang-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 14 + "setId": 0, + "iconIdx": 47 }, { "icon": { @@ -638,24 +1366,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "erlang-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 136, - "id": 21, + "id": 22, "prevSize": 32, "code": 58903, "name": "erlang-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 15 + "setId": 0, + "iconIdx": 48 }, { "icon": { @@ -666,24 +1394,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "doctrine-line-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 137, - "id": 20, + "id": 23, "prevSize": 32, "code": 58904, "name": "doctrine-line-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 16 + "setId": 0, + "iconIdx": 49 }, { "icon": { @@ -694,24 +1422,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "doctrine-line" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 138, - "id": 19, + "id": 24, "prevSize": 32, "code": 58905, "name": "doctrine-line" }, "setIdx": 1, - "setId": 1, - "iconIdx": 17 + "setId": 0, + "iconIdx": 50 }, { "icon": { @@ -722,24 +1450,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "doctrine-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 139, - "id": 18, + "id": 25, "prevSize": 32, "code": 58906, "name": "doctrine-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 18 + "setId": 0, + "iconIdx": 51 }, { "icon": { @@ -750,24 +1478,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "doctrine-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 140, - "id": 17, + "id": 26, "prevSize": 32, "code": 58917, "name": "doctrine-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 19 + "setId": 0, + "iconIdx": 52 }, { "icon": { @@ -778,24 +1506,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "apache-line-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 141, - "id": 16, + "id": 27, "prevSize": 32, "code": 58918, "name": "apache-line-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 20 + "setId": 0, + "iconIdx": 53 }, { "icon": { @@ -806,24 +1534,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "apache-line" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 142, - "id": 15, + "id": 28, "prevSize": 32, "code": 58919, "name": "apache-line" }, "setIdx": 1, - "setId": 1, - "iconIdx": 21 + "setId": 0, + "iconIdx": 54 }, { "icon": { @@ -834,24 +1562,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "apache-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 143, - "id": 14, + "id": 29, "prevSize": 32, "code": 58920, "name": "apache-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 22 + "setId": 0, + "iconIdx": 55 }, { "icon": { @@ -862,24 +1590,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "apache-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 144, - "id": 13, + "id": 30, "prevSize": 32, "code": 58921, "name": "apache-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 23 + "setId": 0, + "iconIdx": 56 }, { "icon": { @@ -890,24 +1618,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "go-line" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 145, - "id": 12, + "id": 31, "prevSize": 32, "code": 58896, "name": "go-line" }, "setIdx": 1, - "setId": 1, - "iconIdx": 24 + "setId": 0, + "iconIdx": 57 }, { "icon": { @@ -918,24 +1646,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "redis-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 146, - "id": 11, + "id": 32, "prevSize": 32, "code": 58886, "name": "redis-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 25 + "setId": 0, + "iconIdx": 58 }, { "icon": { @@ -946,24 +1674,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "redis-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 147, - "id": 10, + "id": 33, "prevSize": 32, "code": 58887, "name": "redis-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 26 + "setId": 0, + "iconIdx": 59 }, { "icon": { @@ -974,24 +1702,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "meteor-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 148, - "id": 9, + "id": 34, "prevSize": 32, "code": 58888, "name": "meteor-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 27 + "setId": 0, + "iconIdx": 60 }, { "icon": { @@ -1002,24 +1730,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "meteor-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 149, - "id": 8, + "id": 35, "prevSize": 32, "code": 58889, "name": "meteor-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 28 + "setId": 0, + "iconIdx": 61 }, { "icon": { @@ -1030,24 +1758,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "heroku-line-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 150, - "id": 7, + "id": 36, "prevSize": 32, "code": 58890, "name": "heroku-line-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 29 + "setId": 0, + "iconIdx": 62 }, { "icon": { @@ -1058,24 +1786,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "heroku-line" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 151, - "id": 6, + "id": 37, "prevSize": 32, "code": 58891, "name": "heroku-line" }, "setIdx": 1, - "setId": 1, - "iconIdx": 30 + "setId": 0, + "iconIdx": 63 }, { "icon": { @@ -1086,24 +1814,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "heroku-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 152, - "id": 5, + "id": 38, "prevSize": 32, "code": 58892, "name": "heroku-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 31 + "setId": 0, + "iconIdx": 64 }, { "icon": { @@ -1114,24 +1842,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "heroku-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 153, - "id": 4, + "id": 39, "prevSize": 32, "code": 58895, "name": "heroku-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 32 + "setId": 0, + "iconIdx": 65 }, { "icon": { @@ -1142,24 +1870,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "go-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 154, - "id": 2, + "id": 40, "prevSize": 32, "code": 58907, "name": "go-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 33 + "setId": 0, + "iconIdx": 66 }, { "icon": { @@ -1170,24 +1898,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "docker-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 155, - "id": 1, + "id": 41, "prevSize": 32, "code": 58910, "name": "docker-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 34 + "setId": 0, + "iconIdx": 67 }, { "icon": { @@ -1198,24 +1926,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "docker-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 156, - "id": 0, + "id": 42, "prevSize": 32, "code": 58911, "name": "docker-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 35 + "setId": 0, + "iconIdx": 68 }, { "icon": { @@ -1226,24 +1954,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "symfony-original-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 102, - "id": 3, + "id": 43, "prevSize": 32, "code": 58882, "name": "symfony-original-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 36 + "setId": 0, + "iconIdx": 69 }, { "icon": { @@ -1254,24 +1982,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "symfony-original" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 101, - "id": 2, + "id": 44, "prevSize": 32, "code": 58885, "name": "symfony-original" }, "setIdx": 1, - "setId": 1, - "iconIdx": 37 + "setId": 0, + "iconIdx": 70 }, { "icon": { @@ -1284,10 +2012,10 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "react-original-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {}, @@ -1295,14 +2023,14 @@ ], "properties": { "order": 99, - "id": 1, + "id": 45, "prevSize": 32, "code": 58880, "name": "react-original-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 38 + "setId": 0, + "iconIdx": 71 }, { "icon": { @@ -1315,10 +2043,10 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "react-original" - ] + ], + "grid": 0 }, "attrs": [ {}, @@ -1326,14 +2054,14 @@ ], "properties": { "order": 100, - "id": 0, + "id": 46, "prevSize": 32, "code": 58881, "name": "react-original" }, "setIdx": 1, - "setId": 1, - "iconIdx": 39 + "setId": 0, + "iconIdx": 72 }, { "icon": { @@ -1344,24 +2072,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "amazonwebservices-original" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 1, - "id": 156, + "id": 47, "prevSize": 32, "code": 58883, "name": "amazonwebservices-original" }, "setIdx": 1, - "setId": 1, - "iconIdx": 40 + "setId": 0, + "iconIdx": 73 }, { "icon": { @@ -1372,24 +2100,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "amazonwebservices-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 2, - "id": 155, + "id": 48, "prevSize": 32, "code": 58884, "name": "amazonwebservices-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 41 + "setId": 0, + "iconIdx": 74 }, { "icon": { @@ -1400,24 +2128,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "android-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 3, - "id": 152, + "id": 49, "prevSize": 32, "code": 58893, "name": "android-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 42 + "setId": 0, + "iconIdx": 75 }, { "icon": { @@ -1428,24 +2156,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "android-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 4, - "id": 151, + "id": 50, "prevSize": 32, "code": 58894, "name": "android-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 43 + "setId": 0, + "iconIdx": 76 }, { "icon": { @@ -1456,24 +2184,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "angularjs-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 5, - "id": 148, + "id": 51, "prevSize": 32, "code": 58908, "name": "angularjs-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 44 + "setId": 0, + "iconIdx": 77 }, { "icon": { @@ -1484,24 +2212,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "angularjs-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 6, - "id": 147, + "id": 52, "prevSize": 32, "code": 58909, "name": "angularjs-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 45 + "setId": 0, + "iconIdx": 78 }, { "icon": { @@ -1512,24 +2240,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "appcelerator-original" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 7, - "id": 145, + "id": 53, "prevSize": 32, "code": 58912, "name": "appcelerator-original" }, "setIdx": 1, - "setId": 1, - "iconIdx": 46 + "setId": 0, + "iconIdx": 79 }, { "icon": { @@ -1540,24 +2268,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "appcelerator-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 8, - "id": 144, + "id": 54, "prevSize": 32, "code": 58913, "name": "appcelerator-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 47 + "setId": 0, + "iconIdx": 80 }, { "icon": { @@ -1568,24 +2296,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "apple-original" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 9, - "id": 143, + "id": 55, "prevSize": 32, "code": 58914, "name": "apple-original" }, "setIdx": 1, - "setId": 1, - "iconIdx": 48 + "setId": 0, + "iconIdx": 81 }, { "icon": { @@ -1598,10 +2326,10 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "atom-original-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {}, @@ -1609,14 +2337,14 @@ ], "properties": { "order": 10, - "id": 142, + "id": 56, "prevSize": 32, "code": 58915, "name": "atom-original-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 49 + "setId": 0, + "iconIdx": 82 }, { "icon": { @@ -1627,24 +2355,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "atom-original" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 11, - "id": 141, + "id": 57, "prevSize": 32, "code": 58916, "name": "atom-original" }, "setIdx": 1, - "setId": 1, - "iconIdx": 50 + "setId": 0, + "iconIdx": 83 }, { "icon": { @@ -1655,24 +2383,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "backbonejs-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 12, - "id": 138, + "id": 58, "prevSize": 32, "code": 58924, "name": "backbonejs-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 51 + "setId": 0, + "iconIdx": 84 }, { "icon": { @@ -1683,24 +2411,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "backbonejs-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 13, - "id": 137, + "id": 59, "prevSize": 32, "code": 58925, "name": "backbonejs-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 52 + "setId": 0, + "iconIdx": 85 }, { "icon": { @@ -1711,24 +2439,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "bootstrap-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 14, - "id": 136, + "id": 60, "prevSize": 32, "code": 58926, "name": "bootstrap-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 53 + "setId": 0, + "iconIdx": 86 }, { "icon": { @@ -1739,24 +2467,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "bootstrap-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 15, - "id": 135, + "id": 61, "prevSize": 32, "code": 58927, "name": "bootstrap-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 54 + "setId": 0, + "iconIdx": 87 }, { "icon": { @@ -1767,24 +2495,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "bower-line-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 16, - "id": 134, + "id": 62, "prevSize": 32, "code": 58928, "name": "bower-line-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 55 + "setId": 0, + "iconIdx": 88 }, { "icon": { @@ -1795,24 +2523,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "bower-line" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 17, - "id": 133, + "id": 63, "prevSize": 32, "code": 58929, "name": "bower-line" }, "setIdx": 1, - "setId": 1, - "iconIdx": 56 + "setId": 0, + "iconIdx": 89 }, { "icon": { @@ -1823,24 +2551,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "bower-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 18, - "id": 130, + "id": 64, "prevSize": 32, "code": 58958, "name": "bower-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 57 + "setId": 0, + "iconIdx": 90 }, { "icon": { @@ -1851,24 +2579,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "bower-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 19, - "id": 129, + "id": 65, "prevSize": 32, "code": 58959, "name": "bower-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 58 + "setId": 0, + "iconIdx": 91 }, { "icon": { @@ -1881,10 +2609,10 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "chrome-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {}, @@ -1892,14 +2620,14 @@ ], "properties": { "order": 20, - "id": 126, + "id": 66, "prevSize": 32, "code": 58981, "name": "chrome-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 59 + "setId": 0, + "iconIdx": 92 }, { "icon": { @@ -1912,10 +2640,10 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "chrome-plain" - ] + ], + "grid": 0 }, "attrs": [ {}, @@ -1923,14 +2651,14 @@ ], "properties": { "order": 21, - "id": 125, + "id": 67, "prevSize": 32, "code": 58982, "name": "chrome-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 60 + "setId": 0, + "iconIdx": 93 }, { "icon": { @@ -1941,24 +2669,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "codeigniter-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 22, - "id": 124, + "id": 68, "prevSize": 32, "code": 58983, "name": "codeigniter-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 61 + "setId": 0, + "iconIdx": 94 }, { "icon": { @@ -1969,24 +2697,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "codeigniter-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 23, - "id": 123, + "id": 69, "prevSize": 32, "code": 58984, "name": "codeigniter-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 62 + "setId": 0, + "iconIdx": 95 }, { "icon": { @@ -1997,24 +2725,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "coffeescript-original-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 24, - "id": 122, + "id": 70, "prevSize": 32, "code": 58985, "name": "coffeescript-original-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 63 + "setId": 0, + "iconIdx": 96 }, { "icon": { @@ -2025,24 +2753,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "coffeescript-original" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 25, - "id": 121, + "id": 71, "prevSize": 32, "code": 58986, "name": "coffeescript-original" }, "setIdx": 1, - "setId": 1, - "iconIdx": 64 + "setId": 0, + "iconIdx": 97 }, { "icon": { @@ -2055,10 +2783,10 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "css3-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {}, @@ -2066,14 +2794,14 @@ ], "properties": { "order": 26, - "id": 118, + "id": 72, "prevSize": 32, "code": 59000, "name": "css3-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 65 + "setId": 0, + "iconIdx": 98 }, { "icon": { @@ -2084,24 +2812,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "css3-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 27, - "id": 117, + "id": 73, "prevSize": 32, "code": 59001, "name": "css3-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 66 + "setId": 0, + "iconIdx": 99 }, { "icon": { @@ -2112,24 +2840,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "debian-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 28, - "id": 114, + "id": 74, "prevSize": 32, "code": 59006, "name": "debian-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 67 + "setId": 0, + "iconIdx": 100 }, { "icon": { @@ -2140,24 +2868,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "debian-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 29, - "id": 113, + "id": 75, "prevSize": 32, "code": 59007, "name": "debian-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 68 + "setId": 0, + "iconIdx": 101 }, { "icon": { @@ -2176,10 +2904,10 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "dot-net-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {}, @@ -2190,14 +2918,14 @@ ], "properties": { "order": 30, - "id": 110, + "id": 76, "prevSize": 32, "code": 59091, "name": "dot-net-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 69 + "setId": 0, + "iconIdx": 102 }, { "icon": { @@ -2208,24 +2936,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "dot-net-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 31, - "id": 109, + "id": 77, "prevSize": 32, "code": 59092, "name": "dot-net-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 70 + "setId": 0, + "iconIdx": 103 }, { "icon": { @@ -2236,24 +2964,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "drupal-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 32, - "id": 106, + "id": 78, "prevSize": 32, "code": 59106, "name": "drupal-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 71 + "setId": 0, + "iconIdx": 104 }, { "icon": { @@ -2264,24 +2992,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "drupal-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 33, - "id": 105, + "id": 79, "prevSize": 32, "code": 59107, "name": "drupal-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 72 + "setId": 0, + "iconIdx": 105 }, { "icon": { @@ -2294,10 +3022,10 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "firefox-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {}, @@ -2305,14 +3033,14 @@ ], "properties": { "order": 34, - "id": 102, + "id": 80, "prevSize": 32, "code": 59229, "name": "firefox-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 73 + "setId": 0, + "iconIdx": 106 }, { "icon": { @@ -2323,24 +3051,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "firefox-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 35, - "id": 101, + "id": 81, "prevSize": 32, "code": 59230, "name": "firefox-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 74 + "setId": 0, + "iconIdx": 107 }, { "icon": { @@ -2351,24 +3079,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "foundation-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 36, - "id": 98, + "id": 82, "prevSize": 32, "code": 59298, "name": "foundation-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 75 + "setId": 0, + "iconIdx": 108 }, { "icon": { @@ -2379,24 +3107,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "foundation-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 37, - "id": 97, + "id": 83, "prevSize": 32, "code": 59299, "name": "foundation-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 76 + "setId": 0, + "iconIdx": 109 }, { "icon": { @@ -2407,24 +3135,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "git-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 38, - "id": 94, + "id": 84, "prevSize": 32, "code": 59303, "name": "git-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 77 + "setId": 0, + "iconIdx": 110 }, { "icon": { @@ -2435,24 +3163,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "git-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 39, - "id": 93, + "id": 85, "prevSize": 32, "code": 59304, "name": "git-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 78 + "setId": 0, + "iconIdx": 111 }, { "icon": { @@ -2463,24 +3191,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "grunt-line-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 40, - "id": 92, + "id": 86, "prevSize": 32, "code": 59305, "name": "grunt-line-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 79 + "setId": 0, + "iconIdx": 112 }, { "icon": { @@ -2491,24 +3219,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "grunt-line" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 41, - "id": 91, + "id": 87, "prevSize": 32, "code": 59306, "name": "grunt-line" }, "setIdx": 1, - "setId": 1, - "iconIdx": 80 + "setId": 0, + "iconIdx": 113 }, { "icon": { @@ -2519,10 +3247,10 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "grunt-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} @@ -2535,8 +3263,8 @@ "name": "grunt-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 81 + "setId": 0, + "iconIdx": 114 }, { "icon": { @@ -2547,24 +3275,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "grunt-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 43, - "id": 87, + "id": 89, "prevSize": 32, "code": 59371, "name": "grunt-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 82 + "setId": 0, + "iconIdx": 115 }, { "icon": { @@ -2575,24 +3303,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "gulp-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 44, - "id": 86, + "id": 90, "prevSize": 32, "code": 59372, "name": "gulp-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 83 + "setId": 0, + "iconIdx": 116 }, { "icon": { @@ -2603,24 +3331,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "html5-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 45, - "id": 83, + "id": 91, "prevSize": 32, "code": 59382, "name": "html5-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 84 + "setId": 0, + "iconIdx": 117 }, { "icon": { @@ -2631,24 +3359,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "html5-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 46, - "id": 82, + "id": 92, "prevSize": 32, "code": 59383, "name": "html5-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 85 + "setId": 0, + "iconIdx": 118 }, { "icon": { @@ -2659,24 +3387,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "ie10-original" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 47, - "id": 81, + "id": 93, "prevSize": 32, "code": 59384, "name": "ie10-original" }, "setIdx": 1, - "setId": 1, - "iconIdx": 86 + "setId": 0, + "iconIdx": 119 }, { "icon": { @@ -2687,24 +3415,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "illustrator-line" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 48, - "id": 80, + "id": 94, "prevSize": 32, "code": 59385, "name": "illustrator-line" }, "setIdx": 1, - "setId": 1, - "iconIdx": 87 + "setId": 0, + "iconIdx": 120 }, { "icon": { @@ -2715,24 +3443,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "illustrator-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 49, - "id": 79, + "id": 95, "prevSize": 32, "code": 59386, "name": "illustrator-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 88 + "setId": 0, + "iconIdx": 121 }, { "icon": { @@ -2743,24 +3471,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "inkscape-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 50, - "id": 76, + "id": 96, "prevSize": 32, "code": 59444, "name": "inkscape-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 89 + "setId": 0, + "iconIdx": 122 }, { "icon": { @@ -2771,24 +3499,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "inkscape-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 51, - "id": 75, + "id": 97, "prevSize": 32, "code": 59445, "name": "inkscape-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 90 + "setId": 0, + "iconIdx": 123 }, { "icon": { @@ -2799,24 +3527,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "java-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 52, - "id": 72, + "id": 98, "prevSize": 32, "code": 59457, "name": "java-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 91 + "setId": 0, + "iconIdx": 124 }, { "icon": { @@ -2827,24 +3555,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "java-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 53, - "id": 71, + "id": 99, "prevSize": 32, "code": 59458, "name": "java-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 92 + "setId": 0, + "iconIdx": 125 }, { "icon": { @@ -2855,24 +3583,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "javascript-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 98, - "id": 69, + "id": 100, "prevSize": 32, "code": 59461, "name": "javascript-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 93 + "setId": 0, + "iconIdx": 126 }, { "icon": { @@ -2883,24 +3611,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "jquery-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 54, - "id": 66, + "id": 101, "prevSize": 32, "code": 59465, "name": "jquery-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 94 + "setId": 0, + "iconIdx": 127 }, { "icon": { @@ -2911,24 +3639,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "jquery-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 55, - "id": 65, + "id": 102, "prevSize": 32, "code": 59466, "name": "jquery-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 95 + "setId": 0, + "iconIdx": 128 }, { "icon": { @@ -2939,24 +3667,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "krakenjs-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 56, - "id": 62, + "id": 103, "prevSize": 32, "code": 59471, "name": "krakenjs-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 96 + "setId": 0, + "iconIdx": 129 }, { "icon": { @@ -2967,24 +3695,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "krakenjs-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 57, - "id": 61, + "id": 104, "prevSize": 32, "code": 59472, "name": "krakenjs-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 97 + "setId": 0, + "iconIdx": 130 }, { "icon": { @@ -2995,24 +3723,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "laravel-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 58, - "id": 60, + "id": 105, "prevSize": 32, "code": 59473, "name": "laravel-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 98 + "setId": 0, + "iconIdx": 131 }, { "icon": { @@ -3025,10 +3753,10 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "laravel-plain" - ] + ], + "grid": 0 }, "attrs": [ {}, @@ -3036,14 +3764,14 @@ ], "properties": { "order": 59, - "id": 59, + "id": 106, "prevSize": 32, "code": 59474, "name": "laravel-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 99 + "setId": 0, + "iconIdx": 132 }, { "icon": { @@ -3054,24 +3782,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "less-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 60, - "id": 58, + "id": 107, "prevSize": 32, "code": 59475, "name": "less-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 100 + "setId": 0, + "iconIdx": 133 }, { "icon": { @@ -3082,24 +3810,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "linux-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 61, - "id": 56, + "id": 108, "prevSize": 32, "code": 60188, "name": "linux-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 101 + "setId": 0, + "iconIdx": 134 }, { "icon": { @@ -3110,24 +3838,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "mongodb-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 62, - "id": 53, + "id": 109, "prevSize": 32, "code": 60227, "name": "mongodb-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 102 + "setId": 0, + "iconIdx": 135 }, { "icon": { @@ -3138,24 +3866,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "mongodb-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 63, - "id": 52, + "id": 110, "prevSize": 32, "code": 60228, "name": "mongodb-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 103 + "setId": 0, + "iconIdx": 136 }, { "icon": { @@ -3166,24 +3894,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "moodle-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 64, - "id": 49, + "id": 111, "prevSize": 32, "code": 60250, "name": "moodle-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 104 + "setId": 0, + "iconIdx": 137 }, { "icon": { @@ -3194,24 +3922,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "moodle-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 65, - "id": 48, + "id": 112, "prevSize": 32, "code": 60251, "name": "moodle-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 105 + "setId": 0, + "iconIdx": 138 }, { "icon": { @@ -3222,24 +3950,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "mysql-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 66, - "id": 45, + "id": 113, "prevSize": 32, "code": 60256, "name": "mysql-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 106 + "setId": 0, + "iconIdx": 139 }, { "icon": { @@ -3250,24 +3978,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "mysql-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 67, - "id": 44, + "id": 114, "prevSize": 32, "code": 60257, "name": "mysql-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 107 + "setId": 0, + "iconIdx": 140 }, { "icon": { @@ -3278,24 +4006,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "nodejs-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 68, - "id": 41, + "id": 115, "prevSize": 32, "code": 60265, "name": "nodejs-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 108 + "setId": 0, + "iconIdx": 141 }, { "icon": { @@ -3306,24 +4034,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "nodejs-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 69, - "id": 40, + "id": 116, "prevSize": 32, "code": 60266, "name": "nodejs-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 109 + "setId": 0, + "iconIdx": 142 }, { "icon": { @@ -3334,24 +4062,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "oracle-original" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 70, - "id": 39, + "id": 117, "prevSize": 32, "code": 60267, "name": "oracle-original" }, "setIdx": 1, - "setId": 1, - "iconIdx": 110 + "setId": 0, + "iconIdx": 143 }, { "icon": { @@ -3362,24 +4090,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "photoshop-line" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 71, - "id": 38, + "id": 118, "prevSize": 32, "code": 60268, "name": "photoshop-line" }, "setIdx": 1, - "setId": 1, - "iconIdx": 111 + "setId": 0, + "iconIdx": 144 }, { "icon": { @@ -3390,24 +4118,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "photoshop-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 72, - "id": 37, + "id": 119, "prevSize": 32, "code": 60269, "name": "photoshop-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 112 + "setId": 0, + "iconIdx": 145 }, { "icon": { @@ -3418,24 +4146,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "php-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 73, - "id": 35, + "id": 120, "prevSize": 32, "code": 60273, "name": "php-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 113 + "setId": 0, + "iconIdx": 146 }, { "icon": { @@ -3448,10 +4176,10 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "postgresql-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {}, @@ -3459,14 +4187,14 @@ ], "properties": { "order": 74, - "id": 32, + "id": 121, "prevSize": 32, "code": 60284, "name": "postgresql-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 114 + "setId": 0, + "iconIdx": 147 }, { "icon": { @@ -3477,24 +4205,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "postgresql-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 75, - "id": 31, + "id": 122, "prevSize": 32, "code": 60285, "name": "postgresql-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 115 + "setId": 0, + "iconIdx": 148 }, { "icon": { @@ -3517,10 +4245,10 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "python-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {}, @@ -3533,14 +4261,14 @@ ], "properties": { "order": 76, - "id": 28, + "id": 123, "prevSize": 32, "code": 60296, "name": "python-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 116 + "setId": 0, + "iconIdx": 149 }, { "icon": { @@ -3551,24 +4279,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "python-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 77, - "id": 27, + "id": 124, "prevSize": 32, "code": 60297, "name": "python-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 117 + "setId": 0, + "iconIdx": 150 }, { "icon": { @@ -3589,10 +4317,10 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "rails-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {}, @@ -3604,14 +4332,14 @@ ], "properties": { "order": 78, - "id": 25, + "id": 125, "prevSize": 32, "code": 60322, "name": "rails-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 118 + "setId": 0, + "iconIdx": 151 }, { "icon": { @@ -3622,24 +4350,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "rails-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 79, - "id": 24, + "id": 126, "prevSize": 32, "code": 60323, "name": "rails-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 119 + "setId": 0, + "iconIdx": 152 }, { "icon": { @@ -3650,24 +4378,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "ruby-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 80, - "id": 21, + "id": 127, "prevSize": 32, "code": 60361, "name": "ruby-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 120 + "setId": 0, + "iconIdx": 153 }, { "icon": { @@ -3678,24 +4406,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "ruby-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 81, - "id": 20, + "id": 128, "prevSize": 32, "code": 60362, "name": "ruby-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 121 + "setId": 0, + "iconIdx": 154 }, { "icon": { @@ -3706,24 +4434,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "sass-original" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 82, - "id": 19, + "id": 129, "prevSize": 32, "code": 60363, "name": "sass-original" }, "setIdx": 1, - "setId": 1, - "iconIdx": 122 + "setId": 0, + "iconIdx": 155 }, { "icon": { @@ -3734,24 +4462,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "travis-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 83, - "id": 18, + "id": 130, "prevSize": 32, "code": 60364, "name": "travis-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 123 + "setId": 0, + "iconIdx": 156 }, { "icon": { @@ -3762,24 +4490,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "travis-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 84, - "id": 17, + "id": 131, "prevSize": 32, "code": 60365, "name": "travis-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 124 + "setId": 0, + "iconIdx": 157 }, { "icon": { @@ -3792,10 +4520,10 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "trello-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {}, @@ -3803,14 +4531,14 @@ ], "properties": { "order": 85, - "id": 16, + "id": 132, "prevSize": 32, "code": 60366, "name": "trello-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 125 + "setId": 0, + "iconIdx": 158 }, { "icon": { @@ -3821,24 +4549,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "trello-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 86, - "id": 15, + "id": 133, "prevSize": 32, "code": 60367, "name": "trello-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 126 + "setId": 0, + "iconIdx": 159 }, { "icon": { @@ -3849,24 +4577,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "ubuntu-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 87, - "id": 14, + "id": 134, "prevSize": 32, "code": 60368, "name": "ubuntu-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 127 + "setId": 0, + "iconIdx": 160 }, { "icon": { @@ -3877,24 +4605,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "ubuntu-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 88, - "id": 13, + "id": 135, "prevSize": 32, "code": 60369, "name": "ubuntu-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 128 + "setId": 0, + "iconIdx": 161 }, { "icon": { @@ -3905,24 +4633,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "vim-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 89, - "id": 11, + "id": 136, "prevSize": 32, "code": 60403, "name": "vim-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 129 + "setId": 0, + "iconIdx": 162 }, { "icon": { @@ -3933,24 +4661,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "windows8-original-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 90, - "id": 10, + "id": 137, "prevSize": 32, "code": 60404, "name": "windows8-original-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 130 + "setId": 0, + "iconIdx": 163 }, { "icon": { @@ -3961,24 +4689,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "windows8-original" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 91, - "id": 9, + "id": 138, "prevSize": 32, "code": 60405, "name": "windows8-original" }, "setIdx": 1, - "setId": 1, - "iconIdx": 131 + "setId": 0, + "iconIdx": 164 }, { "icon": { @@ -3989,24 +4717,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "wordpress-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 92, - "id": 7, + "id": 139, "prevSize": 32, "code": 60413, "name": "wordpress-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 132 + "setId": 0, + "iconIdx": 165 }, { "icon": { @@ -4017,24 +4745,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "wordpress-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 93, - "id": 6, + "id": 140, "prevSize": 32, "code": 60414, "name": "wordpress-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 133 + "setId": 0, + "iconIdx": 166 }, { "icon": { @@ -4049,10 +4777,10 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "yii-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {}, @@ -4061,14 +4789,14 @@ ], "properties": { "order": 94, - "id": 3, + "id": 141, "prevSize": 32, "code": 60417, "name": "yii-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 134 + "setId": 0, + "iconIdx": 167 }, { "icon": { @@ -4079,24 +4807,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "yii-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 95, - "id": 2, + "id": 142, "prevSize": 32, "code": 60418, "name": "yii-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 135 + "setId": 0, + "iconIdx": 168 }, { "icon": { @@ -4107,24 +4835,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "zend-plain-wordmark" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 96, - "id": 1, + "id": 143, "prevSize": 32, "code": 60419, "name": "zend-plain-wordmark" }, "setIdx": 1, - "setId": 1, - "iconIdx": 136 + "setId": 0, + "iconIdx": 169 }, { "icon": { @@ -4135,24 +4863,24 @@ {} ], "isMulticolor": false, - "grid": 0, "tags": [ "zend-plain" - ] + ], + "grid": 0 }, "attrs": [ {} ], "properties": { "order": 97, - "id": 0, + "id": 144, "prevSize": 32, "code": 60420, "name": "zend-plain" }, "setIdx": 1, - "setId": 1, - "iconIdx": 137 + "setId": 0, + "iconIdx": 170 } ], "height": 1024, @@ -4163,7 +4891,7 @@ "showGlyphs": true, "showQuickUse": true, "showQuickUse2": true, - "showSVGs": true, + "showSVGs": false, "fontPref": { "prefix": "devicon-", "metadata": { @@ -4179,16 +4907,22 @@ "showSelector": false, "showVersion": false, "resetPoint": 58880, - "ie7": false + "ie7": false, + "embed": false }, "imagePref": { "prefix": "icon-", "png": true, "useClassSelector": true, "color": 4473924, - "bgColor": 16777215 + "bgColor": 16777215, + "classSelector": ".icon", + "height": 32, + "columns": 16, + "margin": 16 }, "historySize": 100, - "showCodes": true + "showCodes": true, + "gridSize": 16 } } \ No newline at end of file diff --git a/icons/cucumber/cucumber-plain-wordmark.svg b/icons/cucumber/cucumber-plain-wordmark.svg new file mode 100644 index 00000000..7971734e --- /dev/null +++ b/icons/cucumber/cucumber-plain-wordmark.svg @@ -0,0 +1,38 @@ + + + + +cucumber-plain-wordmark + + diff --git a/icons/cucumber/cucumber-plain.svg b/icons/cucumber/cucumber-plain.svg new file mode 100644 index 00000000..2f89abf5 --- /dev/null +++ b/icons/cucumber/cucumber-plain.svg @@ -0,0 +1,20 @@ + + + + + + diff --git a/icons/gatling/gatling-plain-wordmark.svg b/icons/gatling/gatling-plain-wordmark.svg new file mode 100644 index 00000000..af60e63e --- /dev/null +++ b/icons/gatling/gatling-plain-wordmark.svg @@ -0,0 +1,25 @@ + + + + + + diff --git a/icons/gatling/gatling-plain.svg b/icons/gatling/gatling-plain.svg new file mode 100644 index 00000000..2b40c9c4 --- /dev/null +++ b/icons/gatling/gatling-plain.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/icons/gradle/gradle-plain-wordmark.svg b/icons/gradle/gradle-plain-wordmark.svg new file mode 100644 index 00000000..520d3fe5 --- /dev/null +++ b/icons/gradle/gradle-plain-wordmark.svg @@ -0,0 +1,42 @@ + + + + + + diff --git a/icons/gradle/gradle-plain.svg b/icons/gradle/gradle-plain.svg new file mode 100644 index 00000000..c800aa57 --- /dev/null +++ b/icons/gradle/gradle-plain.svg @@ -0,0 +1,25 @@ + + + + + + diff --git a/icons/protractor/protractor-plain-wordmark.svg b/icons/protractor/protractor-plain-wordmark.svg new file mode 100644 index 00000000..2b63f99e --- /dev/null +++ b/icons/protractor/protractor-plain-wordmark.svg @@ -0,0 +1,42 @@ + + + + + + diff --git a/icons/protractor/protractor-plain.svg b/icons/protractor/protractor-plain.svg new file mode 100644 index 00000000..14f26566 --- /dev/null +++ b/icons/protractor/protractor-plain.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/package.json b/package.json index e96269f9..1c26c71d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "devicon", - "version": "2.1.0", + "version": "2.2.0", "description": "Programming related icons collection", "main": "devicon.min.css", "scripts": {