UNPKG

@bcc-code/icons-vue

Version:

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

11 lines (10 loc) • 991 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: "M324-111.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.5ZM480-160q134 0 227-93t93-227q0-64-24.5-122.5T706-706L254-254q45 45 103.5 69.5T480-160Zm30-160q-13 0-21.5-8.5T480-350q0-13 8.5-21.5T510-380h140q13 0 21.5 8.5T680-350q0 13-8.5 21.5T650-320H510ZM320-580v50q0 13 8.5 21.5T350-500q13 0 21.5-8.5T380-530v-50h50q13 0 21.5-8.5T460-610q0-13-8.5-21.5T430-640h-50v-50q0-13-8.5-21.5T350-720q-13 0-21.5 8.5T320-690v50h-50q-13 0-21.5 8.5T240-610q0 13 8.5 21.5T270-580h50Z" }) ])) }