@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.07 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue"
export default function render(_ctx, _cache) {
return (_openBlock(), _createElementBlock("svg", {
"aria-hidden": "true",
viewBox: "0 -960 960 960",
fill: "currentColor"
}, [
_createElementVNode("path", { d: "M811.5-91.5Q800-103 800-120v-720q0-17 11.5-28.5T840-880q17 0 28.5 11.5T880-840v720q0 17-11.5 28.5T840-80q-17 0-28.5-11.5ZM120-80q-17 0-28.5-11.5T80-120v-720q0-17 11.5-28.5T120-880q17 0 28.5 11.5T160-840v720q0 17-11.5 28.5T120-80Zm440-480q-17 0-28.5-11.5T520-600v-40q0-17 11.5-28.5T560-680h120q17 0 28.5 11.5T720-640v40q0 17-11.5 28.5T680-560H560Zm-280 0q-17 0-28.5-11.5T240-600v-40q0-17 11.5-28.5T280-680h120q17 0 28.5 11.5T440-640v40q0 17-11.5 28.5T400-560H280Zm280 280q-17 0-28.5-11.5T520-320v-40q0-17 11.5-28.5T560-400h120q17 0 28.5 11.5T720-360v40q0 17-11.5 28.5T680-280H560Zm-280 0q-17 0-28.5-11.5T240-320v-40q0-17 11.5-28.5T280-400h120q17 0 28.5 11.5T440-360v40q0 17-11.5 28.5T400-280H280Z" })
]))
}