@salesforce/design-system-react
Version:
Salesforce Lightning Design System for React
10 lines (9 loc) • 637 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.7 7.2v-1h.3c.3 0 .7-.3.7-.7 0-.4-.3-.7-.7-.7h-2c-.3 0-.7.3-.7.7 0 .4.3.7.7.7h.3v1c-3 .4-5.3 2.9-5.3 6 0 3.3 2.7 6 6 6s6-2.7 6-6c0-3.1-2.3-5.6-5.3-6zM12 17.8c-2.5 0-4.6-2.1-4.6-4.6S9.5 8.6 12 8.6s4.6 2.1 4.6 4.6-2.1 4.6-4.6 4.6zm1.6-7l-1.1 1.1c-.2-.1-.3-.1-.5-.1-.8 0-1.4.6-1.4 1.4s.6 1.4 1.4 1.4 1.4-.6 1.4-1.4c0-.2 0-.3-.1-.5l1.1-1.1c.3-.2.3-.6 0-.8-.2-.3-.6-.3-.8 0z"
}
};