diff options
author | Tim <contact@bytim.eu> | 2025-05-13 23:07:00 +0200 |
---|---|---|
committer | Tim <contact@bytim.eu> | 2025-05-13 23:07:00 +0200 |
commit | 587976b8a16b884ccd7b7dba9ff7209772d395ce (patch) | |
tree | 61ff6d127f060152eaba107d51002b8599389858 /resources | |
parent | 58906c635ad0ea2028f99997cb673ef40a2ea2bb (diff) | |
download | chef-587976b8a16b884ccd7b7dba9ff7209772d395ce.tar.xz chef-587976b8a16b884ccd7b7dba9ff7209772d395ce.zip |
Add basic structure for category settings
Diffstat (limited to 'resources')
-rw-r--r-- | resources/public/icons/plus.svg | 1 | ||||
-rw-r--r-- | resources/public/icons/trash.svg | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/resources/public/icons/plus.svg b/resources/public/icons/plus.svg new file mode 100644 index 0000000..e150859 --- /dev/null +++ b/resources/public/icons/plus.svg @@ -0,0 +1 @@ +<svg width="128" height="128" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M1600 736v192q0 40-28 68t-68 28h-416v416q0 40-28 68t-68 28h-192q-40 0-68-28t-28-68v-416h-416q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h416v-416q0-40 28-68t68-28h192q40 0 68 28t28 68v416h416q40 0 68 28t28 68z"/></svg>
\ No newline at end of file diff --git a/resources/public/icons/trash.svg b/resources/public/icons/trash.svg new file mode 100644 index 0000000..15e67af --- /dev/null +++ b/resources/public/icons/trash.svg @@ -0,0 +1 @@ +<svg width="128" height="128" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M704 1376v-704q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v704q0 14 9 23t23 9h64q14 0 23-9t9-23zm256 0v-704q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v704q0 14 9 23t23 9h64q14 0 23-9t9-23zm256 0v-704q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v704q0 14 9 23t23 9h64q14 0 23-9t9-23zm-544-992h448l-48-117q-7-9-17-11h-317q-10 2-17 11zm928 32v64q0 14-9 23t-23 9h-96v948q0 83-47 143.5t-113 60.5h-832q-66 0-113-58.5t-47-141.5v-952h-96q-14 0-23-9t-9-23v-64q0-14 9-23t23-9h309l70-167q15-37 54-63t79-26h320q40 0 79 26t54 63l70 167h309q14 0 23 9t9 23z"/></svg>
\ No newline at end of file |