@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 835 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: "M720-280h-80q-17 0-28.5-11.5T600-320q0-17 11.5-28.5T640-360h80v-80q0-17 11.5-28.5T760-480q17 0 28.5 11.5T800-440v80h80q17 0 28.5 11.5T920-320q0 17-11.5 28.5T880-280h-80v80q0 17-11.5 28.5T760-160q-17 0-28.5-11.5T720-200v-80ZM120-120q-33 0-56.5-23.5T40-200v-560q0-33 23.5-56.5T120-840h560q33 0 56.5 23.5T760-760v160q0 17-11.5 28.5T720-560q-17 0-28.5-11.5T680-600v-40H120v440h480q17 0 28.5 11.5T640-160q0 17-11.5 28.5T600-120H120Zm0-600h560v-40H120v40Zm0 0v-40 40Z" })
]))
}