@icongo/cg
Version:
css.gg Icons
15 lines • 622 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGCompressV = 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: "M13.034 7.356 15.5 4.854l1.424 1.404-4.913 4.985L7.025 6.33 8.43 4.905l2.604 2.566.05-6.627 2 .015-.05 6.497Zm2.529 11.176 1.412-1.416-4.957-4.943-4.943 4.957 1.417 1.412 2.584-2.592.026 7.207 2-.008-.026-7.096 2.487 2.479Z"
})
}));
export { CGCompressV };