@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
14 lines (13 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: "M9.93 12.75H3c-.55 0-1 .45-1 1v2.44C2 19.4 4.6 22 7.81 22h1.7c.77 0 1.24-.82.87-1.5-.79-1.47-1.1-3.24-.71-5.1.14-.68.38-1.32.7-1.92a.498.498 0 0 0-.44-.73M6.75 18c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-2c0-.41.34-.75.75-.75s.75.34.75.75zm9.44-16H7.81C4.6 2 2 4.6 2 7.81v2.44c0 .55.45 1 1 1h8.84c.22 0 .43-.08.61-.22.86-.66 1.87-1.14 2.95-1.36 1.86-.39 3.63-.08 5.1.71.68.36 1.5-.1 1.5-.87v-1.7C22 4.6 19.4 2 16.19 2M6.75 8.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-2c0-.41.34-.75.75-.75s.75.34.75.75zm4 0c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-2c0-.41.34-.75.75-.75s.75.34.75.75zM18 8h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75S18.41 8 18 8m-1 3c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6m2.93 7.2c-.16.39-.39.74-.69 1.04a3.14 3.14 0 0 1-4.1.31v.14c0 .31-.25.57-.57.57a.58.58 0 0 1-.57-.58v-1.44c0-.31.25-.57.57-.57h1.44c.31 0 .57.25.57.57 0 .29-.21.51-.49.55.76.37 1.73.25 2.34-.36a2 2 0 0 0 .44-.67c.12-.29.45-.43.74-.31.3.12.44.46.32.75m.07-2.44c0 .31-.25.57-.57.57h-1.44a.57.57 0 0 1-.57-.57c0-.29.21-.51.49-.55-.76-.37-1.73-.25-2.35.36-.17.17-.3.36-.4.57a.565.565 0 0 1-.75.28.567.567 0 0 1-.27-.76c.16-.33.37-.63.62-.89a3.14 3.14 0 0 1 4.1-.31v-.13c0-.31.25-.57.57-.57s.57.24.57.56z"
})
]))
}