@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.19 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.811 5.49v.74l-3.54-2.05c-1.34-.77-3.21-.77-4.54 0l-3.54 2.06v-.75c0-2.25 1.23-3.49 3.48-3.49h4.66c2.25 0 3.48 1.24 3.48 3.49"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "m17.84 7.968-.14-.07-1.36-.78-2.82-1.63c-.86-.5-2.18-.5-3.04 0l-2.82 1.62-1.36.8-.18.09c-1.75 1.18-1.87 1.4-1.87 3.29v4.52c0 1.89.12 2.11 1.91 3.32l4.32 2.49c.43.26.97.37 1.52.37.54 0 1.09-.12 1.52-.37l4.36-2.52c1.76-1.18 1.87-1.39 1.87-3.29v-4.52c0-1.89-.12-2.11-1.91-3.32m-3.05 5.53-.61.75c-.1.11-.17.32-.16.47l.06.96c.04.59-.38.89-.93.68l-.89-.36a.9.9 0 0 0-.51 0l-.89.35c-.55.22-.97-.09-.93-.68l.06-.96a.72.72 0 0 0-.16-.47l-.62-.74c-.38-.45-.21-.95.36-1.1l.93-.24c.15-.04.32-.18.4-.3l.52-.8c.32-.5.83-.5 1.16 0l.52.8c.08.13.26.26.4.3l.93.24c.57.15.74.65.36 1.1"
})
]))
}