UNPKG

@brizy/ui-icons

Version:
10 lines (9 loc) 673 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.Switcher = void 0; const react_1 = __importDefault(require("react")); exports.Switcher = ({ 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: "M6 2h4a6 6 0 1 1 0 12H6A6 6 0 1 1 6 2Zm0 10c2.267 0 4-1.733 4-4S8.267 4 6 4 2 5.733 2 8s1.733 4 4 4Z" })));