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.54 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: "M19 9.87v6.86c0 .78-.45 1.48-1.15 1.81l-6.5 3.06c-.54.25-1.16.25-1.7 0l-6.5-3.06C2.45 18.21 2 17.51 2 16.73V9.27c0-.78.45-1.48 1.15-1.81l6.5-3.06a2.02 2.02 0 0 1 1.7 0l2.67 1.26C14 5.77 14 5.89 14 6c0 2.21 1.79 4 4 4 .35 0 .68-.04 1-.13", opacity: ".4" }), _createElementVNode("path", { fill: "currentColor", d: "M9 16.25c-1.52 0-2.75-1.23-2.75-2.75v-3c0-.41.34-.75.75-.75s.75.34.75.75v3a1.25 1.25 0 0 0 2.5 0v-3c0-.41.34-.75.75-.75s.75.34.75.75v3c0 1.52-1.23 2.75-2.75 2.75m5-.06c-.41 0-.75-.34-.75-.75V10.5c0-.41.34-.75.75-.75s.75.34.75.75v4.94c0 .42-.34.75-.75.75m4-9.85c-.14 0-.58.03-.58.45 0 .29.22.46.58.46s.58-.17.58-.46c0-.33-.3-.45-.58-.45m0-.83c.27 0 .44-.15.44-.38 0-.28-.23-.37-.44-.37s-.44.1-.44.37c0 .23.17.38.44.38" }), _createElementVNode("path", { fill: "currentColor", d: "M18 2a3.99 3.99 0 0 0-3.98 3.66C14 5.77 14 5.89 14 6c0 2.21 1.79 4 4 4 .35 0 .68-.04 1-.13A3.999 3.999 0 0 0 18 2m0 6.2c-.99 0-1.6-.5-1.6-1.31 0-.39.18-.74.5-.98-.24-.21-.37-.5-.37-.83 0-.77.59-1.28 1.46-1.28s1.46.52 1.46 1.28c0 .33-.12.62-.37.83.33.23.51.58.51.98.01.81-.6 1.31-1.59 1.31" }) ])) }