UNPKG

@smart-react-components/ui

Version:
15 lines (14 loc) 809 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(react_1.default.Fragment, null, react_1.default.createElement("path", { d: "M0 0h24v24H0V0z", fill: "none" }), react_1.default.createElement("path", { d: "M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z" })), viewBox: '0 0 24 24', }) ``;