google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 593 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 ForkLeft = createIcon("ForkLeft", [
[
"path",
{
d: "M10.41 15.59L9 17L5 13L9 9L10.41 10.41L8.83 12C10.34 11.67 12.56 12.08 14 13.36V6.83L12.41 8.42L11 7L15 3L19 7L17.59 8.41L16 6.83V21H14V17C13.27 14.42 10.93 13.53 8.83 14L10.41 15.59Z",
key: "1jk5cn"
}
]
]);
export { ForkLeft as default };
//# sourceMappingURL=fork_left.js.map