@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
19 lines (18 loc) • 1.55 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: "M23.53 12.05a.754.754 0 0 0-1.06 0l-.46.46V12c0-5.52-4.49-10.01-10.01-10.01-3.05 0-5.9 1.37-7.81 3.75-.26.32-.21.8.12 1.05.32.26.8.21 1.05-.12A8.48 8.48 0 0 1 12 3.48c4.69 0 8.51 3.82 8.51 8.51v.5l-.46-.46a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l1.74 1.74a.78.78 0 0 0 .53.22.75.75 0 0 0 .53-.22l1.74-1.74c.29-.27.29-.75 0-1.04m-3.84 5.15a.74.74 0 0 0-1.05.12A8.48 8.48 0 0 1 12 20.51c-4.69 0-8.51-3.82-8.51-8.51v-.5l.46.46c.15.15.34.22.53.22s.38-.07.53-.22c.29-.29.29-.77 0-1.06L3.27 9.16A.8.8 0 0 0 3.03 9a.7.7 0 0 0-.57 0c-.09.04-.17.09-.24.16L.48 10.9c-.29.29-.29.77 0 1.06s.77.29 1.06 0L2 11.5v.5c0 5.52 4.49 10.01 10.01 10.01 3.05 0 5.9-1.37 7.81-3.75.25-.32.2-.8-.13-1.06",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M15.45 11.64c.27-.4.42-.87.42-1.39 0-1.33-1.17-2.5-2.5-2.5h-.82v-1c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1H9c-.41 0-.75.34-.75.75v7c0 .41.34.75.75.75h2.05v1c0 .41.34.75.75.75s.75-.34.75-.75v-1H14c1.52 0 2.75-1.12 2.75-2.5 0-.89-.52-1.67-1.3-2.11m-5.7-2.39h3.62c.55 0 1 .55 1 1 0 .55-.45 1-1 1H9.75zm4.25 5.5H9.75v-2H14c.69 0 1.25.45 1.25 1s-.56 1-1.25 1"
})
]))
}