@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.01 kB
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: "M331.5-491.5Q320-503 320-520t11.5-28.5Q343-560 360-560t28.5 11.5Q400-537 400-520t-11.5 28.5Q377-480 360-480t-28.5-11.5Zm240 0Q560-503 560-520t11.5-28.5Q583-560 600-560t28.5 11.5Q640-537 640-520t-11.5 28.5Q617-480 600-480t-28.5-11.5ZM200-80q-33 0-56.5-23.5T120-160v-160q0-20 9.5-38.5T160-389v-171q0-66 25-124.5t68.5-102Q297-830 355.5-855T480-880q66 0 124.5 25t102 68.5Q750-743 775-684.5T800-560v171q21 12 30.5 30.5T840-320v160q0 33-23.5 56.5T760-80H200Zm0-240v160h80v-160h-80Zm160 160h80v-160h-80v160ZM240-400h200v-397q-86 14-143 80.5T240-560v160Zm280 0h200v-160q0-90-57-156.5T520-797v397Zm0 240h80v-160h-80v160Zm160 0h80v-160h-80v160Z" })
]))
}