diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/_icons/ball-basketball.svg (renamed from src/_icons/ball.svg) | 0 | ||||
-rw-r--r-- | src/_icons/ball-bowling.svg | 8 | ||||
-rw-r--r-- | src/_icons/ball-tennis.svg | 8 | ||||
-rw-r--r-- | src/_icons/ball-volleyball.svg | 8 | ||||
-rw-r--r-- | src/_icons/flame.svg | 5 | ||||
-rw-r--r-- | src/_icons/hand-middle-finger.svg | 5 | ||||
-rw-r--r-- | src/_icons/hand-stop.svg | 5 | ||||
-rw-r--r-- | src/_icons/medical-cross.svg | 5 | ||||
-rw-r--r-- | src/_icons/mist.svg | 8 | ||||
-rw-r--r-- | src/_icons/sunset.svg | 7 | ||||
-rw-r--r-- | src/_icons/sunshine.svg | 7 | ||||
-rw-r--r-- | src/_icons/wind.svg | 7 | ||||
-rw-r--r-- | src/_icons/yin-yang.svg | 8 |
13 files changed, 81 insertions, 0 deletions
diff --git a/src/_icons/ball.svg b/src/_icons/ball-basketball.svg index 371df1a..371df1a 100644 --- a/src/_icons/ball.svg +++ b/src/_icons/ball-basketball.svg diff --git a/src/_icons/ball-bowling.svg b/src/_icons/ball-bowling.svg new file mode 100644 index 0000000..33718d6 --- /dev/null +++ b/src/_icons/ball-bowling.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <line x1="11" y1="9" x2="11" y2="9.01" /> + <line x1="15" y1="8" x2="15" y2="8.01" /> + <line x1="14" y1="12" x2="14" y2="12.01" /> +</svg> diff --git a/src/_icons/ball-tennis.svg b/src/_icons/ball-tennis.svg new file mode 100644 index 0000000..d85ae52 --- /dev/null +++ b/src/_icons/ball-tennis.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> + {% for i in (0..1) %} + <path d="M6 5.3a9 9 0 0 1 0 13.4"{% if i > 0 %} transform="rotate({{ i | times: 180 }} 12 12)"{% endif %} /> + {% endfor %} +</svg> diff --git a/src/_icons/ball-volleyball.svg b/src/_icons/ball-volleyball.svg new file mode 100644 index 0000000..181484a --- /dev/null +++ b/src/_icons/ball-volleyball.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> + {% for i in (0..2) %} + <path d="M12 12a8 8 0 0 0 8 4M7.5 13.5a12 12 0 0 0 8.5 6.5"{% if i > 0 %} transform="rotate({{ i | times: 120 }} 12 12)"{% endif %} /> + {% endfor %} +</svg> diff --git a/src/_icons/flame.svg b/src/_icons/flame.svg new file mode 100644 index 0000000..99b73b6 --- /dev/null +++ b/src/_icons/flame.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M18 15a6 6 0 1 1 -10.853 -3.529c1.926-2.338 4.763-3.327 3.848-8.47 2.355 1.761 5.84 5.38 2.022 9.406-1.136 1.091-.244 2.767 1.221 2.593.882-.105 2.023-.966 3.23-2.3.532.68.532 1.717.532 2.3z" /> +</svg> diff --git a/src/_icons/hand-middle-finger.svg b/src/_icons/hand-middle-finger.svg new file mode 100644 index 0000000..c91fc76 --- /dev/null +++ b/src/_icons/hand-middle-finger.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M8 13.5v-4a1.5 1.5 0 0 1 3 0v2.5m0 -2.5v-6a1.5 1.5 0 0 1 3 0v8.5m0 -2.5a1.5 1.5 0 0 1 3 0v2.5m0 -1.5a1.5 1.5 0 0 1 3 0v5.5a6 6 0 0 1 -6 6h-2a7 6 0 0 1 -5 -3l-2.7 -5.25a1.4 1.4 0 0 1 2.75 -2l.9 1.75" /> +</svg> diff --git a/src/_icons/hand-stop.svg b/src/_icons/hand-stop.svg new file mode 100644 index 0000000..76af35c --- /dev/null +++ b/src/_icons/hand-stop.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M8 13.5v-8a1.5 1.5 0 0 1 3 0v6.5m0 -6.5v-2a1.5 1.5 0 0 1 3 0v8.5m0 -6.5a1.5 1.5 0 0 1 3 0v6.5m0 -4.5a1.5 1.5 0 0 1 3 0v8.5a6 6 0 0 1 -6 6h-2a7 6 0 0 1 -5 -3l-2.7 -5.25a1.4 1.4 0 0 1 2.75 -2l.9 1.75" /> +</svg> diff --git a/src/_icons/medical-cross.svg b/src/_icons/medical-cross.svg new file mode 100644 index 0000000..3a9b1c8 --- /dev/null +++ b/src/_icons/medical-cross.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M13 3a1 1 0 0 1 1 1v4.535l3.928 -2.267a1 1 0 0 1 1.366 .366l1 1.732a1 1 0 0 1 -.366 1.366L16.001 12l3.927 2.269a1 1 0 0 1 .366 1.366l-1 1.732a1 1 0 0 1 -1.366 .366L14 15.464V20a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-4.536l-3.928 2.268a1 1 0 0 1 -1.366 -.366l-1-1.732a1 1 0 0 1 .366 -1.366L7.999 12 4.072 9.732a1 1 0 0 1 -.366 -1.366l1-1.732a1 1 0 0 1 1.366 -.366L10 8.535V4a1 1 0 0 1 1 -1h2z" /> +</svg> diff --git a/src/_icons/mist.svg b/src/_icons/mist.svg new file mode 100644 index 0000000..d10c37f --- /dev/null +++ b/src/_icons/mist.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <path d="M5 5h3m4 0h9" /> + <path d="M3 10h11m4 0h1" /> + <path d="M5 15h5m4 0h7" /> + <path d="M3 20h9m4 0h3" /> +</svg> diff --git a/src/_icons/sunset.svg b/src/_icons/sunset.svg new file mode 100644 index 0000000..15b792a --- /dev/null +++ b/src/_icons/sunset.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M3 17h1m16 0h1M5.6 10.6l.7.7m12.1-.7l-.7.7M8 17a4 4 0 0 1 8 0" /> + <line x1="3" y1="21" x2="21" y2="21" /> + <path d="M12 9v-6l3 3m-6 0l3 -3" /> +</svg> diff --git a/src/_icons/sunshine.svg b/src/_icons/sunshine.svg new file mode 100644 index 0000000..6890d4a --- /dev/null +++ b/src/_icons/sunshine.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M3 17h1m16 0h1M5.6 10.6l.7.7m12.1-.7l-.7.7M8 17a4 4 0 0 1 8 0" /> + <line x1="3" y1="21" x2="21" y2="21" /> + <path d="M12 3v6l3 -3m-6 0l3 3" /> +</svg> diff --git a/src/_icons/wind.svg b/src/_icons/wind.svg new file mode 100644 index 0000000..7c4ebec --- /dev/null +++ b/src/_icons/wind.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M5 8h8.5a2.5 2.5 0 1 0 -2.34 -3.24" /> + <path d="M3 12h15.5a2.5 2.5 0 1 1 -2.34 3.24" /> + <path d="M4 16h5.5a2.5 2.5 0 1 1 -2.34 3.24" /> +</svg> diff --git a/src/_icons/yin-yang.svg b/src/_icons/yin-yang.svg new file mode 100644 index 0000000..c3bbdc7 --- /dev/null +++ b/src/_icons/yin-yang.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <path d="M12 3a4.5 4.5 0 0 0 0 9a4.5 4.5 0 0 1 0 9" /> + <circle cx="12" cy="7.5" r=".5" fill="currentColor" /> + <circle cx="12" cy="16.5" r=".5" fill="currentColor" /> +</svg> |