UNPKG

@brizy/ui-icons

Version:
5 lines (4 loc) 638 B
import React from "react"; export const Portfolio = () => (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 M7,9 L7,12 L4,12 L4,9 L7,9 Z M12,9 L12,12 L9,12 L9,9 L12,9 Z M7,4 L7,7 L4,7 L4,4 L7,4 Z M12,4 L12,7 L9,7 L9,4 L12,4 Z", fill: "currentColor", fillRule: "nonzero" }))));