Skip to content
Closed

init_ #352

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .vscode/custom.code-snippets
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"color-class": {
"scope": "html, svelte",
"prefix": "clr",
"body": ["aw-u-color-text-$1"],
"description": "Shorthand for our **huge** color utility classes"
},
"mbs": {
"scope": "html, svelte",
"prefix": "mbs",
"body": ["u-margin-block-start-$1"],
"description": "Shorthand for our **huge** spacing utility classes"
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"@appwrite.io/pink-icons": "0.1.0-next.9",
"@appwrite.io/repo": "github:appwrite/appwrite#main",
"@splinetool/viewer": "0.9.455",
"appwrite": "^13.0.1",
"compression": "^1.7.4",
"express": "^4.18.2",
"highlight.js": "^11.9.0",
Expand Down
63 changes: 63 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions src/icons/optimized/appwrite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
81 changes: 41 additions & 40 deletions src/icons/output/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,41 +1,42 @@
$aw-icon-apple: "\ea01";
$aw-icon-arrow-down: "\ea02";
$aw-icon-arrow-ext-link: "\ea03";
$aw-icon-arrow-left: "\ea04";
$aw-icon-arrow-right: "\ea05";
$aw-icon-arrow-up: "\ea06";
$aw-icon-calendar: "\ea07";
$aw-icon-check: "\ea08";
$aw-icon-chevron-down: "\ea09";
$aw-icon-chevron-left: "\ea0a";
$aw-icon-chevron-right: "\ea0b";
$aw-icon-chevron-up: "\ea0c";
$aw-icon-close: "\ea0d";
$aw-icon-copy: "\ea0e";
$aw-icon-dark: "\ea0f";
$aw-icon-discord: "\ea10";
$aw-icon-divider-vertical: "\ea11";
$aw-icon-download: "\ea12";
$aw-icon-github: "\ea13";
$aw-icon-google: "\ea14";
$aw-icon-hamburger-menu: "\ea15";
$aw-icon-light: "\ea16";
$aw-icon-linkedin: "\ea17";
$aw-icon-location: "\ea18";
$aw-icon-logout-left: "\ea19";
$aw-icon-logout-right: "\ea1a";
$aw-icon-microsoft: "\ea1b";
$aw-icon-minus: "\ea1c";
$aw-icon-nuxt: "\ea1d";
$aw-icon-platform: "\ea1e";
$aw-icon-plus: "\ea1f";
$aw-icon-product-hunt: "\ea20";
$aw-icon-refine: "\ea21";
$aw-icon-rest: "\ea22";
$aw-icon-search: "\ea23";
$aw-icon-star: "\ea24";
$aw-icon-system: "\ea25";
$aw-icon-twitter: "\ea26";
$aw-icon-vue: "\ea27";
$aw-icon-x: "\ea28";
$aw-icon-youtube: "\ea29";
$aw-icon-appwrite: "\ea02";
$aw-icon-arrow-down: "\ea03";
$aw-icon-arrow-ext-link: "\ea04";
$aw-icon-arrow-left: "\ea05";
$aw-icon-arrow-right: "\ea06";
$aw-icon-arrow-up: "\ea07";
$aw-icon-calendar: "\ea08";
$aw-icon-check: "\ea09";
$aw-icon-chevron-down: "\ea0a";
$aw-icon-chevron-left: "\ea0b";
$aw-icon-chevron-right: "\ea0c";
$aw-icon-chevron-up: "\ea0d";
$aw-icon-close: "\ea0e";
$aw-icon-copy: "\ea0f";
$aw-icon-dark: "\ea10";
$aw-icon-discord: "\ea11";
$aw-icon-divider-vertical: "\ea12";
$aw-icon-download: "\ea13";
$aw-icon-github: "\ea14";
$aw-icon-google: "\ea15";
$aw-icon-hamburger-menu: "\ea16";
$aw-icon-light: "\ea17";
$aw-icon-linkedin: "\ea18";
$aw-icon-location: "\ea19";
$aw-icon-logout-left: "\ea1a";
$aw-icon-logout-right: "\ea1b";
$aw-icon-microsoft: "\ea1c";
$aw-icon-minus: "\ea1d";
$aw-icon-nuxt: "\ea1e";
$aw-icon-platform: "\ea1f";
$aw-icon-plus: "\ea20";
$aw-icon-product-hunt: "\ea21";
$aw-icon-refine: "\ea22";
$aw-icon-rest: "\ea23";
$aw-icon-search: "\ea24";
$aw-icon-star: "\ea25";
$aw-icon-system: "\ea26";
$aw-icon-twitter: "\ea27";
$aw-icon-vue: "\ea28";
$aw-icon-x: "\ea29";
$aw-icon-youtube: "\ea2a";
81 changes: 41 additions & 40 deletions src/icons/output/aw-icon.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,43 +18,44 @@
}

.aw-icon-apple:before { content: "\ea01"; }
.aw-icon-arrow-down:before { content: "\ea02"; }
.aw-icon-arrow-ext-link:before { content: "\ea03"; }
.aw-icon-arrow-left:before { content: "\ea04"; }
.aw-icon-arrow-right:before { content: "\ea05"; }
.aw-icon-arrow-up:before { content: "\ea06"; }
.aw-icon-calendar:before { content: "\ea07"; }
.aw-icon-check:before { content: "\ea08"; }
.aw-icon-chevron-down:before { content: "\ea09"; }
.aw-icon-chevron-left:before { content: "\ea0a"; }
.aw-icon-chevron-right:before { content: "\ea0b"; }
.aw-icon-chevron-up:before { content: "\ea0c"; }
.aw-icon-close:before { content: "\ea0d"; }
.aw-icon-copy:before { content: "\ea0e"; }
.aw-icon-dark:before { content: "\ea0f"; }
.aw-icon-discord:before { content: "\ea10"; }
.aw-icon-divider-vertical:before { content: "\ea11"; }
.aw-icon-download:before { content: "\ea12"; }
.aw-icon-github:before { content: "\ea13"; }
.aw-icon-google:before { content: "\ea14"; }
.aw-icon-hamburger-menu:before { content: "\ea15"; }
.aw-icon-light:before { content: "\ea16"; }
.aw-icon-linkedin:before { content: "\ea17"; }
.aw-icon-location:before { content: "\ea18"; }
.aw-icon-logout-left:before { content: "\ea19"; }
.aw-icon-logout-right:before { content: "\ea1a"; }
.aw-icon-microsoft:before { content: "\ea1b"; }
.aw-icon-minus:before { content: "\ea1c"; }
.aw-icon-nuxt:before { content: "\ea1d"; }
.aw-icon-platform:before { content: "\ea1e"; }
.aw-icon-plus:before { content: "\ea1f"; }
.aw-icon-product-hunt:before { content: "\ea20"; }
.aw-icon-refine:before { content: "\ea21"; }
.aw-icon-rest:before { content: "\ea22"; }
.aw-icon-search:before { content: "\ea23"; }
.aw-icon-star:before { content: "\ea24"; }
.aw-icon-system:before { content: "\ea25"; }
.aw-icon-twitter:before { content: "\ea26"; }
.aw-icon-vue:before { content: "\ea27"; }
.aw-icon-x:before { content: "\ea28"; }
.aw-icon-youtube:before { content: "\ea29"; }
.aw-icon-appwrite:before { content: "\ea02"; }
.aw-icon-arrow-down:before { content: "\ea03"; }
.aw-icon-arrow-ext-link:before { content: "\ea04"; }
.aw-icon-arrow-left:before { content: "\ea05"; }
.aw-icon-arrow-right:before { content: "\ea06"; }
.aw-icon-arrow-up:before { content: "\ea07"; }
.aw-icon-calendar:before { content: "\ea08"; }
.aw-icon-check:before { content: "\ea09"; }
.aw-icon-chevron-down:before { content: "\ea0a"; }
.aw-icon-chevron-left:before { content: "\ea0b"; }
.aw-icon-chevron-right:before { content: "\ea0c"; }
.aw-icon-chevron-up:before { content: "\ea0d"; }
.aw-icon-close:before { content: "\ea0e"; }
.aw-icon-copy:before { content: "\ea0f"; }
.aw-icon-dark:before { content: "\ea10"; }
.aw-icon-discord:before { content: "\ea11"; }
.aw-icon-divider-vertical:before { content: "\ea12"; }
.aw-icon-download:before { content: "\ea13"; }
.aw-icon-github:before { content: "\ea14"; }
.aw-icon-google:before { content: "\ea15"; }
.aw-icon-hamburger-menu:before { content: "\ea16"; }
.aw-icon-light:before { content: "\ea17"; }
.aw-icon-linkedin:before { content: "\ea18"; }
.aw-icon-location:before { content: "\ea19"; }
.aw-icon-logout-left:before { content: "\ea1a"; }
.aw-icon-logout-right:before { content: "\ea1b"; }
.aw-icon-microsoft:before { content: "\ea1c"; }
.aw-icon-minus:before { content: "\ea1d"; }
.aw-icon-nuxt:before { content: "\ea1e"; }
.aw-icon-platform:before { content: "\ea1f"; }
.aw-icon-plus:before { content: "\ea20"; }
.aw-icon-product-hunt:before { content: "\ea21"; }
.aw-icon-refine:before { content: "\ea22"; }
.aw-icon-rest:before { content: "\ea23"; }
.aw-icon-search:before { content: "\ea24"; }
.aw-icon-star:before { content: "\ea25"; }
.aw-icon-system:before { content: "\ea26"; }
.aw-icon-twitter:before { content: "\ea27"; }
.aw-icon-vue:before { content: "\ea28"; }
.aw-icon-x:before { content: "\ea29"; }
.aw-icon-youtube:before { content: "\ea2a"; }
Binary file modified src/icons/output/aw-icon.eot
Binary file not shown.
Loading