iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.09 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 Mention = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M10.466 12.36a5.515 5.515 0 01-3.053.736 4.262 4.262 0 01-4.57-4.543 5.381 5.381 0 015.39-5.571c2.377 0 4.413 1.375 4.413 4.006 0 2.182-1.292 3.66-2.9 3.66-.675 0-1.1-.274-1.125-.917a2.012 2.012 0 01-1.756.913c-.97 0-1.63-.645-1.63-1.923 0-1.763 1.149-3.4 2.62-3.4a1.314 1.314 0 011.428.93l.21-.809h.9l-.792 3.204c-.226.916-.13 1.215.342 1.215.984 0 1.832-1.21 1.832-2.825 0-2.068-1.444-3.265-3.61-3.265-2.642 0-4.373 2.132-4.381 4.786a3.443 3.443 0 003.686 3.717c.973.04 1.939-.179 2.8-.634l.196.72zM6.218 8.639c0 .788.307 1.206.913 1.206.758 0 1.38-.6 1.683-1.831C9.137 6.746 8.85 6.1 7.94 6.1c-1.04 0-1.723 1.339-1.723 2.539z", fill: "#424242" }));
exports.default = Mention;