@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.09 kB
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: "M400-121v-80h280v-399h-80q-28 0-49.5 17.5T510-545q-23 26-50.5 47T400-467v147h-80v-146q-53-14-86.5-56T200-621q0-51 30-92.5t79-58.5q23-50 69-79t102-29q33 0 63.5 11.5T600-835q10-2 19.5-3.5T640-840q66 0 113 46.5T800-680q0 21-6 41.5T777-600l62-1q34-1 57.5 22.5T920-521v240q0 33-23.5 56.5T840-201h-80q0 33-23.5 56.5T680-121H400Zm-40-419q23 0 41.5-13.5T437-584l56-57q21-21 49-30t58-9h119q0-33-23.5-56.5T639-760q-12 0-24 1.5t-23 6.5l-12 4-31-26q-14-12-32-19t-37-7q-32 0-58.5 17T381-737l-15 31-32 10q-24 9-39 29.5T280-620q0 33 23 56.5t57 23.5Zm400 259h80v-240h-80v240ZM160-160h240v-80H160v80Zm0 80q-33 0-56.5-23.5T80-160v-120q0-17 11.5-28.5T120-320h320q17 0 28.5 11.5T480-280v120q0 33-23.5 56.5T400-80H160Zm0-80h240-240Zm380-241Z" })
]))
}