@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
14 lines (13 loc) • 2.18 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 0 960 960",
fill: "none"
}, [
_createElementVNode("path", {
d: "M710 766.569L653.431 823.137C645.418 831.151 635.99 835.158 625.147 835.158C614.305 835.158 604.877 831.151 596.863 823.137C588.849 815.123 584.842 805.695 584.842 794.853C584.842 784.011 588.849 774.582 596.863 766.569L653.431 710L596.863 653.431C588.849 645.418 584.842 635.99 584.842 625.147C584.842 614.305 588.849 604.877 596.863 596.863C604.877 588.849 614.305 584.842 625.147 584.842C635.989 584.842 645.418 588.849 653.431 596.863L710 653.431L766.569 596.863C774.582 588.849 784.01 584.842 794.853 584.842C805.695 584.842 815.123 588.849 823.137 596.863C831.151 604.877 835.158 614.305 835.158 625.147C835.158 635.989 831.151 645.418 823.137 653.431L766.569 710L823.137 766.569C831.151 774.582 835.158 784.01 835.158 794.853C835.158 805.695 831.151 815.123 823.137 823.137C815.123 831.151 805.695 835.158 794.853 835.158C784.011 835.158 774.582 831.151 766.569 823.137L710 766.569ZM200 800C178 800 159.167 792.167 143.5 776.5C127.833 760.833 120 742 120 720V240C120 218 127.833 199.167 143.5 183.5C159.167 167.833 178 160 200 160H240V120C240 108.667 243.833 99.1667 251.5 91.5C259.167 83.8333 268.667 80 280 80C291.333 80 300.833 83.8333 308.5 91.5C316.167 99.1667 320 108.667 320 120V160H560V120C560 108.667 563.833 99.1667 571.5 91.5C579.167 83.8333 588.667 80 600 80C611.333 80 620.833 83.8333 628.5 91.5C636.167 99.1667 640 108.667 640 120V160H680C702 160 720.833 167.833 736.5 183.5C752.167 199.167 760 218 760 240V440C760 451.333 756.167 460.833 748.5 468.5C740.833 476.167 731.333 480 720 480C708.667 480 699.167 476.167 691.5 468.5C683.833 460.833 680 451.333 680 440V400H200V720H440C451.333 720 460.833 723.833 468.5 731.5C476.167 739.167 480 748.667 480 760C480 771.333 476.167 780.833 468.5 788.5C460.833 796.167 451.333 800 440 800H200ZM200 320H680V240H200V320Z",
fill: "currentColor"
})
]))
}