@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
19 lines (18 loc) • 761 B
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: "M20.78 14.18v2.94c0 1.1-.9 2-2 2H5.22c-1.1 0-2-.9-2-2v-2.94c0-4.82 3.9-8.72 8.72-8.72h.12c4.82-.01 8.72 3.9 8.72 8.72",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M12.75 2.53v2.96q-.345-.03-.69-.03h-.12q-.345 0-.69.03V2.53c0-.41.34-.75.75-.75s.75.34.75.75m2.57 16.58a3.326 3.326 0 0 1-6.64 0z"
})
]))
}