UNPKG

@smart-react-components/ui

Version:
13 lines (12 loc) 711 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: "M14.53 4.53l-1.06-1.06L9 7.94 4.53 3.47 3.47 4.53 7.94 9l-4.47 4.47 1.06 1.06L9 10.06l4.47 4.47 1.06-1.06L10.06 9z" }), viewBox: '2 2 14 14', }) ``;