react-icons
Version:
svg react icons of popular icon packs using ES6 imports
21 lines (17 loc) • 1.03 kB
JavaScript
;
exports.__esModule = true;
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
var IconBase = require("../IconBase");
var FaDotCircleO = function FaDotCircleO(props) {
return React.createElement(
IconBase,
_extends({ viewBox: "0 0 1536 1896.0833" }, props),
React.createElement(
"g",
null,
React.createElement("path", { d: "m1024 896q0 106-75 181t-181 75-181-75-75-181 75-181 181-75 181 75 75 181z m-256-544q-148 0-273 73t-198 198-73 273 73 273 198 198 273 73 273-73 198-198 73-273-73-273-198-198-273-73z m768 544q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z" })
)
);
};
exports["default"] = FaDotCircleO;
module.exports = exports["default"];