iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 869 B
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 Decision = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props },
React.createElement("g", { fill: "currentColor" },
React.createElement("path", { d: "M19.293 3.293l-5 5a1 1 0 1 0 1.414 1.414l5-5a1 1 0 1 0-1.414-1.414zM8.038 4.929a.957.957 0 1 0 .008-1.912L4.058 3A1.053 1.053 0 0 0 3 4.044l.017 4.004a.957.957 0 0 0 1.916-.008L4.92 4.916l3.118.013z" }),
React.createElement("path", { d: "M11 19.998A.998.998 0 0 0 12 21c.552 0 1-.454 1-1.007v-7.4c0-.556-.315-1.322-.705-1.713L5.207 3.793 3.793 5.207 11 12.414v7.584z" })));
exports.default = Decision;