@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.55 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("@onesy/ui-react");
const IconMaterialPersonRaisedHandW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PersonRaisedHandW100Filled', short_name: 'PersonRaisedHand', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M146-132q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h668q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4H146Zm96-80q-12.75 0-21.37-8.63Q212-229.25 212-242v-142q-35-73-52.5-137.5T142-641q0-43 11-91.5T190-851q2-7 7-12t13-5q8 0 13 7.5t4 16.5l-10 80q-6 54 14 107t57.5 95q37.5 42 87.5 68t104 26q63 0 111 7.5t81 22.5q36 17 56 44t20 68v84q0 12.75-8.62 21.37Q730.75-212 718-212H376v-10q0-41 28.75-69.5T476-320h114q5.95 0 9.97-4.04 4.03-4.03 4.03-10 0-5.96-4.03-9.96-4.02-4-9.97-4H476q-53 0-90.5 36.5T348-222v10H242Zm238-320q-44.55 0-76.27-31.72Q372-595.45 372-640t31.73-76.28Q435.45-748 480-748t76.28 31.72Q588-684.55 588-640t-31.72 76.28Q524.55-532 480-532Z" }) })));
});
IconMaterialPersonRaisedHandW100Filled.displayName = 'OnesyIconMaterialPersonRaisedHandW100Filled';
exports.default = IconMaterialPersonRaisedHandW100Filled;
;