@salesforce/design-system-react
Version:
Salesforce Lightning Design System for React
10 lines (9 loc) • 592 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",
"path": {
"d": "M3 16.4h18c.4 0 .7-.3.7-.7V4.8c0-1.1-.9-2-2.1-2H4.4c-1.2 0-2.1.9-2.1 2v10.9c0 .5.3.7.7.7zM4.4 5.5c0-.4.3-.7.7-.7h13.8c.4 0 .7.3.7.7v8.2c0 .4-.3.7-.7.7H5.1c-.4 0-.7-.3-.7-.7V5.5zm18 13h-7.6c-.4 0-.7.3-.7.7s-.3.7-.7.7h-2.8c-.4 0-.7-.3-.7-.7s-.3-.7-.7-.7H1.6c-.4 0-.7.3-.7.7 0 1.1.9 2 2.1 2h18c1.2 0 2.1-.9 2.1-2 0-.4-.3-.7-.7-.7z"
}
};