UNPKG

@bcc-code/icons-vue

Version:

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

11 lines (10 loc) • 996 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: "M280-40q-33 0-56.5-23.5T200-120v-720q0-33 23.5-56.5T280-920h400q33 0 56.5 23.5T760-840v200q0 17-11.5 28.5T720-600H620q-28 0-49.5 17T542-539l-16 66q-41 37-63.5 87T440-280q0 56 22 105.5T526-87q3 11 6 23.5t6 23.5H280Zm228.5-691.5Q520-743 520-760t-11.5-28.5Q497-800 480-800t-28.5 11.5Q440-777 440-760t11.5 28.5Q463-720 480-720t28.5-11.5ZM651-40q-14 0-25-8t-14-22l-15-62q-36-26-56.5-64.5T520-280q0-45 20.5-83.5T597-428l15-62q3-14 14-22t25-8h98q14 0 25 8t14 22l15 62q36 26 56.5 64.5T880-280q0 45-20.5 83.5T803-132l-15 62q-3 14-14 22t-25 8h-98Zm120-169q29-29 29-71t-29-71q-29-29-71-29t-71 29q-29 29-29 71t29 71q29 29 71 29t71-29Z" }) ])) }