@salesforce/design-system-react
Version:
Salesforce Lightning Design System for React
10 lines (9 loc) • 685 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": "M19.8 5c-2.1-2.1-5-3.2-8.1-3.2C5.8 2 .9 7 .9 12.9v3.4c0 1.2 1 2.2 2.2 2.2h1.5v1.8c0 .9.7 1.7 1.7 1.9 1.1 0 2-.8 2-1.8v-6.5c0-.9-.7-1.8-1.7-1.9-1.1-.1-2 .7-2 1.8v2.5h-.7c-.4 0-.8-.3-.8-.7v-2.7C3.1 8.1 7 4.2 11.7 4c2.5-.1 4.7.8 6.4 2.5 1.8 1.6 2.7 3.8 2.7 6.2v2.9c0 .4-.3.7-.7.7h-.7v-2.4c0-.9-.7-1.8-1.7-1.9-1.1-.1-2 .7-2 1.8v6.5c0 .9.7 1.7 1.7 1.9 1.1 0 2-.8 2-1.8v-1.8h1.5c1.2 0 2.2-1 2.2-2.2v-3.5c0-2.9-1.1-5.7-3.3-7.9z"
}
};