mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-07 09:51:26 +00:00
[side nav] replaced some icons so that they are horizontally aligned … (#6056)
* [side nav] replaced some icons so that they are horizontally aligned with the text next to them * [side nav] modified icon size & etc.
This commit is contained in:
@@ -209,27 +209,27 @@ class MainSideNav extends React.Component {
|
||||
|
||||
<li className="nav-item">
|
||||
<Link className={`nav-link ellipsis ${this.getActiveClass('starred')}`} to={siteRoot + 'starred/'} title={gettext('Favorites')} onClick={(e) => this.tabItemClick(e, 'starred')}>
|
||||
<span className="sf2-icon-star" aria-hidden="true"></span>
|
||||
<span className="sf3-font-starred sf3-font" aria-hidden="true"></span>
|
||||
<span className="nav-text">{gettext('Favorites')}</span>
|
||||
</Link>
|
||||
</li>
|
||||
{showActivity &&
|
||||
<li className="nav-item">
|
||||
<Link className={`nav-link ellipsis ${this.getActiveClass('dashboard')}`} to={siteRoot + 'dashboard/'} title={gettext('Activities')} onClick={(e) => this.tabItemClick(e, 'dashboard')}>
|
||||
<span className="sf2-icon-clock" aria-hidden="true"></span>
|
||||
<span className="sf3-font-activities sf3-font" aria-hidden="true"></span>
|
||||
<span className="nav-text">{gettext('Activities')}</span>
|
||||
</Link>
|
||||
</li>
|
||||
}
|
||||
<li className="nav-item">
|
||||
<Link className={`nav-link ellipsis ${this.getActiveClass('published')}`} to={siteRoot + 'published/'} title={gettext('Wikis')} onClick={(e) => this.tabItemClick(e, 'published')}>
|
||||
<span className="sf2-icon-wiki-view" aria-hidden="true"></span>
|
||||
<span className="sf3-font-wiki sf3-font" aria-hidden="true"></span>
|
||||
<span className="nav-text">{gettext('Wikis')}</span>
|
||||
</Link>
|
||||
</li>
|
||||
<li className="nav-item">
|
||||
<Link className={`nav-link ellipsis ${this.getActiveClass('linked-devices')}`} to={siteRoot + 'linked-devices/'} title={gettext('Linked Devices')} onClick={(e) => this.tabItemClick(e, 'linked-devices')}>
|
||||
<span className="sf2-icon-monitor" aria-hidden="true"></span>
|
||||
<span className="sf3-font-devices sf3-font" aria-hidden="true"></span>
|
||||
<span className="nav-text">{gettext('Linked Devices')}</span>
|
||||
</Link>
|
||||
</li>
|
||||
@@ -243,7 +243,7 @@ class MainSideNav extends React.Component {
|
||||
}
|
||||
<li className="nav-item flex-column" id="share-admin-nav">
|
||||
<a className="nav-link ellipsis" title={gettext('Share Admin')} onClick={this.shExtend}>
|
||||
<span className="sf2-icon-wrench" aria-hidden="true"></span>
|
||||
<span className="sf3-font-wrench sf3-font" aria-hidden="true"></span>
|
||||
<span className="nav-text">{gettext('Share Admin')}</span>
|
||||
<span className={`toggle-icon fas ${this.state.sharedExtended ? 'fa-caret-down':'fa-caret-left'}`} aria-hidden="true"></span>
|
||||
</a>
|
||||
|
@@ -152,7 +152,7 @@ a, a:hover { color: #ec8000; }
|
||||
}
|
||||
|
||||
.sf-heading .nav-icon {
|
||||
font-size: .875rem;
|
||||
font-size: 1rem;
|
||||
margin-right: 6px;
|
||||
line-height: 1;
|
||||
color: #999;
|
||||
@@ -681,7 +681,7 @@ a, a:hover { color: #ec8000; }
|
||||
|
||||
.side-nav-con [class^="sf2-icon-"],
|
||||
.side-nav-con [class^="sf3-font-"] {
|
||||
font-size: 1.5rem;
|
||||
font-size: 1.25rem;
|
||||
line-height: 1;
|
||||
color: #999;
|
||||
margin-right: 0.5rem;
|
||||
@@ -727,14 +727,14 @@ a, a:hover { color: #ec8000; }
|
||||
height: auto;
|
||||
}
|
||||
.side-nav-con .sub-nav#files-sub-nav .nav-item .nav-link {
|
||||
padding-left: 2.5rem;
|
||||
padding-left: 2.25rem;
|
||||
height: 28px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.side-nav-con .sub-nav#files-sub-nav .nav-item .nav-link .nav-icon {
|
||||
font-size: .875rem;
|
||||
font-size: 1rem;
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
|
@@ -1,11 +1,11 @@
|
||||
@font-face {
|
||||
font-family: "sf3-font"; /* Project id 1230969 */
|
||||
src: url('iconfont.eot?t=1713953465004'); /* IE9 */
|
||||
src: url('iconfont.eot?t=1713953465004#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('iconfont.woff2?t=1713953465004') format('woff2'),
|
||||
url('iconfont.woff?t=1713953465004') format('woff'),
|
||||
url('iconfont.ttf?t=1713953465004') format('truetype'),
|
||||
url('iconfont.svg?t=1713953465004#sf3-font') format('svg');
|
||||
src: url('iconfont.eot?t=1714979170396'); /* IE9 */
|
||||
src: url('iconfont.eot?t=1714979170396#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('iconfont.woff2?t=1714979170396') format('woff2'),
|
||||
url('iconfont.woff?t=1714979170396') format('woff'),
|
||||
url('iconfont.ttf?t=1714979170396') format('truetype'),
|
||||
url('iconfont.svg?t=1714979170396#sf3-font') format('svg');
|
||||
}
|
||||
|
||||
.sf3-font {
|
||||
@@ -16,6 +16,26 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.sf3-font-starred:before {
|
||||
content: "\e80b";
|
||||
}
|
||||
|
||||
.sf3-font-devices:before {
|
||||
content: "\e80c";
|
||||
}
|
||||
|
||||
.sf3-font-wrench:before {
|
||||
content: "\e808";
|
||||
}
|
||||
|
||||
.sf3-font-wiki:before {
|
||||
content: "\e809";
|
||||
}
|
||||
|
||||
.sf3-font-activities:before {
|
||||
content: "\e80a";
|
||||
}
|
||||
|
||||
.sf3-font-share-with-all:before {
|
||||
content: "\e807";
|
||||
}
|
||||
|
Binary file not shown.
File diff suppressed because one or more lines are too long
@@ -14,15 +14,25 @@
|
||||
/>
|
||||
<missing-glyph />
|
||||
|
||||
<glyph glyph-name="share-with-all" unicode="" d="M876.8 390.4c89.6-44.8 147.2-144 147.2-249.6 0-38.4-57.6-64-134.4-76.8 0 3.2 3.2 9.6 3.2 12.8 0 108.8-44.8 208-124.8 278.4 38.4 0 76.8 12.8 108.8 35.2zM761.6 736c60.8 0 115.2-35.2 144-89.6s28.8-121.6 0-176-83.2-89.6-144-89.6c-19.2 0-41.6 3.2-57.6 12.8 99.2 83.2 118.4 233.6 44.8 342.4h12.8zM147.2 384c32-22.4 67.2-35.2 105.6-35.2-76.8-67.2-121.6-169.6-121.6-278.4 0-6.4 0-9.6 3.2-12.8C57.6 70.4 0 96 0 134.4c0 108.8 57.6 204.8 147.2 249.6zM262.4 729.6h16c-32-41.6-48-92.8-48-147.2 0-76.8 32-147.2 89.6-195.2-19.2-6.4-38.4-12.8-57.6-12.8-44.8 0-86.4 19.2-118.4 51.2S96 505.6 96 550.4c0 99.2 73.6 179.2 166.4 179.2zM512-32c-166.4 0-329.6 32-329.6 102.4 0 124.8 73.6 208 185.6 262.4h3.2c86.4-57.6 195.2-57.6 281.6 0 115.2-54.4 185.6-137.6 185.6-262.4 3.2-67.2-160-102.4-326.4-102.4z m0 390.4c-121.6 0-220.8 99.2-220.8 220.8S390.4 800 512 800c121.6 0 220.8-99.2 220.8-220.8s-99.2-220.8-220.8-220.8z" horiz-adv-x="1024" />
|
||||
<glyph glyph-name="starred" unicode="" d="M537.6 816l128-256c3.2-9.6 12.8-12.8 19.2-16l284.8-41.6c22.4-3.2 32-32 16-48L777.6 256c-6.4-6.4-9.6-16-6.4-25.6l48-281.6c3.2-22.4-19.2-38.4-38.4-28.8l-252.8 134.4c-6.4 3.2-16 3.2-25.6 0l-252.8-134.4c-19.2-9.6-44.8 6.4-38.4 28.8l48 281.6c0 9.6 0 19.2-6.4 25.6l-204.8 201.6c-16 16-6.4 44.8 16 48l284.8 41.6c9.6 0 16 6.4 19.2 16l128 256c0 19.2 32 19.2 41.6-3.2z" horiz-adv-x="1024" />
|
||||
|
||||
<glyph glyph-name="new-group1" unicode="" d="M496 364.8c25.6-12.8 51.2-28.8 73.6-48-32-44.8-48-102.4-48-160 0-73.6 25.6-137.6 70.4-188.8-192-57.6-592-32-592 80 0 137.6 80 259.2 198.4 316.8 41.6-25.6 96-44.8 150.4-44.8 48 0 102.4 16 147.2 44.8z m198.4 422.4c28.8-9.6 51.2-25.6 70.4-44.8 41.6-38.4 64-92.8 64-147.2 0-25.6-6.4-54.4-16-80s-28.8-51.2-48-70.4l-9.6-9.6c-44.8-6.4-83.2-25.6-118.4-51.2-32-3.2-64 0-92.8 9.6 16 9.6 28.8 19.2 41.6 32 22.4 22.4 41.6 48 54.4 76.8 12.8 28.8 19.2 60.8 19.2 89.6 0 64-25.6 121.6-70.4 166.4-12.8 12.8-25.6 22.4-38.4 32l9.6 3.2c41.6 16 89.6 12.8 134.4-6.4z m-262.4 28.8c28.8-9.6 54.4-28.8 73.6-48 41.6-41.6 67.2-99.2 67.2-156.8 0-28.8-6.4-54.4-16-83.2-12.8-28.8-28.8-54.4-51.2-73.6-19.2-19.2-44.8-35.2-73.6-48-57.6-22.4-118.4-22.4-176 0-25.6 9.6-51.2 28.8-73.6 48s-38.4 44.8-51.2 73.6c-12.8 25.6-16 54.4-16 83.2s6.4 54.4 16 83.2 32 54.4 54.4 73.6c19.2 19.2 44.8 35.2 70.4 48 57.6 22.4 118.4 22.4 176 0zM800 384c124.8 0 224-99.2 224-224s-99.2-224-224-224-224 99.2-224 224 99.2 224 224 224z m22.4-73.6h-41.6c-9.6 0-16-6.4-16-16v-96h-96c-9.6 0-16-6.4-16-16v-41.6c0-9.6 6.4-16 16-16h96v-96c0-9.6 6.4-16 16-16h41.6c9.6 0 16 6.4 16 16v96h96c9.6 0 16 6.4 16 16v41.6c0 9.6-6.4 16-16 16h-96v96c0 6.4-9.6 16-16 16z" horiz-adv-x="1024" />
|
||||
<glyph glyph-name="devices" unicode="" d="M937.6 800c12.8 0 22.4-9.6 22.4-22.4v-611.2c0-12.8-9.6-22.4-22.4-22.4h-300.8v-41.6c0-32 28.8-64 64-64h41.6v-83.2H291.2v83.2h41.6c32 0 64 28.8 64 64v41.6H86.4c-12.8 0-22.4 9.6-22.4 22.4V777.6c0 12.8 9.6 22.4 22.4 22.4h851.2z m-57.6-83.2h-736v-409.6h736V716.8z" horiz-adv-x="1024" />
|
||||
|
||||
<glyph glyph-name="share-with-me" unicode="" d="M428.8 118.4c0 67.2 25.6 182.4 92.8 214.4-32 9.6-80 12.8-150.4 9.6C156.8 323.2 32 188.8 32 3.2v-19.2c0-96 150.4-96 339.2-96h176c-67.2 38.4-118.4 163.2-118.4 230.4z m35.2 246.4c147.2 0 268.8 118.4 268.8 265.6S611.2 896 464 896 192 777.6 192 630.4s121.6-265.6 272-265.6zM736 384c-140.8 0-256-115.2-256-256s115.2-256 256-256 256 115.2 256 256-115.2 256-256 256z m54.4-112c25.6 0 48-22.4 48-48s-22.4-48-48-48-48 22.4-48 48 19.2 48 48 48z m-134.4-121.6l89.6 57.6c3.2-9.6 6.4-16 16-22.4L672 124.8c-3.2 9.6-9.6 19.2-16 25.6zM576 112c0 25.6 22.4 48 48 48s48-22.4 48-48-22.4-48-48-48-48 22.4-48 48z m86.4-32c6.4 6.4 9.6 12.8 9.6 22.4l105.6-57.6c-6.4-6.4-9.6-12.8-12.8-25.6l-102.4 60.8z m105.6-64c0 25.6 22.4 48 48 48s48-22.4 48-48-22.4-48-48-48c-28.8 0-48 22.4-48 48z" horiz-adv-x="1024" />
|
||||
<glyph glyph-name="wrench" unicode="" d="M796.8 268.8c-9.6 0-22.4 0-28.8-3.2l-230.4 236.8c9.6 25.6 16 57.6 16 86.4 0 137.6-112 246.4-243.2 246.4-19.2-3.2-41.6-19.2-19.2-41.6l38.4-41.6L384 694.4c41.6-64 22.4-147.2-35.2-176l-6.4-6.4c-38.4-25.6-137.6-25.6-179.2 35.2L102.4 630.4C89.6 656 64 630.4 64 608v-22.4c0-137.6 105.6-246.4 243.2-246.4 28.8 0 60.8 3.2 86.4 16l240-249.6v-9.6c0-89.6 73.6-163.2 163.2-163.2S960 6.4 960 96c0 99.2-73.6 172.8-163.2 172.8z m0-246.4c-41.6 0-80 35.2-80 83.2s35.2 83.2 80 83.2c48 0 80-35.2 80-83.2s-32-83.2-80-83.2z" horiz-adv-x="1024" />
|
||||
|
||||
<glyph glyph-name="group" unicode="" d="M761.6 3.2c25.6 16 41.6 32 41.6 54.4 0 105.6-51.2 201.6-131.2 265.6h3.2c51.2 0 102.4 12.8 147.2 38.4 115.2-48 198.4-150.4 198.4-265.6 3.2-51.2-118.4-83.2-259.2-92.8z m-192 793.6c48 12.8 99.2 12.8 147.2-6.4 25.6-9.6 51.2-25.6 70.4-44.8 41.6-38.4 64-92.8 64-147.2 0-25.6-6.4-51.2-16-76.8s-25.6-51.2-48-67.2c-19.2-19.2-44.8-35.2-70.4-44.8-48-19.2-102.4-19.2-150.4-6.4 16 9.6 28.8 19.2 41.6 32 22.4 19.2 41.6 48 54.4 76.8 12.8 28.8 19.2 57.6 19.2 89.6 0 60.8-25.6 121.6-70.4 166.4-12.8 6.4-25.6 19.2-41.6 28.8zM518.4 371.2c115.2-57.6 195.2-176 195.2-313.6 0-144-688-147.2-688 0 0 134.4 80 256 195.2 313.6 41.6-25.6 92.8-44.8 147.2-44.8s105.6 16 150.4 44.8z m-307.2 89.6c-22.4 19.2-41.6 41.6-51.2 70.4-12.8 25.6-16 54.4-16 83.2s3.2 54.4 16 83.2c9.6 25.6 28.8 51.2 51.2 70.4 19.2 19.2 44.8 35.2 73.6 48 54.4 22.4 118.4 22.4 172.8 0 28.8-9.6 54.4-28.8 73.6-48 41.6-41.6 67.2-96 67.2-153.6 0-28.8-6.4-54.4-16-83.2s-28.8-51.2-51.2-70.4c-19.2-19.2-44.8-35.2-73.6-48-54.4-22.4-118.4-22.4-172.8 0-28.8 12.8-51.2 28.8-73.6 48z" horiz-adv-x="1024" />
|
||||
<glyph glyph-name="wiki" unicode="" d="M291.2 745.6H896V796.8c0 9.6-16 35.2-28.8 35.2H246.4C179.2 832 128 758.4 128 691.2v-640C128-19.2 179.2-64 246.4-64H864c12.8 0 28.8-3.2 28.8 9.6V576h-128v-304l-64 64-64-64V576H291.2c-48 0-86.4 38.4-86.4 86.4s38.4 83.2 86.4 83.2z" horiz-adv-x="1024" />
|
||||
|
||||
<glyph glyph-name="mine" unicode="" d="M703.774784 359.030603c-57.532435-38.354957-127.849856-54.336189-191.774784-54.336189-67.121175 0-137.438596 19.177478-191.774784 54.336189-150.223581-70.317421-252.503466-185.382292-252.503467-351.587104 0-182.186045 894.948994-178.989799 894.948995 0-6.392493 166.204813-111.868624 281.269684-258.89596 351.587104z m-380.353322 99.083639c28.766218-22.373725 54.336189-41.551203 86.298653-54.336189 63.924928-28.766218 137.438596-28.766218 201.363524 0 35.15871 12.784986 60.728682 31.962464 86.298653 54.336189 28.766218 22.373725 44.74745 51.139943 57.532435 86.298653 12.784986 31.962464 19.177478 63.924928 19.177478 95.887392 0 67.121175-31.962464 134.242349-79.90616 182.186046-25.569971 22.373725-51.139943 41.551203-86.298653 54.336189-63.924928 28.766218-137.438596 28.766218-201.363523 0-35.15871-12.784986-60.728682-31.962464-86.298653-54.336189-25.569971-25.569971-44.74745-57.532435-57.532436-86.298653-9.588739-35.15871-15.981232-63.924928-15.981232-99.083639s6.392493-67.121175 19.177479-95.887392c9.588739-31.962464 28.766218-60.728682 57.532435-83.102407z" horiz-adv-x="1024" />
|
||||
<glyph glyph-name="activities" unicode="" d="M300.8 825.6c28.8 12.8 41.6 3.2 41.6-22.4l-12.8-307.2c0-32-22.4-41.6-48-28.8l-48 22.4c-12.8-32-22.4-76.8-22.4-118.4 0-179.2 147.2-323.2 323.2-323.2s320 144 320 323.2S713.6 694.4 531.2 694.4c-28.8 0-57.6 0-86.4-9.6l9.6 140.8c22.4 3.2 48 3.2 76.8 3.2C784 828.8 992 627.2 992 374.4s-208-454.4-460.8-454.4S73.6 124.8 73.6 374.4c0 67.2 12.8 131.2 41.6 188.8l-64 38.4C25.6 617.6 25.6 640 51.2 656l249.6 169.6z m224-265.6v-3.2h41.6c12.8 0 22.4-9.6 22.4-22.4v-204.8l80-160c9.6-12.8 3.2-12.8-3.2-3.2l-166.4 166.4v204.8c0 12.8 9.6 22.4 25.6 22.4z" horiz-adv-x="1024" />
|
||||
|
||||
<glyph glyph-name="share-with-all" unicode="" d="M659.2 329.6c118.4-54.4 192-137.6 192-265.6 0-70.4-166.4-102.4-329.6-102.4h-3.2C352-38.39999999999998 185.6-3.2000000000000455 185.6 64c0 128 73.6 211.2 188.8 265.6h3.2c80-57.6 195.2-57.6 281.6 0zM169.6 380.79999999999995c28.8-22.4 73.6-38.4 108.8-38.4-73.6-64-144-147.2-144-249.6 0-3.2 0-9.6 3.2-12.8-73.6 12.8-105.6 32-105.6 67.2 0 99.2 54.4 192 137.6 233.6z m684.8 6.4c83.2-41.6 137.6-134.4 137.6-233.6 0-35.2-25.6-60.8-96-73.6 0 3.2 3.2 9.6 3.2 12.8 0 102.4-60.8 182.4-160 249.6 32 0 83.2 22.4 115.2 44.8zM515.2 800C636.8 800 736 700.8 736 579.2s-99.2-220.8-220.8-220.8H512c-121.6 0-220.8 99.2-220.8 220.8s99.2 220.8 224 220.8zM265.6 710.4h12.8c-25.6-41.6-38.4-92.8-38.4-144 0-70.4 38.4-140.8 89.6-185.6-19.2-6.4-35.2-9.6-54.4-9.6-41.6 0-80 16-112 48s-44.8 73.6-44.8 118.4c3.2 92.8 60.8 172.8 147.2 172.8z m492.8 0c54.4 0 112-38.4 134.4-83.2s19.2-108.8-9.6-160-76.8-86.4-131.2-86.4c-19.2 0-38.4 3.2-54.4 9.6 92.8 76.8 118.4 217.6 48 320h12.8z" horiz-adv-x="1024" />
|
||||
|
||||
<glyph glyph-name="new-group1" unicode="" d="M784 416c134.4 0 240-105.6 240-240S918.4-64 784-64 544 41.60000000000002 544 176s105.6 240 240 240z m-284.8-51.2c12.8-6.4 22.4-12.8 32-19.2-32-48-51.2-105.6-51.2-169.6 0-83.2 35.2-160 89.6-217.6-198.4-48-569.6-19.2-569.6 89.6 0 137.6 80 259.2 198.4 316.8 41.6-25.6 92.8-44.8 150.4-44.8s105.6 16 150.4 44.8z m307.2-28.8h-44.8c-9.6 0-16-6.4-16-16v-102.4h-102.4c-9.6 0-16-6.4-16-16v-44.8c0-9.6 6.4-16 16-16h102.4v-102.4c0-9.6 6.4-16 16-16h44.8c9.6 0 16 6.4 16 16v102.4H928c9.6 0 16 6.4 16 16v44.8c0 9.6-6.4 16-16 16h-102.4V320c0 6.4-9.6 16-19.2 16zM700.8 790.4c25.6-9.6 51.2-25.6 70.4-44.8 41.6-38.4 64-92.8 64-150.4 0-25.6-6.4-51.2-16-76.8-3.2-12.8-9.6-25.6-19.2-38.4h-16c-86.4 0-163.2-35.2-220.8-92.8-12.8 0-25.6 3.2-35.2 6.4 16 9.6 51.2 35.2 64 48 32 25.6 64 102.4 64 144s0 128-64 182.4c-12.8 6.4-32 22.4-48 35.2 48 9.6 108.8 6.4 156.8-12.8z m-262.4 25.6c28.8-9.6 54.4-28.8 73.6-48 41.6-41.6 67.2-96 67.2-156.8 0-28.8-6.4-54.4-16-83.2s-28.8-51.2-51.2-70.4c-19.2-19.2-44.8-35.2-73.6-48-54.4-25.6-121.6-25.6-176-3.2-28.8 12.8-51.2 28.8-73.6 48s-41.6 41.6-51.2 70.4c-12.8 25.6-16 54.4-16 83.2s3.2 54.4 16 83.2c9.6 25.6 28.8 51.2 51.2 70.4 19.2 19.2 44.8 35.2 73.6 48 54.4 28.8 121.6 28.8 176 6.4z" horiz-adv-x="1024" />
|
||||
|
||||
<glyph glyph-name="share-with-me" unicode="" d="M723.2 384c131.2 0 240-108.8 240-240S857.6-96 723.2-96s-240 108.8-240 240 108.8 240 240 240z m-422.4-25.6c48-28.8 105.6-48 163.2-51.2-32-48-48-105.6-48-166.4 0-96 44.8-182.4 115.2-240C307.2-102.39999999999998 64-60.799999999999955 64 32c0 153.6 96 262.4 236.8 326.4z m518.4-278.4c-25.6 0-48-22.4-48-48s19.2-48 48-48c25.6 0 48 22.4 48 48s-22.4 48-48 48z m-144 38.4c0-9.6-3.2-16-9.6-22.4l102.4-60.8c3.2 12.8 6.4 19.2 12.8 25.6l-105.6 57.6z m-48 57.6c-25.6 0-48-22.4-48-48s22.4-48 48-48 48 22.4 48 48-22.4 48-48 48z m166.4 112c-28.8 0-48-22.4-48-48 0-6.4 0-9.6 3.2-16l-89.6-57.6c6.4-6.4 12.8-16 16-25.6l89.6 60.8c-9.6 6.4-12.8 9.6-16 19.2l3.2-3.2c9.6-16 25.6-25.6 41.6-25.6 25.6 0 48 22.4 48 48s-22.4 48-48 48z m-224 556.8c32-12.8 57.6-28.8 80-51.2 44.8-44.8 73.6-108.8 73.6-169.6 0-28.8-6.4-60.8-19.2-89.6-12.8-32-25.6-60.8-54.4-80-6.4-6.4-12.8-9.6-19.2-16-35.2-9.6-67.2-25.6-96-48-51.2-12.8-105.6-9.6-156.8 12.8-28.8 12.8-54.4 28.8-80 51.2-25.6 22.4-44.8 48-54.4 76.8-12.8 25.6-19.2 57.6-19.2 89.6s6.4 60.8 16 92.8c19.2 25.6 38.4 54.4 60.8 80 25.6 22.4 48 38.4 80 51.2 60.8 25.6 131.2 25.6 188.8 0z" horiz-adv-x="1024" />
|
||||
|
||||
<glyph glyph-name="group" unicode="" d="M499.2 364.79999999999995c115.2-57.6 198.4-179.2 198.4-316.8 0-147.2-697.6-150.4-697.6 0 0 137.6 80 259.2 198.4 316.8 41.6-25.6 92.8-44.8 150.4-44.8s105.6 16 150.4 44.8z m300.8 3.2c115.2-48 224-163.2 224-281.6 0-54.4-144-92.8-288-102.4 25.6 16 38.4 48 38.4 70.4 0 105.6-57.6 204.8-137.6 268.8h3.2c51.2 3.2 115.2 19.2 160 44.8zM700.8 790.4c25.6-9.6 51.2-25.6 70.4-44.8 41.6-38.4 64-92.8 64-150.4 0-25.6-6.4-51.2-16-76.8-9.6-25.6-25.6-51.2-48-67.2-19.2-19.2-44.8-35.2-70.4-44.8-48-19.2-124.8-25.6-172.8-12.8 16 9.6 51.2 35.2 64 48 32 25.6 64 102.4 64 144s0 128-64 182.4c-12.8 6.4-32 22.4-48 35.2 48 9.6 108.8 6.4 156.8-12.8z m-262.4 25.6c28.8-9.6 54.4-28.8 73.6-48 41.6-41.6 67.2-96 67.2-156.8 0-28.8-6.4-54.4-16-83.2s-28.8-51.2-51.2-70.4c-19.2-19.2-44.8-35.2-73.6-48-54.4-25.6-121.6-25.6-176-3.2-28.8 12.8-51.2 28.8-73.6 48s-41.6 41.6-51.2 70.4c-12.8 25.6-16 54.4-16 83.2s3.2 54.4 16 83.2c9.6 25.6 28.8 51.2 51.2 70.4 19.2 19.2 44.8 35.2 73.6 48 54.4 28.8 121.6 28.8 176 6.4z" horiz-adv-x="1024" />
|
||||
|
||||
<glyph glyph-name="mine" unicode="" d="M694.4 358.4c-54.4-35.2-121.6-51.2-179.2-51.2-64 0-128 19.2-179.2 51.2C192 294.4 96 185.60000000000002 96 32c0-169.6 838.4-166.4 838.4 0-3.2 153.6-102.4 262.4-240 326.4z m-358.4 92.8c25.6-22.4 51.2-38.4 80-51.2 60.8-25.6 128-25.6 188.8 0 32 12.8 57.6 28.8 80 51.2 25.6 22.4 41.6 48 54.4 80 12.8 28.8 19.2 60.8 19.2 89.6 0 64-28.8 124.8-73.6 169.6-25.6 22.4-48 38.4-80 51.2-60.8 25.6-128 25.6-188.8 0-32-12.8-57.6-28.8-80-51.2-25.6-22.4-44.8-51.2-57.6-76.8-9.6-32-16-60.8-16-92.8s6.4-64 19.2-89.6c9.6-32 28.8-57.6 54.4-80z" horiz-adv-x="1024" />
|
||||
|
||||
<glyph glyph-name="ai-search" unicode="" d="M448.099844 896c246.015601 0 447.301092-201.285491 447.301092-447.301092 0-95.850234-28.75507-182.115445-79.875195-255.600624l182.115445-182.115445c31.950078-31.950078 31.950078-83.070203 0-115.02028s-83.070203-31.950078-115.020281 0L703.700468 78.078003c-73.485179-51.120125-159.75039-79.875195-255.600624-79.875195-246.015601 0-447.301092 201.285491-447.301092 447.301092C0.798752 694.714509 202.084243 896 448.099844 896z m0-127.800312C272.374415 768.199688 128.599064 624.424337 128.599064 448.698908s143.775351-319.50078 319.50078-319.50078 319.50078 143.775351 319.50078 319.50078S623.825273 768.199688 448.099844 768.199688zM396.979719 640.399376c15.975039 0 28.75507-9.585023 35.145086-25.560062l99.045242-309.915757c6.390016-22.365055-9.585023-47.925117-35.145086-47.925117h-3.195008c-15.975039 0-31.950078 9.585023-35.145086 25.560062l-19.170046 70.290172H317.104524l-19.170047-70.290172c-6.390016-15.975039-19.170047-25.560062-38.340093-25.560062-25.560062 0-41.535101 25.560062-35.145086 47.925117l99.045242 309.915757c6.390016 15.975039 22.365055 25.560062 38.340093 25.560062h35.145086z m-19.170047-57.51014c-12.780031-41.535101-22.365055-86.265211-35.145085-124.605305l-12.780032-41.535101h92.655227l-12.780032 41.535101c-9.585023 38.340094-19.170047 83.070203-31.950078 124.605305zM636.605304 640.399376c19.170047 0 35.145086-15.975039 35.145086-35.145086v-309.915756c0-19.170047-15.975039-35.145086-35.145086-35.145086h-3.195008c-19.170047 0-35.145086 15.975039-35.145085 35.145086V605.25429c0 19.170047 15.975039 35.145086 35.145085 35.145086h3.195008z" horiz-adv-x="1024" />
|
||||
|
||||
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 36 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user