UNPKG

test-iki-mini-app

Version:

ứng dựng bán hàng trên mini app z a l o

23 lines (21 loc) 1.46 kB
import React from "react"; export default function IconVoucher({ className, ...rest }) { return ( <svg width="120" height="100" viewBox="0 0 120 100" fill="none" xmlns="http://www.w3.org/2000/svg" className={`${className}`} {...rest} > <path fillRule="evenodd" clipRule="evenodd" d="M2.19763 0H102.298H138.802H120V2.83019V6.84906V22.283V30.4717V45.9057V54.0943V69.5283V77.717V93.1321V97.1698V100H138.802H102.298H2.19763C0.981609 100 0 98.7358 0 97.1698V93.1132C0 91.6604 0.849751 90.4528 1.96322 90.3019C3.92643 90.0377 5.39152 87.9245 5.39152 85.4151C5.39152 82.9057 3.92643 80.8113 1.96322 80.5472C0.849751 80.3962 0 79.1887 0 77.7359V69.4906C0 68.0566 0.849751 66.8302 1.96322 66.6793C3.92643 66.4151 5.39152 64.3208 5.39152 61.8113C5.39152 59.3019 3.92643 57.1887 1.96322 56.9245C0.8351 56.7736 0 55.566 0 54.1132V45.8868C0 44.434 0.849751 43.2264 1.96322 43.0755C3.92643 42.7925 5.39152 40.6981 5.39152 38.1887C5.39152 35.6792 3.92643 33.5849 1.96322 33.3019C0.8351 33.1509 0 31.9434 0 30.4906V22.2642C0 20.8113 0.8351 19.6038 1.96322 19.4528C3.92643 19.1887 5.39152 17.0755 5.39152 14.566C5.39152 12.0566 3.92643 9.96227 1.96322 9.69812C0.849751 9.54717 0 8.32075 0 6.88679V2.83019C0 1.26415 0.981609 0 2.19763 0Z" fill="currentColor" /> </svg> ); }