@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.59 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: "M17 20.75H7c-4.25 0-5.64-1.27-5.74-5.23 0-.2.07-.4.21-.54s.33-.23.54-.23c1.51 0 2.74-1.24 2.74-2.75S3.52 9.25 2.01 9.25c-.2 0-.39-.08-.54-.23a.7.7 0 0 1-.21-.54C1.36 4.52 2.75 3.25 7 3.25h10c4.41 0 5.75 1.34 5.75 5.75v6c0 4.41-1.34 5.75-5.75 5.75M2.79 16.18c.17 2.54 1.03 3.07 4.21 3.07h10c3.58 0 4.25-.68 4.25-4.25V9c0-3.57-.67-4.25-4.25-4.25H7c-3.18 0-4.04.54-4.21 3.07C4.76 8.2 6.25 9.93 6.25 12s-1.49 3.8-3.46 4.18"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M9 8.25c-.41 0-.75-.34-.75-.75V4c0-.41.34-.75.75-.75s.75.34.75.75v3.5c0 .41-.34.75-.75.75m0 12.5c-.41 0-.75-.34-.75-.75v-3.5c0-.41.34-.75.75-.75s.75.34.75.75V20c0 .41-.34.75-.75.75m4.04-5.1c-.24 0-.48-.08-.68-.22-.36-.26-.54-.7-.46-1.14l.21-1.19-.87-.85a1.17 1.17 0 0 1-.3-1.19c.14-.42.5-.73.94-.79l1.2-.18.54-1.09c.2-.4.6-.65 1.04-.65.45 0 .85.25 1.04.65l.54 1.09 1.2.18c.44.06.8.37.94.79s.02.88-.3 1.19l-.87.85.21 1.19c.08.44-.1.88-.46 1.14s-.83.29-1.22.09l-1.07-.56-1.08.56c-.17.09-.36.13-.55.13m-.27-4 .51.5c.28.27.4.65.34 1.03l-.12.7.63-.33c.34-.18.74-.18 1.08 0l.63.33-.12-.7c-.06-.39.06-.77.34-1.03l.51-.5-.7-.1c-.38-.06-.71-.3-.88-.64l-.31-.64-.31.64c-.17.34-.5.58-.88.64z"
})
]))
}