aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/ic_link_off_primary_24dp.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/drawable/ic_link_off_primary_24dp.xml')
-rw-r--r--app/src/main/res/drawable/ic_link_off_primary_24dp.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_link_off_primary_24dp.xml b/app/src/main/res/drawable/ic_link_off_primary_24dp.xml
new file mode 100644
index 0000000..c88096d
--- /dev/null
+++ b/app/src/main/res/drawable/ic_link_off_primary_24dp.xml
@@ -0,0 +1,28 @@
1<?xml version="1.0" encoding="utf-8"?>
2
3<!--
4 * Material design icon
5 * Copyright 2017 Google Inc.
6 *
7 * Licensed under the Apache License, Version 2.0 (the "License");
8 * you may not use this file except in compliance with the License.
9 * You may obtain a copy of the License at
10 *
11 * http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing, software
14 * distributed under the License is distributed on an "AS IS" BASIS,
15 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 * See the License for the specific language governing permissions and
17 * limitations under the License.
18-->
19
20<vector xmlns:android="http://schemas.android.com/apk/res/android"
21 android:width="24dp"
22 android:height="24dp"
23 android:viewportHeight="24"
24 android:viewportWidth="24">
25 <path
26 android:fillColor="@color/textPrimary"
27 android:pathData="M17,7h-4v1.9h4c1.71,0 3.1,1.39 3.1,3.1 0,1.43 -0.98,2.63 -2.31,2.98l1.46,1.46C20.88,15.61 22,13.95 22,12c0,-2.76 -2.24,-5 -5,-5zM16,11h-2.19l2,2L16,13zM2,4.27l3.11,3.11C3.29,8.12 2,9.91 2,12c0,2.76 2.24,5 5,5h4v-1.9L7,15.1c-1.71,0 -3.1,-1.39 -3.1,-3.1 0,-1.59 1.21,-2.9 2.76,-3.07L8.73,11L8,11v2h2.73L13,15.27L13,17h1.73l4.01,4L20,19.74 3.27,3 2,4.27z"/>
28</vector>