@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 1.31 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue"
export default function render(_ctx, _cache) {
return (_openBlock(), _createElementBlock("svg", {
"aria-hidden": "true",
viewBox: "0 -960 960 960",
fill: "currentColor"
}, [
_createElementVNode("path", { d: "M771.5-611.5Q760-623 760-640t11.5-28.5Q783-680 800-680t28.5 11.5Q840-657 840-640t-11.5 28.5Q817-600 800-600t-28.5-11.5Zm0 160Q760-463 760-480t11.5-28.5Q783-520 800-520t28.5 11.5Q840-497 840-480t-11.5 28.5Q817-440 800-440t-28.5-11.5Zm0 160Q760-303 760-320t11.5-28.5Q783-360 800-360t28.5 11.5Q840-337 840-320t-11.5 28.5Q817-280 800-280t-28.5-11.5Zm-480 160Q280-143 280-160t11.5-28.5Q303-200 320-200t28.5 11.5Q360-177 360-160t-11.5 28.5Q337-120 320-120t-28.5-11.5Zm160 0Q440-143 440-160t11.5-28.5Q463-200 480-200t28.5 11.5Q520-177 520-160t-11.5 28.5Q497-120 480-120t-28.5-11.5Zm160 0Q600-143 600-160t11.5-28.5Q623-200 640-200t28.5 11.5Q680-177 680-160t-11.5 28.5Q657-120 640-120t-28.5-11.5Zm160 0Q760-143 760-160t11.5-28.5Q783-200 800-200t28.5 11.5Q840-177 840-160t-11.5 28.5Q817-120 800-120t-28.5-11.5ZM120-160v-600q0-33 23.5-56.5T200-840h600q17 0 28.5 11.5T840-800q0 17-11.5 28.5T800-760H200v600q0 17-11.5 28.5T160-120q-17 0-28.5-11.5T120-160Z" })
]))
}