UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.75 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 IconMaterialQrCode2W100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'QrCode2W100', short_name: 'QrCode2', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M520-170v-70h70v70h-70Zm-70-70v-170h70v170h-70Zm270-140v-100h70v100h-70Zm-70-100v-70h70v70h-70Zm-410 70v-70h70v70h-70Zm-70-70v-70h70v70h-70Zm310-240v-70h70v70h-70ZM198-608h154v-154H198v154Zm-28-2v-150q0-12.75 8.63-21.38Q187.25-790 200-790h150q12.75 0 21.38 8.62Q380-772.75 380-760v150q0 12.75-8.62 21.37Q362.75-580 350-580H200q-12.75 0-21.37-8.63Q170-597.25 170-610Zm28 412h162v-154H198v154Zm-28-2v-150q0-12.75 8.63-21.38Q187.25-380 200-380h158q12.75 0 21.38 8.62Q388-362.75 388-350v150q0 12.75-8.62 21.37Q370.75-170 358-170H200q-12.75 0-21.37-8.63Q170-187.25 170-200Zm438-408h154v-154H608v154Zm-28-2v-150q0-12.75 8.63-21.38Q597.25-790 610-790h150q12.75 0 21.38 8.62Q790-772.75 790-760v150q0 12.75-8.62 21.37Q772.75-580 760-580H610q-12.75 0-21.37-8.63Q580-597.25 580-610Zm70 440v-140h-70v-70h140v140h70v70H650ZM520-410v-70h130v70H520Zm-140 0v-70h-70v-70h210v70h-70v70h-70Zm30-170v-140h70v70h70v70H410Zm-159-81v-48h48v48h-48Zm7 403v-48h48v48h-48Zm403-403v-48h48v48h-48Z" }) }))); }); IconMaterialQrCode2W100.displayName = 'OnesyIconMaterialQrCode2W100'; exports.default = IconMaterialQrCode2W100;