@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.13 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: "M0-200v-80h164q11-68 56.5-119T332-470l-58-250H160q-17 0-28.5-11.5T120-760q0-17 11.5-28.5T160-800h114q27 0 49.5 17.5T352-738l78 338h-30q-66 0-113 47t-47 113v40H0Zm315 45q-35-35-35-85t35-85q35-35 85-35t85 35q35 35 35 85t-35 85q-35 35-85 35t-85-35Zm113.5-56.5Q440-223 440-240t-11.5-28.5Q417-280 400-280t-28.5 11.5Q360-257 360-240t11.5 28.5Q383-200 400-200t28.5-11.5ZM760-240q-72 0-126.5-44.5T564-400h-94l-18-80h112q5-23 13.5-43t22.5-37H434l-18-80h226l-44-120h-64q-17 0-28.5-11.5T494-800q0-17 11.5-28.5T534-840h64q26 0 46.5 14t29.5 38l54 146h32q83 0 141.5 58.5T960-442q0 85-58.5 143.5T760-240Zm0-80q51 0 85.5-35t34.5-85q0-51-34.5-85.5T760-560h-4l26 69q6 16-1 30.5T758-440q-16 6-31-1t-21-23l-24-68q-20 17-31 40t-11 52q0 50 34.5 85t85.5 35Zm-360 80Zm360-200Z" })
]))
}