UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.14 kB
"use strict"; 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 Openwrt = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M12 0A14.121 14.121 0 001.994 4.154L3.689 5.85A11.718 11.718 0 0112 2.41a11.72 11.72 0 018.311 3.44l1.696-1.696A14.122 14.122 0 0012 0zm0 4.32a9.812 9.812 0 00-6.947 2.893l1.695 1.695A7.414 7.414 0 0112 6.73c2.043 0 3.905.832 5.252 2.178l1.695-1.695A9.814 9.814 0 0012 4.32zM4.271 8.076a9.756 9.756 0 00-2.11 6.084C2.16 19.58 6.58 24 12 24c5.418 0 9.84-4.42 9.84-9.84a9.856 9.856 0 00-2.111-6.084L18.015 9.79a7.399 7.399 0 011.43 4.371c0 4.105-3.34 7.447-7.446 7.447-4.105 0-7.447-3.341-7.447-7.447 0-1.628.531-3.141 1.43-4.37L4.271 8.075zM12 8.643a5.561 5.561 0 00-3.906 1.613l1.695 1.695a3.13 3.13 0 014.422 0l1.695-1.695A5.501 5.501 0 0012 8.643zm0 3.888a1.629 1.629 0 100 3.258 1.629 1.629 0 000-3.258z" })); exports.default = Openwrt;