@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.56 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: "M20.712 17.52c-.37 1.22-1.1 2.16-2.14 2.74-.04-.16-.06-.33-.06-.5 0-1.22.99-2.22 2.2-2.24",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M21 7.52v1.964c0 .523-.414.945-.92 1.076l-2.95.82c-1.56.4-2.6 1.75-2.6 3.36v1.545c0 .474-.343.87-.769 1.08-1.015.497-1.791 1.506-2.084 2.646-.137.535-.575.989-1.127.989H7.52C4.07 21 2 18.94 2 15.48V7.52C2 4.06 4.07 2 7.52 2h7.96C18.93 2 21 4.06 21 7.52"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M22.31 12.251c-.26-.19-.68-.39-1.31-.33-.16.01-.33.04-.52.09l-2.98.82c-.89.23-1.47.98-1.47 1.91v3.91c-.23-.08-.48-.13-.74-.13-1.24 0-2.25 1-2.25 2.24 0 .08 0 .16.01.24.12 1.12 1.08 2 2.24 2 1.22 0 2.21-.99 2.23-2.2 0-.02.01-.03.01-.04v-3.69l3.45-.95.52-.14v1.68c-.23-.08-.48-.14-.75-.14h-.04c-1.21.02-2.2 1.02-2.2 2.24 0 .17.02.34.06.5.23 1 1.12 1.75 2.18 1.75 1.23 0 2.22-.99 2.24-2.21 0-.01.01-.02.01-.04v-5.83q0-1.14-.69-1.68m-7.02 9.25c-.33 0-.61-.21-.7-.5a.5.5 0 0 1-.05-.24.745.745 0 0 1 1.49 0c0 .08-.01.15-.04.22-.09.3-.37.52-.7.52m5.46-.99c-.4 0-.74-.34-.74-.75 0-.4.34-.74.74-.74.41 0 .75.34.75.74 0 .41-.34.75-.75.75"
})
]))
}