@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1 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: "M441.5-491.5Q453-503 453-520t-11.5-28.5Q430-560 413-560t-28.5 11.5Q373-537 373-520t11.5 28.5Q396-480 413-480t28.5-11.5Zm-133 0Q320-503 320-520t-11.5-28.5Q297-560 280-560t-28.5 11.5Q240-537 240-520t11.5 28.5Q263-480 280-480t28.5-11.5ZM547-480q17 0 28.5-11.5T587-520q0-17-11.5-28.5T547-560q-17 0-28.5 11.5T507-520q0 17 11.5 28.5T547-480Zm161.5-11.5Q720-503 720-520t-11.5-28.5Q697-560 680-560t-28.5 11.5Q640-537 640-520t11.5 28.5Q663-480 680-480t28.5-11.5ZM480-160q-99 0-169.5-13.5T240-206v-34h-80q-33 0-56.5-23.5T80-320v-400q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v400q0 33-23.5 56.5T800-240h-80v34q0 19-70.5 32.5T480-160Z" })
]))
}