@salesforce/design-system-react
Version:
Salesforce Lightning Design System for React
10 lines (9 loc) • 620 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": "M17 4.8H7c-1 0-1.9.8-1.9 1.9v10.6c0 1 .9 1.9 1.9 1.9h10c1 0 1.9-.9 1.9-1.9V6.7c0-1.1-.9-1.9-1.9-1.9zm-.6 11.3c0 .3-.3.6-.6.6H8.2c-.3 0-.6-.3-.6-.6v-.6c0-.4.3-.7.6-.7h7.5c.4 0 .7.3.7.7v.6zm0-3.8c0 .3-.3.6-.6.6H8.2c-.3 0-.6-.3-.6-.6v-.6c0-.3.3-.6.6-.6h7.5c.4 0 .7.3.7.6v.6zm0-3.7c0 .3-.3.6-.6.6H8.2c-.3 0-.6-.3-.6-.6v-.7c0-.3.3-.6.6-.6h7.5c.4 0 .7.3.7.6v.7z"
}
};