iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.02 kB
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 HorizontalRule = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.432 10h.823V4h-.823v2.61h-2.61V4H3v6h.823V7.394h2.61V10zm5.668 0h.9l-1.28-2.63c.131-.058.26-.134.389-.23a1.666 1.666 0 00.585-.797c.064-.171.096-.364.096-.58a1.77 1.77 0 00-.082-.557 1.644 1.644 0 00-.22-.446 1.504 1.504 0 00-.31-.341 1.864 1.864 0 00-.737-.373A1.446 1.446 0 0011.1 4h-2.46v6h.824V7.518h1.467L12.1 10zm-.681-3.32a.874.874 0 01-.293.055H9.463V4.787h1.663a.87.87 0 01.576.24c.088.08.162.181.22.304.057.123.086.267.086.433 0 .168-.029.314-.087.437a.91.91 0 01-.503.479zM13 12H3v1h10v-1z", fill: "#C5C5C5" }));
exports.default = HorizontalRule;