iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 800 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 RulerHorizontal = (props) => React.createElement("svg", { viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M.5 4a.5.5 0 00-.5.5v6a.5.5 0 00.5.5h14a.5.5 0 00.5-.5v-6a.5.5 0 00-.5-.5H.5zm.5 6V5h1.075v2.5a.425.425 0 00.85 0V5h1.15v1.5a.425.425 0 00.85 0V5h1.15v1.5a.425.425 0 00.85 0V5h1.15v2.5a.425.425 0 00.85 0V5h1.15v1.5a.425.425 0 00.85 0V5h1.15v1.5a.425.425 0 00.85 0V5H14v5H1z", fill: "currentColor" }));
exports.default = RulerHorizontal;