@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 909 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: "M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-507h560v-133H200v133Zm0 214h560v-134H200v134Zm0 213h560v-133H200v133Zm51.5-465.5Q240-677 240-694t11.5-28.5Q263-734 280-734t28.5 11.5Q320-711 320-694t-11.5 28.5Q297-654 280-654t-28.5-11.5Zm0 214Q240-463 240-480t11.5-28.5Q263-520 280-520t28.5 11.5Q320-497 320-480t-11.5 28.5Q297-440 280-440t-28.5-11.5Zm0 214Q240-249 240-266t11.5-28.5Q263-306 280-306t28.5 11.5Q320-283 320-266t-11.5 28.5Q297-226 280-226t-28.5-11.5Z" })
]))
}