@salesforce/design-system-react
Version:
Salesforce Lightning Design System for React
23 lines (22 loc) • 712 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",
"g": {
"path": {
"d": "M9.3 12h11c.3 0 .7-.2.7-.6l2-6.8c.2-.5-.2-1-.7-1h-17l-.3-1c-.2-.4-.6-.8-1.1-.8H2.1c-.6 0-1.1.5-1.2 1.1C.9 3.5 1.4 4 2 4h1.1l3.5 11.6c.1.4.6.7 1.1.7h13c.6 0 1.1-.4 1.2-1 0-.6-.5-1.1-1.1-1.1H9.3c-.5 0-.9-.4-1-.8-.3-.7.3-1.4 1-1.4z"
},
"ellipse": [{
"cx": "9.508",
"cy": "20.354",
"rx": "1.846",
"ry": "1.8"
}, {
"cx": "18.508",
"cy": "20.354",
"rx": "1.846",
"ry": "1.8"
}]
}
};