@salesforce/design-system-react
Version:
Salesforce Lightning Design System for React
10 lines (9 loc) • 837 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": "M16.3 4.8H7.7c-.8 0-1.5.6-1.5 1.4 0 .3.3.5.5.5h10.6c.2 0 .5-.2.5-.5 0-.8-.7-1.4-1.5-1.4zm0 3.4H7.7c-.3 0-.5.2-.5.4v10.1c0 .3.2.5.5.5h2.6c.3 0 .5-.2.5-.5v-1.9c0-.3.2-.5.5-.5h1.4c.3 0 .5.2.5.5v1.9c0 .3.2.5.5.5h2.6c.3 0 .5-.2.5-.5V8.6c0-.2-.2-.4-.5-.4zm-5 6.4c0 .3-.2.5-.5.5h-1c-.2 0-.4-.2-.4-.5v-.9c0-.3.2-.5.4-.5h1c.3 0 .5.2.5.5v.9zm0-3.3c0 .2-.2.5-.5.5h-1c-.2 0-.4-.3-.4-.5v-1c0-.2.2-.5.4-.5h1c.3 0 .5.3.5.5v1zm3.3 3.3c0 .3-.2.5-.4.5h-1c-.3 0-.5-.2-.5-.5v-.9c0-.3.2-.5.5-.5h1c.2 0 .4.2.4.5v.9zm0-3.3c0 .2-.2.5-.4.5h-1c-.3 0-.5-.3-.5-.5v-1c0-.2.2-.5.5-.5h1c.2 0 .4.3.4.5v1z"
}
};