UNPKG

@bcc-code/icons-vue

Version:

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

11 lines (10 loc) • 702 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: "M120-280q-17 0-28.5-11.5T80-320v-320q0-17 11.5-28.5T120-680h458q17 0 28.5 11.5T618-640q0 17-11.5 28.5T578-600H400v240h153q17 0 28.5 11.5T593-320q0 17-11.5 28.5T553-280H120Zm575-160h-93q-13 0-18.5-11t2.5-21l144-181q5-6 11.5-7t12.5 1q6 2 10 8t2 14l-21 117h93q13 0 18.5 11t-2.5 21L710-307q-5 6-11.5 7t-12.5-1q-6-2-10-8t-2-14l21-117Z" }) ])) }