@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 735 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: "M144-160q-35 0-52-30t0-60l336-580q9-15 23-22.5t29-7.5q15 0 29 7.5t23 22.5l336 580q17 30 0 60t-52 30H144Zm35-80h602L480-760 179-240Zm261-140v40q0 17 11.5 28.5T480-300q17 0 28.5-11.5T520-340v-40h40q17 0 28.5-11.5T600-420q0-17-11.5-28.5T560-460h-40v-40q0-17-11.5-28.5T480-540q-17 0-28.5 11.5T440-500v40h-40q-17 0-28.5 11.5T360-420q0 17 11.5 28.5T400-380h40Zm40-40Z" })
]))
}