@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.98 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.35 21.75h-3.7c-5.19 0-7.4-2.21-7.4-7.4v-5.7c0-5.19 2.21-7.4 7.4-7.4h5.7c5.19 0 7.4 2.21 7.4 7.4v3.7c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-3.7c0-4.36-1.54-5.9-5.9-5.9h-5.7c-4.36 0-5.9 1.54-5.9 5.9v5.7c0 4.36 1.54 5.9 5.9 5.9h3.7c.41 0 .75.34.75.75s-.34.75-.75.75"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M6.72 15.17c-1.21 0-2.2-.99-2.2-2.2s.99-2.2 2.2-2.2 2.2.99 2.2 2.2-.99 2.2-2.2 2.2m0-2.9c-.38 0-.7.31-.7.7 0 .38.31.7.7.7s.7-.31.7-.7-.31-.7-.7-.7"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M8.17 13.72c-.41 0-.75-.34-.75-.75V7.14c0-.91.57-1.65 1.44-1.89l2.9-.79c.9-.25 1.47-.01 1.78.23s.69.72.69 1.65V12c0 .41-.34.75-.75.75s-.75-.34-.75-.75V6.34c0-.32-.07-.44-.1-.46s-.17-.06-.48.02l-2.89.79c-.3.08-.34.29-.34.44v5.83c0 .42-.34.76-.75.76"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M12.03 14.2c-1.21 0-2.2-.99-2.2-2.2s.99-2.2 2.2-2.2 2.2.99 2.2 2.2a2.2 2.2 0 0 1-2.2 2.2m0-2.89c-.38 0-.7.31-.7.7 0 .38.31.7.7.7s.7-.31.7-.7-.32-.7-.7-.7M8.17 9.58a.747.747 0 0 1-.19-1.47l5.31-1.45c.4-.1.81.13.92.53s-.13.81-.53.92L8.37 9.56c-.07.01-.14.02-.2.02m9.77 12.45c-2.18 0-3.95-1.77-3.95-3.95s1.77-3.95 3.95-3.95 3.95 1.77 3.95 3.95-1.77 3.95-3.95 3.95m0-6.4c-1.35 0-2.45 1.1-2.45 2.45s1.1 2.45 2.45 2.45 2.45-1.1 2.45-2.45-1.1-2.45-2.45-2.45"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M21.74 22.63c-.19 0-.38-.07-.53-.22l-1-1a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l1 1c.29.29.29.77 0 1.06-.15.14-.34.22-.53.22"
})
]))
}