@salesforce/design-system-react
Version:
Salesforce Lightning Design System for React
10 lines (9 loc) • 669 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 .9C5.9.9.9 5.9.9 12s5 11.1 11.1 11.1 11.1-5 11.1-11.1S18.1.9 12 .9zm4.2 7.2c0 .3-.4.7-.7.7h-4.4c-.3 0-.5.2-.5.4v1c0 .2.2.4.5.4h1.8c1.8 0 3.3 1.4 3.3 3.2v1c0 1.8-1.5 3.2-3.3 3.2h.5v.9c0 .5-.4.9-.9.9s-1-.4-1-.9V18h-3c-.3 0-.7-.3-.7-.7v-1.4c0-.3.4-.7.7-.7h4.4c.3 0 .5-.2.5-.4v-1c0-.2-.2-.4-.5-.4h-1.8c-1.8 0-3.3-1.4-3.3-3.2v-1C7.8 7.4 9.3 6 11.1 6h.4v-.9c0-.5.5-.9 1-.9s.9.4.9.9V6h2.1c.3 0 .7.3.7.7v1.4z"
}
};