@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.02 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: "M536.5-503.5Q560-527 560-560t-23.5-56.5Q513-640 480-640t-56.5 23.5Q400-593 400-560t23.5 56.5Q447-480 480-480t56.5-23.5ZM452-112q-14-5-25-15-65-60-115-117t-83.5-110.5q-33.5-53.5-51-103T160-552q0-150 96.5-239T480-880q40 0 60 21.5t20 53.5v5q0 33 23.5 56.5T640-720h40v40q0 17 6 31.5t17 25.5q9 9 20 14.5t23 7.5q30 5 42 22.5t12 43.5q0 29-12.5 64.5T758-401q-17 34-34 61.5T697-299q-43 57-88.5 101.5T533-127q-11 10-25 15t-28 5q-14 0-28-5Zm268-648h-80q-17 0-28.5-11.5T600-800q0-17 11.5-28.5T640-840h80v-80q0-17 11.5-28.5T760-960q17 0 28.5 11.5T800-920v80h80q17 0 28.5 11.5T920-800q0 17-11.5 28.5T880-760h-80v80q0 17-11.5 28.5T760-640q-17 0-28.5-11.5T720-680v-80Z" })
]))
}