@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.89 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: "M243-277q17-17 17-43t-17-43q-17-17-43-17t-43 17q-17 17-17 43t17 43q17 17 43 17t43-17Zm145.5-174.5Q400-463 400-480t-11.5-28.5Q377-520 360-520t-28.5 11.5Q320-497 320-480t11.5 28.5Q343-440 360-440t28.5-11.5Zm0-160Q400-623 400-640t-11.5-28.5Q377-680 360-680t-28.5 11.5Q320-657 320-640t11.5 28.5Q343-600 360-600t28.5-11.5ZM800-120H160q-17 0-28.5-11.5T120-160q0-17 11.5-28.5T160-200h640q17 0 28.5 11.5T840-160q0 17-11.5 28.5T800-120ZM243-597q17-17 17-43t-17-43q-17-17-43-17t-43 17q-17 17-17 43t17 43q17 17 43 17t43-17Zm0 160q17-17 17-43t-17-43q-17-17-43-17t-43 17q-17 17-17 43t17 43q17 17 43 17t43-17Zm145.5 145.5Q400-303 400-320t-11.5-28.5Q377-360 360-360t-28.5 11.5Q320-337 320-320t11.5 28.5Q343-280 360-280t28.5-11.5Zm306-14Q700-311 700-320t-5.5-14.5Q689-340 680-340t-14.5 5.5Q660-329 660-320t5.5 14.5Q671-300 680-300t14.5-5.5ZM800-760H160q-17 0-28.5-11.5T120-800q0-17 11.5-28.5T160-840h640q17 0 28.5 11.5T840-800q0 17-11.5 28.5T800-760ZM694.5-625.5Q700-631 700-640t-5.5-14.5Q689-660 680-660t-14.5 5.5Q660-649 660-640t5.5 14.5Q671-620 680-620t14.5-5.5Zm0 160Q700-471 700-480t-5.5-14.5Q689-500 680-500t-14.5 5.5Q660-489 660-480t5.5 14.5Q671-460 680-460t14.5-5.5Zm-146-146Q560-623 560-640t-11.5-28.5Q537-680 520-680t-28.5 11.5Q480-657 480-640t11.5 28.5Q503-600 520-600t28.5-11.5Zm0 160Q560-463 560-480t-11.5-28.5Q537-520 520-520t-28.5 11.5Q480-497 480-480t11.5 28.5Q503-440 520-440t28.5-11.5Zm0 160Q560-303 560-320t-11.5-28.5Q537-360 520-360t-28.5 11.5Q480-337 480-320t11.5 28.5Q503-280 520-280t28.5-11.5ZM120-200v-560 560Z" })
]))
}