diff options
author | JeremyJamesL <jeremyluscombe@gmail.com> | 2024-12-11 08:24:53 +0000 |
---|---|---|
committer | JeremyJamesL <jeremyluscombe@gmail.com> | 2024-12-11 08:24:53 +0000 |
commit | 195270415c4ab5bb6fd985a9bc848a42099af871 (patch) | |
tree | 8bbc79905aee22928898cb9f68577ca7f008b6f9 /public | |
parent | 1cf3d092da3991a366e4c483b8fdd6301f1e419c (diff) |
📦 NEW: new styles
Diffstat (limited to 'public')
-rw-r--r-- | public/images/new-window.svg | 3 | ||||
-rw-r--r-- | public/images/pin.svg | 1 | ||||
-rw-r--r-- | public/images/polygon.svg | 3 | ||||
-rw-r--r-- | public/images/rectangle.svg | 1 |
4 files changed, 8 insertions, 0 deletions
diff --git a/public/images/new-window.svg b/public/images/new-window.svg new file mode 100644 index 0000000..cf21fa0 --- /dev/null +++ b/public/images/new-window.svg @@ -0,0 +1,3 @@ +<svg width="20px" height="20px" viewBox="0 0 24 24" fill="none" > + <path d="M5 12V6C5 5.44772 5.44772 5 6 5H18C18.5523 5 19 5.44772 19 6V18C19 18.5523 18.5523 19 18 19H12M8.11111 12H12M12 12V15.8889M12 12L5 19" stroke="#D97706" stroke-linecap="round" stroke-linejoin="round" /> +</svg>
\ No newline at end of file diff --git a/public/images/pin.svg b/public/images/pin.svg new file mode 100644 index 0000000..3fd7da7 --- /dev/null +++ b/public/images/pin.svg @@ -0,0 +1 @@ +<svg width="30px" height="30px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 5a3 3 0 1 0 3 3 3 3 0 0 0-3-3zm0 5a2 2 0 1 1 2-2 2.003 2.003 0 0 1-2 2zm0-8.9a6.847 6.847 0 0 0-6.9 6.932c0 3.882 3.789 9.01 6.9 14.968 3.111-5.957 6.9-11.086 6.9-14.968A6.847 6.847 0 0 0 12 1.1zm0 19.789c-.58-1.053-1.168-2.075-1.743-3.075C8.027 13.937 6.1 10.587 6.1 8.032a5.9 5.9 0 1 1 11.8 0c0 2.555-1.926 5.905-4.157 9.782-.575 1-1.163 2.022-1.743 3.075z"/><path fill="none" d="M0 0h24v24H0z"/></svg>
\ No newline at end of file diff --git a/public/images/polygon.svg b/public/images/polygon.svg new file mode 100644 index 0000000..e58ec6f --- /dev/null +++ b/public/images/polygon.svg @@ -0,0 +1,3 @@ + + +<svg width="30px" height="30px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M20 3.456L12 9.28V9H9v.433l-5-3.31V4H1v3h1v13H1v3h3v-1h16v1h3v-3h-1V4h1V1h-3zM10 10h1v1h-1zM2 5h1v1H2zm0 17v-1h1v1zm20 0h-1v-1h1zm-1-2h-1v1H4v-1H3V7h.512L9 10.632V12h3v-1.483L20.952 4H21zm1-18v1h-1V2z"/><path fill="none" d="M0 0h24v24H0z"/></svg>
\ No newline at end of file diff --git a/public/images/rectangle.svg b/public/images/rectangle.svg new file mode 100644 index 0000000..1c59a85 --- /dev/null +++ b/public/images/rectangle.svg @@ -0,0 +1 @@ +<svg width="30px" height="30px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M1 21h22V3H1zM2 4h20v16H2z"/><path fill="none" d="M0 0h24v24H0z"/></svg>
\ No newline at end of file |