@salesforce/design-system-react
Version:
Salesforce Lightning Design System for React
10 lines (9 loc) • 688 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 1.8C5.9 1.8 1 6.4 1 12c0 1.7.5 3.4 1.3 4.8.1.3.2.6.1.8l-1.4 4c-.2.3.2.6.6.6l3.9-1.6c.3-.1.5 0 .8.1 1.7.9 3.7 1.5 5.8 1.5 6 0 11-4.5 11-10.2C23 6.4 18.1 1.8 12 1.8zM9 16.6c0 .2-.2.4-.4.4h-2c-.2 0-.4-.2-.4-.4v-2.5c0-.2.2-.4.4-.4h2c.2 0 .4.2.4.4v2.5zm4.4 0c0 .2-.2.4-.4.4h-1.9c-.3 0-.4-.2-.4-.4v-5.8c0-.3.1-.5.4-.5H13c.2 0 .4.2.4.5v5.8zm4.5 0c0 .2-.2.4-.5.4h-1.9c-.2 0-.4-.2-.4-.4V7.4c0-.2.2-.4.4-.4h1.9c.3 0 .5.2.5.4v9.2z"
}
};