@salesforce/design-system-react
Version:
Salesforce Lightning Design System for React
10 lines (9 loc) • 468 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": "M21.2 3.7H2.8c-.5 0-1 .4-1 .9v14.8c0 .5.5.9 1 .9h18.4c.5 0 1-.4 1-.9V4.6c0-.5-.5-.9-1-.9zm-.9 14.8H3.7v-13h16.6v13zm-10.6-1H5.1c-.3 0-.4-.1-.4-.4V6.9c0-.3.1-.4.4-.4h4.6c.3 0 .5.1.5.4v10.2c0 .3-.2.4-.5.4z"
}
};