@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
26 lines (25 loc) • 1.59 kB
JavaScript
const { createElementVNode: _createElementVNode, openBlock: _openBlock, createElementBlock: _createElementBlock } = require("vue")
module.exports = function render(_ctx, _cache) {
return (_openBlock(), _createElementBlock("svg", {
viewBox: "0 0 36 36",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, [
_createElementVNode("path", {
d: "M18.8231 8.54961H8.74192C7.23443 8.54961 6 9.8008 6 11.3288V12.997C6 14.525 7.23443 15.7762 8.74192 15.7762H14.4352V24.671C14.4352 26.1989 15.6698 27.4502 17.1772 27.4502H18.8231C20.3305 27.4502 21.5651 26.1989 21.5651 24.671V11.3288C21.5651 9.8008 20.3305 8.54961 18.8231 8.54961Z",
fill: "currentColor"
}),
_createElementVNode("path", {
d: "M18.8229 28.7733H17.177C15.6627 28.7733 14.4352 30.0177 14.4352 31.5525V33.2208C14.4352 34.7556 15.6627 36 17.177 36H18.8229C20.3372 36 21.5649 34.7556 21.5649 33.2208V31.5525C21.5649 30.0177 20.3372 28.7733 18.8229 28.7733Z",
fill: "currentColor"
}),
_createElementVNode("path", {
d: "M18.8229 0H17.177C15.6627 0 14.4352 1.24427 14.4352 2.77915V4.4474C14.4352 5.98228 15.6627 7.22655 17.177 7.22655H18.8229C20.3372 7.22655 21.5649 5.98228 21.5649 4.4474V2.77915C21.5649 1.24427 20.3372 0 18.8229 0Z",
fill: "currentColor"
}),
_createElementVNode("path", {
d: "M27.258 8.57263H25.6121C24.0979 8.57263 22.8703 9.8169 22.8703 11.3518V13.02C22.8703 14.5548 24.0979 15.7993 25.6121 15.7993H27.258C28.7723 15.7993 30 14.5548 30 13.02V11.3518C30 9.8169 28.7723 8.57263 27.258 8.57263Z",
fill: "currentColor"
})
]))
}