@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.19 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: "M8.77 15.99c-.93 0-1.81-.36-2.48-1.02a3.5 3.5 0 0 1-1.04-2.5v-2.8C5.25 8.75 6 8 6.92 8h3.69c1.94 0 3.52 1.58 3.52 3.52v2.77c0 .92-.75 1.67-1.66 1.67l-3.68.03zM6.92 9.51c-.1 0-.17.08-.17.17v2.8c0 .54.21 1.05.6 1.43.38.38.9.62 1.44.59l3.68-.03c.09 0 .17-.08.17-.17v-2.77c0-1.11-.91-2.02-2.02-2.02zM18 15.53c-.15 0-.29-.04-.42-.13l-2.77-1.85a.74.74 0 0 1-.33-.62v-1.85c0-.25.13-.49.33-.62l2.77-1.85a.76.76 0 0 1 .77-.04c.24.13.4.38.4.66v5.54c0 .28-.15.53-.4.66-.11.07-.23.1-.35.1m-2.02-3 1.27.85v-2.74l-1.27.85z"
}),
_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"
})
]))
}