UNPKG

@placetopay/iconsax-vue

Version:

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

23 lines (22 loc) 1.14 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: "M15.01 14.75v7.24l-12 .02v-7.26L3 13.25V7.07c0-.67.34-1.29.89-1.66l4-2.67c.67-.45 1.55-.45 2.22 0l4 2.67c.56.37.89.99.89 1.66v6.18z", opacity: ".4" }), _createElementVNode("path", { fill: "currentColor", d: "M22 21.25h-1.27v-3c.95-.31 1.64-1.2 1.64-2.25v-2c0-1.31-1.07-2.38-2.38-2.38s-2.38 1.07-2.38 2.38v2c0 1.04.68 1.92 1.61 2.24v3.01H2c-.41 0-.75.34-.75.75s.34.75.75.75h17.93c.02 0 .03.01.05.01s.03-.01.05-.01H22c.41 0 .75-.34.75-.75s-.34-.75-.75-.75" }), _createElementVNode("path", { fill: "currentColor", d: "M15.01 14.75h-12L3 13.25h12zm-6.01 8c-.41 0-.75-.34-.75-.75v-3.75c0-.41.34-.75.75-.75s.75.34.75.75V22c0 .41-.34.75-.75.75m0-12a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5" }) ])) }