@salesforce/design-system-react
Version:
Salesforce Lightning Design System for React
43 lines (42 loc) • 790 B
JavaScript
/* Copyright (c) 2015-present, salesforce.com, inc. All rights reserved */
/* Licensed under BSD 3-Clause - see LICENSE.txt or git.io/sfdc-license */
export default {
"viewBox": "0 0 100 100",
"xmlns": "http://www.w3.org/2000/svg",
"rect": [{
"x": "19",
"y": "18.92",
"width": "60",
"height": "16",
"rx": "4",
"ry": "4"
}, {
"x": "19",
"y": "40.92",
"width": "27",
"height": "16",
"rx": "4",
"ry": "4"
}, {
"x": "19",
"y": "62.92",
"width": "27",
"height": "16",
"rx": "4",
"ry": "4"
}, {
"x": "52",
"y": "40.92",
"width": "27",
"height": "16",
"rx": "4",
"ry": "4"
}, {
"x": "52",
"y": "62.92",
"width": "27",
"height": "16",
"rx": "4",
"ry": "4"
}]
};