@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 589 B
JavaScript
const { createElementVNode: _createElementVNode, openBlock: _openBlock, createElementBlock: _createElementBlock } = require("vue")
module.exports = function render(_ctx, _cache) {
return (_openBlock(), _createElementBlock("svg", {
"aria-hidden": "true",
viewBox: "0 -960 960 960",
fill: "currentColor"
}, [
_createElementVNode("path", { d: "M120-480v200q0 66 47 113t113 47h400q66 0 113-47t47-113v-200H680v80q0 33-23.5 56.5T600-320H360q-33 0-56.5-23.5T280-400v-80H120Zm240 0v80h240v-80H360Zm-240-80h720v-120q0-66-47-113t-113-47H280q-66 0-113 47t-47 113v120Z" })
]))
}