@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.1 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: "M9.19 17.01H6.45c-.43 0-.83-.23-1.04-.6a1.24 1.24 0 0 1 0-1.21l5.6-9.61c.2-.35.57-.57.97-.6s.79.16 1.03.48l1.57 2.09c.63.84.68 2 .12 2.9l-3.34 5.35c-.47.75-1.28 1.2-2.17 1.2m-2.23-1.5h2.22c.37 0 .71-.19.9-.5l3.34-5.35c.23-.37.21-.85-.05-1.2l-1.3-1.73zm10.59 1.5h-3.84c-.43 0-.83-.23-1.05-.61-.21-.38-.21-.84.01-1.21l1.92-3.2c.44-.73 1.62-.73 2.06 0l1.92 3.2c.22.37.23.84.01 1.21-.19.37-.6.61-1.03.61m-3.31-1.5h2.79l-1.4-2.33z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M12 22.75C6.07 22.75 1.25 17.93 1.25 12S6.07 1.25 12 1.25 22.75 6.07 22.75 12 17.93 22.75 12 22.75m0-20C6.9 2.75 2.75 6.9 2.75 12S6.9 21.25 12 21.25s9.25-4.15 9.25-9.25S17.1 2.75 12 2.75"
})
]))
}