UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.45 kB
/** * @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 SlowMotionVideo = createIcon("SlowMotionVideo", [ [ "path", { d: "M13.0254 9.7898L9.97539 7.4998V16.4998L13.0254 14.2098L15.9754 11.9998L13.0254 9.7898ZM13.0254 9.7898L9.97539 7.4998V16.4998L13.0254 14.2098L15.9754 11.9998L13.0254 9.7898ZM13.0254 9.7898L9.97539 7.4998V16.4998L13.0254 14.2098L15.9754 11.9998L13.0254 9.7898ZM10.9754 4.0698V2.0498C8.96539 2.2498 7.13539 3.0498 5.65539 4.2598L7.07539 5.6898C8.18539 4.8298 9.51539 4.2498 10.9754 4.0698ZM5.66539 7.0998L4.23539 5.6798C3.02539 7.1598 2.22539 8.9898 2.02539 10.9998H4.04539C4.22539 9.5398 4.80539 8.20981 5.66539 7.0998ZM4.04539 12.9998H2.02539C2.22539 15.0098 3.02539 16.8398 4.23539 18.3198L5.66539 16.8898C4.80539 15.7898 4.22539 14.4598 4.04539 12.9998ZM5.65539 19.7398C7.13539 20.9498 8.97539 21.7498 10.9754 21.9498V19.9298C9.51539 19.7498 8.18539 19.1698 7.07539 18.3098L5.65539 19.7398ZM21.9754 11.9998C21.9754 17.1598 18.0554 21.4198 13.0254 21.9498V19.9298C16.9454 19.4098 19.9754 16.0498 19.9754 11.9998C19.9754 7.9498 16.9454 4.5898 13.0254 4.0698V2.0498C18.0554 2.5798 21.9754 6.8398 21.9754 11.9998Z", key: "1b4lu0" } ] ]); export { SlowMotionVideo as default }; //# sourceMappingURL=slow_motion_video.js.map