UNPKG

@bcc-code/icons-vue

Version:

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

11 lines (10 loc) • 1.05 kB
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: "M160-320v-440 440ZM80-120q-17 0-28.5-11.5T40-160q0-17 11.5-28.5T80-200h800q17 0 28.5 11.5T920-160q0 17-11.5 28.5T880-120H80Zm80-120q-33 0-56.5-23.5T80-320v-440q0-33 23.5-56.5T160-840h567q17 0 28.5 11.5T767-800q0 17-11.5 28.5T727-760H160v440h567q17 0 28.5 11.5T767-280q0 17-11.5 28.5T727-240H160Zm529.5-235.5Q683-490 692-507q5-8 6.5-16t1.5-17q0-9-1.5-17t-6.5-16q-9-17-2.5-31.5T710-626q14-7 29.5-3.5T765-607q8 16 11.5 33t3.5 34q0 17-3.5 34T765-473q-10 19-25.5 22.5T710-454q-14-7-20.5-21.5Zm99.5 97q-5-14.5 6-27.5 23-29 34-62.5t11-71.5q0-38-11-71.5T795-674q-11-13-6-27.5t18-22.5q13-8 29.5-7t30.5 21q26 37 39.5 80.5T920-540q0 46-13.5 89.5T867-370q-14 20-30.5 21t-29.5-7q-13-8-18-22.5Z" }) ])) }