@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.56 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: "M342.5-257.5Q360-275 360-300t-17.5-42.5Q325-360 300-360t-42.5 17.5Q240-325 240-300t17.5 42.5Q275-240 300-240t42.5-17.5Zm0-360Q360-635 360-660t-17.5-42.5Q325-720 300-720t-42.5 17.5Q240-685 240-660t17.5 42.5Q275-600 300-600t42.5-17.5Zm0 180Q360-455 360-480t-17.5-42.5Q325-540 300-540t-42.5 17.5Q240-505 240-480t17.5 42.5Q275-420 300-420t42.5-17.5Zm360 180Q720-275 720-300t-17.5-42.5Q685-360 660-360t-42.5 17.5Q600-325 600-300t17.5 42.5Q635-240 660-240t42.5-17.5Zm0-360Q720-635 720-660t-17.5-42.5Q685-720 660-720t-42.5 17.5Q600-685 600-660t17.5 42.5Q635-600 660-600t42.5-17.5ZM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Zm0-560v560-560Zm502.5 322.5Q720-455 720-480t-17.5-42.5Q685-540 660-540t-42.5 17.5Q600-505 600-480t17.5 42.5Q635-420 660-420t42.5-17.5Zm-180-180Q540-635 540-660t-17.5-42.5Q505-720 480-720t-42.5 17.5Q420-685 420-660t17.5 42.5Q455-600 480-600t42.5-17.5Zm0 360Q540-275 540-300t-17.5-42.5Q505-360 480-360t-42.5 17.5Q420-325 420-300t17.5 42.5Q455-240 480-240t42.5-17.5Zm0-180Q540-455 540-480t-17.5-42.5Q505-540 480-540t-42.5 17.5Q420-505 420-480t17.5 42.5Q455-420 480-420t42.5-17.5Z" })
]))
}