@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 838 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: "M160-120q-17 0-28.5-11.5T120-160q0-17 11.5-28.5T160-200h600v-600q0-17 11.5-28.5T800-840q17 0 28.5 11.5T840-800v600q0 33-23.5 56.5T760-120H160Zm383.5-183.5Q520-327 520-360t23.5-56.5Q567-440 600-440t56.5 23.5Q680-393 680-360t-23.5 56.5Q633-280 600-280t-56.5-23.5ZM240-480q-17 0-28.5-11.5T200-520q0-17 11.5-28.5T240-560h104L148-755q-12-12-12-28.5t12-28.5q12-12 28.5-12t28.5 12l195 196v-104q0-17 11.5-28.5T440-760q17 0 28.5 11.5T480-720v200q0 17-11.5 28.5T440-480H240Z" })
]))
}