@salesforce/design-system-react
Version:
Salesforce Lightning Design System for React
10 lines (9 loc) • 480 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": "M13 17.8c-.5.6-1.5.6-2.1 0-1.7-1.9-5-5.4-5-5.4-1.5-1.6-1.5-4.1 0-5.7.7-.8 1.7-1.2 2.7-1.2 1 0 2 .4 2.7 1.2l.3.4c.2.2.6.2.8 0l.2-.4h.1c.7-.8 1.7-1.2 2.7-1.2 1 0 2 .4 2.7 1.2 1.5 1.5 1.5 4.1 0 5.7 0 0-3.3 3.5-5.1 5.4z"
}
};