@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.63 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: "M8 11.75c-.41 0-.75-.34-.75-.75V6c0-2.62 2.13-4.75 4.75-4.75S16.75 3.38 16.75 6v.3c0 .41-.34.75-.75.75s-.75-.34-.75-.75V6c0-1.79-1.46-3.25-3.25-3.25S8.75 4.21 8.75 6v5c0 .41-.34.75-.75.75m4 4.5c-1.34 0-2.62-.57-3.52-1.56a.755.755 0 0 1 .05-1.06c.31-.28.78-.25 1.06.05.61.68 1.49 1.07 2.41 1.07 1.79 0 3.25-1.46 3.25-3.25V11c0-.41.34-.75.75-.75s.75.34.75.75v.5c0 2.62-2.13 4.75-4.75 4.75"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M12 19.75a8.4 8.4 0 0 1-5.73-2.25.755.755 0 0 1-.04-1.06c.29-.31.77-.32 1.07-.04a6.9 6.9 0 0 0 4.7 1.85c3.8 0 6.9-3.1 6.9-6.9v-1.7c0-.41.34-.75.75-.75s.75.34.75.75v1.7c0 4.63-3.77 8.4-8.4 8.4m-7.05-4.67c-.29 0-.57-.17-.69-.46a8.3 8.3 0 0 1-.66-3.27v-1.7c0-.41.34-.75.75-.75s.75.34.75.75v1.7c0 .93.18 1.83.54 2.68a.75.75 0 0 1-.4.98c-.09.05-.19.07-.29.07"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M3.92 19.74c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06L19.54 2.31c.29-.29.77-.29 1.06 0s.29.77 0 1.06L4.46 19.52c-.15.15-.34.22-.54.22M11 6.75c-.41 0-.75-.34-.75-.75V3c0-.41.34-.75.75-.75s.75.34.75.75v3c0 .41-.34.75-.75.75m1 16c-.41 0-.75-.34-.75-.75v-3c0-.41.34-.75.75-.75s.75.34.75.75v3c0 .41-.34.75-.75.75"
})
]))
}