UNPKG

@bcc-code/icons-vue

Version:

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

11 lines (10 loc) • 856 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: "M380-260h140q60 0 98-35t38-89q0-37-21.5-64T575-487v-2q30-12 47-37.5t17-58.5q0-54-38-85t-104-31H380q-17 0-28.5 11.5T340-661v361q0 17 11.5 28.5T380-260Zm30-254v-125h87q34 0 53.5 16.5T570-576q0 27-19 44.5T501-514h-91Zm0 194v-137h93q36 0 59 19t23 50q0 30-21.5 49T507-320h-97Zm-86 208.5Q251-143 197-197t-85.5-127Q80-397 80-480t31.5-156Q143-709 197-763t127-85.5Q397-880 480-880t156 31.5Q709-817 763-763t85.5 127Q880-563 880-480t-31.5 156Q817-251 763-197t-127 85.5Q563-80 480-80t-156-31.5Z" }) ])) }