@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 732 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: "M222-160h516l-56-80h-42v20q0 17-11.5 28.5T600-180q-17 0-28.5-11.5T560-220v-20H278l-56 80Zm418-400h98l-56-80h-42v80Zm0 200h98l-56-80h-42v80Zm-418 0h338v-80H278l-56 80Zm0-200h338v-80H278l-56 80Zm18 480q-33 0-56.5-23.5T160-160v-480h-40q-17 0-28.5-11.5T80-680v-80q0-50 35-85t85-35h560q50 0 85 35t35 85v80q0 17-11.5 28.5T840-640h-40v480q0 33-23.5 56.5T720-80H240Z" })
]))
}