UNPKG

@brizy/ui-icons

Version:
5 lines (4 loc) 778 B
import React from "react"; export const CartItems1 = ({ 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: "none" }, React.createElement("path", { fill: "currentColor", d: "M7.598 12.912c.803 0 1.482-.133 2.037-.399.555-.266.973-.625 1.253-1.078.28-.453.42-.959.42-1.519 0-.775-.252-1.412-.756-1.911-.504-.5-1.237-.796-2.198-.889l2.562-3.164V3H4.448v1.218h4.718L6.702 7.242v.98h.784c.812 0 1.419.15 1.82.448.401.299.602.719.602 1.26s-.203.966-.609 1.274c-.406.308-.973.462-1.701.462a4.808 4.808 0 0 1-1.666-.287c-.523-.191-.952-.446-1.288-.763L4 11.722c.41.373.938.665 1.582.875.644.21 1.316.315 2.016.315Z" }))));