@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.06 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: "M15 7.07c0-.67-.33-1.29-.89-1.66l-4-2.67c-.67-.45-1.55-.45-2.22 0l-4 2.67C3.34 5.78 3 6.4 3 7.07v5.68c0 .28.22.5.5.5h11c.28 0 .5-.22.5-.5zm-6 3.68c-.96 0-1.75-.79-1.75-1.75S8.04 7.25 9 7.25s1.75.79 1.75 1.75-.79 1.75-1.75 1.75"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M22 21.251h-1.27v-3c.95-.31 1.64-1.2 1.64-2.25v-2c0-1.31-1.07-2.38-2.38-2.38s-2.38 1.07-2.38 2.38v2c0 1.04.68 1.92 1.61 2.24v3.01H15v-6c0-.28-.22-.5-.5-.5h-11c-.28 0-.5.22-.5.5v6H2c-.41 0-.75.34-.75.75s.34.75.75.75h17.93c.02 0 .03.01.05.01s.03-.01.05-.01H22c.41 0 .75-.34.75-.75s-.34-.75-.75-.75m-13.75-3c0-.41.34-.75.75-.75s.75.34.75.75v3h-1.5z"
})
]))
}