@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 874 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: "M700-40q-25 0-42.5-17T640-100v-340q0-17 11.5-28.5T680-480h180q26 0 43 17.5t17 42.5v120q0 26-17 43t-43 17h-20v140q0 26-17 43t-43 17h-80ZM500-200q-67 0-115.5-46T336-360q0-67 48.5-113.5T500-520h40q17 0 28.5 11.5T580-480v240q0 17-11.5 28.5T540-200h-40ZM180-440q-26 0-43-17t-17-43v-140h-20q-26 0-43-17t-17-43v-120q0-25 17-42.5t43-17.5h180q17 0 28.5 11.5T320-840v340q0 26-17.5 43T260-440h-80Zm240-160q-17 0-28.5-11.5T380-640v-240q0-17 11.5-28.5T420-920h40q67 0 115.5 46.5T624-760q0 68-48.5 114T460-600h-40Z" })
]))
}