@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 830 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: "M320-280q-17 0-28.5-11.5T280-320q0-17 11.5-28.5T320-360h120q-14-17-22.5-37.5T404-440H220q-17 0-28.5-11.5T180-480q0-17 11.5-28.5T220-520h184q5-22 13.5-42.5T440-600H200q-17 0-28.5-11.5T160-640q0-17 11.5-28.5T200-680h400q83 0 141.5 58.5T800-480q0 83-58.5 141.5T600-280H320Zm365-115q35-35 35-85t-35-85q-35-35-85-35t-85 35q-35 35-35 85t35 85q35 35 85 35t85-35ZM200-280q-17 0-28.5-11.5T160-320q0-17 11.5-28.5T200-360q17 0 28.5 11.5T240-320q0 17-11.5 28.5T200-280Z" })
]))
}