feat: add info icon to fontello

This commit is contained in:
Bobby 2022-06-28 12:31:13 +07:00
parent e6ae519af1
commit 8f20423163
No known key found for this signature in database
GPG Key ID: 941839794CBF5A09
8 changed files with 10 additions and 1 deletions

View File

@ -271,6 +271,12 @@
"css": "cw",
"code": 59423,
"src": "entypo"
},
{
"uid": "63b86fedd4ee9ad2105f54f4888e7088",
"css": "info",
"code": 59421,
"src": "entypo"
}
]
}

Binary file not shown.

View File

@ -64,6 +64,8 @@
<glyph glyph-name="gatsby" unicode="&#xe81c;" d="M500 817c-257 0-467-210-467-467s210-467 467-467 467 210 467 467-210 467-467 467z m-260-727c-70 70-107 163-107 253l364-360c-94 4-187 37-257 107z m340-97l-437 437c37 163 184 287 357 287 123 0 230-60 297-150l-50-44c-57 77-147 127-247 127-130 0-240-83-283-200l383-383c97 33 170 116 193 216h-160v67h234c0-173-124-320-287-357z" horiz-adv-x="1000" />
<glyph glyph-name="info" unicode="&#xe81d;" d="M352 850q48 0 74-27t26-69q0-50-39-88t-95-38q-48 0-74 26t-24 72q0 46 35 85t97 39z m-206-1000q-100 0-54 178l60 254q14 56 0 56-12 0-54-18t-72-38l-26 44q90 78 189 126t151 48q78 0 36-162l-70-266q-16-64 6-64 44 0 118 60l30-40q-84-86-175-132t-139-46z" horiz-adv-x="460" />
<glyph glyph-name="fast-backward" unicode="&#xe81e;" d="M0 350q0 14 14 24l374 248q20 14 36 6t16-36l0-482q0-28-16-36t-36 6l-374 248q-14 8-14 22z m454 0q0 14 14 24l360 248q20 14 36 6t16-36l0-482q0-28-16-36t-36 6l-360 248q-14 8-14 22z" horiz-adv-x="880" />
<glyph glyph-name="cw" unicode="&#xe81f;" d="M408 760q168 0 287-116t123-282l122 0-184-206-184 206 144 0q-4 124-94 210t-214 86q-126 0-216-90t-90-218q0-126 90-216t216-90q104 0 182 60l70-76q-110-88-252-88-168 0-288 120t-120 290 120 290 288 120z" horiz-adv-x="940" />

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -91,6 +91,7 @@
.icon-th-large::before { content: "\e81a" } /* '' */
.icon-download::before { content: "\e81b" } /* '' */
.icon-gatsby::before { content: "\e81c" } /* '' */
.icon-info::before { content: "\e81d" } /* '' */
.icon-fast-backward::before { content: "\e81e" } /* '' */
.icon-cw::before { content: "\e81f" } /* '' */
.icon-filter::before { content: "\f0b0" } /* '' */

View File

@ -3,5 +3,5 @@
"2": "1602515119",
"3": "1650485321",
"4": "1602515119",
"5": "1653629584"
"5": "1656393981"
}