@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.25 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: "M21.09 21.5c0 .28-.22.5-.5.5H3.41c-.28 0-.5-.22-.5-.5 0-4.14 4.08-7.5 9.09-7.5 1.03 0 2.03.14 2.95.41-.59.7-.95 1.61-.95 2.59 0 .75.21 1.46.58 2.06.2.34.46.65.76.91.7.64 1.63 1.03 2.66 1.03 1.12 0 2.13-.46 2.85-1.2.16.54.24 1.11.24 1.7",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M21.88 16.04c-.1-.39-.26-.78-.48-1.13-.15-.26-.35-.51-.57-.74a4 4 0 0 0-2.62-1.16c-1.09-.07-2.2.33-3.04 1.16a4.007 4.007 0 0 0 0 5.66c.53.53 1.18.88 1.87 1.04.38.1.78.14 1.18.11.95-.04 1.88-.42 2.61-1.15a3.98 3.98 0 0 0 1.05-3.79M19.6 18.6c-.29.29-.77.29-1.06 0l-.55-.55-.53.53c-.29.29-.77.29-1.06 0a.754.754 0 0 1 0-1.06l.53-.53-.51-.5a.767.767 0 0 1 0-1.07c.3-.29.77-.29 1.07 0l.5.51.53-.53c.29-.29.76-.29 1.06 0 .29.29.29.77 0 1.06l-.53.53.55.55c.29.29.29.77 0 1.06M12 12a5 5 0 1 0 0-10 5 5 0 0 0 0 10"
})
]))
}