@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 2.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: "M451.5-611.5Q440-623 440-640t11.5-28.5Q463-680 480-680t28.5 11.5Q520-657 520-640t-11.5 28.5Q497-600 480-600t-28.5-11.5Zm-160 160Q280-463 280-480t11.5-28.5Q303-520 320-520t28.5 11.5Q360-497 360-480t-11.5 28.5Q337-440 320-440t-28.5-11.5Zm160 0Q440-463 440-480t11.5-28.5Q463-520 480-520t28.5 11.5Q520-497 520-480t-11.5 28.5Q497-440 480-440t-28.5-11.5Zm160 0Q600-463 600-480t11.5-28.5Q623-520 640-520t28.5 11.5Q680-497 680-480t-11.5 28.5Q657-440 640-440t-28.5-11.5Zm-160 160Q440-303 440-320t11.5-28.5Q463-360 480-360t28.5 11.5Q520-337 520-320t-11.5 28.5Q497-280 480-280t-28.5-11.5Zm-320-480Q120-783 120-800t11.5-28.5Q143-840 160-840t28.5 11.5Q200-817 200-800t-11.5 28.5Q177-760 160-760t-28.5-11.5Zm160 0Q280-783 280-800t11.5-28.5Q303-840 320-840t28.5 11.5Q360-817 360-800t-11.5 28.5Q337-760 320-760t-28.5-11.5Zm160 0Q440-783 440-800t11.5-28.5Q463-840 480-840t28.5 11.5Q520-817 520-800t-11.5 28.5Q497-760 480-760t-28.5-11.5Zm160 0Q600-783 600-800t11.5-28.5Q623-840 640-840t28.5 11.5Q680-817 680-800t-11.5 28.5Q657-760 640-760t-28.5-11.5Zm160 0Q760-783 760-800t11.5-28.5Q783-840 800-840t28.5 11.5Q840-817 840-800t-11.5 28.5Q817-760 800-760t-28.5-11.5Zm-640 160Q120-623 120-640t11.5-28.5Q143-680 160-680t28.5 11.5Q200-657 200-640t-11.5 28.5Q177-600 160-600t-28.5-11.5Zm640 0Q760-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.5Zm-640 160Q120-463 120-480t11.5-28.5Q143-520 160-520t28.5 11.5Q200-497 200-480t-11.5 28.5Q177-440 160-440t-28.5-11.5Zm640 0Q760-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.5Zm-640 160Q120-303 120-320t11.5-28.5Q143-360 160-360t28.5 11.5Q200-337 200-320t-11.5 28.5Q177-280 160-280t-28.5-11.5Zm640 0Q760-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.5ZM160-120q-17 0-28.5-11.5T120-160q0-17 11.5-28.5T160-200h640q17 0 28.5 11.5T840-160q0 17-11.5 28.5T800-120H160Z" })
]))
}