@brizy/ui-icons
Version:
5 lines (4 loc) • 613 B
JavaScript
import React from "react";
export const Pages = () => (React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "currentColor" },
React.createElement("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" },
React.createElement("path", { d: "M14,0 C14.6,0 15,0.4 15,1 L15,1 L15,15 C15,15.6 14.6,16 14,16 L14,16 L2,16 C1.4,16 1,15.6 1,15 L1,15 L1,1 C1,0.4 1.4,0 2,0 L2,0 Z M13,2 L3,2 L3,14 L13,14 L13,2 Z M11,11 L11,12 L5,12 L5,11 L11,11 Z M11,9 L11,10 L5,10 L5,9 L11,9 Z M11,4 L11,7 L5,7 L5,4 L11,4 Z", fill: "currentColor", fillRule: "nonzero" }))));