@salesforce/design-system-react
Version:
Salesforce Lightning Design System for React
25 lines (24 loc) • 657 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 52 52",
"xmlns": "http://www.w3.org/2000/svg",
"path": [{
"d": "M48.5 2h-45C2.7 2 2 2.7 2 3.5v32.4c0 .8.7 1.5 1.5 1.5h45c.8 0 1.5-.7 1.5-1.5V3.5c0-.8-.7-1.5-1.5-1.5z"
}, {
"d": "M32 44c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0-2c-2.2 0-4 1.8-4 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4z"
}],
"circle": [{
"cx": "20",
"cy": "46",
"r": "4"
}, {
"cx": "8",
"cy": "46",
"r": "4"
}, {
"cx": "44",
"cy": "46",
"r": "4"
}]
};