@brizy/ui-icons
Version:
10 lines (9 loc) • 634 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Up = void 0;
const react_1 = __importDefault(require("react"));
exports.Up = ({ 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: "M13.05 7.025 12 8.075 8.775 4.85V14h-1.5V4.85L4.05 8.075 3 7.025 8.025 2z" })));