UNPKG

google-material-icons

Version:

A google material icon library package for React applications

16 lines (12 loc) 451 B
/** * @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: "M3.25 18L11.75 12L3.25 6V18ZM12.25 6V18L20.75 12L12.25 6Z", key: "epip15" }] ]); export { FastForward as default }; //# sourceMappingURL=fast_forward.js.map