iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 611 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 Flickr = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M5.334 6.666a5.335 5.335 0 000 10.668A5.333 5.333 0 0010.666 12a5.333 5.333 0 00-5.332-5.334zm13.332 0A5.333 5.333 0 0013.334 12 5.333 5.333 0 1024 12a5.335 5.335 0 00-5.334-5.334z" }));
exports.default = Flickr;