UNPKG

@brizy/ui-icons

Version:
10 lines (9 loc) 846 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")); exports.Shape = ({ className, onClick, style }) => (react_1.default.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16" }, react_1.default.createElement("path", { fill: "currentColor", d: "M10.5 5c3.025 0 5.5 2.475 5.5 5.5S13.525 16 10.5 16 5 13.525 5 10.5 7.475 5 10.5 5Zm0-5c.776 0 1.42.598 1.493 1.356L12 1.5v1.559A8.514 8.514 0 0 0 11 3c-4.4 0-8 3.375-8 7.5 0 .514.056 1.016.162 1.501L1.5 12c-.776 0-1.42-.598-1.493-1.356L0 10.5v-9C0 .724.598.08 1.356.007L1.5 0h9Z" })));