@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.03 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: "M160-160q-33 0-56.5-23.5T80-240v-400q0-17 11.5-28.5T120-680q17 0 28.5 11.5T160-640v400h240q17 0 28.5 11.5T440-200q0 17-11.5 28.5T400-160H160Zm120-560q-33 0-56.5-23.5T200-800q0-33 23.5-56.5T280-880q33 0 56.5 23.5T360-800q0 33-23.5 56.5T280-720Zm200 600v-160H280q-33 0-56.5-23.5T200-360v-236q0-35 24-59.5t58-24.5q19 0 35.5 8t28.5 22q45 49 96.5 89.5T560-520h54q-18-12-30.5-29T565-587q-4-13 5-23t23-10h175q14 0 22.5 10t5.5 23q-5 21-18 38t-31 29h93q17 0 28.5 11.5T880-480q0 17-11.5 28.5T840-440H720v320q0 17-11.5 28.5T680-80q-17 0-28.5-11.5T640-120v-320h-80q-53 0-107-23t-93-55v138h120q33 0 56.5 23.5T560-300v180q0 17-11.5 28.5T520-80q-17 0-28.5-11.5T480-120Z" })
]))
}