saleor-dashboard/src/icons/ShippingMethods.tsx

17 lines
818 B
TypeScript
Raw Normal View History

2019-06-19 14:40:52 +00:00
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
2019-08-09 10:26:22 +00:00
import React from "react";
2019-06-19 14:40:52 +00:00
2019-10-30 14:34:24 +00:00
const ShippingMethods = createSvgIcon(
2019-06-19 14:40:52 +00:00
<>
<path
2019-09-16 15:40:04 +00:00
fillRule="evenodd"
clipRule="evenodd"
2019-09-09 08:07:48 +00:00
d="M0 0H29.3333V12.2666H40V32.9751L32.9752 40H7.4667V19.8248L9.15816 18.1333H0V0ZM27.2 3.35694V12.2666H15.0249L11.2915 16H2.13333V3.07966L14.9333 9.73563L27.2 3.35694ZM24.929 2.13333H4.93756L14.9333 7.33111L24.929 2.13333ZM12.2667 18.1333H12.1752L11.1085 19.2H31.5582L36.3582 14.4H15.9085L12.2667 18.0418V18.1333ZM32.5334 21.2418L37.8667 15.9085V32.0915L32.5334 37.4248V21.2418ZM9.60003 21.3333V37.8666H30.4V21.3333H9.60003ZM18.6667 30.9333H26.6667V28.8H18.6667V30.9333ZM18.6667 34.6666H25.0667V32.5333H18.6667V34.6666Z"
fill="#06847B"
2019-06-19 14:40:52 +00:00
/>
</>,
"ShippingMethods"
);
2019-10-30 14:34:24 +00:00
2019-06-19 14:40:52 +00:00
export default ShippingMethods;