@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.43 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: "M720.5-601Q700-622 700-651t20.5-49.5Q741-721 770-721t49.5 20.5Q840-680 840-651t-20.5 50Q799-580 770-580t-49.5-21Zm-580 0Q120-622 120-651t20.5-49.5Q161-721 190-721t49.5 20.5Q260-680 260-651t-20.5 50Q219-580 190-580t-49.5-21ZM363-640q-12 0-19-9.5t-6-21.5q2-23-5-43t-23-39q-27-32-38-64.5t-8-70.5q2-14 11.5-23t23.5-9q12 0 20 9.5t7 22.5q-2 29 5 52t24 44q26 31 36.5 59.5T400-672q-1 14-12 23t-25 9Zm120 0q-12 0-19-9.5t-6-21.5q2-23-5-43t-23-39q-27-32-38-64.5t-8-70.5q2-14 12-23t24-9q12 0 19.5 10t6.5 23q-2 30 5 52.5t24 42.5q26 31 36.5 59.5T520-672q-1 14-12 23t-25 9Zm120 0q-12 0-19-9.5t-6-21.5q2-23-5-43t-23-39q-27-32-38-64.5t-8-70.5q2-14 12-23t24-9q12 0 19.5 10t6.5 23q-2 30 5 52.5t24 42.5q26 31 36.5 59.5T640-672q-1 14-12 23t-25 9ZM160-80q-33 0-56.5-23.5T80-160v-240q0-17 11.5-28.5T120-440v-25q0-31 21.5-53t52.5-22q16 0 30.5 7.5T250-514l45 51q6 6 12.5 12t13.5 11h318q8-5 14-11l12-12 45-51q11-11 25.5-18.5T766-540q31 0 52.5 22t21.5 53v25q17 0 28.5 11.5T880-400v240q0 33-23.5 56.5T800-80H160Zm0-200h640v-80H160v80Zm0 120h640v-40H160v40Zm320-120Zm0 80Zm0 0v-80 80Z" })
]))
}