iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 952 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const LineHeight = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12.754 4a.75.75 0 01.75-.75H20.5a.75.75 0 010 1.5h-6.996a.75.75 0 01-.75-.75zM20.5 13.917h-6.996a.75.75 0 000 1.5H20.5a.75.75 0 000-1.5zM13.504 19.25a.75.75 0 000 1.5H20.5a.75.75 0 000-1.5h-6.996zM20.5 10.083h-6.996a.75.75 0 010-1.5H20.5a.75.75 0 010 1.5zM9.974 16.47l-1.722 1.72V5.81l1.722 1.72a.75.75 0 001.06-1.06l-3.002-3a.75.75 0 00-1.06 0l-3.002 3a.75.75 0 001.06 1.06l1.722-1.72v12.38L5.03 16.47a.75.75 0 00-1.06 1.06l3.002 3a.75.75 0 001.06 0l3.002-3a.75.75 0 00-1.06-1.06z", fill: "#323544" }));
exports.default = LineHeight;