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.4 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.75 8v2.1c-.44-.06-.94-.09-1.5-.1V8c0-3.15-.89-5.25-5.25-5.25S6.75 4.85 6.75 8v2c-.56.01-1.06.04-1.5.1V8c0-2.9.7-6.75 6.75-6.75S18.75 5.1 18.75 8" }), _createElementVNode("path", { fill: "currentColor", d: "M18.75 10.1c-.44-.06-.94-.09-1.5-.1H6.75c-.56.01-1.06.04-1.5.1C2.7 10.41 2 11.66 2 15v2c0 4 1 5 5 5h10c4 0 5-1 5-5v-2c0-3.34-.7-4.59-3.25-4.9M8.71 16.71c-.19.18-.45.29-.71.29-.13 0-.26-.03-.38-.08-.13-.05-.23-.12-.33-.21-.18-.19-.29-.45-.29-.71 0-.13.03-.26.08-.38q.075-.18.21-.33c.1-.09.2-.16.33-.21.37-.16.81-.07 1.09.21q.135.15.21.33c.05.12.08.25.08.38 0 .26-.11.52-.29.71m4.21-.33q-.075.18-.21.33c-.19.18-.45.29-.71.29-.27 0-.52-.11-.71-.29q-.135-.15-.21-.33A1 1 0 0 1 11 16c0-.27.11-.52.29-.71.37-.37 1.04-.37 1.42 0 .18.19.29.44.29.71 0 .13-.03.26-.08.38m3.79.33c-.19.18-.45.29-.71.29s-.52-.11-.71-.29c-.18-.19-.29-.44-.29-.71s.11-.52.29-.71c.38-.37 1.05-.37 1.42 0 .04.05.08.1.12.16.04.05.07.11.09.17q.045.09.06.18c.01.07.02.14.02.2 0 .26-.11.52-.29.71" }) ])) }