@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 746 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: "M269-120q-30 0-52-20t-27-49l-63-445q-2-18 9.5-32t29.5-14h74v-80q0-33 23.5-56.5T320-840h320q33 0 56.5 23.5T720-760v80h73q18 0 30 14t10 32l-63 445q-5 29-27.5 49T690-120H269Zm-57-480 57 400h422l57-400H212Zm226 207-29-29q-12-11-28-11t-28 12q-12 12-12 28t12 28l56 57q12 12 28.5 12t28.5-12l141-142q12-12 12-28t-12-28q-12-12-28-12t-28 12L438-393ZM320-680h320v-80H320v80Zm160 280Z" })
]))
}