UNPKG

@placetopay/iconsax-vue

Version:

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

19 lines (18 loc) 1.81 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: "M16.99 10.93v2.14a5 5 0 0 1-3.99 4.9c-.32.06-.65.1-.99.1h-.02c-.34 0-.67-.04-.99-.1a5.3 5.3 0 0 1-.86-.26l-.55-.26c-.13-.08-.26-.15-.38-.24a4.99 4.99 0 0 1-2.2-4.14v-2.14c0-.86.22-1.67.6-2.38.08-.14.16-.28.25-.41.09-.14.19-.26.29-.39.1-.12.21-.24.32-.35.23-.23.48-.43.74-.61.14-.09.27-.18.42-.26.12-.06.25-.13.38-.19.17-.07.34-.14.51-.18.14-.05.28-.08.42-.11.03-.02.07-.02.11-.03.31-.06.62-.09.94-.09h.02c.32 0 .64.03.95.09.01.01.03.01.04.01.16.04.32.08.48.13.16.04.31.1.46.16.15.07.3.14.44.21.42.24.81.53 1.15.87.9.9 1.46 2.15 1.46 3.53", opacity: ".4" }), _createElementVNode("path", { fill: "currentColor", d: "M22 9.75c-.41 0-.75-.34-.75-.75V7c0-2.58-1.67-4.25-4.25-4.25h-2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c3.44 0 5.75 2.31 5.75 5.75v2c0 .41-.34.75-.75.75m-20 0c-.41 0-.75-.34-.75-.75V7c0-3.44 2.31-5.75 5.75-5.75h2c.41 0 .75.34.75.75s-.34.75-.75.75H7C4.42 2.75 2.75 4.42 2.75 7v2c0 .41-.34.75-.75.75m15 13h-2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c2.58 0 4.25-1.67 4.25-4.25v-2c0-.41.34-.75.75-.75s.75.34.75.75v2c0 3.44-2.31 5.75-5.75 5.75m-8 0H7c-3.44 0-5.75-2.31-5.75-5.75v-2c0-.41.34-.75.75-.75s.75.34.75.75v2c0 2.58 1.67 4.25 4.25 4.25h2c.41 0 .75.34.75.75s-.34.75-.75.75m3-7.12c-1.32 0-2.4-1.08-2.4-2.4v-2.47c0-1.32 1.08-2.4 2.4-2.4s2.4 1.08 2.4 2.4v2.47a2.4 2.4 0 0 1-2.4 2.4m0-5.76c-.49 0-.9.4-.9.9v2.47c0 .5.4.9.9.9s.9-.4.9-.9v-2.47c0-.5-.41-.9-.9-.9" }) ])) }