commit 7ebde86705c8578bcfcce414fa8da5bb90202d3a Author: jiajia Date: Mon Mar 28 15:06:19 2022 +0800 init diff --git a/css/base.css b/css/base.css new file mode 100644 index 0000000..5269929 --- /dev/null +++ b/css/base.css @@ -0,0 +1,70 @@ +/* 把我们所有标签的内外边距清零 */ +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +/* em 和 i 斜体的文字不倾斜 */ +em, +i { + font-style: normal +} +/* 去掉li 的小圆点 */ +li { + list-style: none +} + +img { + /* border 0 照顾低版本浏览器 如果 图片外面包含了链接会有边框的问题 */ + border: 0; + /* 取消图片底侧有空白缝隙的问题 */ + vertical-align: middle +} + +button { + /* 当我们鼠标经过button 按钮的时候,鼠标变成小手 */ + cursor: pointer +} + +a { + color: #666; + text-decoration: none +} + +a:hover { + color: #c81623 +} + +button, +input { + /* "\5B8B\4F53" 就是宋体的意思 这样浏览器兼容性比较好 */ + font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif; + border: 0; + outline: 0; +} + +body { + /* CSS3 抗锯齿形 让文字显示的更加清晰 */ + -webkit-font-smoothing: antialiased; + background-color: #fff; + font: 12px/1.5 Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif; + color: #666 +} + +.hide, +.none { + display: none +} +/* 清除浮动 */ +.clearfix:after { + visibility: hidden; + clear: both; + display: block; + content: "."; + height: 0 +} + +.clearfix { + *zoom: 1 +} \ No newline at end of file diff --git a/css/common.css b/css/common.css new file mode 100644 index 0000000..65cfd08 --- /dev/null +++ b/css/common.css @@ -0,0 +1,269 @@ +/* 版心确定1200 */ + +.w{ + width: 1200px; + margin: 0 auto; +} +/* 调用字体图标 */ +@font-face { + font-family: 'icomoon'; + src: url('../fonts/icomoon.eot'); + src: url('../fonts/icomoon.eot?7kkyc2#iefix') format('embedded-opentype'), + url('../fonts/icomoon.ttf?7kkyc2') format('truetype'), + url('../fonts/icomoon.woff?7kkyc2') format('woff'), + url('../fonts/icomoon.svg?7kkyc2#icomoon') format('svg'); + font-weight: normal; + font-style: normal; + } + +.shortcut{ + width: 100%; + height: 31px; + line-height: 31px; + background-color: #f1f1f1; + +} +.fl{ + float: left; +} +.fr{ + float: right; +} +.style_red{ + color: #c81623; +} +.shortcut ul li{ + float: left; +} + +.shortcut .fr ul li:nth-child(even){ + width: 1px; + height: 12px; + background-color: #666; + margin: 9px 15px 0; +} +.arrow_icon::after{ + content: "\e91e"; + font-family: icomoon; + margin-left: 3px; +} +/* 头部开始了 */ +.header{ + position: relative; + height: 105px; + background-color: pink; +} +.logo{ + position: absolute; + top: 25px; + width: 171px; + height: 61px; + /* background-color: blue; */ +} + +.logo a{ + display: block; + width: 171px; + height: 61px; + background: url(../images/logo.png); + /* 为了文字看不到,我们给了个写法 */ + /* font-size: 0; 京东做法*/ + /* 淘宝做法 */ + text-indent: -999px; + overflow: hidden; +} +.search{ + width: 538px; + height: 36px; + border: 2px solid red; + position: absolute; + left: 346px; + top: 25px; +} +.search input{ + float: left; + width: 454px; + height: 32px; + padding-left: 10px; +} +.search button{ + float: right; + width: 80px; + height: 32px; + background-color: red; + font-size: 16px; + color: #fff; +} +.hotword{ + position: absolute; + top: 66px; + left: 346px; +} +.hotword a{ + margin: 0 10px; +} +.shopcar{ + position: absolute; + top: 25px; + right: 60px; + width: 140px; + height: 35px; + line-height: 35px; + text-align: center; + border: 1px solid #efefef; + background-color: #f1f1f1; +} +.shopcar::before{ + font-family: 'icomoon'; + content: "\ea44"; + margin-right: 5px; + color: red; +} +.shopcar::after{ + font-family: 'icomoon'; + content: "\ea44"; + margin-left: 5px; + color: red; +} +.count{ + position:absolute; + top: -5px; + left: 105px; + height: 14px; + line-height: 14px; + color: #fff; + background-color: red; + padding: 0 5px; + border-radius: 7px 7px 7px 0; +} +.nav{ + height: 47px; + border-bottom: 2px solid #b1191a; +} +.nav .dropdown{ + float: left; + width: 210px; + height: 45px; + background-color: #b1191a; +} + +.nav .navitems{ + float: left; +} +.dropdown .dt{ + width: 100%; + height: 100%; + color: #fff; + line-height: 45px ; + text-align: center; + font-size: 16px; +} +.dropdown .dd{ + /* display: none; */ + width: 210px; + height: 465px; + background-color: #c81623; +} +.dropdown .dd ul li{ + position: relative; + height: 31px; + line-height: 31px; + margin-left: 2px; + + +} +.dropdown .dd ul li:hover{ + background-color: #fff; + +} +.dropdown .dd ul li::after{ + position: absolute; + top: 5px; + right: 5px; + color: #fff; + font-family: 'icomoon'; + content: "\e920"; +} + +.dropdown .dd ul li a{ + font-size: 14px; + color: #fff; + + +} +.dropdown .dd ul li:hover a{ + color: #c81623; +} +.navitems ul li{ + float: left; +} +.navitems ul li a{ + display: block; + height: 45px; + line-height: 45px; + padding: 0 25px; +} +/* 底部模块制作 */ +.footer{ + + height: 415px; + background-color: #f5f5f5; + padding-top: 30px; +} +.mod_service{ + height: 80px; + /* border: 1px solid #999; */ +} +.mod_service ul li{ + float: left; + width: 299px; + height: 50px; + + padding-left: 35px; +} +.mod_service ul li h5{ + + float: left; + width: 50px; + height: 50px; + background: url(../images/icons.png) no-repeat -252px -2px; + margin-right: 6px; +} +.service-_txt h4{ + font-size: 14px; +} +.service-_txt p{ + font-size: 12px; +} +.mod_help{ + height: 185px; + border-bottom: 1px solid #999; + margin-top: 20px; + margin-left: 50px; +} +.mod_help dl{ + float: left; + width: 200px; +} +.mod_help dl:last-child{ + width: 90px; + text-align: center; +} +.mod_help dl dt{ + font-size: 16px; + margin-bottom: 10px; +} +.mod_copyright{ + text-align: center; + padding-top: 20px; +} +.links{ + margin-bottom: 15px; +} +.links a{ + margin: 0 auto; +} +.copyringht{ + line-height: 20px; +} +/* 底部完成 */ \ No newline at end of file diff --git a/css/index.css b/css/index.css new file mode 100644 index 0000000..df274b5 --- /dev/null +++ b/css/index.css @@ -0,0 +1,183 @@ +.main{ + width: 980px; + height: 450px; + /* background-color: pink; */ + margin-left: 220px; + margin-top: 10px; +} +.focus{ + float: left; + width: 721px; + height: 455px; + /* background-color: blue; */ +} +.newsflash{ + float: right; + width: 250px; + height: 455px; + /* background-color: yellow; */ + +} +.news{ + height: 165px; + border: 1px solid #e4e4e4; +} +.news_hd{ + height: 33px; + line-height: 33px; + border-bottom: 1px dotted #e4e4e4; + padding: 0 15px; +} + .news_hd h5{ + float: left; + font-size: 14px; +} +.news_hd .more{ + float: right; +} + .news_hd .more::after{ + font-family: 'icomoon'; + content: "\e920"; +} +.news_bd{ + padding: 5px 15px 0; +} +.news_bd ul li { + + height: 24px; + line-height: 24px; + /* 超出的文字隐藏的写法 */ + overflow: hidden; + white-space: normal; + text-overflow: ellipsis; +} +.lifesevice{ + overflow: hidden; + height: 209px; + border: 1px solid #e4e4e4; + border-top: 0; +} +.lifesevice ul{ + width: 252px; +} +.lifesevice ul li{ + text-align: center; + float: left; + width: 63px; + height: 73px; + border-right: 1px solid #e4e4e4; + border-bottom: 1px solid #e4e4e4; +} +.lifesevice ul li i{ + display: inline-block; + width: 24px; + height: 28px; + background-color: pink; + margin-top: 12px; + background: url(../images/icons.png) no-repeat -19px -15px; +} +.bargain{ + margin-top: 5px; +} +/* 推荐模块开始 */ +.recom{ + height: 163px; + background-color: #ebebeb; + margin-top: 12px; +} +.recom_hd{ + float: left; + width: 205px; + height: 163px; + background-color: #5c5251; + text-align: center; + padding-top: 30px; + font-size: 20px; + color: #fff; +} +.recom_hd p{ + margin-top: 10px; +} +.recom_bd{ + float: left; +} +.recom_bd ul li{ + position: relative; + float: left; +} +.recom_bd ul li img{ + width: 248px; + height: 163px; +} +.recom_bd ul li:nth-child(-n+3):after{ + content: ""; + position: absolute; + right: 0; + top: 10px; + width: 1px; + height: 145px; + background-color: #ddd; +} +/* 楼层区开始了 */ +.box_hd{ + height: 30px; + border-bottom: 2px solid #c81623; +} +.box_hd h3{ + float: left; + font-size: 18px; + color: #c81623; + font-weight: 400; +} +.tab_list { + float: right; + line-height: 30px; +} +.tab_list ul li{ + float: left; +} +.tab_list ul li a{ + margin: 0 15px; +} +.floor .w{ + margin-top: 30px; +} +.box_bd{ + height: 361px; + background-color: pink; +} +.tab_list_item>div{ +float: left; +} +.col_210{ + width: 210px; + height: 361px; + background-color: #f9f9f9; + text-align: center; +} +.col_210 ul{ + padding-left: 12px; +} +.col_210 ul li{ + float: left; + width: 85px; + height: 34px; + text-align: center; + line-height: 34px; + border-bottom: 1px solid #ccc; + margin-left: 10px; +} +.col_329{ + width: 329px; +} +.col_221{ + width: 221px; + border-right: 1px solid #ccc; +} +.col_219{ + width: 219px; +} +.bb{ + display: block; + border-bottom: 1px solid #ccc; +} diff --git a/css/list.css b/css/list.css new file mode 100644 index 0000000..45c9bfc --- /dev/null +++ b/css/list.css @@ -0,0 +1,59 @@ +/* 列表页的秒杀模块 */ +/* 解决盒子自动上去的问题 */ +.nav{ + overflow: hidden; +} +.sk{ + position: absolute; + left: 190px; + top: 40px; + border-left: 1px solid #c81523; + padding: 3px 0 0 14px; +} +.sk_list{ + float: left; +} +.sk_list ul li{ + float: left; + +} +.sk_list ul li a{ + display: block; + font-size: 16px; + font-weight: 700; + color: #000; + line-height: 47px; + padding: 0 30px; +} +.sk_con{ + float: left; +} +.sk_con ul li{ + float: left; +} +.sk_con ul li a{ + display: block; + font-size: 14px; + /* color: #000; */ + line-height: 49px; + padding: 0 20px; +} +.sk_con ul li:last-child a::after{ + content: "\e91e"; + font-family: "icomoon"; +} +.sk_bd ul li{ + float: left; + overflow: hidden; + width: 290px; + height: 460px; + /* Li原先就有1像素的边框,所以为了避免鼠标经过图片上去,把这个边框写成透明颜色 */ + border: 1px solid transparent; + margin-right: 12px; +} +.sk_bd ul li:nth-child(4n){ + margin-right: 0; +} +.sk_bd ul li:hover{ + border: 1px solid #c81523; +} \ No newline at end of file diff --git a/css/regisiter.css b/css/regisiter.css new file mode 100644 index 0000000..3f9a296 --- /dev/null +++ b/css/regisiter.css @@ -0,0 +1,123 @@ +.w{ + width: 1200px; + margin: 0 auto; +} +header{ + height: 84px; + border-bottom: 2px solid #c81623; +} +.logo{ + padding-top: 18px; +} +.registerarea{ + height: 522px; + border: 1px solid #ccc; + margin-top: 20px; +} +.registerarea h3{ + height: 42px; + background-color: #ececec; + border-bottom: 1px solid #ccc; + line-height: 42px; + padding: 0 10px; + font-size: 18px; + font-weight: 400; +} +.login{ + float: right; + font-size: 14px; +} +.login a{ + color: #c81623; +} +.reg_form{ + width: 600px; + /* background-color: pink; */ + margin: 50px auto; +} +.reg_form ul li{ + margin-bottom: 20px; +} +.reg_form ul li label{ + display: inline-block; + width: 88px; + text-align: right; +} +.reg_form ul li .inp{ + width: 242px; + height: 37px; + border: 1px solid #ccc; +} +.erro{ + color: #c81623; +} +.erro_icon{ + + display: inline-block; + /* 行内块元素垂直居中 */ + vertical-align: middle; + width: 20px; + height: 20px; + background: url(../images/error.png) no-repeat; + margin-top: -2px; +} +.success{ + color: green; +} +.success_icon{ + display: inline-block; + /* 行内块元素垂直居中 */ + vertical-align: middle; + width: 20px; + height: 20px; + background: url(../images/success.png) no-repeat; + margin-top: -2px; +} +.safe{ + padding-left: 160px; +} +.safe em{ + color: #fff; + padding: 0 12px; +} +.ruo{ + background-color: red; +} +.zhong{ + background-color: orange; +} +.qiang{ + background-color: green; +} +.agree{ + padding-left: 95px; +} +.agreen input{ + vertical-align: middle; + +} +.agree a{ + color: blue; +} +.btn{ + width: 200px; + height: 34px; + font-size: 14px; + background-color: #c81623; + color: #fff; + margin: 30px 0 0 70px; + +} +.mod_copyright{ + text-align: center; + padding-top: 20px; +} +.links{ + margin-bottom: 15px; +} +.links a{ + margin: 0 auto; +} +.copyringht{ + line-height: 20px; +} \ No newline at end of file diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..a64dd4e Binary files /dev/null and b/favicon.ico differ diff --git a/fonts/icomoon.eot b/fonts/icomoon.eot new file mode 100644 index 0000000..82ba334 Binary files /dev/null and b/fonts/icomoon.eot differ diff --git a/fonts/icomoon.svg b/fonts/icomoon.svg new file mode 100644 index 0000000..a218183 --- /dev/null +++ b/fonts/icomoon.svg @@ -0,0 +1,69 @@ + + + +Generated by IcoMoon + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/fonts/icomoon.ttf b/fonts/icomoon.ttf new file mode 100644 index 0000000..6a68ec6 Binary files /dev/null and b/fonts/icomoon.ttf differ diff --git a/fonts/icomoon.woff b/fonts/icomoon.woff new file mode 100644 index 0000000..1716ed7 Binary files /dev/null and b/fonts/icomoon.woff differ diff --git a/icomoon/Read Me.txt b/icomoon/Read Me.txt new file mode 100644 index 0000000..8491652 --- /dev/null +++ b/icomoon/Read Me.txt @@ -0,0 +1,7 @@ +Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures. + +To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. See this guide for more info: https://icomoon.io/#docs/local-fonts + +You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects. + +You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu → Manage Projects) to retrieve your icon selection. diff --git a/icomoon/demo-files/demo.css b/icomoon/demo-files/demo.css new file mode 100644 index 0000000..24ffd6c --- /dev/null +++ b/icomoon/demo-files/demo.css @@ -0,0 +1,158 @@ +body { + padding: 0; + margin: 0; + font-family: sans-serif; + font-size: 1em; + line-height: 1.5; + color: #555; + background: #fff; +} +h1 { + font-size: 1.5em; + font-weight: normal; +} +small { + font-size: .66666667em; +} +a { + color: #e74c3c; + text-decoration: none; +} +a:hover, a:focus { + box-shadow: 0 1px #e74c3c; +} +.bshadow0, input { + box-shadow: inset 0 -2px #e7e7e7; +} +input:hover { + box-shadow: inset 0 -2px #ccc; +} +input, fieldset { + font-family: sans-serif; + font-size: 1em; + margin: 0; + padding: 0; + border: 0; +} +input { + color: inherit; + line-height: 1.5; + height: 1.5em; + padding: .25em 0; +} +input:focus { + outline: none; + box-shadow: inset 0 -2px #449fdb; +} +.glyph { + font-size: 16px; + width: 15em; + padding-bottom: 1em; + margin-right: 4em; + margin-bottom: 1em; + float: left; + overflow: hidden; +} +.liga { + width: 80%; + width: calc(100% - 2.5em); +} +.talign-right { + text-align: right; +} +.talign-center { + text-align: center; +} +.bgc1 { + background: #f1f1f1; +} +.fgc1 { + color: #999; +} +.fgc0 { + color: #000; +} +p { + margin-top: 1em; + margin-bottom: 1em; +} +.mvm { + margin-top: .75em; + margin-bottom: .75em; +} +.mtn { + margin-top: 0; +} +.mtl, .mal { + margin-top: 1.5em; +} +.mbl, .mal { + margin-bottom: 1.5em; +} +.mal, .mhl { + margin-left: 1.5em; + margin-right: 1.5em; +} +.mhmm { + margin-left: 1em; + margin-right: 1em; +} +.mls { + margin-left: .25em; +} +.ptl { + padding-top: 1.5em; +} +.pbs, .pvs { + padding-bottom: .25em; +} +.pvs, .pts { + padding-top: .25em; +} +.unit { + float: left; +} +.unitRight { + float: right; +} +.size1of2 { + width: 50%; +} +.size1of1 { + width: 100%; +} +.clearfix:before, .clearfix:after { + content: " "; + display: table; +} +.clearfix:after { + clear: both; +} +.hidden-true { + display: none; +} +.textbox0 { + width: 3em; + background: #f1f1f1; + padding: .25em .5em; + line-height: 1.5; + height: 1.5em; +} +#testDrive { + display: block; + padding-top: 24px; + line-height: 1.5; +} +.fs0 { + font-size: 16px; +} +.fs1 { + font-size: 20px; +} +.fs2 { + font-size: 32px; +} +.fs3 { + font-size: 32px; +} + diff --git a/icomoon/demo-files/demo.js b/icomoon/demo-files/demo.js new file mode 100644 index 0000000..6f45f1c --- /dev/null +++ b/icomoon/demo-files/demo.js @@ -0,0 +1,30 @@ +if (!('boxShadow' in document.body.style)) { + document.body.setAttribute('class', 'noBoxShadow'); +} + +document.body.addEventListener("click", function(e) { + var target = e.target; + if (target.tagName === "INPUT" && + target.getAttribute('class').indexOf('liga') === -1) { + target.select(); + } +}); + +(function() { + var fontSize = document.getElementById('fontSize'), + testDrive = document.getElementById('testDrive'), + testText = document.getElementById('testText'); + function updateTest() { + testDrive.innerHTML = testText.value || String.fromCharCode(160); + if (window.icomoonLiga) { + window.icomoonLiga(testDrive); + } + } + function updateSize() { + testDrive.style.fontSize = fontSize.value + 'px'; + } + fontSize.addEventListener('change', updateSize, false); + testText.addEventListener('input', updateTest, false); + testText.addEventListener('change', updateTest, false); + updateSize(); +}()); diff --git a/icomoon/demo.html b/icomoon/demo.html new file mode 100644 index 0000000..c54f95c --- /dev/null +++ b/icomoon/demo.html @@ -0,0 +1,870 @@ + + + + + IcoMoon Demo + + + + + +
+

Font Name: icomoon (Glyphs: 59)

+
+
+

Grid Size: 20

+
+
+ + icon-cheveron-down +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-cheveron-left +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-cheveron-right +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-cheveron-up +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-location1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-location-current +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-mic +
+
+ + +
+
+ liga: + +
+
+
+
+

Grid Size: Unknown

+
+
+ + icon-angellist +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-apache +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-bower +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-circleci +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-civicrm +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-co-op +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-codacy +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-codeigniter +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-codepen +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-dell +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-discourse +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-discover +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-baidu +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-bitdefender +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-bitly +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-campaignmonitor +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-cashapp +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-castorama +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-castro +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-cevo +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-chase +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-circle +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-circleci1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-co-op1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-codacy1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-codecademy +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-codeclimate +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-codecov +
+
+ + +
+
+ liga: + +
+
+
+
+

Grid Size: 16

+
+
+ + icon-home2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-connection +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-phone +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-phone-hang-up +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-location +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-location2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-search +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-volume-increase +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-volume-decrease +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-arrow-up2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-arrow-right2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-arrow-down2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-arrow-left2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-mic1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-books +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-cart +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-mobile +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-mobile2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-menu +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-loop2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-circle-up +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-circle-right +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-circle-down +
+
+ + +
+
+ liga: + +
+
+
+
+ + icon-circle-left +
+
+ + +
+
+ liga: + +
+
+
+ + +
+

Font Test Drive

+ + +
  +
+
+ +
+

Generated by IcoMoon

+
+ + + + diff --git a/icomoon/selection.json b/icomoon/selection.json new file mode 100644 index 0000000..75feecc --- /dev/null +++ b/icomoon/selection.json @@ -0,0 +1 @@ +{"IcoMoonType":"selection","icons":[{"icon":{"paths":["M475.802 663.040l36.198 36.198 289.638-289.638-72.397-72.397-217.242 217.19-217.242-217.19-72.397 72.397z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cheveron-down"],"grid":20},"attrs":[],"properties":{"id":76,"order":50,"prevSize":20,"code":59678,"name":"cheveron-down"},"setIdx":0,"setId":7,"iconIdx":75},{"icon":{"paths":["M360.96 475.802l-36.198 36.198 289.638 289.638 72.397-72.397-217.19-217.242 217.19-217.242-72.397-72.397z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cheveron-left"],"grid":20},"attrs":[],"properties":{"id":77,"order":49,"prevSize":20,"code":59679,"name":"cheveron-left"},"setIdx":0,"setId":7,"iconIdx":76},{"icon":{"paths":["M663.040 548.198l36.198-36.198-289.638-289.638-72.397 72.397 217.19 217.242-217.19 217.242 72.397 72.397 253.44-253.44z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cheveron-right"],"grid":20},"attrs":[],"properties":{"id":82,"order":47,"prevSize":20,"code":59680,"name":"cheveron-right"},"setIdx":0,"setId":7,"iconIdx":81},{"icon":{"paths":["M548.198 360.96l-36.198-36.198-289.638 289.638 72.397 72.397 217.242-217.19 217.242 217.19 72.397-72.397z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["cheveron-up"],"grid":20},"attrs":[],"properties":{"id":83,"order":48,"prevSize":20,"code":59681,"name":"cheveron-up"},"setIdx":0,"setId":7,"iconIdx":82},{"icon":{"paths":["M512 1024s-358.4-467.456-358.4-665.6c0-197.939 160.461-358.4 358.4-358.4s358.4 160.461 358.4 358.4v0c0 198.144-358.4 665.6-358.4 665.6zM512 460.8c56.554 0 102.4-45.846 102.4-102.4s-45.846-102.4-102.4-102.4v0c-56.554 0-102.4 45.846-102.4 102.4s45.846 102.4 102.4 102.4v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["location"],"grid":20},"attrs":[],"properties":{"id":164,"order":52,"prevSize":20,"code":59682,"name":"location1"},"setIdx":0,"setId":7,"iconIdx":163},{"icon":{"paths":["M0 0l1024 409.6-409.6 204.8-102.4 409.6z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["location-current"],"grid":20},"attrs":[],"properties":{"id":165,"order":51,"prevSize":20,"code":59683,"name":"location-current"},"setIdx":0,"setId":7,"iconIdx":164},{"icon":{"paths":["M460.8 921.6v-54.272c-203.112-26.323-358.4-198.221-358.4-406.387 0-0.050 0-0.099 0-0.149l-0 0.008h102.4c0 169.662 137.538 307.2 307.2 307.2s307.2-137.538 307.2-307.2v0h102.4c0 0.042 0 0.091 0 0.141 0 208.167-155.288 380.064-356.342 406.169l-2.058 0.218v54.272h153.6v102.4h-409.6v-102.4h153.6zM307.2 204.8c0-113.108 91.692-204.8 204.8-204.8s204.8 91.692 204.8 204.8v0 256c0 113.108-91.692 204.8-204.8 204.8s-204.8-91.692-204.8-204.8v0-256z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["mic"],"grid":20},"attrs":[],"properties":{"id":177,"order":53,"prevSize":20,"code":59684,"name":"mic"},"setIdx":0,"setId":7,"iconIdx":176},{"icon":{"paths":["M702.507 424.704c31.36-85.333 55.893-155.733 73.515-211.371 17.493-55.467 26.368-89.6 26.368-102.4 0-13.44-2.987-24.064-8.96-31.488-5.76-7.424-13.824-11.264-24.192-11.264-13.227 0-26.88 10.88-40.107 32.64-13.653 21.76-28.587 56.917-45.227 105.259l-70.4 203.093 88.32 15.445v0.085zM608.939 613.931c-20.224-1.28-39.381-3.413-57.344-6.4-17.92-3.413-35.413-8.107-51.883-14.080 7.552 14.933 14.293 29.867 20.139 44.8 5.888 14.933 10.667 29.44 14.507 44.373 11.093-14.080 23.040-26.88 35.413-38.4 12.459-11.52 25.6-21.76 39.040-30.72zM529.493 400.597l-75.947-219.307c-19.797-55.893-34.987-92.16-45.867-109.653-10.667-17.067-22.4-25.6-35.072-25.6-9.813 0-17.792 3.413-23.893 11.093-6.144 7.68-9.131 17.493-9.131 29.867 0 21.333 8.107 58.88 24.32 112.64 16.213 53.333 40.96 123.307 73.813 210.347 2.56-5.12 6.827-8.96 11.947-11.093s11.947-3.413 20.907-3.413c2.56 0 8.107 0.427 16.64 0.427 8.107 0.853 22.187 1.707 41.387 3.84zM460.459 740.224c8.021 0 15.36-3.84 21.76-11.093 6.4-7.68 9.984-15.36 9.984-23.467 0-8.96-6.4-29.867-19.285-62.293-12.8-32.427-29.013-64.427-48.213-96-14.080-23.467-27.947-41.387-41.387-53.333-13.824-11.947-26.667-17.92-38.827-17.92-9.813 0-20.651 5.973-32.725 18.773-11.947 12.373-17.92 23.893-17.92 34.56 0 11.093 5.973 28.16 17.621 50.347 11.733 22.613 27.52 46.507 47.104 71.68 20.693 27.733 40.107 49.067 58.453 64.427 18.261 15.36 32.853 23.040 43.52 23.040h-0.085zM249.472 723.157c6.656 8.107 15.787 19.627 27.563 34.987 30.848 42.667 59.52 64 85.76 64 8.96 0 16.939-2.987 24.021-8.533 6.997-5.973 10.539-11.52 10.539-17.92 0-7.253-4.693-18.773-14.080-35.413-9.472-16.64-22.357-34.987-38.699-55.467-18.773-23.893-34.347-41.387-46.848-52.48-12.288-11.093-22.4-16.64-29.739-16.64-16.213 0-31.573 8.96-45.227 26.453-13.653 17.067-20.48 38.4-20.48 62.293 0 19.2 5.12 40.533 14.933 64.427 9.813 23.467 23.467 47.36 41.813 71.253 27.733 37.12 62.293 65.28 103.253 85.333 40.96 19.627 86.613 29.44 136.107 29.44 91.307 0 168.107-34.133 229.547-102.4 61.867-68.267 92.587-153.6 92.587-256.427 0-31.573-2.133-56.747-6.827-75.093s-12.373-32-23.040-40.533c-19.2-16.213-56.747-30.293-112.213-43.093s-113.493-19.2-174.080-19.2c-16.64 0-29.013 2.987-35.84 8.533s-10.24 15.36-10.24 28.715c0 32 17.92 55.040 53.76 69.376 35.84 14.507 93.44 21.76 173.227 21.76h28.843c6.4 0 11.947 2.56 15.787 7.424 3.84 4.693 6.4 11.947 7.68 22.187-8.107 7.253-24.32 15.787-49.237 25.6-25.173 9.387-43.947 19.2-57.173 28.373-28.16 20.651-50.773 45.227-67.84 73.557-17.067 28.16-25.6 55.040-25.6 80.341 0 15.36 3.669 34.133 11.008 55.893 7.253 21.76 11.093 35.115 11.093 40.533v4.693l-1.28 6.4c-20.48-1.28-36.693-13.355-48.64-36.267-12.245-22.613-17.92-52.907-17.92-90.88v-6.4c-3.84 3.2-7.509 5.76-11.093 7.040-3.669 1.451-7.595 2.133-11.52 2.133-4.267 0-8.448-0.256-12.373-0.853-3.84-0.683-7.68-1.707-12.373-3.2 1.28 5.12 2.432 10.24 3.243 15.061 0.427 5.12 0.853 8.96 0.853 11.52 0 17.323-6.827 32.427-20.48 44.8-13.653 12.245-29.867 18.347-48.64 18.347-29.44 0-59.605-14.507-90.027-43.093-30.507-28.757-45.653-57.173-45.653-84.693 0-5.12 0.64-9.813 1.707-13.781s3.2-7.253 5.973-10.24zM753.237 436.011c42.027 7.68 71.893 25.6 89.173 53.333 17.493 27.307 26.027 70.827 26.027 130.56 0 118.187-35.328 214.613-106.325 289.707-71.125 75.093-162.005 113.067-272.512 113.067-43.648 0-86.016-8.107-126.976-23.893-41.387-15.787-76.373-37.973-106.24-65.707-33.707-31.147-59.307-63.573-75.947-98.133-17.067-34.56-25.6-69.973-25.6-105.813 0-40.533 8.533-71.68 25.6-93.44 17.067-22.187 44.8-37.12 82.347-45.227-7.253-16.64-12.373-30.293-15.36-41.813-3.413-11.52-5.12-20.053-5.12-26.027 0-21.333 11.093-43.093 33.28-64.853 22.187-22.187 43.093-33.28 62.72-33.28 8.107 0 17.067 1.28 26.453 4.693 9.387 2.987 20.053 8.107 32 14.933-34.56-100.267-61.013-179.2-77.227-234.667-16.64-55.893-24.747-93.867-24.747-115.2 0-29.013 7.253-52.48 22.187-69.547 15.36-17.067 35.84-25.6 61.44-25.6 43.947 0 99.84 98.56 167.68 295.381 11.947 33.707 20.48 59.733 26.88 78.080l21.76-61.995c67.84-194.133 125.867-291.413 174.933-291.413 23.893 0 43.093 8.107 57.173 24.32 14.080 16.341 21.333 37.845 21.333 64.981 0 20.48-8.107 58.027-23.893 113.067-15.659 54.613-39.253 126.293-71.253 215.040z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["angellist"],"grid":0},"attrs":[],"properties":{"id":0,"order":16,"prevSize":32,"code":59648,"name":"angellist"},"setIdx":1,"setId":6,"iconIdx":0},{"icon":{"paths":["M675.243 0c-6.377 0.008-12.33 1.817-17.379 4.946l0.142-0.082c-16.043 9.472-42.752 36.309-74.581 75.221l-6.656 8.192c-8.448 10.496-17.195 21.845-26.197 33.835-27.1 35.74-55.463 77.084-81.941 119.72l-4.075 7.043-2.816 4.608c-21.663 34.401-45.909 77.426-68.338 121.532l-4.579 9.924c-14.769 28.655-30.582 64.636-44.453 101.567l-2.481 7.532c-3.883 10.709-7.424 21.035-10.667 30.976-2.645 8.491-5.205 16.981-7.595 25.429-5.675 19.925-10.581 39.851-14.592 59.648l0.043 0.085-0.555 2.603c-4.318 20.299-7.842 44.995-9.811 70.127l-0.13 2.065-0.213 2.517c-11.947-19.157-43.904-37.803-43.861-37.632 22.912 33.195 40.277 66.133 42.837 98.475-12.245 2.517-29.056-1.109-48.469-8.277 20.224 18.603 35.413 23.723 41.344 25.088-18.603 1.152-37.931 13.952-57.429 28.629 28.501-11.648 51.541-16.213 68.053-12.501-16.305 40.601-43.11 121.322-68.114 202.83l-10.521 39.858c7.414-2.156 13.174-7.775 15.486-14.942l0.045-0.162c4.693-15.744 35.712-118.869 84.352-254.464l4.181-11.648 1.195-3.243c5.12-14.208 10.453-28.715 15.957-43.52l3.797-10.112 0.085-0.213-25.771-50.901 25.771 50.859c5.077-13.525 10.24-27.221 15.573-41.088l2.219-5.803 2.261-5.845 1.749-4.437-1.749 4.48-2.261 5.803-2.219 5.803c-5.333 13.867-10.496 27.563-15.573 41.088l4.523 8.875 4.011-0.427 0.427-1.195c6.528-17.792 12.971-35.157 19.371-52.053l0.213-0.597c3.55-12.81-3.065 4.616-9.573 22.093l-9.969 30.557-0.427 1.195-2.859 7.808c-5.035 13.867-10.112 27.947-15.189 42.368l-0.213 0.64-2.176 6.101c-3.413 9.728-6.4 18.475-13.184 38.357 11.221 5.12 20.224 18.603 28.757 33.877-0.88-16.757-8.347-31.615-19.837-42.156l-0.045-0.041c55.296 2.475 102.955-11.477 127.616-51.925 2.219-3.627 4.224-7.381 6.016-11.435-11.179 14.208-25.088 20.224-51.2 18.731 38.485-17.237 57.771-33.749 74.837-61.141 3.563-5.624 7.549-12.647 11.238-19.847l0.751-1.614c-33.664 34.56-72.619 44.373-113.707 36.907h-0.085l-1.749-0.299c36.821-4.565 85.76-32.085 117.419-66.048 14.592-15.659 27.819-34.133 40.064-55.723 9.131-16.085 17.664-33.92 25.813-53.675 7.125-17.237 13.952-35.925 20.565-56.192-10.011 5.241-21.64 9.136-33.923 11.054l-0.637 0.082c-0.702 0.165-2.705 0.494-4.718 0.795l-1.17 0.144 0.085-0.043 0.128-0.043c1.92-0.299 3.797-0.555 5.675-0.896 1.92-0.341 3.84-0.683 5.717-1.109l-5.675 1.024-5.632 0.981c34.219-13.227 55.808-38.699 71.509-69.845-11.799 8.13-25.608 14.377-40.466 17.923l-0.835 0.168c-1.547 0.365-4.021 0.827-6.518 1.221l-0.778 0.101-1.835 0.256 0.043-0.043 0.384-0.043 1.365-0.213c2.997-0.462 5.267-0.894 7.515-1.388l-0.816 0.15 0.597-0.128-0.683 0.128-8.277 1.408c11.861-4.992 21.888-10.539 30.592-17.109 6.494-5.079 12.235-10.55 17.405-16.528l0.131-0.155c3.413-4.053 6.613-8.448 9.6-13.227l2.731-4.437 3.285-6.485c4.851-9.424 10.139-21.395 14.817-33.667l0.885-2.642 1.323-3.755c1.195-3.627 2.219-6.869 2.987-9.685 1.152-4.224 1.877-7.595 2.261-10.069-1.174 0.948-2.484 1.851-3.861 2.651l-0.149 0.080c-10.368 6.187-28.16 11.819-42.496 14.464l-4.224 0.469-0.043 0.043-96.725 10.624-0.512 1.024-3.285 6.741-10.027 20.821v0c3.371-7.083 6.699-14.037 10.027-20.821l3.285-6.741c0.171-0.384 0.384-0.725 0.512-1.109l-3.584 0.384-2.859-5.632c0.608-2.371-4.776 8.307-10.080 19.031l-6.048 13.524-8.704 18.091c-8.209 15.135-23.832 48.893-38.854 82.976l-7.738 19.68c-5.030 8.402-20.561 45.025-35.602 81.901l-10.521 29.161 3.669-9.216c24.173-62.161 38.466-95.741 53.175-129.098l-10.721 27.252c22.888-54.069 38.512-87.843 54.715-121.284l-8.123 18.586 8.704-18.091c5.035-10.411 10.112-20.693 15.275-30.891l0.853-1.621c8.149-16.128 16.384-32 24.704-47.616 8.875-16.64 17.92-32.896 27.008-48.683 12.812-22.51 22.302-38.099 32.083-53.486l-3.411 5.742 1.707-2.731c9.557-15.104 19.2-29.653 28.885-43.563 20.936-30.229 42.267-56.666 65.34-81.46l-0.401 0.436-2.475 2.645c-6.827 7.509-27.477 31.616-58.667 79.488 30.037-1.493 76.16-7.637 113.792-14.080 11.179-62.72-10.965-91.392-10.965-91.392s-18.944-30.677-44.032-30.933zM604.928 320.299c28.16-12.971 40.789-24.704 52.992-41.643 3.243-4.693 6.528-9.557 9.771-14.635 9.941-15.488 19.669-32.597 28.373-49.579 8.405-16.384 15.829-32.64 21.504-47.317 2.762-6.642 5.675-15.158 8.119-23.87l0.415-1.73c1.749-6.699 3.157-13.099 4.224-19.157-37.675 6.4-83.797 12.587-113.835 14.037-7.177 10.601-16.994 26.223-26.477 42.068l-3.219 5.804c-8.704 14.72-18.005 30.848-27.733 48.512-12.175 20.836-29.139 52.976-45.297 85.586l-5.604 12.505 96.725-10.624zM759.723 93.781v2.816h6.656v18.731h3.072v-18.731h6.699v-2.816h-16.384zM779.477 93.781v21.589h2.816v-17.109l7.339 14.848h1.963l7.339-14.848v17.109h2.816v-21.589h-3.712l-7.424 15.061-7.467-15.061h-3.712zM608.469 319.957l-4.352 0.683 0.043-0.043 4.267-0.683zM604.629 320.469v0zM487.723 373.461l-4.523 9.685-5.675 12.245c-5.053 8.725-18.245 38.002-31.022 67.502l-8.274 21.458c-4.822 8.279-19.186 42.712-33.080 77.385l-9.544 26.978c-6.315 16.128-12.715 32.64-19.157 49.621l-0.213 0.597c38.563-104.72 72.709-185.092 109.861-263.767l-8.571 20.183 5.675-12.245 4.523-9.643z"],"attrs":[{"fill":"rgb(210, 33, 40)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["apache"],"grid":0},"attrs":[{"fill":"rgb(210, 33, 40)"}],"properties":{"id":1,"order":15,"prevSize":32,"code":59649,"name":"apache"},"setIdx":1,"setId":6,"iconIdx":1},{"icon":{"paths":["M537.937 942.888c44.307-46.071 71.945-276.535 79.977-349.235 8.308 3.519 16.931 6.526 25.79 9.018 4.348 9.93 8.383 20.607 11.745 31.68-3.997 1.345-19.225 7.711-26.462 11.312-4.035 146.229 108.654 153.746 139.541 159.678 30.178 5.813 59.371 5.536 112.689 55.694 21.795-74.717-33.742-182.182-116.402-218.173 5.066-13.526 8.822-27.093 11.118-40.505 38.764-9.608 146.744-59.646 146.744-190.924 0-85.038-35.125-170.787-96.35-235.261-32.987-34.729-72.147-62.022-116.447-81.12-47.818-20.608-100.464-31.054-156.509-31.054-195.154 0-366.143 133.213-366.143 208.482 0 32.868 24.604 61.149 46.678 67.79-15.15 5.574-62.18 22.624-74.119 28.243-17.726 8.309-33.025 46.631-14.637 63.405-11.985 21.556-19.182 61.149 12.777 82.704-8.779 41.528 15.982 78.273 45.563 79.066 1.068 20.367 29.71 30.382 52.488 25.949 16.774-3.28 77.011-38.33 97.775-52.011-22.034 27.056-28.243 95.638 0 103.947-34.25 43.627-16.296 111.657 11.589 117.037-13.763 53.042 16.494 113.831 53.118 103.864 5.895 85.2 96.518 74.302 119.487 50.412zM688.155 721.031c8.822-22.43 14.398-50.883 14.398-70.817 0-28.28-16.019-45.525-16.019-72.147 0-5.574-0.037-18.903 3.795-29.625-7.396 7.039-11.394 15.78-11.394 32.748 0 10.124 5.182 30.215 10.050 46.474-3.446 0.239-6.806 0.59-10.207 1.068-7.277-30.455-26.659-62.414-31.679-71.668 45.446-20.569 88.398-2.886 108.222 13.449-0.156 73.252-50.471 132.443-67.163 150.517zM691.562 752.733l10.483-11.193c10.796-11.51 20.526-23.494 29.192-35.834 36.387 18.351 76.137 41.414 100.741 70.525-12.933-32.038-51.54-63.719-92.791-82.428 6.052-9.534 11.469-19.225 16.176-28.99 55.731 26.106 102.242 86.739 105.881 153.582-40.624-44.774-121.624-27.967-169.645-65.699l-0.037 0.037zM653.606 660.757c10.722-4.947 28.46-9.908 38.897-9.317 0.198 8.308-2.929 24.283-3.519 26.815-4.902-0.987-15.66-1.502-17.050-1.502 2.727 1.584 12.104 5.969 15.822 7.758-3.048 15.981-8.15 36.985-13.882 49.283-9.378-14.478-19.561-39.017-20.271-73.036zM726.466 396.722c6.492-18.102 22.811-18.102 29.303 0s-1.665 40.854-14.646 40.854c-12.982 0-21.142-22.75-14.647-40.854zM720.409 457.078c35.841 0 58.365-39.064 40.445-70.149s-62.968-31.085-80.889 0c-17.921 31.085 4.603 70.149 40.444 70.149zM779.203 560.98c-59.213-58.422-134.124-35.366-167.941-14.086-50.353-30.26-84.758-89.742-100.427-158.846 0 77.563 19.972 123.209 39.51 149.747 12.5 16.931 24.798 26.106 31.642 30.813-7.434 115.020-44.494 297.12-56.478 314.88-4.827 7.121-15.466 14.478-25.673 15.586 12.105-86.425 24.838-242.226 26.973-282.995-4.118 28.953-44.102 240.163-53.475 276.789-18.157-11.156-31.007-36.545-22.072-74.792-28.161 20.69-61.94-19.462-43.351-75.39-27.645 12.299-52.526-37.455-23.73-94.054-27.645 0.71-30.85-70.204-0.276-98.208-3.639 0.553-10.603 3.878-13.689 5.297-80.769-9.018-130.882-75.187-130.882-142.942 0-165.887 134.759-310.412 314.013-310.412 189.496 0 330.936 140.058 330.936 309.067 0 96.826-76.219 140.573-105.089 149.55z"],"attrs":[{"fill":"rgb(239, 87, 52)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["bower"],"grid":0},"attrs":[{"fill":"rgb(239, 87, 52)"}],"properties":{"id":2,"order":24,"prevSize":32,"code":59658,"name":"bower"},"setIdx":1,"setId":6,"iconIdx":2},{"icon":{"paths":["M382.421 512c0-67.584 54.784-121.813 121.813-121.813 67.072 0 121.856 54.784 121.856 121.813 0 67.072-54.784 121.856-121.856 121.856-66.987 0-121.813-54.784-121.813-121.856zM504.235 0c-239.061 0-439.296 163.84-496.128 385.067-0.427 1.536-0.427 2.987-0.427 5.12 0 13.355 10.752 24.576 24.533 24.576h206.293c9.813 0 18.475-5.547 22.059-14.208 42.539-92.16 135.68-156.672 243.712-156.672 147.883 0 268.203 120.32 268.203 268.245 0 148.053-120.32 268.373-268.373 268.373-107.947 0-201.131-64-243.627-156.715-4.139-8.107-12.373-14.336-22.059-14.336h-206.208c-13.312 0-24.533 10.795-24.533 24.576 0 1.579 0.597 3.072 0.597 5.12 56.32 221.013 256.853 384.853 495.957 384.853 282.624 0 512-229.333 512-512 0-282.581-229.376-512-512-512z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["circleci"],"grid":0},"attrs":[],"properties":{"id":3,"order":25,"prevSize":32,"code":59659,"name":"circleci"},"setIdx":1,"setId":6,"iconIdx":3},{"icon":{"paths":["M962.773 386.304c10.581-20.352 19.2-48 10.027-76.203-10.667-32.683-40.064-54.4-87.509-64.469l-300.885-64-307.243-164.352c-3.328-1.792-33.237-17.28-65.92-17.28-24.363 0-45.355 8.448-60.757 24.363-14.379 14.891-22.997 35.584-25.728 61.611-2.493-0.163-5.404-0.256-8.337-0.256-0.054 0-0.108 0-0.162 0l0.008-0c-46.464 0-70.315 19.456-82.176 35.797-18.347 25.259-20.651 59.435-6.869 101.632l113.024 346.368 10.709 300.075c1.877 52.139 30.677 108.203 89.515 108.245 11.264 0 22.912-2.176 34.987-6.4 13.995 23.723 39.253 52.565 79.531 52.565 28.416 0 56.491-15.232 83.456-45.355l218.027-243.072 289.408-182.741c6.272-4.011 61.611-40.533 59.648-95.104-0.939-27.392-15.445-51.285-42.752-71.424zM315.563 860.416l-99.328-304.384-13.483-377.472 355.243 75.563 288.896 154.539-240.213 267.904-291.115 183.851zM869.419 320.427c23.253 4.949 30.251 11.904 30.72 13.355 0.896 2.688-0.725 8.363-3.712 14.677l-69.248-37.035 42.24 9.003zM211.243 76.459c11.477 0 25.899 6.187 29.867 8.235l74.155 39.637-114.901-24.448c0.555-13.781 3.413-20.651 5.12-22.443 0.512-0.469 2.645-0.981 5.76-0.981zM99.883 199.424c-8.32-25.387-3.968-32.981-3.925-33.024 0.811-1.109 7.125-4.224 20.309-4.224 3.541 0 6.784 0.213 9.429 0.469l4.651 130.133-30.464-93.355zM227.371 866.816l-1.237-34.048 21.931 67.157c-2.239 0.775-4.83 1.294-7.518 1.447l-0.077 0.003c-6.229 0-12.501-21.333-13.099-34.56zM381.568 927.573c-17.664 19.755-26.453 19.968-26.539 19.968-2.475 0-7.893-5.632-12.843-13.525l77.568-48.981-38.187 42.539zM905.088 488.149l-61.653 38.955 72.32-80.64c10.624 7.424 13.355 12.715 13.397 14.037 0.256 5.675-12.245 19.968-24.064 27.648z"],"attrs":[{"fill":"rgb(129, 196, 89)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["civicrm"],"grid":0},"attrs":[{"fill":"rgb(129, 196, 89)"}],"properties":{"id":4,"order":26,"prevSize":32,"code":59660,"name":"civicrm"},"setIdx":1,"setId":6,"iconIdx":4},{"icon":{"paths":["M993.067 224.64c0-36.352-5.632-72.661-15.36-109.013-13.995-43.349-46.123-78.251-86.656-93.611-38.719-13.952-83.399-22.017-129.963-22.017s-91.243 8.065-132.718 22.876l2.756-0.859c-42.591 15.035-74.859 49.61-86.398 92.666l-0.215 0.945c-9.325 32.469-14.687 69.763-14.687 108.309s5.362 75.84 15.382 111.176l-0.695-2.866c13.909 43.307 46.080 78.251 86.613 93.611 35.244 13.387 75.996 21.139 118.559 21.139 4.010 0 8.005-0.069 11.982-0.205l-0.578 0.016c44.757 0 88.021-8.363 129.963-20.949 42.592-15.050 74.865-49.616 86.439-92.664l0.217-0.947c9.771-34.944 15.36-71.253 15.36-107.605zM851.925 224.64c0 16.768-2.773 36.352-8.363 51.712-6.997 22.357-26.581 40.533-50.347 46.123-10.077 1.995-21.662 3.137-33.515 3.137s-23.438-1.142-34.653-3.321l1.138 0.184c-24.551-4.26-43.985-22.279-50.247-45.683l-0.1-0.439c-5.336-15.857-8.415-34.118-8.415-53.099s3.079-37.241 8.765-54.311l-0.35 1.212c6.955-22.357 26.539-40.533 50.347-46.123 10.077-1.995 21.662-3.137 33.515-3.137s23.438 1.142 34.653 3.321l-1.138-0.184c24.536 4.291 43.955 22.296 50.246 45.682l0.101 0.441c5.547 19.541 8.363 37.717 8.363 54.485zM478.805 813.013c9.305-32.471 14.655-69.765 14.655-108.309s-5.351-75.838-15.35-111.181l0.694 2.871c-13.952-43.349-46.123-78.251-86.613-93.653-38.719-13.952-83.399-22.017-129.963-22.017s-91.243 8.065-132.718 22.876l2.756-0.859c-42.597 15.064-74.871 49.645-86.439 92.706l-0.217 0.947c-9.305 32.471-14.655 69.765-14.655 108.309s5.351 75.838 15.35 111.181l-0.694-2.871c13.995 43.307 46.123 78.251 86.656 93.568 38.719 13.952 83.399 22.017 129.963 22.017s91.243-8.065 132.718-22.876l-2.756 0.859c41.706-16.384 73.403-50.361 86.343-92.543l0.271-1.025zM353.024 705.365c0 16.768-2.816 36.352-8.405 51.712-7.792 22.968-26.522 40.316-49.823 46.023l-0.481 0.1c-10.083 1.995-21.676 3.137-33.536 3.137s-23.453-1.142-34.676-3.321l1.14 0.184c-24.514-4.317-43.909-22.313-50.203-45.682l-0.101-0.441c-5.315-15.859-8.382-34.121-8.382-53.099s3.067-37.24 8.732-54.316l-0.35 1.218c7.763-22.986 26.507-40.347 49.825-46.024l0.479-0.099c10.083-2.016 21.675-3.169 33.536-3.169s23.453 1.153 34.669 3.354l-1.133-0.185c24.519 4.306 43.919 22.307 50.203 45.682l0.101 0.441c5.589 18.176 8.405 36.309 8.405 54.485zM353.024 223.232h141.141c0-36.309-5.589-72.661-15.36-107.563-13.952-43.349-46.123-78.251-86.613-93.611-38.719-13.952-83.399-22.017-129.963-22.017s-91.243 8.065-132.718 22.876l2.756-0.859c-43.349 16.725-75.477 51.669-86.699 94.976-9.305 32.471-14.655 69.765-14.655 108.309s5.351 75.838 15.35 111.181l-0.694-2.871c13.995 43.307 46.123 78.251 86.656 93.611 41.899 15.36 85.248 20.992 129.963 20.992s88.021-8.405 129.963-20.992c42.582-15.048 74.845-49.617 86.397-92.665l0.216-0.946c1.408-5.589 2.773-12.587 5.589-18.176l-132.736-61.483c-1.408 8.363-2.773 15.36-5.589 23.765-6.955 22.357-26.539 40.533-50.304 46.123-10.083 1.995-21.676 3.137-33.536 3.137s-23.453-1.142-34.676-3.321l1.14 0.184c-24.509-4.327-43.899-22.319-50.203-45.681l-0.101-0.441c-5.315-15.859-8.382-34.121-8.382-53.099s3.067-37.24 8.732-54.316l-0.35 1.218c6.997-22.357 26.539-40.533 50.304-46.165 10.083-1.995 21.676-3.137 33.536-3.137s23.453 1.142 34.676 3.321l-1.14-0.184c24.529 4.313 43.933 22.332 50.204 45.725l0.1 0.44c4.181 18.133 6.997 34.901 6.997 51.669zM541.653 597.803c-9.641 32.638-15.243 70.148-15.36 108.95l-0 0.064v317.184h141.141v-318.635c0-16.768 2.773-36.352 8.363-51.712 6.955-22.357 26.539-40.533 50.347-46.123 10.077-2.015 21.661-3.169 33.515-3.169s23.438 1.153 34.647 3.354l-1.132-0.185c24.527 4.312 43.936 22.308 50.245 45.681l0.101 0.441c5.315 15.859 8.382 34.121 8.382 53.099s-3.067 37.24-8.732 54.316l0.35-1.218c-6.997 22.315-26.581 40.533-48.896 46.080-10.083 2.016-21.675 3.169-33.536 3.169s-23.453-1.153-34.669-3.354l1.133 0.185c-4.224-1.323-9.771-2.731-13.952-4.181l47.488 131.371c44.757 0 88.021-8.405 129.963-20.949 42.579-15.070 74.844-49.627 86.439-92.663l0.217-0.948c9.305-32.471 14.655-69.765 14.655-108.309s-5.351-75.838-15.35-111.181l0.694 2.871c-13.995-43.349-46.123-78.251-86.656-93.653-38.719-13.952-83.399-22.017-129.963-22.017s-91.243 8.065-132.718 22.876l2.756-0.859c-43.349 11.221-75.477 46.165-89.472 89.515z"],"attrs":[{"fill":"rgb(0, 177, 231)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["co-op"],"grid":0},"attrs":[{"fill":"rgb(0, 177, 231)"}],"properties":{"id":5,"order":17,"prevSize":32,"code":59650,"name":"co-op"},"setIdx":1,"setId":6,"iconIdx":5},{"icon":{"paths":["M165.675 419.2c25.796-92.657 85.082-168.541 163.679-215.406l1.654-0.914 1.707-0.896-76.928-132.821c-116.011 67.883-201.685 176.981-237.568 306.731l-0.853 3.584zM419.157 166.144c27.409-7.668 58.883-12.076 91.387-12.076 0.332 0 0.664 0 0.996 0.001l-0.052-0h0.213v-153.387h-0.811c-0.097-0-0.211-0-0.326-0-47.924 0-94.317 6.557-138.331 18.823l7.201-1.714zM604.928 166.272c92.56 25.819 168.345 85.104 215.108 163.676l0.914 1.657 0.896 1.707 132.992-76.757c-67.883-115.968-176.896-201.643-306.603-237.568l-3.584-0.853zM0 512v0.256c0 46.933 6.315 92.373 18.133 135.552l-0.853-3.584 148.309-39.637c-7.695-27.273-12.12-58.594-12.12-90.948 0-0.441 0.001-0.882 0.002-1.322l-0 0.068v-0.341zM68.48 767.787c23.467 40.149 50.347 74.837 81.109 105.6l108.928-108.373c-21.114-21.145-39.652-44.87-55.099-70.659l-0.922-1.661-0.939-1.707zM255.787 954.88c72.504 43.017 159.829 68.44 253.091 68.44 0.528 0 1.056-0.001 1.583-0.002l-0.082 0h0.853v-153.387h-0.171c-0.179 0-0.391 0.001-0.603 0.001-66.21 0-128.179-18.152-181.204-49.752l1.626 0.898 1.664 0.896zM821.717 691.413c-47.305 80.184-122.646 139.556-212.245 165.098l-2.539 0.619-2.517 0.597 39.723 148.309c133.291-36.693 242.389-122.155 309.163-235.52l1.323-2.389zM1005.952 649.429c11.435-40.405 18.048-86.827 18.048-134.784 0-46.379-6.144-91.307-17.707-134.059l0.811 3.584-148.736 39.723c7.467 27.307 11.733 58.624 11.733 90.965 0 33.707-4.651 66.347-13.355 97.28l0.597-2.517z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["codacy"],"grid":0},"attrs":[],"properties":{"id":6,"order":18,"prevSize":32,"code":59651,"name":"codacy"},"setIdx":1,"setId":6,"iconIdx":6},{"icon":{"paths":["M362.24 1024c-65.707-29.013-110.336-91.563-116.181-163.157 3.84-73.685 42.752-141.013 104.533-181.163-10.155 24.747-7.68 52.907 6.4 75.52 16.043 22.4 43.605 33.152 70.613 27.563 38.485-10.837 61.013-50.773 50.176-89.259-3.84-13.483-11.52-25.685-22.016-34.901-43.52-35.413-65.365-91.008-57.6-146.603 7.467-29.44 23.765-56.064 46.763-76.16-17.28 46.080 31.445 91.563 64.171 113.92 58.027 34.816 113.92 73.088 167.424 114.603 58.453 46.080 90.325 118.187 85.333 192-13.141 78.507-68.693 143.36-144.427 167.68 151.467-33.707 307.627-154.027 310.613-324.693-2.987-136.533-84.48-259.072-209.067-314.88h-5.547c2.773 6.699 4.096 13.909 3.84 21.163 0.427-4.693 0.427-9.387 0-14.080 0.683 5.547 0.683 11.093 0 16.64-9.472 38.827-48.64 62.72-87.552 53.248-15.531-3.84-29.44-12.587-39.424-25.173-49.92-64 0-136.832 8.363-207.232 5.12-90.027-36.011-176.085-108.971-228.693 36.523 60.885-12.117 140.8-47.488 186.283-35.413 45.483-86.613 79.36-128.341 119.040-44.971 41.813-86.187 87.808-123.179 136.96-79.957 97.707-111.36 226.56-85.333 350.080 35.669 119.040 134.613 208.469 256.64 231.68h0.683z"],"attrs":[{"fill":"rgb(238, 70, 35)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["codeigniter"],"grid":0},"attrs":[{"fill":"rgb(238, 70, 35)"}],"properties":{"id":7,"order":20,"prevSize":32,"code":59652,"name":"codeigniter"},"setIdx":1,"setId":6,"iconIdx":7},{"icon":{"paths":["M1024 349.099l-0.768-3.712-0.725-2.133c-0.427-1.024-0.768-2.133-1.28-3.2-0.128-0.768-0.64-1.451-0.853-2.133l-1.493-2.859-1.28-2.133-1.877-2.56-1.963-1.92-2.56-1.92-1.963-1.28-2.56-1.877-1.877-1.707-0.64-0.853-467.413-312.704c-14.805-9.899-33.963-9.899-48.725 0l-471.211 314.112-2.56 2.133-1.621 1.707-2.133 2.389-1.579 1.92-2.133 2.56c-0.853 0.725-1.28 1.28-1.28 1.963l-2.133 2.56-0.853 2.56c-0.853 0.427-0.853 1.707-1.28 2.987l-0.427 2.133c-0.811 1.323-0.811 2.603-0.811 3.883v319.872c0 1.877 0.128 3.84 0.427 5.76l0.427 1.963c0.213 1.28 0.427 2.56 0.853 3.669l0.64 2.133c0.427 1.152 0.683 2.261 1.152 3.2l0.939 2.133c0 0.427 0.64 1.707 1.28 2.56l1.28 1.707c0.64 0.427 1.28 1.707 1.92 2.56l1.28 1.707 1.707 1.707c0.427 0.555 0.427 1.28 1.28 1.28l2.56 1.792 1.707 1.28 0.427 0.597 468.053 312.747c6.997 5.12 16 6.955 24.32 6.955s16.64-2.56 24.32-7.68l474.027-314.453 2.048-1.536 2.219-2.475 1.408-1.92 1.707-2.56 1.28-2.133 1.28-2.987 0.683-2.219 1.28-3.285 0.64-1.92 1.28-3.413v-320c0-2.133 0-4.053-0.683-5.973l-0.597-1.92 1.877 0.128zM512.427 617.045l-155.733-104.107 155.733-104.192 155.733 104.107-155.733 104.107zM468.309 332.288l-190.848 127.573-154.155-103.083 345.003-229.973v205.568zM198.229 512.896l-110.165 73.813v-147.243l110.165 73.643zM277.461 566.229l190.848 127.573v205.653l-345.003-230.016 154.368-103.125v-0.171zM556.373 693.803l190.891-127.147 154.155 103.253-345.045 229.973v-205.653zM826.453 513.323l110.208-73.387v147.456l-110.208-73.813zM747.307 460.416l-190.848-127.616v-206.080l344.96 229.973-154.112 103.168z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["codepen"],"grid":0},"attrs":[],"properties":{"id":8,"order":19,"prevSize":32,"code":59653,"name":"codepen"},"setIdx":1,"setId":6,"iconIdx":8},{"icon":{"paths":["M766.421 622.933v-225.109h52.139v179.371h91.307v45.653h-143.445zM348.971 482.645l127.147-97.792c11.989 9.728 23.893 19.541 35.883 29.312l-120.619 91.307 26.069 22.827 120.619-94.549c11.989 9.728 23.893 19.541 35.883 29.355-13.79 11.699-53.042 42.679-92.482 73.43l-28.137 21.119 26.027 22.869 120.747-97.92-0.043-84.736h52.181v179.371h94.549v45.653h-143.445v-84.779c-42.453 32.555-84.779 65.237-127.189 97.792l-127.189-97.792c-6.144 31.104-27.861 58.027-55.979 72.277-12.16 6.272-25.472 10.24-39.040 11.776-7.808 0.939-15.659 0.725-23.509 0.725h-80.427v-225.024h92.757c25.352 0.265 48.571 9.181 66.898 23.929l-0.21-0.163c19.371 15.36 33.195 37.205 39.552 61.013zM198.997 443.52v136.96l40.661-0.043c17.922-0.601 33.735-9.14 44.11-22.194l0.092-0.12c10.082-12.566 16.18-28.704 16.18-46.267 0-12.548-3.113-24.369-8.609-34.733l0.195 0.403c-8.52-16.234-23.381-28.163-41.204-32.59l-0.438-0.092c-7.083-1.707-14.421-1.28-21.632-1.365h-29.355zM504.32 0h14.379c84.521 1.138 163.76 22.684 233.346 59.916l-2.732-1.335c70.7 37.698 129.553 88.792 175.049 150.358l0.994 1.408c60.25 81.306 97.018 183.191 98.641 293.589l0.004 0.384v15.36c-1.724 132.868-53.952 253.214-138.319 343.010l0.25-0.269c-91.947 98.023-221.674 159.664-365.817 161.575l-0.349 0.004h-15.403c-63.851-0.993-124.491-13.527-180.32-35.597l3.466 1.208c-71.382-28.235-132.171-69.321-182.236-120.877l-0.121-0.126c-53.437-54.901-94.776-121.861-119.531-196.389l-1.045-3.632c-14.78-44.325-23.705-95.401-24.571-148.437l-0.005-0.427v-15.403c1.806-101.896 33.292-196.088 86.146-274.719l-1.154 1.823c50.626-75.639 118.409-136.069 198.006-176.639l2.954-1.367c63.604-32.498 138.547-52.085 217.935-53.413l0.433-0.006zM497.792 52.48c-104.592 3.075-199.819 40.788-275.192 101.999l0.846-0.665c-62.693 50.756-111.277 116.548-140.54 191.977l-1.071 3.138c-18.76 48.416-29.629 104.447-29.629 163.017 0 66.312 13.932 129.369 39.029 186.406l-1.165-2.97c33.943 76.81 85.599 140.449 150.012 187.73l1.284 0.899c57.3 42.195 126.523 71.63 201.717 82.728l2.486 0.301c62.123 8.917 126.080 5.291 186.709-11.093 86.001-23.707 159.376-69.266 216.278-130.368l0.255-0.277c56.695-60.738 97.175-137.306 114.118-222.36l0.485-2.92c5.34-26.468 8.396-56.894 8.396-88.034 0-39.671-4.96-78.184-14.295-114.952l0.693 3.221c-39.437-154.229-153.034-275.271-299.606-324.433l-3.242-0.943c-42.565-14.359-91.587-22.645-142.543-22.645-5.283 0-10.546 0.089-15.786 0.266l0.762-0.020z"],"attrs":[{"fill":"rgb(0, 125, 184)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["dell"],"grid":0},"attrs":[{"fill":"rgb(0, 125, 184)"}],"properties":{"id":9,"order":21,"prevSize":32,"code":59654,"name":"dell"},"setIdx":1,"setId":6,"iconIdx":9},{"icon":{"paths":["M516.395 0c280.021 0 507.605 234.027 507.605 511.872 0 277.76-227.413 511.573-507.733 511.573l-516.267 0.555v-520.96c0-277.76 236.032-503.040 516.395-503.040zM521.344 194.688c-110.635-0.128-213.163 57.685-270.379 152.32-56.747 94.208-59.179 211.499-6.315 308.053l-56.917 181.632 204.544-45.824c117.12 52.267 254.507 28.843 347.136-59.307 92.587-87.637 122.027-223.061 74.112-341.205-48.427-118.528-163.84-195.84-291.84-195.627h-0.341z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["discourse"],"grid":0},"attrs":[],"properties":{"id":10,"order":22,"prevSize":32,"code":59655,"name":"discourse"},"setIdx":1,"setId":6,"iconIdx":10},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512v0c282.77 0 512-229.23 512-512s-229.23-512-512-512v0z"],"attrs":[{"fill":"rgb(255, 96, 0)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["discover"],"grid":0},"attrs":[{"fill":"rgb(255, 96, 0)"}],"properties":{"id":11,"order":23,"prevSize":32,"code":59656,"name":"discover"},"setIdx":1,"setId":6,"iconIdx":11},{"icon":{"paths":["M183.979 539.733c111.36-23.979 96-157.184 92.843-186.283-5.461-44.8-58.283-123.221-129.877-116.907-90.027 7.936-103.168 138.24-103.168 138.24-12.245 60.16 29.099 188.843 140.203 164.907zM390.699 316.117c61.44 0 111.104-70.827 111.104-158.293 0-87.040-49.493-157.867-110.933-157.867s-111.403 70.443-111.403 157.909c0 87.467 49.92 158.293 111.36 158.293zM655.659 326.613c82.347 11.093 134.912-76.8 145.579-143.36 10.667-66.133-42.667-143.36-100.693-156.587-58.453-13.483-130.56 79.957-137.813 140.8-7.68 74.667 10.667 148.907 92.587 159.445zM981.333 438.784c0-31.829-26.155-127.701-124.16-127.701-97.92 0-111.36 90.453-111.36 154.453 0 61.013 5.035 145.92 127.36 143.36 121.813-2.987 108.501-138.24 108.501-170.24zM857.6 717.653s-127.36-98.56-201.643-204.8c-100.693-156.885-243.84-93.013-291.584-13.483-47.787 80.341-122.027 130.645-132.48 144.085-10.667 13.227-153.6 90.453-121.771 231.253 32 140.8 143.36 138.24 143.36 138.24s81.92 8.107 177.493-13.227 177.493 5.12 177.493 5.12 222.165 74.667 283.648-68.693c60.757-143.787-34.56-218.027-34.56-218.027z"],"attrs":[{"fill":"rgb(35, 25, 220)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["baidu"],"grid":0},"attrs":[{"fill":"rgb(35, 25, 220)"}],"properties":{"id":30,"order":27,"prevSize":32,"code":59664,"name":"baidu"},"setIdx":5,"setId":2,"iconIdx":29},{"icon":{"paths":["M71.893 0v15.232l52.565 44.629c63.019 51.371 71.253 61.397 71.253 107.776v856.363h368.896c193.579 0 387.541-69.504 387.541-292.224 0-131.499-92.757-232.875-221.269-247.339v-2.859c105.6-31.787 177.877-108.373 177.877-224.128 0-186.539-159.147-257.365-313.557-257.365l-523.264-0.085zM378.069 156.331h150.357c101.675 0 133.163 13.952 164.011 43.221 23.381 22.229 34.091 52.779 34.176 88.32 0 33.067-11.392 62.549-35.456 85.504-30.080 28.843-71.424 43.136-146.901 43.136h-166.144v-260.181zM378.069 572.672h174.891c147.456 0 216.96 37.589 216.96 144.64 0 134.528-130.347 150.443-224.256 150.443h-167.637v-295.083z"],"attrs":[{"fill":"rgb(237, 28, 36)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["bitdefender"],"grid":0},"attrs":[{"fill":"rgb(237, 28, 36)"}],"properties":{"id":42,"order":28,"prevSize":32,"code":59665,"name":"bitdefender"},"setIdx":5,"setId":2,"iconIdx":41},{"icon":{"paths":["M557.013 907.093c-57.387 0.939-99.2-17.493-101.803-67.627-1.067-18.773-0.768-38.827 0.085-50.859 5.845-73.216 56.875-125.867 107.947-136.107 63.232-12.544 104.747 16.213 104.747 98.56 0 55.595-15.36 154.368-110.507 156.032h-0.683zM508.715 0c-281.728 0-508.715 226.005-508.715 521.557 0 153.344 81.92 301.312 197.248 390.272 22.187 17.067 48.555 15.659 63.872 0.853 12.672-12.16 11.605-41.984-12.16-62.933-92.16-80.469-155.819-203.093-155.819-325.76 0-219.733 195.413-404.907 415.573-404.907 267.947 0 411.136 217.685 411.136 402.347 0 113.067-55.040 249.173-154.709 335.957 0.64 0 21.035-40.192 21.035-118.784 0-133.547-84.309-206.336-182.613-206.336-70.955 0-113.792 25.515-142.507 49.152 0-54.272 1.92-155.819 1.92-155.819 0-67.072-23.040-120.747-105.387-122.027-47.36-0.64-82.432 21.035-104.107 70.272-7.68 18.603-5.12 39.083 10.837 48 12.8 7.68 34.56 1.963 44.629-12.117 7.040-8.96 10.837-10.837 17.237-10.24 10.24 1.28 10.965 17.28 10.965 28.16 0.597 8.235 8.235 123.861 3.755 420.907-0.427 81.493 64.128 175.445 218.027 175.445 66.56 0 117.589-18.56 191.701-60.672 113.067-63.915 273.365-205.653 273.365-445.867-2.005-302.208-244.693-517.461-514.859-517.461z"],"attrs":[{"fill":"rgb(238, 97, 35)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["bitly"],"grid":0},"attrs":[{"fill":"rgb(238, 97, 35)"}],"properties":{"id":43,"order":29,"prevSize":32,"code":59666,"name":"bitly"},"setIdx":5,"setId":2,"iconIdx":42},{"icon":{"paths":["M1017.003 182.187c-12.373-17.621-36.693-21.973-54.315-9.643l-955.733 669.269c7.125 10.027 18.645 16.64 31.872 16.64h946.347c21.461 0 38.827-17.493 38.827-38.997v-615.509c-0.171-7.509-2.475-15.019-6.997-21.76zM61.269 172.544c-17.621-12.373-41.899-8.107-54.272 9.643-4.565 6.571-6.912 14.165-6.997 21.76v616.533l454.997-372.736-393.685-275.285z"],"attrs":[{"fill":"rgb(80, 156, 246)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["campaignmonitor"],"grid":0},"attrs":[{"fill":"rgb(80, 156, 246)"}],"properties":{"id":55,"order":31,"prevSize":32,"code":59667,"name":"campaignmonitor"},"setIdx":5,"setId":2,"iconIdx":54},{"icon":{"paths":["M1006.507 148.053c-22.495-60.649-69.484-107.638-128.629-129.643l-1.504-0.49c-55.893-17.92-106.667-17.92-209.92-17.92h-309.76c-102.4 0-154.027 0-209.067 17.067-60.728 22.584-107.741 69.737-129.646 129.052l-0.487 1.508c-17.493 55.467-17.493 106.667-17.493 209.067v310.187c0 102.827 0 153.6 17.067 209.067 22.495 60.649 69.484 107.638 128.629 129.643l1.504 0.49c55.467 17.493 106.667 17.493 209.067 17.493h310.613c102.827 0 154.027 0 209.067-17.067 60.901-22.482 108.078-69.659 130.072-129.054l0.488-1.506c17.493-55.467 17.493-106.667 17.493-209.067v-309.333c0-102.827 0-154.027-17.493-209.493zM743.253 345.6l-39.68 39.68c-3.798 3.54-8.91 5.713-14.53 5.713-5.396 0-10.324-2.003-14.081-5.307l0.024 0.021c-36.822-31.253-84.876-50.281-137.372-50.347l-0.014-0c-41.387 0-82.773 13.653-82.773 51.627 0 38.4 44.373 51.2 95.573 70.4 89.6 29.867 163.84 67.413 163.84 155.307 0 95.573-74.24 161.28-195.413 168.533l-11.093 51.2c-2.047 9.569-10.431 16.64-20.467 16.64-0.005 0-0.009-0-0.014-0l-76.373 0-3.84-0.427c-9.607-2.211-16.663-10.689-16.663-20.816 0-1.543 0.164-3.048 0.475-4.498l-0.025 0.14 11.947-54.187c-47.972-12.277-89.41-35.584-123.030-67.126l0.15 0.14v-0.427c-3.721-3.709-6.024-8.839-6.024-14.507s2.302-10.798 6.023-14.506l0.001-0.001 42.667-41.387c3.728-3.499 8.76-5.649 14.293-5.649s10.565 2.15 14.305 5.66l-0.011-0.010c38.827 36.693 90.88 57.173 144.64 56.32 55.467 0 92.587-23.467 92.587-60.587s-37.547-46.933-108.373-73.387c-75.093-26.88-146.347-64.853-146.347-153.6 0-103.253 85.76-153.6 187.307-158.293l10.667-52.48c2.037-9.333 10.23-16.218 20.032-16.218 0.158 0 0.315 0.002 0.472 0.005l-0.023-0h75.947l4.267 0.427c11.093 2.56 18.347 13.227 15.787 24.32l-11.52 58.453c38.4 12.8 74.667 32.853 105.813 59.307l0.853 0.853c8.107 8.533 8.107 21.333 0 29.013z"],"attrs":[{"fill":"rgb(0, 194, 68)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["cashapp"],"grid":0},"attrs":[{"fill":"rgb(0, 194, 68)"}],"properties":{"id":56,"order":30,"prevSize":32,"code":59668,"name":"cashapp"},"setIdx":5,"setId":2,"iconIdx":55},{"icon":{"paths":["M380.16 687.189c-90.837 0-156.117-76.544-156.117-182.016 0-91.648 62.635-174.72 148.821-174.72 97.067 0 151.253 79.232 151.253 79.232l125.397-140.715c-38.827-45.312-110.848-122.965-277.461-122.965-187.221 0-350.251 148.864-350.251 360.789 0 203.349 148.267 364.032 352.683 364.032 164.48 0 237.739-86.059 279.040-133.504l-120.789-126.677c0 0.043-60.373 76.544-152.576 76.544zM780.075 0v426.155h-88.064c-45.243 0-81.92 36.677-81.92 81.92s36.677 81.92 81.92 81.92v0h88.064v434.005h222.080v-1024h-222.080z"],"attrs":[{"fill":"rgb(0, 120, 215)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["castorama"],"grid":0},"attrs":[{"fill":"rgb(0, 120, 215)"}],"properties":{"id":57,"order":32,"prevSize":32,"code":59669,"name":"castorama"},"setIdx":5,"setId":2,"iconIdx":56},{"icon":{"paths":["M512 0c-282.795 0-512 229.248-512 512s229.205 512 512 512c282.752 0 512-229.248 512-512s-229.248-512-512-512zM511.915 596.949c-48.365 0-87.573-39.208-87.573-87.573s39.208-87.573 87.573-87.573v0c48.365 0 87.573 39.208 87.573 87.573s-39.208 87.573-87.573 87.573v0zM725.035 804.011l-85.845-119.083c54.185-39.915 88.949-103.473 88.949-175.15 0-119.8-97.117-216.917-216.917-216.917s-216.917 97.117-216.917 216.917c0 71.983 35.062 135.776 89.040 175.234l0.613 0.428-85.931 119.168c-91.808-66.868-150.797-174.001-150.797-294.912 0-200.908 162.868-363.776 363.776-363.776 0.035 0 0.069 0 0.104 0l-0.005-0c200.908 0 363.776 162.868 363.776 363.776h0c0 0.124 0 0.271 0 0.419 0 120.4-58.595 227.115-148.825 293.183l-1.021 0.713z"],"attrs":[{"fill":"rgb(0, 178, 101)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["castro"],"grid":0},"attrs":[{"fill":"rgb(0, 178, 101)"}],"properties":{"id":58,"order":33,"prevSize":32,"code":59670,"name":"castro"},"setIdx":5,"setId":2,"iconIdx":57},{"icon":{"paths":["M149.333 256h512l256 439.467 106.667-183.467-256-443.733h-512l-106.667 187.733zM110.933 320l-110.933 192 256 443.733h512l110.933-192-106.667-183.467-110.933 192h-298.667l-149.333-260.267 110.933-192h-213.333z"],"attrs":[{"fill":"rgb(30, 171, 226)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["cevo"],"grid":0},"attrs":[{"fill":"rgb(30, 171, 226)"}],"properties":{"id":59,"order":34,"prevSize":32,"code":59671,"name":"cevo"},"setIdx":5,"setId":2,"iconIdx":58},{"icon":{"paths":["M366.519 1022.891q-7.894 0-14.097-2.82t-11.841-7.331-7.894-11.277-3.383-14.661l1.128-252.617h667.648l-303.364 288.704h-329.306zM1024.013 657.498q-1.128 7.895-3.383 14.097t-7.894 11.278-11.841 7.894q-6.203 2.82-14.097 2.82h-252.617l-1.128-668.757 289.835 304.495v328.175zM657.493 1.156q6.767 0 14.097 2.82t11.278 7.331 7.331 11.278 2.255 14.661l1.128 252.617h-669.867l305.621-288.704h327.049zM1.152 366.549q-1.128-7.894 2.255-14.097t7.894-11.277 11.278-7.895 13.533-2.82h253.743l-1.128 668.757-287.578-304.495-1.128-328.175z"],"attrs":[{"fill":"rgb(17, 122, 202)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["chase"],"grid":0},"attrs":[{"fill":"rgb(17, 122, 202)"}],"properties":{"id":60,"order":35,"prevSize":32,"code":59672,"name":"chase"},"setIdx":5,"setId":2,"iconIdx":59},{"icon":{"paths":["M886.955 163.499c-4.309-4.48-8.405-9.088-12.843-13.525-4.395-4.395-9.003-8.619-13.653-12.885-90.553-84.925-212.715-137.090-347.062-137.090-0.491 0-0.982 0.001-1.473 0.002l0.076-0c-0.407-0.001-0.888-0.002-1.37-0.002-140.958 0-268.529 57.315-360.68 149.912l-0.020 0.020c-195.243 195.243-199.424 510.123-12.843 710.571 4.224 4.608 8.405 9.131 12.8 13.653 4.437 4.395 8.96 8.533 13.525 12.8 90.651 84.903 212.887 137.047 347.302 137.047 0.452 0 0.904-0.001 1.355-0.002l-0.071 0c136.789 0 265.387-53.205 362.112-149.845 195.243-195.243 199.381-510.123 12.843-710.656zM176.341 176.341c85.459-85.895 203.753-139.052 334.461-139.052 0.421 0 0.842 0.001 1.262 0.002l-0.065-0c120.533 0 234.24 44.715 322.133 126.208l-42.709 42.752c-73.020-67.238-170.901-108.46-278.411-108.46-0.356 0-0.712 0-1.068 0.001l0.055-0c-0.334-0.001-0.729-0.002-1.124-0.002-114.037 0-217.239 46.39-291.764 121.327l-0.018 0.018c-74.931 74.54-121.303 177.725-121.303 291.74 0 0.395 0.001 0.79 0.002 1.184l-0-0.061c0 104.448 38.4 202.795 108.459 279.424l-42.795 42.709c-172.032-185.984-167.765-477.141 12.885-657.792zM765.056 232.576v0.085l-43.307 43.264c-55.243-49.718-128.723-80.128-209.305-80.128-0.156 0-0.313 0-0.469 0l0.025-0c-0.262-0.001-0.571-0.001-0.881-0.001-87.024 0-165.777 35.413-222.634 92.615l-0.015 0.016c-57.244 56.909-92.673 135.707-92.673 222.78 0 0.279 0 0.557 0.001 0.836l-0-0.043c-0 0.137-0 0.299-0 0.462 0 80.529 30.394 153.958 80.337 209.443l-0.251-0.284-43.264 43.349c-60.461-66.228-97.495-154.743-97.495-251.907 0-0.374 0.001-0.748 0.002-1.122l-0 0.058c-0.001-0.309-0.001-0.674-0.001-1.040 0-103.739 42.215-197.618 110.404-265.395l0.019-0.018c67.802-68.208 161.687-110.423 265.431-110.423 0.359 0 0.719 0.001 1.078 0.002l-0.056-0c94.421 0 183.509 34.517 253.056 97.451zM790.912 512c0 74.453-29.056 144.512-81.749 197.205s-122.667 81.749-197.163 81.749c-0.058 0-0.127 0-0.196 0-70.336 0-134.548-26.22-183.395-69.419l0.295 0.256-0.043-0.171c-4.693-4.011-9.387-8.021-13.824-12.416-4.171-4.31-8.256-8.84-12.177-13.512l-0.324-0.397c-42.914-48.425-69.121-112.509-69.121-182.714 0-0.205 0-0.409 0.001-0.614l-0 0.031c0-74.496 28.971-144.512 81.664-197.163 50.152-50.445 119.593-81.665 196.327-81.665 0.279 0 0.558 0 0.836 0.001l-0.043-0c68.224 0 132.48 24.576 183.253 69.12 4.736 4.096 9.557 8.107 13.909 12.587 4.437 4.437 8.533 9.131 12.587 13.824 42.941 48.501 69.163 112.666 69.163 182.955 0 0.12-0 0.24-0 0.359l0-0.019zM302.251 748.117h0.043c55.267 49.744 128.781 80.171 209.401 80.171 0.107 0 0.215-0 0.322-0l-0.017 0c0.261 0.001 0.57 0.001 0.878 0.001 87.048 0 165.813-35.467 222.632-92.738l0.020-0.021c57.267-56.861 92.716-135.631 92.716-222.681 0-0.299-0-0.597-0.001-0.896l0 0.046c0-0.073 0-0.16 0-0.246 0-80.631-30.373-154.169-80.301-209.796l0.258 0.292 43.221-43.179c60.462 66.269 97.494 154.821 97.494 252.022 0 0.319-0 0.637-0.001 0.955l0-0.050c0.001 0.335 0.002 0.732 0.002 1.129 0 103.732-42.234 197.6-110.445 265.347l-0.021 0.021c-67.756 68.206-161.602 110.423-265.307 110.423-0.403 0-0.806-0.001-1.208-0.002l0.062 0c-0.27 0.001-0.589 0.001-0.908 0.001-97.228 0-185.806-37.032-252.4-97.76l0.295 0.266 43.264-43.307zM847.659 847.659c-85.383 85.867-203.598 139.010-334.225 139.010-0.504 0-1.008-0.001-1.512-0.002l0.078 0c-0.385 0.001-0.841 0.002-1.298 0.002-124.11 0-237.011-47.99-321.159-126.426l0.281 0.259 42.837-42.709c72.985 67.237 170.834 108.46 278.311 108.46 0.391 0 0.782-0.001 1.173-0.002l-0.061 0c0.335 0.001 0.731 0.002 1.128 0.002 114.051 0 217.259-46.425 291.757-121.409l0.022-0.022c74.93-74.527 121.303-177.7 121.303-291.705 0-0.393-0.001-0.785-0.002-1.177l0 0.061c0.001-0.304 0.001-0.664 0.001-1.024 0-107.5-41.241-205.367-108.763-278.644l0.261 0.287 42.709-42.752c171.989 185.984 167.893 477.099-12.843 657.792z"],"attrs":[{"fill":"rgb(134, 105, 174)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["circle"],"grid":0},"attrs":[{"fill":"rgb(134, 105, 174)"}],"properties":{"id":61,"order":36,"prevSize":32,"code":59673,"name":"circle"},"setIdx":5,"setId":2,"iconIdx":60},{"icon":{"paths":["M382.421 512c0-67.584 54.784-121.813 121.813-121.813 67.072 0 121.856 54.784 121.856 121.813 0 67.072-54.784 121.856-121.856 121.856-66.987 0-121.813-54.784-121.813-121.856zM504.235 0c-239.061 0-439.296 163.84-496.128 385.067-0.427 1.536-0.427 2.987-0.427 5.12 0 13.355 10.752 24.576 24.533 24.576h206.293c9.813 0 18.475-5.547 22.059-14.208 42.539-92.16 135.68-156.672 243.712-156.672 147.883 0 268.203 120.32 268.203 268.245 0 148.053-120.32 268.373-268.373 268.373-107.947 0-201.131-64-243.627-156.715-4.139-8.107-12.373-14.336-22.059-14.336h-206.208c-13.312 0-24.533 10.795-24.533 24.576 0 1.579 0.597 3.072 0.597 5.12 56.32 221.013 256.853 384.853 495.957 384.853 282.624 0 512-229.333 512-512 0-282.581-229.376-512-512-512z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["circleci"],"grid":0},"attrs":[],"properties":{"id":62,"order":37,"prevSize":32,"code":59661,"name":"circleci1"},"setIdx":5,"setId":2,"iconIdx":61},{"icon":{"paths":["M993.067 224.64c0-36.352-5.632-72.661-15.36-109.013-13.995-43.349-46.123-78.251-86.656-93.611-38.719-13.952-83.399-22.017-129.963-22.017s-91.243 8.065-132.718 22.876l2.756-0.859c-42.591 15.035-74.859 49.61-86.398 92.666l-0.215 0.945c-9.325 32.469-14.687 69.763-14.687 108.309s5.362 75.84 15.382 111.176l-0.695-2.866c13.909 43.307 46.080 78.251 86.613 93.611 35.244 13.387 75.996 21.139 118.559 21.139 4.010 0 8.005-0.069 11.982-0.205l-0.578 0.016c44.757 0 88.021-8.363 129.963-20.949 42.592-15.050 74.865-49.616 86.439-92.664l0.217-0.947c9.771-34.944 15.36-71.253 15.36-107.605zM851.925 224.64c0 16.768-2.773 36.352-8.363 51.712-6.997 22.357-26.581 40.533-50.347 46.123-10.077 1.995-21.662 3.137-33.515 3.137s-23.438-1.142-34.653-3.321l1.138 0.184c-24.551-4.26-43.985-22.279-50.247-45.683l-0.1-0.439c-5.336-15.857-8.415-34.118-8.415-53.099s3.079-37.241 8.765-54.311l-0.35 1.212c6.955-22.357 26.539-40.533 50.347-46.123 10.077-1.995 21.662-3.137 33.515-3.137s23.438 1.142 34.653 3.321l-1.138-0.184c24.536 4.291 43.955 22.296 50.246 45.682l0.101 0.441c5.547 19.541 8.363 37.717 8.363 54.485zM478.805 813.013c9.305-32.471 14.655-69.765 14.655-108.309s-5.351-75.838-15.35-111.181l0.694 2.871c-13.952-43.349-46.123-78.251-86.613-93.653-38.719-13.952-83.399-22.017-129.963-22.017s-91.243 8.065-132.718 22.876l2.756-0.859c-42.597 15.064-74.871 49.645-86.439 92.706l-0.217 0.947c-9.305 32.471-14.655 69.765-14.655 108.309s5.351 75.838 15.35 111.181l-0.694-2.871c13.995 43.307 46.123 78.251 86.656 93.568 38.719 13.952 83.399 22.017 129.963 22.017s91.243-8.065 132.718-22.876l-2.756 0.859c41.706-16.384 73.403-50.361 86.343-92.543l0.271-1.025zM353.024 705.365c0 16.768-2.816 36.352-8.405 51.712-7.792 22.968-26.522 40.316-49.823 46.023l-0.481 0.1c-10.083 1.995-21.676 3.137-33.536 3.137s-23.453-1.142-34.676-3.321l1.14 0.184c-24.514-4.317-43.909-22.313-50.203-45.682l-0.101-0.441c-5.315-15.859-8.382-34.121-8.382-53.099s3.067-37.24 8.732-54.316l-0.35 1.218c7.763-22.986 26.507-40.347 49.825-46.024l0.479-0.099c10.083-2.016 21.675-3.169 33.536-3.169s23.453 1.153 34.669 3.354l-1.133-0.185c24.519 4.306 43.919 22.307 50.203 45.682l0.101 0.441c5.589 18.176 8.405 36.309 8.405 54.485zM353.024 223.232h141.141c0-36.309-5.589-72.661-15.36-107.563-13.952-43.349-46.123-78.251-86.613-93.611-38.719-13.952-83.399-22.017-129.963-22.017s-91.243 8.065-132.718 22.876l2.756-0.859c-43.349 16.725-75.477 51.669-86.699 94.976-9.305 32.471-14.655 69.765-14.655 108.309s5.351 75.838 15.35 111.181l-0.694-2.871c13.995 43.307 46.123 78.251 86.656 93.611 41.899 15.36 85.248 20.992 129.963 20.992s88.021-8.405 129.963-20.992c42.582-15.048 74.845-49.617 86.397-92.665l0.216-0.946c1.408-5.589 2.773-12.587 5.589-18.176l-132.736-61.483c-1.408 8.363-2.773 15.36-5.589 23.765-6.955 22.357-26.539 40.533-50.304 46.123-10.083 1.995-21.676 3.137-33.536 3.137s-23.453-1.142-34.676-3.321l1.14 0.184c-24.509-4.327-43.899-22.319-50.203-45.681l-0.101-0.441c-5.315-15.859-8.382-34.121-8.382-53.099s3.067-37.24 8.732-54.316l-0.35 1.218c6.997-22.357 26.539-40.533 50.304-46.165 10.083-1.995 21.676-3.137 33.536-3.137s23.453 1.142 34.676 3.321l-1.14-0.184c24.529 4.313 43.933 22.332 50.204 45.725l0.1 0.44c4.181 18.133 6.997 34.901 6.997 51.669zM541.653 597.803c-9.641 32.638-15.243 70.148-15.36 108.95l-0 0.064v317.184h141.141v-318.635c0-16.768 2.773-36.352 8.363-51.712 6.955-22.357 26.539-40.533 50.347-46.123 10.077-2.015 21.661-3.169 33.515-3.169s23.438 1.153 34.647 3.354l-1.132-0.185c24.527 4.312 43.936 22.308 50.245 45.681l0.101 0.441c5.315 15.859 8.382 34.121 8.382 53.099s-3.067 37.24-8.732 54.316l0.35-1.218c-6.997 22.315-26.581 40.533-48.896 46.080-10.083 2.016-21.675 3.169-33.536 3.169s-23.453-1.153-34.669-3.354l1.133 0.185c-4.224-1.323-9.771-2.731-13.952-4.181l47.488 131.371c44.757 0 88.021-8.405 129.963-20.949 42.579-15.070 74.844-49.627 86.439-92.663l0.217-0.948c9.305-32.471 14.655-69.765 14.655-108.309s-5.351-75.838-15.35-111.181l0.694 2.871c-13.995-43.349-46.123-78.251-86.656-93.653-38.719-13.952-83.399-22.017-129.963-22.017s-91.243 8.065-132.718 22.876l2.756-0.859c-43.349 11.221-75.477 46.165-89.472 89.515z"],"attrs":[{"fill":"rgb(0, 177, 231)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["co-op"],"grid":0},"attrs":[{"fill":"rgb(0, 177, 231)"}],"properties":{"id":68,"order":42,"prevSize":32,"code":59663,"name":"co-op1"},"setIdx":5,"setId":2,"iconIdx":67},{"icon":{"paths":["M165.675 419.2c25.796-92.657 85.082-168.541 163.679-215.406l1.654-0.914 1.707-0.896-76.928-132.821c-116.011 67.883-201.685 176.981-237.568 306.731l-0.853 3.584zM419.157 166.144c27.409-7.668 58.883-12.076 91.387-12.076 0.332 0 0.664 0 0.996 0.001l-0.052-0h0.213v-153.387h-0.811c-0.097-0-0.211-0-0.326-0-47.924 0-94.317 6.557-138.331 18.823l7.201-1.714zM604.928 166.272c92.56 25.819 168.345 85.104 215.108 163.676l0.914 1.657 0.896 1.707 132.992-76.757c-67.883-115.968-176.896-201.643-306.603-237.568l-3.584-0.853zM0 512v0.256c0 46.933 6.315 92.373 18.133 135.552l-0.853-3.584 148.309-39.637c-7.695-27.273-12.12-58.594-12.12-90.948 0-0.441 0.001-0.882 0.002-1.322l-0 0.068v-0.341zM68.48 767.787c23.467 40.149 50.347 74.837 81.109 105.6l108.928-108.373c-21.114-21.145-39.652-44.87-55.099-70.659l-0.922-1.661-0.939-1.707zM255.787 954.88c72.504 43.017 159.829 68.44 253.091 68.44 0.528 0 1.056-0.001 1.583-0.002l-0.082 0h0.853v-153.387h-0.171c-0.179 0-0.391 0.001-0.603 0.001-66.21 0-128.179-18.152-181.204-49.752l1.626 0.898 1.664 0.896zM821.717 691.413c-47.305 80.184-122.646 139.556-212.245 165.098l-2.539 0.619-2.517 0.597 39.723 148.309c133.291-36.693 242.389-122.155 309.163-235.52l1.323-2.389zM1005.952 649.429c11.435-40.405 18.048-86.827 18.048-134.784 0-46.379-6.144-91.307-17.707-134.059l0.811 3.584-148.736 39.723c7.467 27.307 11.733 58.624 11.733 90.965 0 33.707-4.651 66.347-13.355 97.28l0.597-2.517z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["codacy"],"grid":0},"attrs":[],"properties":{"id":69,"order":41,"prevSize":32,"code":59662,"name":"codacy1"},"setIdx":5,"setId":2,"iconIdx":68},{"icon":{"paths":["M1016.619 841.813h-238.72c-4.011 0-7.253 2.475-7.253 7.339v64.64c0 4.011 2.475 7.253 7.339 7.253h238.677c4.096 0 7.339-1.877 7.339-6.997v-64.64c0-4.48-2.432-7.083-7.381-7.083v-0.512zM702.421 105.173c0.683 1.493 1.28 2.901 2.005 5.12v801.707c0 2.603-0.853 4.096-1.579 4.864-1.324 1.573-3.293 2.565-5.495 2.565-0.093 0-0.186-0.002-0.279-0.005l0.013 0h-690.56c-1.621 0-3.2 0-4.139-0.853-1.474-1.409-2.39-3.391-2.39-5.586 0-0.046 0-0.092 0.001-0.138l-0 0.007v-803.371c0-3.243 1.707-5.717 4.096-6.4h692.992c1.707 0 4.096 0.725 4.907 1.451v0.683l0.427-0.043zM77.568 835.2c0 3.115 1.621 5.803 4.096 6.528h539.435c2.475-0.811 4.096-3.243 4.096-6.571v-647.253c0-3.115-1.664-5.717-4.181-6.4h-539.307c-2.389 0.853-4.096 3.115-4.096 6.4l-0.128 647.253 0.085 0.043zM298.325 477.909c27.733 0 43.264 7.552 59.563 26.411 2.475 3.2 6.528 4.011 9.813 1.493l44.117-39.253c3.2-1.877 2.475-6.997 0.853-9.557-27.093-32.597-66.304-53.077-116.907-53.077-67.84 0-119.040 33.92-138.88 94.123-7.040 21.12-10.24 48.043-10.24 84.437 0 36.48 3.2 63.317 10.88 84.48 19.84 60.843 71.040 94.080 138.88 94.080 51.2 0 90.24-20.48 117.12-51.883 1.92-3.157 2.56-7.040-0.64-9.643l-44.245-39.040c-3.115-2.005-6.955-2.005-9.557 1.152-16.64 19.2-33.92 29.44-62.037 29.44-30.123 0-53.12-14.72-62.72-44.16-5.803-16.64-7.083-37.12-7.083-63.275 0-26.24 1.92-45.568 7.68-62.763 10.24-28.117 32.683-42.965 63.403-42.965z"],"attrs":[{"fill":"rgb(31, 64, 86)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["codecademy"],"grid":0},"attrs":[{"fill":"rgb(31, 64, 86)"}],"properties":{"id":70,"order":40,"prevSize":32,"code":59674,"name":"codecademy"},"setIdx":5,"setId":2,"iconIdx":69},{"icon":{"paths":["M684.667 215l339.333 339.333-115.5 115.667-223.833-223.833-78.667 79-115.833-115.667zM454.5 445.333l115.5 115.833 108.667 108.333-115.833 115.5-223.5-223.5-178.167 178.167-45.667 45.333-115.5-115.5 339.333-339.333zM454.5 445.333z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["codeclimate"],"grid":0},"attrs":[],"properties":{"id":71,"order":39,"prevSize":32,"code":59676,"name":"codeclimate"},"setIdx":5,"setId":2,"iconIdx":70},{"icon":{"paths":["M512.299 20.48c-282.283 0.213-512.085 228.309-512.299 508.544v1.28l87.125 50.816 1.195-0.811c39.281-27.243 87.96-43.521 140.442-43.521 0.246 0 0.492 0 0.738 0.001l-0.038-0c15.829 0 31.317 1.451 46.336 4.267l-1.536-0.256c47.862 8.714 89.631 30.377 122.774 61.194l-0.15-0.138-0.171-0.128 14.933 13.909 8.448-18.517c8.192-17.92 17.664-34.731 28.16-50.048 4.224-6.144 8.875-12.373 14.165-19.029l8.747-10.965-10.752-9.003c-45.084-37.989-100.51-65.148-161.45-76.747l-2.219-0.351-2.219-0.341c-19.626-3.738-42.2-5.876-65.273-5.876-38.861 0-76.305 6.065-111.438 17.3l2.588-0.715 2.603-0.683c41.429-181.632 201.131-308.224 389.675-308.352 0.401-0.001 0.875-0.002 1.35-0.002 109.398 0 208.468 44.224 280.306 115.77l-0.013-0.013c51.714 51.018 89.311 116.221 106.482 189.299l0.526 2.658c-31.799-10.258-68.384-16.171-106.35-16.171-0.081 0-0.162 0-0.244 0l-6.558-0c-15.189 0.256-29.867 1.408-44.245 3.328l1.92-0.213-1.792 0.256c-7.476 0.951-13.144 1.85-18.765 2.885l2.125-0.325c-2.432 0.427-4.864 0.939-7.253 1.408-7.92 1.562-13.552 2.877-19.128 4.328l2.403-0.531-5.888 1.493c-9.712 2.566-16.587 4.669-23.38 6.952l2.772-0.808-1.237 0.427c-15.147 5.12-30.251 11.435-44.843 18.731l-1.152 0.597c-6.485 3.243-13.013 6.827-20.011 10.923l-1.536 0.939c-34.906 21.026-64.617 46.566-89.493 76.292l-0.449 0.551-0.469 0.555-3.2 3.925c-5.035 6.144-10.331 13.134-15.369 20.319l-0.759 1.142c-3.755 5.547-7.552 11.477-12.288 19.285l-2.56 4.437c-2.497 4.123-5.817 10.156-8.978 16.285l-1.006 2.147-0.683 1.237c-7.253 14.549-13.525 29.781-18.773 45.355l-0.725 2.261c-11.167 32.407-17.614 69.751-17.614 108.6 0 2.576 0.028 5.145 0.085 7.707l-0.007-0.382v-0.299l0.043 4.779c0.256 6.741 0.555 12.587 0.981 18.389l-0.085-1.579c0.657 7.942 1.293 13.988 2.036 20l-0.244-2.421 0.213 1.792 0.555 4.395c0.768 5.419 1.621 10.752 2.645 16.128 10.283 54.016 36.053 108.032 74.453 156.16l1.749 2.176 1.792-2.133c15.317-18.091 53.291-75.52 56.533-109.952l0.043-0.64-0.299-0.555c-17.201-32.032-27.307-70.085-27.307-110.499 0-0.078 0-0.155 0-0.233l-0-0.030c0-128.683 101.163-235.563 230.272-243.285l8.491-0.299c1.717-0.042 3.74-0.066 5.768-0.066 53.13 0 102.434 16.376 143.142 44.356l-0.857-0.556 1.195 0.811 87.083-50.645v-1.28c0.002-0.478 0.003-1.043 0.003-1.609 0-140.027-57.305-266.669-149.744-357.755l-0.062-0.060c-92.274-91.813-219.504-148.569-359.99-148.569-0.686 0-1.372 0.001-2.057 0.004l0.106-0z"],"attrs":[{"fill":"rgb(240, 31, 122)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["codecov"],"grid":0},"attrs":[{"fill":"rgb(240, 31, 122)"}],"properties":{"id":72,"order":38,"prevSize":32,"code":59677,"name":"codecov"},"setIdx":5,"setId":2,"iconIdx":71},{"icon":{"paths":["M512 32l-512 512 96 96 96-96v416h256v-192h128v192h256v-416l96 96 96-96-512-512zM512 448c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64s-28.654 64-64 64z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["home","house"],"defaultCode":59649,"grid":16},"attrs":[],"properties":{"ligatures":"home2, house2","name":"home2","order":3,"id":0,"prevSize":32,"code":59657},"setIdx":2,"setId":5,"iconIdx":0},{"icon":{"paths":["M640 576c105.87 0 201.87 43.066 271.402 112.598l-90.468 90.468c-46.354-46.356-110.356-75.066-180.934-75.066s-134.578 28.71-180.934 75.066l-90.468-90.468c69.532-69.532 165.532-112.598 271.402-112.598zM187.452 507.452c120.88-120.88 281.598-187.452 452.548-187.452s331.668 66.572 452.55 187.452l-90.51 90.508c-96.706-96.704-225.28-149.96-362.040-149.96-136.762 0-265.334 53.256-362.038 149.962l-90.51-90.51zM988.784 134.438c106.702 45.132 202.516 109.728 284.782 191.996v0l-90.508 90.508c-145.056-145.056-337.92-224.942-543.058-224.942-205.14 0-398 79.886-543.058 224.942l-90.51-90.51c82.268-82.266 178.082-146.862 284.784-191.994 110.504-46.738 227.852-70.438 348.784-70.438s238.278 23.7 348.784 70.438zM576 896c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64z"],"width":1280,"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["connection","wifi","wave"],"defaultCode":59675,"grid":16},"attrs":[],"properties":{"ligatures":"connection, wifi","name":"connection","order":2,"id":1,"prevSize":32,"code":59675},"setIdx":2,"setId":5,"iconIdx":1},{"icon":{"paths":["M704 640c-64 64-64 128-128 128s-128-64-192-128-128-128-128-192 64-64 128-128-128-256-192-256-192 192-192 192c0 128 131.5 387.5 256 512s384 256 512 256c0 0 192-128 192-192s-192-256-256-192z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["phone","telephone","contact","support","call"],"defaultCode":59714,"grid":16},"attrs":[],"properties":{"ligatures":"phone, telephone","name":"phone","order":6,"id":2,"prevSize":32,"code":59714},"setIdx":2,"setId":5,"iconIdx":2},{"icon":{"paths":["M1017.378 575.994c8.004 55.482 13.216 131.392-11.664 160.446-41.142 48.044-301.712 48.044-301.712-48.042 0-48.398 42.856-80.134 1.712-128.178-40.472-47.262-113.026-48.030-193.714-48.042-80.686 0.012-153.242 0.78-193.714 48.042-41.142 48.046 1.714 79.78 1.714 128.178 0 96.086-260.57 96.086-301.714 48.044-24.878-29.054-19.668-104.964-11.662-160.446 6.16-37.038 21.724-76.996 71.548-127.994 0-0.002 0.002-0.002 0.002-0.004 74.738-69.742 187.846-126.738 429.826-127.968v-0.030c1.344 0 2.664 0.010 4 0.014 1.338-0.004 2.656-0.014 4-0.014v0.028c241.98 1.23 355.088 58.226 429.826 127.968 0.002 0.002 0.002 0.004 0.002 0.004 49.824 50.996 65.39 90.954 71.55 127.994z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["phone-hang-up","telephone","contact","support","call"],"defaultCode":59715,"grid":16},"attrs":[],"properties":{"ligatures":"phone-hang-up, telephone2","name":"phone-hang-up","order":7,"id":3,"prevSize":32,"code":59715},"setIdx":2,"setId":5,"iconIdx":3},{"icon":{"paths":["M512 0c-176.732 0-320 143.268-320 320 0 320 320 704 320 704s320-384 320-704c0-176.732-143.27-320-320-320zM512 512c-106.040 0-192-85.96-192-192s85.96-192 192-192 192 85.96 192 192-85.96 192-192 192z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["location","map-marker","pin"],"defaultCode":59719,"grid":16},"attrs":[],"properties":{"ligatures":"location, map-marker","name":"location","order":5,"id":4,"prevSize":32,"code":59719},"setIdx":2,"setId":5,"iconIdx":4},{"icon":{"paths":["M512 0c-176.732 0-320 143.268-320 320 0 320 320 704 320 704s320-384 320-704c0-176.732-143.27-320-320-320zM512 516c-108.248 0-196-87.752-196-196s87.752-196 196-196 196 87.752 196 196-87.752 196-196 196zM388 320c0-68.483 55.517-124 124-124s124 55.517 124 124c0 68.483-55.517 124-124 124s-124-55.517-124-124z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["location","map-marker","pin"],"defaultCode":59720,"grid":16},"attrs":[],"properties":{"ligatures":"location2, map-marker2","name":"location2","order":4,"id":5,"prevSize":32,"code":59720},"setIdx":2,"setId":5,"iconIdx":5},{"icon":{"paths":["M992.262 871.396l-242.552-206.294c-25.074-22.566-51.89-32.926-73.552-31.926 57.256-67.068 91.842-154.078 91.842-249.176 0-212.078-171.922-384-384-384-212.076 0-384 171.922-384 384s171.922 384 384 384c95.098 0 182.108-34.586 249.176-91.844-1 21.662 9.36 48.478 31.926 73.552l206.294 242.552c35.322 39.246 93.022 42.554 128.22 7.356s31.892-92.898-7.354-128.22zM384 640c-141.384 0-256-114.616-256-256s114.616-256 256-256 256 114.616 256 256-114.614 256-256 256z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["search","magnifier","magnifying-glass","inspect","find"],"defaultCode":59782,"grid":16},"attrs":[],"properties":{"ligatures":"search, magnifier","name":"search","order":8,"id":6,"prevSize":32,"code":59782},"setIdx":2,"setId":5,"iconIdx":6},{"icon":{"paths":["M1024 576h-192v192h-128v-192h-192v-128h192v-192h128v192h192v128z","M416.006 960c-8.328 0-16.512-3.25-22.634-9.374l-246.626-246.626h-114.746c-17.672 0-32-14.326-32-32v-320c0-17.672 14.328-32 32-32h114.746l246.626-246.628c9.154-9.154 22.916-11.89 34.874-6.936 11.958 4.952 19.754 16.622 19.754 29.564v832c0 12.944-7.796 24.612-19.754 29.564-3.958 1.64-8.118 2.436-12.24 2.436z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["volume-increase","volume","audio","speaker","player"],"defaultCode":59947,"grid":16},"attrs":[],"properties":{"ligatures":"volume-increase, volume6","name":"volume-increase","order":13,"id":7,"prevSize":32,"code":59947},"setIdx":2,"setId":5,"iconIdx":7},{"icon":{"paths":["M512 448h512v128h-512v-128z","M416.006 960c-8.328 0-16.512-3.25-22.634-9.374l-246.626-246.626h-114.746c-17.672 0-32-14.326-32-32v-320c0-17.672 14.328-32 32-32h114.746l246.626-246.628c9.154-9.154 22.916-11.89 34.874-6.936 11.958 4.952 19.754 16.622 19.754 29.564v832c0 12.944-7.796 24.612-19.754 29.564-3.958 1.64-8.118 2.436-12.24 2.436z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["volume-decrease","volume","audio","speaker","player"],"defaultCode":59948,"grid":16},"attrs":[],"properties":{"ligatures":"volume-decrease, volume7","name":"volume-decrease","order":14,"id":8,"prevSize":32,"code":59948},"setIdx":2,"setId":5,"iconIdx":8},{"icon":{"paths":["M877.254 402.746l-320-320c-24.992-24.994-65.514-24.994-90.508 0l-320 320c-24.994 24.994-24.994 65.516 0 90.51 24.994 24.996 65.516 24.996 90.51 0l210.744-210.746v613.49c0 35.346 28.654 64 64 64s64-28.654 64-64v-613.49l210.746 210.746c12.496 12.496 28.876 18.744 45.254 18.744s32.758-6.248 45.254-18.746c24.994-24.994 24.994-65.514 0-90.508z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-up","up","upload","top"],"defaultCode":59962,"grid":16},"attrs":[],"properties":{"ligatures":"arrow-up2, up2","name":"arrow-up2","order":12,"id":9,"prevSize":32,"code":59962},"setIdx":2,"setId":5,"iconIdx":9},{"icon":{"paths":["M621.254 877.254l320-320c24.994-24.992 24.994-65.516 0-90.51l-320-320c-24.994-24.992-65.516-24.992-90.51 0-24.994 24.994-24.994 65.516 0 90.51l210.746 210.746h-613.49c-35.346 0-64 28.654-64 64s28.654 64 64 64h613.49l-210.746 210.746c-12.496 12.496-18.744 28.876-18.744 45.254s6.248 32.758 18.744 45.254c24.994 24.994 65.516 24.994 90.51 0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-right","right","next"],"defaultCode":59964,"grid":16},"attrs":[],"properties":{"ligatures":"arrow-right2, right4","name":"arrow-right2","order":11,"id":10,"prevSize":32,"code":59964},"setIdx":2,"setId":5,"iconIdx":10},{"icon":{"paths":["M877.254 621.254l-320 320c-24.992 24.994-65.514 24.994-90.508 0l-320-320c-24.994-24.994-24.994-65.516 0-90.51 24.994-24.996 65.516-24.996 90.51 0l210.744 210.746v-613.49c0-35.346 28.654-64 64-64s64 28.654 64 64v613.49l210.746-210.746c12.496-12.496 28.876-18.744 45.254-18.744s32.758 6.248 45.254 18.746c24.994 24.994 24.994 65.514 0 90.508z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-down","down","download","bottom"],"defaultCode":59966,"grid":16},"attrs":[],"properties":{"ligatures":"arrow-down2, down2","name":"arrow-down2","order":10,"id":11,"prevSize":32,"code":59966},"setIdx":2,"setId":5,"iconIdx":11},{"icon":{"paths":["M402.746 877.254l-320-320c-24.994-24.992-24.994-65.516 0-90.51l320-320c24.994-24.992 65.516-24.992 90.51 0 24.994 24.994 24.994 65.516 0 90.51l-210.746 210.746h613.49c35.346 0 64 28.654 64 64s-28.654 64-64 64h-613.49l210.746 210.746c12.496 12.496 18.744 28.876 18.744 45.254s-6.248 32.758-18.744 45.254c-24.994 24.994-65.516 24.994-90.51 0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-left","left","previous"],"defaultCode":59968,"grid":16},"attrs":[],"properties":{"ligatures":"arrow-left2, left4","name":"arrow-left2","order":9,"id":12,"prevSize":32,"code":59968},"setIdx":2,"setId":5,"iconIdx":12},{"icon":{"paths":["M480 704c88.366 0 160-71.634 160-160v-384c0-88.366-71.634-160-160-160s-160 71.634-160 160v384c0 88.366 71.636 160 160 160zM704 448v96c0 123.71-100.29 224-224 224-123.712 0-224-100.29-224-224v-96h-64v96c0 148.238 112.004 270.3 256 286.22v129.78h-128v64h320v-64h-128v-129.78c143.994-15.92 256-137.982 256-286.22v-96h-64z"],"tags":["mic","microphone","voice","audio"],"defaultCode":59678,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"mic, microphone","name":"mic1","order":54,"id":31,"prevSize":32,"code":59685},"setIdx":6,"setId":1,"iconIdx":30},{"icon":{"width":1152,"paths":["M224 128h-192c-17.6 0-32 14.4-32 32v704c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32v-704c0-17.6-14.4-32-32-32zM192 320h-128v-64h128v64z","M544 128h-192c-17.6 0-32 14.4-32 32v704c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32v-704c0-17.6-14.4-32-32-32zM512 320h-128v-64h128v64z","M765.088 177.48l-171.464 86.394c-15.716 7.918-22.096 27.258-14.178 42.976l287.978 571.548c7.918 15.718 27.258 22.098 42.976 14.178l171.464-86.392c15.716-7.92 22.096-27.26 14.178-42.974l-287.978-571.55c-7.92-15.718-27.26-22.1-42.976-14.18z"],"tags":["books","library","archive"],"defaultCode":59680,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"books, library","name":"books","order":56,"id":33,"prevSize":32,"code":59686},"setIdx":6,"setId":1,"iconIdx":32},{"icon":{"paths":["M384 928c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96s96 42.981 96 96z","M1024 928c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96s96 42.981 96 96z","M1024 512v-384h-768c0-35.346-28.654-64-64-64h-192v64h128l48.074 412.054c-29.294 23.458-48.074 59.5-48.074 99.946 0 70.696 57.308 128 128 128h768v-64h-768c-35.346 0-64-28.654-64-64 0-0.218 0.014-0.436 0.016-0.656l831.984-127.344z"],"tags":["cart","purchase","ecommerce","shopping"],"defaultCode":59706,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"cart, purchase","name":"cart","order":55,"id":59,"prevSize":32,"code":59706},"setIdx":6,"setId":1,"iconIdx":58},{"icon":{"paths":["M736 0h-448c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h448c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM384 48h256v32h-256v-32zM512 960c-35.346 0-64-28.654-64-64s28.654-64 64-64 64 28.654 64 64-28.654 64-64 64zM768 768h-512v-640h512v640z"],"tags":["mobile","cell-phone","handheld"],"defaultCode":59736,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"mobile, cell-phone","name":"mobile","order":57,"id":89,"prevSize":32,"code":59736},"setIdx":6,"setId":1,"iconIdx":88},{"icon":{"paths":["M768 0h-576c-35.2 0-64 28.798-64 64v896c0 35.2 28.798 64 64 64h576c35.2 0 64-28.8 64-64v-896c0-35.202-28.8-64-64-64zM480 977.782c-27.492 0-49.782-22.29-49.782-49.782s22.29-49.782 49.782-49.782 49.782 22.29 49.782 49.782-22.29 49.782-49.782 49.782zM768 832h-576v-704h576v704z"],"tags":["mobile","cell-phone","handheld","tablet","phablet"],"defaultCode":59737,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"mobile2, cell-phone2","name":"mobile2","order":58,"id":90,"prevSize":32,"code":59737},"setIdx":6,"setId":1,"iconIdx":89},{"icon":{"paths":["M64 192h896v192h-896zM64 448h896v192h-896zM64 704h896v192h-896z"],"tags":["menu","list","options","lines","hamburger"],"defaultCode":59837,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"menu, list3","name":"menu","order":59,"id":190,"prevSize":32,"code":59837},"setIdx":6,"setId":1,"iconIdx":189},{"icon":{"paths":["M889.68 166.32c-93.608-102.216-228.154-166.32-377.68-166.32-282.77 0-512 229.23-512 512h96c0-229.75 186.25-416 416-416 123.020 0 233.542 53.418 309.696 138.306l-149.696 149.694h352v-352l-134.32 134.32z","M928 512c0 229.75-186.25 416-416 416-123.020 0-233.542-53.418-309.694-138.306l149.694-149.694h-352v352l134.32-134.32c93.608 102.216 228.154 166.32 377.68 166.32 282.77 0 512-229.23 512-512h-96z"],"tags":["loop","repeat","player","reload","refresh","update","synchronize","arrows"],"defaultCode":59950,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"loop2, repeat2","name":"loop2","order":60,"id":303,"prevSize":32,"code":59950},"setIdx":6,"setId":1,"iconIdx":302},{"icon":{"paths":["M0 512c0 282.77 229.23 512 512 512s512-229.23 512-512-229.23-512-512-512-512 229.23-512 512zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416 186.25-416 416-416 416 186.25 416 416z","M706.744 669.256l90.512-90.512-285.256-285.254-285.254 285.256 90.508 90.508 194.746-194.744z"],"tags":["circle-up","up","circle-top","arrow"],"defaultCode":59969,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"circle-up, up3","name":"circle-up","order":43,"id":322,"prevSize":32,"code":59969},"setIdx":6,"setId":1,"iconIdx":321},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 928c-229.75 0-416-186.25-416-416s186.25-416 416-416 416 186.25 416 416-186.25 416-416 416z","M354.744 706.744l90.512 90.512 285.254-285.256-285.256-285.254-90.508 90.508 194.744 194.746z"],"tags":["circle-right","right","circle-next","arrow"],"defaultCode":59970,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"circle-right, right5","name":"circle-right","order":46,"id":323,"prevSize":32,"code":59970},"setIdx":6,"setId":1,"iconIdx":322},{"icon":{"paths":["M1024 512c0-282.77-229.23-512-512-512s-512 229.23-512 512 229.23 512 512 512 512-229.23 512-512zM96 512c0-229.75 186.25-416 416-416s416 186.25 416 416-186.25 416-416 416-416-186.25-416-416z","M317.256 354.744l-90.512 90.512 285.256 285.254 285.254-285.256-90.508-90.508-194.746 194.744z"],"tags":["circle-down","down","circle-bottom","arrow"],"defaultCode":59971,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"circle-down, down3","name":"circle-down","order":44,"id":324,"prevSize":32,"code":59971},"setIdx":6,"setId":1,"iconIdx":323},{"icon":{"paths":["M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416z","M669.256 317.256l-90.512-90.512-285.254 285.256 285.256 285.254 90.508-90.508-194.744-194.746z"],"tags":["circle-left","left","circle-previous","arrow"],"defaultCode":59972,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"circle-left, left5","name":"circle-left","order":45,"id":325,"prevSize":32,"code":59972},"setIdx":6,"setId":1,"iconIdx":324}],"height":1024,"metadata":{"name":"icomoon"},"preferences":{"showGlyphs":true,"showQuickUse":true,"showQuickUse2":true,"showSVGs":true,"fontPref":{"prefix":"icon-","metadata":{"fontFamily":"icomoon"},"metrics":{"emSize":1024,"baseline":6.25,"whitespace":50},"embed":false},"imagePref":{"prefix":"icon-","png":true,"useClassSelector":true,"color":0,"bgColor":16777215,"classSelector":".icon"},"historySize":50,"showCodes":true,"gridSize":16}} \ No newline at end of file diff --git a/icomoon/style.css b/icomoon/style.css new file mode 100644 index 0000000..4a02546 --- /dev/null +++ b/icomoon/style.css @@ -0,0 +1,224 @@ +@font-face { + font-family: 'icomoon'; + src: url('fonts/icomoon.eot?tomleg'); + src: url('fonts/icomoon.eot?tomleg#iefix') format('embedded-opentype'), + url('fonts/icomoon.ttf?tomleg') format('truetype'), + url('fonts/icomoon.woff?tomleg') format('woff'), + url('fonts/icomoon.svg?tomleg#icomoon') format('svg'); + font-weight: normal; + font-style: normal; + font-display: block; +} + +[class^="icon-"], [class*=" icon-"] { + /* use !important to prevent issues with browser extensions that change fonts */ + font-family: 'icomoon' !important; + speak: none; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + + /* Better Font Rendering =========== */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.icon-cheveron-down:before { + content: "\e91e"; +} +.icon-cheveron-left:before { + content: "\e91f"; +} +.icon-cheveron-right:before { + content: "\e920"; +} +.icon-cheveron-up:before { + content: "\e921"; +} +.icon-location1:before { + content: "\e922"; +} +.icon-location-current:before { + content: "\e923"; +} +.icon-mic:before { + content: "\e924"; +} +.icon-angellist:before { + content: "\e900"; +} +.icon-apache:before { + content: "\e901"; + color: #d22128; +} +.icon-bower:before { + content: "\e90a"; + color: #ef5734; +} +.icon-circleci:before { + content: "\e90b"; +} +.icon-civicrm:before { + content: "\e90c"; + color: #81c459; +} +.icon-co-op:before { + content: "\e902"; + color: #00b1e7; +} +.icon-codacy:before { + content: "\e903"; +} +.icon-codeigniter:before { + content: "\e904"; + color: #ee4623; +} +.icon-codepen:before { + content: "\e905"; +} +.icon-dell:before { + content: "\e906"; + color: #007db8; +} +.icon-discourse:before { + content: "\e907"; +} +.icon-discover:before { + content: "\e908"; + color: #ff6000; +} +.icon-baidu:before { + content: "\e910"; + color: #2319dc; +} +.icon-bitdefender:before { + content: "\e911"; + color: #ed1c24; +} +.icon-bitly:before { + content: "\e912"; + color: #ee6123; +} +.icon-campaignmonitor:before { + content: "\e913"; + color: #509cf6; +} +.icon-cashapp:before { + content: "\e914"; + color: #00c244; +} +.icon-castorama:before { + content: "\e915"; + color: #0078d7; +} +.icon-castro:before { + content: "\e916"; + color: #00b265; +} +.icon-cevo:before { + content: "\e917"; + color: #1eabe2; +} +.icon-chase:before { + content: "\e918"; + color: #117aca; +} +.icon-circle:before { + content: "\e919"; + color: #8669ae; +} +.icon-circleci1:before { + content: "\e90d"; +} +.icon-co-op1:before { + content: "\e90f"; + color: #00b1e7; +} +.icon-codacy1:before { + content: "\e90e"; +} +.icon-codecademy:before { + content: "\e91a"; + color: #1f4056; +} +.icon-codeclimate:before { + content: "\e91c"; +} +.icon-codecov:before { + content: "\e91d"; + color: #f01f7a; +} +.icon-home2:before { + content: "\e909"; +} +.icon-connection:before { + content: "\e91b"; +} +.icon-phone:before { + content: "\e942"; +} +.icon-phone-hang-up:before { + content: "\e943"; +} +.icon-location:before { + content: "\e947"; +} +.icon-location2:before { + content: "\e948"; +} +.icon-search:before { + content: "\e986"; +} +.icon-volume-increase:before { + content: "\ea2b"; +} +.icon-volume-decrease:before { + content: "\ea2c"; +} +.icon-arrow-up2:before { + content: "\ea3a"; +} +.icon-arrow-right2:before { + content: "\ea3c"; +} +.icon-arrow-down2:before { + content: "\ea3e"; +} +.icon-arrow-left2:before { + content: "\ea40"; +} +.icon-mic1:before { + content: "\e925"; +} +.icon-books:before { + content: "\e926"; +} +.icon-cart:before { + content: "\e93a"; +} +.icon-mobile:before { + content: "\e958"; +} +.icon-mobile2:before { + content: "\e959"; +} +.icon-menu:before { + content: "\e9bd"; +} +.icon-loop2:before { + content: "\ea2e"; +} +.icon-circle-up:before { + content: "\ea41"; +} +.icon-circle-right:before { + content: "\ea42"; +} +.icon-circle-down:before { + content: "\ea43"; +} +.icon-circle-left:before { + content: "\ea44"; +} diff --git a/icomoon/品优购.lnk b/icomoon/品优购.lnk new file mode 100644 index 0000000..b818898 Binary files /dev/null and b/icomoon/品优购.lnk differ diff --git a/images/account.png b/images/account.png new file mode 100644 index 0000000..905ba61 Binary files /dev/null and b/images/account.png differ diff --git a/images/cartPanelViewIcons.png b/images/cartPanelViewIcons.png new file mode 100644 index 0000000..279bd80 Binary files /dev/null and b/images/cartPanelViewIcons.png differ diff --git a/images/checked.png b/images/checked.png new file mode 100644 index 0000000..8b82f52 Binary files /dev/null and b/images/checked.png differ diff --git a/images/clock.png b/images/clock.png new file mode 100644 index 0000000..e308d2e Binary files /dev/null and b/images/clock.png differ diff --git a/images/delete.png b/images/delete.png new file mode 100644 index 0000000..b163ea5 Binary files /dev/null and b/images/delete.png differ diff --git a/images/error.png b/images/error.png new file mode 100644 index 0000000..2fc34fe Binary files /dev/null and b/images/error.png differ diff --git a/images/icons.png b/images/icons.png new file mode 100644 index 0000000..4f1fb5d Binary files /dev/null and b/images/icons.png differ diff --git a/images/loginbg.png b/images/loginbg.png new file mode 100644 index 0000000..8a05bb8 Binary files /dev/null and b/images/loginbg.png differ diff --git a/images/logo.png b/images/logo.png new file mode 100644 index 0000000..7df1a8a Binary files /dev/null and b/images/logo.png differ diff --git a/images/quan.png b/images/quan.png new file mode 100644 index 0000000..a0ddf16 Binary files /dev/null and b/images/quan.png differ diff --git a/images/recom.png b/images/recom.png new file mode 100644 index 0000000..ea62e7e Binary files /dev/null and b/images/recom.png differ diff --git a/images/regetype.png b/images/regetype.png new file mode 100644 index 0000000..0ce052e Binary files /dev/null and b/images/regetype.png differ diff --git a/images/sk.png b/images/sk.png new file mode 100644 index 0000000..1ac712f Binary files /dev/null and b/images/sk.png differ diff --git a/images/success.png b/images/success.png new file mode 100644 index 0000000..a1cb8ac Binary files /dev/null and b/images/success.png differ diff --git a/images/wx_cz.jpg b/images/wx_cz.jpg new file mode 100644 index 0000000..2dcf9cf Binary files /dev/null and b/images/wx_cz.jpg differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..0a07d2e --- /dev/null +++ b/index.html @@ -0,0 +1,459 @@ + + + + + + + 品优购商城-网上购物商城 + + + + + + + + + + + + + +
+
+
+ +
+
+
    +
  • 我的订单
  • +
  • +
  • 我的品优购
  • +
  • +
  • 品优购会员
  • +
  • +
  • 企业采购
  • +
  • +
  • 关注品优购
  • +
  • +
  • 客户服务
  • +
  • +
  • 网站导航
  • +
+
+
+
+ + +
+ + + + + + + +
我的购物车 + 8 +
+ +
+ + + + + +
+
+
+
    +
  • + +
  • +
+
+
+ +
+
+
品优购快报
+ 更多 +
+
+
    +
  • [重磅]它来了他来带了他来带了他来带着谁来了
  • +
  • [重磅]它来了他来带着谁来了
  • +
  • [重磅]它来了他来带着谁来了
  • +
  • [重磅]它来了他来带着谁来了
  • +
  • [重磅]它来了他来带着谁来了
  • +
+
+
+
+
    +
  • + +

    话费

    +
  • +
  • + +

    话费

    +
  • + +
  • + +

    话费

    +
  • + +
  • + +

    话费

    +
  • + +
  • + +

    话费

    +
  • + +
  • + +

    话费

    +
  • + +
  • + +

    话费

    +
  • + +
  • + +

    话费

    +
  • + +
  • + +

    话费

    +
  • + +
  • + +

    话费

    +
  • + +
  • + +

    话费

    +
  • + +
  • + +

    话费

    +
  • + + + +
+
+
+ +
+
+
+
+ + + +
+
+ +

今日推荐

+
+
+
    +
  • +
  • +
  • +
  • +
+
+
+ + +
+ +
+ +
+
+
+ +
+ + + +
+
+ + +
+
+ + +
+
+ + +
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ + + +
+
+ + +
+
+ + +
+
+ + +
+ +
+ +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/list.html b/list.html new file mode 100644 index 0000000..40c5725 --- /dev/null +++ b/list.html @@ -0,0 +1,230 @@ + + + + + + + 列表页-网上购物商城 + + + + + + + + + +
+
+
+ +
+
+
    +
  • 我的订单
  • +
  • +
  • 我的品优购
  • +
  • +
  • 品优购会员
  • +
  • +
  • 企业采购
  • +
  • +
  • 关注品优购
  • +
  • +
  • 客户服务
  • +
  • +
  • 网站导航
  • +
+
+
+
+ + +
+ + + +
+ +
+ + + + + +
我的购物车 + 8 +
+ +
+ + + + + +
+
+ +
+
+ +
    +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
+
+
+ + + + + + \ No newline at end of file diff --git a/media/03.jpg b/media/03.jpg new file mode 100644 index 0000000..27103f1 Binary files /dev/null and b/media/03.jpg differ diff --git a/media/1.png b/media/1.png new file mode 100644 index 0000000..425c74c Binary files /dev/null and b/media/1.png differ diff --git a/media/11.png b/media/11.png new file mode 100644 index 0000000..a8049ef Binary files /dev/null and b/media/11.png differ diff --git a/media/1498032122244.png b/media/1498032122244.png new file mode 100644 index 0000000..7a4be0c Binary files /dev/null and b/media/1498032122244.png differ diff --git a/media/2.png b/media/2.png new file mode 100644 index 0000000..4be11ee Binary files /dev/null and b/media/2.png differ diff --git a/media/222.png b/media/222.png new file mode 100644 index 0000000..0f151f8 Binary files /dev/null and b/media/222.png differ diff --git a/media/3.png b/media/3.png new file mode 100644 index 0000000..14fcd35 Binary files /dev/null and b/media/3.png differ diff --git a/media/fontt.png b/media/fontt.png new file mode 100644 index 0000000..b1744c6 Binary files /dev/null and b/media/fontt.png differ diff --git a/media/fontt1.png b/media/fontt1.png new file mode 100644 index 0000000..f7b0835 Binary files /dev/null and b/media/fontt1.png differ diff --git a/media/fontt2.png b/media/fontt2.png new file mode 100644 index 0000000..22837fa Binary files /dev/null and b/media/fontt2.png differ diff --git a/media/fontt5.png b/media/fontt5.png new file mode 100644 index 0000000..09a8f47 Binary files /dev/null and b/media/fontt5.png differ diff --git a/media/ico.png b/media/ico.png new file mode 100644 index 0000000..83b0777 Binary files /dev/null and b/media/ico.png differ diff --git a/media/index.png b/media/index.png new file mode 100644 index 0000000..48a0c0e Binary files /dev/null and b/media/index.png differ diff --git a/media/py.png b/media/py.png new file mode 100644 index 0000000..c09106c Binary files /dev/null and b/media/py.png differ diff --git a/media/san.png b/media/san.png new file mode 100644 index 0000000..bfb07db Binary files /dev/null and b/media/san.png differ diff --git a/media/title.png b/media/title.png new file mode 100644 index 0000000..6aa3d18 Binary files /dev/null and b/media/title.png differ diff --git a/regisiter.html b/regisiter.html new file mode 100644 index 0000000..79274ec --- /dev/null +++ b/regisiter.html @@ -0,0 +1,57 @@ + + + + + + + 个人注册 + + + + +
+
+ +
+
+

注册新用户 + + +

+
+
+
    +
  • 手机格式不正确,请重新输入
  • +
  • 短信验证码输入正确
  • +
  • 手机格式不正确,请重新输入
  • +
  • 安全程度
  • +
  • 手机格式不正确,请重新输入
  • +
  • 同意协议并注册《用户协议》
  • +
  • +
+
+ +
+
+ + +
+ + \ No newline at end of file diff --git a/upload/bargain.png b/upload/bargain.png new file mode 100644 index 0000000..7c624d3 Binary files /dev/null and b/upload/bargain.png differ diff --git a/upload/bg_03.png b/upload/bg_03.png new file mode 100644 index 0000000..8798c11 Binary files /dev/null and b/upload/bg_03.png differ diff --git a/upload/floor-1-1.png b/upload/floor-1-1.png new file mode 100644 index 0000000..2795139 Binary files /dev/null and b/upload/floor-1-1.png differ diff --git a/upload/floor-1-2.png b/upload/floor-1-2.png new file mode 100644 index 0000000..21ad44a Binary files /dev/null and b/upload/floor-1-2.png differ diff --git a/upload/floor-1-3.png b/upload/floor-1-3.png new file mode 100644 index 0000000..316b492 Binary files /dev/null and b/upload/floor-1-3.png differ diff --git a/upload/floor-1-4.png b/upload/floor-1-4.png new file mode 100644 index 0000000..d63d713 Binary files /dev/null and b/upload/floor-1-4.png differ diff --git a/upload/floor-1-5.png b/upload/floor-1-5.png new file mode 100644 index 0000000..516e1bd Binary files /dev/null and b/upload/floor-1-5.png differ diff --git a/upload/floor-1-6.png b/upload/floor-1-6.png new file mode 100644 index 0000000..312d088 Binary files /dev/null and b/upload/floor-1-6.png differ diff --git a/upload/floor-1-b01.png b/upload/floor-1-b01.png new file mode 100644 index 0000000..976f693 Binary files /dev/null and b/upload/floor-1-b01.png differ diff --git a/upload/focus1.png b/upload/focus1.png new file mode 100644 index 0000000..f839f61 Binary files /dev/null and b/upload/focus1.png differ diff --git a/upload/list.jpg b/upload/list.jpg new file mode 100644 index 0000000..908ff03 Binary files /dev/null and b/upload/list.jpg differ diff --git a/upload/recom_03.jpg b/upload/recom_03.jpg new file mode 100644 index 0000000..c5befdf Binary files /dev/null and b/upload/recom_03.jpg differ