@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.96 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: "M13 22.75H9c-5.43 0-7.75-2.32-7.75-7.75V9c0-5.43 2.32-7.75 7.75-7.75h6c5.43 0 7.75 2.32 7.75 7.75v4c0 .41-.34.75-.75.75s-.75-.34-.75-.75V9c0-4.61-1.64-6.25-6.25-6.25H9C4.39 2.75 2.75 4.39 2.75 9v6c0 4.61 1.64 6.25 6.25 6.25h4c.41 0 .75.34.75.75s-.34.75-.75.75"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M7.33 15.24c-.16 0-.32-.05-.46-.16a.75.75 0 0 1-.14-1.05l2.38-3.09c.29-.37.7-.61 1.17-.67s.93.07 1.3.36l1.83 1.44c.07.06.14.05.19.05.04 0 .11-.02.17-.1l2.31-2.98c.25-.33.72-.39 1.05-.13.33.25.39.72.13 1.05l-2.31 2.98c-.29.37-.7.61-1.17.66-.46.06-.93-.07-1.29-.36l-1.83-1.44a.22.22 0 0 0-.19-.05c-.04 0-.11.02-.17.1l-2.38 3.09c-.14.2-.36.3-.59.3m12.93 7.51c-.35 0-.8-.11-1.33-.43l-.25-.15a.53.53 0 0 0-.35 0l-.25.15c-1.15.69-1.88.4-2.2.16-.33-.24-.84-.84-.54-2.16l.05-.21c.02-.08-.04-.27-.09-.33l-.35-.35c-.59-.6-.82-1.3-.62-1.93.2-.62.79-1.06 1.62-1.2l.38-.06c.07-.02.21-.12.25-.19l.28-.57c.39-.79.99-1.24 1.65-1.24s1.26.45 1.65 1.24l.28.56c.04.07.18.17.25.19l.38.06c.83.14 1.42.58 1.62 1.2s-.02 1.32-.62 1.93l-.35.35c-.05.06-.11.25-.09.33l.05.21c.3 1.32-.21 1.92-.54 2.16-.18.14-.47.28-.88.28m-1.77-7c-.01.01-.15.11-.29.4l-.28.57c-.24.49-.81.91-1.34 1l-.38.06c-.32.05-.43.16-.44.18 0 .02.03.18.26.41l.35.35c.41.42.62 1.14.49 1.71l-.05.21c-.09.39-.05.56-.03.62.03-.02.2-.04.53-.24l.25-.15c.55-.33 1.34-.33 1.89 0l.25.15c.41.25.58.22.59.22-.04 0 .01-.2-.08-.6l-.05-.21c-.13-.58.08-1.29.49-1.71l.35-.35c.23-.23.26-.39.26-.42-.01-.02-.12-.12-.44-.18l-.38-.06c-.54-.09-1.1-.51-1.34-1l-.28-.56c-.16-.3-.3-.39-.33-.4"
})
]))
}