@salesforce/design-system-react
Version:
Salesforce Lightning Design System for React
10 lines (9 loc) • 788 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": "M9.4 7.7h5.2c.3 0 .5-.2.5-.5v-1c0-.8-.6-1.4-1.4-1.4h-3.4c-.8 0-1.4.6-1.4 1.4v1c0 .3.2.5.5.5zM17.3 6h-.5c-.1 0-.2.1-.2.2v1c0 1.1-.9 1.9-2 1.9H9.4c-1.1 0-2-.8-2-1.9v-1c0-.1-.1-.2-.2-.2h-.5c-.8 0-1.4.6-1.4 1.4v10.4c0 .8.6 1.4 1.4 1.4h10.6c.8 0 1.4-.6 1.4-1.4V7.4c0-.8-.6-1.4-1.4-1.4zm-1.9 11.4l-.3.3c-.1.1-.2.1-.3 0l-1.9-1.9c-.6.4-1.3.6-2.1.5-1.2-.2-2.2-1.2-2.3-2.5-.2-1.7 1.3-3.2 3-3 1.3.1 2.3 1.1 2.5 2.4.1.7-.1 1.4-.5 2l1.9 1.9c.1.1.1.2 0 .3zm-4.1-5.8c-1.1 0-1.9.9-1.9 1.9 0 1.1.8 1.9 1.9 1.9s1.9-.8 1.9-1.9-.9-1.9-1.9-1.9z"
}
};