@salesforce/design-system-react
Version:
Salesforce Lightning Design System for React
11 lines (10 loc) • 515 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 24 24",
"xmlns": "http://www.w3.org/2000/svg",
"title": {},
"path": {
"d": "M7.9 5.2h1.4c.2 0 .3-.1.3-.3v-1h4.8v1c0 .2.1.3.3.3H16c.2 0 .3-.1.3-.3v-1c0-1.1-.9-2.1-2-2.1H9.6c-1.1 0-2 1-2 2.1v1c0 .2.1.3.3.3zm12.2 2H3.9c-1.1 0-2.1 1-2.1 2.1v10.8c0 1.1 1 2.1 2.1 2.1h16.2c1.1 0 2.1-1 2.1-2.1V9.3c0-1.1-1-2.1-2.1-2.1z"
}
};