@salesforce/design-system-react
Version:
Salesforce Lightning Design System for React
10 lines (9 loc) • 833 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": "M18.9 10.9h-.3v-.4c0-2.3-1.8-4.2-4.2-4.2-1.1 0-2 .4-2.8 1.1-.6-1.5-2.1-2.7-3.9-2.7-2.3 0-4.2 1.9-4.2 4.2 0 .8.2 1.5.6 2.1-1.9.5-3.2 2.1-3.2 4.1 0 2.3 1.7 4.1 4 4.1h13.9c2.3 0 4.2-1.8 4.2-4.2s-1.8-4.1-4.1-4.1zm-11.4.4l3.6-1.7c.2-.1.4-.1.5 0l3.6 1.7c.3.1.3.3 0 .5l-3.6 1.7c-.1.1-.3.1-.5 0l-3.6-1.7c-.2-.1-.2-.4 0-.5zm7.8 4.2l-3.6 1.7c-.2.1-.4.1-.5 0l-3.6-1.7c-.3-.1-.3-.4 0-.5l.4-.2c.1-.1.2-.1.3 0l2.9 1.4h.5l2.8-1.4c.1-.1.2-.1.3 0l.4.2c.3.1.3.4.1.5zm0-1.8l-3.6 1.7c-.2.1-.4.1-.5 0l-3.6-1.7c-.3-.1-.3-.4 0-.5l.5-.3h.2l2.9 1.4c.1.1.3.1.5 0l2.8-1.4h.3l.5.3c.2 0 .2.3 0 .5z"
}
};