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) 1.18 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: "M14.89 3.45H9.11c-.4 0-.72-.32-.72-.72S8.71 2 9.11 2h5.78c.4 0 .72.32.72.72s-.32.73-.72.73M19.97 15h-2.94c-1.27 0-2.03.76-2.03 2.03v2.94c0 1.27.76 2.03 2.03 2.03h2.94c1.27 0 2.03-.76 2.03-2.03v-2.94c0-1.27-.76-2.03-2.03-2.03m-.28 4.46-1.18.68c-.24.14-.48.21-.7.21-.17 0-.32-.04-.46-.12-.32-.19-.5-.56-.5-1.05v-1.36c0-.49.18-.86.5-1.05s.73-.15 1.16.09l1.18.68c.42.25.66.59.66.96s-.23.71-.66.96" }), _createElementVNode("path", { fill: "currentColor", d: "M14 19.968v-2.94c0-1.81 1.22-3.03 3.03-3.03h2.94q.345 0 .66.06c.02-.24.04-.48.04-.73 0-4.79-3.89-8.68-8.67-8.68s-8.67 3.89-8.67 8.68c0 4.78 3.89 8.67 8.67 8.67.85 0 1.66-.14 2.44-.36a3.2 3.2 0 0 1-.44-1.67m-1.25-6.97c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-5c0-.41.34-.75.75-.75s.75.34.75.75z" }) ])) }