@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
22 lines (21 loc) • 1.63 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 13.53c-.44 0-.88-.09-1.23-.26L7.04 11.4c-.78-.39-1.33-1.07-1.5-1.85-.17-.79.04-1.63.59-2.31l3.73-4.66c.55-.69 1.33-1.08 2.14-1.08s1.59.39 2.14 1.08l3.73 4.67c.55.68.76 1.52.59 2.31s-.72 1.46-1.5 1.85l-3.73 1.87c-.35.17-.79.25-1.23.25m-.97-10.01L7.3 8.18c-.26.33-.37.7-.29 1.05s.33.64.71.83l3.73 1.87c.28.14.83.14 1.11 0l3.73-1.87c.38-.19.63-.49.71-.83s-.03-.72-.29-1.05l-3.73-4.66c-.55-.67-1.41-.67-1.95 0"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M12 8.31c-.41 0-.75-.34-.75-.75V2.3c0-.41.34-.75.75-.75s.75.34.75.75v5.26c0 .41-.34.75-.75.75"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M16.2 11.46a.76.76 0 0 1-.45-.15L12 8.49l-3.75 2.82a.75.75 0 0 1-.9-1.2l4.2-3.15c.27-.2.63-.2.9 0l4.2 3.15c.33.25.4.72.15 1.05-.14.2-.37.3-.6.3M12 22.5c-.8 0-1.58-.38-2.13-1.06l-3.46-4.23c-.67-.82-.69-1.94-.05-2.79s1.73-1.12 2.7-.69l1.61.72c.84.37 1.8.37 2.64 0l1.61-.72c.97-.43 2.06-.15 2.7.69.65.85.63 1.97-.05 2.79l-3.46 4.23c-.53.68-1.31 1.06-2.11 1.06m-3.86-7.46c-.31 0-.51.22-.58.3-.08.11-.33.5.02.93l3.46 4.23c.53.65 1.4.65 1.93 0l3.46-4.23c.35-.43.1-.82.02-.93a.72.72 0 0 0-.9-.23l-1.61.72c-1.23.54-2.63.54-3.86 0l-1.61-.72a.9.9 0 0 0-.33-.07"
})
]))
}