@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 979 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 IconMaterialArrowRightW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ArrowRightW100Filled', short_name: 'ArrowRight', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M11.925 14.175q-.35.35-.812.162-.463-.187-.463-.687v-3.3q0-.5.463-.688.462-.187.812.163l1.65 1.65q.125.125.175.25.05.125.05.275 0 .15-.05.275-.05.125-.175.25Z" }) })));
});
IconMaterialArrowRightW100Filled.displayName = 'AmauiIconMaterialArrowRightW100Filled';
exports.default = IconMaterialArrowRightW100Filled;