@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 974 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: "M120-320v-320 320Zm40 80q-50 0-85-35t-35-85v-240q0-50 35-85t85-35h441q20 0 30 12.5t10 27.5q0 15-10 27.5T601-640H160q-17 0-28.5 11.5T120-600v240q0 17 11.5 28.5T160-320h497q20 0 29.5 12.5T696-280q0 15-9.5 27.5T657-240H160Zm668.5-71.5Q840-323 840-340t-11.5-28.5Q817-380 800-380t-28.5 11.5Q760-357 760-340t11.5 28.5Q783-300 800-300t28.5-11.5ZM800-625q21 0 36.5 12t15.5 32q0 17-10 30.5T820-526q-20 19-32.5 33T775-450q0 12 7 20t19 8q11 0 19-8.5t10-19.5q3-17 15.5-29.5L869-503q17-17 28.5-37t11.5-43q0-42-32.5-69.5T800-680q-30 0-56 14.5T703-626q-6 10-1.5 21t15.5 16q11 5 21-.5t18-14.5q8-10 19.5-15.5T800-625Z" })
]))
}