saleor-dashboard/src/icons/Attributes.tsx

16 lines
907 B
TypeScript
Raw Normal View History

2019-09-09 08:07:48 +00:00
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import React from "react";
export const Attributes = createSvgIcon(
<>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M37.9487 10.4808C37.9487 14.4459 34.7343 17.6603 30.7692 17.6603C26.8041 17.6603 23.5897 14.4459 23.5897 10.4808C23.5897 6.51565 26.8041 3.30128 30.7692 3.30128C34.7343 3.30128 37.9487 6.51565 37.9487 10.4808ZM40 10.4808C40 15.5788 35.8672 19.7115 30.7692 19.7115C25.6712 19.7115 21.5385 15.5788 21.5385 10.4808C21.5385 5.38275 25.6712 1.25 30.7692 1.25C35.8672 1.25 40 5.38275 40 10.4808ZM16.4103 9.45484H2.05128V23.8138H16.4103V9.45484ZM0 7.40356V25.8651H18.4615V7.40356H0ZM24.6154 20.7371L13.9566 39.1987H35.2741L24.6154 20.7371ZM24.6154 24.8397L17.5095 37.1474H31.7212L24.6154 24.8397Z"
fill="#06847B"
/>
</>
);
Attributes.displayName = "Attributes";
export default Attributes;