@salesforce/design-system-react
Version:
Salesforce Lightning Design System for React
10 lines (9 loc) • 635 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": "M20.9 3.9h-.7c-.4 0-.8.3-.8.8v14.7s0 .1.1.1l.9 1.3c.1.1.2.1.3 0l.9-1.3c.1 0 .1 0 .1-.1V4.7c0-.5-.3-.8-.8-.8zM15 .9H4.5c-1.2 0-2.2 1-2.2 2.2v17.8c0 1.2 1 2.2 2.2 2.2H15c1.2 0 2.2-1 2.2-2.2V3.1c0-1.2-1-2.2-2.2-2.2zM9.8 22.3c-.7 0-1.1-.4-1.1-1.1s.4-1.1 1.1-1.1 1.1.5 1.1 1.1-.5 1.1-1.1 1.1zm5.2-3.7c0 .5-.3.8-.7.8h-9c-.4 0-.7-.3-.7-.8v-14c0-.4.3-.7.7-.7h9c.4 0 .7.3.7.7v14z"
}
};