UNPKG

@placetopay/iconsax-vue

Version:

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

22 lines (21 loc) 1.38 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.59 21.66c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l2.82-2.82c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-2.82 2.82c-.15.15-.34.22-.53.22" }), _createElementVNode("path", { fill: "currentColor", d: "M18.41 21.66c-.19 0-.38-.07-.53-.22l-2.82-2.82a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l2.82 2.82c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22m-6.25-10.04h-.08a.5.5 0 0 0-.18 0C9 11.53 6.81 9.25 6.81 6.44c0-2.86 2.33-5.19 5.19-5.19s5.19 2.33 5.19 5.19c-.01 2.81-2.21 5.09-5 5.18zM12 2.75a3.7 3.7 0 0 0-3.69 3.69c0 2 1.56 3.61 3.55 3.68.06-.01.19-.01.32 0 1.96-.09 3.5-1.7 3.51-3.68A3.7 3.7 0 0 0 12 2.75" }), _createElementVNode("path", { fill: "currentColor", d: "M12 22.56c-2.04 0-3.97-.53-5.43-1.51-1.39-.93-2.15-2.2-2.15-3.57s.77-2.63 2.15-3.55c2.99-2 7.85-2 10.84 0 .34.23.44.7.21 1.04-.23.35-.7.44-1.04.21-2.49-1.66-6.69-1.66-9.18 0-.96.64-1.48 1.45-1.48 2.3s.53 1.68 1.48 2.32c1.21.81 2.84 1.25 4.59 1.25a.755.755 0 0 1 .01 1.51" }) ])) }