@salesforce/design-system-react
Version:
Salesforce Lightning Design System for React
11 lines (10 loc) • 342 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 52 52",
"xmlns": "http://www.w3.org/2000/svg",
"path": {
"d": "M4 8h44v36H4V8zm4 4v28h36V12H8zm22 2h12v24H30V14z",
"fill-rule": "evenodd"
}
};