diff options
author | Eric Bailey <git@esb.lol> | 2024-12-05 18:15:30 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-05 18:15:30 -0600 |
commit | 8467dfd452b4cb1b62214b3abe87fd90d23a183b (patch) | |
tree | 66d49d9cdc7be3deec2ac9258038ea74063e22cc /src/components/icons/AndroidLogo.tsx | |
parent | 0ee20731d42bd58ac6a1020615e399b01767ce2d (diff) | |
download | voidsky-8467dfd452b4cb1b62214b3abe87fd90d23a183b.tar.zst |
Add some icons (#6976)
Diffstat (limited to 'src/components/icons/AndroidLogo.tsx')
-rw-r--r-- | src/components/icons/AndroidLogo.tsx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/icons/AndroidLogo.tsx b/src/components/icons/AndroidLogo.tsx new file mode 100644 index 000000000..0bc5feaa6 --- /dev/null +++ b/src/components/icons/AndroidLogo.tsx @@ -0,0 +1,5 @@ +import {createSinglePathSVG} from './TEMPLATE' + +export const AndroidLogo = createSinglePathSVG({ + path: 'm15.604 2.47-.642 1.112a4.997 4.997 0 0 1 2.05 4.034H7.005c0-1.658.809-3.123 2.05-4.034L8.41 2.47a.313.313 0 0 1 .542-.313l.627 1.086a4.97 4.97 0 0 1 2.428-.63c.882 0 1.709.23 2.428.63l.627-1.085a.311.311 0 0 1 .426-.115c.151.087.202.278.115.428ZM9.506 5.114a.625.625 0 1 0 1.25 0 .625.625 0 0 0-1.25 0Zm3.753 0a.625.625 0 1 0 1.25 0 .625.625 0 0 0-1.25 0ZM3.878 8.866a1.251 1.251 0 0 1 2.501 0v5.004a1.252 1.252 0 0 1-2.501 0V8.866Zm13.759 0a1.251 1.251 0 0 1 2.501 0v5.004a1.251 1.251 0 0 1-2.501 0V8.866ZM7.005 17.622h1.25v3.128a1.251 1.251 0 0 0 2.502 0v-3.128h2.502v3.128a1.251 1.251 0 0 0 2.501 0v-3.128h1.25V8.241H7.006v9.381Z', +}) |