UNPKG

@salesforce/design-system-react

Version:

Salesforce Lightning Design System for React

46 lines (45 loc) 805 B
/* 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", "g": { "circle": [{ "cx": "10", "cy": "10", "r": "6" }, { "cx": "10", "cy": "26", "r": "6" }, { "cx": "26", "cy": "10", "r": "6" }, { "cx": "42", "cy": "10", "r": "6" }, { "cx": "26", "cy": "26", "r": "6" }, { "cx": "42", "cy": "26", "r": "6" }, { "cx": "10", "cy": "42", "r": "6" }, { "cx": "26", "cy": "42", "r": "6" }, { "cx": "42", "cy": "42", "r": "6" }] } };