@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 868 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: "M360-360v-400 560-160Zm-80 40h80v120h240v-560H360v360h-80v-360q0-33 23.5-56.5T360-840h240q33 0 56.5 23.5T680-760v560q0 33-23.5 56.5T600-120H360q-33 0-56.5-23.5T280-200v-120Zm200-240q17 0 28.5-11.5T520-600q0-17-11.5-28.5T480-640q-17 0-28.5 11.5T440-600q0 17 11.5 28.5T480-560Zm320-40q-17 0-28.5-11.5T760-640v-160q0-17 11.5-28.5T800-840q17 0 28.5 11.5T840-800v160q0 17-11.5 28.5T800-600ZM200-320q-17 0-28.5-11.5T160-360q0-17 11.5-28.5T200-400h280q17 0 28.5 11.5T520-360q0 17-11.5 28.5T480-320H200Z" })
]))
}