UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.11 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 IconMaterialBackHandW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BackHandW100Filled', short_name: 'BackHand', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M500-92q-76 0-142-37T252-232L119-453q-3-5-2.5-11t5.5-11q8-8 18.5-9t19.5 5l172 113v-382q0-5 4-9.5t10-4.5q5 0 9.5 4.5t4.5 9.5v242h115v-322q0-5 4-9.5t10-4.5q6 0 10 4.5t4 9.5v322h115v-282q0-5 4-9.5t10-4.5q6 0 10 4.5t4 9.5v282h114v-228q0-5 4-9.5t10-4.5q5 0 9.5 4.5t4.5 9.5v355q0 120-84 203.5T500-92Z" }) }))); }); IconMaterialBackHandW100Filled.displayName = 'OnesyIconMaterialBackHandW100Filled'; exports.default = IconMaterialBackHandW100Filled;