UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 864 B
"use strict"; 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 Onlyfans = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M24 4.003h-4.015c-3.45 0-5.3.197-6.748 1.957a7.996 7.996 0 102.103 9.211c3.182-.231 5.39-2.134 6.085-5.173 0 0-2.399.585-4.43 0 4.018-.777 6.333-3.037 7.005-5.995zM5.61 11.999A2.391 2.391 0 019.28 9.97a2.966 2.966 0 012.998-2.528h.008c-.92 1.778-1.407 3.352-1.998 5.263A2.392 2.392 0 015.61 12zm2.386-7.996a7.996 7.996 0 107.996 7.996 7.996 7.996 0 00-7.996-7.996zm0 10.394A2.399 2.399 0 1110.395 12a2.396 2.396 0 01-2.399 2.398z" })); exports.default = Onlyfans;