UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.4 kB
"use strict"; 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 IconMaterialBackHandFilled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BackHandFilled', short_name: 'BackHand', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M13 24q-2.8 0-4.737-1.55-1.938-1.55-2.788-3.725l-2.9-7.35q-.2-.5.088-.937Q2.95 10 3.475 10q.5 0 1.275.337.775.338 1.1 1.138l1.275 3.2q.025.075.45.325H8V3.25q0-.525.363-.888Q8.725 2 9.25 2t.887.362q.363.363.363.888v8.25q0 .2.15.35.15.15.35.15.2 0 .35-.15.15-.15.15-.35V1.25q0-.525.363-.888Q12.225 0 12.75 0t.887.362Q14 .725 14 1.25V11.5q0 .2.15.35.15.15.35.15.2 0 .35-.15.15-.15.15-.35V2.75q0-.525.363-.888.362-.362.887-.362t.888.362q.362.363.362.888v8.75q0 .2.15.35.15.15.35.15.2 0 .35-.15.15-.15.15-.35V5.75q0-.525.363-.888.362-.362.887-.362t.888.362q.362.363.362.888V16q0 3.35-2.325 5.675Q16.35 24 13 24Z" }) }))); }); IconMaterialBackHandFilled.displayName = 'AmauiIconMaterialBackHandFilled'; exports.default = IconMaterialBackHandFilled;