@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.04 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: "m8.52 5.15 2.67 2.67c.45.45 1.17.45 1.62 0l2.67-2.67c.72-.72.21-1.95-.81-1.95H9.32c-1.01-.01-1.52 1.23-.8 1.95m0 13.7 2.67-2.67a1.14 1.14 0 0 1 1.62 0l2.67 2.67c.72.72.21 1.95-.81 1.95H9.32c-1.01.01-1.52-1.23-.8-1.95m-6.36-7.4 2.21-3.48c.35-.55 1.12-.63 1.58-.17l3.48 3.48c.4.4.4 1.04 0 1.44L5.95 16.2c-.46.46-1.23.38-1.58-.17l-2.21-3.48a1.04 1.04 0 0 1 0-1.1M18.05 7.8c.46-.46 1.23-.38 1.58.17l2.21 3.48c.21.33.21.76 0 1.09l-2.21 3.48c-.35.55-1.12.63-1.58.17l-3.48-3.48c-.4-.4-.4-1.04 0-1.44l.36-.36"
})
]))
}