UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.41 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("@onesy/ui-react"); const IconMaterialHandGestureFilled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'HandGestureFilled', short_name: 'HandGesture', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M240-40q-83 0-141.5-58.5T40-240q0-13 8.5-21.5T70-270q13 0 21.5 8.5T100-240q0 58 41 99t99 41q13 0 21.5 8.5T270-70q0 13-8.5 21.5T240-40Zm670-689q-13 0-21.5-8.5T880-759q0-51-35-86t-86-35q-13 0-21.5-8.5T729-910q0-13 8.5-21.5T759-940q75 0 128 53t53 128q0 13-8.5 21.5T910-729ZM402-40q-30 0-56-13.5T303-92L67-438q-8-12-7-26t12-24q19-19 45-22t47 12l116 81v-383q0-17 11.5-28.5T320-840q17 0 28.5 11.5T360-800v320h80v-400q0-17 11.5-28.5T480-920q17 0 28.5 11.5T520-880v400h80v-360q0-17 11.5-28.5T640-880q17 0 28.5 11.5T680-840v360h80v-280q0-17 11.5-28.5T800-800q17 0 28.5 11.5T840-760v560q0 66-47 113T680-40H402Z" }) }))); }); IconMaterialHandGestureFilled.displayName = 'OnesyIconMaterialHandGestureFilled'; exports.default = IconMaterialHandGestureFilled;