@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
18 lines (17 loc) • 1.27 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: "M6.5 2c-1.06 0-2.04.37-2.81.99A4.45 4.45 0 0 0 2 6.5c0 .84.24 1.64.65 2.32.54.9 1.39 1.6 2.41 1.94q.675.24 1.44.24c1.14 0 2.17-.42 2.96-1.12a4.46 4.46 0 0 0 1.37-2.18c.11-.38.17-.79.17-1.2C11 4.01 8.99 2 6.5 2m1.66 5.25h-.89v.93a.749.749 0 1 1-1.5 0v-.93H4.8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h.97v-.93a.749.749 0 1 1 1.5 0v.93h.89a.749.749 0 1 1 0 1.5"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "m16 21.29-9.36 1.1c-.65.08-1.23-.02-1.72-.26a2.6 2.6 0 0 1-1.19-1.19c-.24-.49-.33-1.06-.26-1.7l.85-7.15c.08.03.16.06.24.08.61.22 1.26.33 1.94.33 1.46 0 2.87-.53 3.94-1.48a5.96 5.96 0 0 0 2-3.71c.01-.05.01-.1.01-.15l.17.01 6.08 6.09.26 4.42c.25 2.48-.61 3.34-2.96 3.61m6-11.008-2.07 1.31c-.39.24-.89.19-1.21-.14l-4.43-4.43a.98.98 0 0 1-.14-1.21l1.31-2.07c.8-1.26 2.4-1.32 3.59-.15l3.11 3.11c1.09 1.11 1.02 2.83-.16 3.58"
})
]))
}