test-iki-mini-app
Version:
ứng dựng bán hàng trên mini app z a l o
62 lines (60 loc) • 2.03 kB
JSX
import React from "react";
export default function IconOrder({ className, ...rest }) {
return (
<svg
width="22"
height="22"
viewBox="0 0 22 22"
fill="none"
stroke="currentColor"
className={className}
{...rest}
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M20.1667 5.49998V7.71831C20.1667 9.16664 19.25 10.0833 17.8017 10.0833H14.6667V3.67581C14.6667 2.65831 15.5009 1.83331 16.5184 1.83331C17.5175 1.84248 18.4342 2.24581 19.0942 2.90581C19.7542 3.57498 20.1667 4.49165 20.1667 5.49998Z"
stroke="currentColor"
strokeWidth="1.5"
strokeMiterlimit="10"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M1.83331 6.41665V19.25C1.83331 20.0108 2.69498 20.4416 3.29998 19.9833L4.86748 18.81C5.23415 18.535 5.74748 18.5716 6.07748 18.9016L7.59915 20.4325C7.95665 20.79 8.54331 20.79 8.90081 20.4325L10.4408 18.8925C10.7616 18.5716 11.275 18.535 11.6325 18.81L13.2 19.9833C13.805 20.4325 14.6666 20.0016 14.6666 19.25V3.66665C14.6666 2.65831 15.4916 1.83331 16.5 1.83331H6.41665H5.49998C2.74998 1.83331 1.83331 3.47415 1.83331 5.49998V6.41665Z"
stroke="currentColor"
strokeWidth="1.5"
strokeMiterlimit="10"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M8.25 11.9258H11"
stroke="currentColor"
strokeWidth="1.5"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M8.25 8.25916H11"
stroke="currentColor"
strokeWidth="1.5"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M5.49597 11.9167H5.50421"
stroke="currentColor"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M5.49597 8.25H5.50421"
stroke="currentColor"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}