@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.72 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.97 16h-2.94c-1.27 0-2.03.76-2.03 2.03v2.94c0 1.27.76 2.03 2.03 2.03h2.94c1.27 0 2.03-.76 2.03-2.03v-2.94c0-1.27-.76-2.03-2.03-2.03m.22 3.31a.62.62 0 0 1-.44.18.62.62 0 0 1-.44-.18l-.18-.18v2.24c0 .35-.28.63-.63.63s-.63-.28-.63-.63v-2.24l-.18.18c-.24.24-.64.24-.88 0a.63.63 0 0 1 0-.88l1.25-1.25c.05-.05.12-.09.19-.12.02-.01.04-.01.06-.02.05-.02.1-.03.16-.03h.06c.07 0 .13.01.2.04h.02q.105.045.18.12c.01.01.01.01.02.01l1.25 1.25c.24.24.24.64-.01.88"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M16 20.97v-2.94c0-1.27.76-2.03 2.03-2.03h2.94c.4 0 .74.08 1.03.22V7.81C22 4.17 19.83 2 16.19 2H7.81C4.17 2 2 4.17 2 7.81v8.37C2 19.83 4.17 22 7.81 22h8.41c-.14-.29-.22-.63-.22-1.03",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M16 10.17c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-2.41l.26-2.32a.75.75 0 0 0-.66-.83.76.76 0 0 0-.83.66l-.28 2.49h-1.65l.26-2.32a.75.75 0 0 0-.66-.83.75.75 0 0 0-.83.66l-.28 2.49h-2.4c-.41 0-.75.34-.75.75s.34.75.75.75h2.23l-.18 1.66H6c-.41 0-.75.34-.75.75s.34.75.75.75h2.41l-.26 2.32c-.05.41.25.78.66.83h.08c.38 0 .7-.28.74-.67l.28-2.49h1.65l-.26 2.32c-.05.41.25.78.66.83h.08c.38 0 .7-.28.74-.67l.28-2.49h2.4c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-2.23l.18-1.66H16zm-4.27 1.66h-1.65l.18-1.66h1.65z"
})
]))
}