@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
24 lines (23 loc) • 1.56 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: "M6.9 20.6c1.5.9 3.3 1.4 5.1 1.4 5.5 0 10-4.5 10-10S17.5 2 12 2 2 6.5 2 12c0 1.8.5 3.5 1.3 5l-.86 3.306a1 1 0 0 0 1.243 1.213z"
}),
_createElementVNode("path", {
stroke: "currentColor",
"stroke-miterlimit": "10",
"stroke-width": "1.5",
d: "M16.5 14.849q.001.245-.113.49a1.9 1.9 0 0 1-.306.459 2 2 0 0 1-.74.531q-.405.17-.878.171-.69.001-1.47-.328a8 8 0 0 1-1.55-.892 13 13 0 0 1-1.478-1.26 13 13 0 0 1-1.257-1.471 8 8 0 0 1-.884-1.534q-.324-.77-.324-1.472c0-.306.054-.598.162-.868q.161-.413.519-.752.434-.425.937-.423a.85.85 0 0 1 .365.081c.117.054.22.135.302.252l1.046 1.472q.12.167.18.315c.04.094.063.189.063.274a.6.6 0 0 1-.095.32 1.5 1.5 0 0 1-.252.319l-.343.356a.24.24 0 0 0-.072.18q0 .05.014.103c.013.036.027.063.036.09q.12.224.419.576.303.352.653.711c.244.239.478.459.717.662q.351.293.581.413l.082.037a.3.3 0 0 0 .112.018.25.25 0 0 0 .185-.077l.342-.338q.17-.169.325-.252a.6.6 0 0 1 .32-.094.7.7 0 0 1 .275.059q.148.06.315.175l1.492 1.058a.7.7 0 0 1 .248.287.9.9 0 0 1 .072.351Z"
})
]))
}