@salesforce/design-system-react
Version:
Salesforce Lightning Design System for React
10 lines (9 loc) • 715 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 4.8C8 4.8 4.8 8 4.8 12S8 19.2 12 19.2s7.2-3.2 7.2-7.2S16 4.8 12 4.8zm5.7 6.5h-1.9c-.1-1.7-.4-3.2-1-4.3 1.6.8 2.7 2.4 2.9 4.3zm-6.4-4.7v4.7H9.6c.1-2.3.9-4.1 1.7-4.7zm0 6.1v4.7c-.8-.6-1.6-2.4-1.7-4.7h1.7zm1.4 4.7v-4.7h1.7c-.1 2.3-.9 4.1-1.7 4.7zm0-6.1V6.6c.8.6 1.6 2.4 1.7 4.7h-1.7zM9.2 7c-.6 1.1-.9 2.6-1 4.3H6.3C6.5 9.4 7.6 7.8 9.2 7zm-2.9 5.7h1.9c.1 1.7.4 3.2 1 4.3-1.6-.8-2.7-2.4-2.9-4.3zm8.5 4.3c.6-1.1.9-2.6 1-4.3h1.9c-.2 1.9-1.3 3.5-2.9 4.3z"
}
};