@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.12 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: "M195-195q-35-35-35-85h-51q-17 0-28.5-11.5T69-320q0-17 11.5-28.5T109-360h82q17-19 40-29.5t49-10.5q26 0 49 10.5t40 29.5h167l84-360H310q-17 0-28.5-11.5T270-760q0-17 11.5-28.5T310-800h360q20 0 32 15t7 34l-26 111h77q19 0 36 8.5t28 23.5l75 99q11 14 14 30.5t0 33.5l-27 133q-3 14-14 23t-25 9h-47q0 50-35 85t-85 35q-50 0-85-35t-35-85H400q0 50-35 85t-85 35q-50 0-85-35Zm442-245h193l4-21-74-99h-95l-28 120Zm-17-280-84 360 2-7 82-353ZM140-560H78q-12 0-17.5-10.5T62-591l100-143q5-6 11.5-4t6.5 10v88h62q12 0 17.5 10.5T258-609L158-466q-5 6-11.5 4t-6.5-10v-88Zm140 320q17 0 28.5-11.5T320-280q0-17-11.5-28.5T280-320q-17 0-28.5 11.5T240-280q0 17 11.5 28.5T280-240Zm400 0q17 0 28.5-11.5T720-280q0-17-11.5-28.5T680-320q-17 0-28.5 11.5T640-280q0 17 11.5 28.5T680-240Z" })
]))
}