@salesforce/design-system-react
Version:
Salesforce Lightning Design System for React
10 lines (9 loc) • 781 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": "M7.9 5.4h8.2c.4 0 .7-.4.7-.8V3.1c0-1.2-1-2.2-2.2-2.2H9.4c-1.2 0-2.2 1-2.2 2.2v1.5c0 .4.3.8.7.8zm12.2-2.6h-.7c-.2 0-.4.1-.4.3v1.5c0 1.6-1.3 3-2.9 3H7.9C6.3 7.6 5 6.2 5 4.6V3.1c0-.2-.2-.3-.4-.3h-.7c-1.2 0-2.2 1-2.2 2.2v15.9c0 1.2 1 2.2 2.2 2.2h16.2c1.2 0 2.2-1 2.2-2.2V5c0-1.2-1-2.2-2.2-2.2zm-2.7 13c0 .2-.2.4-.4.4h-4c-.2 0-.3 0-.3.2v4c0 .2-.1.4-.3.4h-.8c-.2 0-.3-.2-.3-.4v-4c0-.2-.1-.2-.3-.2H7c-.2 0-.4-.2-.4-.4V15c0-.1.2-.3.4-.3h4c.2 0 .3-.1.3-.3v-4c0-.2.1-.4.3-.4h.8c.2 0 .3.2.3.4v4c0 .2.1.3.3.3h4c.2 0 .4.2.4.3v.8z"
}
};