UNPKG

@evg-b/evg-icons

Version:

material icons

16 lines (13 loc) 535 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var DisabledByDefault = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("rect", { fill: "none", height: "24", width: "24" }), /*#__PURE__*/React.createElement("path", { d: "M3,3v18h18V3H3z M17,15.59L15.59,17L12,13.41L8.41,17L7,15.59L10.59,12L7,8.41L8.41,7L12,10.59L15.59,7L17,8.41L13.41,12 L17,15.59z" })), name: 'DisabledByDefault' }); export default DisabledByDefault;