UNPKG

@brizy/ui-icons

Version:
6 lines (5 loc) 508 B
import React from "react"; export const Trash = ({ 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: "M2 6v8c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V6H2z" }), React.createElement("path", { d: "M12 3V1c0-.6-.4-1-1-1H5c-.6 0-1 .4-1 1v2H0v2h16V3h-4zm-2 0H6V2h4v1z", "data-color": "color-2" }))));