google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 598 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 ForkRight = createIcon("ForkRight", [
[
"path",
{
d: "M13.59 15.59L15 17L19 13L15 9L13.59 10.41L15.17 12C13.66 11.67 11.44 12.08 10 13.36V6.83L11.59 8.42L13 7L9 3L5 7L6.41 8.41L8 6.83V21H10V17C10.73 14.42 13.07 13.53 15.17 14L13.59 15.59Z",
key: "1n7j6e"
}
]
]);
export { ForkRight as default };
//# sourceMappingURL=fork_right.js.map