@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.04 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 IconMaterialArrowBackW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ArrowBackW100', short_name: 'ArrowBack', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m11.45 18.75-6.225-6.225q-.125-.125-.175-.25Q5 12.15 5 12q0-.15.05-.275.05-.125.175-.25l6.25-6.25q.1-.1.225-.1t.25.125q.125.125.125.25t-.125.25l-5.9 5.9h12.3q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1H6.05l5.925 5.925q.1.1.1.225t-.125.25q-.125.125-.25.125t-.25-.125Z" }) })));
});
IconMaterialArrowBackW100.displayName = 'AmauiIconMaterialArrowBackW100';
exports.default = IconMaterialArrowBackW100;