@salesforce/design-system-react
Version:
Salesforce Lightning Design System for React
10 lines (9 loc) • 578 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.5 19.3h-2.1v-1.5h2.1v1.5zm0-.7zm-4.2.7h-2.1v-1.5h2.1v1.5zm-4.2 0H7v-1.5h2.1v1.5zm-2.8-1.8H4.8v-2.1h1.5v2.1zm12.9-.5h-1.5v-2.1h1.5V17zM6.3 13.3H4.8v-2.1h1.5v2.1zm12.9-.5h-1.5v-2.1h1.5v2.1zM6.3 9.1H4.8V7h1.5v2.1zm12.9-.5h-1.5V6.5h1.5v2.1zM17 6.2h-2.1V4.7H17v1.5zm-4.2 0h-2.1V4.7h2.1v1.5zm-4.2 0H6.5V4.7h2.1v1.5z"
}
};