@icongo/mc
Version:
Micon Icons
13 lines • 666 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlRevToggleKey = 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: "M1152 512q155 0 294.5 58T1695 737t167 248.5 58 294.5q0 106-27.5 204t-77.5 183.5-120 155.5-155.5 120-183.5 77.5-204 27.5H256v-128h896q88 0 170-23t153-64.5 129.5-100 100-129.5 64.5-153 23-170-23-170-64.5-153-100-129.5-129.5-100-153-64.5-170-23H331l426 427-74 74-566-565L683 11l74 74-426 427h821z"
})
}));
export { MCMdlRevToggleKey };