iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 993 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 Lineageos = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M21.645 12.057a2.404 2.404 0 00-1.803.8l-.138-.054a17.801 17.801 0 00-2.867-.86 4.808 4.808 0 00-9.615 0H7.09a17.747 17.747 0 00-2.765.836l-.138.054a2.404 2.404 0 10.559 1.07 16.599 16.599 0 012.578-.776 4.808 4.808 0 009.357 0 16.557 16.557 0 012.578.77 2.404 2.404 0 102.386-1.84zM2.414 15.663a1.202 1.202 0 111.202-1.202 1.202 1.202 0 01-1.202 1.202zm9.616 0a3.606 3.606 0 113.605-3.606 3.606 3.606 0 01-3.605 3.606zm9.615 0a1.202 1.202 0 111.202-1.202 1.202 1.202 0 01-1.202 1.202zm-7.812-3.606a1.803 1.803 0 11-1.803-1.803 1.803 1.803 0 011.803 1.803z" }));
exports.default = Lineageos;