@icongo/ti
Version:
Typicons Icons
14 lines • 597 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var TIMediaRecord = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
baseProfile: "tiny",
viewBox: "0 0 24 24"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M18 12a5.985 5.985 0 0 0-1.757-4.243A5.985 5.985 0 0 0 12 6a5.985 5.985 0 0 0-4.242 1.757A5.982 5.982 0 0 0 6 12c0 1.656.672 3.156 1.758 4.242S10.344 18 12 18a5.982 5.982 0 0 0 4.243-1.758A5.985 5.985 0 0 0 18 12z"
})
}));
export { TIMediaRecord };