iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 999 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 RecordStop = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M8 2c.551 0 1.082.072 1.594.217a5.913 5.913 0 012.643 1.547 5.914 5.914 0 011.546 2.642C13.928 6.918 14 7.45 14 8c0 .55-.072 1.082-.217 1.594a5.91 5.91 0 01-1.546 2.648 6.023 6.023 0 01-1.213.938 5.975 5.975 0 01-1.43.61C9.082 13.93 8.551 14 8 14c-.55 0-1.082-.07-1.594-.21a6.087 6.087 0 01-1.435-.61 6.252 6.252 0 01-1.213-.938 6.254 6.254 0 01-.937-1.213 6.082 6.082 0 01-.61-1.435A5.987 5.987 0 012.001 8c0-.55.07-1.082.21-1.594.145-.511.348-.988.61-1.43A6.134 6.134 0 014.97 2.82a5.91 5.91 0 011.435-.603A5.835 5.835 0 018 2z", fill: "#424242" }));
exports.default = RecordStop;