@icongo/cg
Version:
css.gg Icons
15 lines • 618 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGCompress = 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",
d: "m19.095 8.43-1.424-1.404-4.914 4.985 4.985 4.914 1.404-1.424-2.502-2.467 6.497.05.016-2-6.628-.05 2.566-2.604ZM5.467 15.562l1.416 1.412 4.944-4.956-4.956-4.943L5.459 8.49l2.591 2.585-7.206.024.006 2 7.097-.024-2.48 2.486Z"
})
}));
export { CGCompress };