google-material-icons
Version:
A google material icon library package for React applications
29 lines (25 loc) • 985 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 Forward5 = createIcon("Forward5", [
[
"path",
{
d: "M18 14C18 17.31 15.31 20 12 20C8.69 20 6 17.31 6 14C6 10.69 8.69 8 12 8V12L17 7L12 2V6C7.58 6 4 9.58 4 14C4 18.42 7.58 22 12 22C16.42 22 20 18.42 20 14H18Z",
key: "1ldjgn"
}
],
[
"path",
{
d: "M12.03 16.38C11.59 16.38 11.45 16.07 11.43 15.82H10.59C10.62 16.67 11.38 17.07 12.03 17.07C12.96 17.07 13.47 16.44 13.47 15.64C13.47 14.31 12.5 14.2 12.17 14.2C11.97 14.2 11.74 14.25 11.53 14.36L11.64 13.44H13.34V12.73H10.95L10.7 14.9L11.37 15.07C11.5 14.94 11.65 14.84 11.94 14.84C12.34 14.84 12.63 15.07 12.63 15.59C12.62 15.64 12.65 16.38 12.03 16.38Z",
key: "foryc1"
}
]
]);
export { Forward5 as default };
//# sourceMappingURL=forward_5.js.map