Skip to content

Commit 0412b8e

Browse files
authored
Visual design: fix protections disabled button (#6059)
Task/Issue URL: https://app.asana.com/1/137249556945/task/1210198169211651?focus=true ### Description Fix icon in disabled
1 parent 6d2b3bc commit 0412b8e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

common/common-ui/src/main/res/drawable/ic_shield_disabled_16.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,10 @@
77
<clip-path
88
android:pathData="M0,0h16v16H0z"/>
99
<path
10-
android:pathData="M10.061,0.88a3,3 0,0 0,-4.2 -0.02l-0.99,0.962a1,1 0,0 1,-0.988 0.239l-0.275,-0.084a2.75,2.75 0,0 0,-3.55 2.564L0.009,6.553a9.125,9.125 0,0 0,5.264 8.49l1.406,0.655c0.321,0.15 0.663,0.243 1.008,0.278 0.445,0.044 0.632,-0.478 0.403,-0.863a0.617,0.617 0,0 0,-0.248 -0.237,20.69 20.69,0 0,0 -0.635,-0.31l-1.406,-0.657A7.875,7.875 0,0 1,1.26 6.583l0.048,-2.011a1.5,1.5 0,0 1,1.937 -1.4l0.275,0.084a2.25,2.25 0,0 0,2.22 -0.536l0.991,-0.962c0.19,-0.184 0.41,-0.316 0.643,-0.397v7.96c0,0.928 0.568,1.19 0.955,0.347 0.168,-0.368 0.295,-0.744 0.295,-1.148V1.397c0.202,0.085 0.392,0.208 0.557,0.372l0.948,0.938a2.25,2.25 0,0 0,2.218 0.56l0.42,-0.125a1.5,1.5 0,0 1,1.924 1.403l0.05,2.038a8.23,8.23 0,0 1,-0.027 0.862c-0.02,0.245 0.11,0.48 0.323,0.601 0.37,0.212 0.873,0.03 0.913,-0.395a9.1,9.1 0,0 0,0.04 -1.098l-0.05,-2.038a2.75,2.75 0,0 0,-3.525 -2.572l-0.42,0.124a1,1 0,0 1,-0.987 -0.248L10.061,0.88Z"
10+
android:pathData="M5.917,0.808a3,3 0,0 1,4.144 0.073l0.948,0.937 0.024,0.025c0.258,0.238 0.624,0.324 0.962,0.224l0.42,-0.124a2.75,2.75 0,0 1,3.527 2.573l0.049,2.038 0.002,0.169c0.003,0.436 -0.026,0.869 -0.085,1.294 -0.062,0.45 -0.608,0.62 -1,0.389a4.237,4.237 0,0 0,-0.304 -0.165,7.98 7.98,0 0,0 0.14,-1.512l-0.003,-0.146 -0.05,-2.038a1.5,1.5 0,0 0,-1.922 -1.403l-0.421,0.124a2.25,2.25 0,0 1,-2.162 -0.505l-0.056,-0.054 -0.948,-0.939a1.746,1.746 0,0 0,-0.557 -0.37v8.356A4.727,4.727 0,0 0,7.75 12.5c0,0.95 0.28,1.836 0.76,2.578 0.236,0.364 0.108,0.88 -0.325,0.907a3.12,3.12 0,0 1,-1.428 -0.252l-1.484,-0.691A9.125,9.125 0,0 1,0.009 6.554l0.049,-2.012 0.003,-0.085a2.75,2.75 0,0 1,3.547 -2.48l0.274,0.083c0.348,0.106 0.727,0.015 0.988,-0.238L5.862,0.86l0.055,-0.051ZM7.375,1.36c-0.22,0.077 -0.429,0.199 -0.61,0.366l-0.032,0.03 -0.993,0.963a2.25,2.25 0,0 1,-2.221 0.538l-0.276,-0.084A1.5,1.5 0,0 0,1.31 4.525l-0.002,0.046 -0.048,2.012a7.875,7.875 0,0 0,4.542 7.326l1.406,0.656c0.055,0.026 0.111,0.049 0.168,0.069L7.376,1.36Z"
1111
android:fillColor="?attr/daxColorPrimaryIcon"/>
1212
<path
13-
android:pathData="M12.5,12.5m-3.5,0a3.5,3.5 0,1 1,7 0a3.5,3.5 0,1 1,-7 0"
13+
android:pathData="M12.5,9a3.5,3.5 0,1 1,0 7,3.5 3.5,0 0,1 0,-7ZM10.375,11.875a0.5,0.5 0,0 0,-0.5 0.5v0.25a0.5,0.5 0,0 0,0.5 0.5h4.25a0.5,0.5 0,0 0,0.5 -0.5v-0.25a0.5,0.5 0,0 0,-0.5 -0.5h-4.25Z"
1414
android:fillColor="?attr/daxColorPrimaryIcon"/>
15-
<path
16-
android:pathData="M12.5,16a3.5,3.5 0,1 0,0 -7,3.5 3.5,0 0,0 0,7ZM15,12h-5v1h5v-1Z"
17-
android:fillColor="?attr/daxColorPrimaryIcon"
18-
android:fillType="evenOdd"/>
1915
</group>
2016
</vector>

0 commit comments

Comments
 (0)