@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.19 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: "M320-680q-50 0-85-35t-35-85q0-50 35-85t85-35q38 0 69 22.5t45 57.5h286q17 0 28.5 11.5T760-800q0 16-14.5 22.5T720-760v40q0 17-11.5 28.5T680-680q-17 0-28.5-11.5T640-720v-40H434q-14 35-45 57.5T320-680Zm28.5-91.5Q360-783 360-800t-11.5-28.5Q337-840 320-840t-28.5 11.5Q280-817 280-800t11.5 28.5Q303-760 320-760t28.5-11.5Zm40 500Q400-283 400-300t-11.5-28.5Q377-340 360-340t-28.5 11.5Q320-317 320-300t11.5 28.5Q343-260 360-260t28.5-11.5Zm240 0Q640-283 640-300t-11.5-28.5Q617-340 600-340t-28.5 11.5Q560-317 560-300t11.5 28.5Q583-260 600-260t28.5-11.5ZM280-160v40q0 17-11.5 28.5T240-80q-17 0-28.5-11.5T200-120v-243q0-7 1-13.5t3-12.5l54-157q8-24 29-39t47-15h292q26 0 47 15t29 39l54 157q2 6 3 12.5t1 13.5v243q0 17-11.5 28.5T720-80q-17 0-28.5-11.5T680-120v-40H280Zm26-280h348l-28-80H334l-28 80Zm-26 80v120-120Zm0 120h400v-120H280v120Z" })
]))
}