@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.35 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: "M395-60q-14-8-18.5-24t3.5-30l118-206q11-19 29.5-29.5T568-360h92l58-201q10-35 37-57t61-22q48 0 78.5 36.5T916-519l-43 215q-5 28-27.5 46T794-240H545L449-74q-8 14-24 18t-30-4Zm445-620q-33 0-56.5-23.5T760-760q0-33 23.5-56.5T840-840q33 0 56.5 23.5T920-760q0 33-23.5 56.5T840-680Zm-460 98q-11-5-15.5-16.5t.5-22.5q1-2 3-13 0-8-3-15.5T354-665q-13-13-20-31t-7-38q0-9 1.5-17t4.5-15q5-13 18-19t25 0q11 5 15.5 16t-1.5 22q-2 3-2.5 6t-.5 7q0 9 3 16.5t11 15.5q11 11 18 26.5t9 32.5q2 11 .5 21t-5.5 18q-5 14-17.5 21t-25.5 1Zm-124 0q-12-5-17.5-16t-.5-22q2-3 2-6v-7q0-10-2.5-19t-9.5-17q-10-13-15-29t-5-34q0-8 1-15.5t3-13.5q5-14 16-21.5t24-2.5q12 5 17.5 16t.5 22q-2 3-2 6v7q0 10 2.5 19t9.5 17q10 13 15 29t5 34q0 8-1 15.5t-3 13.5q-5 14-16 21.5t-24 2.5Zm-115-58q-11 0-19.5-7.5T111-666L86-841q-2-17 6.5-31.5T118-892q47-13 100-20.5t102-7.5q49 0 102.5 7.5T522-892q17 5 25.5 19.5T554-841l-25 175q-2 11-10.5 18.5T499-640q-14 0-23-10t-7-24l24-163q-43-11-86-17t-87-6q-44 0-87 6t-86 17l24 163q2 14-7 24t-23 10Z" })
]))
}