@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
22 lines (21 loc) • 1.94 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: "M10.5 22.54c-.4 0-.79-.09-1.16-.26l-6.5-3.06a2.76 2.76 0 0 1-1.58-2.49V9.27c0-1.06.62-2.04 1.58-2.49l6.5-3.06c.74-.35 1.59-.34 2.33 0l2.67 1.26c.31.15.48.48.42.81-.01.07-.01.14-.01.21a3.256 3.256 0 0 0 4.05 3.15.747.747 0 0 1 .96.72v6.86c0 1.06-.62 2.04-1.58 2.49l-6.5 3.06c-.38.17-.78.26-1.18.26m0-17.58c-.18 0-.37.04-.54.12l-6.5 3.06c-.44.21-.72.64-.72 1.13v7.46c0 .49.28.92.72 1.13l6.5 3.06c.34.15.73.16 1.07 0l6.5-3.06c.44-.21.72-.64.72-1.13v-5.99c-.08 0-.17.01-.25.01-2.58 0-4.68-2.06-4.75-4.62l-2.22-1.05c-.17-.08-.35-.12-.53-.12"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M9 16.25c-1.52 0-2.75-1.23-2.75-2.75v-3c0-.41.34-.75.75-.75s.75.34.75.75v3a1.25 1.25 0 0 0 2.5 0v-3c0-.41.34-.75.75-.75s.75.34.75.75v3c0 1.52-1.23 2.75-2.75 2.75m5-.06c-.41 0-.75-.34-.75-.75V10.5c0-.41.34-.75.75-.75s.75.34.75.75v4.94c0 .42-.34.75-.75.75m4-5.44c-2.62 0-4.75-2.13-4.75-4.75 0-.15 0-.32.03-.47.2-2.41 2.23-4.28 4.72-4.28a4.752 4.752 0 0 1 0 9.5m0-8c-1.7 0-3.09 1.28-3.23 2.97-.02.14-.02.21-.02.28a3.256 3.256 0 0 0 4.05 3.15A3.24 3.24 0 0 0 21.25 6c0-1.79-1.46-3.25-3.25-3.25"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M19.09 5.91c.24-.21.37-.49.37-.83 0-.77-.58-1.28-1.46-1.28s-1.46.52-1.46 1.28c0 .33.13.62.37.83-.32.24-.5.59-.5.98 0 .81.61 1.31 1.6 1.31s1.6-.5 1.6-1.31a1.2 1.2 0 0 0-.52-.98M18 5.51c-.27 0-.44-.15-.44-.38 0-.28.23-.37.44-.37s.44.1.44.37c0 .23-.17.38-.44.38m0 .83c.28 0 .58.12.58.45 0 .29-.22.46-.58.46s-.58-.17-.58-.46c0-.41.44-.45.58-.45"
})
]))
}