UNPKG

@bcc-code/icons-vue

Version:

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

11 lines (10 loc) • 899 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: "M764-83 642-203q8 8 13 19t5 24q0 25-17.5 42.5T600-100q-25 0-42.5-17.5T540-160q0-25 17.5-42.5T600-220q12 0 21.5 3.5T639-206l-69-70q-20 5-36.5 16.5T505-233q-13 17-19.5 37.5T480-154q1 14-6.5 24T453-120h-73v-346l-60-60v406h-40q-33 0-56.5-23.5T200-200v-400q0-10 2.5-19.5T210-638L84-764q-11-11-11-28t11-28q11-11 28-11t28 11l680 680q11 11 11.5 27.5T820-84q-11 11-27.5 11.5T764-83ZM532-542l-70-70q-19-19-8.5-43.5T491-680h29v-120h-40q-17 0-28.5-11.5T440-840q0-17 11.5-28.5T480-880h80q17 0 28.5 11.5T600-840v269q0 27-24.5 37.5T532-542Z" }) ])) }