@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.08 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: "M15.17 13.772c0 .56.46 1.02 1.02 1.02h1.02v-2.03h-1.02a1.01 1.01 0 0 0-1.02 1.01"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M16.19 2H7.82C4.18 2 2.01 4.17 2.01 7.81v8.37c0 3.64 2.17 5.81 5.81 5.81h8.37c3.64 0 5.81-2.17 5.81-5.81V7.81C22 4.17 19.83 2 16.19 2m-3.91 13.06c.26.32.21.8-.12 1.05-.14.11-.3.16-.47.16-.22 0-.44-.1-.59-.28l-2.24-2.8-2.24 2.8a.763.763 0 0 1-1.06.12.75.75 0 0 1-.12-1.05L7.89 12 5.44 8.94c-.26-.32-.21-.8.12-1.05.32-.26.8-.21 1.05.12l2.24 2.8 2.24-2.8a.748.748 0 0 1 1.17.93L9.81 12zm6.43.47c0 .41-.34.75-.75.75h-1.77c-1.39 0-2.52-1.13-2.52-2.52s1.13-2.52 2.52-2.52h1.02V8.46c0-.41.34-.75.75-.75s.75.34.75.75z"
})
]))
}