@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.1 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: "M280-280h120q17 0 28.5-11.5T440-320q0-17-11.5-28.5T400-360H280q-17 0-28.5 11.5T240-320q0 17 11.5 28.5T280-280Zm0-160h120q17 0 28.5-11.5T440-480q0-17-11.5-28.5T400-520H280q-17 0-28.5 11.5T240-480q0 17 11.5 28.5T280-440Zm371.5-228.5Q640-657 640-640v160q0 17 11.5 28.5T680-440q17 0 28.5-11.5T720-480v-160q0-17-11.5-28.5T680-680q-17 0-28.5 11.5ZM280-600h120q17 0 28.5-11.5T440-640q0-17-11.5-28.5T400-680H280q-17 0-28.5 11.5T240-640q0 17 11.5 28.5T280-600ZM160-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 560Zm548.5-91.5Q720-303 720-320t-11.5-28.5Q697-360 680-360t-28.5 11.5Q640-337 640-320t11.5 28.5Q663-280 680-280t28.5-11.5Z" })
]))
}