@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 910 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: "M400-320q-57 0-99 34t-56 86q-5 17-16.5 28.5T200-160q-17 0-28-12t-8-28q11-62 49-110t94-71l-10-99h-97q-17 0-28.5-11.5T160-520v-200H80q-17 0-28.5-11.5T40-760q0-17 11.5-28.5T80-800h240q17 0 28.5 11.5T360-760q0 17-11.5 28.5T320-720h-80v160h48l-3-36q-2-18 9.5-31t29.5-13h312q18 0 29.5 13t9.5 31l-3 36h48v-160h-80q-17 0-28.5-11.5T600-760q0-17 11.5-28.5T640-800h241q17 0 28.5 11.5T921-760q0 17-11.5 28.5T881-720h-80v200q0 17-11.5 28.5T761-480h-97l-10 99q56 23 94 71t49 110q3 16-8.5 28T760-160q-17 0-28.5-11.5T715-200q-14-52-56.5-86T560-320H400Z" })
]))
}