UNPKG

@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.2 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: "M21 7.52v7.96c0 .36-.02.71-.07 1.03-.04 0-.09-.02-.13-.03l-2.28-.76c-.02-.01-.03-.02-.05-.02v4.61c-.48.27-1.02.46-1.62.56.1-.18.16-.39.16-.62a1.336 1.336 0 0 0-2.67 0c0 .28.08.54.23.75H7.52C4.07 21 2 18.94 2 15.48V7.52C2 4.06 4.07 2 7.52 2h7.96C18.93 2 21 4.06 21 7.52", opacity: ".4" }), _createElementVNode("path", { fill: "currentColor", d: "m21.62 12.1-.62-.21-1.67-.55c-.58-.19-1.17-.12-1.62.2-.44.33-.7.86-.7 1.48v4.79c-.4-.22-.85-.36-1.34-.36A2.8 2.8 0 0 0 12.98 21a2.796 2.796 0 0 0 5.49-.69V15.7c.02 0 .03.01.05.02l2.28.76c.04.01.09.03.13.03.18.05.34.07.51.07.36 0 .7-.1.98-.31.45-.32.7-.85.7-1.47v-.6c0-.91-.64-1.81-1.5-2.1m-5.95 9.49c-.46 0-.86-.23-1.1-.59-.15-.21-.23-.47-.23-.75a1.336 1.336 0 0 1 2.67 0c0 .23-.06.44-.16.62-.22.43-.67.72-1.18.72" }) ])) }