UNPKG

@placetopay/iconsax-vue

Version:

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

24 lines (23 loc) 1.31 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", { stroke: "currentColor", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.5", d: "M7.56 7.56V3.89c0-.83.61-1.52 1.42-1.65 2-.31 4.04-.31 6.04 0 .82.13 1.42.83 1.42 1.65v5.89c0 1.23-.99 2.22-2.22 2.22H9.78c-1.23 0-2.22.99-2.22 2.22v5.89c0 .83.61 1.52 1.42 1.65 2 .31 4.04.31 6.04 0 .82-.13 1.42-.83 1.42-1.65v-3.67" }), _createElementVNode("path", { stroke: "currentColor", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.5", d: "M16.44 7.56h3.67c.83 0 1.52.61 1.65 1.42.31 2 .31 4.04 0 6.04-.13.82-.83 1.42-1.65 1.42H12m-9.98-3.46q.045 1.02.21 2.04c.13.82.83 1.42 1.65 1.42h3.67M12 7.56H3.88c-.83 0-1.52.61-1.65 1.42m8.16-4.2c0 .03-.02.06-.06.06q-.06 0-.06-.06c0-.03.02-.06.06-.06.01 0 .03.01.04.02s.02.02.02.04m3.33 14.44c0 .03-.02.06-.06.06-.03 0-.06-.02-.06-.06 0-.03.02-.06.06-.06.01 0 .03.01.04.02.02.01.02.03.02.04" }) ])) }