@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.82 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: "M22 9.75c-.41 0-.75-.34-.75-.75V7c0-2.58-1.67-4.25-4.25-4.25h-2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c3.44 0 5.75 2.31 5.75 5.75v2c0 .41-.34.75-.75.75m-20 0c-.41 0-.75-.34-.75-.75V7c0-3.44 2.31-5.75 5.75-5.75h2c.41 0 .75.34.75.75s-.34.75-.75.75H7C4.42 2.75 2.75 4.42 2.75 7v2c0 .41-.34.75-.75.75m15 13h-2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c2.58 0 4.25-1.67 4.25-4.25v-2c0-.41.34-.75.75-.75s.75.34.75.75v2c0 3.44-2.31 5.75-5.75 5.75m-8 0H7c-3.44 0-5.75-2.31-5.75-5.75v-2c0-.41.34-.75.75-.75s.75.34.75.75v2c0 2.58 1.67 4.25 4.25 4.25h2c.41 0 .75.34.75.75s-.34.75-.75.75m3.002-12.879c-.49 0-.9.4-.9.9v2.47c0 .5.4.9.9.9s.9-.4.9-.9v-2.47c0-.5-.41-.9-.9-.9"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M15.532 7.4c-.34-.34-.73-.63-1.15-.87-.14-.07-.29-.14-.44-.21-.15-.06-.3-.12-.46-.16-.16-.05-.32-.09-.48-.13-.01 0-.03 0-.04-.01-.31-.06-.63-.09-.95-.09h-.02c-.32 0-.63.03-.94.09-.04.01-.08.01-.11.03-.14.03-.28.06-.42.11-.17.04-.34.11-.51.18-.13.06-.26.13-.38.19-.15.08-.28.17-.42.26-.26.18-.51.38-.74.61-.11.11-.22.23-.32.35-.1.13-.2.25-.29.39-.09.13-.17.27-.25.41-.38.71-.6 1.52-.6 2.38v2.14c0 1.73.88 3.25 2.2 4.14.12.09.25.16.38.24l.55.26c.28.11.57.2.86.26.32.06.65.1.99.1h.02c.34 0 .67-.04.99-.1.3-.06.59-.15.87-.26a5 5 0 0 0 3.12-4.64v-2.14c0-1.38-.56-2.63-1.46-3.53m-1.13 5.84c0 1.32-1.08 2.4-2.4 2.4s-2.4-1.08-2.4-2.4v-2.47c0-1.32 1.08-2.4 2.4-2.4s2.4 1.08 2.4 2.4z"
})
]))
}