@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
19 lines (18 loc) • 1.55 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: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M16.95 17.7c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06A6.2 6.2 0 0 0 18.25 12c0-1.67-.65-3.24-1.83-4.42a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0A7.7 7.7 0 0 1 19.75 12c0 2.07-.81 4.02-2.27 5.48-.15.15-.34.22-.53.22m-9.9 0c-.19 0-.38-.07-.53-.22A7.7 7.7 0 0 1 4.25 12c0-2.07.81-4.02 2.27-5.48.29-.29.77-.29 1.06 0s.29.77 0 1.06A6.2 6.2 0 0 0 5.75 12c0 1.67.65 3.24 1.83 4.42.29.29.29.77 0 1.06-.15.15-.34.22-.53.22m6.6-5.92-.9-.32V9.48h.03c.44 0 .81.4.81.88 0 .41.34.75.75.75s.75-.34.75-.75c0-1.31-1.03-2.38-2.31-2.38h-.03V7.8c0-.41-.34-.75-.75-.75s-.75.34-.75.75v.18h-.23c-1.16 0-2.11.98-2.11 2.17 0 1.05.47 1.72 1.43 2.06l.9.32v1.98h-.03c-.44 0-.81-.4-.81-.88 0-.41-.34-.75-.75-.75s-.75.34-.75.75c0 1.31 1.03 2.38 2.31 2.38h.03v.18c0 .41.34.75.75.75s.75-.34.75-.75v-.18h.23c1.16 0 2.11-.98 2.11-2.17 0-1.05-.46-1.72-1.43-2.06m-2.81-.98c-.32-.11-.43-.17-.43-.64 0-.37.27-.67.61-.67h.23v1.46zm2.14 3.72h-.23v-1.46l.41.14c.32.11.43.17.43.64-.01.37-.28.68-.61.68"
})
]))
}