iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.03 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.433 10h.822V4h-.822v2.61h-2.61V4H3v6h.823V7.394h2.61V10zm5.667 0h.9l-1.28-2.63c.132-.058.261-.134.389-.23a1.663 1.663 0 00.585-.797c.064-.171.096-.364.096-.58 0-.205-.027-.39-.082-.557a1.644 1.644 0 00-.22-.446 1.508 1.508 0 00-.31-.341 1.865 1.865 0 00-.736-.373A1.445 1.445 0 0011.099 4H8.64v6h.823V7.518h1.467L12.1 10zm-.681-3.32a.875.875 0 01-.293.055H9.463V4.787h1.663a.871.871 0 01.576.24c.089.08.162.181.22.304.057.123.086.267.086.433a.948.948 0 01-.306.741.912.912 0 01-.283.175zM13 12H3v1h10v-1z", fill: "#424242" }));
exports.default = HorizontalRule;