@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.43 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: "M200-160q-33 0-56.5-23.5T120-240v-560q0-33 23.5-56.5T200-880h560q33 0 56.5 23.5T840-800v240q0 17-11.5 28.5T800-520q-17 0-28.5-11.5T760-560v-240H200v560h100q17 0 28.5 11.5T340-200q0 17-11.5 28.5T300-160H200Zm0-120v40-560 520Zm80-160v80q0 17 11.5 28.5T320-320h4q8-49 35-90.5t69-69.5H320q-17 0-28.5 11.5T280-440Zm0-240v80q0 17 11.5 28.5T320-560h80q17 0 28.5-11.5T440-600v-80q0-17-11.5-28.5T400-720h-80q-17 0-28.5 11.5T280-680Zm280 560q-66 0-113-47t-47-113q0-66 47-113t113-47h40q17 0 28.5 11.5T640-400q0 17-11.5 28.5T600-360h-40q-33 0-56.5 23.5T480-280q0 33 23.5 56.5T560-200h40q17 0 28.5 11.5T640-160q0 17-11.5 28.5T600-120h-40Zm0-440h80q17 0 28.5-11.5T680-600v-80q0-17-11.5-28.5T640-720h-80q-17 0-28.5 11.5T520-680v80q0 17 11.5 28.5T560-560Zm40 320q-17 0-28.5-11.5T560-280q0-17 11.5-28.5T600-320h160q17 0 28.5 11.5T800-280q0 17-11.5 28.5T760-240H600Zm200 120h-40q-17 0-28.5-11.5T720-160q0-17 11.5-28.5T760-200h40q33 0 56.5-23.5T880-280q0-33-23.5-56.5T800-360h-40q-17 0-28.5-11.5T720-400q0-17 11.5-28.5T760-440h40q66 0 113 46.5T960-280q0 66-47 113t-113 47Z" })
]))
}