UNPKG

@brizy/ui-icons

Version:
6 lines (5 loc) 557 B
import React from "react"; export const SendToBack = ({ className, onClick, style }) => (React.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16" }, React.createElement("g", { fill: "currentColor" }, React.createElement("path", { d: "M1 0h9a1 1 0 0 1 1 1v3H5a1 1 0 0 0-1 1v6H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1z" }), React.createElement("path", { d: "M7.667 6v1.667h6.666v6.666H7.667V6H7a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1H7.667z" }))));