@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.12 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: "M160-200v-560q0-17 11.5-28.5T200-800q17 0 28.5 11.5T240-760v560q0 17-11.5 28.5T200-160q-17 0-28.5-11.5T160-200Zm240-480v-80q0-17 11.5-28.5T440-800q17 0 28.5 11.5T480-760v80q0 17-11.5 28.5T440-640q-17 0-28.5-11.5T400-680Zm0 240v-80q0-17 11.5-28.5T440-560q17 0 28.5 11.5T480-520v80q0 17-11.5 28.5T440-400q-17 0-28.5-11.5T400-440Zm0 240v-80q0-17 11.5-28.5T440-320q17 0 28.5 11.5T480-280v80q0 17-11.5 28.5T440-160q-17 0-28.5-11.5T400-200Zm200 40q-17 0-28.5-11.5T560-200v-66q0-8 3-15.5t9-13.5l209-208q9-9 20-13t22-4q12 0 23 4.5t20 13.5l37 37q8 9 12.5 20t4.5 22q0 11-4 22.5T903-380L695-172q-6 6-13.5 9t-15.5 3h-66Zm223-224 37-39-37-37-38 38 38 38ZM680-520q-15 0-27.5-10T640-560v-200q0-17 11.5-28.5T680-800q17 0 28.5 11.5T720-760v200q0 20-12.5 30T680-520Z" })
]))
}