@icongo/cg
Version:
css.gg Icons
15 lines • 554 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGFormatLineHeight = 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: "M5.097 6.997h2.077l-3-3-3 3h1.923v10.006H1.159l3 3 3-3H5.097V6.997ZM22.841 7h-14V5h14v2Zm0 4h-14V9h14v2Zm-14 4h14v-2h-14v2Zm14 4h-14v-2h14v2Z"
})
}));
export { CGFormatLineHeight };