@salesforce/design-system-react
Version:
Salesforce Lightning Design System for React
23 lines (22 loc) • 613 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 52 52",
"xmlns": "http://www.w3.org/2000/svg",
"circle": [{
"cx": "46.7",
"cy": "26",
"r": "3.4"
}, {
"cx": "25.9",
"cy": "26",
"r": "3.4"
}, {
"cx": "5.4",
"cy": "26",
"r": "3.4"
}],
"path": {
"d": "M11.6 26c0 7.9 6.5 14.4 14.4 14.4S40.3 33.9 40.3 26 33.9 11.6 26 11.6 11.6 18.1 11.6 26zm23.9 0c0 5.3-4.3 9.6-9.6 9.6s-9.6-4.3-9.6-9.6 4.3-9.6 9.6-9.6 9.6 4.3 9.6 9.6z"
}
};