UNPKG

@brizy/ui-icons

Version:
4 lines (3 loc) 377 B
import React from "react"; export const CartInline = ({ className, onClick, style }) => (React.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16" }, React.createElement("path", { fill: "currentColor", d: "M6 6a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H0V6h6Zm10 0v4h-6a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6Z" })));