@icongo/mc
Version:
Micon Icons
13 lines • 551 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlNuifpPressRepeatAction = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 2048 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M1074 522q18 0 30 13t12 30v355q0 17-12.5 30t-29.5 13h-91V773q0-36-25.5-61.5T896 686t-61.5 25.5T809 773v190h-91q-17 0-29.5-13T676 920V565q0-17 12-30t30-13h356z"
})
}));
export { MCMdlNuifpPressRepeatAction };