UNPKG

@unstoppabledomains/ui-kit

Version:

A set of common Unstoppable Domains components

23 lines 1.44 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import SvgIcon from '@mui/material/SvgIcon'; import React from 'react'; const XLAYER = /*#__PURE__*/React.forwardRef(({ iconRef, ...props }, ref) => { return /*#__PURE__*/React.createElement(SvgIcon, _extends({ viewBox: "0 0 24 24" }, props, { ref: iconRef || ref }), /*#__PURE__*/React.createElement("path", { fill: "#fff", d: "M0 0h24v24H0z" }), /*#__PURE__*/React.createElement("path", { fill: "#000", d: "M11.7 9H7.3c-.2 0-.3.1-.3.3v4.4c0 .2.1.3.3.3h4.4c.2 0 .3-.1.3-.3V9.3c0-.2-.1-.3-.3-.3Zm-5-5H2.3c-.2 0-.3.1-.3.3v4.4c0 .2.1.3.3.3h4.4c.2 0 .3-.1.3-.3V4.3c0-.2-.1-.3-.3-.3Zm10 0h-4.4c-.2 0-.3.1-.3.3v4.4c0 .2.1.3.3.3h4.4c.2 0 .3-.1.3-.3V4.3c0-.2-.1-.3-.3-.3Zm-10 10H2.3c-.2 0-.3.1-.3.3v4.4c0 .2.1.3.3.3h4.4c.2 0 .3-.1.3-.3v-4.4c0-.2-.1-.3-.3-.3Zm10 0h-4.4c-.2 0-.3.1-.3.3v4.4c0 .2.1.3.3.3h4.4c.2 0 .3-.1.3-.3v-4.4c0-.2-.1-.3-.3-.3Z" }), /*#__PURE__*/React.createElement("path", { fill: "#727272", d: "M21.7 14H19v5h2.7c.2 0 .3-.1.3-.3v-4.4c0-.2-.1-.3-.3-.3Zm0-10H19v5h2.7c.2 0 .3-.1.3-.3V4.3c0-.2-.1-.3-.3-.3Z" })); }); export default XLAYER;