iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 3.52 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 SvgReact = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M18.323 9.007c-.226-.033-.42-.13-.646-.194.033-.129.033-.258.097-.452.452-2.322.13-4.16-.903-4.806-1.032-.58-2.71.032-4.387 1.484-.13.129-.355.258-.484.451-.097-.096-.226-.193-.323-.322-1.774-1.58-3.516-2.226-4.612-1.613-1.033.58-1.355 2.355-.904 4.516.033.226.097.452.13.645-.226.033-.485.13-.71.226C3.484 9.684 2 10.878 2 12.007c0 1.225 1.58 2.451 3.742 3.16.193.033.355.13.548.13-.032.226-.129.451-.129.71-.42 2.129-.096 3.838.936 4.419 1.032.645 2.838 0 4.516-1.548.129-.13.258-.226.42-.355.128.129.354.322.548.451 1.613 1.452 3.29 2.033 4.355 1.452 1.032-.645 1.387-2.452.935-4.71-.032-.129-.032-.354-.13-.548.13-.032.227-.032.356-.13C20.355 14.362 22 13.137 22 11.91c-.032-1-1.58-2.161-3.677-2.903zm-5.29-3.29c1.45-1.259 2.806-1.71 3.45-1.388.646.355.904 1.903.485 3.936-.032.129-.032.225-.097.419-.871-.194-1.71-.355-2.613-.42-.484-.709-1.032-1.45-1.613-2.032a1.78 1.78 0 01.387-.516zM8.547 14.07c.194.355.42.678.646 1a10.591 10.591 0 01-1.807-.258c.13-.548.355-1.129.645-1.71.13.29.355.678.516.968zm-1.16-4.645a22.076 22.076 0 011.773-.323c-.226.323-.42.646-.58 1-.162.355-.355.646-.549 1.033-.29-.613-.451-1.162-.645-1.71zm1.031 2.677c.226-.548.549-1.032.871-1.58.323-.549.645-1.033.936-1.549.58-.032 1.161-.032 1.774-.032.58 0 1.226.032 1.774.032.355.484.645 1 .936 1.484.322.484.58 1.033.87 1.58-.225.55-.548 1.033-.87 1.582-.323.548-.646 1.032-.936 1.548-.58.032-1.161.032-1.806.032s-1.226-.032-1.774-.032c-.355-.484-.646-1-.936-1.548-.29-.549-.548-.968-.839-1.517zm7.033 1.968c.193-.355.354-.677.548-1.032.226.548.452 1.129.645 1.71-.58.129-1.226.225-1.87.322.257-.322.483-.677.677-1zm.58-2.968c-.193-.354-.355-.677-.548-1.032-.194-.355-.42-.645-.58-.935a22.07 22.07 0 011.773.322c-.193.549-.419 1.097-.645 1.645zM12 6.75c.42.451.774.903 1.129 1.387a27.88 27.88 0 00-2.322 0c.419-.516.838-.968 1.193-1.387zM7.484 4.36c.645-.354 2.129.13 3.613 1.549.097.097.193.193.322.258-.58.645-1.129 1.355-1.677 2.032a23.21 23.21 0 00-2.613.42c-.032-.194-.097-.42-.129-.581-.355-1.903-.129-3.323.484-3.678zM6.58 14.62c-.13-.033-.323-.097-.484-.13a7.158 7.158 0 01-2.484-1.225c-.452-.323-.678-.71-.774-1.162 0-.71 1.258-1.612 3.032-2.258.226-.096.452-.129.677-.225.258.87.581 1.677.936 2.483-.323.807-.678 1.613-.903 2.517zm4.484 3.774a7.107 7.107 0 01-2.226 1.355 1.54 1.54 0 01-1.355.032c-.645-.355-.871-1.71-.549-3.58.033-.227.097-.452.13-.646.87.194 1.774.323 2.612.355.484.71 1.097 1.451 1.678 2.097-.032.193-.162.29-.29.387zm.967-.903c-.42-.452-.774-.904-1.161-1.388.355 0 .71.033 1.129.033.42 0 .806 0 1.161-.033-.354.42-.71.871-1.129 1.387zm5.097 1.128c-.032.452-.258.936-.645 1.226-.645.355-1.936-.096-3.355-1.354-.129-.13-.322-.259-.484-.452a17.227 17.227 0 001.613-2.097c.903-.032 1.774-.226 2.613-.42.032.13.032.323.097.452.226.904.226 1.807.161 2.645zm.71-4.16c-.097.032-.226.032-.355.096-.258-.871-.645-1.677-1-2.484.355-.774.677-1.613.935-2.451.226.032.42.129.581.193 1.806.645 3.064 1.548 3.064 2.258.033.742-1.29 1.742-3.225 2.387zM12 13.844c1 0 1.774-.806 1.774-1.774A1.79 1.79 0 0012 10.297c-.935 0-1.774.806-1.774 1.774S11 13.845 12 13.845z", fill: "#323544" }));
exports.default = SvgReact;