@salesforce/design-system-react
Version:
Salesforce Lightning Design System for React
10 lines (9 loc) • 836 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": "M13.9 20.5h-3.8c-.4 0-.7.3-.7.7v1.1c0 .5.3.8.7.8h3.8c.4 0 .7-.3.7-.8v-1.1c0-.4-.3-.7-.7-.7zM12 .9C7.4.9 3.7 4.4 3.7 8.7c0 2.7 1.6 5.2 3.9 6.5.9.5 1.5 1.4 1.7 2.4.1.4.4.6.8.6H14c.4 0 .7-.2.7-.6.2-1 .8-1.9 1.7-2.4 2.3-1.4 3.9-3.8 3.9-6.5 0-4.3-3.7-7.8-8.3-7.8zM9.4 4.4c-.7 1.4-1.1 3-1.2 4.4 0 1.4.3 2.6.8 3.9.1.4-.2.7-.6.5C5 11.4 5.2 5.1 9 3.8c.3 0 .6.3.4.6zm2.9 8.8c-.1.3-.5.3-.7 0-.6-1.4-.7-3.1-.8-4.7.1-1.6.2-3.2.8-4.7.1-.3.6-.3.7 0 .6 1.4.8 3.1.8 4.7s-.2 3.2-.8 4.7zm3.1 0c-.3.2-.6-.1-.5-.4.5-1.4.7-2.8.8-4.2-.1-1.2-.5-2.8-1.2-4.2-.1-.2.1-.6.5-.5 3.7 1.2 3.9 7.6.4 9.3z"
}
};