@icongo/cg
Version:
css.gg Icons
17 lines • 707 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGShapeZigzag = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 24 24"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M2.312 9 1 10.51l3.774 3.28 1.509 1.312 1.312-1.51 1.54-1.77 2.264 1.968 1.51 1.312 1.311-1.51 1.538-1.769 2.263 1.967 1.51 1.312 1.311-1.51 1.969-2.264-1.51-1.312-1.968 2.264L15.559 9l-1.312 1.51h.002l-1.538 1.77L8.937 9l-.883 1.016-1.968 2.264L2.312 9Z",
clipRule: "evenodd"
})
}));
export { CGShapeZigzag };