Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create ic_stop_8.xml #62

Merged
merged 2 commits into from
Aug 5, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions icons/mobile/8/xml/ic_stop_8.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="8dp"
android:height="8dp"
android:viewportWidth="8"
android:viewportHeight="8">
<path
android:fillColor="@color/mozac_ui_icons_fill"
AadityaMozilla marked this conversation as resolved.
Show resolved Hide resolved
android:pathData="M1.5,0L6.5,0A1.5,1.5 0,0 1,8 1.5L8,6.5A1.5,1.5 0,0 1,6.5 8L1.5,8A1.5,1.5 0,0 1,0 6.5L0,1.5A1.5,1.5 0,0 1,1.5 0z" />
</vector>