@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
14 lines (13 loc) • 1.45 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: "M20.75 16.5v-9c1.19-.5 2-1.67 2-3 0-1.79-1.46-3.25-3.25-3.25-1.32 0-2.5.81-3 2h-9c-.5-1.19-1.67-2-3-2-1.79 0-3.25 1.46-3.25 3.25 0 1.32.81 2.5 2 3v9c-1.19.5-2 1.67-2 3 0 1.79 1.46 3.25 3.25 3.25 1.32 0 2.5-.81 3-2h9c.5 1.19 1.67 2 3 2 1.79 0 3.25-1.46 3.25-3.25 0-1.32-.81-2.5-2-3m-1.59-.23c-.11.01-.21.03-.32.05q-.405.075-.78.27c-.06.03-.12.06-.18.1-.5.28-.91.69-1.19 1.19-.04.06-.07.12-.1.18q-.195.375-.27.78c-.02.11-.04.21-.05.32-.01.03-.01.06-.01.09H7.74a3.4 3.4 0 0 0-.14-.72c-.02-.08-.05-.17-.09-.25-.03-.07-.06-.14-.1-.22-.03-.06-.06-.12-.1-.18-.28-.5-.69-.91-1.19-1.19-.06-.04-.12-.07-.18-.1-.08-.04-.15-.07-.22-.1-.08-.04-.17-.07-.25-.09a3.4 3.4 0 0 0-.72-.14V7.74c.26-.02.5-.07.74-.15.09-.02.19-.06.28-.1.05-.02.11-.05.17-.08s.12-.06.18-.1c.5-.28.91-.69 1.19-1.19.04-.06.07-.12.1-.18s.06-.12.08-.17c.04-.09.08-.19.1-.28.08-.24.13-.48.15-.74h8.52c.02.27.07.52.16.77.02.08.05.17.09.25.02.06.05.11.08.17s.06.12.1.18c.28.5.69.91 1.19 1.19.06.04.12.07.18.1s.11.06.17.08c.08.04.17.07.25.09.25.09.5.14.77.16v8.52c-.03 0-.06 0-.09.01"
})
]))
}