summaryrefslogtreecommitdiff
path: root/svg/x.svg
diff options
context:
space:
mode:
authorTinWoodman92 <chrhodgden@gmail.com>2024-01-15 20:31:20 -0600
committerTinWoodman92 <chrhodgden@gmail.com>2024-01-15 20:31:20 -0600
commit067b447b98a01fbfd4338c29ae5affc7edf5f9f7 (patch)
tree0d16a8e9c75e8f4289e83bca837503ed2036e84c /svg/x.svg
parent4f41c8fce448933e88965833feff0fb3faab79b5 (diff)
adding X & O vectorsdev
Diffstat (limited to 'svg/x.svg')
-rw-r--r--svg/x.svg4
1 files changed, 4 insertions, 0 deletions
diff --git a/svg/x.svg b/svg/x.svg
new file mode 100644
index 0000000..f572665
--- /dev/null
+++ b/svg/x.svg
@@ -0,0 +1,4 @@
+<svg width='100' height='100' viewbox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'>
+ <path class='x' d='M3 3, 27 27'/>
+ <path class='x' d='M27 3, 3 27'/>
+</svg> \ No newline at end of file