@salesforce/design-system-react
Version:
Salesforce Lightning Design System for React
10 lines (9 loc) • 482 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.6 21c-.9.9-2.3.9-3.2 0-2.7-2.8-7.8-8.2-7.8-8.2-2.3-2.4-2.3-6.3 0-8.7C3.7 3 5.2 2.3 6.8 2.3s3 .6 4.1 1.8l.5.6c.3.3.9.3 1.2 0l.4-.5c1.2-1.2 2.6-1.9 4.2-1.9 1.5 0 3 .6 4.1 1.8 2.3 2.4 2.3 6.3 0 8.7 0 0-5 5.4-7.7 8.2z"
}
};