@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.45 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: "M440-840v-80q0-17 11.5-28.5T480-960q17 0 28.5 11.5T520-920v80q0 17-11.5 28.5T480-800q-17 0-28.5-11.5T440-840Zm-205 68-63-63q-12-12-12-28.5t12-28.5q12-12 28-12t28 12l64 64q12 12 12 28t-12 28q-12 12-28.5 12T235-772ZM120-386q0-7 1-14t3-13l80-227q6-18 21.5-29t34.5-11h100v-40q0-17 11.5-28.5T400-760h50q14 0 20.5 11.5T470-725q-12 23-19.5 48.5T441-624q-1 10-8 17t-17 7H274l-59 160h306q17 0 28.5 11.5T561-400q0 17-11.5 28.5T521-360H200v160h560v-80q0-17 11.5-28.5T800-320q17 0 28.5 11.5T840-280v180q0 25-17.5 42.5T780-40q-25 0-42.5-17.5T720-100v-20H240v20q0 25-17.5 42.5T180-40q-25 0-42.5-17.5T120-100v-286Zm240 146q17 0 28.5-11.5T400-280q0-17-11.5-28.5T360-320h-80q-17 0-28.5 11.5T240-280q0 17 11.5 28.5T280-240h80Zm240 0h80q17 0 28.5-11.5T720-280q0-17-11.5-28.5T680-320h-80q-17 0-28.5 11.5T560-280q0 17 11.5 28.5T600-240ZM200-360v160-160Zm491-235-18-18q-9-9-21-8.5t-21 9.5q-9 9-9 21t9 21l32 32q12 12 28 12t28-12l90-89q9-9 9-21t-9-21q-9-9-21-8.5t-21 8.5l-76 74Zm170.5-146.5Q920-683 920-600t-58.5 141.5Q803-400 720-400t-141.5-58.5Q520-517 520-600t58.5-141.5Q637-800 720-800t141.5 58.5Z" })
]))
}