UNPKG

@bcc-code/icons-vue

Version:

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

11 lines (10 loc) • 1.01 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: "M400-496v-144q0-17-11.5-28.5T360-680q-17 0-28.5 11.5T320-640v159q0 8 3 15.5t9 13.5l112 112q11 11 28 11t28-11q11-11 11-28t-11-28L400-496Zm480 16q0-72-33.5-133.5T754-713q-14-9-19-25t2-31q8-16 24-21t30 4q78 49 123.5 130T960-480q0 95-45.5 176T791-174q-14 9-30 4t-24-21q-7-15-2-31t19-25q59-38 92.5-99.5T880-480ZM219.5-148.5q-65.5-28.5-114-77t-77-114Q0-405 0-480t28.5-140.5q28.5-65.5 77-114t114-77Q285-840 360-840t140.5 28.5q65.5 28.5 114 77t77 114Q720-555 720-480t-28.5 140.5q-28.5 65.5-77 114t-114 77Q435-120 360-120t-140.5-28.5ZM360-200q117 0 198.5-81.5T640-480q0-117-81.5-198.5T360-760q-117 0-198.5 81.5T80-480q0 117 81.5 198.5T360-200Zm0-280Z" }) ])) }