@brizy/ui-icons
Version:
10 lines (9 loc) • 786 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.ReverseColumnsRight = void 0;
const react_1 = __importDefault(require("react"));
exports.ReverseColumnsRight = ({ 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: "M0 6V1a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1Zm9 0V1a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1Zm2-4v3h3V2h-3ZM5 13v3l-5-4 5-4v3h10a1 1 0 0 1 0 2H5Z" })));