@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
14 lines (13 loc) • 1.9 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue"
export default function render(_ctx, _cache) {
return (_openBlock(), _createElementBlock("svg", {
xmlns: "http://www.w3.org/2000/svg",
fill: "none",
viewBox: "0 0 24 24"
}, [
_createElementVNode("path", {
fill: "currentColor",
d: "M15 22.75a.745.745 0 0 1-.64-1.13l1.05-1.75c.21-.36.67-.47 1.03-.26s.47.67.26 1.03l-.27.45c2.76-.65 4.83-3.13 4.83-6.09 0-.41.34-.75.75-.75s.75.34.75.75c-.01 4.27-3.49 7.75-7.76 7.75m-13-13c-.41 0-.75-.34-.75-.75 0-4.27 3.48-7.75 7.75-7.75a.745.745 0 0 1 .64 1.13L8.59 4.14c-.21.35-.67.47-1.03.25a.746.746 0 0 1-.25-1.03l.27-.45A6.26 6.26 0 0 0 2.75 9c0 .41-.34.75-.75.75m8.67 4.098-3.14-1.69c-.33-.18-.73-.18-1.06 0l-3.14 1.69c-.23.12-.37.37-.37.64s.14.52.37.64l3.14 1.69c.17.09.35.13.53.13s.36-.04.53-.13l3.14-1.69c.23-.12.37-.37.37-.64s-.15-.51-.37-.64M5.95 17.41l-2.92-1.46a.73.73 0 0 0-.7.03c-.2.13-.33.36-.33.61v2.76c0 .48.26.91.69 1.12l2.92 1.46c.1.04.21.07.32.07.13 0 .26-.04.38-.11.21-.13.34-.36.34-.61v-2.76c0-.47-.27-.9-.7-1.11m5.712-1.43a.73.73 0 0 0-.7-.03l-2.92 1.46c-.43.21-.69.64-.69 1.12v2.76c0 .25.13.48.34.61.12.06.25.1.38.1.11 0 .22-.03.32-.08l2.92-1.46c.43-.21.69-.64.69-1.12v-2.76c0-.24-.13-.47-.34-.6M20.67 3.829l-3.14-1.69c-.33-.18-.73-.18-1.06 0l-3.14 1.69c-.23.12-.37.37-.37.64s.14.52.37.64l3.14 1.69c.17.09.35.13.53.13s.36-.04.53-.13l3.14-1.69c.23-.12.37-.37.37-.64 0-.28-.15-.52-.37-.64M15.95 7.38l-2.92-1.46a.73.73 0 0 0-.7.03c-.2.13-.33.36-.33.61v2.76c0 .48.26.91.69 1.12l2.92 1.46c.1.05.21.08.32.08.13 0 .26-.04.38-.11.21-.13.34-.36.34-.61V8.5c0-.48-.27-.91-.7-1.12m5.712-1.43a.73.73 0 0 0-.7-.03l-2.92 1.46c-.43.21-.69.64-.69 1.12v2.76c0 .25.13.48.34.61.12.07.25.11.38.11.11 0 .22-.03.32-.08l2.92-1.46c.43-.22.69-.65.69-1.12V6.56c0-.25-.13-.48-.34-.61"
})
]))
}