iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 955 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 Opencv = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M11.9.853a5.73 5.73 0 00-2.91 10.665l1.641-2.785a.154.154 0 00-.05-.204 2.35 2.35 0 112.635 0 .154.154 0 00-.049.204l1.642 2.785A5.73 5.73 0 0011.899.852zM5.73 11.689a5.73 5.73 0 100 11.458c3.179 0 5.807-2.699 5.727-5.876H8.23a.155.155 0 00-.152.157c-.008 1.266-1.064 2.34-2.35 2.34a2.35 2.35 0 11.955-4.498.154.154 0 00.196-.06l1.646-2.793a5.705 5.705 0 00-2.797-.728zm15.442.761l-1.637 2.788a.154.154 0 00.05.205 2.35 2.35 0 01-1.31 4.3 2.35 2.35 0 01-1.325-4.295.154.154 0 00.049-.205l-1.646-2.782a5.73 5.73 0 105.82-.01z" }));
exports.default = Opencv;