UNPKG

@bcc-code/icons-vue

Version:

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

11 lines (10 loc) • 765 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: "M480-480h-80v-80h120q17 0 28.5 11.5T560-520v360h80v-360q0-17 11.5-28.5T680-560h80v-160H400v-80h360q33 0 56.5 23.5T840-720v160q0 33-23.5 56.5T760-480h-40v320q0 33-23.5 56.5T640-80h-80q-33 0-56.5-23.5T480-160v-320ZM190-810q70-70 170-70 17 0 28.5 11.5T400-840v400q0 17-11.5 28.5T360-400q-100 0-170-70t-70-170q0-100 70-170Zm43 268q33 43 87 57v-310q-54 14-87 57t-33 98q0 55 33 98Zm367-98Zm-280 0Z" }) ])) }