|
- {"ast":null,"code":"'use strict';\n\nfunction _interopDefault(ex) {\n return ex && typeof ex === 'object' && 'default' in ex ? ex['default'] : ex;\n}\n\nvar React = _interopDefault(require('react'));\n\nvar _extends = Object.assign || function (target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i];\n\n for (var key in source) {\n if (Object.prototype.hasOwnProperty.call(source, key)) {\n target[key] = source[key];\n }\n }\n }\n\n return target;\n};\n\nvar objectWithoutProperties = function objectWithoutProperties(obj, keys) {\n var target = {};\n\n for (var i in obj) {\n if (keys.indexOf(i) >= 0) continue;\n if (!Object.prototype.hasOwnProperty.call(obj, i)) continue;\n target[i] = obj[i];\n }\n\n return target;\n};\n\nvar CloseIcon = function CloseIcon(_ref) {\n var _ref$color = _ref.color,\n color = _ref$color === undefined ? 'currentColor' : _ref$color,\n _ref$size = _ref.size,\n size = _ref$size === undefined ? 24 : _ref$size,\n children = _ref.children,\n props = objectWithoutProperties(_ref, ['color', 'size', 'children']);\n var className = 'mdi-icon ' + (props.className || '');\n return React.createElement('svg', _extends({}, props, {\n className: className,\n width: size,\n height: size,\n fill: color,\n viewBox: '0 0 24 24'\n }), React.createElement('path', {\n d: 'M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z'\n }));\n};\n\nvar CloseIcon$1 = React.memo ? React.memo(CloseIcon) : CloseIcon;\nmodule.exports = CloseIcon$1;","map":null,"metadata":{},"sourceType":"script"}
|