@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 755 B
JavaScript
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-69 0-132.5-23T230-168q-14-11-15-28.5t11-29.5q12-12 28.5-12t30.5 11q8 7 17 13t18 11v-117h-80q-33 0-56.5-23.5T160-400v-240q0-66 47-113t113-47h120q17 0 28.5 11.5T480-760v160h240q33 0 56.5 23.5T800-520v120q0 33-23.5 56.5T720-320h-80v117q10-6 19-12t18-13q13-11 30-10t28 12q12 12 11 28.5T732-170q-54 43-118.5 66.5T480-80Zm0-80q20 0 40-2.5t40-7.5v-150H400v150q20 5 40 7.5t40 2.5Z" })
]))
}