@brizy/ui-icons
Version:
10 lines (9 loc) • 844 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.BlockSwitchLegacy = void 0;
const react_1 = __importDefault(require("react"));
exports.BlockSwitchLegacy = ({ className, onClick, style }) => (react_1.default.createElement("svg", { className: className, style: style, onClick: onClick, viewBox: "0 0 16 16", width: "1em", height: "1em" },
react_1.default.createElement("path", { fill: "currentColor", fillRule: "nonzero", d: "m8.497 15.716 6-3.428A.996.996 0 0 0 15 11.42V4.58a.999.999 0 0 0-.504-.869l-6-3.429a.998.998 0 0 0-.992 0l-6 3.43a.999.999 0 0 0-.503.867v6.84c0 .358.192.69.504.867l6 3.43a.998.998 0 0 0 .991 0zM5 8.002a3 3 0 1 1 6 0 3 3 0 0 1-6 0z" })));