@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
18 lines (17 loc) • 2.06 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: "M2 22.75a.76.76 0 0 1-.73-.95l1.26-4.71c-.84-1.56-1.28-3.32-1.28-5.1C1.25 6.06 6.07 1.24 12 1.24s10.75 4.82 10.75 10.75S17.93 22.74 12 22.74c-1.81 0-3.58-.45-5.16-1.31L2.2 22.72c-.07.02-.13.03-.2.03m4.94-2.87c.13 0 .26.04.38.1 1.41.83 3.03 1.27 4.68 1.27 5.1 0 9.25-4.15 9.25-9.25S17.1 2.75 12 2.75 2.75 6.9 2.75 12c0 1.63.43 3.22 1.24 4.62.1.17.13.38.08.57l-1 3.74 3.68-1.02c.06-.02.13-.03.19-.03"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M14.74 17.76c-.62 0-1.26-.14-1.93-.43-.63-.27-1.26-.63-1.87-1.08-.6-.44-1.19-.94-1.73-1.48-.54-.55-1.04-1.13-1.48-1.73-.45-.63-.81-1.25-1.07-1.86-.28-.66-.42-1.31-.42-1.93 0-.44.08-.86.23-1.25.16-.41.42-.78.76-1.1.64-.63 1.56-.86 2.29-.51.25.11.46.29.62.53l1.16 1.63c.12.16.21.33.28.5.08.2.13.4.13.59 0 .26-.07.52-.21.75-.09.15-.22.33-.39.5l-.13.14c.06.08.13.18.24.3.21.24.44.5.69.75.25.24.5.48.75.69.12.1.22.18.3.23l.14-.14c.18-.18.36-.32.54-.41.33-.21.84-.26 1.29-.07.16.06.32.15.49.27l1.67 1.18c.23.16.41.38.53.63.1.25.14.47.14.7 0 .3-.07.59-.2.87-.13.26-.28.49-.46.7-.32.35-.69.61-1.09.78s-.83.25-1.27.25M8.79 7.74c-.06 0-.26 0-.51.25-.19.18-.32.37-.41.58s-.13.45-.13.69q0 .63.3 1.35c.21.5.52 1.03.9 1.56.39.53.83 1.06 1.32 1.55.49.48 1.01.93 1.55 1.33.52.38 1.05.68 1.58.91.76.33 1.46.41 2.03.17.2-.08.38-.22.56-.4.09-.1.16-.2.22-.33.03-.07.05-.15.05-.22 0-.02 0-.05-.03-.11l-1.67-1.16a.8.8 0 0 0-.2-.11c-.04.02-.1.05-.21.16l-.38.38c-.29.29-.75.37-1.12.24l-.18-.08c-.23-.12-.49-.3-.78-.55-.28-.24-.55-.49-.84-.77-.28-.29-.53-.56-.77-.84a5.5 5.5 0 0 1-.56-.77l-.11-.26a1.1 1.1 0 0 1-.04-.31c0-.28.1-.53.29-.73l.38-.39c.11-.11.15-.17.17-.21a1 1 0 0 0-.12-.2L8.91 7.82z"
})
]))
}