aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/ic_receipt_primary_24dp.xml
blob: 4ce8a76dd2e335409bb7dc5b8298caceed280a3b (plain)
1
2
3
4
5
6
7
8
9
<vector xmlns:android="http://schemas.android.com/apk/res/android"
				android:width="24dp"
				android:height="24dp"
				android:viewportHeight="24.0"
				android:viewportWidth="24.0">
	<path
		android:fillColor="@color/textPrimary"
		android:pathData="M18,17L6,17v-2h12v2zM18,13L6,13v-2h12v2zM18,9L6,9L6,7h12v2zM3,22l1.5,-1.5L6,22l1.5,-1.5L9,22l1.5,-1.5L12,22l1.5,-1.5L15,22l1.5,-1.5L18,22l1.5,-1.5L21,22L21,2l-1.5,1.5L18,2l-1.5,1.5L15,2l-1.5,1.5L12,2l-1.5,1.5L9,2 7.5,3.5 6,2 4.5,3.5 3,2v20z"/>
</vector>