UNPKG

@placetopay/iconsax-vue

Version:

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

18 lines (17 loc) 874 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", { fill: "currentColor", d: "M12 12.75H4.88c-.41 0-.75-.34-.75-.75V4.5c0-1.52 1.23-2.75 2.75-2.75H12c3.03 0 5.5 2.47 5.5 5.5s-2.47 5.5-5.5 5.5m-6.38-1.5H12c2.21 0 4-1.79 4-4s-1.79-4-4-4H6.88c-.69 0-1.25.56-1.25 1.25v6.75z" }), _createElementVNode("path", { fill: "currentColor", d: "M14.38 22.25h-7.5c-1.52 0-2.75-1.23-2.75-2.75V12c0-.41.34-.75.75-.75h9.5c3.03 0 5.5 2.47 5.5 5.5s-2.47 5.5-5.5 5.5m-8.76-9.5v6.75c0 .69.56 1.25 1.25 1.25h7.5c2.21 0 4-1.79 4-4s-1.79-4-4-4z" }) ])) }