@salesforce/design-system-react
Version:
Salesforce Lightning Design System for React
10 lines (9 loc) • 662 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": "M23.1 12c0 6.1-5 11.1-11.1 11.1S.9 18.1.9 12 5.9.9 12 .9s11.1 5 11.1 11.1zM8.4 7.3c-1.1 0-1.9.9-1.9 2s.8 2 1.9 2 2-.9 2-2-.8-2-2-2zm7.2 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-.1 7.7c-.9.8-2.2 1.3-3.5 1.3-1.3 0-2.5-.5-3.5-1.3l-.4-.3c-.1-.1-.2-.2-.5-.2-.5 0-.9.5-.9.9 0 .2.1.5.3.7l.3.2c1.3 1.1 2.9 1.8 4.7 1.8 1.8 0 3.5-.7 4.7-1.8l.2-.2c.2-.2.3-.5.3-.7 0-.5-.4-.9-.9-.9-.2 0-.4.1-.5.2l-.3.3z"
}
};