@salesforce/design-system-react
Version:
Salesforce Lightning Design System for React
10 lines (9 loc) • 532 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": "M17.2.9H6.8c-1.2 0-2.2 1-2.2 2.2v17.8c0 1.2 1 2.2 2.2 2.2h10.4c1.2 0 2.2-1 2.2-2.2V3.1c0-1.2-1-2.2-2.2-2.2zM12 22.3c-.6 0-1.1-.4-1.1-1.1s.5-1.1 1.1-1.1 1.1.5 1.1 1.1-.5 1.1-1.1 1.1zm5.2-3.7c0 .5-.4.8-.8.8H7.6c-.4 0-.8-.3-.8-.8v-14c0-.4.4-.7.8-.7h8.8c.4 0 .8.3.8.7v14z"
}
};