@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.11 kB
JavaScript
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: "M16.19 2H7.81C4.17 2 2 4.17 2 7.81v8.37C2 19.83 4.17 22 7.81 22h8.37c3.64 0 5.81-2.17 5.81-5.81V7.81C22 4.17 19.83 2 16.19 2M12 6c1.99 0 3.6 1.61 3.6 3.6 0 .47-.09.92-.25 1.33A3.61 3.61 0 0 1 12 13.21c-.33 0-.65-.04-.95-.13A3.59 3.59 0 0 1 8.4 9.6C8.4 7.61 10.01 6 12 6M9.6 18a3.598 3.598 0 0 1-2.256-6.404c.237-.191.575-.07.723.195a4.47 4.47 0 0 0 2.743 2.139c.38.11.77.16 1.19.16q.372 0 .718-.055c.237-.038.482.115.482.355 0 1.06-.46 2.02-1.2 2.68-.64.58-1.48.93-2.4.93m4.8 0c-.348 0-.69-.049-1.012-.142-.327-.095-.386-.502-.182-.774A4.47 4.47 0 0 0 14.1 14.4c0-.2-.02-.41-.05-.6a.27.27 0 0 1 .14-.28 4.46 4.46 0 0 0 1.734-1.726c.148-.267.487-.39.725-.199A3.6 3.6 0 0 1 18 14.4c0 1.99-1.61 3.6-3.6 3.6"
})
]))
}