@salesforce/design-system-react
Version:
Salesforce Lightning Design System for React
10 lines (9 loc) • 652 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": "M22 19H2c-.6 0-1.1.5-1.1 1.1 0 .6.5 1.1 1.1 1.1h20c.6 0 1.1-.4 1.1-1.1S22.6 19 22 19zM2.4 16.8H15v-1.5c0-.4.3-.7.7-.7h3.7c.4 0 .7.3.7.7v1.5h1.5c.4 0 .7-.3.7-.7V3.5c0-.4-.3-.7-.7-.7H2.4c-.4 0-.7.3-.7.7v12.6c0 .4.3.7.7.7zm3.3-9.6c0-.4.3-.7.8-.7h10.7c.4 0 .7.3.7.7v.7c0 .5-.3.8-.7.8H6.5c-.5 0-.8-.3-.8-.8v-.7zm0 4.4c0-.4.3-.7.8-.7h7c.4 0 .7.3.7.7v.8c0 .4-.3.7-.7.7h-7c-.5 0-.8-.3-.8-.7v-.8z"
}
};