@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
31 lines (30 loc) • 1.08 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", {
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-miterlimit": "10",
"stroke-width": "1.5",
d: "M7.5 17.4V6.6m0 3.156h9"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M16.5 18.3a.907.907 0 0 1-.9-.9V6.6c0-.492.408-.9.9-.9s.9.408.9.9v10.8c0 .492-.408.9-.9.9"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M16.5 15.144h-9c-.492 0 .1-.408.1-.9s-.592-.9-.1-.9h9c.492 0 .9.408.9.9s-.408.9-.9.9"
})
]))
}