google-material-icons
Version:
A google material icon library package for React applications
24 lines (20 loc) • 670 B
JavaScript
/**
* @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",
{
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 22V19H19V13H17V17ZM13 15V9H12L10 10V11H11.5V15H13Z",
key: "63afs7"
}
]
]);
export { RepeatOneOn as default };
//# sourceMappingURL=repeat_one_on.js.map