@salesforce/design-system-react
Version:
Salesforce Lightning Design System for React
10 lines (9 loc) • 721 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.3 2.4H3.9v-.7c0-.5-.3-.8-.8-.8H1.7c-.5 0-.8.3-.8.8v20.6c0 .5.3.8.8.8h1.4c.5 0 .8-.3.8-.8V5.4h18.4c.5 0 .8-.4.8-.8V3.1c0-.4-.3-.7-.8-.7zm-1.4 5.2H8.3c-1.2 0-2.2 1-2.2 2.2v8.1c0 1.2 1 2.2 2.2 2.2h12.6c1.2 0 2.2-1 2.2-2.2V9.8c0-1.2-1-2.2-2.2-2.2zm-2.1 6.2h-.9v3.7c0 .3-.1.4-.4.4h-1.4c-.3 0-.4-.1-.4-.4v-2.2c0-.2-.1-.3-.4-.3h-1.5c-.2 0-.3.1-.3.3v2.2c0 .3-.2.4-.4.4h-1.5c-.2 0-.3-.1-.3-.4v-3.7h-1c-.1 0-.2-.2-.1-.3l4.2-4c.1-.1.3-.1.5 0l4.1 4c.1.1 0 .3-.2.3z"
}
};