UNPKG

@bcc-code/icons-vue

Version:

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

11 lines (10 loc) • 831 B
const { createElementVNode: _createElementVNode, openBlock: _openBlock, createElementBlock: _createElementBlock } = require("vue") module.exports = function render(_ctx, _cache) { return (_openBlock(), _createElementBlock("svg", { "aria-hidden": "true", viewBox: "0 -960 960 960", fill: "currentColor" }, [ _createElementVNode("path", { d: "M160-240q-50 0-85-35t-35-85v-240q0-50 35-85t85-35h458q17 0 28.5 11.5T658-680q0 17-11.5 28.5T618-640H160q-17 0-28.5 11.5T120-600v240q0 17 11.5 28.5T160-320h418q17 0 28.5 11.5T618-280q0 17-11.5 28.5T578-240H160Zm0-160v-160q0-17 11.5-28.5T200-600h343q26 0 36.5 22.5T574-535L458-390q-11 14-27.5 22t-34.5 8H200q-17 0-28.5-11.5T160-400Zm566 123q-5 6-12.5 3t-5.5-11l27-155h-93q-13 0-18.5-11t2.5-21l168-211q5-6 12.5-3t5.5 11l-27 155h93q13 0 18.5 11t-2.5 21L726-277Z" }) ])) }