iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 967 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 Appium = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M11.923 0C5.937 0 .976 4.384.07 10.115a11.943 11.943 0 017.645-2.754 11.982 11.982 0 019.43 4.58 11.942 11.942 0 001.015-8.769 12.066 12.066 0 00-.626-1.772l-.003-.008A11.968 11.968 0 0011.923 0zm7.721 2.754A12.002 12.002 0 019.398 16.521a12.082 12.082 0 009.02 5.617c.24-.119.766-.51 1.224-.89A11.971 11.971 0 0023.995 12a11.98 11.98 0 00-4.35-9.247zM9.33 7.557a12.159 12.159 0 00-2.647.401A11.944 11.944 0 00.01 12.595l-.005.006c.021.427.065.853.131 1.275C1.037 19.61 6 24 11.991 24c1.45 0 2.887-.26 4.243-.773a12 12 0 01-6.905-15.67z" }));
exports.default = Appium;