UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.16 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 IconMaterialMan3W100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'Man3W100Filled', short_name: 'Man3', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M412-126v-228h-38q-12.75 0-21.37-8.63Q344-371.25 344-384v-204q0-24.75 17.63-42.38Q379.25-648 404-648h152q24.75 0 42.38 17.62Q616-612.75 616-588v204q0 12.75-8.62 21.37Q598.75-354 586-354h-38v228q0 12.75-8.62 21.37Q530.75-96 518-96h-76q-12.75 0-21.37-8.63Q412-113.25 412-126Zm47-605-32-32q-9-9-9-21t9-21l32-32q9-9 21-9t21 9l32 32q9 9 9 21t-9 21l-32 32q-9 9-21 9t-21-9Z" }) }))); }); IconMaterialMan3W100Filled.displayName = 'OnesyIconMaterialMan3W100Filled'; exports.default = IconMaterialMan3W100Filled;