iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.78 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 Limesurvey = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M3.934 2.301c.718 0 1.436.166 2.154.387.663.22 1.326.552 1.989.884.608.331 1.215.718 1.823 1.16l.829.663c.165.11.276.22.386.331.056.055.11.11.221.166l.11.166.111.11H9.568l.166-.22.166-.166.331-.332c.221-.276.442-.497.663-.718a7 7 0 01.718-.608c.111-.11.277-.22.387-.276l.166-.166.166-.166c.497-.386 1.05-.718 1.602-1.05a16.66 16.66 0 011.712-.883c1.16-.552 2.376-.94 3.59-1.215.609-.11 1.272-.221 1.88-.277a7.624 7.624 0 011.933-.055l-.829.497c-.11.056-.276.166-.387.221-.055.056-.11.056-.22.11l-.222.111c-.497.332-1.05.608-1.547.94-.939.662-1.878 1.27-2.872 1.933s-1.878 1.326-2.817 1.989l-.663.497c-.221.166-.442.331-.663.552-.221.221-.442.387-.663.553-.11.11-.221.165-.332.276l-.276.276-1.215 1.05-.774-1.05-.055-.055-.055-.11-.22-.166-.332-.387a8.504 8.504 0 00-.663-.718L6.917 5.063c-.442-.497-.884-.994-1.381-1.436a12 12 0 00-1.602-1.326zM20.34 14.294a9.57 9.57 0 00-.663-3.536l-3.48 1.492c.994 2.762-.166 5.855-2.762 7.236l1.491 3.48c3.315-1.601 5.414-4.971 5.414-8.672zM16.474 6.56l-3.315 2.43c1.105.553 2.044 1.437 2.597 2.486l3.48-1.491c-.608-1.326-1.547-2.486-2.762-3.425zM4.763 14.294A5.962 5.962 0 017.58 9.267L5.15 6.339C1.502 8.825.011 13.52 1.558 17.663l3.535-1.491a5.611 5.611 0 01-.331-1.878zm5.855 5.91a5.896 5.896 0 01-5.248-3.259l-3.48 1.492c2.154 4.585 7.513 6.74 12.264 4.916l-1.492-3.48a6.339 6.339 0 01-2.044.332z" }));
exports.default = Limesurvey;