@salesforce/design-system-react
Version:
Salesforce Lightning Design System for React
10 lines (9 loc) • 775 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 .9c-.6 0-1.1.5-1.1 1.1v20c0 .6.5 1.1 1.1 1.1 6.1 0 11.1-5 11.1-11.1S18.1.9 12 .9zm8.8 10h-2.9c-.1-2.6-.7-4.9-1.6-6.7 2.4 1.4 4.1 3.8 4.5 6.7zm-7.7 9.5v-7.3h2.5c-.1 3.5-1.2 6.2-2.5 7.3zm0-9.5V3.6c1.3 1.1 2.4 3.8 2.5 7.3h-2.5zm3.2 8.9c.9-1.8 1.4-4.1 1.6-6.7h2.9c-.4 2.9-2.1 5.3-4.5 6.7zM5.9 8.3c.3.2.7.1 1-.1L9 5.9c.2-.3.2-.8-.1-1.1l-2-2c-.3-.3-.7-.3-.9-.1l-.5.3C2.8 5 .9 8.3.9 12s1.9 7 4.6 9l.5.3c.2.2.6.1.9-.1l2-2c.3-.3.3-.8.1-1.1l-2.1-2.3c-.3-.2-.7-.3-1-.1l-.8.6c-.8-1.2-1.2-2.7-1.2-4.3s.4-3 1.2-4.3l.8.6z"
}
};