@salesforce/design-system-react
Version:
Salesforce Lightning Design System for React
10 lines (9 loc) • 849 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 10.2c-2.2-1.6-4.3-.8-5.7.5-.5.5-1.3.8-2.2 1-1 .3-2.1.7-2.8 1.5-2.2 2-1.7 4.5 1.1 7.3l.1.1c1.7 1.7 3.2 2.5 4.7 2.5 1 0 1.9-.4 2.8-1.2.8-.8 1.2-1.8 1.5-2.8.3-.9.6-1.7 1.1-2.2.8-.8 1.3-1.8 1.4-2.7.1-.7-.1-1.7-.9-2.8 0 0-.4-.6-1.1-1.2zm-4.6 8.9c-.2.2-.5.3-.7.3-.3 0-.5-.1-.7-.3l-2.1-2c-.4-.4-.4-1 0-1.5.4-.4 1-.4 1.4 0l2.1 2.1c.4.4.4 1 0 1.4zm1.8-3c-1.1 0-1.9-.8-1.9-1.8s.8-1.9 1.9-1.9 1.8.8 1.8 1.9-.8 1.8-1.8 1.8zM22.8 2.9l-1.7-1.7c-.2-.3-.8-.3-1.1 0L18.1 3c-.3.3-.3.9 0 1.2l.1.1-3.8 3.8c-.1.2-.1.4 0 .6.3.3.8.7 1.1 1 .1.1.3.1.5 0l3.8-3.8V6c.3.3.9.3 1.2 0l1.9-1.9c.3-.4.3-.9-.1-1.2z"
}
};