@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.09 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: "M308.5-291.5Q320-303 320-320t-11.5-28.5Q297-360 280-360t-28.5 11.5Q240-337 240-320t11.5 28.5Q263-280 280-280t28.5-11.5Zm-57-377Q240-657 240-640v160q0 17 11.5 28.5T280-440q17 0 28.5-11.5T320-480v-160q0-17-11.5-28.5T280-680q-17 0-28.5 11.5ZM680-280q17 0 28.5-11.5T720-320q0-17-11.5-28.5T680-360H480q-17 0-28.5 11.5T440-320q0 17 11.5 28.5T480-280h200Zm0-160q17 0 28.5-11.5T720-480q0-17-11.5-28.5T680-520H480q-17 0-28.5 11.5T440-480q0 17 11.5 28.5T480-440h200Zm0-160q17 0 28.5-11.5T720-640q0-17-11.5-28.5T680-680H480q-17 0-28.5 11.5T440-640q0 17 11.5 28.5T480-600h200ZM160-120q-33 0-56.5-23.5T80-200v-560q0-33 23.5-56.5T160-840h640q33 0 56.5 23.5T880-760v560q0 33-23.5 56.5T800-120H160Zm0-80h640v-560H160v560Zm0 0v-560 560Z" })
]))
}