UNPKG

@brizy/ui-icons

Version:
5 lines (4 loc) 658 B
import React from "react"; export const Box = () => (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: "M6,3.625 L6,8.875 L8,8 L10,8.875 L10,3.625 L16,3.625 L16,14.125 C16,14.65 15.6,15 15,15 L15,15 L1,15 C0.4,15 0,14.65 0,14.125 L0,14.125 L0,3.625 L6,3.625 Z M13,1 C13.3,1 13.5,1.0875 13.7,1.2625 L13.7,1.2625 L15.4,2.75 L9.7,2.75 L9,1 Z M7,1 L6.3,2.75 L0.6,2.75 L2.3,1.2625 C2.5,1.0875 2.7,1 3,1 L3,1 L7,1 Z", fill: "currentColor", fillRule: "nonzero" }))));