@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
24 lines (23 loc) • 1.62 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: "M14.79 4H9.21C4.79 4 4.79 6.35 4.79 8.42v3.79c0 .22.1.42.27.55s.4.18.61.12q.675-.18 1.68-.18c.67 0 .81.08 1.21.38l.91.96a3.48 3.48 0 0 0 5.08 0l.91-.96c.4-.3.54-.38 1.21-.38q1.005 0 1.68.18c.21.06.43.01.61-.12.17-.13.27-.34.27-.55V8.42C19.21 6.35 19.21 4 14.79 4",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M14.274 6.8a.676.676 0 0 0-.95 0l-.65.65V2.67c0-.37-.31-.67-.68-.67s-.68.3-.68.67v4.77l-.64-.64a.676.676 0 0 0-.95 0c-.26.26-.26.69 0 .95l1.8 1.8c.01.01.01.01.02.01.06.05.12.1.2.13s.17.05.26.05.17-.02.26-.05c.08-.03.16-.08.22-.15l1.8-1.8c.25-.25.25-.68-.01-.94m4.416 4.73c-.57-.15-1.24-.23-2.04-.23-1.11 0-1.52.27-2.09.7-.03.02-.06.05-.09.08l-.95 1.01c-.8.84-2.24.85-3.04-.01l-.95-1a1 1 0 0 0-.09-.08c-.57-.43-.98-.7-2.09-.7-.8 0-1.47.08-2.04.23-2.38.64-2.38 2.53-2.38 4.19v.93c0 2.51 0 5.35 5.35 5.35h7.44c3.55 0 5.35-1.8 5.35-5.35v-.93c0-1.66 0-3.55-2.38-4.19m-4.36 6.87H9.67c-.38 0-.69-.31-.69-.7s.31-.7.69-.7h4.66c.38 0 .69.31.69.7s-.31.7-.69.7"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M15.02 17.7c0 .39-.31.7-.69.7H9.67c-.38 0-.69-.31-.69-.7s.31-.7.69-.7h4.66c.38 0 .69.31.69.7",
opacity: ".4"
})
]))
}