@salesforce/design-system-react
Version:
Salesforce Lightning Design System for React
10 lines (9 loc) • 517 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": "M22.4 19.4H1.6c-.4 0-.7.3-.7.6v.1c0 1.6 2.1 3 3.7 3h14.8c1.6 0 3.7-1.4 3.7-3V20c0-.3-.3-.6-.7-.6zM2 17.2h6.7c.4 0 .7-.4.7-.9V3.6c0-.1-.3-.2-.3 0l-7.4 13c-.1.2.1.6.3.6zm10.4 0h9.2c.5 0 .8-.4.7-.9C22 13.7 21.6 5.4 12.1 1c-.2-.1-.5 0-.5.3v15c0 .5.4.9.8.9z"
}
};