UNPKG

@gorazdo/material-you

Version:

Material You theme for @material-ui library

13 lines (12 loc) 661 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.Shape = void 0; const react_1 = __importDefault(require("react")); const Shape = () => { return (react_1.default.createElement("svg", { width: "400px", height: "400px" }, react_1.default.createElement("path", { d: "M100,100 h200 a20,20 0 0 1 20,20 v200 a20,20 0 0 1 -20,20 h-200 a20,20 0 0 1 -20,-20 v-200 a20,20 0 0 1 20,-20 z", fill: "none", stroke: "black", "stroke-width": "3" }))); }; exports.Shape = Shape;