UNPKG

@smart-react-components/ui

Version:
13 lines (12 loc) 807 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const Svg_1 = __importDefault(require("@smart-react-components/core/Element/Svg")); const react_1 = __importDefault(require("react")); const styled_components_1 = __importDefault(require("styled-components")); exports.default = (0, styled_components_1.default)(Svg_1.default).attrs({ children: react_1.default.createElement("path", { d: "M1600 736v192q0 40-28 68t-68 28h-416v416q0 40-28 68t-68 28h-192q-40 0-68-28t-28-68v-416h-416q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h416v-416q0-40 28-68t68-28h192q40 0 68 28t28 68v416h416q40 0 68 28t28 68z" }), viewBox: '0 0 1792 1792', }) ``;