@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.35 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: "M451.5-771.5Q440-783 440-800t11.5-28.5Q463-840 480-840t28.5 11.5Q520-817 520-800t-11.5 28.5Q497-760 480-760t-28.5-11.5Zm0-120Q440-903 440-920t11.5-28.5Q463-960 480-960t28.5 11.5Q520-937 520-920t-11.5 28.5Q497-880 480-880t-28.5-11.5ZM336-80q-64-38-100-102t-36-138q0-81 43-149.5T360-573v-107q0-17 11.5-28.5T400-720h160q17 0 28.5 11.5T600-680v107q73 35 116.5 103.5T760-320q0 74-36 138T624-80H336Zm24-80h240q38-29 59-70.5t21-89.5q0-58-30.5-106.5T566-500l-46-22v-118h-80v118l-46 22q-53 25-83.5 73.5T280-320q0 48 21 89.5t59 70.5Zm-80-680q-17 0-28.5-11.5T240-880q0-17 11.5-28.5T280-920q17 0 28.5 11.5T320-880q0 17-11.5 28.5T280-840Zm371.5-11.5Q640-863 640-880t11.5-28.5Q663-920 680-920t28.5 11.5Q720-897 720-880t-11.5 28.5Q697-840 680-840t-28.5-11.5Zm-320 80Q320-783 320-800t11.5-28.5Q343-840 360-840t28.5 11.5Q400-817 400-800t-11.5 28.5Q377-760 360-760t-28.5-11.5Zm240 0Q560-783 560-800t11.5-28.5Q583-840 600-840t28.5 11.5Q640-817 640-800t-11.5 28.5Q617-760 600-760t-28.5-11.5ZM480-320Z" })
]))
}