UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 515 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 RepeatOne = createIcon("RepeatOne", [ [ "path", { d: "M7 7H17V10L21 6L17 2V5H5V11H7V7ZM17 17H7V14L3 18L7 22V19H19V13H17V17ZM13 15V9H12L10 10V11H11.5V15H13Z", key: "501ivv" } ] ]); export { RepeatOne as default }; //# sourceMappingURL=repeat_one.js.map