@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.16 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: "M580-545q0-48-33.5-81.5T465-660H320q-13 0-21.5 8.5T290-630q0 13 8.5 21.5T320-600h145q23 0 39 16t16 39q0 23-16 39t-39 16h-80l6-6q9-9 9-21t-9-21q-9-9-21-9t-21 9l-51 50q-12 12-12 28.5t12 28.5l51 50q9 9 21 9t21-9q9-9 9-21t-9-21l-6-7h80q48 0 81.5-33.5T580-545ZM260-160q-41 0-75-21.5T134-240H40q-17 0-28.5-11.5T0-280v-200q0-33 23.5-56.5T80-560h40l60-167q9-24 29.5-38.5T256-780h298q21 0 39.5 10.5T623-741l97 161 167 14q33 3 53 25t20 55v206q0 17-11.5 28.5T920-240h-94q-17 37-51 58.5T700-160q-41 0-75-21.5T574-240H386q-17 37-51 58.5T260-160Zm0-80q25 0 42.5-17.5T320-300q0-8 6-14t14-6h280q8 0 14 6t6 14q0 25 17.5 42.5T700-240q25 0 42.5-17.5T760-300q0-8 6-14t14-6h100v-166l-187-16q-10-1-18-6t-13-13L555-700H256l-70 194q-5 12-15 19t-23 7H80v160h100q8 0 14 6t6 14q0 25 17.5 42.5T260-240Zm220-230Z" })
]))
}