google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 2.05 kB
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const HistoryToggleOff = createIcon("HistoryToggleOff", [
[
"path",
{
d: "M15.0998 19.3701L16.0998 21.1101C15.1398 21.5501 14.0898 21.84 12.9998 21.9501V19.93C13.7398 19.84 14.4398 19.6501 15.0998 19.3701ZM4.0698 13H2.0498C2.1598 14.1 2.4498 15.14 2.8898 16.1L4.6298 15.1C4.3498 14.44 4.1598 13.74 4.0698 13ZM15.0998 4.63005L16.0998 2.89005C15.1398 2.45005 14.0998 2.16005 12.9998 2.05005V4.07005C13.7398 4.16005 14.4398 4.35005 15.0998 4.63005ZM19.9298 11H21.9498C21.8398 9.90005 21.5498 8.86005 21.1098 7.90005L19.3698 8.90005C19.6498 9.56005 19.8398 10.26 19.9298 11ZM8.8998 19.3701L7.89981 21.1101C8.85981 21.5501 9.9098 21.84 10.9998 21.9501V19.93C10.2598 19.84 9.5598 19.6501 8.8998 19.3701ZM10.9998 4.07005V2.05005C9.8998 2.16005 8.85981 2.45005 7.89981 2.89005L8.8998 4.63005C9.5598 4.35005 10.2598 4.16005 10.9998 4.07005ZM18.3598 7.17005L20.0998 6.16005C19.4698 5.29005 18.6998 4.52005 17.8298 3.89005L16.8198 5.63005C17.4098 6.08005 17.9198 6.59005 18.3598 7.17005ZM4.6298 8.90005L2.8898 7.90005C2.4498 8.86005 2.1598 9.90005 2.0498 11H4.0698C4.1598 10.26 4.3498 9.56005 4.6298 8.90005ZM19.9298 13C19.8398 13.74 19.6498 14.44 19.3698 15.1L21.1098 16.1C21.5498 15.14 21.8398 14.09 21.9498 13H19.9298ZM16.8298 18.3601L17.8398 20.1C18.7098 19.4701 19.4798 18.7 20.1098 17.83L18.3698 16.82C17.9198 17.41 17.4098 17.9201 16.8298 18.3601ZM7.1698 5.64005L6.1698 3.89005C5.2898 4.53005 4.5298 5.29005 3.8998 6.17005L5.6398 7.18005C6.0798 6.59005 6.5898 6.08005 7.1698 5.64005ZM5.6398 16.83L3.8998 17.83C4.5298 18.7 5.2998 19.4701 6.1698 20.1L7.1798 18.3601C6.5898 17.9201 6.0798 17.41 5.6398 16.83ZM12.9998 7.00005H10.9998V12.41L15.2898 16.7L16.6998 15.29L12.9998 11.59V7.00005Z",
key: "1xq7nz"
}
]
]);
export { HistoryToggleOff as default };
//# sourceMappingURL=history_toggle_off.js.map