UNPKG

@brizy/ui-icons

Version:
4 lines (3 loc) 497 B
import React from "react"; export const WooRelatedProducts = ({ 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.25 4v5.077L8 8.23l1.75.846V4H15v10.154c0 .508-.35.846-.875.846H1.875C1.35 15 1 14.662 1 14.154V4h5.25Zm5.5-3c.281 0 .469.1.656.3L14 3H8.656L8 1ZM8 1l-.656 2H2l1.594-1.7c.187-.2.375-.3.656-.3H8Z" })));