@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
23 lines (22 loc) • 1.46 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.52 1.5h-1c-.83 0-1.5.67-1.5 1.5v1c0 .83.67 1.5 1.5 1.5h1c.83 0 1.5-.67 1.5-1.5V3c0-.83-.67-1.5-1.5-1.5m-8.25 9.17h-1c-.83 0-1.5.67-1.5 1.5v1c0 .83.67 1.5 1.5 1.5h1c.83 0 1.5-.67 1.5-1.5v-1c0-.83-.68-1.5-1.5-1.5m16.46 0h-1c-.83 0-1.5.67-1.5 1.5v1c0 .83.67 1.5 1.5 1.5h1c.83 0 1.5-.67 1.5-1.5v-1c0-.83-.67-1.5-1.5-1.5"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M3.75 11.92c-.41 0-.75-.34-.75-.75 0-4.27 3.2-7.86 7.44-8.36.4-.04.78.25.83.66s-.25.78-.66.83a6.92 6.92 0 0 0-6.11 6.87c0 .41-.34.75-.75.75m16.499 0c-.41 0-.75-.34-.75-.75 0-3.49-2.61-6.44-6.07-6.86a.744.744 0 0 1-.65-.83c.05-.41.43-.7.84-.65 4.21.51 7.39 4.1 7.39 8.35-.01.4-.34.74-.76.74M13.29 22.01h-2.57c-.92 0-1.6-.74-1.43-1.54l.42-1.85h4.59l.42 1.85c.19.85-.45 1.54-1.43 1.54"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "m16.07 17.05-1.77 1.57H9.71l-1.77-1.57c-1.03-.84-1.03-1.49-.25-2.48l3.12-3.94c.22-.27.47-.46.74-.55.29-.1.61-.1.9 0 .27.1.52.28.74.55l3.12 3.94c.78.99.75 1.61-.24 2.48",
opacity: ".4"
})
]))
}