about summary refs log tree commit diff
path: root/src/components/icons/Macintosh.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/icons/Macintosh.tsx')
-rw-r--r--src/components/icons/Macintosh.tsx5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/icons/Macintosh.tsx b/src/components/icons/Macintosh.tsx
new file mode 100644
index 000000000..8cc598126
--- /dev/null
+++ b/src/components/icons/Macintosh.tsx
@@ -0,0 +1,5 @@
+import {createSinglePathSVG} from './TEMPLATE'
+
+export const Macintosh_Stroke2_Corner2_Rounded = createSinglePathSVG({
+  path: 'M4 5a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v11c0 .889-.386 1.687-1 2.236V20a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-1.764c-.614-.55-1-1.348-1-2.236V5Zm3 14v1h10v-1H7ZM7 4a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H7Zm0 2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1V6Zm2 1v4h6V7H9Zm4 8a1 1 0 0 1 1-1h2a1 1 0 1 1 0 2h-2a1 1 0 0 1-1-1Z',
+})