UNPKG

@bcc-code/icons-vue

Version:

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

11 lines (10 loc) • 897 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: "M240-80q-33 0-56.5-23.5T160-160v-640q0-33 23.5-56.5T240-880h520q17 0 28.5 11.5T800-840q0 17-11.5 28.5T760-800h-40v80q0 17-11.5 28.5T680-680H360q-17 0-28.5-11.5T320-720v-80h-80v640h162q-38-27-60-68.5T320-320v-120q0-33 23.5-56.5T400-520h240q33 0 56.5 23.5T720-440v120q0 50-22 91.5T638-160h122q17 0 28.5 11.5T800-120q0 17-11.5 28.5T760-80H240Zm280-120q50 0 85-35t35-85v-120H400v120q0 50 35 85t85 35Zm28.5-371.5Q560-583 560-600t-11.5-28.5Q537-640 520-640t-28.5 11.5Q480-617 480-600t11.5 28.5Q503-560 520-560t28.5-11.5ZM520-440Z" }) ])) }