UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.15 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 IconMaterialNfcW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'NfcW100Filled', short_name: 'Nfc', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M598-332q13 0 21.5-8.5T628-362v-236q0-13-8.5-21.5T598-628H494q-12 0-20 8t-8 20v92q-6 3-12 9.5t-6 18.5q0 14 8.5 23t23.5 9q12 0 22-9t10-23q0-12-6-18.5t-12-9.5v-92h106v240H360v-240h26q6 0 10-4t4-10q0-6-4-10t-10-4h-24q-13 0-21.5 8.5T332-598v236q0 13 8.5 21.5T362-332h236ZM232-172q-26 0-43-17t-17-43v-496q0-26 17-43t43-17h496q26 0 43 17t17 43v496q0 26-17 43t-43 17H232Z" }) }))); }); IconMaterialNfcW100Filled.displayName = 'OnesyIconMaterialNfcW100Filled'; exports.default = IconMaterialNfcW100Filled;