@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 910 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: "M127-793q12-12 28-12t28 12l29 28q12 12 12 28.5T212-708q-12 12-28.5 12T155-708l-28-29q-12-12-12-28t12-28Zm381.5-75.5Q520-857 520-840v40q0 17-11.5 28.5T480-760q-17 0-28.5-11.5T440-800v-40q0-17 11.5-28.5T480-880q17 0 28.5 11.5ZM832-793q12 12 11.5 28T831-737l-28 29q-12 12-28 12t-28-12q-12-12-12-28.5t12-28.5l28-28q12-12 28.5-12t28.5 12ZM205-400h550q14 0 19 12t-5 22L536-136q-23 23-56 23t-56-23L191-366q-10-10-5-22t19-12Zm-22-113 113-138q11-14 27.5-21.5T358-680h244q18 0 34.5 7.5T664-651l113 138q8 10 3 21.5T762-480H198q-13 0-18-11.5t3-21.5Z" })
]))
}