@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.33 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: "M440-247q-42 27-86.5 47T260-180q-53 0-100.5-20.5T70-254q-13-10-13-26t13-26q31-25 66.5-43t74.5-26q-60-48-91-116T81-635q-2-18 11-31t32-11q60 6 115 27.5T340-592v-8q0-79 31.5-150T451-884q11-14 29-14t29 14q48 63 79.5 134T620-600q0 2-.5 4t-.5 4q47-36 102-57t115-28q18-2 31.5 10.5T879-635q-7 76-39 144t-92 116q39 8 74 26t67 43q13 10 13 26t-13 26q-42 33-89 53.5T700-180q-50 0-94.5-20T520-247v127q0 17-11.5 28.5T480-80q-17 0-28.5-11.5T440-120v-127Zm-56-129q-11-38-28.5-72.5T310-510q-28-28-62.5-45.5T175-584q11 38 28.5 72.5T249-449q27 28 62 45.5t73 27.5ZM260-260q21 0 41-5.5t39-14.5q-19-8-39-14t-41-6q-21 0-41 6t-40 14q19 9 39.5 14.5T260-260Zm220-152q26-44 43-90.5t17-97.5q0-51-17-97.5T480-787q-26 43-43 89.5T420-600q0 51 17 98t43 90Zm96 36q38-10 72.5-27.5T710-449q28-28 45.5-62.5T784-584q-38 11-72.5 28.5T649-510q-28 27-45.5 61.5T576-376Zm124 116q21 0 41-5.5t39-14.5q-19-8-39-14t-41-6q-21 0-41 6t-40 14q19 9 39.5 14.5T700-260ZM384-376Zm-44 96Zm140-132Zm96 36Zm43 96Z" })
]))
}