@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.11 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialCrosswordW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "CrosswordW100",
short_name: "Crossword",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("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';
export default IconMaterialCrosswordW100;