UNPKG

@brizy/ui-icons

Version:
4 lines (3 loc) 788 B
import React from "react"; export const WooCategories = ({ 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: "M16 11.556a.889.889 0 0 0-.889-.89h-1.778V8.89a1.778 1.778 0 0 0-1.777-1.778H8.889V5.333h1.778c.49 0 .889-.398.889-.889V.89a.889.889 0 0 0-.89-.889H5.334a.889.889 0 0 0-.889.889v3.555c0 .491.398.89.89.89H7.11V7.11H4.444A1.778 1.778 0 0 0 2.667 8.89v1.778H.889a.889.889 0 0 0-.889.889v3.555c0 .491.398.889.889.889h5.333c.491 0 .89-.398.89-.889v-3.555a.889.889 0 0 0-.89-.89H4.444V8.89h7.112v1.778H9.778a.889.889 0 0 0-.89.889v3.555c0 .491.399.889.89.889h5.333c.491 0 .889-.398.889-.889v-3.555Z" })));