@salesforce/design-system-react
Version:
Salesforce Lightning Design System for React
10 lines (9 loc) • 591 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": "M11.1 11.1h-4c-.3 0-.5.2-.5.5V15H5.2c-.2 0-.4.2-.4.4v3.4c0 .2.2.4.4.4h4.5c.3 0 .5-.2.5-.4v-3.4c0-.2-.2-.4-.5-.4H8.4v-2.1h7.2V15h-1.3c-.3 0-.5.2-.5.4v3.4c0 .2.2.4.5.4h4.5c.2 0 .4-.2.4-.4v-3.4c0-.2-.2-.4-.4-.4h-1.4v-3.4c0-.3-.2-.5-.5-.5h-4V9h1.3c.3 0 .5-.2.5-.4V5.3c0-.3-.2-.5-.5-.5H9.7c-.2 0-.4.2-.4.5v3.3c0 .2.2.4.4.4h1.4v2.1z"
}
};