@salesforce/design-system-react
Version:
Salesforce Lightning Design System for React
10 lines (9 loc) • 733 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": "M5.8 5.5h10.5c.5 0 1 .5 1 1v.9c0 .6-.5 1-1 1H5.8c-.6 0-1-.4-1-1v-.9c0-.5.4-1 1-1zm0 4.3h6c.5 0 .9.5.9 1v1c0 .5-.4.9-.9.9h-6c-.6 0-1-.4-1-.9v-1c0-.5.4-1 1-1zm10 2.7c1.9 0 3.4 1.5 3.4 3.3s-1.5 3.4-3.4 3.4-3.3-1.5-3.3-3.4 1.5-3.3 3.3-3.3zm1.9 2.6c.1-.1.1-.2 0-.3l-.3-.3c-.1-.1-.3-.1-.4 0l-1.8 2-.8-.8c-.1-.1-.2-.1-.3 0l-.3.3c-.1.1-.1.2 0 .3l1.1 1.1c.1.1.2.2.3.2.2 0 .3-.1.4-.2l2.1-2.3zm-11.9-.9h5.5c-.2.5-.3 1-.3 1.4 0 .5.1 1 .2 1.4H5.8c-.6 0-1-.4-1-.9v-1c0-.5.4-.9 1-.9z"
}
};