UNPKG

@bcc-code/icons-vue

Version:

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

11 lines (10 loc) • 794 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: "M210-560q-14-22-22-47t-8-53q0-75 52.5-127.5T360-840q21 0 41 4.5t39 14.5v-59q0-17 11.5-28.5T480-920q17 0 28.5 11.5T520-880v59q19-9 39-14t41-5q75 0 127.5 52.5T780-660q0 28-8 53t-22 47H210ZM200-80q-33 0-56.5-23.5T120-160v-80q0-33 23.5-56.5T200-320h50l10-80H160q-17 0-28.5-11.5T120-440q0-17 11.5-28.5T160-480h640q17 0 28.5 11.5T840-440q0 17-11.5 28.5T800-400H700l10 80h50q33 0 56.5 23.5T840-240v80q0 33-23.5 56.5T760-80H200Z" }) ])) }