UNPKG

@brizy/ui-icons

Version:
4 lines (3 loc) 372 B
import React from "react"; export const SwitcherStyle1 = ({ className, onClick, style }) => (React.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16" }, React.createElement("path", { fill: "currentColor", d: "M6 2h4a6 6 0 1 1 0 12H6A6 6 0 1 1 6 2ZM5 7a1 1 0 1 0 0 2h6a1 1 0 0 0 0-2H5Z" })));