UNPKG

@bcc-code/icons-vue

Version:

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

11 lines (10 loc) • 1.04 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: "M480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-59 17-115t49-105l-63-63q-12-12-12-28.5T83-820q12-12 28.5-12t28.5 12l680 680q11 11 11 28t-11 28q-12 12-28.5 12T763-84l-63-62q-49 32-105 49T480-80Zm79-479ZM401-401Zm-87-443q39-18 81-27t85-9q80 0 153 30t130 87q57 57 87 130t30 153q0 43-9 85t-27 81q-7 15-23 19.5t-30-3.5q-14-8-19-24t2-32q13-30 19.5-62t6.5-64q0-134-93-227t-227-93q-32 0-64 6.5T354-774q-16 7-32 2t-24-19q-8-14-3.5-30t19.5-23Zm267 351-88-88q-8-8-5.5-19.5T501-615l124-35q11-3 19.5 5.5T650-625l-35 124q-3 11-14.5 13.5T581-493ZM480-160q43 0 83.5-11t78.5-33L491-355l-156 45q-11 3-19.5-5.5T310-335l45-156-151-151q-22 38-33 78.5T160-480q0 133 93.5 226.5T480-160Z" }) ])) }