UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 1.34 kB
"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 RefreshUser1 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M3.378 10.46a.75.75 0 01-.53-.918 9.5 9.5 0 0118.058-.908l.76-1.352a.75.75 0 011.308.736L21.239 11.1a.75.75 0 01-1.021.286L17.137 9.65a.75.75 0 01.736-1.307l1.675.943a7.999 7.999 0 00-15.252.644.75.75 0 01-.918.53zM20.671 13.54a.75.75 0 01.53.918 9.5 9.5 0 01-18.062.898l-.767 1.362a.75.75 0 11-1.307-.736l1.735-3.08a.75.75 0 011.022-.286l3.08 1.734a.75.75 0 01-.736 1.307l-1.662-.936a8 8 0 0015.249-.651.75.75 0 01.918-.53z", fill: "#323544" }), React.createElement("path", { d: "M10.408 9.86a1.616 1.616 0 113.233 0 1.616 1.616 0 01-3.233 0z", fill: "#323544" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.81 12.087a2.238 2.238 0 00-2.238 2.238v.93c0 .415.336.75.75.75h5.405a.75.75 0 00.75-.75v-.93a2.238 2.238 0 00-2.238-2.238H10.81zm-.738 2.238c0-.407.33-.738.739-.738h2.428c.408 0 .738.33.738.738v.18h-3.905v-.18z", fill: "#323544" })); exports.default = RefreshUser1;