UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 682 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 RepeatOneOn = createIcon("RepeatOneOn", [ [ "path", { d: "M21 1H3C1.9 1 1 1.9 1 3V21C1 22.1 1.9 23 3 23H21C22.1 23 23 22.1 23 21V3C23 1.9 22.1 1 21 1ZM19 19H6.83L8.41 20.58L7 22L3 18L7 14L8.41 15.42L6.83 17H17V13H19V19ZM10 10.5V9H13V15H11.5V10.5H10ZM17 10L15.59 8.58L17.17 7H7V11H5V5H17.17L15.59 3.42L17 2L21 6L17 10Z", key: "4hh3tp" } ] ]); export { RepeatOneOn as default }; //# sourceMappingURL=repeat_one_on.js.map