@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 934 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 IconMaterialArrowLeft = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ArrowLeft', short_name: 'ArrowLeft', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m12.3 15.3-2.6-2.6q-.15-.15-.225-.325Q9.4 12.2 9.4 12t.075-.375q.075-.175.225-.325l2.6-2.6q.475-.475 1.087-.212.613.262.613.937v5.15q0 .675-.613.937-.612.263-1.087-.212Z" }) })));
});
IconMaterialArrowLeft.displayName = 'AmauiIconMaterialArrowLeft';
exports.default = IconMaterialArrowLeft;