@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.64 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: "M10 3.75h1.25V8.5c0 .41.34.75.75.75s.75-.34.75-.75V3.75H14c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-4c-.41 0-.75.34-.75.75s.34.75.75.75m4 16.5h-1.25V15.5c0-.41-.34-.75-.75-.75s-.75.34-.75.75v4.75H10c-.41 0-.75.34-.75.75s.34.75.75.75h4c.41 0 .75-.34.75-.75s-.34-.75-.75-.75M2.83 9.879c.12.07.25.1.37.1.26 0 .51-.13.65-.38l.63-1.08 4.12 2.38c.11.07.24.1.37.1.26 0 .51-.13.65-.38.21-.35.08-.81-.27-1.02l-4.12-2.38.62-1.08c.21-.36.08-.82-.27-1.02a.74.74 0 0 0-1.02.27l-2 3.46a.75.75 0 0 0 .27 1.03m18.339 4.242a.74.74 0 0 0-1.02.27l-.63 1.08-4.12-2.37a.746.746 0 0 0-.75 1.29l4.11 2.38-.62 1.08a.746.746 0 0 0 .64 1.12c.26 0 .51-.13.65-.38l2-3.46c.22-.35.1-.8-.26-1.01M18.77 7.22 14.65 9.6c-.36.21-.48.67-.27 1.02.14.24.39.38.65.38.13 0 .26-.03.37-.1l4.11-2.38.63 1.08c.14.24.39.38.65.38.13 0 .26-.03.37-.1.36-.21.48-.67.27-1.02l-2-3.46a.74.74 0 0 0-1.02-.27c-.36.21-.48.67-.27 1.02zM5.23 16.781l4.11-2.38c.36-.21.48-.67.27-1.02a.74.74 0 0 0-1.02-.27l-4.11 2.38-.63-1.08a.74.74 0 0 0-1.02-.27c-.36.21-.48.67-.27 1.02l2 3.46c.14.24.39.38.65.38.13 0 .26-.03.37-.1.36-.21.48-.67.27-1.02z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M15.5 12a3.5 3.5 0 0 1-3.5 3.5 3.5 3.5 0 0 1 0-7 3.5 3.5 0 0 1 3.5 3.5"
})
]))
}