UNPKG

@placetopay/iconsax-vue

Version:

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

26 lines (25 loc) 2.27 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: "M8 5.75c-.41 0-.75-.34-.75-.75V2c0-.41.34-.75.75-.75s.75.34.75.75v3c0 .41-.34.75-.75.75m8 0c-.41 0-.75-.34-.75-.75V2c0-.41.34-.75.75-.75s.75.34.75.75v3c0 .41-.34.75-.75.75" }), _createElementVNode("path", { fill: "currentColor", d: "M14.68 22.75H8c-3.65 0-5.75-2.1-5.75-5.75V8.5c0-3.65 2.1-5.75 5.75-5.75h8c3.65 0 5.75 2.1 5.75 5.75v5.13c0 .29-.17.55-.42.68-.26.12-.57.09-.79-.09-1.58-1.26-4.01-1.26-5.59.03a4.42 4.42 0 0 0-1.69 3.51c0 .82.22 1.62.65 2.31.33.54.74.99 1.22 1.33.26.19.38.53.28.84-.12.3-.4.51-.73.51M8 4.25c-2.86 0-4.25 1.39-4.25 4.25V17c0 2.86 1.39 4.25 4.25 4.25h4.89c-.1-.13-.19-.27-.27-.41-.57-.92-.87-1.99-.87-3.09 0-1.85.82-3.55 2.26-4.68 1.71-1.39 4.24-1.69 6.24-.77V8.5c0-2.86-1.39-4.25-4.25-4.25z" }), _createElementVNode("path", { fill: "currentColor", d: "M13 11.75H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h6c.41 0 .75.34.75.75s-.34.75-.75.75m-3.38 5H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.62a.749.749 0 1 1 0 1.5m8.13 7a5.99 5.99 0 0 1-5.13-2.91c-.57-.92-.87-1.99-.87-3.09 0-1.85.82-3.55 2.26-4.68 2.08-1.69 5.36-1.7 7.46-.03a5.96 5.96 0 0 1 2.28 4.71c0 1.1-.3 2.17-.87 3.09a5.3 5.3 0 0 1-1.2 1.42 5.88 5.88 0 0 1-3.93 1.49m0-10.5c-1.02 0-2.02.35-2.81.99a4.42 4.42 0 0 0-1.69 3.51c0 .82.22 1.62.65 2.31.33.54.74.99 1.22 1.33.77.56 1.68.86 2.63.86 1.11 0 2.13-.39 2.95-1.12.36-.3.65-.65.89-1.06.43-.7.66-1.5.66-2.32 0-1.39-.62-2.67-1.71-3.53-.8-.64-1.76-.97-2.79-.97" }), _createElementVNode("path", { fill: "currentColor", d: "M17.75 21c-.41 0-.75-.34-.75-.75 0-.96-.79-1.75-1.75-1.75-.41 0-.75-.34-.75-.75s.34-.75.75-.75c.96 0 1.75-.79 1.75-1.75 0-.41.34-.75.75-.75s.75.34.75.75c0 .96.79 1.75 1.75 1.75.41 0 .75.34.75.75s-.34.75-.75.75c-.96 0-1.75.79-1.75 1.75 0 .41-.34.75-.75.75m-.43-3.25c.15.13.3.27.43.43.13-.15.27-.3.43-.43-.15-.13-.3-.27-.43-.43-.13.16-.27.3-.43.43" }) ])) }