iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 852 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 NoNewline = (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: "M2.333 5.506a3 3 0 113.334 4.989 3 3 0 01-3.334-4.99zm2.677.777A1.986 1.986 0 002 8.009c.004.353.102.698.283 1.001L5.01 6.283zM2.99 9.717A1.986 1.986 0 006 7.991a1.988 1.988 0 00-.283-1.001L2.99 9.717zM14 5v1.984a.5.5 0 01-.5.5H9.367L11 5.851l-.707-.707-2.121 2.121-.423.423v.568l2.544 2.544.707-.707-1.61-1.609h4.11a1.5 1.5 0 001.5-1.5V5h-1z", fill: "#C5C5C5" }));
exports.default = NoNewline;