@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.13 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: "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 2",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M16.86 8.46c-.84-.08-1.61-.13-2.36-.18l-.08-.48c-.07-.48-.22-1.47-1.73-1.47H11.3c-1.49 0-1.65.95-1.73 1.46l-.08.47c-.43.03-.85.05-1.28.09l-1.09.11c-.38.04-.65.37-.61.75.04.35.33.62.68.62h.07l1.08-.11c.6-.05 1.21-.1 1.81-.13 1.22-.05 2.44-.03 3.67.03.91.04 1.86.11 2.9.21h.06c.35 0 .65-.27.68-.62a.66.66 0 0 0-.6-.75m-1.03 2.64a.9.9 0 0 0-.67-.29H8.84c-.25 0-.5.11-.67.29a.93.93 0 0 0-.24.69l.31 3.96c.06.85.13 1.91 2.05 1.91h3.42c1.92 0 1.99-1.06 2.05-1.91l.31-3.96a.93.93 0 0 0-.24-.69"
})
]))
}