@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.1 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: "M411.5-91.5Q400-103 400-120v-200q0-7 1-14t3-13l42-119q8-24 29-39t47-15h236q26 0 47 15t29 39l42 119q2 6 3 13t1 14v200q0 17-11.5 28.5T840-80q-17 0-28.5-11.5T800-120v-20H480v20q0 17-11.5 28.5T440-80q-17 0-28.5-11.5ZM480-380h320l-28-80H508l-28 80Zm-20 60v120-120Zm88.5 88.5Q560-243 560-260t-11.5-28.5Q537-300 520-300t-28.5 11.5Q480-277 480-260t11.5 28.5Q503-220 520-220t28.5-11.5Zm240 0Q800-243 800-260t-11.5-28.5Q777-300 760-300t-28.5 11.5Q720-277 720-260t11.5 28.5Q743-220 760-220t28.5-11.5ZM240-400v-80h80v80h-80Zm200-240v-80h80v80h-80ZM240-240v-80h80v80h-80Zm0 160v-80h80v80h-80ZM80-80v-480q0-33 23.5-56.5T160-640h120v-160q0-33 23.5-56.5T360-880h240q33 0 56.5 23.5T680-800v200h-80v-200H360v240H160v480H80Zm380-120h360v-120H460v120Z" })
]))
}