UNPKG

@brizy/ui-icons

Version:
10 lines (9 loc) 666 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.ArrowRightLegacy = void 0; const react_1 = __importDefault(require("react")); exports.ArrowRightLegacy = ({ className, onClick, style }) => (react_1.default.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" }, react_1.default.createElement("path", { fill: "currentColor", d: "M9.3 1.3 7.9 2.7 12.2 7H0v2h12.2l-4.3 4.3 1.4 1.4L16 8z" })));