UNPKG

google-material-icons

Version:

A google material icon library package for React applications

24 lines (20 loc) 625 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 RepeatOn = createIcon("RepeatOn", [ [ "path", { fillRule: "evenodd", clipRule: "evenodd", 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 1ZM7 7H17V10L21 6L17 2V5H5V11H7V7ZM17 17H7V14L3 18L7 22V19H19V13H17V17Z", key: "15zwaw" } ] ]); export { RepeatOn as default }; //# sourceMappingURL=repeat_on.js.map