@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.18 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: "M851.5-171.5Q840-183 840-200t11.5-28.5Q863-240 880-240t28.5 11.5Q920-217 920-200t-11.5 28.5Q897-160 880-160t-28.5-11.5ZM840-320v-60q0-17 11.5-28.5T880-420q17 0 28.5 11.5T920-380v60q0 17-11.5 28.5T880-280q-17 0-28.5-11.5T840-320ZM40-220v-120q0-25 17.5-42.5T100-400q25 0 42.5 17.5T160-340v120q0 25-17.5 42.5T100-160q-25 0-42.5-17.5T40-220Zm190 0v-200q0-25 17.5-42.5T290-480q25 0 42.5 17.5T350-420v200q0 25-17.5 42.5T290-160q-25 0-42.5-17.5T230-220Zm190 0v-320q0-25 17.5-42.5T480-600q25 0 42.5 17.5T540-540v320q0 25-17.5 42.5T480-160q-25 0-42.5-17.5T420-220Zm380-253v-267q0-25 17.5-42.5T860-800q25 0 42.5 17.5T920-740v254q-10-2-19.5-3t-20.5-1q-21 0-41.5 4.5T800-473ZM610-220v-400q0-25 17.5-42.5T670-680q25 0 42.5 17.5T730-620v198q-23 26-36.5 60T680-290q0 31 9 59t25 52q-8 9-19.5 14t-24.5 5q-25 0-42.5-17.5T610-220Z" })
]))
}