@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.23 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.55 9.44h-1.1c-.15 0-.3.03-.44.07l-4.99-4.99c.48-.62.44-1.51-.13-2.07l-.78-.78c-.59-.59-1.63-.59-2.23 0l-.78.78c-.56.56-.6 1.45-.12 2.07L4.99 9.51c-.14-.04-.29-.07-.44-.07h-1.1c-.87 0-1.58.71-1.58 1.58v1.1c0 .87.71 1.58 1.58 1.58h1.1c.87 0 1.58-.71 1.58-1.58v-1.1c0-.15-.03-.3-.07-.44l4.99-4.99c.27.21.61.32.95.32s.68-.12.96-.33l4.99 4.99c-.04.14-.07.29-.07.44v1.1c0 .87.71 1.58 1.58 1.58h1.1c.87 0 1.58-.71 1.58-1.58v-1.1c-.02-.87-.72-1.57-1.59-1.57"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M15.75 16.55 14.11 18H9.85l-1.64-1.45c-.95-.78-.95-1.38-.23-2.3l2.89-3.66q.3-.375.69-.51c.27-.09.56-.09.84 0q.375.135.69.51l2.89 3.66c.72.91.69 1.48-.23 2.3M13.29 22H10.7c-.92 0-1.61-.75-1.43-1.55l.31-1.39a.6.6 0 0 1 .59-.47h3.65c.28 0 .52.19.59.47l.31 1.39c.2.85-.45 1.55-1.43 1.55"
})
]))
}