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.48 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: "M10.61 17.31c-.59 0-1.18-.27-1.73-.82L6.49 14.1c-1.1-1.1-1.1-2.36 0-3.45l3.99-3.99a.75.75 0 0 1 1.06 0l4.39 4.39c.25.25.38.58.38.93s-.14.68-.39.93l-3.59 3.59c-.54.53-1.13.81-1.72.81m.4-9.07L7.55 11.7c-.17.17-.38.43-.38.67s.21.49.38.67l2.39 2.39c.17.17.43.38.67.38s.49-.21.67-.38l3.46-3.46z" }), _createElementVNode("path", { fill: "currentColor", d: "M11.01 7.93c-.19 0-.38-.07-.53-.22l-.8-.8a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.8.8c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22m-4.55 5.15a.75.75 0 0 1-.03-1.5l9.03-.39c.41-.03.76.3.78.72s-.3.76-.72.78l-9.03.39zm10.011 4.87c-1.02 0-1.85-.83-1.85-1.85 0-.95 1-2.11 1.3-2.44.28-.31.82-.31 1.1 0 .3.33 1.3 1.49 1.3 2.44a1.84 1.84 0 0 1-1.85 1.85m0-2.57c-.21.31-.35.59-.35.72 0 .19.16.35.35.35s.35-.16.35-.35c.01-.13-.14-.41-.35-.72" }), _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" }) ])) }