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 Jun 7, 2023
1 parent 719f64c commit 1316777
Show file tree
Hide file tree
Showing 30 changed files with 40 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/icons.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion icons/circle-pause-16-f.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/circle-pause-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/circle-pause-24-f.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/circle-pause-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/circle-pause-32-f.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/circle-pause-32.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,12 @@ export const circleArea32: CalciteMultiPathEntry[];
export const circleDisallowed16: string;
export const circleDisallowed24: string;
export const circleDisallowed32: string;
export const circlePause16F: string;
export const circlePause16: string;
export const circlePause24F: string;
export const circlePause24: string;
export const circlePause32F: string;
export const circlePause32: string;
export const classifyObjects16: string;
export const classifyObjects24: string;
export const classifyObjects32: string;
Expand Down
6 changes: 6 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,12 @@ export {circleArea32} from "./js/circleArea32.js";
export {circleDisallowed16} from "./js/circleDisallowed16.js";
export {circleDisallowed24} from "./js/circleDisallowed24.js";
export {circleDisallowed32} from "./js/circleDisallowed32.js";
export {circlePause16F} from "./js/circlePause16F.js";
export {circlePause16} from "./js/circlePause16.js";
export {circlePause24F} from "./js/circlePause24F.js";
export {circlePause24} from "./js/circlePause24.js";
export {circlePause32F} from "./js/circlePause32F.js";
export {circlePause32} from "./js/circlePause32.js";
export {classifyObjects16} from "./js/classifyObjects16.js";
export {classifyObjects24} from "./js/classifyObjects24.js";
export {classifyObjects32} from "./js/classifyObjects32.js";
Expand Down
1 change: 1 addition & 0 deletions js/circlePause16.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const circlePause16: string;
1 change: 1 addition & 0 deletions js/circlePause16.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const circlePause16 = "M8.5 1.2a7.3 7.3 0 1 0 7.3 7.3 7.3 7.3 0 0 0-7.3-7.3zm0 13.6a6.3 6.3 0 1 1 6.3-6.3 6.307 6.307 0 0 1-6.3 6.3zM6 5h2v7H6zm3 0h2v7H9z";
1 change: 1 addition & 0 deletions js/circlePause16.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M8.5 1.2a7.3 7.3 0 1 0 7.3 7.3 7.3 7.3 0 0 0-7.3-7.3zm0 13.6a6.3 6.3 0 1 1 6.3-6.3 6.307 6.307 0 0 1-6.3 6.3zM6 5h2v7H6zm3 0h2v7H9z"
1 change: 1 addition & 0 deletions js/circlePause16F.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const circlePause16F: string;
1 change: 1 addition & 0 deletions js/circlePause16F.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const circlePause16F = "M8.5 1.2a7.3 7.3 0 1 0 7.3 7.3 7.3 7.3 0 0 0-7.3-7.3zM8 12H6V5h2zm3 0H9V5h2z";
1 change: 1 addition & 0 deletions js/circlePause16F.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M8.5 1.2a7.3 7.3 0 1 0 7.3 7.3 7.3 7.3 0 0 0-7.3-7.3zM8 12H6V5h2zm3 0H9V5h2z"
1 change: 1 addition & 0 deletions js/circlePause24.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const circlePause24: string;
1 change: 1 addition & 0 deletions js/circlePause24.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const circlePause24 = "M12.5 2.2a10.3 10.3 0 1 0 10.3 10.3A10.299 10.299 0 0 0 12.5 2.2zm0 19.6a9.3 9.3 0 1 1 9.3-9.3 9.31 9.31 0 0 1-9.3 9.3zM9 7h2v11H9zm5 0h2v11h-2z";
1 change: 1 addition & 0 deletions js/circlePause24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M12.5 2.2a10.3 10.3 0 1 0 10.3 10.3A10.299 10.299 0 0 0 12.5 2.2zm0 19.6a9.3 9.3 0 1 1 9.3-9.3 9.31 9.31 0 0 1-9.3 9.3zM9 7h2v11H9zm5 0h2v11h-2z"
1 change: 1 addition & 0 deletions js/circlePause24F.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const circlePause24F: string;
1 change: 1 addition & 0 deletions js/circlePause24F.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const circlePause24F = "M12.5 2.2a10.3 10.3 0 1 0 10.3 10.3A10.299 10.299 0 0 0 12.5 2.2zM11 18H9V7h2zm5 0h-2V7h2z";
1 change: 1 addition & 0 deletions js/circlePause24F.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M12.5 2.2a10.3 10.3 0 1 0 10.3 10.3A10.299 10.299 0 0 0 12.5 2.2zM11 18H9V7h2zm5 0h-2V7h2z"
1 change: 1 addition & 0 deletions js/circlePause32.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const circlePause32: string;
1 change: 1 addition & 0 deletions js/circlePause32.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const circlePause32 = "M16.5 3.2a13.3 13.3 0 1 0 13.3 13.3A13.3 13.3 0 0 0 16.5 3.2zm0 25.6a12.3 12.3 0 1 1 12.3-12.3 12.314 12.314 0 0 1-12.3 12.3zM13 10h2v13h-2zm5 0h2v13h-2z";
1 change: 1 addition & 0 deletions js/circlePause32.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M16.5 3.2a13.3 13.3 0 1 0 13.3 13.3A13.3 13.3 0 0 0 16.5 3.2zm0 25.6a12.3 12.3 0 1 1 12.3-12.3 12.314 12.314 0 0 1-12.3 12.3zM13 10h2v13h-2zm5 0h2v13h-2z"
1 change: 1 addition & 0 deletions js/circlePause32F.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const circlePause32F: string;
1 change: 1 addition & 0 deletions js/circlePause32F.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const circlePause32F = "M16.5 3.2a13.3 13.3 0 1 0 13.3 13.3A13.3 13.3 0 0 0 16.5 3.2zM15 23h-2V10h2zm5 0h-2V10h2z";
1 change: 1 addition & 0 deletions js/circlePause32F.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M16.5 3.2a13.3 13.3 0 1 0 13.3 13.3A13.3 13.3 0 0 0 16.5 3.2zM15 23h-2V10h2zm5 0h-2V10h2z"
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 1316777

Please sign in to comment.