@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.58 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: "M851.5-171.5Q840-183 840-200t11.5-28.5Q863-240 880-240t28.5 11.5Q920-217 920-200t-11.5 28.5Q897-160 880-160t-28.5-11.5ZM840-320v-60q0-17 11.5-28.5T880-420q17 0 28.5 11.5T920-380v60q0 17-11.5 28.5T880-280q-17 0-28.5-11.5T840-320ZM40-460v-60q0-25 17.5-42.5T100-580q25 0 42.5 17.5T160-520v60q0 25-17.5 42.5T100-400q-25 0-42.5-17.5T40-460Zm190 0v-120q0-25 17.5-42.5T290-640q25 0 42.5 17.5T350-580v120q0 25-17.5 42.5T290-400q-25 0-42.5-17.5T230-460Zm190 0v-160q0-25 17.5-42.5T480-680q25 0 42.5 17.5T540-620v160q0 25-17.5 42.5T480-400q-25 0-42.5-17.5T420-460Zm190 0v-200q0-25 17.5-42.5T670-720q25 0 42.5 17.5T730-660v200q0 25-17.5 42.5T670-400q-25 0-42.5-17.5T610-460ZM40-220v-40q0-25 17.5-42.5T100-320q25 0 42.5 17.5T160-260v40q0 25-17.5 42.5T100-160q-25 0-42.5-17.5T40-220Zm190 0v-40q0-25 17.5-42.5T290-320q25 0 42.5 17.5T350-260v40q0 25-17.5 42.5T290-160q-25 0-42.5-17.5T230-220Zm190 0v-40q0-25 17.5-42.5T480-320q25 0 42.5 17.5T540-260v40q0 25-17.5 42.5T480-160q-25 0-42.5-17.5T420-220Zm380-253v-267q0-25 17.5-42.5T860-800q25 0 42.5 17.5T920-740v254q-10-2-19.5-3t-20.5-1q-21 0-41.5 4.5T800-473ZM610-220v-40q0-29 22-46.5t50-12.5q-1 7-1.5 14t-.5 15q0 31 9 59t25 52q-8 9-19.5 14t-24.5 5q-25 0-42.5-17.5T610-220Z" })
]))
}