@icongo/pp
Version:
Pepicons Icons
21 lines • 825 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var PPLoopMinus = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 20 20"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M4.828 4.828a6 6 0 1 0 8.486 8.486 6 6 0 0 0-8.486-8.486ZM11.9 11.9a4 4 0 1 1-5.656-5.656A4 4 0 0 1 11.9 11.9Z",
clipRule: "evenodd"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "M11.9 14.728a1.5 1.5 0 1 1 2.12-2.121l3.536 3.535a1.5 1.5 0 1 1-2.121 2.121l-3.536-3.535ZM6.707 9.914a1 1 0 1 1 0-2h4.485a1 1 0 1 1 0 2H6.707Z"
})]
}));
export { PPLoopMinus };