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.1 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: "M18.5 10v2.17c0 .53.21 1.04.59 1.42l.82.82c.38.38.59.89.59 1.42V17c0 3-1.53 5-5 5h-7c-3.53 0-5-2-5-5V7c0-2.92 1.4-4.9 4.74-4.99C8.32 2 8.41 2 8.5 2h7c.08 0 .16 0 .24.01 3.3.08 4.76 2.06 4.76 4.99v1c0 .55-.45 1-1 1s-1 .45-1 1", opacity: ".4" }), _createElementVNode("path", { fill: "currentColor", d: "m9.74 2-.05 2.96c-.01.41-.34.74-.75.74h-.01a.75.75 0 0 1-.74-.77l.05-2.92C8.32 2 8.41 2 8.5 2zm3 0-.05 2.95c-.01.4-.34.73-.75.73h-.01a.75.75 0 0 1-.74-.76L11.24 2zm3 .01-.05 2.88c-.01.41-.34.74-.75.74h-.01a.75.75 0 0 1-.74-.76L14.24 2h1.26c.08 0 .16 0 .24.01m.28 19.97c-.17.01-.34.02-.51.02h-7c-.18 0-.35 0-.51-.02L7.98 19a2 2 0 0 1 2-2h4.01c1.1 0 1.99.89 2 1.99z" }) ])) }