UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.32 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 RefreshDollar1 = (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.351a.75.75 0 011.308.735L21.239 11.1a.75.75 0 01-1.021.285L17.137 9.65a.75.75 0 01.736-1.307l1.675.944a7.999 7.999 0 00-15.252.643.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 01-1.307-.736L2.8 12.901a.75.75 0 011.022-.285l3.08 1.734a.75.75 0 11-.736 1.307l-1.662-.936a8 8 0 0015.249-.651.75.75 0 01.918-.53z", fill: "#323544" }), React.createElement("path", { d: "M12.024 7.808a.75.75 0 01.75.75v.17c.749.188 1.303.866 1.303 1.673a.75.75 0 11-1.5 0 .227.227 0 00-.227-.226h-.395a.483.483 0 00-.17.934l1.005.377a1.983 1.983 0 01-.016 3.72v.236a.75.75 0 01-1.5 0v-.169a1.728 1.728 0 01-1.302-1.674.75.75 0 011.5 0c0 .125.102.227.227.227h.395a.483.483 0 00.17-.935l-1.005-.377a1.983 1.983 0 01.015-3.72v-.236a.75.75 0 01.75-.75z", fill: "#323544" })); exports.default = RefreshDollar1;