UNPKG

@bcc-code/icons-vue

Version:

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

11 lines (10 loc) • 728 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: "M400-760v-40q-17 0-28.5-11.5T360-840q0-17 11.5-28.5T400-880h200q17 0 28.5 11.5T640-840v31q0 5-1 8.5t-3 8.5l-36 72H480v-40l-75 75q-1 1-16 5-10 0-15.5-8.5T373-706l27-54Zm0 680q-33 0-56.5-23.5T320-160v-197q0-10 2-19.5t7-18.5l128-242q11-20 29.5-31.5T528-680h72q17 0 28.5 11.5T640-640v480q0 33-23.5 56.5T560-80H400Zm0-80h160v-440h-32L400-356v196Zm0 0h160-160Z" }) ])) }