google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 551 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 FastForward = createIcon("FastForward", [
[
"path",
{
d: "M14.25 9.86L17.28 12L14.25 14.14V9.86ZM5.25 9.86L8.28 12L5.25 14.14V9.86ZM12.25 6V18L20.75 12L12.25 6ZM3.25 6V18L11.75 12L3.25 6Z",
key: "hmfpy0"
}
]
]);
export { FastForward as default };
//# sourceMappingURL=fast_forward.js.map