diff options
Diffstat (limited to 'pieces')
-rw-r--r-- | pieces/bk_cylinder_empty.svg | 4 | ||||
-rw-r--r-- | pieces/ds_cylinder_empty.svg | 4 | ||||
-rw-r--r-- | pieces/ve_cylinder_empty.svg | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/pieces/bk_cylinder_empty.svg b/pieces/bk_cylinder_empty.svg new file mode 100644 index 0000000..caf6a1f --- /dev/null +++ b/pieces/bk_cylinder_empty.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="44" height="48"> +<path fill="#008a62" stroke="#003919" d="M1.5 15 v 18 a 20.5 13.5 0 0 0 20.5 13.5 a 20.5 13.5 0 0 0 20.5 -13.5 v -18"/> +<ellipse fill="#30b58b" stroke="#003919" cx="22" cy="15" rx="20.5" ry="13.5"/> +</svg> diff --git a/pieces/ds_cylinder_empty.svg b/pieces/ds_cylinder_empty.svg new file mode 100644 index 0000000..0a27296 --- /dev/null +++ b/pieces/ds_cylinder_empty.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="44" height="48"> +<path fill="#2f3136" stroke="#0b0c11" d="M1.5 15 v 18 a 20.5 13.5 0 0 0 20.5 13.5 a 20.5 13.5 0 0 0 20.5 -13.5 v -18"/> +<ellipse fill="#43454b" stroke="#0b0c11" cx="22" cy="15" rx="20.5" ry="13.5"/> +</svg> diff --git a/pieces/ve_cylinder_empty.svg b/pieces/ve_cylinder_empty.svg new file mode 100644 index 0000000..aded2f0 --- /dev/null +++ b/pieces/ve_cylinder_empty.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="44" height="48"> +<path fill="#c78900" stroke="#5e2500" d="M1.5 15 v 18 a 20.5 13.5 0 0 0 20.5 13.5 a 20.5 13.5 0 0 0 20.5 -13.5 v -18"/> +<ellipse fill="#ffbf32" stroke="#5e2500" cx="22" cy="15" rx="20.5" ry="13.5"/> +</svg> |