UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.35 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 IconMaterialCrosswordW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'CrosswordW100', short_name: 'Crossword', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M382-354v162q0 14 9 23t23 9h131q14 0 23-9t9-23v-162H382Zm-28-28v-195H192q-14 0-23 9t-9 23v131q0 14 9 23t23 9h162Zm28 0h195v-195H382v195Zm223 0h163q14 0 23-9t9-23v-163H605v195Zm0-223h195v-163q0-14-9-23t-23-9H637q-14 0-23 9t-9 23v163ZM354-354H192q-24.75 0-42.37-17.63Q132-389.25 132-414v-131q0-24.75 17.63-42.38Q167.25-605 192-605h385v-163q0-24.75 17.63-42.38Q612.25-828 637-828h131q24.75 0 42.38 17.62Q828-792.75 828-768v354q0 24.75-17.62 42.37Q792.75-354 768-354H605v162q0 24.75-17.62 42.37Q569.75-132 545-132H414q-24.75 0-42.37-17.63Q354-167.25 354-192v-162Z" }) }))); }); IconMaterialCrosswordW100.displayName = 'OnesyIconMaterialCrosswordW100'; exports.default = IconMaterialCrosswordW100;