iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.38 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 Telephone1 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.265 3.257a2.584 2.584 0 014.18.758l1.622 3.567c.4.88.272 1.897-.307 2.648-.19.245-.428.397-.617.493l-2.8 1.436a17.274 17.274 0 002.438 3.06 17.277 17.277 0 003.06 2.438l1.436-2.8c.097-.19.248-.427.493-.617a2.584 2.584 0 012.648-.306l3.567 1.62a2.584 2.584 0 01.758 4.18l-1.068 1.069a2.33 2.33 0 01-2.056.661A18.635 18.635 0 017.72 16.28a18.636 18.636 0 01-5.184-9.899 2.33 2.33 0 01.661-2.056m1.068-1.068zm8.883 15.139a17.148 17.148 0 004.737 1.592.83.83 0 00.729-.246l1.068-1.068a1.084 1.084 0 00-.318-1.754l-3.567-1.62a1.085 1.085 0 00-1.11.127.626.626 0 00-.075.114l-1.464 2.855zm-7.544-7.544L8.46 9.39a.625.625 0 00.09-.055l.024-.02c.243-.315.296-.743.128-1.111L7.08 4.636a1.084 1.084 0 00-1.754-.318L4.258 5.386a.83.83 0 00-.246.729c.294 1.632.825 3.23 1.592 4.737z", fill: "#323544" }),
React.createElement("path", { d: "M3.197 4.325l1.068-1.068-1.068 1.068z", fill: "#323544" }));
exports.default = Telephone1;