@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.85 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 IconMaterialBackHand = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BackHand', short_name: 'BackHand', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M13 24q-2.575 0-4.7-1.438-2.125-1.437-3.075-3.837L2.675 12.3q-.1-.25-.137-.463-.038-.212-.038-.487 0-.75.575-1.325T4.4 9.45q.175 0 .313.012.137.013.287.063l.775.2q.35.1.65.262.3.163.575.413V4.5q0-1.05.725-1.775Q8.45 2 9.5 2q.15 0 .288.012.137.013.262.038.15-.95.863-1.5Q11.625 0 12.5 0q.8 0 1.425.438.625.437.9 1.162.175-.05.338-.075.162-.025.337-.025 1.05 0 1.775.725Q18 2.95 18 4v.55q.125-.025.25-.038.125-.012.25-.012 1.05 0 1.775.725Q21 5.95 21 7v9q0 3.35-2.325 5.675Q16.35 24 13 24Zm0-2q2.5 0 4.25-1.75T19 16V7q0-.2-.15-.35-.15-.15-.35-.15-.2 0-.35.15Q18 6.8 18 7v4q0 .425-.288.712Q17.425 12 17 12t-.712-.288Q16 11.425 16 11V4q0-.2-.15-.35-.15-.15-.35-.15-.2 0-.35.15Q15 3.8 15 4v7q0 .425-.287.712Q14.425 12 14 12t-.712-.288Q13 11.425 13 11V2.5q0-.2-.15-.35Q12.7 2 12.5 2q-.2 0-.35.15-.15.15-.15.35V11q0 .425-.287.712Q11.425 12 11 12t-.712-.288Q10 11.425 10 11V4.5q0-.2-.15-.35Q9.7 4 9.5 4q-.2 0-.35.15Q9 4.3 9 4.5V14q0 .425-.287.712Q8.425 15 8 15h-.375q-.325 0-.537-.163-.213-.162-.338-.462L6.025 12.5q-.175-.425-.487-.625-.313-.2-1.038-.425L7.1 18q.725 1.8 2.338 2.9Q11.05 22 13 22Z" }) })));
});
IconMaterialBackHand.displayName = 'AmauiIconMaterialBackHand';
exports.default = IconMaterialBackHand;