@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.07 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: "M400-580ZM160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h680q17 0 28.5 11.5T880-760q0 17-11.5 28.5T840-720H160v480h40q17 0 28.5 11.5T240-200q0 17-11.5 28.5T200-160h-40Zm640-80v-320H640v320h160Zm-180 80q-25 0-42.5-17.5T560-220v-360q0-25 17.5-42.5T620-640h200q25 0 42.5 17.5T880-580v360q0 25-17.5 42.5T820-160H620Zm100-300q13 0 21.5-9t8.5-21q0-13-8.5-21.5T720-520q-12 0-21 8.5t-9 21.5q0 12 9 21t21 9ZM332-189l-12-41q-19-17-29.5-40T280-320q0-27 10.5-50t29.5-40l12-41q4-13 14-21t24-8h60q14 0 24 8t14 21l12 41q19 17 29.5 40t10.5 50q0 27-10.5 50T480-230l-12 41q-4 13-14 21t-24 8h-60q-14 0-24-8t-14-21Zm68-71q26 0 43-17.5t17-42.5q0-25-18-42.5T400-380q-24 0-42 17t-18 43q0 26 17 43t43 17Zm320-140Z" })
]))
}