Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
launched ref page
Browse files Browse the repository at this point in the history
  • Loading branch information
allieorth committed Sep 14, 2022
1 parent c0e860d commit 1aef262
Show file tree
Hide file tree
Showing 42 changed files with 58 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/icons.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion icons/bookmark-f-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/bookmark-f-24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/bookmark-f-32.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/register-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/register-24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/register-32.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/unregister-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/unregister-24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/unregister-32.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 index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,9 @@ export const book32: string;
export const bookmark16: string;
export const bookmark24: string;
export const bookmark32: string;
export const bookmarkF16: string;
export const bookmarkF24: string;
export const bookmarkF32: string;
export const boolean16: string;
export const boolean24: string;
export const boolean32: string;
Expand Down Expand Up @@ -1857,6 +1860,9 @@ export const redo32: string;
export const refresh16: string;
export const refresh24: string;
export const refresh32: string;
export const register16: string;
export const register24: string;
export const register32: string;
export const reorderCards16: string;
export const reorderCards24: string;
export const reorderCards32: string;
Expand Down Expand Up @@ -2361,6 +2367,9 @@ export const unlock32: string;
export const unpin16: string;
export const unpin24: string;
export const unpin32: string;
export const unregister16: string;
export const unregister24: string;
export const unregister32: string;
export const unselected16: string;
export const unselected24: string;
export const unselected32: string;
Expand Down
9 changes: 9 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,9 @@ export {book32} from "./js/book32.js";
export {bookmark16} from "./js/bookmark16.js";
export {bookmark24} from "./js/bookmark24.js";
export {bookmark32} from "./js/bookmark32.js";
export {bookmarkF16} from "./js/bookmarkF16.js";
export {bookmarkF24} from "./js/bookmarkF24.js";
export {bookmarkF32} from "./js/bookmarkF32.js";
export {boolean16} from "./js/boolean16.js";
export {boolean24} from "./js/boolean24.js";
export {boolean32} from "./js/boolean32.js";
Expand Down Expand Up @@ -1850,6 +1853,9 @@ export {redo32} from "./js/redo32.js";
export {refresh16} from "./js/refresh16.js";
export {refresh24} from "./js/refresh24.js";
export {refresh32} from "./js/refresh32.js";
export {register16} from "./js/register16.js";
export {register24} from "./js/register24.js";
export {register32} from "./js/register32.js";
export {reorderCards16} from "./js/reorderCards16.js";
export {reorderCards24} from "./js/reorderCards24.js";
export {reorderCards32} from "./js/reorderCards32.js";
Expand Down Expand Up @@ -2354,6 +2360,9 @@ export {unlock32} from "./js/unlock32.js";
export {unpin16} from "./js/unpin16.js";
export {unpin24} from "./js/unpin24.js";
export {unpin32} from "./js/unpin32.js";
export {unregister16} from "./js/unregister16.js";
export {unregister24} from "./js/unregister24.js";
export {unregister32} from "./js/unregister32.js";
export {unselected16} from "./js/unselected16.js";
export {unselected24} from "./js/unselected24.js";
export {unselected32} from "./js/unselected32.js";
Expand Down
1 change: 1 addition & 0 deletions js/bookmarkF16.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const bookmarkF16: string;
1 change: 1 addition & 0 deletions js/bookmarkF16.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const bookmarkF16 = "M13 0v15.469l-5-3.556-5 3.556V0z";
1 change: 1 addition & 0 deletions js/bookmarkF16.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M13 0v15.469l-5-3.556-5 3.556V0z"
1 change: 1 addition & 0 deletions js/bookmarkF24.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const bookmarkF24: string;
1 change: 1 addition & 0 deletions js/bookmarkF24.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const bookmarkF24 = "M20 1v22.444l-8-5.44-8 5.44V1z";
1 change: 1 addition & 0 deletions js/bookmarkF24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M20 1v22.444l-8-5.44-8 5.44V1z"
1 change: 1 addition & 0 deletions js/bookmarkF32.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const bookmarkF32: string;
1 change: 1 addition & 0 deletions js/bookmarkF32.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const bookmarkF32 = "M25 2v27.493l-9-6.67-9 6.67V2z";
1 change: 1 addition & 0 deletions js/bookmarkF32.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M25 2v27.493l-9-6.67-9 6.67V2z"
1 change: 1 addition & 0 deletions js/register16.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const register16: string;
1 change: 1 addition & 0 deletions js/register16.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const register16 = "M12 6H3V5h9zm3-4v6h-1V3H1v9h7v1H0V2zM9 8H3v1h6zm7.07 2.637l-.707-.707-3.863 3.863-1.863-1.863-.707.707 2.57 2.57z";
1 change: 1 addition & 0 deletions js/register16.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M12 6H3V5h9zm3-4v6h-1V3H1v9h7v1H0V2zM9 8H3v1h6zm7.07 2.637l-.707-.707-3.863 3.863-1.863-1.863-.707.707 2.57 2.57z"
1 change: 1 addition & 0 deletions js/register24.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const register24: string;
1 change: 1 addition & 0 deletions js/register24.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const register24 = "M18 9H4V8h14zm-5 3H4v1h9zm8-8v9h-1V5H2v13h9v1H1V4zm2.07 11.637l-.707-.707-5.863 5.863-2.863-2.863-.707.707 3.57 3.57z";
1 change: 1 addition & 0 deletions js/register24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M18 9H4V8h14zm-5 3H4v1h9zm8-8v9h-1V5H2v13h9v1H1V4zm2.07 11.637l-.707-.707-5.863 5.863-2.863-2.863-.707.707 3.57 3.57z"
1 change: 1 addition & 0 deletions js/register32.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const register32: string;
1 change: 1 addition & 0 deletions js/register32.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const register32 = "M24 13H7v-1h17zm-6 4H7v1h11zM29 6v12h-1V7H3v17h13v1H2V6zm1.854 14.854l-.707-.707-7.647 7.646-3.646-3.646-.707.707 4.353 4.353z";
1 change: 1 addition & 0 deletions js/register32.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M24 13H7v-1h17zm-6 4H7v1h11zM29 6v12h-1V7H3v17h13v1H2V6zm1.854 14.854l-.707-.707-7.647 7.646-3.646-3.646-.707.707 4.353 4.353z"
1 change: 1 addition & 0 deletions js/unregister16.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const unregister16: string;
1 change: 1 addition & 0 deletions js/unregister16.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const unregister16 = "M12 6H3V5h9zm3-4v6h-1V3H1v9h7v1H0V2zM9 8H3v1h6zm6.35 2.35l-.7-.7-2.15 2.15-2.15-2.15-.7.7 2.15 2.15-2.15 2.15.7.7 2.15-2.15 2.15 2.15.7-.7-2.15-2.15z";
1 change: 1 addition & 0 deletions js/unregister16.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M12 6H3V5h9zm3-4v6h-1V3H1v9h7v1H0V2zM9 8H3v1h6zm6.35 2.35l-.7-.7-2.15 2.15-2.15-2.15-.7.7 2.15 2.15-2.15 2.15.7.7 2.15-2.15 2.15 2.15.7-.7-2.15-2.15z"
1 change: 1 addition & 0 deletions js/unregister24.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const unregister24: string;
1 change: 1 addition & 0 deletions js/unregister24.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const unregister24 = "M18 9H4V8h14zm-5 3H4v1h9zm8-8v9h-1V5H2v13h12v1H1V4zm2.35 11.35l-.7-.7-3.15 3.15-3.15-3.15-.7.7 3.15 3.15-3.15 3.15.7.7 3.15-3.15 3.15 3.15.7-.7-3.15-3.15z";
1 change: 1 addition & 0 deletions js/unregister24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M18 9H4V8h14zm-5 3H4v1h9zm8-8v9h-1V5H2v13h12v1H1V4zm2.35 11.35l-.7-.7-3.15 3.15-3.15-3.15-.7.7 3.15 3.15-3.15 3.15.7.7 3.15-3.15 3.15 3.15.7-.7-3.15-3.15z"
1 change: 1 addition & 0 deletions js/unregister32.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const unregister32: string;
1 change: 1 addition & 0 deletions js/unregister32.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const unregister32 = "M24 13H7v-1h17zm-6 4H7v1h11zM28 6v12h-1V7H3v17h15v1H2V6zm1.35 14.35l-.7-.7-4.15 4.15-4.15-4.15-.7.7 4.15 4.15-4.15 4.15.7.7 4.15-4.15 4.15 4.15.7-.7-4.15-4.15z";
1 change: 1 addition & 0 deletions js/unregister32.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M24 13H7v-1h17zm-6 4H7v1h11zM28 6v12h-1V7H3v17h15v1H2V6zm1.35 14.35l-.7-.7-4.15 4.15-4.15-4.15-.7.7 4.15 4.15-4.15 4.15.7.7 4.15-4.15 4.15 4.15.7-.7-4.15-4.15z"
2 changes: 1 addition & 1 deletion sprite-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion sprite-24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion sprite-32.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1aef262

Please sign in to comment.