@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 832 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: "M496-480ZM128-736q-15-20-4-42t36-22h440q19 0 36 8.5t28 23.5l163 217q15 20 4 42t-36 22q-10 0-18-4t-14-12L600-720H240l144 192q16 21 16 48t-16 48L240-240h176q15 0 26 9.5t13 24.5q3 18-9.5 32T415-160H160q-25 0-36-22t4-42l192-256-192-256Zm563 501-18-18q-9-9-21-8.5t-21 9.5q-9 9-9 21t9 21l32 32q12 12 28 12t28-12l90-89q9-9 9-21t-9-21q-9-9-21-8.5t-21 8.5l-76 74Zm29 195q-83 0-141.5-58.5T520-240q0-83 58.5-141.5T720-440q83 0 141.5 58.5T920-240q0 83-58.5 141.5T720-40Z" })
]))
}