@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.21 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: "M18.69 11.53c-.57-.15-1.24-.23-2.04-.23-1.11 0-1.52.27-2.09.7-.03.02-.06.05-.09.08l-.95 1.01c-.8.84-2.24.85-3.04-.01l-.95-1c-.03-.03-.06-.06-.09-.08-.57-.43-.98-.7-2.09-.7-.8 0-1.47.08-2.04.23-2.38.64-2.38 2.53-2.38 4.19v.93c0 2.51 0 5.35 5.35 5.35h7.44c3.55 0 5.35-1.8 5.35-5.35v-.93c0-1.66 0-3.55-2.38-4.19m-4.36 6.87H9.67c-.38 0-.69-.31-.69-.7s.31-.7.69-.7h4.66c.38 0 .69.31.69.7s-.31.7-.69.7"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M19.21 6.42v3.7c-.04-.02-.09-.03-.13-.04-.7-.19-1.49-.28-2.43-.28-1.54 0-2.26.45-3 1.01-.1.07-.19.16-.27.24l-.96 1.01c-.09.1-.25.16-.42.16a.58.58 0 0 1-.43-.17l-.94-.99c-.09-.1-.19-.19-.29-.26-.72-.55-1.45-1-2.99-1-.94 0-1.73.09-2.43.28-.04.01-.09.02-.13.04v-3.7c0-2.07 0-4.42 4.42-4.42h5.58c4.42 0 4.42 2.35 4.42 4.42"
})
]))
}