@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.16 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: "M12 5.53c-3.59 0-7.18-.96-10.39-2.88a.75.75 0 0 1-.26-1.03c.21-.36.67-.47 1.03-.26 5.93 3.56 13.3 3.56 19.23 0a.751.751 0 1 1 .77 1.29C19.18 4.57 15.59 5.53 12 5.53m10 17.22c-.13 0-.26-.03-.39-.11a18.65 18.65 0 0 0-19.23 0 .751.751 0 1 1-.77-1.29 20.16 20.16 0 0 1 20.77 0c.36.21.47.67.26 1.03-.14.24-.39.37-.64.37"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M5.33 21.16q-.18 0-.36-.09c-.36-.2-.5-.65-.3-1.02 2.68-4.96 2.71-10.9.09-15.88l-.12-.24a.746.746 0 0 1 .32-1.01c.37-.19.82-.05 1.01.32l.12.24a18.38 18.38 0 0 1-.1 17.29c-.13.25-.39.39-.66.39m13.34 0c-.27 0-.52-.14-.66-.39a18.38 18.38 0 0 1-.1-17.29l.12-.24a.75.75 0 1 1 1.33.69l-.12.24a16.88 16.88 0 0 0 .09 15.88c.2.37.06.82-.3 1.02q-.18.09-.36.09"
})
]))
}