Skip to content

Commit

Permalink
For mozilla-mobile#12096 - Add 20px close icon
Browse files Browse the repository at this point in the history
whatever
  • Loading branch information
sarah541 authored and mergify[bot] committed May 6, 2022
1 parent c17e9e1 commit d0701ce
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions components/ui/icons/src/main/res/drawable/mozac_ic_close_20.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- 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="20dp"
android:height="20dp"
android:viewportWidth="20.0"
android:viewportHeight="20.0">
<path
android:fillColor="@color/mozac_ui_icons_fill"
android:pathData="M11.1081 9.77607L15.8171 5.06707C15.9264 4.94825 15.9855 4.79181 15.9822 4.63042C15.9789 4.46902 15.9133 4.31516 15.7992 4.20095C15.6852 4.08674 15.5314 4.02101 15.37 4.0175C15.2086 4.01398 15.0521 4.07294 14.9331 4.18207L10.2441 8.87107H9.75613L5.06713 4.18307C5.00902 4.12503 4.94005 4.079 4.86415 4.04761C4.78825 4.01622 4.70691 4.00009 4.62478 4.00014C4.54264 4.00018 4.46132 4.01641 4.38546 4.04788C4.3096 4.07936 4.24068 4.12546 4.18263 4.18357C4.12459 4.24168 4.07856 4.31066 4.04717 4.38656C4.01578 4.46246 3.99965 4.54379 3.99969 4.62593C3.99979 4.7918 4.06577 4.95085 4.18313 5.06807L8.87013 9.75407V10.2451L4.18313 14.9321C4.07387 15.0509 4.01473 15.2073 4.01806 15.3687C4.02139 15.5301 4.08695 15.684 4.20103 15.7982C4.31511 15.9124 4.4689 15.9781 4.63029 15.9817C4.79167 15.9852 4.94818 15.9262 5.06713 15.8171L9.75413 11.1301H10.2451L14.9321 15.8171C15.0496 15.9341 15.2088 15.9999 15.3746 15.9999C15.5405 15.9999 15.6996 15.9341 15.8171 15.8171C15.9344 15.6997 16.0003 15.5405 16.0003 15.3746C16.0003 15.2086 15.9344 15.0495 15.8171 14.9321L11.1081 10.2231V9.77607Z" />
</vector>

0 comments on commit d0701ce

Please sign in to comment.