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.21 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: "M13.18 18.7c-1.17 0-2.16-.72-2.53-1.83l-.7-2.07c-.11-.36-.39-.63-.73-.74l-2.08-.7c-1.12-.38-1.84-1.39-1.82-2.57s.76-2.17 1.89-2.52l7.53-2.34c.95-.29 1.98-.04 2.68.67s.95 1.73.66 2.68l-2.34 7.54c-.35 1.13-1.34 1.87-2.53 1.89-.01-.01-.02-.01-.03-.01m2.34-11.4c-.12 0-.23.02-.35.05L7.63 9.7c-.61.19-.83.69-.83 1.11-.01.41.2.93.8 1.13l2.08.69c.8.26 1.43.89 1.69 1.7l.69 2.06c.2.6.67.79 1.13.81.41 0 .92-.22 1.11-.83l2.34-7.54c.13-.42.02-.86-.29-1.17a1.13 1.13 0 0 0-.83-.36" }), _createElementVNode("path", { fill: "currentColor", d: "M15 22.75H9c-5.43 0-7.75-2.32-7.75-7.75V9c0-5.43 2.32-7.75 7.75-7.75h6c5.43 0 7.75 2.32 7.75 7.75v6c0 5.43-2.32 7.75-7.75 7.75m-6-20C4.39 2.75 2.75 4.39 2.75 9v6c0 4.61 1.64 6.25 6.25 6.25h6c4.61 0 6.25-1.64 6.25-6.25V9c0-4.61-1.64-6.25-6.25-6.25z" }) ])) }