@salesforce/design-system-react
Version:
Salesforce Lightning Design System for React
10 lines (9 loc) • 503 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.5 13.9c.3.3.7.3 1 0l10.4-9.7c.2-.4.2-1-.6-1l-20.6.1c-.6 0-1.1.5-.6.9l10.4 9.7zM23.1 8c0-.5-.6-.8-.9-.4L14 15.1c-.6.5-1.3.8-2 .8s-1.4-.3-2-.8L1.9 7.6c-.4-.4-.9-.1-.9.4-.1 2.1-.1 7.7-.1 10.5 0 1 .9 1.8 1.9 1.8h18.4c1 0 1.9-.8 1.9-1.8V8z"
}
};