UNPKG

@bcc-code/icons-vue

Version:

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

11 lines (10 loc) • 631 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: "M320-80q-33 0-56.5-23.5T240-160v-320h-40q-33 0-56.5-23.5T120-560v-160q0-33 23.5-56.5T200-800h240q17 0 28.5 11.5T480-760v600q0 33-23.5 56.5T400-80h-80Zm450-390q-70 70-170 70-17 0-28.5-11.5T560-440v-400q0-17 11.5-28.5T600-880q100 0 170 70t70 170q0 100-70 170Z" }) ])) }