@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.14 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: "M12.005 22.733c-5.918 0-10.728-4.81-10.728-10.728S6.087 1.277 12.005 1.277s10.728 4.81 10.728 10.728-4.82 10.728-10.728 10.728m0-19.959c-5.09 0-9.23 4.142-9.23 9.231 0 5.09 4.14 9.23 9.23 9.23s9.23-4.14 9.23-9.23-4.14-9.23-9.23-9.23"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M14.3 12.953a.75.75 0 0 1-.53-.22L5.609 4.552a.753.753 0 0 1 0-1.058.753.753 0 0 1 1.057 0l6.896 6.906.01-2.735c0-.409.34-.748.749-.748.409-.03.748.34.748.748l-.01 4.54c0 .3-.18.58-.46.69q-.149.06-.298.06m3.562 7.772a.74.74 0 0 1-.529-.22l-6.895-6.906-.01 2.735c0 .409-.34.748-.749.748a.754.754 0 0 1-.748-.748l.01-4.54c0-.3.18-.58.459-.69a.76.76 0 0 1 .818.16l8.163 8.183c.29.29.29.769 0 1.058-.13.15-.33.22-.519.22"
})
]))
}