iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 684 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 Refine = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M13.789.422a4.001 4.001 0 00-3.578 0l-8 4A4.001 4.001 0 000 8v8c0 1.515.856 2.9 2.211 3.578l8 4a4.001 4.001 0 003.578 0l8-4A4.001 4.001 0 0024 16V8c0-1.515-.856-2.9-2.211-3.578l-8-4zM8 8a4 4 0 018 0v8a4 4 0 01-8 0V8zm6 0a2 2 0 11-3.999.001A2 2 0 0114 8z" }));
exports.default = Refine;