UNPKG

@placetopay/iconsax-vue

Version:

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

16 lines (15 loc) 776 B
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-miterlimit": "10", "stroke-width": "1.5", d: "M12 2H8.7C6.8 2 5.3 3.5 5.3 5.3s1.5 3.3 3.3 3.3H12zm0 6.7H8.7c-1.8 0-3.3 1.5-3.3 3.3s1.5 3.3 3.3 3.3H12zm0 6.6H8.7c-1.8 0-3.3 1.5-3.3 3.3s1.5 3.3 3.3 3.3 3.3-1.5 3.3-3.3zM12 2h3.3c1.8 0 3.3 1.5 3.3 3.3s-1.5 3.3-3.3 3.3H12zm3.3 6.7c1.8 0 3.3 1.5 3.3 3.3s-1.5 3.3-3.3 3.3S12 13.8 12 12s1.5-3.3 3.3-3.3Z" }) ])) }