iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 2.9 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 Cloudflare = (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: "M18.607 12.744c.059-.2.036-.384-.061-.52a.53.53 0 00-.42-.207l-3.426-.044a.066.066 0 01-.053-.028.077.077 0 01-.008-.061.095.095 0 01.08-.062l3.457-.044c.408-.02.854-.35 1.01-.757l.197-.514a.104.104 0 00.006-.067 2.245 2.245 0 00-2.195-1.758c-.99 0-1.831.64-2.132 1.527a1.012 1.012 0 00-1.588 1.06 1.438 1.438 0 00-1.383 1.647.068.068 0 00.067.058h6.322c.036 0 .07-.025.08-.061l.047-.169zm3.224 1.336a.168.168 0 01-.17-.17.17.17 0 01.17-.169.17.17 0 01.169.17c0 .092-.077.17-.17.17zm0-.306a.137.137 0 000 .273.137.137 0 000-.273zm.085.226h-.039l-.034-.064H21.8V14h-.036v-.187h.089c.039 0 .063.026.063.062a.059.059 0 01-.039.056l.04.069zm-.066-.098c.013 0 .027-.008.027-.027 0-.022-.011-.028-.027-.028h-.056v.056h.056zm-17.704-.177h.434v1.182h.753v.379H4.146v-1.561zm1.636.784v-.005c0-.448.362-.813.844-.813.481 0 .837.358.837.806v.005c0 .448-.362.813-.844.813-.481 0-.837-.358-.837-.806zm1.24 0v-.005c0-.226-.16-.42-.4-.42-.236 0-.395.191-.395.416v.006c0 .225.16.42.398.42.239 0 .398-.192.398-.417zm.972.092v-.877h.44v.868c0 .226.114.332.287.332.172 0 .287-.103.287-.32v-.88h.439v.866c0 .504-.287.724-.732.724-.442 0-.72-.224-.72-.713zm2.116-.877h.6c.557 0 .882.32.882.771v.005c0 .451-.328.785-.89.785h-.592v-1.56zm.608 1.178c.258 0 .43-.142.43-.395v-.005c0-.251-.172-.395-.43-.395h-.176v.793h.176v.002zm1.503-1.177h1.25v.379h-.819v.266h.74v.36h-.74v.556h-.43v-1.561zm1.85 0h.431v1.182h.757v.379H14.07v-1.561h.002zm2.319-.012h.417l.665 1.572h-.465l-.114-.279h-.602l-.11.279h-.455l.664-1.572zm.38.957l-.172-.443-.175.443h.348zm1.26-.945h.737c.24 0 .404.06.51.169a.48.48 0 01.138.364v.005c0 .24-.128.398-.32.479l.373.545h-.5l-.315-.473h-.19v.473h-.434v-1.563zm.717.748c.147 0 .23-.072.23-.184v-.006c0-.122-.088-.184-.233-.184h-.284v.373h.287zm1.291-.748h1.256v.367h-.827v.236h.749v.342h-.749v.248h.838v.367h-1.267v-1.56zM3.2 14.692a.384.384 0 01-.356.234c-.236 0-.398-.198-.398-.42V14.5c0-.225.158-.417.394-.417a.39.39 0 01.37.259h.457c-.072-.373-.401-.65-.823-.65-.481.002-.843.366-.843.814v.005c0 .449.357.808.837.808a.82.82 0 00.819-.624l-.457-.003zm16.406-4.145c.03-.003.063-.003.094-.003a1.875 1.875 0 011.803 2.378.068.068 0 01-.067.05h-2.608c-.031 0-.051-.028-.04-.056l.057-.142c.155-.406.598-.737 1.01-.757l.76-.044a.095.095 0 00.08-.061.078.078 0 00-.008-.062.066.066 0 00-.053-.027l-.73-.045a.53.53 0 01-.42-.206c-.097-.137-.12-.321-.061-.521l.133-.465c.008-.022.027-.039.05-.039z", fill: "#323544" }));
exports.default = Cloudflare;