@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
30 lines (29 loc) • 1.84 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.75C6.07 22.75 1.25 17.93 1.25 12S6.07 1.25 12 1.25 22.75 6.07 22.75 12 17.93 22.75 12 22.75m0-20C6.9 2.75 2.75 6.9 2.75 12S6.9 21.25 12 21.25s9.25-4.15 9.25-9.25S17.1 2.75 12 2.75"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M14.2 12.75H8.78c-.41 0-.75-.34-.75-.75V7.67c0-.41.34-.75.75-.75h5.42c1.55 0 2.92 1.36 2.92 2.92 0 1.6-1.31 2.91-2.92 2.91m-4.67-1.5h4.67c.78 0 1.42-.64 1.42-1.42 0-.66-.62-1.42-1.42-1.42H9.53z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M14.97 17.08H8.78c-.41 0-.75-.34-.75-.75V12c0-.41.34-.75.75-.75h6.19c1.78 0 3.23 1.31 3.23 2.92s-1.45 2.91-3.23 2.91m-5.44-1.5h5.44c.95 0 1.73-.64 1.73-1.42s-.77-1.42-1.73-1.42H9.53z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M12.57 19.25c-.41 0-.75-.34-.75-.75v-2.17c0-.41.34-.75.75-.75s.75.34.75.75v2.17c0 .41-.33.75-.75.75m-2.7 0c-.41 0-.75-.34-.75-.75v-2.17c0-.41.34-.75.75-.75s.75.34.75.75v2.17c0 .41-.34.75-.75.75m2.7-10.83c-.41 0-.75-.34-.75-.75V5.5c0-.41.34-.75.75-.75s.75.34.75.75v2.17c0 .41-.33.75-.75.75m-2.7 0c-.41 0-.75-.34-.75-.75V5.5c0-.41.34-.75.75-.75s.75.34.75.75v2.17c0 .41-.34.75-.75.75"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M10.84 8.42H7.05c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.79a.749.749 0 1 1 0 1.5m0 8.66H7.05c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.79a.749.749 0 1 1 0 1.5"
})
]))
}