@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.08 kB
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 IconMaterialArrowForwardIosW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ArrowForwardIosW100Filled', short_name: 'ArrowForwardIos', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M7.575 20.675Q7.4 20.5 7.4 20.25t.175-.425L15.4 12 7.55 4.15q-.175-.175-.175-.4 0-.225.2-.425Q7.75 3.15 8 3.15t.425.175l8.15 8.15q.125.125.175.25.05.125.05.275 0 .15-.05.275-.05.125-.175.25L8.4 20.7q-.175.175-.4.175-.225 0-.425-.2Z" }) })));
});
IconMaterialArrowForwardIosW100Filled.displayName = 'AmauiIconMaterialArrowForwardIosW100Filled';
exports.default = IconMaterialArrowForwardIosW100Filled;