@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
23 lines (22 loc) • 1.5 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: "m18.94 8.06-3.83 3.83c.01.04.01.07.01.11 0 1.72-1.4 3.12-3.12 3.12-.04 0-.07 0-.11-.01l-3.83 3.83A7.77 7.77 0 0 0 12 20c4.41 0 8-3.59 8-8 0-1.43-.38-2.78-1.06-3.94m-1.29-1.71L14.2 9.8c-.56-.57-1.34-.92-2.2-.92-1.72 0-3.12 1.4-3.12 3.12 0 .86.35 1.64.92 2.2l-3.45 3.45A7.98 7.98 0 0 1 4 12c0-4.41 3.59-8 8-8 2.2 0 4.2.9 5.65 2.35",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "m14.2 9.8-4.4 4.4c-.57-.56-.92-1.34-.92-2.2 0-1.72 1.4-3.12 3.12-3.12.86 0 1.64.35 2.2.92M12.75 2v2.04h-.01C12.5 4.01 12.25 4 12 4s-.5.01-.74.04h-.01V2c0-.41.34-.75.75-.75s.75.34.75.75M4 12c0 .25.01.51.04.75H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.04c-.03.24-.04.5-.04.75m8.75 7.96V22c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-2.04h.01c.24.03.49.04.74.04s.5-.01.74-.04zm10-7.96c0 .41-.34.75-.75.75h-2.04c.03-.24.04-.5.04-.75s-.01-.51-.04-.75H22c.41 0 .75.34.75.75"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M21.77 2.23c-.3-.3-.79-.3-1.09 0L2.23 20.69c-.3.3-.3.79 0 1.09a.76.76 0 0 0 1.08-.01L21.77 3.31c.31-.3.31-.78 0-1.08"
})
]))
}