@nomercyicons/vue
Version:
17 lines (16 loc) • 719 B
JavaScript
const { createElementVNode: _createElementVNode, openBlock: _openBlock, createElementBlock: _createElementBlock } = require("vue")
module.exports = function render(_ctx, _cache) {
return (_openBlock(), _createElementBlock("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 48 48",
"stroke-width": "1.5",
stroke: "none",
"aria-hidden": "true"
}, [
_createElementVNode("path", {
fill: "#007AC2",
"fill-rule": "evenodd",
d: "M6 9v27a3 3 0 003 3h9a3 3 0 003-3V9a3 3 0 00-3-3H9a3 3 0 00-3 3zm21 0v15a3 3 0 003 3h9a3 3 0 003-3V9a3 3 0 00-3-3h-9a3 3 0 00-3 3zM6 0C2.686 0 0 2.688 0 6v36c0 3.313 2.688 6 6 6h36c3.314 0 6-2.688 6-6V6c0-3.313-2.688-6-6-6H6z"
})
]))
}