UNPKG

google-material-icons

Version:

A google material icon library package for React applications

16 lines (12 loc) 449 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 FastRewind = createIcon("FastRewind", [ ["path", { d: "M11.75 18V6L3.25 12L11.75 18ZM12.25 12L20.75 18V6L12.25 12Z", key: "wverei" }] ]); export { FastRewind as default }; //# sourceMappingURL=fast_rewind.js.map