UNPKG

@brizy/ui-icons

Version:
10 lines (9 loc) 711 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.AttributesTable = void 0; const react_1 = __importDefault(require("react")); exports.AttributesTable = ({ 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: "M15 0H1C.4 0 0 .4 0 1v14c0 .6.4 1 1 1h14c.6 0 1-.4 1-1V1c0-.6-.4-1-1-1Zm-1 7H9V2h5v5ZM7 2v5H2V2h5ZM2 9h5v5H2V9Zm7 5V9h5v5H9Z" })));