@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.29 kB
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: "M400-510ZM160-160q-33 0-56.5-23.5T80-240v-360q0-19 8.5-36t23.5-28l240-180q11-8 23-12t25-4q13 0 25 4t23 12l151 112q16 12 16.5 27.5T607-677q-9 12-24.5 16.5T551-668L400-780 160-600v360h200q17 0 28.5 11.5T400-200q0 17-11.5 28.5T360-160H160Zm520-400q-83 0-141.5 58T480-360q0 32 10 62t29 56q8 11 7.5 23t-9.5 21q-9 9-21 8.5T476-200q-26-35-41-75.5T420-360q0-109 76-184.5T680-620q109 0 184.5 75.5T940-360q0 44-14 84.5T885-200q-8 10-20 10.5t-21-8.5q-9-9-9.5-21.5T842-243q19-26 28.5-55.5T880-360q0-84-58-142t-142-58Zm0 100q-42 0-71 29t-29 71q0 12 3 23t9 22q6 11 6 24.5t-9 22.5q-9 9-21.5 8.5T548-271q-14-20-21-42.5t-7-46.5q0-67 47-113.5T680-520q67 0 113.5 46.5T840-360q0 23-6.5 46T813-271q-7 10-19 10.5t-21-8.5q-9-9-9.5-22t5.5-24q5-11 8-22t3-23q0-42-29-71t-71-29Zm-21.5 331.5Q650-137 650-150v-170q-9-8-14.5-18.5T630-360q0-21 15-35.5t35-14.5q21 0 35.5 14.5T730-360q0 11-4.5 22T710-320v170q0 13-8.5 21.5T680-120q-13 0-21.5-8.5Z" })
]))
}