UNPKG

@bcc-code/icons-vue

Version:

Icons used in the BCC design system, built as Vue components.

11 lines (10 loc) • 813 B
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: "M480-80q-33 0-56.5-23.5T400-160v-320q0-33 23.5-56.5T480-560h320q33 0 56.5 23.5T880-480v320q0 33-23.5 56.5T800-80H480Zm0-80h320v-320H480v320ZM240-280v-360q0-33 23.5-56.5T320-720h360q17 0 28.5 11.5T720-680q0 17-11.5 28.5T680-640H320v360q0 17-11.5 28.5T280-240q-17 0-28.5-11.5T240-280ZM80-440v-360q0-33 23.5-56.5T160-880h360q17 0 28.5 11.5T560-840q0 17-11.5 28.5T520-800H160v360q0 17-11.5 28.5T120-400q-17 0-28.5-11.5T80-440Zm400 280v-320 320Z" }) ])) }