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.5 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: "M12 22.75C6.07 22.75 1.25 17.93 1.25 12S6.07 1.25 12 1.25 22.75 6.07 22.75 12 17.93 22.75 12 22.75m0-20C6.9 2.75 2.75 6.9 2.75 12S6.9 21.25 12 21.25s9.25-4.15 9.25-9.25S17.1 2.75 12 2.75" }), _createElementVNode("path", { fill: "currentColor", d: "M9 21.75H8c-.41 0-.75-.34-.75-.75s.32-.74.73-.75a29.5 29.5 0 0 1 0-16.5.745.745 0 0 1-.73-.75c0-.41.34-.75.75-.75h1c.24 0 .47.12.61.31.14.2.18.45.1.68a27.95 27.95 0 0 0 0 17.53c.08.23.04.48-.1.68-.14.18-.37.3-.61.3m6 0a.745.745 0 0 1-.71-.99 27.95 27.95 0 0 0 0-17.53.749.749 0 1 1 1.42-.48 29.3 29.3 0 0 1 0 18.47c-.1.33-.4.53-.71.53" }), _createElementVNode("path", { fill: "currentColor", d: "M12 17.2c-2.79 0-5.57-.39-8.25-1.18-.01.4-.34.73-.75.73s-.75-.34-.75-.75v-1c0-.24.12-.47.31-.61.2-.14.45-.18.68-.1a27.95 27.95 0 0 0 17.53 0 .75.75 0 0 1 .68.1c.2.14.31.37.31.61v1c0 .41-.34.75-.75.75s-.74-.32-.75-.73c-2.69.79-5.47 1.18-8.26 1.18m9-7.45c-.08 0-.16-.01-.24-.04a27.95 27.95 0 0 0-17.53 0c-.4.13-.82-.08-.95-.47-.12-.4.09-.82.48-.95a29.3 29.3 0 0 1 18.47 0c.39.13.61.56.47.95a.73.73 0 0 1-.7.51" }) ])) }