@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 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: "M680-354q-12 0-21.5 5.5T642-334q-5 8-14.5 11t-17.5-1q-9-4-13-13t1-17q13-21 34.5-33.5T680-400q37 0 64.5 24t27.5 60q0 11-3 20.5t-9 17.5q-11 16-26 28.5T710-220q0 1-5 14-2 10-8.5 17t-16.5 7q-11 0-18-7.5t-6-17.5q1-8 2.5-14.5T664-235q10-17 25.5-29t26.5-28q3-4 7-23 0-17-13-28t-30-11ZM656-89.5Q646-99 646-113t10-24q10-10 24-10t23.5 10q9.5 10 9.5 24t-9.5 23.5Q694-80 680-80t-24-9.5ZM320-80q-17 0-28.5-11.5T280-120v-640q0-17 11.5-28.5T320-800h80v-40q0-17 11.5-28.5T440-880h80q17 0 28.5 11.5T560-840v40h80q17 0 28.5 11.5T680-760v253q0 11-8 19.5t-19 9.5q-42 5-78 22.5T511-410q-32 32-51.5 75.5T440-240q0 30 7 58t21 54q8 17 0 32.5T443-80H320Z" })
]))
}