@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 915 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: "M367-633q-47 47-47 113t47 113q47 47 113 47t113-47q47-47 47-113t-47-113q-47-47-113-47t-113 47Zm113 193q-33 0-56.5-23.5T400-520q0-33 23.5-56.5T480-600q33 0 56.5 23.5T560-520q0 33-23.5 56.5T480-440Zm188.5 148.5Q680-303 680-320t-11.5-28.5Q657-360 640-360t-28.5 11.5Q600-337 600-320t11.5 28.5Q623-280 640-280t28.5-11.5ZM160-160v-520q0-83 58.5-141.5T360-880h240q83 0 141.5 58.5T800-680v520q0 33-23.5 56.5T720-80H240q-33 0-56.5-23.5T160-160Zm120 0h400q17 0 28.5-11.5T720-200q0-17-11.5-28.5T680-240H280q-17 0-28.5 11.5T240-200q0 17 11.5 28.5T280-160Z" })
]))
}