@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 898 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: "M440-280q-17 0-28.5-11.5T400-320v-80q0-33 23-56.5t57-23.5h166l-35-35q-11-12-11-28.5t11-27.5q12-12 28.5-12t28.5 12l103 103q12 12 12 28.5T771-411L668-308q-12 12-28.5 12T611-308q-12-12-11.5-28.5T611-365l35-35H480v81q0 17-11.5 28T440-280ZM320-80q-17 0-28.5-11.5T280-120v-640q0-17 11.5-28.5T320-800h80v-40q0-17 11.5-28.5T440-880h80q17 0 28.5 11.5T560-840v40h80q17 0 28.5 11.5T680-760v80q0 17-11.5 28.5T640-640q-17 0-28.5-11.5T600-680v-40H360v560h240v-40q0-17 11.5-28.5T640-240q17 0 28.5 11.5T680-200v80q0 17-11.5 28.5T640-80H320Z" })
]))
}