UNPKG

@placetopay/iconsax-vue

Version:

Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.

17 lines (16 loc) 777 B
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", { stroke: "currentColor", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.5", d: "M16 6.3V6c0-2.21-1.79-4-4-4S8 3.79 8 6v5m1.04 3.19c.73.81 1.79 1.31 2.96 1.31 2.21 0 4-1.79 4-4V11m2.72 4.02c.6-1.09.93-2.34.93-3.67v-1.7m-12.87 7.3A7.65 7.65 0 0 0 12 19c1.18 0 2.31-.27 3.31-.75M4.35 9.65v1.7c0 1.06.21 2.06.6 2.98M20.07 2.84 3.93 18.99M11 3v3m1 13v3" }) ])) }