saleor-dashboard/src/icons/Pages.tsx
2019-08-09 13:14:35 +02:00

28 lines
1.1 KiB
TypeScript

import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import React from "react";
export const Pages = createSvgIcon(
<>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M22.3617 7H35.5267L42.0006 13.4739V36.5548H28.2148V34.7644H40.2103V14.2155L40.012 14.0172H34.8V8.80523L34.7851 8.79036H24.1521V12.3573H22.3617V7ZM6 11.4613H19.165L25.6389 17.9352V41.0161H24.7437H6V11.4613ZM18.6 13.4283V19.4172H23.8485V39.2257H7.79036V13.2517H18.4234L18.6 13.4283ZM22.2 23.0172H9.6V25.7172H22.2V23.0172ZM9.6 27.5172H22.2V30.2172H9.6V27.5172ZM37.5 16.7172H28.5V19.4172H37.5V16.7172ZM28.5 21.2172H37.5V31.1172H28.5V21.2172ZM22.2 32.0172H9.6V34.7172H22.2V32.0172Z"
fill="url(#paint0_linear)"
/>
<defs>
<linearGradient
id="paint0_linear"
x1="4.94116"
y1="7"
x2="35.6523"
y2="46.7403"
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#06847B" />
<stop offset="1" stopColor="#3EE7CD" />
</linearGradient>
</defs>
</>
);
Pages.displayName = "Pages";
export default Pages;