@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 827 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: "M331.5-451.5Q320-463 320-480t11.5-28.5Q343-520 360-520t28.5 11.5Q400-497 400-480t-11.5 28.5Q377-440 360-440t-28.5-11.5Zm240 0Q560-463 560-480t11.5-28.5Q583-520 600-520t28.5 11.5Q640-497 640-480t-11.5 28.5Q617-440 600-440t-28.5-11.5ZM160-120q-17 0-28.5-11.5T120-160q0-16 14.5-22.5T160-200v-560q0-33 23.5-56.5T240-840h480q33 0 56.5 23.5T800-760v560q17 0 28.5 11.5T840-160q0 17-11.5 28.5T800-120H160Zm80-80h200v-560H240v560Zm280 0h200v-560H520v560Zm-40-320Z" })
]))
}