@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 845 B
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue"
export default function render(_ctx, _cache) {
return (_openBlock(), _createElementBlock("svg", {
"aria-hidden": "true",
viewBox: "0 -960 960 960",
fill: "currentColor"
}, [
_createElementVNode("path", { d: "M640-160q-17 0-28.5-11.5T600-200v-200q0-17 11.5-28.5T640-440h200q17 0 28.5 11.5T880-400v200q0 17-11.5 28.5T840-160H640ZM480-520q-17 0-28.5-11.5T440-560v-200q0-17 11.5-28.5T480-800h360q17 0 28.5 11.5T880-760v200q0 17-11.5 28.5T840-520H480ZM120-160q-17 0-28.5-11.5T80-200v-200q0-17 11.5-28.5T120-440h360q17 0 28.5 11.5T520-400v200q0 17-11.5 28.5T480-160H120Zm0-360q-17 0-28.5-11.5T80-560v-200q0-17 11.5-28.5T120-800h200q17 0 28.5 11.5T360-760v200q0 17-11.5 28.5T320-520H120Z" })
]))
}