@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.9 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 IconMaterialBackHandW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BackHandW100', short_name: 'BackHand', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M13 22.1q-2.35 0-4.125-1.263-1.775-1.262-2.65-3.962l-1.45-4.5q-.05-.2-.087-.363-.038-.162-.038-.362 0-.425.288-.712.287-.288.712-.288.2 0 .438.062.237.063.387.188l.175.125q.825.6 1.175 1.112.35.513.875 1.838V5.55q0-.6.35-1.025Q9.4 4.1 10 4.1q.525 0 .8.25t.4.6v-1.7q0-.65.375-1.05t1.025-.4q.65 0 1 .475t.35 1.225q.225-.4.5-.6.275-.2.75-.2.575 0 .937.4.363.4.363 1.05V6.5q.075-.45.45-.75t.85-.3q.6 0 .95.425T19.1 6.9V16q0 3.075-1.513 4.587Q16.075 22.1 13 22.1Zm0-.7q2.75 0 4.075-1.325Q18.4 18.75 18.4 16V6.9q0-.35-.125-.55-.125-.2-.475-.2t-.475.2q-.125.2-.125.55v4.4q0 .3-.2.5t-.5.2q-.275 0-.487-.213-.213-.212-.213-.487V4.15q0-.35-.125-.55-.125-.2-.475-.2t-.475.2q-.125.2-.125.55v7.15q0 .3-.2.5t-.5.2q-.275 0-.487-.213-.213-.212-.213-.487V3.25q0-.35-.125-.55-.125-.2-.475-.2t-.475.2Q12 2.9 12 3.25v8.05q0 .3-.2.5t-.5.2q-.275 0-.488-.213-.212-.212-.212-.487V5.55q0-.35-.125-.55-.125-.2-.475-.2t-.475.2q-.125.2-.125.55v9.35q0 .2-.125.325t-.325.125h-.1q-.175 0-.312-.088Q8.4 15.175 8.35 15l-.275-.725q-.575-1.475-1.237-2.2-.663-.725-1.188-.725-.2 0-.287.175-.088.175.012.45L6.9 16.65q.8 2.5 2.363 3.625Q10.825 21.4 13 21.4Z" }) })));
});
IconMaterialBackHandW100.displayName = 'AmauiIconMaterialBackHandW100';
exports.default = IconMaterialBackHandW100;