Skip to content

Commit aa515be

Browse files
Merge pull request #105 from appwrite/feat-eldads-updates-8
WIP - adding heroes
2 parents 590d1f7 + 08ddd29 commit aa515be

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+405
-192
lines changed

src/icons/output/_variables.scss

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,14 @@ $aw-icon-logout-left: "\ea19";
2626
$aw-icon-logout-right: "\ea1a";
2727
$aw-icon-microsoft: "\ea1b";
2828
$aw-icon-minus: "\ea1c";
29-
$aw-icon-platform: "\ea1d";
30-
$aw-icon-plus: "\ea1e";
31-
$aw-icon-product-hunt: "\ea1f";
32-
$aw-icon-rest: "\ea20";
33-
$aw-icon-search: "\ea21";
34-
$aw-icon-star: "\ea22";
35-
$aw-icon-twitter: "\ea23";
36-
$aw-icon-vue: "\ea24";
37-
$aw-icon-x: "\ea25";
38-
$aw-icon-youtube: "\ea26";
29+
$aw-icon-nuxt: "\ea1d";
30+
$aw-icon-platform: "\ea1e";
31+
$aw-icon-plus: "\ea1f";
32+
$aw-icon-product-hunt: "\ea20";
33+
$aw-icon-rest: "\ea21";
34+
$aw-icon-search: "\ea22";
35+
$aw-icon-star: "\ea23";
36+
$aw-icon-twitter: "\ea24";
37+
$aw-icon-vue: "\ea25";
38+
$aw-icon-x: "\ea26";
39+
$aw-icon-youtube: "\ea27";

src/icons/output/aw-icon.css

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,14 @@
4545
.aw-icon-logout-right:before { content: "\ea1a"; }
4646
.aw-icon-microsoft:before { content: "\ea1b"; }
4747
.aw-icon-minus:before { content: "\ea1c"; }
48-
.aw-icon-platform:before { content: "\ea1d"; }
49-
.aw-icon-plus:before { content: "\ea1e"; }
50-
.aw-icon-product-hunt:before { content: "\ea1f"; }
51-
.aw-icon-rest:before { content: "\ea20"; }
52-
.aw-icon-search:before { content: "\ea21"; }
53-
.aw-icon-star:before { content: "\ea22"; }
54-
.aw-icon-twitter:before { content: "\ea23"; }
55-
.aw-icon-vue:before { content: "\ea24"; }
56-
.aw-icon-x:before { content: "\ea25"; }
57-
.aw-icon-youtube:before { content: "\ea26"; }
48+
.aw-icon-nuxt:before { content: "\ea1d"; }
49+
.aw-icon-platform:before { content: "\ea1e"; }
50+
.aw-icon-plus:before { content: "\ea1f"; }
51+
.aw-icon-product-hunt:before { content: "\ea20"; }
52+
.aw-icon-rest:before { content: "\ea21"; }
53+
.aw-icon-search:before { content: "\ea22"; }
54+
.aw-icon-star:before { content: "\ea23"; }
55+
.aw-icon-twitter:before { content: "\ea24"; }
56+
.aw-icon-vue:before { content: "\ea25"; }
57+
.aw-icon-x:before { content: "\ea26"; }
58+
.aw-icon-youtube:before { content: "\ea27"; }

src/icons/output/aw-icon.eot

160 Bytes
Binary file not shown.

src/icons/output/aw-icon.scss

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,17 @@
4444
.aw-icon-logout-right:before { content: "\ea1a"; }
4545
.aw-icon-microsoft:before { content: "\ea1b"; }
4646
.aw-icon-minus:before { content: "\ea1c"; }
47-
.aw-icon-platform:before { content: "\ea1d"; }
48-
.aw-icon-plus:before { content: "\ea1e"; }
49-
.aw-icon-product-hunt:before { content: "\ea1f"; }
50-
.aw-icon-rest:before { content: "\ea20"; }
51-
.aw-icon-search:before { content: "\ea21"; }
52-
.aw-icon-star:before { content: "\ea22"; }
53-
.aw-icon-twitter:before { content: "\ea23"; }
54-
.aw-icon-vue:before { content: "\ea24"; }
55-
.aw-icon-x:before { content: "\ea25"; }
56-
.aw-icon-youtube:before { content: "\ea26"; }
47+
.aw-icon-nuxt:before { content: "\ea1d"; }
48+
.aw-icon-platform:before { content: "\ea1e"; }
49+
.aw-icon-plus:before { content: "\ea1f"; }
50+
.aw-icon-product-hunt:before { content: "\ea20"; }
51+
.aw-icon-rest:before { content: "\ea21"; }
52+
.aw-icon-search:before { content: "\ea22"; }
53+
.aw-icon-star:before { content: "\ea23"; }
54+
.aw-icon-twitter:before { content: "\ea24"; }
55+
.aw-icon-vue:before { content: "\ea25"; }
56+
.aw-icon-x:before { content: "\ea26"; }
57+
.aw-icon-youtube:before { content: "\ea27"; }
5758

5859
$aw-icon-apple: "\ea01";
5960
$aw-icon-arrow-down: "\ea02";
@@ -83,13 +84,14 @@ $aw-icon-logout-left: "\ea19";
8384
$aw-icon-logout-right: "\ea1a";
8485
$aw-icon-microsoft: "\ea1b";
8586
$aw-icon-minus: "\ea1c";
86-
$aw-icon-platform: "\ea1d";
87-
$aw-icon-plus: "\ea1e";
88-
$aw-icon-product-hunt: "\ea1f";
89-
$aw-icon-rest: "\ea20";
90-
$aw-icon-search: "\ea21";
91-
$aw-icon-star: "\ea22";
92-
$aw-icon-twitter: "\ea23";
93-
$aw-icon-vue: "\ea24";
94-
$aw-icon-x: "\ea25";
95-
$aw-icon-youtube: "\ea26";
87+
$aw-icon-nuxt: "\ea1d";
88+
$aw-icon-platform: "\ea1e";
89+
$aw-icon-plus: "\ea1f";
90+
$aw-icon-product-hunt: "\ea20";
91+
$aw-icon-rest: "\ea21";
92+
$aw-icon-search: "\ea22";
93+
$aw-icon-star: "\ea23";
94+
$aw-icon-twitter: "\ea24";
95+
$aw-icon-vue: "\ea25";
96+
$aw-icon-x: "\ea26";
97+
$aw-icon-youtube: "\ea27";

src/icons/output/aw-icon.svg

Lines changed: 13 additions & 10 deletions
Loading

src/icons/output/aw-icon.symbol.svg

Lines changed: 3 additions & 1 deletion
Loading

src/icons/output/aw-icon.ttf

160 Bytes
Binary file not shown.

src/icons/output/aw-icon.woff

124 Bytes
Binary file not shown.

src/icons/output/aw-icon.woff2

68 Bytes
Binary file not shown.

src/icons/output/info.json

Lines changed: 26 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -167,64 +167,70 @@
167167
"className": "aw-icon-minus",
168168
"unicode": ""
169169
},
170-
"platform": {
170+
"nuxt": {
171171
"encodedCode": "\\ea1d",
172172
"prefix": "aw-icon",
173-
"className": "aw-icon-platform",
173+
"className": "aw-icon-nuxt",
174174
"unicode": ""
175175
},
176-
"plus": {
176+
"platform": {
177177
"encodedCode": "\\ea1e",
178178
"prefix": "aw-icon",
179-
"className": "aw-icon-plus",
179+
"className": "aw-icon-platform",
180180
"unicode": ""
181181
},
182-
"product-hunt": {
182+
"plus": {
183183
"encodedCode": "\\ea1f",
184184
"prefix": "aw-icon",
185-
"className": "aw-icon-product-hunt",
185+
"className": "aw-icon-plus",
186186
"unicode": ""
187187
},
188-
"rest": {
188+
"product-hunt": {
189189
"encodedCode": "\\ea20",
190190
"prefix": "aw-icon",
191-
"className": "aw-icon-rest",
191+
"className": "aw-icon-product-hunt",
192192
"unicode": ""
193193
},
194-
"search": {
194+
"rest": {
195195
"encodedCode": "\\ea21",
196196
"prefix": "aw-icon",
197-
"className": "aw-icon-search",
197+
"className": "aw-icon-rest",
198198
"unicode": ""
199199
},
200-
"star": {
200+
"search": {
201201
"encodedCode": "\\ea22",
202202
"prefix": "aw-icon",
203-
"className": "aw-icon-star",
203+
"className": "aw-icon-search",
204204
"unicode": ""
205205
},
206-
"twitter": {
206+
"star": {
207207
"encodedCode": "\\ea23",
208208
"prefix": "aw-icon",
209-
"className": "aw-icon-twitter",
209+
"className": "aw-icon-star",
210210
"unicode": ""
211211
},
212-
"vue": {
212+
"twitter": {
213213
"encodedCode": "\\ea24",
214214
"prefix": "aw-icon",
215-
"className": "aw-icon-vue",
215+
"className": "aw-icon-twitter",
216216
"unicode": ""
217217
},
218-
"x": {
218+
"vue": {
219219
"encodedCode": "\\ea25",
220220
"prefix": "aw-icon",
221-
"className": "aw-icon-x",
221+
"className": "aw-icon-vue",
222222
"unicode": ""
223223
},
224-
"youtube": {
224+
"x": {
225225
"encodedCode": "\\ea26",
226226
"prefix": "aw-icon",
227-
"className": "aw-icon-youtube",
227+
"className": "aw-icon-x",
228228
"unicode": ""
229+
},
230+
"youtube": {
231+
"encodedCode": "\\ea27",
232+
"prefix": "aw-icon",
233+
"className": "aw-icon-youtube",
234+
"unicode": ""
229235
}
230236
}

0 commit comments

Comments
 (0)