@salesforce/design-system-react
Version:
Salesforce Lightning Design System for React
10 lines (9 loc) • 600 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": "M18.3 5c.4 0 .6-.3.6-.7 0-.2-.1-.5-.4-.6-.5-.3-1.2-1.5-1.5-2.3-.1-.3-.3-.5-.6-.5H7.5c-.3 0-.6.2-.6.5-.3.7-1 2-1.5 2.3-.2.1-.3.4-.3.6 0 .4.3.7.6.7h12.6zM5.1 20.8c0 1.3.9 2.3 2.1 2.3h9.5c1.2 0 2.2-1 2.2-2.2v-.1c0-.4-.3-.7-.7-.7H5.7c-.3 0-.6.3-.6.7zm13.8-3.6V7.9c0-.4-.3-.7-.7-.7H5.8c-.4 0-.7.3-.7.7v9.3c0 .4.3.7.7.7h12.4c.4 0 .7-.3.7-.7z"
}
};