@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.15 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: "M441-120q-17 0-28.5-11.5T401-160q0-17 11.5-28.5T441-200h35l-15-155q-20-2-40.5-3.5T380-360h-24q-12 0-24 2l18 71q4 16-5 30t-25 18q-16 4-30-4.5T272-268l-18-75q-20 5-40 11t-40 14q-16 6-31-.5T121-340q-7-15-1-30t21-21q23-9 46-16.5t47-13.5l-44-179q-46-4-78-38t-32-82q0-50 35-85t85-35q50 0 85 35t35 85q0 31-14 56.5T268-621l45 185q17-2 33.5-3t33.5-1q18 0 36 1t36 3l-9-90q-36-11-59.5-42T360-640q0-50 35-85t85-35q50 0 85 35t35 85q0 38-21.5 68.5T523-528l11 104q32 6 64.5 14.5T663-392l33-226q-26-16-41-43t-15-59q0-50 35-85t85-35q50 0 85 35t35 85q0 46-29.5 79.5T776-601l-34 229q15 3 30 5.5t30 4.5q17 2 28.5 13.5T842-320q0 17-11.5 29T802-281l-36-4q-18-2-36-6l-3 18q-2 17-15.5 26t-30.5 7q-17-2-26-15t-7-30l3-26q-27-8-53.5-15.5T543-340l14 140h44q17 0 28.5 11.5T641-160q0 17-11.5 28.5T601-120H441Z" })
]))
}