@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.35 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: "M395-60q-14-8-18.5-24t3.5-30l118-206q11-19 29.5-29.5T568-360h92l58-201q10-35 37-57t61-22q48 0 78.5 36.5T916-519l-43 215q-5 28-27.5 46T794-240H545L449-74q-8 14-24 18t-30-4Zm445-620q-33 0-56.5-23.5T760-760q0-33 23.5-56.5T840-840q33 0 56.5 23.5T920-760q0 33-23.5 56.5T840-680Zm-639 40q-1-8-3.5-15t-7.5-14q-10-13-15-29t-5-34q0-8 1-15.5t3-13.5q5-14 16-21.5t24-2.5q12 5 17.5 16t.5 22q-2 3-2 6v7q0 10 2.5 19t9.5 17q9 12 14 26.5t6 31.5h-61Zm128 0q0-5-13-25-13-13-20-31t-7-38q0-9 1.5-17t4.5-15q5-13 18-19t25 0q11 5 15.5 16t-1.5 22q-2 3-2.5 6t-.5 7q0 9 3 16.5t11 15.5q13 13 19 29t8 33h-61Zm-254 0L46-841q-2-17 6.5-31.5T78-892q48-14 101.5-21t100.5-7q47 0 100.5 7T482-892q17 5 25.5 19.5T514-841l-29 201h-61l29-197q-43-11-86-17t-87-6q-44 0-87 6t-86 17l29 197H75Zm190 420.5q-7-2.5-13-8.5L109-371q-12-12-12-28.5t12-28.5q12-11 28.5-11t27.5 11l75 75v-207q0-17 11.5-28.5T280-600q17 0 28.5 11.5T320-560v207l76-75q11-11 28-11t28 11q12 12 11.5 28.5T452-372L308-228q-6 6-13 8.5t-15 2.5q-8 0-15-2.5Z" })
]))
}