@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 914 B
JavaScript
const { createElementVNode: _createElementVNode, openBlock: _openBlock, createElementBlock: _createElementBlock } = require("vue")
module.exports = function render(_ctx, _cache) {
return (_openBlock(), _createElementBlock("svg", {
"aria-hidden": "true",
viewBox: "0 -960 960 960",
fill: "currentColor"
}, [
_createElementVNode("path", { d: "m679-251 55 55q6 6 15 6t15-6q6-6 6-15t-6-15l-54-54 55-55q6-6 6-15t-6-15q-6-6-15-6t-15 6l-55 55-55-55q-6-6-15-6t-15 6q-6 6-6 15t6 15l55 55-56 56q-6 6-6 14t6 14q6 6 15 6t15-6l55-55Zm-559 31v-520q0-22 17.5-33.5T175-777l399 167q19 8 23 23.5t-2 29.5q-6 14-20 22t-33 0L200-680v140l124 31q11 3 16.5 11t5.5 18q0 10-5.5 18T324-451l-124 31v140l149-63q19-8 32.5-.5T401-322q6 14 2 29.5T380-269l-204 86q-20 8-38-3.5T120-220Zm418.5 81.5Q480-197 480-280t58.5-141.5Q597-480 680-480t141.5 58.5Q880-363 880-280t-58.5 141.5Q763-80 680-80t-141.5-58.5ZM337-480Z" })
]))
}