UNPKG

@bcc-code/icons-vue

Version:

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

11 lines (10 loc) • 836 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: "M731.5-371.5Q720-383 720-400v-40h-40q-17 0-28.5-11.5T640-480q0-17 11.5-28.5T680-520h40v-40q0-17 11.5-28.5T760-600q17 0 28.5 11.5T800-560v40h40q17 0 28.5 11.5T880-480q0 17-11.5 28.5T840-440h-40v40q0 17-11.5 28.5T760-360q-17 0-28.5-11.5ZM160-120q-33 0-56.5-23.5T80-200v-560q0-33 23.5-56.5T160-840h240v720H160Zm320 0v-720h240q33 0 56.5 23.5T800-760v44q0 16-12 26.5t-28 9.5q-83 0-141.5 58T560-480q0 84 58.5 142T760-280q16 0 28 10t12 26v44q0 33-23.5 56.5T720-120H480Z" }) ])) }