Skip to content

Commit

Permalink
Add TikTok icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed Aug 23, 2022
1 parent ef1e016 commit 9b1a911
Show file tree
Hide file tree
Showing 9 changed files with 85 additions and 60 deletions.
9 changes: 9 additions & 0 deletions docs/Amaranth.html
Original file line number Diff line number Diff line change
Expand Up @@ -1805,6 +1805,15 @@ <h1 class="display-4 m-0"><i class="ai ai-amaranth"></i> Amaranth</h1>
</div>


<div class="preview">
<span class="inner">
<i class="ai ai-tiktok"></i>
</span>
<br>
<span class='label'>tiktok</span>
</div>


<div class="preview">
<span class="inner">
<i class="ai ai-trash-can"></i>
Expand Down
63 changes: 33 additions & 30 deletions docs/fonts/Amaranth.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@font-face {
font-family: "Amaranth";
src: url("./Amaranth.ttf?d11129798e9a82460cda7d2a4f523183") format("truetype"),
url("./Amaranth.woff?d11129798e9a82460cda7d2a4f523183") format("woff"),
url("./Amaranth.woff2?d11129798e9a82460cda7d2a4f523183") format("woff2"),
url("./Amaranth.eot?d11129798e9a82460cda7d2a4f523183#iefix") format("embedded-opentype");
src: url("./Amaranth.ttf?17e51095117ce5c23577fddcd239cc3a") format("truetype"),
url("./Amaranth.woff?17e51095117ce5c23577fddcd239cc3a") format("woff"),
url("./Amaranth.woff2?17e51095117ce5c23577fddcd239cc3a") format("woff2"),
url("./Amaranth.eot?17e51095117ce5c23577fddcd239cc3a#iefix") format("embedded-opentype");
}

.ai {
Expand Down Expand Up @@ -594,81 +594,84 @@ url("./Amaranth.eot?d11129798e9a82460cda7d2a4f523183#iefix") format("embedded-op
.ai.ai-ticket:before {
content: "\f1c0";
}
.ai.ai-trash-can:before {
.ai.ai-tiktok:before {
content: "\f1c1";
}
.ai.ai-tree:before {
.ai.ai-trash-can:before {
content: "\f1c2";
}
.ai.ai-trekking-backpack:before {
.ai.ai-tree:before {
content: "\f1c3";
}
.ai.ai-trophy:before {
.ai.ai-trekking-backpack:before {
content: "\f1c4";
}
.ai.ai-twitter:before {
.ai.ai-trophy:before {
content: "\f1c5";
}
.ai.ai-underline:before {
.ai.ai-twitter:before {
content: "\f1c6";
}
.ai.ai-undo:before {
.ai.ai-underline:before {
content: "\f1c7";
}
.ai.ai-universal-access:before {
.ai.ai-undo:before {
content: "\f1c8";
}
.ai.ai-unlock:before {
.ai.ai-universal-access:before {
content: "\f1c9";
}
.ai.ai-user-gear:before {
.ai.ai-unlock:before {
content: "\f1ca";
}
.ai.ai-user-group:before {
.ai.ai-user-gear:before {
content: "\f1cb";
}
.ai.ai-user-list:before {
.ai.ai-user-group:before {
content: "\f1cc";
}
.ai.ai-user-lock:before {
.ai.ai-user-list:before {
content: "\f1cd";
}
.ai.ai-user-plus:before {
.ai.ai-user-lock:before {
content: "\f1ce";
}
.ai.ai-user:before {
.ai.ai-user-plus:before {
content: "\f1cf";
}
.ai.ai-users-list:before {
.ai.ai-user:before {
content: "\f1d0";
}
.ai.ai-users:before {
.ai.ai-users-list:before {
content: "\f1d1";
}
.ai.ai-virtual-reality:before {
.ai.ai-users:before {
content: "\f1d2";
}
.ai.ai-volume-0:before {
.ai.ai-virtual-reality:before {
content: "\f1d3";
}
.ai.ai-volume-1:before {
.ai.ai-volume-0:before {
content: "\f1d4";
}
.ai.ai-volume-2:before {
.ai.ai-volume-1:before {
content: "\f1d5";
}
.ai.ai-volume-3:before {
.ai.ai-volume-2:before {
content: "\f1d6";
}
.ai.ai-volume-none:before {
.ai.ai-volume-3:before {
content: "\f1d7";
}
.ai.ai-wallet:before {
.ai.ai-volume-none:before {
content: "\f1d8";
}
.ai.ai-window:before {
.ai.ai-wallet:before {
content: "\f1d9";
}
.ai.ai-xmark:before {
.ai.ai-window:before {
content: "\f1da";
}
.ai.ai-xmark:before {
content: "\f1db";
}
Binary file modified docs/fonts/Amaranth.eot
Binary file not shown.
63 changes: 33 additions & 30 deletions docs/fonts/Amaranth.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@font-face {
font-family: "Amaranth";
src: url("./Amaranth.ttf?d11129798e9a82460cda7d2a4f523183") format("truetype"),
url("./Amaranth.woff?d11129798e9a82460cda7d2a4f523183") format("woff"),
url("./Amaranth.woff2?d11129798e9a82460cda7d2a4f523183") format("woff2"),
url("./Amaranth.eot?d11129798e9a82460cda7d2a4f523183#iefix") format("embedded-opentype");
src: url("./Amaranth.ttf?17e51095117ce5c23577fddcd239cc3a") format("truetype"),
url("./Amaranth.woff?17e51095117ce5c23577fddcd239cc3a") format("woff"),
url("./Amaranth.woff2?17e51095117ce5c23577fddcd239cc3a") format("woff2"),
url("./Amaranth.eot?17e51095117ce5c23577fddcd239cc3a#iefix") format("embedded-opentype");
}

.ai {
Expand Down Expand Up @@ -594,81 +594,84 @@ url("./Amaranth.eot?d11129798e9a82460cda7d2a4f523183#iefix") format("embedded-op
.ai.ai-ticket:before {
content: "\f1c0";
}
.ai.ai-trash-can:before {
.ai.ai-tiktok:before {
content: "\f1c1";
}
.ai.ai-tree:before {
.ai.ai-trash-can:before {
content: "\f1c2";
}
.ai.ai-trekking-backpack:before {
.ai.ai-tree:before {
content: "\f1c3";
}
.ai.ai-trophy:before {
.ai.ai-trekking-backpack:before {
content: "\f1c4";
}
.ai.ai-twitter:before {
.ai.ai-trophy:before {
content: "\f1c5";
}
.ai.ai-underline:before {
.ai.ai-twitter:before {
content: "\f1c6";
}
.ai.ai-undo:before {
.ai.ai-underline:before {
content: "\f1c7";
}
.ai.ai-universal-access:before {
.ai.ai-undo:before {
content: "\f1c8";
}
.ai.ai-unlock:before {
.ai.ai-universal-access:before {
content: "\f1c9";
}
.ai.ai-user-gear:before {
.ai.ai-unlock:before {
content: "\f1ca";
}
.ai.ai-user-group:before {
.ai.ai-user-gear:before {
content: "\f1cb";
}
.ai.ai-user-list:before {
.ai.ai-user-group:before {
content: "\f1cc";
}
.ai.ai-user-lock:before {
.ai.ai-user-list:before {
content: "\f1cd";
}
.ai.ai-user-plus:before {
.ai.ai-user-lock:before {
content: "\f1ce";
}
.ai.ai-user:before {
.ai.ai-user-plus:before {
content: "\f1cf";
}
.ai.ai-users-list:before {
.ai.ai-user:before {
content: "\f1d0";
}
.ai.ai-users:before {
.ai.ai-users-list:before {
content: "\f1d1";
}
.ai.ai-virtual-reality:before {
.ai.ai-users:before {
content: "\f1d2";
}
.ai.ai-volume-0:before {
.ai.ai-virtual-reality:before {
content: "\f1d3";
}
.ai.ai-volume-1:before {
.ai.ai-volume-0:before {
content: "\f1d4";
}
.ai.ai-volume-2:before {
.ai.ai-volume-1:before {
content: "\f1d5";
}
.ai.ai-volume-3:before {
.ai.ai-volume-2:before {
content: "\f1d6";
}
.ai.ai-volume-none:before {
.ai.ai-volume-3:before {
content: "\f1d7";
}
.ai.ai-wallet:before {
.ai.ai-volume-none:before {
content: "\f1d8";
}
.ai.ai-window:before {
.ai.ai-wallet:before {
content: "\f1d9";
}
.ai.ai-xmark:before {
.ai.ai-window:before {
content: "\f1da";
}
.ai.ai-xmark:before {
content: "\f1db";
}
Binary file modified docs/fonts/Amaranth.ttf
Binary file not shown.
Binary file modified docs/fonts/Amaranth.woff
Binary file not shown.
Binary file modified docs/fonts/Amaranth.woff2
Binary file not shown.
1 change: 1 addition & 0 deletions icons/tiktok.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/Amaranth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1343,6 +1343,13 @@ export const aiTicket: {
name: 'ticket',
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 16" fill="currentColor"><path fill-rule="evenodd" d="M6.5 6.5a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-3ZM12 9V7H8v2h4Z"/><path fill-rule="evenodd" d="M16.5 8c0-.83.67-1.5 1.5-1.5V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v2.5a1.5 1.5 0 1 1 0 3V12c0 1.1.9 2 2 2h12a2 2 0 0 0 2-2V9.5A1.5 1.5 0 0 1 16.5 8Zm-13-4c0-.28.22-.5.5-.5h12c.28 0 .5.22.5.5v1.4a3 3 0 0 0 0 5.2V12a.5.5 0 0 1-.5.5H4a.5.5 0 0 1-.5-.5v-1.4a3 3 0 0 0 0-5.2V4Z"/></svg>`
};
export const aiTiktok: {
name: 'tiktok';
data: string;
} = {
name: 'tiktok',
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 16" fill="currentColor"><path d="M17 6.56a6.56 6.56 0 0 1-3.84-1.23v5.59a5.08 5.08 0 1 1-4.38-5.04V8.7a2.33 2.33 0 1 0 1.63 2.23V0h2.75a3.82 3.82 0 0 0 1.74 3.2 3.8 3.8 0 0 0 2.1.63v2.73Z"/></svg>`
};
export const aiTrashCan: {
name: 'trash_can';
data: string;
Expand Down Expand Up @@ -1718,6 +1725,7 @@ export type Amaranth =
| 'tag'
| 'tent'
| 'ticket'
| 'tiktok'
| 'trash_can'
| 'tree'
| 'trekking_backpack'
Expand Down Expand Up @@ -1944,6 +1952,7 @@ export const completeIconSet = [
aiTag,
aiTent,
aiTicket,
aiTiktok,
aiTrashCan,
aiTree,
aiTrekkingBackpack,
Expand Down

0 comments on commit 9b1a911

Please sign in to comment.