@salesforce/design-system-react
Version:
Salesforce Lightning Design System for React
10 lines (9 loc) • 494 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 14.1c.3.3.7.3 1.1 0L23 4.6c.2-.4.1-.9-.6-.9H1.7c-.5 0-1 .5-.6 1l10.4 9.4zm11.6-5.4c0-.5-.6-.8-.9-.4L14 15.7c-.5.5-1.2.8-2 .8-.7 0-1.4-.3-1.9-.8L1.9 8.3c-.4-.3-.9-.1-.9.4v9.4c0 1.2 1 2.2 2.2 2.2h17.7c1.2 0 2.2-1 2.2-2.2V8.7z"
}
};