UNPKG

@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.06 kB
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: "M14.718 18.997c.398-.155.858.184.773.602C15 21.5 13.9 22 12.55 22h-1.09c-1.35 0-2.46-.5-2.94-2.41-.083-.418.375-.755.772-.599.855.335 1.768.51 2.708.51.943 0 1.861-.17 2.717-.503M15.49 4.4c.09.423-.377.767-.779.609a7.4 7.4 0 0 0-2.71-.509c-.958 0-1.87.181-2.709.511-.397.157-.857-.182-.771-.601C9 2.5 10.11 2 11.46 2h1.09c1.35 0 2.45.5 2.94 2.4M12 5.5A6.5 6.5 0 0 0 5.5 12c0 2.1.99 3.96 2.53 5.15h.01c1.1.85 2.47 1.35 3.96 1.35 1.51 0 2.89-.51 3.99-1.37H16A6.51 6.51 0 0 0 18.5 12 6.5 6.5 0 0 0 12 5.5m1.93 8.88c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-1.4-1.4a.75.75 0 0 1-.22-.53V9.66c0-.41.34-.75.75-.75s.75.34.75.75v2.48l1.18 1.18c.29.29.29.77 0 1.06" }) ])) }