@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.01 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: "m7.93 5.48 3.13 3.13c.52.52 1.37.52 1.89 0l3.13-3.13c.84-.84.25-2.29-.95-2.29H8.87c-1.19 0-1.79 1.45-.94 2.29m0 13.04 3.13-3.13a1.34 1.34 0 0 1 1.89 0l3.13 3.13c.84.84.25 2.29-.95 2.29H8.87c-1.19 0-1.79-1.45-.94-2.29",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "m2.16 11.43 2.29-3.6c.36-.57 1.16-.66 1.64-.18l3.6 3.6c.41.41.41 1.08 0 1.49l-3.6 3.6c-.48.48-1.27.39-1.64-.18l-2.29-3.6c-.21-.34-.21-.78 0-1.13m19.68 0-2.29-3.6c-.36-.57-1.16-.66-1.64-.18l-3.6 3.6c-.41.41-.41 1.08 0 1.49l3.6 3.6c.48.48 1.27.39 1.64-.18l2.29-3.6c.21-.34.21-.78 0-1.13"
})
]))
}