@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.37 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: "M480-120q-33 0-56.5-23.5T400-200v-589q0-24 13-43.5t35-29.5l120-52q40-17 76 6.5t36 67.5h120q33 0 56.5 23.5T880-760v560q0 33-23.5 56.5T800-120H480Zm0-121 120-52v-547l-120 52v547Zm107 41h213v-560H680v467q0 24-13 44.5T632-219l-45 19Zm-107-41v-547 547ZM120-760q-17 0-28.5-11.5T80-800q0-17 11.5-28.5T120-840q17 0 28.5 11.5T160-800q0 17-11.5 28.5T120-760Zm0 160q-17 0-28.5-11.5T80-640q0-17 11.5-28.5T120-680q17 0 28.5 11.5T160-640q0 17-11.5 28.5T120-600Zm-28.5 91.5Q103-520 120-520t28.5 11.5Q160-497 160-480t-11.5 28.5Q137-440 120-440t-28.5-11.5Q80-463 80-480t11.5-28.5ZM120-280q-17 0-28.5-11.5T80-320q0-17 11.5-28.5T120-360q17 0 28.5 11.5T160-320q0 17-11.5 28.5T120-280Zm0 160q-17 0-28.5-11.5T80-160q0-17 11.5-28.5T120-200q17 0 28.5 11.5T160-160q0 17-11.5 28.5T120-120Zm131.5-11.5Q240-143 240-160t11.5-28.5Q263-200 280-200t28.5 11.5Q320-177 320-160t-11.5 28.5Q297-120 280-120t-28.5-11.5Zm0-640Q240-783 240-800t11.5-28.5Q263-840 280-840t28.5 11.5Q320-817 320-800t-11.5 28.5Q297-760 280-760t-28.5-11.5Z" })
]))
}