iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.55 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 Jouav = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M4.822 13.107l.112-.07A1.357 1.357 0 014.453 12a1.37 1.37 0 011.374-1.365c.41 0 .776.18 1.03.462l.016-.027c.115-.203.226-.402.31-.6.038-.078.066-.157.097-.233a2.284 2.284 0 00-1.452-.517A2.287 2.287 0 003.533 12c0 .562.205 1.076.544 1.473a2.494 2.494 0 00.14-.058c.2-.085.4-.194.605-.308zm2.702-2.642a4.828 4.828 0 01-.312.787 6.709 6.709 0 01-.118.216 1.36 1.36 0 01.108.532 1.37 1.37 0 01-1.88 1.269 5.832 5.832 0 01-.316.175 4.86 4.86 0 01-.673.272l-.012.004a2.293 2.293 0 001.506.56A2.287 2.287 0 008.122 12a2.257 2.257 0 00-.598-1.535zm-6.202-.673H2.72v2.754c0 .592-.146 1.028-.437 1.31-.292.28-.745.42-1.36.42A3.71 3.71 0 010 14.16v-.96a1.418 1.418 0 00.446.076c.316 0 .54-.077.674-.23.135-.154.202-.419.202-.795v-2.46zm7.555 0h1.4v2.55c0 .373.065.643.199.811.133.166.346.25.638.25.3 0 .527-.09.68-.27.153-.177.228-.442.228-.791v-2.55h1.332v2.55c0 .645-.187 1.13-.56 1.45-.373.323-.932.484-1.68.484-.74 0-1.298-.162-1.673-.486-.376-.325-.563-.807-.563-1.448v-2.55zm6.914 0h1.687l1.985 4.383h-1.495l-.372-.928h-2.02l-.39.928h-1.385zm.815.978l-.68 1.644h1.337zm2.174-.978h1.462l1.17 3.41 1.156-3.41H24l-1.778 4.383h-1.754z" }));
exports.default = Jouav;