iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.55 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 Clarivate = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M11.262 18a20.588 20.588 0 003.246-1.476 20.954 20.954 0 002.852-2.064A14.46 14.46 0 0019.82 12c.328.328.622.688.884 1.082.328.394.592.786.788 1.18.262.46.524.886.786 1.28.198.458.394.884.59 1.278a23.172 23.172 0 01-2.654 2.46 38.765 38.765 0 01-2.952 1.966A29.612 29.612 0 0110.574 24l-.788-1.18c-.26-.46-.524-.886-.786-1.28-.209-.42-.406-.846-.59-1.278l-.59-1.376A20.4 20.4 0 0011.26 18h.002zm2.754-16.918a29.61 29.61 0 013.246 1.574c.984.59 1.968 1.246 2.952 1.966a47.566 47.566 0 012.654 2.46c-.196.46-.392.886-.59 1.28-.26.458-.524.884-.786 1.278a6.16 6.16 0 01-.788 1.18c-.273.409-.568.803-.884 1.18a18.072 18.072 0 00-2.46-2.558 20.936 20.936 0 00-2.852-2.064 20.4 20.4 0 00-6.688-2.36l.59-1.38c.196-.392.394-.82.59-1.278l.786-1.18.788-1.18c1.18.262 2.328.622 3.442 1.082zm-7.574 18c-.524.066-1.016.1-1.474.1H3.492c-.46 0-.92-.034-1.378-.1a34.28 34.28 0 01-.786-3.54 32.942 32.942 0 010-7.18c.196-1.18.46-2.33.786-3.444l1.378-.196h1.476c.46 0 .95.032 1.474.098l1.378.196-.59 1.77c-.262.984-.46 2-.59 3.05-.066.984-.1 2-.1 3.05.066 1.048.198 2.064.394 3.048.262 1.05.558 2.034.886 2.952-.46.13-.92.196-1.378.196z" }));
exports.default = Clarivate;