@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 973 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: "M240-80q-33 0-56.5-23.5T160-160v-76q0-21 9-39.5t26-31.5q43-35 77.5-78.5T330-480h-50q-17 0-28.5-11.5T240-520q0-17 11.5-28.5T280-560h32l-40-66q-14-23-11-50.5t23-47.5l168-168q12-12 28-12t28 12l168 168q20 20 23 47.5T688-626l-40 66h32q17 0 28.5 11.5T720-520q0 17-11.5 28.5T680-480h-50q23 51 57.5 94.5T765-307q16 14 25.5 32t9.5 39v76q0 33-23.5 56.5T720-80H240Zm0-80h480v-80q-60-48-104.5-108T545-480H416q-26 72-71 132T240-240v80Zm165-400h150l64-108-139-139-139 139 64 108Zm103.5-91.5Q520-663 520-680t-11.5-28.5Q497-720 480-720t-28.5 11.5Q440-697 440-680t11.5 28.5Q463-640 480-640t28.5-11.5ZM480-807Zm0 647Z" })
]))
}