@salesforce/design-system-react
Version:
Salesforce Lightning Design System for React
10 lines (9 loc) • 709 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": "M11.8 4.8c-4 0-7.2 3.2-7.2 7.2s3.2 7.2 7.2 7.2S19 16 19 12s-3.3-7.2-7.2-7.2zm5.7 6.5h-1.9c-.1-1.7-.5-3.2-1.1-4.3 1.6.8 2.7 2.4 3 4.3zM11 6.6v4.7H9.4c.1-2.3.8-4.1 1.6-4.7zm0 6.1v4.7c-.8-.6-1.5-2.4-1.6-4.7H11zm1.5 4.7v-4.7h1.6c-.1 2.3-.8 4.1-1.6 4.7zm0-6.1V6.6c.8.6 1.5 2.4 1.6 4.7h-1.6zM9 7c-.6 1.1-1 2.6-1.1 4.3H6C6.3 9.4 7.4 7.8 9 7zm-3 5.7h1.9c.1 1.7.5 3.2 1.1 4.3-1.6-.8-2.7-2.4-3-4.3zm8.5 4.3c.6-1.1 1-2.6 1.1-4.3h1.9c-.3 1.9-1.4 3.5-3 4.3z"
}
};