@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 930 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@amaui/ui-react");
const IconMaterialArrowRight = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ArrowRight', short_name: 'ArrowRight', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M11.7 15.3q-.475.475-1.087.212Q10 15.25 10 14.575v-5.15q0-.675.613-.937.612-.263 1.087.212l2.6 2.6q.15.15.225.325.075.175.075.375t-.075.375q-.075.175-.225.325Z" }) })));
});
IconMaterialArrowRight.displayName = 'AmauiIconMaterialArrowRight';
exports.default = IconMaterialArrowRight;