@icongo/cg
Version:
css.gg Icons
15 lines • 596 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGCompressLeft = 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: "m7.979 9.457-3.57-.003-.002 2 7 .006.006-7-2-.002L9.41 8.06 3.096 1.77 1.685 3.185l6.294 6.271Zm11.582 5.095-.008-2-7 .028.028 7 2-.008-.014-3.601 6.343 6.26 1.405-1.424-6.324-6.24 3.57-.015Z"
})
}));
export { CGCompressLeft };