@icongo/mc
Version:
Micon Icons
13 lines • 586 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlNuifpRollLeftAction = 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 512q26 0 44.5 18.5T1137 575v355q0 26-18.5 44.5T1074 993h-81V788q0-23-9-43.5T960 709t-35.5-24-43.5-9-43.5 9-36 24-24.5 35.5-9 43.5v205h-50q-26 0-44.5-18.5T655 930V575q0-26 18.5-44.5T718 512h356z"
})
}));
export { MCMdlNuifpRollLeftAction };