react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 402 B
JavaScript
import * as React from 'react';
export function SvgRulerCombinedSolid(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M4 4v24h24v-9H13V4H4zm2 2h5v2H8v2h3v2H8v2h3v2H8v2h3v1.586l-5 5V6zm6.414 15H14v3h2v-3h2v3h2v-3h2v3h2v-3h2v5H7.414l5-5z" })));
}
export default SvgRulerCombinedSolid;