UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 647 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 Remote = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.904 9.57L8.928 5.596l3.976-3.976-.619-.62L8 5.286v.619l4.285 4.285.62-.618zM3 5.62L7.072 9.69 3 13.763l.619.618L8 10v-.619L3.619 5 3 5.619z", fill: "#C5C5C5" })); exports.default = Remote;