UNPKG

@brizy/ui-icons

Version:
12 lines (11 loc) 812 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.BringToTop = void 0; const react_1 = __importDefault(require("react")); exports.BringToTop = ({ 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("g", { fill: "currentColor" }, react_1.default.createElement("rect", { width: 12, height: 12, rx: 1 }), react_1.default.createElement("path", { d: "M13.5 6v1.667h.833v5.666a1 1 0 0 1-1 1H7.667V13.5H6V15a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1h-1.5z" }))));