@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
25 lines (24 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: "M22 7.81v7.35c-.29-.14-.61-.24-.97-.3l-.31-.05-.26-.54c-.55-1.12-1.45-1.77-2.46-1.77s-1.91.65-2.46 1.77l-.27.54-.3.05c-1.19.2-2.05.86-2.36 1.8-.3.95.01 1.99.86 2.85l.31.31-.03.12c-.2.89-.12 1.57.07 2.06H7.81C4.17 22 2 19.83 2 16.19V7.81C2 4.17 4.17 2 7.81 2h8.38C19.83 2 22 4.17 22 7.81",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "m19.12 14.94.32.65c.16.32.57.62.91.68l.43.07c1.31.22 1.61 1.18.68 2.12l-.4.4c-.27.27-.41.79-.33 1.17l.05.24c.36 1.58-.48 2.19-1.85 1.36l-.29-.18c-.35-.21-.93-.21-1.28 0l-.29.18c-1.38.83-2.21.22-1.85-1.36l.05-.24c.08-.37-.06-.9-.33-1.17l-.4-.4c-.93-.95-.63-1.9.68-2.12l.43-.07c.35-.06.75-.36.91-.68l.32-.65c.62-1.25 1.62-1.25 2.24 0"
}),
_createElementVNode("path", {
fill: "currentColor",
"fill-rule": "evenodd",
d: "M16.13 7.917a.75.75 0 0 1 .133 1.052l-2.315 2.986a1.76 1.76 0 0 1-2.456.298l-.006-.004-1.826-1.437a.254.254 0 0 0-.356.046l-2.38 3.09a.75.75 0 0 1-1.188-.916l2.38-3.09a1.754 1.754 0 0 1 2.463-.316l.005.004 1.827 1.438a.26.26 0 0 0 .36-.041l2.306-2.977a.75.75 0 0 1 1.053-.133",
"clip-rule": "evenodd"
})
]))
}