@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.09 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: "M160-240q-50 0-85-35t-35-85v-240q0-50 35-85t85-35h451q17 0 28.5 11.5T651-680q0 17-11.5 28.5T611-640H160q-17 0-28.5 11.5T120-600v240q0 17 11.5 28.5T160-320h482q17 0 28.5 11.5T682-280q0 17-11.5 28.5T642-240H160Zm40-120q-17 0-28.5-11.5T160-400v-160q0-17 11.5-28.5T200-600h381q17 0 28.5 11.5T621-560v160q0 17-11.5 28.5T581-360H200Zm601-62q-12 0-20.5-7.5T772-449q0-27 15-43.5t33-33.5q12-11 22-24.5t10-30.5q0-20-15.5-32T800-625q-13 0-24.5 5.5T756-604q-8 9-18 14.5t-21 .5q-11-5-15.5-16t1.5-21q15-25 41-39.5t56-14.5q44 0 76.5 27.5T909-583q0 23-11.5 43T869-503l-23.5 23.5Q833-467 830-450q-2 11-10 19.5t-19 8.5Zm-29.5 110.5Q760-323 760-340t11.5-28.5Q783-380 800-380t28.5 11.5Q840-357 840-340t-11.5 28.5Q817-300 800-300t-28.5-11.5Z" })
]))
}