@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.13 kB
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: "M780-40h-80q-25 0-42.5-17T640-100v-140h-60v-80h100q17 0 28.5 11.5T720-280v160h40v-160q0-17 11.5-28.5T800-320h40v-80H580v-80h280q26 0 43 17.5t17 42.5v120q0 26-17 43t-43 17h-20v140q0 26-17 43t-43 17ZM336-360q0-67 48.5-113.5T500-520h40q17 0 28.5 11.5T580-480v240q0 17-11.5 28.5T540-200h-40q-67 0-115.5-46T336-360Zm80 0q0 35 24.5 60t59.5 25v-169q-35 0-59.5 24.5T416-360Zm84 0Zm240 0Zm-560-80q-26 0-43-17t-17-43v-140h-20q-26 0-43-17t-17-43v-120q0-25 17-42.5t43-17.5h280v80H120v80h40q17 0 28.5 11.5T200-680v160h40v-160q0-17 11.5-28.5T280-720h100v80h-60v140q0 26-17.5 43T260-440h-80Zm200-200v-240q0-17 11.5-28.5T420-920h40q67 0 115.5 46.5T624-760q0 68-48.5 114T460-600h-40q-17 0-28.5-11.5T380-640Zm80-35q35 0 59.5-25t24.5-60q0-35-24.5-59.5T460-844v169Zm0-85Zm-240 0Z" })
]))
}