iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.23 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 Rules = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M11.794 7.446h6.416a.555.555 0 0 0 .39-.949c-.027-.046-.02-.102-.059-.142L15.38 3.188a.637.637 0 0 0-.903 0 .64.64 0 0 0 0 .904l2.238 2.244h-5.153c-.094 0-.179.03-.258.071a.616.616 0 0 0-.29.14L9.79 7.798l.838.84 1.166-1.19zM5.751 11.92H1.605c-.334 0-.605.25-.605.555 0 .307.27.556.605.556h4.329c.01 0 .018-.005.027-.005a.64.64 0 0 0 .516-.153l1.245-1.272-.837-.839L5.75 11.92zm12.62.033c-.156-.078-6.579-.033-6.579-.033L6.477 6.494a.643.643 0 0 0-.513-.153c-.01 0-.02-.005-.03-.005h-4.33c-.333 0-.604.248-.604.554 0 .307.27.556.605.556h3.453s.642-.045.725.031l5.23 5.342a.598.598 0 0 0 .293.14.537.537 0 0 0 .255.072h5.113l-2.198 2.203a.641.641 0 0 0 0 .905c.249.25.653.25.903 0l3.162-3.167c.024-.024.017-.06.036-.087a.545.545 0 0 0 .188-.41.55.55 0 0 0-.394-.522z", fill: "#000", fillRule: "evenodd" }));
exports.default = Rules;