@salesforce/design-system-react
Version:
Salesforce Lightning Design System for React
10 lines (9 loc) • 622 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": "M12.3 19.8c.4 0 .7.3.7.6v1.5c0 .4-.3.7-.7.7h-1.5c-.3 0-.6-.3-.6-.7v-1.5c0-.3.3-.6.6-.6h1.5zm.7-3.6c0-1 .6-1.8 1.4-2.2h.1c2.4-1 4.1-3.3 4.1-6.1 0-3.6-3-6.6-6.6-6.6-3.3 0-6.1 2.5-6.6 5.7 0 .4.3.8.7.8h1.5c.4 0 .7-.3.7-.6.3-1.8 1.9-3 3.7-3 2 0 3.7 1.6 3.7 3.7 0 1-.4 1.8-1 2.5v.1c-.4.4-1 .7-1.5.9-1.9.6-3.1 2.4-3.1 4.3v.7c0 .4.2.7.6.7h1.5c.4 0 .7-.3.7-.7l.1-.2z"
}
};