iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 2.61 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 Cplusplusbuilder = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M23.922 10.66a11.883 11.883 0 00-.46-2.21 11.925 11.925 0 00-1.47-3.09A12.002 12.002 0 0020.63 3.67a11.993 11.993 0 00-3.016-2.273 11.849 11.849 0 00-2.343-.94 11.916 11.916 0 00-1.487-.32A11.028 11.028 0 0012.39.01c-.236-.005-.473-.015-.709-.004-.345.016-.69.036-1.033.077-.385.046-.77.108-1.15.182a11.947 11.947 0 00-4.906 2.297 12.011 12.011 0 00-3.186 3.8A11.91 11.91 0 00.395 8.94a11.889 11.889 0 00-.393 2.882 11.916 11.916 0 00.073 1.527 11.957 11.957 0 003.103 6.79 11.982 11.982 0 002.913 2.311 11.92 11.92 0 005.529 1.547c.013 0 .818-.002.868-.004a12.099 12.099 0 001.543-.162 11.945 11.945 0 006.173-3.072 11.98 11.98 0 003.303-5.353c.162-.55.29-1.107.364-1.675.053-.406.087-.815.113-1.224a10.71 10.71 0 00-.062-1.848zm-5.83 7.555c-.043.276-.164.479-.324.706-.174.245-.418.418-.657.594-1.03.758-2.41 1.342-3.668 1.562-.47.082-2.956.504-5.4-.692a9.64 9.64 0 01-2.986-2.276c-1.76-2.017-2.56-4.628-2.217-7.253.334-2.555 1.763-4.9 3.859-6.387a8.738 8.738 0 013.425-1.472 8.989 8.989 0 013.94.112c.625.153 1.23.394 1.806.68.565.281 1.169.634 1.642 1.056.45.4.665.972.592 1.572-.087.715-.447 1.12-.967 1.36a1.682 1.682 0 01-1.597-.116c-.259-.17-.485-.385-.747-.551a5.485 5.485 0 00-.834-.412c-.607-.254-1.213-.36-1.865-.399-.625-.038-1.36.071-1.959.258-1.207.376-2.259 1.1-2.973 2.154-.72 1.064-1.107 2.322-1.03 3.609a6.043 6.043 0 001.34 3.444c.79.954 1.922 1.592 3.109 1.853 1.27.279 2.613.141 3.775-.458.283-.146.553-.298.807-.492.238-.182.458-.363.75-.45a1.771 1.771 0 011.67.368c.427.384.597 1.07.51 1.63zm-7.321-5.023H8.974c-.26 0-.416-.155-.416-.415a457.157 457.157 0 010-1.05c0-.255.156-.41.414-.411H10.84v-1.87c0-.257.155-.414.412-.414a331.056 331.056 0 011.053 0c.252 0 .408.156.409.41v1.873h1.86c.267 0 .422.154.422.422v1.049c0 .248-.158.405-.407.405h-1.875v1.865c0 .264-.154.42-.418.42h-1.048c-.251 0-.408-.158-.408-.412v-1.872h-.07zm12.107-.406c0 .248-.158.405-.408.406H20.596v1.865c0 .263-.154.418-.419.419H19.13c-.252 0-.408-.158-.408-.411v-1.873h-1.867c-.26 0-.415-.155-.415-.415a456.645 456.645 0 010-1.05c0-.255.155-.41.413-.411h1.869v-1.87c0-.257.155-.414.411-.414h1.054c.251 0 .408.156.408.41v1.873h1.86c.268 0 .422.154.423.422v1.049z" }));
exports.default = Cplusplusbuilder;