UNPKG

@placetopay/iconsax-vue

Version:

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

14 lines (13 loc) 1.05 kB
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: "M16.19 2H7.81C4.17 2 2 4.17 2 7.81v8.37C2 19.83 4.17 22 7.81 22h8.37c3.64 0 5.81-2.17 5.81-5.81V7.81C22 4.17 19.83 2 16.19 2m2.32 11.19c0 .6-.46.9-1.01.66l-3.35-1.44c-.39-.16-.7.04-.7.46v1.85c0 .16.09.39.21.51l1.64 1.65c.17.17.25.51.17.74l-.32.96c-.14.42-.62.62-1.01.42l-1.67-1.42c-.26-.21-.68-.21-.93 0L9.86 19c-.4.2-.87 0-1.01-.43l-.32-.96c-.08-.23 0-.57.17-.74l1.67-1.64c.11-.11.21-.34.21-.51v-1.85c0-.42-.32-.63-.7-.46l-3.35 1.44c-.56.24-1.01-.06-1.01-.66v-.93c0-.48.37-1.04.81-1.23l3.94-1.7c.16-.07.3-.28.3-.46V6.8c0-.68.49-1.49 1.1-1.79.22-.11.47-.11.69 0 .6.31 1.1 1.11 1.1 1.79v2.07c0 .18.13.39.3.46l3.94 1.7c.45.19.81.75.81 1.23z" }) ])) }