aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2021-07-22 12:57:57 +0200
committerlonkaars <loek@pipeframe.xyz>2021-07-22 12:57:57 +0200
commita0363e11e38a25ab015f72ea9895c58219f049f0 (patch)
treeabf40bc7cd5d625ee7cb1036bf62c9c02b9ed0a2 /components
parent0100b295a13138b982888910b6e05e7ad56808a6 (diff)
project name edit
Diffstat (limited to 'components')
-rw-r--r--components/icons.tsx10
1 files changed, 10 insertions, 0 deletions
diff --git a/components/icons.tsx b/components/icons.tsx
index 15632f0..5e06bf8 100644
--- a/components/icons.tsx
+++ b/components/icons.tsx
@@ -266,3 +266,13 @@ export function BracketsRoundedIcon() {
/>
</svg>;
}
+
+export function SlashIconRounded() {
+ return <svg width='24' height='24' viewBox='0 0 24 24' fill='currentColor' xmlns='http://www.w3.org/2000/svg'>
+ <path
+ fill-rule='evenodd'
+ clip-rule='evenodd'
+ d='M9.31623 20C8.6687 20 8.21146 19.3656 8.41623 18.7513L13.7838 2.64868C13.9129 2.2613 14.2754 2 14.6838 2C15.3313 2 15.7885 2.63438 15.5838 3.24868L10.2162 19.3513C10.0871 19.7387 9.72457 20 9.31623 20Z'
+ />
+ </svg>;
+}