@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.45 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BrTwitterMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.BrTwitterMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22ZM16.4375 10.25C16.4375 12.9375 14.375 16.0625 10.625 16.0625C9.4375 16.0625 8.375 15.75 7.375 15.125H7.875C8.875 15.125 9.75 14.8125 10.4375 14.25C9.5 14.25 8.75 13.625 8.5 12.8125C8.625 12.875 8.75 12.875 8.875 12.875C9.0625 12.875 9.25 12.875 9.4375 12.8125C8.5 12.625 7.8125 11.8125 7.8125 10.8125C8.125 10.9375 8.4375 11.0625 8.75 11.0625C8.1875 10.6875 7.8125 10.0625 7.8125 9.375C7.8125 9 7.875 8.6875 8.0625 8.375C9.125 9.625 10.625 10.4375 12.3125 10.5C12.25 10.375 12.25 10.25 12.25 10.0625C12.25 8.9375 13.1875 8 14.3125 8C14.875 8 15.4375 8.25 15.8125 8.625C16.3125 8.5 16.75 8.375 17.125 8.125C17 8.625 16.6875 9 16.25 9.25C16.6875 9.1875 17.0625 9.125 17.4375 8.9375C17.1875 9.375 16.8125 9.6875 16.4375 10V10.25Z", fill: "currentColor" }))); });
exports.BrTwitterMIcon.displayName = 'BrTwitterMIcon';