import { defineComponent, openBlock, createBlock, createVNode } from 'vue'; var script = defineComponent({ name: "SwitchButton" }); const _hoisted_1 = { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 1024 1024" }; const _hoisted_2 = /* @__PURE__ */ createVNode("path", { fill: "currentColor", d: "M352 159.872V230.4a352 352 0 1 0 320 0v-70.528A416.128 416.128 0 0 1 512 960a416 416 0 0 1-160-800.128z" }, null, -1); const _hoisted_3 = /* @__PURE__ */ createVNode("path", { fill: "currentColor", d: "M512 64q32 0 32 32v320q0 32-32 32t-32-32V96q0-32 32-32z" }, null, -1); function render(_ctx, _cache, $props, $setup, $data, $options) { return openBlock(), createBlock("svg", _hoisted_1, [ _hoisted_2, _hoisted_3 ]); } script.render = render; script.__file = "packages/components/SwitchButton.vue"; export default script;