iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 992 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 Dlib = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M5.219.002a18.85 18.85 0 00-1.523.046v23.909c.973.068 1.954.055 2.924-.032.284-.94.575-1.879.86-2.818a14.357 14.357 0 004.193-1.361l3.12 1.507a14.213 14.213 0 002.076-1.58l-1.91-2.49c.83-1.02 1.443-2.16 1.726-3.356l3.57-.686a10.528 10.528 0 00-.03-2.287l-3.548-.682a8.251 8.251 0 00-1.723-3.355c.638-.83 1.276-1.66 1.915-2.488a13.523 13.523 0 00-2.043-1.599L11.662 4.26a13.82 13.82 0 00-4.187-1.387L6.61.044A18.448 18.448 0 005.22.002zm2.33 5.388c3.686.814 6.464 3.746 6.278 6.801-.094 2.897-2.682 5.658-6.243 6.398-.17-.227-.025-.78-.073-1.134L7.506 5.382l.042.01z" }));
exports.default = Dlib;