@salesforce/design-system-react
Version:
Salesforce Lightning Design System for React
10 lines (9 loc) • 577 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.4 4.4l3.2 3.2c.7.8.7 1.9 0 2.7l-8.5 8.5V7l2.6-2.6c.8-.7 1.9-.7 2.7 0zm6.7 12.2v4.6c0 1.1-.8 1.9-1.9 1.9H9.7l8.3-8.3h3.2c1.1 0 1.9.8 1.9 1.8zM.9 18.9V2.8C.9 1.7 1.7.9 2.8.9h4.6c1 0 1.8.8 1.8 1.9v16.1c0 2.3-1.8 4.2-4.1 4.2S.9 21.2.9 18.9zm4.2 1.9c1 0 1.8-.9 1.8-1.9s-.8-1.8-1.8-1.8-1.9.8-1.9 1.8.9 1.9 1.9 1.9z"
}
};