iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 717 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 DebugBreakpointConditionalUnverified = (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: "M5.778 4.674a4 4 0 114.444 6.652 4 4 0 01-4.444-6.652zm.694 5.612a2.75 2.75 0 103.056-4.572 2.75 2.75 0 00-3.056 4.572zM9.5 6.5h-3v1h3v-1zm0 2h-3v1h3v-1z", fill: "#848484" }));
exports.default = DebugBreakpointConditionalUnverified;