@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 901 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: "M367-633q-47 47-47 113t47 113q47 47 113 47t113-47q47-47 47-113t-47-113q-47-47-113-47t-113 47Zm113 193q-33 0-56.5-23.5T400-520q0-33 23.5-56.5T480-600q33 0 56.5 23.5T560-520q0 33-23.5 56.5T480-440Zm188.5 148.5Q680-303 680-320t-11.5-28.5Q657-360 640-360t-28.5 11.5Q600-337 600-320t11.5 28.5Q623-280 640-280t28.5-11.5ZM160-160v-520q0-83 58.5-141.5T360-880h240q83 0 141.5 58.5T800-680v520q0 33-23.5 56.5T720-80H240q-33 0-56.5-23.5T160-160Zm80-80h480v-440q0-50-35-85t-85-35H360q-50 0-85 35t-35 85v440Zm40 0h440-480 40Zm-40 0h480-480Z" })
]))
}