UNPKG

@placetopay/iconsax-vue

Version:

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

18 lines (17 loc) 1.35 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.75c-.7 0-1.41-.27-1.94-.8l-1.71-1.69c-.42-.42-1-.65-1.59-.65H6c-2.07 0-3.75-1.67-3.75-3.72V4.98c0-2.05 1.68-3.72 3.75-3.72h12c2.07 0 3.75 1.67 3.75 3.72v10.91c0 2.05-1.68 3.72-3.75 3.72h-.76a2.3 2.3 0 0 0-1.59.65l-1.71 1.69c-.53.53-1.24.8-1.94.8m-6-20c-1.24 0-2.25 1-2.25 2.22v10.91c0 1.23 1.01 2.22 2.25 2.22h.76c.99 0 1.95.4 2.65 1.09l1.71 1.69c.49.48 1.28.48 1.77 0l1.71-1.69c.7-.69 1.66-1.09 2.65-1.09H18c1.24 0 2.25-1 2.25-2.22V4.97c0-1.23-1.01-2.22-2.25-2.22z" }), _createElementVNode("path", { fill: "currentColor", d: "M12 15.75c-.18 0-.36-.03-.52-.08-1.32-.45-4.72-2.44-4.72-6.16 0-1.8 1.46-3.26 3.25-3.26.73 0 1.43.25 2 .69.57-.44 1.27-.69 2-.69 1.79 0 3.25 1.46 3.25 3.26 0 3.72-3.41 5.71-4.72 6.16-.18.05-.36.08-.54.08m-2-8c-.96 0-1.75.79-1.75 1.76 0 2.83 2.75 4.41 3.71 4.74h.08c.97-.34 3.7-1.92 3.7-4.73 0-.97-.78-1.76-1.75-1.76-.55 0-1.06.26-1.4.7-.28.38-.92.38-1.2 0-.32-.45-.83-.71-1.39-.71" }) ])) }