google-material-icons
Version:
A google material icon library package for React applications
24 lines (20 loc) • 851 B
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 MoreTime = createIcon("MoreTime", [
["path", { d: "M9.5 8V14L14.2 16.9L15 15.7L11 13.3V8H9.5Z", key: "1rnj25" }],
[
"path",
{
d: "M17.42 12C17.47 12.33 17.5 12.66 17.5 13C17.5 16.9 14.4 20 10.5 20C6.6 20 3.5 16.9 3.5 13C3.5 9.1 6.6 6 10.5 6C11.2 6 11.87 6.1 12.5 6.29V4.23C11.86 4.08 11.19 4 10.5 4C5.5 4 1.5 8 1.5 13C1.5 18 5.5 22 10.5 22C15.5 22 19.5 18 19.5 13C19.5 12.66 19.48 12.33 19.44 12H17.42Z",
key: "c5i7fs"
}
],
["path", { d: "M19.5 5V2H17.5V5H14.5V7H17.5V10H19.5V7H22.5V5H19.5Z", key: "1ycl91" }]
]);
export { MoreTime as default };
//# sourceMappingURL=more_time.js.map