UNPKG

@brizy/ui-icons

Version:
10 lines (9 loc) 814 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.Connection = void 0; const react_1 = __importDefault(require("react")); exports.Connection = ({ 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: "M8 14a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm3.5-4C10.6 9 9.3 8.5 8 8.5c-1.3 0-2.6.5-3.5 1.5L3.1 8.6c1.3-1.4 3-2.1 4.9-2.1 1.9 0 3.6.7 4.9 2.1L11.5 10ZM8 2C5 2 2.2 3.1 0 5.2l1.4 1.4C3.2 4.9 5.5 4 8 4s4.8.9 6.6 2.7L16 5.2C13.8 3.1 11 2 8 2Z" })));