iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 890 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 MessageCircleDashed = (props) => React.createElement("svg", { className: "lucide lucide-message-circle-dashed", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props },
React.createElement("path", { d: "M13.5 3.1c-.5 0-1-.1-1.5-.1s-1 .1-1.5.1M19.3 6.8a10.45 10.45 0 00-2.1-2.1M20.9 13.5c.1-.5.1-1 .1-1.5s-.1-1-.1-1.5M17.2 19.3a10.45 10.45 0 002.1-2.1M10.5 20.9c.5.1 1 .1 1.5.1s1-.1 1.5-.1M3.5 17.5L2 22l4.5-1.5M3.1 10.5c0 .5-.1 1-.1 1.5s.1 1 .1 1.5M6.8 4.7a10.45 10.45 0 00-2.1 2.1" }));
exports.default = MessageCircleDashed;