@brizy/ui-icons
Version:
10 lines (9 loc) • 789 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.WooRelatedProducts = void 0;
const react_1 = __importDefault(require("react"));
exports.WooRelatedProducts = ({ className, onClick, style }) => (react_1.default.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16" },
react_1.default.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" })));