@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
22 lines (21 loc) • 1.68 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: "M12 22.75c-1.79 0-3.25-1.46-3.25-3.25v-.75H4.5c-.74 0-1.43-.29-1.95-.82-.51-.5-.8-1.19-.8-1.93 0-1.4 1.09-2.6 2.49-2.74.05-.01.15-.01.26-.01h15c.11 0 .21 0 .31.02.59.05 1.18.33 1.64.8.57.55.86 1.35.79 2.17-.12 1.41-1.37 2.51-2.85 2.51h-4.14v.75c0 1.79-1.46 3.25-3.25 3.25m-7.5-8c-.02 0-.1 0-.12.01-.63.06-1.13.61-1.13 1.24 0 .33.13.64.36.87.24.25.55.38.89.38h5c.41 0 .75.34.75.75v1.5c0 .96.79 1.75 1.75 1.75s1.75-.79 1.75-1.75V18c0-.41.34-.75.75-.75h4.89c.69 0 1.3-.51 1.36-1.14.03-.38-.1-.73-.36-.99-.22-.22-.48-.35-.76-.37l-.13-.01h-15z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M19.69 14.76c-.04 0-.08 0-.12-.01H4.5a.77.77 0 0 1-.62-.16c-.17-.13-.3-.33-.31-.54l-.49-8.71c-.1-1.02.24-2.07.95-2.86.71-.78 1.72-1.23 2.78-1.23h10.38c1.06 0 2.07.45 2.78 1.24.7.78 1.05 1.83.95 2.87l-.48 8.69c-.01.21-.11.41-.28.54-.13.11-.3.17-.47.17M5.02 13.25h13.96l.44-7.99v-.04a2.23 2.23 0 0 0-.57-1.73c-.43-.47-1.03-.74-1.67-.74H6.81c-.63 0-1.24.27-1.67.74-.43.48-.63 1.09-.56 1.73z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M7.99 7.75c-.41 0-.75-.34-.75-.75V2c0-.41.34-.75.75-.75s.75.34.75.75v5c0 .41-.34.75-.75.75m4.01-3c-.41 0-.75-.34-.75-.75V2c0-.41.34-.75.75-.75s.75.34.75.75v2c0 .41-.34.75-.75.75"
})
]))
}