google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 548 B
JavaScript
/**
* @license google-material-icons v2.1.4 - 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: "M18.75 9.86V14.14L15.72 12L18.75 9.86ZM9.75 9.86V14.14L6.72 12L9.75 9.86ZM20.75 6L12.25 12L20.75 18V6ZM11.75 6L3.25 12L11.75 18V6Z",
key: "1xoyts"
}
]
]);
export { FastRewind as default };
//# sourceMappingURL=fast_rewind.js.map