@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 727 B
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-160h-80q-17 0-28.5-11.5T680-320v-320q0-17 11.5-28.5T720-680h80v-160q0-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-840v160h80q17 0 28.5 11.5T280-640v320q0 17-11.5 28.5T240-280h-80v160q0 17-11.5 28.5T120-80Z" })
]))
}