UNPKG

@placetopay/iconsax-vue

Version:

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

14 lines (13 loc) 1.08 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 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m5.19 13.94c-.04.09-.09.17-.16.24l-1.69 1.69c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l.41-.41H9.1c-1.3 0-2.35-1.06-2.35-2.35v-1.77c0-.41.34-.75.75-.75s.75.34.75.75v1.77c0 .47.38.85.85.85h5.59l-.41-.41a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l1.69 1.69c.07.07.12.15.16.24.08.19.08.4 0 .58m.06-4.22c0 .41-.34.75-.75.75s-.75-.34-.75-.75V9.95a.85.85 0 0 0-.85-.85H9.31l.41.4c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22s-.38-.07-.53-.22L6.97 8.87a.8.8 0 0 1-.16-.24.7.7 0 0 1 0-.57c.04-.09.09-.18.16-.25l1.69-1.69c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-.41.41h5.59c1.3 0 2.35 1.06 2.35 2.35z" }) ])) }