@brizy/ui-icons
Version:
10 lines (9 loc) • 757 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.WooPages = void 0;
const react_1 = __importDefault(require("react"));
exports.WooPages = ({ 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: "M14 0H2c-.6 0-1 .4-1 1v14c0 .6.4 1 1 1h12c.6 0 1-.4 1-1V1c0-.6-.4-1-1-1ZM7 13H5a1 1 0 0 1 0-2h2a1 1 0 0 1 0 2Zm4-4H5a1 1 0 1 1 0-2h6a1 1 0 0 1 0 2Zm0-4H5a1 1 0 1 1 0-2h6a1 1 0 0 1 0 2Z" })));