styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
16 lines (15 loc) • 941 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var React = tslib_1.__importStar(require("react"));
var StyledIconBase_1 = require("../../StyledIconBase");
exports.MediaRecord = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { d: "M18 12a5.985 5.985 0 00-1.757-4.243A5.985 5.985 0 0012 6a5.985 5.985 0 00-4.242 1.757A5.982 5.982 0 006 12c0 1.656.672 3.156 1.758 4.242S10.344 18 12 18a5.982 5.982 0 004.243-1.758A5.985 5.985 0 0018 12z", key: "k0" })));
});
exports.MediaRecord.displayName = 'MediaRecord';
exports.MediaRecordDimensions = { height: 24, width: 24 };
;