@salesforce/design-system-react
Version:
Salesforce Lightning Design System for React
10 lines (9 loc) • 949 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": "M11.9 10.3c-.3.4-.1.8.2 1.1.8.4 1.6.8 2.3 1.5 1.2-.9 2.5-1.4 4.1-1.5-.5-.9-1.6-1.5-2.7-2-1.1-.4-1.3-.9-1.3-1.4 0-.4.3-.8.6-1.3.7-.6 1-1.4 1-2.4.1-1.9-1-3.5-2.9-3.5-1.2 0-2 .6-2.5 1.5C12 3.3 12.8 5 12.8 7c-.1 1.3-.4 2.4-.9 3.3zm2.8 5.7l2.7 2.8-2.7 2.8c-.3.2-.3.7 0 .9l.3.3c.3.3.7.3 1 0l2.7-2.7 2.8 2.7c.3.3.7.3 1 0l.3-.3c.3-.3.3-.7 0-.9L20 18.8l2.8-2.8c.3-.3.3-.7 0-1l-.3-.3c-.3-.3-.8-.3-1 0l-2.8 2.8-2.7-2.8c-.3-.3-.8-.3-1 0l-.3.3c-.3.3-.3.7 0 1zM13 14.2c-.6-.7-1.6-1.1-2.6-1.6-1.2-.5-1.4-1-1.4-1.5s.4-1 .8-1.4c.7-.7 1-1.7 1-2.8C10.8 4.8 9.6 3 7.5 3h-.2C5.2 3 4 4.8 4 6.9 4 8 4.3 9 5 9.7c.4.4.8.9.8 1.4 0 .5-.2 1-1.4 1.5-1.8.8-3.4 1.6-3.5 3.3.1 1.1.9 2 1.9 2h8.6c.2-1.4.8-2.7 1.6-3.7z"
}
};