@salesforce/design-system-react
Version:
Salesforce Lightning Design System for React
10 lines (9 loc) • 752 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": "M16.2 10.6H7.8c-.2 0-.4.2-.4.5v1.4c0 .2.2.4.4.4h8.4c.2 0 .4-.2.4-.4v-1.4c0-.3-.2-.5-.4-.5zm-1 4.2H8.8c-.3 0-.5.2-.5.4v1.4c0 .3.2.5.5.5h6.4c.3 0 .5-.2.5-.5v-1.4c0-.2-.2-.4-.5-.4zm5.9-9.1l-4.4-4.3c-.4-.3-.8-.5-1.3-.5H8.6c-.5 0-.9.2-1.3.5L2.9 5.7c-.4.3-.6.8-.6 1.3v14.2c0 1 .8 1.9 1.9 1.9h15.6c1.1 0 1.9-.9 1.9-1.9V7c0-.5-.2-1-.6-1.3zM12 2.3c1 0 1.8.8 1.8 1.9S13 6 12 6s-1.8-.8-1.8-1.8.8-1.9 1.8-1.9zm6.9 17.3c0 .4-.3.7-.7.7H5.8c-.4 0-.7-.3-.7-.7V8.1c0-.4.3-.7.7-.7h12.4c.4 0 .7.3.7.7v11.5z"
}
};