UNPKG

@bcc-code/icons-vue

Version:

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

11 lines (10 loc) • 929 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: "M160-240q-51 0-85.5-34.5T40-360v-240q0-50 34.5-85t85.5-35h440q17 0 28.5 11.5T640-680q0 17-11.5 28.5T600-640H160q-17 0-28.5 11.5T120-600v240q0 17 11.5 28.5T160-320h440q17 0 28.5 11.5T640-280q0 17-11.5 28.5T600-240H160Zm0-160v-160q0-17 11.5-28.5T200-600h280q17 0 28.5 11.5T520-560v160q0 17-11.5 28.5T480-360H200q-17 0-28.5-11.5T160-400Zm560-40h-80q-17 0-28.5-11.5T600-480q0-17 11.5-28.5T640-520h80v-80q0-17 11.5-28.5T760-640q17 0 28.5 11.5T800-600v80h80q17 0 28.5 11.5T920-480q0 17-11.5 28.5T880-440h-80v80q0 17-11.5 28.5T760-320q-17 0-28.5-11.5T720-360v-80Z" }) ])) }