@icongo/ti
Version:
Typicons Icons
23 lines (22 loc) • 1.6 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TIPhoneOutline = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var TIPhoneOutline = function TIPhoneOutline(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
baseProfile: "tiny",
viewBox: "0 0 24 24"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m19.502 3.672-1.795-1.793C17.141 1.312 16.387 1 15.586 1s-1.555.312-2.121.879l-1.586 1.586a3.002 3.002 0 0 0 0 4.242l1.379 1.379-4.172 4.172-1.379-1.379C7.141 11.312 6.387 11 5.586 11s-1.555.312-2.121.879l-1.586 1.586a3.002 3.002 0 0 0 0 4.242L3.673 19.5c.465.465 1.796 1.545 4.116 1.545 2.764 0 5.694-1.529 8.711-4.545 6.245-6.246 4.825-11.002 3.002-12.828zm-6.209 1.207 1.586-1.586a.997.997 0 0 1 1.414 0l1.083 1.082-3.001 3-1.082-1.082a.999.999 0 0 1 0-1.414zm-10 11.414a.999.999 0 0 1 0-1.414l1.586-1.586a.997.997 0 0 1 1.414 0l1.082 1.082-2.999 3-1.083-1.082zm11.793-1.207c-3.083 3.082-5.551 3.959-7.297 3.959-1.349 0-2.267-.523-2.702-.959-.004-.004 2.995-3.004 2.995-3.004l.297.297a.997.997 0 0 0 1.414 0l5.586-5.586a.999.999 0 0 0 0-1.414l-.297-.297 3.001-3c1.003 1.004 2.467 4.539-2.997 10.004z"
})
}));
};
exports.TIPhoneOutline = TIPhoneOutline;