diff options
author | uabdullah <uabdullah@google.com> | 2018-05-02 16:35:37 -0700 |
---|---|---|
committer | Weijia Xu <weijiaxu@google.com> | 2018-05-04 06:16:25 +0000 |
commit | 9f54e2142c348dc18f9bef0eec7247578f7a6476 (patch) | |
tree | 1063f271c50326b83d84ffa96373805b9c8f890e /assets | |
parent | 6e1516d52539f2d41e57443249ca543d2481cce3 (diff) |
Open source quantum_ic_security_vd_theme_24
Bug: 194611503
Test: N/A
PiperOrigin-RevId: 195172689
Change-Id: I1fef8ba7d43a14fcb1263dc93551d7f82254cfb2
Diffstat (limited to 'assets')
-rw-r--r-- | assets/quantum/res/drawable/quantum_ic_security_vd_theme_24.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/assets/quantum/res/drawable/quantum_ic_security_vd_theme_24.xml b/assets/quantum/res/drawable/quantum_ic_security_vd_theme_24.xml new file mode 100644 index 000000000..36ea6ebc7 --- /dev/null +++ b/assets/quantum/res/drawable/quantum_ic_security_vd_theme_24.xml @@ -0,0 +1,25 @@ +<!-- + ~ Copyright (C) 2018 The Android Open Source Project + ~ + ~ Licensed under the Apache License, Version 2.0 (the "License"); + ~ you may not use this file except in compliance with the License. + ~ You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License + --> +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="24dp" + android:height="24dp" + android:viewportWidth="24.0" + android:viewportHeight="24.0" + android:tint="?attr/colorControlNormal"> + <path + android:fillColor="@android:color/white" + android:pathData="M12,1L3,5v6c0,5.55 3.84,10.74 9,12 5.16,-1.26 9,-6.45 9,-12L21,5l-9,-4zM12,11.99h7c-0.53,4.12 -3.28,7.79 -7,8.94L12,12L5,12L5,6.3l7,-3.11v8.8z"/> +</vector> |