@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.38 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 22.75c-.79 0-1.54-.4-2.06-1.11l-1.01-1.35c-.21-.28-.49-.44-.79-.46s-.6.12-.84.37l-.57-.5.55.51c-1.45 1.54-2.55 1.42-3.08 1.21-.54-.21-1.45-.9-1.45-3.12V7.04c0-4.44 1.28-5.79 5.47-5.79h7.55c4.19 0 5.47 1.35 5.47 5.79V18.3c0 2.21-.91 2.9-1.45 3.12-.53.21-1.63.33-3.08-1.21-.24-.26-.55-.39-.85-.37s-.59.18-.8.46l-1.01 1.35c-.51.7-1.26 1.1-2.05 1.1m-3.92-4.42h.13c.74.04 1.44.43 1.91 1.06l1.02 1.35c.49.65 1.24.65 1.73 0l1.01-1.35c.47-.63 1.17-1.02 1.92-1.06s1.48.27 2.02.85c.76.81 1.25.91 1.43.84.24-.1.5-.68.5-1.72V7.04c0-3.61-.63-4.29-3.97-4.29H8.22c-3.34 0-3.97.68-3.97 4.29V18.3c0 1.05.26 1.63.5 1.72.18.07.67-.03 1.43-.84.52-.55 1.2-.85 1.9-.85"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M15 14c-.56 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.44 1-1 1M9 9c-.56 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.44 1-1 1m-.37 5.55c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l6.73-6.73c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-6.73 6.73a.7.7 0 0 1-.53.22"
})
]))
}