iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.63 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 Opentofu = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M10.184 23.25l.002-.01-.033-.017-8.388-4.611a1.684 1.684 0 01-.873-1.475V6.864c0-.614.335-1.18.873-1.476l9.424-5.18a1.687 1.687 0 011.622 0l8.31 4.568.022.012.006.002-.004-.001 1.09.599c.538.296.873.862.873 1.476v10.273c0 .614-.335 1.179-.873 1.475l-8.388 4.611-.03.016-1.006.553a1.687 1.687 0 01-1.622 0l-1.003-.552-.002.01zm.603-1.158l-.005-.001.012.006a.388.388 0 00.558-.338l.001-9.147a.39.39 0 00-.202-.34L2.763 7.661a.389.389 0 00-.576.341v9.135c0 .141.077.272.201.34l8.394 4.613.005.002zm.556-.327zm0 0zm-2.539-4.802l-.005.003-1.959-1.031-.003-.004.001-.01c.023-.305.153-.525.346-.632.194-.107.45-.101.72.041.272.143.508.397.671.691.163.293.252.628.229.935v.007zM5.71 15.177l-.005.002-1.96-1.031-.002-.004.001-.01c.022-.304.152-.524.346-.632.194-.107.449-.101.72.042.271.143.508.396.671.69.162.294.252.628.229.935v.008zm14.981-8.999l-.003-.018a.382.382 0 00-.191-.25l-8.31-4.567a.388.388 0 00-.374 0L3.503 5.91a.388.388 0 00-.193.423l.009.007-.009-.007c.022.1.083.194.183.253l8.32 4.572a.388.388 0 00.374 0l8.321-4.573a.385.385 0 00.183-.407zm-17.37.16zm-.002.002l-.005-.006-.004-.003.009.009zm-.467-1.56l-.003.002c.002.004.005.006.005.006l-.002-.008zm.007.007l-.003.001h-.002l.005-.001z" }));
exports.default = Opentofu;