UNPKG

@bcc-code/icons-vue

Version:

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

11 lines (10 loc) • 567 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: "M406-314 268-452q-12-12-12-28t12-28l138-138q10-10 22-5t12 19v304q0 14-12 19t-22-5Zm114 154v-640q0-17 11.5-28.5T560-840q17 0 28.5 11.5T600-800v640q0 17-11.5 28.5T560-120q-17 0-28.5-11.5T520-160Z" }) ])) }